/* 1. Versión Regular */
@font-face {
    font-family: 'mistoFont';
    src: url('../font/GOTHIC.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* 2. Versión Negrita */
@font-face {
    font-family: 'mistoFont';
    src: url('../font/GOTHICB.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

/* 3. Versión Negrita Cursiva */
@font-face {
    font-family: 'mistoFont';
    src: url('../font/GOTHICBI.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
}

/* 4. Versión Cursiva */
@font-face {
    font-family: 'mistoFont';
    src: url('../font/GOTHICI.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


:root {
    --principalAqua: #0adbb2;
    --principalIndigo: #2b2465;
    --secundarioBeige: #f5f0e8;
    --secundarioChoc: #1f180f;
}


/* globales */
* {
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}


/* clases bg personalizadas */
.bg-aqua {
    background-color: var(--principalAqua);
}

.bg-indigo {
    background-color: var(--principalIndigo);
}

.bg-beige {
    background-color: var(--secundarioBeige);
}

.bg-choc {
    background-color: var(--secundarioChoc);
}



/* CLASES DE TEXTO PERSONALIZADAS */
.text-aqua {
    color: var(--principalAqua);
}

.text-indigo {
    color: var(--principalIndigo);
}

.text-beige {
    background-color: var(--secundarioBeige);
}

.text-choc {
    background-color: var(--secundarioChoc);
}

.texto-beige {
    color: var(--secundarioBeige);
}

/* marca */
.fuenteInstitucional {
    font-family: "mistoFont";
}

.misto {
    font-family: "mistoFont";
    color: var(--principalIndigo);
}

.med {
    font-family: "mistoFont";
    font-weight: bold;
    color: var(--principalAqua);
}



html,
body {
    height: 100%;
    margin: 0;

}


body {
    margin-top: 80px;
    font-family: "Inter", sans-serif;
    background-image: url('../img/otras/ondaParaFondo.svg');
    background-size: auto;
    background-position: center;
    background-repeat: repeat;
    background-color: #f3f3f3;

    /* background-color: #f9fff7;     */
    position: relative;
}

body::before {
    content: "";
    position: fixed;
    /* cubre todo y se mantiene en pantalla */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(252, 251, 248, 0.9);
    /* ← OPACIDAD ajustable */
    pointer-events: none;
    /* NO bloquea clics */
    opacity: 0.8;
    filter: blur(2);
    z-index: -1;
    /* queda detrás del contenido */
}



a {
    text-decoration: none;
}

.logo {
    width: 200px;
    margin: 20px;
}

/* conocenos */

/* #conocenos {
    background-image: url(../img/otras/bg-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
} */
#conocenos {
    background-image: url(../img/otras/bg-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 6rem;
    padding-bottom: 6rem;
}

@media (max-width: 991px) {
    #conocenos {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media (max-width: 767px) {
    #conocenos {
        padding-top: 3rem;
        padding-bottom: 3rem;
        background-image: none;
        background-color: #f8f9fa;
    }
}

.h2-misto {
    font-size: 3.5rem !important;
    margin: 20px !important;
}

#conocenos p {
    color: #2b2465;

    /* margin: 50px !important; */
}




/* testimonio */

#testimonios {
    width: 100%;
    background-image: url('../img/otras/textura1translucida.svg');
}


/* caracteristicas / beneficios */

.tablaCaracteristicas {
    max-width: 880px;
}



/* #funcionalidades{

} */

.ayuda {
    backdrop-filter: blur(6px);
    /* blur */
    border: 1px solid rgba(255, 255, 255, 0.4);
    /* borde suave */
    border-radius: 1rem;
    /* borde redondeado */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    /* margin: 80px; */
    max-width: 1320px;
    /* padding: 30px 160px; */

}

.ayuda p {
    color: #2b2465 !important;
    /* font-size: x-large;
    text-align: center; */
    /* padding: 30px; */
}

#caracteristicas {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 60px 0;
    /* gap: 40px; */
}

.card-caracteristicas {
    color: #2b2465;
    padding: 20px;
    text-align: center;
    border: none !important;
    /* box-shadow: 1px 1px 5px #00000029; */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 400px;

}

#caracteristicas h2 {
    color: #2b2465;
    /* display: flex; */
    /* align-items: center !important;
    justify-content: center !important; */
    font-weight: bold;

}

#caracteristicas h3 {
    color: #0adbb2;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    font-weight: bold;
    padding: 10px;
}

#caracteristicas p {
    color: #2b2465 !important;
    font-size: x-large;
    /* padding: 30px; */

}

#caracteristicas button {
    border-color: var(--principalIndigo) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#caracteristicas button:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);

}

.funcionalidades {
    max-width: 1320px;
    color: #2b2465;
}

/* 
.img-mockup {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 90px;
} */
.mockup-img {
    width: 100%;
    max-width: 500px;
}

/* tablet */
@media (max-width: 991px) {
    .mockup-img {
        max-width: 45s0px;
    }
}

/* mobile */
@media (max-width: 767px) {
    .mockup-img {
        max-width: 260px;
    }
}

/* descarga */
#descarga {
    max-width: 1320px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

#descarga h2 {
    color: whitesmoke;
}

#descarga p {
    color: whitesmoke !important;
    /* padding: 60px; */
    text-align: center;
    font-size: large !important;
}

.btn-descarga:hover {
    color: var(--secundarioBeige);
}

.btn-soporte:hover {
    color: var(--principalIndigo) !important;
}