/*
Theme Name: Biophilic
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {
	--white: #FFFFFF;
  	--brown: #CEB08E;
  	--green: #4E5C5C;
  	--black: #323A3A;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #444;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6, .titillium {
	font-family: 'Titillium Web', sans-serif;
	font-weight: normal;
}
.container, .container-fluid {
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.bg {
	background: url(images/bggreen.jpg) repeat center center;
}
.transition, a.boton, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: #323A3A;
}
.readmore, .boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--green);
	border: 1px solid var(--green);
	padding: 12px 40px;
	font-weight: normal;
	border-radius: 8px;
	font-family: 'Titillium Web', sans-serif;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: #fff;
}
.boton2 {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--brown);
	border: 1px solid var(--brown);
	padding: 12px 40px;
	font-weight: normal;
	border-radius: 8px;
	font-family: 'Titillium Web', sans-serif;
}
.boton2:hover, .boton2:focus {
	color: #fff;
}
.boton3 {
	text-transform: uppercase;
	display: inline-block;
	color: var(--green);
	background: transparent;
	border: 1px solid var(--green);
	padding: 12px 40px;
	font-weight: normal;
	border-radius: 8px;
	font-family: 'Titillium Web', sans-serif;
}
.boton3:hover, .boton2:focus {
	color: #fff;
	background: var(--green);
}
a, button {
	transition: all .2s;
}

/**** HEADER ****/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	transition: all .2s;
	background: #fff;
}
.home header {
	background: transparent;
}
header.sticky, .home header.sticky {
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.top {
	color: var(--black);
	font-size: 15px;
	padding-top: 8px;
	padding-bottom: 6px;
}
.top a  {
	color: var(--black);
}
.top .redes {
	margin-right: 15px;
	font-size: 19px;
}
.top .redes a {
	margin: 0 3px;
}
.language-chooser {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: 'Titillium Web', sans-serif;
}
.language-chooser li.active {
	display: none;
}
header .navbar-brand {
	padding: 10px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
	margin-top: -50px;
}
header .navbar-brand img {
    height: 92px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: var(--black);
	font-size: 17px;
	border: none;
	padding-left: 0;
	padding-right: 0;
	text-transform: uppercase;
	font-weight: normal;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	font-family: 'Titillium Web', sans-serif;
	border-bottom: 3px solid transparent;
	padding-bottom: 10px;
	padding-top: 10px;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background:none !important;
	color: var(--black);
	border-bottom: 3px solid var(--brown);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: var(--black);
	border-bottom: 3px solid var(--brown);
}
.navbar-default .navbar-nav li {
	padding-right: 15px;
	padding-left: 15px;
}
.dropdown-menu {
	list-style-type: none !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: var(--black) !important;
    background-color: transparent !important;
}
.navbar-nav > li.submenu > .dropdown-menu {
	margin: 0;
	padding: 3px 0 0 0;
	list-style-type: none !important;
	border: none;
	background: #fff;
	margin-left: 0 !important;
	min-width: 200px;
}
.navbar-nav > li.submenu > .dropdown-menu li {
	margin: 0; 
	padding: 0;
}
.navbar-nav > li.submenu > .dropdown-menu li a {
	border-bottom: 1px solid #f0f0f0 !important;
	font-size: 14px !important;
	color: #000;
	font-weight: normal;
	padding: 12px 15px;
    display: block;
    background: #fff;
}
.navbar-nav > li.submenu > .dropdown-menu li a:hover {
	border-bottom: 1px solid #f0f0f0 !important;
	background: #fff !important;
	color: var(--brown);
}



@media(max-width: 767px) {
	header .navbar-brand img {
  		margin-bottom: 8px;
  		height: 80px;
	}
	header .navbar-brand {
  		margin-top: -40px;
	}
	.navbar-toggle {
	 	margin-top: 6px;
	 	padding: 0;
	 	border: none !important;
	 	background: none !important;
	 	text-align: right;
	 	margin-right: 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: var(--black);
		height: 2px;
		border-radius: 0;
		float: right;
		margin-bottom: 5px;
		width: 20px;
	}
	.navbar-collapse {
		background: #fff;
	  	border-top: none !important;
	  	box-shadow: none !important;
	  	margin-left: -15px;
	  	margin-right: -15px;
	  	padding: 0;
	  	margin-top: 8px;
	}
	.navbar-default .navbar-nav li {
		padding-right: 0;
		padding-right: 0;
	}
	.navbar-default .navbar-nav li a {
		color: var(--black);
		font-size: 17px;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 15px;
		padding-right: 15px;
		border-bottom: 1px solid #f0f0f0 !important;
		font-weight: normal;
	}
	.navbar-default .navbar-collapse {
		overflow-y: hidden;
		max-height: none;
		overflow-x: hidden !important;
	}
	.navbar-nav > li.submenu > .dropdown-menu li a {
		padding-left: 30px;
	}
}

/**** HOME ****/
.carousel-home {
	height: 100%;
}
.carousel-inner {
	height: 100%;
}
.carousel-home .item {
	height: 100%;
}
.carousel-home img.imgcarousel {
	width: 100%;
}
.carousel-home .container-fluid {
    position: absolute;
    color: #fff;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
 	height:100%;
}
.carousel-home .row {
	height:100%;
} 
.carousel-home .col-sm-12 {
	height:100%;
}
.content-carousel {
	display: flex;
	height: 100%;
	align-items: center;
	color: #fff;
	transition: transform 0.5s ease-in-out;
}
.content-carousel > div {
	text-align: right;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	font-size: 24px;
}
.content-carousel h1 {
	font-size: 68px;
	color: #4A5648;
}
.content-carousel a {
	margin-top: 30px;
	font-size: 18px;
	border: 1px solid #4A5648;
	color: #4A5648;
	border-radius: 8px;
	background: transparent;
	transition: all .2s;
	text-transform: none;
}
.content-carousel a:hover {
	background: #4A5648;
	color: #fff;
}
.carousel-home .controles {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 60px;
	margin: 0;
	padding: 0;
	text-align: right;
}
.carousel-home .controles .carousel-controls {
	color: var(--black);
	font-size: 30px;
	padding: 10px 15px;
}
.carousel-home .width-carousel {
    opacity: 0;
    padding-top: 50px;
    transition: all .3s;
}
.carousel-home .width-carousel a {
	margin-top: 20px;
	transition: all .4s;
}
.carousel-home .width-carousel.animate-text {
    opacity: 1;
    padding-top: 0;
}
.carousel-home .width-carousel.animate-text a {
	margin-top: 0;
}

/**
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
**/

.carousel.carousel-fade .item {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity:0;
}

.carousel.carousel-fade .active.item {
    opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}

.carousel.carousel-fade .carousel-control {
    z-index: 3;
}
.featured-home {
	text-align: center;
	margin-bottom: 50px;
}
h3, h4{
	line-height: 1.3em;
}
.clear767 {
	display: none;
}
.about {
	position: relative;
	overflow: hidden;
	background-color: #f8f8f8;
	background-image: url(images/house.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 300px;
}
.bgabout div {
	position: relative;
	width: 100%;
	height: 370px;
	text-align: right;
	padding-right: 30px;
}
.bgabout div img {
	max-height: 100%;
	position: relative;
	z-index: 100;
}
.bgabout div::after {
	content: '';
	display: block;
	position: absolute;
	right: 30px;
	top: 0;
	width: 1000px;
	height: 100%;
	background: url(images/bggreen.jpg);
	z-index: 1;
}
.about-content {
	padding-top: 30px;
	padding-right: 190px;
}
.imgproyecto {
	display: block;
	width: 100%;
	height: 330px;
	margin-bottom: 12px;
	position: relative;
}
.imgproyecto a {
	-webkit-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(77,92,92,0.8);
	opacity: 0;
}
.imgproyecto:hover a {
	opacity: 1;
}
.imgproyecto .linea {
	background: #fff;
	width: 60px;
	height: 2px;
	margin: 10px auto;
}
.services-home {
	color: var(--white);
}
.services-home h3 {
	margin-top: 0;
	padding-top: 0;
	color: var(--white);
	display: inline-block;
	width: auto;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.servicex {
	display: block;
	width: 100%;
	height: 300px;
	color: #fff;
}
.service1 {
	box-sizing: border-box;
	float: left;
	width: 35%;
	background: url(images/img1.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.service2 {
	box-sizing: border-box;
	float: left;
	width: 30%;
	background: url(images/img3.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.service3 {
	box-sizing: border-box;
	float: left;
	width: 35%;
	background: url(images/img2.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.service1 div, .service2 div, .service3 div, .servicex div {
	display: inline-block;
	width: auto;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	padding-top: 70px;
	position: relative;
	z-index: 1;
	margin-bottom: 120px;
	padding-left:  120px;
	opacity: 0;
	transition: all .2s;
	color: #fff;
}
.service1::before, .service2::before, .service3::before, .servicex::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(30,34,34,0.8);
	opacity: 0;
	transition: all .2s;
}
.service1:hover div, .service2:hover div, .service3:hover div, .servicex:hover div {
	opacity: 1;
}
.service1:hover::before, .service2:hover::before, .service3:hover::before, .servicex:hover::before {
	opacity: 1;
}
.bg-josefina {
	background: #a6ad9f;
}
.bg-brown {
	background: var(--brown);
}
.white {
	color: var(--white);
}
.josefina {
	position: relative;
	padding-left: 400px;
}
.bg-josefina .josefina {
	padding-top: 60px;
}
.josefina img {
	position: absolute;
	width: 360px;
	border: 5px solid #fff;
	left: 0;
	margin-top: -170px;
}
.josefina img.firma {
	position: relative;
	left: inherit;
	top: inherit;
	width: auto;
	border: none;
	margin-top: 15px;
	width: 150px;
}
.parallax {
	background: url(images/parallax.jpg) no-repeat top center #4E5C5C;
	background-size: 100%;
	margin-top: 30px;
	text-align: center;
}
.box-contacto {
	background: var(--white);
}
.box-contacto .col-sm-4 {
	border-right: 1px solid #4E5C5C;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.box-contacto .col-sm-4.last {
	border: none;
}
.box-contacto .line {
	display: block;
	width: 80px;
	height: 4px;
	margin: 20px auto 0 auto;
	background: var(--brown);
}
.box-contacto img {
	width: 80px;
}
footer {
	background: url(images/bg.jpg) no-repeat center center;
	background-size: cover;
	color: var(--white);
	padding-top: 30px;
}
footer a {
	color: var(--white) !important;
}
.footerpadding {
	padding-top:  100px;
}
.redesfooter a {
  font-size: 22px;
  margin-right: 12px;
  color: #937044 !important;
}
.copyright {
	background: #191d1d;
	padding: 20px 0;
}
.mapa {
	margin-bottom: -30px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
}
.mapa iframe {
	width: 100%;
	height: 550px;
}
.cab {
	color: var(--white);
	padding: 160px 0 50px 0;
	background: #f4f4f4;
}
.cab h1 {
	color: var(--green);
	font-size: 34px;
	margin: 0;
	padding: 0;
	text-align: left;
}
.h2, h2 {
  font-size: 36px;
}
.cab .ruta {
	text-align: right;
	text-transform: uppercase;
	font-size: 15px;
	color: var(--black);
}
.cab .ruta a {
	color: var(--black);
}
.cab-nosotros {
	background: url(images/nosotros.jpg);
}
.cab-servicios {
	background: url(images/servicios.jpg);
}
.cab-proyectos {
	background: url(images/proyectos.jpg);
}
@media(min-width: 767px) {
	.content-about {
		padding-right: 30px;
	}
}
.cab a.boton2 {
	font-size: 17px;
}
.servicio {
	position: relative;
	padding-left: 66px;
	margin-bottom: 40px;
}
.servicio img {
	position: absolute;
	left: 0;
	top: 0;
}
.servicio h3 {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 6px;
	padding-bottom: 0;
}
.imggaleria {
	display: block;
	width: 100%;
	height: 250px;
	margin-bottom: 30px;
}
.tabs a {
	display: inline-block;
	color: #888;
	font-size: 18px;
	padding: 9px 15px;
}
.tabs a.active {
	-webkit-box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.15);
	color: var(--brown);
}
.miembroequipo {
	float: left;
	width: 25%;
	position: relative;
}
.miembroequipo img {
	width: 100%;
}
.contentequipo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(77,92,92,0.8);
	transition: all .2s;
	opacity: 0;
}
.miembroequipo:hover .contentequipo {
	opacity: 1;
}
.contentequipo div {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 30px;
	color: #fff;
	width: 100%;
}
.contentequipo div p {
	text-transform: uppercase;
}
.planeas {
	background: var(--green);
	color: #fff;
	padding-top: 30px;
}
.planeas a {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 8px;
	padding: 12px 40px;
	color: #fff;
}
.planeas a:hover {
	background: #fff;
	color: var(--green);
}
#html5-watermark, .html5-title, .html5-elem-data-box {
	display: none !important;
}
.html5-image {
	padding: 0 !important;
}
.html5-image-container {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
}
#html5-close {
	margin-top: -40px !important;
}
.galerias .item-0, .galerias .item-3, .galerias .item-6, .galerias .item-9, .galerias .item-12, .galerias .item-15,
.galerias .item-18, .galerias .item-21 {
	width: 100%;
	height: 560px;
	float: none;
	padding: 0 10px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.galerias .item-1, .galerias .item-2, .galerias .item-4, .galerias .item-5, .galerias .item-7, .galerias .item-8,
.galerias .item-10, .galerias .item-11, .galerias .item-13, .galerias .item-14, .galerias .item-16, .galerias .item-17,
.galerias .item-19, .galerias .item-20 {
	width: 50%;
	float: left;
	height: 400px;
	padding: 0 10px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.galerias a {
	display: block;
	width: 100%;
	height: 100%;
}
.whatsappfix {
	position: fixed;
	bottom: 0;
	right: 15px;
	display: inline-block;
	padding: 5px 15px;
	background: var(--green);
	font-family: 'Titillium Web', sans-serif;
	border-right: 1px solid #647b7b;
	border-left: 1px solid #647b7b;
	border-top: 1px solid #647b7b;
}
.whatsappfix a {
	color: #fff;
}



@media(max-width: 1280px) {
	.about {
		background-image: none;
	}
	.about-content {
		padding-right: 15px;
	}
	.service1 div, .service2 div, .service3 div {
		padding-left:  20px;
	}
}

@media(max-width: 767px) {
	.content-carousel > div {
		font-size: 18px;
	}
	.content-carousel h1 {
		font-size: 48px;
	}
	.cab {
		font-size: 18px;
	}
	.cab h1 {
		font-size: 48px;
	}
	.content-carousel a {
		font-size: 16px;
	}
	h3, .h3 {
		font-size: 20px;
	}
	.clear767 {
		display: block;
		clear: both;
	}
	.bgabout div::after {
		content: none;
	}
	.bgabout div {
	  height: auto;
	  text-align: center;
	  padding-right: 0;
	}
	.bgabout div img {
		width: 100%;
	}
	.about-content {
  		padding-top: 15px;
  	}
  	.service1, .service2, .service3 {
		float: none;
		width: 100%;
	}
	.bg-brown .josefina {
 		padding-top: 10px;
	}
	.josefina img {
	  width: 260px;
	}
	.josefina {
  		position: relative;
  		padding-left: 290px;
	}
	.parallax {
		margin-top: 0;
		text-align: center;
		background-size: 1500px;
	}
	.box-contacto .col-sm-4 {
		border:  none;
	}
	.footerpadding {
		padding-top:  30px;
	}
	.service1 div, .service2 div, .service3 div, .servicex div {
	  	padding-left: 50px;
	}
	.cab .ruta {
  		text-align: left;
  		font-size: 14px;
  		margin-top: 5px;
  	}
}

@media(max-width: 598px) {
	.josefina {
  		padding-left: 0;
	}
	.josefina img {
  		position: relative;
  		width: auto;
  		border: none;
  		left: 0;
  		margin-top: 0;
  		margin-bottom: 15px;
	}
	.galerias .item-0, .galerias .item-3, .galerias .item-6, .galerias .item-9, .galerias .item-12, .galerias .item-15,
	.galerias .item-18, .galerias .item-21 {
		width: 100%;
		height: 360px;
		float: none;
		padding: 0 10px;
		margin-bottom: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.galerias .item-1, .galerias .item-2, .galerias .item-4, .galerias .item-5, .galerias .item-7, .galerias .item-8,
	.galerias .item-10, .galerias .item-11, .galerias .item-13, .galerias .item-14, .galerias .item-16, .galerias .item-17,
	.galerias .item-19, .galerias .item-20 {
		width: 100%;
		height: 360px;
		float: none;
		padding: 0 10px;
		margin-bottom: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media(max-width: 498px) {
	.full498 {
		float: none;
		width: 100%;
	}
	.cab h1 {
		font-size: 38px;
	}
	.tabs a {
	  font-size: 16px;
	  padding: 9px 6px;
	}
}

@media(max-width: 398px) {
	.galerias .item-0, .galerias .item-3, .galerias .item-6, .galerias .item-9, .galerias .item-12, .galerias .item-15,
	.galerias .item-18, .galerias .item-21 {
		height: 260px;
	}
	.galerias .item-1, .galerias .item-2, .galerias .item-4, .galerias .item-5, .galerias .item-7, .galerias .item-8,
	.galerias .item-10, .galerias .item-11, .galerias .item-13, .galerias .item-14, .galerias .item-16, .galerias .item-17,
	.galerias .item-19, .galerias .item-20 {
		height: 260px;
	}
}