body {
	font-family: open sans;
	overflow-x: hidden;
}
.custom-container {
            display: flex;
            justify-content: space-between;
        }

        .custom-col {
            flex: 1;
            text-align: center;
            padding: 10px;
        }
/*** Nav Bar ***/
.navbar ul li a:hover, .navbar ul li a.active {
	cursor: pointer;
	color: #009b4e !important;
	//text-decoration: underline;
}
.navbar ul li a {
	color: #9ea1a3!important;
	font-size: 14px;
	text-transform: uppercase!important;
}

#navbarNav {
	margin-top: 40px;
}

@media(max-width:992px) {
.navbar img {
	height: 40px!important;
}
}

@media(min-width:992px) {
	.navbar .container {
		max-width: 100% !important;	
	}
}

.navbar img {
	max-height: 60px;
}
@media(min-width:768px) {
.navbar img {
	margin-top: 30px;
	margin-bottom: 20px;
}
}
.green-big-head {
	font-size: 43px;
    color: #009d4d !important;
    font-weight: 300 !important;
    line-height: 54px !important;
    letter-spacing: 1px !important;
    text-transform: none !important;
}

.green-big-head.other {
	font-size: 25px;
	line-height: 40px !important;
}

.white-head {
	color: white;
	font-size: 25px;
	font-weight: bold;
    line-height: 54px !important;
    letter-spacing: 1px !important;
    text-transform: none !important;
    text-align: center;
}


.green-big-head.head2 {
	margin: 50px 0; 
}
.green-small-head {
	padding-top: 15px !important;
    padding-bottom: 14px !important;
    font-size: 20px !important;
    color: #009d4d !important;
    font-weight: 700 !important;
    text-transform: none !important;
}
.targetval p {
	font-size: 17px;
	color: #868787;
	font-weight: 300;
	line-height: 26px;
}
.ceter-relative {
	position: relative;
}
.ceter-abs {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media(max-width:991px) {
.green-big-head {
	font-size: 40px;
	line-height: 45px;
}
.green-small-head {
	font-size: 20px;
}
.targetval p {
	font-size: 18px;
}
}
@media(max-width:767px) {
.green-big-head {
	font-size: 35px;
	line-height: 40px;
}
.green-small-head {
	font-size: 18px;
}
.targetval p {
	font-size: 16px;
}
}
@media(max-width:576px) {
.green-big-head {
	font-size: 30px;
}
}
/*** Banner ***/
.banner-full {
	position: relative;
	width: 100%;
	background: url(../img/banner.png) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 24% 0px;
}
.carousel-caption {
	text-align: left;
}
.banner-full h3 {
	font-size: 55px;
    color: white;
    font-weight: bold;
    letter-spacing: 2px;
}
.banner-full p {
	font-size: 17px;
    color: white;
    font-weight: 200;
}
.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 12px;
	height: 12px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background: transparent;
	/* background-color: rgba(255,255,255,.5); */
	border-radius: 100px;
	border: 1px solid #f8f8f8!important;
	margin-right: 10px;
}
.carousel-indicators .active {
	background-color: #8c8c8c;
}
.btn-sh {
	font-size: 12px;
	background: transparent;
	padding: 10px;
	color: white;
	border: 1px solid #ffffff;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
	font-weight: bold;
}
@media(max-width:991px) {
.banner-full h3 {
	font-size: 50px;
}
.banner-full p {
	font-size: 18px;
}
}
@media(max-width:767px) {
.banner-full h3 {
	font-size: 40px;
}
.banner-full p {
	font-size: 16px;
}
}
@media(max-width:767px) {
.banner-full {
	position: relative;
	width: 100%;
	background: url(../img/banner.png) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 50% 0px;
}
}
@media(max-width:576px) {
.banner-full {
	padding: 60% 0px;
}
.banner-full h3 {
	font-size: 35px;
}
.banner-full p {
	font-size: 15px;
}
}
/**** All Three Sections Home ****/
.light-grey {
	background-color: #ebebeb !important;
}
.bg-green {
	background-color: #009D4E !important;
	height: 300px;
}

.bg-white {
	background-color: #fff !important;
}

.dark-grey {
	background-color: #d7d7d7;
}
.bordertp {
	border-top: 2px solid #009b4e;
}
.bg-light {
	background-color: white!important
}
.btn2-sh {
	font-size: 12px;
	background: transparent;
	padding: 10px;
	color: #009d4d;
	border: 1px solid #009d4d;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.btn2-sh:hover {
	background: #009b4e;
	color: white;
}

