@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



h1 {font-family: 'Poppins', sans-serif; text-transform:uppercase;}

.franja_belen {background-image:url(imagenes/franja_belen.jpg); top:0; bottom:0; left:0; right:0; height:7px; background-size:cover;}

.quitar_der { margin-right:-15px !important;}
.quitar_izq { margin-left:-15px !important;}

.textos_portada {font-family: 'Poppins', sans-serif; color:#5b5a5d; font-size:28px; font-weight:200; letter-spacing: -1px;}
.textos_portada2 {font-family: 'Poppins', sans-serif; color:#5b5a5d; font-size:24px; font-weight:200; letter-spacing: -1px;}
.textos_portada3 {font-family: 'Poppins', sans-serif; color:#5b5a5d; font-size:20px; font-weight:300; letter-spacing: 0px;}

.fondo_titulo1 {background-color: #F39200; border-radius: 0px 25px 25px 0px;}

.titulo_portada1 {font-family: 'Poppins', sans-serif; color:#4e4e4e; text-transform:uppercase; /*font-size:46px;*/ letter-spacing: -2px;}

.fondo_titulo2 {background-color: #1B599C; border-radius: 25px 0px 0px 25px; float: right; /*padding-right:63px; padding-left: 61px;*/}

.titulo_portada2 {font-family: 'Poppins', sans-serif; color:#fff; text-transform:uppercase; letter-spacing: -2px;}

.titulo_portada3 {font-family: 'Poppins', sans-serif; color:#fff; text-transform:uppercase; letter-spacing: -2px;}

.fondo_titulo3 {background-color: #1B599C; border-radius: 0px 25px 25px 0px;}





/*BOTONES*/
.botones_grandes {padding-left: 20px !important; padding-right: 20px !important; font-size: 17px !important;}
.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: .4rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 1.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;}
.btn-danger {
    color: #fff;
    background-color: #b11b27;
    border-color: #b11b27;}
.btn-danger:hover {
    color: #fff;
    background-color: #c91826;
    border-color: #c91826;}
.btn-danger:focus {
    color: #fff;
    background-color: #c91826;
    border-color: #c91826;}	
.btn-info {
    color: #fff;
    background-color: #019ade;
    border-color: #019ade;}
.btn-info:hover {
    color: #fff;
    background-color: #0fadf3;
    border-color: #0fadf3;}
.btn-info:focus {
    color: #fff;
    background-color: #0fadf3;
    border-color: #0fadf3;}	
.btn-success {
    color: #fff;
    background-color: #007666;
    border-color: #007666;}
.btn-success:hover {
    color: #fff;
    background-color: #05a58f;
    border-color: #05a58f;}
.btn-success:focus {
    color: #fff;
    background-color: #05a58f;
    border-color: #05a58f;}	
.btn-secondary {
    color: #fff;
    background-color: #40019a;
    border-color: #40019a;}
.btn-secondary:hover {
    color: #fff;
    background-color: #5306c2;
    border-color: #5306c2;}
.btn-secondary:focus {
    color: #fff;
    background-color: #5306c2;
    border-color: #5306c2;}	
.btn-primary {
    color: #fff;
    background-color: #012f87;
    border-color: #012f87;}
.btn-primary:hover {
    color: #fff;
    background-color: #003cb0;
    border-color: #003cb0;}
.btn-primary:focus {
    color: #fff;
    background-color: #003cb0;
    border-color: #003cb0;}	
.btn-light {
    color: #fff;
    background-color: #00a19c;
    border-color: #00a19c;}
.btn-light:hover {
    color: #fff;
    background-color: #02bcb6;
    border-color: #02bcb6;}
.btn-light:focus {
    color: #fff;
    background-color: #02bcb6;
    border-color: #02bcb6;}	
.btn-dark {
    color: #fff;
    background-color: #eb7201;
    border-color: #eb7201;}
.btn-dark:hover {
    color: #fff;
    background-color: #ff7b00;
    border-color: #ff7b00;}
.btn-dark:focus {
    color: #fff;
    background-color: #ff7b00;
    border-color: #ff7b00;}	



/*BG*/
.bg-warning {
    background-color: #f9ba0d !important;
}
.bg-danger {
    background-color: #bf0410 !important;
}
.bg-morado {
    background-color: #7b1f82 !important;
}
.bg-primary {
    background-color: #2c88c7 !important;
}



/*MENU*/
.bg-light {background-color: #fff !important;}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-family: 'Poppins', sans-serif;
	font-weight:500;
	/*font-size: 20px;*/
}

.quitar_menu { padding-left: 0px !important; padding-right:0px !important; } 

.navbar-light .navbar-nav .nav-link {
    color: #575756;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.87);
}
.dropdown:hover>.dropdown-menu {
  display: block;
}


.dropdown-menu {
    position: absolute;
    top: 90%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    
    font-size: 15px;
    color: #212529;
    text-align: left;
    list-style: none;
	background-color: #ffffffb3;
    background-clip: padding-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0rem;
}
.raya_menu_horizontal {
    background-color: #444 !important;
    height: 1px;
    display: block;
    margin-left: 12px;
    margin-right: 12px;}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 300;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;}
.dropdown-item:focus, .dropdown-item:hover {
    color: #282828;
    text-decoration: none;
    background-color: #ffffffb3;}	
.raya_vertical1 { display:block;}
.raya_vertical2 { background-color:#999; width:1px;}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 0rem !important;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;}

.raya_menu { border-left: #575756 solid 1px;
display: block;
height: 26px;
margin-top: 8px;}




/*SLIDE*/
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px !important;
    height: 12px !important;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255,.5);
	border-radius:12px;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    /*bottom: 10px;*/
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    top: 65px;
}
.fondo_flecha {
	background-color: #000000b3;
width: 27px;
height: 45px;}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0px;
    left: 15%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;}




/*DATOS*/
.numero_datos1 {font-family: 'Barlow Condensed', sans-serif; color: #404a81; /*font-size: 72px; line-height: 63px;*/}
.numero_datos2 {font-family: 'Barlow Condensed', sans-serif; color: #00c08a; /*font-size: 72px; line-height: 63px;*/}
.numero_datos3 {font-family: 'Barlow Condensed', sans-serif; color: #bf1e2e; /*font-size: 72px; line-height: 63px;*/}
.texto_numero_datos {font-family: 'Poppins', sans-serif; color: #68686a; font-size: 17px; letter-spacing: -.5px;}





/*NOTICIAS*/
.card_noticias { border-radius: 0px !important;}

.alto_foto {object-fit: cover; width: 100%;}

.texto_fecha_int {color: #17a2b8 !important; font-family: 'Poppins', sans-serif; font-size: 14px;}

.flecha_izq_noticias {}
.flecha_der_noticias {}

a > .ico {background-color: #f2bf63 !important; padding: 12px; height: 35px;}

a:hover > .ico {background-color: #ffce74 !important;}


.card-title {font-family: 'Poppins', sans-serif; color:#575756; font-size: 22px; line-height: 26.5px;}
.card-text {font-family: 'Poppins', sans-serif; color:#575756; font-size: 13px; line-height: 21px;}
.btn_noticias { font-size:12px !important;}

.borde_noticia1 {border:#4b868c solid 5px;}
.borde_noticia2 {border:#4c374a solid 5px;}
.borde_noticia3 {border:#655bcb solid 5px;}	

.crop_text_noticias {overflow: hidden;}
 
 .card-footer {
    padding: 1.2rem 0rem;
    background-color: rgba(255, 255, 255, 0);
    border-top: 0px solid rgba(0,0,0,.125);}
	
.card-img-top {
    width: 100%;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;}	

.noticias {
  margin: 0 auto;
}
.noticias .carousel-item {
  /*height: 472px;*/
}
.noticias .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  color: #3d3d3d;
}
.noticias .carousel-caption h3 {
  color: #3d3d3d;
}
.noticias .carousel-caption p {
  line-height: 30px;
}
.noticias .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}
.noticias .carousel-caption .col-sm-9 {
  text-align: left;
}
.navi a {
    text-decoration:none;
}
a > .ico {
    background-color: grey;
    padding: 10px;
    
}
a:hover > .ico {
    background-color: #666;
}






/*FRANJA DATOS*/
.raya_redes {border-right:1px #5b5a5d solid;}
.raya_redes2 {border-right:1px #5b5a5d solid;}





/*NUESTRO COLEGIO 1*/
.fondo_texto_nuestro_colegio1 {background-color: #ffffffb3;/* margin-right: 95px;*/}
.espacio_titulo_fondo2 {}
.texto_colegio_portada {font-family: 'Poppins', sans-serif; color: #28225C;}






/*EQUIPO DIRECTIVO*/
.titulo_ed {font-family: 'Poppins', sans-serif; color:#fff; }
.subtitulo_ed {font-family: 'Poppins', sans-serif; color:#fff; }
.subtitulo_ed_small {font-family: 'Poppins', sans-serif; color:#fff; }
.texto_ed {font-family: 'Poppins', sans-serif; color:#fff; font-size: 13px; line-height: 14px; font-style: italic;}
.margins_ed { } 
.crop_text_ed {
   display: block;
max-width: auto;
 margin: 0 auto;
 -webkit-line-clamp: 3; /*Cantidad de líneas que desea mostrar*/
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;}
.crop_text_ed2 {
   display: block;
max-width: auto;
 margin: 0 auto;
 -webkit-line-clamp: 3; /*Cantidad de líneas que desea mostrar*/
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;}
.color_equipo1 {}
.color_equipo2 {}





/*EDUCACION INTEGRAL*/
.titulo_ei {font-family: 'Poppins', sans-serif; color:#575756;}
.texto_ei {font-family: 'Poppins', sans-serif; color:#575756; font-weight: 300; /*font-size: 21px;*/ }
.detalle_ei {font-family: 'Poppins', sans-serif; color:#28225C; font-weight: 300; font-size: 16px; }
.imagen_ei {background-image: url(imagenes/educacion_integral.jpg);}
.alto_ei {overflow: hidden;}

.imagen_ep {background-image: url(imagenes/FOTO5.jpg);}

.imagen_h {background-image: url(imagenes/img-horarios.jpg);}

/*font-family: 'Quicksand', sans-serif;
font-family: 'Josefin Sans', sans-serif;*/







/*PASTORAL*/
.espacio_titulo_fondo {}
.borde_pastoral1 {border: #675DC6 solid 5px;}
.borde_pastoral2 {border: #BEA600 solid 5px;}
.borde_pastoral3 {border: #8C3B44 solid 5px;}
.borde_pastoral4 {border: #007564 solid 5px;}
.borde_pastoral5 {border: #FF6A00 solid 5px;}
.borde_pastoral6 {border: #4C374B solid 5px;}







/*ESPECIALIDADES*/
.titulo_esp {font-family: 'Poppins', sans-serif; color:#fff;}







/*TALLERES*/
.fondo_titulo_talleres1 { background-color: #46bead;}
.fondo_titulo_talleres2 { background-color: #ff9e30;}
.titulo_talleres {font-family: 'Poppins', sans-serif; color:#fff; font-size: 26px;}
.borde_talleres1 {border: #46bead solid 5px;}
.borde_talleres2 {border: #ff9e30 solid 5px;}
.texto_talleres {font-family: 'Poppins', sans-serif; color:#5b5a5d; font-weight: 300;}





/*NUESTRO COLEGIO 2*/





/*PIE*/
.fondo_pie {background-image:url(imagenes/pie.png); top:0; bottom:0; left:0; right:0; background-size:cover;}
.titulo_pie {font-family: 'Poppins', sans-serif; color:#fff; text-transform:uppercase; /*font-size:42px;*/ letter-spacing: -1px;}
.btn_pie { font-size:20px !important; border-radius: 200px !important; padding-left:22px !important; padding-right:22px !important; padding-top: 8px; padding-bottom: 8px; background-color:#f19800; border:#f19800;}
.subtitulo_blanco_pie {font-family: 'Poppins', sans-serif; color:#fff; /*font-size:28px;*/ letter-spacing: 0px;}






/*CONTENIDOS*/
.imagen_borde_top { border-radius: .25rem .25rem 0 0;}
.imagen_contenido {border-radius: .13rem;}
.texto_interior {color: #454545; font-weight: 300;}
.card_morado {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid #7d1f80;
    border-radius: .25rem;}
.card_amarillo {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid #f5a222;
    border-radius: .25rem;}
.card_azul {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid #2c88c7;
    border-radius: .25rem;}
.card_rojo {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid #b41b37;
    border-radius: .25rem;}
.card_naranjo {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid #d84710;
    border-radius: .25rem;}
.bg_1 { background-color: #4f858d;}
.bg_2 { background-color: #ea6b20;}
.bg_3 { background-color: #aaac2c;}
.bg_4 { background-color: #007565;}
.bg_5 { background-color: #8c3e47;}
.colores1 { color: #7d1f80;}
.colores2 { color: #f5a222;}
.colores3 { color: #2c88c7;}
.colores4 { color: #b41b37;}
.colores5 { color: #d84710;}
.fondo_colores1 { background-color: #7d1f80;}
.fondo_colores2 { background-color: #f5a222;}
.fondo_colores3 { background-color: #2c88c7;}
.fondo_colores4 { background-color: #b41b37;}
.fondo_colores5 { background-color: #d84710;}
.iconos_destacados {font-size: 80px; color: #fff;}
.iconos_destacados a {color: #fff;}
.iconos_destacados:hover {color: #fff;}

.imagen_galeria_crop1 {/*height: 195px; overflow: hidden;*/}
.imagen_galeria_crop2 {/*height: 243px; overflow: hidden;*/}
.imagen_galeria_crop3 {/*height: 260px; overflow: hidden;*/}
.imagen_galeria_crop4 {/*height: 230px; overflow: hidden;*/}

.boton_equipo_ver_mas { font-size: 30px;}


.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}

.crop_equipo_int {overflow: hidden; /*height: 120px;*/}
.margins_ed_int {}
.color_equipo1_int {}
.color_equipo2_int {}
.espacio_equipo_int {}
.m_izq_equipo_int {/*margin-left: -30px;*/}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link .opcion1 {
    color: #fff;
    background-color: #166093;
}
.nav_opcion1 {color: #fff; background-color: #2c88c7;}
.nav_opcion1:hover {color: #fff !important;}

.borde_noticia_int {
    border: #e3e3e3 solid 5px;}

.imagen_interior_galeria {width: 100%;
object-fit: cover;
/*height: 220px;*/}

.titulo_noticia_int {
    font-family: 'Poppins', sans-serif;
    color: #5b5a5d;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 24px;
overflow: hidden;
display: block;}

.titulo_noticia_int:hover {color: #5b5a5d;}

.mb_card_noticia_int {margin-bottom: 30px;}

.titulo_noticia_int2 {font-family: 'Poppins', sans-serif; font-size: 26px;}
.fecha_noticia_int2 {font-family: 'Poppins', sans-serif;}
.quitar15_der {/*margin-right: -15px !important;*/margin-top: 6px;}
.imagen_noticia_int_adicional {object-fit: cover;}
.alto_foto_int {object-fit: cover; width: 100%;}


.masonry {
  column-count: 3;
  column-gap: 1rem;
}
.masonry .item {
  break-inside: avoid;
  margin-bottom: 1rem;
  overflow: hidden;
}





/*// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap*/

@media (max-width: 575px) {
.alto_foto_int{height: auto;}
.alto_foto {height: auto;}
.espacio_equipo {padding-top: 15px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 15px;}
.titulo_ed {font-size: 20px; line-height: 19px;}
.subtitulo_ed {font-size: 16px; line-height: 18px;}
.subtitulo_ed_small {font-size: 16px; line-height: 20px;}
.margins_ed { margin-left: 15px; margin-right: 15px;} 
.texto_colegio_portada { font-size:18px;}
.raya_menu { display: none !important;}
.raya_redes2 { display:none;}
.crop_text_ed { height: auto;}	
.crop_text_ed2 { height: auto;}
.fondo_titulo1 {width:245px; padding-left:54px;}
.fondo_titulo2 {padding-right:31px; padding-left: 36px;}
.fondo_titulo3 {width:256px; padding-left:34px;}
.espacio_titulo_fondo { margin-bottom:20px;}
.titulo_pie {font-size:20px;}
.subtitulo_blanco_pie {font-size:16px; line-height:auto;}
.crop_text_noticias {height: auto;}
.titulo_portada1 {font-size:32px;line-height: 34px;}
.titulo_portada2 {font-size:24px;}
.titulo_portada3 {font-size:24px;}
.titulo_ei {font-size: 28px; line-height: 28px;}
.texto_ei {font-size: 18px; }
.fondo_texto_nuestro_colegio1 {margin-right: 0px;}
.color_equipo1 { background-color: transparent;}
.color_equipo2 { background-color: #4f858d;}
.color_equipo3 { background-color: transparent;}
.color_equipo4 { background-color: #aaac2c;}
.color_equipo5 { background-color: transparent;}
.color_equipo6 { background-color: #007565;}
.color_equipo7 { background-color: transparent;}
.color_equipo8 { background-color: #007565;}
.color_equipo9 { background-color: transparent;}
.color_equipo10 { background-color: #8c3e47;}
.imagen_ei { display: none;}
.titulo_esp {font-size: 20px;}
.texto_talleres {font-size:18px;}
h1 {font-size: 28px;}
.numero_datos1 {font-size: 50px; line-height: 50px;}
.numero_datos2 {font-size: 50px; line-height: 50px;}
.numero_datos3 {font-size: 50px; line-height: 50px;}
	
.crop_equipo_int {height: auto;}	
.margins_ed_int {margin-left: 15px; margin-right: 15px;}
.color_equipo1_int { background-color: transparent;}
.color_equipo2_int { background-color: #4f858d;}
.color_equipo3_int { background-color: transparent;}
.color_equipo4_int { background-color: #aaac2c;}
.color_equipo5_int { background-color: transparent;}
.color_equipo6_int { background-color: #ea6b20;}
.color_equipo7_int { background-color: transparent;}
.color_equipo8_int { background-color: #007565;}
.color_equipo9_int { background-color: transparent;}
.color_equipo10_int { background-color: #8c3e47;}
.espacio_equipo_int {padding-top: 30px; padding-left: 20px; padding-right: 20px; padding-bottom: 10px;}
.m_izq_equipo_int {margin-left: 0px;}
.imagen_interior_galeria {height: 165px;}
	
.quitar15_der {margin-right: 0px !important;}
.imagen_noticia_int_adicional {height: auto;}
.titulo_noticia_int {height: auto;}
	
}


/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
.alto_foto_int{height: auto;}
.alto_foto {height: auto;}
.espacio_equipo {padding-top: 30px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0px;}
.titulo_ed {font-size: 24px; line-height: 19px;}
.subtitulo_ed {font-size: 18px; line-height: 18px;}
.subtitulo_ed_small {font-size: 16px; line-height: 20px;}
.margins_ed { margin-left: -15px; margin-right: 15px;}
.texto_colegio_portada { font-size:18px;}
.raya_menu { display: none !important;}
.raya_redes2 { display:block;}
.crop_text_ed { height: auto;}	
.crop_text_ed2 { height: auto;}
.fondo_titulo1 {width: 299px; padding-left:40px;}
.fondo_titulo2 {padding-right:95px; padding-left: 66px;}
.fondo_titulo3 {width: 485px; padding-left:45px;}
.espacio_titulo_fondo { margin-bottom:30px;}
.titulo_pie {font-size:35px;}
.subtitulo_blanco_pie {font-size:28px; line-height: 35px;}
.crop_text_noticias {height: auto;}
.titulo_portada1 {font-size:41px; line-height: 47px;}
.titulo_portada2 {font-size:47px; line-height: auto;}
.titulo_portada3 {font-size:47px; line-height: auto;}
.titulo_ei {font-size: 47px; line-height: 47px;}
.texto_ei {font-size: 18px; }
.fondo_texto_nuestro_colegio1 {margin-right: 48px;}
.color_equipo1 { background-color: #4f858d;}
.color_equipo2 { background-color: transparent;}
.color_equipo3 { background-color: #ea6b20;}
.color_equipo4 { background-color: transparent;}
.color_equipo5 { background-color: #aaac2c;}
.color_equipo6 { background-color: transparent;}
.color_equipo7 { background-color: #007565;}
.color_equipo8 { background-color: transparent;}
.color_equipo9 { background-color: #8c3e47;}
.color_equipo10 { background-color: transparent;}
.imagen_ei { display: none;}
.titulo_esp {font-size: 26px;}
.texto_talleres {font-size:20px;}
h1 {font-size: 2.5rem;}
.imagen_galeria_crop1 {height: auto; overflow: hidden;}
.imagen_galeria_crop2 {height: auto; overflow: hidden;}
.imagen_galeria_crop3 {height: auto; overflow: hidden;}
.imagen_galeria_crop4 {height: auto; overflow: hidden;}
.numero_datos1 {font-size: 72px; line-height: 63px;}
.numero_datos2 {font-size: 72px; line-height: 63px;}
.numero_datos3 {font-size: 72px; line-height: 63px;}
	
.crop_equipo_int {height: auto;}	
.margins_ed_int {margin-left: -15px; margin-right: -15px;}
.color_equipo1_int { background-color: transparent;}
.color_equipo2_int { background-color: #4f858d;}
.color_equipo3_int { background-color: transparent;}
.color_equipo4_int { background-color: #aaac2c;}
.color_equipo5_int { background-color: transparent;}
.color_equipo6_int { background-color: #ea6b20;}
.color_equipo7_int { background-color: transparent;}
.color_equipo8_int { background-color: #007565;}
.color_equipo9_int { background-color: transparent;}
.color_equipo10_int { background-color: #8c3e47;}
.espacio_equipo_int {padding-top: 30px; padding-left: 22px; padding-right: 22px; padding-bottom: 10px;}
.m_izq_equipo_int {margin-left: 0px;}	
.imagen_interior_galeria {height: 320px;}
	
.quitar15_der {margin-right: 0px !important;}
.imagen_noticia_int_adicional {height: auto;}
.titulo_noticia_int {height: auto;}
	
}


/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
.alto_foto_int {height: 225px;}
.alto_foto {height: 200px;}
.espacio_equipo {padding-top: 30px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 0px;}
.titulo_ed {font-size: 24px; line-height: 27px;}
.subtitulo_ed {font-size: 18px; line-height: 20px;}
.subtitulo_ed_small {font-size: 16px; line-height: 20px;}
.texto_colegio_portada { font-size:18px;}
.margins_ed { margin-left: -15px;} 
.raya_menu { display: none !important;}
.raya_redes2 { display:block;}
.crop_text_ed { height: auto;}	
.crop_text_ed2 { height: auto;}	
.fondo_titulo1 {width: 267px; padding-left:40px;}
.fondo_titulo2 {padding-right:76px; padding-left: 66px;}
.fondo_titulo3 {width: 435px; padding-left: 47px;}
.espacio_titulo_fondo { margin-bottom:25px;}
.titulo_pie {font-size:42px;}
.subtitulo_blanco_pie {font-size:28px; line-height: 35px;}
.crop_text_noticias {height: 91px;}
.titulo_portada1 {font-size:41px; line-height: 44px;}
.titulo_portada2 {font-size:41px; line-height: auto;}
.titulo_portada3 {font-size:41px; line-height: auto;}
.titulo_ei {font-size: 41px; line-height: 41px;}
.texto_ei {font-size: 18px; }
.fondo_texto_nuestro_colegio1 {margin-right: 48px;}
.imagen_ei { display: block;}
.titulo_esp {font-size: 16px;}
.imagen_galeria_crop1 {height: 195px; overflow: hidden;}
.imagen_galeria_crop2 {height: 243px; overflow: hidden;}
.imagen_galeria_crop3 {height: 260px; overflow: hidden;}
.imagen_galeria_crop4 {height: 230px; overflow: hidden;}
	
.crop_equipo_int {height: 273px;}	
.margins_ed_int {margin-left: -15px;}
.color_equipo1_int { background-color: #4f858d;}
.color_equipo3_int { background-color: #aaac2c;}
.color_equipo5_int { background-color: #ea6b20;}
.color_equipo7_int { background-color: #007565;}
.color_equipo9_int { background-color: #8c3e47;}
.espacio_equipo_int {padding-top: 30px; padding-left: 10px; padding-right: 10px; padding-bottom: 0px;}
.m_izq_equipo_int {margin-left: -30px;}	
.imagen_interior_galeria {height: 140px;}
	
.quitar15_der {margin-right: -15px !important;}
.imagen_noticia_int_adicional {height: 220px;}	
.titulo_noticia_int {height: 49px;}
	
}


/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
.alto_foto_int {height: 195px;}
.alto_foto {height: 180px;}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .7rem;
    padding-left: .7rem;}
.espacio_equipo {padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0px;}
.texto_colegio_portada { font-size:20px;}
.titulo_ed {font-size: 24px; line-height: 27px;}
.subtitulo_ed {font-size: 18px; line-height: 20px;}	
.subtitulo_ed_small {font-size: 14px; line-height: 20px;}
.raya_menu { display: none !important;}
.raya_redes2 { display:block;}
.crop_text_ed { height: auto;}	
.crop_text_ed2 { height: 99px;}
.fondo_titulo1 {width: 316px;}
.fondo_titulo2 {padding-right:81px; padding-left: 66px;}
.fondo_titulo3 {width: 457px; padding-left: 62px;}
.espacio_titulo_fondo { margin-bottom:25px;}
.crop_text_noticias {height: 111px;}
.titulo_portada1 {font-size:41px; line-height: auto;}
.titulo_portada2 {font-size:41px; line-height: auto;}
.titulo_portada3 {font-size:41px; line-height: auto;}
.titulo_ei {font-size: 41px; line-height: 41px;}
.texto_ei {font-size: 21px; }
.fondo_texto_nuestro_colegio1 {margin-right: 48px;}
.titulo_esp {font-size: 22px;}
	
.crop_equipo_int {height: 130px;}	
.imagen_interior_galeria {height: 190px;}
	
.quitar15_der {margin-right: -15px !important;}
.imagen_noticia_int_adicional {height: 300px;}
.titulo_noticia_int {height: 49px;}
	
}


/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
.alto_foto_int {height: 235px;}
.alto_foto {height: 220px;}
.espacio_equipo {padding-top: 20px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 0px;}
.titulo_ed {font-size: 22px; line-height: 22px;}
.subtitulo_ed {font-size: 16px; line-height: 18px;}	
.subtitulo_ed_small {font-size: 11px; line-height: 20px;}
.raya_menu { display: block !important;}
.raya_redes2 { display:block;}	
.crop_text_ed { height: 89px;}
.crop_text_ed2 { height: 56px;}
.fondo_titulo1 {width: 320px;}
.fondo_titulo2 {padding-right:81px; padding-left: 66px;}
.fondo_titulo3 {width: 557px; padding-left:60px;}
.crop_text_noticias {height: 84px;}
.titulo_portada1 {font-size:51px; line-height: auto;}
.titulo_portada2 {font-size:51px; line-height: auto;}
.titulo_portada3 {font-size:51px; line-height: auto;}
.titulo_ei {font-size: 45px; line-height: 45px;}
.fondo_texto_nuestro_colegio1 {margin-right: 78px;}
.titulo_esp {font-size: 26px;}
	
.crop_equipo_int {height: 206px;}
.imagen_interior_galeria {height: 220px;}
	
.imagen_noticia_int_adicional {height: 360px;}
.titulo_noticia_int {height: 49px;}	
	
}














/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1500px) {
.espacio_equipo {padding-top: 25px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0px;}
.titulo_ed {font-size: 24px; line-height: 27px;}
.subtitulo_ed {font-size: 16px; line-height: 20px;}
.subtitulo_ed_small {font-size: 16px; line-height: 20px;}
.crop_text_ed { height: auto;}
.crop_text_ed2 { height: auto;}
}




