
:root {
    font-size: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    color: #000;
    font-size: 100%;
    background-color: #fff;
}


.header_fijo {
    position: fixed;
    z-index: 999;
}

#content {
    float: left;
    width: 100%;
}

.content_marginfijo {
    margin-top: 220px !important;
}


/* ********** slider */ 
#container-slider
{
    position: relative;
    display: block;
    width: 100%;
}
#slider {
    position: relative;
    display: block;
    width: 100%;
    /*height: 100vh;
    min-height: 500px;*/
    height: 500px;
}
#slider li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    z-index: -1;
    opacity: 0;
}
#container-slider .arrowPrev, #container-slider .arrowNext{
    font-size: 30pt;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 45%;
    left: 50px;
    z-index: 2; 
}

#container-slider .arrowSlider:hover {
    color: #016633;
}

#container-slider .arrowNext {
    left: initial;
    right: 50px !important;
}
.content_slider{
    padding: 15px 30px;
    color: #FFF;
    width: 100%;
    height: 100%;
}
.content_slider div{
    text-align: center;
}
.content_slider h2{
    
    font-size: 30pt;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.content_slider p {
    font-size: 15pt;
    
    color: #FFF;
    margin-bottom: 20px;
}
#slider li .content_slider{
    background: rgba(0, 0, 0, 0.50);
    padding: 10px 125px;
}
.content_slider{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnSlider{
    color: #FFF;
    font-size: 15pt;
    
    letter-spacing: 1px;
    padding: 10px 50px;
    border: 1px solid #CCC;
    background: rgba(13, 13, 13, 0.55);
    border-radius: 31px;
    text-decoration: none;
    transition: .5s all;
}
.btnSlider:hover{
    background: #111;
    border: 1px solid #111;
}
.listslider {
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 50%;
    bottom: 5%;
    list-style: none;
    z-index: 2;
    transform: translateX(-50%);
}
.listslider li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 0 5px;
}
.listslider li a {
    background: #016633;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block;
}

.item-select-slid {
    background: #FFF  !important;
}

@media screen and (max-width: 460px){
    .content_slider h2 {
        font-size: 15pt !important;
    }
    .content_slider p {
        font-size: 12pt !important;
    }
    #container-slider .arrowPrev, #container-slider .arrowNext{
        font-size: 20pt;
    }
    #container-slider .arrowPrev{
        left: 15px;
    }
    #container-slider .arrowNext{
        right: 15px !important;
    }
    #slider{
        height: 400px;
        min-height: 400px;
    }
    #slider li .content_slider{
        padding: 10px 35px;
    }
    .btnSlider{
        padding: 10px 30px;
        font-size: 10pt;
    }

}
/* ********** slider */ 


#div_menu_accesibilidad {
    position: fixed;
    top: 200px;
    /*right: -180px;*/
    right: 0px;
    width: auto;
    z-index: 999999;
}

#btn_accesibilidad {
    float: left;
    width: 70px; 
    background-color: #016633;
    font-size: 50px;
    color: #fff;
    padding: 10px;
}


#menu_accesibilidad {
    display: none;
    float: left;
    width: 180px; 
    background-color: #fff;
    text-align: left;
    border: 2px solid #016633;
    /*padding: 10px 20px;*/
}

#menu_accesibilidad ul, #menu_accesibilidad li {
    margin: 0;
    padding: 0;
}

#menu_accesibilidad li {
    list-style: none;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 5px 10px;
}

#menu_accesibilidad li:hover {
    background-color: #016633;
    color: #fff;
}

#btn_accesibilidad {
    cursor: pointer;
}

#btn_accesibilidad:hover {
    color: #f9d308;
}


footer {
    float: left;
    width: 100%;
    position: relative;
    color: #fff;
    /* background: linear-gradient(135deg, rgb(188, 223, 239) 0%, rgb(5, 132, 204) 100%); */
    /* background: linear-gradient(135deg, rgb(255, 251, 233) 0%, rgb(236, 195, 0) 100%); */
    background: linear-gradient(135deg, rgb(255, 222, 74) 0%, rgb(14, 137, 206) 100%);
}

