
.pie_sied {
    background-color: #0d3b66!important;
    color: white;
    padding-top: 2vh;
    
}
.pie_sied a{
    color: #aeaeae;
}
.pie_sied a:hover{
    color: #7cb8ff;  
}

.botones_principales boton:hover{
    background-color: #7cb8ff;
}
.botones_principales .boton{
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #4a90e2;
    font-weight: 500;
    /* cambiar el fontsize para moviles*/
    margin-top: 30px;
    text-align: center;
    /*font-size: 16px;*/
    /*line-height: 18px;*/
    padding: 15px;
    cursor: pointer;
}
.botones_principales .boton:hover{
    background-color: #7cb8ff;
}

.boton_tutorial {
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #0d3b66;
    font-weight: 500;
    margin-top: 30px;
    text-align: center;
    
    /*line-height: 18px;*/
    padding: 15px;
    cursor: pointer;
}
.boton_tutorial a{
    color: white;
}
.boton_tutorial:hover{
    background-color: #4a90e2;
}

.boton_tutorial_estudiantes {
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #7cb8ff;
    font-weight: 500;
    margin-top: 30px;
    text-align: center;
   
    /*line-height: 18px;*/
    padding: 15px;
    cursor: pointer;
}
.boton_tutorial_estudiantes a{
    color: white;
}

.boton_tutorial_estudiantes:hover{
    background-color: #4a90e2;
}

.boton_intros {
     width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #4a90e2;
    font-weight: 500;
    margin-top: 30px;
    text-align: center;
    /*line-height: 18px;*/
    padding: 15px;
    cursor: pointer;
}
.boton_intros a{
    color: white;
}
.boton_intros:hover{
    background-color: #0d3b66;
}

.seccion_novedades {
    background-color: rgba(174, 174, 174, 0.65);
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.botones_princiales_todos {
    padding-bottom: 25px;
}

.cabecera1 {
    max-height: 10vh;
    min-height: 5vh;
}

.centrar_vertical {
    display: flex;
}
@media (max-width: 991.98px) {
    .cabecera_principal {
        display: none;
    }

}
@media (min-width: 992px){

}
@media screen and (max-width: 767px){
.contenidoSmall {
    display: block;
}
.contenidoLarge {
    display: none;
}
.boton_tutorial, .botones_principales, .boton, .boton_intros,.boton_tutorial_estudiantes{
    font-size:medium!important;
    }
}
@media (min-width: 768px){
.contenidoSmall {
    display: none;
}
.contenidoLarge {
    display: block;
}
.boton_tutorial, .botones_principales, .boton, .boton_intros, .boton_tutorial_estudiantes{
    font-size:x-large!important;
    }
}

.texto-justificado {
    text-align: justify;
}


.body_sied {
    font-family:
/* 1 */ -apple-system, BlinkMacSystemFont,
/* 2 */ "Montserrat";}

.heading-page {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #0d3b66;
  padding-top: 110px;
  padding-bottom: 110px;
  text-align: center;
  color: white;
  font-weight: 400;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
}

.contenedor_sied {
    min-height: calc(100vh - 251px);
}
