/*:::PARA TODOS:::*/

@import 'https://fonts.googleapis.com/css?family=Lato:400,700';
@import 'https://fonts.googleapis.com/css?family=Teko:600';
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i|Source+Sans+Pro:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

*{
    background-color: #177ca4;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family:'Roboto', sans-serif;
    max-width: 100vw;
}

body{
    width: 100vw;
    margin: 0;
    padding: 0;
}

h1{
    font-size: 28px;
    font-weight: 900;  
}

h2{
    font-size: 20px;
    font-weight: 500;  
}

h3{
    margin-left: 0.7em;
    font-size: 18px;
    text-align: center;
    border-bottom:dotted 1px
}

h4{
    margin-left: 0.7em;
    margin-top: 0.7em;
}

h5{
    background-color: #025e83;
    font-size: 20px;
}

header{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100vw;
    height: 6vh;
    background-color: #ff5818;
    margin: auto;
    padding: 0;
}

header>nav ul{
    display: flex;
    width:100vw;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    background-color: #ff5818;
}

header>nav ul li{  
    display: flex;
    flex-basis: 20%;
    background-color: #ff5818;
    align-items: center;
    justify-content: center;
}

header>nav ul li a{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
    background-color: #ff5818;
    text-decoration: none;
    color: black;
    font-weight: 700;
    font-size: 13pt;
}

.encabezado{
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 13vh;
    margin: 0;
    padding: 0;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 14pt;
}

@media screen and (max-width: 40em){
aside{
    display: flex;
    flex-wrap: wrap;
    background-color: #025e83;
    justify-content: center;
    align-content: center;
    align-items: center;
    /*height: 17vh;*/
}

.datosencabezado{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100vw;
    height: 6vw;
    background-color: #025e83;
    margin: 0;
    padding: 0;
}

.datos{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    align-content: center;
    width: 100vw;
    background-color: #025e83;
    margin: auto;
    padding: 0.7em;
}

.datos p{
    font-size: 8.5pt;
    color: black;
    background-color: #025e83;
    font-weight: 200;
    line-height: 1.5em;
}

.bloquedatos{
    flex-basis: 100%;
    list-style: none;
    text-align: center;
    width: 30vw;
    background-color: #025e83;
    margin: auto;
    padding: 0;
    border-bottom: dotted 1px;
}

.linkacademico{
    margin-bottom: 0.4em;
}
.linkacademico a{
    text-decoration: none;
    color: black;
    font-weight: 700;
    font-size: 10.5pt;
    background-color: #025e83;
}

.linkacademico a:hover {
    text-decoration: none;
    color: black;
    font-weight: 700;
    font-size: 10.5pt;
    background-color: #025e83;
    font-style: italic;
}

#linkciaa{
    text-decoration: none;
    color: black;
    font-weight: 900;
    background-color: #025e83;
}

#linkciaa:hover{
    font-weight: 900;
    background-color: #025e83;
    color:#ff5818;
}


#logodgpc {
    display: block;
    margin: auto;
    width: 5em;
    box-shadow:  0 10px 10px rgba(0,0,0,0.3);
    background-color: #025e83;
}
    
    
#logodgpc {
    display: block;
    width: 5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    box-shadow:  0 10px 10px rgba(0,0,0,0.3);
    background-color: #025e83;
}
       

#logofadu {
    display: block;
    width: 5em;
    margin: auto;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    background-color: #025e83;
}

}


@media screen and (min-width: 40em){
main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 0.5em;
}
    
    main a{
        padding: 3em;
    }
    
aside{
    display: flex;
    flex-wrap: wrap;
    background-color: #025e83;

    /*height: 17vh;*/
}

.datosencabezado{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100vw;
    height: 4vw;
    background-color: #025e83;
    margin: 0;
    padding: 0;
}

.datos{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100vw;
    max-height: 65vh;
    background-color: #025e83;
    margin: 0;
    padding: 0;
}

.datos p{
    font-size: 8.5pt;
    color: black;
    background-color: #025e83;
    font-weight: 200;
    line-height: 1.45em;
    text-align: justify;
}

.bloquedatos{
    flex-basis: 100%;
    flex-direction: column;
    list-style: none;
    text-align: left;
    width: 30vw;
    height: 50vw;
    background-color: #025e83;
    margin: 0;
    padding: 0.5em;
    order:0;
}

.linkacademico{
    margin-bottom: 0.4em;
    border-bottom: dotted 1px;
    
}
.linkacademico a{
    text-decoration: none;
    color: black;
    font-weight: 700;
    font-size: 10.5pt;
    background-color: #025e83;
    
}

