/* RESET*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
* {
	box-sizing: border-box;
}
/*ESTILOS GENERALES
****************************************/

body {
	font-family: 'Open Sans', sans-serif;
	background-image: url(../imagenes/brillant.png);
	overflow-x: hidden;
}
	
::-moz-selection {
 background-color:#E9E9E9;
}
::selection {
	background-color: #E9E9E9;
}
a {
	text-decoration: none;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
}


#barra_datos {
	text-align:right;
	background-color:#FF4244;	
	position: fixed;
	width: 100%;
	height: 40px;
	z-index: 100;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 1px;
	padding-right: 20%;
}


#barra_datos h2 {
	display: inline;
	padding: 0 50px;
	border-left: 1px solid #B9B9B9;
}

#barra_datos h2:nth-child(4) {
	padding: 0 20px;	
}

#barra_datos h2:nth-child(4) a{
	width: 40px;
	height: 40px;
	position: relative;
	float: right;
	background-image: url(../imagenes/whasapp.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#menu_moviles {
display: none;
}


nav.main-menu {
	text-align: center;
	background-image:url(../imagenes/brillant_amarillos.png);
	position: fixed;
	width: 100%;
	height: 60px;
	padding-top: 8px;
	z-index: 100;
	box-shadow: 3px 3px 10px rgba(49,4,0,0.2);
	margin-top: 40px;
}
.main-menu li {
	display: inline-block;
	border-left: 1px solid rgba(255,89,73,0.2);
}


.main-menu li a {
	color: #FD412E;
	padding: 15px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
}
.main-menu li a:hover {
	color: #FF5949;
}


nav.main-menu img {
	width: 110px;
	position: absolute;
	top: 5px;
	left: 30px;
}

#infografia {
	width: 100%;
	height: 900px;
	background-image: url(../imagenes/fondo_infografia.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 100px;	
}
#infografia figure {
	width: 1024px;
	height: 600px;
	margin: auto;
	padding-top: 60px;
	background-image: url(../imagenes/riesgo-psicosocial.png);
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.section {
	padding-top: 100px;
}

.contenedor {
	width: 1024px;
	margin: auto;
	position: relative;
}

.contenedor h2 {
	color: #FF5949;
	font-size: 40px;
	font-weight: 800;	
}

.contenedor h3 { 
	color: #FF5949;
	font-size: 30px;
	font-weight: 700;	
}

.contenedor p {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}

.contenedor p span {
	color: #FF5949;
}

#riesgo_psicosocial .contenedor:nth-child(1) {
	background-image: url(../imagenes/riesgo_psicosocial.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 100px 0 100px 380px;
}

#riesgo_psicosocial .contenedor:nth-child(1) h2 {
	border-bottom: 1px dotted #FF5949;
	line-height: 60px;
}

#riesgo_psicosocial .contenedor:nth-child(1) p {
	margin-top: 20px;
	text-align: justify;
}

#riesgo_psicosocial .contenedor:nth-child(2) h3 {
	text-align: center;
	line-height: 36px;
}

#riesgo_psicosocial .contenedor:nth-child(2) h4 {
	text-align: center;
	font-size: 25px;
	line-height: 50px;
	color: #333333;
	font-weight: 300;
}

#riesgo_psicosocial .contenedor:nth-child(2) ul {
	column-count: 2;
	background-color: rgba(255,255,255,0.5);
	box-shadow: 5px 5px 15px rgba(120,120,120,0.3);
	padding: 50px 0 50px 50px;
	margin-top: 30px;
}


#riesgo_psicosocial .contenedor:nth-child(2) ul li {
	padding-right: 50px;
	
}

#riesgo_psicosocial ul li {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;	
	list-style-image:url(../imagenes/item_li.png);	
}

#riesgo_psicosocial ul li:nth-child(even) {
	color: #333333;	
}

#riesgo_psicosocial ul li:nth-child(odd) {
	color: #FF5949;	
}


#riesgo_psicosocial .contenedor:nth-child(3) {
	height: 600px;
	margin-top: 50px;
}


#riesgo_psicosocial .contenedor:nth-child(3) article,
#riesgo_psicosocial .contenedor:nth-child(3) ul {
	position: relative;
	float: left;
	width: 50%;
	height: 600px;	
}

#riesgo_psicosocial .contenedor:nth-child(3) article {
	padding-top: 150px;
	padding-right: 100px;
}

#riesgo_psicosocial .contenedor:nth-child(3) article h3 {
	line-height: 36px;
	margin-bottom: 30px;
}

#riesgo_psicosocial .contenedor:nth-child(3) ul {
	background-color:rgba(254,228,169,0.2);
	padding: 50px;
}