.imgpadding {
	padding-top: 10px;
}
.p-5-for-section {
	padding-bottom: 3rem!important;
	padding-top: 3rem!important;
}
.p-2-for-section {
 padding-top: .5rem!important;
 padding-bottom: .5rem!important;
}
/*** Footer ***/

footer p {
	font-size: 15px;
	color: #868787;
}
footer a {
	color: #009d4d;
	font-size: 15px;
}
footer a:hover {
	color: #009d4d;
	text-decoration: none;
}
footer ul li {
	list-style: none;
	font-size: 15px;
	font-weight: bold;
	color: #9ea1a3;
	text-transform: uppercase;
	font-weight: 600;
}
footer ul li:hover {
	cursor: pointer;
	color: #009d4d;
}
footer i {
	padding: 10px;
	font-size: 24px!important;
}
footer ul {
	padding: 0em;
}
footer i:hover {
	color: #009d4d;
	cursor: pointer;
}
footer .logo-img {
	width: 200px;
}
.footer-telephone {
	padding-left: 40px;
}
 @media (max-width:991px) {
footer ul li {

	font-size: 18px;
}
footer p {
	font-size: 18px;
}
}
@media (max-width:767px) {
footer ul li {
	font-size: 15px;
}
footer p {
	font-size: 15px;
}
.footer-telephone {
	padding-left: 0px;
	display: block;
}
}

/**** Contact Page ***/
.contact-banner{
	position: relative;
	width: 100%;
	background: url(../img/banner_contacto.png) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 13% 0px 5% 0px;
	text-align:left;
}

.contact-banner.reclutamiento{
	background-image: url(../img/banner_reclutamiento.png);
}

.contact-banner h1{
	text-align:left;
	color:#FFF;
	font-weight:400;
	margin:0px;
	padding:0px;
	font-size:45px;
}
@media (max-width:991px){
.contact-banner h1{
	font-size:35px;
}
}
@media (max-width:767px){
.contact-banner h1{
	font-size:30px;
}
}
@media (max-width:480px){
.contact-banner h1{
	font-size:25px;
}
.contact-banner h1 br{
	display:none;
}
}
/*** Contact Section ***/
.contact-section{
	position:relative;
	background:#ebebeb;
}
.contact-section .left-section{
	position:relative;
	padding:50px 0px 0px 0px;
}
.contact-section .left-section p{
	color:#868787;
	font-weight:400;
	margin:0px;
	padding:0px;
	text-align:left;
	font-size:18px;
}
.contact-section .left-section p .span1{
	color:#009d4d;
	font-weight:500;
}
.contact-section .left-section a{
	color:#868787;
	text-decoration:none;
}
.contact-section .left-section .person-image{
	position:relative;
	width:100%;
	margin:50px 0px 0px 0px;
	text-align:center;
}
.contact-section .left-section .person-image img{
	width:100%;
}
.contact-section .right-section{
	position:relative;
	margin:50px 0px 0px 0px;
	text-align:left;
}
.contact-section .right-section h2{
	color:#009d4d;
	margin:0px;
	padding:0px 0px 20px 0px;
	text-align:left;
	font-size:18px;
	font-weight:600;
}
.contact-section .right-section input{
	height:60px;
	margin-bottom:15px;
	width:100%;
	background:none;
	border:none;
	border-bottom:1px solid #009b4e;
	color:#868787;
	font-size:18px;
	font-weight:300;
	outline:none;
}

.frm-services input {
	height:30px;
	margin-bottom:25px;
	width:100%;
	background:none;
	border:none;
	border-bottom:1px solid #009b4e;
	color:#868787;
	font-size:16px;
	font-weight:300;
	outline:none;
}
.contact-section .right-section input::-webkit-input-placeholder, 
.frm-services input::-webkit-input-placeholder,
.contact-section .right-section input::-moz-placeholder, 
.frm-services input::-moz-placeholder,
.contact-section .right-section input:-ms-input-placeholder
.frm-services input:-ms-input-placeholder,
.contact-section .right-section input:-moz-placeholder,
.frm-services input:-moz-placeholder{
	color:#868787;
	opacity:1;
}

.contact-section .right-section textarea{
	height:150px;
	margin-bottom:30px;
	margin-top:20px;
	width:100%;
	background:none;
	border:none;
	border-bottom:1px solid #009b4e;
	color:#868787;
	font-size:18px;
	font-weight:300;
	outline:none;
	resize:none;
}

