/****************** Body ******************/
body {
  font-family:'Open Sans Condensed', sans-serif !important;
}

/****************** Letter spacing ******************/
.txt-ls-1 { letter-spacing: 1px !important; }
.txt-ls-2 { letter-spacing: 2px !important; }
.txt-ls-3 { letter-spacing: 3px !important; }
.txt-ls-4 { letter-spacing: 4px !important; }
.txt-ls-5 { letter-spacing: 5px !important; }
.txt-ls-6 { letter-spacing: 6px !important; }
.txt-ls-7 { letter-spacing: 7px !important; }
.txt-ls-8 { letter-spacing: 8px !important; }
.txt-ls-9 { letter-spacing: 9px !important; }
.txt-ls-10 { letter-spacing: 10px !important; }

/****************** Opacity ******************/
.opacity-1 { opacity: 0.1 !important; }
.opacity-2 { opacity: 0.2 !important; }
.opacity-3 { opacity: 0.3 !important; }
.opacity-4 { opacity: 0.4 !important; }
.opacity-5 { opacity: 0.5 !important; }
.opacity-6 { opacity: 0.6 !important; }
.opacity-7 { opacity: 0.7 !important; }
.opacity-8 { opacity: 0.8 !important; }
.opacity-9 { opacity: 0.9 !important; }
.opacity-10 { opacity: 1 !important; }

/****************** Z-index ******************/
.zindex-0 { z-index: 0 !important; }
.zindex-1 { z-index: 10 !important; }
.zindex-2 { z-index: 20 !important; }
.zindex-3 { z-index: 30 !important; }
.zindex-4 { z-index: 40 !important; }
.zindex-5 { z-index: 50 !important; }
.zindex-6 { z-index: 60 !important; }
.zindex-7 { z-index: 70 !important; }
.zindex-8 { z-index: 80 !important; }
.zindex-9 { z-index: 90 !important; }
.zindex-10 { z-index: 100 !important; }
.zindex-99 { z-index: 99 !important; }
.zindex-999 { z-index: 999 !important; }
.zindex-9999 { z-index: 9999 !important; }

/****************** Position: Right; ******************/
.txt-pr-0 { right: 0 !important; }
.txt-pr-1 { right: 1px !important; }
.txt-pr-2 { right: 2px !important; }
.txt-pr-3 { right: 3px !important; }
.txt-pr-4 { right: 4px !important; }
.txt-pr-5 { right: 5px !important; }
.txt-pr-6 { right: 6px !important; }
.txt-pr-7 { right: 7px !important; }
.txt-pr-8 { right: 8px !important; }
.txt-pr-9 { right: 9px !important; }
.txt-pr-10 { right: 10px !important; }
.txt-pr-15 { right: 15px !important; }
.txt-pr-20 { right: 20px !important; }
.txt-pr-25 { right: 25px !important; }
.txt-pr-30 { right: 30px !important; }
.txt-pr-50 { right: 50px !important; }
.txt-pr-100 { right: 100px !important; }

/****************** Transition ******************/
a:hover, li:hover, button:hover {
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
}

/****************** Cursor ******************/
.cursor-pointer {
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
  	cursor: pointer;
}
.cursor-pointer:hover {
	opacity: 0.5;
}

/****************** Opacity ******************/
a.link-hover-opacity:hover {
	opacity: 0.5;
}

/****************** Shadow ******************/
a.link-hover-shadow:hover {
	box-shadow: 0 0 15px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 15px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 15px 3px rgba(0,0,0,0.5);
}

/****************** Rotate ******************/
.rotate-rl {    
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	white-space: nowrap;
	display: inline-block;
	overflow: visible;
}

.rotate-rr {    
	writing-mode: vertical-rl;
	transform: rotate(-180deg);
	white-space: nowrap;
	display: inline-block;
	overflow: visible;
}

/****************** Full width ******************/
.full-width {
	width: 100vw !important;
	position: relative !important;
	margin-left: -50vw !important;
	left: 50% !important;
}

/****************** Dropdown Menu Scroll ******************/
.dropdown-menu-scroll {
	height: auto; 
}