.div_footer {
    float: left;
    width: 33%;
    margin: 0;
    padding: 30px;
    text-align: center;
    font-size: 17px;
    line-height: 25px;
}

.div_footer_100 {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #0e89ce;
    padding: 10px;
    font-size: 15px;
}

.div_footer_100 a {
    color: #f2c637;
}

.div_footer_100 a:hover {
    color: #000;
}

.footer_titulo {
    color: #2a3b54;
}

.footer_texto {
    color: #000;
}

.div_footer a {
    color: #000;
}

.div_footer a:hover {
    color: #fff;
}

#titulo_colegio_footer {
	font-size: 2rem;
	line-height: 2.5rem;
	margin-top: 20px;
	font-weight: bold;
    color: #016633;
}

#logo_footer {
    margin-top: 20px;
}

.div_footer_rrss {
    margin-top: 60px;    
}

.div_footer_rrss i {
    font-size: 74px;
    margin: 15px;
}

.div_footer_rrss a {
    color: #fff;    
}

.div_footer_rrss a:hover {
    color: #fadc4d;    
}


#btn_totop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #016633;
    color: #fff;
    cursor: pointer;
    padding: 7.5px 15px;
    border-radius: 560%;
    font-size: 23px;
}

#btn_totop:hover {
    background-color: #f9d308; /* Add a dark-grey background on hover */
    color: #016633;
}



#cajacookies {
    background-color: #242424;
    color: #016633;
    padding: 15px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 1111111111;
    display: none;
    font-size: 14px;
}

#cajacookies a {
    color: #fff;
    text-decoration: none;
}

#cajacookies a:hover {
    color: #f7aa76;
    text-decoration: underline;
}

#cajacookies button {
    background-color: #016633;
    color: #fff;
    padding: 0px 20px;
    font-size: 15px;
    border-radius: 15px;
    border: 0px;
}

#cajacookies button:hover {
    background-color: #016633;
    color: #000;
}

#avisolegal {
    /*float: left;*/
    width: auto;
}


header {
    position: relative;
    float: left;
    width: 100%;
    height: auto;    
    /* background-image: linear-gradient(105deg, #d6e8f2 0, #a4d7ec 50%, #0081cb 100%); */
    background-image: linear-gradient(105deg, #f0f7fb 0, #fffadd 50%, #0081cb 100%);
}



.fondo_contraste {
    background: #000 !important;
}

#div_menu {
    display: block;
    width: 100%;
    position: relative;
    float: left;
    height: auto;
}

.height_100 {
    height: 100px !important;
}

#div_menu_logo {
    display: block;
    width: 20%;
    padding: 10px;
    float: left;
}

#div_menu_logo img#img_logo {
    width: 75%;
    margin-left: 20%;
}

#div_menu_items {
    max-width: 80%;
    padding: 10px;
    float: right;
    clear: right;
    margin-right: 50px;
    margin-top: 25px;
}

#div_menu_items li {
    position:relative;
    display: inline list-item;
    list-style: none;
    padding: 0 10px;
    color: #fff;
    cursor: pointer;
}

#div_menu_items a {
    /* color: #fff; */
    color: #000;
    text-decoration: none;
}

#div_menu_items a:hover {
    /*color: #016633;*/
    color: #016633;
}

#div_menu_items input#buscar {
    border-radius: 30px;
    background: none;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    padding: 0 30px 0 10px;
    /*width: 60px;*/
    width: 140px;
    text-align: left;
}

#div_menu_items input#buscar:focus {
    outline-width: 0 !important;
    outline: none;
    /*width: 160px;*/
}

li#li_buscar {
    position: relative;
}

#search_icon {
    position: absolute;
    top: 3px;
    right: 22px;
    font-size: 16px;
    cursor: pointer;
}

#search_icon:hover {
    color: #016633;
}

#buscar-form {
    display: contents;
}

.menu_activo {
	color: #016633 !important;
	border-bottom: 2px solid #016633;
}

.li_movil_submenu {
    display: none;
}

.li_movil_desplegable {
    cursor: pointer;
}


.li_movil_desplegable a:hover {
    color: #fff !important;
}

