	
	.novedades_editoriales {
		margin: 0 auto;
		display: block;
		width: 100%;
		height: auto;
		border: 1px solid transparent;
	}

	.novedades_editoriales:hover {
		border-color: #444;
	}
	
	.novedades_editoriales img {
		width: 100%;
		height: auto;
	}

	#popup {
		display: none;
		width: 70%;
		padding: 3%;
	}

	#popup  a:hover img {
		-webkit-filter: grayscale(50%);
		filter: grayscale(50%);
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}

	#popup img {
		width: 100%;
		height: auto;
	}

	.covid {
		background: #102360;
		-webkit-box-shadow: -2px 5px 5px 2px rgba(119,119,119,1);
		-moz-box-shadow: -2px 5px 5px 2px rgba(119,119,119,1);
		box-shadow: -2px 5px 5px 2px rgba(119,119,119,1);
		padding: 25px 0;
		margin-bottom: 80px;
		width: 100%;
	}
	
	#p_video {
		z-index: 10010;
	}

	/*body {
		visibility: hidden;
	}
	
	#loader {
		border: 12px solid #f3f3f3;
		border-radius: 50%;
		border-top: 12px solid #444444;
		width: 70px;
		height: 70px;
		animation: spin 1s linear infinite;
		visibility: visible;
	}


	.center {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}*/

	@keyframes spin {
		100% {
			transform: rotate(360deg);
		}
	}

	.covid:hover {
		background: #237da2;
		transition: background-color .8s ease;
	}

	.covid a {
		color: #fff;
		font-size: 1.5em;
		text-decoration: none;
		display: inline-block;
		margin: 12px;
	}

	.covid a:after {
	    content: '';
	    display: block;
	    height: 2px;
	    width: 0;
	    background:#fff;
	    transition: width 1s;
	}

	.covid a:hover:after {
	    width: 100%;
	}

	.liga_medio img {
		width: 100%;
		height: auto;
		margin-bottom: 10px!important;
	}

	.lista_medios p, .liga_medio p {
		margin: 0 10px;
	}

	.lista_medios div:first-child p {
		font-size: 1.2em;
		color: #fff;
	}

	.nmedio {
		font-size: 0.8em;
		margin-top: 10px!important;
	}

	.lista_medios {
        width: 100%;
        height: 100%;
        text-decoration: none;
        float: left;
		color: #005c81;
        border: 1px solid transparent;
		display: block;
		position: relative;
		background: none;
		padding: 14px;
		padding-bottom: 0;
		-webkit-border-radius: 14px;
		-moz-border-radius: 14px;
		border-radius: 14px;
		transition: all .4s ease-in-out;
		overflow: hidden; 
	}

	.lista_conocenos p {
		margin: 0 10px;
	}

	.lista_conocenos div:first-child p {
		font-size: 1.2em;
		color: #fff;
	}

	.lista_conocenos {
        width: 100%;
        height: 100%;
        text-decoration: none;
        float: left;
		color: #005c81;
        border: 1px solid #888;
		display: block;
		position: relative;
		background: none;
		transition: all .4s ease-in-out;
		-moz-box-shadow: 0 0 5px #888;
        -webkit-box-shadow: 0 0 5px #888;
        box-shadow: 0 0 5px #888;
        -webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		overflow: hidden; 
	}
	
	.lista_conocenos:hover, .liga_medio:hover {
        color: #005c81;
        text-decoration: none;
        transform: scale(1.1);
        border-color: #005c81;
        -webkit-filter: grayscale(0);
		filter: grayscale(0);
    }
    
    .lista_conocenos:hover div:first-child p {
		color: #005c81;
	}

	.lista_conocenos img {
		width: 104%;
		height: 104%;
		margin: 0 0 0 -10px;
	}
	
	.liga_medio {
		margin: 0;
        width: 100%;
        height: 100%;
        float: left;
		color: #005c81;
        border: 1px solid transparent;
		position: relative;
		padding: 14px;
		padding: 0;
		background: none;
		-webkit-border-radius: 14px;
		-moz-border-radius: 14px;
		border-radius: 14px;
		transition: all .4s ease-in-out;
	}
	
	.lista_medios .nots_img {
		display: block;
		margin: 0;
		width: 40%;
		float: left;
		background: #fff;
	}
	
	.lista_medios .nots_img img {
		width: 100%;
	}
	
	.lista_medios .nots_txt {
		background: #fff;
		color: #707070;
		margin: 0;
		display: block;
		width: 60%;
		float: left;
	}
	
	.lista_medios .nots_txt p {
		text-align: left;
	}
	
	.nots_titulo {
		font-family: 'Noto Sans', sans-serif;
		text-transform: uppercase;
		font-size: 1.4em;
		color: #005c81;
		font-weight: bold;
		margin-bottom: 30px;
	}
	
	.nots_descripcion {
		font-family: 'Noto Sans', sans-serif;
		font-weight: bold;
		font-size: 0.9em;
	}
	
	.titulo_seccion {
		margin-top: 100px;
		margin-bottom: 60px;
		padding: 25px 0;
		text-align: center;
		font-size: 2em;
		color: #00497a;
		text-transform: uppercase;
	}

	.titulo_seccion span {
		display: block;
		width: 100%;
		text-align: center;
		background: #00497a;
		color: #fff;
		padding: 15px;
		margin-top: 10px;
		font-family: 'Noto Serif', serif;
		font-size: 1.2em;
		text-transform: uppercase;
		box-shadow: 1px 16px 30px 0px rgba(0,0,0,0.75);
		-webkit-box-shadow: 1px 16px 30px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 1px 16px 30px 0px rgba(0,0,0,0.75);
	}

	#conocenos_i {
		background-image: linear-gradient(to right, #0a5e78 , #212f6e);
	}

	#conocenos_d {
		background-image: linear-gradient(to right, #0a5e78 , #212f6e);
	}

	.caja_mp3 {
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.caja_texto_transmision {
        background: #5378b9;
       -webkit-box-shadow: -2px 5px 5px 2px rgba(119,119,119,1);
		-moz-box-shadow: -2px 5px 5px 2px rgba(119,119,119,1);
		box-shadow: -2px 5px 5px 2px rgba(119,119,119,1);
		padding: 0;
		margin-bottom: 80px;
		width: 100%;
    }

    .caja_texto_transmision:hover {
		background: #102360;
		transition: background-color .8s ease;
	}
	
	.liga_libros_texto {
		display: block;
		width: 90%;
		max-width: 950px;
		margin: 80px auto;
		transition: all .4s ease-in-out;
	}

.liga_libros_texto:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.051);
	-moz-transform: scale(1.051);
	-ms-transform: scale(1.051);
	-o-transform: scale(1.051);
}

