/*
 *  RESET CSS
 */

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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
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;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */

/* FONTS */
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff'),
        url('fonts/Montserrat-Regular.ttf') format('truetype'),
        url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Abril Fatface';
    src: url('fonts/AbrilFatface-Regular.eot');
    src: url('fonts/AbrilFatface-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/AbrilFatface-Regular.woff2') format('woff2'),
        url('fonts/AbrilFatface-Regular.woff') format('woff'),
        url('fonts/AbrilFatface-Regular.ttf') format('truetype'),
        url('fonts/AbrilFatface-Regular.svg#AbrilFatface-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* END fonts */

body {
	background: #666666;
}
/* home header*/
#header {
	margin: 0 auto;
	width: 1280px;
	height: 730px;
}
.hidden {
	visibility: hidden;
	display: none;
}
.hero {
    position: absolute;
}
.hero .hero_logo {
    position: absolute;
    top: 60px;
    left: 50px;
}
.hero_top {
	display: block;
    position: absolute;
	width: 1280px;
	top: 0;
}
.header_top_bar {
	background: #000000;
    opacity: 0.6;
	top: 0;
	position: absolute;
    width: 1280px;
    height: 153px;
}
.header_bottom_bar {
	background: #000000;
    opacity: 0.6;
	bottom: 2px;
	position: absolute;
    width: 1280px;
    height: 153px;
}
.hero_contact {
    position: relative;
	font-family: 'Montserrat';
	font-size: 13px;
	height: 46px;
}
.hero_contact::before, .hero_contact:before {
	content: "";
	display: block;
	width: 100%;
	top: 46px;
	position: absolute;
	border-bottom: 1px solid #d2a97c2e;
}
.hero_contact .icon {
	height: 20px;
    width: 20px;
    background-image: url(img/sprite.png);
	float: left;
	margin-right: 10px;
}
.hero_contact .icon.icon_calendar {
	background-position: -20px 0;
}
.hero_contact .icon.icon_phone {
	background-position: -40px 0;
}
.hero_contact li a {
    text-decoration: none;
    color: #D2A97C;
}
.hero_contact li{
	color: #D2A97C;
    border-right: 1px solid rgba(210, 169, 124, 0.18);
	line-height: 20px;
    padding: 13px 22px;
	box-sizing: border-box;
    float: left;
}
.hero_contact li:first-child {
    margin-left: 35px;
}
.facebook_logo{
	float: right;
}
#navigation {
	position: absolute;
    top: 93px;
    left: 545px;
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-size: 16px;
}
#navigation li{
	display: inline;
	margin: 0 21px;
}
#navigation li a{
	color: #CBC8C8;
	text-decoration: none;
	font-weight: bold;
}
#navigation li a.active{
    color: #D2A97C;
}
#navigation li a:hover{
    color: #D2A97C;
}
.hero_text {
	color: #FFFFFF;
    font-size: 24px;
    position: absolute;
    top: 287px;
    width: 596px;
    text-align: right;
    right: 50px;
    font-family: 'Montserrat';
	line-height: 40px;
	filter: drop-shadow(2px 2px 1px #000000);
}
.hero_bottom {
    position: absolute;
	bottom: 0;
	height: 153px;
	width: 1280px;
}
.hero_bottom ul {
	position: relative;
}
.hero_bottom ul li{
    float: left;
    width: 20%;
    text-align: center;
    margin-top: 44px;
    border-right: 1px solid #D2A97C;
    box-sizing: border-box;
}

.hero_bottom ul li:last-child{
    border: 0;
}
.hero_bottom ul li .hero_bottom_number{
	font-family: 'Abril Fatface';
	color: #D2A97C;
	font-size: 40px;
	line-height: 48px;
}
.hero_bottom ul li .hero_bottom_text{
	font-family: 'Montserrat';
	color: #CBC8C8;
	font-size: 15px;
	line-height: 18px;
}
/* home somos */
.home_somos {
	width: 1280px;
	height: 420px;
	margin: 0 auto;
	background: #ffffff;
	text-align: center;
	position: relative;
}
.home_somos h2 {
	font-size: 40px;
	color: #D2A97C;
	font-family: 'Abril Fatface';
	padding: 60px;
}
.home_somos h2:before{
	content: "";
	width: 60px;
	height: 1px;
    position: absolute;
    border-bottom: 1px solid #D2A97C;
    left: 608px;
    top: 125px;
}
.home_somos p {
	font-size: 20px;
    font-family: 'Montserrat';
    width: 80%;
    margin: 0 auto 50px;
	line-height: 40px;
	color: #878686;
}
a.ver_mas {
	background-color: #D2A97C;
    color: #FFFFFF;
    opacity: 0.6;
    font-family: 'Abril Fatface';
    text-decoration: none;
    padding: 12px 38px;
    border-radius: 25px;
    font-size: 19px;
}
a.ver_mas:hover {
	opacity: 1.0;
}
.home_opcion {
	margin: 0 auto;
	width: 1280px;
	height: 503px;
	position: relative;
}
.home_opcion_img {
    position: absolute;
}
.home_opcion h2 {
	position: relative;
	padding: 60px 50px 20px;
	font-size: 38px;
	color: #D2A97C;
	font-family: 'Montserrat';
}
.home_opcion h2 span {
	font-family: 'Abril Fatface';
	display: block;
	font-size: 40px;
}
.home_opcion p {
	font-family: 'Montserrat';
    position: relative;
    padding: 20px 50px;
    line-height: 45px;
    font-size: 20px;
    color: #FFFFFF;
    width: 43%;
}
.home_opcion a.ver_mas{
	margin: 10px 50px;
    position: absolute;
}
.logos_opcion {
    position: absolute;
    right: 0;
	top: 40px;
	width: 600px;
}
.logos_opcion p{
	font-family: 'Abril Fatface';
	font-size: 14px;
	padding: 142px 40px 0;
}
.logos_opcion .logo {
    width: 150px;
    height: 150px;
    float: left;
	background-image: url(img/sprite_logos.png);
	margin: 28px 57px 14px;
	cursor: pointer;
}
.logos_opcion .logo.logo_experiencia{
	background-position:  0 0;
} 
.logos_opcion .logo.logo_confianza{
	background-position:  0 -150px;
} 
.logos_opcion .logo.logo_liderazgo{
	background-position:  0 -300px;
	
} 
.logos_opcion .logo.logo_Seguridad{
	background-position:  0 -450px;
} 
.logos_opcion .logo.logo_experiencia:hover{
	background-position: -300px 0;
} 
.logos_opcion .logo.logo_confianza:hover{
	background-position: -300px -150px;
} 
.logos_opcion .logo.logo_liderazgo:hover{
	background-position: -300px -300px;
	
} 
.logos_opcion .logo.logo_Seguridad:hover{
	background-position: -300px -450px;
} 
.home_areas_de_trabajo {
	width: 1280px;
	height: 500px;
	margin: 0 auto;
	background: #ffffff;
	position: relative;
}

.home_areas_de_trabajo h2 {
	font-size: 40px;
	color: #D2A97C;
	font-family: 'Abril Fatface';
	padding: 60px;
	text-align: center;
}

.home_areas_de_trabajo h2:before{
	content: "";
	width: 60px;
	height: 1px;
    position: absolute;
    border-bottom: 1px solid #D2A97C;
    left: 608px;
    top: 125px;
}
.home_areas_de_trabajo ul {
	position: relative;
}
.home_areas_de_trabajo ul li{
    float: left;
	width: 25%;
	height: 80px;
    text-align: center;
	padding: 22px 0px 22px 30px;
    box-sizing: border-box;
}
.home_areas_de_trabajo ul li:hover .home_areas_number, 
.home_areas_de_trabajo ul li:hover .home_areas_text,
.home_areas_de_trabajo ul li:hover .home_areas_text a {
	color: #D2A97C;
	cursor: pointer;
}
.home_areas_de_trabajo ul li .home_areas_number{
	font-family: 'Abril Fatface';
	color: #878686;
	font-size: 40px;
	line-height: 32px;
	float: left;
	width: 80px;
	height: 40px;
}
.home_areas_de_trabajo ul li  .home_areas_text{
	font-family: 'Montserrat';
	color: #878686;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
}
.home_areas_de_trabajo ul li  .home_areas_text a {
	text-decoration: none;
	color: #878686;
}
.home_contacto {
    margin: 0 auto;
    width: 1280px;
	height: 501px;
	position: relative;
}
.home_contacto .home_contacto_img {
	position: absolute;
}
.home_contacto h2 {
	font-size: 40px;
	color: #D2A97C;
	font-family: 'Abril Fatface';
	padding: 60px;
	text-align: center;
	position: relative;
}

.home_contacto h2:before{
	content: "";
	width: 60px;
	height: 1px;
    position: absolute;
    border-bottom: 1px solid #D2A97C;
    left: 608px;
    top: 125px;
}
.home_contacto input, .home_contacto textarea, .formulario input, .formulario textarea {
	position: relative;
    background: rgba(210, 168, 124, 0.322);
    border: 0;
	margin-left: 20px;
}
.home_contacto .input_field, .formulario .input_field {
    width: 280px;
    height: 55px;
    padding: 0 15px;
	margin: 0 0 0 20px;
	color: #D2A97C;
	font-size: 17px;
}
.home_contacto textarea {
	width: 949px;
    margin: 20px 20px 7px;
	padding: 15px;
	color: #D2A97C;
	font-size: 17px;
}
.formulario {
    margin-top: 50px;
}
.formulario .input_field {
	width: 420px;
	margin-bottom: 10px;
}
.formulario textarea {
	width: 420px;
    padding: 15px;
}
::placeholder {
	color: #D2A97C;
	font-size: 17px;
	font-family: 'Montserrat';
}
#Checkbox_id {
	opacity: 0;
    position: relative;
    top: -57px;
    left: -428px;
}
#Checkbox_id.contact_checkbox{
	top: 15px;
}
.checker {
    background-image: url(img/sprite_checkbox.png);
    background-repeat: no-repeat;
    padding: 4px 30px;
    left: 20px;
    height: 30px;
}
#Checkbox_id:checked + .checker {
  background-position: 0 -20px;
}
.home_contacto form {
    width: 1000px;
    margin: 0 auto;
}
.home_contacto label, .formulario label {
	position: relative;
	color: #FFFFFF;
	font-family: 'Montserrat';
	font-size: 12px;
	float: left;
    height: 12px;
}

