/* MIXINS */
.naranja {
  color: #be624f;
}

.max-wrapper {
  max-width: 1920px;
}

.title-holder {
  width: 100%;
  font-size: 16px;
  height: 654px;
  background-position: top center;
  text-align: center;
  padding-top: 135px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.title-holder:after {
  content: "";
  opacity: 0.15;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}

.title-holder h2 {
  line-height: 1;
  font-weight: 700;
  font-size: 2.19em;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto;
  padding: 15px 45px;
  position: relative;
  z-index: 10;
}

.title-holder--nosotros:after {
  background-image: url("../img/2019/1_nosotros/ImagenPrincipalSeccionNosotros_Plantas.jpg");
}

.title-holder--home:after {
  background-image: url("../img/2019/0_home/ImagenPrincipalSeccionHome_Plantas.jpg");
}

.title-holder--plano:after {
  background-image: url("../img/2019/2_plano_lotificacion/ImagenPrincipalSeccionPlanoLoti_Plantas.jpg");
}

.title-holder--galeria:after {
  background-image: url("../img/2019/3_galeria/ImagenPrincipalSeccionGaleria_Plantas.jpg");
}

.title-holder--proyecto:after {
  background-image: url("../img/2019/4_proyecto/ImagenPrincipalSeccionProyecto_Plantas.jpg");
}

.title-holder--precios:after {
  background-image: url("../img/2019/5_precios/ImagenPrincipalSeccionPrecios_Plantas.jpg");
}

.title-holder--ubicacion:after {
  background-image: url("../img/2019/6_ubicacion/ImagenPrincipalSeccionUbicacion_Plantas.jpg");
}

.title-holder--contacto:after {
  background-image: url("../img/2019/7_contacto/ImagenPrincipalSeccionContacto_Plantas.jpg");
}

@media screen and (max-width: 720px) {
  .title-holder {
    height: auto;
    padding: 80px 0;
  }
  .title-holder h2 {
    font-size: 1.5em;
  }
}

body {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 16px;
  color: #4f4253;
}

@media screen and (max-width: 560px) {
  header h1 {
    padding: 31px 0 0 30px;
  }
  header h1 img {
    height: 35px;
  }
}

/* FONDOS */
section {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
  padding: 50px 0 65px;
}

section#inicio {
  /* background-image: url("../img/2019/0_home/FondoHome_Plantas.jpg"); */
  background-color: #f8f7f4;
}

section#nosotros {
  background-image: url("../img/2019/1_nosotros/FondoNosotros_Plantas.jpg");
}

section.proyecto {
  background-image: url("../img/2019/4_proyecto/FondoProyecto_Plantas.jpg");
  background-position: bottom center;
  background-size: auto;
}

section#avances {
  background-image: url("../img/2019/3_galeria/FondoGaleria_Plantas.jpg");
}

section#plano {
  background-image: url("../img/2019/2_plano_lotificacion/FondoPlanoLoti_Plantas.jpg");
  background-size: auto;
}

section#precios {
  background-image: url("../img/2019/5_precios/FondoPrecios_Plantas.jpg");
  background-size: auto;
}

section#ubicacion {
  background-image: url("../img/2019/6_ubicacion/FondoUbicacion_Plantas.jpg");
  background-position: bottom center;
}

section#contacto h2 {
  font-size: 2em;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 auto 40px;
}

section#contacto .imagen-principal {
  width: 100%;
  max-width: 1280px;
  margin-bottom: 0;
}

section#contacto .llama-ahora-wrapper {
  width: 100%;
  max-width: 1280px;
  background: #be624f;
  margin: auto;
}

section#contacto .llama-ahora-wrapper .llama-ahora {
  margin: 0 auto;
}

section#contacto .llama-ahora-wrapper .contacto-icons {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}

@media screen and (max-width: 1050px) {
  section#contacto .llama-ahora-wrapper .contacto-icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 630px) {
  section#contacto .llama-ahora-wrapper .contacto-icons {
    text-align: left;
  }
}

section#contacto .llama-ahora-wrapper .contacto-icons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-line;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ecf4e6;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1;
  min-height: 86px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

@media screen and (max-width: 1050px) {
  section#contacto .llama-ahora-wrapper .contacto-icons li {
    width: 50%;
  }
}

@media screen and (max-width: 630px) {
  section#contacto .llama-ahora-wrapper .contacto-icons li {
    width: 100%;
    padding-left: 30px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-bottom: 0.5em;
  }
}