#riesgo_psicosocial .contenedor:nth-child(3) ul li {
border-bottom: 1px dotted rgba(255,89,73,0.4);
}


#riesgo_psicosocial .contenedor:nth-child(3) ul img {
	width: 300px;
	position: absolute;
	top: -140px;
	right: 0;
}

#evaluacion article {
	width: 100%;
	height: 850px;
	background-image: url(../imagenes/fondo_expertos.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 180px;
}


#evaluacion article .contenedor {
	height: 500px;
}

#evaluacion article .contenedor h2 {
	color: #fff;
	line-height: 45px;
	padding: 0 100px 30px 0;
}

#evaluacion article .contenedor p {
	width: 32%;
	height: 340px;
	background-image: url(../imagenes/brillant.png);
	text-align: center;
	position: relative;
	float:left;
	padding: 30px;
	box-shadow: 5px 5px 15px rgba(108,9,0,0.5);
}


#evaluacion article .contenedor p:nth-child(3) {
	margin-left: 2%;
	margin-right: 2%;
}


#evaluacion .contenedor:nth-child(2) {
	height: 600px;
	padding-top: 80px;
	
}

#evaluacion .contenedor:nth-child(2) h3 {
	padding-right: 300px;	
	margin-bottom: 30px;
	line-height: 36px;
}


#evaluacion .contenedor:nth-child(2) p {
	width: 50%;
	height: 340px;
	position: relative;
	float:left;
	padding: 70px;
	text-align: justify;
}


#evaluacion .contenedor:nth-child(2) p:nth-child(2) {
	background-color: #FF5949;
	color: #fff;
}

#evaluacion .contenedor:nth-child(2) p:nth-child(2) span {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

#evaluacion .contenedor:nth-child(2) p:nth-child(3) {
	background-color: rgba(193,193,193,0.2);
	background-image: url(../imagenes/next.png);
	background-position: left center;
	background-repeat: no-repeat;
}


#evaluacion .contenedor:nth-child(3) {
	height: 900px;
	background-image:url(../imagenes/cifras.png);
	background-position: top left;
	background-repeat: no-repeat;	
}

#evaluacion .contenedor:nth-child(3) h3 {
	text-align: center;
	line-height: 36px;
	padding: 50px 280px;
}


#evaluacion .contenedor:nth-child(3) p {
	text-align: justify;
	padding-left: 450px;
	margin-bottom: 20px;
}

#evaluacion .contenedor:nth-child(3) h6 {
	background-color: rgba(195,195,195,0.1);
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	padding: 30px;
	width: 290px;
	height: 250px;
	position: relative;
	float:right;
	color: #333;
	margin-left: 5px;
	
}

#evaluacion .contenedor:nth-child(3) h5 {
	background-color: rgba(255,255,255,1.00);
	text-align: center;
	padding: 50px 100px;
	width: 100%;
	height: 230px;
	box-shadow: 5px 5px 15px rgba(120,120,120,0.3);
	color: rgba(255,89,73,1.00);
	font-size: 22px;
	line-height: 40px;
	font-weight: 600;
	position: relative;
	float: left;
}
	

#evaluacion .contenedor:nth-child(4) {
	background-image:url(../imagenes/fondo_bateria.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 850px;
	text-align: center;
	color: #fff;
	padding-top: 320px;	
}

#evaluacion .contenedor:nth-child(4) h3 {
	color: #fff;
}

#evaluacion .contenedor:nth-child(4) h3:nth-child(2) {
	font-weight: 300;
	letter-spacing: 5px;
	line-height: 50px;
	margin-bottom: 20px;
	
}


#evaluacion .contenedor:nth-child(4) ul {
	width: 900px;
	height: 200px;
	margin: auto;
}



#evaluacion .contenedor:nth-child(4) ul li a {
	width: 200px;
	height: 200px;
	background-image: url(../imagenes/brillant.png);
	text-align: center;
	position: relative;
	float: left;
	margin: 0 10px;
	border-radius: 50%;
	padding: 90px 20px;
	color:#E81602;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 5px 5px 15px rgba(108,9,0,0.1);
}

#evaluacion .contenedor:nth-child(4) ul li a:hover {
	color: #FF5949;
	letter-spacing: 0px;
	box-shadow: 5px 5px 20px rgba(108,9,0,0.5);
	background-image:url(../imagenes/brillant_amarillos.png);	
}

#evaluacion .contenedor:nth-child(4) ul li:nth-child(4) a {
	padding: 60px 30px;	
}

#evaluacion .contenedor:nth-child(4) ul li:nth-child(4) a:hover {
	letter-spacing: 2px;	
}

#servicios .contenedor:nth-child(1) {
	text-align: center;
	padding: 60px 0;
	background-image: url(../imagenes/servicios.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	
}

