/****************** Body ******************/
body {
  font-family:'Nunito Sans', sans-serif !important;
  overflow-x: hidden !important;
}

.name-section {
  font-family:'Nunito Sans', sans-serif !important;
}

/****************** Letter spacing ******************/
.txt-ls-0 { letter-spacing: 0 !important; }
.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; }

/****************** Hover image ******************/
a.hover-opacity-img:hover, li.hover-opacity-img:hover, button.hover-opacity-img:hover, div.hover-opacity-img: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;
  	text-decoration: none;
  	outline: none;
  	opacity: 0.4;
}

/****************** Hover ******************/
a.hover-opacity:hover, li.hover-opacity:hover, button.hover-opacity:hover, div.hover-opacity: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;
  	opacity: 0.4;
}

/****************** Hover-Cursor ******************/
a.hover-cursor-opacity:hover, li.hover-cursor-opacity:hover, button.hover-cursor-opacity:hover, div.hover-cursor-opacity:hover, span.hover-cursor-opacity: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: pointer;
  	opacity: 0.4;
}

/****************** 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;
}

/****************** 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;
}

/****************** Presentación intro - Página cargando ******************/
#imgPresentacionIntro .intro-spinner {
	width: 3rem !important; 
	height: 3rem !important; 
	animation-duration: 1s !important;
}

#imgPresentacionIntro .intro-character {
	margin:-16px -2px 0 0 !important;
}

/****************** 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;
}

/****************** Siderbar ******************/
#accordionSidebar {
	top: 140px !important;
}
#accordionSidebar .sidebar-arrow {
	top:3px !important;
}

/****************** containerFluid ******************/
#containerFluid .fluid-header {
	top:144px !important;
}
#containerFluid .fluid-content {
	top:140px !important;
}

/****************** Herramientas ******************/
.tools-img {
	position: relative;
	max-width: 120px;
	min-width: 80px;
	width: 100px;
	height: auto;
}

/****************** Colecciones ******************/
.collection-btn-col {
	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 {
	position: fixed;
  bottom: 0;
  right: 0;
  margin: 10px;
  width: auto !important; 
	border-radius: 4px;
	z-index: 2147483647;
	background-color:#000; 
	opacity: 0.8;
}
.cookie-content .close-icon {
  position: absolute; 
  top: 5px; 
  right: 5px; 
  cursor: pointer;
}

/****************** Banner ******************/
.banner-logo {
	position:relative; 
	margin-top: -20px;
	width: 45px;
	height: 45px;
}

/****************** 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;
}

/****************** Form Alert ******************/
.form-alert {
	position: absolute; 
	top: 0; 
	right: 0; 
	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;
}
.form-alert:hover {
	opacity: 0.6;
}

/****************** Fotos ejemplares ******************/
.imgSp .imgMin {
	position: relative; 
	width: 53px;
	height: 80px;
}
.imgSp .imgMax {
	position: relative; 
	width: 100px;
	height: 150px;
}

/****************** Paginación ******************/
#divPagination {
	display: none;
}

#divPagination #totalDatos {
	width: 80px;
}

#divPagination #noDatos {
	width: 80px;
}

#divPagination #pagPrimero {
	width: 40px;
}

#divPagination #pagAnterior {
	width: 40px;
}

#divPagination #pag {
	width: 80px;
}

#divPagination #totalPags {
	width: 80px;
}

#divPagination #pagSiguiente {
	width: 40px;
}

#divPagination #pagUltimo {
	width: 40px;
}

#divPagination #dropdown_showFields {
	position: relative; 
	height: 160px;
}

#divPagination .capture_btn {
	display: none;
}

/****************** Modal ******************/
.modal {
    pointer-events: none;
}

.modal .btn-modal-close {
    position: absolute; 
    top: 8px; 
    right: 15px;
}

.modal #dropdown_elemControlFields {
	position: relative; 
	height: 160px;
}

/****************** Notes ******************/
.dropdown_notes { 
	width: 250px !important;
}

/****************** Header Video ******************/
header iframe {
	position:fixed;
	width:100%;
	height:100%;
	min-width:1920px;
	min-height:1080px;
	z-index:5;
	top:0;
	background:url(../images/system/img_banner.jpg) no-repeat;
	pointer-events: none;
	opacity:1;
}
header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.2;
  z-index: 1;
}

/****************** Formulario ******************/
form.user .custom-checkbox.small label {
  line-height: 1.5rem;
}