section#contacto .llama-ahora-wrapper .contacto-icons li:before {
  display: inline-block;
  width: 86px;
  height: 86px;
  min-width: 86px;
  margin-right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

section#contacto .llama-ahora-wrapper .contacto-icons li:nth-child(1):before {
  content: "";
  background-image: url("../img/iconos/telefono.png");
}

section#contacto .llama-ahora-wrapper .contacto-icons li:nth-child(2):before {
  content: "";
  background-image: url("../img/2019/7_contacto/IconWhatsBarraInfo.png");
}

section#contacto .llama-ahora-wrapper .contacto-icons li:nth-child(3):before {
  content: "";
  background-image: url("../img/2019/7_contacto/IconMailBarraInfo.png");
}

section#contacto .ejecutivos-wrapper {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  background: #ecf4e6;
  padding: 20px 0;
}

section#contacto .ejecutivos-wrapper .ejecutivos {
  margin: 0 auto;
  text-align: center;
  font-size: 2em;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 500px) {
  section#contacto .ejecutivos-wrapper .ejecutivos {
    font-size: 1.2em;
  }
}

section#contacto .formulario {
  width: 100%;
  max-width: 1280px;
  text-align: center;
}

section#contacto .formulario input::-webkit-input-placeholder {
  color: #4f4253;
}

section#contacto .formulario input:-moz-placeholder {
  /* Firefox 18- */
  color: #4f4253;
}

section#contacto .formulario input::-moz-placeholder {
  /* Firefox 19+ */
  color: #4f4253;
}

section#contacto .formulario input:-ms-input-placeholder {
  color: #4f4253;
}

section#contacto .formulario textarea::-webkit-input-placeholder {
  color: #4f4253 !important;
}

section#contacto .formulario textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #4f4253 !important;
}

section#contacto .formulario textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #4f4253 !important;
}

section#contacto .formulario textarea:-ms-input-placeholder {
  color: #4f4253 !important;
}

section#contacto .formulario label {
  display: none;
  width: 30%;
}

@media screen and (max-width: 900px) {
  section#contacto .formulario label {
    width: 100%;
  }
}

section#contacto .formulario input[type=text] {
  width: 30%;
  display: inline-block;
  background: #ecf4e6;
  font-family: "Crimson Text", serif;
  margin: 0 1.3%;
}

@media screen and (max-width: 630px) {
  section#contacto .formulario input[type=text] {
    width: 100%;
    margin: 0.5em 0;
  }
}

section#contacto .formulario textarea {
  background: #ecf4e6;
  font-family: "Crimson Text", serif;
}

section#ubicacion h2 {
  text-align: center;
  font-size: 1.6em;
  text-transform: uppercase;
  margin: 0 auto 50px;
}

section#ubicacion h2.plano-urbano {
  margin: 50px 0 0px;
}

section#ubicacion h3 {
  text-align: center;
  font-size: 1.4em;
}

section#ubicacion .big-box h3 {
  font-size: 1.8em;
  line-height: 1;
}

section#ubicacion .plano-img .plano {
  margin: 30px auto 0;
  display: block;
}

section#precios .contacto-wrapper {
  width: 100%;
  background: #ecf4e6;
}

section#precios .contacto-wrapper .contacto {
  background: #ecf4e6;
  font-size: 2em;
  line-height: 1;
  text-align: center;
  max-width: 1030px;
}

@media screen and (max-width: 700px) {
  section#precios .contacto-wrapper .contacto {
    font-size: 1.2em;
  }
}

section#precios p.aviso {
  font-size: 1.85em;
  line-height: 0.95;
  color: #4f4253;
  font-weight: 400;
  margin-bottom: 50px;
}

@media screen and (max-width: 700px) {
  section#precios p.aviso {
    font-size: 1.2em;
  }
}

section.proyecto .big-box {
  margin: 0 auto;
  padding: 0 0 30px;
}

section.proyecto .big-box2 ul {
  width: 100%;
  text-align: center;
  display: block;
  padding-bottom: 100px;
  margin-bottom: 0;
}

section.proyecto .big-box2 ul li {
  font-weight: 700;
  width: 33.3%;
}

@media screen and (max-width: 770px) {
  section.proyecto .big-box2 ul li {
    width: 50%;
  }
}

@media screen and (max-width: 450px) {
  section.proyecto .big-box2 ul li {
    width: 100%;
  }
}

section.proyecto .big-box--3 {
  background: none;
  margin: 0 auto;
  padding: 0;
}

