@charset "utf-8";
/* CSS Document */

html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	text-align: left;
	height: 100%;
	overflow: auto;
	margin: 0px;
    padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	scroll-behavior: smooth;
}

.header {
	width: 100%;
	height: 70px;
	z-index: 1000;
	background-color: #ffffff;
	position: relative;
	left: 0px;
}

/*BOTONERA HEADER*/
.botonera-header{
	background: rgba(255, 255, 255, 0);
	text-transform: uppercase;
	top: 0px;
	right: 0px;
	width: 50%;
	height: 24px;
	z-index: 9999;
	position: fixed;
}

#botonera-header{
	float: right;
	margin: 0px 130px 0 0px;
	display: flex;
}
.ligas_header {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 0.5rem;
	color: #666666;
	margin-bottom: 12px;
	border-right: solid thin #666666;
}


/*------------------------------------- ANCLAS ------------------------------------------*/
.ancla-empresa {
	position: relative;
	top:46px;
	}

.ancla-capacitacion {
	position: relative;
	top:-6px;
	}

.ancla-servicios {
	position: relative;
	top:0px;
	}

.ancla-contacto {
	position: relative;
	top:0px;
	}


/*------------------------------------- DIV SECCIONES ------------------------------------------*/

#seccion01 {
	position: inherit;
	display:block;
	width: 100%;
	/*height: 645px;*/
	margin: 0px;
	}

.banner {
		background-color: #fff;
		color: #e2d1df;
		padding: 8em 0;
		position: relative;
	}

.banner.full {
			padding: 0;
			min-height: 93vh;
			height: 97vh !important;
		}


#seccion02 {
	position: inherit;
	display:block;
	width: 100%;
	height: auto;
	margin-top: -10px;
	}

#seccion03azul {
	position: inherit;
	display:block;
	width: 100%;
	height: 75px;
	margin: 0px;
	background-color: #081420;
}
#seccion04 {
	position: inherit;
	display:block;
	width: 100%;
	height: 705px;
	margin: 0px 0 0 0;
	}
#seccion05 {
	position: inherit;
	display:block;
	width: 100%;
	height: auto;
	margin: 0px 0 0 0;
	}




/*------------------------------------- MENU INICIO ------------------------------------------*/
	