.li_movil_desplegable:hover {    
    color: #fff !important;
}


/* menu desplegable */

#div_menu_items ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 10px;	
    padding: 0;
    padding-top: 5px;
    width: 200px;
    z-index: 999;
}

/* items del menu desplegable */

#div_menu_items ul li {
    float: left;
    width: 100%;
    padding: 0;
    font-size: 16px;
    line-height: 34px;
    border-bottom: 1px solid #fff;
    background: #016633;
    color: #fff;
}



#div_menu_items ul li:hover {
    color: #016633;
    background-color: #fff;
}

#div_menu_items ul li:hover a{
    color: #016633;

}

#div_menu_items ul li a:hover {
    color: #016633;
}

/* enlaces de los items del menu desplegable */

#div_menu_items ul a {
    line-height:120%;
    padding:10px 15px;
    color: #fff;
}

/* items del menu desplegable al pasar el ratón */

#div_menu_items li.li_submenu:hover > ul {
    display:block;
}

.i_menu {
    font-size: 12px;
}


#slogan_cabecera {
    color: #0483cc;
    width: 50%;
    float: left;
    margin: 50px 0 100px;
    padding: 0 5% 0 13%;
    position: relative;
}

h1#slogan_titulo {
	font-size: 2.8rem;
	letter-spacing: 0px;
	font-weight: 800;
    color: #036634;
}

h2 {
    font-size: 1.2rem;
    text-align: justify;
    margin-bottom: 20px;
    color: #626262
}

#boton_cabecera_div {
    width: 50%;
    float: left;
    margin: 50px 0;
    padding: 0 150px;
    position: relative;
}

.div_botones_cabecera {
    width: 100%;
    position: relative;
}

.btn_cabecera {
    width: 48%;

    float: left;
    text-align: center;
    border-radius: 30px;
    font-size: 1.6em;
    
}

.btn_acceso_colegiados {
    background-color: #016633;
    color: #fff;
    margin: 0 2% 0 0;
    font-weight: bold;
}

.btn_como_colegiarse {
    background-color: #f9d308;
    color: #fff;
    margin: 0 0 0 2%;
    font-weight: bold;
}



#boton_cabecera {
    color: #fff;
    width: 50%;
    float: left;
    margin: 50px 0;
    padding: 0;
    position: relative;
    text-align: center;

    margin-top: 80px;
}

.boton_cabecera_img {
	text-align: center;
	width: 28%;
	margin: 0 30%;
}

.btn_podcast {
	background-color: #016633;
	color: #fff;
	text-align: center;
	width: 40%;
	margin: 0 30%;
	margin-top: 16px;
	font-weight: bold;
}

#menu_movil, #menu_movil_cancel {
    font-size: 30px;
    display: block;
    float: right;
    color: #fff;
    cursor: pointer;
    display: none;
}

#menu_movil:hover, #menu_movil_cancel:hover {
    color: #016633;
}

#div_menu_movil {
    display: none;
    position: absolute;
    top: 96px;
    width: 100%;
    background-color: #333;
    color: #f59536;
    z-index: 999;
}

#div_menu_movil li {
    float: left;
    width: 100%;
    list-style: none;
    text-align: center;
    color: #f59536;
    padding: 10px;
    border-top: 1px solid #f59536;
}

#div_menu_movil li:hover {
    background-color: #f59536;
    color: #fff;
}

#div_menu_movil a {
    color: #fff;
}

#div_menu_movil .menu_activo {
    color: #424c67 !important;
    border-bottom: 2px solid #424c67;
}

#div_menu_movil input#buscar {
    width: 80%;
    border-radius: 30px;
    background: none;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    padding: 0 10px 0 10px;
    /*width: 60px;*/

    text-align: center;
}

#div_menu_movil input#buscar:focus {
    outline-width: 0 !important;
    outline: none;
    /*width: 160px;*/
}

#search_icon {
    position: relative;
    top: 0px;
    right: 4%;
}


#contenedor_home {
    width: 70%;
    margin: 0 15%;
    padding: 50px;
}

.seccion_home {
    position: relative;
    margin-bottom: 50px;
    width: 100%;
    display: inline-block;
}