.home_contacto .button_submit, .formulario .button_submit {
	background-color: #E2AC7A;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 44px 2px 4px;
	cursor: pointer;
	border-radius: 25px;
	opacity: 0.5;
	position: relative;
}
.formulario .button_submit {
	float: right;
}
.formulario label {
	color: #333232;
	font-size: 12px;
	margin-top: 14px;
}
.home_contacto .button_submit:hover, .formulario .button_submit:hover {
	opacity: 1;
}

.home_equipo {
	width: 1280px;
	height: 420px;
	margin: 0 auto;
	background: #ffffff;
	position: relative;
}
.home_equipo h2 {
	font-size: 40px;
	color: #D2A97C;
	font-family: 'Abril Fatface';
	padding: 60px;
	text-align: center;
}
.home_equipo h2:before{
	content: "";
	width: 60px;
	height: 1px;
    position: absolute;
    border-bottom: 1px solid #D2A97C;
    left: 608px;
    top: 125px;
}
.slide {
	padding: 10px;
    margin: 12px;
    height: 150px;
    background: #FFFFFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 40px;
}
.slide a {
	text-decoration: none;
	outline: none;
}
.slider_container {
	width: 1150px;
	height: 310px;
	margin: 0 auto;
	background: #ffffff;
	position: relative;
}