.liga_libros_texto img {
	width: 100%;
	box-shadow: 0px -1px 8px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px -1px 8px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px -1px 8px 5px rgba(0,0,0,0.5);
}

    .evento_streaming {
		display: block;
		width: 100%;
		padding: 20px 0;
		text-decoration: none;
	}

	.evento_streaming:hover {
		text-decoration: none;
	}

	.evento_streaming span:nth-child(2) {
		margin-right: 10px;
		color: #fff;
		font-weight: bold;
		font-size: 0.9em;
	}

	.evento_streaming span:first-child {
		font-size: 0.8em;
		margin-right: 10px;
	}

	.texto_transmision {
		padding-right: 10%;
	}

	.marquee2 {
		height: 25px;
		overflow: hidden;
		position: relative;
	}

	.marquee2 p {
		position: absolute;
		color: #fff;
		width: 100%;
		height: 100%;
		margin: 0;
		line-height: 25px;
		text-align: center;
		-moz-transform:translateX(100%);
		-webkit-transform:translateX(100%);
		transform:translateX(100%);
		-moz-animation: scroll-left 15s linear infinite;
		-webkit-animation: scroll-left 15s linear infinite;
		animation: scroll-left 15s linear infinite;
	}

	@-moz-keyframes scroll-left {
		0%   { -moz-transform: translateX(100%); }
		100% { -moz-transform: translateX(-100%); }
	}

	@-webkit-keyframes scroll-left {
		0%   { -webkit-transform: translateX(100%); }
		100% { -webkit-transform: translateX(-100%); }
	}

	@keyframes scroll-left {
		0%   {
			-moz-transform: translateX(100%);
			-webkit-transform: translateX(100%);
			transform: translateX(100%);
		}
		100% {
			-moz-transform: translateX(-100%);
			-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
		}
	}