.titulo_seccion_home {

    width: 100%;
    margin-bottom: 20px;
    font-size: 30px;
    /*text-align: center;*/
    color: #5c576d;
}

.listado_noticias {
    width: 100%;

}

.item_noticia_home {
    float: left;
    width: 31%;

    margin-right: 3.5%;
    background-color: #5c576d;
    color: #fff;
    padding: 20px; 
}

.item_noticia_home:hover {
    background-color: #016633;
}

.item_noticia_home img {
    width: 100%;
    height: 280px;
    object-fit: cover;    
}

.sin_margen {
    margin: 0px;
}

.noticia_fecha {
    font-size: 18px;
}

.noticia_titulo {
    margin-bottom: 15px;
    font-size: 18px;
    height: 52px;
    overflow: hidden;
}

#div_destacado_colegio_home {
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #79a3df;
    padding: 30px;
}

.titulo_destacado {
    font-size: 30px;
    margin-bottom: 15px;
}

.texto_destacado {
    font-size: 16px;
    margin-bottom: 15px;
}

#btn_mas_informacion {
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    text-align: center;
    padding: 15px;

}

#btn_mas_informacion:hover {
    color: #79a3df;
    background-color: #fff;
    text-decoration: none;
}

#btn_colegiate {
    color: #79a3df;
    border: 1px solid #79a3df;
    font-size: 16px;
    text-align: center;
    padding: 15px;
    background-color: #fff;
}

#btn_colegiate:hover {
    background-color: #79a3df;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
}

#div_twitter_home {
    width: 30%;
    float: left;
    margin-right: 3%;
}

#div_opiniones_home {
    width: 100%;
    float: left;
}


.listado_opinion {
    width: 100%;

}

.item_opinion_home {
    float: left;
    width: 29%;
    margin: 0 2% 4% 2%;
    background-color: #fff;
    color: #000;
    padding: 20px; 
}

.item_opinion_home:hover {
    background-color: #424c67;
    color: #fff !important;
}

.item_opinion_home img {
    width: 100%;
    height: 280px;
    object-fit: cover;    
}


.opinion_fecha {
    font-size: 18px;
}

.opinion_titulo {
    margin-bottom: 15px;
    font-size: 18px;
    height: 52px;
    overflow: hidden;
}

#logo_footer {
    max-width: 300px;
}


/* .div_botones_escuchar {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;         
} */

.div_botones_escuchar {
	font-size: 30px;
	text-align: right;
}

.iconos_slogan i {
    color: #959595;
}

.iconos_slogan i:hover {
    color: #9ccbd6;
}

.div_botones_escuchar i {
    /* color: #fff; */
    cursor: pointer;
}

/* .div_botones_escuchar i:hover {
    color: #016633;
} */

#contenedor_seccion {
    float: left;
    width: 80%;
    margin: 0 10%;
    padding: 5%;
    background-color: #fff;
    color: #000;
}

#contenedor_seccion h2 {
    width: 100%;
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #016633;
}

#contenedor_seccion h3 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}


#contenido_seccion {
    width: 100%;

    margin: 40px 0;
    text-align: justify;
    font-size: 18px;
    line-height: 35px;
    color: #0e034f;
}

.item_noticia {
    display: block;
    /*float: left;*/
    width: 100%;
    height: 400px;
    min-height: 400px;
    margin: 0 0 50px 0;
    color: #000;
}




.item_noticia_img {
    height: 400px;
    min-height: 400px;
    float: left;
    width: 35%;
    object-fit: cover;
}

.item_noticia_div {
    display: block;
    float: left;
    height: 400px;
    min-height: 400px;
    width: 65%;
    padding: 5px 20px;
    overflow: hidden;
    position: relative;
    border: 1px solid #f7ede4;
    border-left: 0px;
}

.item_noticia_fecha {
    color: #000;
    font-size: 18px;

}




.item_noticia_titulo {
    color: #016633;
    font-size: 24px;

}

.item_noticia_descripcion {
    color: #424c67;
    font-size: 18px;
    line-height: 36px;
}