.linkacademico a:hover {
    text-decoration: none;
    color: black;
    font-weight: 700;
    font-size: 10.5pt;
    background-color: #025e83;
    font-style: italic;
}

#linkciaa{
    text-decoration: none;
    color: black;
    font-weight: 900;
    background-color: #025e83;
}

#linkciaa:hover{
    font-weight: 900;
    background-color: #025e83;
    color:#ff5818;
}

#logodgpc {
    display: block;
    width: 5em;
    margin-top: 0.5em;
    margin: auto;
    box-shadow:  0 10px 10px rgba(0,0,0,0.3);
    background-color: #025e83;
}

#logofadu {
    display: block;
    width: 5em;
    margin: auto;
    margin-top: 0.5em;
    background-color: #025e83;
}

}

@media screen and (min-width: 60em){
main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
    
    main a{
        padding: 1em;
    }
    

aside{
    display: flex;
    flex-wrap: wrap;
    background-color: #025e83;
}

.datosencabezado{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100vw;
    height: 4vw;
    background-color: #025e83;
    margin: 0;
    padding: 0;
}

.datos{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100vw;
    background-color: #025e83;
    margin: 0;
    padding: 0;
}

.bloquedatos{
    flex-basis: 100%;
    flex-direction: column;
    list-style: none;
    text-align: left;
    width: 30vw;
    background-color: #025e83;
    margin: 0;
    padding: 0.5em;
    max-height: 40vh;
}
    
.datos p{
    font-size: 8.5pt;
    color: black;
    background-color: #025e83;
    font-weight: 200;
    line-height: 1.5em;
    text-align: justify;
}

.linkacademico{
    margin-bottom: 0.4em;
}
.linkacademico a{
    text-decoration: none;
    color: black;
    font-weight: 700;
    font-size: 10.5pt;
    background-color: #025e83;
}

.linkacademico a:hover {
    text-decoration: none;
    color: black;
    font-weight: 700;
    font-size: 10.5pt;
    background-color: #025e83;
    font-style: italic;
}

#linkciaa{
    text-decoration: none;
    color: black;
    font-weight: 900;
    background-color: #025e83;
}

#linkciaa:hover{
    font-weight: 900;
    background-color: #025e83;
    color:#ff5818;
}

#logodgpc {
    display: block;
    width: 5em;
    margin-top: 0.5em;
    box-shadow:  0 10px 10px rgba(0,0,0,0.3);
    background-color: #025e83;
}

#logofadu {
    display: block;
    width: 5em;
    margin-top: 0.5em;
    background-color: #025e83;
}

}


footer p{
    width: 100vw;
    background-color: grey; 
    color:white;
    font-size: 7pt;
    text-align: center;
}







