/*
Theme Name:Inmobiliaria IMSA
Theme URI:https://www.jorgearancibia.com
Author:Jorge Arancibia
Author URI:http://jorgearancibia.com;
Description: Sitio web para IMSA
Version:1.0
License:GNU General Public License v2 or later
Text Domain:IM
*/

/* ---------------------------------------- */
/* ------------------------------ Generales */
/* ---------------------------------------- */

*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;

  color: #333;
  background: white;
}

a:focus {
  text-decoration: none;
}

a:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

.noselect {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                      supported by Chrome and Opera */

  -khtml-user-select: none; /* Konqueror HTML */
  -webkit-touch-callout: none; /* iOS Safari */
}

ul li {
  list-style: none;
}

button:focus {
  outline: none;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

/* ---------------------------------------- */
/* ---------------------------------Fuentes */
/* ---------------------------------------- */
@font-face {
  font-family: Plain-Ultrathin;
  font-style: normal;
  font-weight: 400;

  font-display: auto;
  src:
    url(recursos/fuentes/Plain-Ultrathin.woff2) format("woff2"),
    url(recursos/fuentes/Plain-Ultrathin.woff) format("woff"),
    url(recursos/fuentes/Plain-Ultrathin.otf) format("opentype");
}
@font-face {
  font-family: Plain-Ultralight;
  font-style: normal;
  font-weight: 400;

  font-display: auto;
  src:
    url(recursos/fuentes/Plain-Ultralight.woff2) format("woff2"),
    url(recursos/fuentes/Plain-Ultralight.woff) format("woff"),
    url(recursos/fuentes/Plain-Ultralight.otf) format("opentype");
}
@font-face {
  font-family: Plain-Thin;
  font-style: normal;
  font-weight: 400;

  font-display: auto;
  src:
    url(recursos/fuentes/Plain-Thin.woff2) format("woff2"),
    url(recursos/fuentes/Plain-Thin.woff) format("woff"),
    url(recursos/fuentes/Plain-Thin.otf) format("opentype");
}
@font-face {
  font-family: Plain-Light;
  font-style: normal;
  font-weight: 400;

  font-display: auto;
  src:
    url(recursos/fuentes/Plain-Light.woff2) format("woff2"),
    url(recursos/fuentes/Plain-Light.woff) format("woff"),
    url(recursos/fuentes/Plain-Light.otf) format("opentype");
}

/* ---------------------------------------- */
/* ---------------------- ----------Botones */
/* ---------------------------------------- */
.button {
  position: relative;
  z-index: 1;

  padding: 0.7em 1.5em;
  margin: 1em 0 1em 0;

  font-size: 10px;
  font-weight: 700;

  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  letter-spacing: 2px;
  text-transform: uppercase;

  color: #777;
  border: none;
  outline: none;
  background-color: transparent;
}
.button.small {
  padding: 3px 15px 3px 15px;

  font-size: 9px;
}
.button.grande {
  padding: 15px 25px 15px 25px;

  font-size: 11px;
  font-weight: bold;
}
.button:focus {
  outline: none;
}
.button:hover {
  color: #777 !important;
}
.button.type1.type1::after,
.button.type1.type1::before {
  position: absolute;

  display: block;
  width: 80%;
  height: 80%;

  content: "";
  transition: all 0.6s ease;

  border: 1px solid;
  border-radius: 1px;
}
.button.type1.type1::after {
  right: 0;
  bottom: 0;

  border-top-color: transparent;
  border-right-color: #a1a1a1;
  border-bottom-color: #a1a1a1;
  border-left-color: transparent;
}
.button.type1.type1::before {
  top: 0;
  left: 0;

  border-top-color: #a1a1a1;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #a1a1a1;
}
.button.type1.type1:hover:after,
.button.type1.type1:hover:before {
  width: 100%;
  height: 100%;
}

input .button .type1.type1::after,
input .button .type1::before {
  position: absolute;

  display: block;
  width: 80%;
  height: 80%;

  content: "";
  transition: all 0.6s ease;

  border: 1px solid;
  border-radius: 1px;
}
input .button .type1.type1::after {
  right: 0;
  bottom: 0;

  border-top-color: transparent;
  border-right-color: #a1a1a1;
  border-bottom-color: #a1a1a1;
  border-left-color: transparent;
}
input .button .type1.type1::before {
  top: 0;
  left: 0;

  border-top-color: #a1a1a1;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #a1a1a1;
}
input .button .type1.type1:hover:after,
input .button .type1:hover:before {
  width: 100%;
  height: 100%;
}

/* ---------------------------------------- */
/* --------------- Redes Sociales Compartir */
/* ---------------------------------------- */
.redes-sociales {
  position: fixed;
  top: 45%;
  right: 10px;
  bottom: 0;
  z-index: 200;
}
.redes-sociales ul {
  padding: 0;
  margin: 0;
}
.redes-sociales ul li {
  margin-top: 10px;
  margin-left: 5px;

  list-style: none;
}
.redes-sociales ul li svg {
  width: 25px;
  height: 25px;

  fill: #fff;
}
.redes-sociales ul li svg:hover {
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform: scale(1.1);

  opacity: 0.4;
}
.redes-sociales .compartir {
  position: absolute;
  top: 120px;
  right: -40px;

  margin-top: 15px;
  margin-left: 10px;

  font-size: 12px;
  font-weight: 400;

  transform: rotate(-90deg);
  letter-spacing: 4px;
  text-transform: uppercase;

  color: white;
}

/* ---------------------- Globales */

.nav-tabs {
  border: 0;
}

.pre {
  font-size: 10px;
  font-weight: 700;

  letter-spacing: 2px;
  text-transform: uppercase;
}

.h2,
h2 {
  font-size: 1.65rem;
}

.fuente2 {
  font-family: Plain-Ultrathin, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;

  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.texto-arriba {
  z-index: 1;

  color: white;
}

.color-texto {
  color: #868686;
}

h2 {
  font-family: Plain-Ultralight;
  font-weight: 400;
}

h3 {
  font-family: Plain-Ultralight;
  font-size: 18px;
  font-weight: 600;
}

h1 {
  font-family: Plain-Ultralight;

  color: white;
}

img.img-100 {
  width: 100%;
}

/* ---------------------------------------- */
/* -------------------------------- Header  */
/* ---------------------------------------- */
header a {
  color: white;
}
header a:hover {
  color: #e5d6d6;
}
header {
  position: fixed;
  z-index: 500;

  width: 100%;
  min-height: 70px;
  padding: 15px 60px 15px 60px;

  font-size: 14px;
  font-weight: 700;

  text-transform: uppercase;

  color: #e5d6d6;
  background: rgba(32, 29, 33, 1);
  background: -moz-linear-gradient(top, rgba(32, 29, 33, 1) 0%, rgba(70, 67, 68, 0.59) 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(32, 29, 33, 1)),
    color-stop(100%, rgba(70, 67, 68, 0.59))
  );
  background: -webkit-linear-gradient(top, rgba(32, 29, 33, 1) 0%, rgba(70, 67, 68, 0.59) 100%);
  background: -o-linear-gradient(top, rgba(32, 29, 33, 1) 0%, rgba(70, 67, 68, 0.59) 100%);
  background: -ms-linear-gradient(top, rgba(32, 29, 33, 1) 0%, rgba(70, 67, 68, 0.59) 100%);
  background: linear-gradient(to bottom, rgba(32, 29, 33, 1) 0%, rgba(70, 67, 68, 0.59) 100%);

  filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#201d21", endColorstr="#464344", GradientType=0);
}
header .menu ul {
  padding: 0;
  margin: 0;
}
header .menu ul li {
  display: inline-block;
  padding: 0 22px 0 22px;

  list-style: none;

  text-align: right;
}
header .menu ul a.activo > li::after {
  display: block;
  width: 0;
  height: 1px;

  content: "";
  animation-name: menuanimado;
  animation-duration: 0.4s;
  animation-delay: 0s;
  animation-iteration-count: 1;

  background: white;

  animation-fill-mode: forwards;
}
header .menu ul a.activo {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;

  color: white;
}
@keyframes menuanimado {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
header .menu ul li.cotizar {
  padding-right: 15px;
  padding-left: 15px;

  color: black;
  border: 1px solid white;
  background: white;
}
header .menu ul a.activo li.cotizar::after {
  display: none;
}

header.corporativo .menu ul a:first-child {
  padding-left: 0;
}

header {
  position: fixed;
  z-index: 500;

  width: 100%;
  min-height: 100px;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */

  font-family: Plain-Thin;
  font-size: 14px;
  font-weight: 700;

  letter-spacing: 2px;
  text-transform: uppercase;

  color: #e5d6d6;
  border-bottom: 0 solid red;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=0); /* IE6-9 */
}

header .desktop {
  padding-right: 60px;
  padding-left: 60px;
}

header .mobile {
  padding-left: 15px;
}

/* ---------------------- Animación de lineas */
.linea-izquierda {
  position: absolute;
  top: 0;
  bottom: -8.5px;
  left: 45px;
  z-index: 101;

  width: 1px;
  height: 0;

  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-iteration-count: 1;

  opacity: 0.5;
  background: #a1a1a1;

  animation-fill-mode: forwards;
}

.linea-izquierda-animacion {
  animation-name: vertical-lineaizquierda;
}

.linea-izquierda-animacion-100 {
  animation-name: vertical-lineaizquierdacompleta;
}

@keyframes vertical-lineaizquierdacompleta {
  0% {
    height: 0;
  }

  50% {
    height: 50%;
  }

  100% {
    height: 100%;
  }
}

@keyframes vertical-lineaizquierda {
  0% {
    height: 0;
  }

  50% {
    height: 50%;
  }

  100% {
    top: -8.5px;

    height: 100%;
  }
}

.linea-izquierda-conector {
  position: absolute;
  bottom: 8.5px;
  left: 45px;
  z-index: 101;

  width: 0;
  height: 1px;

  animation-duration: 1s;
  animation-delay: 0.4s;
  animation-iteration-count: 1;

  opacity: 0.5;
  background: #a1a1a1;

  animation-fill-mode: forwards;
}

.linea-izquierda-conector-animacion {
  animation-name: vertical-lineaizquierdaconector;
}

@keyframes vertical-lineaizquierdaconector {
  0% {
    width: 0;
  }

  50% {
    width: 30px;
  }

  100% {
    width: 30px;
  }
}

.linea-derecha {
  position: absolute;
  top: 0;
  right: 45px;
  bottom: 0;
  z-index: 101;

  width: 1px;
  height: 0;

  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-iteration-count: 1;

  opacity: 0.5;
  background: #a1a1a1;

  animation-fill-mode: forwards;
}

.linea-derecha-animacion {
  animation-name: vertical-lineaderecha;
}

@keyframes vertical-lineaderecha {
  0% {
    height: 0;
  }

  50% {
    height: 100%;
  }

  100% {
    height: 100%;
  }
}

/* ---------------------------------------- */
/* ---------------------- Single Proyectos  */
/* ---------------------------------------- */

section.inicio {
  width: 100%;
  height: 100vh;
}
section.inicio .slide-inicio {
  width: 100%;
  height: 100vh;
}
section.inicio .logo-proyecto img {
  height: 80px;
}

section.corp-imsa-proyectos-venta .flechas svg {
  width: 50px;
  height: 50px;

  fill: #e4dddd !important;
}

section.corp-imsa-proyectos-venta .flechas svg:hover {
  cursor: pointer;

  opacity: 0.6;
}

section.corp-imsa-proyectos-venta .flechas .back {
  position: absolute;
  top: 45%;
  left: 45px;
  z-index: 100;

  transform: translateY(50%) rotate(180deg);
}

section.corp-imsa-proyectos-venta .flechas .next {
  position: absolute;
  top: 45%;
  right: 45px;
  z-index: 100;

  transform: translateY(50%);
}

section.inicio .flechas svg {
  width: 50px;
  height: 50px;

  fill: #e4dddd !important;
}

section.inicio .flechas svg:hover {
  cursor: pointer;

  opacity: 0.6;
}

section.inicio .flechas .back {
  position: absolute;
  top: 45%;
  left: 45px;
  z-index: 100;

  transform: translateY(50%) rotate(180deg);
}

section.inicio .flechas .next {
  position: absolute;
  top: 45%;
  right: 45px;
  z-index: 100;

  transform: translateY(50%);
}

section.inicio .flechas .mascara-izquierda {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 99;

  display: none;
  width: 200px;
  height: 100vh;

  background: -moz-linear-gradient(
    left,
    rgba(33, 30, 33, 0.4) 0%,
    rgba(33, 30, 33, 0.3) 50%,
    rgba(33, 30, 33, 0) 99%,
    rgba(33, 30, 33, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(33, 30, 33, 0.4) 0%,
    rgba(33, 30, 33, 0.3) 50%,
    rgba(33, 30, 33, 0) 99%,
    rgba(33, 30, 33, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(33, 30, 33, 0.4) 0%,
    rgba(33, 30, 33, 0.3) 50%,
    rgba(33, 30, 33, 0) 99%,
    rgba(33, 30, 33, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#66211e21", endColorstr="#00211e21", GradientType=1); /* IE6-9 */
}

section.inicio .flechas .mascara-derecha {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;

  display: none;
  width: 200px;
  height: 100vh;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#211e21+0,211e21+100&0+0,0.5+50,0.7+100 */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#211e21+0,211e21+100&0+1,0.3+50,0.4+99 */

  background: -moz-linear-gradient(
    left,
    rgba(33, 30, 33, 0) 0%,
    rgba(33, 30, 33, 0) 1%,
    rgba(33, 30, 33, 0.3) 50%,
    rgba(33, 30, 33, 0.4) 99%,
    rgba(33, 30, 33, 0.4) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(33, 30, 33, 0) 0%,
    rgba(33, 30, 33, 0) 1%,
    rgba(33, 30, 33, 0.3) 50%,
    rgba(33, 30, 33, 0.4) 99%,
    rgba(33, 30, 33, 0.4) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(33, 30, 33, 0) 0%,
    rgba(33, 30, 33, 0) 1%,
    rgba(33, 30, 33, 0.3) 50%,
    rgba(33, 30, 33, 0.4) 99%,
    rgba(33, 30, 33, 0.4) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#00211e21", endColorstr="#66211e21", GradientType=1); /* IE6-9 */
}

section.inicio .mascara {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#211e21+0,211e21+100&0+0,0.5+60,0.7+100 */
  position: absolute;

  bottom: 0;
  z-index: 99;

  width: 100%;
  min-height: 300px;

  color: #e5d6d6;
  background: linear-gradient(to bottom, rgba(33, 30, 33, 0) 0%, rgba(33, 30, 33, 0.5) 10%, rgba(33, 30, 33, 0.7) 100%);
}
section.inicio .slide-inicio {
  position: relative;
  z-index: 0;

  width: 100%;
  height: 100vh;
}
section.inicio .slide-inicio .item {
  position: relative;
  z-index: 0;

  width: 100%;
  height: 100vh;
}

section.inicio .mascara h1 {
  font-size: 40px;
}
section.inicio .mascara h2 {
  font-size: 40px;
}
section.inicio .mascara h3 {
  font-size: 14px;
  font-weight: 600;

  letter-spacing: 5px;
  text-transform: uppercase;
}
section.inicio .mascara h3 p {
  margin-bottom: 0;
}
section.inicio .mascara h4 {
  font-size: 13px;
  font-weight: bold;

  letter-spacing: 7px;
  text-transform: uppercase;
}

.linea {
  width: 1px;
  height: 60px;
  margin-top: 20px;

  opacity: 0.5;
  background: #a1a1a1;
}
.linea-animada {
  position: absolute;

  width: 1px;
  height: 60px;
  height: 0;

  animation-name: vertical-lineacentral;
  animation-duration: 3s;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-iteration-count: infinite;

  opacity: 0.5;
  background: white;

  animation-fill-mode: forwards;
}

section.inicio .mascara button {
  color: white;
  background: rgba(0, 0, 0, 0.5);
}
section.inicio .mascara .contenido {
  min-height: 200px;
}

section.descripcion {
  padding: 60px 60px 60px 60px;
  padding-bottom: 0;
  margin-bottom: -15px;

  background: white;
}

section.descripcion .descripcion h2 {
  margin-bottom: 15px;
}

section.descripcion .descripcion .pre p {
  margin-bottom: 5px;
}

section.descripcion svg {
  left: 15px;

  display: inline-block;
  float: left;
  width: 20px;
  height: 18px;
  max-width: 15px;
  margin-right: 14px;
}

section.descripcion .foto-descripcion .etiqueta {
  position: absolute;
  bottom: 0;

  padding: 7px;

  font-size: 11px;

  opacity: 0.8;
  color: white;
  background: rgba(0, 0, 0, 0.65);
}

section.descripcion .descripcion {
  max-width: 600px;
  margin-top: -30px;
}

section.descripcion .descripcion button {
  margin-top: 20px !important;
}

section.descripcion img.iconos {
  position: absolute;
  left: 15px;

  display: inline-block;
  float: left;
  max-width: 15px;
}

section.descripcion button {
  padding-left: 45px;
}

section.promociones {
  padding: 75px;

  background: rgb(255, 250, 252);
  background: radial-gradient(circle, rgba(255, 250, 252, 1) 0%, rgba(154, 154, 154, 1) 100%);
}
section.promociones .fecha {
  font-size: 10px;

  color: #555;
}
section.promociones .bloque-promociones {
  margin-bottom: 15px;
}
section.promociones .descripcion-promocion {
  padding: 30px;
  margin-top: 5px;

  background: #efefef;
}
section.promociones a {
  color: #9c9c9c;
}
section.galeria {
  padding: 70px 15px 30px 15px;

  background: #131313;
}

section.galeria .item-galeria ul li::before {
  display: block;
  float: left;
  width: 1em;
  height: 1em;
  margin-left: -1.5em;

  content: "";

  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

section.galeria .item-galeria ul > li:before {
  width: 7px;
  height: 7px;
  margin-top: 5px;

  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;

  background-image: url("recursos/img/bulletv.svg");
  background-position: center;
  background-size: 90%;
}

section.galeria h2 {
  color: white;
}

section.galeria .galeria {
  margin-top: 30px;
}
section.galeria .etiqueta-galeria ul {
  padding: 0;
  padding: 7px;
  margin: 0;
}
section.galeria .etiqueta-galeria {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;

  padding: 15px;
  padding-top: 5px;
  padding-bottom: 5px;

  font-size: 12px;

  opacity: 0.8;
  color: white;
  background: rgba(0, 0, 0, 0.6);
}
section.galeria .filtros {
  margin-top: 30px;
}
section.galeria .tab-content {
  padding-top: 10px;
  padding-bottom: 20px;
}
section.galeria .filtros {
  width: 50%;
  padding-bottom: 15px;

  text-align: center;

  border-bottom: 1px solid #a1a1a1;
}
section.galeria .nav-tabs {
  text-align: center;
}
section.galeria li.nav-item {
  position: relative;
}
section.galeria li.nav-item a {
  font-size: 11px;
  font-weight: 700;

  text-transform: uppercase;

  color: white;
}
section.galeria li.nav-item a.active::after {
  position: absolute;
  top: 40px;
  left: 50%;

  display: block;
  width: 1px;
  height: 20px;

  content: "";

  background: #a1a1a1;
}
section.galeria li.nav-item a:hover {
  text-decoration: none;
}
section.galeria li.nav-item {
  padding: 0 15px 0 15px;
}
section.galeria .tab-content {
  width: 100%;
}
section.galeria .iframe iframe {
  width: 100%;
  height: 600px;

  border: 0;
}
section.galeria .iframe {
  width: 100%;
  height: 550px;

  border: 0;
}

section.plantas {
  width: 100%;
  padding: 0 75px 0 75px;
  padding-top: 80px;
  padding-bottom: 60px;

  background: #e2e2e2;
}
section.plantas .filtros {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
section.plantas .filtros button {
  margin: 10px;
}
section.plantas .titulos-especiales {
  position: relative;

  width: 100%;
  margin-right: 15px;
  margin-left: 15px;
}
section.plantas .filtro {
  position: absolute;
  top: -5px;
  right: 0;
}
section.plantas .filtro img.iconos {
  position: absolute;
  left: 15px;
  z-index: 10;

  display: inline-block;
  float: left;
  max-width: 15px;
}
section.plantas .filtro button {
  padding-left: 45px;
}
section.plantas img.iconos {
  max-width: 20px;
}
section.plantas .detalles-iconos,
section.interior-modelos .detalles-iconos {
  font-size: 12px;
  font-weight: 700;
}
section.plantas .detalles-iconos img,
section.interior-modelos .detalles-iconos img {
  margin-right: 4px;
}
section.plantas .modelos .detalles-iconos svg,
section.interior-modelos .modelos .detalles-iconos svg {
  width: 20px;
  height: 20px;
}
section.plantas .foto-planta {
  position: relative;
}

section.emplazamiento {
  padding: 0 60px 0 60px;
  padding-top: 60px;
  padding-bottom: 60px;

  background: #e2e2e2;
}
section.emplazamiento .tab-content h2 {
  margin-bottom: 15px;
}
section.emplazamiento .bloque-listado h3 {
  font-weight: 700;
}
section.emplazamiento .bloque-listado h2 {
  margin-bottom: 30px;
}
section.emplazamiento .bloque-listado-contenedor {
  padding-right: 65px;
  padding-left: 65px;
}
section.emplazamiento .icono-bloques {
  max-width: 120px;
}
section.emplazamiento .bloque-listado-contenedor svg {
  width: 50px;
  height: 50px;
  max-width: 50px;
}
section.emplazamiento .bloque-listado-contenedor .numero {
  position: absolute;
  top: 4px;
  left: 40px;

  padding: 5px;
  padding-top: 2px;
  padding-bottom: 2px;

  font-size: 10px;
  font-weight: 700;

  color: white;
  border-radius: 7px;
  background: #7fb567;
}
section.emplazamiento .tab-content ul li::before {
  display: block;
  float: left;
  width: 1em;
  height: 1em;
  margin-left: -1.5em;

  content: "";

  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
section.emplazamiento .tab-content ul > li:before {
  width: 7px;
  height: 7px;
  margin-top: 9px;

  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;

  background-image: url("recursos/img/bulletv.svg");
  background-position: center;
  background-size: 90%;
}
section.emplazamiento .filtros {
  margin-top: 60px;
}
section.emplazamiento .tab-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.emplazamiento .filtros {
  width: 60%;
  padding-bottom: 15px;

  text-align: center;

  border-bottom: 1px solid #a1a1a1;
}
section.emplazamiento .nav-tabs {
  text-align: center;
}
section.emplazamiento li.nav-item {
  position: relative;
}
section.emplazamiento li.nav-item a {
  font-size: 11px;
  font-weight: 700;

  text-transform: uppercase;

  color: #131313;
}
section.emplazamiento li.nav-item a.active::after {
  position: absolute;
  top: 40px;
  left: 50%;

  display: block;
  width: 1px;
  height: 20px;

  content: "";

  background: #a1a1a1;
}
section.emplazamiento li.nav-item a:hover {
  text-decoration: none;
}
section.emplazamiento li.nav-item {
  padding: 0 15px 0 15px;
}
section.emplazamiento svg {
  display: inline-block;
  width: 15px;
  height: 15px;
  max-width: 15px;
}
section.emplazamiento .pdf {
  margin-top: 15px;
  margin-left: 30px;
}

section.galeria-barrio {
  padding: 75px 0 75px 75px;

  background: white;
}
section.galeria-barrio .slide-galerias-barrio .columnas {
  position: relative;

  float: left;
  height: 100%;
}
section.galeria-barrio .slide-galerias-barrio .columnas-3 .items img {
  position: relative;

  float: left;
  width: 295px;
  margin: 5px;
}
section.galeria-barrio .slide-galerias-barrio .columnas-3 .items .video-barrio {
  position: relative;
  z-index: 100;

  float: left;
  width: 602px;
  height: 404px;
  margin: 5px;
}
section.galeria-barrio .slide-galerias-barrio .columnas-2 .items img {
  position: relative;

  width: 450px;
  margin: 5px;
  margin-bottom: 10px;
}
section.galeria-barrio .contenedor-galeria {
  position: relative;
}
section.galeria-barrio .flechas-barrio {
  position: absolute;
  top: 45%;
  z-index: 100;

  width: 100%;

  transform: translateY(45%);
}
section.galeria-barrio .flechas-barrio .izquierda {
  position: absolute;
  left: 20px;
  z-index: 101;

  transform: rotate(180deg);
}
section.galeria-barrio .flechas-barrio .derecha {
  position: absolute;
  right: 20px;
  z-index: 101;
}
section.galeria-barrio .flechas-barrio svg {
  width: 50px;
  height: 50px;

  fill: white;
}
section.galeria-barrio .flechas-barrio svg:hover {
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform: scale(1.1);

  opacity: 0.4;
}
section.galeria-barrio .descripcion .pre p {
  margin: 0;
}

@keyframes vertical-lineacentral {
  0% {
    height: 80px;
  }

  50% {
    height: 0;
  }

  100% {
    height: 0;
  }
}

@keyframes vertical-principallineacentral {
  0% {
    height: 0;
  }

  50% {
    height: 0;
  }

  100% {
    height: 100px;
  }
}

/* ---------------------------------------- */
/* --------------- Single Modelos Interior  */
/* ---------------------------------------- */
section.interior-inicio {
  background: rgb(255, 250, 252);
}
section.interior-inicio .titulos h1 {
  color: white;
}
section.interior-inicio .titulos {
  position: relative;
  z-index: 1;
}
section.interior-inicio .contenedor {
  width: 100%;
  margin-top: 30px;

  background: white;
}
section.interior-inicio {
  width: 100%;
}
section.interior-inicio .logo-proyecto {
  position: absolute;
  right: 65px;
}
section.interior-inicio .logo-proyecto img {
  height: 90px;
  max-width: 120px;
}
section.interior-inicio .mascara {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#211e21+0,211e21+100&0.95+0,0.6+28,0.6+28,0+100 */
  position: absolute;

  top: 0;
  z-index: 0;

  width: 100%;
  min-height: 300px;

  background: -moz-linear-gradient(
    top,
    rgba(33, 30, 33, 0.95) 0%,
    rgba(33, 30, 33, 0.6) 28%,
    rgba(33, 30, 33, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(33, 30, 33, 0.95) 0%,
    rgba(33, 30, 33, 0.6) 28%,
    rgba(33, 30, 33, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(33, 30, 33, 0.95) 0%,
    rgba(33, 30, 33, 0.6) 28%,
    rgba(33, 30, 33, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#f2211e21", endColorstr="#00211e21", GradientType=0); /* IE6-9 */
}

section.interior-inicio .container-fluid {
  position: relative;
  z-index: 1;

  padding-right: 75px;
  padding-left: 75px;
}
section.interior-inicio .icono {
  display: inline-block;
}
section.interior-inicio .detalles {
  padding: 65px;
  padding-top: 15px;
  padding-bottom: 0;
}
section.interior-inicio .detalles .col-lg-3 {
  text-align: center;
}
section.interior-inicio .bloque-icono {
  display: inline-block;
}
section.interior-inicio .bloque-icono .icono {
  float: left;
}
section.interior-inicio .bloque-icono .informacion {
  float: left;
  padding-left: 15px;

  text-align: left !important;
}
section.interior-inicio .bloque-icono .detalle {
  margin-top: -8px;
}
section.interior-inicio .icono svg {
  position: relative;
  top: 5px;

  width: 25px;
  height: 25px;
}
section.interior-inicio .bloque-icono .titulos {
  font-size: 11px;
  font-weight: 700;

  text-transform: uppercase;
}

section.interior-inicio .imagen-interior {
  width: 100%;
  height: 100%;

  background: red;
}

section.interior-descripcion .piso-mobile {
  padding-bottom: 5px;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;

  font-size: 10px;
  font-weight: 600;

  text-align: center;
  text-transform: uppercase;

  border-bottom: 1px solid #a1a1a1;
}

section.interior-descripcion .linea-abajo {
  border-bottom: 1px solid #a1a1a1;
}

section.interior-descripcion {
  position: relative;
  z-index: 1;

  padding-top: 30px;
  padding-right: 45px;
  padding-bottom: 100px;
  padding-left: 45px;

  background: white;
  background: white;
}

section.interior-descripcion .indicadores {
  width: 100%;

  font-size: 10px;
  font-weight: 700;

  text-align: center;
  text-transform: uppercase;
}
section.interior-descripcion .indicadores .linea {
  width: 100%;
  height: 1px;
  margin-top: 5px;

  background: #a1a1a1;
}
section.interior-descripcion .pisos .piso {
  margin-top: 15px;
}
section.interior-descripcion .pisos .piso img {
  float: left;
}
section.interior-descripcion ul li::before {
  display: block;
  float: left;
  width: 1em;
  height: 1em;
  margin-left: -1.5em;

  content: "";

  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
section.interior-descripcion ul > li:before {
  width: 7px;
  height: 7px;
  margin-top: 9px;

  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;

  background-image: url("recursos/img/bulletv.svg");
  background-position: center;
  background-size: 90%;
}

section.interior-modelos {
  position: relative;

  padding: 75px;
  padding-right: 75px;
  padding-left: 75px;

  background: #e2e2e2;
}

section.interior-modelos .modelos {
  padding-right: 0;
  padding-left: 0;
  margin-top: 50px;
}

section.interior-modelos .flechas-plantas .flecha-izquierda .back {
  position: absolute;
  top: 45%;
  left: 50px;
  z-index: 100;

  width: 50px;
  height: 50px;

  transform: translateY(45%) rotate(180deg);
}

section.interior-modelos .flechas-plantas .flecha-derecha .next {
  position: absolute;
  top: 45%;
  right: 50px;
  z-index: 100;

  width: 50px;
  height: 50px;

  transform: translateY(45%);
}

section.interior-modelos .flechas-plantas svg:hover {
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

  opacity: 0.4;
}

section.interior-modelos .flechas-plantas svg {
  width: 50px;
  height: 50px;

  fill: #a1a1a1;
}

section.interior-modelos {
  padding-right: 60px;
  padding-left: 60px;
}

section.interior-modelos .detalles-iconos {
  font-size: 12px;
}

section.interior-modelos .modelos .descripcion {
  margin-top: 5px;
}

section.interior-formulario {
  padding: 75px;

  color: white;
  background: #131313;
}
section.interior-formulario button {
  color: white;
}
section.interior-formulario button:hover {
  color: white;
}
section.interior-formulario .titulos-centrales {
  margin-bottom: 30px;
}
section.interior-formulario .descripcion .iconos {
  margin-top: 50px;
}

.iconos-ubicacion svg {
  top: 25px;
  left: 15px;

  width: 18px;
  height: 18px;
  margin-right: 5px;

  fill: white;
}

.tab-content {
  overflow: hidden;
}

.modelos .button.ver-planta {
  margin-bottom: 2px;
}

.modelos .button.cotizar-planta {
  margin-top: 10px;

  background: #e8e8e8;
}

.modelos .descripcion button {
  width: 100%;
}

.modelos .desde {
  width: 100%;
  margin-top: -3px;

  font-size: 11px;
  font-weight: 700;

  text-align: center;
}

.modelos .bloques-plantas {
  margin-bottom: 30px;
}

.modelos .etiqueta-agotada {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 90;

  width: auto;
  padding: 8px;

  font-size: 11px;
  font-weight: bold;

  text-transform: uppercase;

  color: white;
  border-bottom-left-radius: 0.375rem;
  background: rgba(0, 0, 0, 0.65);
}

.modelos .agotada {
  position: relative;

  opacity: 0.3;
}

.modelos .agotada:hover {
  cursor: not-allowed;
}

.modelos .agotada button.agotada:hover {
  cursor: not-allowed;
}

.modelos .etiqueta {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 90;

  width: auto;
  padding: 8px;

  font-size: 11px;
  font-weight: bold;

  text-transform: uppercase;

  color: white;
  border-bottom-left-radius: 0.375rem;
  background: rgba(0, 0, 0, 0.65);
}

.modelos {
  margin-top: 15px;
}

.modelos .descripcion {
  padding: 15px;
  margin-top: 5px;

  background: white;
}

.modelos .linea {
  width: 100%;
  height: 1px;
  margin-bottom: 10px;

  background: #a1a1a1;
}

.modelos .separador {
  height: 100%;

  border-right: 1px solid #a1a1a1;
}

.modelos .separadores {
  border-right: 1px solid #a1a1a1;
  border-left: 1px solid #a1a1a1;
}

/* ---------------------- Sección Interior Modelos */

/* ---------------------- Sección Interior Formularios */

.llamar svg {
  position: relative !important;
  top: unset !important;
  left: unset !important;
}

.llamar {
  float: left !important;
}

.llamar button {
  color: white;
}

.llamar a {
  margin-right: 10px;
}

section.interior-formulario .descripcion .titulos {
  padding-left: 30px;
  margin-top: 15px;

  font-size: 10px;
  font-weight: 600;

  text-transform: uppercase;

  color: #777;
}

section.interior-formulario .descripcion p {
  padding-left: 30px;
}

section.interior-formulario .descripcion h2 {
  font-size: 24px;
}

section.interior-formulario h3 {
  margin-top: 15px;
  margin-bottom: 15px;

  font-size: 20px;

  text-transform: uppercase;

  color: #fff;
}

section.interior-formulario a {
  color: white;
}

section.interior-formulario .botones-rutas svg {
  display: inline-block;
  width: 15px;
  height: 15px;
  max-width: 15px;

  fill: white;
}

section.interior-formulario .botones-rutas button {
  margin-right: 15px;

  color: white;
}

section.interior-formulario .descripcion h2 {
  font-size: 18px;
}

section.interior-formulario .llamar-linea p {
  float: left;
}

section.interior-formulario .llamar-linea {
  width: 100%;
}

section.ubicacion .llamar-linea p {
  float: left;
}

section.interior-formulario .resultado-form {
  display: none;
}

.aviso {
  margin-top: 15px;

  font-size: 10px;

  color: #9c9c9c;
}

.aviso-error,
.aviso-error-postventa {
  width: 100%;

  font-size: 12px;

  text-align: center;

  color: #ea226a;
}

.aviso-realizado {
  display: none;
}

.white {
  color: white !important;
}

/* ---------------------- Sección Ubicación */
section.ubicacion {
  padding: 75px;

  color: white;
  background: #131313;
}

section.ubicacion .descripcion .iconos {
  margin-top: 30px;
}

section.ubicacion .descripcion .iconos-ubicacion svg {
  position: absolute;
  top: 25px;
  left: 15px;

  width: 18px;
  height: 18px;
  margin-right: 5px;

  fill: white;
}

section.ubicacion .descripcion .titulos {
  padding-left: 30px;
  margin-top: 15px;

  font-size: 10px;
  font-weight: 600;

  text-transform: uppercase;

  color: #777;
}

section.ubicacion .descripcion p {
  padding-left: 30px;
}

section.ubicacion .descripcion h3 p {
  padding-left: 0;
}

section.ubicacion h3 {
  margin-top: 15px;
  margin-bottom: 15px;

  font-weight: 400;
}

section.ubicacion a {
  color: white;
}

section.ubicacion a:hover {
  text-decoration: none;

  color: #999;
}

section.ubicacion .mapa {
  position: relative;

  width: 100%;
  min-height: 320px;

  background: #10100f;
}

section.ubicacion .mapa-ruta {
  position: relative;

  display: none;
  width: 100%;
  height: 350px;

  background: #10100f;
}
section.ubicacion .mapa-ruta img {
  height: 320px;
}

section.ubicacion .boton-cambia-vista {
  position: absolute;
  bottom: -20px;
  left: 50%;

  transform: translate(-50%, -50%);
  white-space: nowrap;
}

section.ubicacion .boton-cambia-vista button {
  color: white;
  background: rgba(0, 0, 0, 0.5);
}

section.ubicacion .boton-cambia-vista svg {
  display: inline-block;
  width: 15px;
  height: 15px;
  max-width: 15px;

  fill: white;
}

section.ubicacion .botones-rutas svg {
  display: inline-block;
  width: 15px;
  height: 15px;
  max-width: 15px;

  fill: white;
}

section.ubicacion .botones-rutas button {
  margin-right: 15px;

  color: white;
}

/* ---------------------- Sección Corporativo */
section.corporativo h2 {
  margin: 0 auto;
}

section.corporativo .numerotexto {
  margin-left: 15px;
}

section.corporativo {
  color: white;
}

section.corporativo .bloque {
  display: inline-block;
  margin: 0 15px 0 15px;

  font-size: 13px;
  font-weight: 700;

  text-align: center;
  text-transform: uppercase;
}

section.corporativo .titulo {
  font-family: Plain-Ultrathin, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;

  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

section.corporativo .titulo span {
  font-size: 40px;
}

section.corporativo span.mas {
  top: -5px;

  margin-right: 3px;

  font-size: 30px; /* margin-top: -10px; */
}

section.corporativo .logo {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 15px;
}

section.corporativo .wp-block-cover,
.wp-block-cover-image {
  position: relative;

  display: flex;
  width: 100%;
  min-height: 430px;
  margin: 0;
  overflow: hidden;

  color: white;
  background-color: #000;
  background-position: bottom;
  background-size: cover;

  align-items: center;
  justify-content: center;
}

section.corporativo .wp-block-cover,
.wp-block-cover-image {
  min-height: 550px;
}

section.corporativo .wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  z-index: 0;
}

/* ---------------------- Efectos galerías */
.item-galeria {
  transition: 0.4s ease all;
  transform: scale(0.9);

  opacity: 0.4;
}

@media (max-width: 1000px) {
  .item-galeria {
    margin: 0;

    transform: scale(0.9);
  }
}

.owl-item.active .item-galeria {
  transform: scale(0.95);

  opacity: 1;
}

.owl-item {
  -webkit-transform: translateZ(0) scale(1, 1) !important;

  -webkit-backface-visibility: hidden;
}

/* ---------------------- Animaciones Compartir y redes sociales */
.animacion1 {
  position: relative;
  z-index: 100;

  margin-top: -75px;

  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.animacion3 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

  color: white !important;
}

.animacion4 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

  fill: #131313 !important;
}

.animacion5 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

  fill: white !important;
}

.animacion6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

  fill: #131313 !important;
}

.animacion7 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

  fill: white !important;
}

.negro {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

  color: #131313 !important;
}

.blanco {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

  color: white !important;
}

.negro2 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

  color: #131313 !important;
}

.blanco2 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

  color: white !important;
}

/* ---------------------- Mapas */
.acf-map {
  width: 100%;
  height: 100%;
  min-height: 350px;
}

.mapa-ruta {
  width: 100%;
  height: 100%;
  min-height: 320px;
}

/* ---------------------- Responsive */
@media screen and (min-width: 1700px) {
  .modelos {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1700px) {
  .modelos {
    max-width: 100%;
  }

  section.plantas {
    padding-right: 30px;
    padding-left: 30px;
  }

  section.plantas .titulos {
    max-width: 70%;
    margin: 0 auto;
  }

  section.plantas .filtro {
    top: 0;
  }
}

@media only screen and (max-width: 1140px) {
  .botones-plantas {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  section.interior-formulario {
    padding: 75px 15px 75px 15px;
  }

  section.interior-modelos {
    padding: 75px 15px 75px 15px;
  }
}

@media only screen and (max-width: 1024px) {
  section.interior-modelos {
    padding-right: 15px;
    padding-left: 15px;
  }
  section.interior-formulario {
    padding-right: 0;
    padding-left: 0;
  }
  section.interior-modelos .modelos .etiqueta {
    right: 0;
  }
  section.inicio .mascara h2 {
    font-size: 13px;
    line-height: 23px;

    letter-spacing: 4px;
    text-transform: uppercase;
  }

  section.interior-inicio .titulos h1 {
    color: white;
  }

  section.interior-formulario .llamar-linea .boton-llamar svg {
    position: relative !important;
    top: unset !important;
    left: unset !important;
  }

  section.ubicacion .llamar-linea .boton-llamar svg {
    position: relative !important;
    top: unset !important;
    left: unset !important;
  }

  section.galeria-barrio .descripcion .pre {
    margin-bottom: 10px;
  }

  section.galeria-barrio .descripcion h2,
  section.galeria-barrio .descripcion h2 p {
    margin-bottom: 10px;
  }

  section.emplazamiento .bloque-listado-contenedor {
    text-align: center;
  }

  section.emplazamiento .bloque-listado-contenedor .numero {
    left: 60px;
  }

  section.emplazamiento .icono-bloques {
    display: block;
    margin: 0 auto;
  }

  section.emplazamiento h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  h1 {
    font-size: 1.9rem;
  }

  h2 {
    font-size: 22px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  section.interior-inicio .contenedor {
    margin-top: 0;
  }

  section.interior-inicio .titulos {
    padding: 10px;
    margin-top: 30px;
  }

  .galeria-mobile {
    margin-top: 30px;
  }

  section.interior-inicio .galeria {
    padding-bottom: 15px;
  }

  section.plantas .filtros-modelos {
    display: none;
  }

  section.interior-inicio .logo-proyecto {
    position: relative;
    right: unset;

    margin: 0 auto;
    margin-bottom: -8px;
  }

  section.interior-inicio .icono svg {
    position: relative;
    top: 5px;

    width: 25px;
    height: 25px;
  }

  section.interior-inicio .detalles .col-12 {
    text-align: left;
  }

  section.interior-inicio {
    height: auto;
  }

  section.interior-inicio .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }

  section.interior-inicio .detalles {
    padding-right: 15px;
    padding-left: 15px;
  }

  /* Inicio */
  section.inicio .mascara {
    min-height: 400px;
    padding-right: 30px;
    padding-left: 30px;

    text-align: center;
  }

  section.inicio .flechas {
    display: none;
  }

  /* Interior Inicio */
  section.interior-inicio .volver-al-proyecto {
  }

  section.interior-inicio .volver-al-proyecto:focus {
    text-decoration: none;

    outline: none;
  }

  section.interior-inicio .volver-al-proyecto button {
    display: block;
    margin: 0 auto;

    text-align: center;

    color: white;
    background: rgba(49, 46, 46, 0.4);
  }

  section.interior-inicio .imagen-mascara {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;

    display: none;
    width: 100%;
    height: 200vh;

    filter: blur(15px);
  }

  section.interior-inicio .imagen-mascara {
    display: block;
  }

  section.interior-inicio {
    position: relative;
    z-index: 1;
  }

  section.interior-inicio .mascara {
    position: absolute;
    /*top: 200px;*/
    top: -30px;
    z-index: 0;

    width: 100%;
    min-height: 500px;
  }

  /* Interior Descripcion */
  section.interior-descripcion {
    padding-right: 0;
    padding-left: 0;
  }

  /* Plantas */
  section.plantas .filtro {
    position: relative;

    width: 100%;
    padding: 0 15px 0 15px;
    margin: 15px 0 15px 0;
  }

  section.plantas .filtro button {
    width: 100%;
  }

  section.plantas .filtros-modelos {
    width: 100%;
    padding: 0 15px 0 15px;
    margin-bottom: 30px;
  }

  section.plantas {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  section.plantas .row-flex {
    margin-right: 0;
    margin-left: 0;
  }

  section.plantas .modelos .bloques-plantas {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 15px;
  }

  section.plantas {
    padding: 15px;
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
    margin-top: 0;
  }

  /* Interior Modelos */
  section.interior-modelos .modelos .bloques-plantas {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
  }

  section.interior-modelos .modelos .bloques-plantas {
    margin-bottom: 30px;
  }

  section.interior-modelos .modelos .descripcion {
    margin-top: 5px;
  }

  .modelos .separador {
    border: 0;
  }

  section.interior-modelos .botones-plantas > div,
  section.plantas .botones-plantas > div {
    width: 100%;
  }

  .mascara h2 {
    font-size: 14px;

    letter-spacing: 2px;
  }

  section.interior-modelos .flechas-plantas {
    display: none;
  }

  section.inicio .logo-proyecto img {
    height: 60px;
  }

  section.inicio .mascara h1 {
    font-size: 30px;
  }

  /* Pag. Inicio - Corporativo */
  section.corporativo .wp-block-cover,
  .wp-block-cover-image {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* Ubicación */
  section.ubicacion .descripcion {
    margin-top: 30px;
  }

  section.interior-formulario .botones-rutas button {
    width: 100%;
  }

  /* Pag. Inicio - Emplazamiento */
  section.emplazamiento .bloque-listado-contenedor {
    padding-right: 0;
    padding-left: 0;
  }

  section.emplazamiento .icono-bloques {
    margin-top: 30px;
  }

  section.ubicacion button {
    color: white;
  }

  section.ubicacion {
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
  }

  section.galeria-barrio {
    padding-right: 0;
    padding-left: 0;
  }

  section.galeria-barrio .slide-galerias-barrio {
    padding-right: 15px;
    padding-left: 10px;
  }

  section.galeria-barrio .flechas-barrio {
    display: none;
  }

  section.emplazamiento {
    padding-right: 15px;
    padding-left: 15px;
  }

  section.emplazamiento .filtros {
    width: 100%;
  }

  section.plantas .separador {
    border: 0;
  }

  section.plantas .titulos {
    width: 100% !important;
    max-width: 100%;
  }

  section.inicio .slide-inicio .item {
    width: 100%;
  }

  section.galeria .filtros {
    width: 100%;
  }

  .linea-izquierda,
  .linea-izquierda-conector,
  .linea-derecha,
  .compartir,
  .redes-sociales {
    display: none;
  }

  section.descripcion {
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
  }

  section.descripcion .descripcion {
    margin-top: 30px;
  }

  /* Pag. Inicio Promociones */
  section.promociones {
    padding: 75px;
    padding-right: 0;
    padding-left: 0;
  }

  section.promociones h2 {
    color: white;
  }

  /* Pag. Inicio Galería Barrios */
  section.galeria-barrio .slide-galerias-barrio .columnas-3 .items img {
    width: 210px;
  }

  section.galeria-barrio .slide-galerias-barrio .columnas-3 .items .video-barrio {
    width: 431px;
    height: 289px;
  }

  section.galeria-barrio .slide-galerias-barrio .columnas-2 .items img {
    width: 322px;
  }

  section.interior-modelos {
    padding-bottom: 30px;
  }

  .cotizar-mobile {
    float: left;
    margin-left: 30px;

    text-transform: uppercase;

    color: white;
  }

  .cotizar-mobile-boton {
    padding: 7px;
    padding-top: 4px;
    padding-bottom: 4px;

    font-size: 11px;

    border: 1px solid white;
  }

  .header-mobile .logo {
    float: left;
    margin-left: 0;
  }

  .header-mobile .logo img {
    right: 0;
    left: 0;

    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 320px) {
  .boton-llamar {
    display: none;
  }
}

.outer-menu .checkbox-toggle:checked ~ .menu span.logo-mobile {
  transition: opacity 0.4s ease 0.4s;

  opacity: 1;
}

span.logo-mobile {
  position: absolute;
  bottom: 30px;

  transition: opacity 0.4s ease;

  opacity: 0;
}

span.logo-mobile img {
  width: 250px;

  transition: opacity 0.4s ease 0.4s;

  opacity: 1;
}

.slide-plantas .owl-stage-outer {
  position: relative;
  z-index: 10;
}

.slide-plantas .owl-controls {
  position: relative;
  z-index: 99;

  margin-top: -35px;
}

section.interior-modelos .owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;

  margin-top: -35px;
}

/* Formulario */
label.error {
  position: absolute;
  top: 52px;

  display: block;

  font-size: 11px;

  color: #ff5757;
}

#motivocontacto-error,
#selectplantas-error,
#selectproyectos-error,
#selectcondominio-error {
  top: 42px;
}
.cargando-form {
  position: relative;
  top: -33px;
  left: 112px;

  display: none;
}

.ayuda {
  font-size: 12px;

  color: #777;
}

.spin-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99999;

  width: 20px;
  height: 20px;
  padding: 0;
  margin: -10px 0 0 -10px;

  animation: fancybox-rotate 1s linear infinite;

  opacity: 0.7;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-bottom-color: #fff;
  border-radius: 50%;
  background: transparent;
}

form#referidos .spin-loading {
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-bottom-color: #000;
}

form#referidos .cargando-form {
  left: 60px;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

.pag-interior > .compartir {
  color: black;
}

.negrointerior {
  color: black !important;

  fill: black !important;
}

.blancointerior {
  color: white !important;

  fill: white !important;
}

.negrointerior2 {
  color: black !important;

  fill: black !important;
}

.animacioninterior2 {
  color: white !important;

  fill: white !important;
}

.animacioninterior3 {
  color: black !important;

  fill: black !important;
}

.telefonos p {
  float: left;
}

.llamar svg {
  width: 15px !important;
  height: 15px !important;
}

@media only screen and (max-width: 1024px) {
  /* Compartir Mobile */
  .compartir-mobile {
    position: fixed;
    z-index: 100;
  }

  .compartir-mobile .open {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;
    width: 100%;
    padding: 20px;
    padding-left: 80px;

    background: rgba(0, 0, 0, 0.8);
  }

  .compartir-mobile svg.icono {
    width: 30px;
    height: 30px;

    fill: white;
  }

  .compartir-mobile .compartir-icono {
    position: fixed;
    bottom: 10px;
    left: 15px;

    padding: 8px;

    opacity: 0.6;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.8);
  }

  .compartir-mobile svg.icono-compartir {
    width: 30px;
    height: 30px;
    margin-right: 15px;

    fill: white;
  }

  .compartir-mobile .open .texto {
    float: left;
    padding-top: 7px;
    margin-right: 30px;

    font-size: 11px;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: white;
  }
}

svg.volver-atras {
  width: 20px;
  height: 20px;
  margin-top: -2px;

  fill: white;
}

.menu-ajustes {
  float: left;
  padding-top: 10px;
  margin-left: 30px;
}

.cotizar-blanco {
  color: black;
  background: white;
}

.filtros-mobile {
  margin-top: 15px;
}

.filtros-mobile select {
  width: 100%;

  text-align: center;

  color: white;
  border: 1px solid #a3a3a3;
  background: #222;
}

section.galeria iframe {
  border: 0;
}

section.galeria .iframe {
  width: 100%;
  min-height: 550px;
  min-height: 550px;
}

.video-player {
  width: 100%;
  min-height: 550px;
}

@media only screen and (max-width: 1024px) {
  .video-player {
    width: 100%;
    min-height: 300px;
  }
}

.animated.delay-0-5s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animated.delay-1-5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animated.delay-2-5s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

section.ubicacion .mapa-ruta {
  background: #2c2e2d;
}

.foto-descripcion-interior .etiqueta {
  position: absolute;
  bottom: 0;

  padding: 7px;

  font-size: 11px;

  opacity: 0.8;
  color: white;
  background: rgba(0, 0, 0, 0.65);
}

.foto-descripcion-interior .etiqueta p {
  margin: 0;
}

.lazyLoad {
  width: 100%;

  opacity: 0;
}

.visible {
  transition: opacity 1000ms ease;

  opacity: 1;
}

section.galeria .etiqueta-galeria p {
  margin-bottom: 0;
}

section.inicio .slide-inicio .item {
  position: relative;

  max-height: unset !important;

  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media only screen and (max-width: 1024px) {
}

section.interior-descripcion .nota-legal {
  margin-top: 30px;
}

section.interior-descripcion svg.icon {
  max-width: 15px;
  max-height: 15px;
}

section.interior-descripcion .nota {
  display: none;

  font-size: 12px;
}

/* Corporativo */
.titulos-h1 h1 {
  position: relative;
  z-index: 10;

  margin-top: 30px;
  margin-bottom: 30px;

  font-family: Plain-Ultrathin;
  font-size: 30px;
  font-weight: 400;
  font-weight: bold;

  text-align: center;
  text-transform: uppercase;

  color: white;
  /*text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);*/
}

section.imsa-adportas-corp {
  padding-top: 25%;
  padding-right: 60px;
  padding-left: 60px;

  background: black;
  -webkit-box-shadow: 10px 10px 113px -66px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 113px -66px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 113px -66px rgba(0, 0, 0, 0.75);
}

section.imsa-adportas-corp .fondo {
  position: absolute;

  display: none;
}

section.imsa-adportas-corp .container-fluid {
  padding: 60px;

  background: white;
}
section.imsa-adportas-corp .container-fluid h2 {
  margin-bottom: 30px;

  text-align: center;
}

section.imsa-adportas-corp .slide {
  min-height: 500px;
}

section.corp-imsa {
  position: relative;
}

section.corp-imsa .texto {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;

  min-height: 100px;
  padding: 30px 60px 30px 60px;

  text-align: center;

  color: white;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 39%,
    rgba(0, 0, 0, 0.9) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 39%,
    rgba(0, 0, 0, 0.9) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 39%,
    rgba(0, 0, 0, 0.9) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

section.corp-imsa .texto h1 {
  font-family: Plain-Ultralight;
  font-size: 32px;
  font-weight: 200;
}

section.corp-imsa .texto p {
  font-size: 16px;
}

section.corp-imsa .slide {
  position: relative;

  width: 100%;
  min-height: 650px;
}

section.corp-imsa-mision {
  position: relative;
  z-index: 9;

  padding: 60px 0 0 0;
}

section.corp-imsa-mision .slide-terminaciones {
  margin-top: 30px;
  margin-bottom: 5px;
}

section.corp-imsa-mision h2 {
  margin-bottom: 30px;

  text-align: center;
}

section.corp-imsa-mision .vision {
  margin-top: 30px;
}

.terminaciones {
  margin-top: 60px;
  margin-bottom: 5px;
}

section.corp-imsa-proyectos {
  position: relative;

  padding: 30px 0 30px 0;

  color: #c8c8c8;
  background: #111;
}

section.corp-imsa-proyectos .fondo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

section.corp-imsa-proyectos .contenido {
  position: relative;
  z-index: 1;

  padding: 60px 30px 60px 30px;

  background: rgba(0, 0, 0, 0.8);
}

section.corp-imsa-proyectos h2 {
  margin-bottom: 45px;

  text-align: center;

  color: white;
}

section.corp-imsa-proyectos li {
  list-style: none;
}

section.corp-imsa-proyectos .proyectos li {
  padding: 7px 0 7px 0;

  color: white;
}

section.corp-imsa-proyectos .comunas {
  padding-bottom: 30px;
}

section.corp-imsa-proyectos .comunas li {
  padding: 7px 0 7px 0;

  text-transform: uppercase;
}

section.corp-imsa-proyectos .comunas li:hover {
  cursor: pointer;
}

section.corp-imsa-proyectos .comunas li.actual {
  font-weight: bold;

  color: white;
  border-bottom: 1px solid #979797;
}

section.corp-imsa-proyectos .comunas {
  border-right: 1px solid #979797;
}

section.corp-imsa-proyectos .lista-proyectos {
  margin-top: 30px;
}

section.corp-imsa-proyectos .lista-proyectos-mobile li.comunas {
  padding: 7px;
  margin-bottom: 15px;

  text-transform: uppercase;

  border-right: 0;
  border-bottom: 1px solid #979797;
}

section.corp-imsa-proyectos .lista-proyectos-mobile li .abrir {
  float: right;

  color: white;
}

section.corp-imsa-proyectos .lista-proyectos-mobile .lista-comunas {
  margin-bottom: 30px;
}

section.corp-imsa-proyectos .lista-proyectos-mobile li.proyectos {
  padding: 7px;
}

section.corp-imsa-proyectos .lista-proyectos-mobile li.comunas.actual {
  color: white;
  border-bottom: 1px solid #737373;
}

section.corp-imsa-proyectos .proyectos .proyectos-contenedor {
  display: none;
}

section.corp-imsa-proyectos .actual {
  display: block !important;
}

section.corp-imsa-logos {
  margin-top: 30px;
  margin-bottom: 30px;
}

section.corp-imsa-logos h4 {
  margin-top: 15px;

  font-size: 13px;

  text-align: center;
}

/* */

/* --------------------------- */

/* Página Proyectos en Venta */

/* --------------------------- */

section.corp-imsa-proyectos-venta .lineas-slides {
  height: 80px;
  margin-top: 30px;
}

section.corp-imsa-proyectos-venta .linea {
  position: absolute;
  right: 0;
  left: 0;

  width: 1px;
  height: 80px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;

  opacity: 0.5;
  background: #a1a1a1;
}

section.corp-imsa-proyectos-venta .linea-animada {
  position: absolute;
  right: 0;
  left: 0;

  width: 1px;
  height: 80px;
  height: 0;
  margin-right: auto;
  margin-left: auto;

  animation-name: vertical-principallineacentral;
  animation-duration: 3s;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-iteration-count: infinite;

  opacity: 0.5;
  background: white;

  animation-fill-mode: forwards;
}

section.corp-imsa-proyectos-venta .flechas .mascara-izquierda {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 99;

  display: none;
  width: 200px;
  height: 100vh;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#211e21+0,211e21+100&0.4+0,0.3+50,0+99 */

  background: -moz-linear-gradient(
    left,
    rgba(33, 30, 33, 0.4) 0%,
    rgba(33, 30, 33, 0.3) 50%,
    rgba(33, 30, 33, 0) 99%,
    rgba(33, 30, 33, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(33, 30, 33, 0.4) 0%,
    rgba(33, 30, 33, 0.3) 50%,
    rgba(33, 30, 33, 0) 99%,
    rgba(33, 30, 33, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(33, 30, 33, 0.4) 0%,
    rgba(33, 30, 33, 0.3) 50%,
    rgba(33, 30, 33, 0) 99%,
    rgba(33, 30, 33, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#66211e21", endColorstr="#00211e21", GradientType=1); /* IE6-9 */
}

section.corp-imsa-proyectos-venta .flechas .mascara-derecha {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;

  display: none;
  width: 200px;
  height: 100vh;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#211e21+0,211e21+100&0+1,0.3+50,0.4+99 */

  background: -moz-linear-gradient(
    left,
    rgba(33, 30, 33, 0) 0%,
    rgba(33, 30, 33, 0) 1%,
    rgba(33, 30, 33, 0.3) 50%,
    rgba(33, 30, 33, 0.4) 99%,
    rgba(33, 30, 33, 0.4) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(33, 30, 33, 0) 0%,
    rgba(33, 30, 33, 0) 1%,
    rgba(33, 30, 33, 0.3) 50%,
    rgba(33, 30, 33, 0.4) 99%,
    rgba(33, 30, 33, 0.4) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(33, 30, 33, 0) 0%,
    rgba(33, 30, 33, 0) 1%,
    rgba(33, 30, 33, 0.3) 50%,
    rgba(33, 30, 33, 0.4) 99%,
    rgba(33, 30, 33, 0.4) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#00211e21", endColorstr="#66211e21", GradientType=1); /* IE6-9 */
}

section.corp-imsa-proyectos-venta button {
  color: white;
  background: rgba(0, 0, 0, 0.5);
}

section.corp-imsa-proyectos-venta button:hover {
  color: white;
}

section.corp-imsa-proyectos-venta svg {
  width: 15px;
  height: 15px;

  fill: #8c8c8c !important;
}

section.corp-imsa-proyectos-venta .detalle-icono svg {
  height: 40px;
}

section.corp-imsa-proyectos-venta .detalle-icono .icono {
  float: left;
}

section.corp-imsa-proyectos-venta .detalle-icono .detalle {
  float: left;
}

section.corp-imsa-proyectos-venta .detalle-icono {
  float: left;
  padding-right: 30px;
  padding-left: 30px;

  font-size: 11px;

  color: #8c8c8c;
  border-right: 1px solid rgba(90, 90, 90, 0.7);
}

section.corp-imsa-proyectos-venta .descripcion > div:first-child {
  padding-left: 0;
}

section.corp-imsa-proyectos-venta .descripcion > div:last-child {
  border-right: 0;
}

section.corp-imsa-proyectos-venta .detalle-icono .titulos {
  font-size: 12px;
  font-weight: bold;

  text-transform: uppercase;
}

section.corp-imsa-proyectos-venta .slide {
  position: relative;

  width: 100%;
  height: 100vh;
}

section.corp-imsa-proyectos-venta .mascara {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;

  padding: 30px 60px 0 60px;

  color: #e5d6d6;
  background: -moz-linear-gradient(top, rgba(33, 30, 33, 0) 0%, rgba(33, 30, 33, 0.5) 60%, rgba(33, 30, 33, 0.7) 100%);
  background: -webkit-linear-gradient(
    top,
    rgba(33, 30, 33, 0) 0%,
    rgba(33, 30, 33, 0.5) 60%,
    rgba(33, 30, 33, 0.7) 100%
  );
  background: linear-gradient(to bottom, rgba(33, 30, 33, 0) 0%, rgba(33, 30, 33, 0.5) 60%, rgba(33, 30, 33, 0.7) 100%);

  filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#00211e21", endColorstr="#b3211e21", GradientType=0); /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+39,000000+100&0+0,0.6+39,0.9+100 */
}

section.corp-imsa-proyectos-venta h2,
section.corp-imsa-proyectos-venta h1 {
  margin-bottom: 15px;

  font-family: Plain-Ultralight;
  font-size: 40px;
  font-weight: 500;

  color: white;
}

section.corp-imsa-proyectos-venta .mascara h3 {
  margin-top: 15px;

  font-size: 12px;
  font-weight: bold;

  letter-spacing: 4px;
  text-transform: uppercase;
}

section.corp-imsa-proyectos-venta .mascara h4 {
  margin-top: 15px;

  font-size: 16px;
  font-weight: bold;

  letter-spacing: 4px;
  text-transform: uppercase;
}

section.corp-imsa-proyectos-venta .texto-mascara {
  padding: 60px;
}

section.corp-imsa-proyectos-venta-bloques {
  padding: 60px;
  padding-bottom: 0;
}

section.corp-imsa-proyectos-venta-bloques svg {
  width: 15px;
  height: 15px;
  margin-right: 15px;
}

section.corp-imsa-proyectos-venta-bloques h2 {
  margin-bottom: 15px;

  font-size: 24px;
}

section.corp-imsa-proyectos-venta-bloques h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

section.corp-imsa-proyectos-venta-bloques .proyectos {
  margin-bottom: 60px;

  -webkit-box-shadow: 10px 10px 113px -66px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 113px -66px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 113px -66px rgba(0, 0, 0, 0.75);
}

section.corp-imsa-proyectos-venta-bloques .proyectos .contenido {
  padding: 30px;
}

section.corp-imsa-proyectos-venta-bloques .etiqueta {
  position: absolute;
  right: 0;
  bottom: 0;

  padding: 7px;

  font-size: 10px;

  color: white;
  background: rgba(0, 0, 0, 0.5);
}

section.corp-imsa-proyectos-venta-bloques .detalles-iconos .icono {
  float: left;
  width: 25px;
}

section.corp-imsa-proyectos-venta-bloques .detalles-iconos .detalle {
  display: inline-block;
  padding: 7px;
  padding-top: 3px;
  padding-bottom: 3px;

  border-right: 1px solid #b1b1b1;
}

section.corp-imsa-proyectos-venta-bloques .detalles-iconos .detalle:last-child {
  border-right: 0 solid white;
}

section.corp-imsa-proyectos-venta-bloques .detalles-iconos {
  float: left;
  margin-left: -7px;
}

section.corp-imsa-proyectos-venta-bloques .detalles-iconos .detale-texto {
  float: left;
  margin-left: 10px;
}

section.corp-imsa-proyectos-venta-bloques .detalles-iconos .icono img {
  width: 20px;
  height: 20px;
}

section.corp-imsa-proyectos-venta-bloques .detalles-iconos h5 {
  margin-bottom: 0;

  font-size: 12px;
  font-weight: bold;

  text-transform: uppercase;
}

section.corp-imsa-proyectos-venta-bloques .detalles-iconos p {
  margin-bottom: 0;

  font-size: 11px;
}

section.corp-proyectos-footer h2 {
  margin-top: 30px;
  margin-bottom: 15px;
}

section.corp-sac-video {
  padding-top: 25%;
  padding-right: 60px;
  padding-left: 60px;

  background: black;
  -webkit-box-shadow: 10px 10px 113px -66px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 113px -66px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 113px -66px rgba(0, 0, 0, 0.75);
}

.titulos-fondo {
  background: rgb(2, 0, 36);
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 0) 0%,
    rgba(0, 0, 0, 0.5018382352941176) 25%,
    rgba(0, 0, 0, 0.5) 75%,
    rgba(0, 0, 0, 0) 100%
  );
}

section.corp-sac-video .container-fluid {
  padding: 60px;

  background: white;
}
section.corp-sac-video .fondo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0; /* filter:blur(6px);*/
}

section.corp-sac-video h2 {
  margin-bottom: 15px;
}

section.corp-sac-video .bloque-especial {
  position: relative;
  z-index: 1;

  padding: 60px 30px 60px 30px;

  background: white;
}

section.corp-sac-video .fondo-video {
  position: absolute;
  z-index: 0;
}

section.corp-sac-grafico {
  position: relative;
  z-index: 2;

  padding: 60px 0 30px 0;

  background: white;
  -webkit-box-shadow: 10px 10px 113px -66px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 113px -66px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 113px -66px rgba(0, 0, 0, 0.75);
}

section.corp-sac-grafico h2 {
  margin-bottom: 30px;
}

section.corp-sac-grafico img {
  display: block;
  margin: 0 auto;
}

section.corp-sac-faq {
  padding-top: 60px;
  padding-bottom: 60px;

  color: white;
  background: #2e2e2e;
}

section.corp-sac-faq .categorias {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;

  text-align: center;
}

section.corp-sac-faq li {
  display: inline-block;
  padding: 7px 7px 7px 7px;
  margin: 0 15px 0 15px;

  list-style: none;

  text-transform: uppercase;

  color: #777676;
  border-bottom: 1px solid #3e3e3e;
}

section.corp-sac-faq li:hover {
  cursor: pointer;
}

section.corp-sac-faq li.actual {
  font-weight: bold;

  color: #ababab;
  border-bottom: 1px solid #ababab;
}

section.corp-sac-faq .pregunta {
  margin-bottom: 15px;

  border: 1px solid #3e3e3e;
}

section.corp-sac-faq .pregunta .accion {
  position: absolute;
  top: 15px;
  right: 15px;
}

section.corp-sac-faq .titulo {
  position: relative;

  padding: 15px;
}

section.corp-sac-faq .titulo p {
  margin-bottom: 0;

  font-size: 15px;
}

section.corp-sac-faq .titulo.activa {
  font-weight: bold;

  background: #2b2b2b;
}

section.corp-sac-faq .respuesta {
  display: none;
  padding: 15px;

  font-size: 12px;
}

section.corp-sac-faq .categoria-de-preguntas {
  display: none;
}

section.corp-referidos {
  padding-top: 25%;
  padding-right: 60px;
  padding-left: 60px;

  -webkit-box-shadow: 10px 10px 113px -66px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 113px -66px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 113px -66px rgba(0, 0, 0, 0.75);
}

section.corp-referidos .container-fluid {
  padding: 60px;

  background: white;
}

section.corp-referidos .referido-2,
section.corp-referidos .referido-3 {
  display: none;
}

section.corp-referidos .formulario-material .form-bloque label.label-bloque {
  color: #616161;
}

section.corp-referidos .formulario-material .form-bloque .campo {
  color: #616161;
}

section.corp-referidos .formulario-material .form-bloque .bar {
  position: relative;

  display: block;

  border-bottom: 1px solid #929292;
}

section.corp-referidos .formulario {
  margin-top: 30px;
}

section.corp-referidos {
  position: relative;
}

section.corp-referidos .fondo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

section.corp-promociones {
  padding: 30px;
  padding-top: 60px;
  padding-bottom: 30px;

  font-size: 13px;

  color: white;
  color: #e5e5e5;
  background: #222;
}

section.corp-promociones .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
section.corp-promociones a {
  color: white;
}
section.corp-promociones h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

section.corp-promociones h3 {
  margin-top: 15px;
  margin-bottom: 15px;

  font-size: 18px;

  color: white;
}

section.corp-promociones .fecha {
  font-size: 11px;
}

section.corp-promociones .fecha p {
  margin-bottom: 0;
}

section.corp-promociones svg {
  width: 15px;
  height: 15px;
  margin-right: 15px;

  fill: white;
}

section.corp-promociones button {
  color: white;
}

.logo img.logo-header {
  height: 45px;
}

header .menu ul li {
  padding: 0;

  font-size: 12px;
}

header .header-mobile .menu ul li a.activo {
  border-bottom: 1px solid white;
}

header .header-mobile .menu ul li a {
  padding: 5px;
}

header .menu ul li.activo {
  border-bottom: 1px solid white;
}

header .menu ul li.cotizar {
  padding: 0 5px 0 5px;

  font-size: 12px;
}

header .menu ul a {
  padding: 0 10px 0 10px;
}

.outer-menu .menu > div > div > ul > li.activo a {
  border-bottom: 1px solid white;
}

/* ---------------------------------------- */
/* ----------------------------------Footer */
/* ---------------------------------------- */

footer {
  padding: 30px 60px 30px 60px;

  color: #777;
  background: #111;
}
footer .links .button {
  margin-right: 10px;

  font-size: 8px;

  color: white;
}
footer .links .button.type1.type1::before {
  top: 0;
  left: 0;

  border-top-color: #808080;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #808080;
}
footer .links .button.type1.type1::after {
  right: 0;
  bottom: 0;

  border-top-color: transparent;
  border-right-color: #808080;
  border-bottom-color: #808080;
  border-left-color: transparent;
}
footer .legal {
  font-size: 11px;
}
footer a:hover {
  color: white;
}
footer .derechos {
  width: 100%;

  text-align: center;
  text-align: left;

  color: white;
}
footer .derechos a {
  color: white;
}
footer .derechos button {
  margin-left: 15px;
}
footer .derechos button:hover {
  color: white;
}
footer .derechos button {
  color: #717173;
}
footer .autor {
  margin-top: 10px;
  margin-right: 15px;
  font-size: 11px;
}
footer .autor {
  margin-top: 15px;
}
footer a {
  color: white;
}
footer a:hover {
  color: #777;
}
footer h3,
footer h2 {
  font-size: 14px;
  font-weight: bold;
}
footer logo-footer {
  display: block;
  margin: 0 auto;
}

footer .legal p {
  margin-bottom: 0;

  line-height: 14px;
}

footer .info-contacto a {
  font-size: 12px;
}
footer .info-contacto svg {
  width: 15px;
  height: 15px;

  font-size: 12px;

  fill: #909090;
}

footer .info-contacto > div {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

footer .info-contacto {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

/* ..................................... */

/* ..................................... */

/* ........... Responsivo Corporativo .. */

/* ..................................... */

/* ..................................... */
@media only screen and (max-width: 1024px) {
  footer {
    padding-right: 0;
    padding-bottom: 100px;
    padding-left: 0;
  }

  section.corp-imsa-mision h2 {
    text-align: left;
  }

  section.corp-sac-video {
    padding-right: 15px;
    padding-left: 15px;
  }

  section.corp-sac-video .container-fluid {
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }

  section.imsa-adportas-corp .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }

  section.imsa-adportas-corp {
    padding-right: 15px;
    padding-left: 15px;
  }

  section.corp-imsa-mision {
    padding: 0;
  }

  section.corp-imsa-mision .container {
    padding-top: 60px;
    padding-right: 45px;
    padding-left: 45px;
  }

  section.corp-imsa-proyectos {
    padding-top: 5px;
  }

  .logo-footer {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  section.corp-sac-faq li {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }

  section.corp-referidos h3 {
    margin-top: 30px;
  }

  footer.corporativo {
    padding-bottom: 75px;
  }

  section.corp-imsa-proyectos-venta .mascara {
    padding: 15px;
  }

  section.corp-imsa-proyectos-venta .detalle-icono {
    padding: 0 15px 0 15px;
    margin-bottom: 15px;
  }

  section.corp-imsa-proyectos-venta-bloques {
    padding: 0;
    margin-top: 30px;
  }

  section.corp-imsa-proyectos-venta-bloques .proyectos {
    margin-bottom: 30px;
  }

  section.corp-imsa-proyectos-venta-bloques .container {
    padding: 0;
    margin-right: 0;
    margin-left: 0;
  }
}

/* ---------------------------------------- */
/* -----------------------------------Video */
/* ---------------------------------------- */
.video-responsive {
  position: relative;

  height: 0;
  padding-top: 30px;
  padding-bottom: 51.25%;
  overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

/* ---------------------------------------- */
/* ------------------------------Cotizador  */
/* ---------------------------------------- */

.aviso-realizado-plantas {
  display: none;
}
.boton-cotizar-header {
  transition: background-color 0.5s ease;
}
.boton-cotizar-header:hover {
  cursor: pointer;

  background-color: #333;
}
.cotizador-float {
  position: fixed;
  right: 0;
  z-index: 9999999999;

  display: none;
  max-width: 480px;
  min-width: 480px;
  min-height: 100%;
  padding: 30px;
  overflow: hidden;

  color: white;
  background: rgb(16 16 16 / 0.9);
  -webkit-box-shadow: 10px 10px 41px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 41px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 41px 0 rgba(0, 0, 0, 0.75);
}

.cotizador-float .cerrar {
  position: absolute;
  top: 0;
  right: 0;

  padding: 8px;
  padding-right: 20px;
  padding-left: 20px;

  font-size: 18px;

  color: white;
  background: #484848;
}

.cotizador-float .cerrar:hover {
  cursor: pointer;

  opacity: 0.6;
}

.cotizador-float p {
  margin-top: 15px;
  margin-bottom: 0;

  font-size: 12px;

  color: #adadad;
}

.cotizador-float button {
  color: white;
}

.cotizador-float h2 {
  font-size: 16px;
  font-weight: bold;

  letter-spacing: 3px;
  text-transform: uppercase;
}

.campos-para-cotizar {
  display: none;
}

.campos-para-cotizar p {
  margin-top: 15px;
}

.campos-para-cotizar {
  display: none;
}

.aviso-realizado-cot {
  display: none;
  margin-top: 150px;
  margin-bottom: 150px;
}

.aviso-realizado-cot p {
  font-size: 14px;
}

/* ---------------------------------------- */
/* ------------------------------Formulario */
/* ---------------------------------------- */
button:disabled {
  cursor: not-allowed;

  color: #1e1e27;
}
button:disabled:hover {
  cursor: not-allowed;

  color: #1e1e27;
}
input:disabled {
  cursor: not-allowed;

  color: #1e1e27;
}
input:disabled:hover {
  cursor: not-allowed;

  color: #1e1e27;
}

.aviso-exito {
  display: none;
}
.formulario-material .form-bloque {
  position: relative;

  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.formulario-material .form-bloque label.label-bloque {
  position: absolute;
  top: 15px;
  z-index: 1;

  width: 100%;

  font-weight: 500;

  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  pointer-events: none;

  color: #c3c3c3;
}
.formulario-material .form-bloque label.label-bloque.focus {
  top: 0;

  color: #777;
}
.formulario-material .form-bloque.has-value label.label-bloque {
  top: 0;

  color: #777;
}
.formulario-material .form-bloque .campo {
  position: relative;

  width: 100%;
  height: 50px;
  padding: 30px 0 5px 0;

  color: white;
  border: 0;
  background: transparent;
}
.formulario-material .form-bloque .campo:invalid {
  border: 0;
  box-shadow: none;
}
.formulario-material .form-bloque .campo:focus {
  border: 0;
  outline: none;
  box-shadow: 0;
}
.formulario-material .form-bloque .campo:focus {
  outline: none;
  box-shadow: none;
}
.formulario-material .form-bloque textarea.campo {
  position: relative;

  width: 100%;
  height: 90px;
  padding: 30px 0 5px 0;

  border: 0;
  border: 0;
}
.formulario-material .form-bloque .bloque-textarea textarea.campo:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}
.formulario-material .form-bloque .bar {
  position: relative;

  display: block;

  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.formulario-material .form-bloque .bar::before {
  position: absolute;
  bottom: -0.0625rem;
  left: 50%;
  z-index: 2;

  width: 0;
  height: 1px;

  content: "";
  -webkit-transition:
    left 0.28s ease,
    width 0.28s ease;
  transition:
    left 0.28s ease,
    width 0.28s ease;

  background: rgba(51, 51, 51);
}
.formulario-material .form-bloque input:focus ~ .bar::before,
.form-bloque textarea:focus ~ .bar::before {
  left: 0;

  width: 100%;
}
.formulario-material .selector {
  position: absolute;
  top: 15px;
  right: 0;

  pointer-events: none;
}
.formulario-material .selector svg {
  width: 15px;
  height: 15px;

  transform: rotate(90deg);
}
.formulario-material .menu-selector {
  position: absolute;
  z-index: 3;

  display: none;
  width: 100%;

  background: white;
  -webkit-box-shadow: 10px 10px 72px -38px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 72px -38px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 72px -38px rgba(0, 0, 0, 0.75);
}
.formulario-material .menu-selector li {
  padding: 7px;

  font-size: 13px;
  list-style: none;
}
.formulario-material .menu-selector li:hover {
  cursor: pointer;

  background: rgba(230, 230, 230, 0.6);
}

textarea {
  width: 100%;
  height: 60px;
  min-height: 60px;

  font-size: 14px;

  color: #c3c3c3;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: none;
}

.formulario-material select {
  width: 100%;
  padding: 10px;
  padding-left: 0;

  color: #c3c3c3;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: none;
}

.formulario-material select:focus {
  color: #c3c3c3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  outline: none;
}

.formulario-material select option {
  padding: 7px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: black;
}

.select-condominios {
  margin-top: 20px !important;
}

.select-condominios select {
  color: #616161;
  border-bottom: 1px solid #929292;
}

.select-condominios select option {
  color: #616161;
  border-bottom: 1px solid #929292;
  background: none;
}

.select-condominios select:focus {
  color: #616161;
  border-bottom: 1px solid #929292;
  outline: none;
}

/* ---------------------------------------- */
/* ---------------------------------------- */
/* ---------------------------------------- */
/* ---------------------------------------- */
/* ---------------------------- Responsivo  */
/* ---------------------------------------- */
/* ---------------------------------------- */
/* ---------------------------------------- */
/* ---------------------------------------- */
/* ---------------------------------------- */
/* --------------------------- Menú Mobile  */
/* ---------------------------------------- */

@media only screen and (max-width: 1024px) {
  .cotizador-float {
    /* height: 100vh; */
    top: 0;
    bottom: 0;

    width: 100%;
    min-width: 100%;
    /* position: absolute; */
    overflow-y: auto;
  }

  .outer-menu {
    position: absolute;
    top: 3px;
    right: 10px;

    width: 50px;
  }
  .outer-menu .checkbox-toggle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    width: 65px;
    height: 65px;

    cursor: pointer;

    opacity: 0;
  }
  .outer-menu .checkbox-toggle:checked + .hamburger > div {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .outer-menu .checkbox-toggle:checked + .hamburger > div:before,
  .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    top: 0;

    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    opacity: 0;
  }
  .outer-menu .checkbox-toggle:checked ~ .menu {
    visibility: visible;

    pointer-events: auto;
  }
  .outer-menu .checkbox-toggle:checked ~ .menu > div {
    transition-duration: 0.75s;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .outer-menu .checkbox-toggle:checked ~ .menu > div > div {
    transition: opacity 0.4s ease 0.4s;

    opacity: 1;
  }
  .outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .outer-menu .hamburger {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

    display: flex;
    width: 65px;
    height: 65px;
    padding: 0.5em 1em;

    cursor: pointer;
    transition: box-shadow 0.4s ease;

    border-radius: 0 0.12em 0.12em 0;

    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    justify-content: center;
  }
  .outer-menu .hamburger > div {
    position: relative;

    display: flex;
    width: 22px;
    height: 2px;

    transition: all 0.4s ease;

    background: #fefefe;

    align-items: center;
    flex: none;
    justify-content: center;
  }
  .outer-menu .hamburger > div:before,
  .outer-menu .hamburger > div:after {
    position: absolute;
    top: -7px;
    left: 0;
    z-index: 1;

    width: 100%;
    height: 2px;

    content: "";
    transition: all 0.4s ease;

    background: inherit;
  }
  .outer-menu .hamburger > div:after {
    top: 7px;
  }
  .outer-menu .menu {
    position: fixed;
    top: 0;
    left: 0;

    display: flex;
    visibility: hidden;
    width: 100%;
    height: 100%;
    overflow: hidden;

    pointer-events: none;

    outline: 1px solid transparent;

    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    justify-content: center;
  }
  .outer-menu .menu > div {
    display: flex;
    width: 250vw;
    height: 250vw;
    overflow: hidden;

    transition: all 0.4s ease;
    -webkit-transform: scale(0);
    transform: scale(0);

    color: #fefefe;
    border-radius: 0;
    background: rgba(55, 57, 62, 0.97);

    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    flex: none;
    justify-content: center;
  }
  .outer-menu .menu > div > div {
    display: flex;
    max-width: 90vw;
    max-height: 100vh;
    /* overflow-y: auto; */

    transition: opacity 0.4s ease;
    text-align: center;

    opacity: 0;

    align-items: center;
    flex: none;
    justify-content: center;
  }
  .outer-menu .menu > div > div > ul {
    display: block;
    max-height: 100vh;
    padding: 0 1em;
    margin: 0;

    list-style: none;
  }
  .outer-menu .menu > div > div > ul > li {
    display: block;
    padding: 0;
    margin: 20px;

    text-align: center;
  }
  .outer-menu .menu > div > div > ul > li > a {
    position: relative;

    display: inline;

    font-size: 12px;
    font-weight: 600;

    cursor: pointer;
    transition: color 0.4s ease;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .outer-menu .menu > div > div > ul > li > a:hover {
    text-decoration: none;

    color: #e5e5e5;
  }
  .outer-menu .menu > div > div > ul > li.destacado > a {
  }
  .outer-menu .menu > div > div > ul > li > a:hover:after {
    width: 100%;
  }
  .outer-menu .menu > div > div > ul > li > a:after {
    position: absolute;
    bottom: -0.15em;
    left: 0;
    z-index: 1;

    width: 0;
    height: 2px;

    content: "";
    transition: width 0.4s ease;

    background: #e5e5e5;
  }
}

@media only screen and (max-width: 1024px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }

  .boton-cotizar-header-mobile {
    margin-left: 0;
  }

  header .header-mobile .logo {
    margin-left: 15px;
  }
  section.corp-imsa-proyectos-venta h2,
  section.corp-imsa-proyectos-venta h1 {
    font-size: 40px;
  }

  section.corp-imsa-proyectos-venta h4 {
    font-size: 16px;
    line-height: 23px;

    letter-spacing: 4px;
    text-transform: uppercase;
  }

  section.corp-imsa-proyectos-venta h3 {
    font-size: 13px;
    line-height: 23px;

    letter-spacing: 4px;
    text-transform: uppercase;
  }

  section.corp-imsa-proyectos-venta .mascara {
    padding-bottom: 55px;

    text-align: center;
  }

  section.plantas .modelos .bloques-plantas,
  section.interior-modelos .modelos .bloques-plantas {
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  section.plantas .modelos .bloques-plantas,
  section.interior-modelos .modelos .bloques-plantas {
    padding: 0;
  }
}

form {
  width: 100%;
}

/* IPhone 5S */
@media only screen and (max-width: 375px) {
  .cotizar-mobile {
    margin-left: 5px;
  }
}

@media only screen and (max-width: 320px) {
  .cotizar-mobile {
    display: none;
  }
}

/* Cambios Marzo 2020 */

@media only screen and (max-width: 991px) {
  section.inicio .slide-inicio .item {
    height: auto;
  }
  section.inicio {
    height: auto;
  }
  section.inicio .slide-inicio {
    height: auto;
  }

  section.inicio .mascara {
    position: relative;

    min-height: unset;
    padding-top: 30px;

    background: #111;
  }

  section.descripcion {
    padding-top: 0;
  }

  section.inicio .linea,
  section.inicio .linea-animada {
    height: 60px;
  }
}

section.colaboradores {
  padding: 30px 0 60px 0;

  -webkit-box-shadow: 10px 10px 113px -66px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 113px -66px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 113px -66px rgba(0, 0, 0, 0.75);
}

section.colaboradores .etiqueta {
  position: absolute;
  bottom: 0;
  left: 2px;

  padding: 7px 10px 7px 10px;

  font-size: 13px;
  font-weight: bold;

  text-transform: uppercase;

  color: white;
  background: rgba(0, 0, 0, 0.5);
}

section.colaboradores .bloques {
  margin: 2px;
  margin-bottom: 0;
}

section.colaboradores .contenido-bloques {
  display: none;
  padding: 30px;
  margin: -13px;
  margin-top: 0;

  background: white;
  -webkit-box-shadow: 10px 10px 113px -66px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 113px -66px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 113px -66px rgba(0, 0, 0, 0.75);
}

section.colaboradores .contenido-bloques h3 {
  font-size: 14px;
}

section.colaboradores .contenido-bloque-mobile {
  display: none;
  padding: 30px;
  margin-top: -15px;
}

@media only screen and (max-width: 991px) {
  section.colaboradores .bloques {
    margin: 0;
    margin-bottom: 15px;
  }
  section.colaboradores .etiqueta {
    bottom: 15px;
    left: 0;
  }

  section.descripcion .foto-descripcion {
    position: relative;
    z-index: 100;

    margin-top: 50px;
  }
  section.inicio .linea,
  section.inicio .linea-animada {
    display: none;
  }
  section.inicio .mascara {
    padding-bottom: 75px;
  }

  section.corp-imsa-proyectos-venta .mascara {
    position: relative;

    padding-top: 30px;
    padding-bottom: 100px;

    background: #111;
  }

  section.corp-imsa-proyectos-venta-bloques {
    margin-top: -75px;
  }
}

@media only screen and (max-width: 375px) {
  header .header-mobile .logo {
    margin-left: 0;
  }
  .cotizar-mobile {
    margin-left: 15px;
  }
}

section.postventa {
  padding: 60px;
}

.formulario-fondoblanco {
  color: #444 !important;
}
.formulario-fondoblanco select {
  padding-top: 20px;

  color: #444;
  border-bottom: 1px solid rgba(32, 31, 31, 0.3);
}
.formulario-fondoblanco select option {
  padding: 7px;

  color: #444;
  background: white;
}

.formulario-fondoblanco .form-bloque {
  margin-top: 15px;
  margin-bottom: 15px;
}

.formulario-fondoblanco .spin-loading {
  border-bottom-color: #444;
}

.cargando-form-postventa {
  left: 70px;
}
.formulario-fondoblanco .form-bloque label.label-bloque {
  color: #444;
}

.formulario-fondoblanco .form-bloque .campo {
  color: #444;
}

.formulario-fondoblanco .form-bloque .bar {
  border-bottom: 1px solid rgba(32, 31, 31, 0.3);
}

.formulario-fondoblanco select:focus {
  color: #c3c3c3;
  border-bottom: 1px solid rgba(32, 31, 31, 0.3);
  outline: none;
}

.etapas {
  display: none;
}

.aviso-exito-postventa {
  display: none;
}

.aviso-exito-preentrega {
  display: none;
}

/* Tour Virtal */
.tour-virtual {
  position: fixed;
  top: 35%;
  right: -74px;
  z-index: 200;

  font-size: 13px;
  font-weight: bold;

  text-transform: uppercase;
}

.tour-virtual a {
  color: white;
}
.tour-virtual span {
  color: white;
}

.tour-virtual img {
  width: 30px;
  height: 30px;

  transform: rotate(90deg);
}

.tour-virtual .asistencia-remota {
  position: relative;
  top: 150px;

  padding: 10px;

  transform: rotate(-90deg);
}

.tour-virtual .boton-pilotos {
  position: relative;

  padding: 10px;

  transform: rotate(-90deg);
}

.tour-virtual-mobile a {
  color: white;
}
.tour-virtual-mobile {
  position: fixed;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 200;

  display: block;
  margin: 0 auto;

  font-size: 13px;
  font-weight: bold;

  text-align: center;
  text-transform: uppercase;
}

.tour-virtual-mobile img {
  display: block;
  float: left;
  width: 35px;
  height: 35px;
  margin-top: 0;
  margin-right: 15px;
}

.tour-virtual-mobile span {
  float: right;

  line-height: 18px;

  text-align: left;
}
.tour-virtual-mobile .boton-pilotos,
.tour-virtual-mobile .asistencia-remota {
  position: relative;

  display: inline-block;
  padding: 10px;
  margin-right: 5px;
  margin-left: 5px;
}

.click-to-call {
  margin: 0;

  font-size: 13px;
  font-weight: bold;

  text-align: center;
  text-transform: uppercase;
}

.click-to-call span {
  float: left;

  font-size: 20px;
  line-height: 23px;
}

.click-to-call img {
  float: right;
  width: 45px;
  height: 45px;
  margin-right: 15px;
}
.click-to-call .formulario-material .form-bloque {
  margin: 0;
}

.click-to-call button {
  margin-top: 30px;
}

.click-to-call .mensaje-clicktocall-enviado,
.click-to-call .mensaje-clicktocall-enviado-error {
  display: none;
}

.click-to-call .mensaje-clicktocall-enviado p {
  padding-left: 0 !important;
  margin-top: 15px;
}

.click-to-call .cargando-form-clicktocall {
  position: relative;
  top: 46px;
  left: 65px;
}

@media only screen and (max-width: 1024px) {
  .click-to-call .cargando-form-clicktocall {
    left: -66px;
  }
}

.click-to-call label.error {
  font-weight: normal;

  text-transform: none;
}

.click-to-call form .label-bloque {
  text-align: left;
  text-transform: none !important;
}

section.galeria .nota-legal {
  padding: 15px;

  font-size: 12px;

  color: #8e8b8b;
}

.avisos-pop {
  display: none;
}

#avisos {
  display: none;
  max-width: 400px;

  font-size: 13px;
}

#avisos h2 {
  font-size: 17px;
  font-weight: bold;
}

section.ubicacion h3 {
  margin-bottom: 30px;
}

section.parques-pilotos {
  padding-top: 60px;
  padding-bottom: 60px;

  color: white;
  background: #111;
}

section.parques-pilotos button {
  color: white;
}

section.parques-pilotos .descripcion {
  padding: 15px;
  padding-top: 30px;

  font-size: 13px;
  line-height: 25px;

  color: #a7a3a3;
  background: #222;
}

section.parques-pilotos h3 {
  color: white;
}

/* Select */

select {
  display: inline-block;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  font: inherit;
  line-height: 1.5em;

  border: thin solid blue;
  /* styling */
  background-color: white;

  -webkit-appearance: none;
  -moz-appearance: none;
}

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-repeat: no-repeat;
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
}

select.minimal:focus {
  outline: 0;
  background-image:
    linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-repeat: no-repeat;
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

span.nuevo {
  position: absolute;
  top: -22px;
  right: -1px;

  padding: 2px 5px 2px 5px;

  font-size: 9px;
  font-weight: bold;

  text-transform: uppercase;

  color: white;
  border-radius: 5px;
  background: #b77f1d;
}

#iframepilotos {
  position: absolute;

  width: 100%;
  height: 100%;
  height: 100vh;

  border: 0;
}

.aspect-ratio {
  position: relative;

  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* The height of the item will now be 56.25% of the width. */
}

#iframeplantas {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  border: 0;
}

@media only screen and (max-width: 1024px) {
  #iframeplantas {
    max-height: 300px;
  }
}

.mensaje-apoyo {
  margin-top: 20px;

  font-size: 13px;
  font-weight: normal;
  line-height: 15px;

  text-align: left;
  text-transform: none;

  color: white;
}

section.pagina {
  padding: 60px;
  padding-top: 200px;

  color: #666;
  background: black;
}

section.pagina button {
  color: white;
}

@media only screen and (max-width: 1024px) {
  section.corp-imsa-proyectos-venta,
  section.inicio .slide-inicio,
  section.imsa-adportas-corp,
  section.corp-sac-video,
  section.corp-referidos {
    padding-top: 80px;
  }

  section.corp-imsa-proyectos-venta h2,
  section.corp-imsa-proyectos-venta h1,
  section.inicio .mascara h1 {
    font-size: 25px;
  }
  section.corp-imsa-proyectos-venta .mascara h4 {
    font-size: 13px;
  }
  section.descripcion .foto-descripcion {
    margin-top: 50px;
  }

  section.imsa-adportas-corp,
  section.corp-sac-video,
  section.corp-referidos {
    background: none !important;
  }
  .sinpadding {
    padding: 0;
  }

  section.corp-promociones {
    padding: 20px;
  }

  section.corp-referidos {
    padding: 30px;
    padding-top: 80px;
  }

  section.corp-referidos .container-fluid {
    padding: 0;
  }

  .titulos-h1 h1 {
    font-size: 25px;
  }

  .titulos-fondo {
    margin-right: -30px;
    margin-left: -30px;

    background: #111;
  }

  .titulos-h1 h1 {
    color: white;
  }

  section.corp-referidos {
    padding-right: 15px;
    padding-left: 15px;
  }

  section.corp-promociones {
    padding-top: 60px;
  }
}

.button-corporativo {
  font-size: 12px;
  font-weight: bold;
}

.cargando-form-plantas {
  top: -27px;
  left: 60px;
}

.titulos-sec-ubicacion {
  font-size: 12px;
  font-weight: bold;

  text-transform: uppercase;

  color: #969696;
}

.bloque-agendar {
  position: relative;
}

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

@media only screen and (max-width: 1024px) {
  section.postventa {
    padding: 60px 0 60px 0;
  }

  section.corp-imsa-proyectos-venta-bloques .proyectos h2 {
    font-size: 20px;
    font-weight: bold;
  }

  section.corp-imsa-proyectos-venta-bloques .detalles-iconos .detalle {
    border-right: 0;
  }
}

/* Ubicación */
section.ubicacion svg.icon-svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;

  fill: white;
}

section.ubicacion .titulos-ubicacion {
  font-size: 18px;

  text-align: center;
  text-transform: uppercase;
}

section.ubicacion .estilo-caja {
  position: relative;

  padding: 0 15px 0 15px;
}

section.ubicacion .borde {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

section.ubicacion .imagen-calendario {
  display: block;
  max-width: 300px;
  margin: 0 auto;

  opacity: 0.5;
}

section.ubicacion .imagen-calendario:hover {
  opacity: 1;
}

section.ubicacion .boton {
  display: block;
  margin: 0 auto;
  margin-top: 0;

  text-align: center;
}

section.ubicacion .borde-contenedor {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

section.ubicacion .contenedor-iconos {
  width: 30px;
  max-width: 30px;
  margin-right: 15px;
}

section.ubicacion .contenedor-iconos > svg {
  margin: 0 auto;

  text-align: center;
}

section.ubicacion .padding-iconos {
  padding-left: 0;
}

section.ubicacion .cargando-form-clicktocall {
  top: 50px;
  left: 72px;
}

section.ubicacion .cargando-form-plantas {
  top: -31px;
  left: 64px;
}

section.ubicacion .bloque-interior-planta {
  padding-bottom: 15px;

  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

section.ubicacion .padding-30 {
  padding: 60px 0 60px 0;
}

section.ubicacion .titulos-sec-ubicacion .horario {
  margin-left: 2px;

  font-size: 14px;
  font-weight: normal;

  text-transform: none;

  color: white;
}

section.ubicacion .contenedor-horario-remoto {
  display: table;
  padding: 15px;
  margin: 0 auto;

  text-align: center;
}

section.ubicacion .contenedor-horario-remoto .titulos-sec-ubicacion,
section.ubicacion .contenedor-horario-remoto .icon-svg {
  display: inline;
}

@media only screen and (max-width: 1024px) {
  section.ubicacion .titulos-sec-ubicacion .horario {
    float: left;
    margin-left: 0;
  }
  section.ubicacion .borde {
    border-right: 0;
    border-left: 0;
  }

  section.ubicacion .estilo-caja {
    padding-right: 0;
    padding-left: 0;
  }

  section.ubicacion .bloques-ubicacion {
    padding-top: 15px;
    padding-bottom: 15px;

    -webkit-box-shadow: 10px 10px 73px -23px rgba(120, 120, 120, 1);
    -moz-box-shadow: 10px 10px 73px -23px rgba(120, 120, 120, 1);
    box-shadow: 10px 10px 73px -23px rgba(120, 120, 120, 1);
  }

  section.ubicacion .titulos-ubicacion {
    margin-bottom: 15px;
  }

  section.ubicacion .padding-iconos {
    padding-left: 15px;
  }

  section.ubicacion .contenedor-iconos {
    margin-right: 0;
  }
  section.ubicacion .padding-30 {
    padding: 0;
  }
}

.boton-cotizar-header {
  margin-left: 15px;
}

section.ubicacion {
  padding-bottom: 30px;
}

section.sala-de-ventas {
  padding-top: 30px;
  padding-bottom: 30px;

  background: #4c4c4c;
}

section.inicio .etiqueta,
section.corp-imsa-proyectos-venta .etiqueta {
  position: absolute;
  right: 45px;
  bottom: 0;

  padding: 7px;

  font-size: 11px;

  text-align: right;

  color: white;
  background: rgba(0, 0, 0, 0.65);
}
section.corp-imsa-proyectos-venta .etiqueta {
  opacity: 0.6;
}

section.inicio .mascara img.icono {
  max-width: 20px;
  margin-right: 5px;
}

section.corp-imsa-proyectos-venta img.icono {
  float: left;
  max-width: 20px;
  margin-right: 10px;
}

section.emplazamiento img.icono {
  max-width: 20px;
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  section.inicio .etiqueta {
    right: 0;

    opacity: 0.6;
  }

  section.corp-imsa-proyectos-venta .grafica .imagen {
    position: relative;
  }
  section.corp-imsa-proyectos-venta .grafica .imagen .etiqueta {
    right: 0;
  }
}

/* Módulo Zoom */
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -khtml-user-select: none;
  -webkit-touch-callout: none;
}
.tour-virtual-mobile {
  display: none;
}

/* Ejecutivos Interior */
body.ejecutivos {
  color: grey;
  background: #f3f5f9;
}

section.ejecutivos {
  color: grey;
}

section.ejecutivos input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;

  font-size: 1rem;
  line-height: 1.5;

  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;

  color: #495057;
  color: white;
  border: 1px solid #65646b;
  border-radius: 0.25rem;
  background-color: #36353b;
  background-clip: padding-box;
}

section.ejecutivos input[type="checkbox"] {
  float: left;
  width: auto;
  margin-top: 6px;
  margin-right: 15px;
}
section.ejecutivos h1 {
  color: grey;
}
section.ejecutivos .horario {
  padding: 7px;

  font-size: 12px;
  font-weight: bold;

  text-transform: uppercase;

  color: white;
}

section.ejecutivos .horario.abierta {
  background: #153f8f;
}
section.ejecutivos .horario.cierre {
  background: #a72014;
}

section.ejecutivos .sin-clientes {
  position: relative;
}

section.ejecutivos .con-clientes {
  position: relative;

  display: none;
}

section.ejecutivos .cargando .esperando {
  margin-left: 45px;
}

section.ejecutivos .cargando .spin-loading {
  left: 30px;
}

section.ejecutivos .cargando .spin-loading.blanco {
  border: 2px solid hsla(0, 23%, 80%, 0.8);
  border-bottom-color: #888080;
}

section.ejecutivos table {
  color: #c2c2c2;
}

section.ejecutivos .table-hover tbody tr:hover {
  color: white;
  background: rgba(255, 255, 255, 0.3);
}

section.ejecutivos .table thead th {
  border-bottom: 2px solid #36353c;
}

section.ejecutivos .table td,
.table th {
  border-top: 1px solid #36353c;
}

section.ejecutivos .boton {
  display: inline-block;
  padding: 7px 15px 7px 15px;
  margin-left: 15px;

  font-size: 16px;

  text-align: center;

  color: white;
  border-radius: 1rem;
  background: white;
  background: #4d89f7;
  box-shadow:
    0 14px 28px rgba(255, 255, 255, 0.1),
    0 10px 10px rgba(0, 0, 0, 0.02);
}

section.ejecutivos .boton.small {
  font-size: 12px;
}

section.ejecutivos .boton-salir {
  background: #36353c;
}

section.ejecutivos .status {
  float: left;
}

section.ejecutivos .terminar-conversacion {
  color: white;
  background: #4d89f7;
}

section.ejecutivos .panel-info {
  padding: 30px;

  color: #5c5c5c;
  border-radius: 1rem;
  background: #ddd;
}

section.ejecutivos .boton:hover {
  cursor: pointer;

  opacity: 0.6;
}

section.ejecutivos .boton span {
  float: left;
}
section.ejecutivos .boton.desactivado {
  cursor: not-allowed;
  pointer-events: none;

  opacity: 0.3;
}

section.ejecutivos .badge-secondary {
  color: #a9a9a9;
  background-color: #ddd;
}

section.ejecutivos h2 {
  font-size: 36px;
}

section.ejecutivos h3 {
  font-size: 16px;
  font-weight: bold;

  letter-spacing: 1px;
  text-transform: uppercase;
}

section.ejecutivos img.estrellas {
  max-width: 20px;
}

section.ejecutivos .hora {
  font-size: 26px;
  font-weight: bold;
}

section.ejecutivos img.estrellas.off {
  opacity: 0.4;

  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

section.ejecutivos .nombre-ejecutivo {
  color: #5c5c5c;
}

section.ejecutivos .nombre-ejecutivo span {
  margin-left: 10px;
}

section.ejecutivos .nombre-ejecutivo .circle {
  margin-top: 16px;
}

section.ejecutivos .boton-estado .circle {
  margin-left: 10px;
}

section.ejecutivos .estado-texto {
  margin-top: -10px;
  margin-left: 25px;

  font-size: 16px;
  font-weight: bold;
}

section.ejecutivos .circle {
  display: inline-block;
  float: left;
  width: 0.8rem;
  height: 0.8rem;
  margin-top: 8px;

  animation: crescendo 1s alternate infinite ease-in;

  border-radius: 50%;
}

section.ejecutivos .online {
  background-color: #92c97a;
}

section.ejecutivos .boton-online {
  color: white;
  background: #458927;
}

section.ejecutivos .boton-offline {
  color: white;
  background: #a72014;
}

section.ejecutivos .offline {
  background-color: #ff2626;
}

section.ejecutivos .panel-header {
  padding: 15px;

  background: #8f8f8f;
}

section.ejecutivos .panel-header h1 {
  font-size: 16px;

  letter-spacing: 1px;
  text-transform: uppercase;

  color: white;
}

section.ejecutivos .panel-header img {
  max-width: 160px;
  margin-top: -30px;
}

/* Módulo de Zoom Web */
section.zoom {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 200;

  display: none;
  max-width: 720px;
  padding: 15px;
  padding-right: 0;
  padding-left: 0;
  margin: 0 auto;

  color: white;
  border: 2px solid #383838;
  border-radius: 10px;
  background: rgb(16 16 16 / 0.9);
  -webkit-box-shadow: 10px 10px 47px -30px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 47px -30px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 47px -30px rgba(0, 0, 0, 0.75);
}

section.zoom .respuesta-al-cargar-con-ejecutivos,
section.zoom .respuesta-al-cargar-sin-ejecutivos {
  display: none;
}

section.zoom .cerrar-zoom {
  position: absolute;
  top: -13px;
  right: -13px;

  text-align: center;
}

section.zoom .cerrar-zoom .cerrar {
  position: relative;

  display: inline-block;
  width: 30px;
  height: 30px;

  cursor: pointer;

  border: 2px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #1d1d1d;
}

section.zoom .cerrar-zoom .cerrar:after {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 16px;
  height: 2px;
  margin-top: -2px;
  margin-left: -8px;

  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);

  background-color: white;
}

section.zoom .cerrar-zoom .cerrar:before {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 16px;
  height: 2px;
  margin-top: -2px;
  margin-left: -8px;

  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

  background-color: white;
}

section.zoom .titulos {
  float: left;
  margin-left: 10px;
}

section.zoom img.zoom-grande {
  float: left;
  max-width: 40px;
  margin-top: 20px;
}

section.zoom .tecnologia {
  font-size: 11px;

  text-align: right;

  opacity: 0.6;
}

section.zoom img.zoom {
  max-width: 60px;
}

section.zoom h2 {
  font-size: 16px;
  font-weight: bold;

  letter-spacing: 1px;
}

section.zoom h3 {
  font-size: 14px;
}

section.zoom img {
  max-width: 20px;
  margin-right: 10px;
}

section.zoom .ejecutivos li {
  position: relative;

  padding: 7px;
  padding-left: 30px;
  margin-bottom: 15px;

  font-weight: bold;
  list-style: none;

  border: 1px solid #dfdfdf;
  border-radius: 10px;
}
section.zoom .ejecutivos li:before {
  position: absolute;
  top: 8px;
  left: 5px;

  width: 20px;
  height: 20px;

  content: "";

  background: url("recursos/img/iconos/sala.svg");
  background-repeat: no-repeat;
  background-position: center;
}

section.zoom .ejecutivos li:hover {
  cursor: pointer;

  border: 1px solid #8a8383;
}

section.zoom .ejecutivos {
  margin-top: 15px;
  margin-bottom: 15px;
}

section.zoom .circle {
  position: relative;
  top: 2px;
  /*  animation: crescendo 1s alternate infinite ease-in;*/

  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 10px;

  border-radius: 50%;
  background-color: #92c97a;
}

section.zoom .exito-ejecutivo button.abrir-url {
  min-width: 280px;

  color: white !important;
}

section.zoom .exito-ejecutivo,
section.zoom .cargando-ejecutivo {
  display: none;
}

section.zoom-widget {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 200;

  display: none;
  max-width: 500px;
  padding: 15px;
  padding: 7px;
  margin: 0 auto;

  color: white;
  border: 2px solid grey;
  border-radius: 10px;
  background: rgba(29, 29, 29, 0.85);
}

section.zoom-widget:hover {
  cursor: pointer;

  background: hsla(0, 0%, 38%, 0.95);
}

section.zoom-widget .logo-zoom {
  float: left;
  margin-right: 10px;
}

section.zoom-widget .titulo {
  float: left;
  margin-top: 7px;

  font-size: 12px;
}

section.zoom-widget img {
  width: 35px;
  max-width: 35px;
}

section.zoom-widget h2 {
  font-size: 16px;
  font-weight: bold;

  letter-spacing: 1px;
}

@keyframes crescendo {
  0% {
    transform: scale(0.8);

    opacity: 0.8;
  }

  100% {
    transform: scale(1.1);

    opacity: 1;
  }
}

button:disabled {
  cursor: not-allowed;

  color: #949494;
}

section.accesos {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;

  padding: 15px 75px 10px 75px;

  color: white;
  background: rgba(0, 0, 0, 0.85);
  -webkit-box-shadow: -4px -8px 24px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -4px -8px 24px -13px rgba(0, 0, 0, 0.75);
  box-shadow: -4px -8px 24px -13px rgba(0, 0, 0, 0.75);
}

section.accesos .boton {
  display: inline-block;
  float: left;
  padding: 7px;
  margin-right: 30px;

  -webkit-transition:
    background-position 300ms,
    color 300ms ease,
    border-color 300ms ease;
  -moz-transition:
    background-position 300ms,
    color 300ms ease,
    border-color 300ms ease;
  -ms-transition:
    background-position 300ms,
    color 300ms ease,
    border-color 300ms ease;
  -o-transition:
    background-position 300ms,
    color 300ms ease,
    border-color 300ms ease;
  transition:
    background-position 300ms,
    color 300ms ease,
    border-color 300ms ease;

  border: 1px solid #535353;
  border-style: solid;
  border-radius: 10px;
  background-image: linear-gradient(to top, #003a8a 50%, transparent 50%);
  background-size: 200% 200%;
}

section.accesos .boton:hover {
  -webkit-transition:
    background-position 300ms,
    color 300ms ease,
    border-color 300ms ease;
  -moz-transition:
    background-position 300ms,
    color 300ms ease,
    border-color 300ms ease;
  -ms-transition:
    background-position 300ms,
    color 300ms ease,
    border-color 300ms ease;
  -o-transition:
    background-position 300ms,
    color 300ms ease,
    border-color 300ms ease;
  transition:
    background-position 300ms,
    color 300ms ease,
    border-color 300ms ease;

  color: white;
  border-color: #003a8a;
  background-image: linear-gradient(to top, #003a8a 51%, transparent 50%);
  background-position: 0 100%;
}

section.accesos .boton .icono {
  float: left;
}

section.accesos .boton .icono img {
  float: left;
  width: 25px;
  margin-top: 9px;
  margin-right: 15px;
}

section.accesos .boton .texto {
  float: left;

  font-weight: bold;

  text-align: left;
  text-transform: uppercase;

  color: white;
}

section.accesos .boton .bajada {
  margin-top: -3px;

  font-size: 13px;

  text-transform: none;

  color: #9d9d9d;
}

section.accesos .boton.cotiza {
  float: right;

  background: #003a8a;
}
section.accesos .boton.cotiza .texto {
  font-size: 16px;
}
section.accesos .boton.cotiza .bajada {
  font-size: 14px;

  color: white;
}
section.accesos .boton.cotiza .icono img {
  width: 30px;
  margin-top: 10px;
}

section.accesos .boton-cotizar-acceso:hover {
  cursor: pointer;
}

section.accesos .boton-sala-de-ventas:hover {
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  section.accesos {
    padding: 0;
  }

  section.accesos .mobile .boton .icono {
    float: none;
    max-height: 33px;
    padding-top: 10px;

    text-align: center;
  }

  section.accesos .mobile .boton .icono img {
    float: none;
    width: 25px;
    margin: 0 auto;
    margin-bottom: 5px;
  }

  section.accesos .mobile .boton .texto {
    width: 100%;
    margin-top: 10px;

    font-size: 12px;
    line-height: 15px;

    text-align: center;

    color: #9d9d9d;
  }

  section.accesos .container-fluid {
    padding: 0;
  }
  section.accesos .mobile .boton {
    width: 25%;
    min-height: 81px;
    padding: 0;
    margin: 0;

    border: 0;
    border-radius: 0;
  }

  section.accesos .mobile .boton .boton-interior {
    min-height: 81px;

    border-right: 1px solid #4f4f4f;
  }

  section.zoom {
    position: fixed;
    top: 0;
    right: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999999;

    min-height: 100%;
    padding: 30px;
    overflow: hidden;
    overflow-y: scroll;

    color: white;
    border-radius: 0;
    background: rgb(16 16 16 / 0.9);
    -webkit-box-shadow: 10px 10px 41px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 41px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 41px 0 rgba(0, 0, 0, 0.75);
  }

  section.zoom .cerrar {
    position: absolute;
    top: 0;
    right: 0;

    padding: 8px;
    padding-right: 20px;
    padding-left: 20px;

    font-size: 18px;

    color: white;
    background: #484848;
  }

  section.zoom .titulos {
    margin-left: 0;
  }
  section.zoom img.zoom-grande {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 320px) {
  section.accesos .mobile .boton {
    min-height: 50px;
  }
  section.accesos .mobile .boton .boton-interior {
    min-height: 50px;
  }
  section.accesos .mobile .boton .texto {
    display: none;
  }
}

.etiqueta-interior {
  position: relative;
  top: 30px;
}

.etiqueta-interior .container-fluid {
  padding: 0 75px 0 75px;
}

.etiqueta-interior-contenedor {
  width: 60%;
  padding: 7px 30px 7px 30px;

  font-weight: bold;

  text-transform: uppercase;

  color: white;
  background: #111;
}
.etiqueta-interior-contenedor.agotada {
  background: grey;
}

@media only screen and (max-width: 1024px) {
  .etiqueta-interior {
    top: 0;
  }
  .etiqueta-interior-contenedor {
    width: 100%;
  }
}

/* Banner Plataforma Cotización */
section.plantas .banner .banner-interior {
  padding: 20px 30px;
  margin-top: 30px;

  font-weight: bold;

  color: white;
  border-radius: 15px;
  background: #3c3c3c;
}
section.plantas .banner .banner-interior p {
  padding: 0;
  margin: 0;
}

section.plantas .banner .banner-interior h3 {
  text-transform: uppercase;

  color: rgba(120, 212, 204, 1);
}

section.plantas .banner .banner-interior button {
  color: rgba(120, 212, 204, 1);
}

.btn-enviar-whatsapp {
  min-width: 280px;

  font-size: 13px;

  color: white;
  background: #25d366;
}

.btn-enviar-whatsapp:hover {
  color: white !important;
  background: #159e48;
}

.btn-enviar-whatsapp:disabled {
  color: white;
  background: #999;
}

.titulos-slide-mobile {
  position: absolute;
  top: 58%;
  z-index: 100;

  max-width: 80%;
  padding: 15px;
  margin: 0 auto;

  color: white;
}

.titulos-slide-mobile h1 {
  font-size: 0.8rem;
}
.titulos-slide-mobile h1 p {
  margin-bottom: 0;
}

/* Tabs */

section.emplazamiento li.nav-item a.active {
  text-decoration: underline;

  text-decoration-color: #969696;
  text-decoration-thickness: 0;
  text-underline-offset: 5px;
}

section.galeria li.nav-item a.active {
  text-decoration: underline;

  text-decoration-color: #bab6b6;
  text-decoration-thickness: 0;
  text-underline-offset: 5px;
}

section.corp-sac-faq li {
  font-size: 15px;

  color: #8f96a4;
  border-bottom: 0;
  border-bottom-color: #8f96a4;
}

section.corp-sac-faq li.actual {
  border-bottom: 1px solid white;
}
section.corp-sac-faq .pregunta {
  border-color: white;
}
section.corp-sac-faq .respuesta a {
  text-decoration: underline;

  color: white;
}

/*Tabs SAC */

section.corp-sac-video .tab-content {
  padding-top: 10px;
  padding-bottom: 20px;
}
section.corp-sac-video .filtros {
  padding-bottom: 5px;

  text-align: center;

  border-bottom: 1px solid black;
}

section.corp-sac-video .nav-tabs {
  text-align: center;
}

section.corp-sac-video li.nav-item {
  position: relative;
}

section.corp-sac-video li.nav-item a {
  font-size: 11px;
  font-weight: 700;

  text-transform: uppercase;

  color: black;
}

section.corp-sac-video li.nav-item a.active::after {
  position: absolute;
  top: 40px;
  left: 50%;

  display: block;
  width: 1px;
  height: 20px;

  content: "";

  background: black;
}

section.corp-sac-video li.nav-item a.active {
  /*    text-decoration: underline;

    text-decoration-color: black;
    text-decoration-thickness: 0;
    text-underline-offset: 5px;*/
}

section.corp-sac-video li.nav-item a:hover {
  text-decoration: none;
}

section.corp-sac-video li.nav-item {
  padding: 0 15px 0 15px;
}

section.corp-sac-video .tab-content {
  width: 100%;
}

.videoYT {
  width: 550px;
}

@media only screen and (max-width: 991px) {
  .videoYT {
    width: 100%;
  }
}

.whatsapp_generado {
  display: none;
}

.whatsapp_boton {
  min-width: 280px;

  font-size: 13px;

  text-align: center;

  color: white;
  background: #25d366;
}

.aviso-todos {
  font-size: 13px;
}

form#whastsapp .cargando-form {
  position: absolute;
  top: 50%;
  right: 20px;
  left: unset;
}

.formularios-sac a {
  color: black;
}

.formularios-sac .titulos-tabs {
  font-size: 16px;
  font-weight: bold;
}

.formularios-sac .nav-tabs .nav-item {
  padding: 30px;
}

.formularios-sac .nav-tabs .nav-item a {
  padding-bottom: 10px;

  color: #ccc;
}

.formularios-sac .nav-tabs .nav-item a.active {
  color: #333;
  border-bottom: 1px solid #333;
}

.comentarios-sac {
  height: auto;
  min-height: 108px;
}

/* Etiquetas Plantas  */

.foto-planta {
  position: relative;
}
.etapa {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;

  padding: 10px;

  font-size: 11px;

  color: white;
  background: rgba(0, 0, 0, 0.7);
}

.etiqueta_etapa {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;

  padding: 10px;

  font-size: 11px;

  color: white;
  border-top-right-radius: 0.375rem;
  background: rgba(0, 0, 0, 0.7);
}

.etiqueta-promo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;

  padding: 10px;

  font-size: 11px;
  font-weight: bold;

  text-transform: uppercase;

  color: white;
  background: #b33f45;
}

.video-descripcion {
  position: relative;
  z-index: 100;
}
.video-js {
  height: auto;
}

.video-js {
  background: transparent;
}

/* Servicio. al Cliente  */

section.corp-sac-video .filtros {
  padding-bottom: 5px;

  text-align: center;

  border-bottom: 2px solid #74b1c9;
}

section.corp-sac-video li.nav-item a.active::after {
  position: absolute;
  top: 42px;
  left: 50%;

  display: block;
  width: 2px;
  height: 22px;

  content: "";

  background: #74b1c9;
}

section.servicio-al-cliente {
  font-size: 16px;

  color: #524d4b;
}

section.servicio-al-cliente .texto {
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;

  text-transform: uppercase;
}

section.servicio-al-cliente section.corp-sac-video li.nav-item a.active {
  border-bottom: 2px solid #74b1c9;
}

section.servicio-al-cliente .section.corp-sac-video li.nav-item a.active::after {
  background: #74b1c9 !important;
}

section.servicio-al-cliente h2 {
  font-size: 30px;
  font-weight: bold;

  color: #243250;
}

section.servicio-al-cliente .titulos_sac {
  text-align: center;
}
section.servicio-al-cliente #portada {
  font-size: 16px;

  text-align: center;
}
section.servicio-al-cliente #portada p {
  margin-bottom: 0;
}

section.servicio-al-cliente #portada .circulo-contenedor {
  display: flex;
  width: 160px;
  height: 160px;

  border: 1px solid #ccc;
  border-radius: 50%;
  background: white;

  align-items: center;
  justify-content: center;
}

section.servicio-al-cliente #portada .circulo-contenedor .circulo {
  display: flex;
  width: 150px;
  height: 150px;
  padding: 15px;

  font-size: 16px;
  font-weight: bold;
  line-height: 100%;

  transition: all 0.2s;

  color: #243250;
  border-radius: 50%;
  background: #ffc66d;

  align-items: center;
  justify-content: center;
}

section.servicio-al-cliente #portada .circulo-contenedor .circulo:hover {
  color: white;
  background: #253453;
}

section.atencion-post-venta {
  padding: 60px 0;

  font-size: 16px;

  text-align: center;
}

.list-ic a {
  text-decoration: none;

  color: #788288;
}
.list-ic li {
  position: relative;
}
.list-ic li span {
  position: relative;

  display: inline-block;
  width: 2em;
  height: 2em;

  font-weight: 800;
  line-height: 2em;

  text-align: center;

  color: white;
  border-radius: 1em;
  background: #74b1c9;
}
.list-ic li::before {
  position: absolute;
  z-index: -1;

  content: "";
}
.list-ic.horizontal li {
  position: relative;

  display: inline-block;
  width: 15%;
}
.list-ic.horizontal li p {
  position: absolute;
  top: 30px;

  font-size: 14px;
  font-weight: bold;
  line-height: 14px;

  text-transform: uppercase;
}

.list-ic.horizontal li span {
  position: absolute;
  top: -15px;
  left: 50%;

  display: flex;

  font-size: 15px;

  transform: translateX(-50%);

  color: #74b1c9;
  border: 4px solid #74b1c9;
  background: #fdc20f;

  align-items: center;
  justify-content: center;
}
.list-ic.horizontal li::before {
  top: -2px;
  left: -50%;

  width: 100%;
  height: 0.2em;

  background: #74b1c9;
}
.list-ic.vertical {
  padding: 0;
  margin: 0;
}
.list-ic.vertical li {
  list-style-type: none;

  text-align: left;
}
.list-ic.vertical li span {
  margin: 1.4em 0;
}
.list-ic.vertical li::before {
  top: -30px;
  left: 18px;

  width: 0.2em;
  height: 4em;

  background: #74b1c9;
}
.list-ic li:first-child::before {
  display: none;
}
.list-ic .active {
  background: #74b1c9;
}
.list-ic .active ~ li {
  background: #74b1c9;
}
.list-ic .active ~ li::before {
  background: #74b1c9;
}

.atencion-post-venta .accion {
  display: inline-block;
  padding: 30px 60px;
  margin: 0 auto;
  margin-top: 60px;

  font-weight: bold;

  transition: all 0.2s;
  text-transform: uppercase;

  color: #243250;
  background: #fdc20f;

  align-items: center;
  justify-content: center;
}

.atencion-post-venta .accion:hover {
  color: white;
  background: #253453;
}

.imagenes-avisos-popup {
  max-width: 650px !important;
}

@media only screen and (max-width: 900px) {
  .imagenes-avisos-popup {
    max-width: 100% !important;
  }
}

/* Menu Mobile Nuevo */
#menu-mobile a {
  color: white !important;
}
#menu-mobile {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999;

  height: 80px;

  font-family: "Nunito", sans-serif;
  font-weight: 700;

  user-select: none;

  opacity: 0.95;
}
#menu-mobile ul {
  padding: 0;
  margin: 0;
}
#menu-mobile .menu-mobile- {
  position: relative;
  z-index: 2;
}
#menu-mobile li.boton-menu {
  font-size: 10px;
  font-weight: 700;
  list-style: none;

  text-align: center;
  white-space: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;

  color: #717171;
  background: #151515;
  width: 100%;
  height: 80px;
}

#menu-mobile li.boton-menu a {
  width: 100%;
  height: 80px;
  padding: 0 15px;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu-mobile li.boton-menu:hover {
  cursor: pointer;
}
#menu-mobile li.boton-menu.on {
  transition: all 0.2s;

  color: white !important;
  background: #060606 !important;
}
#menu-mobile li.boton-menu.on img.icon {
  opacity: 1;
}
#menu-mobile li.boton-menu .icon {
  max-width: 20px;

  opacity: 0.3;

  filter: invert(100%);
}
#menu-mobile li.boton-menu div > div {
  display: flex;
  height: 25px;

  align-items: center;
}
#menu-mobile .menu-mobile- li {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
}
#menu-mobile li.boton-opciones-menu img.icon {
  transition: all 0.2s;
  transform: rotate(180deg);
}
#menu-mobile li.boton-opciones-menu.activo img.icon {
  transition: all 0.2s;
  transform: rotate(0deg);
}
#menu-mobile li.boton-opciones-menu.desactivo img.icon {
  transition: all 0.2s;
  transform: rotate(180deg);
}

