/* GLOBALES */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
    font-size: 16px; /* Esto hace que 1 REM sea igual a 10PX*/
    width: 100%;
}

*:before, *:after {
    box-sizing: inherit;
}

body {
    font-size: 16px;
    line-height: 1.5; /*Esto es el interlineado*/
    background-color: #000000;
    box-sizing: border-box;
    width: 100%;
}

h1, h2, h3 {
    font-family: 'Aladin', cursive;
    padding: 20px 0;
    line-height: 1.3;
    color: #fff;
}

h2, h3 {
    color: #fff;
}

h1 {
    font-size: 80px;
}
h2 {
    font-size: 60px;
}
h3 {
    font-size: 40px;
}

h4 {
    color: #ff9900;
    font-size: 30px;
    font-family: 'Aladin', cursive;
}

a {
    text-decoration: none;
}
ul li {
    text-decoration: none;
}

img {
    width: 100%;
}

/* -------------------------------------- */

/*UTILIDADES*/

.text-center {
    text-align: center;
}
p {
    color: #fff;
}

.contenedor {
    width: 80%;
    margin: auto;
}
.contenedor {
    position: relative;
    padding: 24px;
    border-radius: 18px;
    border: 1px solid rgba(255, 203, 92, 0.28);
    background-clip: padding-box;
    box-shadow: 0 0 24px rgba(255, 193, 7, 0.08);
}.cta-whatsapp.contenedor::before, .cta-whatsapp.contenedor::after {
    border: 0px white;
    position: static !important;
}.cta-whatsapp.contenedor {
    border: 0;
}.cta-whatsapp.contenedor {
    margin: 2em 0px;
}
.contenedor::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(120deg,
        rgba(255, 184, 77, 0.15),
        rgba(255, 215, 0, 0.55),
        rgba(255, 170, 60, 0.2),
        rgba(255, 231, 140, 0.7),
        rgba(255, 193, 7, 0.3)
    );
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.5;
    filter: blur(0.2px);
    animation: doradoMistico 4.6s ease-in-out infinite;
    pointer-events: none;
}
.contenedor::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 14px;
    border: 1px solid rgba(255, 220, 130, 0.18);
    opacity: 0.4;
    animation: destelloDorado 5.8s ease-in-out infinite;
    pointer-events: none;
}
@keyframes doradoMistico {
    0% { opacity: 0.25; filter: brightness(0.9); }
    50% { opacity: 0.8; filter: brightness(1.15); }
    100% { opacity: 0.25; filter: brightness(0.9); }
}
@keyframes destelloDorado {
    0% { opacity: 0.15; }
    50% { opacity: 0.55; }
    100% { opacity: 0.15; }
}



/* -------------------------------------- */

/*NAVEGADOR*/

header {
    width: 100%;
}

.logo {
    margin: auto;
    width: 15%;
}