/*:::ROTULO GRUPAL:::*/
@media screen and (max-width: 40em){
main{
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
    
.integrantes{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100vw;
    justify-content: center;
    align-items: center;
    }
    
.cuadrilla{
    flex-basis: 50%;
    height: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    justify-content: center;
    align-content: center;
    }

.integrantes nav ul{
    display: flex;
    width:100vw;
    margin: 0;
    flex-wrap: wrap;
    align-items: center;
}

.integrantes nav ul li{
    display: flex;
    flex-grow: 1;
    height: 100%;
    max-width:50vw;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.integrantes nav ul li a{
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    height: 100%;
    width: 100%;
    padding: 50%;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items:center;
    align-content: center;
    text-decoration: none;
    color: white;
    font-weight: 700;
    text-align:center;
    text-shadow: 3px 3px 7px rgba(0,0,0,1);
    padding-bottom: 1em;
}

.integrantes a:hover{
    opacity: 0.5;
}

#nicole{
    background-image: url(../img/nicole.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    
}

#marisol{
    background-image: url(../img/marisol.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#natalia{
    background-image: url(../img/natalia.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}

#estefania{
    background-image: url(../img/estefania.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
}






@media screen and (min-width: 40em){
.integrantes{
    display: flex;
    padding: 0;
    margin: 0;
    width: 100vw;
    justify-content: center;
    align-items: center;
    }

.integrantes nav ul{
    display: flex;
    width:100vw;
    height: 45vh;
    margin: 0;
    flex-wrap: wrap;
    align-items: center;
}

.integrantes nav ul li{
    display: flex;
    height: 100%;
    width:25%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.integrantes nav ul li a{
    display: flex;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items:flex-end;
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 18pt;
    text-align:center;
    text-shadow: 3px 3px 7px rgba(0,0,0,1);
    padding-bottom: 1em;
}

.integrantes a:hover{
    opacity: 0.5;
}

#nicole{
    background-image: url(../img/nicole.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#marisol{
    background-image: url(../img/marisol.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#natalia{
    background-image: url(../img/natalia.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}

#estefania{
    background-image: url(../img/estefania.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
    
}




/*:::CARTA:::*/
@media screen and (max-width: 40em){
.infocarta{
    display: flex;
    flex-direction: column;
    padding: 0.5em;
    margin: auto;
    width: 95vw;
    justify-content: space-between;
    align-items:center;
} 

.infocarta p{
    margin-left: 0.7em;
    font-size: 10pt
}

.bloqueinfo{
    flex-basis: 48%;
    text-align: justify;
    font-size: 10.5pt;
    line-height: 1.2em;
    padding-bottom: 1.7em;
}
}

@media screen and (min-width: 40em){
.infocarta{
    display: flex;
    padding: 0;
    flex-shrink: 1;
    margin: auto;
    width: 95vw;
    justify-content: space-between;
    align-items:flex-start;
}

.bloqueinfo{
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
    flex-basis: 49%;
    text-align: justify;
    font-size: 10pt;
    line-height: 1.2em;
}    
    
.infocarta h3{
        font-size: 13pt;
}
    
.infocarta h4{
        font-size: 9pt;
}    
    
.infocarta p{
    margin-left: 0.7em;
    font-size: 9.5pt;
    line-height: 1em;
}


}

@media screen and (min-width: 60em){
.infocarta{
    display: flex;
    padding: 0;
    margin: auto;
    width: 95vw;
    justify-content: space-between;
    align-items:flex-start;
}

.infocarta h3{
        font-size: 15pt;
}
    
.infocarta h4{
        font-size: 10pt;
}    
    
.infocarta p{
    margin-left: 0.7em;
    font-size: 10.5pt;
    line-height: 1em;
}
    
.infocarta p{
    margin-left: 0.7em;
    font-size: 10pt
}

.bloqueinfo{
    flex-basis: 49%;
    text-align: justify;
    font-size: 10.5pt;
    border-left-style: solid;
    border-left-width:thin;
}
}







/*:::MAPA:::*/
@media screen and (max-width: 40em){
.cuerpo{
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: auto;
    width: 95vw;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.bloquemapa{
    width: 95vw;
    text-align: left;
    font-size: 10.5pt;
    line-height: 1.5em;
}
    
.cuerpo h3{
        margin: 0;
        padding: 0;
}
    
.cuerpo p{
        margin: 0;
        padding: 0;
        text-align: center;
    }

.cuerpo ul{
    font-size: 11pt;
    margin-left: 1em;
    list-style: none;
}

.cuerpo li{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    list-style: none;
    font-size: 10pt;
}

.cuerpo li li{
    list-style: none;
    font-weight: 400;
}

.cuerpo a{
    text-decoration: none;
    color: black;
}

.cuerpo a:hover{
    text-decoration: none;
    color: black;
    font-style:italic;
}

.bloquemapa p{
    font-size: 10pt;
    text-align: justify;
    padding: 0.2em;
}

#linkciaa2{
    text-decoration: none;
    color: black;
    font-weight: 900;
}

#linkciaa2:hover{
    font-weight: 900;
    color:#ff5818;
}
    
}

@media screen and (min-width: 40em){
.cuerpo{
    display: flex;
    padding: 0;
    margin: auto;
    width: 95vw;
    align-content:flex-start;
    justify-content: center;
    align-items:flex-start;
}

.bloquemapa{
    width: 95vw;
    margin: 0.3em;
    text-align: left;
    font-size: 10.5pt;
    line-height: 1.5em;
    align-items:flex-start;
}
    
.cuerpo h3{
        margin: 0;
        padding: 0;
}
    
.cuerpo p{
        margin: 0;
        padding: 0;
        text-align: center;
    }

.cuerpo ul{
    font-size: 11pt;
    margin-left: 1em;
    list-style: none;
}

.cuerpo li{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    list-style: none;
    font-size: 10pt;
}

.cuerpo li li{
    list-style: none;
    font-weight: 400;
}

.cuerpo a{
    text-decoration: none;
    color: black;
    margin: 0;
    padding: 0;
}

.cuerpo a:hover{
    text-decoration: none;
    color: black;
    font-style:italic;
}

.bloquemapa p{
    font-size: 10pt;
    text-align: justify;
    padding: 0.2em;

}

#linkciaa2{
    text-decoration: none;
    color: black;
    font-weight: 900;
}

#linkciaa2:hover{
    font-weight: 900;
    color:#ff5818;
}
    
}

@media screen and (min-width: 60em){
.cuerpo{
    display: flex;
    padding: 0;
    margin: auto;
    width: 95vw;
    justify-content: space-between;
    align-items:flex-start;
}

.bloquemapa{
    flex-basis: 49%;
    text-align: left;
    font-size: 10.5pt;
    line-height: 1.5em;
}
    
.bloquemapa p{
        margin: 0;
        padding: 0;
    }

.cuerpo ul{
    font-size: 11pt;
    list-style: none;
}

.cuerpo li{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    list-style: none;
}

.cuerpo li li{
    list-style: none;
    font-weight: 400;
}

.cuerpo a{
    text-decoration: none;
    color: black;
    margin: 0;
    padding: 0;
}

.cuerpo a:hover{
    text-decoration: none;
    color: black;
    font-style:italic;
}

.bloquemapa p{
    margin-left: 3em;
    margin-top: 1em;

}

#linkciaa2{
    text-decoration: none;
    color: black;
    font-weight: 900;
}

#linkciaa2:hover{
    font-weight: 900;
    color:#ff5818;
}
    
}





/* :::::VIEJO:::::

h2 {
    max-width: 85%;
    margin: 0.3em;
    padding: 0.5em;
}

h4{
    font-family: 'Teko', sans-serif;
    font-size: 1.3em;
}

p{
    max-width: 65%;
    margin: auto;
    padding: 0.5em;
}
/* 
.destacado {
    font-style: italic;
    font-weight: bold;
    font-family: sans-serif;
}

#logo {
    display: block;
    width: 6em;
    margin: auto;
    box-shadow:  0 10px 10px rgba(0,0,0,0.3);
}

#logoeducia {
    display: block;
    width: 15em;
    margin: auto;
    padding: 0.8em;

}

@media (max-width:30em){
h1{
    max-width: 95%;
    margin: auto;
    padding: 0.5em;
    text-align: center;
    color: white;
    font-size: 30px;
    background-color: #025e83;
}
    
h3{
    font-family: 'Source Sans Pro', sans-serif;
    font-style: italic;
    font-size: 1.5em;
    margin-left: 1em;
}
    
/*
nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: auto;
    padding: 0.1em;
    overflow: hidden;
    justify-content: space-between;
    align-items:center;
    align-content: center;
    flex-basis: auto;
    max-width: 95%;
}

nav ul li{  
    flex-basis: 24%;
    margin: 0.4%;
    display:flex;
    justify-content: center;
    align-items:center;
    align-content: center;
    background-color:#ff5818;
}

nav ul li a {
    text-decoration: none;
    margin: auto;
    text-align: center;
    color: white;
    font-weight: bold;
    background-color:#ff5818;
    display: block;
    height: 3em; 
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
}

nav ul li a:hover {
    color: #025e83;
}
*/
/*
@media (min-width:30em){
h1{
    max-width: 95%;
    margin: auto;
    padding: 0.5em;
    text-align: left;
    color: white;
    font-size: 30px;
    background-color: #025e83;
}
    
h3{
    font-family: 'Source Sans Pro', sans-serif;
    font-style: italic;
    font-size: 1.5em;
    margin: auto;
}
    
    
/*   
nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: auto;
    padding: 0.1em;
    overflow: hidden;
    justify-content: space-between;
    align-items:center;
    align-content: center;
    flex-basis: auto;
    max-width: 95%;
}

nav ul li{  
    flex-basis: 24%;
    margin: 0.4%;
    display:flex;
    justify-content: center;
    align-items:center;
    align-content: center;
    background-color:#ff5818;
}

nav ul li a {
    text-decoration: none;
    margin: auto;
    text-align: center;
    color: white;
    font-weight: bold;
    background-color:#ff5818;
    display: block;
    height: 3em; 
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

    
.datos{
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: auto;
    padding: 0.1em;
    overflow: hidden;
    justify-content: space-between;
    align-items:center;
    align-content: center;
    flex-basis: auto;
    max-width: 95%;
}
    
.datos article{
    display: flex;
    flex-direction: column;
        
    }    
}

.footer{
    width: 100%;
    font-size: 0.8em;
    background-color: #025e83;
    color: white;
    padding: 0.5em;
}

/*:::PRINCIPAL:::*/
/* 
#descripcion{
    color: white;
    margin: auto;
    padding: 1em;
    max-width: 95%;
    text-align: justify;
    background: #025e83;
}

.info{
    margin: 1em 0.3em 1em;
}
.info{
    margin-left: 1.5em;
}

.datos p{
    font-size: 0.8em;
    margin-left: 1.5em;
}

.datos a{
    color: black;
    font-weight: bold;
}*/