/****************** Section Container ******************/
.sectionContainer {
	margin-top: 160px;
}

.sectionContainerMain {
	margin-top: 200px;
}

/****************** Header ******************/
.header-on {
	top:0 !important;
	height:90px !important;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
}
.header-off {
	display:none !important;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
}
.icon_header {
	width:25px;
	height:25px;
}

/****************** Subheader ******************/
.subheader-up {
	top:0 !important;
	-webkit-transition: all 0.1s;
  	-moz-transition: all 0.1s;
  	-ms-transition: all 0.1s;
  	-o-transition: all 0.1s;
  	transition: all 0.1s;
}
.subheader-down {
	top:90px !important;
	-webkit-transition: all 0.1s;
  	-moz-transition: all 0.1s;
  	-ms-transition: all 0.1s;
  	-o-transition: all 0.1s;
  	transition: all 0.1s;
}
.subheader-on {
	display:block !important;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
}
.subheader-off {
	display:none !important;
	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
}

/****************** containerFluid ******************/
#containerFluid .fluid-header {
	top:144px !important;
}
#containerFluid .fluid-content {
	top:300px !important;
}

/****************** Herramientas ******************/
.tools-img {
	position: relative;
	max-width: 120px;
	min-width: 80px;
	width: 100px;
	height: auto;
}

/****************** Botón GUardar ******************/
.btn-save {
	position:fixed !important; 
	right:1vw !important; 
	top:58% !important; 
	z-index: 99999 !important;
}

/****************** Imágenes Acerca de ******************/
.indexImgFoto {
	position:relative;
	text-align:center;
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

/****************** Cookies ******************/
.cookie-content {
	bottom: 1%;
	position: fixed;
	right: 1%;
	border-radius: 4px;
	z-index: 2147483647;
	background-color:#000; 
	opacity: 0.8;
}

/****************** Banner ******************/
.banner-logo {
	position:relative; 
	margin-top: -20px;
	width: 45px;
	height: 45px;
}

/****************** ICE ******************/
#ice_container #ice_right_side {
	overflow-y: scroll; 
	height: auto; 
	min-height: 300px;
}

#ice_container #ice_left_side {
	font-size: 16px;
}

/****************** Fondo filtro ******************/
#fondo_filterLoad {
	width: 100%;
	height:100%;
	display: none;
    background: #000000;
	position:fixed;
	opacity:0.7;
	z-index:999999;
}
#fondo_filterLoad #loading_filter {
	position: absolute;
	top: 50%; /* Buscamos el centro horizontal (relativo) del navegador */
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	width: 50px; /* Definimos el ancho del objeto a centrar */
	height: 50px; /* Definimos el alto del objeto a centrar */
	margin-top: -25px; /* Restamos la mitad de la altura del objeto con un margin-top */
	margin-left: -25px; /* Restamos la mitad de la anchura del objeto con un margin-left */
}
#fondo_filterLoad #loading_filter .imgLoad {
	position: relative;
	width:50px;
	height:50px;
}

.presence_dot_blue {
	position: relative; 
	display: inline-block; 
	height: 18px; 
	width: 18px; 
	background-color: blue; 
	border-radius: 50%; 
	border:2px solid black; 
	opacity: 0.6;
}
.presence_dot_yellow {
	position: relative; 
	display: inline-block; 
	height: 18px; 
	width: 18px; 
	background-color: yellow; 
	border-radius: 50%; 
	border:2px solid black; 
	opacity: 0.6;
}

/****************** Ventana Modal ******************/
.modal.modal-left .modal-dialog {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
}

/****************** Ventana de ayuda ******************/
.info-panel {
  position: absolute;
  top: 100%; /* justo debajo del botón */
  left: 0;
  z-index: 1050;
  min-width: 300px;
  max-width: 100%;
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
  display: none;
  max-height: 30vh; /* ajustable */
  overflow-y: auto;
}

.info-wrapper {
  position: relative; /* para que el panel se posicione en relación al botón */
  display: inline-block;
}

.info-panel.show {
  display: block;
}

