/* CSS Document */
@import url("jquery.mCustomScrollbar.css");
/*===============================
	font face
=================================*/

@font-face {
	font-family:'Roboto';
	src:url('../fonts/robotocondensed-bold-webfont.eot');
	src:url('../fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/robotocondensed-bold-webfont.woff') format('woff'),  url('../fonts/robotocondensed-bold-webfont.ttf') format('truetype'),  url('../fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
	font-weight:bold;
	font-style:normal;
}
@font-face {
	font-family:'Roboto';
	src:url('../fonts/robotocondensed-light-webfont.eot');
	src:url('../fonts/robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/robotocondensed-light-webfont.woff') format('woff'),  url('../fonts/robotocondensed-light-webfont.ttf') format('truetype'),  url('../fonts/robotocondensed-light-webfont.svg#roboto_condensedlight') format('svg');
	font-weight:300;
	font-style:normal;
}
@font-face {
	font-family:'Roboto';
	src:url('../fonts/robotocondensed-regular-webfont.eot');
	src:url('../fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/robotocondensed-regular-webfont.woff') format('woff'),  url('../fonts/robotocondensed-regular-webfont.ttf') format('truetype'),  url('../fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
	font-weight:normal;
	font-style:normal;
}
/*===============================
	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, 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-family:inherit;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
html, body {
	height:100%;
}
body {
	line-height:1.3;
}
img {
	color:transparent;
	font-size:0;
	vertical-align:middle;
	-ms-interpolation-mode:bicubic;
}
ol, ul {
	list-style:none inside;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/*===============================
	frame
=================================*/

.hidden {
	display:none;
}
.f-right {
	float:right;
}
.f-left {
	float:left;
}
.zindex {
	position:relative;
	z-index: 1;
}
.center {
	text-align:center;
}
.transition {
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.spacer-10, .spacer-20, .spacer-40, .spacer-60, .spacer-80, .spacer-100 {
	display: block;
	clear: both;
}
.spacer-10 {
	height:10px;
}
.spacer-20 {
	height:20px;
}
.spacer-40 {
	height:40px;
}
.spacer-60 {
	height:60px;
}
.spacer-80 {
	height:80px;
}
.spacer-100 {
	height:100px;
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.clearfix:after {
	content:"";
	display:table;
	clear:both;
}
/*===============================
	elements
=================================*/

* {
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
*zoom:1;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
a {
	color:inherit;
	text-decoration:none;
	cursor:pointer;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Roboto", sans-serif;
}
strong, b {
	font-weight:bold;
}
p {
	font-size:13px;
}
h1, h2, h3, h4, h5, h6, p, blockquote {
	margin-top:10px;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child, blockquote:first-child {
	margin-top:0;
}
/*===============================
	classes
=================================*/

.background {
	display:none;
	position:fixed;
	left:0;
	top:0;
}
/*===============================
	header
=================================*/

#header {
	position:relative;
	padding:20px 0;
	color:#FFF;
}
#header .brand {
	float:left;
}
#header .header-nav {
	float:right;
}
#header .header-nav li {
	float:left;
	margin-left:20px;
	font-size:12px;
	font-family:'Roboto', sans-serif;
	text-align:center;
	text-transform:uppercase;
}
#header .header-nav a {
	display:block;
	color:#7B7B7B;
}
#header .header-nav .active {
	color:#91C01E;
}
/*===============================
	content
=================================*/

#content {
	position:relative;
}
#content .nav {
	position:relative;
	font-family:"Roboto", sans-serif;
	color:#FFF;
	text-transform:uppercase;
}
#content .nav li {
	margin-top:5px;
}
#content .nav li:first-child {
	margin-top:0;
}
#content .nav a {
	display:block;
	padding:10px 20px;
	background-color:#91C01E;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
#content .nav .active, #content .nav a:hover {
	background-color:#0A708A;
}
#content h1 {
	font-size:36px;
	line-height:1;
	font-weight:300;
	color:#0A708A;
	text-align:right;
	text-transform:uppercase;
}
#content h1 small {
	font-size:22px;
	font-weight:normal;
	color:#4F4F51;
	text-transform:none;
}
#content .btn {
	float:right;
	padding:10px 20px;
	margin-top:10px;
	background-color:#0A708A;
	font-size:18px;
	font-family:"Roboto", sans-serif;
	font-weight:bold;
	color:#FFE900;
	text-transform:uppercase;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