.tutorial-home { /*contenedor menú*/
  	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tutorial-home .slider { /*contenedor submenú*/
 	width: 100%;
  	background-color: #F03861;
}

.tutorial-home ul {
  	font-size: 0;
  	list-style-type: none;
}

.tutorial-home ul li { /*Estilo para botones*/
  	font-family: "Open Sans", sans-serif;
  	font-size: 0.8rem;
  	font-weight: normal;
  	color: #333;
  	display: inline-block;
  	position: relative;
	line-height: 20px;
	z-index: 20;
	text-transform: uppercase;	
	margin: 0px 5px 0px 5px;
	padding: 10px;
	height: auto;
}
.tutorial-home ul li ul {
  	display: none;
	margin: 0px 0px 0px 0px;
}
.tutorial-home ul li:hover { /*hover caja menu*/
  	cursor: pointer;
  	background-color: transparent;
	border-top: 0px solid #ccc;
	padding: 10px 10px 10px 10px;
	color: #666666;
	height: auto;
}
.tutorial-home ul li:hover ul { /*Caja menú*/
  	display: block;
  	margin-top: 0px;
	margin-left: 35px;
  	width: 100%;
  	left: 0;
  	position: absolute;
}
.tutorial-home ul li:hover ul li { /*color submenú*/
  	display: block;
  	background-color:#2ca44b;
	opacity:0.9;
	margin-left: -35px;
	text-align: left;
	width: 200px; /*tamaño caja submenu*/
}
.tutorial-home ul li:hover ul li span { /*color caja texto "nuevo"*/
  	float: right;
  	color: #fff;
  	background-color: #F03861;
  	padding: 2px 5px;
  	text-align: center;
  	font-size: .5rem;
  	border-radius: 3px;
}
.tutorial-home ul li:hover ul li:hover { /*hover submenú*/
  	background-color: #6dda89;
}
.tutorial-home ul li:hover ul li:hover span { /*hover texto "nuevo"*/
  	background-color: transparent;
}

a.menu-home {
	text-decoration: none;
	color: #666;
}

a.menu-home:hover {	color: #666;}



/*------------------------------------- CSS SLIDER ------------------------------------------*/

.carousel {
	position: inherit;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
	margin-top: 0px;
	z-index: 50;
	height: auto;
	}
.carousel-inner {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	}
.carousel-open:checked + .carousel-item {
	position: static;
	opacity: 100;
	}
.carousel-item {
	position: absolute;
	opacity: 0;
	-webkit-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
	}
.carousel-item img {
	display: block;
	height: auto;
	max-width: 100%;
	}
.carousel-control {
	background: rgba(0, 0, 0, 0.28);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 40px;
	height: 40px;
	line-height: 35px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	cursor: pointer;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: center;
	width: 40px;
	z-index: 10;
	}
.carousel-control.prev {
	left: 2%;
	}
.carousel-control.next {
	right: 2%;
	}
.carousel-control:hover {
	background: rgba(0, 0, 0, 0.8);
	color: #aaaaaa;
	}
#carousel-1:checked ~ .control-1,/*agregar banners*/
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3,
#carousel-4:checked ~ .control-4,
#carousel-5:checked ~ .control-5{
	display: block;
	}
.carousel-indicators {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 8%; /*posicion de los botones circulares*/
	left: 0;
	right: 0;
	text-align: center;
	 z-index: 10;
	}
.carousel-indicators li {
	display: inline-block;
	margin: 0 5px;
	}
.carousel-bullet {
color: #999;
	cursor: pointer;
	display: block;
	font-size: 35px;
	}
.carousel-bullet:hover {
	color: #999;
	}
#carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,/*agregar banners*/
#carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,
#carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet,
#carousel-4:checked ~ .control-4 ~ .carousel-indicators li:nth-child(4) .carousel-bullet,
#carousel-5:checked ~ .control-5 ~ .carousel-indicators li:nth-child(5) .carousel-bullet{
	color: #428bca;
	}
#title {
	width: 100%;
	position: absolute;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	font-size: 27px;
	color: rgba(255, 255, 255, 1);
	font-family: 'Open Sans', sans-serif;
	z-index: 9999;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), -1px 0px 2px rgba(255, 255, 255, 0);
	}

/*------------------------------------- EMPRESA ------------------------------------------*/

#fondo-empresa {
	background-image: url(../images/bg_empresa.png);
	background-size: cover;
	background-position: right bottom;
	color: #fff;
	width: 100%;
	height: 105%;
	}

.caja-blanca{
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	font-weight: 300;
	color: #666666;
	line-height: normal;
	text-align: justify;
	top: 0vh;
	left: 0vw;
	height: 47vh;
	margin: 0 150px 0 0;
	}

.caja-verde{
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	font-weight: 300;
	color: #ffffff;
	line-height: normal;
	text-align: justify;
	top: 45vh;
	left: 0vw;
	height: 55vh;
	padding: 0;
	margin: 0;
	}
.empresa h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 24pt;
	font-weight: 300;
	color: #666666;
	padding: 0px 0px 0 0px;
	margin: 0 0px 0 0;
	}

.empresa h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 24pt;
	font-weight: 300;
	color: #ffffff;
	padding: 0px 0 0 0px;
	}

.empresa p{
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	font-weight: 300;
	padding: 0px 0 0 0px;
	}

.empresa blockquote{
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	font-weight: 300;
	padding: 0px 0px 0 0px;
	}




/*------------------------------------- CAPACITACIÓN ------------------------------------------*/


#fondo-capacitacion {
	color: #fff;
	width: 100%;
	height: 100%;
	z-index: 2;
	}

.fondo-azul{
	position: absolute; 
	top: 0vh; 
	left: 29.9vw; 
	background-color: #4174B4; 
	opacity: 0.3; 
	width: 70vw; 
	height: 100%; 
	display: flex; 
	justify-content: center; 
	align-items: center;
}

.container-capacitacion {
  position: inherit;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%; /*div contenedor imagen*/
  height:100%;
  background-color: #081420; /*AQUI SE CAMBIA EL COLOR DE FONDO*/
}


