@import url('https://fonts.googleapis.com/css2?family=Poppins: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&display=swap');
/*********************
 * PALETA DE COLORES *
 ********************/
:root{
    --azul-marino: #005ba0;
    --azul-aqua: #00bee5;
    --amarillo: #fee684;
    --gris: #eaeff4;
    --poppins: "Poppins", sans-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(--poppins);
    -webkit-font-smoothing:antialiased;
    background-color: #FFF;
}
section{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 8vw;
    padding-bottom: 8vw;
    padding-right: 8%;
    padding-left: 8%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
section > aside{
	display: flex;
	justify-content: center;
	align-items: center;
}
h1{
    font-size: 3vw;
    font-weight: 500;
    line-height: .9;
    text-align: center;
  	font-variation-settings: "wdth" 75;
    width: 100%;
}
h2{
    font-size: 2.2vw;
    font-variation-settings: "wdth" 75;
    font-weight: 500;
    width: 100%;
}
h3{
    font-size: 1.3vw;
}
h5{
    font-size: 1.8vw;
    color: var(--azul-aqua);
    font-weight: 600;
    text-align: left;
    border-left: solid 1px var(--azul-aqua);
    line-height: 3;
    padding-left: 6%;
    width: 50%;
    margin-left: 50%;
    margin-bottom: 5vw;
}
p{
    font-size: 1.2vw;
    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: 100px;
    top: 0px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    z-index: 16;
    border-bottom: solid 1px #FFF;
    background-color: var(--azul-marino);
}
header > a{
    width: 130px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border-right: solid 1px #ccc;*/
    background-image: url(images/ciadh-logobco.png);
    background-size: auto 95%;
    background-position: center center;
    background-repeat: no-repeat;
}
header > nav{
    width:750px;
    height: 100%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    /*background-color: var(--amarillo);*/
}
header > nav > a{
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    height: 100%;
    line-height: 100px;
    cursor: pointer;
    border-radius: 5px;
    color: #FFF;
}
header > nav > a:hover{
    color: #FFF;
    background-color: var(--azul-aqua);
}

header > ul{
    padding: 0px;
    list-style: none;
    display: flex;
    width: 70px;
    margin-left: 25px;
    margin-right: 25px;
    justify-content: space-between;
}
header > ul > li{
    color: var(--azul-marino);
    border-radius: 50px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background-color: #FFF;
}
header > ul > li:hover{
    color: #FFF;
    background-color: var(--azul-aqua);
}
header > p > a{
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 30px;
    background-color: var(--rosa);
    color: var(--guinda);
}
header > p > a:hover{
    background-color: var(--guinda);
    color: #FFF;
}

/*********************
 *    BOTON MENU     *
 ********************/
input[type="checkbox"], .logo-movil{
    display:none;
}
label{
    display: flex;
    flex-direction: column;
    width: 30px;
    cursor: pointer;
    right: 5%;
    position:fixed;
    top: 26px;
    z-index: 20;
    box-sizing: content-box;
    padding: 10px;
    display: none;
}
label span{
    background: #fff;
    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);
}
.solo-movil{
    display: none;
}

/*********************
 *      INICIO       *
 ********************/