.slide img {
    display: block;
    width: 130px;
    height: 130px;
	float: left;
	border-radius: 50%;
	border: 8px double #D2A97C;
}
.slide h4 {
	font-size: 23px;
	font-family: 'Abril Fatface';
	color: #D2A97C;
	margin: 0 0 0 150px;
	line-height: 30px;
}
.slide h4:before {
	content: "";
    width: 60px;
    position: absolute;
    border-bottom: 1px solid #D2A97C;
    top: 88px;
}
.slide p {
	font-size: 16px;
	font-family: 'Montserrat';
	font-style: italic;
	color: #898888;
    margin: 20px 0 0 150px;
    line-height: 25px;
}
.slick-slide.slick-active {
    outline: 0;
}
button.slick-next.slick-arrow {
    background-image: url();
    width: 60px;
    height: 60px;
    right: -55px;
    background-image: url(img/sprite.png);
    background-position: -60px -20px;
}
button.slick-prev.slick-arrow {
	background-image: url();
    width: 60px;
    height: 60px;
	left: -55px;
    background-image: url(img/sprite.png);
    background-position: -120px -20px;
}
.slick-prev:before, .slick-next:before {
	display: none;
}
/* la firma */
#header.firma_header{
	height: 384px;
}
.la_firma {
	width: 1280px;
	height: 600px;   	
	background: #FFFFFF;
	margin: 0 auto;
	position: relative;
}

