/*  Theme Name: Template Baez
 *  Theme URI: http://www.baezsaavedra.com
 *  Author: Baez Saavedra
 *  Author URI: http://www.baezsaavedra.com
 *  Description: Template para Baez Saavedra
 *  Version: 1.0
 *  License: GNU General Public License v2 or later
 *  License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *  Text Domain: template_baez */
a {
  text-decoration: none;
}

body, html {
  height: 100%;
}

body, html, h1, h2, h3, h4, li, p, ul {
  margin: 0px;
  padding: 0px;
}

img {
  border: none;
  display: block;
  vertical-align: bottom;
}

ol {
  padding-left: 20px;
}

#debug {
  background-color: #ff0;
}

#map-canvas {
  width: 100%;
  height: 100%;
}

.mapaGoogle {
  width: 100%;
  height: 300px;
}

#return-to-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10000000;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.alignleft {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}

.alignright {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

@font-face {
  font-family: "raleway_bold";
  font-display: block;
  src: url("fuentes/raleway_bold.eot");
  src: url("fuentes/raleway_bold.eot") format("embedded-opentype"), url("fuentes/raleway_bold.woff") format("woff"), url("fuentes/raleway_bold.ttf") format("truetype"), url("fuentes/raleway_bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-family: "raleway_medium";
  font-display: block;
  src: url("fuentes/raleway_medium.eot");
  src: url("fuentes/raleway_medium.eot") format("embedded-opentype"), url("fuentes/raleway_medium.woff") format("woff"), url("fuentes/raleway_medium.ttf") format("truetype"), url("fuentes/raleway_medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-family: "raleway_regular";
  font-display: block;
  src: url("fuentes/raleway_regular.eot");
  src: url("fuentes/raleway_regular.eot") format("embedded-opentype"), url("fuentes/raleway_regular.woff") format("woff"), url("fuentes/raleway_regular.ttf") format("truetype"), url("fuentes/raleway_regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-family: "raleway_semibold";
  font-display: block;
  src: url("fuentes/raleway_semibold.eot");
  src: url("fuentes/raleway_semibold.eot") format("embedded-opentype"), url("fuentes/raleway_semibold.woff") format("woff"), url("fuentes/raleway_semibold.ttf") format("truetype"), url("fuentes/raleway_semibold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
a {
  color: #0c375a;
}

body {
  font-family: "Arial";
  padding-top: 96px;
}

header {
  background-image: url("img/bg_header.jpg");
  background-repeat: repeat-x;
  background-size: auto 100%;
  padding-bottom: 15px;
  padding-top: 11px;
  position: relative;
  z-index: 1000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
}
header .headerContenedor {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  max-width: 1280px;
}

.derechos {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  font-size: 14px;
}
.derechos .redes {
  font-family: "raleway_regular";
  font-size: 12px;
  margin-top: 10px;
}
.derechos .redes .redesIconos {
  margin-top: 8px;
}
.derechos .redes .redesIconos a {
  color: #4b5c94;
}
.derechos .redes .redesIconos a:hover {
  color: #5e70a9;
}
.derechos .redes .redesIconos a:nth-child(2) {
  color: #7c22b8;
}
.derechos .redes .redesIconos a:nth-child(2):hover {
  color: #9c63c1;
}
.derechos .redes .redesIconos a i.fa-fw {
  color: #fff;
}

nav {
  font-family: "raleway_semibold";
  text-transform: uppercase;
}

#map-canvas {
  height: 100%;
  width: 100%;
}

.alcobasContenedor {
  display: none;
}

.banner {
  width: 100%;
  height: auto;
}
.banner img {
  width: 100%;
  height: auto;
}

.bannerAyuda {
  position: fixed;
  top: 120px;
  right: 0px;
  z-index: 10000;
}
.bannerAyuda img {
  border-radius: 30px 0px 0px 30px;
  height: auto;
  width: 200px;
}

.bannerIndexBusqueda {
  margin-top: 20px;
}

.canal {
  border: 1px dashed #fff;
  margin: 10px;
  padding: 20px;
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 200px;
}
.canal:last-child {
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.canal form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.canal form select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.canal form h2 {
  font-size: 18px;
  padding: 0px;
  text-align: center;
}
.canal form label {
  font-size: 12px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.canal form input[type=text] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.canal form button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #fff;
  margin-top: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ad8c39;
  cursor: pointer;
  border: none;
}
.canal form button:hover {
  background-color: #c4a34a;
}
.canal select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.camposComplementarios {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  font-size: 12px;
  width: 100%;
}

.otracidadDiv {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  width: 100%;
}

.canalIcono {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.canalIcono img {
  margin: 0px 3px;
}

.canalText {
  min-height: 150px;
}
.canalText a {
  color: #ad8c39;
}
.canalText p {
  font-size: 13px;
  line-height: 2em;
  text-align: center;
}
.canalText p.canalTextTelefono {
  font-size: 22px;
}

.canalTextTelefono a {
  color: #fff;
  font-size: 20px;
}

.canalTextTelefonoCorreo a {
  font-size: 16px;
}

.canales {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contedor {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffa500;
}

.datosContacto {
  background-color: #0c375a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  padding: 0px 0px;
}
.datosContacto h2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "raleway_semibold";
  padding: 20px;
  text-align: center;
  font-size: 30px;
}

.datosContactoContenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.datosContactoSeperador {
  background-image: url("img/separador_medio.jpg");
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.datosContactoSeperadorContenedor {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0c375a;
  font-family: "raleway_semibold";
  font-size: 32px;
  height: 43px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 36px;
  margin: auto;
  max-width: 800px;
}
.datosContactoSeperadorContenedor img {
  margin-right: 20px;
}
.datosContactoSeperadorContenedor.separador-formulario-agendar-cita {
  max-width: 100%;
  margin-bottom: 38px;
}
.datosContactoSeperadorContenedor.separador-formulario-agendar-cita.separador-solicitud-estudio {
  margin-top: 90px;
  margin-bottom: 0px;
}

.datosForm {
  margin-left: 25px;
}
.datosForm form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 338px;
}
.datosForm form button {
  background-color: #ad8c39;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
  padding: 10px;
  width: 100%;
}
.datosForm form button:hover {
  background-color: #c09b40;
}
.datosForm form label {
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.datosForm form select {
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.datosForm form input[type=text] {
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.datosTexto {
  background-image: url("img/bandera.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 338px;
}

.datosTextoInfo {
  background-color: #06243e;
  width: 300px;
  margin: auto;
  padding: 20px 20px 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.datosTextoInfo p:first-child {
  line-height: 2em;
}

.datosTextoInfoRedes {
  margin-top: 20px;
}

.datosTextoInfoRedesIconos {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.datosTextoInfoRedesIconos img {
  margin-right: 10px;
}

.datosTextoInfoWatsapp {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.datosTextoInfoWatsapp img {
  margin-right: 10px;
}

.datosTextoLogo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.destacados {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #0c375a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.destacados h2 {
  color: #fff;
  font-family: "raleway_semibold";
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.destacados .destacado {
  margin: 10px;
}
.destacados .destacado .destacadoFoto {
  height: 200px;
  overflow: hidden;
  width: 300px;
  border: 4px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}
.destacados .destacado .destacadoFoto img {
  height: auto;
  width: 100%;
}
.destacados .destacado .destacadoPrecio {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  margin-top: 20px;
}
.destacados .destacado .destacadoDestino {
  color: #fff;
  text-align: center;
  line-height: 1em;
}

.formOrbisContenedor {
  max-width: 1160px;
  margin: auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.formOrbis {
  border: none;
  width: 100%;
  min-height: 400px;
}

.formulario {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 20px;
}
.formulario button {
  padding-left: 30px;
  padding-right: 20px;
  background-color: #0c375a;
  color: #fff;
  cursor: pointer;
  border: none;
  border-bottom: 2px solid rgba(29, 103, 177, 0.5);
  background-image: url("img/lupa.png");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  font-size: 14px;
  height: 40px;
}
.formulario button:hover {
  background-color: #125287;
}
.formulario form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.formulario select {
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 40px;
}
.formulario h2 {
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
  margin-bottom: 20px;
}
.formulario .codigo {
  width: 70px;
}
.formulario .formularioCodigo {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.formulario .formularioCodigo a {
  background-color: #0c375a;
  border: none;
  border-bottom: 2px solid rgba(29, 103, 177, 0.5);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formulario .formularioCodigo a:hover {
  background-color: #125287;
}

.formularioConsignacion {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 600px;
}
.formularioConsignacion h1 {
  color: #0c375a;
  font-family: "raleway_semibold";
}
.formularioConsignacion label {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 3px;
}
.formularioConsignacion form {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formularioConsignacion form .calcobasContenedor {
  display: none;
}
.formularioConsignacion form .cotracidadDiv {
  display: none;
}
.formularioConsignacion form .dato {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  width: 300px;
}
.formularioConsignacion form .formButton {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.formularioConsignacion form .formButton .dato {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.formularioConsignacion form button {
  background-color: #0c375a;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 10px 20px;
}
.formularioConsignacion form button:hover {
  background-color: #125287;
}

.logo {
  margin-right: 20px;
}

.lonja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lonja a {
  margin: 5px;
}

.mapaGoogle {
  height: 400px;
  width: 600px;
}

.mapaIlustrado {
  width: 577px;
  height: 400px;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.mapaIlustrado a {
  color: #3c3c3c;
}
.mapaIlustrado a span {
  color: #243a5a;
  font-weight: bold;
}

.mapaIlustradoBucaramangaNm {
  position: absolute;
  top: 160px;
  left: 270px;
}

.mapaIlustradoFloridaNm {
  position: absolute;
  top: 270px;
  left: 300px;
}

.mapaIlustradoOtrosNm {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.mapaIlustradoOtrosNm ul {
  list-style: none;
  list-style-type: none;
}

.opciones {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.opcion {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "raleway_semibold";
  margin: 5px;
  padding: 20px;
  width: 242px;
  border: 1px dashed #fff;
}
.opcion h2 {
  color: #fff;
  font-size: 26px;
  font-weight: lighter;
  margin-bottom: 43px;
  text-align: center;
}
.opcion a {
  color: #fff;
}
.opcion .opcionImagen {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.opcion:nth-child(even) {
  background: #0c375a;
}
.opcion:nth-child(odd) {
  background: #ba8e2f;
}

.paginaFoto img {
  width: 100%;
  height: auto;
}

.paginaTexto {
  padding: 20px;
  line-height: 1.5em;
  font-family: "raleway_medium";
}
.paginaTexto strong {
  font-family: "raleway_bold";
  font-weight: lighter;
}

.paginaTextoContenedor {
  margin: auto;
  max-width: 1000px;
}
.paginaTextoContenedor p {
  margin-bottom: 1em;
}

.paginaTextoContructores {
  background-color: #0c375a;
  color: #fff;
}
.paginaTextoContructores .paginaTextoContenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.paginaTextoContructores .paginaTextoContenedor h1 {
  margin-bottom: 30px;
  margin-top: 20px;
}

.paginaTextoContructoresServicio {
  border: 1px dashed #fff;
  font-size: 14px;
  margin: 12px;
  font-family: "raleway_medium";
  width: 300px;
  font-weight: lighter;
}
.paginaTextoContructoresServicio h2 {
  background-color: #ba8e2f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "raleway_semibold";
  font-weight: lighter;
}
.paginaTextoContructoresServicio ol {
  list-style-type: lower-alpha;
}

.paginaTextoContructoresServicioTexto {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.proyecto {
  margin: 10px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  padding: 10px;
  background-color: #fff;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.proyecto h1 {
  color: #0c375a;
  font-size: 24px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.proyecto pre a {
  background-color: #0c375a;
  color: #fff;
  padding: 10px 10px;
  font-family: "Arial";
  font-size: 14px;
}
.proyecto pre a:hover {
  background-color: #104b7c;
}
.proyecto h2 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
  text-decoration: none;
  color: #002643;
}
.proyecto p {
  margin: 0px;
  padding: 0px;
  text-align: center;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  color: #002643;
}
.proyecto:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.proyecto h2, .proyecto h3 {
  color: #0c375a;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.redesSociales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rosaDeLosVientos {
  width: 139px;
  height: 139px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-image: url("img/rosa_de_los_vientos.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.tituloProyectosVigentes {
  background-color: #0c375a;
  color: #fff;
  padding-top: 20px;
  text-align: center;
}
.tituloProyectosVigentes h1 {
  background-color: #ba8e2f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "raleway_semibold";
  padding: 20px;
}

.verTodosInmuebles {
  color: #0c375a;
  font-size: 32px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}

.verTodosInmueblesBtn {
  background-color: #0c375a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  padding: 20px;
  width: 100%;
  border-radius: 15px;
}
.verTodosInmueblesBtn:hover {
  -webkit-box-shadow: inset 0px 0px 20px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0px 0px 20px rgba(255, 255, 255, 0.3);
}

.politicaDeDatos {
  margin-top: 10px;
  font-size: 11px;
}
.politicaDeDatos a {
  color: #fff;
  text-align: center;
  display: block;
}
.politicaDeDatos p {
  text-align: justify;
  margin-bottom: 1em;
}

.politicaDeDatosAutorizacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  margin-top: 10px;
}

.politicaDeDatosAutorizacionConsignacion {
  width: 100%;
}

.politicaDeDatosContenedorConsignacion {
  padding-left: 10px;
  padding-right: 10px;
}
.politicaDeDatosContenedorConsignacion .politicaDeDatos a {
  color: #000;
  margin-bottom: 10px;
}

.btnFormulario a {
  background-color: #ad8c39;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: auto;
  margin-top: 36px;
  max-width: 180px;
  padding: 10px 20px;
}
.btnFormulario a:hover {
  background-color: #c4a34a;
}

.formularioConsignacionDocumentos {
  margin: auto;
  max-width: 1000px;
  font-size: 14px;
}
.formularioConsignacionDocumentos h1 {
  margin-bottom: 20px;
}
.formularioConsignacionDocumentos h2 {
  color: #0c375a;
  font-size: 24px;
}
.formularioConsignacionDocumentos h3 {
  border-bottom: 1px solid #d8d8d8;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-bottom: 5px;
}
.formularioConsignacionDocumentos h4 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #636363;
}
.formularioConsignacionDocumentos label {
  font-size: 14px;
}
.formularioConsignacionDocumentos form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.formularioConsignacionDocumentos form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f3f3f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}
.formularioConsignacionDocumentos form > div h2 {
  margin-bottom: 10px;
}
.formularioConsignacionDocumentos form > div .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.formularioConsignacionDocumentos form > div .row:last-child {
  margin-bottom: 0px;
}
.formularioConsignacionDocumentos form > div .row .dato {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
  padding: 0px;
  -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.formularioConsignacionDocumentos form > div .row .dato:last-child {
  margin-right: 0px;
}
.formularioConsignacionDocumentos form > div .row .dato label {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-weight: bold;
}
.formularioConsignacionDocumentos form > div .persona {
  margin-bottom: 30px;
  display: none;
}

.formularioConsignacionDocumentos form > div .row .dato input, .formularioConsignacionDocumentos form > div .row .dato select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 30px;
  padding: 5px;
  width: 100%;
}

#deudorSolidario1, #deudorSolidario2, #deudorSolidario3, #deudorSolidario4 {
  display: none;
}

select.error, input.error, textarea.error {
  border: 1px solid #f00;
}

input[type=checkbox].error {
  outline: 1px solid #f00;
}

label.error {
  color: #f00;
  font-size: 10px;
}

.loader {
  display: none;
}

p.trabajo-desde-casa {
  color: #ad8c39;
  line-height: 1.3em;
  margin-top: 10px;
}

.datos-cuarentena {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}
.datos-cuarentena strong {
  color: #ad8c39;
  font-size: 14px;
  font-weight: 400;
  line-height: 2em;
  display: block;
  margin: 0px;
  padding: 0px;
}
.datos-cuarentena p {
  margin-bottom: 1em;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.datos-cuarentena a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.fnd-caja-luz {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.caja-luz {
  max-width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.caja-luz-cerrar {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #0c375a;
  cursor: pointer;
  font-size: 24px;
}

.caja-luz-texto {
  padding: 30px;
  border-radius: 10px 10px 0px 0px;
  background-color: #fff;
  text-align: justify;
}
.caja-luz-texto h2 {
  color: #0c375a;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 0.6em;
}
.caja-luz-texto a {
  background-color: #0c375a;
  overflow: hidden;
  color: #fff;
  display: block;
  margin: auto;
  max-width: 300px;
  text-align: center;
  padding: 20px 0px;
  border-radius: 20px;
  font-size: 14px;
  margin-top: 30px;
  font-weight: 700;
}
.caja-luz-texto p {
  margin-bottom: 1em;
}

.caja-luz-pago {
  padding: 30px;
  border-radius: 0px 0px 10px 10px;
  background-color: #0c375a;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.txt-pago {
  max-width: 300px;
}

.btn-pago {
  background-color: #f00;
  color: #fff;
  text-align: center;
  padding: 14px 20px;
  border-radius: 15px;
  font-weight: 700;
}

.slide {
  position: relative;
}
.slide > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-redes {
  position: absolute;
  bottom: 18px;
  right: 113px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999999;
}
.slide-redes > a {
  margin-left: 10px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.slide-redes > a:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.slide-01 .slide-buttons {
  position: absolute;
  top: 331px;
  right: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slide-01 .slide-buttons > a {
  position: relative;
  background-color: #ba8d2e;
  margin-left: 40px;
  height: 56px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 28px;
  line-height: 1em;
  padding: 0px 22px;
  border-radius: 5px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.slide-01 .slide-buttons > a img {
  position: absolute;
  bottom: -34px;
  left: 24px;
}
.slide-01 .slide-buttons > a:last-of-type img {
  position: absolute;
  bottom: -34px;
  left: auto;
  right: -10px;
}
.slide-01 .slide-buttons > a:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.slide-02 .slide-buttons {
  position: absolute;
  top: 364px;
  right: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slide-02 .slide-buttons > a {
  position: relative;
  background-color: #ba8d2e;
  margin-left: 19px;
  height: 56px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 23px;
  line-height: 1em;
  border-radius: 5px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 254px;
}
.slide-02 .slide-buttons > a img {
  position: absolute;
  bottom: -30px;
  left: -8px;
}
.slide-02 .slide-buttons > a:last-of-type img {
  position: absolute;
  bottom: -30px;
  left: auto;
  right: -10px;
}
.slide-02 .slide-buttons > a:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.slide-03 .slide-buttons {
  position: absolute;
  top: 373px;
  left: 552px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slide-03 .slide-buttons > a {
  position: relative;
  background-color: #ba8d2e;
  height: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 23px;
  line-height: 1em;
  border-radius: 5px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 217px;
}
.slide-03 .slide-buttons > a img {
  position: absolute;
  bottom: -34px;
  left: -17px;
}
.slide-03 .slide-buttons > a:last-of-type {
  margin-left: 47px;
}
.slide-03 .slide-buttons > a:last-of-type img {
  position: absolute;
  bottom: -34px;
  left: auto;
  right: -18px;
}
.slide-03 .slide-buttons > a:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.slide-03 .slide-redes {
  bottom: 36px;
  left: 104px;
  right: auto;
}

.slide-04 .slide-buttons {
  position: absolute;
  top: 389px;
  right: 348px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slide-04 .slide-buttons > a {
  position: relative;
  background-color: #ba8d2e;
  height: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 23px;
  line-height: 1em;
  border-radius: 5px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 195px;
}
.slide-04 .slide-buttons > a img {
  position: absolute;
  bottom: -34px;
  left: -17px;
}
.slide-04 .slide-buttons > a:last-of-type {
  margin-left: 47px;
}
.slide-04 .slide-buttons > a:last-of-type img {
  position: absolute;
  bottom: -30px;
  left: auto;
  right: -19px;
}
.slide-04 .slide-buttons > a:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.slide-04 .slide-redes {
  bottom: 40px;
  right: 50px;
}

.slide-05 .slide-buttons {
  position: absolute;
  top: 340px;
  right: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slide-05 .slide-buttons > a {
  position: relative;
  background-color: #ba8d2e;
  height: 51px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 23px;
  line-height: 1em;
  border-radius: 5px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 418px;
}
.slide-05 .slide-buttons > a img {
  position: absolute;
  bottom: -34px;
  left: -17px;
}
.slide-05 .slide-buttons > a:last-of-type {
  margin-left: 47px;
}
.slide-05 .slide-buttons > a:last-of-type img {
  position: absolute;
  bottom: -32px;
  left: auto;
  right: -7px;
}
.slide-05 .slide-buttons > a:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.slide-05 .slide-redes {
  bottom: 44px;
  right: 84px;
}

.slide-06 .slide-buttons {
  position: absolute;
  top: 340px;
  right: 1083px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slide-06 .slide-buttons > a {
  position: relative;
  background-color: #ba8d2e;
  height: 66px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 23px;
  line-height: 1em;
  border-radius: 5px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 586px;
}
.slide-06 .slide-buttons > a img {
  position: absolute;
  bottom: -34px;
  left: -17px;
}
.slide-06 .slide-buttons > a:last-of-type {
  margin-left: 47px;
}
.slide-06 .slide-buttons > a:last-of-type img {
  position: absolute;
  bottom: -44px;
  left: auto;
  right: 209px;
}
.slide-06 .slide-buttons > a:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.slide-06 .slide-redes {
  bottom: 40px;
  right: auto;
  left: 30px;
}

.slide-07 .slide-buttons {
  position: absolute;
  top: 470px;
  right: 878px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slide-07 .slide-buttons > a {
  position: relative;
  background-color: #ba8d2e;
  height: 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 15px;
  line-height: 1em;
  border-radius: 5px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 224px;
}
.slide-07 .slide-buttons > a img {
  position: absolute;
  bottom: -21px;
  left: 0px;
}
.slide-07 .slide-buttons > a:last-of-type {
  width: 165px;
  margin-left: 38px;
}
.slide-07 .slide-buttons > a:last-of-type img {
  position: absolute;
  bottom: -16px;
  left: auto;
  right: -5px;
}
.slide-07 .slide-buttons > a:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.slide-07 .slide-redes {
  bottom: 40px;
  right: auto;
  left: 30px;
  display: none;
}

.slide-08 .slide-buttons {
  position: absolute;
  top: 455px;
  left: 445px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slide-08 .slide-buttons > a {
  position: relative;
  background-color: #ba8d2e;
  height: 56px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 24px;
  line-height: 1em;
  border-radius: 5px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 350px;
}
.slide-08 .slide-buttons > a img {
  position: absolute;
  bottom: -30px;
  left: -13px;
}
.slide-08 .slide-buttons > a:last-of-type {
  margin-left: 71px;
  width: 255px;
}
.slide-08 .slide-buttons > a:last-of-type img {
  position: absolute;
  bottom: -31px;
  left: auto;
  right: -15px;
}
.slide-08 .slide-buttons > a:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.slide-08 .slide-redes {
  bottom: 37px;
  right: auto;
  left: 103px;
}

.destacados-index-cols {
  max-width: 1300px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 9px;
  margin-bottom: 20px;
}

.destacados-index-col-01 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 720px;
}

.destacados-index-col-01-row-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 51px;
  padding-left: 7px;
  max-width: 97%;
}
.destacados-index-col-01-row-01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 332px;
  height: 118px;
  color: #fff;
  text-align: center;
  background-image: url("img/index_btn_01.png");
  background-repeat: no-repeat;
  background-position: left top;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  padding-left: 28px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.destacados-index-col-01-row-01 a:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.destacados-index-col-01-row-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
  padding-left: 20px;
}
.destacados-index-col-01-row-02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  margin-right: 24px;
}
.destacados-index-col-01-row-02 a span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding-left: 14px;
  line-height: 1em;
  color: #000;
}
.destacados-index-col-01-row-02 a:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  text-decoration: none;
}

.canales-comunicacion {
  background-color: #fff;
  background-image: url("img/fnd_texture_2022.avif");
  background-repeat: no-repeat;
  background-position: center top 38px;
  overflow: hidden;
}

.canales-comunicacion-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 79px;
}
.canales-comunicacion-row:nth-of-type(2) {
  margin-top: -90px;
}
.canales-comunicacion-row:nth-of-type(2) .canal-comunicacion:nth-of-type(2) {
  margin-top: 178px;
}
.canales-comunicacion-row:nth-of-type(2) .canal-comunicacion:first-of-type {
  padding-top: 58px;
}
.canales-comunicacion-row:nth-of-type(2) .canal-comunicacion:first-of-type p {
  text-align: center;
  margin: 0px;
  padding: 0px;
  line-height: 1.25em;
}
.canales-comunicacion-row:nth-of-type(2) .canal-comunicacion:first-of-type h2 {
  background-color: transparent;
  color: #464646;
  font-size: 20.1px;
  margin: 0px;
  padding: 0px;
  min-height: auto;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 4px;
}
.canales-comunicacion-row:nth-of-type(2) .canal-comunicacion:first-of-type .signal {
  background-color: #0c375a;
  margin-top: 48px;
  width: 222px;
  height: 123px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.canales-comunicacion-row:nth-of-type(2) .canal-comunicacion:last-of-type h2 {
  margin-top: 46px;
  font-size: 22px;
  width: 228px;
  min-height: 126px;
  line-height: 1.2em;
}
.canales-comunicacion-row:first-of-type .canal-comunicacion:nth-of-type(2) {
  padding-top: 38px;
}
.canales-comunicacion-row:first-of-type .canal-comunicacion:nth-of-type(2) .canal-comunicacion-telefonos a {
  margin-bottom: 11px;
}
.canales-comunicacion-row:first-of-type .canal-comunicacion:nth-of-type(2) h2 {
  margin: 0px;
  margin-top: 50px;
}
.canales-comunicacion-row:first-of-type .canal-comunicacion:nth-of-type(3) h2 {
  width: 230px;
}

.canal-comunicacion {
  background-color: #fff;
  border: 1px solid #0c375a;
  border-radius: 150px;
  margin: 0px 19px;
  height: 483px;
  width: 285px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 58px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #464646;
  font-size: 17px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.canal-comunicacion:nth-of-type(2) {
  margin-top: 108px;
  height: 493px;
}
.canal-comunicacion h2 {
  background-color: #0c375a;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 60px;
  font-size: 24px;
  text-align: center;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  min-width: 180px;
  min-height: 74px;
  margin-bottom: 63px;
}

.canal-comunicacion-telefonos a, .canal-comunicacion-correos a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.canal-comunicacion-telefonos-img {
  width: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}

.canal-comunicacion-correos-img {
  width: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}

.canal-comunicacion-telefonos a {
  margin-bottom: 50px;
}

.horarios {
  background-color: #fff;
  color: #464646;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 43px;
  padding-bottom: 52px;
}

.horarios-box {
  border: 1px solid #0c375a;
  width: 480px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-radius: 100px;
  padding: 10px 30px;
}
.horarios-box h2 {
  font-size: 20.5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  margin-top: 17px;
  margin-bottom: 9px;
}
.horarios-box p {
  font-size: 20.5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  line-height: 1.1em;
}

.horarios-box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 9px;
}

.horarios-box-col-01 {
  padding-left: 33px;
  width: 189px;
}

.form-comunicacion .canal {
  width: auto;
  max-width: 1000px;
}

.formContacto {
  margin: auto;
  max-width: 1048px;
  padding-top: 14px;
}
.formContacto .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.formContacto .col-md-5 {
  width: 457px;
  max-width: 457px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 457px;
          flex: 0 0 457px;
}
.formContacto .col-md-5 h2 {
  text-align: left;
  padding: 0px;
}
.formContacto .form-group {
  margin: 0px;
  margin-bottom: 24px;
}
.formContacto label {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0px;
  font-size: 16.9px;
  margin-bottom: 5px;
}
.formContacto select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("img/flecha_lista.avif");
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: auto 20px;
}
.formContacto .form-check-label {
  text-transform: none;
}
.formContacto p {
  text-align: justify;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 1em;
  font-size: 12px;
}
.formContacto p a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
}
.formContacto p a:hover {
  text-decoration: none;
}
.formContacto p a strong {
  font-weight: 700;
}
.formContacto button {
  background-color: #ba8d2e;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  border-color: #ba8d2e;
  border-radius: 100px;
  padding: 5px 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.formContacto button:hover {
  background-color: #cd9d36;
  border-color: #cd9d36;
}
.formContacto button:focus {
  background-color: #cd9d36;
  border-color: #cd9d36;
  outline-color: #cd9d36;
}

.datos-contacto-seperador-form {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.datos-contacto-seperador-form .datosContactoSeperadorContenedor {
  max-width: 90%;
  font-size: 38px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
}

.formContactoContainer {
  background-color: #0c375a;
  background-image: url("img/form_index_logo.avif"), url("img/form_index_mujer.avif");
  background-repeat: no-repeat;
  background-position: left top -60px, right bottom -20px;
  background-blend-mode: normal, multiply;
  padding-bottom: 10px;
}

footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("img/fnd_footer.avif");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #464646;
  overflow: hidden;
}
footer ul {
  list-style: none;
  padding: 0px;
  text-align: center;
}
footer ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-decoration: underline;
}
footer h2 {
  text-align: left !important;
  padding: 0px !important;
  font-size: 16.5px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 17px;
}
footer p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14.7px !important;
  line-height: 1.2em;
  margin-bottom: 17px;
}

.footer-container {
  margin: auto;
  max-width: 1280px;
  margin-top: 28px;
}

.footer-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.footer-col-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  margin-bottom: 22px;
}
.footer-redes a {
  margin-left: 10px;
}

.footer-afiliado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f00;
  margin-top: 10px;
  height: 66px;
  width: 172px;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  background-color: #00345b;
  margin-bottom: 24px;
}

.footer-aliados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f00;
  background-color: #00345b;
  margin-top: 10px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  width: 250px;
  overflow: hidden;
  border-radius: 30px;
}
.footer-aliados img {
  width: 100%;
  height: auto;
}

.footer-cols-bottom .footer-col-02 {
  text-align: right;
  padding-top: 25px;
}
.footer-cols-bottom .footer-col-01 p {
  margin-bottom: 13px;
}

.footer-horarios-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-separator {
  width: 100%;
  height: 2px;
  background-color: #0f375a;
  margin-top: 14px;
  margin-bottom: 12px;
}

.footer-horarios-col p {
  margin-bottom: 0px;
}

.footer-horarios-col-01 {
  width: 134px;
}

.footer-cols-top .footer-col-01,
.footer-cols-top .footer-col-03 {
  width: 400px;
}

.footer-cols-top .footer-col-02 {
  padding-top: 72px;
}
.footer-cols-top .footer-col-02 h2 {
  text-align: center !important;
}
.footer-cols-top .footer-col-02 li {
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  margin-bottom: 1.25em;
}
.footer-cols-top .footer-col-02 li:last-of-type {
  margin-bottom: 0em;
}
.footer-cols-top .footer-col-03 h2 {
  font-size: 16px !important;
  margin: 0px !important;
}

.img-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 21px;
}

.separador-formulario {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  background-image: none;
}
.separador-formulario h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 38px;
  padding: 0px;
  margin: 0px;
}

.form-description {
  padding-top: 35px;
  padding-bottom: 26px;
  max-width: 1000px;
  width: 90%;
  margin: auto;
}
.form-description p {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 21.5px;
  line-height: 1.1em;
}

.form-container {
  background-color: #f3f0f0;
  max-width: 1280px;
  margin: auto;
  height: 420px;
  padding: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(30, 30, 30, 0.2);
          box-shadow: 0px 0px 5px 5px rgba(30, 30, 30, 0.2);
}

.form-container-inner {
  background-color: #fff;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 40px;
  border-radius: 12px;
  -webkit-box-shadow: inset 0px 0px 5px 5px rgba(30, 30, 30, 0.2);
          box-shadow: inset 0px 0px 5px 5px rgba(30, 30, 30, 0.2);
}
.form-container-inner label {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.form-container-inner .form-control {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #b3b4b6;
}
.form-container-inner .form-control::-webkit-input-placeholder {
  color: #606060;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.form-container-inner .form-control::-moz-placeholder {
  color: #606060;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.form-container-inner .form-control:-ms-input-placeholder {
  color: #606060;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.form-container-inner .form-control::-ms-input-placeholder {
  color: #606060;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.form-container-inner .form-control::placeholder {
  color: #606060;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.form-container-inner textarea.form-control {
  height: 130px;
}
.form-container-inner h2 {
  text-align: center;
  font-size: 16.6px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
  color: #464646;
  margin-bottom: 10px;
}

.form-copy {
  text-align: left;
  max-width: 1216px;
  margin: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-top: 24px;
  font-size: 16.51px;
}
.form-copy strong {
  font-weight: 700;
}

.form-button-containner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 29px;
  margin-bottom: 63px;
}
.form-button-containner .btn-primary {
  background-color: #ad8c39;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  width: 268px;
  height: 44px;
  font-size: 12.3px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.form-button-containner .btn-primary:hover {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
}

.confirmacion-solicitud {
  margin-top: 62px;
}

.confirmacion-solicitud-copy {
  margin-top: 50px;
}
.confirmacion-solicitud-copy p {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
  font-size: 20.7px;
  line-height: 1.2em;
}
.confirmacion-solicitud-copy p strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.img-form-confirmation-01 {
  margin-top: 28px;
}
.img-form-confirmation-01 img {
  max-width: 100%;
  height: auto;
}

.img-form-avaluo {
  margin-top: 8px;
  margin-bottom: 14px;
}

.form-container-inner-avaluo {
  height: auto;
}

.form-container-avaluo {
  height: auto;
}

.title-agendar-cita {
  margin-bottom: 43px;
}
.title-agendar-cita h2 {
  text-align: center;
  padding: 0px;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 34.5px;
  margin-top: 44px;
}

.separador-formulario-agendar-cita {
  height: 75px;
}

.form-check-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  padding-top: 35px;
}
.form-check-right label {
  display: block;
  margin-right: 0px;
  line-height: 1em;
}
.form-check-right .form-check-input {
  margin-left: 0px;
  display: block;
  position: static;
}

select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("img/flecha_lista.avif");
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: auto 20px;
}

.img-form-credito {
  margin-top: 40px;
}

.para-constructores-banner {
  max-width: 1284px;
  margin: auto;
  margin-top: 23px;
}

.para-constructores-titulo {
  margin-top: 26px;
}
.para-constructores-titulo h2 {
  color: #0c375a;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 37.5px;
}

.para-constructores-servicios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1400px;
  margin: auto;
  background-color: #fff;
  margin-top: 34px;
}

.pagina-contructores-servicio {
  margin: 0px 26px;
  background-color: #f3f0f0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(30, 30, 30, 0.2);
          box-shadow: 0px 0px 2px 2px rgba(30, 30, 30, 0.2);
  position: relative;
  width: 390px;
  margin-bottom: 26px;
}

.pagina-contructores-servicio-interior {
  background-color: #fff;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  -webkit-box-shadow: inset 0px 0px 5px 5px rgba(30, 30, 30, 0.2);
          box-shadow: inset 0px 0px 5px 5px rgba(30, 30, 30, 0.2);
  padding: 0px 19px;
  padding-bottom: 20px;
  padding: 20px;
}
.pagina-contructores-servicio-interior h2 {
  font-size: 13px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #464646;
}
.pagina-contructores-servicio-interior ol {
  list-style-type: lower-alpha;
}
.pagina-contructores-servicio-interior ol li {
  color: #464646;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 13px;
  text-align: justify;
  line-height: 1em;
  margin-bottom: 1.5em;
}
.pagina-contructores-servicio-interior ol li:last-of-type {
  margin-bottom: 0px;
}

.pagina-contructores-servicio-numero {
  position: absolute;
  top: -18px;
  right: -5px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  background-color: #f3f0f0;
  border-radius: 50%;
  color: #0c375a;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 32px;
  -webkit-box-shadow: -4px 4px 2px 0px rgba(30, 30, 30, 0.2);
          box-shadow: -4px 4px 2px 0px rgba(30, 30, 30, 0.2);
}

.pagina-contructores-servicio-foto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0px;
}

.para-constructores-boton {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
.para-constructores-boton a {
  background-color: #ba8d2e;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 12px;
  width: 262px;
  height: 45px;
  border-radius: 6px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1em;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.para-constructores-boton a:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
}

.title-solicitud-estudio h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 35px;
  margin-top: 50px;
}

.introduction-solicitud-estudio {
  max-width: 1150px;
  margin: auto;
  margin-top: 18px;
}
.introduction-solicitud-estudio p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 21px;
  text-align: center;
  line-height: 1.2em;
}

.fnd-forms-solicitud-estudio {
  background-image: url("img/fns_solicitud_estudio.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-attachment: fixed;
  overflow: hidden;
  padding-bottom: 60px;
}

.formulario-solicitud-estudio {
  padding-top: 43px;
  max-width: 996px;
  margin: auto;
  position: relative;
}
.formulario-solicitud-estudio > h2 {
  color: #f00;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #203853;
  font-size: 21px;
  padding-left: 30px;
  margin-bottom: 5px;
}
.formulario-solicitud-estudio .btnRemoverDeudor {
  display: none;
}
.formulario-solicitud-estudio:last-of-type .btnRemoverDeudor {
  display: block;
}

.formulario-solicitud-contenedor {
  background-color: #203853;
  padding: 20px 30px;
  margin-bottom: 30px;
  border-radius: 15px;
}
.formulario-solicitud-contenedor label {
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.control-de-deudores-solidarios {
  max-width: 650px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.control-de-deudores-solidarios button {
  background-color: #ca8e1d;
  border: 1px solid #ca8e1d;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.control-de-deudores-solidarios button:hover {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
}

.solicitud-estudio-terminos {
  color: #203853;
  max-width: 1050px;
  margin: auto;
  margin-top: 40px;
  font-size: 12px;
}
.solicitud-estudio-terminos p {
  font-size: 14px;
  text-align: justify;
  list-style: 1em;
  margin-bottom: 1em;
}

.solicitud-estudio-send-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solicitud-estudio-send-btn button {
  background-color: #203853;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 264px;
  height: 80px;
  border: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 24px;
  border-radius: 34px;
}
.solicitud-estudio-send-btn button:hover {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
}

.img-form-mantenimiento {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 692px;
  padding: 0px;
}
.img-form-mantenimiento > img {
  max-width: 100%;
  height: 100%;
  width: auto;
}

.under-construction {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 100px;
}
.under-construction img {
  width: 200px;
  height: auto;
}

.form-container-mantenimiento {
  height: auto;
}
.form-container-mantenimiento .form-check-input {
  position: absolute;
  margin-top: 0.15rem;
  margin-left: 1rem;
  background-color: #0ff;
  width: 20px;
  height: 20px;
}
.form-container-mantenimiento .form-check {
  position: relative;
  display: block;
  padding-left: 0rem;
}
.form-container-mantenimiento input[type=checkbox] {
  -webkit-filter: sepia(100%) brightness(80%) hue-rotate(170deg) saturate(70%) contrast(300%);
          filter: sepia(100%) brightness(80%) hue-rotate(170deg) saturate(70%) contrast(300%);
}
.form-container-mantenimiento h2 {
  margin-bottom: 20px;
}

.form-container-mantenimiento-1 {
  margin-top: 19px;
}

.form-container-mantenimiento-2 {
  margin-top: 34px;
}

.form-row-mb {
  margin-bottom: 18px;
}

.mantenimiento-fallas-otro-box {
  display: none;
}

.destacados-items {
  background-color: transparent;
  max-width: 1000px;
}
.destacados-items .destacado {
  background-color: transparent;
  width: 300px;
  margin: 13px;
}
.destacados-items .destacado:hover a {
  text-decoration: none;
}

.btnRemoverDeudor {
  padding: 0px;
  margin: 0px;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  right: 0px;
  color: #727272;
  background-color: transparent;
  border-color: transparent;
  font-size: 20px;
}

#formContacto .form-check-input.is-invalid ~ .form-check-label {
  color: #fff;
}

.requisitos-titulo {
  padding-top: 40px;
}
.requisitos-titulo h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #464646;
  font-size: 34px;
}
.requisitos-titulo p {
  max-width: 960px;
  margin: auto;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1em;
  margin-top: 10px;
  font-style: italic;
}

.requisitos-cols-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1126px;
  margin: auto;
  margin-top: 85px;
}
.requisitos-cols-1 .pagina-contructores-servicio {
  margin: 0px;
  width: 523px;
}
.requisitos-cols-1 .pagina-contructores-servicio-numero {
  width: 50px;
  height: 50px;
  font-size: 34px;
  top: -32px;
}
.requisitos-cols-1 .requisitos-col-2 .pagina-contructores-servicio {
  width: 570px;
}

.requsito-foto-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.requsito-foto-text p {
  line-height: 1.1em;
}
.requsito-foto-text img {
  margin-right: 30px;
}
.requsito-foto-text ul {
  margin-top: 10px;
}
.requsito-foto-text ul li {
  line-height: 1.1em;
}

.requisitos-cols-2 {
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: auto;
  margin-top: 40px;
}
.requisitos-cols-2 .pagina-contructores-servicio {
  margin: 0px;
  width: 630px;
}
.requisitos-cols-2 .pagina-contructores-servicio .pagina-contructores-servicio-interior {
  padding: 0px;
}
.requisitos-cols-2 .requisitos-col-1 .pagina-contructores-servicio .pagina-contructores-servicio-interior {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.requisitos-cols-2 .requisitos-col-2 .pagina-contructores-servicio .pagina-contructores-servicio-interior {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.requisitos-cols-2 .requisitos-col-2 .pagina-contructores-servicio .pagina-contructores-servicio-interior .title-requisito {
  border-radius: 50px 0px 0px 50px;
}

.title-requisito {
  background-color: #00345b;
  width: 365px;
  margin-top: 28px;
  height: 130px;
  border-radius: 0px 50px 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-requisito h2 {
  color: #fff;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 20px;
}

.requisitos-col-content {
  width: 100%;
  margin-top: 30px;
}

.requisitos-content-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.columna-requisitos {
  min-height: 730px;
}
.columna-requisitos .pagina-contructores-servicio {
  max-width: 95%;
  margin: auto;
  margin-bottom: 15px;
}
.columna-requisitos .requisitos-content-col-1 {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  margin-left: 20px;
}
.columna-requisitos .requisitos-content-col-2 {
  padding-bottom: 20px;
  padding-right: 20px;
}
.columna-requisitos .requisitos-content-col-2 h2 {
  text-align: left;
  font-size: 18px;
}
.columna-requisitos .requisitos-content-col-2 li {
  text-align: justify;
  font-size: 14px;
  line-height: 1.3em;
}

.requisitos-btn-azul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 966px;
  margin: auto;
  margin-top: 56px;
}
.requisitos-btn-azul a {
  display: block;
  width: 335px;
  color: #fff;
  background-color: #002643;
  height: 96px;
  border-radius: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2em;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.requisitos-btn-azul a:hover {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
  text-decoration: none;
}

.requisitos-titulo-abajo {
  margin-top: 70px;
}
.requisitos-titulo-abajo h2 {
  text-align: center;
  color: #002643;
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 11px;
}
.requisitos-titulo-abajo p {
  text-align: center;
  font-weight: 500;
  font-size: 23.7px;
}

.requisitos-cols-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1250px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 90px;
}
.requisitos-cols-3 .requisitos-col {
  width: 405px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 10px;
}
.requisitos-cols-3 .requisitos-col .marco-exterior {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #f3f0f0;
  padding: 10px;
  border-radius: 17px;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(30, 30, 30, 0.2);
          box-shadow: 0px 0px 2px 2px rgba(30, 30, 30, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.requisitos-cols-3 .requisitos-col .marco-exterior .marco-interior {
  border-radius: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 2px 2px rgba(30, 30, 30, 0.2);
          box-shadow: inset 0px 0px 2px 2px rgba(30, 30, 30, 0.2);
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.requisitos-cols-3 .requisitos-col img {
  width: auto;
  height: 40px;
}

.banner-empresa {
  max-width: 1284px;
  margin: auto;
  margin-top: 23px;
}
.banner-empresa img {
  width: 100%;
  height: auto;
}

.content-empresa {
  max-width: 1284px;
  margin: auto;
  margin-top: 23px;
  margin-bottom: 23px;
}
.content-empresa p {
  text-align: justify;
  margin-bottom: 1em;
  line-height: 1em;
}
.content-empresa ul {
  margin-left: 17px;
}

.texto-nowrap {
  white-space: nowrap;
}

.detalle-otro {
  margin-top: 50px;
  display: none;
}

.titulo-no-banner {
  margin-top: 60px;
}

.proyectos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1400px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.proyecto:hover h2,
.proyecto:hover p {
  text-decoration: none;
  color: #002643;
}

.section-text {
  text-align: center;
  line-height: 1.1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.section-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 300px;
}

.section-button {
  width: 290px;
  height: 200px;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#d4d5d7), to(#fff));
  background: linear-gradient(0deg, #d4d5d7 0%, #fff 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.section-button img {
  height: 100px;
  width: auto;
}
.section-button h2 {
  text-align: center;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #424242;
  margin-top: 20px;
}
.section-button:hover {
  text-decoration: none;
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
}

.inmueble-asesor-horario {
  max-width: 984px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.inmueble-asesor-card {
  width: 560px;
  min-height: 228px;
  border-radius: 10px;
  -webkit-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dfdfe1));
  background: linear-gradient(#fff, #dfdfe1);
}
.inmueble-asesor-card a {
  color: #000;
}
.inmueble-asesor-card a:hover {
  color: #000;
  text-decoration: none;
}

.inmueble-asesor-card-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.inmueble-asesor-card-col-01 {
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 38px;
}

.inmueble-asesor-card-col-02 {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.inmueble-asesor-card-col-02 h2 {
  font-size: 16.6px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #d3d2d3;
  margin-bottom: 17px;
}

.inmueble-asesor-card-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 13px;
}
.inmueble-asesor-card-data img {
  margin-right: 13px;
}

.inmueble-asesor-horario-data {
  margin-top: 66px;
  width: 358px;
  border: 1px solid #000;
  border-radius: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 14px;
  padding-bottom: 10px;
  margin-bottom: 66px;
}
.inmueble-asesor-horario-data h2 {
  font-size: 16.3px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000;
  margin-top: 14px;
  margin-bottom: 23px;
  line-height: 1.3em;
}
.inmueble-asesor-horario-data p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.2em;
}

.inmueble-asesor-horario-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0px;
}

.inmueble-asesor-horario-col-01 {
  width: 155px;
}

.asesoras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1200px;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 40px;
}

.asesora {
  margin: 0px 0px;
}

.horarios-asesoras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
}

.asesora-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.asesora-buttons a {
  line-height: 1em;
  background-color: #a47a21;
  width: 190px;
  height: 50px;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: center;
  margin: 0px 9px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.asesora-buttons a:hover {
  text-decoration: none;
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
}

.banners-inicio {
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 5px 5px rgba(83, 83, 83, 0.2);
          box-shadow: 0px 5px 5px rgba(83, 83, 83, 0.2);
}

.titulo-gris {
  background-image: url("img/separador_medio.jpg");
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.titulo-gris h2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0c375a;
  font-family: "raleway_semibold";
  font-size: 32px;
  height: 43px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 36px;
  margin: auto;
  max-width: 730px;
}

.slick-prev {
  background-image: url("img/flecha_izq_inmuebles.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 20px;
  height: 20px;
}
.slick-prev:hover {
  background-image: url("img/flecha_izq_inmuebles.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 20px;
  height: 20px;
}
.slick-prev:before {
  content: "";
}

.slick-next {
  background-image: url("img/flecha_der_inmuebles.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 20px;
  height: 20px;
}
.slick-next:hover {
  background-image: url("img/flecha_der_inmuebles.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 20px;
  height: 20px;
}
.slick-next:before {
  content: "";
}

.page-id-377 #destacados {
  margin-top: 71px;
}
.page-id-377 .datosContactoSeperador.titulo-no-banner {
  margin-top: 60px;
  margin-bottom: 60px;
}

.asesora-top-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0px;
}
.asesora-top-link a {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.asesora-top-link a:hover {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
}

.titulo-asesoras {
  margin-top: 120px;
}

#mapaInicio h2 {
  color: #223a58;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}

.whatsapp {
  bottom: 5px;
  position: fixed;
  right: 5px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.whatsapp > ul {
  background-color: #25d366;
  color: #fff;
  border-radius: 15px;
  padding: 10px 10px;
  display: none;
}
.whatsapp > ul.show {
  display: block;
}
.whatsapp ul.show {
  display: block;
}
.whatsapp ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #fff;
  gap: 8px;
  font-size: 14px;
  line-height: 1em;
  padding: 5px 0px;
  cursor: pointer;
}
.whatsapp ul li:last-of-type {
  border: none;
}
.whatsapp ul li.vendedores {
  display: block;
  border-bottom: none;
}
.whatsapp ul li.vendedores div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 5px 0px;
  border-bottom: 1px dotted #fff;
}
.whatsapp ul li.vendedores ul {
  padding-left: 20px;
  display: none;
}
.whatsapp ul li.vendedores ul.show {
  display: block;
}
.whatsapp ul li.vendedores ul li:last-of-type {
  border: none;
}
.whatsapp ul li a {
  color: #fff;
  text-decoration: none;
}
.whatsapp ul li a:hover {
  text-decoration: none;
}
.whatsapp button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  gap: 8px;
}
.whatsapp button img {
  z-index: 30;
}
.whatsapp button span {
  color: #fff;
  background-color: #25d366;
  margin-left: -30px;
  z-index: 20;
  padding: 5px 30px;
  padding-left: 40px;
  border-radius: 25px;
  font-size: 14px;
  line-height: 1em;
}

.banner-top-busqueda {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.banner-top-busqueda:hover {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
}

@media screen and (max-width: 1300px) {
  .destacados-index-cols {
    max-width: 95%;
  }
  .footer-container {
    max-width: 95%;
  }
  .mapaIlustrado {
    width: 483px;
  }
}
@media screen and (max-width: 1280px) {
  .form-container {
    max-width: 95%;
  }
  .para-constructores-banner {
    max-width: 95%;
  }
  .para-constructores-banner img {
    width: 100%;
    height: auto;
  }
  .requisitos-cols-2 .pagina-contructores-servicio {
    width: 590px;
  }
  .requisitos-cols-2 {
    max-width: 95%;
  }
  .requisitos-cols-3 {
    max-width: 95%;
  }
  .requisitos-cols-3 .requisitos-col {
    width: 390px;
  }
  header .headerContenedor {
    max-width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  header .headerContenedor {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .headerContenedor nav {
    width: 100%;
  }
  #return-to-top {
    bottom: 75px;
  }
  .bannerAyuda {
    top: 230px;
    display: none;
  }
  .bannerAyuda a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 30px 0px 0px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 110px;
    overflow: hidden;
  }
  .bannerAyuda a img {
    margin-top: 20px;
  }
  #cssmenu > ul {
    overflow-y: auto;
  }
  #cssmenu > ul > li > a {
    padding: 10px 10px;
  }
  #cssmenu ul ul li a {
    color: #0c375a;
  }
  .submenu-button {
    height: 38px;
  }
  .destacados-index-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mapaIlustrado {
    margin-top: 30px;
  }
  .destacados-items {
    max-width: 90%;
  }
  .datos-contacto-seperador-form .datosContactoSeperadorContenedor {
    text-align: center;
    font-size: 34px;
  }
  .formContacto {
    max-width: 95%;
  }
  .form-copy {
    max-width: 95%;
  }
  .form-row-mb {
    margin-bottom: 0px;
  }
  .img-form-mantenimiento {
    height: auto;
  }
  header .headerContenedor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    max-width: 95% !important;
  }
  .contenedorBusquedaSuperior {
    max-width: 95% !important;
  }
  .contenedorBusqueda {
    max-width: 95% !important;
  }
  .resultados {
    width: auto;
  }
  .resultadoValores {
    width: auto;
    min-width: 0px !important;
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .resultado {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    padding: 0px !important;
  }
  .resultadoFoto img {
    width: 100% !important;
    border-radius: 20px 20px 0px 0px;
  }
  .resultadoInfo h2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .resultados {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .resultado {
    padding-bottom: 10px !important;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 9px;
    width: 20px;
    border-top: 2px solid rgb(70, 70, 70);
    border-bottom: 2px solid rgb(70, 70, 70);
    content: "";
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #000000;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .requisitos-cols-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .requisitos-col.requisitos-col-1 {
    margin-bottom: 40px;
  }
  .requisitos-cols-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .requisitos-btn-azul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .requisitos-btn-azul:first-of-type {
    margin-bottom: 30px;
  }
  .requisitos-titulo-abajo {
    max-width: 95%;
    margin: auto;
    margin-top: 30px;
  }
  .requisitos-cols-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .requisitos-cols-3 .requisitos-col {
    margin-bottom: 30px;
  }
  .pestanna {
    display: none;
  }
  .asesoras {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #mapaInicio {
    margin-top: 20px;
  }
  body {
    padding-top: 142px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .lonja {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .derechos {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .redesSociales {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .canales {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contedor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px;
  }
  .contedor .formulario {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contedor .mapaIlustrado {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .caja-luz {
    max-width: 90%;
    max-width: 90%;
    max-height: 100vh;
    overflow-y: auto;
  }
  .canal {
    padding-top: 30px;
  }
  .caja-luz-pago {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin: 25px 0px;
  }
  #filtro1 img {
    width: 100%;
    height: auto;
  }
  .datosContactoSeperadorContenedor {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-top: 10px;
    line-height: 1em;
  }
  .datosContactoSeperadorContenedor img {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .datosForm {
    margin-left: 0px;
  }
  .datosForm form button {
    margin-bottom: 30px;
  }
  .formulario {
    width: 100%;
    margin-right: 0px;
    height: auto;
  }
  .formulario button {
    height: 45px;
    margin-top: 20px;
  }
  .formulario select {
    width: 100%;
  }
  .formularioCodigo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .formularioCodigo input {
    height: 40px;
    width: 300px;
  }
  .mapaIlustradoBucaramangaNm {
    left: 200px;
  }
  .mapaIlustradoFloridaNm {
    left: 230px;
  }
  .alignright {
    clear: both;
    float: none;
    margin: auto;
    max-width: 95%;
  }
  .verTodosInmuebles {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .canales-comunicacion {
    background-image: none;
  }
  .canales-comunicacion-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px;
    padding: 0px;
  }
  .datosContactoSeperador {
    padding-bottom: 10px;
  }
  .datosContactoSeperador .canal-comunicacion:nth-of-type(2) {
    margin: 0px;
  }
  .datosContactoSeperador .canales-comunicacion-row:nth-of-type(2) {
    margin: 0px;
  }
  .datosContactoSeperador .canales-comunicacion-row:nth-of-type(2) .canal-comunicacion:nth-of-type(2) {
    margin: 0px;
  }
  .canal-comunicacion {
    margin: 0px 0px;
    height: auto;
  }
  .datosContactoSeperador {
    padding-bottom: 20px;
  }
  .datos-contacto-seperador-form {
    height: auto;
  }
  .footer-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-cols-top .footer-col-01 {
    width: 95%;
  }
  .footer-cols-top .footer-col-03 {
    width: 95%;
  }
  .footer-col-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-cols-top .footer-col-02 {
    width: 95%;
    text-align: left !important;
    margin-top: 0px;
  }
  .footer-cols-top .footer-col-02 h2 {
    text-align: left !important;
  }
  footer ul {
    text-align: left !important;
  }
  .footer-col-03 {
    margin-top: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-cols-top .footer-col-02 {
    padding-top: 30px;
  }
  .footer-cols-bottom .footer-col-01 p {
    text-align: center;
  }
  .footer-cols-bottom .footer-col-02 p {
    text-align: center;
  }
  .img-form img {
    max-width: 100%;
    height: auto;
  }
  .form-container {
    height: auto;
  }
  .barraBusqueda {
    margin: 0px !important;
  }
  .contenedorBusqueda.contenedorBusquedaSuperior {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .busquedaSuperior {
    width: 90% !important;
  }
  .bannerBusqueda {
    width: 100% !important;
  }
  .banner-top-busqueda {
    width: 100%;
  }
  .banner-top-busqueda img {
    width: 100% !important;
    height: auto;
  }
  .inmueble-cols {
    max-width: 90% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .inmueble-col-01 {
    width: 100% !important;
  }
  .inmueble-col-02 {
    width: 100% !important;
    margin-top: 20px !important;
  }
  .inmueble-map-buttons {
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .inmueble-description {
    max-width: 90% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .titulo-inmueble-contacto {
    max-width: 90% !important;
  }
  .inmueble-asesor-horario {
    max-width: 90% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .canales-comunicacion {
    padding-top: 30px;
  }
  .canales-comunicacion .canales-comunicacion-row .canal-comunicacion {
    padding-bottom: 60px;
    margin-bottom: 10px;
  }
  .canales-comunicacion .canales-comunicacion-row .canal-comunicacion:nth-of-type(2) {
    margin: 0px;
    margin-bottom: 10px;
  }
  .canales-comunicacion .canales-comunicacion-row:nth-of-type(2) {
    margin: 0px;
  }
}
@media screen and (max-width: 670px) {
  .destacados-index-col-01-row-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .destacados-index-col-01-row-02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .destacados-index-col-01-row-02 {
    margin-bottom: 20px;
  }
  .contenedorBusqueda {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .contenedorBusqueda .barraBusqueda {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .requisitos-titulo {
    max-width: 95%;
    margin: auto;
  }
  .pestanna {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .formContacto .col-md-5 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .mapaIlustrado {
    width: 100%;
  }
  .destacados-items {
    width: 80%;
  }
  .horarios-box {
    width: 100%;
    border-radius: 0px;
    height: auto;
  }
  .horarios-box-col-01 {
    padding-left: 5px;
    width: 128px;
  }
  .form-check {
    margin-bottom: 20px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    width: 250px;
  }
  .form-container-mantenimiento .form-check-input {
    position: static;
    display: block;
    margin: 0px;
  }
  .barraBusqueda {
    width: auto !important;
  }
  .requisitos-cols-1 .pagina-contructores-servicio {
    width: 95%;
  }
  .requisitos-cols-1 .requisitos-col-2 .pagina-contructores-servicio {
    width: 95%;
  }
  .requisitos-cols-3 .requisitos-col {
    width: 95%;
  }
  .requisitos-cols-3 .requisitos-col img {
    height: 35px !important;
  }
  .requisitos-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .requisitos-cols-2 .pagina-contructores-servicio {
    width: 95%;
  }
  .title-requisito {
    width: 95%;
  }
  .requisitos-content-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 30px;
  }
  .mapaGoogle {
    width: 310px !important;
  }
  .inmueble-asesor-card {
    width: 100% !important;
  }
  .inmueble-asesor-card-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .inmueble-buttons {
    width: 100% !important;
  }
  .asesora-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .asesora-buttons a {
    margin-bottom: 10px;
  }
  #mapaInicio img {
    max-width: 100%;
  }
  .barraBusqueda {
    max-width: 95%;
    margin: auto !important;
  }
  .resultados {
    max-width: 95%;
    margin: auto;
  }
  .resultado-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .resultadoInfo {
    max-width: 95%;
    padding: 0px;
    margin: auto;
  }
  .resultadoFoto {
    width: 100%;
    height: 200px;
  }
  .resultadoAcciones {
    max-width: 95%;
    margin: auto;
    margin-top: 10px;
  }
}
@media screen and (max-width: 350px) {
  .horarios-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 8px;
  }
  .horarios-box p {
    font-size: 15px;
  }
  .resultadoAcciones {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .resultadoAcciones a {
    width: 100% !important;
    margin-top: 20px;
  }
  .barraBusqueda {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    margin: auto;
  }
  .filtro-izq {
    width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0px !important;
  }
  .agente {
    margin: 0px !important;
    width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .agente-horario {
    width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/*# sourceMappingURL=style.css.map */