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

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


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

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

.seccion1 {
	position: inherit;
	display:block;
	width: 100%;
	/*height: 645px;*/
	margin: 0px;
	top:500px;
	}

#seccion02 {
	position: inherit;
	display:block;
	width: 100%;
	height: auto;
	top:100px;
	}
#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 ------------------------------------------*/

.nav_right_top-menu {
    margin: 0em;
}

.nav_top_fx_w3ls_agileinfo-menu {
    margin: 0 auto;
    width: 100%; /*-------------tamaño caja header--------------*/
    padding: 0.63em 0;
}

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

.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;
}

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

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

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

.tutorial-home a {
  color: #fff;
  text-decoration: 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;
  	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;}




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

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

.caja-blanca {
	top: 0vh;
	left: 0vw;
	height: 47vh;
	padding: 200px 0 0 0px;
	margin: 0 150px 0 0;
	}

.caja-blanca h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
	font-weight: 500;
	color: #666666;
	padding: 0px 0px 10px 0px;
	margin: 0 0px 0 0;
	}

.caja-blanca p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0em;
	font-weight: 300;
	color: #666666;
	line-height: normal;
	text-align: justify;
	}

.caja-verde {
	top: 45vh;
	left: 0vw;
	height: 55vh;
	padding: 0;
	margin: 0;
	}

.caja-verde h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.8em;
	font-weight: 500;
	color: #ffffff;
	padding: 0px 0px 10px 0px;
	margin: 0 0px 0 0;
	}

.caja-verde blockquote{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0em;
	font-weight: 300;
	color:#fffffff;
	line-height: normal;
	border-left: 0px solid #eee;
	text-align: justify;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 0 0;
	}