.item_noticia_btn_vermas {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 0 10px;
    width: auto;
    font-size: 20px;
    color: #fff;
    background-color: #016633;
}

.item_noticia_btn_vermas:hover {
    color: #016633;
    background-color: #424c67;
    text-decoration: none;
}

.paging {

    width: 100%;
    text-align: center;
    font-size: 18px;
}

.paging span {
    color: #496096;

}

.paging span a {
    color: #496096;
}

.paging span a:hover {
    color: #016633;
    font-weight: bold;
}

.paging span.current {
    font-weight: bold;
    color: #016633 !important;
}

.detalle_noticia_img {
    display: block;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.btn_ver_mas_noticias {
    display: block;
    width: 50%;
    text-align: center;
    margin: 30px auto;
    color: #fff;
    background-color: #496096;
    padding: 5px 10px;
    font-size: 22px;
}

.btn_ver_mas_noticias:hover {
    background-color: #016633;
    text-decoration: none;
    color: #fff;
}

.detalle_noticia_texto img {
    padding: 20px;
}

.detalle_noticia_fecha {
    width: 100%;
    text-align: center;
    font-size: 20px;
}


#contenedor_contacto {
    position: relative;
    /*background-image: url(../img/fonbdo_contacto.png);
    background-position: center center;
    background-repeat: no-repeat;*/
}

.contacta_texto {
    float: left;
    width: 30%;
}

.contacta_titulo {
    width: 100%;
    margin: 0;
    font-size: 40px;
    margin-bottom: 60px;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
}

.contacta_datos {
    width: 100%;
    margin: 10px 0;
    font-size: 20px;
}

.item_datos_contacto {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.item_datos_contacto  i {
    font-size: 35px;
    margin-right: 10px;
    color: #016633;

}

.item_datos_contacto a {
    color: #a1a1a1;
    text-decoration: none;
}

.item_datos_contacto a:hover {
    color: #016633;
    text-decoration: none;
}

.contacta_formulario {
    float: left;
    width: 70%;
    padding: 20px;
}


.contacto input,
.contacto textarea {
    color:#7a7a7a;
    font-size:15px;
    border:1px solid #ddd;
    background-color:#fff;
    width:100%;
    height:46px;
    outline:none;
    padding-top:3px;
    padding-left:20px;
    padding-right:20px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    margin-bottom:30px
}
.contacto textarea {
    height:150px;
    resize:none;
    padding:20px
}
.contacto ::-webkit-input-placeholder {
    color:#7a7a7a
}
.contacto :-ms-input-placeholder {
    color:#7a7a7a
}
.contacto ::placeholder {
    color:#7a7a7a
}

#btn_formualario {
    background-color: #016633;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    color: #fff;
    padding: 8px 10px 8px 10px;
    text-decoration: none;
    border-radius: 20px;
    border: 0px;
}

#btn_formualario:hover {
    text-decoration: none;
    background-color: #a1a1a1;
    color: #fff;
}

#contacto_ok {
    width: 100%;
    padding: 100px 40px;
    font-size: 24px;
    color: #016633;
    text-align: center;
    display: none;
}




.contacta_colegiate {
    float: left;
    width: 70%;
    margin: 0 15%;
    padding: 20px;
}


.contacta_colegiate input,
.contacta_colegiate textarea {
    color:#7a7a7a;
    font-size:15px;
    border:1px solid #ddd;
    background-color:#fff;
    width:100%;
    height:46px;
    outline:none;
    padding-top:3px;
    padding-left:20px;
    padding-right:20px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    margin-bottom:30px
}
.contacta_colegiate textarea {
    height:150px;
    resize:none;
    padding:20px
}
.contacta_colegiate ::-webkit-input-placeholder {
    color:#7a7a7a
}
.contacta_colegiate :-ms-input-placeholder {
    color:#7a7a7a
}
.contacta_colegiate ::placeholder {
    color:#7a7a7a
}

#btn_formulario_colegiate {
    background-color: #016633;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    color: #fff;
    padding: 8px 10px 8px 10px;
    text-decoration: none;
    border-radius: 20px;
    border: 0px;
}