#content .btn:hover {
	background-color:#91C01E;
	color:#FFF;
}
#content .isoc {
    float:right;
	padding:0px 10px 0px 0px;
	margin-top:10px;
	background-color:transparent;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
#content .isoc:hover {
	background-color:#transparent;
	color:#FFF;
}
/* home */
#content .box {
	display:block;
	background-color:#FFF;
	color:#000;
	text-transform:uppercase;
}
#content .box img {
	display:block;
	/*width:100%;*/
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
/*#content .grid_12:hover .box img { opacity:0.8; }
#content .grid_12:hover .box:hover img { opacity:1; }*/

/********servicios************************/

#content .box.n1 {
	background:url(../photos/servicios/due-diligence.jpg);
}
#content .box.n1:hover {
	background:url(../photos/servicios/due_diligence_b.jpg);
}
#content .box.n2 {
	background:url(../photos/servicios/impacto-ambiental.jpg);
}
#content .box.n2:hover {
	background:url(../photos/servicios/impacto_ambiental_b.jpg);
}
#content .box.n3 {
	background:url(../photos/servicios/expedientes-tecnicos.jpg);
}
#content .box.n3:hover {
	background:url(../photos/servicios/expedientes_tecnicos_b.jpg);
}
#content .box.n4 {
	background:url(../photos/servicios/responsabilidad-social.jpg);
}
#content .box.n4:hover {
	background:url(../photos/servicios/responsabilidad_social_b.jpg);
}
#content .box.n5 {
	background:url(../photos/servicios/auditorias-ambientales.jpg);
}
#content .box.n5:hover {
	background:url(../photos/servicios/auditorias_ambientales_b.jpg);
}
#content .box.n6 {
	background:url(../photos/servicios/monitoreo-ambiental.jpg);
}
#content .box.n6:hover {
	background:url(../photos/servicios/monitoreo_ambiental_b.jpg);
}
#content .box.n7 {
	background:url(../photos/servicios/estudios-linea-base.jpg);
}
#content .box.n7:hover {
	background:url(../photos/servicios/estudios_linea_base_b.jpg);
}
#content .box.n8 {
	background:url(../photos/servicios/gestion-de-conflictos.jpg);
}
#content .box.n8:hover {
	background:url(../photos/servicios/gestion_de_conflictos_b.jpg);
}
#content .box.n9 {
	background:url(../photos/servicios/evaluacion-arqueologica.jpg);
}
#content .box.n9:hover {
	background:url(../photos/servicios/evaluacion-arqueologica_b.jpg);
}

/********experiencia************************/

#content .box.e1 {
	background:url(../photos/experiencia/gas_natural.jpg);
}
#content .box.e1:hover {
	background:url(../photos/experiencia/gas_natural_b.jpg);
}
#content .box.e2 {
	background:url(../photos/experiencia/energia_renovable.jpg);
}
#content .box.e2:hover {
	background:url(../photos/experiencia/energia_renovable_b.jpg);
}
#content .box.e3 {
	background:url(../photos/experiencia/mineria.jpg);
}
#content .box.e3:hover {
	background:url(../photos/experiencia/mineria_b.jpg);
}
#content .box.e4 {
	background:url(../photos/experiencia/otros.jpg);
}
#content .box.e4:hover {
	background:url(../photos/experiencia/otros_b.jpg);
}

