@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
/*********************
 * PALETA DE COLORES *
 ********************/
:root{
    --verde-limon: #c7da00;
    --verde-botella: #003d2d;
    --verde-oscuro: #002300;
    --kanit: "Kanit", sans-serif;
    --lora: "Lora", serif;
}

/*********************
 * ESTILOS GENERALES *
 ********************/
.top{
    width: 100%;
    height: 120px;
    background-color: var(--fondo);
}
*{
    box-sizing: border-box;
    position: relative;
    margin: 0px;
}
body{
    margin: 0 auto;
    font-family: var(--kanit);
    -webkit-font-smoothing:antialiased;
    background-color: #FFF;
    color: var(--verde-oscuro);
}
section{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-right: 1.5%;
    padding-left: 1.5%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
h1{
    font-size: 1.9vw;
    text-align: center;
    font-weight: 300;
}
h2{
    font-size: 1.6vw;
}
h3{
    font-size: 1.3vw;
}
p{
    font-size: 1.1vw;
    font-weight: 400;
    line-height: 1.2;
}
a{
    text-decoration: none;
    color: inherit;
}
.tope{
    position: relative;
    width: 100%;
    height: 90px;
}

/*********************
 *      HEADER       *
 ********************/
header{
    position: fixed;
    width: 100%;
    height: 90px;
    top: 0px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 16;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
header > p{
    position: absolute;
    width: 130px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 10px;
    display: block;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
}
header > a > img{
    width: 35%;
    margin-right: 60%;
    z-index: 2;
}
header > nav{
    width:100%;
    height: 100%;
    padding-left: 5%;
    padding-right: .7%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header > nav > a, header > nav > p{
    font-size: 13px;
    padding-right: 25px;
    padding-left: 25px;
    font-family: var(--trip);
    color: #000;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
header > nav > a.logo{
    width: 200px;
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
    margin-right: 20px;
}
header > nav > a.logo > img{
    width: 100%;
}
header > nav > a.icono{
    width: 67px;
    padding: 0px;
    height: auto;
}
header > nav > a.icono:nth-child(7){
    width: 45px;
}
header > nav > a.icono > img{
    width: 100%;
}

/*********************
 *    BOTON MENU     *
 ********************/
input[type="checkbox"], .logo-movil{
    display:none;
}
label{
    display: flex;
    flex-direction: column;
    width: 30px;
    cursor: pointer;
    right: 5%;
    position:fixed;
    top: 25px;
    z-index: 20;
    box-sizing: content-box;
    padding: 10px;
    display: none;
}
label span{
    background: #000;
    height:2px;
    margin: 3px 0;
    transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
label span:nth-of-type(1){
    width:50%;
}
label span:nth-of-type(2){
    width:100%;
}
label span:nth-of-type(3){
    width:75%;
}    
input[type="checkbox"]:checked ~ span:nth-of-type(1){
    transform-origin:bottom;
    transform:rotatez(45deg) translate(2px,0px)
}
input[type="checkbox"]:checked ~ span:nth-of-type(2){
    transform-origin:top;
    transform:rotatez(-45deg)
}
input[type="checkbox"]:checked ~ span:nth-of-type(3){ 
    transform-origin:bottom;
    width:50%;
    transform: translate(30px,-11px) rotatez(45deg);
    transform: translate(12px, -4px) rotatez(45deg);
}
/*********************
 *      INICIO       *
 ********************/
.inicio{
    margin-top: 90px;
    height: 37vw;
}
.inicio > h1{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-left: 25%;
    padding-right: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--lora);
    font-size: 2.5vw;
    color: #FFF;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.6);
}
.inicio > video{
    width: 105%;
}

/*********************
 *     CREDITOS      *
 ********************/
.creditos{
    padding-bottom: 15vw;
    background-image: url(images/grafico-onda.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.creditos > p{
    font-size: .7vw;
    width: 100%;
    text-align: right;
    padding-left: 75%;
    font-family: var(--lora);
    padding-bottom: 5vw;
}
.creditos > h1 > span{
    font-weight: 600;
}
.creditos > h2{
    font-family: var(--lora);
    font-weight: 400;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 1.3vw;
}
.creditos > h3{
    font-family: var(--lora);
    font-weight: 900;
    font-size: 1.4vw;
}
.creditos > aside{
    width: 100%;
    margin-top: 5vw;
    display: flex;
    justify-content: center;
}
.creditos > aside > a{
    width: 14%;
    margin-left: 4%;
    margin-right: 4%;
}
.creditos > aside > a > div{
    width: 100%;
    height: 15vw;
    border-radius: 1vw;
    border: dotted 1px var(--verde-oscuro);
    display: flex;
    justify-content: center;
    align-items: center;
}
.creditos > aside > a > div > div{
    width: 80%;
    height: 12vw;
    border-radius: 1vw;
    background-position: center center;
    background-size: cover;
}
.creditos > aside > a:nth-child(1) > div > div{
    background-image: url(images/foto-1.png);
}
.creditos > aside > a:nth-child(2) > div > div{
    background-image: url(images/nomina.webp);
}
.creditos > aside > a:nth-child(3) > div > div{
    background-image: url(images/foto-2.png);
}
.creditos > aside > a:nth-child(4) > div > div{
    background-image: url(images/recurso-2.png);
}
.creditos > aside > a > h2{
    font-family: var(--lora);
    font-weight: 300;
    width: 100%;
    text-align: center;
    line-height: .9;
    padding-top: 1vw;
    font-size: 1.4vw;
}

/*********************
 *   QUIENES SOMOS   *
 ********************/
.quienes-somos{
    flex-direction: row;
    padding: 0px;
    align-items: flex-start;
    background-color: var(--verde-botella);
    padding-bottom: 7vw;
    /*background-image: url(images/foto.png);*/
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 50%;
}
.quienes-somos > aside{
    width: 58%;
    padding-left: 5%;
    padding-right: 10%;
    padding-top: 5vw;
    height: 44vw;
    background-color: var(--verde-limon);
    z-index: 2;
}
.quienes-somos > aside > h2{
    font-size: 3vw;
    font-weight: 500;
    line-height: 1;
}
.quienes-somos > aside > p{
    padding-top: 2vw;
    font-weight: 300;
    font-size: 1.1vw;
}
.quienes-somos > aside > p > span{
    font-weight: 500;
}
.quienes-somos > aside > ul{
    width: 80%;
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    margin-top: 3vw;
    margin-bottom: 1vw;
    justify-content: space-between;
    cursor: pointer;
    font-size: 1.1vw;
    text-transform: uppercase;
}
.quienes-somos > aside > ul > li.activo{
    font-weight: 700;
}
.quienes-somos > aside > ul > li:hover{
    font-weight: 700;
}
.quienes-somos > aside > ol{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.quienes-somos > aside > ol > li{
    font-size: 1.1vw;
    font-weight: 300;
    display: none;
}
.quienes-somos > div{
    width: 50%;
    margin-left: -5%;
}
.quienes-somos > div > h1{
    width: 42%;
    text-align: right;
    font-size: 3.8vw;
    color: #FFF;
    height: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--verde-oscuro);
    font-family: var(--lora);
    padding-right: 10%;
    padding-left: 10%;
    line-height: .7;
    margin-left: 10%;
}
.quienes-somos > div > aside{
    width: 100%;
    height: 40vw;
    overflow: hidden;
}
.quienes-somos > div > aside article{
    width: 100%;
}
.slider-item{
    background-position: center center;
    background-size: 120%;
}
/*********************
 *       BURÓ        *
 ********************/
.buro{
    flex-direction: row;
    padding-right: 0px;
    background-color: var(--verde-botella);
    align-items: normal;
    flex-wrap: wrap;
    background-image: url(images/fondo_verde.png);
    background-position: bottom center;
    background-size: 100%;
    padding-top: 20vw;
    padding-bottom: 20vw;
}
.buro > aside{
    width: 55%;
    padding-left: 7%;
    padding-right: 5%;
}
.buro > aside > h1{
    font-family: var(--lora);
    color: #FFF;
    font-size: 3vw;
    text-align: left;
}
.buro > aside > div{
    color: #FFF;
    font-size: 1.1vw;
    font-weight: 300;
    padding-left: 18%;
    padding-top: 2vw;
}
.buro > h3{
    font-weight: 600;
    color: #FFF;
    font-size: 1.2vw;
    width: 100%;
    text-align: right;
    cursor: pointer;
    width: 100%;
    padding-right: 53%;
}
.buro > h2{
    background-color: var(--verde-limon);
    font-weight: 400;
    font-size: 1.1vw;
    width: 8%;
    text-align: center;
    padding-top: .2vw;
    padding-bottom: .2vw;
    margin-top: 1vw;
    margin-right: 63%;
    cursor: pointer;
}
.buro > h2:hover{
    background-color: var(--verde-oscuro);
    color: var(--verde-limon);
}
.buro > img{
    position: relative;
    width: 71%;
    margin-top: 3vw;
    display: none;
}
.buro > article{
    display: none;
    font-weight: 300;
    color: #FFF;
    padding-left: 14.6%;
    padding-right: 15%;
    font-size: 1.1vw;
    padding-top: 1vw;
}
.buro > article > a{
    color: var(--verde-limon);
    font-weight: 700;
}
.buro > ul{
    width: 45%;
    height: 2vw;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.buro > ul > li{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.buro > ul > li > p{
    color: #FFF;
    font-size: .8vw;
    text-align: right;
    width: calc(100% - 7vw);
    padding-left: 48%;
    padding-right: 2%;
}
.buro > ul > li > div{
    width: 7vw;
    height: 5vw;
    background-position: center center;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: 70%;
}
.buro > ul > li:nth-child(1) > div{
    background-image: url(images/logo1.jpg);
    background-size: 45%;
}
.buro > ul > li:nth-child(2) > div{
    background-image: url(images/logo2.jpg);
}
.buro > ul > li:nth-child(3) > div{
    background-image: url(images/logo3.jpg);
}

/*********************
 *    SOLICITUDES    *
 ********************/
.solicitudes{
    flex-direction: row;
    padding-top: 10vw;
    padding-bottom: 10vw;
    background-image: url(images/foto-ejecutivo.png);
    background-position: 20vw top;
    background-repeat: no-repeat;
    background-size: auto 1000px;
}
.solicitudes > div{
    width: 38%;
    padding-left: 4%;
}
.solicitudes > div > h1{
    font-size: 3.8vw;
    color: var(--verde-oscuro);
    font-family: var(--lora);
    text-align: left;
    padding-right: 30%;
    line-height: .8;
    margin-bottom: 2vw;
}
.solicitudes > div > ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.solicitudes > div > ul > li{
    font-family: var(--lora);
    background-color: var(--verde-limon);
    border-radius: .5vw;
    color: var(--verde-botella);
    padding: .5vw;
    padding-left: 1vw;
    padding-right: 1%;
    font-size: 1vw;
    margin-left: 1%;
    margin-right: 1%;
    cursor: pointer;
}
.solicitudes > div > ul > li.activo{
    background-color: var(--verde-botella);
    color: #FFF;
}
.solicitudes > div > ul > li:hover{
    background-color: var(--verde-botella);
    color: #FFF;
}
.solicitudes > aside{
    width: 55%;
    padding-left: 8%;
}
.solicitudes > aside > article{
    width: 85%;
    border-radius: 2vw;
    padding: 3vw;
    background-color: var(--verde-botella);
    box-shadow: 0px 24px 0px -9px var(--verde-oscuro);
    -webkit-box-shadow: 0px 24px 0px -9px var(--verde-oscuro);
    -moz-box-shadow: 0px 24px 0px -9px var(--verde-oscuro);
    display: none;
}
.solicitudes > aside > article:nth-child(1){
    display: block;
}
.solicitudes > aside > article > div{
    position: absolute;
    width: 5vw;
    height: 5vw;
    right: 7%;
    border-radius: 7vw;
    border: solid 1px #FFF;
    top: 3vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90%;
    background-image: url(images/icono.png);
}
.solicitudes > aside > article > h2{
    color: var(--verde-limon);
    font-size: 2.6vw;
    line-height: 1;
    margin-right: 28%;
    font-weight: 500;
    border-bottom: solid 1px #FFF;
    padding-bottom: 1vw;
}
.solicitudes > aside > article > h3{
    color: #FFF;
    font-weight: 500;
    line-height: 1;
    font-size: 1.1vw;
    padding-top: 1vw;
    padding-left: 1vw;
}
.solicitudes > aside > article > ul{
    list-style-image: url(images/check.png);
    left: -1vw;
}
.solicitudes > aside > article > ul > li{
    color: #FFF;
    font-size: 1vw;
    font-weight: 300;
    margin-top: .5vw;
}
.solicitudes > aside > article > p{
    color: #FFF;
    font-weight: 300;
    font-size: .9vw;
    padding-top: 1vw;
    padding-left: 1vw;
}

/*********************
 *      CREDITO      *
 ********************/
.credito{
    flex-direction: row;
    margin-top: 90px;
    align-items: flex-start;
}
.credito > aside{
    width: 40%;
}
.credito > aside > img{
    width: 90%;
}
.credito > aside > img:nth-child(2){
    margin-left: 15%;
    margin-top: 2vw;
}
.credito > article{
    width: 60%;
    padding-top: 5vw;
}
.credito > article > div{
    display: flex;
    padding-right: 5%;
}
.credito > article > div > h1{
    font-family: var(--lora);
    font-size: 3.5vw;
    line-height: .9;
    text-align: left;
    width: 33%;
}
.credito > article > div > article{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 67%;
    padding-left: 2%;
}
.credito > article > div > article > a{
    font-family: var(--lora);
    background-color: var(--verde-limon);
    border-radius: .5vw;
    color: var(--verde-botella);
    padding: .5vw;
    padding-left: 1vw;
    padding-right: 1%;
    font-size: 1vw;
    margin-left: 1%;
    margin-right: 1%;
    cursor: pointer;
}
.credito > article > div > article > a:hover{
    background-color: var(--verde-botella);
    color: #FFF;
}
.credito > article > div > article > a.activo{
    background-color: var(--verde-botella);
    color: #FFF;
}
.credito > article > h2{
    font-size: 2vw;
    color: var(--verde-botella);
    font-weight: 400;
    margin-top: 2vw;
}
.credito > article > p{
    font-size: 1vw;
    font-weight: 300;
    color: var(--verde-botella);
}
.credito > article > p > span{
    font-weight: 400;
    font-size: 1.2vw;
    display: block;
}
.credito > article > a{
    font-size: 1vw;
    color: var(--verde-botella);

}

/*********************
 *AVISO DE PRIVACIDAD*
 ********************/
.aviso-de-privacidad{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    background-color: var(--verde-limon);
    flex-wrap: wrap;
    z-index: 13;
    padding-top: 100px;
    overflow: auto;
    display: block;
    display: none;
}
.aviso-de-privacidad > h1{
    width: 100%;
    line-height: 3;
}
.aviso-de-privacidad > p{
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
    font-weight: 300;
    font-size: 1vw;
    text-align: justify;
}
.aviso-de-privacidad > p > span{
    font-weight: 500;
}
.aviso-de-privacidad > h1{
    font-family: var(--lora);
    font-size: 2vw;
}
.aviso-de-privacidad > h3{
    position: fixed;
    width: 3vw;
    height: 3vw;
    border-radius: 3vw;
    background-color: var(--verde-oscuro);
    color: #FFF;
    top: 120px;
    text-align: center;
    line-height: 2.8vw;
    font-weight: 400;
    right: 2vw;
    cursor: pointer;
    z-index: 3;
}
.aviso-de-privacidad > h3:hover{
    background-color: var(--verde-botella);
}

/*********************
 *      FOOTER       *
 ********************/
footer{
    background-color: var(--verde-limon);
}
footer > div{
    display: flex;
} 
footer > div > aside{
    width: 69%;
    padding-left: 8%;
    padding-right: 8%;
}
footer > div > aside > h1{
    font-family: var(--lora);
    font-size: 3.5vw;
    line-height: 1;
    text-align: left;
    width: 100%;
    padding-top: 5vw;
}
footer > div > aside > a{
    background-color: var(--verde-oscuro);
    width: 30%;
    margin-top: 3vw;
    color: #FFF;
    text-align: center;
    font-weight: 600;
    line-height: 4;
    border-radius: 1vw;
    display: block;
    border: solid 1px var(--verde-oscuro);
}
footer > div > aside > a:hover{
    background-color: #FFF;
    color: var(--verde-botella);
    border-color: var(--verde-botella);
}
footer > div > article{
    width: calc(50% - 1px);
    border-left: solid 1px #FFF;
    font-weight: 300;
    font-size: 1vw;
    padding-left: 2.5%;
    padding-top: 2vw;
    padding-bottom: 2vw;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer > div > article > div{
    width: 50%;
    padding-right: 5%;
}
footer > div > article > div > span{
    font-weight: 400;
}
footer > div > article > div > a{
    font-size: 1.6vw;
}
footer > aside{
    border-top: solid 1px #FFF;
    display: flex;
    height: 6vw;
}
footer > aside > div{
    width: 22%;
    border-right: solid 1px #FFF;
}
footer > aside > article{
    width: calc(78% - 1px);
    display: flex;
    align-items: center;
}
footer > aside > article > div{
    width: 250px;
    height: 100%;
    background-image: url(images/logo.svg);
    background-position: center center;
    background-size: auto 90%;
}
footer > aside > article > p{
    width: calc(100% - 250px);
    padding-right: 4%;
    padding-left: 10%;
    text-align: right;
    font-family: var(--lora);
    font-size: .7vw;
}
.solo-movil{
    display: none;
}
@media (max-width: 480px){
    label{
        display: flex;
    }
    header > nav{
        position: fixed;
        top: 0px;
        width: 100%;
        height: 100vh;
        background-color: #FFF;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 0px;
        align-content: center;
        display: none;
    }
    header > nav > a, header > nav > p{
        height: auto;
        width: 100%;
        font-size: 5vw;
        line-height: 3;
        font-weight: 300;
    }
    header > nav > a.logo{
        display: none;
    }
    header > nav > a.icono{
        margin: 2vw;
        width: 20%;
    }
    header > nav > a.icono:nth-child(7){
        width: 13%;
    }
    header > img{
        width: 45%;
        margin-right: 55%;
    }
    .inicio{
        height: 120vw;
    }
    .inicio > video {
        width: 230%;
    }
    .inicio > h1{
        padding-left: 5%;
        padding-right: 5%;
        font-size: 6vw;
    }
    .no-movil{
        display: none;
    }
    .solo-movil{
        display: flex;
    }
    h1, .creditos > h3, .creditos > h2{
        font-size: 5vw;
        padding-top: 3vw;
        padding-bottom: 3vw;
    }
    .creditos > p{
        font-size: 4vw;
        text-align: justify;
        padding: 0px;
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    .creditos > h1, .creditos > h2{
        text-align: center;
    }
    .creditos{
        padding-left: 10%;
        padding-right: 10%;
    }
    .creditos > aside{
        flex-wrap: wrap;
    }
    .creditos > aside > a {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 4vw;
    }
    .creditos > aside > a > div{
        height: 40vw;
        border-radius: 3vw;
    }
    .creditos > aside > a > div > div{
        height: 30vw;
    }
    .creditos > aside > a > h2{
        line-height: 1;
        padding-top: 2vw;
        font-size: 4vw;
    }
    .quienes-somos{
        flex-direction: column-reverse;
    }
    .quienes-somos > h1{
        font-size: 8vw;
        height: 25vw;
    }
    .quienes-somos > aside{
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 10vw;
        height: auto;
        padding-bottom: 10vw;
    }
    .quienes-somos > aside > h2{
        font-size: 7vw;
    }
    .quienes-somos > aside > p {
        padding-top: 4vw;
        font-size: 4vw;
    }
    .quienes-somos > aside > ul{
        font-size: 4vw;
    }
    .quienes-somos > aside > ol > li{
        font-size: 4vw;
    }
    .buro{
        flex-direction: column;
    }
    .buro > aside {
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;
    }
    .buro > aside > h1{
        font-size: 8vw;
        text-align: center;
    }
    .buro > aside > div{
        padding-left: 0%;
        text-align: justify;
        font-size: 4vw;
    }
    .buro > h3{
        font-size: 5vw;
        padding-right: 10%;
    }
    .buro > h2{
        font-size: 4vw;
        width: 30%;
        margin-left: 10%;
    }
    .buro > article{
        padding-left: 10%;
        padding-right: 10%;
        font-size: 3vw;
    }
    .buro > ul{
        height: auto;
        width: 100%;
        flex-direction: column;
        margin-top: 12vw;
    }
    .buro > ul > li > p{
        padding-left: 5%;
        font-size: 4vw;
    }
    .buro > ul > li > div{
        width: 16vw;
        height: 18vw;
    }
    .buro > img{
        width: 80%;
        margin-left: 10%;
    }
    .solicitudes{
        flex-direction: column;
        background: none;
    }
    .solicitudes > div {
        width: 100%;
        padding-left: 0%;
        padding-right: 0%;
        margin-bottom: 7vw;
    }
    .solicitudes > div > h1{
        padding-right: 20%;
        padding-left: 20%;
        text-align: center;
        font-size: 9vw;
    }
    .solicitudes > div > ul > li{
        font-size: 4vw;
        padding: 2vw;
        margin-top: 2vw;
        width: 85%;
    }
    .solicitudes > aside{
        width: 100%;
        padding-right: 5%;
        padding-left: 5%;
    }
    .solicitudes > aside > article{
        width: 100%;
        padding: 7vw;
    }
    .solicitudes > aside > article > div{
        width: 15vw;
        height: 15vw;
        top: 6vw;
        right: 12%;
    }
    .solicitudes > aside > article > h2{
        font-size: 7vw;
        padding-bottom: 4vw;
    }
    .solicitudes > aside > article > h3{
        font-size: 5vw;
        padding-top: 2vw;
    }
    .solicitudes > aside > article > ul{
        margin-top: 3vw;
        margin-bottom: 3vw;
        padding: 0px;
        padding-left: 10%;
    }
    .solicitudes > aside > article > ul > li{
        font-size: 4vw;
        line-height: 1;
    }
    .solicitudes > aside > article > p{
        font-size: 4vw;
    }
    footer{
        padding-top: 7vw;
        display: flex;
        flex-direction: column-reverse;
    }
    footer > div{
        flex-direction: column;
    }
    footer > div > aside{
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;
    }
    footer > div > aside > h1{
        font-size: 6vw;
    }
    footer > div > aside > a{
        width: 60%;
        margin-top: 5vw;
    }
    footer > div > article{
        border:0px;
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;
        font-size: 4vw;
        padding-top: 5vw;
        padding-bottom: 7vw;
    }
    footer > aside{
        height: 12vw;
        border:0px;
    }
    footer > aside > div{
        display: none;
    }
    footer > aside > article{
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
    footer > aside > article > div{
        width: 100%;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
    footer > aside > article > p{
        width: 75%;
        font-size: 2.5vw;
        display: none;
    }
    .credito{
        flex-direction: column;
    }
    .credito > aside > img:nth-child(2){
        margin-left: 40%;
    }
    .credito > aside > img{
        width: 45%;
        display: none;
    }
    .credito > aside > img:nth-child(1){
        width: 25%;
        margin-left: 10%;
    }
    .credito > article{
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 5vw;
    }
    .credito > aside{
        width: 100%;
    }
    .credito > article > div > h1{
        font-size: 8vw;
        width: 70%;
    }
    .credito > article > h2{
        font-size: 5vw;
        line-height: 1;
        margin-bottom: 10vw;
    }
    .credito > article > p > span{
        font-size: 5vw;
        line-height: 1;
    }
    .credito > article > p{
        font-size: 4vw;
    }
    .credito > article > a{
                font-size: 4vw;
        margin-top: 5vw;
        display: block;
    }
    .credito > article > div{
        flex-direction: column;
    }
    .credito > article > div > article{
        width: 100%;
        padding-left: 0%;
        padding-right: 0%;
        margin-top: 3vw;
        margin-bottom: 4vw;
        flex-direction: column;
    }
    .credito > article > div > article > a{
        font-size: 3vw;
        padding: 3vw;
        margin-top: 2vw;
        width: 100%
    }

    .solicitudes > div > ul{
        flex-direction: column;
    }

    .aviso-de-privacidad{
        padding-bottom: 25vw;
    }
    .aviso-de-privacidad > h3{
        width: 10vw;
        height: 10vw;
        border-radius: 6vw;
        font-size: 7vw;
        line-height: 8.5vw;
        top: 110px;
        right: 5vw;
    }
    .aviso-de-privacidad > h1{
        font-size: 7vw;
        padding-top: 12vw;
    }
    .aviso-de-privacidad > p {
        padding-left: 5%;
        padding-right: 5%;
        font-size: 4vw;
    }
    .quienes-somos > div{
        width: 100%;
        margin-left: 0px;
    }
    .quienes-somos > div > aside{
        height: 90vw;
    }
    .quienes-somos > div > h1{
        font-size: 9vw;
        height: auto;
        padding-top: 7vw;
        padding-bottom: 7vw;
        margin-left: 0px;
        width: 50%;
    }
    footer > div > article{
        flex-direction: column;
    }
    footer > div > article > div{
        width: 100%;
    }
    footer > div > article > div > a{
        font-size: 6vw;
    }
}