.noticias_titulo {
	position: relative;
	width: 100%;
	height: 150px;
	margin-bottom: 100px;
}
.noticias_titulo .n1 {
	position: absolute;
	height: 70%;
	width: 30%;
	background-image: linear-gradient(to right, #1a4273 , #212f6e);
}

.noticias_titulo .n2 {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 80%;
	width: 85%;
	background-image: linear-gradient(to right, #0a5e78 , #212f6e);
}

.noticias_titulo h2 {
	margin: 0;
	float: left;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
}

	.lista_medios:hover, .liga_medio:hover {
        color: #005c81;
        text-decoration: none;
        transform: scale(1.1);
        border-color: #005c81;
    }
    .lista_medios:hover div:first-child p {
		color: #005c81;
	}

.portadalibro3 {
        float: left;
        margin-bottom: 40px;
    }

    .s4, .hte {
    	padding-left: 50px!important;
        padding-right: 50px!important;
        padding-top: 20px!important;
    }
    .hte {
		padding-bottom: 50px;
	}

    .portadalibro3 a img {
        width: 100%;
        height: 100%;
        -moz-box-shadow: 0 0 5px #888;
        -webkit-box-shadow: 0 0 5px #888;
        box-shadow: 0 0 5px #888;
    }
    
    .s4 {
        height: 350px;
	}

    .portadalibro3 a {
        font-size: 0.9em;
        text-align: center;
        text-decoration: none;
        color: #fff;
        border: 1px solid #ccc;
        margin: 0;
        width: 100%;
		aspect-ratio: 1 / 1.4;
        display: block;
        float: left;
        transition: all .4s ease-in-out;
    }
    

    .portadalibro3 a:hover {
        text-decoration: none;
        background:  rgba(255, 255, 255, 0.3);
        border-color: #444;
        transform: scale(1.1);
    }

    .s4 .swiper-button-next {
    	right: 0;
    }

    .s4 .swiper-button-prev {
    	left: 0;
    }
    
    .hte .swiper-button-next {
    	right: 0;
    }

    .hte .swiper-button-prev {
    	left: 0;
    }

    .portadalibro3 .swiper-slide {
        background: none;
    }

    .s4 .swiper-button-next {
    	right: 0;
    }

    .s4 .swiper-button-prev {
    	left: 0;
    }
	
	.portadalibro3 a p {
		font-size: 0.85em;
		margin: 0;
		text-align: center;
		float: left;
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 5px;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		line-height: X;
		max-height: X*N;
		opacity: 0;
	}

    .caja_publicaciones {
    	padding: 0;
    }

    .texto_iisue {
		position: absolute;
		bottom: 10%;
		left: 0;
		padding-top: 60px;
	}
	
	h2 {
		font-size: 2.7em;
		text-transform: uppercase;
		font-weight: bold;
		text-align: center;
	}

	.texto_resumen {
		font-size: 1.1em;
		line-height: 1.8;
	}

	.videoii {
		position: relative;
		width: 100%;
		max-height: 90vh;
		overflow: hidden;
	}

	.carousel-item {
		position: relative;
	}

	#ahunam {
		margin-top: 80px;
	}

	.caja_libros {
		background-image: url('images/fondo_publicaciones.png');
		background-size: cover;
		width: 100%;
		padding: 2%;
		padding-bottom: 40px;
	}

	.caja_fondo_libros {
		background-image: linear-gradient(to right, #00738c , #005a72);
		width: 100%;
		color: #ffffff;
		float: left;
		padding-top: 60px;
		padding-bottom: 40px;
		box-shadow: 1px 16px 30px 0px rgba(0,0,0,0.75) inset;
		-webkit-box-shadow: 1px 16px 30px 0px rgba(0,0,0,0.75) inset;
		-moz-box-shadow: 1px 16px 30px 0px rgba(0,0,0,0.75) inset;
	}

	.publicaciones_titulo {
		width: 100%;
		background: #005a72;
		border-top-left-radius: 80px 40%;
		border-top-right-radius: 80px 40%;
		float: left;
		padding-top: 20px;
	}

	.ahunam_titulo {
		width: 100%;
		background: #c7b398;
		border-top-left-radius: 80px 40%;
		border-top-right-radius: 80px 40%;
		float: left;
		padding-top: 20px;
		color: #ffffff;
	}

	.ahunam_titulo h2 {
		color: #ffffff;
	}

	.ahunam_subtitulo {
		background-color: #c7b398;
		float: left;
		color: #ffffff;
		padding: 10px 5%;
	}

	.ahunam_contenido {
		background-color: #c7b398;
		float: left;
		width: 100%;
		padding: 0;
	}

    .liga_ahunam a img {
        width: 100%;
        height: auto;
		display: block;
		filter: none;
  		-webkit-filter: grayscale(0%);
    }
    
    .liga_ahunam a span {
    	display: block;
    	width: 100%;
    	padding: 10px 5px;
    	background: #c7b398;
		text-transform: uppercase;
    	color: #fff;
    	font-size: 0.8em;
		font-weight: bold;
		position: relative;
    }

    .liga_ahunam a {
        font-size: 1em;
        text-decoration: none;
        color: #fff;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
        float: left;
        height: 100%;
        background: #666;
    }

	.liga_ahunam a div {
		position: relative;
	}

	.liga_ahunam a div::after {
		content: "";
		position: absolute;
		inset: 0;
		box-shadow: 1px 16px 30px 0px rgba(0,0,0,0.75) inset;
		-webkit-box-shadow: 1px 16px 30px 0px rgba(0,0,0,0.75) inset;
		-moz-box-shadow: 1px 16px 30px 0px rgba(0,0,0,0.75) inset;
	}
    
    .liga_ahunam a:hover span {
		background: #a1a1a1;
        transition: all 0.8s ease;
    }

	.liga_ahunam a:hover span::after {
		content: "";
		position: absolute;
		inset: 0;
		box-shadow: 1px -11px 30px 0px rgba(0,0,0,0.75);
		-webkit-box-shadow: 1px -11px 30px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 1px -11px 30px 0px rgba(0,0,0,0.75);
	}
    
    .liga_ahunam a:hover img {
	    filter: grey;
		-webkit-filter: grayscale(0.1%) sepia(100%) hue-rotate(210deg);
		-webkit-transition: all 0.8s ease;
		-webkit-backface-visibility: hidden;
	}

	.biblioteca_titulo {
		width: 100%;
		background-image: linear-gradient(to right, #1e4c7d , #61d3f0);
		border-top-left-radius: 80px 40%;
		border-top-right-radius: 80px 40%;
		padding: 30px 0;
	}

	.biblioteca_titulo h2 {
		color: #ffffff;
		margin: 0;
		padding: 0;
	}

	.imagen_biblioteca {
		position: relative;
		width: 100%;
		float: left;
	}

	.imagen_biblioteca::after {
		content: "";
		position: absolute;
		inset: 0;
		box-shadow: 1px 16px 30px 0px rgba(0,0,0,0.75) inset;
		-webkit-box-shadow: 1px 16px 30px 0px rgba(0,0,0,0.75) inset;
		-moz-box-shadow: 1px 16px 30px 0px rgba(0,0,0,0.75) inset;
	}

	.caja_fondo_biblioteca p {
		color: #fff;
		padding: 20px;
		padding-bottom: 0;
	}

	.caja_fondo_biblioteca {
		position: relative;
		float: left;
		background-image: linear-gradient(to right, #102e46 , #2a6383);
	}

	#biblioteca .boton_redondeado {
		margin: 20px;
		z-index: 63000!important;
		float: left;
	}

	.museo_titulo {
		width: 100%;
		background: #263c6d;
		border-top-left-radius: 80px 40%;
		border-top-right-radius: 80px 40%;
		float: left;
		padding-top: 20px;
	}

	.museo_titulo h2 {
		color: #ffffff;
	}

	.caja_museoi h2 {
		color: #fff;
		font-family: 'Noto Serif', serif;
	}

	.caja_museoi {
		padding: 7% 3%;
		position: relative;
		overflow: hidden;
	}
	
	.fondo_museo {
		position: absolute;
		top: -30%;
		left: 0;
		background-image: url('images/FONDO_MUSEO_LINEAS.png');
		background-size: 100% 100%;
		width: 100%;
		height: 100vh;
	}
	
	.caja_museoi img {
		position: absolute;
		width: 100%;
		background-size: cover;
	}

	.caja_fondo_museo {
		float: left;
		width: 100%;
		position: relative;
	}

	.caja_fondo_museo::after {
		content: "";
		position: absolute;
		inset: 0;
		box-shadow: 1px 16px 30px 0px rgba(0,0,0,0.75) inset;
		-webkit-box-shadow: 1px 16px 30px 0px rgba(0,0,0,0.75) inset;
		-moz-box-shadow: 1px 16px 30px 0px rgba(0,0,0,0.75) inset;
	}

	.caja_museoi p {
		color: #fff;
	}

	.infinite-item {
		opacity:0;
	}

	.circulos a {
		width: 100%;
        float: left;
        margin: 0;
        padding: 20px 0 0;
        color: #707070;
		background: #f6f6f6;
        text-decoration: none;
        text-align: center;
		position: relative;
		transition: all .4s ease-in-out;
		position: relative;
	}

	.circulos a:hover {
		transform: scale(1.1);
	}

	.circulos p {
		font-size: 1.9em;
		margin-bottom: 0;
	}

	.circulos i {
		position: absolute;
		top: 8px;
		right: 8px;
		color: #b0b0b0;
	}

	.circulos a p {
		color: #707070;
		text-align: center;
	}

	.circulos a p:after {
	    content: '';
	    display: block;
	    height: 2px;
		margin-top: 10px;
	    width: 0;
	    transition: width .5s ease, background-color .5s ease;
	}

	.circulos a:hover p:after {
	    width: 100%;
	    background:#237da2;
    }

    #circulos {
    	padding-top: 100px;
    	padding-bottom: 100px;
    }

	.circle {
		position: relative;
		margin: 0 auto;
		float: left;
	}

	.circle canvas {
		vertical-align: top;
	}

	#circle1 {
		position: relative;
	}

	.circle i {
		position: absolute;
		display: inline-block;
		top: 8px;
		left: 78.5%;
		color: #237da2;
		font-size: 2.5em;
		-moz-transform: rotate(-30deg);
	    -ms-transform: rotate(-30deg);
	    -o-transform: rotate(-30deg);
	    webkit-transform: rotate(-30deg);
	    transform: rotate(-30deg);
	    display: none;
	}

	.circle strong {
		position: absolute;
		top: 32px;
		right: -5px;
		font-size: 1.7em;
		display: block;
		text-align: center;
		background: #fff;
		padding: 3px 0 3px 10px;
		line-height: 1.1;
		display: none;
	}

	@keyframes fadein {
	    from { opacity: 0; }
	    to   { opacity: 1; }
	}

	@-moz-keyframes fadein {
	    from { opacity: 0; }
	    to   { opacity: 1; }
	}

	@-webkit-keyframes fadein {
	    from { opacity: 0; }
	    to   { opacity: 1; }
	}

	@-ms-keyframes fadein {
	    from { opacity: 0; }
	    to   { opacity: 1; }
	}

	@-o-keyframes fadein {
	    from { opacity: 0; }
	    to   { opacity: 1; }
	}

	.circle span {
		display: block;
		color: #707070;
		margin-top: 12px;
	}

    *.swiper_iisue {
        padding: 0;
        width: 100%;
        margin: 0 auto;
    }
    
    .swiper_iisue .s1, .sn {
        width: 100%;
        margin: 0;
        position: relative;
    }

    .sn  .swiper-wrapper .swiper-slide {
        width: 100%;
        max-width: 950px;
	}
	
	#s1 {
		position: relative;
		margin-top: 60px;
	}

    .s1 .swiper-slide a, .sn .swiper-slide a {
        width:100%;
        height: 100%;
        display: block;
    }

    .sn .swiper-wrapper {
        width: 100%;
        max-width: 950px;
    }
    
    .s1 .swiper-wrapper {
		 width: 100%;
	}
    
    .s1 .swiper-slide {
    	width: 100%;
		max-width: 950px;
	}
    
    .s1 {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
		padding-bottom: 30px;
		padding-top: 20px!important;
    }

    .s1 .swiper-wrapper .swiper-slide {
        background-position: center;
        background-size: cover;
	}

    .s1 .swiper-slide a {
        width:100%;
        display: block;
        transition: all .4s ease-in-out;
    }
    
    .s1 .swiper-slide a:hover {
	    text-decoration: none;
		transform: scale(1.08);
	}
    
    .s1 .swiper-slide .imgbanner {
		width: 100%;
		height: auto;
		display: block;
	}
    
    .sn .swiper-pagination-bullet {
    	opacity: 0.8;
		background-color: #fff;
        display: block;
        position: relative;
    }
    .s1 .swiper-pagination-bullet {
		display: inline-block;
		width: 1.5vw;
		height: 1.5vw;
		color: #fff;
		font-size: 1.2vw;
		background-color: transparent;
		border-radius: 50%;
		margin-right: 2vw!important;
	}
    
    .s1b .swiper-pagination-bullet {
		display: inline-block;
		width: 3.4vw;
		height: 3.4vw;
		color: #fff;
		background-color: transpatent;
		border-radius: 50%;
		border: 3px solid #fff;
		margin-right: 2vw!important;
	}
	
	.s1 .swiper-pagination-bullet:last-child {
		margin-right: 0!important;
	} 

    .s1 .swiper-pagination-bullet-active {
		background-color: #fff;
	}
	
	.circul i {
		font-size: 2.55vw;
		margin: 0;
		display: block;
		padding: 0;
	}
	
	.circul {
		position: relative;
		display: block;
		background: none;
		border: none;
		border-radius: 50%;
		width: 3.15vw;
		height: 3.15vw;
		padding: 0.1vw!important;
		border: 4px solid #004a79;
		background: tansparent;
		margin-right: 2vw!important;
	}
	
	.circul:before, .circul:after {
		content: "";
		position: absolute;
		top: -0.3vw;
		left: -0.3vw;
		width: 3.4vw;
		height: 3.4vw;
		border-radius: 50%;
		border: thick solid #fff;
		filter: blur(0);
		transform-origin: 50%;
		z-index: -1;
	}
	
	.circul:hover:before, .circul:hover:after {
		border-color: transparent;
		filter: blur(2px);
		transform: scale(4);
		transition: 1000ms transform ease, 2100ms blur ease, 900ms border-color ease;
	}
	
	.circul:hover:after {
		transition-delay: 100ms;
	}

	
	.sn .swiper-pagination-bullet-active {
		background-color: transparent;
		border-color: transparent;
	}

    #progress_bar {
        margin-top: -42px;
        padding: 0;
        width: 100%;
        height: 4px;
    }

    .swiper_iisue2 {
        padding: 0;
        width: 100%;
        max-width: 726px;
        margin:0 auto;
    }

    .swiper_iisue2 .s2 {
        width: 100%;
        max-width: 726px;
        height: 196px;
        margin: 0;
        padding: 0;
        position: relative;
		padding-bottom: 10px;
    }

    .s2 .swiper-wrapper {
        width: 100%;
        height: 100%;
    }

	#s2 {
		position: absolute;
		bottom: 10px;
	}

    .s2 .swiper-slide {
        background: #fff;
        border: 1px solid #eee;
        width: 100%;
        height: 150px;
    }

    .s2 .swiper-slide a {
        width:100%;
        height: 100%;
        max-height: 150px;
        display: block;
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .s2 .swiper-pagination-bullet {
    	opacity: 0.8;
		background-color: #fff;
		border: 1px solid #ccc;
		-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.25)!important;
        -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.25)!important;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.25)!important;
        -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#333333')!important;
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#333333')!important;
    }

    .s2 .swiper-pagination-bullet-active {
		background-color: #237da2;
		border-color: #237da2;
	}

	.sm .swiper-wrapper .swiper-slide, .hte .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    
    .hte .swiper-wrapper .swiper-slide {
    	height: 400px;
    }

	.hte .swiper-pagination-bullet {
		background-color: #5278b9;
		display: inline-block;
		width: 1vw;
		height: 1vw;
		font-size: 1vw;
		border-radius: 50%;
		margin-right: 2vw!important;
    }
    
    .interes {
    	display: block;
		-webkit-border-radius: 14px;
		-moz-border-radius: 14px;
		border-radius: 14px;
		border: 1px solid #767676;
		padding: 15px;
		padding-top: 40px;
		text-align: center;
		font-size: 1.4em;
		color: #5278b9!important;
		transition: all .4s ease-in-out;
		text-decoration: none;
		height: 400px;
	}
	
	.interes p:nth-child(3) {
		font-size: 0.8em;
	}
	
	.hte a:hover {
		transform: scale(1.08);
		text-decoration: none;
	}

	#header {
			max-width: 100%;
			text-align: center;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translateX(-50%) translateY(-50%);
		}

		#header > * {
			-moz-transition: opacity 0.325s ease-in-out;
			-webkit-transition: opacity 0.325s ease-in-out;
			-ms-transition: opacity 0.325s ease-in-out;
			transition: opacity 0.325s ease-in-out;
			position: relative;
			margin-top: 3.5rem;
		}

		#header > :first-child {
			margin-top: 0;
		}

			#header > :first-child:before {
				display: none;
			}

		#header .logo {
			width: 40.5rem;
			height: 5.5rem;
			line-height: 5.5rem;
			width: 100%;
		}

		#header .logo img:first-child {
			width: 7%;
			margin-right: 20px;
			-webkit-filter: drop-shadow(1px 1px 1px #666 );
			filter: drop-shadow(1px 1px 1px #666);
		}

		#header .logo img:nth-child(2) {
			width: 38%;
			display: inline-block;
			-webkit-filter: drop-shadow(1px 1px 1px #666 );
			filter: drop-shadow(1px 1px 1px #666);
		}

		#header .content {
			border-top: 1px solid #ffffff;
			border-bottom: 1px solid #ffffff;
			max-width: 100%;
		}

			#header .content .inner {
				-moz-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
				-webkit-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
				-ms-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
				transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
				-moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
				padding: 3rem 2rem;
				overflow: hidden;
			}

				#header .content .inner > :last-child {
					margin-bottom: 0;
				}
			
			#header .content .inner p {
				color: #fff;
				font-size: 2em;
				font-weight: 600;
				line-height: 1.2;
				margin: 0;
			}

			#header .content .inner .p2 {
				display: none;
				font-size: 1em;
				line-height: 1.3;
			}

			#header .content .inner .p2 span {
				display: block;
			}

			#header .content p {
				text-transform: uppercase;
				letter-spacing: 0.2rem;
				font-size: 0.8rem;
				line-height: 2;
			}

		#header nav ul {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			margin-bottom: 0;
			list-style: none;
			padding-left: 0;
			border: solid 1px #ffffff;
			border-radius: 4px;
			flex-direction:row;
		}

			#header nav ul li {
				padding-left: 0;
				border-left: solid 1px #ffffff;
				order: 1;
				flex-grow: 1;
			}

				#header nav ul li:first-child {
					border-left: 0;
				}

				#header nav ul li a {
					font-family: 'Noto Sans', sans-serif;
					display: block;
					min-width: 9rem;
					height: 2.75rem;
					line-height: 2.75rem;
					padding: 0;
					text-transform: uppercase;
					letter-spacing: 0.2rem;
					font-size: 0.75rem;
					border-bottom: 0;
					text-decoration: none;
					color: #ffffff;
					background-color: rgba(0, 0, 0, 0.35);
					transition: all .4s ease-in-out;
				}

					#header nav ul li a:hover {
						background-color: rgba(255, 255, 255, 0.4);
						color: #222;
					}

					#header nav ul li a:active {
						background-color: rgba(255, 255, 255, 0.175);
					}

		#header nav.use-middle:after {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: calc(50% - 1px);
			width: 1px;
			height: 100%;
			background: #ffffff;
		}

		#header nav.use-middle ul li.is-middle {
			border-left: 0;
		}

		body.is-article-visible #header {
			-moz-transform: scale(0.95);
			-webkit-transform: scale(0.95);
			-ms-transform: scale(0.95);
			transform: scale(0.95);
			-moz-filter: blur(0.1rem);
			-webkit-filter: blur(0.1rem);
			-ms-filter: blur(0.1rem);
			filter: blur(0.1rem);
			opacity: 0;
		}

		body.is-preload #header {
			-moz-filter: blur(0.125rem);
			-webkit-filter: blur(0.125rem);
			-ms-filter: blur(0.125rem);
			filter: blur(0.125rem);
		}

			body.is-preload #header > * {
				opacity: 0;
			}

			body.is-preload #header .content .inner {
				max-height: 0;
				padding-top: 0;
				padding-bottom: 0;
				opacity: 0;
			}

		@media screen and (max-width: 980px) {

			#header .content p br {
				display: none;
			}
			#header .logo {
				width: 100vw;
				height: 4.5rem;
			}
			#header .content .inner .p1 {
				font-size: 1.2em;
			}

			#header nav ul li a {
				font-size: 0.6rem;
			}

		}

		@media screen and (max-width: 736px) {

			#header > * {
				margin-top: 2rem;
			}

				#header > *:before {
					top: calc(-2rem - 1px);
					height: calc(2rem + 1px);
				}

			#header .logo {
				width: 100vw;
				height: 4.5rem;
			}

				#header .logo .icon:before {
					font-size: 1.75rem;
				}

			#header .content .inner {
				padding: 2.5rem 1rem;
			}

			#header .content p {
				line-height: 1.875;
			}

			#header .content .inner .p1 {
				display: none;
			}

			#header .content .inner .p2 {
				display: inline;
			}

		}

		@media screen and (max-width: 480px) {

			#header {
				padding: 1.5rem 0;
			}

				#header .content .inner {
					padding: 2.5rem 0;
				}

				#header nav ul {
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
					min-width: 10rem;
					max-width: 100%;
				}

					#header nav ul li {
						border-left: 0;
						border-top: solid 1px #ffffff;
					}

						#header nav ul li:first-child {
							border-top: 0;
						}

						#header nav ul li a {
							height: 3rem;
							line-height: 3rem;
							min-width: 0;
							width: 100%;
						}

				#header nav.use-middle:after {
					display: none;
				}

		}

	.go_down, .go_down2  {
		display: block;
		position: absolute;
		bottom: 0;
		height: 10vh;
		text-decoration: none;
		text-align: center;
		z-index: 20000;
	}

	.go_down span, .go_down2 span {
		display: block;
		color: #fff;
		text-transform: uppercase;
		font-size: 0.75em;
		margin: 0;
		padding: 0;
	}

	.go_down i, .go_down2 i {
		color: #fff;
		font-size: 1.5em;
		-webkit-animation: sdb05 1.5s infinite;
		animation: sdb05 1.5s infinite;
	}

	.go_down img, .go_down2 img {
		width: 100%;
	}

	@-webkit-keyframes sdb05 {
		0% {
			-webkit-transform: translate(0, 0);
			opacity: 0;
		}
		50% {
			opacity: 1;
		}
		100% {
			-webkit-transform: translate(0, 20px);
			opacity: 0;
		}
	}

	@keyframes sdb05 {
		0% {
			transform: translate(0, 0);
			opacity: 0;
		}
		50% {
			opacity: 1;
		}
		100% {
			transform: translate(0, 20px);
			opacity: 0;
		}
	}

	.grid {
		max-width: 1200px;
	}

    .grid-item {
    	position: relative;
    }

    .grid:after {
		content: '';
		display: block;
		clear: both;
	}

	.grid-item img {
		display: block;
		width: 100%;
		height: auto;
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}

	.grid-item a:hover img {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}

	.grid-item a {
		display: block;
		width: 100%;
		height: auto;
	}

	.grid-item a p {
		font-size: 0.9em;
		color: #fff;
		margin: 0;
		text-align: center;
		display: block;
		transition: .5s ease;
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 10px;
		width: 100%;
		background: rgba( 0, 0, 0, 0.35 );
	}

	.grid-item:hover p {
		opacity: 1;
	}

	.grid-sizer, .grid-item { width: 20%; }
	.grid-item--width2 { width: 40%; }