#content .box h2 {
	position:relative;
	padding:10px 20px;
	margin-top:0;
	background-color:#FFE900;
	position:absolute;
	z-index:1;
	bottom:0;
	width:93%;
}
#content .box h2:after {
	content:url(../img/arrow.png);
	position:absolute;
	bottom:100%;
	right:20px;
	font-size:0;
}
#content .tabs {
	margin-top:-100px;
}
#content .box.alt {
	color:#FFF;
	height:170px;
	width:140px;
	position:relative;
	z-index:1;
}
#content .box.alt h2 {
	height:3.9em;
	padding:5px;
	background-color:#414145;
	font-size:11px;
	text-align:center;
}
#content .box.alt .single {
	line-height:3.9;
	position:absolute;
	z-index:1;
	bottom:0;
	width:93%;
}
#content .box.alt .double {
	height:2.6em;
	padding:12px 5px;
	position:absolute;
	bottom:0;
	width:93%;
}
#content .box.alt h2:after {
	content:url(../img/arrow_alt.png);
}
#content .main {
	position:relative;
	background-color:#FEFFEB;
}
#content .main > img {
	float:left;/* max-height:230px; */
	width:220px;/* margin-right:40px; */
	max-height: 269px;
}
#content .main > h2 {
	position:absolute;
	right:0;
	bottom:100%;
	margin-bottom:20px;
	font-size:40px;
	font-weight:normal;
	color:#0A708A;
}
#content .pane {
	display:none;
}
#content .text {
	padding:40px;
	float:right;
	width:640px;
	max-height: 189px; /*max-height: 218px; */
	overflow:hidden;
}
#content .text2 {
	padding:40px;
	float:right;
	width:860px;
}
#content .text, #content .text2 a {
	color:#333;
}
#content .text a:hover, #content .text2 a:hover {
	color:#91C01E;
}
#content .close {
	position:absolute;
	right:0;
	top:0;
	padding:5px 10px;
	background-color:#0A708A;
	color:#FFF;
}
#content ul.lista-bullet li {
	background:transparent url(../img/bullet.png) 0 6px no-repeat;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:13px;
	padding-bottom:5px;
}
#content a.back {
	float: right;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	font-weight:bold;
}
#content a.back:hover {
	color: #91C01E;
}
#content .tab {
	float: right;
	position: absolute;
	right: 0;
	bottom: -35px;
	color:#FFF;
}
a.tabs-prev, a.tabs-next {
	background:rgba(10, 102, 138, 0.9) url(../img/arrows-tab.png) no-repeat 0 0;
	-pie-background:rgba(10, 102, 138, 0.8) url(../img/arrows-tab.png) no-repeat 0 0;
	padding:6px 6px;
}
a.tabs-prev:hover, a.tabs-next:hover {
	background-color:rgba(2, 30, 40, 0.9);
}
/*Clientes 2018*/
#content .main div.brand2018 {
	position:relative;
	float:left;
	width:20%;
	height:0;
	padding:8% 0;
	background-color:#fff; opacity: 0.85;
	outline:solid 0px #FFF;
	text-align:center;

	/*margin-right:15px;*/
}
#content .main div.brand2018:hover {
	background-color:#FFF;
}
#content .main div.brand2018 img:first-child, #content .main div.brand2018:hover img {
	transition:all .2s ease-in-out;
	display:inline;
}

#content .main div.brand2018 img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:58%;
}
#content .main div.brand2018_text {
	float:right;
	width:60%;
}
#content .main div.brand2018_text > div {
	padding:10px;
}
#content .main div.brand2018_text p {
	padding:0;
}
/* clientes */
#content .main div.brand {
	position:relative;
	float:left;
	width:20%;
	height:0;
	padding:8% 0;
	background-color:#fff; opacity: 0.85;
	outline:solid 0px #FFF;
	text-align:center;

	/*margin-right:15px;*/
}
#content .main div.brand:hover {
	background-color:#FFF;
}
#content .main div.brand img:first-child, #content .main div.brand:hover img {
	transition:all .2s ease-in-out;
	display:inline;
}
#content .main div.brand img, #content .main div.brand:hover img:first-child {
	display:none;
}
#content .main div.brand img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:58%;
}
#content .main div.brand_text {
	float:right;
	width:60%;
}
#content .main div.brand_text > div {
	padding:10px;
}
#content .main div.brand_text p {
	padding:0;
}

/**************socios y alianzas******************/
#content div.socios {
padding: 20px 0 20px 0 ; /*padding: 30px 20px 39px;*/
background: url(../img/bg_news_preview.png) repeat-x top;
border-bottom: dotted 1px #ccc;
}

#content h2.alt {
font-size: 18px;
margin-top:0;
}

#content div.socios img.f-left {
margin: 0 30px 15px 0;
}



/**************news******************/
#content div.news_preview {
padding: 20px 0 20px 0 ; /*padding: 30px 20px 39px;*/
background: url(../img/bg_news_preview.png) repeat-x top;
border-bottom: dotted 1px #ccc;
}

#content h2.alt {
font-size: 18px;
margin-top:0;
}

