@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins/Poppins-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins/Poppins-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins/Poppins-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins/Poppins-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins/Poppins-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins/Poppins-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins/Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins/Poppins-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}



:root{
    --color-black: #323D51;
    --color-yellow: #EFD152;
    --color-gold: #978434;
    --color-gray: #939393;
    --color-dark-gray: #6D6D6D;
    --color-gray-arrows: #C2C4C9;

    --bg-header: rgba(239, 209, 82, 0.1);
    --bg-banner: #F4F3EA;
    --bg-gray: #F5F5F5;
    --bg-white: rgba(250, 250, 250, 0.69);
    --bg-cards: #FFFDED;
    --bg-soft-yellow: rgba(239, 209, 82, 0.47);
    --bg-form-yellow: #F2E4A8;
    --bg-menu-desplegable: #FFE98C;
    --bg-menu-blur: rgba(242, 228, 168, 0.3);
}

html{
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: var(--bg-gray);
}

.hidden{
    visibility: hidden;
}

/*General Settings*/

h1{
    font-size: 70px;
    font-weight: 800;
    color: var(--color-yellow);
    margin: 0;
}

h2{
    font-size: 52px;
    font-weight: 800;
    color: var(--color-black);  
    margin: 0;
}

h3{
    font-size: 48px;
    font-weight: 800;
    color: var(--color-black);  
    margin: 0;
}

h4{
    font-size: 26px;
    font-weight: 700;
    color: var(--color-black);  
    margin: 0;
}

h5{
    font-size: 30px;
    font-weight: 700;
    color: var(--color-black);  
    margin: 0;
}

h6{
    font-size: 26px;
    font-weight: 700;
    color: var(--color-black);  
    margin: 0;
}

p{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: var(--color-black);
    margin: 0;
}

a{
    text-decoration: none;
}

.btn-2 {
    width: fit-content;
    min-width: 200px;
    height: auto;
    padding: 0.9rem 1.5rem;
    border: none;
    outline: none;
    background-color: var(--color-yellow);
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 50px;
}

.btn-2 a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--color-black);
    z-index: 1; /* Asegura que el texto esté por encima del pseudo-elemento */
}

.btn-2:before {
    content: '';
    background: linear-gradient(45deg, #EFD152, #faefe6, #EFD152, #faefe6, #EFD152, #faefe6);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 50px;
}

.btn-2:active {
    color: var(--color-yellow)
}

.btn-2:active:after {
    background: transparent;
}

.btn-2:hover:before {
    opacity: 1;
}

.btn-2:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-yellow);
    left: 0;
    top: 0;
    border-radius: 50px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.btn-3 {
    width: 190px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: var(--bg-banner); /* Color inicial */
    border: 2px solid var(--color-black);
    position: relative;
    overflow: hidden; /* Asegura que la animación no se desborde */
    z-index: 0; /* Mantiene el texto visible encima del gradiente */
    transition: background-color 0.2s ease-in-out;
    cursor: pointer;
}

.btn-3 a {
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--color-black);
    z-index: 3; /* Coloca el texto encima del fondo */
    position: relative;
    cursor: pointer;
}

.btn-3::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; /* Inicia fuera del botón */
    width: 100%;
    height: 100%;
    background: var(--color-yellow);
    z-index: 0; /* Debajo del texto */
    transition: all 0.5s ease-in-out;
}

.btn-3:hover::before {
    left: 0; /* Llena el botón de izquierda a derecha */
}


/*Video*/


    .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.8);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .modal-content {
        background-color: transparent;
        padding: 0;
        border-radius: 10px;
        max-width: 90%;
        max-height: 90%;
    }
    video {
        width: auto;
        height: 90vh; /* Aprovecha la altura de la pantalla */
        max-width: 100%;
        border-radius: 10px;
    }
    .close {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 28px;
        color: white;
        cursor: pointer;
        font-weight: bold;
        z-index: 15;
    }


/*Header*/

header{
    width: 100%;
    height: 10vh;
    min-height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0% 0% 0% 0%;
    position: fixed;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    background: var(--bg-header);
    border: 1px solid rgba(255, 255, 255, 0.0);
}

header.sticky{
    height: 5rem;
    min-height: 5rem;
    padding: 0 0%;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 999;
}