.frm-services textarea {
	height:85px;
	margin-bottom:25px;
	width:100%;
	background:none;
	border:none;
	border-bottom:1px solid #009b4e;
	color:#868787;
	font-size:16px;
	font-weight:300;
	outline:none;
	resize:none;
}

.contact-section .right-section select{
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
	height:50px;
	margin-bottom:15px;
	width:100%;
	background:none;
	border:none;
	border-bottom:1px solid #009b4e;
	color:#868787;
	font-size:18px;
	font-weight:300;
	outline:none;
}

.frm-services select {
	-moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
	height:30px;
	margin-bottom:25px;
	width:100%;
	background:none;
	border:none;
	border-bottom:1px solid #009b4e;
	color:#868787;
	font-size:16px;
	font-weight:300;
	outline:none;
	border-radius: 0;
}
.frm-services .slct:after {
	content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    font-size: 20px;
    color: #009b4e;
}

.slct label {
	width: 100%;
    z-index: 100;
    position: relative;
    margin-bottom: 0;
}

.contact-section .right-section button{
	display:inline-block;
	vertical-align:top;
	height:50px;
	padding:0px 35px;
	text-align:center;
	border:1px solid #009b4e;
	border-bottom:2px solid #009b4e;
	font-size:15px;
	font-weight:600;
	text-transform:uppercase;
	outline:none;
	background:none;
	color:#009b4e;
	cursor:pointer;
	margin-bottom:50px;
}

.contact-section .right-section button:hover {
	background: #009b4e;
	color: white;
}

.frm-services button {
	display:inline-block;
	vertical-align:top;
	height:40px;
	padding:0px 25px;
	text-align:center;
	border:1px solid #009b4e;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	outline:none;
	background:none;
	color:#009b4e;
	cursor:pointer;
	-webkit-transition: 200ms linear;
    -ms-transition: 200ms linear;
    transition: 200ms linear;
}

.frm-services button:hover {
	color: white;
	background: #009b4e;
}

/**** Map Section ***/
.map-section{
	position:relative;
}
.map-section img{
	width:100%;
}

/*** Nosotros Page ***/
.nosotros-page .top-nav{
	position:relative;
	background:#d6d6d6;
	padding:10px 15px;
	text-align:center;
	z-index: 10;
}
.nosotros-page .top-nav a{
	display:inline-block;
	color:#8c8c8c;
	font-size:12px;
	font-weight:600;
	text-align:center;
	margin:0px;
	padding:0px;
	text-decoration:none;
	outline:none;
	border:none;
	text-transform:uppercase;
}

.nosotros-page .top-nav a.current {
	color: #009b4e;
}
.nosotros-page .nosotros-banner{
	position: relative;
	width: 100%;
	background: url(../img/banner_nosotros.png) no-repeat;
	background-size: cover;
	background-position: center center;
	padding:13% 15px;
	text-align:left;
	max-height:300px;
}
.nosotros-page .nosotros-banner.mecanica {
	background-image: url(../img/header_mecanica.png);
}
.nosotros-page .nosotros-banner.servamb {
  background-image: url(../img/header_ambiental.png);
}
.nosotros-page .nosotros-banner.laboratorio {
	background-image: url(../img/header_laboratorio.png);
}

.nosotros-page .nosotros-banner.topografia {
	background-image: url(../img/header_topografia.png);
}

.nosotros-page .nosotros-banner.supervision {
	background-image: url(../img/header_supervision.png);
}

.nosotros-page .nosotros-banner.ingenieria {
	background-image: url(../img/header_ingyproy.png);
}

.nosotros-page .nosotros-banner.estandares {
	background-image: url(../img/header_estandares.png);
}

.nosotros-page .nosotros-banner.historia {
	background-image: url(../img/header_historia.png);
}

@media (max-width:991px){
.nosotros-page .top-nav a{
	font-size:16px;
}
}
/**** Red Box ***/
.nosotros-page .red-box{
	position:relative;
	background:#009b4e;
	margin-top:-15%;
	padding:10% 10% 10% 20%;
	width:100%;
}

.nosotros-page .red-box h2{
	font-size:39px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-align:left;
	color:#ffffff;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.nosotros-page .red-box p{
	font-size:25px;
	font-weight:300;
	margin:0px;
	padding:0px;
	text-align:left;
	color:#ffffff;
}

