@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700|Roboto+Condensed:400,700);
@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Lobster+Two:400,400italic,700,700italic);

* {
    box-sizing:border-box;
    list-style: none
}


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

body {
    background-color: #E9E8E8;
    margin: auto;
    }


main {
    background-color: #BFBFBF;
    margin: 0;
   }

footer {
    height: 100px;
}

/*<!-- Barra de navegacion -->*/
.menu {
    max-width: 1024px;
    margin: auto;
    list-style: none;    
    padding: 10px 0 5px 0;
    display: flex;
    justify-content: space-between;
}

.menus {
    display: flex;
    align-self: center;
    
}

.menus > li {   
    font-size: 1em;
    padding: 0 20px 0 20px
    }

.menus > li > a {
    text-decoration: none;
    color: black;
    font-family: "Quicksand";
    font-weight: 700;
}

.menus > li > a:hover{
    color: white;
}

.menu img{
    align-self:flex-start; 
    }

/*<!-- contenido -->*/

.video{
    max-width: 960px;
    margin: auto;
}

.video video{
    width: 960px;
}
.sep{
    max-width: 960px;
    margin: auto;
    margin-top: 1em;
}

.integ {
    max-width: 960px;
    margin: auto;
}

.integ ul{
    display: flex;
    justify-content: center
}

.integ li{
    margin-left: 3em;
    margin-right: 3em;
    margin-bottom: 2em;
    text-align: center;
    font-family: "quicksand"
}

.integ li a{
    color: white;
    
}

.integ li a img:hover{
    opacity: 0.5;
    
}

.integ img{
    width: 200px;
}

/*<!-- Footer -->*/

.futer {
    max-width: 1024px;
    margin: auto;
}

.futer p {
    font-family: "quicksand";
    font-size: 13px;
    padding-left: 15em;
    padding-right: 15em;
   }


.academicodocentes{
    display: flex;
    margin: auto;
    max-width: 960px;
    flex-direction: column        
}
.academicodocentes h2{
    font-family: "quicksand";
    font-size: 15px;
    border-top: solid white 1px;
    width: 70px;
    padding-top: 0.2em;
    padding-left: 0.2em
        
        
    
}
.academicodocentes h1{
    font-family: "quicksand";
    color: white;
    font-size: 20px;
    margin-top: -0.5em
        
}
.academicodocentes p{
    font-family: "quicksand";
    margin-top: -0.5em
        
}
                                /*<!-- Carta -->*/

                                /*<!-- Carta -->*/
.textocarta {
    display: flex;
    flex-direction: column;
    max-width: 960px;
    margin: auto;
}

.textocarta h1{
    font-family: "roboto";
    color: white;
    
}

.textocarta h2{
    font-family: "roboto";
    font-weight: 700;
    margin-top: 3em;
    color: white;
}

.textocarta p{
    max-width: 960px;
    margin: auto;
    margin-top: 1em;
    font-family: "quicksand";
    column-count: 2;
    text-align: justify;
}

.proceso {
    max-width: 960px;
    margin: auto;
    display: flex;
    flex-flow: row;
}

.proceso img{
    height: 465px;
    margin-right: 1em;
    margin-top: 0.5em;
}

.procesoo {
    max-width: 960px;
    margin: auto;
    margin-top: 1em;
}


                            /*<!-- MAPA -->*/

.web img {
    max-width: 1024px;
    margin: auto;
    display: flex;
}

.app {
    max-width: 1024px;
    margin: auto;
}