#menu-mobile li.boton-cotizar-menu {
  color: white;
  background: #003a8a;
}
#menu-mobile li.boton-cotizar-menu .icon {
  opacity: 1;
}

#menu-mobile li.boton-whatsapp-menu {
  color: white;
  background: #4db84d;
}

#menu-mobile li.boton-whatsapp-menu .icon {
  opacity: 1;
}

#menu-mobile .mas-opciones {
  position: absolute;
  right: 0;
  bottom: 80px;
  z-index: 1;

  visibility: hidden;
  max-height: 240px;

  opacity: 0;
}

#menu-mobile .mas-opciones li.boton-menu {
  height: 80px;

  background: #060606 !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);

  backface-visibility: hidden;
}
#menu-mobile .mas-opciones li.boton-menu:first-child {
  border-top-left-radius: 10px;
}
#menu-mobile .mas-opciones.mostrar li.boton-menu {
  transform: translateY(240px);
  animation: mostrar 0.8s forwards;
}

#menu-mobile .mostrar {
  visibility: visible;

  opacity: 1;

  backface-visibility: hidden;
}

@keyframes mostrar {
  to {
    transform: translateY(0);

    opacity: 1 !important;
  }
}

#menu-mobile .ocultar {
  visibility: visible;

  transform: translateY(0px);
  animation: ocultar 0.8s forwards;

  opacity: 1;
}

