/* Version 1.11.1 */
.contenedor-crie {
	height: auto;
}

.notiprincipal {
	height: 100%;
}

.owl-carousel .contenedor-crie > .footer-crie {
	text-align: center;
	padding: 0 10px;
	height: 30px;
	background-color: #004278;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
}

.owl-carousel .contenedor-crie > .footer-crie a {
	color: white;
	text-decoration: none;
	font-weight: 800;
}

.owl-carousel .contenedor-crie > .titulo-crie {
	padding: 0 15px;
	margin: 5px 0;
	height: 64px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "Myriad Pro Cond";
}

.owl-carousel .contenedor-crie > .titulo-crie > a {
	font-size: 2rem;
	color: #56575b;
	text-decoration: none;
	font-weight: 600;
	font-family: "Oswald";
}

.owl-carousel .contenedor-crie > .imagen-crie img {
	/* object-fit: fill; */
	object-fit: cover;
	height: 250px;
	/* object-position: center center; */
	/* object-position: -17px 0; */
	/* width: 90%; */
	margin: 0 auto;
}

.owl-carousel .contenedor-crie > .titulo-crie > a {
	font-size: 2rem;
	color: #56575b;
	text-decoration: none;
	font-weight: 600;
}

.videoIni iframe {
	max-width: 1082px;
	aspect-ratio: 16/9;
}

.owl-nav {
	position: relative;
}
.owl-prev,
.owl-next {
	font-size: 30px !important;
	position: absolute;
}
.owl-carousel .contenedor-crie > .contenido-crie {
	padding: 0 10px;
	height: 220px;
}
div.carrusel-noticias{
	position: relative;
}

.owl-prev{
	margin: -70% 0 0 -3%;
}

.owl-next{
	margin: -70% -3% 0 0;
}

@media (min-width: 576px){
	.owl-prev {
		margin: -45% 0 0 -2%;
	}
	.owl-next {
		margin: -45% -2% 0 0;
	}
	.owl-carousel .contenedor-crie > .imagen-crie img{
		width: 100%;
	}
	.stop2, .play2{
		width: auto;
		height: auto;
		margin: 0;
	}
}
@media (min-width: 768px){
	.videoIni {
		margin: auto 0;
	}
	.owl-carousel .contenedor-crie > .contenido-crie {
		height: 180px;
	}
	.owl-prev {
		margin: -94% 0 0 -5%;
	}
	.owl-next {
		margin: -94% -5% 0 0;
	}
}
@media (min-width: 992px){
	.owl-carousel .contenedor-crie > .contenido-crie {
		height: 175px;
	}
	.owl-prev {
		margin: -90% 0 0 -5%;
	}
	.owl-next {
		margin: -90% -5% 0 0;
	}
	.block-titulo{
		font-size: 20pt;
	}
	.stop2 , .play2{
		margin: 0;
	}
}
@media (min-width: 1200px) {
	.owl-carousel .contenedor-crie > .contenido-crie {
		height: 150px;
	}
	.owl-prev {
		margin: -73% 0 0 -4%;
	}
	.owl-next {
		margin: -73% -4% 0 0;
	}
}
@media (min-width: 1400px) {
}

@media (min-width: 1600px) {
	.owl-prev {
		margin: -50% 0 0 -3%;
	}
	.owl-next {
		margin: -50% -3% 0 0;
	}
}