.inicio{
    background-image: url(images/ciadh-1.png);
    background-size: cover;
    background-position: center center;
    height: 46vw;
    padding-top: 25vw;
}
.inicio > h1{
    font-size: 4vw;
    font-weight: 800;
    color: #FFF;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
.inicio > h1 > span{
    color: var(--amarillo);
}
.inicio > p{
    color: var(--amarillo);
    font-size: 3.5vw;
    margin-top: 10vw;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

/*********************
 *     NOSOTROS      *
 ********************/
.nosotros{
    flex-direction: row;
}
.nosotros > aside{
    width: 50%;
    background-image: url(images/fotos.png);
    background-position: center center;
    background-size: 80%;
    background-repeat: no-repeat;
    height: 45vw;
}
.nosotros > article{
    width: 50%;
    padding-right: 10%;
}
.nosotros > article > h1{
    font-size: 1.8vw;
    color: var(--azul-aqua);
    font-weight: 600;
    text-align: left;
    border-left: solid 1px var(--azul-aqua);
    line-height: 3;
    padding-left: 6%;
}
.nosotros > article > h2{
    font-size: 3.5vw;
    font-weight: 800;
    margin-bottom: 2vw;
    padding-left: 5%;
}
.nosotros > article > p {
    padding-left: 5%;
}
.nosotros > article > p > span{
    font-weight: 700;
}
.nosotros > article > h3{
    background-color: var(--amarillo);
    width: 50%;
    text-align: center;
    padding: .5vw;
    border-radius: 3vw;
    margin-top: 4vw;
    color: var(--azul-marino);
    font-weight: 600;
    letter-spacing: .1vw;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.4);
    margin-left: 5%;
    cursor: pointer;
}
.nosotros > article > h3:hover{
    background-color: var(--azul-aqua);
    color: #FFF;
}

/*********************
 *    QUE HACEMOS    *
 ********************/
.que-hacemos{
    color: #FFF;
    background-color: var(--azul-marino);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 3vw;
    padding-bottom: 3vw;
    border-radius: 20vw;
}
.que-hacemos > h1{
    width: 40%;
    font-weight: 800;
    border-right: solid 1px var(--azul-aqua);
    line-height: 2.5;
    padding-right: 5vw;
}
.que-hacemos > p{
    width: 60%;
    padding-left: 5vw;
    font-weight: 800;
}
.que-hacemos > p > span{
    font-weight: 400;
}
/*********************
 *     PRINCIPIOS    *
 ********************/
.principios{
    flex-direction: row;
    flex-wrap: wrap;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(images/ciadh-5.png);
}
.principios > h1{
    font-weight: 800;
    margin-bottom: 2vw;
}
.principios > article{
    width: 27%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.4);
    background-color: var(--gris);
    border-radius: 2vw;
    padding-bottom: 2vw;
    padding-top: 2vw;
    margin: 3%;
    margin-top: 6vw;
}
.principios > article > div{
    width: 7vw;
    height: 7vw;
    border-radius: 8vw;
    margin-left: -4vw;
    margin-top: -7vw;
    background-color: var(--azul-aqua);
    background-position: center center;
    background-size: 150%;
}
.principios > article > p{
    font-size: 1.6vw;
    font-weight: 800;
    width: calc(100% - 6vw);
    padding-left: 5%;
    padding-right: 5%;
}
.principios > article:nth-child(5){
    width: 30%;
}
.principios > article:nth-child(2) > div{
    background-image: url(images/ciadh_web-13.svg);
}
.principios > article:nth-child(3) > div{
    background-image: url(images/ciadh_web-12.svg);
}
.principios > article:nth-child(4) > div{
    background-image: url(images/ciadh_web-11.svg);
}
.principios > article:nth-child(5) > div{
    background-image: url(images/ciadh_web-15.svg);
}
.principios > article:nth-child(6) > div{
    background-image: url(images/ciadh_web-14.svg);
}

/*********************
 *   INVESTIGACION   *
 ********************/
.investigacion{
    background-color: var(--gris);
}
.investigacion > h1{
    font-size: 1.8vw;
    color: var(--azul-aqua);
    font-weight: 600;
    text-align: left;
    border-left: solid 1px var(--azul-aqua);
    line-height: 3;
    padding-left: 6%;
    width: 50%;
    margin-left: 50%;
    margin-bottom: 7vw;
}
.investigacion > div{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
}
.investigacion > div:nth-child(3){

    margin-top: -2vw;
    z-index: 1;
}
.investigacion > div > article{
    background-color: var(--azul-marino);
    width: 65%;
    border-radius: 4vw;
    padding-right: 10%;
    padding-top: 4vw;
    padding-left: 6%;
    height: fit-content;
    padding-bottom: 4vw;
}
.investigacion > div > article > h2{
    color: var(--amarillo);
    font-size: 3vw;
    font-weight: 800;
    padding-bottom: .5vw;
}
.investigacion > div > article > p{
    color: #FFF;
}
.investigacion > div > aside{
    width: 40%;
    margin-left: -5%;
    border-radius: 4vw;
    height: 22vw;
    margin-top: 5vw;
    background-size: 120%;
    background-position: center center;
}
.investigacion > div:nth-child(2) > aside{
    background-image: url(images/ciadh-6.png);
}
.investigacion > div:nth-child(3) > aside{
    background-image: url(images/ciadh-7.png);
    height: 33vw;
}