/* Diseño móvil: 480 px e inferior. */
@media only screen and (max-width: 481px) {

	/****************** Header ******************/
	.header_logo {
		width:auto;
		max-height:40px;
		height:auto;
		margin-top: 5px;
	}
	.header_logosec {
		display: none;
	}

}

/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */
@media only screen and (min-width: 481px) and (max-width: 768px) {

	/****************** Header ******************/
	.header_logo {
		width:auto;
		max-height:40px;
		height:auto;
		margin-top: 5px;
	}
	.header_logosec {
		display: none;
	}

}

/* Diseño Web: de 768 px. a 1200 */
@media only screen and (min-width: 769px) and (max-width: 1200px) {

	/****************** Header ******************/
	.header_logo, .header_logosec {
		width:auto;
		max-height:45px;
		height:auto;
		margin-top: 5px;
	}

}

/* Diseño Web: de 1200 px. a 1400 px */
@media only screen and (min-width: 1201px) and (max-width: 1400px) {

	/****************** Header ******************/
	.header_logo, .header_logosec {
		width:auto;
		max-height:45px;
		height:auto;
		margin-top: 5px;
	}

}

/* Diseño Web: de 1400 px. a 1920 px */
@media only screen and (min-width: 1401px) and (max-width: 1919px) {

	/****************** Header ******************/
	.header_logo, .header_logosec {
		width:auto;
		max-height:45px;
		height:auto;
		margin-top: 5px;
	}

}

/* Diseño Web: Más de 1920 px */
@media only screen and (min-width: 1920px) {

	/****************** Header ******************/
	.header_logo, .header_logosec {
		width:auto;
		max-height:45px;
		height:auto;
		margin-top: 5px;
	}

}

/* Diseño móvil: 480 px e inferior. */
@media only screen and (max-width: 481px) {

	/****************** Google API Charts ******************/
	.pieCharts_content {
		position:relative;
		display:inline-block;
		width:100%;
		height:auto;
		min-height:300px;
	}
	.barCharts_content {
		position:relative;
		display:inline-block;
		width:100%;
		height:auto;
		min-height:120px;
	}

	/****************** Map ******************/
	#map {
		width: 100%; 
		height: auto; 
		min-height: 350px;
	}

	/****************** Siderbar ******************/
	#accordionSidebar {
		display: none;
	}

	/********************************************* Presentación de intro a la página *********************************************/
	#imgPresentacionIntro {
		position:fixed;
		width:100%;
		height:100%;
		background:#eeeeee;
		background-size: 100% 100%; 
		z-index:2147483647;
	}
	#imgPresentacionIntroImg {
		position: absolute;
		top: 50%; /* Buscamos el centro horizontal (relativo) del navegador */
		left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
		width: 140px; /* Definimos el ancho del objeto a centrar */
		height: 47px; /* Definimos el alto del objeto a centrar */
		margin-top: -23.5px; /* Restamos la mitad de la altura del objeto con un margin-top */
		margin-left: -70px; /* Restamos la mitad de la anchura del objeto con un margin-left */
	}
	#imgPresentacionIntroImg #logoIntro{
		width: 140px;
		height: 47px;
	}
	#imgPresentacionIntroImg #carga{
		position:relative;
		left:-10px;
		width: 20px;
		height: 20px;
	}

	/****************** Header ******************/
	.form-header-content {
		width: 100%;
	}
	.form-header-content a.form-header-url {
		text-decoration: none;
		outline: none;
	}
	.form-header-content a.form-header-url .form-header-img {
		position: relative;
		display: inline-block;
		width:auto;
		max-height:25px;
		height:auto;
		padding: 0 10px 0 10px;
		-webkit-transition: all 0.5s;
	  	-moz-transition: all 0.5s;
	  	-ms-transition: all 0.5s;
	  	-o-transition: all 0.5s;
	  	transition: all 0.5s;
		cursor:pointer;
		text-decoration: none;
		outline: none;
	}
	.form-header-content a.form-header-url .form-header-img:hover {
		opacity: 0.4;
	}

	/********************************* JQuery Autocompletar ********************************************/
	.ui-autocomplete {
		text-align: left;
		direction: rtl;
		max-height: 150px;
		overflow-y: auto;
		/* prevent horizontal scrollbar */
		overflow-x: hidden;
		/* add padding to account for vertical scrollbar */
		padding-right: 20px;
		z-index: 999999999 !important;
	}
	/* IE 6 doesn't support max-height
	 * we use height instead, but this forces the menu to always be this tall
	 */
	* html .ui-autocomplete {
		text-align: left;
		direction: rtl;
		height: 150px;
		z-index: 999999999 !important;
	}
	.ui-menu-item {
	  padding-bottom: 3px !important;
	  padding-top: 3px !important;
	}

	.ui-menu-item > a.ui-corner-all {
	  display: block;
	  clear: both;
	  font-weight: normal;
	  line-height: 25px;
	  color: #0a0a0a;
	  white-space: nowrap;
	  text-decoration: none;
	}

	.ui-state-hover,
	.ui-state-active {
	  color: #ffffff;
	  text-decoration: none;
	  background-color: #969696;
	  border-radius: 0px;
	  -webkit-border-radius: 0px;
	  -moz-border-radius: 0px;
	  background-image: none;
	}

	.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
	    background: #969696 !important;
	    font-weight: bold !important;
	    color: #ffffff !important;
	    border: none !important;
	}

	.ui-state-highlight a {
	  font-weight: bold;
	  color: #5a5c69 !important;
	}

	.ui-state-highlight {
	  font-weight: bold;
	  color: #5a5c69 !important;
	}
	.ui-widget, .ui-autocomplete.ui-widget {
	  font-family:'Open Sans Condensed', sans-serif;
	  font-size: 14px;
	}

}

