/* Theme Name: Gestión Externa
Theme URI: https://gestionexterna.com.co
Author: Xlogam
Autor URI: https://www.xlogam.com
Description: Sitio Web para Gestión Externa
Version: 1.0; */
a {
  text-decoration: none;
}
body,
html {
  height: 100%;
}
img {
  border: none;
  display: block;
  vertical-align: bottom;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #6e6e6e;
  font-size: 14px;
}
img {
  max-width: 100%;
  height: auto;
}
.contenedor {
  margin: auto;
  max-width: 1200px;
}
.header-cols {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
}
.header-col-2 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  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;
}
.header-datos {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 16px;
  font-weight: 700;
}
.header-datos i {
  color: #897535;
}
.header-datos a {
  color: #6e6e6e;
  font-weight: 700;
  margin: 0px 8px;
}
.header-datos a:hover {
  text-decoration: none;
}
.header-menu {
  margin-top: 10px;
}
.separador-dos-colores {
  height: 3px;
  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;
}
.separador-dos-colores-color-1 {
  width: 50%;
  height: 100%;
  background-color: #1d1f5d;
}
.separador-dos-colores-color-2 {
  width: 50%;
  height: 100%;
  background-color: #897535;
}
.banner img {
  max-width: 100%;
  height: auto;
}
.titulo,
.contenedor-single-proyecto h2,
h1 {
  background-image: url("img/marcador_titulo_v.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #897535;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.titulo strong,
.contenedor-single-proyecto h2 strong,
h1 strong {
  font-weight: 700;
  color: #1d1f5d;
}
.noticias-inicio {
  -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;
  margin: auto;
  max-width: 1320px;
}
.noticia-inicio {
  max-width: 380px;
  margin: 0px 10px;
}
.noticia-inicio h2 {
  color: #1d1f5d;
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
  margin: 8px 0px;
  padding: 0px;
  text-align: center;
}
.noticia-inicio h2 strong {
  color: #897535;
}
.noticia-inicio p {
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0px;
  padding: 0px 10px;
  margin-bottom: 1em;
  text-align: center;
}
.noticia-leer-mas {
  -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;
}
.noticia-leer-mas a {
  background-color: #897535;
  color: #fff;
  display: block;
  padding: 5px 10px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.noticia-leer-mas a:hover {
  text-decoration: none;
  background-color: #1d1f5d;
}
.banner-servicios-inmobiliairios {
  margin-top: 37px;
  background-color: rgba(0,0,0,0.2);
  min-height: 261px;
  background-image: url("img/sala.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  position: relative;
  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;
}
.banner-servicios-inmobiliairios .banner-servicios-inmobiliairios-contenido {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner-servicios-inmobiliairios .banner-servicios-inmobiliairios-contenido h2 {
  color: #fff;
  text-align: center;
  font-size: 45px;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: 3px 3px 3px rgba(0,0,0,0.4);
  margin-bottom: 30px;
}
.banner-servicios-inmobiliairios .banner-servicios-inmobiliairios-contenido a {
  background-color: #897535;
  color: #fff;
  padding: 8px 10px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.banner-servicios-inmobiliairios .banner-servicios-inmobiliairios-contenido a:hover {
  background-color: #1d1f5d;
  text-decoration: none;
}
.banner-servicios-inmobiliairios:hover a {
  -webkit-transform: scale(1.5, 1.5);
      -ms-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
}
.banner-servicios-inmobiliairios .t-inmobiliaria {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.servicios-columnas {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  max-width: 720px;
}
.servicio-columna {
  width: 49%;
}
.servicio-inicio h2 {
  color: #1d1f5d;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 700;
  padding-left: 30px;
  background-image: url("img/vinneta_titulo_servicio.svg");
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: auto 25px;
}
.servicio-inicio p {
  color: #6e6e6e;
  font-size: 14px;
  line-height: 2.4em;
  padding-left: 30px;
}
.servicio-inicio p a {
  color: #6e6e6e;
}
.aliados {
  max-width: 90%;
  margin: auto;
}
.aliado {
  margin: 0px 10px;
}
.aliado img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.aliado:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.slick-prev:before,
.slick-next:before {
  color: #897535 !important;
}
.mapa-google {
  height: 400px;
}
.oficinas {
  max-width: 1200px;
  margin: auto;
  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;
}
.oficinas .oficina {
  width: 49%;
}
.oficinas .oficina .mapa-google {
  height: 400px;
}
.oficinas .oficina h2 {
  color: #897535;
  font-size: 20px;
  text-align: center;
}
.oficinas .oficina p {
  text-align: center;
}
.franja-inferior {
  background-color: #f00;
  height: 20px;
  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;
}
.franja-inferior-cen {
  background-image: url("img/franja_inferior.svg");
  background-color: #008000;
  width: 101px;
}
.franja-inferior-izq {
  background-color: #1d1f5d;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.franja-inferior-der {
  background-color: #897535;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contactenos-inicio-cols {
  max-width: 1200px;
  margin: auto;
  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;
}
.contactenos-inicio-cols button {
  color: #fff;
  background-color: #897535;
  border: none;
  border-radius: 0px;
  padding: 5px 20px;
}
.contactenos-inicio-cols .form-control {
  border-color: #897535;
}
.contactenos-inicio-cols label {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #1d1f5d;
  font-size: 18px;
}
.contactenos-inicio-col {
  width: 40%;
  margin: 0px 20px;
}
.dato-footer {
  color: #6e6e6e;
}
.dato-footer a {
  color: #6e6e6e;
}
.dato-footer-titulo {
  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;
}
.dato-footer-titulo h2 {
  padding: 0px;
  margin: 0px;
  line-height: 1em;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #1d1f5d;
  font-size: 20px;
  margin-bottom: 6px;
}
.dato-footer-icono {
  background-color: #897535;
  width: 30px;
  height: 30px;
  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;
  font-size: 18px;
  margin-right: 10px;
}
.dato-footer-contenido {
  padding-left: 40px;
  font-size: 16px;
}
.dato-footer-contenido h3 {
  color: #897535;
  font-size: 17px;
}
.derechos {
  margin-top: 60px;
  text-align: center;
  font-size: 12px;
  color: #6e6e6e;
}
.derechos a {
  color: #6e6e6e;
}
.contenedor-single {
  max-width: 1200px;
  margin: auto;
}
.wp-block-column h2,
.wp-block-column h3 {
  color: #1d1f5d;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.wp-block-column p {
  text-align: justify;
}
.wp-block-column ul {
  list-style: none;
}
.wp-block-column ul li {
  background-image: url("img/vinneta_servicio.svg");
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-bottom: 1em;
  text-align: justify;
  background-size: auto 16px;
}
.otros-articulos {
  -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;
  margin-bottom: 40px;
}
.otros-articulos-articulo {
  max-width: 380px;
  margin: 0px 15px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.otros-articulos-articulo__texto {
  text-align: justify;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  padding: 0px 10px;
}
.otros-articulos-articulo__titulo {
  background-image: none !important;
  padding-bottom: 0px !important;
  font-size: 24px !important;
  margin: 8px 0px !important;
}
.otros-articulos-articulo__link {
  background-color: #897535;
  color: #fff;
  display: block;
  padding: 5px 10px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.otros-articulos-articulo__link:hover {
  background-color: #1d1f5d;
  color: #fff;
  text-decoration: none;
}
.contenedor-single-noticia h1 {
  color: #1d1f5d;
  background-image: none;
  padding: 0px;
  margin: 0px;
  text-align: left;
  font-size: 28px;
  font-family: 'Roboto Condensed', sans-serif;
  border-bottom: 2px solid #e8e8e8;
  padding: 8px 0px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.contenedor-single-noticia p {
  text-align: justify;
}
.contenedor-single-noticia ul li {
  text-align: justify;
  margin-bottom: 1em;
}
.otros-articulos-articulo__titulo--noticias {
  color: #1d1f5d !important;
}
.servicio-contenedor {
  background-color: #fff;
  max-width: 1000px;
  margin: auto;
  margin-top: -70px;
  position: relative;
  margin-bottom: 50px;
  padding: 20px 20px;
}
.servicio-contenedor h2 {
  color: #1d1f5d;
  font-size: 38px;
  font-weight: 700;
}
.servicio-contenedor h3 {
  font-size: 24px;
  color: #1d1f5d;
  border-bottom: 1px solid #897535;
  position: relative;
  padding: 8px 8px 8px 30px;
  background-image: url("img/vinneta_titulo_servicio.svg");
  background-repeat: no-repeat;
  background-position: left 5px center;
  background-size: auto 25px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.servicio-contenedor h3:hover {
  background-color: #d8d8d8;
  cursor: pointer;
}
.servicio-contenedor h3 span {
  position: absolute;
  right: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #897535;
}
.servicio-contenedor h3.active {
  background-color: #d8d8d8;
}
.servicio-contenedor h3.active span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.servicio-contenedor h3.no-despliegue span {
  display: none;
}
.servicio-contenedor h3 a {
  color: #1d1f5d;
}
.servicio-contenedor h3 a:hover {
  text-decoration: none;
}
.servicio-contenedor p {
  display: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
.servicio-contenedor p strong {
  color: #1d1f5d;
}
.servicio-contenedor .wp-block-group {
  display: none;
}
.servicio-contenedor >ul {
  display: none;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.servicio-contenedor li {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  padding-left: 26px;
  background-image: url("img/vinneta_servicio.svg");
  background-size: auto 16px;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-bottom: 1em;
  text-align: justify;
}
.contenedor-1280 {
  max-width: 1280px;
  margin: auto;
}
.whatsapp {
  background-color: #36dc54;
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
          box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
  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;
  font-size: 24px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.whatsapp:hover {
  -webkit-transform: scale(1.5, 1.5);
      -ms-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
  color: #fff;
  text-decoration: none;
}
.wp-block-column a {
  color: #897535;
  font-weight: 700;
}
.wp-block-column a:hover {
  text-decoration: none;
  color: #1d1f5d;
}
.pagina-de-texto h2 {
  color: #525252;
  font-size: 1.3rem;
}
.pagina-de-texto ol li {
  margin-bottom: 1em;
  text-align: justify;
}
.pagina-de-texto p {
  text-align: justify;
}
.proyectos-section {
  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;
}
.proyecto {
  width: 620px;
}
.proyecto iframe {
  width: 100%;
  height: 348px;
}
.proyecto h2 {
  color: #1d1f5d;
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
  margin: 8px 0px;
  padding: 0px;
  text-align: center;
}
figure.aligncenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
figure.aligncenter iframe {
  width: 1060px !important;
  height: 500px !important;
}
.inmuebles-destacados {
  max-width: 1189px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inmueble-destacado {
  border: 1px solid #cdcdcd;
  color: #6c6c6c;
  margin: 5px;
}
.inmueble-destacado:hover {
  text-decoration: none;
  color: #6c6c6c;
}
.inmueble-nombre {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.inmueble-nombre h2 {
  min-height: 80px;
  text-align: center;
  border-bottom: 1px solid #cdcdcd;
  width: 100%;
  margin: auto;
  color: #1d1f5d;
  font-weight: 700;
  margin: 0px !important;
  padding: 0px !important;
  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: 16px;
}
.inmueble-principales-caracteristicas {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inmueble-principal-caracteristica {
  width: 50%;
  padding: 0px 8px;
}
.inmueble-principal-caracteristica i {
  margin-right: 6px;
}
.inmueble-ver-mas {
  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: 20px;
  padding-bottom: 20px;
}
.inmueble-ver-mas button {
  background-color: #1d1f5d;
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.inmueble-destacado:hover button {
  -webkit-transform: scale(0.9, 0.9);
      -ms-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
}
.inmueble-foto {
  width: 100%;
  height: 250px;
  background-color: #fff;
  position: relative;
}
.inmueble-foto img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.inmueble-oferta {
  background-color: #f00;
  position: absolute;
  color: #fff;
  top: 0px;
  left: 0px;
  line-height: 1em;
  padding: 5px 20px;
}
.inmueble-oferta-1 {
  background-color: #897535;
}
.inmueble-oferta-2 {
  background-color: #1d1f5d;
}
.inmueble-oferta-3 {
  background-color: #7e681e;
}
.inmueble-valor {
  background-color: #1d1f5d;
  position: absolute;
  color: #fff;
  bottom: 0px;
  right: 0px;
  line-height: 1em;
  padding: 5px 20px;
  line-height: 1.5em;
  text-align: right;
}
.separador {
  max-width: 1100px;
  margin: 30px auto;
}
.navbar {
  padding: 0px;
}
.navbar-light .navbar-nav .nav-link {
  border-bottom: 3px solid transparent;
  padding: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.navbar-light .navbar-nav .current_page_item >.nav-link {
  border-bottom-color: #897535;
}
.navbar-light .navbar-nav .menu-item {
  padding: 0px 5px;
  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: 14px;
}
.navbar-light .navbar-nav .menu-item:hover >.nav-link {
  border-bottom-color: #1d1f5d;
}
.navbar-light .navbar-nav .menu-item:last-child {
  padding-right: 0px;
}
.navbar-light .navbar-nav .menu-item:last-child >.nav-link {
  background-color: #1d1f5d;
  color: #fff;
  padding: 3px 10px;
}
.navbar-light .navbar-nav .menu-item:last-child:hover >.nav-link {
  background-color: #897535;
  border-bottom-color: #897535;
}
@media screen and (max-width: 1024px) {
  .contenedor {
    max-width: 97%;
  }
  .header-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-col-2 {
    width: 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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header-menu {
    width: 100%;
  }
  .navbar {
    width: 100%;
    position: relative;
    min-height: 44px;
  }
  .navbar-toggler {
    position: absolute;
    top: 1px;
    right: 0px;
    z-index: 1000;
    background-color: #fff;
  }
  .headerRight {
    width: 100%;
  }
  .navbar-light .navbar-nav .menu-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0px;
    border-bottom: 1px solid #efefef;
  }
  .navbar-light .navbar-nav .menu-item:last-child {
    border-bottom: 1px solid transparent;
  }
  .navbar-light .navbar-nav .menu-item:last-child .nav-link {
    border-bottom: 1px solid transparent;
    background-color: #fff;
    color: rgba(0,0,0,0.5);
    padding: 0px;
  }
  .navbar-light .navbar-nav .current_page_item >.nav-link {
    font-weight: 700;
    color: #897535;
    border-bottom: 1px solid transparent;
  }
  .noticias-inicio {
    max-width: 97%;
  }
  .noticias-inicio .noticia-inicio {
    max-width: 324px;
  }
  .contenedor-single {
    max-width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .noticias-inicio .noticia-inicio {
    max-width: 240px;
  }
  .header-datos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 90%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .oficinas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 97%;
  }
  .oficinas .oficina {
    width: 100%;
    margin-bottom: 30px;
  }
  .noticias-inicio {
    -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;
  }
  .noticia-inicio {
    width: 100%;
    margin-bottom: 30px;
  }
  .servicios-columnas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 97%;
  }
  .servicio-columna {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .header-datos {
    font-size: 12px;
  }
  .banner-servicios-inmobiliairios .t-inmobiliaria {
    bottom: 10px;
    right: 10px;
    max-width: 110px;
  }
  .banner-servicios-inmobiliairios .t-inmobiliaria img {
    max-width: 100%;
    height: auto;
  }
  .servicio-inicio h2 {
    font-size: 24px;
  }
  .contactenos-inicio-cols {
    max-width: 1200px;
    margin: auto;
    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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 90%;
  }
  .contactenos-inicio-col {
    margin: 0px;
    width: 100%;
  }
  .contactenos-inicio-col:first-child {
    margin-bottom: 30px;
  }
  .contenedor-single {
    overflow-wrap: break-word;
  }
  .otros-articulos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .otros-articulos-articulo {
    margin-bottom: 30px;
  }
  .servicio-contenedor {
    margin-top: 0px;
  }
  .servicio-contenedor h2 {
    font-size: 28px;
  }
  .servicio-contenedor h3 {
    font-size: 16px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .proyecto {
    width: 90%;
  }
  .proyecto iframe {
    height: 190px;
  }
  figure.aligncenter iframe {
    width: 100% !important;
    height: 190px !important;
  }
}
/*# sourceMappingURL=style.css.map */