/*********************
 *      AGENDA       *
 ********************/
.agenda{
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0px;
    padding-right: 10px;
    background-image: url(images/ciadh-8.png);
    background-size: cover;
    background-position: center center;
}
.agenda > h1{
    padding-left: 50%;
    font-weight: 800;
    font-size: 3.5vw;
    padding-right: 30%;
    text-align: left;
    line-height: 1.1;

}
.agenda > h2{
    line-height: 1.1;
    font-size: 1.2vw;
    padding-right: 10%;
    margin-left: 50%;
    width: 40%;
    margin-right: 10%;
    padding-bottom: 2vw;
    padding-top: 2vw;
    font-weight: 700;
    border-bottom: solid 2px var(--azul-aqua);
}
.agenda > aside{
    width: 50%;
    height: 30vw;
}
.agenda > div{
    width: 50%;
    padding-right: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.agenda > div > article{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 46%;
    margin: 2%;
    margin-top: 4vw;
}
.agenda > div > article > div{
    width: 5vw;
    height: 5vw;
    background-color: var(--azul-marino);
    border-radius: 4vw;
    background-position: center center;
    background-size: 130%;
}
.agenda > div > article > h2{
    font-size: 1.6vw;
    font-weight: 800;
    color: var(--azul-marino);
    width: calc(100% - 5vw);
    padding-left: 2%;
    line-height: 1;
}
.agenda > div > article > p{
    font-size: .9vw;
    padding-top: 1vw;
    padding-right: 10%;
}
.agenda > div > article > p > span{
    font-weight: 700;
}
.agenda > div > article:nth-child(1) > div{
    background-image: url(images/ciadh_web-16.svg);
}
.agenda > div > article:nth-child(2) > div{
    background-image: url(images/ciadh_web-19.svg);
}
.agenda > div > article:nth-child(3) > div{
    background-image: url(images/ciadh_web-17.svg);
}
.agenda > div > article:nth-child(4) > div{
    background-image: url(images/ciadh_web-18.svg);
}

/*********************
 *      NOTICIAS     *
 ********************/
.noticias{
    flex-direction: row;
    flex-wrap: wrap;
    background-color: var(--gris);
}
.noticias > h1{
    font-size: 3vw;
    font-weight: 800;
    padding-bottom: 5vw;
}
.noticias > article{
    width: 33%;
    padding: 2%;
}
.noticias > article:nth-child(odd){
    border-right: solid 1px var(--azul-aqua);
    border-left: solid 1px var(--azul-aqua);
}
.noticias > article > div{
    height: 15vw;
    border-radius: 2vw;
    background-color: #FA0;
    background-size: cover;
    background-position: center center;
}
.noticias > article > h2{
    font-size: 2.6vw;
    font-weight: 700;
    padding-top: 1vw;
    padding-bottom: .5vw;
}
.noticias > article > p{
    font-size: .8vw;
    font-weight: 600;
}
.noticias > article > a{
    text-align: right;
    display: block;
    width: 100%;
    margin-top: 2vw;
    font-weight: 600;
    font-size: 1.2vw;
}

/*********************
 *      EVENTOS      *
 ********************/
.eventos{
    flex-direction: row;
    flex-wrap: wrap;
    background-color: var(--azul-marino);
}
.eventos > h1{
    font-size: 3vw;
    font-weight: 800;
    padding-bottom: 5vw;
    color: #FFF;
}
.eventos > article{
    width: 33%;
    padding: 2%;
}
.eventos > article:nth-child(odd){
    border-right: solid 1px var(--azul-aqua);
    border-left: solid 1px var(--azul-aqua);
}
.eventos > article > div{
    height: 15vw;
    border-radius: 2vw;
    background-size: cover;
    background-position: center center;
    background-color: #FA0;
}
.eventos > article > h2{
    font-weight: 2.6vw;
    font-weight: 700;
    padding-top: 1vw;
    padding-bottom: .5vw;
    color: var(--amarillo);
}
.eventos > article > p{
    font-size: .8vw;
    font-weight: 600;
    color: #FFF;
}
.eventos > article > a{
    text-align: right;
    display: block;
    width: 100%;
    margin-top: 2vw;
    font-weight: 600;
    font-size: 1.2vw;
    color: #FFF;
}

/*********************
 *      FOOTER      *
 ********************/
footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 7vw;
    padding-bottom: 22vw;
    background-image: url(images/ciadh-17.png);
    background-position: center center;
    background-size: cover;
}
footer > h1{
    font-size: 1.8vw;
    color: var(--azul-aqua);
    font-weight: 600;
    text-align: left;
    border-left: solid 1px var(--azul-aqua);
    line-height: 3;
    padding-left: 6%;
    width: 50%;
    margin-left: 50%;
    margin-bottom: 5vw;
}
footer > aside{
    width: 50%;
    padding-left: 5%;
    display: flex;
    flex-wrap: wrap;
}
footer > aside > img {
    height: 8.3vw;
    margin: 1vw;
    margin-top: 0px;
    margin-bottom: 0px;
}
footer > article{
    width: 50%;
    padding-right: 15%;
    padding-left: 5%;
    font-weight: 700;
    font-size: 1.1vw;
    line-height: 1;
}
footer > article > h3{
    font-size: 2vw;
    margin-bottom: 1vw;
    margin-top: 2vw;
}
footer > article > a{
    color: var(--azul-aqua);
}