/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */
@media only screen and (min-width: 481px) {

	/****************** Google API Charts ******************/
	.pieCharts_content {
		position:relative;
		display:inline-block;
		width:100%;
		height:auto;
		min-height:300px;
	}
	.barCharts_content {
		position:relative;
		display:inline-block;
		width:100%;
		height:auto;
		min-height:150px;
	}

	/****************** Map ******************/
	#map {
		width: 100%; 
		height: auto; 
		min-height: 450px;
	}

	/****************** Siderbar ******************/
	#accordionSidebar {
		display: none;
	}

	/********************************************* Presentación de intro a la página *********************************************/
	#imgPresentacionIntro {
		position:fixed;
		width:100%;
		height:100%;
		background:#eeeeee;
		background-size: 100% 100%; 
		z-index:2147483647;
	}
	#imgPresentacionIntroImg {
		position: absolute;
		top: 50%; /* Buscamos el centro horizontal (relativo) del navegador */
		left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
		width: 280px; /* Definimos el ancho del objeto a centrar */
		height: 94px; /* Definimos el alto del objeto a centrar */
		margin-top: -47px; /* Restamos la mitad de la altura del objeto con un margin-top */
		margin-left: -140px; /* Restamos la mitad de la anchura del objeto con un margin-left */
	}
	#imgPresentacionIntroImg #logoIntro{
		width: 280px;
		height: 94px;
	}
	#imgPresentacionIntroImg #carga{
		width: 40px;
		height: 40px;
	}

	/****************** Header ******************/
	.form-header-content {
		width: 100%;
	}
	.form-header-content a.form-header-url {
		text-decoration: none;
		outline: none;
	}
	.form-header-content a.form-header-url .form-header-img {
		position: relative;
		display: inline-block;
		width:auto;
		max-height:30px;
		height:auto;
		padding: 0 20px 0 20px;
		-webkit-transition: all 0.5s;
	  	-moz-transition: all 0.5s;
	  	-ms-transition: all 0.5s;
	  	-o-transition: all 0.5s;
	  	transition: all 0.5s;
		cursor:pointer;
		text-decoration: none;
		outline: none;
	}
	.form-header-content a.form-header-url .form-header-img:hover {
		opacity: 0.4;
	}

	/********************************* JQuery Autocompletar ********************************************/
	.ui-autocomplete {
		text-align: left;
		direction: rtl;
		max-height: 200px;
		overflow-y: auto;
		/* prevent horizontal scrollbar */
		overflow-x: hidden;
		/* add padding to account for vertical scrollbar */
		padding-right: 20px;
		z-index: 999999999 !important;
	}
	/* IE 6 doesn't support max-height
	 * we use height instead, but this forces the menu to always be this tall
	 */
	* html .ui-autocomplete {
		text-align: left;
		direction: rtl;
		height: 200px;
		z-index: 999999999 !important;
	}
	.ui-menu-item {
	  padding-bottom: 3px !important;
	  padding-top: 3px !important;
	}

	.ui-menu-item > a.ui-corner-all {
	  display: block;
	  clear: both;
	  font-weight: normal;
	  line-height: 25px;
	  color: #0a0a0a;
	  white-space: nowrap;
	  text-decoration: none;
	}

	.ui-state-hover,
	.ui-state-active {
	  color: #ffffff;
	  text-decoration: none;
	  background-color: #969696;
	  border-radius: 0px;
	  -webkit-border-radius: 0px;
	  -moz-border-radius: 0px;
	  background-image: none;
	}

	.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
	    background: #969696 !important;
	    font-weight: bold !important;
	    color: #ffffff !important;
	    border: none !important;
	}

	.ui-state-highlight a {
	  font-weight: bold;
	  color: #5a5c69 !important;
	}

	.ui-state-highlight {
	  font-weight: bold;
	  color: #5a5c69 !important;
	}
	.ui-widget, .ui-autocomplete.ui-widget {
	  font-family:'Open Sans Condensed', sans-serif;
	  font-size: 16px;
	}

}

