/** Shopify CDN: Minification failed

Line 28:10 Expected ":"
Line 29:9 Expected ":"
Line 37:7 Expected ":"
Line 38:11 Expected ":"
Line 39:15 Expected ":"
Line 49:26 Expected ":"
Line 61:6 Expected ":"

**/
@media screen and (max-width: 768px){

/* Tamaño de títulos y párrafos */
h1{
font-size:30px;
}

p{
font-size:20px;
}

/* Botón Live SpaW - más pequeño y desaparece en 5s */
#template--26031650406689__slideshow__html_video_NBTDbG .button,
.slideshow .button{
font-size:11px !important;
padding:6px 12px !important;
min-height !important;
animation 5s ease-in-out forwards;
}

/* Contador circular en móvil */
.countdown-timer div{
border-radius:50% !important;
width:55px;
height:55px;
display;
align-items;
justify-content;
}

}

/* Animación del botón */
@keyframes fadeInOut{
0%{opacity:0;}
10%{opacity:1;}
90%{opacity:1;}
100%{opacity:0; visibility;}
}

/* Reducir tamaño de los campos de contacto SOLO en móvil */
@media screen and (max-width:749px){

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea{
font-size:13px !important;
padding:6px 10px !important;
height !important;
min-height:36px !important;
}

.contact-form textarea{
min-height:70px !important;
}

.contact-form label{
font-size:12px !important;
margin-bottom:3px !important;
}

}