.link{
  cursor:pointer;
}
.link2:hover{
color: #fff;
}
.pop{
    
    height:150px;
    width: 200px;
    background: black;
}
.nombrecolegio{

    font-size: 20px;
    font-weight: bold;
}
.escudo{
    position:absolute;
    width:150px;
    right:20px;
    top:100px;
    z-index: 100;
}
.separador{
    margin-top: 10px;
}

.myselect{
    width: 120px;
height: 25px;
padding: 2px;
border: none;

}
.myselect option{
    color: #fff;
    background: #c52d2f;
    padding: 10px;
    border: none;
    height: 30px;
    cursor: pointer;
    width: 300px;
    text-decoration-line: none;
border: 1px solid #c52d2f !important;
}

.myselect option:hover{
    color: #fff;
    background: #c52d2f;
}


.arriba{
  
 color: #c52d2f;
 font-size: 24px;
 padding: 5px;
width: 20px;
bottom: 50px;
position: fixed;
z-index: 1000;
}

.arriba i:hover{
 color: #4e4e4e;
 cursor:pointer;
}
