/* *Theme Name: Arrendamientos Ogliastri
 * *Theme URI: https://www.arrendamientosogliastri.com
 * *Author: Xlogam
 * *Author URI: https://www.xlogam.com
 * *Description: Tema Sitio Web Arrendamientos Ogliastri
 * *Requires at least: 6.1
 * *Tested up to: 6.3
 * *Requires PHP: 5.6
 * *Version: 1.0
 * *License: All Rights Reserved.
 * *License URI: https://www.xlogam.com
 * *Text Domain: arrendamientosogliastri
 * *Tags: custom-design */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
}

.slick-slider * {
  max-width: none;
}

.galeria-inmueble * {
  max-width: none;
}

#map-canvas * {
  max-width: none;
}

body {
  font-family: "Red Hat Display", sans-serif;
}

.header-top {
  background: #173471;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
}

.header-top-container {
  max-width: 1200px;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.menu-superior {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 14px;
}

.navbar-toggler {
  display: none;
}

.navbar-light {
  padding: 0px;
}
.navbar-light .navbar-nav .menu-item .nav-link {
  padding: 0px;
  color: #FFF;
  font-family: Red Hat Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #FFCB00;
}
.navbar-light .navbar-nav .menu-item:last-of-type {
  border-radius: 5px;
  border-right: 1px solid transparent;
}
.navbar-light .navbar-nav .menu-item:last-of-type .nav-link {
  background: #FFCB00;
  color: #173471;
}
.navbar-light .navbar-nav .menu-item:last-of-type:hover .nav-link {
  background: #FFF;
  color: #173471;
}
.navbar-light .navbar-nav .menu-item.active {
  border-radius: 5px;
  border-right: 1px solid transparent;
}
.navbar-light .navbar-nav .menu-item.active .nav-link {
  background: #FFF;
  color: #173471;
}
.navbar-light .navbar-nav .menu-item:hover .nav-link {
  background: #FFCB00;
  color: #173471;
}

.banner-index-container {
  background-color: #020d26;
}

.banner-index {
  max-width: 100%;
  margin: auto;
}
.banner-index img {
  width: 100%;
  height: auto;
}

.header-bottom {
  background: #1F3F81;
  color: #fff;
  padding: 8px 0px;
}

.header-bottom-container {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-bottom-destacados ul {
  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;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.header-bottom-destacados ul li {
  margin-right: 10px;
}
.header-bottom-destacados ul li:last-of-type {
  margin-right: 0px;
}
.header-bottom-destacados ul li a {
  line-height: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid #173471;
  background: #FFF;
  color: #173471;
  text-align: justify;
  font-family: Red Hat Display;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
}
.header-bottom-destacados ul li a:hover {
  color: #173471;
  text-decoration: none;
  background: #ececec;
}

.header-bottom-redes {
  margin-left: 10px;
}
.header-bottom-redes ul {
  list-style: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  padding: 4px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 5px;
  border: 1px solid #FFCB00;
}
.header-bottom-redes ul li a {
  line-height: 0px;
}

.whatsapp-button {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 300;
}

.datos-contacto-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #F3F3F3;
}

.datos-contacto {
  background: #173471;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-top: -60px;
  position: relative;
  z-index: 200;
}

.datos-contacto-cols {
  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;
  padding: 20px 60px;
}

.datos-contacto-col {
  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;
  padding: 20px 40px;
}
.datos-contacto-col h2 {
  color: #FFF;
  font-family: Red Hat Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.datos-contacto-col p {
  color: #FFF;
  font-family: Red Hat Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}
.datos-contacto-col a {
  color: #FFF;
}
.datos-contacto-col a:hover {
  color: #FFF;
  text-decoration: none;
}

.datos-contacto-text {
  padding-left: 20px;
}

.datos-contacto-separador {
  width: 1px;
  height: 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 203, 0, 0)), color-stop(13.02%, #FFCB00), color-stop(86.98%, #FFCB00), to(rgba(255, 203, 0, 0)));
  background: linear-gradient(180deg, rgba(255, 203, 0, 0) 0%, #FFCB00 13.02%, #FFCB00 86.98%, rgba(255, 203, 0, 0) 100%);
}

.filtro-de-inmuebles {
  background: #F3F3F3;
}

.filtro-de-inmuebles-contenedor {
  width: 95%;
  max-width: 1100px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 10px;
}

.filtro-de-inmuebles-contenedor input::-webkit-input-placeholder {
  color: #868A8D;
  font-family: Red Hat Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.filtro-de-inmuebles-contenedor input::-moz-placeholder {
  color: #868A8D;
  font-family: Red Hat Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.filtro-de-inmuebles-contenedor input:-ms-input-placeholder {
  color: #868A8D;
  font-family: Red Hat Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.filtro-de-inmuebles-contenedor input::-ms-input-placeholder {
  color: #868A8D;
  font-family: Red Hat Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.filtro-de-inmuebles-contenedor input::placeholder {
  color: #868A8D;
  font-family: Red Hat Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.filtro-de-inmuebles-contenedor button.btn-primary {
  background: #173471;
  color: #FFF;
  font-family: Red Hat Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.titulo {
  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-top: 50px;
  margin-bottom: 40px;
}
.titulo h1, .titulo h2, .titulo h3 {
  margin: 0px;
  padding: 0px;
  color: #173471;
  text-align: center;
  font-family: Red Hat Display;
  font-style: normal;
  line-height: normal;
}
.titulo h1 {
  font-size: 50px;
  font-weight: 700;
}
.titulo h2 {
  font-size: 50px;
  font-weight: 600;
}
.titulo h3 {
  font-size: 30px;
  font-weight: 400;
}
.titulo span {
  width: 297px;
  height: 5px;
  background: #FFCB00;
  display: block;
  margin-top: 10px;
}

.inmuebles-destacados {
  max-width: 90%;
  width: 1150px;
  margin: auto;
}

.inmueble-destacado {
  margin: 0px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  max-width: 344px;
}

.inmueble-destacado-foto {
  position: relative;
  max-height: 250px;
  height: 250px;
}
.inmueble-destacado-foto img {
  width: 100%;
  height: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inmueble-destacado-foto .inmueble-destacado-destino-ciudad {
  position: absolute;
  top: 0px;
  right: 0px;
}
.inmueble-destacado-foto .inmueble-destacado-destino-ciudad .inmueble-destacado-destino-ciudad-bg {
  background: rgba(23, 52, 113, 0.9);
  mix-blend-mode: multiply;
  z-index: 100;
  width: 100%;
  height: 100%;
  position: absolute;
}
.inmueble-destacado-foto .inmueble-destacado-destino-ciudad .inmueble-destacado-destino-ciudad-txt {
  padding: 5px 20px;
  position: relative;
  z-index: 200;
  color: #FFF;
  font-family: Red Hat Display;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
}
.inmueble-destacado-foto .inmueble-destacado-destino-ciudad .inmueble-destacado-destino-ciudad-txt strong {
  color: #FFCB00;
  font-family: Red Hat Display;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
}

.inmueble-destacado-informacion > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background: #173471;
  color: #FFF;
  text-align: justify;
  font-family: Red Hat Display;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.inmueble-destacado-informacion > a:hover {
  text-decoration: none;
}

.inmueble-destacado-informacion-row {
  padding: 0px 10px;
  -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;
  padding-top: 10px;
}
.inmueble-destacado-informacion-row:last-of-type {
  padding-top: 0px;
  padding-bottom: 10px;
}

.inmueble-destacado-informacion-caracteristicas {
  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;
}

.inmueble-destacado-informacion-caracteristica {
  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;
}

.inmueble-destacado-informacion-precio {
  color: #5E5E5E;
  text-align: justify;
  font-family: Red Hat Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.inmueble-destacado-informacion-caracteristica-icono {
  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: 10px;
  margin-left: 10px;
}

.inmueble-destacado-informacion-caracteristica:first-of-type .inmueble-destacado-informacion-caracteristica-icono {
  margin-left: 0px;
}

.inmueble-destacado-informacion-caracteristica-text {
  color: #4C4C4C;
  text-align: justify;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

.inmueble-destacado-informacion-row-barrio-admon {
  -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;
}

.inmueble-destacado-informacion-admon {
  color: #4C4C4C;
  font-family: Red Hat Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.inmueble-destacado-informacion-admon strong {
  color: #173471;
  font-weight: 800;
}

.inmueble-destacado-informacion-tipo-barrio {
  color: #4C4C4C;
  font-family: Red Hat Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.inmueble-destacado-informacion-tipo-barrio strong {
  color: #173471;
  font-weight: 800;
}

.slick-prev {
  background-image: url(img/slider_izq.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 23px;
  height: 41px;
}
.slick-prev::before {
  content: "";
}
.slick-prev:hover, .slick-prev:focus {
  background-image: url(img/slider_izq.svg);
}

.slick-next {
  background-image: url(img/slider_der.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 23px;
  height: 41px;
}
.slick-next::before {
  content: "";
}
.slick-next:hover, .slick-next:focus {
  background-image: url(img/slider_der.svg);
}

.banner-after-destacados {
  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: 50px 0px;
}
.banner-after-destacados img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2), 0px -5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2), 0px -5px 5px rgba(0, 0, 0, 0.2);
}

.mas-immuebles-link {
  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: 18px;
}
.mas-immuebles-link a {
  color: #173471;
  text-align: center;
  font-family: Red Hat Display;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.mas-immuebles-link a:hover {
  color: #173471;
  text-align: center;
  font-family: Red Hat Display;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

.aliados-container {
  max-width: 90%;
  width: 1150px;
  margin: auto;
  padding: 0px 20px;
}

.aliado .aliado-item {
  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: 0px 30px;
  height: 50px;
}
.aliado .aliado-item img {
  max-width: 100%;
  height: auto;
}

.canales-fnd {
  background-color: #F3F3F3;
  margin-top: 50px;
  overflow: hidden;
  padding-bottom: 150px;
}

.canales-fichas {
  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: 1100px;
  margin: auto;
  gap: 30px;
}

.canal-ficha {
  background-color: #fff;
  width: 300px;
  height: 200px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  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;
  gap: 20px;
}
.canal-ficha h2 {
  color: #868686;
  text-align: center;
  font-family: Red Hat Display;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  width: 260px;
  height: 50px;
  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;
}

.canal-ficha-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;
}
.canal-ficha-buttons 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;
  background: #173471;
  width: 60px;
  height: 40px;
  margin: 0px 5px;
}
.canal-ficha-buttons a:hover {
  background: #2252b7;
}

.footer-theme footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#1F3F81), color-stop(59.37%, #173471), to(#03163E));
  background: linear-gradient(180deg, #1F3F81 0%, #173471 59.37%, #03163E 100%);
  color: #fff;
  padding-bottom: 60px;
}

.datos-contacto-container {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  background-color: transparent;
}

.datos-contacto {
  margin: 0px;
  padding: 0px;
}

.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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 100%;
  width: 980px;
  margin: auto;
  margin-top: 50px;
}
.footer-cols .footer-col-1 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer-cols .footer-col-1 img {
  width: 380px;
  height: auto;
}
.footer-cols .footer-col-2 h2 {
  color: #FFF;
  font-family: Red Hat Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer-cols .footer-col-2 h3 {
  color: #FFF;
  font-family: Red Hat Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.footer-cols .footer-col-2 p {
  color: #FFF;
  font-family: Red Hat Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-cols .footer-col-3 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer-derechos-cols {
  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: 100%;
  width: 980px;
  margin: auto;
  color: #FFF;
  font-family: Red Hat Display;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 30px;
}
.footer-derechos-cols a {
  color: #FFF;
}
.footer-derechos-cols a:hover {
  color: #FFF;
}

.section-container {
  max-width: 1200px;
  width: 95%;
  margin: auto;
}

.filter-top {
  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: 10px 0px;
}
.filter-top h2 {
  margin: 0px;
  padding: 0px;
  color: #173471;
  font-family: Red Hat Display;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
}

.banner-busqueda {
  width: 95%;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 100px;
  margin-top: 30px;
}

.inmuebles-resultados {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  grid-auto-flow: dense;
  grid-auto-rows: 1fr;
}

.inmueble-resultado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.inmueble-resultado-foto {
  width: 300px;
  position: relative;
  height: 220px;
  max-height: 220px;
}
.inmueble-resultado-foto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inmueble-resultado-destino-ciudad {
  position: absolute;
  top: 0px;
  right: 0px;
}

.inmueble-resultado-destino-ciudad-bg {
  background: rgba(23, 52, 113, 0.9);
  mix-blend-mode: multiply;
  z-index: 100;
  width: 100%;
  height: 100%;
  position: absolute;
}

.inmueble-resultado-destino-ciudad-txt {
  padding: 5px 20px;
  position: relative;
  z-index: 200;
  color: #FFF;
  font-family: Red Hat Display;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
}
.inmueble-resultado-destino-ciudad-txt strong {
  color: #FFCB00;
  font-family: Red Hat Display;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
}

.inmueble-resultado-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.inmueble-resultado-info > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background: #173471;
  color: #FFF;
  text-align: justify;
  font-family: Red Hat Display;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.inmueble-resultado-info > a:hover {
  text-decoration: none;
}

.inmueble-resultado-txt {
  padding: 10px 10px;
}

.inmueble-resultado-informacion-caracteristicas {
  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%;
}

.inmueble-resultado-informacion-precio {
  color: #5E5E5E;
  text-align: right;
  font-family: Red Hat Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  width: 100%;
  padding: 0px 10px;
  padding-top: 10px;
}

.lSGallery li a {
  height: 45px !important;
  max-height: 45px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lSGallery li a img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

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

.page-section-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;
  margin-bottom: 20px;
}

.page-section-col {
  width: 50%;
  max-width: 475px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-section {
  width: 95%;
  max-width: 1000px;
  margin: auto;
  padding-bottom: 90px;
}
.page-section h2 {
  color: #173471;
  text-align: left;
  font-family: Red Hat Display;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-bottom: 3px solid #FFCB00;
}
.page-section h2 strong {
  font-weight: 700;
}
.page-section ul {
  padding-left: 20px;
}
.page-section ul li {
  color: #000;
  text-align: justify;
  font-family: Red Hat Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.5em;
}
.page-section p {
  color: #000;
  text-align: justify;
  font-family: Red Hat Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.5em;
}
.page-section article {
  padding-bottom: 1.5em;
}

.contacto-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;
  width: 95%;
  max-width: 1000px;
  margin: auto;
  margin-top: 50px;
}
.contacto-cols .titulo {
  margin-top: 0px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contacto-col-01 {
  margin-right: 30px;
}

.contacto-col-02 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.contacto-mapa {
  width: 100%;
  height: 100%;
}

.dato-contacto h2 {
  color: #7D7D7D;
  font-family: Red Hat Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.dato-contacto p {
  color: #7D7D7D;
  font-family: Red Hat Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.dato-contacto a {
  color: #7D7D7D;
  font-family: Red Hat Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dato-contacto {
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 40px;
  margin-bottom: 20px;
}

.dato-contacto-01 {
  background-image: url(img/contacto_01.svg);
}

.dato-contacto-02 {
  background-image: url(img/contacto_02.svg);
}

.dato-contacto-03 {
  background-image: url(img/contacto_03.svg);
}

.contenido-iframe {
  width: 100%;
  height: 650px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contenido-iframe iframe {
  width: 100%;
  height: 100%;
}

.page-section .wp-block-columns {
  gap: 50px;
}

.noticias-fnd {
  background-color: #F3F3F3;
  padding-bottom: 40px;
  margin-top: 30px;
  overflow: hidden;
}

.noticias {
  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;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.noticia {
  max-width: 380px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.noticia img {
  margin-bottom: 20px;
}
.noticia h2 {
  padding: 0px 20px;
  color: #173471;
  font-size: 16px;
  font-weight: 700;
}
.noticia .noticia-texto {
  padding: 0px 20px;
}
.noticia .noticia-texto p {
  text-align: justify;
  color: #4C4C4C;
  font-size: 14px;
  font-weight: 400;
}
.noticia .noticia-texto a {
  color: #173471;
  font-size: 14px;
  font-weight: 600;
}
.noticia .noticia-texto .more-link {
  display: none;
}

.mas-noticias {
  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;
}
.mas-noticias a {
  color: #6F6F6F;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}

.noticias-section {
  padding-bottom: 120px;
}

.single-content {
  width: 90%;
  max-width: 800px;
  margin: auto;
  margin-bottom: 120px;
}
.single-content .titulo {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0px;
  padding: 0px;
  margin: 30px 0px;
}
.single-content .titulo h1 {
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-size: 30px;
  font-weight: 700;
}
.single-content p {
  color: #4C4C4C;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 1em;
}
.single-content p strong {
  font-weight: 700;
}
.single-content .wp-block-image {
  margin-top: 30px;
}

.ver-noticia {
  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;
}
.ver-noticia a {
  background-color: #173471;
  color: #fff;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  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-weight: 600;
  padding: 4px 10px;
}
.ver-noticia a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.imueble-section-cols {
  max-width: 1200px;
  width: 95%;
  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;
  padding-bottom: 100px;
  padding-top: 30px;
}

.inmueble-section-col-01 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0px 50px 0px 0px;
}

.inmueble-section-col-02 {
  width: 554px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.inmueble-section-price {
  width: 100%;
}
.inmueble-section-price h2 {
  color: #5D5D5D;
  font-family: Red Hat Display;
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  text-align: right;
}

.inmueble-section-target-city {
  width: 100%;
}
.inmueble-section-target-city h2 {
  color: #848484;
  text-align: justify;
  font-family: Red Hat Display;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  margin-bottom: 0.9em;
}

.inmueble-section-tipo-barrio {
  width: 100%;
}
.inmueble-section-tipo-barrio p {
  color: #4C4C4C;
  font-family: Red Hat Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  margin: 0px;
  margin-bottom: 0.9em;
}
.inmueble-section-tipo-barrio p strong {
  color: #173471;
  font-weight: 800;
}

.inmueble-section-administracion-codigo {
  width: 100%;
  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-section-administracion-codigo p {
  color: #4C4C4C;
  font-family: Red Hat Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  margin: 0px;
  margin-bottom: 0.9em;
}
.inmueble-section-administracion-codigo p strong {
  color: #173471;
  font-weight: 800;
}

.inmueble-section-caracteristicas {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.inmueble-sepatador {
  width: 100%;
  height: 2px;
  background-image: url(img/inmueble_separador.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 2px;
  margin: 20px 0px;
}

.inmueble-section-descripcion {
  padding-bottom: 30px;
}
.inmueble-section-descripcion h2 {
  color: #173471;
  font-family: Red Hat Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}
.inmueble-section-descripcion p {
  color: #4C4C4C;
  text-align: justify;
  font-family: Red Hat Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin: 0px;
  padding: 0px;
}

.caracteristicas {
  padding-top: 20px;
}
.caracteristicas h2 {
  color: #173471;
  font-family: Red Hat Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  margin-bottom: 1em;
}
.caracteristicas ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  grid-auto-flow: dense;
  grid-auto-rows: auto;
}
.caracteristicas ul li {
  color: #4C4C4C;
  font-family: Red Hat Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  background-image: url(img/bullet.svg);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 18px;
}
.caracteristicas .inmueble-sepatador:first-of-type {
  display: none;
}

.inmueble-section-col-01 {
  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;
}

.inmueble-section-map {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  min-height: 400px;
}

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

.login-page, .register-page {
  background-color: #173471;
}

.login-logo a, .register-logo a {
  color: #fff;
}

.admin-inmueble-photo {
  width: 100%;
  height: 160px;
}
.admin-inmueble-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-title-inmueble {
  text-align: center;
  width: 100%;
}

.admin-inmueble-precio {
  padding-top: 10px;
}

.fotografia-admin {
  width: 100%;
  height: 170px;
}
.fotografia-admin img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cargador {
  display: none;
}
.cargador .cargadorContenido {
  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-bottom: 15px;
}
.cargador .cargadorContenido i {
  color: #cacaca;
  font-size: 60px;
}

.text-muted {
  cursor: pointer;
}
.text-muted:hover {
  color: #007bff !important;
}

footer {
  background: #fff;
}

.galeria-inmueble .clearfix {
  max-width: 100% !important;
}
.galeria-inmueble ul {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
}
.galeria-inmueble .demo .item {
  margin-bottom: 60px;
}
.galeria-inmueble .content-slider li {
  background-color: #ed3020;
  text-align: center;
  color: #FFF;
}
.galeria-inmueble .content-slider h3 {
  margin: 0;
  padding: 70px 0;
}
.galeria-inmueble .demo {
  width: 800px;
}
.galeria-inmueble #image-gallery {
  height: 410px !important;
}
.galeria-inmueble #image-gallery .lslide {
  height: 100% !important;
}
.galeria-inmueble #image-gallery .lslide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .navbar-toggler {
    display: block;
    width: 50px;
    height: auto;
    padding: 8px 8px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .navbar-toggler img {
    width: 100%;
    height: auto;
  }
  .header-top {
    padding-bottom: 0px;
  }
  .header-top-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu-superior {
    width: 100%;
    padding: 0px;
  }
  .navbar {
    width: 100%;
  }
  .headerRight {
    width: 100%;
  }
  .canales-content {
    width: 95%;
    margin: auto;
  }
  .header-logo {
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .noticias {
    -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;
  }
}
@media screen and (max-width: 800px) {
  .header-bottom {
    padding: 0px;
    margin: 0px;
  }
  .header-bottom-container {
    -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;
  }
  .header-bottom-redes {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0px;
    padding: 10px 0px;
  }
  .header-bottom-destacados {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0px;
    padding: 0px;
  }
  .header-bottom-destacados ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 5px;
  }
  .header-bottom-destacados ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0px;
  }
  .datos-contacto {
    width: 100%;
  }
  .datos-contacto-container {
    height: 100%;
  }
  .datos-contacto-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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 20px;
  }
  .datos-contacto-cols .datos-contacto-separador {
    display: none;
  }
  .datos-contacto-col {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
  }
  .datos-contacto-photo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .footer-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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0px 20px;
  }
  .aliados-container {
    width: 90%;
    max-width: 90%;
  }
  .inmuebles-destacados {
    width: 90%;
    max-width: 90%;
  }
  .slick-prev, .slick-next {
    display: none !important;
  }
  .footer-cols .footer-col-1 {
    width: 100%;
    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;
  }
  .footer-cols .footer-col-1 img {
    width: 80%;
    height: auto;
    margin-bottom: 20px;
  }
  .footer-derechos-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;
  }
  .inmuebles-resultados {
    -ms-grid-columns: 300px;
    grid-template-columns: repeat(1, 300px);
    width: 300px;
    margin: auto;
  }
  .inmueble-resultado {
    -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-resultado-info > a {
    margin: 10px 0px;
  }
  .filter-top {
    -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;
  }
  .filter-top .filtro {
    width: 100%;
    margin: 10px 0px;
  }
  .imueble-section-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;
  }
  .inmueble-section-col-01 {
    padding: 0px;
  }
  .inmueble-section-map {
    margin-bottom: 20px;
    min-height: auto;
  }
  #map-canvas {
    width: 100%;
    height: 250px;
  }
  .caracteristicas ul {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .page-section-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-section-col {
    width: 100%;
    max-width: 100%;
  }
  .contacto-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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px;
  }
  .contacto-col-01 {
    width: 100%;
  }
  .contacto-col-01 .titulo h1 {
    font-size: 34px;
  }
  .contacto-col-02 {
    width: 100%;
  }
  .contenido-iframe {
    height: 1070px;
    overflow: hidden;
  }
  .contenido-iframe iframe {
    overflow: hidden;
  }
  .noticia {
    max-width: 90%;
  }
  .noticia > img {
    width: 100%;
    height: auto;
  }
  .single-content .titulo h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .header-bottom-destacados ul {
    gap: 5px 10px;
  }
  .header-bottom-destacados ul li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40%;
  }
  .header-bottom-destacados ul li a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .titulo h1 {
    font-size: 28px;
  }
}
/*# sourceMappingURL=style.css.map */