#servicios .contenedor:nth-child(1) h2 {
	margin-bottom: 30px;
}

#servicios .contenedor:nth-child(1) h5 {
	font-size: 24px;
	line-height: 30px;
	color: #CC1A09;
}

#servicios .contenedor:nth-child(2) {
	height: 690px;
}

#servicios .contenedor:nth-child(2) p {
	position: relative;
	float: left;
	height: 340px;
	color: #fff;
	text-align: center;
	padding: 40px;
}

#servicios .contenedor:nth-child(2) p span {
	color: #fff;
	font-weight: 600;
}

#servicios .contenedor:nth-child(2) p:nth-child(1) {
	width: 30%;
	background-color:#EE281F;	
}

#servicios .contenedor:nth-child(2) p:nth-child(2) {
	width: 30%;
	background-color:#FF5949;	
}

#servicios .contenedor:nth-child(2) p:nth-child(3) {
	width: 40%;
	background-color:#FEE4A9;
	color:#D11D0C;
}

#servicios .contenedor:nth-child(2) p:nth-child(4) {
	width: 35%;
	background-color:#FEE4A9;
	color:#D11D0C;
}

#servicios .contenedor:nth-child(2) p:nth-child(3) span,
#servicios .contenedor:nth-child(2) p:nth-child(4) span {
	color:#D11D0C;
}

#servicios .contenedor:nth-child(2) p:nth-child(5) {
	width: 65%;
	background-color:#FF4244;	
	}

#servicios .contenedor:nth-child(3) {
	text-align: center;
	height: 550px;
	padding-top: 50px;
	
}

#servicios .contenedor:nth-child(3) p:nth-child(2),
#servicios .contenedor:nth-child(3) p:nth-child(3) {
	position: relative;
	float: left;
	width: 49%;
	height: 350px;
	border: 1px solid #FF5949;
	padding: 50px;
	margin-top: 40px;
}

#servicios .contenedor:nth-child(3) p:nth-child(2) span,
#servicios .contenedor:nth-child(3) p:nth-child(3) span {
	font-size: 20px;
	font-weight: 700;
}

#servicios .contenedor:nth-child(3) p:nth-child(3) {
	height: 400px;
	margin-left: 2%;
}

#clientes .contenedor {
	height: 800px;
	width: 700px;
	text-align: center;
}

#clientes .contenedor ul {
	margin-top: 20px;
}

#clientes .contenedor ul li {
	display: inline;
	margin: 20px;
}

#clientes .contenedor ul li img {
	width: 150px;
}



footer {
	background-image: url(../imagenes/fondo_footer.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 100%;
	height: 680px;
	padding-top: 200px;
	position: relative;
}

footer form,
footer section {
	width: 50%;
	height: 300px;
	position: relative;
	float: left;
	padding: 0 50px;
}


.botones-form {
	width:100%;
	height:40px;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#FC2C17;
	background-color: #FEE4A9;
	border:none;
	margin-bottom:5px;	
	outline:none;
	padding-left: 10px;
	
			transition: 0.2s ease;
	-o-transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	}
	
.botones-form:hover {
	background-color: rgba(254,228,169,0.8);
	}
	
.botones-form::-webkit-input-placeholder {
	color:#FC2C17;
	background-color: #FEE4A9;
	}
	
.botones-form::-moz-input-placeholder {
	color:#FC2C17;
	background-color: #FEE4A9;
	}
	
.botones-form:hover::-webkit-input-placeholder {
	background-color: rgba(254,228,169,0.8);
	}
	
.botones-form:hover::-moz-input-placeholder {
	background-color: rgba(254,228,169,0.8);
	}
	
.mensaje {
	height:100px;
	}
	
#enviar {
	width:100%;
	color:#FC2C17;
	background-color: #FEE4A9;
	height:35px;
	border:none;
	outline:none;
	text-align:right;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	padding-right: 25px;
	cursor:pointer;
	
				transition: 0.2s ease;
	-o-transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	}
	
#enviar:hover {
	background-color: rgba(254,228,169,0.8);
	}


footer section {
	color:#fff;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 36px;
	padding-top: 50px;
}


footer .contenedor h6,
footer .contenedor a {
	width: 50%;
	height: 50px;
	position: relative;
	float: left;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 50px;
	color: #FEE4A9;
	margin-top: 120px;	
}

footer .contenedor a {
	text-align: right;
}

footer .contenedor a:hover {
	color: rgba(254,228,169,0.6);
}

#mensaje_gracias {
	margin: auto;
	width: 300px;
	font-weight: 800;
	color: #FF5949;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	padding-top: 15%;
	
}


/*FAQ Y REGLAMENTACIÓN*/

.FAQ {
	height: 2000px;	
}