.nosotros-page .red-box p.small {
	font-size: 13px;
}
.nosotros-page .ema-logo{
	position:relative;
	text-align:right;
	margin:50px 50px 0px 0px;
}
.nosotros-page .ema-logo img{
	display:inline-block;
	vertical-align:middle;
	width:175px;
}
@media (max-width:991px){
.nosotros-page .red-box{
	margin-top:0 !important;
}
.nosotros-page .red-box p{
	font-size:22px;
}
.nosotros-page .ema-logo{
	text-align:center;
}
}
@media (max-width:767px){
.nosotros-page .red-box p{
	font-size:20px;
}
}
@media (max-width:576px){
.nosotros-page .red-box p{
	font-size:18px;
}
}
/*** Brand -list ***/
.brand-list{
	position:relative;
	clear:both;
	padding:50px 0px;
	background:#FFF;
}
.brand-list h2{
	color:#009b4e;
	font-size:45px;
	font-weight:700;
	margin:0px;
	padding:0px 0px 50px 0px;
	text-align:left;
	text-transform:uppercase;
}
.brand-list .brand-logo{
	position:relative;
	text-align:left;
	overflow:auto;
	white-space:nowrap;
	background: white;
	padding: 10px 0;
}
.brand-list .brand-logo a{
	display:inline-block;
	vertical-align:middle;
	margin:0px 15px;
	outline:none;
}
.brand-list .brand-logo a img{
	width:75%;
}
.brand-list .brand-logo::-webkit-scrollbar {
	height:16px;
	border:7px solid #FFF;
    background:#009b4e;
}
.brand-list .brand-logo::-webkit-scrollbar-track {
    border-radius: 15px;
}
.brand-list .brand-logo::-webkit-scrollbar-thumb{
    background:#009b4e;
    -webkit-width:25px;
	width:25px !important;
	height:15px;
} 
.brand-list p{
	padding:20px 0px;
	margin:0px;
	color:#009b4e;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	font-weight:500;
}
/*** Nosotros-list ***/
.nosotros-list{
	position:relative;
	padding:95px 0px 50px 0px;
	background:#ebebeb;
}
.nosotros-list h2{
	color:#009b4e;
	font-size:45px;
	font-weight:700;
	margin:0px;
	padding:0px 0px 50px 0px;
	text-align:left;
	text-transform:uppercase;
}
.nosotros-list ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.nosotros-list li{
	margin-bottom:20px;
	display:inline-block;
	vertical-align:top;
	width:100%;
}
.nosotros-list li span{
	display:block;
	width:100%;
	padding:7px 20px;
	background:url(../img/open.png) right 15px center no-repeat, #fff;
	background-size:20px;
	color:#009d4d;
	font-size:22px;
	font-weight:300;
	cursor:pointer;
}
.nosotros-list li .inerdrop-down{
	padding:0px 15px;
	margin-top:30px;
	width:100%;
	display:none;
}
.nosotros-list li.active span{
	background: url(../img/close.png) right 15px center no-repeat, #fff;
	background-size:20px;
}
.nosotros-list li.active .inerdrop-down{
	display:block;
}
.nosotros-list li .inerdrop-down .list{
	padding:10px 15px;
	border-bottom:1px solid #8c8c8c;
}
.nosotros-list li .inerdrop-down .list h2{
	color:#009d4d;
	font-size:18px;
	margin:0px;
	padding:0px;
	text-align:left;
	text-transform:uppercase;
}
.nosotros-list li .inerdrop-down .list p{
	font-size:16px;
	color:#868787;
	font-weight:300;
	margin:0px;
	padding:0px;
	text-align:left;
}

.nosotros-list li .inerdrop-down .list.head p {
	color: #009b4e;
	font-weight: bold;
	text-transform: uppercase;
}

ul.green-list li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #009d4d; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

ul.green-list li.indent {
	margin-left: 30px;
}

ul.green-list li.indent::before {
	content: "\25E6";
}

.nosotros-list .green-list li {
	color: #868787;
	font-weight: 300;
}

.nosotros-list .green-list.list2 li {
	margin-bottom: 5px;
}