section#plano .contenedor-info {
  max-width: 100%;
}

section#plano .contenedor-info ul {
  max-width: 1100px;
  margin: 0 auto;
  display: block;
}

section#plano .contenedor-info ul h3 {
  font-size: 23px;
  line-height: 22px;
  margin-top: 0;
  padding-top: 0;
}

section#plano .contenedor-info ul p {
  font-size: 21px;
  line-height: 21px;
}

section#plano .contenedor-mapa {
  max-width: 100%;
}

.panzoom-holder {
  width: 85%;
  max-width: 1091px;
  background: white;
  max-height: 800px;
}

@media screen and (max-width: 1024px) {
  .panzoom-holder {
    /*max-height: 650px;*/
  }
}

section#inicio p.compra {
  padding-top: 50px;
  float: left;
  text-transform: uppercase;
  font-size: 3.5em;
  color: #4f4253;
}

@media screen and (max-width: 1065px) {
  section#inicio p.compra {
    font-size: 3em;
    display: block;
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 700px) {
  section#inicio p.compra {
    font-size: 2.5em;
    padding: 50px 20px 0 20px;
  }
}

@media screen and (max-width: 1065px) {
  section#inicio a.super-link h2 {
    margin: 20px auto 40px;
    display: block;
    float: none;
  }
}

section#inicio .slider-holder .contenedor p {
  text-align: center;
  font-size: 2.5em;
}

@media screen and (max-width: 700px) {
  section#inicio .slider-holder .contenedor p {
    font-size: 2em;
  }
}

section#nosotros {
  background-image: url("../img/2019/1_nosotros/FondoNosotros_Plantas.jpg");
  padding: 50px 0 65px;
}

section#nosotros h2 {
  margin: 0 auto 50px;
}

section#nosotros h2 img {
  margin: 0 auto;
}

section#nosotros p.main-p {
  font-size: 2.5em;
  line-height: 1;
}

section#nosotros p.main-p a {
  display: inline-block;
  margin: 20px 0 10px;
  text-align: left;
  line-height: 1;
}

section#nosotros p.main-p a:after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 10px;
  height: 2px;
  background-color: #4f4253;
}

footer {
  background-color: #4f4252;
}

@media screen and (max-width: 1000px) {
  footer div.footer-top {
    height: auto;
  }
}

footer .contactos {
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
}

@media screen and (max-width: 1000px) {
  footer .contactos {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

footer .contactos li {
  font-size: 28px;
  vertical-align: middle;
  margin: 0;
}

@media screen and (max-width: 530px) {
  footer .contactos li {
    font-size: 22px;
  }
}

footer .contactos li:nth-child(2):before, footer .contactos li:nth-child(2):after {
  content: "";
  height: 30px;
  display: inline-block;
  width: 3px;
  background: #ecf4e6;
  margin: 0 25px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

@media screen and (max-width: 1000px) {
  footer .contactos li:nth-child(2):before, footer .contactos li:nth-child(2):after {
    display: none;
  }
}

footer .contactos li .whats {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

footer .contactos li a {
  color: #ecf4e6;
  font-weight: 700;
}

@media screen and (max-width: 1000px) {
  footer .contactos li {
    width: 100%;
  }
}

@media screen and (max-width: 530px) {
  footer ul.redes-sociales li {
    width: 50%;
  }
}

@media screen and (max-width: 530px) {
  footer ul.redes-sociales li.youtube {
    width: 50%;
  }
}

.llamada-fixed {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}

@media screen and (max-width: 900px) {
  .llamada-fixed {
    display: none;
  }
}

.llamada-fixed-r {
  display: none;
}

@media screen and (max-width: 900px) {
  .llamada-fixed-r {
    display: block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
  }
}

.g-recaptcha {
  margin: 4rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mensaje-exito {
  display: block;
  text-align: center;
  width: 100%;
}

section#contacto .formulario .mensaje-exito {
  display: block !important;
  text-align: center;
  width: 100%;
}

.btn-proyecto-concluido {
  border-radius: 10px;
  border: 2px solid #ba6453;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: auto;
  margin-top: 50px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  padding: 20px;
  color: #ba6453;
  z-index: 999;
  max-width: 400px;
  position: relative;
  width: 80%;
  font-weight: bold;
  font-size: 20px;
}

.btn-proyecto-concluido:hover {
  background: #ba6453;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: white;
}
/*# sourceMappingURL=ember.css.map */