.reglamentacion {
	height: 2500px;	
}

.contenedor_marcos {
	width: 1024px;
	margin: auto;
	position: relative;	
	padding-top: 130px;
}

.contenedor_marcos h1 {
	margin-top: 200px;
	width: 1024px;
	margin: auto;
	font-size: 40px;
	font-weight: 800;
	color: #FF5949;
	margin-bottom: 40px;
}

.contenedor_marcos h1 span {
	font-size: 60px;
	line-height: 70px;
}


.FAQ section {
	height: 450px;
}

.reglamentacion section {
	height: 300px;	
}

.contenedor_marcos section {
	position:relative;
	float: left;
	width: 48%;	
	background-color: white;
	padding: 40px 60px;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
	margin-bottom: 30px;
	border-top: 1px solid #FF5949;
	background-image: url(../imagenes/t.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.contenedor_marcos section:nth-child(even) {
	margin-right: 4%;
}

.contenedor_marcos section h5 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #FF5949;
	margin-bottom: 20px;
}


.contenedor_marcos section p {
	font-size: 16px;
	line-height: 26px;
	color: #363636;
	text-align: justify;
	margin-bottom: 15px;
	
}

.contenedor_marcos section p span {
	color: #FF5949;
}

/*cotizar*/

#cotizacion {
	width: 1024px;
	height: auto;
	margin: auto;
	padding-top: 130px;
	padding-bottom: 100px;
}

#cotizacion h2 {
	font-size: 40px;
	color: #FF5949;
	font-weight: 700;
}

/*TABLAS*/

.titulo_cuestionarios {
	padding-top: 150px;
	text-align: center;
	color: #FF5949;
	font-size: 30px;
	line-height: 40px;
	width: 750px;
	font-weight: 700;
	margin: auto;
}

.logos_cuestionarios {
	width: 600px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.logos_cuestionarios img {
	width: 100%;
}

.subtitulo_cuestionarios {
	text-align: center;
	color: #FF5949;
	font-size: 20px;
	line-height: 30px;
	width: 70%;
	font-weight: 600;
	margin: auto;
	background-color:rgba(255,89,73,0.1);
	padding: 2% 5%;
	margin-top: 30px;
}


#botones_intralaboral {
	margin: auto;
	width: 530px;
	height: 250px;
	margin-top: 50px;
}

#botones_intralaboral a {
	position: relative;
	float:left;
	width: 250px;
	height: 250px;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color:#F2594B;
	border-radius: 50%;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
	padding: 60px 30px;
}

#botones_intralaboral a span {
	font-size: 20px;
	line-height: 60px;
	font-weight: 600;
	letter-spacing: 1px;
	border-bottom: 1px solid #F2594B;
}

#botones_intralaboral a:nth-child(2) {
	margin-left: 30px;
}

#botones_intralaboral a:hover {
	background-color: #F2594B;
	color:#fff;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
}

#botones_intralaboral a:hover span {
	border-bottom: 1px solid #fff;	
}

table {
	width: 70%;
	margin: auto;
	border-collapse: collapse;
	font-size: 16px;
	line-height: 20px;	
}

table th:nth-child(1),
table th:nth-child(2){
	background-color:rgba(255,89,73,0.0);
	border: none;
}

table th {
	background-color:#FF4244;	
	color: white;
	text-align: center;
	border: 1px solid white;
	padding: 20px;
	text-transform:uppercase;
	letter-spacing: 1px;
	font-weight: 500;	
}

table tr td:nth-child(2){
	width: 50%;
}

table tr {
	height: 60px;
	color: #F2594B;
	border-bottom: 1px solid #FEE4A9;
}

table tr:nth-child(odd) {
	background-color: rgba(254,228,169,0.0);
	
}

table tr:nth-child(even) {
	background-color: rgba(254,228,169,0.4);
}

table tr td {
	border-left: 1px solid #FEE4A9;
	border-right: 1px solid #FEE4A9;
	
}


/*MEDIA QUERY
***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

/*1366*/
@media screen and (max-width:1400px) {
	
.main-menu li a {
	font-size: 12px;
}

nav.main-menu img {
	width: 100px;
	top: 8px;
	left: 10px;
}
	
#infografia {
	height: 800px;	
	background-size: 100%;
	
}
#infografia figure {
	width: 80%;
	padding-top: 0px;
	text-align: center;
}	
	
#infografia figure img {
	width: 100%;
	}
	
#evaluacion article {
	height: 630px;
	background-size: 78%;
	padding-top: 40px;
}

#evaluacion article .contenedor {
	height: 500px;
}

#evaluacion article .contenedor h2 {
	font-size: 30px;
	line-height: 35px;
	padding: 0px 400px 15px 120px;
}
	