form.user .form-control-user {
  font-size: 1.2rem;
  border-radius: 10rem;
  padding: 1.5rem 1rem;
}

form.user .btn-user {
  font-size: 0.8rem;
  border-radius: 10rem;
  padding: 0.75rem 1rem;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #6e707e;
}

.form-control:focus {
  color: #6e707e;
  background-color: #fff;
  border-color: #bac8f3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #969696;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #969696;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #969696;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #969696;
  opacity: 1;
}

.form-control::placeholder {
  color: #969696;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #eaecf4;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #6e707e;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #969696;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

/****************** Intro ******************/
.intro-bg {
  background: rgba(255, 255, 255, 0.4) !important;
}
.intro-bg .intro-txt {
  font-size: 5vw; 
  letter-spacing: 3vw !important;
}

/****************** Menú ******************/
#mainNav .mainNav-icon {
  width: 20px; 
  height: 20px;
}

/****************** Flip Cards ******************/
/* entire container, keeps perspective */ 
.flip-container {
    -webkit-perspective: 1000;
    background: transparent;
}
/* flip the picture when hover */
.flip-container:hover .flipper,
.flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
}
.flip-container,
.front,
.back,
img {
    width: 100%;
    height: 100%;
}
img: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: pointer;
    opacity: 0.4;
}
/* flip speed */
.flipper {
    -webkit-transition: 0.5s;
    -webkit-transform-style: preserve-3d;
    position: relative;
}
/* hide back  during flip */
.front,
.back {
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
/* front placed above back */
.front {
    z-index: 2;
}
/* back, initially hidden */
.back {
    -webkit-transform: rotateY(180deg);
    background: rgb(218, 138, 138);
}

/****************** Galería fotos ******************/
#gallery_content img {
	background: #fff !important;
	padding: 20px !important;
}

/* Diseño móvil: 480 px e inferior. */
@media only screen and (max-width: 481px) {

	/****************** Header ******************/
	header video {
	  position: fixed;
	  top: 0;
	  left: -90% !important;
	  width: 100%;
	  height: auto;
	  min-width: 1920px;
	  min-height: 1080px;
	  z-index: 0;
	  pointer-events: none;
	}
	.header_logo {
		width:auto;
		max-height:40px;
		height:auto;
		margin-top: 5px;
	}

	/****************** Presentación de intro a la página ******************/
	#imgPresentacionIntro {
		position:fixed;
		width:100%;
		height:100%;
		background: rgb(236,236,236);
		background: radial-gradient(circle, rgba(236,236,236,1) 0%, rgba(184,184,184,1) 50%, rgba(184,184,184,1) 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: 65px; /* Definimos el alto del objeto a centrar */
		margin-top: -32.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: 65px;
	}
	#imgPresentacionIntroImg #carga{
		position:relative;
		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: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;
	}

  /****************** Full Images Col ******************/
  .col-full-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 522px; 
    height: auto; 
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .col-full-text {
    font-size: 18px;
    line-height: 25px;
  }
  .col-full-text-left {
    margin-left:20px !important; 
    margin-top:5% !important;
  }
  .col-full-text-right {
    margin-right:-5px !important; 
    margin-top:4% !important;
  }

  /****************** Card Img Icon ******************/
  .card-img-icon {
    max-width: 180px;
    width: 100%;
    height: auto;
  }
  .card-img-text {
    font-size: 18px;
  }

  /****************** Section Button ******************/
  .projects-btn {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 20px;
  }

  /****************** Card Banner Icon ******************/
  .card-banner-icon {
    max-width: 25px;
    width: 100%;
    height: auto;
  }
  .card-banner-text {
    font-size: 10px;
    line-height: 6px;
  }

  /****************** Banner Icon ******************/
  #banner-icon .banner-icon-img {
    max-width:80px; 
    width:100%; 
    height:auto;
  }
  #banner-icon .banner-icon-txt {
    color: #fff;
    font-size: 8px;
    line-height: 8px;
  }

}