.la_firma h2, #valores h2 {
	font-size: 40px;
    color: #D2A97C;
    font-family: 'Abril Fatface';
    padding: 50px;
}
.la_firma h2:before, #valores h2:before {
    content: "";
    width: 60px;
    height: 1px;
    position: absolute;
    border-bottom: 1px solid #D2A97C;
    left: 50px;
    top: 110px;
}
.la_firma h3 {
	font-size: 22px;
    color: #D2A97C;
    font-family: 'Abril Fatface';
    padding: 50px;
}
.la_firma h3:before{
    content: "";
    width: 60px;
    height: 1px;
    position: absolute;
    border-bottom: 1px solid #D2A97C;
	left: 900px;
    top: 140px;
}
.la_firma p {
	padding: 10px 50px;
	font-family: 'Montserrat';
	font-size: 18px;
	color: #7F7F7F;
	line-height: 40px;
}
.firma_texto {
	width: 850px;
	float: left;
}
.firma_areas {
	width: 380px;
    float: left;
    background: #fdf7f2;
    box-sizing: border-box;
	margin-top: 50px;
	height: 500px;
}
.firma_areas_list{
    padding-left: 77px;
	width: 295px;
	pointer-events: none;
}
.firma_areas_list li{
	padding: 11px 0;
	list-style-image: url(img/ul_up.png);
	position: relative;
}
.firma_areas_list li:hover{
	list-style-image: url(img/ul_over.png);
}
.firma_areas_list li a{
	position: absolute;
    top: -2px;
    color: #898888;
    font-family: 'Abril Fatface';
    font-size: 15px;
    text-decoration: none;
    width: 100%;
    height: 40px;
	padding: 20px 0 0 0;
	pointer-events: all;
}
.firma_areas_list li a span{
	display: block;
	font-family: 'Montserrat';	
	color: #898888;
	font-style: italic;
	font-size: 14px;
	pointer-events: none;
}
.areas_scrool {
    overflow-y: scroll;
    height: 379px;
}
.areas_scrool::-webkit-scrollbar {
	width: 8px;
}
.areas_scrool::-webkit-scrollbar-track {
	background: #bebebe; 
	border-radius: 4px;
}
.areas_scrool::-webkit-scrollbar-thumb {
	background: #6b6b6b; 
	border-radius: 4px;
}
.areas_scrool::-webkit-scrollbar-thumb:hover {
	background: #494949; 
	border-radius: 4px;
}
.firma_banner {
	width: 1280px;
	height: 200px;
    margin: 0 auto;
}
.firma_banner .hero_bottom {
	top: 970px;
}
.firma_banner .hero_bottom ul li{
	padding: 30px 0;
}
#valores {
	width: 1280px;
	height: 580px;
	position: relative;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#valores ul {
	position: absolute;
	padding: 0 10px;
}
#valores ul li {
    width: 600px;
	float: left;
	padding: 15px 5px;
}
#valores h4 {
	font-size: 22px;
	font-family: 'Abril Fatface';
	color: #333232;
	padding: 20px 0;
}
#valores p {
	font-family: 'Montserrat';
	font-size: 18px;
	line-height: 20px;
	color: #7F7F7F;
}

.valores_img {
    width: 150px;
    height: 150px;
    float: left;
    background-image: url(img/sprite_logos.png);
    margin: 0 20px;
}

.valores_img_exp {
	background-position: -150px 0;
}
.valores_img_lid {
	background-position: -150px -150px;
}
.valores_img_con {
	background-position: -150px -300px;
}
.valores_img_seg {
	background-position: -150px -450px;
}

.nuestro_equipo, .practica  {
	width: 1280px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 50px;
	box-sizing: border-box;
	position: relative;
}
.nuestro_equipo h2, .practica h2 {
	font-size: 40px;
    color: #D2A97C;
	font-family: 'Abril Fatface';
	text-align: center;
	padding-bottom: 50px;
}
.nuestro_equipo h2:before, .practica h2:before {
	content: "";
    width: 60px;
    position: absolute;
    border-bottom: 1px solid #D2A97C;
    top: 111px;
    left: 612px;
}
.nuestro_equipo p, .practica p {
	font-family: 'Montserrat';
    font-size: 18px;
    color: #7F7F7F;
    line-height: 40px;
	text-align: center;
	padding: 0 168px;
}
.wraper {
	width: 1280px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 0 50px;
	box-sizing: border-box;
	position: relative;
	display: table;
}
.wraper .wraper_content {
	width: 66%;
	float: left;
	margin-bottom: 80px;
}
.wraper .wraper_menu {
	background-color: #fdf7f2;
	width: 33%;
	float: left;
	margin-bottom: 50px;
    padding-bottom: 10px;
}
.wraper_content h3 {
	font-size: 28px;
    color: #D2A97C;
	font-family: 'Abril Fatface';
	padding: 50px 0;
}
.wraper_content.equipo h3 {
	font-size: 30px;
    color: #D2A97C;
    font-family: 'Abril Fatface';
    padding: 10px 50px 0 174px;
}
.wraper_content h3:before{
    content: "";
    width: 60px;
    position: absolute;
    border-bottom: 1px solid #D2A97C;
	left: 50px;
    top: 100px;
}
.wraper_content.equipo h3:before {
	border: none;
}
.wraper_menu h4 {
	font-size: 22px;
    color: #D2A97C;
    font-family: 'Abril Fatface';
    padding: 50px;
}

