@font-face {
    font-family: oxanium;
    src: url('./fonts/Oxanium-VariableFont_wght.ttf');
}

@font-face {
    font-family: chivo;
    src: url('./fonts/Chivo-VariableFont_wght.ttf');
    font-weight: 100 900;
}

:root {
    --xtra: 2.2rem;
    --titulo: 1.6rem;
    --grande: 1.2rem;
    --normal: 1rem;
    --mini: 0.8rem;
    --muymini: 0.6rem;
}

*:not(.iti *) {
    max-width: 100%;
}

html {
    -webkit-scroll-behavior: smooth;
    scroll-behavior: smooth;
    font-size: 20px;
}

body {
    margin: 0;
    font-family: oxanium;
    -webkit-user-select: none;
    user-select: none;
    overflow-x: hidden;
    font-family: chivo;
}

.main_container {
    width: 100vw;
}

.col-1 {
    max-width: 8.33%;
}

.inner_container,
.usos_outer,
.confian_outer,
.header_inner {
    padding: 0 12.5%;
}

.col {
    -webkit-flex-direction: column;
    flex-direction: column;
}

a {
    text-decoration: none;
    color: blue;
}

.header {
    width: 100%;
    height: fit-content;
    position: sticky;
    top: 0;
    z-index: 999;
    opacity: 1;
    animation: all 0.3s ease-in;
    justify-content: space-evenly;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.header_active {
    background-color: rgb(247, 247, 247);
    opacity: 85%;
    height: fit-content;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.logo {
    transition: all 0.3s ease-in;
    display: flex;
    align-items: center;
}

.logo_active {
    padding: 0;
}

.menu {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 1em;
}

.menu_opcion {
    font-size: var(--mini);
}

.menu_opcion:hover {
    text-decoration: underline;
}

.menu a {
    cursor: pointer;
}

.barra_adorno {
    position: absolute;
    top: 10%;
    width: 80%;
}

.barra2 {
    transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    top: 83%;
}

.sistema {
    background-color: rgb(210, 255, 189);
    border-radius: 1em;
    justify-content: space-between;
    padding: 4%;
    position: relative;
}

#sistema {
    padding-top: 1em;
}

.img_sistema {
    width: 90%;
    z-index: 10;
}

.imagen img {
    width: 100%;
    /* height: fit-content; */
}

.texto_sistema {
    font-weight: 600;
    justify-content: space-evenly !important;
    z-index: 2;
}

p,
li {
    padding-top: 0.3em;
    line-height: 1.3em;
    font-size: var(--normal);
    margin-left: 1em;
}

ul {
    list-style-position: outside;
    padding: inherit;
    margin: 0;
}

li::marker {
    color: blue;
}

.mini {
    font-size: var(--mini);
    padding: 0.5em 0;
    font-weight: 200;
}

.texto_container,
.texto {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
}

.texto {
    padding: 0 1em;
    font-size: var(--normal);
}

.display_container {
    height: auto;
    justify-content: center;
    align-content: center;
    aspect-ratio: 1/0.8;
}

.espaciado {
    gap: 1em;
}

.barra {
    transform: rotateX(180);
}

.padding {
    padding: 2rem 2rem 0;
}

.padleft {
    padding-left: 2rem
}

.padright {
    padding-right: 2rem;
}

.paddingtop {
    padding-top: 3rem;
}

.padtop {
    padding-top: 0.5rem;
}

.centered {
    align-items: center;
}

.gap {
    gap: 1rem;
}

.gap_doble {
    gap: 2rem;
}

.gap_medio {
    gap: 0.5rem;
}

.pad {
    padding: 3rem 0;
}

.inline {
    display: inline-block !important;
}

.titulo {
    font-size: var(--titulo);
}

.subtitulo {
    font-size: var(--grande)
}

.ligera {
    font-weight: 200;
}

.xtra_large {
    font-size: var(--xtra);
}

.parrafo {
    font-weight: 200;
    font-size: var(--normal);
}

.barra_separadora {
    padding: 2.5em 0;
}

.center {
    width: 80%;
    margin: auto;
}

.icon_texto {
    font-size: var(--muymini);
    font-weight: 200;
    text-align: center;
}

.icons_container,
.icons_container_back {
    position: absolute;
    width: 100%;
    height: 100%;
}

.icon_container {
    align-items: center;
    padding: 2rem 0.2rem;
}

.bajo {
    padding-top: 15%;
}

.icon {
    width: 5em;
}

.back {
    border-radius: 50px;
    background-color: rgb(236, 244, 255);
    height: 100%;
    position: relative;
    z-index: -1;
}

.data_container {
    display: -webkit-flex;
    display: flex;
    text-align: center;
}

.display_container img {
    width: 75%;
}

.imagen_simple {
    padding: 4rem 2rem 0 !important;
}

.imagen_simple img {
    align-self: end;
    aspect-ratio: 1/1;
}

.display {
    background-color: rgb(207, 224, 255);
    border-radius: 35px;
    padding: 2em 2em 0;
}

.reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.destacados {
    background-color: rgb(241, 255, 235);
}

.margintop {
    margin-top: 3rem;
}

.data_container .titulo,
.destacados .titulo,
.desarrollo .titulo,
.acerca_de .titulo,
.usos .titulo,
.contacto_texto {
    font-size: var(--titulo);
}

.rel {
    position: relative;
}

.barra_destacados {
    position: absolute;
}

.card {
    background-color: rgb(226, 255, 212);
    padding: 1em;
    font-size: var(--normal);
}

.card .titulo {
    font-size: var(--grande);
    font-weight: 600;
    height: 3rem;
}

.card .subtitulo {
    height: 2.5rem;
    font-size: var(--mini);
}

.card .parrafo {
    color: gray;
    font-size: var(--mini);
}

.card_container {
    justify-content: space-between;
    gap: 1em;
    padding-top: 3em;
}

.info_img {
    max-width: fit-content;
    margin: 0 auto;
    align-items: center;
}

.info_img_inside {
    width: auto;
    transform: translateY(-2em);
    /* height: 5em;*/
}

.h100 {
    height: 100% !important;
}

.sin {
    background-color: rgb(175, 203, 255);
    color: rgb(175, 203, 255);
    border-radius: 50px;
    width: 25%;
    height: 50%;
}

.hide {
    display: none !important;
}

.faq {
    background-color: rgb(210, 255, 189);
    border-radius: 50px;
}

/* .faq_container,
.faq {
    height: 57rem;
    width: 100%;
} */

.barra_azul {
    position: absolute;
    top: 8rem;
    z-index: 2;
    transform: translateX(-8em);
}

/* .faq_background,
.faq_foreground {
    position: absolute;
} */

.faq_titulo {
    font-size: var(--xtra);
    padding: 3rem 3rem 0;
}

.pregunta_container {
    padding: 1em;
}

.faq_imagen {
    height: 100%;
    width: auto;
    z-index: 3;
    align-items: center;
    justify-content: center;
}

.faq_imagen_inside img {
    max-width: none;
}

.faq_izquierda {
    padding: 2rem;
}

.aligned {
    align-items: center;
}

.noflex {
    display: inline-block !important;
}

.flex {
    display: -webkit-flex;
    display: flex;
}

.pregunta {
    background-color: white;
    font-size: var(--grande);
    border-radius: 0.75rem;
}

.respuesta {
    font-size: var(--normal);
}

.pregunta,
.respuesta {
    padding: 0.5rem;
}

.acerca_de {
    width: 100%;
}

.acerca_de_lista {
    gap: 0.5em;
}

.acerca_der {
    justify-content: space-evenly;
}

.acerca_de_img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: 4px 4px 10px 1px rgba(1, 1, 255, 0.3);
}

