@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
	font-family: "Roboto", sans-serif;
}


/*NAVBAR TOP*/

.bg-dark {
	background-color: #002D5C !important;
}

.logo {
	width: 235px;
}

.separador {
	color: white;
	font-size: 24px;
  	line-height: 34px;
	padding-left: 5px;
	padding-right: 5px;
}

#navbarNavDropdown .nav-link {
	color: white !important;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	padding: 7px;
	font-size: 12px;
	line-height: 18px;
}

#navbarNavDropdown .nav-link:hover {
	color: lightgray !important;
}

.fa-magnifying-glass {
	cursor: pointer;
}

.btn-danger {
	background-color: #E51D1D !important;
	color: white !important;
}


/*NAVBAR*/

.navbar-nav .nav-link {
	font-family: "Roboto", sans-serif;
	color: #003880;
	font-size: 17px;
	line-height: 20px;
	font-weight: 500;
}

.dropdown-menu .nav-link {
  	color: #595959;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  	color: #595959;
	transition:all 0.5s ease;
}

.dropdown-menu .nav-link:focus, .nav-link:hover {
  	color: #595959;
	transition:all 0.5s ease;
}

.dropdown-menu {
	background-color: white;
	transition:all 0.5s ease;
	border: 1px solid #f2f2f2;
  	border-radius: 4px;
}

.dropdown-item {
  	color: #595959;
	transition:all 0.5s ease;
}

.dropdown-item:focus, .dropdown-item:hover {
  	color: white;
  	background-color: #003880;
	transition:all 0.5s ease;
}

.separador2 {
	font-size: 24px !important;
	line-height: 16px !important;
	display: none;
}

.navbar-toggler {
	margin-right: 0;
}


/*BTN*/

.btn {
	border-radius: 4px;
	font-size: 18px;
	line-height: 21px;
	padding: 15px 25px 15px 25px;
}

.btn-info {
	color: white !important;
  	background-color: #00a4d1;
	border-color: #00a4d1;
}

.btn-info:hover {
	color: #002D5C !important;
  	background-color: #b3e3f0;
	border-color: #b3e3f0;
}

.btn-info:focus {
	color: #002D5C !important;
  	background-color: #b3e3f0;
	border-color: #b3e3f0;
}



/*RRSS*/

.bg_rrss {
	position: fixed;
  	margin-top: 140px;
  	width: auto;
	height: auto;
	z-index: 1001;
	background-color: #bdbdbdeb;
	right: 0;
	padding: 10px 8px;
	border-radius: 10px 0 0 10px;
}

.iconos_rrss_f {
	transition:all 0.5s ease;
	text-align: center;
	padding-bottom: 15px;
	font-size: 21px;
	color: white;
}

.iconos_rrss_f a {
	color: white;
	transition:all 0.5s ease;
}

.iconos_rrss_f:hover {
	color: #0866ff;
	transition:all 0.5s ease;
}

.iconos_rrss_i {
	transition:all 0.5s ease;
  	padding-bottom: 15px;
	text-align: center;
	font-size: 24px;
	color: white;
}

.iconos_rrss_i a {
	color: white;
	transition:all 0.5s ease;
}

.iconos_rrss_i:hover {
	color: #c9396a;
	transition:all 0.5s ease;
}

.iconos_rrss_y {
	transition:all 0.5s ease;
	text-align: center;
	font-size: 20px;
	color: white;
}

.iconos_rrss_y a {
	color: white;
	transition:all 0.5s ease;
}

.iconos_rrss_y:hover {
	color: #ff0000;
	transition:all 0.5s ease;
}

.iconos_rrss_w {
	transition:all 0.5s ease;
	text-align: center;
	font-size: 26px;
	margin-bottom: 13px;
	color: white;
}

.iconos_rrss_w a {
	color: white;
	transition:all 0.5s ease;
}

.iconos_rrss_w:hover {
	color: #25D366;
	transition:all 0.5s ease;
}



/*CAROUSEL*/

.logo_slide {
	width: 82px;
  	position: absolute;
  	z-index: 1000;
	background-color: white;
  	padding: 6px 0 8px 0;
	margin-left: 2%;
}

.img_slide {
	object-fit: cover;
	height: 200px;
}

.titulo_slide {}

.texto_slide {}




/*PORTADA*/

.titulo_portada1 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #002D5C;
	margin-bottom: 20px;
	letter-spacing: -0.9px;
}

.titulo_portada1 a {
	color: #002D5C;
	text-decoration: none;
	transition:all 0.5s ease;
}