#btn_formulario_colegiate:hover {
    text-decoration: none;
    background-color: #a1a1a1;
    color: #fff;
}

#contacto_colegiate_ok {
    width: 100%;
    padding: 100px 40px;
    font-size: 24px;
    color: #016633;
    text-align: center;
    display: none;
}

.titulo_mostrar_busqueda {
    font-size: 24px;
    color: #016633;
}
.link_busqueda {
    color: #2a3b54;
}

.link_busqueda:hover {
    color: #016633;
}

.div_error {
    width: 100%;
    text-align: center;
    color: #2a3b54;
    font-size: 26px;
    line-height: 35px;
}

#ul_ventanilla {
    width: 60%;
    margin: 0 20%;
    list-style-type: none;
    padding: 0;
}

#ul_ventanilla a {
    display: block;
    width: 100%;
    background-color: #016633;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
}

#ul_ventanilla a:hover {
    color: #fff;
    background-color: #647aad;
    text-decoration: none;
}



/*----- media queries ------------------------------------------------------------------------------------------------------------------ ------*/
/*----- media queries ------------------------------------------------------------------------------------------------------------------ ------*/
/*----- media queries ------------------------------------------------------------------------------------------------------------------ ------*/
/*----- media queries ------------------------------------------------------------------------------------------------------------------ ------*/

@media (min-width: 1700px) {



}

@media (min-width: 1501px) and (max-width: 1699px) {

    #slogan_cabecera {
        margin: 50px 0 100px;
        padding: 0 3% 0 10%;
    }

    .boton_cabecera_img {
        width: 50%;
        margin: 0 25%;

    }

    .btn_podcast {
        width: 50%;
        margin: 0 25%;
        margin-top: 20px;
    }

    #div_menu_logo img#img_logo {
        width: 51%;
    }

    #contenedor_home {
        width: 80%;
        margin: 0 10%;
    }

}

@media (min-width: 1220px) and (max-width: 1500px) {

    #slogan_cabecera {
        color: #fff;
        width: 50%;
        float: left;
        margin: 50px 0 100px;
        padding: 0 0% 0 5%;
    }

    .boton_cabecera_img {
        width: 50%;
        margin: 0 25%;

    }

    .btn_podcast {
        width: 50%;
        margin: 0 25%;
        margin-top: 20px;
    }

    h2 {
        font-size: 1rem;
    }

    .btn_cabecera {
        font-size: 1.4em;
    }

    #div_menu_logo img#img_logo {
        width: 63%;
    }

    #contenedor_home {
        width: 100%;
        margin: 0;
    }

    .item_noticia_descripcion {
        font-size: 16px;
        line-height: 28px;
    }

    #div_menu_logo img#img_logo {
        width: 60%;
        margin-left: 21px;
    }

    #div_menu_items {
        max-width: 90%;
        padding: 10px;
        float: right;
        clear: right;
        margin-right: 20px;
        margin-top: 25px;
    }

    #div_menu_items li {
        padding: 0 5px;
        font-size: 14px;
    }

    #div_menu_items input#buscar {
        width: 100px;
    }


}