@keyframes ocultar {
  to {
    visibility: hidden;

    transform: translateY(240px);
  }
}

@media only screen and (min-width: 991px) {
  #menu-mobile {
    display: none;
  }
}

/*Filtros*/

.boton-filtros-todas.activo {
  color: white;
  background: #3a3a3a;
}
.boton-filtros-todas:hover {
  color: white !important;
  background: #3a3a3a;
}

.texto-filtro {
  display: none;
}

.texto-filtro p {
  margin-bottom: 0;
}

.etapas-descripcion h2 {
  margin-bottom: 0;

  font-family: Plain-Thin;
  font-size: 15px;
  font-weight: 700;

  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.etapas-descripcion h2 span:nth-child(1) {
  padding: 5px 15px;

  color: white;
  background: black;
}
.etapas-descripcion h2 span:nth-child(2) {
  padding: 5px 15px;

  background: white;
}

@media only screen and (max-width: 1000px) {
  .etapas-descripcion h2 span {
    display: block;
  }
}
.etapas-descripcion p {
  margin-top: 15px;
}

.btn-ws-2024 {
  background: #09af47;
}

section.accesos .boton.btn-ws-2024 .bajada {
  color: white;
}

.etiquetas-fotografias {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;

  padding: 10px;

  font-size: 11px;

  letter-spacing: 0.6px;

  color: white;
  border-top-left-radius: 0.375rem;
}

.etiquetas-fotografias img {
  max-width: 20px;
  margin-right: 10px;
}

@media only screen and (max-width: 991px) {
  .modelos {
    margin: 15px;
  }

  .ubicacion .border-right {
    border: 0 !important;
  }
}

:root {
  --fancybox-zIndex: 99999999;
}

/* Scroll en Fancybox para mobile cuando el contenido es muy largo */
@media (max-width: 768px) {
  .fancybox__content {
    max-height: 90vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

section#ampliamiento {
  background: wh ite;
  background: rgb(170, 170, 170);
  background: linear-gradient(
    180deg,
    rgb(232 232 232) 0%,
    rgba(255, 255, 255, 0.7567401960784313) 49%,
    rgba(255, 255, 255, 0.8323704481792717) 100%
  );
}

section#ampliamiento h2 {
  margin-bottom: 15px;
}

.f-html {
  padding: 0px !important;
}

/* Cards de contacto (Teléfono / WhatsApp y Contáctanos) */
.contacto-card {
  border: 1px solid rgba(255, 255, 255, 0.12);

  padding: 24px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.contacto-card-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.contacto-card-icono {
  flex-shrink: 0;
  margin-top: 2px;
}
.contacto-card-icono .icon {
  width: 26px;
  height: 26px;
}
.contacto-card-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contacto-card-label {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.contacto-card-valor {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  word-break: break-all;
}
.contacto-card-valor a {
  color: #fff;
  text-decoration: none;
}
.contacto-card-valor a:hover {
  text-decoration: underline;
}
.contacto-card-botones {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: auto;
}
.contacto-card-botones a {
  flex: 1 1 auto;
}
.contacto-card-botones .button {
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

/* Botón borrar datos personales (footer) */
.imsa-borrar-datos-footer {
  background: none;
  border: none;
  padding: 0;
  margin-right: 16px;
  font-size: 11px;
  color: #aaa;
  text-decoration: underline;
  cursor: pointer;
  vertical-align: baseline;
}
.imsa-borrar-datos-footer:hover {
  color: #c0392b;
}

/* Toast de confirmación */
.imsa-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  background: #222;
  color: #fff;
  font-size: 13px;
  padding: 12px 22px;
  border-radius: 6px;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  z-index: 99999;
  white-space: nowrap;
  pointer-events: none;
}
.imsa-toast--visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.waze {
  background: #0099ff !important;
}

.waze img {
  opacity: 1 !important;
  filter: invert(0%) !important;
}

section.corporativo .wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  z-index: 0;
}
section.corporativo .wp-block-cover,
.wp-block-cover-image:before,
.wp-block-cover:before {
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: inherit;
  content: "";
}