.titulo_portada1 a:hover {
	color: #001326;
	text-decoration: none;
	transition:all 0.5s ease;
}


/*NOTICIAS*/

.bg_noticias {
	padding-top: 45px;
	padding-bottom: 0px;
}

.titulo_noticia_portada {
	color: #003880; 
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	transition:all 0.5s ease;
}

.titulo_noticia_portada a {
	color: #003880;
	text-decoration: none;
	transition:all 0.5s ease;
}

.titulo_noticia_portada a:hover {
	text-decoration: none;
	transition:all 0.5s ease;
	color: #001b3e;
}

.fecha_noticia_portada {
	color: #5C5C5C;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
}

.bajada_noticia_portada {
	color: #434343;
	font-size: 15px;
	line-height: 22px;
}

.img_noticia_portada {
	border: 1px solid #ddd;
	object-fit: cover;
	height: 225px;
	transition:all 0.5s ease;
	opacity: 1;
}

.img_noticia_portada:hover {
	opacity: .8;
}


/*DATOS*/

.bg_datos {
	background-color: #19B9E8;
	padding-top: 45px;
	padding-bottom: 45px;
}

.bg_icono_datos {
	background-color: white;
	border-radius: 100%;
	width: 98px;
	height: 98px;
	margin: auto;
}

.datos a .bg_icono_datos {
	background-color: white;
	border-radius: 100%;
	width: 98px;
	height: 98px;
	margin: auto;
	transition:all 0.5s ease;
}

.datos a:hover .bg_icono_datos {
	background-color: #c7e5ee;
	transition:all 0.5s ease;
}

.icono_datos {
	width: 98px;
	text-align: center
}

.counter {
	color: white;
	text-align: center;
	font: normal normal bold 38px/44px Roboto;
	margin-top: 10px;
}

.texto_datos {
	color: #003880;
	text-align: center;
	font: normal normal bold 18px/22px Roboto;
	margin-top: 10px;
}


/*INFORMACION*/

.bg_informacion {
	padding-top: 45px;
	padding-bottom: 45px;
}

.linea_amarilla {
	background-color: #FFCE00;
	width: 80%;
	height: 4px;
	border-radius: 20px;
	display: block;
	float: left;
}

.linea_amarilla2 {
	background-color: #FFCE00;
	width: 15%;
	margin-left: 5%;
	height: 4px;
	border-radius: 20px;
	display: block;
	float: left;
}

.titulos_informacion1 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 36px;
	line-height: 48px;
	font-weight: 600;
	text-transform: uppercase;
	color: #002D5C;
	letter-spacing: -0.9px;
}

.textos_informacion2 {
	font: normal normal normal 18px/28px Roboto;
	color: #747474;
}

.bg_amarillo {
	background-color: #FFCE00;
	border-radius: 4px;
	padding: 32px 26px;
	transition:all 0.5s ease;
}

.bg_amarillo:hover {
	background-color: #C4C4C4;
	color: white;
	transition:all 0.5s ease;
}

.iconos_informacion {
	width: 85px;
  	margin-bottom: 12px;
}

.titulos_informacion {
	color: #004389;
	font: normal normal 600 26px/47px Josefin Sans;
	text-transform: uppercase;
}

.textos_informacion {
	font: normal normal normal 18px/24px Roboto;
  	color: #004389;
  	height: 76px;
  	overflow: hidden;
}


/*ADMISION*/

.bg_admision {
	background-image: url("imagenes/bg_admision.jpg");
	background-size: cover;
}

.overlay_admision {
	background-color: #001024a3;
  	top: 0;
  	bottom: 0;
  	left: 0;
 	right: 0;
  	height: 100%;
  	width: 100%;
	padding-top: 20px;
  	padding-bottom: 45px;
}

.admision {
	z-index: 999;
	position: relative;
	text-align: center;
	padding-top: 33px;
}

.titulo_admision {
	text-align: center;
	font: normal normal 600 35px/35px Josefin Sans;
	color: #FFFFFF;
	text-transform: uppercase;
}

.titulo_admision2 {
	text-align: center;
	font: normal normal 600 35px/35px Josefin Sans;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #FF3131;
	padding: 10px 15px 4px 15px;
  	margin-left: 8px;
}

.texto_admision {
	text-align: center;
	font: normal normal normal 18px/28px Roboto;
	color: #FFFFFF;
}


/*BANNERS*/