[data-am-fadeshow] {
  position: relative;
  width: 100%; /*tamaño imagen*/
  height: 100%;
  overflow: hidden;
  background-color: #081420; /*AQUI SE CAMBIA EL COLOR DE FONDO*/
  top: 0%;
  /* Slides */
  /* Quick Navigation */
  /* Prev/Next Navigation */
  /* Base functionality */
  /* Autohide Prev/Next Navigation */
}

[data-am-fadeshow] .fs-slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  /* Display first child on load */
}
[data-am-fadeshow] .fs-slide:first-child {
  opacity: 1;
}
[data-am-fadeshow] .fs-quick-nav {
  position: absolute;
  top: 0px;
  left: 15%; /*mover a la izquieda menú*/
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*ESTILO BOTONES*/
[data-am-fadeshow] .fs-quick-btn {
  display: flex;
  width: 30vw;
  height: 15.0vh;
  justify-content: left;
  align-items: center;
  margin: 0px 0 2px 0;
  border-radius: 0%;
  cursor: pointer;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  background-color: rgba(0, 0, 0, 0.8);
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 0.95rem;
  padding: 0 0 0 20px;
  color: white;
  /* Set active state to first button on load */
}
	
[data-am-fadeshow] .fs-quick-btn:hover {
  opacity: 0.8;
}
[data-am-fadeshow] .fs-quick-btn:first-child {
  background-color: rgba(65, 116, 180, 0.5); /*boton 1 inicio pagina*/
}
[data-am-fadeshow] .fs-prev-btn, [data-am-fadeshow] .fs-next-btn {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  width: 100px;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  background-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media (max-width: 500px) {
  [data-am-fadeshow] .fs-prev-btn, [data-am-fadeshow] .fs-next-btn {
    width: 50%;
  }
}
[data-am-fadeshow] .fs-prev-btn:before, [data-am-fadeshow] .fs-next-btn:before {
  position: absolute;
  top: 50%;
  font-size: 3vw;
  color: rgba(255, 255, 255, 0.5);
}
[data-am-fadeshow] .fs-prev-btn:hover, [data-am-fadeshow] .fs-next-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 500px) {
  [data-am-fadeshow] .fs-prev-btn:hover, [data-am-fadeshow] .fs-next-btn:hover {
    background-color: rgba(255, 255, 255, 0);
  }
}
[data-am-fadeshow] .fs-prev-btn {
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
[data-am-fadeshow] .fs-prev-btn:before {
  content: "❮";
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 500px) {
  [data-am-fadeshow] .fs-prev-btn:before {
    left: 30px;
  }
}
@media (max-width: 500px) {
  [data-am-fadeshow] .fs-prev-btn {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
[data-am-fadeshow] .fs-next-btn {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
[data-am-fadeshow] .fs-next-btn:before {
  content: "❯";
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media (max-width: 500px) {
  [data-am-fadeshow] .fs-next-btn:before {
    right: 30px;
  }
}
@media (max-width: 500px) {
  [data-am-fadeshow] .fs-next-btn {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
[data-am-fadeshow] input[type="radio"] {
  position: fixed;
  top: -9999px;
}
[data-am-fadeshow] input[type="radio"]:checked {
  /* This loop handles the slide switching and quick navigation active state */
  /* Hide navigation if only one slide */
}


/*--------------------SLIDE 7--------------------*/

[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(7) {
  /* Show slide */
  /* Add active state to dot */
}
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(7) ~ .fs-slides .fs-slide {
  opacity: 0;
  -webkit-animation: none !important;
  animation: none !important;
}
/*OPACIDAD FOTO DE FONDO FOTO 7*/
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(7) ~ .fs-slides .fs-slide:nth-child(7) {
  opacity: 1;/*OPACIDAD FOTO DE FONDO FOTO 3*/
}
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(7) ~ .fs-quick-nav .fs-quick-btn {
  background-color: rgba(0, 0, 0, 0.7);
  /* Cancel autoplay */
  -webkit-animation: none !important;
  animation: none !important;
}
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(7) ~ .fs-quick-nav .fs-quick-btn:nth-child(7) {
  background-color: rgba(65, 116, 180, 0.5); /*COLOR DEL BOTON ACTIVO*/
}
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(7) ~ .fs-quick-nav .fs-quick-btn:nth-child(7):hover {
  opacity: 1;
}


/*--------------------SLIDE 6--------------------*/

[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(6) {
  /* Show slide */
  /* Add active state to dot */
}
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(6) ~ .fs-slides .fs-slide {
  opacity: 0;
  -webkit-animation: none !important;
  animation: none !important;
}
/*OPACIDAD FOTO DE FONDO FOTO 6*/
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(6) ~ .fs-slides .fs-slide:nth-child(6) {
  opacity: 1;/*OPACIDAD FOTO DE FONDO FOTO 3*/
}
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(6) ~ .fs-quick-nav .fs-quick-btn {
  background-color: rgba(0, 0, 0, 0.7);
  /* Cancel autoplay */
  -webkit-animation: none !important;
  animation: none !important;
}
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(6) ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
  background-color: rgba(65, 116, 180, 0.5); /*COLOR DEL BOTON ACTIVO*/
}
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(6) ~ .fs-quick-nav .fs-quick-btn:nth-child(6):hover {
  opacity: 1;
}


/*--------------------SLIDE 5--------------------*/

[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(5) {
  /* Show slide */
  /* Add active state to dot */
}
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(5) ~ .fs-slides .fs-slide {
  opacity: 0;
  -webkit-animation: none !important;
  animation: none !important;
}
/*OPACIDAD FOTO DE FONDO FOTO 5*/
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(5) ~ .fs-slides .fs-slide:nth-child(5) {
  opacity: 1;/*OPACIDAD FOTO DE FONDO FOTO 3*/
}
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(5) ~ .fs-quick-nav .fs-quick-btn {
  background-color: rgba(0, 0, 0, 0.7);
  /* Cancel autoplay */
  -webkit-animation: none !important;
  animation: none !important;
}
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(5) ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  background-color: rgba(65, 116, 180, 0.5); /*COLOR DEL BOTON ACTIVO*/
}
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(5) ~ .fs-quick-nav .fs-quick-btn:nth-child(5):hover {
  opacity: 1;
}


/*--------------------SLIDE 4--------------------*/
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(4) {
  /* Show slide */
  /* Add active state to dot */
}
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(4) ~ .fs-slides .fs-slide {
  opacity: 0;
  -webkit-animation: none !important;
  animation: none !important;
}
/*OPACIDAD FOTO DE FONDO FOTO 4*/
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(4) ~ .fs-slides .fs-slide:nth-child(4) {
  opacity: 1;/*OPACIDAD FOTO DE FONDO FOTO 3*/
}
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(4) ~ .fs-quick-nav .fs-quick-btn {
  background-color: rgba(0, 0, 0, 0.7);
  /* Cancel autoplay */
  -webkit-animation: none !important;
  animation: none !important;
}
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(4) ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  background-color: rgba(65, 116, 180, 0.5); /*COLOR DEL BOTON ACTIVO*/
}
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(4) ~ .fs-quick-nav .fs-quick-btn:nth-child(4):hover {
  opacity: 1;
}


/*--------------------SLIDE 3--------------------*/
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(3) {
  /* Show slide */
  /* Add active state to dot */
}
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(3) ~ .fs-slides .fs-slide {
  opacity: 0;
  -webkit-animation: none !important;
  animation: none !important;
}
/*OPACIDAD FOTO DE FONDO FOTO 3*/
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(3) ~ .fs-slides .fs-slide:nth-child(3) {
  opacity: 1;/*OPACIDAD FOTO DE FONDO FOTO 3*/
}
/*COLOR DE FONDO CIRCULOS TODOS*/
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(3) ~ .fs-quick-nav .fs-quick-btn {
  background-color: rgba(0, 0, 0, 0.7);
  /* Cancel autoplay */
  -webkit-animation: none !important;
  animation: none !important;
}
/*COLOR DE FONDO CIRCULO 3 ESTADO ACTIVO*/
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(3) ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  background-color: rgba(65, 116, 180, 0.5); /*COLOR DEL BOTON ACTIVO*/
}
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(3) ~ .fs-quick-nav .fs-quick-btn:nth-child(3):hover {
  opacity: 1;
}


/*--------------------SLIDE 2--------------------*/
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(2) {
  /* Show slide */
  /* Add active state to dot */
}
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(2) ~ .fs-slides .fs-slide {
  opacity: 0;
  -webkit-animation: none !important;
  animation: none !important;
}
/*OPACIDAD FOTO DE FONDO FOTO 2*/
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(2) ~ .fs-slides .fs-slide:nth-child(2) {
  opacity: 1;
}
/*COLOR DE FONDO TODOS LOS CIRCULOS*/
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(2) ~ .fs-quick-nav .fs-quick-btn {
  background-color: rgba(0, 0, 0, 0.7);
  /* Cancel autoplay */
  -webkit-animation: none !important;
  animation: none !important;
}
/*ESTILO CIRCULO 2 ESTADO ACTIVO*/
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(2) ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  background-color: rgba(65, 116, 180, 0.5); /*COLOR DEL BOTON ACTIVO*/
}
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(2) ~ .fs-quick-nav .fs-quick-btn:nth-child(2):hover {
  opacity: 1;
}


/*--------------------SLIDE 1--------------------*/
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(1) {
  /* Show slide */
  /* Add active state to dot */
}
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(1) ~ .fs-slides .fs-slide {
  opacity: 0;
  -webkit-animation: none !important;
  animation: none !important;
}
/*OPACIDAD FOTO DE FONDO FOTO 1*/
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(1) ~ .fs-slides .fs-slide:nth-child(1) {
  opacity: 1;
}
/*COLOR DE FONDO TODOS LOS CIRCULOS*/
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(1) ~ .fs-quick-nav .fs-quick-btn {
  background-color: rgba(0, 0, 0, 0.7);
  /* Cancel autoplay */
  -webkit-animation: none !important;
  animation: none !important;
}
/*ESTE ES EL COLOR DE FONDO CIRCULO 1 ESTADO ACTIVO*/
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(1) ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  background-color: rgba(65, 116, 180, 0.5); /*COLOR DEL BOTON ACTIVO*/
}
[data-am-fadeshow] input[type="radio"]:checked:nth-of-type(1) ~ .fs-quick-nav .fs-quick-btn:nth-child(1):hover {
  opacity: 1;
}

[data-am-fadeshow] input[type="radio"]:checked:first-of-type:last-of-type ~ .fs-quick-nav,
[data-am-fadeshow] input[type="radio"]:checked:first-of-type:last-of-type ~ .fs-prev-nav,
[data-am-fadeshow] input[type="radio"]:checked:first-of-type:last-of-type ~ .fs-next-nav {
  display: none !important;
}
[data-am-fadeshow]:hover .fs-prev-btn,
[data-am-fadeshow]:hover .fs-next-btn {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}



/*------------------------------------- SERVICIOS ------------------------------------------*/

.servicios1 {
	background-image: url(../images/servicios_01.png); 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: right top;
	width: 50vw;
	height: 50vh;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;}

.servicios2 {
	background-image: url(../images/servicios_02.png); 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: left top; 
	width: 48vw;
	height: 55vh;
	float: right;}

.titulo1 {
	margin: 75px 0px 15px 15px;
}

.titulo2 {
	margin: 20px 0px 20px 30px;
}

.bullets {
	font-family: 'Open Sans', sans-serif; 
	font-weight: 300; 
	font-size: 0.9rem; 
	color: #666666; 
	text-align: left; 
	line-height: normal;
	margin: 0px 0px 0px 4%;}
		
.bullets li {
	padding: 0px 0 10px 0px;}

.texto2 {
	font-family: 'Open Sans', sans-serif; 
	font-weight: 300; 
	font-size: 1.0rem; 
	color: #666666; 
	text-align: left; 
	line-height: normal;
	text-align: justify;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
    -webkit-column-gap: 3rem; /* Chrome, Safari, Opera */
    -moz-column-gap: 3rem; /* Firefox */
    column-gap: 3rem;
	padding: 0 60px 0 30px;
	}

/*------------------------------------- CONTACTO ------------------------------------------*/

#fondo-contacto {
	color: #fff;
	width: 100%;
	height: 100%;
	background-color:#02070E;
	z-index: 1;
	}

#formulario {
	margin: 0px 0 0px 0px;
	width: 100%;
	height: 350px;
	background-image: url(../images/bg_contacto_azul.png);
	background-size: cover;
	background-position: right bottom;
	display: flex;
	justify-content: center;
	align-items: center;
	}


.container-formulario {
	width: 100%;
	padding: 1em;
	margin: 0px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	}

#datos {
	margin: 0px 0 0 0px;
	position: relative;
	width: 100%;
	}

.datos {
	font-family: 'Open Sans', sans-serif; 
	font-weight: 300; 
	font-size: 0.7rem; 
	color: #FFFFFF; 
	text-align: left; 
	line-height: normal;
	width: 500px;
	height: 30px;
	}

li.datos {
	list-style: none;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

::-webkit-input-placeholder{color: #fff;}
:-moz-placeholder { /* Firefox 18- */ color: #fff;}
::-moz-placeholder {  /* Firefox 19+ */ color: #fff;}
:-ms-input-placeholder {color: #fff;}

.container-formato {
	position: relative;
	width: 100%;
	padding: 1em;
	margin: auto;
	margin: 60px 0px 0px -150px;
	}

#contact input[type="text"],#contact input[type="email"], #contact textarea{
	font-family: 'Open Sans', sans-serif; 
	font-weight: 300; 
	font-size: 1rem;
	display: block;
	padding: 10px;
	margin: 10px auto;
	width: 100%;
	color: #fff;
  	border: 0px solid #ccc;
	background-color:rgba(63,104,149,1.00);
	opacity:0.7;
	border-radius: 7px;
	}

#contact textarea{
	font-size: 1rem;
	color: #fff;
	}

#contact input:hover, #contact textarea:hover{
	border: 0px solid #888;
	}

#contact input:focus, #contact textarea:focus{
	border: 0px solid #fff;
	}

#contact textarea{
	max-width: 100%;
	min-width: 100%;
	max-height: 180px;
	min-height: 180px;
	resize: none;
}

#contact .send-button{
	text-align: center;
}

#contact .send-button button[type="submit"]{
	font-family: 'Open Sans', sans-serif; 
	font-weight: 300; 
	font-size: 1rem;
	color: #fff;
	background-color:rgba(63,104,149,1.00);
	opacity:0.7; /* Opacidad 40% */
	border-radius: 7px;
	border: none;
	width: 30%;
	padding: 10px 0;
	float: right;
	text-transform: uppercase;
	transition: .5s all ease;
	cursor: pointer;
}