.subtitulo_cuestionarios {
	width: 85%;
}

table {
	width: 85%;
}
	
}


/*1024*/
@media screen and (max-width:1100px) {
	
	
#barra_datos {
	text-align:center;
	padding-right: 50px;
}
	
	
#barra_datos h2 {
	padding: 0 20px;
}

#barra_datos h2:nth-child(4) {
	padding: 0 10px;	
}
	
	
#infografia {
	height: 600px;	
	
}
	
#infografia figure {
	width: 90%;
	height: 500px;	
}	
	
	
.contenedor {
	width: 100%;
}
	
.main-menu li:nth-child(1),	
.main-menu li:nth-child(6),
.main-menu li:nth-child(7),
.main-menu li:nth-child(8),
.main-menu li:nth-child(9) {
	display: none;
}	
	
#menu_moviles {
	display: block;
	position: fixed;
	width:60px;
	height:60px;
	z-index: 5000;
	top: 10px;
	right: 0;
	}
	
.button_container {
  position:absolute;
  top: 30px;
  right: 0;
  height: 60px;
  width: 60px;
  cursor: pointer;
  background-color:#FF5949;
  box-sizing:border-box;
  padding-top:35px;
  text-align:center;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
	
.button_container:hover {
  opacity: .8;
}

.button_container h5 {
	color:#fff;
	font-size:15px;
	font-weight:300;
	}

.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
	
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
	
.button_container.active .bottom {
  -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
          transform: translateY(-9px) translateX(0) rotate(-45deg);
  background: #FFF;
}
	
.button_container span {
  background: #fff;
  border: none;
  height: 1px;
  width: 40%;
  position: absolute;
  top: 15px;
  left: 30%;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
	
.button_container span:nth-of-type(2) {
  top: 22px;
}
	
.button_container span:nth-of-type(3) {
  top: 29px;
}

.overllay {
  position: fixed;
  background:rgba(255,89,73,0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.overllay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
}
.overllay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .25s;
          animation-delay: .25s;
}
.overllay.open li:nth-of-type(2) {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}
.overllay.open li:nth-of-type(3) {
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overllay.open li:nth-of-type(4) {
  -webkit-animation-delay: .40s;
          animation-delay: .40s;
}
.overllay.open li:nth-of-type(5) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overllay.open li:nth-of-type(6) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overllay.open li:nth-of-type(7) {
  -webkit-animation-delay: .55s;
          animation-delay: .55s;
}


.overllay nav {
  position: relative;
  width: 100%;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.overllay ul {
  list-style: none;
  width: 70%;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overllay ul li {
  display: block;
  position: relative;
  opacity: 1;
}
.overllay ul li a {
  display: block;
  position: relative;
  color: #fff;
  font-size:22px;
  letter-spacing: 3px;
  line-height:80px;
  text-decoration: none;
  overflow: hidden;
  font-weight:500; 
  padding:0 30px;
  border-bottom: 1px solid rgba(254,228,169,1.00);	
}

.overllay ul li a:hover {
	color: #FEE4A9;   
	}
	
#riesgo_psicosocial .contenedor:nth-child(1) {
	padding: 100px 30px 100px 380px;
}
	
	
#riesgo_psicosocial .contenedor:nth-child(3) {
	padding-left: 30px;	
}
	
	
#evaluacion .contenedor:nth-child(3) h5 {	
	font-size: 20px;
	}
	
	
#evaluacion article {
	background-size: 100%;
}
	
#evaluacion article .contenedor h2 {
	padding: 0 400px 0px 100px;
}

#evaluacion .contenedor:nth-child(3) {
	height: 800px;
}
	
	
#evaluacion .contenedor:nth-child(3) h3 {
	padding: 0px 280px;
	margin-bottom: 20px;
}


#evaluacion .contenedor:nth-child(3) p {
	padding-left: 430px;
	padding-right: 30px;
	margin-bottom: 20px;
}
	
#evaluacion .contenedor:nth-child(4) {
	background-size: 100%;
	height: 600px;	
	padding-top: 210px;
}

#evaluacion .contenedor:nth-child(4) h3 {
	font-size: 30px;
}
	
footer .contenedor h6,
footer .contenedor a {
	text-align: center;
}
	
	
/*FAQ Y REGLAMENTACIÓN*/

.contenedor_marcos {
	width: 100%;
	
}

.contenedor_marcos h1 {
	margin-top: 250px;
	width: 100%;
	margin: auto;
	font-size: 30px;
	margin-bottom: 40px;
	padding-left: 50px;
}

.contenedor_marcos h1 span {
	font-size: 40px;
	line-height: 50px;
}


.FAQ section {
	height:auto;
}

.reglamentacion section {
	height: 300px;	
}