@media (max-width:991px){
.nosotros-list li span{
	background-size:18px;
}
.nosotros-list li.active span{
	background: url(../img/close.png) right 15px center no-repeat, #fff;
	background-size:18px;
}
.nosotros-list li .inerdrop-down .list h2{
	font-size:16px;
}
.nosotros-list li .inerdrop-down .list p{
	font-size:15px;
}
}
/*** Cotiza Section ****/
.nosotros-page .cotiza-section{
	position:relative;
	background:url(../img/cotiza.png) no-repeat;
	background-size:cover;
	padding:10% 0px;
}
.nosotros-page .cotiza-section .left-side{
	position:relative;
	text-align:left;
}
.nosotros-page .cotiza-section .left-side h2{
	display:inline-block;
	vertical-align:top;
	text-align:left;
	color:#009d4d;
	font-size:300;
	font-size:50px;
	margin:0px;
	padding:0px;
}
.nosotros-page .cotiza-section .left-side p{
	display:inline-block;
	vertical-align:top;
	padding:20px 0px 0px 0px;
	margin:0px;
	color:#ffffff;
	font-size:20px;
	font-weight:300;
	text-align:left;
	text-indent:0px;
}
.nosotros-page .cotiza-section .right-side{
	position:relative;
	margin:50px 0px 0px 0px;
	text-align:left;
}
.nosotros-page .cotiza-section .right-side button{
	display:inline-block;
	vertical-align:top;
	background:none;
	border:2px solid #009b4e;
	color:#FFF;
	font-size:12px;
	font-weight:600;
	letter-spacing:1px;
	outline:none;
	padding:0px 50px;
	text-align:center;
	height:50px;
	text-transform:uppercase;
	-webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.nosotros-page .cotiza-section .right-side button:hover {
	background: #009b4e;
}
@media (max-width:991px){
/*** Cotiza Section ****/
.nosotros-page .cotiza-section .left-side h2{
	font-size:40px;
}
.nosotros-page .cotiza-section .left-side p{
	font-size:18px;
}
}
@media (max-width:767px){
/*** Cotiza Section ****/
.nosotros-page .cotiza-section .left-side h2{
	font-size:30px;
}
.nosotros-page .cotiza-section .left-side p{
	font-size:16px;
}
}


/*Extras*/
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 8px 19px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.gray-bg {
	background: #ebebeb;
}

.divider {
	height: 80px;
	width: 100%;
}

p.p {
	font-weight: 300;
	color: #868787;
}

.confiarnos {
	padding: 120px 15px;
}

.confiarnos h2 {
	//margin-bottom: 50px;
}

.nosotros2 {
	height: 1040px;
}

@media (max-width:991px) {
	.nosotros2 {
		height: auto;
	}
}

.green {
	color: #009b4e;
	font-weight: bold;
}

.gray-txt {
	color: #868787;
	font-weight: 300;
}
.gray-txt p {
	letter-spacing: 1px;	
}

.gray-txt b {
	font-weight: bold;
}

.topografia {
	padding: 100px 0;
}

.mision p {
	font-size: 30px !important; 
}

.mision img {
	width: 50%;
	margin-bottom: 30px;
}

.excelencia {
	margin-top: 55px;
}

@media(max-width:768px) {
.excelencia {
	text-align: center;
	margin-bottom: 30px;
}
}

/*Proyect Hover*/
.project-item {
	margin-bottom: 30px;
}

.project-img {
	position: relative;
	overflow: hidden;
}

.project-img img {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.project-img .project-hover {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 49px;
	opacity: 0;
	background-color: rgba(0,0,0, 0.8);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.project-hover .project-meta {
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.project-hover h4 {
	color: #fff;
	font-size: 40px;
	font-weight: lighter;
	text-align: center;
	margin-top: 20px;
}

.project-hover p {
	color: #fff;
	font-size: 15px;
	font-weight: lighter;
	text-align: center;
	margin-top: 40px;
}

.project-hover .project-zoom {
	position: absolute;
	bottom: 49px;
	opacity: 0;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.project-img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.project-img:hover .project-hover {
	opacity: 1
}

.project-img:hover .project-meta {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
}

.project-img:hover .project-meta h6 {
	transition-delay: 0.2s;
}

.project-img:hover .project-meta h2 {
	transition-delay: 0.2s;
}

.project-img:hover .project-zoom {
	transition-delay: 0.2s;
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
}

.project-meta a {
	color: #fff
}

.project-meta a:hover {
	color: #ffc527
}

.projects {
	padding: 100px 0;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #009b4e;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 38px;
  left: 8px;
}

.navbar-light .navbar-toggler {
	border: none !important;
}

@media(max-width:768px) {
	.nav-item{
		text-align: center;
		border-bottom: 2px solid #009b4e;
	}

	.nav-item:last-child {
		border: none !important;
	}
}

@media(max-width:768px) {
	.top-nav a {
		border-bottom: #009b4e solid 1px !important;
	    padding: 10px 0 !important;
	    width: 100%;
	}

	.top-nav .col-sm-4:last-child a, .top-nav .col-sm-5ths:last-child a {
		border: none !important
	}
}

.social-icons {
	color: #212529;
}

.contact-btn {
	text-align: center;
    margin: 0 auto;
    display: inline-block;
    color: white;
    background: #009b4e;
    padding: 25px 15px 0 15px;
    font-family: open sans;
    font-weight: bold;
    top: -10px;
    position: absolute;
    z-index: 0;
    transition: all 300ms;
    left: 50%;
    transform: translate(-50%);
}

.contact-btn:hover {
	top: 0;
	text-decoration: none;
	color: white;
}

.frm-services {
	background: white;
	padding: 30px 75px 20px 30px;
	margin-top: 30px;
}

.msg {
	font-weight: bold;
	font-size: 13px;
}

.green-txt {
	color: #009b4e;
}

.red-txt {
	color: #ff0000;
}

.nuestros_clientes {
	margin-top: 155px;
}

@media(max-width:768px) {
	.nuestros_clientes {
		margin-top: 20px;
	}
}

.nosotros-page video {
	width: 100%;
	margin-top: -150px;
}

.owl-controls {
	position: absolute;
    top: 50%;
    width: 100%;
}

.f-40 {
	font-size: 40px !important;
}

.not-uppercase {
	text-transform: none !important;
}

.history .number {
	color: #009D4E;
	font-size: 30px;
	border-right: solid 1px #009D4E;
	//text-align: right;
}

.mt-sm {
	margin-top: 20px;
}

.mt-md {
	margin-top: 40px;
}

.mt-lg {
	margin-top: 80px;
}

.mt-25 {
	margin-top: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px;
}

.mt-150 {
	margin-top: 150px;
}

/* bottom margin */
.mb-0 {
	margin-bottom: 0 !important;
}

.mb-xs {
	margin-bottom: 10px;
}

.mb-sm {
	margin-bottom: 20px !important;
}

.mb-md {
	margin-bottom: 40px !important;
}

.mb-lg {
	margin-bottom: 80px;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-50 {
	margin-bottom: 50px!important;
}

.mb-60 {
	margin-bottom: 60px!important;
}

.mb-150 {
	margin-bottom: 150px!important;
}

/* right margin */
.mr-0 {
	margin-right: 0;
}

.mr-xs {
	margin-right: 10px;
}

.mr-sm {
	margin-right: 20px;
}

.mr-md {
	margin-right: 40px;
}

.mr-lg {
	margin-right: 80px;
}

.mr-30 {
	margin-right: 30px !important;
}

.mr-50 {
	margin-right: 50px;
}

.mr-60 {
	margin-right: 60px;
}

.mr-150 {
	margin-right: 150px;
}

/* left margin */
.ml-0 {
	margin-left: 0;
}

.ml-xs {
	margin-left: 10px;
}

.ml-sm {
	margin-left: 20px;
}

.ml-md {
	margin-left: 40px;
}

.ml-lg {
	margin-left: 80px;
}

.ml-30 {
	margin-left: 30px !important;
}

.ml-50 {
	margin-left: 50px;
}

.ml-60 {
	margin-left: 60px;
}

.ml-150 {
	margin-left: 150px;
}

.history-imgs .txt {
	position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 15px;
    left: 0px;
}

.history-imgs .txt .years {
	width: 30%;
	background: #009B4E;
	color: white;
	text-align: center;
	padding: 27px 0;
	float: left;
	height: 78px;
}

.history-imgs .txt .legend {
	width: 70%;
	background: rgba(0, 0, 0, .8);
	color: white;
	float: left;
	padding: 15px 10px;
	height: 78px;
}

@media(max-width:992px) {
	.history .number {
		text-align: right;
	}
}

.pr-35 {
	padding-right: 35px !important;
}

.green-big-head .smaller {
	font-size: 24pt;
}

.no-padding {
	padding: 0 !important
}

.mt-6 {
	margin-top: -6px;
}

#thank-you {
	background: #EBEBEB;
	padding: 90px 0;
}

#thank-you img {
	max-width: 250px;
}

#thank-you h2 {
	text-transform: none;
	padding-bottom: 30px;
	color:#009b4e;
	font-size:35px;
	font-weight:700;
	margin:0px;
}

#thank-you .green-big-head {
	font-size: 35px;
}

#thank-you .p {
	color: #707070;
	font-size: 20px;
}

#thank-you button {
	border: 1px solid #009b4e;
	color: white;
	background: #009b4e;
	padding: 0px 35px;
	height: 40px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1px;
	border-radius: 0px;
}
