#uniTitulo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    min-height: 660px;
    padding: 2%;
}
/* Header Uni */
#headIzq{
    width: 50%;
    padding: 5%;    
}
#headIzq h1{
    font-size: 4em;
    color: #FFF;
    margin-bottom: 10px;
}
#headIzq h2{
    font-size: 1.8em;
    color: #72c5f5;
    margin-bottom: 10px;
}
#headIzq h3{
    font-size: 1.4em;
    color: #FFF;
}
#headCent{
    width: 24%;
    padding: 3%;
    margin: 1% 0;
    background-color: rgba(1, 15, 59, 0.7);
    border-radius: 10px;
    color: #FFF;
    text-align: center;
}
#headCent input, #headCent select, #headCent textarea{
    width: 96%;
    padding: 2%;
    margin: 5px 0;
    border: none;
    box-shadow: 0 0 2px #0b2636;
    border-radius: 5px;
    font-size: 0.8em;
}
#headCent textarea{
    height: 100px;
    font-size: 1em;
}
#headCent h2{
    font-size: 2em;
}
#headCent input[type=button]{
    background-color: red;
    color: #FFF;
}
#headCent a{
    text-decoration: none;
    color: #72c5f5;
}
#headDer{
    width: 10%;
    height: 50px;    
}
@media screen and (max-width: 1230px) {
    #headDer{ width: 5%; }
    #headCent{ width: 29%;}    
}
@media screen and (max-width: 1230px) {
    #headDer{ width: 0%; }
    #headCent{ width: 34%;}    
}
@media screen and (max-width: 730px) {
    #headDer{ display: none; }
    #headIzq{ width: 90%; padding: 2%;}
    #headCent{ width: 94%;}
    #headIzq h1{ text-align: center; }
    #headIzq h2{ text-align: center; }
    #headIzq h3{ text-align: center; }
}
/* Fin header uni */
#uniTrio{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;    
    background-image: repeating-linear-gradient(125deg, #f7f7f7, #f7f7f7 10px, transparent 10px, transparent 17px);

}
#uniTrio article{    
    width: 46%;
    padding: 2%;
    margin: 2%;    
}

#uniTIzq p{
    display: inline-block;
    margin: 15px 0;
}
#uniTIzq img{    
    float: left;
    padding: 5px;
    border-radius: 5px;
    margin-right: 20px;
    box-shadow: 0 0 3px #333;
}
#uniTDer{
    text-align: center;
}
#uniTDer img{
    width: 50%;
}
.uniOpSup{ 
    font-size: 2.2em;
    font-weight: bold;
    color: red;
}
.uniOpDow{ font-size: 1.6em;}
.uniOpDow strong{
    color: #076196;
}
/* Vinculación */
#convenios{
    display: block;
    width: 100%;    
    padding: 2%;    
    background: #FFF;
    color: #002E6C;
    align-items:center;
}
#convenios h2{
    width: 100%;
    padding: 1% 0;
    font-size: 2.4em;
    text-align: center;
    color: rgb(0, 46, 108);
}
#convenios div{
    display: flex;
    flex-wrap: wrap;    
    width: 100%;    
}
#convenios article{
    display: block;
    width: 21%;
    margin: 2%;
    padding: 2%;
}
#convenios article img{
    width: 100%;
}
@media screen and (max-width: 660px){
    #convenios article{
        width: 46%;
    }
}
@media screen and (max-width: 380px){
    #convenios h2{
        font-size: 1.8em;
    }
}

/* Pestañas de carreras */
#uniCarreras{
    display: flex;
    flex-wrap: wrap;
    align-items: center;    
    width: 100%;
    padding: 2%;
}
#uniCarreras h2{
    text-align: center;
    margin: 0 auto 30px auto;
    font-size: 3.6em;
    color: #002E6C;
}
.tab {
    width: 100%;
    overflow: hidden;    
    border-bottom: 1px solid #DDD;
    background-color: #fff;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  width: 11.11%;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
.tab button img{
    width: 100%;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #EFEFEF;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #DDD;
}

/* Style the tab content */
.tabcontent {
    width: 100%;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    border: 1px solid #DDD;
    border-top: none;
}
.tabcontent article{
    width: 50%;
}
/* .carFig{    
} */
.carFig img{    
    display: block;
    width: 60%;
    margin: 0 auto;
}
.carInf{
    padding: 2%;    
}
.carInf h3{
    font-size: 3em;
    color: #002E6C;
}
.carInf h4{
    font-size: 2.4em;
    color: red;
}
.carInf ul{ list-style: none;}
.carInf li{
    margin: 10px 0;
    font-size: 1.6em;
}
.carInf a{
    display: block;
    width: 50%;
    padding: 10px;
    background-color: #076196;
    color: white;
    margin: 20px auto 0 auto;
    border-radius: 30px;
    font-size: 1.4em;
    text-align: center;
}
/* Banner de maestría */
#uniMaestria{
    display: block;
    width: 100%;    
}
#uniMaestria a{ text-decoration: none; }
#uniMaestria img{
    display: block;
    width: 100%;
}
/* Reglamento y requisitos */
#uniRequisitos{
    display: flex;
    flex-wrap: wrap;
    align-items: center;    
    width: 100%;
    padding: 2%;
    background-color: #EFEFEF;
}
#uniRequisitos article{
    width: 48%;
    margin: 1%;    
}
#uniRequisitos article img{
    display: block;
    width: 30%;
    border-radius: 270px;
    border: 5px #002E6C solid;
    margin: 0 auto;
}
#uniRequisitos article p{
    text-align: center;
    font-size: 2.2em;
    margin: 10px 0;
}
#uniRequisitos article a{
    display: block;
    width: 50%;
    background-color: #002E6C;
    color: #FFF;
    font-size: 3em;
    text-align: center;
    text-decoration: none;
    margin: 20px auto;
    border-radius: 35px;
}
#uniRequisitos article h2{
    color:#002E6C;
    font-size: 2.8em;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0;
}
#uniRequisitos article ol{
    list-style: none;    
}
#uniRequisitos article li{
    font-size: 1.6em;
    padding: 2px;
    margin: 15px 0;
}
