*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sourcesans;
}

header {
    background-color: #003B5C ;
    color: #00B5E2;
    min-height: 10vh;
}

/*Pestaña Seleccionada*/

.opcMenu {
    width: 100%;
    background-color: #003B5C;
    cursor: pointer;
    text-align: center;
}

.opcMenu:hover , .opcMenu:hover p {
    background:#00B5E2;
    color: #003B5C;
    transition: .5s;
}

.opcMenu p {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00B5E2;
    font-weight: bold;
    height: 100%;
}

.secciones{
    position: relative;
    margin-top: 10%;
    margin-bottom: 10%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color:#003B5C;
}

.pestañaSelec{
    border-bottom: 2px solid white;
}


.bg-BUAP-dark{
    background-color: #003B5C;
}

.bg-BUAP-light{
    background-color: #00B5E2;
}

.text-BUAP-dark{
    color: #003B5C;
}

.text-BUAP-light{
    color: #00B5E2;
}



.backgroundimage{
    background: rgb(0,59,92);
    /* background: linear-gradient(135deg, rgba(0,181,226,1) 50%, rgba(0,59,92,1) 50%); */
    min-height: 80vh;
}

.unidadTarjeta{
    height:250px; 
    box-shadow: 4px 4px 2px #ffffff82;
    border: 1px solid white;
    color: white;
    cursor: pointer;
    transition: .5s;
}

.unidadTarjeta:hover{
    font-weight: bold;
}

.inputLogin{
    background-color: transparent;
    border: none;
    outline: none;
    text-align: center;
    color: white;
    border-bottom: 2px solid white;
    font-weight: 400;
}

.btnAzul2{
    align-items: center;
    justify-content: center;
    color: #00B5E2;
    background: #003B5C;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    border: none;
    border:  2px solid;
    transition: 500ms;    
}

.btnAzul2:hover{
    color: #003B5C;
    background: #00B5E2;
    font-weight: bold;
}

.semestreInfo{
    cursor: pointer;
}


::placeholder {
    color: white;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: white;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
   color:white;
  }

.addImage{
    cursor: pointer;
    transition: .5s;
}

.addImage:hover{
    background-color: rgba(255, 255, 255, .5);
}

footer{
    background-color: #003B5C ;
    color: #00B5E2;
    min-height: 10vh;
}