.caja_descripcion_area {
	background: rgba( 0, 0, 0, 0.35 );
	position: absolute;
	bottom: 0;
	padding: 15px;
	width: 100%;
}

.caja_descripcion_area p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 0.9em;
}

.slideup1, .slidedown1 {
	max-height: 800px;
	overflow-y: hidden;
	-webkit-transition: max-height 0.9s ease-in-out;
	-moz-transition: max-height 0.9s ease-in-out;
	-o-transition: max-height 0.9s ease-in-out;
	transition: max-height 0.9s ease-in-out;
}

.slidedown1 {
    max-height: 800px;
    background: rgba( 0, 0, 0, 0.7 );
}

	@media (max-width:1645px) {
		.sm .swiper-wrapper .swiper-slide {
        	height: 300px;
        }
	}

	@media (max-width:1300px) {
		.sm .swiper-wrapper .swiper-slide {
        	height: 240px;
        }
	}

	@media (max-width:1140px) {

		h2 {
			font-size: 1.8em;
		}

		.texto_resumen {
			font-size: 1em;
		}

		.go_down i, .go_down2 i {
			font-size: 1.1em;
		}

		.sm .swiper-wrapper .swiper-slide {
        	height: 220px;
        }
	}

    @media (max-width:991px) {

		h2 {
			font-size: 1.7em;
		}
		
		h3 {
			font-size: 1.3em;
		}

		.texto_resumen {
			font-size: 1.2em;
		}

		.sm {
			margin-top: 20px;
			margin-bottom: 30px;
		}

		.caja_museoi {
			padding-bottom: 60px;
		}

		.sm .swiper-wrapper .swiper-slide {
        	height: 240px;
        }

		.sn .swiper-wrapper .swiper-slide {
	        height: 210px;
	    }

		.go_down i, .go_down2 i {
			font-size: 0.95em;
		}

		.fancybox-button {
			padding: 5px 5px 20px 20px!important;
		}

		#circulos {
	    	padding-top: 50px;
	    	padding-bottom: 30px;
	    }

	    .circulos a {
	    	margin-bottom: 30px;
		}

    }

    @media (max-width:767px) {
        .grid-sizer, .grid-item { width: 33%; }

		h2 {
			font-size: 1.7em;
		}
		
		h3 {
			font-size: 1.3em;
		}
		
		.nots_titulo {
			font-size: 1em;
		}
		
		.titulo_seccion {
			font-size: 1.3em;
		}

		.texto_resumen {
			font-size: 1em;
		}

		.sn .swiper-wrapper .swiper-slide {
	        height: 180px;
	    }

	    .sm .swiper-wrapper .swiper-slide {
        	height: 200px;
        }

		.go_down i, .go_down2 i {
			font-size: 0.9em;
		}

		.fancybox-close-small {
			display: none !important;
		}

		#popup {
			width: 90%;
		}

		#circulos {
	    	padding-top: 35px;
	    	padding-bottom: 30px;
	    }

	    .circulos a {
	    	margin-bottom: 20px;
		}
	}

    @media (max-width:576px) {
        .grid-sizer, .grid-item { width: 50%; }

		h2 {
			font-size: 1.7em;
		}
		
		h3 {
			font-size: 1.3em;
		}
		
		.titulo_seccion {
			font-size: 1.2em;
		}

		.sn .swiper-wrapper .swiper-slide {
	        height: 150px;
	    }

	    .circulos a  p {
			font-size: 0.85em;
		}

		.circle strong {
			font-size: 1.5em;
		}

		.sm .swiper-wrapper .swiper-slide {
        	height: 160px;
        }
    }

    @media (max-width:400px) {
    	.hvrbox .hvrbox-text {
			transform: translateY(2px);
			font-size: 0.8em;
		}

		.sm .swiper-wrapper .swiper-slide {
        	height: 140px;
        }
		
		h2 {
			font-size: 1.7em;
		}
		
		h3 {
			font-size: 1.3em;
		}
		
		.titulo_seccion {
			font-size: 1.1em;
		}
    }