.bg_banners {
	padding-top: 45px;
  	padding-bottom: 45px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
	border-radius: 4px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  animation: linear infinite var(--bs-spinner-animation-name);
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	opacity: 1;
	transition:all 0.5s ease;
}
.slick-slide img:hover
{
    display: block;
	opacity: .8;
	transition:all 0.5s ease;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*VIDEOS*/

.bg_videos {
	padding-top: 45px;
	padding-bottom: 45px;
}


/*DOCUMENTOS*/

.bg_documentos {
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #f2f2f2;
}

.titulo_documentos {
	color: #030e1e; 
	text-align: center;
	text-decoration: none;
	font-weight: 500; 
	font-size: 16px; 
	line-height: 20px;
	transition:all 0.5s ease;
}

.titulo_documentos:hover {
	color: #64509c; 
	text-decoration: none;
	transition:all 0.5s ease;
}

.icono_recursos {
	width: 100px;
	margin: auto;
	display: block;
}

.iconos_listas {
	color: #00a4d1;
	margin-right: 3px;
	font-size: 18px;
}



/*BOLETIN*/
.bg_boletin {
	padding-top: 45px;
	padding-bottom: 45px;
}

.img_boletin {
	object-fit: cover;
	height: auto;
	width: 100%;
	transition:all 0.5s ease;
	opacity: 1;
}

.img_boletin:hover {
	opacity: .8;
	transition:all 0.5s ease;
}

.titulo_boletin {
	font-weight: 500;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
	color: #160c31; 
	transition:all 0.5s ease;
}

.titulo_boletin:hover {
	color: #00a4d1;
	text-decoration: none;
	transition:all 0.5s ease;
}

.card-footer > .titulo_boletin {
	padding: 15px 15px;
}

.card > .card_boletin {
    border: 1px solid green;
}


/*CALENDARIO*/

.bg_calendario {
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #f2f2f2;
}

.linea_calendario {
	height: 2px;
	background-color: #31507a;
}

.texto_cal_numero {
	color: white; 
	font-weight: 600; 
	font-size: 20px; 
	line-height: 41px;
}

.texto_cal_mes {
	color: #153868; 
	font-weight: 600; 
	font-size: 18px; 
	text-transform: uppercase;
}

.titulo_cal {
	color: #041429; 
	text-transform: uppercase; 
	font-weight: 600; 
	font-size: 20px;
}

.datos_cal {
	font-weight: 600; 
	color: #041429; 
	font-size: 15px;
}

.bajada_cal {
	color: #041429; 
	font-size: 15px; 
	overflow: hidden;
	height: 20px;
}

.espacio_top_calendario {
	margin-top: 30px; 
	margin-bottom: 15px;
}

.fondo_numero_cal {
	background-color: #163868;
	border-radius: 3px;
	width: 100%;
	height: 40px;
}

.w_cal1 {
	width: 17%;
}

.w_cal2 {
	width: 88%;
	margin-top: -4px;
}



/*GALERIAS*/

.galeria {
	height: 100%; 
	position: relative;
}

.img_galeria1 {
	object-fit: cover; 
	height: 225px;
}




/*FOOTER*/

footer {
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #002D5C;
}

footer > .container > p {
	font-size: 20px;
	color: white;
	text-align: center;
}

.logo_pie1 {
	width: 160px;
}

.logo_pie2 {
	width: 180px;
}

.linea_footer {
	border-bottom: 1px solid white;
	margin-right: 0px;
}

.titulo_pie {
	font: normal normal bold 18px/28px Roboto;
	color: #FFFFFF;
}

.texto_pie {
	font: normal normal normal 16px/22px Roboto;
	color: #FFFFFF;
}

.texto_pie a {
	color: #FFFFFF;
	text-decoration: none;
	transition:all 0.5s ease;
}

.texto_pie a:hover {
	color: darkgray;
	transition:all 0.5s ease;
}






/*PAGINADOR*/

.paginador{
	float:left;
	padding:4px;
	border:1px solid #CCC;
	font-size:12px;
	margin-left:1px;
	margin-right:1px;
	width:25px;
	text-align:center;
	color:#999;
	background-color: #CCC;
	transition:all 0.5s ease;
}

.paginador_ac {
	float:left;
	padding:4px;
	border:1px solid #29b9cd;
	font-size:12px;
	margin-left:1px;
	margin-right:1px;
	width:25px;
	text-align:center;
	background: #29b9cd;
	color:#fff;
	transition:all 0.5s ease;
}

a .paginador { 
	text-decoration:none;
	color: #fff;
	transition:all 0.5s ease;
}

a:hover .paginador {
	text-decoration:none;
	background-color:#104851;
	border:1px solid #104851;
	transition:all 0.5s ease;
}

.contenido_paginador {
	margin-top:20px; 
	margin-left:20px;	
}

/*PAGINADOR*/




/*CONTENIDOS*/

.bg_contenidos {
	padding-top: 45px;
	padding-bottom: 45px;
}

.bg_admision_int {
	padding-top: 45px;
}

.bg_color {
	background-color: #f8fbfd;
}

.linea {
	border-bottom: 1px solid #d6dce1;
}

h1 {
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #002D5C;
	margin-bottom: 34px;
	letter-spacing: -0.9px;
	font-family: "Josefin Sans", sans-serif;
	line-height: 39px;
}

.bg_container .container h1 {
	line-height: 38px;
}

h2 {
	font-size: 20px;
}

h2.titulo_noticia_int {
	color: #001c39;
}

h3 {
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #002D5C;
	margin-bottom: 20px;
	letter-spacing: -0.9px;
	font-family: "Josefin Sans", sans-serif;
}

h4 {
	
}

h5 {
	
}

h6 {
	color: #041429;
}

h6 a {
	color: #041429;
	transition:all 0.5s ease;
	text-decoration: none;
}

h6 a:hover {
	color: #00a4d1;
	transition:all 0.5s ease;
}

.linea_amarilla3 {
	border-bottom: #FFCE00 4px solid;
}

.linea_celeste {
	border-bottom: #19B9E8 4px solid;
}

.linea_roja {
	border-bottom: #E53F53 4px solid;
}

.linea_azul {
	border-bottom: #003880 4px solid;
}

.textos {
	font-size: 16px;
	line-height: 21px;
	color: #001f40;
	transition:all 0.5s ease;
}

.textos a {
	color: #001f40;
	transition:all 0.5s ease;
	text-decoration: none;
}

.textos a:hover {
	color: #00a4d1;
	transition:all 0.5s ease;
	text-decoration: none;
}

.img_contenidos {
	object-fit: cover;
	width: 100%;
	height: auto;
	border: 4px solid #E6E6E6;
  	border-radius: 4px;
}

.img_contenidos2 {
	object-fit: cover;
	width: 100%;
	height: auto;
	border: 4px solid #E6E6E6;
  	border-radius: 4px;
}

.mb_int {
	margin-bottom: 30px;
}

.titulo_video_int {
	color: #041935; 
	font-size: 16px; 
	line-height: 20px;
	margin-top: 20px;
	text-align: center;
	font-weight: 600;
}

.borde_video {
	border-radius: 4px;
  	border: 4px solid #E6E6E6;
}

.color {
	color: #00a4d1;
}

.icono_boletin_int {
	color: #00a4d1;
	margin-right: 5px;
	font-size: 20px;
}

.espacio_noticias_interior {
	margin-bottom: 30px;
}

.img_noticia_rep {
	object-fit: cover;
	opacity: 1;
	height: auto;
	width: 100%;
	border-radius: 4px 4px 0 0;
	transition:all 0.5s ease;
}

.img_noticia_rep:hover {
	opacity: .8;
	transition:all 0.5s ease;
}

.titulo_noticia_rep {
	color: #002d5c;
	font-size: 18px;
	line-height: 24px;
	transition:all 0.5s ease;
	font-weight: 500;
	text-align: center;
}

.titulo_noticia_rep a {
	color: #002d5c;
	text-decoration: none;
	transition:all 0.5s ease;
}

.titulo_noticia_rep:hover {
	text-decoration: none;
	color: #00a4d1;
	transition:all 0.5s ease;
}

.crop_noticia_rep {
	height: 47px; 
	overflow: hidden;
}

.img_noticia_int {
	object-fit: cover;
	width: 100%;
	height: auto;
	border: 4px solid #E6E6E6;
  	border-radius: 4px;
}

.img_noticia_int2 {
	object-fit: cover;
	width: 100%;
	height: 215px;
	border: 4px solid #E6E6E6;
  	border-radius: 4px;
}

.fecha_noticia_int {
	color: #00a4d1;
	font-weight: 500;
	font-size: 15px;
}

.bajada_noticia_int {
	color: #002d5c; 
	font-weight: 500; 
	font-size: 16px; 
	line-height: 21px;
}

.texto_noticia_int {
	color: #001a35; 
	font-size: 16px; 
	line-height: 22px;
}

.texto_noticia_int a {
	color: #00a4d1;
	transition: .5s;
	text-decoration: none;
}

.texto_noticia_int a:hover {
	color: #001a35;
}

.card_documentos {
	border-radius: 8px !important;
	border: 4px solid #f4f4f4;
}

.icono_doc {
	color: #19B9E8; 
	font-size: 60px;
	margin-bottom: 20px;
	transition:all 0.5s ease;
}

.icono_doc:hover {
	color: #004489; 
	transition:all 0.5s ease;
}

.titulo_documentos_int {
	overflow: hidden;
	height: 47px;
}

.titulo_documentos_int a {
	color: #004489; 
	font-weight: 500; 
	font-size: 16px; 
	line-height: 20px;
	transition:all 0.5s ease;
}

.titulo_documentos_int a:hover {
	color: #021f3c;
	transition:all 0.5s ease;
}

.quitar15_left_face {
	margin-left: -15px !important;
}

.quitar15_left_twitter {
	margin-left: -30px !important;
}

.video_noticia {
	border: 1px solid #b9b9b9;
}

.linea_recursos_rep {
	border-top: 1px solid rgba(0,0,0,.125);
}

.linea_recursos_rep2 {
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.boletin_imagen_int {
	width: 100%;
	height: 355px;
	object-fit: cover;
}

.icono_recurso_int {
	color: #225aa7;
	margin-right: 5px;
}

.linea_calendario_rep {
	height: 1px; 
	background-color: #ccc;
}

.bajada_cal_rep {
	color: #041429; 
	font-size: 15px;
}

.titulo_cal_rep {
	color: #041429; 
	text-transform: uppercase; 
	font-weight: 600; 
	font-size: 20px;
}

.tit_directiva {
	color: #041429;
	font-weight: 600;
	font-size: 17px;
}

.text_directiva {
	color: #041429;
	font-weight: 500;
}

.w-40 {
	width: 40%;
}

.w-60 {
	width: 60%;
}

.bg_menu_int {
	border-radius: 4px;
	background-color: #00a4d1;
}

.nav-pills .nav-link {
  	border-radius: 4px;
	background-color: #b3e3f0;
  	color: #002D5C;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  	color: white;
  	background-color: #00a4d1;
}

.img_directivos {
	width: 200px;
  	border-radius: 4px;
  	border: 1px solid #ddd;
}

h2.tit_int {
	/*font-family: "Josefin Sans", sans-serif;*/
	text-align: center;
	text-transform: uppercase;
	color: #041429;
}

.cuadro_celeste {
	border: 1px solid #ffce00;
	padding: 40px 40px 20px 40px;
	border-radius: 4px;
	margin-bottom: 35px;
}

.icono_doc_int {
	font-size: 55px;
  	color: #00a4d1;
  	margin-bottom: 20px;
}

.card .doc_int {
	text-align: center;
}

.card .doc_int p {
	color: #041429;
  	font-weight: 600;
  	font-size: 17px;
}

.card .card_int {
	padding: 30px;
}

.btn_int {
	padding: 9px 15px;
  	font-size: 16px;
}

.color_celeste {
	color: #00a4d1;
}

.list-group-item {
	padding: 8px 0;
}

.bg_icono_datos_int {
	background-color: #FFCE00;
	border-radius: 100%;
	width: 98px;
	height: 98px;
	margin: auto;
}

.icono_datos_int {
	width: 98px;
	text-align: center
}

.lista_datos {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e2e4e6;
}

.lista_datos .txt_lista_datos1 {
	width: 5%;
	padding: 7px 0;
}

.lista_datos .txt_lista_datos {
	width: 31%;
	padding: 7px 0;
}

.banner_int {
	border-radius: 4px;
	border: 1px solid #e6e6e6;
}

.caja_destacada {
	background-color: #ddf8ff;
  	padding: 30px 30px 15px 30px;
  	border-radius: 8px;
	width: 100%;
}

.open_modal {
	cursor: pointer;
	font-weight: bold;
	color: #00a4d1;
}

.aranceles .list-group-item.active {
  background-color: #00a4d1;
  border-color: #00a4d1;
}

.aranceles .list-group-item:hover {
	color: #002d5c;
  	background-color: #b3e3f0;
	border-color: #b3e3f0;
}

.aranceles .list-group-item {
	padding: 8px;
}

.accordion-button:not(.collapsed) {
  background-color: #b3e3f0;
  box-shadow: none;
}

.tabla_noticias {
	border: 1px solid gray;
	padding: 10px;
}






/*Carousel Gallery*/
.carousel-gallery {
  margin: 50px 0 0 0;
  padding: 0 0px;
}

.swiper-wrapper {
	height: auto !important;
}

.carousel-gallery .swiper-slide a {
  display: block;
  width: 100%;
  height: 225px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.carousel-gallery .swiper-slide a:hover .image .overlay {
  opacity: 1;
}
.carousel-gallery .swiper-slide a .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.carousel-gallery .swiper-slide a .image .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.8);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel-gallery .swiper-slide a .image .overlay em {
  color: #fff;
  font-size: 26px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.carousel-gallery .swiper-pagination {
  position: relative;
  bottom: auto;
  text-align: center;
  margin-top: 50px;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00a4d1;
  transform: scale(1.1, 1.1);
}

/*# Carousel Gallery*/
.plugins {
  text-align: center;
}
.plugins h3 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: Arial;
  text-transform: uppercase;
  color: #111;
}
.plugins a {
  display: inline-block;
  font-family: Arial;
  color: #777;
  font-size: 14px;
  margin: 10px;
  transition: all 0.2s linear;
}
.plugins a:hover {
  color: #00a4d1;
}

.texto_galeria {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}


/*SCROLL efect*/
.animatable {
  /* initially hide animatable objects */
  visibility: hidden;

  /* initially pause animatable objects their animations */
  animation-play-state: paused;
}

/* show objects being animated */
.animated {
  visibility: visible;

  animation-fill-mode: both;
  animation-duration: 1s;
  animation-play-state: running;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated.fadeInDown {
  animation-name: fadeInDown;
}



/*MC*/

.bg_mc {
	background-color: #001f40;
	padding: 15px;
}

.texto_mc {
	color: #b9b9b9;
  	text-align: center;
  	font-size: 14px;
  	font-weight: 300;
}

.texto_mc a {
	color: #b9b9b9;
	text-decoration: none;
	transition:all 0.5s ease;
}

.texto_mc a:hover {
	color: lightgray;
	transition:all 0.5s ease;
}


/* WSP */

.bg-wsp {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999; /* para que quede arriba de todo */
}

.bg-wsp a i {
	background-color: #25D366;
	color: white;
	border-radius: 100%;
	font-size: 42px;
	width: 65px;
	height: 65px;
	justify-content: center;
	align-items: center;
	display: flex;
	transition: .5s;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.bg-wsp a:hover i {
	background-color: #17a64c;
}








/* X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
	
.logo {
	width: 360px;
}
	
#navbarNavDropdown .nav-link {
	font-size: 15px;
	line-height: 18px;
	padding: 8px;
}
	
.bg_rrss {
  	margin-top: 22px;
}
	
.iconos_rrss_f {
	font-size: 23px;
}

.iconos_rrss_i {
	font-size: 26px;
}

.iconos_rrss_y {
	font-size: 22px;
}

.img_slide {
	height: auto;
}
	
.logo_slide {
	width: 94px;
    padding: 10px 0 12px 0;
}
	
.navbar-toggler {
	margin-right: 37px;
}
	
.bg_noticias {
	padding-top: 60px;
	padding-bottom: 5px;
}
	
.img_noticia_portada {
	height: 300px;
}
	
.titulo_portada1 {
	font-size: 34px;
	line-height: 36px;
	margin-bottom: 30px;
}
	
.bg_datos {
	padding-top: 45px;
	padding-bottom: 45px;
}
	
.texto_datos {
	font: normal normal bold 15px/18px Roboto;
}
	
.bg_informacion {
	padding-top: 45px;
	padding-bottom: 45px;
}
	
.titulos_informacion1 {
	font-size: 33px;
	line-height: 42px;
}
	
.titulos_informacion {
	font: normal normal 600 28px/49px Josefin Sans;
}
	
.overlay_admision {
	padding-top: 30px;
	padding-bottom: 45px;
}
	
.titulo_admision {
	font: normal normal 600 48px/40px Josefin Sans;
}
	
.titulo_admision2 {
	font: normal normal 600 55px/36px Josefin Sans;
	margin-left: 18px;
	padding: 10px 15px 0px 15px;
}
	
.bg_banners {
	padding-top: 45px;
  	padding-bottom: 45px;
}
	
.bg_calendario {
	padding-top: 45px;
	padding-bottom: 45px;
}
	
.w_cal1 {
	width: 13%;
}

.w_cal2 {
	width: 88%;
}
	
.texto_cal_numero {
	font-size: 26px; 
	line-height: 41px;
}

.texto_cal_mes {
	font-size: 24px; 
}
	
footer {
	padding-top: 45px;
	padding-bottom: 45px;
}
	
.titulo_pie {
	font: normal normal bold 20px/30px Roboto;
}
	
.bg_contenidos {
	padding-top: 45px;
	padding-bottom: 45px;
}
	
.bg_admision_int {
	padding-top: 45px;
}
	
.titulo_video_int {
	font-size: 20px; 
	line-height: 30px;
}
	
.img_noticia_rep {
	height: 300px;
}
	
.img_noticia_int {
	height: 350px;
}
	
.img_noticia_int2 {
	height: 350px;
}
	
h2 {
	font-size: 30px;
}
	
.img_galeria1 {
	height: 340px;
}
	
 .carousel-gallery .swiper-slide a {
    height: 175px;
}
	
.bg_contenidos .container h1 {
	line-height: 43px;
}
	
.logo_pie1 {
	width: 150px;
}

.logo_pie2 {
	width: 175px;
}

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
	
.logo {
	width: 360px;
}
	
.logo_slide {
	width: 120px;
  	padding: 6px 0 8px 0;
}
	
.navbar-toggler {
	margin-right: 37px;
}

.bg_noticias {
	padding-top: 50px;
	padding-bottom: 5px;
}
	
.img_noticia_portada {
	height: 385px;
}
	
.titulo_portada1 {
	font-size: 38px;
    line-height: 42px;
}	
	
.bg_datos {
	padding-top: 50px;
	padding-bottom: 50px;
}
	
.texto_datos {
	font: normal normal bold 16px/20px Roboto;
}
	
.bg_informacion {
	padding-top: 50px;
	padding-bottom: 50px;
}
	
.titulos_informacion1 {
	font-size: 36px;
	line-height: 48px;
}
	
.overlay_admision {
	padding-top: 40px;
	padding-bottom: 50px;
}
	
.titulo_admision {
	font: normal normal 600 52px/40px Josefin Sans;
}
	
.titulo_admision2 {
	font: normal normal 600 52px/36px Josefin Sans;
}
	
.bg_banners {
	padding-top: 50px;
  	padding-bottom: 50px;
}
	
.bg_calendario {
	padding-top: 50px;
	padding-bottom: 50px;
}
	
.w_cal1 {
	width: 9%;
}

.w_cal2 {
	width: 88%;
}
	
.texto_cal_numero {
	font-size: 33px; 
	line-height: 41px;
}

.texto_cal_mes {
	font-size: 30px; 
}
	
footer {
	padding-top: 50px;
	padding-bottom: 50px;
}
	
.bg_contenidos {
	padding-top: 50px;
	padding-bottom: 50px;
}
	
.bg_admision_int {
	padding-top: 50px;
}
	
.img_noticia_rep {
	height: 245px;
}
	
.img_noticia_int {
	height: 245px;
}
	
.img_noticia_int2 {
	height: 250px;
}
	
.img_galeria1 {
	height: 400px;
}
	
 .carousel-gallery .swiper-slide a {
    height: 155px;
}
	
.bg_contenidos .container h1 {
	line-height: 49px;
}
	
.logo_pie1 {
	width: 160px;
}

.logo_pie2 {
	width: 180px;
}
	

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
	
.logo {
	width: 400px;
}
	
.logo_slide {
	width: 162px;
  	padding: 10px 0 12px 0;
}

.navbar-toggler {
	margin-right: 37px;
}	
	
.bg_noticias {
	padding-top: 65px;
	padding-bottom: 65px;
}
	
.img_noticia_portada {
	height: 220px;
}
	
.titulo_portada1 {
	font-size: 42px;
	line-height: 49px;
}
	
.bg_datos {
	padding-top: 55px;
	padding-bottom: 55px;
}
	
.texto_datos {
	font: normal normal bold 15px/18px Roboto;
}
	
.bg_informacion {
	padding-top: 55px;
	padding-bottom: 55px;
}
	
.titulos_informacion1 {
	font-size: 36px;
	line-height: 48px;
}
	
.overlay_admision {
	padding-top: 45px;
	padding-bottom: 55px;
}
	
.titulo_admision {
	font: normal normal 600 59px/46px Josefin Sans;
}
	
.titulo_admision2 {
	font: normal normal 600 55px/36px Josefin Sans;
}
	
.bg_banners {
	padding-top: 55px;
  	padding-bottom: 55px;
}
	
.bg_calendario {
	padding-top: 55px;
	padding-bottom: 55px;
}
	
footer {
	padding-top: 55px;
	padding-bottom: 55px;
}
	
.bg_contenidos {
	padding-top: 55px;
	padding-bottom: 55px;
}
	
.bg_admision_int {
	padding-top: 55px;
}
	
.img_noticia_rep {
	height: 210px;
}
	
.img_noticia_int {
	height: 315px;
}
	
.img_noticia_int2 {
	height: 315px;
}
	
.img_galeria1 {
	height: 300px;
}
	
 .carousel-gallery .swiper-slide a {
    height: 205px;
}
	
.bg_contenidos .container h1 {
	line-height: 53px;
}
	
.modal {
	width: 100%;
}
	
 .modal-dialog {
    max-width: 900px;
}
	
.logo_pie1 {
	width: 140px;
}

.logo_pie2 {
	width: 160px;
}
	
.linea_footer {
	margin-right: 20px;
}
	
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	
.logo {
	width: 320px;
}
	
.separador2 {
	display: block;
}
	
.logo_slide {
	width: 190px;
  	padding: 10px 0 12px 0;
}
	
.navbar-toggler {
	margin-right: 0;
}

.bg_noticias {
	padding-top: 70px;
	padding-bottom: 70px;
}

.img_noticia_portada {
	height: 260px;
}
	
.bg_datos {
	padding-top: 60px;
	padding-bottom: 60px;
}
	
.bg_informacion {
	padding-top: 60px;
	padding-bottom: 60px;
}
	
.titulos_informacion1 {
	font-size: 35px;
	line-height: 46px;
}
	
.overlay_admision {
	padding-top: 50px;
	padding-bottom: 60px;
}
	
.titulo_admision {
	font: normal normal 600 59px/46px Josefin Sans;
}
	
.titulo_admision2 {
	font: normal normal 600 60px/49px Josefin Sans;
}
	
.bg_banners {
	padding-top: 60px;
  	padding-bottom: 60px;
}
	
.bg_calendario {
	padding-top: 60px;
	padding-bottom: 60px;
}
	
footer {
	padding-top: 60px;
	padding-bottom: 60px;
}
	
.bg_contenidos {
	padding-top: 60px;
	padding-bottom: 60px;
}
	
.bg_admision_int {
	padding-top: 60px;
}
	
.img_noticia_rep {
	height: 230px;
}
	
.img_noticia_int {
	height: 375px;
}
	
.img_noticia_int2 {
	height: 375px;
}
	
.img_galeria1 {
	height: 370px;
}
	
 .carousel-gallery .swiper-slide a {
    height: 260px;
}

.bg_contenidos .container h1 {
	line-height: 57px;
}	
	
.logo_pie1 {
	width: 150px;
}

.logo_pie2 {
	width: 170px;
}
	
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { 
	
.logo {
	width: 450px;
}
	
.logo_slide {
	width: 215px;
  	padding: 10px 0 12px 0;
}
	
.bg_noticias {
	padding-top: 80px;
	padding-bottom: 80px;
}
	
.img_noticia_portada {
	height: 300px;
}
	
.bg_datos {
	padding-top: 72px;
	padding-bottom: 72px;
}
	
.bg_informacion {
	padding-top: 75px;
	padding-bottom: 75px;
}
	
.titulos_informacion1 {
	font-size: 36px;
	line-height: 48px;
}
	
.overlay_admision {
	padding-top: 60px;
	padding-bottom: 70px;
}
	
.titulo_admision {
	font: normal normal 600 65px/49px Josefin Sans;
}
	
.bg_banners {
	padding-top: 70px;
  	padding-bottom: 70px;
}
	
.bg_calendario {
	padding-top: 70px;
	padding-bottom: 70px;
}
	
footer {
	padding-top: 70px;
	padding-bottom: 70px;
}
	
.bg_contenidos {
	padding-top: 70px;
	padding-bottom: 70px;
}
	
.bg_admision_int {
	padding-top: 70px;
}
	
.img_noticia_rep {
	height: 280px;
}
	
.img_noticia_int {
	height: 400px;
}
	
.img_noticia_int2 {
	height: 400px;
}
	
.img_galeria1 {
	height: 400px;
}
	
 .carousel-gallery .swiper-slide a {
    height: 300px;
  }
	
.bg_contenidos .container h1 {
	line-height: 57px;
}
	
.logo_pie1 {
	width: 170px;
}

.logo_pie2 {
	width: 190px;
}


}


