*{
    margin-right: 0;
    margin-left: 0;
    box-sizing: border-box; 
    font-family: 'Prompt', sans-serif;
}


html {
    background: -webkit-linear-gradient(top, #ffffff,#e5e5e5);
    background: linear-gradient(to bottom, #ffffff,#e5e5e5);  
}

header { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    margin: auto;
    width: 90vw;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}




header h1 a{
    color: #ba0145;
    text-decoration: none;
    font-size: 1.5em;  
}

#x {display: none; 
   
}
  header img {
       display: none;
    }

header ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    
}

.links {
    padding: 5em 2em 0em 2em;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    border-right: solid rgba(217, 217, 217, 0.38) 1px;
    -webkit-transition: all 1s;
    transition: all 1s;
    color: rgb(199, 199, 199);
    border-bottom: solid rgba(0, 0, 0, 0) 5px;
}

.links:hover {
    padding: 5em 10em 0em 2em ;
    background-color: rgba(186, 1, 69, 0.11);
    text-decoration: none;
    border-right: solid #d9d9d9 1px;
    border-bottom: solid #ff9d00 5px;
color: #ff9d00;
}


/*cierre header*/



/*Rotulo principal*/


.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
} 


.contenedor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
   overflow: hidden;
	max-width: 380px;
	height: 395px;
}


img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.contenedor:hover img{ 
    -webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
    width: 105%; 
}
 

.movimiento figcaption {
	font-size: 1em;
	width: 100%;
	color: #ba0145;
	-webkit-transition: -webkit-transform 0.35s ease;
	transition: -webkit-transform 0.35s ease;
	transition: transform 0.35s ease;
	transition: transform 0.35s ease, -webkit-transform 0.35s ease;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
    text-align: center;
}

.flex figure h2 {
	font-weight: 500;
     color: #ba0145;
    
}
flex figure br{
    line-height: 0.2em;
}
.flex figure h2 span {
	font-weight: 800;
}
.carrera{
    font-weight: 500;
}


.movimiento:hover figcaption,
.movimiento:hover h2
{
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

.movimiento:hover img{ 
   max-width: 110%;
    opacity: 0.5;
    
}
.movimiento:active figcaption,
.movimiento:active h2
{
	-webkit-transform: translate3d(0,-200%,0);
	transform: translate3d(0,-200%,0);
}

.movimiento:active img{ 
   max-width: 110%;
    opacity: 0.5;
    
}

section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: -webkit-linear-gradient(top, #ff9d00, #ba0145);
    background: linear-gradient(to bottom, #ff9d00, #ba0145);
    
}
article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 480px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 5em;
    text-align: justify;
    color: rgb(214, 214, 214);
}

p span {
    color: #ba0145;
    font-weight: 800;
}
article h1 {
    color: #ffffff;
    font-size: 2em;
    font-weight: 100;
    border: solid rgb(199, 199, 199) 1px;
    border-radius: 15px 15px 0px 15px; 
    text-align: center;
    
}

article h1 span {
    font-weight: 900;
}

footer {
    font-size: 0.5em;
    text-align: center;
    background-color: #ba0145;
    color: #bebebe;
    padding: 2em;
}



/*Carta*/

/*Carta*/

.main-carta {display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ba0145;
} 

.titulo-carta {
    font-size: 2.5em;
    text-align: left;
    padding-top: 2em;
    margin: 1em 2em 0em 2em;
    color: white;
    padding-bottom: 0em; 
}

main div article {
    text-align: justify;
    font-weight: 800;
    color: #ff9d00;
    font-size: 1em;
    margin-top: 1em;
    width: 58%;
}
.articleflex {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 90%;
    text-align: justify;
    margin-top: -5em;
    color: white;


}

.articleflex div {width: 60%;
    padding-right: 2em;
}

.funcion{display: -webkit-box;display: -ms-flexbox;display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;

text-align: left;}


.funcion h3{color: #ff9d00;
font-size: 1.5em;}

.funcion ul{color: white;
margin-top: -2.2em; padding: 1.3em;
text-align: left;}

.perfiles{display: -webkit-box;display: -ms-flexbox;display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: distribute;
justify-content: space-around;
background: -webkit-linear-gradient(top,#ff9d00,#ba0145);
background: linear-gradient(to bottom,#ff9d00,#ba0145)}

.perfiles div{width: 500px;
text-align: center;}

.perfiles div h3{color: #ffffff;
border: solid 1px white;
border-radius: 10px;
font-size: 2em}

h4{color: #ffffff;
font-size: 1.2em;}

.perfiles div p{color: white;}



/**mapa*/

.main-mapa{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
}

.main-mapa div h1 {
    
    color: #ff9d00;
    font-size: 3em;
}


.contenedor-dos {
    position: relative;
 overflow: hidden;
 max-width: 800px;
 max-height:15000px;
}

.contenedor-dos img {
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


.contenedor-dos:hover img{ 
    opacity: 0.5;
   
}


.linksmapa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    max-width: 900px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 2em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-mapa div>a {
    
    padding: 0 1em 0 1em;
    border: solid #ba0145 1px;
    border-radius: 15px 15px 0px 15px;  
    color: #ba0145;
    text-decoration: none;
    margin-top: 1em;
}


.main-mapa div>a:hover {
    
    background-color: rgba(186, 1, 69, 0.12);
    color: #ff9d00;}

.disenogrupal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 30%;
margin: auto;  
}

.imagen-mapa {
    -webkit-filter: none;
    filter: none;
}



@media (max-width: 1500px) {
    

   

    
.links {
padding: 0.7em 2em 0.7em 2em;
    border: none;

}

.links:hover {
   padding: 0.7em 2em 0.7em 2em;
   border: none;
}
    

article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    text-align: left;
    margin: auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
    
}
    
.flex {

-webkit-box-orient: vertical;

-webkit-box-direction: normal;

-ms-flex-direction: column;

flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
} 





    
.titulo-carta {
    font-size: 2em;
    text-align: left;
    padding-top: 0em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin:1em 0; 
}
 
main div article {
    text-align: left;
    margin-top: 0em;
    width: 100%;
    margin: auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.articleflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    margin: auto;
    margin-top:0em;
    width: 100%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    
    }

.articleflex div {width: 100%;

}
    .linksmapa{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto;
    }
    .disenogrupal{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        
}

    
    #menu {
        position: fixed;
       height: 100vh;
        background: -webkit-linear-gradient(top left,#ff9d00,#ba0145);
        background: linear-gradient(to bottom right,#ff9d00,#ba0145);
        color: aqua;
        top:-100%;
        width: 100%;
        z-index: 999;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
}
    
    #menu:target {
         left: 0%;
        top:0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    header img {
        display: block;
        width: 20px;
    }
    
    header ul {
height: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    margin: auto; 
        padding: 0;
}
    
    #x {display: block; 
   
}
    header ul li {
        margin: 1em 0 1em 0;
        font-size: 1.5em;
    }
    
    article {
    margin: 5em;
}

.movimiento figcaption {
	font-size: 1em;
	width: 100%;
	color: #ba0145;
	-webkit-transition: -webkit-transform 0.35s ease;
	transition: -webkit-transform 0.35s ease;
	transition: transform 0.35s ease;
	transition: transform 0.35s ease, -webkit-transform 0.35s ease;
	-webkit-transform: translate3d(0,-150%,0);
	transform: translate3d(0,-150%,0);
    text-align: center;
}

footer {
    font-size: 1em;

}
    
}