@media (max-width: 480px){
    label{
        display: flex;
    }
    section{
        padding-left: 10% !important;
        padding-right: 10% !important;
        height: auto !important;
    }
    p{
        font-size: 4vw;
    }
    h1{
        font-size: 9vw;
        line-height: 1.2;
    }
    h2{
        font-size: 9vw;
    }
    h5{
        font-size: 4vw;
        line-height: 1;
    }
    header{
        background-color: var(--azul-marino);
        top: 0px;
        height: 100px;
        padding-right: 18%;
    }
    header > a{
        background-size: auto 95%;
    }
    header > nav{
        position: fixed;
        top: 100px;
        height: calc(100vh - 100px);
        display: flex;
        flex-direction: column;
        display: none;
        background-color: var(--azul-aqua);
        width: 100%;
        padding-bottom: 10vw;
        left: 0px;
    }
    header > nav > a{
        height: auto;
        font-size: 7vw;
        margin-top: 2vw;
        margin-bottom: 2vw;
        line-height: 2.5;
        font-weight: 800;
        text-transform: uppercase;
    }
    header > nav > a{
        /*background-color: var(--azul);*/
    }
    .inicio{
        padding-top: 45vw;
        padding-bottom: 20vw;
    }
    .inicio > h1{
        font-size: 10vw;
    }
    .inicio > p{
        font-size: 8vw;
    }
    .nosotros{
        flex-direction: column-reverse;
    }
    .nosotros > article > h1{
        font-size: 4vw;
    }
    .nosotros > aside{
        width: 100%;
        height: 95vw;
        background-size: 100%;
    }
    .nosotros > article{
        width: 100%;
    }
    .nosotros > article > h2{
        font-size: 9vw;
        line-height: 1;
        margin-bottom: 4vw;
    }
    .nosotros > article > h3{
        width: 100%;
        font-size: 4vw;
        margin-top: 5vw;
        margin-bottom: 7vw;
    }
    .que-hacemos{
        flex-direction: column;
        padding-top: 15vw;
        padding-bottom: 15vw;
    }
    .que-hacemos > h1{
        line-height: 1;
        font-size: 9vw;
        width: 100%;
        padding-left: 15%;
        text-align: left;
        padding-right: 15%;
        border:0px;
    }
    .que-hacemos > p{
        width: 100%;
        padding: 0px;
        padding-top: 4vw;
        padding-bottom: 5vw;
    }
    .principios{
        padding-top: 15vw;
        margin-top: 10vw;
        padding-bottom: 15vw;
    }
    .principios > article, .principios > article:nth-child(5){
        width: 100%;
        padding-bottom: 6vw;
        padding-top: 6vw;
    }
    .principios > article > div{
        width: 15vw;
        height: 15vw;
        border-radius: 8vw;
        margin-left: -9vw;
        margin-top: -9vw;
    }
    .principios > article > p{
        font-size: 4vw;
        text-align: center;
        padding-left: 0px;
    }
    .investigacion > h1{
        font-size: 4vw;
    }
    .investigacion > div > article > h2{
        font-size: 7vw;
        line-height: 1;
    }
    .investigacion > div > article{
        padding-left: 10%;
        padding-right: 10%;
        width: 100%;
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
    .investigacion > div > aside{
        width: 100%;
        margin-left: 0px;
        height: 45vw;
    }
    .investigacion > div:nth-child(3){
        margin-top: 5vw;
    }
    .investigacion > div:nth-child(3) > aside{
        height: 70vw;
    }
    .agenda{
        padding-top: 15vw;
    }
    .agenda > h1{
        padding: 0px;
        font-size: 7vw;
        text-align: center;
    }
    .agenda > h2{
        padding: 0px;
        width: 100%;
        margin-left: 0px;
        text-align: center;
        margin-right: 0px;
        margin-top: 5vw;
        font-size: 4vw;
        padding-bottom: 4vw;
    }
    .agenda > aside{
        display: none;
    }
    .agenda > div{
        width: 100%;
        padding: 0px;
    }
    .agenda > div > article{
        width: 100%;
        margin: 0px;
        margin-top: 5vw;
    }
    .agenda > div > article > div{
        width: 15vw;
        height: 15vw;
        border-radius: 11vw;
    }
    .agenda > div > article > h2{
        padding-left: 3vw;
        font-size: 5vw;
        width: calc(100% - 15vw);
    }
    .agenda > div > article > p{
        font-size: 4vw;
        padding-top: 3vw;
    }
    .noticias, .eventos{
        padding-top: 15vw;
        padding-bottom: 15vw;
    }
    .noticias > h1, .eventos > h1{
        font-size: 7vw;
    }
    .noticias > article, .eventos > article{
        width: 100%;
        padding-top: 4vw;
        padding-bottom: 4vw;
    }
    .noticias > article > div, .eventos > article > div{
        height: 45vw;
    }
    .noticias > article > h2, .eventos > article > h2{
        font-size: 5vw;
        margin-top: 3vw;
        margin-bottom: 2vw;
    }
    .noticias > article > p, .eventos > article > p{
        font-size: 4vw;
    }
    .noticias > article > a, .eventos > article > a{
        font-size: 4vw;
        margin-top: 5vw;
    }
    .noticias > article:nth-child(odd), .eventos > article:nth-child(odd){
        border: 0px;
    }
    footer{
        padding: 15vw;
        padding-left: 10%;
        padding-right: 10%;
        background-position: top center;
        background-size: 100% 150%;
    }
    footer > h1{
        font-size: 4vw;
    }
    footer > aside{
        width: 100%;
        padding: 0px;
    }
    footer > aside > img {
        height: 17vw;
        margin: 0vw;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    footer > article {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        font-weight: 700;
        font-size: 4vw;
        line-height: 1;
        padding-top: 10vw;
    }
    footer > article > h3 {
        font-size: 6vw;
        margin-bottom: 2vw;
        margin-top: 4vw;
    }
}
.noticias, .eventos{
    display: none;
}

