.render {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*** AVISO COOKIES ***/
#cookiewarning {
  font-size: 13px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}
#cookiewarning div {
  text-align: center;
  margin: 0px;
  padding: 10px 0;
  width: auto;
  background: rgba(0, 0, 0, 0.7);
  font-size: 90%;
  color: #858585;
  font-size: 14px;
  color: #fff;
  padding-right: 40px;
}
#cookiewarning div i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-style: normal;
  border: 2px solid #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 21px;
  border-radius: 50%;
  font-size: 19px;
}
#cookiewarning div i:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
}
/*** ESTRUCTURA ***/
html {
  position: relative;
  min-height: 100%;
}
body {
  background-color: #ffffff;
  color: #000000;
  font-family: 'Open Sans', sans-serfif;
  margin-bottom: 400px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans', sans-serfif;
}
.link {
  color: #0099cc;
}
.link:hover,
.link:focus {
  text-decoration: none;
  color: #00ace6;
}
header {
  font-family: 'Open Sans', sans-serfif;
  position: relative;
  z-index: 1;
}
header:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3MmI5MjgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjMDA5OWNjIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(left, #72b928 0%, #0099cc 75%);
  background-image: -moz-linear-gradient(left, #72b928 0%, #0099cc 75%);
  background-image: -o-linear-gradient(left, #72b928 0%, #0099cc 75%);
  background-image: linear-gradient(to right, #72b928 0%, #0099cc 75%);
}
header #logo {
  width: 144px;
  height: 89px;
  background: url('../images/logo.png');
  background-size: contain;
  display: block;
  margin-top: 5px;
  margin-bottom: -10px;
}
header nav {
  display: inline-block;
}
header nav ul {
  padding-left: 0;
  list-style: none;
  height: auto;
  margin-bottom: 0;
  float: right;
}
header nav ul li {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  position: relative;
}
header nav ul li a {
  padding: 30px 30px 29px 30px;
  color: #666666;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}
header nav ul li a:hover {
  color: #0099cc;
  text-decoration: none;
}
header nav ul li a.active,
header nav ul li a:focus {
  color: #0099cc;
  text-decoration: none;
}
header nav ul li ul {
  padding: 0;
  position: absolute;
  left: 0px;
  width: 200px;
  display: none;
  opacity: 0;
  visibility: hidden;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0, -40px);
  -moz-transform: translate(0, -40px);
  -o-transform: translate(0, -40px);
  -ms-transform: translate(0, -40px);
  transform: translate(0, -40px);
}
header nav ul li ul li {
  background: white;
  display: block;
  color: #666666;
  text-align: left;
}
header nav ul li ul li:hover {
  background: #f5f5f5;
}
header nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
header nav ul li ul li a {
  padding: 15px 30px;
}
header .social {
  display: inline-block;
  vertical-align: top;
  padding: 28px 0;
  margin-left: 10px;
}
header .social a {
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
header .social a.icon-facebook-with-circle {
  color: #0f70b7;
}
header .social a.icon-twitter-with-circle {
  color: #6dbaf2;
}
header .social a.icon-mail {
  color: #6fb82c;
}
header .social a:hover {
  text-decoration: none;
  opacity: .8;
}
.title-interior {
  padding: 30px 0;
  background-size: cover;
  position: relative;
}
.title-interior:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}
.title-interior p {
  margin-bottom: 0;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
  float: left;
}
.main.interior {
  padding: 40px 0;
}
.main.jardines a {
  color: #72b928 !important;
}
.main.jardines a:hover,
.main.jardines a:focus {
  color: #7fce2d !important;
  text-decoration: none;
}
.main.jardines .box2 {
  border-color: #72b928;
}
.main.jardines .box2 p {
  background-color: rgba(114, 185, 40, 0.8);
}
.main.piscinas a {
  color: #0099cc !important;
}
.main.piscinas a:hover,
.main.piscinas a:focus {
  color: #00ace6 !important;
  text-decoration: none;
}
.main.piscinas .box2 {
  border-color: #0099cc;
}
.main.piscinas .box2 p {
  background-color: rgba(0, 153, 204, 0.8);
}
.main #slide {
  background: no-repeat center;
  background-size: cover;
  height: 400px;
  position: relative;
}
.main #slide:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.main #slide .slogan {
  width: 570px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  overflow: hidden;
}
.main #slide h1 {
  text-align: center;
  margin: 0px;
  font-size: 60px;
  color: white;
  font-family: 'Lobster', cursive;
  display: inline-block;
  position: relative;
}
.main #slide h1:before,
.main #slide h1:after {
  height: 2px;
  width: 100px;
  background-color: white;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.main #slide h1:before {
  left: -120px;
}
.main #slide h1:after {
  right: -120px;
}
.main #slide h2 {
  text-align: center;
  margin: 0px;
  padding-top: 10px;
  font-family: 'Open Sans', sans-serfif;
  color: white;
  line-height: 26px;
  font-size: 18px;
  font-weight: 600;
}
.main .box2 {
  border: 2px solid #0099cc;
  margin-top: 30px;
  display: block;
  font-family: 'Open Sans', sans-serfif;
  position: relative;
  background-size: cover;
}
.main .box2 p {
  bottom: 0px;
  position: absolute;
  color: white;
  padding: 10px;
  margin: 0px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.main .box2 a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.main .box2 a span {
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main .box2 a:hover {
  opacity: 1;
}
.main .box2 a:hover span {
  font-size: 22px;
}
.main .box2 .info-inline {
  display: none;
}
.main .box2 .info-inline img {
  width: 100%;
}
.main .infoservice p {
  margin-top: 0;
}
.main .infoservice ul {
  padding-left: 0px;
}
.main .infoservice ul li {
  list-style: none;
  margin-bottom: 5px;
}
.main .infoservice ul li strong {
  float: right;
}
.main .infoservice ul li a {
  color: #0099cc;
  font-weight: bold;
}
.main .box {
  border: 3px solid #0099cc;
  margin-top: -50px;
  font-family: 'Open Sans', sans-serfif;
  position: relative;
  background-size: cover;
  display: block;
}
.main .box:after {
  width: 0;
  height: 0;
  border-top: 100px solid #0099cc;
  border-left: 100px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main .box:before {
  font-family: 'icomoon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 13px;
  top: 5px;
  font-size: 30px;
  color: #fff;
  z-index: 1;
}
.main .box span {
  font-size: 24px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  left: 15px;
  padding: none;
}
.main .box small {
  font-size: 18px;
  font-weight: bold ;
  color: white;
  text-transform: uppercase;
  margin-left: 44px;
  position: absolute;
  bottom: 10px;
  right: 15px;
}
.main .box.pool {
  border-color: #0099cc;
}
.main .box.pool:after {
  border-top-color: #0099cc;
}
.main .box.pool:before {
  content: '\e605';
}
.main .box.garden {
  border-color: #72b928;
  background-size: cover;
}
.main .box.garden:after {
  border-top-color: #72b928;
}
.main .box.garden:before {
  content: '\e604';
  font-weight: bold;
  font-size: 34px;
}
.main .title {
  font-size: 22px;
  font-family: 'Open Sans', sans-serfif;
  text-transform: uppercase;
  text-align: left;
  margin-top: 22px;
  padding-top: 0px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}
.main .title2 {
  font-size: 22px;
  font-family: 'Open Sans', sans-serfif;
  text-transform: uppercase;
  text-align: left;
  margin-top: 12px;
  padding-top: 0px;
  font-weight: bold;
  margin-bottom: 15px;
}
.main p {
  margin-top: 15px;
  font-size: 15px;
}
.main #grey {
  background: #f3f3f3;
  padding-bottom: 40px;
}
.main #grey p {
  color: #434343;
  font-size: 15px;
}
.main #white {
  padding-top: 20px;
}
.main #white #galeria-portada .foto-miniatura {
  margin-top: 15px;
  margin-bottom: 15px;
}
.main .separador {
  position: relative;
  margin: 20px 0;
  height: 20px;
}
.main .separador:before {
  content: '';
  width: 360px;
  height: 1px;
  background: #e1e1e1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main .separador span {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
  line-height: 34px;
}
.main .separador span:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  display: inline-block;
}
.main article a {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 12px;
  text-align: right;
  padding-right: 15px;
}
.main article p {
  font-size: 14px;
  color: #5e5e5e;
  line-height: 22px;
}
.main article p span {
  color: #333;
}
.main article ul li {
  color: #5e5e5e;
  margin-bottom: 10px;
}
.main form {
  margin-top: 15px;
}
.main form p {
  font-size: 14px;
  line-height: 22px;
}
.main form ul {
  padding-left: 0;
}
.main form .form-group .form-control {
  border-radius: 0px;
  overflow: hidden;
  box-shadow: none;
}
.main form .form-group input {
  height: 40px;
}
.main form .form-group li {
  list-style: none;
}
.main form button {
  margin-top: -30px;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  background-color: #72b928;
  border: none;
  float: right;
  width: 100px;
  border-radius: 0px;
}
.main form button:hover {
  background-color: #54a22d;
}
.main .foto-miniatura {
  position: relative;
  display: block;
  padding: 0;
}
.main .foto-miniatura:before {
  content: '';
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3);
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.main .foto-miniatura:after {
  content: '\e605';
  font-family: 'icomoon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 50px;
  color: #fff;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.main .foto-miniatura img {
  width: 100%;
}
.main .foto-miniatura:hover:before {
  content: '';
  background: rgba(0, 153, 204, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.main .foto-miniatura:hover:after {
  font-size: 40px;
  opacity: 1;
}
.main .foto-miniatura.jardines:after {
  content: '\e604';
}
.main .foto-miniatura.jardines:hover:before {
  background: rgba(114, 185, 40, 0.7);
}
.contacto {
  padding-bottom: 60px;
}
.contacto .title2 {
  margin-top: 40px;
}
.contacto p {
  margin-top: 0;
}
.contacto .social-big {
  margin-top: 30px;
}
.contacto .social-big .btn-big {
  background: #ccc;
  padding: 20px;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contacto .social-big .btn-big i {
  font-size: 50px;
  vertical-align: middle;
  margin-right: 20px;
  float: left;
  margin-left: 5px;
  color: #fff;
  margin-top: 2px;
}
.contacto .social-big .btn-big strong {
  display: block;
  font-size: 24px;
  color: #fff;
}
.contacto .social-big .btn-big:hover {
  text-decoration: none;
}
.contacto .social-big .btn-big.facebook {
  background: #0F70B7;
}
.contacto .social-big .btn-big.facebook:hover,
.contacto .social-big .btn-big.facebook:focus {
  background: #117ecf;
}
.contacto .social-big .btn-big.twitter {
  background: #6DBAF2;
}
.contacto .social-big .btn-big.twitter:hover,
.contacto .social-big .btn-big.twitter:focus {
  background: #84c5f4;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  font-family: 'Open Sans', sans-serfif;
  background: #333333;
}
footer #logo {
  width: 120%;
  height: 123px;
  background: url('../images/LogoNegativo.png') no-repeat;
  background-size: contain;
  display: block;
  margin-top: 20px;
  margin-left: -17px;
}
footer .col-sm-4 h1 {
  margin-top: 50px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}
footer .col-sm-4 p {
  font-size: 14px;
  color: #cccccc;
}
footer .col-sm-3 p,
footer .col-sm-4 p,
footer .col-lg-4 p,
footer .col-lg-3 p {
  color: #cccccc;
  margin-bottom: 20px;
}
footer .col-sm-3 h3,
footer .col-sm-4 h3,
footer .col-lg-4 h3,
footer .col-lg-3 h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
}
footer .col-sm-3 ul,
footer .col-sm-4 ul,
footer .col-lg-4 ul,
footer .col-lg-3 ul {
  list-style: none;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 0px;
  line-height: 16px;
  float: left;
  width: 50%;
}
footer .col-sm-3 ul li,
footer .col-sm-4 ul li,
footer .col-lg-4 ul li,
footer .col-lg-3 ul li {
  margin-bottom: 20px;
}
footer .col-sm-3 ul li a,
footer .col-sm-4 ul li a,
footer .col-lg-4 ul li a,
footer .col-lg-3 ul li a {
  color: #cccccc;
  line-height: 1px;
}
footer .col-sm-3 ul li a:hover,
footer .col-sm-4 ul li a:hover,
footer .col-lg-4 ul li a:hover,
footer .col-lg-3 ul li a:hover {
  color: #cccccc;
}
footer .contacto {
  padding-bottom: 0;
}
footer .contacto ul {
  color: #cccccc;
  font-size: 14px;
  width: 100%;
}
footer .contacto ul li {
  line-height: 1.4;
  margin-bottom: 10px;
}
footer .contacto ul li a {
  color: #cccccc;
}
footer .contacto ul li i {
  color: #cccccc;
  padding-left: 0;
  font-size: 16px;
  margin-right: 5px;
}
footer .contacto ul li.social-footer {
  margin-top: 20px;
}
footer .contacto ul li.social-footer i {
  font-size: 30px;
  margin-right: 10px;
}
footer section {
  background: #2c2c2c;
  margin-top: 33px;
}
footer section p {
  text-align: center;
  color: #999999;
  width: 100%;
  padding: 20px;
  margin-bottom: 0px;
  font-size: 14px;
}
footer section p a {
  color: #999999;
  width: 100%;
}
footer section p a:hover {
  color: #999999;
}
.main p {
  color: #5e5e5e;
}
.main .bbox {
  border: 3px solid #0099cc;
  height: 500px;
  display: block;
  font-family: 'Open Sans', sans-serfif;
  position: relative;
  background: url('../images/piscina.jpg');
  background-size: cover;
  margin-top: 50px;
  margin-bottom: 10px;
}
.main .sbox {
  border: 3px solid #72b928;
  height: 225px;
  display: block;
  font-family: 'Open Sans', sans-serfif;
  position: relative;
  background: url('../images/jardin.jpg');
  background-size: cover;
  margin-top: 50px;
  margin-bottom: 10px;
}
.main h4 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: bold;
  background-color: #0099cc;
  padding: 15px;
  margin: 0px;
}
.galeria .nav-tabs {
  border-bottom: 0;
  margin-bottom: 20px;
}
.galeria .nav-tabs li {
  margin-left: 5px;
  float: right;
}
.galeria .nav-tabs li.active a {
  color: #fff!important;
}
.galeria .nav-tabs li.active a.piscinas {
  background: #0099cc;
}
.galeria .nav-tabs li.active a.jardines {
  background: #72b928;
}
.galeria .nav-tabs li a {
  border: 0;
  border-radius: 100px;
  padding: 10px 25px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.galeria .nav-tabs li a:hover {
  background: #f1f1f1;
}
.galeria .nav-tabs li a:hover,
.galeria .nav-tabs li a:focus {
  border: 0;
}
.galeria .nav-tabs li a.piscinas {
  color: #0099cc;
}
.galeria .nav-tabs li a.jardines {
  color: #72b928;
}
.galeria .foto {
  margin-bottom: 30px;
  display: block;
  position: relative;
  overflow: hidden;
}
.galeria .foto img {
  width: 100%;
}
.galeria .foto:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.galeria .foto .caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  padding: 0 10px;
  width: 100%;
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.galeria .foto h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: lighter;
  text-transform: uppercase;
  color: #fff;
  -webkit-transform: translate3d(-500px, 0, 0);
  -moz-transform: translate3d(-500px, 0, 0);
  -o-transform: translate3d(-500px, 0, 0);
  -ms-transform: translate3d(-500px, 0, 0);
  transform: translate3d(-500px, 0, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.galeria .foto hr {
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.galeria .foto i {
  font-size: 30px;
  display: inline-block;
  -webkit-transform: translate3d(500px, 0, 0);
  -moz-transform: translate3d(500px, 0, 0);
  -o-transform: translate3d(500px, 0, 0);
  -ms-transform: translate3d(500px, 0, 0);
  transform: translate3d(500px, 0, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.galeria .foto:hover:before {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.galeria .foto:hover .caption {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.galeria .foto:hover .caption h3,
.galeria .foto:hover .caption i {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.galeria .foto:hover .caption hr {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.galeria #piscinas .foto:before {
  background: rgba(0, 153, 204, 0.4);
}
.galeria #jardines .foto:before {
  background: rgba(114, 185, 40, 0.4);
}
.fancybox-opened .fancybox-skin {
  box-shadow: none;
  border-radius: 0;
}
.fancybox-opened .fancybox-skin .fancybox-inner {
  height: auto!important;
}
.fancybox-opened .fancybox-skin .info-inline {
  padding: 15px;
}
.fancybox-opened .fancybox-skin .info-inline h3 {
  margin-top: 5px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}
.fancybox-opened .fancybox-skin .info-inline img {
  width: 100%;
}
.fancybox-opened .fancybox-skin .info-inline p {
  color: #5E5E5E;
}
.fancybox-opened .fancybox-skin .info-inline.jardines h3 {
  color: #72b928;
}
.fancybox-opened .fancybox-skin .info-inline.jardines img {
  border: 2px solid #72b928;
}
.fancybox-opened .fancybox-skin .info-inline.piscinas h3 {
  color: #0099cc;
}
.fancybox-opened .fancybox-skin .info-inline.piscinas img {
  border: 2px solid #0099cc;
}
.fancybox-opened.fancybox-type-inline .fancybox-close {
  top: -40px;
}
.fancybox-opened.fancybox-type-inline .fancybox-close:before {
  opacity: 1;
}
#map {
  height: 300px;
  width: 100%;
  margin-bottom: 30px;
}
.imagen_container {
  position: relative;
  height: 0;
  display: block;
}
.imagen_container.i_1_1 {
  padding-bottom: 100%;
}
.imagen_container.i_16_9 {
  padding-bottom: 56.25%;
}
.imagen_container.i_1_2 {
  padding-bottom: 50%;
}
.imagen_container.i_4_3 {
  padding-bottom: 75%;
}
.imagen_container img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/*** RESPONSIVE DESIGN ***/
@media (min-width: 992px) and (max-width: 1199px) {
  footer #logo {
    width: 110%;
    height: 100px;
    background: url('../images/LogoNegativo.png') no-repeat;
    background-size: contain;
    display: block;
    margin-top: 40px;
    margin-left: -10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header nav ul li a {
    padding: 27.5px 10px;
  }
  header nav ul li a:active,
  header nav ul li a:focus,
  header nav ul li a:hover {
    background-color: white;
  }
  header nav ul li {
    background-color: white;
    position: relative;
  }
  nav ul li ul {
    width: 75px;
  }
  .main .title {
    font-size: 19px;
  }
  article a {
    padding-right: 15px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  header {
    height: 80px;
  }
  header #logo {
    margin: 0 auto;
    height: 80px;
    width: 130px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
  }
  header nav,
  header .social {
    display: none;
  }
  header .icon-phone,
  header #menu-toggle {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    color: #72b928;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    border: 2px solid #72b928;
  }
  header #menu-toggle {
    right: inherit;
    left: 15px;
    color: #0099cc;
    border-color: #0099cc;
    line-height: 36px;
  }
  .content-wrap {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #FFF;
  }
  body {
    background-color: #333;
    margin: 0;
  }
  .on .content-wrap {
    -webkit-transform: translate(250px, 0);
    -moz-transform: translate(250px, 0);
    -o-transform: translate(250px, 0);
    -ms-transform: translate(250px, 0);
    transform: translate(250px, 0);
  }
  .on .menu-mobile {
    opacity: 1;
    pointer-events: all;
  }
  .on,
  .on body {
    overflow: hidden;
    height: 100%;
    position: relative;
  }
  .menu-mobile {
    color: #fff;
    position: absolute;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    width: 240px;
    zoom: 1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
  }
  nav ul {
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  nav ul li {
    color: #fff;
    font-size: 16px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serfif;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  nav ul li:first-child a:before {
    position: relative;
    background: url('../images/LogoNegativo.png') no-repeat;
    display: block;
    background: contain;
    content: "";
    width: 175px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  nav ul li a {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 14px 0px;
  }
  nav ul li a:hover {
    text-decoration: none;
    color: grey;
  }
  nav ul li a.active {
    color: #fff;
  }
  nav ul li ul li:first-child {
    margin-top: 10px;
    border-bottom: none;
  }
  nav ul li ul li:first-child a:before {
    padding-top: 20px;
    border-top: none;
    display: none;
  }
  nav ul li ul li:nth-child(2) {
    padding-bottom: 0px;
    border: none;
  }
  .main {
    padding-bottom: 40px;
  }
  .main .infoservice ul li {
    text-align: left;
  }
  .main .infoservice ul li a,
  .main .infoservice ul li strong {
    float: none;
    text-align: center;
  }
  .main #slide {
    height: 300px;
  }
  .main #slide .slogan {
    width: 100%;
    padding: 0 15px;
  }
  .main #slide .slogan h1 {
    font-size: 46px;
  }
  .main #slide .slogan h2 {
    font-size: 16px;
    line-height: inherit;
    font-weight: normal;
  }
  .main .box {
    margin-top: 30px;
  }
  .main .box:after {
    border-top-width: 70px;
    border-left-width: 70px;
  }
  .main .box:before {
    right: 5px;
    top: 3px;
    font-size: 26px;
  }
  .main .separador:before {
    width: 285px;
  }
  .main .title {
    margin-bottom: 0px;
  }
  .main #white #galeria-portada .link {
    margin-top: 15px;
    display: block;
    text-align: center;
    background-color: #0099cc;
    color: white;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .main .form-group {
    width: 100%;
  }
  .main form button {
    width: 100%;
  }
  .main .garden {
    margin-top: 30px;
  }
  .fancybox-overlay-fixed {
    position: absolute;
  }
  .fancybox-wrap {
    width: 90%!important;
    top: 40px!important;
    position: fixed!important;
  }
  .fancybox-wrap .fancybox-inner {
    width: 100%!important;
  }
  .fancybox-wrap .fancybox-inner .imagen_container {
    margin-bottom: 20px;
  }
  .fancybox-opened .fancybox-skin .info-inline {
    height: 455px;
    overflow: scroll;
  }
  .fancybox-opened .fancybox-skin .info-inline h3 {
    padding-right: 25px;
  }
  .fancybox-opened.fancybox-type-inline .fancybox-close {
    top: -35px;
    right: 0;
  }
  .galeria .nav-tabs {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .galeria .nav-tabs li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .galeria .nav-tabs li:first-child {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .galeria .nav-tabs li:last-child {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .facebook {
    margin-bottom: 20px;
  }
  footer {
    position: relative;
    margin-top: 0;
  }
  footer .col-sm-3 h3,
  footer .col-sm-4 h3,
  footer .col-lg-4 h3,
  footer .col-lg-3 h3 {
    margin-top: 30px;
  }
}