/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */
@media only screen and (min-width: 769px) {

	/****************** Google API Charts ******************/
	.pieCharts_content {
		position:relative;
		display:inline-block;
		width:100%;
		height:auto;
		min-height:300px;
	}
	.barCharts_content {
		position:relative;
		display:inline-block;
		width:100%;
		height:auto;
		min-height:180px;
	}

	/****************** Map ******************/
	#map {
		width: 100%; 
		height: auto; 
		min-height: 600px;
	}

	/****************** Siderbar ******************/
	#accordionSidebar {
		display: block;
		width: 280px !important;
		top: 140px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#accordionSidebar .opTxt {
		font-size: 17px !important;
	}
	#accordionSidebar .opIconRotate45 {
	   filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	  display: inline-block;
	}
	#accordionSidebar .sidebar-arrow {
		top:3px !important;
	}
	#accordionSidebar #accordionSidebarDiv {
		position: relative;
		height: auto;
		max-height: 800px;
		overflow-y: auto;
	}

	/********************************************* Presentación de intro a la página *********************************************/
	#imgPresentacionIntro {
		position:fixed;
		width:100%;
		height:100%;
		background:#eeeeee;
		background-size: 100% 100%; 
		z-index:2147483647;
	}
	#imgPresentacionIntroImg {
		position: absolute;
		top: 50%; /* Buscamos el centro horizontal (relativo) del navegador */
		left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
		width: 340px; /* Definimos el ancho del objeto a centrar */
		height: 114px; /* Definimos el alto del objeto a centrar */
		margin-top: -57px; /* Restamos la mitad de la altura del objeto con un margin-top */
		margin-left: -170px; /* Restamos la mitad de la anchura del objeto con un margin-left */
	}
	#imgPresentacionIntroImg #logoIntro{
		width: 340px;
		height: 114px;
	}
	#imgPresentacionIntroImg #carga{
		width: 50px;
		height: 50px;
	}

	/****************** Header ******************/
	.form-header-content {
		width: 100%;
	}
	.form-header-content a.form-header-url {
		text-decoration: none;
		outline: none;
	}
	.form-header-content a.form-header-url .form-header-img {
		position: relative;
		display: inline-block;
		width:auto;
		max-height:35px;
		height:auto;
		padding: 0 30px 0 30px;
		-webkit-transition: all 0.5s;
	  	-moz-transition: all 0.5s;
	  	-ms-transition: all 0.5s;
	  	-o-transition: all 0.5s;
	  	transition: all 0.5s;
		cursor:pointer;
		text-decoration: none;
		outline: none;
	}
	.form-header-content a.form-header-url .form-header-img:hover {
		opacity: 0.4;
	}

	/********************************* JQuery Autocompletar ********************************************/
	.ui-autocomplete {
		text-align: left;
		direction: rtl;
		max-height: 300px;
		overflow-y: auto;
		/* prevent horizontal scrollbar */
		overflow-x: hidden;
		/* add padding to account for vertical scrollbar */
		padding-right: 20px;
		z-index: 999999999 !important;
	}
	/* IE 6 doesn't support max-height
	 * we use height instead, but this forces the menu to always be this tall
	 */
	* html .ui-autocomplete {
		text-align: left;
		direction: rtl;
		height: 300px;
		z-index: 999999999 !important;
	}
	.ui-menu-item {
	  padding-bottom: 3px !important;
	  padding-top: 3px !important;
	}

	.ui-menu-item > a.ui-corner-all {
	  display: block;
	  clear: both;
	  font-weight: normal;
	  line-height: 25px;
	  color: #0a0a0a;
	  white-space: nowrap;
	  text-decoration: none;
	}

	.ui-state-hover,
	.ui-state-active {
	  color: #ffffff;
	  text-decoration: none;
	  background-color: #969696;
	  border-radius: 0px;
	  -webkit-border-radius: 0px;
	  -moz-border-radius: 0px;
	  background-image: none;
	}

	.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
	    background: #969696 !important;
	    font-weight: bold !important;
	    color: #ffffff !important;
	    border: none !important;
	}

	.ui-state-highlight a {
	  font-weight: bold;
	  color: #5a5c69 !important;
	}

	.ui-state-highlight {
	  font-weight: bold;
	  color: #5a5c69 !important;
	}
	.ui-widget, .ui-autocomplete.ui-widget {
	  font-family:'Open Sans Condensed', sans-serif;
	  font-size: 16px;
	}

}