#content h2 a:hover {
border-bottom: dotted 2px #666;
}

#content h2.alt span {
font-size: 14px;}

#content div.news_preview img.f-left {
margin: 0 30px 15px 0;
}

#content .pages { margin-top:10px; }
#content .pages li { display:inline-block; margin-left:5px; }
#content .pages li:first-child { margin-left:0; }
#content .pages a { display:block; width:2em; background-color:#7B7B7B; line-height:2; color:#FFF; text-align:center; }
#content .pages a:hover { color:#FFF; }
#content .pages .active { background-color:#0A708A; }

a.ver.alt {
background-image: url(../img/bg_ver_alt.png);
}

a.ver {
width: 47px;
padding: 5px 36px 5px 8px;
}

a.ver, a.regresar {
display: block;
height: 17px;

background: #0A708A url(../img/bg_ver.png) no-repeat right;
font-size: 12px;
line-height: 17px;
color: #FFF !important;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

a.ver:hover, a.regresar:hover {
background-color: #0A6980;
}


/*formulario*/
form input, form textarea, #option {
	border:solid 1px #999;
	padding:3px 0;
	color:#333;
}
form input[type=radio] {
	border:none;
}
form textarea {
	width:348px;
}
form input[type="text"] {
	width:348px;
	margin-top:5px;
}
form input[type="text2"] {
	width:97px;
	margin-top:5px;
}
form input[type="text3"] {
	width:235px;
	margin-left:10px;
	margin-top:5px;
}
form input[type="radio"] {
	margin-left:15px;
}
#option {
	margin-top:5px;
	width:350px;
	padding:2px;
}
form p {
	float:left;/*margin-left:10px;*/

}
label {
	float:left;
}
.button {
	background: #91C01E;
	padding: 8px 0;
	width:350px;
	color: white;
	border: none;
	font: 12px bold Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor:pointer;
}
form input[type="submit"]:hover {
	background-color:#fff;
	color:black;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background-color:#0A708A;
	padding: 8px 12px;
}
form input[type="reset"]:hover {
	background-color:#fff;
	color:black;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background-color:#0A708A;
	padding: 8px 12px;
}
/*===============================
	footer
=================================*/

#footer {
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	padding:20px 0;
	background:#000 url(../img/bg_dot.png);
	color:#FFE900;
}
#footer .footer-nav {
	font-size:12px;
}
#footer .footer-nav > li {
	position:relative;
	float:left;
	margin-left:120px;
}
#footer .footer-nav > li:first-child {
	margin-left:0;
}
#footer .footer-nav > .social {
	float:right;
	margin-left:20px;
}
#footer .footer-nav a {
	display:block;
}
#footer .dropdown {
	position:absolute;
	bottom:100%;
	left:0;
	max-height:0;
	margin-bottom:20px;
	font-size:11px;
	color:#FFF;
	white-space:nowrap;
	overflow:hidden;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
#footer .footer-nav > li:hover .dropdown {
	margin-bottom:0;
	padding-bottom:20px;
	max-height:99em;
}
#footer .dropdown li {
	padding-right:20px;
	background-color:#91C01E;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
#footer .dropdown li:hover {
	background-color:#0A708A;
}
#footer .dropdown a {
	padding:10px 20px;
	border-top:2px dotted #80A311;
}
#footer .dropdown li:first-child a {
	border-top:none;
}
#footer p {
	font-size:10px;
	color:#5F5F5F;
	text-align:right;
}
/* home */
#footer .boxes {
	position:absolute;
	left:0;
	right:0;
	bottom:100%;
	margin:0 auto 20px;
}
#footer .box {
	display:block;
	background-color:#FFF;
	color:#000;
	text-transform:uppercase;
}
#footer .box img {
	display:block;
	width:100%;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
#footer .grid_12:hover .box img {
	opacity:0.8;
}
#footer .grid_12:hover .box:hover img {
	opacity:1;
}
#footer .box h2 {
	position:relative;
	padding:10px 20px;
	margin-top:0;
	background-color:#FFE900;
}
#footer .box h2:after {
	content:url(../img/arrow.png);
	position:absolute;
	bottom:100%;
	right:20px;
	font-size:0;
}

/*===============================
	media queries
=================================*/

@media screen and (max-width:960px) {
}