.contenedor_marcos section {
	padding: 40px;	
}
	
table {
	width: 95%;
	}
	
.subtitulo_cuestionarios {
	width: 95%;
}
	
	
}

/*768*/
@media screen and (max-width:800px) {
	
	
#barra_datos {
	font-size: 14px;
	letter-spacing: 0;
	padding-right: 0px;
}
	
nav.main-menu {
	text-align: left;
	}

nav.main-menu img {
	display: none;
}
	
	
#infografia {
	height: 500px;
	background: none;
	
}
#infografia figure {
	width: 100%;
	height: 450px;
	background-image:url(../imagenes/infografia_movil.png);	
	background-position: bottom center;
	background-size: 90%;
}	
	
.contenedor h2 {
	font-size: 30px;
	line-height: 30px;
}
	
#riesgo_psicosocial .contenedor:nth-child(1) {
	padding: 20px 30px 50px 300px;
}

#riesgo_psicosocial .contenedor:nth-child(1) h2 {
	line-height: 35px;
	margin-bottom: 15px;
}	
	
#riesgo_psicosocial .contenedor:nth-child(2) h4 {
	line-height: 30px;
	font-size: 20px;
	padding: 0 60px;
}
	
#riesgo_psicosocial .contenedor:nth-child(2) ul li {
	padding-right: 30px;	
}
	

#riesgo_psicosocial .contenedor:nth-child(3) article {
	padding-top: 100px;
	padding-right: 40px;
	width: 45%;	
}

#riesgo_psicosocial .contenedor:nth-child(3) article h3 {
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 30px;
}

#riesgo_psicosocial .contenedor:nth-child(3) ul {
	background-color:rgba(254,228,169,0.2);
	padding: 50px;
	width: 55%;
}
	
	
#evaluacion article {
	background-position: top center;
	background-size: 100%;
	height: 800px;
	padding-top: 30px;
}


#evaluacion article .contenedor {
	height: 750px;
	}
	
#evaluacion article .contenedor h2 {
	padding: 10px 300px 0px 90px;
	text-align:left;
	margin-bottom: 20px;
	font-size: 25px;
	line-height: 30px;
}
	
	
#evaluacion article .contenedor p {
	width: 100%;
	height:auto;
	}


#evaluacion article .contenedor p:nth-child(3) {
	margin-left: 0;
	margin-right: 0;
	margin-top: 2%;
	margin-bottom: 2%;
}
	
	
	
#evaluacion .contenedor:nth-child(2) {
	height: 550px;
	padding-top: 0px;
	
}

#evaluacion .contenedor:nth-child(2) h3 {
	padding: 40px;
	text-align: center;
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 0px;	
}


#evaluacion .contenedor:nth-child(2) p {
	width: 50%;
	height: 360px;
	padding: 40px 40px 0 50px;
	text-align:left;
}

#evaluacion .contenedor:nth-child(2) p:nth-child(3) {
	background-size: 8%;
}

	
#evaluacion .contenedor:nth-child(3) {
	background-size: 42%;
	height: 900px;
}

#evaluacion .contenedor:nth-child(3) h3 {
	text-align: center;
	font-size: 25px;
	line-height: 35px;
	padding: 30px 100px;
}


#evaluacion .contenedor:nth-child(3) p {
	padding-left: 270px;
	margin-bottom: 40px;
}

#evaluacion .contenedor:nth-child(3) h6 {
	width: 49%;	
	float:left;	
}

#evaluacion .contenedor:nth-child(3) h5 {
	padding: 50px 100px;
	font-size: 18px;
	line-height: 32px;	
}
	
	
#evaluacion .contenedor:nth-child(4) {
	background-size: 90%;
	height: 450px;
	padding-top: 170px;	
}

#evaluacion .contenedor:nth-child(4) h3 {
	font-size: 18px;
}

#evaluacion .contenedor:nth-child(4) h3:nth-child(2) {
	letter-spacing: 5px;
	line-height: 30px;
	margin-bottom: 10px;	
}


#evaluacion .contenedor:nth-child(4) ul {
	width: 520px;
	height: 120px;
}

#evaluacion .contenedor:nth-child(4) ul li a {
	width: 120px;
	height: 120px;	
	margin: 0 5px;	
	padding:  50px 0px 0 0px;	
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0px;
}

#evaluacion .contenedor:nth-child(4) ul li a:hover {
	letter-spacing: 0px;
}

#evaluacion .contenedor:nth-child(4) ul li:nth-child(4) a {
	padding: 35px 20px;	
	font-size: 11px;
	line-height: 14px;
}

#evaluacion .contenedor:nth-child(4) ul li:nth-child(4) a:hover {
	letter-spacing: 0px;	
}
	
	
#servicios .contenedor:nth-child(2) {
	height:1400px;
}