#contact .send-button button[type="submit"]:hover{
	background: #3DAD94;
}

#contact .send-button button[type="submit"]:focus{
	position: relative;
	top: 2px;
}


/*######################################\*
              Responsive
\*######################################*/

@media(max-width:1152px) { /*iPad*/


#seccion02 {top:200px;}

.slider-frame {
	height: 50%;
	padding-bottom: 100px;
	}
.tx-caja-1 {
	margin-top: 335px;
	margin-left: 60px;
	font-size: 1.5em;
	}
	
.tx-caja-3 {
	margin-top: 400px;
	margin-left: 655px;
	font-size: 1.2em;
	}
}
	

@media(max-width:350px) {
.tx-caja-1 {
	margin-top: 205px;
	margin-left: 60px;
	font-size: 1.5em;
	color: black;
	}
#seccion01 {
	height: 580px;
	}
.carousel-item {
	height: 580px;
	}
.carousel-inner {
	height: auto;
	}
}

@media screen and (min-width: 640px){
.container-formato{
	width: 600px;
	}
  
#contact textarea{
    max-width: 98%;
    min-width: 98%;
    min-height: 152px;
    margin-right: 0;
  }

#contact .right,#contact .left{
	display: block;
	}

#contact .right{
	float: right;
	width: 50%;
	}
  
#contact .left{
	float: left;
	width: 50%;
	}
	.cl{
    clear: both;
  }
}