*{
    margin: auto;
    padding: 0;
    box-sizing: border-box;
}

body, html {
  margin: auto;
  height: 100%;
  width: 100%;
  font-family: sans-serif;
}

/********** ESTRUCTURA GENERAL *********/

/**** CABECERA ****/

.cab_redes{
    text-align:right;
    padding: 5px;
    display: none;
}

.header_section{

    width: 100%;
    /*height: 179px;*/
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: -1;
    background: url(../imagenes/header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*background: linear-gradient(-90deg, red,white,red);*/
}

.logo{
    width: 30%;
    padding: 10px;
    text-align: center;
}

.logo img{
    width: 65%;
    height: auto;
}

.iniciales{
    display: none;
}

.title{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: dodgerblue;
    font-weight: bolder;
}

.class_institute{
    padding: 10px;
    font-size: 3vw;
    font-family: ViceCitySans;
    /*color: whitesmoke;
    text-shadow: 2px 2px 8px black;*/
}

.name_institute{
    padding: 10px;
    font-size: 4vw;
    font-family: RightLand;
    /*color:whitesmoke;*/
}

/**** CABECERA ****/


/**** MENÚ ****/


/* ---------- STICKY ---------- */

.sticky {
  left: 0px;
  position: fixed;
  margin-top: 0px;
  top: 0;
  width: 100%;
}

.sticky + .main {
  padding-top: 116px;
}

/* ---------- STICKY ----------- */

/**** MENÚ ****/


/**** CONTENIDO ****/

main{
    padding: 0;
    margin: 0;
    /*position: relative;*/
    z-index: -4;
}

/**** CONTENIDO ****/


/**** MATRICULACIÓN ****/

.acceso_matri {
    width: 100%;
    line-height: 100px;
    text-align: center;
    color:white;
    background-color: skyblue;
    border-radius: 50px;
    text-shadow: 2px 2px 8px black;
    box-shadow: 2px 2px 8px black;
    cursor: pointer;
}

.acceso_matri img{
    width: 50px;
    height: 50px;
    margin: auto;
    /*margin-top: 25px;*/
}

/**** MATRICULACIÓN ****/


a .facebook {
    width: 98%;
    margin: auto;
    padding: 10px;
    text-align: center;
    background-color: white;
    text-shadow: 2px 2px 8px black;
    box-shadow: 2px 2px 8px black;
    cursor: pointer;
}

a .facebook h2{
    margin: auto;
    text-decoration: none;
}

a .facebook img{
    width: 15%;
}


/**** CONTENIDO ****/


/* *** BOLETIN EVENTOS Y NOTICIAS *** */

.titulo{
    font-size: 3.5vh;
    text-align: center;
    padding: 5px;
    padding-top: 30px;
    padding-bottom: 15px;
    color: dodgerblue;
    font-family: fantasy;
}

.informativa{
    width: 100%;
    /*background-color:aliceblue;*/
    display: flex;
    flex-direction: row;
    /*justify-content: center;*/
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
}

.boletines{
    width: 48%;
    /*width: 30%;*/
    padding: 20px;
    background-color: white;
    -moz-box-shadow: 0px 0px 0.85px #000000;
    -webkit-box-shadow: 0px 0px 0.85px #000000;
    box-shadow: 0px 0px 0.85px #000000;
}

.boletines h3{
    height: 80px;
    padding: 10px;
    text-align: center;
    line-height: 55px;
    font-size: 6vh;
    background-color: rgba(255, 0, 0, 0.6);
    color:white;
}

.boletines p{
    text-align: justify;
}

.eventos{
    /*margin-top: 15px;*/
    width: 48%;
    /*width: 30%;*/
    padding: 20px;
    background-color: white;
    -moz-box-shadow: 0px 0px 0.85px #000000;
    -webkit-box-shadow: 0px 0px 0.85px #000000;
    box-shadow: 0px 0px 0.85px #000000;
}

.eventos h3{
    height: 80px;
    padding: 10px;
    text-align: center;
    line-height: 55px;
    font-size: 6vh;
    background-color: rgb(0, 255, 255, 0.4);
    color:midnightblue;
}

.eventos img{
    width:100px;
    display:none;
}
    
.eventos p img{
    /*width: 50%; */
    width: 20vh;
    float:left;
    padding: 5px;
    margin-right: 10px;
}

.eventos p{
    text-align: justify;
}

.noticias{
    margin-top: 15px;
    width: 100%;
    /*width: 30%;*/
    padding: 20px;
    background-color: white;
    -moz-box-shadow: 0px 0px 0.85px #000000;
    -webkit-box-shadow: 0px 0px 0.85px #000000;
    box-shadow: 0px 0px 0.85px #000000;
}

.noticias h3{
    padding: 10px;
    text-align: center;
    line-height: 55px;
    font-size: 6vh;
    background-color: rgb(255, 255, 0, 0.6);
    color:crimson; 
}

.noticias img{
    /*width: 50%; */
    width: 20vh;
    float:left;
    padding: 5px;
    margin-right: 10px;
}

.noticias p{
    text-align: justify;
}

/* *** BOLETIN EVENTOS Y NOTICIAS *** */


/**** REFLEXIÓN****/
table{
    width: 100%;
}

table td{
    width: 30%;
    text-align: center;
}

.line{
    width: 100%;
    height: 1px;
    background-color: dodgerblue;
}
        
.reflexion h2{
    font-size: 2.5vw;
    text-align: justify;
    text-shadow: 2px 2px 2px black;
    color:ghostwhite;
}

.reflexion h4{
    font-size: 3vw;
    text-align: right;
    text-shadow: 2px 2px 3px black;
    color:yellow;
}

.msj_reflexion {
    padding: 50px;
    height: 30vh;
    background-image:url("../imagenes/bgrf.jpg");
    background-attachment:fixed;
    /*background-position: center;*/
    background-repeat: no-repeat;
    background-size: cover;
}
        
/**** REFLEXIÓN****/

/**** PALABRA *****/

/*.palabra{
    padding: 5px;
    margin: auto;
    margin-top: 10px;
    font-family: sans-serif;
    font-size: 1.2vw;
}*/

.sec_palabra{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.contenido_palabra{
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: justify;
    background-image:url("../imagenes/bgpl.jpg");
    background-attachment:fixed;
    /*background-position: center;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.elegida_palabra{
    width: 100%;
    font-size: 3vw;
    font-weight: bold;
    color:dodgerblue;
    text-shadow: 0px 1px 1px black;
    
}

.msj_palabra{
    font-size: 2.5vw;
    padding: 30px;
    color:black;
    /*text-shadow: 1px 1px 5px black;*/
}

/* ***** PALABRA ***** */

/* ***** ARTICULO ***** */

.articulo{
    width: 100%;
}

.sec_articulo{
    color:black;
    margin: auto;
    margin-top: 10px;
    height: 95%;
    margin-bottom: 10px;
    padding: 20px;
    background-color: whitesmoke;
}

.sec_articulo h3{
    text-align: center;
    padding: 10px;
}

.sec_articulo p{
    text-align: justify;
}

.sec_articulo img{
    width: 20vh;
    float: left;
    padding-right: 10px;
}


/* ***** ARTICULO ***** */


/*** PIE ***/

.pie {
    width: 100%;
    /*height: 200;*/
    display: flex;
    justify-content: space-around;
    padding: 15px;
    border-style: solid;
    border: 1;
    /*border-radius: 10px;*/
    border-color: steelblue;
    background-color: dodgerblue;
    color: white;
    font-size: 14px;
}

.mapa{
    width: 30%;
    border-right:1px; 
    border-left:0px; 
    border-bottom:0px; 
    border-top:0px;
    border-style: inset;
}

.mapa a{
    width: 100%;
    float: left;
    text-decoration: none;
    color: white;
    padding-top: 4px;
    padding-bottom: 4px;
}

.datos{
    width: 30%;
    border-right:1px; 
    border-left:0px; 
    border-bottom:0px; 
    border-top:0px;
    border-style: inset;
}

.datos p{
    width: 100%;
    padding-top: 5px;
    padding-bottom: 15px;
}

.redes{
    width: 30%;
    text-align: center;
}

.redes h3{
    width: 100%;
    text-align: center;
    height: 30px;
}

.redes span{
    width: 100px;
    font-size: 5vh;
    padding: 10px;
}

.redes a{
    text-decoration: none;
    color: white;
}

/*    */

/*** PIE ***/


/* RESPONSIVE DESIGN -- media screen and (max-width: 520px) and (min-width: 480px) */

@media only screen and (min-width : 250px) and (max-width : 480px)
{
    body, html {
        width: 100%;
    }
    
    .header_section{
        z-index: 5;
        background: url(../imagenes/headerresize.jpg);
    }
    
    
    .logo{
        width: 100%;
    }
    
    .logo img{
        width: 30%;
    }
    
    /*.iniciales{
        display: block;
        width: 70%;
        line-height: 100px;
        font-family:sans-serif;
        font-size: 5vh;
        font-weight: bold;
        color: white;
        text-align: justify;
        margin-left: 15px;
    }*/
    
    .acceso_matri{
        width: 90%;
        margin: auto;
    }

    .acceso_matri img{
        width: 50px;
        height: 50px;
        margin: auto;
        margin-top: 25px;
    }
    
    .title{
        display: none;
    }
    
    .informativa{
        flex-direction: column;    
    }
    
    .boletines{
        width: 100%;
    }
    
    .eventos{
        margin-top: 10px;
        width: 100%;
    }
    
    .noticias{
        margin-top: 10px;
        width: 100%;
    }
    
    .reflexion h2{
    font-size: 5vw;
    }

    .reflexion h4{
    font-size: 4vw;
    }
    
    .elegida_palabra{
    font-size: 7vw;   
    }

    .msj_palabra{
    font-size: 6vw;
    }
    
    
    .mapa{
        display:none;
    }
    
    .datos{
        display: none;
    }
    
    .redes{
        width: 100%;
    }
}