.acerca_izq {
    align-self: center;
}

.acerca_izq>* {
    padding: 1rem 0;
}

.acerca_izq ul {
    padding: 1rem 0.5rem 0 0;
}

.acerca_de ul li {
    font-size: var(--normal);
    font-weight: 200;
}

.slide_container {
    justify-content: space-evenly;
    width: 40%;
    margin: 0 auto;
    padding: 1rem;
}

.slide {
    border-radius: 50%;
    width: 0.75rem;
    height: 0.75rem;
    border: 0.5px solid blue;
    cursor: pointer;
}

.slide_activo,
.slide_inactivo:hover {
    background-color: blue;
    color: blue;
}

.slide_inactivo {
    background-color: white;
    color: white;
}

.spaced {
    justify-content: space-evenly;
}

.selector {
    gap: 1em;
}

.boton {
    cursor: pointer;
    border: 0.5px solid blue;
    border-radius: 15px;
    padding: 0.5em;
    width: fit-content;
    font-size: var(--normal);
    background-color: white;
    color: blue;
}

.inactivo,
.activo:hover {
    background-color: white;
    color: blue;
}

.activo,
.inactivo:hover {
    background-color: blue;
    color: white;
}

.planes {
    align-items: center;
}

.planes .titulo {
    font-size: var(--xtra);
    padding: 3rem 0;
    font-weight: 500;
}

.planes_outer {
    background-color: rgb(241, 255, 235);
}

.planes_padding {
    padding: 0 4.17%;
}

.planes_lista {
    padding: 2rem 1rem;
    background-color: rgba(210, 255, 189, 255);
    border-radius: 15px;
}

.planes_lista>* {
    gap: 0.5rem;
    min-height: 4.3rem;
}

.planes_lista>.row>* {
    padding: 0.5rem 1rem;
}

.headings * {
    justify-content: center;
    align-items: center;
}

.headings {
    padding-bottom: 1rem;
}