/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */
@media only screen and (min-width: 481px) {

	/****************** Header ******************/
	header video {
	  position: fixed;
	  top: 0;
	  left: -80% !important;
	  width: 100%;
	  height: auto;
	  min-width: 1920px;
	  min-height: 1080px;
	  z-index: 0;
	  pointer-events: none;
	}
	.header_logo {
		width:auto;
		max-height:50px;
		height:auto;
		margin-top: 5px;
	}

	/****************** Presentación de intro a la página ******************/
	#imgPresentacionIntro {
		position:fixed;
		width:100%;
		height:100%;
		background: rgb(236,236,236);
		background: radial-gradient(circle, rgba(236,236,236,1) 0%, rgba(184,184,184,1) 50%, rgba(184,184,184,1) 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: 184px; /* Definimos el ancho del objeto a centrar */
		height: 72px; /* Definimos el alto del objeto a centrar */
		margin-top: -36px; /* Restamos la mitad de la altura del objeto con un margin-top */
		margin-left: -92px; /* Restamos la mitad de la anchura del objeto con un margin-left */
	}
	#imgPresentacionIntroImg #logoIntro{
		width: 184px;
		height: 72px;
	}
	#imgPresentacionIntroImg #carga{
		width: 60px;
		height: 60px;
	}

	/****************** 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;
	}

  /****************** Full Images Col ******************/
  .col-full-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 522px; 
    height: auto; 
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .col-full-text {
    font-size: 22px;
    line-height: 26px;
  }
  .col-full-text-left {
    margin-left:30px !important; 
    margin-top:5% !important;
  }
  .col-full-text-right {
    margin-top:3% !important;
  }

  /****************** Card Img Icon ******************/
  .card-img-icon {
    max-width: 200px;
    width: 100%;
    height: auto;
  }
  .card-img-text {
    font-size: 22px;
  }

  /****************** Section Button ******************/
  .projects-btn {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
  }

  /****************** Card Banner Icon ******************/
  .card-banner-icon {
    max-width: 40px;
    width: 100%;
    height: auto;
  }
  .card-banner-text {
    font-size: 12px;
    line-height: 8px;
  }

  /****************** Banner Icon ******************/
  #banner-icon .banner-icon-img {
    max-width:80px; 
    width:100%; 
    height:auto;
  }
  #banner-icon .banner-icon-txt {
    color: #fff;
    font-size: 9px;
    line-height: 10px;
  }

}

/* 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) {

	/****************** Header ******************/
	header video {
	  position: fixed;
	  top: 0;
	  left: 0 !important;
	  width: 100%;
	  height: auto;
	  min-width: 1920px;
	  min-height: 1080px;
	  z-index: 0;
	  pointer-events: none;
	}
	.header_logo {
		width:auto;
		max-height:70px;
		height:auto;
		margin-top: 5px;
	}

	/****************** Presentación de intro a la página ******************/
	#imgPresentacionIntro {
		position:fixed;
		width:100%;
		height:100%;
		background: rgb(236,236,236);
		background: radial-gradient(circle, rgba(236,236,236,1) 0%, rgba(184,184,184,1) 50%, rgba(184,184,184,1) 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: 214px; /* Definimos el ancho del objeto a centrar */
		height: 100px; /* Definimos el alto del objeto a centrar */
		margin-top: -50px; /* Restamos la mitad de la altura del objeto con un margin-top */
		margin-left: -107px; /* Restamos la mitad de la anchura del objeto con un margin-left */
	}
	#imgPresentacionIntroImg #logoIntro{
		width: 214px;
		height: 100px;
	}
	#imgPresentacionIntroImg #carga{
		width: 100px;
		height: 100px;
	}

	/****************** 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;
	}

  /****************** Full Images Col ******************/
  .col-full-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 522px; 
    height: auto; 
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .col-full-text {
    font-size: 26px;
    line-height: 36px;
  }
  .col-full-text-left {
    margin-left:60px !important; 
    margin-top:2% !important;
  }
  .col-full-text-right {
    margin-top:2% !important;
  }

  /****************** Card Img Icon ******************/
  .card-img-icon {
    max-width: 280px;
    width: 100%;
    height: auto;
  }
  .card-img-text {
    font-size: 24px;
  }

  /****************** Section Button ******************/
  .projects-btn {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 20px;
  }

  /****************** Card Banner Icon ******************/
  .card-banner-icon {
    max-width: 60px;
    width: 100%;
    height: auto;
  }
  .card-banner-text {
    font-size: 15px;
    line-height: 10px;
  }

  /****************** Banner Icon ******************/
  #banner-icon .banner-icon-img {
    max-width:80px; 
    width:100%; 
    height:auto;
  }
  #banner-icon .banner-icon-txt {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
  }

}

/****************** 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;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #386122;
}
.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;
  }
}








