.navegador {
    background-image: linear-gradient(45deg, #000000 0%, #161616 100%);
}

.menu {
    display: flex;
    justify-content: center;
}

.menu a {
    color: #fff;
    font-size: 20px;
    background-image: linear-gradient(180deg, #ffa600 0%, #ff0000 100%);
    padding: 10px 20px;
    margin: 0px 5px;
    border-radius: 0px;
}

.menu a:hover {
    color: #fff;
    font-size: 20px;
    background-image: linear-gradient(180deg, #ffa600 0%, #ff0000 100%);
    padding: 10px 20px;
    margin: 0px 5px;
    border-radius: 0px;
}

.banners-principal {
    width: 100%;
    height: auto;
}

.banners-celulares {
    display: none;
    height: auto;
}

.frase-central {
    height: auto;
    background-color: #000000;
}

.contenedor-formulario {
    margin: auto;
    width: 70%;
}

form {
    width: 100%;
    overflow: hidden;
}

input, textarea {
    width: 100%; /* Asegura que el input no sobrepase el ancho del formulario */
    padding: 1rem;
    margin: 0.5rem 0;
    border-radius: 5px;
}

input[type="submit"] {
    font-size: 1.2rem;
    color: #fff;
    background-color: #ff6600;
    border: 0;
}

input::placeholder, textarea::placeholder {
    color: #3e3e3e;
    font-size: 14px;
}

.parrafos1 {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    width: 100%;
}

.seccion-parrafos {
    height: auto;
    padding: 50px 0;
}

.seccion-galeria {
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 0 0;
}

.galeria {
    margin: 80px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.cta-whatsapp {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
}p.text-center {
    margin-top: 3em;
    font-family: 'Aladin';
    font-size: 25px;
}
.whatsapp-cta-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    border-radius: 999px;
    background: linear-gradient(180deg, #25d366 0%, #1ea855 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    width: min(90%, 420px);
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.35);
    animation: whatsappPulse 2.6s ease-in-out infinite;
}
.whatsapp-cta-button {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.whatsapp-cta-sub {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.9;
}
.whatsapp-cta-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(37, 211, 102, 0.45);
}
@keyframes whatsappPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

.cta-parrafo-cta {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
    width: 100%;
}
.mystic-video-wrap {
    position: relative;
    width: min(92%, 420px);
    margin: 18px auto;
    border-radius: 26px;
    overflow: hidden;
    aspect-ratio: 9 / 16;
    background: radial-gradient(circle at top, rgba(255, 70, 70, 0.15), rgba(0, 0, 0, 0.9));
    box-shadow: 0 14px 30px rgba(255, 40, 40, 0.2), 0 0 24px rgba(255, 98, 98, 0.12);
}
.mystic-video-wrap::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 28px;
    padding: 2px;
    background: linear-gradient(130deg,
        rgba(255, 60, 60, 0.2),
        rgba(255, 120, 120, 0.85),
        rgba(255, 40, 40, 0.25),
        rgba(255, 160, 120, 0.7),
        rgba(180, 20, 20, 0.35)
    );
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.45;
    animation: brilloRojo 4.2s ease-in-out infinite;
    pointer-events: none;
}
.mystic-video-wrap::after {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 20px;
    border: 1px solid rgba(255, 120, 120, 0.25);
    opacity: 0.5;
    animation: haloRojo 5.6s ease-in-out infinite;
    pointer-events: none;
}
.mystic-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 24px;
}
.mystic-separator {
    width: min(70%, 420px);
    height: 2px;
    margin: 16px auto;
    border-radius: 999px;
    background: linear-gradient(90deg,
        rgba(255, 60, 60, 0),
        rgba(255, 120, 120, 0.9),
        rgba(255, 60, 60, 0)
    );
    box-shadow: 0 0 12px rgba(255, 70, 70, 0.35);
    animation: pulsoSeparador 3.8s ease-in-out infinite;
}
.mystic-separator-top {
    margin-top: 10px;
}
.mystic-separator-bottom {
    margin-bottom: 6px;
}
@keyframes brilloRojo {
    0% { opacity: 0.25; filter: brightness(0.9); }
    50% { opacity: 0.85; filter: brightness(1.2); }
    100% { opacity: 0.25; filter: brightness(0.9); }
}
@keyframes haloRojo {
    0% { opacity: 0.2; }
    50% { opacity: 0.6; }
    100% { opacity: 0.2; }
}
@keyframes pulsoSeparador {
    0% { opacity: 0.35; }
    50% { opacity: 0.9; }
    100% { opacity: 0.35; }
}

.fondo-videos {
    height: auto;
     background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 50px 0;
}

.videos {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    width: 100%;
}

.seccion-parrafos {
    height: auto;
    padding: 50px 0;
}

.testimonios{
    background-color: #000000;
    padding: 50px 0;
}

.grid-testimonios {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    width: 100%;
}

.testimonio-contenedor {
    display: flex;
    flex-direction: column;
    min-width: 0;
    width: 100%;
}

.img-testimonio img {
    display: block;
    width: 100%;
    height: auto;
}

.texto-testimonio {
    padding: 10px;
}

.servicios {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
    width: 100%;
}

.banner2 {
    display: none;
}

.piedepagina {
    padding: 50px 0;
    /*background-color: #2C04BF;*/
     background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.legal {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.516);
}

#titulolegal {
    color: #ff8800;
}

/*Boton whatsap*/

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:40px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
    background-color:#fff;
}

.my-float{
    padding: 12px;
	margin-top:0px;
}

/*SECCION*/

#titulo-seccion {
    color: #ff9900;
    font-size: 60px;
}
.contenido-seccion {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    padding: 50px 0;
}

/*--------------RESPONSIVE----------------*/

/*TABLETS*/
@media screen and (max-width: 900px) {
    .contenedor{
        width: 95%;
    }
    .logo {
        margin: auto;
        width: 100%;
    }
    .navegador {
        display: none;
    }
    .banners-principal {
        display: none;
        height: auto;
    }
    .banners-celulares { 
        display: inline !important; 

    }
    .frase-central {
        height: auto;
        background-color: #000000;
        padding: 20px !important;
    }

    .contenedor-formulario {
        margin: auto;
        width: 100%;
    }


    .frase-central h2 {
        font-size: 35px !important;
    }
    .parrafos1 {
        margin: auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
        width: 100%;
    }
    
    .seccion-parrafos {
        height: auto;
        padding: 30px 0;
    }
    .grid-testimonios {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .banner2 {
        display: inline !important;
    }
    .banner1 {
        display: none;
    }
    .galeria {
        margin: 50px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    #titulo-seccion {
        color: #fff;
        font-size: 40px ;
    }
    .contenido-seccion {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px !important;
        padding: 50px 0;
    }

    .cta-parrafo-cta {
        margin: auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        width: 100%;
    }

    .videos {
        margin: auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100%;
    }
    .servicios {
        margin: auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
        width: 100%;
    }

 
}