.white {
    background-color: white;
    border-radius: 15px;
    font-weight: 600;
}

.top_back {
    background-color: white;
    border-radius: 15px 15px 0 0;
    border-bottom: 0.5px solid lightblue;
}

.mid_back {
    background-color: white;
    border-bottom: 0.5px solid lightblue;
}

.btm_back {
    background-color: white;
    border-radius: 0 0 15px 15px;
}

.planes_lista {
    font-size: var(--normal);
}

.planes_lista>.row>.col-6 {
    align-items: center;
}

.planes_lista>.row>.col-2 {
    justify-content: center;
    align-items: center;
    color: blue;
    font-weight: 600;
}

.planes_lista .row .imagen img {
    width: 30%;
}

.cruz img {
    width: 20% !important;
}

.bolitas {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bolitas_der {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.demo,
.demo_btn {
    font-size: var(--grande);
}

.demo {
    padding: 3rem 0;
}

.demo_btn {
    display: -webkit-flex;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.demo_btn.boton {
    padding: 1rem 1.6rem;
}

#boton_menu {
    font-size: var(--mini);
    padding: 0.75rem 0.75rem;
}

.usos {
    background-color: rgb(191, 213, 255);
}

.usos .titulo {
    padding: 3rem 0;
}

.usos_img {
    transform: scale(1, 1);
    -webkit-animation: shrink 0.5s ease-in;
    animation: shrink 0.5s ease-in;
}

.usos_img:hover {
    transform: scale(1.1, 1.1);
    -webkit-animation: grow 0.5s ease-in;
    animation: grow 0.5s ease-in;
}

.explotar {
    -webkit-animation: explotar 1.3s ease-out forwards;
    animation: explotar 1.3s ease-out forwards;
}

.contacto {
    flex-direction: row-reverse;
}

.flex-end {
    justify-content: flex-end;
}

.contacto_container {
    background-color: rgb(191, 213, 255);
    border-radius: 15px;
    padding: 2rem;
    gap: 2rem;
}

.contacto_container .imagen {
    width: 2rem;
}

#contacto_container_enviado {
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
    background-color: rgb(241, 255, 235);
}

#mensaje {
    justify-content: center;
}

.contacto input {
    border-radius: 15px;
    padding: 0.5rem;
    width: 100%;
}

.contacto_texto {
    align-items: center;
    justify-content: center;
}

.redes,
.contactos {
    gap: 0.5rem;
}

.equipo {
    display: -webkit-flex;
    display: flex;
    text-align: left;
}

.izq {
    margin-left: 0;
    margin-right: 2%;
}

.contacto_full {
    display: -webkit-flex;
    display: flex;
    text-align: center;
    justify-content: space-between;
    background-color: rgb(191, 213, 255);
    color: white;
    margin-bottom: 1em;
}

.contacto_full .texto {
    width: 48%;
}

.contacto .boton {
    display: flex;
    justify-content: center;
}

.tel {
    width: 100%;
}

.confian {
    background-color: rgb(191, 213, 255);
}

.slider_logos {
    justify-content: space-evenly;
    align-items: center;
    overflow: hidden;
}

#slider-wrapper {
    justify-content: space-evenly;
    align-items: center;
    display: flex;
    transition: transform 0.5s ease;
    /* gap: 3rem; */
}

.confian_logo {
    width: 5rem;
    flex-shrink: 0;
    margin-right: 3rem;
}

.revendedores_titulo {
    font-size: var(--titulo);
}

.slider {
    justify-content: space-between;
    align-items: center;
}

.slider_icon {
    cursor: pointer;
    width: 2rem;
}

.footer {
    background-color: rgb(20, 20, 20);
    color: white;
    font-size: var(--normal);
}

.footer_title {
    font-size: var(--grande);
}

.contactos {
    align-items: center;
}

.footer_half {
    justify-content: space-between;
    gap: 0.3em;
}

.footer .icon {
    width: 2rem;
}

.footer_logo {
    justify-content: flex-end;
}

.footer_logo .imagen {
    width: 10rem;
}

.redes {
    justify-content: space-between;
}

.redes_top {
    gap: 0.3em;
    padding-bottom: 1rem;
}

.redes_icon {
    width: 3rem;
}

a {
    text-decoration: none;
    color: inherit;
}

.iti {
    display: -webkit-flex !important;
    display: flex !important;
}

.iti * {
    font-size: var(--normal);
}

.hidden {
    visibility: hidden;
}

@keyframes explotar {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    70% {
        opacity: 1;
        transform: scale(1.2);
        /* El globo se infla */
    }

    90% {
        transform: scale(0.8);
        /* Un pequeño rebote hacia atrás */
    }

    100% {
        transform: scale(1.1);
        /* Termina en 1.1 para coincidir con el shrink */
    }
}

@keyframes grow {

    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1.1, 1.1);
    }
}

@keyframes shrink {

    0% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}