@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {
  font: 13px "Gotham", sans-serif; }

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */
/* We like off-black for text. */
body, select, input, textarea {
  color: #727176; }

a {
  color: #03f; }

a:hover {
  color: #69f; }

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
  background: #fcd700;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #fcd700;
  color: #fff;
  text-shadow: none; }

/*	j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #fcd700; }

ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Mozilla dosen't style placeholders by default */
input:-moz-placeholder {
  color: #a9a9a9; }

textarea:-moz-placeholder {
  color: #a9a9a9; }

/* let's give blockquotes *some* default styling, because unstyled blockquotes are dangerous */
blockquote {
  padding: 16px;
  background: #eee; }

/* Default custom select styles */
.cs-placeholder {
  color: #727176;
  font-weight: 300; }

div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: transparent;
  z-index: 100;
  width: 100%;
  max-width: 500px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

div.cs-select:focus {
  outline: none;
  /* For better accessibility add a style for this in your skin */ }

.cs-select select {
  display: none; }

.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* Placeholder and selected option */
.cs-select > span {
  padding-right: 3em; }

.cs-select > span::after,
.cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cs-select > span::after {
  content: '\f107';
  right: 10px; }

.cs-select .cs-selected span::after {
  content: '\2713';
  margin-left: 1em; }

.cs-select.cs-active > span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

div.cs-active {
  z-index: 200; }

/* Options */
.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  visibility: hidden;
  border-bottom: 1px solid #727176;
  border-left: 1px solid #727176;
  border-right: 1px solid #727176; }

.cs-select.cs-active .cs-options {
  visibility: visible; }

.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.cs-select ul span {
  padding: 1em; }

.cs-select ul li.cs-focus span {
  background-color: #ddd; }

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
  padding-left: 1em; }

.cs-select li.cs-optgroup > span {
  cursor: default; }

div.cs-skin-border {
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  max-width: 600px;
  font-family: "Gotham", sans-serif; }

@media screen and (max-width: 30em) {
  div.cs-skin-border {
    font-size: 1em; } }

.cs-skin-border > span {
  border-bottom: 1px solid #727176;
  -webkit-transition: background 0.2s, border-color 0.2s;
  transition: background 0.2s, border-color 0.2s; }

.cs-skin-border > span::after,
.cs-skin-border .cs-selected span::after {
  font-family: 'FontAwesome';
  content: '\f107'; }

.cs-skin-border ul span::after {
  content: '';
  opacity: 0; }

.cs-skin-border .cs-selected span::after {
  content: '\f00c';
  color: #727176;
  font-size: 1.5em;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.cs-skin-border.cs-active > span {
  background: #fff;
  border-color: #fff;
  color: #727176; }

.cs-skin-border .cs-options {
  color: #8c8b8f;
  font-size: 0.75em;
  opacity: 0;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s; }

.cs-skin-border.cs-active .cs-options {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.cs-skin-border ul span {
  padding: 1em 2em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cs-skin-border .cs-options li span:hover,
.cs-skin-border li.cs-focus span {
  background: #727176;
  color: #ffffff; }

/* Site Stylos
-------------------------------------------------------------------------------*/
.table {
  display: table;
  width: 100%;
  height: 100%; }
  .table .table-cell {
    display: table-cell;
    vertical-align: middle; }

header {
  width: 100%;
  position: relative;
  height: 600px;
  overflow: hidden; }
  header .border-bg {
    position: absolute;
    width: 145%;
    bottom: -25px;
    left: -120px;
    transform: rotate(2px); }

.logo-site {
  position: relative;
  max-width: 270px;
  width: 60%;
  min-height: 150px;
  margin: 60px auto; }

.content .main-title {
  font-size: 50px;
  text-align: center;
  width: 100%;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  padding: 20px 0 5px;
  background-image: url(../img/bg-title.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.content .big-title {
  font-size: 60px;
  text-align: center;
  font-weight: 500;
  color: #727176;
  width: 100%;
  text-transform: uppercase;
  line-height: 58px;
  margin: 20px auto; }
  .content .big-title span {
    font-weight: 300;
    display: block; }

.content .precio {
  font-size: 48px;
  text-align: center;
  font-weight: 300;
  color: #727176;
  width: 100%;
  text-transform: uppercase;
  margin: 20px auto; }
  .content .precio span {
    font-weight: 500; }

.content .btn-planok {
  margin: 80px 0;
  width: 100%; }
  .content .btn-planok .btn-cotizar {
    padding: 10px 60px 8px;
    color: #ffffff;
    background-color: #2fb4d3;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none; }

.content .plantas-area {
  width: 100%;
  max-width: 1280px;
  margin: 50px auto; }
  .content .plantas-area .bx-wrapper {
    max-width: 90% !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    margin: 0 auto; }
    .content .plantas-area .bx-wrapper .bx-next {
      right: -15px; }
    .content .plantas-area .bx-wrapper .bx-prev {
      left: -15px; }
  .content .plantas-area #plantas-carousel .slide {
    width: 200px; }
    .content .plantas-area #plantas-carousel .slide .planta-img {
      color: #ffffff;
      text-decoration: none;
      outline: none; }
      .content .plantas-area #plantas-carousel .slide .planta-img span {
        display: block; }
      .content .plantas-area #plantas-carousel .slide .planta-img .planta-bg {
        width: 200px;
        height: 200px;
        background-size: 170%;
        background-position: center center;
        background-repeat: no-repeat; }
        .content .plantas-area #plantas-carousel .slide .planta-img .planta-bg .info-planta {
          background-color: rgba(47, 180, 211, 0.9);
          width: 100%;
          height: 100%;
          -webkit-transition: all 200ms ease-in-out;
          -moz-transition: all 200ms ease-in-out;
          -ms-transition: all 200ms ease-in-out;
          -o-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out;
          opacity: 0; }
          .content .plantas-area #plantas-carousel .slide .planta-img .planta-bg .info-planta span {
            font-size: 24px;
            text-align: center;
            font-weight: 500;
            text-transform: uppercase;
            color: #ffffff; }
      .content .plantas-area #plantas-carousel .slide .planta-img:hover .info-planta {
        opacity: 1; }
      .content .plantas-area #plantas-carousel .slide .planta-img .planta-name {
        font-size: 21px;
        text-align: center;
        font-weight: 500;
        text-transform: uppercase;
        color: #727176;
        margin-top: 5px; }

.content .btn-map {
  outline: none; }

.content .small-title {
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin: 10px auto;
  font-size: 28px; }
  .content .small-title span {
    font-weight: 300;
    display: block;
    text-transform: none !important; }

.content .cotizador-area {
  margin: 120px 0; }
  .content .cotizador-area .form-area {
    width: 87%;
    max-width: 330px;
    margin: 0 auto; }
    .content .cotizador-area .form-area .form-row {
      width: 100%;
      margin: 0 auto 20px; }
      .content .cotizador-area .form-area .form-row .text-input {
        border: none;
        border-bottom: 1px solid #727176;
        width: 100%;
        padding: 5px;
        font-size: 16px;
        font-weight: 300;
        font-family: "Gotham", sans-serif; }
      .content .cotizador-area .form-area .form-row .btn-send {
        width: 160px;
        margin: 0 auto;
        font-size: 16px;
        text-transform: uppercase;
        font-family: "Gotham", sans-serif;
        font-weight: 300;
        color: #727176;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        border: none;
        background-color: #ffffff;
        display: block;
        border-radius: 0;
        border: 1px solid #727176;
        padding: 8px 0 6px; }
        .content .cotizador-area .form-area .form-row .btn-send:hover, .content .cotizador-area .form-area .form-row .btn-send:focus {
          color: #ffffff;
          background-color: #727176; }

.content .map-area .map-box {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
  font-size: 0; }

footer {
  width: 100%;
  padding: 15px 0 13px;
  background-color: #727176; }
  footer p {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff; }

.logos-footer {
  padding: 30px 0;
  width: 100%; }
  .logos-footer .logos-foot {
    width: 70%;
    max-width: 500px;
    min-width: 200px;
    margin: 0 auto;
    display: block; }

#overlay-respuesta {
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99999;
  opacity: 1;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  #overlay-respuesta #respuesta {
    width: 90%;
    max-width: 500px;
    min-width: 280px;
    margin: 0 auto;
    padding: 25px;
    border: 2px solid #2fb4d3;
    background: #ffffff;
    color: #2fb4d3;
    font-size: 16px;
    text-align: center;
    font-weight: 300; }

.hidez {
  z-index: -1 !important; }

.hideit {
  opacity: 0 !important; }

/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  .content .big-title {
    font-size: 34px;
    line-height: 38px; }
  .content .precio {
    font-size: 30px; }
  .content .small-title {
    font-size: 18px; } }

/* Print styles
-------------------------------------------------------------------------------*/
