/** RESET AND LAYOUT
===================================*/

.slide{
	width:50%;	
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
    /*background: linear-gradient(to bottom, #E6E6E6 0%,#E6E6E6 43%,#E6E6E6 110%,#E6E6E6 93%,#E6E6E6 100%);*/  /* educapra */
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
   
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	
	background: #fff;
	*/
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #FFFFFF;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fd8a23;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

    .bx-wrapper .bx-prev {
        left: 0;
        background-image: url(../../../image/elementos.png);
        background-repeat: no-repeat;
        /*background-position: 0 -43px;*/
        background-position: -12px -51px;
    }

    .bx-wrapper .bx-next {
        right: 0;
        background-image: url(../../../image/elementos.png);
        background-repeat: no-repeat;
        /*background-position: -22px -43px;*/
        background-position: -34px -51px;
    }

    .bx-wrapper .bx-prev:hover {
        /*background-position: 0 -120px;*/
        background-position: -12px -128px;
    }

    .bx-wrapper .bx-next:hover {
        /*background-position: -22px -120px;*/
        background-position: -34px -128px;
    }

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -38.5px;
	outline: 0;
	width: 22px;
	height: 77px;
	text-indent: -9999px;
	z-index: 1;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/*-------------------------------------------
    Homepage Caraousel
-------------------------------------------*/

* html .carousel { height: 348px !important; }
/** html .slide-caption { height: 220px; }*/
* html .carousel-item { height: 348px; }

.carousel-controls { 
	position: absolute; 
	z-index: 100;
	width:100%; 
	left:0; 
	bottom: 15%; 
	display:none;
}

.carousel-controls .options{
	padding:0 40px;	
}

/*.carousel-controls .options .control-ver{
	position:relative;
	width:120px;
	padding-left:20px;
	height:33px;
	font-size:13px;
	line-height:33px;
	color:#61605d;
	border-radius:5px;
	display:block;
	font-weight:600;
	background:#ffffff;
	cursor:pointer;
    text-decoration:none;
}

.carousel-controls .options .control-ver::after{
	position:absolute;
	width:125px;
	height:33px;
	left:0;
	top:0;
	background:url(../../../image/triangulo.png) no-repeat 100px 11px;
	z-index:9999;
	content:"";
}

.carousel-controls .options .control-ver:hover{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 40%, #caccc9 98%, #b8bab6 100%);*/ /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(40%,#f7f7f7), color-stop(98%,#caccc9), color-stop(100%,#b8bab6));*/ /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 40%,#caccc9 98%,#b8bab6 100%);*/ /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 40%,#caccc9 98%,#b8bab6 100%);*/ /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 40%,#caccc9 98%,#b8bab6 100%);*/ /* IE10+ */
	/*background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 40%,#caccc9 98%,#b8bab6 100%);*/ /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b8bab6',GradientType=0 );*/ /* IE6-8 */
/*}*/

/**/

.fuente a {
	text-decoration: none;
}

.fuente a:focus, .fuente a:active {
	text-decoration: none;
	outline: none;
}

.leer-mas {
	position: relative;
	cursor: pointer;
	z-index:20;
}

	.leer-mas:hover {
		content: url('../../../image/img-leermas-hover-2.png');
	}

	.control-ver {
	position: relative;
	width: 120px;
	padding-left: 20px;
	height: 33px;
	font-size: 15px;
	line-height: 38px;
	font-family: 'Lato Regular', sans-serif;
	color: #FFFFFF;
	border-radius: 5px;
	padding: 10px 20px;
	font-weight: 600;
	background: #878787;
	cursor: pointer;
	text-decoration: none;
}

		.control-ver::after {
			position: absolute;
			width: 125px;
			height: 33px;
			left: 0;
			top: 0;
			background: url(../../../image/triangulo.png) no-repeat 100px 11px;
			z-index: 9999;
			content: "";
		}

	.control-ver:hover {
		background: #878787;
		color: #2a6496;
		text-decoration: underline;
		background: -moz-linear-gradient(top, #878787 0%, #f7f7f7 40%, #caccc9 98%, #b8bab6 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#878787), color-stop(40%,#f7f7f7), color-stop(98%,#caccc9), color-stop(100%,#b8bab6)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #878787 0%,#f7f7f7 40%,#caccc9 98%,#b8bab6 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #878787 0%,#f7f7f7 40%,#caccc9 98%,#b8bab6 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #878787 0%,#f7f7f7 40%,#caccc9 98%,#b8bab6 100%); /* IE10+ */
		background: linear-gradient(to bottom, #878787 0%,#f7f7f7 40%,#caccc9 98%,#b8bab6 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#b8bab6',GradientType=0 ); /* IE6-8 */
	}

	.control-ver:focus, .control-ver:active {
		outline: none;
		background: #878787;
		color: #2a6496;
		text-decoration: underline;
		background: -moz-linear-gradient(top, #878787 0%, #f7f7f7 40%, #caccc9 98%, #b8bab6 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#878787), color-stop(40%,#f7f7f7), color-stop(98%,#caccc9), color-stop(100%,#b8bab6)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #878787 0%,#f7f7f7 40%,#caccc9 98%,#b8bab6 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #878787 0%,#f7f7f7 40%,#caccc9 98%,#b8bab6 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #878787 0%,#f7f7f7 40%,#caccc9 98%,#b8bab6 100%); /* IE10+ */
		background: linear-gradient(to bottom, #878787 0%,#f7f7f7 40%,#caccc9 98%,#b8bab6 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#b8bab6',GradientType=0 ); /* IE6-8 */
	}

.carousel-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* Fondo negro semitransparente */
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

	.carousel-loader::after {
		content: "";
		width: 50px;
		height: 50px;
		border: 5px solid rgba(255, 255, 255, 0.3);
		border-radius: 50%;
		border-top-color: #fff;
		animation: spin 1s linear infinite;
	}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/**********************/

/*.footer-container {*/
	/*background: linear-gradient(to bottom, #D50000, #B71C1C);*/
	/*color: white;
	font-family: Arial, sans-serif;
	padding: 20px 0;
	text-align: center;
}*/

/* Parte superior con información y certificaciones */
/*.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 50px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}*/

/* Información de contacto */
/*.footer-info {
	text-align: left;
	width: 50%;
}

	.footer-info p {
		margin: 5px 0;
		font-size: 14px;
	}

	.footer-info i {
		margin-right: 8px;
	}*/

/* Sección de certificaciones */
/*.footer-certifications {
	text-align: right;
	width: 50%;
}

	.footer-certifications h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}

.certification-images img {
	width: 60px;
	margin: 0 5px;
}*/

/* Parte inferior con redes sociales y derechos */
/*.footer-bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px 0;
}

.footer-social-icons {
	margin-bottom: 10px;
}

	.footer-social-icons a {
		color: white;
		font-size: 18px;
		margin: 0 10px;
		text-decoration: none;
		transition: 0.3s;
	}

		.footer-social-icons a:hover {
			color: #FFD700;
		}

.footer-bottom p {
	font-size: 14px;
}*/

/**********************/

.search-container {
	display: flex;
	align-items: center;
	background-color: white;
	border: 1px solid #07678D; /* Color del borde */
	border-radius: 15px; /* Bordes redondeados */
	padding: 2px 5px;
	width: auto; /* Ajusta el ancho según sea necesario */
	height: 30px; /* Altura fija para evitar deformaciones */
	top: 22px; /* Baja el buscador */
	position: relative;
}

.search-box {
	flex: 1;
	border: none;
	outline: none;
	padding: 10px 15px;
	border-radius: 30px;
	font-size: 14px;
	width: 150px; /* Ajusta el ancho */
	height: 24px; /* Ajusta la altura */
}

.button-buscar {
	background-color: #07678D;
	border: none;
	width: 30px; /* Ajusta el tamaño del botón */
	height: 30px; /* Asegura que el botón no sea más grande que el input */
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	margin-right: -6px;
}

	.button-buscar img {
		width: 14px; /* Ajusta el tamaño del ícono */
		height: 14px;
	}


@media (max-width: 768px) {
	.search-box {
		width: 80px; /* Reduce el tamaño en móviles */
	}
}

/**/

.carousel-controls a { float: left; width: 18px; height: 31px; display:block;  }
.carousel-controls .next { background-position:-167px 0; margin-left:10px; }
.carousel-controls .next:hover, .carousel-controls .next:focus { background-position:-167px -32px; }
.carousel-controls .previous { background-position:-148px 0;  }
.carousel-controls .previous:hover, .carousel-controls .previous:focus { background-position:-148px -32px; }
/*
.carousel-controls .pause { background-position: -33px -32px; border-left: 1px solid #333; }
.carousel-controls .pause:hover, .carousel-controls .pause:focus { background-position: -33px 0; border-color: #ccc; }
.carousel-controls .play { position: relative; bottom: auto; left: auto; background-position: -66px -32px; border-left: 1px solid #333;}
.carousel-controls .play:hover, .carousel-controls .play:focus { background-position: -66px 0; border-color: #ccc; }*/

.carousel .prev-image { background-color:#98211d !important; position: absolute; top: 0; left: -1137px; }
.carousel .next-image { background-color:#e98124 !important; position: absolute; top: 0; right: -1137px; }

/*.slide-caption { 
	height: 100%;
	min-height: 200px; 
	padding: 68px 40px 80px; 
	background-color: rgba(155, 33, 29, 0.9);
}*/

.slide-caption {
	position: absolute; /* Relativo al contenedor */
	bottom: 0; /* Pegado a la parte inferior */
	left: 0; /* Alineado al lado izquierdo */
	width: 100%; /* Ocupa todo el ancho */
	height: 55px; /* Define una altura específica para la franja */
	padding: 5px 10px; /* Espaciado interno para el texto */
	background-color: rgba(68,68,68, 0.75); /* Fondo oscuro semitransparente */
	color: white; /* Texto blanco */
	display: flex; /* Activa flexbox */
	align-items: center; /* Centra verticalmente */
	gap: 5px; /* Espaciado entre los elementos */
	z-index: 10; /* Asegura que esté sobre otros elementos */
	font-size: 16px; /* Tamaño del texto */
	text-align: left; /* Texto alineado a la izquierda */
}

.slide-caption .fecha{ 
	color: rgb(255, 148, 44);
	font-family: 'open_sanssemibold';
	font-size: 14px;
}

	.slide-caption .fuente {
		display: block; /* Asegura que ocupe su propia línea */
		/*font-family: 'open_sanssemibold';*/
		font-family: 'Lato Regular', sans-serif;
		color: #FFFFFF;
		font-size: 18px;
		font-weight:bold;
		max-height: 160px;
		overflow: hidden;
		width: 73%;
		/*padding-left: 5px;*/
		margin: 0; /* Elimina márgenes extra */
	}


.header .wrap:after, .utility:after, .utility form:after, .footer .wrap:after, .primary .wrap:after, .copy-footer ul:after, .streamer:after, .carousel .wrap:after, .split:after, .split-a:after, .split-b:after, form.subscribe:after, .prime:after, .directory-search:after, .breadcrumb:after, .feature:after, .lead-date:after, .details:after, .data-tweet:after, .section:after, .filter-wrap:after, .filter-wrap ul:after, .expandable ul:after, .slide-callout:after, .message:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; }

.primary { min-height: 605px; min-width: 1137px;}
.intro-wrap { padding: 0 0 87px;  }
.intro-wrap + .wrap { margin-top: -87px; }
.wrap {
	width: 100%;
	margin: 0 auto;
}
#twocol_wrap { width: 914px; float: right; }


.carousel { height: 467px; overflow: hidden; }/*JJVM*/
.carousel .wrap { position: relative; height: 100%;}
/*.slide-caption { position: relative; z-index: 10; float: left; width: 376px; min-height: 280px; padding: 68px 40px 0;}*/
.slide-callout { width: 900px; }
.carousel-image {
	position: absolute;
	right: 0;
	height: 100%;
	width: 100%;
}
.carousel-item { position: relative; }	
.carousel-item-secondary { display: none; }

/*
.carousel {
	height: 348px;
	overflow: hidden;
}

	.carousel .wrap {
		position: relative;
		height: 100%;
	}

.slide-caption {
	position: relative;
	z-index: 10;
	float: right;
	width: 376px;
	min-height: 280px;
	padding: 68px 40px 0;
}

.slide-callout {
	width: 900px;
}

.carousel-image {
	position: absolute;
	right: 0;
	height: 100%;
}
*/