:root {
  --step--3: clamp(2.13rem, 1.96rem + 1.41vw, 3.76rem);
  --step--2: clamp(3.13rem, 2.62rem + 2.51vw, 5.76rem);
  --step--1: clamp(3.75rem, 3.09rem + 3.29vw, 7.20rem);
  --step-0: clamp(4.50rem, 3.64rem + 4.29vw, 9.00rem);
}

@-webkit-keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes marquee-r {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes marquee-r {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

.marquee {
  color: #fefefe;
  font-size: 2em;
  height: calc(40px + 2rem);
  overflow: hidden;
  position: relative;
  width: 100vw;
  background: #5378b9;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,.3);
		-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,.3);
		box-shadow: 0px 2px 4px 0px rgba(0,0,0,.3);
}

.track {
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  transition: background-color 300ms ease, color 300ms ease;
  white-space: nowrap;
}
.track .text {
  -webkit-animation: marquee 30000ms linear infinite;
  animation: marquee 30000ms linear infinite;
  align-items: center;
  display: inline-flex;
  will-change: transform;
  line-height: 1.4;
  color: #fefefe;
}
.track .text.-r {
  -webkit-animation-name: marquee-r;
  animation-name: marquee-r;
}

.caja_texto_otros {
		padding: 0;
		margin-bottom: 80px;
		width: 100%;
		border: none!important;
    }
	
	.caja_texto_otros a {
		height: 100%;
		display: block;
		color: #fefefe;
		padding: 15px;
		text-decoration: none;
	}

	.caja_texto_otros a:hover {
		background: #102360;
		transition: background-color .8s ease;
	}
	
	.section {
		margin-top: 120px;
	}
	
	.caja_seccion {
		margin-top: 80px;
	}
	
	.cont_noticias {
		float: left;
		width: 100%;
		height: 45%;
		margin-bottom: 5%;
		position: relative;
	}
	
	.c_noticias {
		width: 40%;
		height: 100%;
		margin-left: 30%;
		float: left;
		position: relative;
	}
	
	.noticia {
		width: 99%;
		height: 100%;
		background: #fff;
		margin: 0 auto;
		border-radius: 14px;
		opacity: 0;
		padding: 14px;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.noticia:first-child {
		display: block;
	}
	
	#bnoti {
		width: 80%;
		margin-left: 10%;
		background: none;
		color: #fff;
		margin-top: 3%;
		text-align: center;
	}
	
	#bnoti a {
		display: inline-block;
		color: #fff;
		padding: 8px;
		margin-right: 65px;
	}
	
	#bnoti a:last-child {
		margin-right: 0;
	}
	
	.contenedor {
		position: relative;
	}
	
	.videoii {
		height: 100vh;
	    width: 100vw;
	    background: #00497A;
	    padding: 0;
	    margin: 0;
	    max-height: 100vh;
	    position: relative;
	}
	
	.c-direction-block_item.-one{
		width: 100px;
		height: 30vh;
		transform: rotate(90deg);
	}
	.c-direction-block_item.-two{top:45%}
	.c-direction-block_item.-three{top:55%;transform:rotate(9deg)}
	.c-direction-block_item.-four{top:68%;transform:translateX(-50vw) rotate(-19deg)}
	.c-direction-block_item.-five{top:63%;transform:translateX(-10vw) rotate(3deg)}

	.c-direction-block_item span{background-color:#fff;display:block;padding:0;white-space:nowrap}
	.c-direction-block_item.-two{top:45%}
	.c-direction-block_item.-three{top:55%;transform:rotate(9deg)}
	.c-direction-block_item.-four{top:68%;transform:translateX(-50vw) rotate(-19deg)}
	
	.b_arriba {
		background:#00497a;
		position: absolute;
		left: 0;
		top: -42%;
		height: 42%;
		width: 100%;
	}
	
	.b_abajo {
		background: #00497a;
		position: absolute;
		transform-origin: 0,0;
		left: 0;
		bottom: -42%;
		height: 42%;
		width: 100vw;
	}
	
	.b_izquierda {
		background:#00497a;
		position: absolute;
		transform-origin: 0,0;
		top: 0;
		left: -55%;
		width: 50%;
		height: 100vh;
	}
	
	.b_derecha {
		background:#00497a;
		position: absolute;
		transform-origin: 0,0;
		top: 0;
		right: -55%;
		width: 50%;
		height: 100vh;
	}

	
	.nots {
	    padding: 0;
	    padding-top: 3vh;
	    margin: 0;
	    opacity: 1;
	    height: 100vh;
	    position: relative;
	    background: #00497a;
	    overflow: hidden;
	}
	
	.fondo_nots {
		position: absolute;
		top: -20%;
		left: 0;
		background-image: url('images/fondo_noticias.png');
		background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    width: 100%;
	    height: 150%;
	}
	
	.nots .c_noticias img {
		width: 100%;
		height: 100%;
	}

	.centrar {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		width: 100%;
	}
	
	.relleno2 {
		height: 100vh;
	    width: 90vw;
	}

	video{
		width: 100vw;
		height: 100vh;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
		
	.barras {
		background: #00497a;
		position: absolute;
	}

	#arriba {
		width: 100%;
		top:0;
		left: 0;
	}
	#abajo {
		width: 100%;
		bottom:0;
		left: 0;
	}
	#izquierda {
		height: 100%;
		top:0;
		left: 0;
	}
	#derecha {
		height: 100%;
		right:0;
		top: 0;
	}
	#abajo2 {
		height: 1%;
		bottom:0;
		left: 0;
		background: #fff;
	}
	
	.fixedElement {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}
	main {
		margin-top: -40vh;
	}
	
	.swiper_noticias {
		width: 30%;
		height: 60%;
		margin: 0 auto;
		display: block;
	}
	
	.snoti {
		margin-top: 20%;
		height: 80%;
	}
	
	.snoti .swiper-slide a {
        width:100%;
        height: 100%;
        display: block;
        background-size: cover;
        background-position: center center;
        border: 1px solid #ccc;
    }

    .snoti .swiper-wrapper {
        width: 100%;
        height: 100%;
    }

    .snoti .swiper-wrapper .swiper-slide {
        text-align: center;
		font-size: 18px;
		background: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		width: 30%;
		border-radius: 14px;
	}

    .snoti .swiper-slide a {
        width:100%;
        display: block;
        border: 1px solid #ccc;
    }
    
    .snoti .swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#pnoti {
		width: 80%;
		margin-left: 10%;
		background: none;
		color: #fff;
		margin-top: 3%;
		text-align: center;
	}
	#pnoti .swiper-pagination-bullet {
    	width: 22px;
		height: 22px;
		text-align: center;
		line-height: 18px;
		letter-spacing: 0.085em;
		font-size: 14px;
		color: #fff;
		opacity: 1;
		border: 2px solid #fff;
		background: none;
		margin-right: 1%;
		margin-left: 1%;
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
		display: inline-block;
    }

    #pnoti .swiper-pagination-bullet-active {
		background-color: #fff;
		color: #fff;
	}
	
	.titulo_noticias {
		display: block;
		font-size: 3vw;
		color: #fff!important;
		text-align: center;
		font-weight: bold;
		letter-spacing: 0.25em;
		margin-bottom: 5vh;
	}
	
	#tn {
		position: absolute;
		top: 3vh;
		left: 50%;
		transform: translateX(-50%);
		visibility: hidden;
	}
	
	.circulito {
		font-size: 0.5em;
	}
	
	#rope {
		position: absolute;
		top: 20px;
		left: 20px;
		background: #fff;
		width: 0;
		height: 8px;

		transform: rotate(80deg);
		transform-origin: 0% 0%;
	}
	
	#lineas {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.circle i {
		color: #85146e;
	}
	
	.loguito {
		position: absolute;
		bottom: 5px;
		right: 5px;
	}
	
	.logo_medio {
		border-radius: 50%;
		border: 1px solid #ccc;
		
	}
	
	#tith {
  margin-top: -75px;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}