@media (min-width: 992px) and (max-width: 1219px) {

    #boton_cabecera {
        color: #fff;
        width: 40%;
        margin-top: 65px;
    }
    #slogan_cabecera {
        color: #fff;
        width: 60%;
        float: left;
        margin: 10px 0 30px;
        padding: 0 1% 0 3%;
    }

    .boton_cabecera_img {
        width: 70%;
        margin: 0 15%;
    }

    .btn_podcast {
        width: 80%;
        margin: 0 10%;
        margin-top: 20px;
    }

    h2 {
        font-size: 1rem;
    }

    .btn_cabecera {
        font-size: 1.2em;
    }

    h1#slogan_titulo {
        font-size: 3rem;
    }


    #div_menu_items li {
        padding: 0 6px;
    }

    #div_menu_items {
        max-width: 90%;
        padding: 10px;
        margin-right: 10px;
        margin-top: 12px;
    }

    #div_menu_logo img#img_logo {
        width: 60%;
        margin-left: 10px;
    }

    .height_100 {
        height: 77px !important;
    }

    .content_marginfijo {
        margin-top: 200px !important;
    }

    #titulo_colegio_footer {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    #logo_footer {
        margin-top: 29px;
    }

    .div_footer_rrss {
        margin-top: 87px;
    }

    #contenedor_home {
        width: 100%;
        margin: 0;
    }

    #div_twitter_home {
        max-height: 750px;
        overflow: hidden;
    }

    .noticia_titulo {
        font-size: 16px;
    }

    .item_noticia_descripcion {
        font-size: 16px;
        line-height: 28px;
    }


    #div_menu_logo img#img_logo {
        width: 60%;
        margin-left: 5px;
    }

    #div_menu_items {
        max-width: 90%;
        padding: 10px;
        float: right;
        clear: right;
        margin-right: 0;
        margin-top: 14px;
    }

    #div_menu_items li {
        padding: 0 5px;
        font-size: 12px;
    }

    #div_menu_items input#buscar {
        width: 85px;
    }



}
/**************************************************/
@media (min-width: 768px) and (max-width: 991px) {

    #menu_movil {
        display: block;
    }

    .hidden_movil {
        display: none !important;
    }

    #slogan_cabecera {
        color: #fff;
        width: 90%;
        float: left;
        padding: 0;
        position: relative;
        text-align: center;
        margin: 0 5%;
    }

    h2 {
        font-size: 1.1rem;
        text-align: center;
        margin-bottom: 20px;
    }

    h1#slogan_titulo {
        
        font-size: 3rem;
    }

    #boton_cabecera {
        width: 90%;
        margin: 40px 5%;
        text-align: center;
    }

    .boton_cabecera_img {
        width: 50%;
        margin: 0 25%;
    }

    .btn_podcast {
        background-color: #424c67;
        color: #fff;
        text-align: center;
        width: 60%;
        margin: 10px 20%;
    }

    #div_menu_logo img#img_logo {
        width: 100%;
        margin-left: 10px;
    }

    #div_menu_items {
        padding: 10px;
        margin-right: 20px;
        margin-top: 7px;
    }

    #menu_movil, #menu_movil_cancel {
        font-size: 40px;
    }

    #div_menu_movil {
        top: 77px;
    }

    #div_menu_logo {
        padding: 5px 10px;
    }

    .height_100 {
        height: 77px !important;
    }

    .content_marginfijo {
        margin-top: 200px !important;
    }

    .div_footer {
        width: 100%;
    }

    .div_footer_rrss {
        margin-top: 17px;
    }

    #contenedor_home {
        width: 100%;
        margin: 0;
    }

    #div_twitter_home {
        max-height: 950px;
        overflow: hidden;
    }

    .noticia_titulo {
        font-size: 16px;
    }

    .opinion_titulo {
        font-size: 16px;
    }

    .item_noticia_home {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .item_opinion_home {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .noticia_titulo {
        height: auto;
    }

    #contenedor_seccion {
        width: 100%;
        margin: 0;
    }

    .item_noticia_descripcion {
        font-size: 16px;
        line-height: 26px;
    }


}
/**************************************************/
@media (max-width: 767px) {

    #menu_movil {
        display: block;
    }

    .hidden_movil {
        display: none !important;
    }

    #slogan_cabecera {
        color: #fff;
        width: 90%;
        float: left;
        padding: 0;
        position: relative;
        text-align: center;
        margin: 0 5%;
    }

    h2 {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 20px;
    }

    h1#slogan_titulo {
        
        font-size: 2.6rem;
    }

    #boton_cabecera {
        width: 90%;
        margin: 40px 5%;
        text-align: center;
    }

    .boton_cabecera_img {
        width: 50%;
        margin: 0 25%;
    }

    .btn_podcast {
        background-color: #424c67;
        color: #fff;
        text-align: center;
        width: 60%;
        margin: 10px 20%;
    }

    #div_menu_logo img#img_logo {
        width: 100%;
        margin-left: 10px;
    }


    #div_menu_logo {
        width: 12%;
    }

    #div_menu_items {
        padding: 10px;
        margin-right: 20px;
        margin-top: 7px;
    }

    #menu_movil, #menu_movil_cancel {
        font-size: 40px;
    }

    .btn_cabecera {
        width: 48%;
        font-size: 1.3em;
    }

    #div_menu_movil {
        top: 79px;
    }

    #search_icon {
        right: 9%;
    }

    #div_menu_movil {
        top: 77px;
    }

    #div_menu_logo {
        padding: 5px 10px;
    }

    .height_100 {
        height: 77px !important;
    }

    .content_marginfijo {
        margin-top: 200px !important;
    }

    .div_footer {
        width: 100%;
    }

    .div_footer_rrss {
        margin-top: 17px;
    }



    #contenedor_home {
        width: 100%;
        margin: 0;
    }

    #div_twitter_home {
        max-height: 950px;
        overflow: hidden;
    }

    .noticia_titulo {
        font-size: 16px;
    }

    .opinion_titulo {
        font-size: 16px;
    }

    .item_noticia_home {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .item_opinion_home {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .noticia_titulo {
        height: auto;
    }

    .seccion_home {
        margin-bottom: 30px;
    }

    #div_twitter_home {
        width: 100%;
    }

    #div_opiniones_home {
        width: 100%;
    }

    .item_opinion_home {
        margin: 0 0% 4% 0%;
    }

    #contenedor_seccion {
        width: 100%;
        margin: 0;
    }

    .item_noticia_descripcion {
        font-size: 16px;
        line-height: 26px;
    }

    .item_noticia {
        display: block;
        float: left;
        width: 100%;
        height: auto;
        min-height: auto;
        margin: 0 0 30px 0;
        color: #000;
    }


    .item_noticia_img {
        height: auto;
        width: 100%;
    }

    .item_noticia_div {
        float: left;
        min-height: auto;
        height: auto;
        width: 100%;
        padding: 5px 20px;
        overflow: hidden;
        position: relative;
        border: 1px solid #f7ede4;
        border-left: 1px solid #f7ede4;
    }

    .item_noticia_btn_vermas {
        position: relative;

        padding: 0 10px;
        width: auto;
        font-size: 20px;
        color: #fff;
        background-color: #016633;
        width: 50%;
        display: block;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }

    #contenedor_seccion h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    #contenedor_seccion h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .contacta_colegiate {
        float: left;
        width: 96%;
        margin: 0 2%;
        padding: 20px;
    }

    .card-body {
        padding: 5px;
    }

    .card-body img {
        height: auto !important;
    }

    #contenedor_seccion {
        padding: 5% 2%;
    }

    #contenido_seccion img {
        height: auto !important;
    }

    #ul_ventanilla {
        width: 90%;
        margin: 0 5%;
    }

    .contacta_texto {
        float: left;
        width: 90%;
        margin: 0 5%;
    }

    .contacta_formulario {
        float: left;
        width: 90%;
        margin: 0 5%;
        padding: 20px;
    }

}


@media (min-width: 601px) and (max-width: 767px) {



}


/**************************************************/
@media (max-width: 600px) {


    h1#slogan_titulo {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 0.9rem;
        text-align: center;
        margin-bottom: 20px;
    }

    .btn_cabecera {
        width: 100%;
        font-size: 1.3em;
    }

    .btn_acceso_colegiados {
        margin: 0 0 20px 0;
    }

    .btn_como_colegiarse {
        margin: 0;
    }

    .btn_podcast {
        margin: 10px 0;
    }

    #div_menu_items {
        padding: 10px;
        margin-right: 8px;
        margin-top: 5px;    
    }

    #div_menu_logo {
        width: 17%;
    }

    #div_menu_movil {
        top: 70px;
    }

    #div_menu_logo {
        padding: 7px 10px;
    }

    .height_100 {
        height: 70px !important;
    }

    .content_marginfijo {
        margin-top: 220px !important;
    }

    #contenedor_home {
        padding: 20px;
    }

    .item_noticia_titulo {
        color: #016633;
        font-size: 19px;
        line-height: 31px;
    }

    .item_noticia_descripcion {
        font-size: 14px;
        line-height: 26px;
    }




}


@media (max-width: 400px) {




}