/****************** Timeline ******************/
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #469171;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

/****************** Banner ******************/
#banner {
  position: relative;
  background-color: black;
  height: 45vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

#banner iframe {
  position:fixed;
  width:100%;
  height:100%;
  min-width:1920px;
  min-height:1080px;
  z-index:0;
  top:-120px;
  background:url(../images/img_banner.jpg) no-repeat;
  opacity:0.3;
}

#banner .container {
  position: relative;
  z-index: 2;
}

#banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  #banner iframe {
    display: none;
  }
}

/* Diseño móvil: 480 px e inferior. */
@media only screen and (max-width: 481px) {

	/********************************* JQuery Autocompletar ********************************************/
	.ui-autocomplete {
		text-align: left;
		direction: rtl;
		max-height: 150px;
		overflow-y: auto;
		/* prevent horizontal scrollbar */
		overflow-x: hidden;
		/* add padding to account for vertical scrollbar */
		padding-right: 20px;
		z-index: 999999999 !important;
	}
	/* IE 6 doesn't support max-height
	 * we use height instead, but this forces the menu to always be this tall
	 */
	* html .ui-autocomplete {
		text-align: left;
		direction: rtl;
		height: 150px;
		z-index: 999999999 !important;
	}
	.ui-menu-item {
	  padding-bottom: 3px !important;
	  padding-top: 3px !important;
	}

	.ui-menu-item > a.ui-corner-all {
	  display: block;
	  clear: both;
	  font-weight: normal;
	  line-height: 25px;
	  color: #0a0a0a;
	  white-space: nowrap;
	  text-decoration: none;
	}

	.ui-state-hover,
	.ui-state-active {
	  color: #ffffff;
	  text-decoration: none;
	  background-color: #969696;
	  border-radius: 0px;
	  -webkit-border-radius: 0px;
	  -moz-border-radius: 0px;
	  background-image: none;
	}

	.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
	    background: #969696 !important;
	    font-weight: bold !important;
	    color: #ffffff !important;
	    border: none !important;
	}

	.ui-state-highlight a {
	  font-weight: bold;
	  color: #5a5c69 !important;
	}

	.ui-state-highlight {
	  font-weight: bold;
	  color: #5a5c69 !important;
	}
	.ui-widget, .ui-autocomplete.ui-widget {
	  font-family:'Open Sans Condensed', sans-serif;
	  font-size: 14px;
	}

}

