/* importar fuente logo */
@font-face {
    font-family: 'FuenteLogo';
    src: url('../fonts/BASKVILL.ttf') format('truetype');
}

/* import poppins */
@font-face {
    font-family: 'Poppins';
    src: url('https://fonts.gstatic.com/s/poppins/v20/XXXXX.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
}

body {
    background: #f8f8f8 0% 0% no-repeat padding-box;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden !important;
}

@media (max-width: 500px) {
    body {
        background: #FFFFFF 0% 0% no-repeat padding-box;
    }
}

/* clases genericas */
.d-flex {
    display: flex;
}

.alignCenter {
    align-items: center;
}

.justifyCenter {
    justify-content: center;
}

.justifyBetween {
    justify-content: space-between;
}


/* width */
.w-auto {
    width: auto;
}

/* Header */
header {
    height: 100px;
    width: 100vw;
    opacity: 1;
    padding-left: 2vw;
    padding-right: 2vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 114px;
    height: 114px;
}

h1 {
    text-align: left;
    font: normal normal normal 43px/49px Baskerville Old Face;
    font-family: 'FuenteLogo', serif !important;
    letter-spacing: 0px;
    color: #58686D;
    opacity: 1;
}

.subtituloHeader {
    text-align: left;
    font: normal normal normal 17px/19px Baskerville Old Face;
    font-family: 'FuenteLogo', serif !important;
    letter-spacing: 1.7px;
    color: #58686D;
    opacity: 1;
}

.listHeader {
    list-style: none;
    gap: 53px;
    display: flex;
    justify-content: center;
}

.listHeader li {
    width: auto;
}

.aHeader {
    text-decoration: none;
    text-align: left;
    letter-spacing: 0px;
    color: #B6B6B7;
    opacity: 1;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

.activeHeader {
    color: #464646 !important;
    text-decoration: underline #8ECCAB !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 5px !important;
}

.contenedorBotonHeader {
    display: flex;
    justify-content: flex-end;
    gap: 31px;
}

.botonHeader {
    width: 130px;
    height: 38px;
    border: 2px solid #53B493;
    border-radius: 9px;
    opacity: 1;
    color: #53B493;
    font-size: 9px;
    font-weight: 700;
    line-height: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.btnHeaderVerde {
    background-color: #53B493 !important;
    color: #FFFFFF !important;
    border: none !important;
}

.btnHeaderGris {
    background-color: #8D8D8D !important;
    color: #FFFFFF !important;
    border: none !important;
}


.burger {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 4px;
    z-index: 1000;
    width: auto;
}

.bar {
    width: 29px;
    height: 4px;
    border-radius: 5px;
    background-color: #494949;
}

.menu-container {
    right: -100%;
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #FFFFFF;
    transition: right 0.3s ease;
    z-index: 999;
    box-sizing: border-box;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-container.active {
    right: 0;
}

@media (max-width: 1200px) {
    .logo {
        width: 100px;
        height: 100px;
    }

    h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .subtituloHeader {
        font-size: 10px;
    }

    .listHeader {
        gap: 30px;
    }

    .contenedorBotonHeader {
        gap: 15px;
    }

    .botonHeader {
        width: 100px;
        font-size: 8px;
        height: 38px;
    }
}

@media (max-width: 768px) {
    .logo {
        width: 100px;
        height: 100px;
    }

    .logoMovil {
        width: 120px;
        height: 120px;
    }

    h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .subtituloHeader {
        font-size: 10px;
    }

    .h1Movil {
        font-size: 30px;
        line-height: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .subtituloHeaderMovil {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    nav {
        display: none;
    }

    .navBurger {
        display: block !important;
        margin-top: 30px;
    }

    .contenedorBotonHeader {
        display: none;
    }

    .burger {
        display: flex;
        margin-right: auto;
    }

    .menu-container {
        right: -100%;
    }

    .navBurger {
        display: block !important;
    }

    .contenedorBotonHeaderBurger {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .listHeader {
        list-style: none;
        display: inline;
    }

    .aHeader {
        text-decoration: none;
        text-align: left;
        letter-spacing: 0px;
        color: #B6B6B7;
        opacity: 1;
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .botonHeader {
        margin-bottom: 20px;
        width: 130px;
        height: 38px;
        font-size: 9px;
    }
}

@media (max-width: 500px) {
    .menu-container {
        width: 50%;
    }
}





/* Seccion 1 Home */
.seccion1Home {
    height: calc(100vh - 100px);
    width: 100%;
    background: linear-gradient(88deg, #1D3D38BF 0%, #E5E5E500 80%, #C0C0C000 49%, #80808000 100%), url('../images/fondo1.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-left: 2vw;
    padding-top: 113px;
    padding-bottom: 90px;
    display: flex;
    flex-direction: column;
}

.seccion1HomeMovil {
    display: none;
}

.tituloSeccion1 {
    text-align: left;
    letter-spacing: 0px;
    opacity: 1;
    font-size: 55px;
    font-weight: 700;
    line-height: 60px;
}

.tituloSeccion1Color1 {
    color: #FFFFFF;
}

.tituloSeccion1Color2 {
    color: #D6FFDC;
}

.subtituloSeccion1 {
    padding-top: 35px;
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.contenedorIconosSeccion1 {
    display: flex;
    gap: 72px;
    margin-top: auto;
}

.circuloIconoSeccion1 {
    width: 40px;
    height: 40px;
    background: #69D9A9 0% 0% no-repeat padding-box;
    border-radius: 20px;
    opacity: 1;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iconoBanner {
    height: 16px;
    width: 16px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 0;
}

.textoCirculoIconoSeccion1 {
    padding-left: 12px;
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 16px;
    font-weight: 16px;
    line-height: 25px;
}

@media (max-width: 1200px) {
    .tituloSeccion1 {
        font-size: 45px;
        line-height: 50px;
    }

    .subtituloSeccion1 {
        font-size: 18px;
        line-height: 28px;
    }

    .contenedorIconosSeccion1 {
        gap: 50px;
    }

    .textoCirculoIconoSeccion1 {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .tituloSeccion1 {
        font-size: 36px;
        line-height: 40px;
    }

    .subtituloSeccion1 {
        font-size: 16px;
        line-height: 24px;
    }

    .contenedorIconosSeccion1 {
        gap: 40px;
    }

    .textoCirculoIconoSeccion1 {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .seccion1Home {
        display: none;
    }

    .seccion1HomeMovil {
        height: 395px;
        width: 100%;
        background: linear-gradient(88deg, #1D3D38BF 0%, #E5E5E500 80%, #C0C0C000 49%, #80808000 100%), url('../images/fondo1.png');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding-left: 2vw;
        padding-top: 10px;
        display: flex;
        flex-direction: column;
    }

    .tituloSeccion1 {
        font-size: 25px;
        line-height: 38px;
    }

    .subtituloSeccion1 {
        font-size: 10px;
        line-height: 16px;
    }

    .contenedorIconosSeccion1 {
        gap: 26px;
        margin: 0;
        margin-bottom: 70px;
    }

    .circuloIconoSeccion1 {
        width: 26px;
        height: 26px;
    }

    .textoCirculoIconoSeccion1 {
        font-size: 9px;
    }

    .iconoBanner {
        height: 10px;
        width: 10px;
        font-size: 10px;
    }
}

@media (max-width: 400px) {
    .contenedorIconosSeccion1 {
        display: block;
    }

    .circuloIconoSeccion1 {
        margin-bottom: 10px;
    }

}


/*  Article 1  */
.article1 {
    margin: auto;
    margin-top: 54px;
    width: 88vw;
    max-width: 1280px;
    height: 452px;
    background: #FEFEFE 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    padding-left: 2vw;
    padding-right: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 64px;
}

.article1Movil {
    display: none;
}

.imagenArticle1 {
    width: 576px;
    height: 351px;
    background: url('../images/imagen2.png') no-repeat center center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    opacity: 1;
}

.subtituloArticle1 {
    text-align: left;
    letter-spacing: 0px;
    color: #53B493;
    opacity: 1;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}

.titulo1Article1 {
    text-align: left;
    letter-spacing: 0px;
    color: #404040;
    opacity: 1;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    padding-top: 20px;
}

.titulo2Article1 {
    text-align: left;
    letter-spacing: 0px;
    color: #53B493;
    opacity: 1;
    font-size: 50px;
    font-weight: 700;
    line-height: 76px;
}

.textoArticle1 {
    text-align: left;
    letter-spacing: 0px;
    color: #B6B6B7;
    opacity: 1;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding-top: 15px;
}

.botonArticle1 {
    width: 260px;
    height: 59px;
    border: 1px solid #53B493;
    border-radius: 8px;
    margin-top: 20px;
    background-color: #FEFEFE;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.botonArticle1Texto {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #53B493;
}

.botonArticle1 i {
    font-size: 18px;
    line-height: 0;
}





@media (max-width: 1200px) {
    .article1 {
        gap: 32px;
    }

    .imagenArticle1 {
        width: 100%;
        background-position: right;
    }

    .subtituloArticle1 {
        font-size: 14px;
    }

    .titulo1Article1,
    .titulo2Article1 {
        font-size: 40px;
        line-height: 40px;
        padding-top: 0;
    }

    .textoArticle1 {
        font-size: 18px;
    }

    .botonArticle1 {
        text-align: center;
        width: 200px;
        height: 50px;
    }
}

@media (max-width: 768px) {
    .article1 {
        gap: 32px;
    }

    .imagenArticle1 {
        width: 100%;
        background-position: right;
    }

    .subtituloArticle1 {
        font-size: 14px;
    }

    .titulo1Article1,
    .titulo2Article1 {
        font-size: 30px;
        line-height: 40px;
        padding-top: 0;
    }

    .textoArticle1 {
        font-size: 14px;
    }

    .botonArticle1 {
        text-align: center;
        width: 200px;
    }
}

@media (max-width: 500px) {
    .article1Movil {
        width: 100%;
        height: auto;
        background: #FEFEFE 0% 0% no-repeat padding-box;
        opacity: 1;
        padding-top: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .article1 {
        display: none;
    }

    .subtituloArticle1 {
        text-align: center;
    }

    .titulo1Article1 {
        text-align: center;
    }

    .titulo2Article1 {
        text-align: center;
    }

    .textoArticle1 {
        text-align: center;
    }

    .botonArticle1 {
        margin-bottom: 38px;
        height: 50px;
        width: 120px;
    }

    .botonArticle1Texto {
        font-size: 14px;
    }

    .botonArticle1 i {
        font-size: 14px;
    }

    .imagenArticle2 {
        width: 100%;
        height: 128px;
        background: url('../images/imagen2.png') no-repeat center center;
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        opacity: 1;
    }
}



/* Cobertura */
.contenedorCoberta {
    margin-top: 78.5px;
}

.tituloCobertura {
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    font-size: 58px;
    font-weight: 700;
    line-height: 87px;
    text-align: center;
}

.subtituloCobertura {
    max-width: 1000px;
    letter-spacing: 2.52px;
    color: #333333;
    opacity: 1;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    padding-top: 12.8px;
    margin: auto;
    text-align: center;
}

.contenedorFotosCobertura {
    margin-top: 31.2px;
    display: flex;
    justify-content: center;
    gap: 55.22px;
}

.coberturaFoto1 {
    width: 518px;
    height: 342px;
    background: transparent url('../images/coberturaFoto1.jpg') 0% 0% no-repeat padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    opacity: 0.7;
}

.coberturaFoto2 {
    width: 518px;
    height: 342px;
    background: transparent url('../images/coberturaFoto2.jpg') 0% 0% no-repeat padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    opacity: 0.7;
}

.textoCoberturaFoto {
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 33px;
    font-weight: 700;
    line-height: 50px;
    padding-top: 157.5px;
}

.botonCoberturaFoto {
    margin-top: 39.83px;
    width: 225px;
    height: 54px;
    background: #FEFEFE 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    border: none;
    text-align: center;
    letter-spacing: 0px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3C8F84;
    margin: auto;
}

.botonCoberturaFotoTexto {
    color: #3C8F84;
    font-size: 19px;
    font-weight: 700;
    line-height: 29px;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .contenedorFotosCobertura {
        gap: 20px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .subtituloCobertura {
        font-size: 16px;
        max-width: 90%;
    }

    .textoCoberturaFoto {
        font-size: 28px;
    }

    .botonCoberturaFoto {
        width: 180px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .contenedorFotosCobertura {
        gap: 20px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .subtituloCobertura {
        font-size: 14px;
        max-width: 90%;
    }

    .textoCoberturaFoto {
        font-size: 24px;
    }

    .botonCoberturaFoto {
        width: 180px;
        font-size: 16px;
    }

    .botonCoberturaFotoTexto {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .tituloCobertura {
        font-size: 42px;
        line-height: 63px;
    }

    .subtituloCobertura {
        font-size: 16px;
        line-height: 25px;
        padding-top: 12.8px;
        letter-spacing: -0.62px;
    }

    .contenedorFotosCobertura {
        gap: 18px;
    }

    .coberturaFoto1 {
        width: 168px;
        height: 111px;
        background: transparent url('../images/coberturaFoto1.jpg') 0% 0% no-repeat padding-box;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 8px;
    }

    .coberturaFoto2 {
        width: 168px;
        height: 111px;
        background: transparent url('../images/coberturaFoto2.jpg') 0% 0% no-repeat padding-box;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 8px;
    }

    .textoCoberturaFoto {
        text-align: center;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        font-size: 11px;
        font-weight: 700;
        line-height: 13px;
        padding-top: 50px;
    }

    .botonCoberturaFoto {
        margin-top: 15px;
        width: 73px;
        height: 17px;
        background: #FEFEFE 0% 0% no-repeat padding-box;
        border-radius: 8px;
        opacity: 1;
        border: none;
        text-align: center;
        letter-spacing: 0px;
        color: #3C8F84;
        opacity: 1;
        font-size: 5px;
        font-weight: 700;
        line-height: 8px;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .botonCoberturaFotoTexto {
        font-size: 10px;
        font-weight: 700;
        line-height: 8px;
    }
}


/* Ocasion */
.ocasionContainer {
    margin-top: 75.17px;
    padding-top: 44px;
    background-color: #FEFEFE;
    padding-left: 5.56%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    height: 537px;
}

.ocasionFotoContainer {
    width: auto;
}

.fotoParaTodaOcasion {
    width: 518px;
    height: 387px;
    background: transparent url('../images/paraTodaOcasion.jpg') no-repeat center center;
    background-size: cover;
    border-radius: 8px;
    opacity: 1;
}

.subtituloParaTodaOcasion {
    text-align: left;
    letter-spacing: 0px;
    color: #3C8F84;
    opacity: 1;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}

.tituloParaTodaOcasion {
    text-align: left;
    letter-spacing: 0px;
    color: #404040;
    opacity: 1;
    font-size: 50px;
    font-weight: 700;
    line-height: 40px;
    padding-top: 20px;
}

.tituloParaTodaOcasion2 {
    text-align: left;
    letter-spacing: 0px;
    color: #92CEB9;
    opacity: 1;
    font-size: 50px;
    font-weight: 700;
    line-height: 76px;
}

.textoParaTodaOcasion {
    padding-top: 49.9px;
    text-align: left;
    letter-spacing: 0px;
    color: #B6B6B7;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    width: 631px;
}

.contenedorBotonesOcasion {
    display: flex;
    align-items: center;
    gap: 152.29px;
    margin-top: 42.6px;
}

.botonParaTodaOcasion {
    width: 289px;
    height: 60px;
    background: #92CEB9 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    border: none;
    flex-shrink: 0;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.botonParaTodaOcasionTexto {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-decoration: none;
}

.botonParaTodaOcasion2 {
    background-color: #FEFEFE;
    text-align: center;
    letter-spacing: 0px;
    color: #404040;
    opacity: 1;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    border: none;
    flex-shrink: 0;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.ocasionContainerMovil {
    display: none;
}

@media (max-width: 1200px) {
    .ocasionContainer {
        padding-left: 10%;
    }

    .ocasionFotoContainer {
        width: 100%;
    }

    .fotoParaTodaOcasion {
        width: 100%;
    }

    .subtituloParaTodaOcasion {
        font-size: 14px;
    }

    .tituloParaTodaOcasion {
        font-size: 40px;
        line-height: 40px;
    }

    .tituloParaTodaOcasion2 {
        font-size: 40px;
        line-height: 40px;
    }

    .textoParaTodaOcasion {
        width: 95%;
    }

    .contenedorBotonesOcasion {
        gap: 30px;
    }

    .botonParaTodaOcasion {
        width: 200px;
        font-size: 16px;
    }

    .botonParaTodaOcasionTexto {
        font-size: 16px;
    }

    .botonParaTodaOcasion2 {
        width: 200px;
        font-size: 16px;
    }

}

@media (max-width: 768px) {
    .ocasionContainer {
        padding-left: 5%;
    }

    .ocasionFotoContainer {
        width: 100%;
    }

    .fotoParaTodaOcasion {
        width: 100%;
    }

    .subtituloParaTodaOcasion {
        font-size: 14px;
    }

    .tituloParaTodaOcasion {
        font-size: 40px;
        line-height: 40px;
    }

    .tituloParaTodaOcasion2 {
        font-size: 40px;
        line-height: 40px;
    }

    .textoParaTodaOcasion {
        width: 95%;
    }

    .contenedorBotonesOcasion {
        gap: 20px;
    }

    .botonParaTodaOcasion {
        width: 200px;
        font-size: 16px;
    }

    .botonParaTodaOcasionTexto {
        font-size: 16px;
    }

    .botonParaTodaOcasion2 {
        width: 200px;
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .ocasionContainer {
        display: none;
    }

    .ocasionContainerMovil {
        margin-top: 30px;
        padding-top: 30px;
        background-color: #FEFEFE;
        padding-left: 5vw;
        padding-right: 5vw;
        display: flex;
        flex-direction: column;
        height: 400px;
    }

    .contenedorBotonesOcasion {
        display: flex;
        align-items: center;
        gap: 80px;
        margin-top: 20px;
    }

    .botonParaTodaOcasion {
        width: 140px;
        height: 37px;
        background: #92CEB9 0% 0% no-repeat padding-box;
        border-radius: 8px;
        opacity: 1;
        text-align: center;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        font-size: 9px;
        font-weight: 700;
        line-height: 13px;
        border: none;
        flex-shrink: 0;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .botonParaTodaOcasionTexto {
        font-size: 10px;
        font-weight: 700;
        line-height: 13px;
    }

    .botonParaTodaOcasion2 {
        background-color: #FEFEFE;
        text-align: center;
        letter-spacing: 0px;
        color: #404040;
        opacity: 1;
        font-size: 12px;
        font-weight: 700;
        line-height: 13px;
        border: none;
        flex-shrink: 0;
        text-decoration: none;
        width: 80px;
    }
}

/* Servicios */
.contenedorServicios {
    margin-top: 51px;
}

.contenedorCardServicios {
    display: flex;
    align-items: center;
    gap: 28px;
    justify-content: center;
    margin-top: 60px;
}

.articleServicios {
    width: 214px;
    height: 221px;
    background: #FEFEFE 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    padding-top: 19px;
}

.iconoServicios {
    width: 110px;
    height: 118px;
}

.textoIconoServicios {
    text-align: center;
    letter-spacing: 0px;
    color: #404040;
    opacity: 1;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    padding-top: 22.44px;
}

.botonServicios {
    margin: auto;
    margin-top: 61px;
    width: 339px;
    height: 60px;
    background: #92CEB9 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    letter-spacing: 0px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
}

.botonServiciosTexto {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .contenedorCardServicios {
        gap: 20px;
        margin-top: 60px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .articleServicios {
        width: 100%;
        padding-top: 15px;
    }

    .textoIconoServicios {
        font-size: 10px;
        padding-top: 20px;
    }

    .botonServicios {
        width: 250px;
        font-size: 16px;
    }

    .botonServiciosTexto {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .contenedorCardServicios {
        gap: 20px;
        margin-top: 60px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .articleServicios {
        width: 100%;
        padding-top: 15px;
    }

    .textoIconoServicios {
        font-size: 10px;
        padding-top: 20px;
    }

    .botonServicios {
        width: 250px;
        font-size: 16px;
    }

    .botonServiciosTexto {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .contenedorCardServicios {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 60px;
        flex-direction: column
    }

    .textoIconoServicios {
        font-size: 16px;
    }
}





@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Footer */
footer {
    margin-top: 85px;
    max-width: 100%;
    background: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding-right: 4%;
    padding-left: 5.56%;
    padding-top: 60px;
}

.footerMovil {
    display: none;
}

.footer100 {
    width: 100%;
}

.header-footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    height: 80px;
}

.texto-footer {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #707070;
    width: 100%;
    line-height: 27px;
}

.borderFooter {
    border-right: 1px solid #707070;
    height: 40px;
}

.header-footer img {
    width: 280px;
}

.subheader-footer {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 70px;
}

.marginFooter {
    margin-top: 41px;
}

.aFooter {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    color: #0D3DFF;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .texto-footer {
        font-size: 14px;
    }

    .header-footer img {
        width: 200px;
    }

    .aFooter {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .texto-footer {
        font-size: 12px;
    }

    .header-footer img {
        width: 200px;
    }

    .aFooter {
        font-size: 12px;
    }
}

@media (max-width: 500px) {
    footer {
        display: none;
    }

    .footerMovil {
        display: block;
        margin: 0;
        box-shadow: none;
        padding-left: 5.56%;
        padding-right: 5.56%;
    }

    .imagenSsn {
        height: 50px;
    }

    .aFooterMovil {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 27px;
        color: #0D3DFF;
        text-decoration: none;
        padding-top: 30px;
    }

    .textoFooterMovil {
        padding-top: 30px;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 400;
        color: #707070;
        width: 100%;
        line-height: 27px;
        display: block;
    }
}