#servicios .contenedor:nth-child(2) p {
	height:auto;
	}

#servicios .contenedor:nth-child(2) p:nth-child(1) {
	width: 100%;
}

#servicios .contenedor:nth-child(2) p:nth-child(2) {
	width: 100%;
}

#servicios .contenedor:nth-child(2) p:nth-child(3) {
	width: 100%;
	border-bottom: 1px solid #F2594B;
}

#servicios .contenedor:nth-child(2) p:nth-child(4) {
	width: 100%;
}

#servicios .contenedor:nth-child(2) p:nth-child(5) {
	width: 100%;
	}
	
	
#servicios .contenedor:nth-child(3) {
	padding-top: 0px;
}


#servicios .contenedor:nth-child(3) p:nth-child(3) {
	height: 440px;
}
	
#servicios .contenedor:nth-child(3) p img {
	width: 60px;		
	}
		
#clientes .contenedor {
	width: 600px;
}
	
	
/*FAQ Y REGLAMENTACIÓN*/

.FAQ {
	height: 2400px;	
}
	
	
.reglamentacion {
	height: 4200px;	
}


.contenedor_marcos h1 span {
	font-size: 40px;
	line-height: 50px;
}


.contenedor_marcos section {
	width: 100%;		
	padding: 40px;
}

.contenedor_marcos section:nth-child(even) {
	margin-right: 0;
}
	
.titulo_cuestionarios {
	font-size: 18px;
	line-height: 28px;
	width: 70%;
	padding-top: 120px;
	
}

.subtitulo_cuestionarios {
	font-size: 16px;
	line-height: 26px;
	padding: 2% 5%;
	margin-top: 30px;
}
	
table {
	font-size: 14px;
	line-height: 18px;
}
	
table th {
	padding: 0px;
	letter-spacing: 0px;
	font-size: 13px;
	line-height: 15px;
}

}

/*360*/
@media screen and (max-width:600px) {
	
#barra_datos {
	font-size: 12px;
	letter-spacing: 0;
	padding-right: 20px;
}
	
	
#barra_datos h2 {
	padding: 0 10px;
}
	
#barra_datos h2:nth-child(3) {
	display: none;
	}

nav.main-menu li {
	width: 21%;
	height: 40px;
	position: relative;
	float:left;
	border-left: 1px solid #FF5949;
	text-align: center;		
	}
	
nav.main-menu li:nth-child(3) a,
nav.main-menu li:nth-child(4) a	{
	padding: 14px 0;
	}
	
nav.main-menu li a {
	font-size: 10px;
	letter-spacing: 0;
	padding: 10px 0;
	}
	
	
.overllay ul li a {
  font-size:18px;
  letter-spacing: 2px;
  line-height:60px;
}

	
.button_container h5 {
	font-size:12px;
	}
	
#infografia {
	padding-top: 0;
	height: 450px;
	}
	
#infografia figure {
	background-size: 140%;
}	
	
.contenedor h3 { 
	font-size: 20px;
	line-height: 25px;
}
	
	
#riesgo_psicosocial .contenedor:nth-child(1) {
	background-position: top right;
	background-size: 40%;
	padding-left: 30px;
}

#riesgo_psicosocial .contenedor:nth-child(1) h2 {
	padding-right: 100px;
	padding-bottom: 20px;
}
	
	
#riesgo_psicosocial .contenedor:nth-child(2) h3 {
	line-height: 30px;
}	
	
#riesgo_psicosocial .contenedor:nth-child(2) h4 {
	line-height: 25px;
	font-size: 18px;
}
	
#riesgo_psicosocial .contenedor:nth-child(2) ul {
	column-count: 1;
	padding: 10px 0 10px 0 10px;
}
	
	
#riesgo_psicosocial .contenedor:nth-child(2) ul li {
	padding-right: 20px;
	
}
	
	
#riesgo_psicosocial .contenedor:nth-child(3) {
	height: 1000px;
	}
	
	
#riesgo_psicosocial .contenedor:nth-child(3) article {
	padding-top: 0px;
	padding-right: 30px;
	width: 100%;
	height:300px;
}

#riesgo_psicosocial .contenedor:nth-child(3) article h3 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 30px;
	text-align: center;
}

#riesgo_psicosocial .contenedor:nth-child(3) ul {
	background-color:rgba(254,228,169,0.2);
	padding: 40px 20px 420px 30px;
	width: 100%;
	height: 640px;
}
	
	
#riesgo_psicosocial .contenedor:nth-child(3) ul img {
	width: 120px;
	top: -60px;
}
	
	
#evaluacion article {
	height: 950px;
}