#tith img {
	width: 30%;
	display: block;
	margin: 0 auto;
}

.br_noticia {
	float: left;
	width: 30%;
	padding: 0;
	padding-right: 15px;
	position: relative;
}

.br_noticia img {
	height: 200px;
	display: block;
	margin: 0 auto;
}

.tnoticia {
	width: 70%;
	float: left;
	margin: 0;
	padding: 10px;
	padding-bottom: 0;
}

.textosh {
	padding: 0 8%;
	margin: 0;
	background-image: url("/iisue/imagen/instituto/avisos_institucionales/pestaniab.png");
	background-repeat: repeat, no-repeat;
	background-size: 100%;
}

.fff {
	background-color: rgba(254,254,254,.4);
}

.fff img {
	width: 100%;
	height: auto;
}

.banner {
	width: 100%;
	position: relative;
	padding: 0;
	display: block;
	text-decoration: none;
	position: relative;
	float: left;
}

.banner  p {
	color: #fff;
}

.titulonh, .tituloh {
	font-size: 1.5em;
	font-weight: bold;
}

.videoba {
	padding: 30px 0 20px 30px;
	background: rgb(0,139,225);
	background-image: url("/iisue/imagen/instituto/avisos_institucionales/editoriales3.png");
}

.snnota1 {
	padding: 20px 0 60px 60px;
	background-image: url("/iisue/imagen/instituto/avisos_institucionales/editoriales1.jpg");
}
.snnota2 {
	padding: 70px 0 20px 60px;
	background-image: url("/iisue/imagen/instituto/avisos_institucionales/editoriales2.jpg");
}