/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */
@media only screen and (min-width: 481px) {

	/********************************* JQuery Autocompletar ********************************************/
	.ui-autocomplete {
		text-align: left;
		direction: rtl;
		max-height: 200px;
		overflow-y: auto;
		/* prevent horizontal scrollbar */
		overflow-x: hidden;
		/* add padding to account for vertical scrollbar */
		padding-right: 20px;
		z-index: 999999999 !important;
	}
	/* IE 6 doesn't support max-height
	 * we use height instead, but this forces the menu to always be this tall
	 */
	* html .ui-autocomplete {
		text-align: left;
		direction: rtl;
		height: 200px;
		z-index: 999999999 !important;
	}
	.ui-menu-item {
	  padding-bottom: 3px !important;
	  padding-top: 3px !important;
	}

	.ui-menu-item > a.ui-corner-all {
	  display: block;
	  clear: both;
	  font-weight: normal;
	  line-height: 25px;
	  color: #0a0a0a;
	  white-space: nowrap;
	  text-decoration: none;
	}

	.ui-state-hover,
	.ui-state-active {
	  color: #ffffff;
	  text-decoration: none;
	  background-color: #969696;
	  border-radius: 0px;
	  -webkit-border-radius: 0px;
	  -moz-border-radius: 0px;
	  background-image: none;
	}

	.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
	    background: #969696 !important;
	    font-weight: bold !important;
	    color: #ffffff !important;
	    border: none !important;
	}

	.ui-state-highlight a {
	  font-weight: bold;
	  color: #5a5c69 !important;
	}

	.ui-state-highlight {
	  font-weight: bold;
	  color: #5a5c69 !important;
	}
	.ui-widget, .ui-autocomplete.ui-widget {
	  font-family:'Open Sans Condensed', sans-serif;
	  font-size: 16px;
	}

}

/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */
@media only screen and (min-width: 769px) {

	/********************************* JQuery Autocompletar ********************************************/
	.ui-autocomplete {
		text-align: left;
		direction: rtl;
		max-height: 300px;
		overflow-y: auto;
		/* prevent horizontal scrollbar */
		overflow-x: hidden;
		/* add padding to account for vertical scrollbar */
		padding-right: 20px;
		z-index: 999999999 !important;
	}
	/* IE 6 doesn't support max-height
	 * we use height instead, but this forces the menu to always be this tall
	 */
	* html .ui-autocomplete {
		text-align: left;
		direction: rtl;
		height: 300px;
		z-index: 999999999 !important;
	}
	.ui-menu-item {
	  padding-bottom: 3px !important;
	  padding-top: 3px !important;
	}

	.ui-menu-item > a.ui-corner-all {
	  display: block;
	  clear: both;
	  font-weight: normal;
	  line-height: 25px;
	  color: #0a0a0a;
	  white-space: nowrap;
	  text-decoration: none;
	}

	.ui-state-hover,
	.ui-state-active {
	  color: #ffffff;
	  text-decoration: none;
	  background-color: #969696;
	  border-radius: 0px;
	  -webkit-border-radius: 0px;
	  -moz-border-radius: 0px;
	  background-image: none;
	}

	.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
	    background: #969696 !important;
	    font-weight: bold !important;
	    color: #ffffff !important;
	    border: none !important;
	}

	.ui-state-highlight a {
	  font-weight: bold;
	  color: #5a5c69 !important;
	}

	.ui-state-highlight {
	  font-weight: bold;
	  color: #5a5c69 !important;
	}
	.ui-widget, .ui-autocomplete.ui-widget {
	  font-family:'Open Sans Condensed', sans-serif;
	  font-size: 16px;
	}

}





