header .cont{
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

header .cont .logo{
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

header .cont .logo img{
    width: auto;
    max-width: 300px;
    height: 70%;
}

header .cont .nav-icon{
    width: 5%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .cont .nav-icon i{
    font-size: 30px;
    color: var(--color-black);
}

@media screen and (max-width: 650px) {
    header .cont .logo{
        width: 80%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    header .cont .logo img{
        width: auto;
        max-width: 300px;
        height: 50%;
    }
}

@media screen and (max-width: 450px) {

    header .cont .logo img{
        width: auto;
        max-width: 300px;
        height: 40%;
    }
}

/*Menu Desplegable*/

.blur{
    width: 0%;
    height: 0%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: var(--bg-menu-blur);
    z-index: 900;
    backdrop-filter: blur(6px); /* Efecto de desenfoque */
    -webkit-backdrop-filter: blur(6px); /* Para compatibilidad con Safari */
    transition: all 0.2s ease-in-out;
}

.blur.show{
    width: 100%;
    height: 100%;
}


.menu-desplegable{
    width: 100%;
    max-width: 500px;
    height: 100%;
    display: flex;
    flex-direction:  column;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: var(--bg-menu-desplegable);
    z-index: 999;
    transition: all 0.4s ease-in-out;
}

.menu-desplegable.show{
    right: 0%;
}

.menu-desplegable .close{
    width: 90%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 2rem;
}

.menu-desplegable .close i{
    font-size: 30px;
    color: var(--color-black);
}

.menu-desplegable .menu{
    width: 90%;
    height: 70%;
    max-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    top: 25%;
}

.menu-desplegable .menu a{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.02ch;
    color: var(--color-black);
    border-bottom: 2px solid var(--bg-menu-desplegable);
    transition: all 0.1s ease-in-out;
}

.menu-desplegable .menu a:hover{
    font-weight: 700;
    border-bottom: 2px solid var(--color-gold);
}

.menu-desplegable .languages{
    width: 90%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem 0;
}

.menu-desplegable .languages a p{
    font-size: 22px;
}

.menu-desplegable .languages a:hover ~ .active p{
    font-weight: 500;
}

.menu-desplegable .languages .active p{
    font-weight: 700;
}

.menu-desplegable .languages a:hover p{
    font-weight: 700;
}

@media screen and (max-width: 1350px) {
    .menu-desplegable .menu a{
        font-size: 22px;
    }

    .menu-desplegable .languages a p{
        font-size: 22px;
    }
}

@media screen and (max-width: 850px) {
    .menu-desplegable .menu a{
        font-size: 20px;
    }

    .menu-desplegable .languages a p{
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    .menu-desplegable .menu{
        justify-content: space-evenly;
    }
}

@media screen and (max-width: 500px) {
    .menu-desplegable .menu a{
        font-size: 18px;
    }

    .menu-desplegable .languages a p{
        font-size: 18px;
    }
}

/*Banner*/

.banner{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-top: 10rem;
    background: var(--bg-banner);
}

.banner .cont{
    width: 95%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.banner .cont .info{
    width: 50%;
    max-width: 800px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.banner .cont .info h1{
    margin-bottom: 1.5rem;
}

.banner .cont .info h2{
    margin-bottom: 1.5rem;
}


.banner .cont .info .button{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.banner .cont .info .button p{
    width: 50%;
    font-size: 18px;
    margin-left: 1rem;
}

.banner .cont .info .line{
    width: 80%;
    border-top: 1px solid var(--color-black);
    margin: 3rem 0;
}

.banner .cont .info .video{
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.banner .cont .info .video a{
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.banner .cont .info .video a i{
    font-size: 40px;
    color: var(--color-yellow);
}

.banner .cont .info .video a h5{
    margin-left: 1rem;
}


.banner .cont .img{
    width: 50%;
    max-width: 800px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    background: url(img/yellow-circles.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position-x: right;
    background-position-y: bottom;
}

.banner .cont .img img{
    width: 100%;
    height: auto;
}

.banner .cont .img img.tablet{
    display: none;
}

@media screen and (max-width: 1450px) {

    .banner .cont .info{
        width: 55%;
    }

    .banner .cont .img{
        width: 45%;
        padding-top: 3rem;
    }
}


@media screen and (max-width: 1350px) {
    .banner{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-top: 10rem;
        background: var(--bg-banner);
    }
    
    .banner .cont{
        width: 95%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .banner .cont .info{
        width: 90%;
        max-width: 1200px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 2rem;
        padding-bottom: 0rem;
        text-align: center;
    }

    .banner .cont .info h2 br{
        display: none;
    }

    .banner .cont .info .button{
        width: 100%;
        max-width: 700px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: start;
        gap: 1rem;
    }

    .banner .cont .info .button p{
        width: 50%;
        font-size: 18px;
        margin-left: 1rem;
    }
    
    .banner .cont .info .line{
        width: 80%;
        max-width: 600px;
        border-top: 1px solid var(--color-black);
        margin: 3rem 0;
    }

    .banner .cont .img{
        width: 100%;
        max-width: 1500px;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        background: transparent;
    }

    .banner .cont .img img.notebook{
        display: none;
    }
    
    .banner .cont .img img.tablet{
        width: 90%;
        max-width: 2000px;
        height: auto;
        display: block;
    }
}

@media screen and (max-width: 550px) {
    .banner{
        padding-top: 7rem;
    }

    .banner .cont .info .line{
        margin: 1.5rem 0;
    }

    .banner .cont .img img.tablet{
        width: 100%;
        max-width: 2000px;
        height: auto;
        display: block;
    }
}

@media screen and (max-width: 500px) {
    
    .banner .cont .info .button p{
        width: 70%;
        font-size: 18px;
        margin-left: 0.5rem;
    }
}

@media screen and (max-width: 360px) {
    
    .banner .cont .info .button p{
        width: 70%;
        font-size: 18px;
        margin-left: 0.5rem;
    }

}


/*Soporte Operativo*/

.soporte{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 6rem 0 3rem 0;
}

.soporte .cont{
    width: 90%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

.soporte .cont .info{
    width: 45%;
    gap: 2rem;
}

.soporte .cont .info .tittles{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.soporte .cont .info .tittles h3{
    max-width: 550px;
    margin-bottom: 1rem;
}

.soporte .cont .info .tittles p{
    margin-bottom: 1rem;
}

.soporte .cont .info img{
    width: 90%;
    height: auto;
}


.soporte .cont .cards{
    width: 55%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}

.soporte .cont .cards .cards-cont{
    width: 100%;
    max-width: 760px;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3rem;
}

.soporte .cont .cards .cards-cont .card{
    width: 320px;
    min-height: 340px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border: 2px solid var(--color-yellow);
    box-shadow: -8px -2px 16px rgba(242, 234, 168, 0.4), 12px 12px 8px rgba(242, 228, 168, 0.4);
    padding: 1rem;
    border-radius: 24px;
    background: var(--bg-cards);
    transition: all 0.2s ease-in-out;
}

@media screen and (min-width:800px) {
    
    .soporte .cont .cards .cards-cont .card:hover{
        transform: scale(1.02) translateY(-16px);
        box-shadow: -8px -2px 16px rgba(242, 234, 168, 0.6), 12px 12px 8px rgba(242, 228, 168, 0.6);
    
    }
    
    .soporte .cont .cards .cards-cont .card.translate{
        transform: translateY(175px);
    }
    
    .soporte .cont .cards .cards-cont .card.translate:hover{
        transform: translateY(159px) scale(1.02);
    }
    

}

.soporte .cont .cards .cards-cont .card h6{
    font-size: 24px;
    margin-bottom: 0.5rem;
    color: var(--color-gold);
}

.soporte .cont .cards .cards-cont .card p{
    width: 100%;
    font-size: 18px;
    color: var(--color-black);
}

.soporte .cont .cards .cards-cont .card .img{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.soporte .cont .cards .cards-cont .card .img img{
    width: auto;
    height: 180px;
}

@media screen and  (max-width: 1650px){

    .soporte .cont .cards .cards-cont{
        max-width: 730px;
    }

    .soporte .cont .cards .cards-cont .card{
        width: 300px;
        min-height: 340px;
    }
}

@media screen and  (max-width: 1490px){
    .soporte .cont{
        width: 90%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .soporte .cont .info{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .soporte .cont .info .tittles{
        width: 45%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .soporte .cont .info img{
        width: 45%;
        height: auto;
    }

    .soporte .cont .cards{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
    }

    .soporte .cont .cards .cards-cont{
        width: 100%;
        max-width: 2000px;
        height: fit-content;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 3rem;
    }

    .soporte .cont .cards .cards-cont .card.translate{
        transform: translateY(0px);
    }
}

@media screen and  (max-width: 900px){
    .soporte .cont .info{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 1.5rem;
    }

    .soporte .cont .info .tittles{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .soporte .cont .info img{
        width: 100%;
        max-width: 700px;
        height: auto;
    }

    .soporte .cont .info img{
        width: 100%;
        height: auto;
    }
    
}

@media screen and  (max-width: 800px){
   
    .soporte .cont .cards .cards-cont{
        width: 100%;
        max-width: 2000px;
        height: fit-content;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .soporte .cont .cards .cards-cont .card{
        width: 295px;
        min-height: 330px;
        height: fit-content;
        padding: 1rem;

    } 
}

@media screen and  (max-width: 765px){

    .soporte .cont .cards .cards-cont .card{
        width: 250px;
        min-height: 330px;
        height: fit-content;
        padding: 1rem;

    } 

    .soporte .cont .cards .cards-cont .card .img{
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .soporte .cont .cards .cards-cont .card .img img{
        width: auto;
        height: 150px;
    }
}

@media screen and  (max-width: 750px){

    .soporte .cont .cards .cards-cont .card{
        width: 250px;
        min-height: 300px;
        height: fit-content;
        padding: 1rem;

    } 
}

@media screen and  (max-width: 662px){

    .soporte .cont .cards .cards-cont .card{
        width: 400px;
        min-height: 300px;
        height: fit-content;
        padding: 1rem;

    } 
    
    .soporte .cont .cards .cards-cont .card .img img{
        width: auto;
        height: 180px;
    }
}

@media screen and  (max-width: 550px){
    
    .soporte .cont .cards .cards-cont .card .img img.tesoreria{
        width: auto;
        height: 160px;
    }
}

@media screen and  (max-width: 450px){

    .soporte .cont .cards .cards-cont .card{
        width: 400px;
        min-height: 280px;
        height: fit-content;
        padding: 1rem;

    } 
}

@media screen and  (max-width: 360px){
    
    .soporte .cont .cards .cards-cont .card{
        width: 400px;
        min-height: 260px;
        height: fit-content;
        padding: 1rem;

    } 

    .soporte .cont .cards .cards-cont .card .img img{
        width: auto;
        height: 160px;
    }

    .soporte .cont .cards .cards-cont .card .img img.tesoreria{
        width: auto;
        height: 140px;
    }
}

/*Implementacion*/

.implementacion{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 5rem;
}

.implementacion .cont{    
    width: 90%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.implementacion .cont .info{
    width: 50%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.implementacion .cont .info h3{
    margin-bottom: 1.5rem;
}

.implementacion .cont .info p{
    margin-bottom: 1.5rem;
}

.implementacion .cont .item-cont{
    width: 45%;
    max-width: 700px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
}

.implementacion .cont .item-cont .item{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
}

.implementacion .cont .item-cont .item .icon{
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--color-yellow);
    border-radius: 22px;
    background: var(--bg-soft-yellow);
}

.implementacion .cont .item-cont .item .icon i{
    font-size: 60px;
    height: auto;
    color: var(--color-black);
}

.implementacion .cont .item-cont .item p{
    width: 65%;
    font-size: 18px;
}

@media screen and (max-width: 900px) {
    .implementacion .cont{    
        width: 90%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 3rem;
    }
    
    .implementacion .cont .info{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .implementacion .cont .item-cont{
        width: 100%;
        max-width: 700px;
    }
}

@media screen and (max-width: 650px) {
    
    .implementacion .cont .item-cont .item .icon{
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 550px) {
    
    .implementacion .cont .item-cont .item .icon{
        width: 70px;
        height: 70px;
    }
}


/*Technology*/

.technology{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
}

.technology .cont{
    width: 90%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    border: 3px solid var(--color-yellow);
    border-radius: 22px;
    background: var(--bg-banner);
    padding: 2.5rem;
    box-sizing: border-box;
}

.technology .cont .item{
    width: 30%;
    min-width: 400px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.technology .cont .item img{
    width: auto;
    height: 120px;
    margin-bottom: 2rem;
}

.technology .cont .item h4{
    margin-bottom: 1rem;
}

.technology .cont .item p{
    font-weight: 400;
}

.technology .cont .line{
    height: 300px;
    border: 1px solid var(--color-yellow);
}

@media screen and (max-width: 1450px) {
    .technology .cont{
        gap: 2rem;
}

    .technology .cont .line2{
        display: none;
    }

    .technology .cont .item3{
        width: 30%;
        min-width: 400px;
        padding-top: 2rem;
        border-top: 1px solid var(--color-yellow);
    }
    
}

@media screen and (max-width: 1060px) {

    .technology .cont .line1{
        display: none;
    }

    .technology .cont .item{
        width: 30%;
        min-width: 500px;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
    }

    .technology .cont .item2{
        width: 30%;
        min-width: 400px;
        padding-top: 2rem;
        border-top: 1px solid var(--color-yellow);
    }
    
}

@media screen and (max-width: 700px) {

    .technology .cont .item{
        width: 95%;
        min-width: 300px;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
    }
    
}


@media screen and (max-width: 450px) {

    .technology .cont .item{
        width: 95%;
        min-width: 200px;
    }

    .technology .cont .item img{
        height: 90px;
    }
    
}

/*Nuestros Planes*/

.planes{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: var(--bg-cards);
}

.planes .cont{    
    width: 90%;
    max-width: 1800px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.planes .cont .tittles{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.planes .cont .card-cont{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 5rem;
    gap: 1rem;
}

.planes .cont .card-cont .card{
    width: 500px;
    height: 670px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 24px;
    background: var(--bg-white);
    box-shadow: 0px -4px 4px  rgba(239, 209, 82, 0.5), -4px 4px 4px rgba(239, 209, 82, 0.5), 4px 4px 16px rgba(239, 209, 82, 0.5);
    gap: 1rem;
    box-sizing: border-box;
    padding: 0rem 1rem 1rem 1rem;
    transition: all 0.2s ease-out;
}

.planes .cont .card-cont .card:hover{
    box-shadow: 0px -4px 4px  rgba(239, 209, 82, 0.9), -4px 4px 4px rgba(239, 209, 82, 0.9), 4px 4px 16px rgba(239, 209, 82, 0.9);
}

.planes .cont .card-cont .card .img{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.planes .cont .card-cont .card .img img{
    width: 70%;
    height: auto;
}

.planes .cont .card-cont .card .info{
    width: 90%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.planes .cont .card-cont .card .info .name{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.planes .cont .card-cont .card .info .name h6{
    font-size: 32px;
    font-weight: 600;
}

.planes .cont .card-cont .card .info .name p{
    font-size: 18px;
    color: var(--color-gray);
}

.planes .cont .card-cont .card .info .items-cont{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
}

.planes .cont .card-cont .card .info .items-cont .item{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.planes .cont .card-cont .card .info .items-cont .item .img{
    width: 10%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.planes .cont .card-cont .card .info .items-cont .item .img i{
    font-size: 30px;
    color: var(--color-yellow);
}

.planes .cont .card-cont .card .info .items-cont .item p{
    width: 80%;
    color: var(--color-gray);
}

.planes .cont .card-cont .card .price{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.planes .cont .card-cont .card .price h6{
    font-size: 40px;
    color: var(--color-yellow);
}

.planes .cont .card-cont .card .price p{
    font-size: 24px;
    color: var(--color-black);
}

@media screen and  (max-width: 1710px) and (min-width: 921px){
    
    .planes .cont .card-cont{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 5rem;
        gap: 3rem;
    }
    
    .planes .cont .card-cont .card{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        border-radius: 24px;
        background: var(--bg-white);
        box-shadow: 0px -4px 4px  rgba(239, 209, 82, 0.5), -4px 4px 4px rgba(239, 209, 82, 0.5), 4px 4px 16px rgba(239, 209, 82, 0.5);
        box-sizing: border-box;
        padding: 2rem 1rem;
    }

    .planes .cont .card-cont .card .img{
        width: 30%;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .planes .cont .card-cont .card .img img{
        width: 100%;
        height: auto;
    }
    .planes .cont .card-cont .card .info{
        width: 50%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 2rem;
        margin-left: 3rem;
    }
  
    .planes .cont .card-cont .card .info .name{
        width: 90%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        
    }
    
    .planes .cont .card-cont .card .info .name h6{
        font-size: 32px;
        font-weight: 600;
    }
    
    .planes .cont .card-cont .card .info .name p{
        font-size: 18px;
        color: var(--color-gray);
    }s
    
    .planes .cont .card-cont .card .info .items-cont{
        width: 90%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1rem;
        padding-left: 0%;
    }
    
    .planes .cont .card-cont .card .info .items-cont .item{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 1rem;
    }
    
    .planes .cont .card-cont .card .info .items-cont .item .img{
        width: 10%;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .planes .cont .card-cont .card .info .items-cont .item .img i{
        font-size: 30px;
        color: var(--color-yellow);
    }
    
    .planes .cont .card-cont .card .info .items-cont .item p{
        width: 80%;
        color: var(--color-gray);
    }
    
    .planes .cont .card-cont .card .price{
        width: 20%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .planes .cont .card-cont .card .price h6{
        font-size: 40px;
        color: var(--color-yellow);
    }
    
    .planes .cont .card-cont .card .price p{
        font-size: 24px;
        color: var(--color-black);
    }
}

@media screen and  (max-width: 920px){

    .planes .cont .card-cont{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-top: 5rem;
        gap: 3rem;
    }
    
    .planes .cont .card-cont .card{
        width: 90%;
        max-width: 600px;
        height: 670px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        border-radius: 24px;
        background: var(--bg-white);
        box-shadow: 0px -4px 4px  rgba(239, 209, 82, 0.5), -4px 4px 4px rgba(239, 209, 82, 0.5), 4px 4px 16px rgba(239, 209, 82, 0.5);
        gap: 1rem;
        box-sizing: border-box;
        padding: 0rem 1rem 1rem 1rem;
    }
    
    .planes .cont .card-cont .card .img{
        width: 100%;
        max-width: 350px;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .planes .cont .card-cont .card .img img{
        width: 100%;
        height: auto;
    }
    
    .planes .cont .card-cont .card .info{
        width: 90%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
    }
    
    .planes .cont .card-cont .card .info .name{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .planes .cont .card-cont .card .info .name h6{
        font-size: 32px;
        font-weight: 600;
    }
    
    .planes .cont .card-cont .card .info .name p{
        font-size: 18px;
        color: var(--color-gray);
    }
    
    .planes .cont .card-cont .card .info .items-cont{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .planes .cont .card-cont .card .info .items-cont .item{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 1rem;
    }
    
    .planes .cont .card-cont .card .info .items-cont .item .img{
        width: 10%;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .planes .cont .card-cont .card .info .items-cont .item .img i{
        font-size: 30px;
        color: var(--color-yellow);
    }
    
    .planes .cont .card-cont .card .info .items-cont .item p{
        width: 80%;
        color: var(--color-gray);
    }
    
    .planes .cont .card-cont .card .price{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .planes .cont .card-cont .card .price h6{
        font-size: 40px;
        color: var(--color-yellow);
    }
    
    .planes .cont .card-cont .card .price p{
        font-size: 24px;
        color: var(--color-black);
    }
}

@media screen and (max-width: 650px) {
    .planes .cont .card-cont .card{
        width: 90%;
        max-width: 600px;
        height: 640px;
        gap: 1rem;
    }

    .planes .cont .card-cont .card .img{
        width: 90%;
        max-width: 300px;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}


@media screen and (max-width: 550px) {
    .planes .cont .card-cont .card{
        width: 90%;
        max-width: 600px;
        height: 560px;
        gap: 1rem;
    }

    .planes .cont .card-cont .card .img{
        width: 90%;
        max-width: 250px;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@media screen and (max-width: 460px) {
    .planes .cont .card-cont .card{
        width: 90%;
        max-width: 600px;
        height: 620px;
        gap: 1rem;
    }

}


@media screen and (max-width: 450px) {
    .planes .cont .card-cont .card{
        width: 90%;
        max-width: 600px;
        height: 520px;
        gap: 1rem;
    }

    .planes .cont .card-cont .card .img{
        width: 90%;
        max-width: 200px;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 1rem;
    }
}

@media screen and (max-width: 380px) {
    .planes .cont .card-cont .card{
        width: 90%;
        max-width: 600px;
        height: 520px;
        gap: 1rem;
    }

    .planes .cont .card-cont .card .img{
        width: 90%;
        max-width: 180px;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 1rem;
    }
}


/*Preguntas Frecuentes*/

.preguntas{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 7rem;
}

.preguntas .cont{
    width: 90%;
    max-width: 1400px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 3rem;
    padding-bottom: 5rem;
}

.preguntas .cont .tittles{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preguntas .cont .item-cont{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.preguntas .cont .item-cont .col{
    width: 48%;
    max-width: 700px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.preguntas .cont .item-cont .col .item{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid var(--color-black);
    border-top: 0;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.preguntas .cont .item-cont .col .item .question{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 1rem;
    gap: 1rem;
}

.preguntas .cont .item-cont .col .item.show .question{
    
}

.preguntas .cont .item-cont .col .item.bottom{
    border-radius:  0px 0px 24px 24px;
}

.preguntas .cont .item-cont .col .item.bottom .answer{
    border-radius:  0px 0px 24px 24px;
}

.preguntas .cont .item-cont .col .item.first{
    border-radius: 24px 24px 0px 0px;
    border-top: 1px solid var(--color-black);
}

.preguntas .cont .item-cont .col .item .question p{
    color: var(--color-dark-gray);
    font-size: 22px;
    font-weight: 500;
}

.preguntas .cont .item-cont .col .item .question i{
    font-size: 25px;
    color: var(--color-gray-arrows);
}

.preguntas .cont .item-cont .col .item .question i.up{
    display: none;
}

.preguntas .cont .item-cont .col .item .answer{
    width: 100%;
    height: 0;
    max-height: 0;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    padding: 0rem 0;
    background-color: var(--bg-banner);
    transition: max-height 0.6s ease-out;
}

.preguntas .cont .item-cont .col .item .answer.show {
    display: flex;
    height: fit-content;
    max-height: 500px; /* Ajusta según el contenido */
    padding: 1rem 0;
    border-top: 1px solid var(--color-black);
}


.preguntas .cont .item-cont .col .item .answer p{
    width: 95%;
    font-weight: 400;
}

@media screen and (max-width: 1300px) {
    .preguntas .cont .item-cont{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    
    .preguntas .cont .item-cont .col{
        width: 90%;
        max-width: 1000px;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .preguntas .cont .item-cont .col .item.bottom{
        border-radius:  0px 0px 0px 0px;
        border-bottom: 0px;
    }

    .preguntas .cont .item-cont .col .item.bottom .answer{
        border-radius:  0px 0px 0px 0px;
    }

    .preguntas .cont .item-cont .col .item.item{
        border-radius:  0px 0px 0px 0px;
    }

    .preguntas .cont .item-cont .col .item.primero{
        border-top: 1px solid var(--color-black);
        border-radius:  24px 24px 0px 0px;
    }

    .preguntas .cont .item-cont .col .item.ultimo{
        border-radius:  0px 0px 24px 24px;
        border-bottom: 1px solid var(--color-black);
    }

    .preguntas .cont .item-cont .col .item.ultimo .answer{
        border-radius:  0px 0px 24px 24px;
    }
    
}

/*Listos para comenzar*/

.comenzar{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7rem 0;
    background: url(img/comenzar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.comenzar .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #efd152; /* El color del overlay */
    opacity: 0.13; /* Ajusta la opacidad al 13% */
    z-index: 2;
}

.comenzar .cont{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    z-index: 3;
}

@supports not (background-attachment: fixed) {
    .comenzar {
        background-attachment: scroll;
    }
}

/*Footer*/

footer{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--bg-white);
    padding: 5rem 0 2rem 0;
    gap: 5rem;
}

footer .cont{
    width: 90%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

footer .cont .info-cont{
    width: 50%;
    max-width: 800px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3rem;
}

footer .cont .info-cont .logo{
    width: 40%;
    height: fit-content;
}

footer .cont .info-cont .logo img{
    width: 100%;
    min-width: 250px;
    height: auto;
}

footer .cont .info-cont .info{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
}

footer .cont .info-cont .info .item-cont{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5rem;
}

footer .cont .info-cont .info .item-cont .item{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
}

footer .cont .info-cont .info .item-cont .item .icon{
    width: fit-content;
    height: fit-content;
}

footer .cont .info-cont .info .item-cont .item .icon i{
    font-size: 45px;
    color: var(--color-yellow);
}

footer .cont .info-cont .info .item-cont .item .text{
    width: 70%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    gap: 0.2rem;
}


footer .cont .info-cont .info .item-cont .item .text p{
    text-decoration: none;
}

footer .cont .info-cont .info .item-cont .item .text .line{
    width: 100%;
    border-bottom: 2px solid var(--color-gray-arrows);
}

/*Formulario*/

footer .cont .form-cont{
    width: 50%;
    max-width: 800px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

footer .cont .form-cont form{
    width: 100%;
    max-width: 620px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 2px solid var(--color-yellow);
    border-radius: 24px;
    background-color: var(--bg-form-yellow);
    padding: 2rem 0;
    gap: 1rem;
}

footer .cont .form-cont form .tittles{
    width: 90%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin-bottom: 1rem;
}

footer .cont .form-cont form .tittles h4{
    font-size: 34px;
    margin-bottom: 0.5rem;
}

footer .cont .form-cont form input{
    width: 85%;
    max-width: 550px;
    height: fit-content;
    background-color: var(--bg-banner);
    border: 1px solid var(--color-black);
    border-radius: 12px;
    padding: 0.5rem 1rem;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 400;
}

footer .cont .form-cont form input::placeholder{
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 400;

}

footer .cont .form-cont form textarea{
    width: 85%;
    max-width: 550px;
    height: auto;
    min-height: 150px;
    background-color: var(--bg-banner);
    border: 1px solid var(--color-black);
    border-radius: 12px;
    padding: 0.5rem 1rem;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 400;
}

footer .cont .form-cont form textarea::placeholder{
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 400;
}

/*Z Byte*/

footer .zbyte{
    width: 90%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
}

footer .zbyte .line{
    width: 100%;
    border-bottom: 2px solid var(--color-gray-arrows);
}

footer .zbyte p{
    font-size: 16px;
}

footer .zbyte p a{
    border-bottom: 1px solid var(--color-gold);
    font-style: italic;
    color: var(--color-gold);
}

@media screen and (max-width: 1000px) {
    footer .cont{
        width: 90%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 2rem;
    }
    
    footer .cont .info-cont{
        width: 100%;
        max-width: 700px;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 3rem;
    }

    footer .cont .form-cont{
        width: 100%;
        max-width: 800px;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
}

@media screen and (max-width: 450px) {
    
    footer .cont .form-cont form input{
        border-radius: 10px;
        padding: 0.3rem 0.8rem;
        font-size: 18px;
    }
    
    footer .cont .form-cont form input::placeholder{
        font-size: 16px;
    
    }
    
    footer .cont .form-cont form textarea{
        font-size: 16px;
    }
    
    footer .cont .form-cont form textarea::placeholder{
        font-size: 16px;
    }

    .btn-3 {
        width: 160px;
        height: 40px;
    }

}



/*Font Resizing*/

@media screen and  (max-width: 1650px){
    h1{
        font-size: 63px;
    }

    h2{
        font-size: 47px;
    }

    h3{
        font-size: 43px;
        font-weight: 800;
        color: var(--color-black);  
        margin: 0;
    }
    
    h4{
        font-size: 23px;
        font-weight: 700;
        color: var(--color-black);  
        margin: 0;
    }
    
    h5{
        font-size: 27px;
        font-weight: 700;
        color: var(--color-black);  
        margin: 0;
    }
    
    h6{
        font-size: 23px;
        font-weight: 700;
        color: var(--color-black);  
        margin: 0;
    }

    p{
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: var(--color-black);
        margin: 0;
    }

    .banner .cont .info .button p{
        font-size: 16px;
    }

    .soporte .cont .cards .cards-cont .card h6{
        font-size: 19px;
    }
    
    .soporte .cont .cards .cards-cont .card p{
        font-size: 16px;
    }

    .implementacion .cont .item-cont .item .icon i{
        font-size: 54px;
    }
    
    .implementacion .cont .item-cont .item p{
        font-size: 16px;
    }

    .planes .cont .card-cont .card .info .name h6{
        font-size: 29px;
        font-weight: 600;
    }
    
    .planes .cont .card-cont .card .info .name p{
        font-size: 16px;
        color: var(--color-gray);
    }

    .planes .cont .card-cont .card .info .items-cont .item .img i{
        font-size: 27px;
        color: var(--color-yellow);
    }

    .planes .cont .card-cont .card .price h6{
        font-size: 36px;
        color: var(--color-yellow);
    }
    
    .planes .cont .card-cont .card .price p{
        font-size: 22px;
        color: var(--color-black);
    }

    .preguntas .cont .item-cont .col .item .question p{
        color: var(--color-dark-gray);
        font-size: 20px;
        font-weight: 500;
    }
    
    .preguntas .cont .item-cont .col .item .question i{
        font-size: 22px;
        color: var(--color-gray-arrows);
    }

    footer .cont .info-cont .info .item-cont .item .icon i{
        font-size: 45px;
        color: var(--color-yellow);
    }

    footer .cont .form-cont form .tittles h4{
        font-size: 31px;
        margin-bottom: 0.5rem;
    }

    footer .cont .form-cont form textarea::placeholder{
        font-size: 18px;
        font-family: 'Poppins';
        font-weight: 400;
    }
}

@media screen and (max-width: 750px) {
    h1 {
        font-size: 51.5px;
    }

    h2 {
        font-size: 42.5px;
    }

    h3 {
        font-size: 39.0px;
    }

    h4 {
        font-size: 20.5px;
    }

    h5 {
        font-size: 24.5px;
    }

    h6 {
        font-size: 21.0px;
    }

    p {
        font-size: 16.0px;
    }

    .banner .cont .info .button p {
        font-size: 14.5px;
    }

    .soporte .cont .cards .cards-cont .card h6 {
        font-size: 17.0px;
    }

    .soporte .cont .cards .cards-cont .card p {
        font-size: 14.5px;
    }

    .implementacion .cont .item-cont .item .icon i {
        font-size: 48.5px;
    }

    .implementacion .cont .item-cont .item p {
        font-size: 14.5px;
    }

    .planes .cont .card-cont .card .info .name h6 {
        font-size: 29px;
        font-weight: 600;
    }

    .planes .cont .card-cont .card .info .name p {
        font-size: 16px;
    }

    .planes .cont .card-cont .card .info .items-cont .item .img i {
        font-size: 27px;
    }

    .planes .cont .card-cont .card .info .items-cont .item p {
        font-size: 18px;
    }

    .planes .cont .card-cont .card .price h6 {
        font-size: 32.5px;
    }

    .planes .cont .card-cont .card .price p {
        font-size: 20.0px;
    }

    .preguntas .cont .item-cont .col .item .question p {
        font-size: 18.0px;
    }

    .preguntas .cont .item-cont .col .item .question i {
        font-size: 20.0px;
    }

    footer .cont .info-cont .info .item-cont .item .icon i {
        font-size: 40.5px;
    }

    footer .cont .form-cont form .tittles h4 {
        font-size: 28.0px;
    }

    footer .cont .form-cont form textarea::placeholder {
        font-size: 16.0px;
    }
}

@media screen and (max-width: 650px) {
    h1 {
        font-size: 46.5px;
    }

    h2 {
        font-size: 38.5px;
    }

    h3 {
        font-size: 35.0px;
    }

    h4 {
        font-size: 20.5px;
    }

    h5 {
        font-size: 22.0px;
    }

    h6 {
        font-size: 18.5px;
    }

    p {
        font-size: 16.0px;
    }

    .banner .cont .info .button p {
        font-size: 14.5px;
    }

    .soporte .cont .cards .cards-cont .card h6 {
        font-size: 17px;
    }

    .soporte .cont .cards .cards-cont .card p {
        font-size: 14.5px;
    }

    .implementacion .cont .item-cont .item .icon i {
        font-size: 43.5px;
    }

    .implementacion .cont .item-cont .item p {
        font-size: 14.5px;
    }

    .planes .cont .card-cont .card .info .name h6 {
        font-size: 29px;
        font-weight: 600;
    }

    .planes .cont .card-cont .card .info .name p {
        font-size: 16px;
    }

    .planes .cont .card-cont .card .info .items-cont .item .img i {
        font-size: 27px;
    }

    .planes .cont .card-cont .card .info .items-cont .item p {
        font-size: 18px;
    }

    .planes .cont .card-cont .card .price h6 {
        font-size: 29.5px;
    }

    .planes .cont .card-cont .card .price p {
        font-size: 20.0px;
    }

    .preguntas .cont .item-cont .col .item .question p {
        font-size: 18.0px;
    }

    .preguntas .cont .item-cont .col .item .question i {
        font-size: 18.0px;
    }

    footer .cont .info-cont .info .item-cont .item .icon i {
        font-size: 36.5px;
    }

    footer .cont .form-cont form .tittles h4 {
        font-size: 25.0px;
    }

    footer .cont .form-cont form textarea::placeholder {
        font-size: 16.0px;
    }
}

@media screen and (max-width: 550px) {
    h1 {
        font-size: 42.0px;
    }

    h2 {
        font-size: 34.5px;
    }

    h3 {
        font-size: 31.5px;
    }

    h4 {
        font-size: 20.5px;
    }

    h5 {
        font-size: 19.5px;
    }

    h6 {
        font-size: 16.5px;
    }

    p {
        font-size: 16.0px;
    }

    .banner .cont .info .button p {
        font-size: 14.5px;
    }

    .soporte .cont .cards .cards-cont .card h6 {
        font-size: 17px;
    }

    .soporte .cont .cards .cards-cont .card p {
        font-size: 14.5px;
    }

    .implementacion .cont .item-cont .item .icon i {
        font-size: 39.0px;
    }

    .implementacion .cont .item-cont .item p {
        font-size: 14.5px;
    }

    .planes .cont .card-cont .card .info .name h6 {
        font-size: 26.0px;
        font-weight: 600;
    }
    
    .planes .cont .card-cont .card .info .name p {
        font-size: 14.5px;
    }
    
    .planes .cont .card-cont .card .info .items-cont .item .img i {
        font-size: 24.5px;
    }
    
    .planes .cont .card-cont .card .info .items-cont .item p {
        font-size: 16.0px;
    }
    
    .planes .cont .card-cont .card .price h6 {
        font-size: 26.5px;
    }
    
    .planes .cont .card-cont .card .price p {
        font-size: 18.0px;
    }
    

    .preguntas .cont .item-cont .col .item .question p {
        font-size: 18.0px;
    }

    .preguntas .cont .item-cont .col .item .question i {
        font-size: 16.0px;
    }

    footer .cont .info-cont .info .item-cont .item .icon i {
        font-size: 33.0px;
    }

    footer .cont .form-cont form .tittles h4 {
        font-size: 25.0px;
    }

    footer .cont .form-cont form textarea::placeholder {
        font-size: 16.0px;
    }

    .btn-2 {
        min-width: 140px;
    }

    
    .btn-2 a{
        font-size: 14px;
    }
}


@media screen and (max-width: 500px) {
    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 450px) {
    h1 {
        font-size: 30.5px; 
    }

    h2 {
        font-size: 25.0px; 
    }

    h3 {
        font-size: 28.5px;
    }

    h4 {
        font-size: 18.5px;
    }

    h5 {
        font-size: 17.5px;
    }

    h6 {
        font-size: 14.5px;
    }

    p {
        font-size: 14.5px;
    }

    .banner .cont .info .button p {
        font-size: 13.0px;
    }

    .soporte .cont .cards .cards-cont .card h6 {
        font-size: 15.5px;
    }

    .soporte .cont .cards .cards-cont .card p {
        font-size: 13.0px;
    }

    .implementacion .cont .item-cont .item .icon i {
        font-size: 35.0px;
    }

    .implementacion .cont .item-cont .item p {
        font-size: 13.0px;
    }

    .planes .cont .card-cont .card .info .name h6 {
        font-size: 23.5px;
        font-weight: 600;
    }
    
    .planes .cont .card-cont .card .info .name p {
        font-size: 13.0px;
    }
    
    .planes .cont .card-cont .card .info .items-cont .item .img i {
        font-size: 22.0px;
    }
    
    .planes .cont .card-cont .card .info .items-cont .item p {
        font-size: 14.5px;
    }
    
    .planes .cont .card-cont .card .price h6 {
        font-size: 23.5px;
    }
    
    .planes .cont .card-cont .card .price p {
        font-size: 16.0px;
    }
    

    .preguntas .cont .item-cont .col .item .question p {
        font-size: 16.0px;
    }

    .preguntas .cont .item-cont .col .item .question i {
        font-size: 14.5px;
    }

    footer .cont .info-cont .info .item-cont .item .icon i {
        font-size: 29.5px;
    }

    footer .cont .form-cont form .tittles h4 {
        font-size: 22.5px;
    }

    footer .cont .form-cont form textarea::placeholder {
        font-size: 14.5px;
    }    
    
    .btn-2 {
        min-width: 130px;
    }

    .btn-2 a{
        font-size: 16px;
    }

    .btn-3 a {
        font-size: 16px;
    }
}

@media screen and (max-width: 360px) {
    h1 {
        font-size: 27.5px; 
    }

    h2 {
        font-size: 22.5px; 
    }

    h3 {
        font-size: 25.5px;
    }

    h4 {
        font-size: 16.5px;
    }

    h5 {
        font-size: 15.5px;
    }

    h6 {
        font-size: 13.0px;
    }

    p {
        font-size: 13.0px;
    }

    .banner .cont .info .button p {
        font-size: 11.5px;
    }

    .soporte .cont .cards .cards-cont .card h6 {
        font-size: 14.0px;
    }

    .soporte .cont .cards .cards-cont .card p {
        font-size: 11.5px;
    }

    .implementacion .cont .item-cont .item .icon i {
        font-size: 31.5px;
    }

    .implementacion .cont .item-cont .item p {
        font-size: 11.5px;
    }

    .planes .cont .card-cont .card .info .name h6 {
        font-size: 21.0px;
        font-weight: 600;
    }
    
    .planes .cont .card-cont .card .info .name p {
        font-size: 11.5px;
    }
    
    .planes .cont .card-cont .card .info .items-cont .item .img i {
        font-size: 20.0px;
    }
    
    .planes .cont .card-cont .card .info .items-cont .item p {
        font-size: 13.0px;
    }
    
    .planes .cont .card-cont .card .price h6 {
        font-size: 21.0px;
    }
    
    .planes .cont .card-cont .card .price p {
        font-size: 14.5px;
    }
    

    .preguntas .cont .item-cont .col .item .question p {
        font-size: 14.5px;
    }

    .preguntas .cont .item-cont .col .item .question i {
        font-size: 13.0px;
    }

    footer .cont .info-cont .info .item-cont .item .icon i {
        font-size: 26.5px;
    }

    footer .cont .form-cont form .tittles h4 {
        font-size: 20.5px;
    }

    footer .cont .form-cont form textarea::placeholder {
        font-size: 13.0px;
    }    
}