#evaluacion article .contenedor {
	height: 900px;
	}
	
#evaluacion article .contenedor h2 {
	padding: 0;
	font-size: 18px;
	line-height: 20px;
}
	
	
#evaluacion .contenedor:nth-child(2) {
	height: 800px;
	padding-top: 0px;
	
}

#evaluacion .contenedor:nth-child(2) h3 {
	padding: 30px;	
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 0px;	
}


#evaluacion .contenedor:nth-child(2) p {
	width: 100%;
	height:auto;
	padding: 30px;
	text-align:left;
}

#evaluacion .contenedor:nth-child(2) p:nth-child(3) {
	background-size: 5%;
	padding-left: 30px;
}
	
	
#evaluacion .contenedor:nth-child(3) {
	height: 1300px;
	background-size: 40%;
}

#evaluacion .contenedor:nth-child(3) h3 {
	text-align:right;
	font-size: 20px;
	line-height: 30px;
	padding: 40px 0 40px 60px;
}


#evaluacion .contenedor:nth-child(3) p {
	padding-left: 0px;
	margin-bottom: 20px;
	text-align: left;
}

#evaluacion .contenedor:nth-child(3) h6 {
	width: 100%;
	height: auto;
	float:left;
	margin-left: 0;
	margin-bottom: 20px;
}

#evaluacion .contenedor:nth-child(3) h5 {
	padding: 30px;
	font-size: 16px;
	line-height: 30px;
	height: auto;
}
	
	
	
#evaluacion .contenedor:nth-child(4) {
	background-position: top center;
	padding-top: 70px;
	background-size: 100%;
}

#evaluacion .contenedor:nth-child(4) h3 {
	font-size: 16px;
	line-height: 20px;
	padding: 0 50px;
}

#evaluacion .contenedor:nth-child(4) h3:nth-child(2) {
	letter-spacing: 5px;
	line-height: 30px;
	margin-bottom: 10px;	
}

#evaluacion .contenedor:nth-child(4) ul {
	width: 260px;
	height: 260px;
}


#evaluacion .contenedor:nth-child(4) ul li a {
	margin: 5px;
	background-color: white;
	background-image: none;
}
	
	
#servicios .contenedor:nth-child(1) {
	padding: 30px 0;
	background-size: 40%;
	
}

#servicios .contenedor:nth-child(1) h2 {
	margin-bottom: 20px;
}

#servicios .contenedor:nth-child(1) h5 {
	font-size: 18px;
	line-height: 25px;
}

	
	
#servicios .contenedor:nth-child(2) {
	height:1750px;
}

#servicios .contenedor:nth-child(2) p {
	height:auto;
	}
	
	
#servicios .contenedor:nth-child(3) {
	height: 900px;
}

#servicios .contenedor:nth-child(3) p:nth-child(2),
#servicios .contenedor:nth-child(3) p:nth-child(3) {
	width: 100%;
	height:auto;
	padding: 30px;
}

#servicios .contenedor:nth-child(3) p:nth-child(3) {
	height: 400px;
	margin-left: 0px;
}
	
	
#clientes .contenedor {
	padding-top: 20px;
	width: 320px;
}

#clientes .contenedor ul {
	margin-top: 0px;
}

#clientes .contenedor ul li {
	margin: 10px;
}

#clientes .contenedor ul li img {
	width: 120px;
}
	
	
footer {
	background-size: 120%;
	padding-top: 20px;
}

footer form,
footer section {
	width: 100%;
	padding: 0 30px;
}	


footer section {
	color:#FF5949;
	letter-spacing: 1px;
	line-height: 30px;
	padding-top: 0px;
	text-align: center;
}


footer .contenedor h6,
footer .contenedor a {
	width: 100%;
	height: 30px;
	line-height: 30px;
	letter-spacing: 0px;	
	color: #FF5949;
	margin-top: 0px;	
	text-align: center;
	font-size: 13px;
}
	
	
footer .contenedor h6 {
	margin-top: 80px;
	}

footer .contenedor a {
	text-align: center;
	margin-bottom: 50px;
}

footer .contenedor a:hover {
	color: #FF2914;
}

	
.FAQ {
	height: 3450px;	
}
	
.logos_cuestionarios {
	width: 320px;
	margin-top: 20px;
	margin-bottom: 20px;
}	
	
#botones_intralaboral {
	width: 320px;
	height: 320px;
	margin-top: 50px;
}

#botones_intralaboral a {
	width: 100%;
	height: 150px;
	font-size: 14px;
	line-height: 18px;	
	padding: 30px;
	border-radius: 0;
}

#botones_intralaboral a span {
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0px;
}

#botones_intralaboral a:nth-child(2) {
	margin-left: 0px;
	margin-top: 10px;
}

}



