.textosnh {
	position: relative;
	float: left;
	width: 100%;
	background-size: cover;
}

.videoba p {
	color: #000;
}

.yyy {
	position: absolute;
	color: red;
	bottom: 5px;
	right: 20px;;
}

.fondito {
	margin: 0;
	width: 100%;
}

.fondito img {
	display: block;
	margin: 0;
	width: 100%;
}

.descripcionh {
	margin: 0;
	padding: 0;
}

@media (max-width: 992px) {
				
	.tituloh, .titulonh {
		font-size:1em;
		line-height: 1.2;
	}
	
	.descripcionh, .descripcionnh {
		font-size: 0.8em;
	}

	#header {
		transform: translateX(-50%) translateY(-60%);
	}

}

@media (max-width: 767px) {

	.br_noticia {
		width: 100%;
		margin-bottom: 30px;
	}

	.tnoticia {
		padding-left: 20px;
	}

	.st:first-child {
		font-size: 1.8em;
	}

	.tnoticia {
		width: 100%;
	}

	.videoba p {
		color: #fff;
		background: rgba(0,0,0,0.4);
		padding: 10px;
	}

	.interes {
    	font-size: 1.25em;
	}
	
	.interes p:nth-child(3) {
		font-size: 0.8em;
	}

	#header .logo img:first-child {
		width: 10%;
	}

	#header .logo img:nth-child(2) {
		width: 48%;
	}
	
}

@media (max-width:576px) {
	#header .logo img:first-child {
		width: 14%;
	}

	#header .logo img:nth-child(2) {
		width: 68%;
	}
}