.wraper_menu h4:before{
    content: "";
    width: 60px;
    position: absolute;
    border-bottom: 1px solid #D2A97C;
	left: 880px;
    top: 90px;
}
.wraper_content p {
	font-family: 'Montserrat';
    font-size: 18px;
    color: #7F7F7F;
    padding-right: 120px;
    line-height: 30px;
}
.wraper_content img {
    float: left;
    border-radius: 50%;
    border: 10px double #D2A97C;
}
.wraper_content p.area {
	font-family: 'Montserrat';
    color: #D2A97C;
    padding: 5px 50px 20px 174px;
    font-style: italic;
}
.wraper_content h5 {
	font-size: 20px;
    color: #333232;
    font-family: 'Abril Fatface';
	padding: 20px 0;
}
.wraper_content ul {
    padding: 0 0 0 25px;
	list-style-image: url(img/bullet.png);
}
.wraper_content ul li {
	font-family: 'Montserrat';
    font-size: 18px;
    color: #7F7F7F;
	padding: 6px 120px 0 10px;
	line-height: 30px;
}
.contactenos {
	width:  1280px;	
	background-color: #FFFFFF;
	margin: 0 auto; 	
	padding: 50px;
	box-sizing: border-box;
	position: relative;
}
.contactenos h2 {
    font-size: 40px;
    color: #D2A97C;
    font-family: 'Abril Fatface';
    padding-bottom: 50px;
}
.contactenos h2:before {
    content: "";
    width: 60px;
    position: absolute;
    border-bottom: 1px solid #D2A97C;
    left: 50px;
    top: 110px;
}
.contactenos h3{
	font-size: 22px;
	color: #D2A97C;
    font-family: 'Abril Fatface';
	padding : 35px 0 25px;
}
.contactenos h3:before {
    content: "";
    position: relative;
    width: 94%;
    border-bottom: 1px solid #D2A97C;
    display: block;
    top: 32px;
}
.contactenos p, .contactenos a{
    font-size: 18px;
    font-family: 'Montserrat';
    color: #7F7F7F;
    text-decoration: none;
    line-height: 30px;
}
.contacto_wraper {
    display: table;
    width: 100%;
}
.contacto_wraper .datos {
    width: 60%;
    float: left;
}
.contacto_wraper .formulario {
    width: 40%;
    float: left;
}
.tab_pane {
	display: none;
}
.tab_pane.area_active {
	display: block;
}
li.area_active, li.area_active:hover {
	list-style-image: url(img/ul_select.png);
}
.clear {
	clear: both;
	padding-top: 50px;
}
/* FOOTER */

footer {
	width: 1280px;
	height: 268px;
	margin: 0 auto;
	background: #333232;
	position: relative;
}
footer h3 {
	font-size: 18px;
    font-family: 'Abril Fatface';
    color: #FFFFFF;
    padding: 45px 50px 15px;
    letter-spacing: 1px;
}
footer h3:before {
    content: "";
    border-bottom: 1px solid #FFFFFF;
    width: 30px;
    top: 73px;
    position: absolute;
}
footer ul {
	padding: 15px 50px;
	border-right: 1px solid #444444;
	height: 105px;
}
footer ul li {
	padding: 5px 0;
	font-family: 'Montserrat';
	font-size: 14px;
	color: #FFFFFF;
}
footer ul li a{
	color: #FFFFFF;
	text-decoration: none;
}
footer ul li a:hover, footer ul li a.active {
    color: #D2A97C;
}
footer .footer_block {
	float: left;
}
footer .footer_block2 {
	width: 450px;	
	float: left;
}
footer img {
	margin: 0;
}
footer>img {
	margin: 64px 18px;
}
footer .copy {
    position: absolute;
    bottom: 0;
    width: 1200px;
	margin: 0 50px;
	border-top: 1px solid #444444;
}
footer .copy p {
	font-family: 'Montserrat';
	font-size: 12px;
	color: #898888;
	margin: 10px 0;
}
footer .copy .footer_left{
	float: left;
}
footer .copy .footer_right{
	float: right;
}
footer .copy .footer_right a{
	font-family: 'Montserrat';
	font-size: 12px;
	color: #898888;
	text-decoration: none;
}
