@charset "UTF-8";
/*
 *Theme Name: Zarate Olarte Inmobiliaria
 *Theme URI: https://zarateolarteinmobiliaria.com
 *Author: Xlogam
 *Author URI: https://www.xlogam.com
 *Description: Tema Sitio Web Zarate Olarte Inmobiliaria
 *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: zarateolarteinmobiliaria.com
 *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 {
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

header {
  padding-bottom: 5px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1000;
}

.header-cols {
  max-width: 1100px;
  width: 90%;
  margin: auto;
  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;
  gap: 30px;
}

.header-col-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.header-col-2 {
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.barra-contacto {
  position: relative;
  background-color: #4c5600;
  color: white;
  padding: 0px 0px;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}
.barra-contacto img {
  height: 20px;
  width: auto;
}

.barra-contacto::before,
.barra-contacto::after {
  content: "";
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: white;
  z-index: 10;
}

.barra-contacto::before {
  left: -1px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.barra-contacto::after {
  right: -2px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.barra-contacto-cols {
  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;
  gap: 30px;
}
.barra-contacto-cols a {
  color: white;
  font-size: 14px;
}
.barra-contacto-cols a:hover {
  text-decoration: none;
  font-weight: 500;
}

.barra-contacto-col-4 {
  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;
  gap: 10px;
}
.barra-contacto-col-4 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;
}

.navbar-toggler {
  display: none;
}

.nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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%;
}

.navbar-light {
  padding: 0px;
}
.navbar-light .navbar-nav .menu-item .nav-link {
  color: #4A4A4A;
  font-weight: 600;
  padding: 10px 30px;
  border-right: 1px solid #96A500;
}
.navbar-light .navbar-nav .menu-item:hover .nav-link {
  color: #FC8728;
}
.navbar-light .navbar-nav .menu-item.active .nav-link {
  color: #FC8728;
}
.navbar-light .navbar-nav .menu-item:last-of-type .nav-link {
  border-right: none;
}
.destacados {
  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: 80px;
  padding: 30px 0px;
}

.destacado {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  color: #4A5800;
}
.destacado:hover {
  text-decoration: none;
  color: #FC8728;
}
.destacado img {
  height: 100px;
  width: auto;
}
.destacado span {
  font-weight: 700;
  text-transform: uppercase;
}
.destacado h4 {
  font-weight: 700;
  text-transform: uppercase;
  color: #4A5800;
  font-size: 18px;
}

.filtro-de-inmuebles {
  background: #F3F3F3;
  padding-bottom: 30px;
}
.filtro-de-inmuebles h2 {
  color: #4c5600;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  margin: 0px 0px;
  padding: 30px 0px;
}

.filtro-de-inmuebles-contenedor {
  width: 95%;
  max-width: 1100px;
  margin: auto;
}
.filtro-de-inmuebles-contenedor input::-webkit-input-placeholder {
  color: #868A8D;
}
.filtro-de-inmuebles-contenedor input::-moz-placeholder {
  color: #868A8D;
}
.filtro-de-inmuebles-contenedor input:-ms-input-placeholder {
  color: #868A8D;
}
.filtro-de-inmuebles-contenedor input::-ms-input-placeholder {
  color: #868A8D;
}
.filtro-de-inmuebles-contenedor input::placeholder {
  color: #868A8D;
}
.filtro-de-inmuebles-contenedor button.btn-primary {
  background: #4c5600;
  border-color: #4c5600;
  color: white;
}
.filtro-de-inmuebles-contenedor button.btn-primary:hover {
  background: #FC8728;
  border-color: #FC8728;
}

.titulo h2 {
  color: #4c5600;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  margin: 0px 0px;
  padding: 30px 0px;
}

.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: #949494;
  text-align: center;
}
.mas-immuebles-link a:hover {
  color: #949494;
  text-align: center;
  text-decoration: none;
}

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

.inmueble-destacado {
  margin: 0px 20px;
  background-color: white;
  -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: 364px;
}

.inmueble-destacado-foto {
  position: relative;
  max-height: 364px;
  height: 200px;
  border-bottom: 4px solid #96A500;
}
.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: #4A5800;
  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: #F9C50B;
  font-weight: 800;
  line-height: 20px;
}
.inmueble-destacado-foto .inmueble-destacado-destino-ciudad .inmueble-destacado-destino-ciudad-txt strong {
  color: white;
  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: #4c5600;
  color: white;
  text-align: justify;
  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-caracteristica:first-of-type .inmueble-destacado-informacion-caracteristica-icono {
  margin-left: 0px;
}

.inmueble-destacado-informacion-precio {
  color: #5D5D5D;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  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-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-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.inmueble-destacado-informacion-admon strong {
  color: #4A5800;
  font-weight: 800;
}

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

.noticias {
  margin-top: 40px;
  background-color: #F3F3F3;
  overflow: hidden;
  padding-bottom: 40px;
}
.noticias h2 {
  text-align: center;
  color: #4c5600;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  margin: 0px 0px;
  padding: 30px 0px;
}

.contenedor-publicaciones {
  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: 40px;
}

.publicacion-card {
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  max-width: 300px;
}

.publicacion-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.publicacion-card h4 {
  color: #4a5c00;
  font-size: 14px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  padding: 10px 15px;
  text-align: justify;
}

.publicacion-card p {
  font-size: 12px;
  color: #444;
  padding: 0px;
  margin: 0px;
  padding: 0px 15px;
  text-align: justify;
}

.publicacion-card .leer-mas {
  display: block;
  color: #6a800e;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  padding: 10px 15px;
  padding-bottom: 15px;
  font-size: 12px;
}
.publicacion-card .leer-mas:hover {
  text-decoration: none;
}

.aliados-section {
  background-color: #F8F8F8;
  margin-top: 40px;
  padding-bottom: 40px;
}
.aliados-section h2 {
  color: #4c5600;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  margin: 0px 0px;
  padding: 30px 0px;
}

.contenedor-aliados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  padding: 20px 0;
}

.swiper-wrapper-aliados {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

.aliado {
  background-color: white;
  margin: 0px 5px;
  border-radius: 10px;
  padding: 20px 0px;
}
.aliado 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;
}
.aliado a img {
  height: 30px;
  width: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.footer-theme footer {
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#757E1D), color-stop(29%, #4E5C00), color-stop(58%, #4A5800), color-stop(87%, #363F09), to(#343C0B));
  background: linear-gradient(to bottom, #757E1D 0%, #4E5C00 29%, #4A5800 58%, #363F09 87%, #343C0B 100%);
  padding-top: 40px;
}

.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;
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

.logo-footer-contacto {
  background-color: white;
  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: 10px 15px;
  border-radius: 15px;
}

.footer-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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

.dato-footer {
  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;
  gap: 10px;
}
.dato-footer img {
  margin-top: 2px;
}
.dato-footer p,
.dato-footer h3 {
  padding: 0px;
  margin: 0px;
  line-height: 1em;
  color: white;
  font-weight: 400;
  font-size: 14px;
}
.dato-footer h3 {
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.dato-footer p {
  line-height: 1.3em;
}
.dato-footer a {
  text-decoration: none;
  color: white;
}

.redes-footer {
  width: 100%;
  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;
  gap: 10px;
  margin-top: 30px;
}

.derechos {
  padding-bottom: 5px;
  margin-top: 40px;
}
.derechos p {
  text-align: center;
  font-size: 12px;
}
.derechos p a {
  color: white;
  font-weight: 700;
}

.seccion-busqueda {
  background-color: #F3F3F3;
  padding: 30px 0px;
}

.seccion-busqueda-cols {
  max-width: 1100px;
  margin: auto;
  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;
  gap: 30px;
}

.seccion-busqueda-col-1 {
  max-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: white;
  padding: 0px 3px;
}
.seccion-busqueda-col-1 h2 {
  font-size: 20px;
  font-weight: 700;
  color: #4c5600;
  text-align: center;
  padding: 18px 0px;
  margin: 0px;
}
.seccion-busqueda-col-1 .filtro-de-inmuebles {
  background-color: white;
}
.seccion-busqueda-col-1 .filtro-de-inmuebles .filtro-de-inmuebles-contenedor {
  max-width: 100%;
  width: 100%;
}
.seccion-busqueda-col-1 .filtro-de-inmuebles .filtro-de-inmuebles-contenedor .form-row {
  margin: 0px;
}
.seccion-busqueda-col-1 .filtro-de-inmuebles-contenedor button.btn-primary {
  background: #96A500;
  border-color: #96A500;
  color: white;
}
.seccion-busqueda-col-1 .filtro-de-inmuebles-contenedor button.btn-primary:hover {
  background: #4c5600;
  border-color: #4c5600;
}

.seccion-busqueda-col-2 .section-container {
  width: 100%;
  max-width: 100%;
}

.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: 0px 0px;
  margin-bottom: 20px;
}
.filter-top h2 {
  margin: 0px;
  padding: 0px;
  color: #4c5600;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
}

.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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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: white;
}

.inmueble-resultado-foto {
  width: 100%;
  position: relative;
  height: 220px;
  max-height: 220px;
  border-bottom: 4px solid #96A500;
}
.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: #4A5800;
  z-index: 100;
  width: 100%;
  height: 100%;
  position: absolute;
}

.inmueble-resultado-destino-ciudad-txt {
  padding: 5px 20px;
  position: relative;
  z-index: 200;
  color: #F9C50B;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
}
.inmueble-resultado-destino-ciudad-txt strong {
  color: white;
  font-size: 12px;
  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: #4c5600;
  color: white;
  text-align: justify;
  font-size: 12px;
  font-weight: 800;
  line-height: normal;
}
.inmueble-resultado-info > a:hover {
  text-decoration: none;
  background: #96A500;
}

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

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

.inmueble-resultado-informacion-precio {
  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;
  width: 100%;
  padding: 0px 10px;
  margin-top: 10px;
}
.inmueble-resultado-informacion-precio .precio-resultado {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #5D5D5D;
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.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-busqueda {
  width: 100%;
  max-width: 100%;
  margin: auto;
  margin-top: 20px;
}

#map-canvas {
  min-width: 200px;
  min-height: 460px;
}

.inmueble-section-bg {
  background-color: #F3F3F3;
  padding: 30px 0px;
}

.imueble-section-cols {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  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;
  gap: 20px;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  color: #4C4C4C;
}
.imueble-section-cols strong {
  color: #4A5800;
  font-weight: 800;
}
.imueble-section-cols h2 {
  color: #4A5800;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
  line-height: 1.5em;
  font-size: 22px;
}
.imueble-section-cols .inmueble-section-descripcion p {
  text-align: justify;
  font-size: 14px;
  line-height: 1.6em;
}

.galeria-inmueble {
  margin-bottom: 20px;
}

.galeria-inmueble #image-gallery {
  height: 370px !important;
}
.galeria-inmueble #image-gallery li {
  width: 100%;
  height: 100%;
}
.galeria-inmueble #image-gallery li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inmueble-section-col-01 .inmueble-section-target-city h2 {
  color: #4A5800;
  font-weight: 800;
  font-size: 24px;
  margin: 0px;
  padding: 0px;
}
.inmueble-section-col-01 .inmueble-section-price h2 {
  color: #5D5D5D;
  font-weight: 600;
  font-size: 34px;
  margin: 0px;
  padding: 10px 0px;
}
.inmueble-section-col-01 .dos-columnas {
  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;
}

.inmueble-sepatador {
  height: 2px;
  background-color: #96A500;
  margin: 20px 0px;
}

.caracteristicas {
  padding-bottom: 20px;
}
.caracteristicas h2 {
  color: #5D5D5D;
  margin-bottom: 20px;
}
.caracteristicas ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  grid-auto-flow: dense;
  grid-auto-rows: 1fr;
}
.caracteristicas ul li {
  background-image: url(img/vineta.svg);
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: 0px 3px;
  min-width: 40%;
}

.carousel-item img {
  width: 100%;
  height: auto;
}

.pago-button {
  position: fixed;
  bottom: 28%;
  right: 20px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 34px;
  height: 34px;
}
.pago-button:hover {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
}
.pago-button img {
  width: 100%;
  height: 100%;
}

.whatsapp-button {
  position: fixed;
  bottom: 20%;
  right: 20px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 34px;
  height: 34px;
}
.whatsapp-button:hover {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
}
.whatsapp-button img {
  width: 100%;
  height: 100%;
}

.form-mapa-bg {
  background-color: #F3F3F3;
  padding: 30px 0px;
}

.form-contacto {
  max-width: 1100px;
  background-color: #ffffff;
  margin: auto;
  padding: 30px;
  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;
  gap: 20px;
  width: 100%;
}

#sectionForm {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 50%;
}
#sectionForm h1 {
  color: #4A5800;
  font-size: 40px;
  font-weight: 600;
}
#sectionForm .form-control {
  background-color: #FAFAFA;
  border-color: #949785;
  border-width: 1px;
}
#sectionForm .form-button-container button {
  background-color: #96A500;
  color: white;
  font-weight: 700;
  border-color: #96A500;
  border-radius: 0px;
  font-size: 14px;
}
#sectionForm .form-button-container button:hover {
  background-color: #68720D;
  border-color: #68720D;
}

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

#map-canvas {
  min-width: 200px;
  min-height: 400px;
  width: 100%;
  height: 100%;
}

.contacto-side {
  background-color: #EDF0D1;
  padding: 30px 0px;
}
.contacto-side .dato-footer p,
.contacto-side .dato-footer h3,
.contacto-side .dato-footer a {
  color: #7E7E7E;
}
.contacto-side .dato-footer h3 {
  margin-bottom: 3px;
}

.contacto-side-container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

.contacto-side-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #96A500;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.contacto-side-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contacto-side-bottom .dato-footer h3 {
  margin-bottom: 0px;
  padding-bottom: 2px;
}

footer {
  -webkit-box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.15);
}

.page-thumbnail {
  width: 100%;
  height: auto;
}

.contenido-pagina {
  width: 95%;
  max-width: 1100px;
  margin: auto;
  padding: 30px 0px;
}
.contenido-pagina h1 {
  text-align: center;
  color: #4A5800;
  font-size: 40px;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
}
.contenido-pagina p {
  text-align: justify;
}

.valores-section {
  background-color: #EDF0D1;
  padding: 40px 0px;
  margin: 40px 0px;
}
.valores-section h2 {
  color: #5D5D5D;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  margin: 0px 0px 40px 0px;
  padding: 0px;
}

.valores-grid {
  max-width: 1100px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  padding: 0px 20px;
}
@media (max-width: 768px) {
  .valores-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

.valor-item {
  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;
  gap: 15px;
  padding: 20px;
  background-color: transparent;
}

.valor-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  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;
}
.valor-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.valor-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.valor-content h3 {
  color: #4A5800;
  font-weight: 700;
  font-size: 16px;
  margin: 0px 0px 8px 0px;
  padding: 0px;
  display: inline;
}
.valor-content p {
  color: #4C4C4C;
  font-size: 14px;
  line-height: 1.4em;
  margin: 0px;
  padding: 0px;
  text-align: justify;
  display: inline;
}

Sección de Equipo .seccion-equipo {
  background-color: #FFFFFF;
  padding: 60px 0px;
  margin: 40px 0px;
}

.equipo-container {
  max-width: 1100px;
  margin: auto;
  padding: 0px 20px;
}
.equipo-container h2 {
  color: #4A5800;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}

.equipo-intro {
  text-align: center;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.equipo-intro .equipo-descripcion {
  color: #4A5800;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.equipo-intro .equipo-subtexto {
  color: #7A7A7A;
  font-size: 14px;
  line-height: 1.6em;
  margin: 0px;
  padding: 0px;
  text-align: justify;
}

.equipo-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  justify-items: center;
}
@media (max-width: 992px) {
  .equipo-grid {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}
@media (max-width: 576px) {
  .equipo-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
}

.miembro-equipo {
  text-align: center;
  max-width: 250px;
  width: 100%;
}

.miembro-foto {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px auto;
  background-color: #F5F5F5;
  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;
}
.miembro-foto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.miembro-foto .foto-placeholder {
  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: #F0F0F0;
}
.miembro-foto .foto-placeholder svg {
  opacity: 0.5;
}

.miembro-info h3 {
  color: #4A5800;
  font-weight: 700;
  font-size: 18px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  line-height: 1.2em;
}
.miembro-info p {
  color: #7A7A7A;
  font-size: 14px;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
  line-height: 1.3em;
}
.miembro-info .miembro-franja {
  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%;
  padding-top: 10px;
}
.miembro-info .miembro-franja span {
  width: 45%;
  height: 2px;
  background-color: #F9C50B;
}

.testimonios-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#4A5800), color-stop(53%, #96A500), color-stop(72%, #889700), color-stop(91%, #4A5800));
  background: linear-gradient(to bottom, #4A5800 0%, #96A500 53%, #889700 72%, #4A5800 91%);
  padding: 40px 0px;
  margin: 0px;
  margin-top: 40px;
}
.testimonios-section .slick-next {
  background-image: url(img/testimonios_slider_der.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.testimonios-section .slick-next:hover {
  background-image: url(img/testimonios_slider_der.svg);
}
.testimonios-section .slick-prev {
  background-image: url(img/testimonios_slider_izq.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.testimonios-section .slick-prev:hover {
  background-image: url(img/testimonios_slider_izq.svg);
}
.testimonios-section .slick-next:before {
  content: "";
}
.testimonios-section .slick-prev:before {
  content: "";
}
.testimonios-section h2 {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  margin: 0px 0px;
  padding: 0px 0px;
}

.testimonios-cols {
  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: 90%;
  max-width: 800px;
  margin: auto;
  gap: 50px;
}

.testimonios-col-1 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.testimonio-item {
  color: white;
  padding: 20px;
  border-radius: 10px;
  line-height: 1.5em;
  font-size: 18px;
}

.testimonio-item .autor {
  font-weight: bold;
  color: #F9C50B;
  margin: 0px;
  padding: 0px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3em;
}

.testimonio-item .ubicacion {
  color: white;
  margin: 0px;
  padding: 0px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3em;
}

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

.titulo-pagina {
  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;
}
.titulo-pagina h1 {
  margin-bottom: 5px;
}
.titulo-pagina span {
  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: 180px;
  height: 6px;
  background-color: #D1E229;
}

.seccion-servicios {
  background-color: #f8f9fa;
  padding: 60px 0;
}
.seccion-servicios .servicios-container {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.seccion-servicios .servicio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  background: white;
  border-radius: 15px;
  padding: 30px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.seccion-servicios .servicio-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.single-noticia-container {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}

.single-noticia {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.single-noticia-imagen {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.single-noticia-imagen .noticia-imagen-principal {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.single-noticia-imagen::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
  pointer-events: none;
}

.single-noticia-contenido {
  padding: 40px;
}

.single-noticia-header {
  margin-bottom: 30px;
  border-bottom: 3px solid #96A500;
  padding-bottom: 20px;
}

.single-noticia-titulo {
  color: #4c5600;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0 0 15px 0;
  text-align: left;
}

.single-noticia-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-noticia-meta span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #666;
  font-size: 14px;
  font-weight: 500;
}
.single-noticia-meta span i {
  color: #96A500;
  font-size: 16px;
}

.single-noticia-texto {
  color: #444;
  font-size: 16px;
  line-height: 1.7em;
  text-align: justify;
  margin-bottom: 30px;
}
.single-noticia-texto p {
  margin-bottom: 20px;
}
.single-noticia-texto p:last-child {
  margin-bottom: 0;
}
.single-noticia-texto h2, .single-noticia-texto h3, .single-noticia-texto h4 {
  color: #4c5600;
  margin: 25px 0 15px 0;
  font-weight: 600;
}
.single-noticia-texto h2 {
  font-size: 24px;
}
.single-noticia-texto h3 {
  font-size: 20px;
}
.single-noticia-texto h4 {
  font-size: 18px;
}
.single-noticia-texto ul, .single-noticia-texto ol {
  margin: 15px 0;
  padding-left: 25px;
}
.single-noticia-texto ul li, .single-noticia-texto ol li {
  margin-bottom: 8px;
  line-height: 1.6em;
}
.single-noticia-texto blockquote {
  background: #f8f9fa;
  border-left: 4px solid #96A500;
  margin: 20px 0;
  padding: 15px 20px;
  font-style: italic;
  color: #555;
}
.single-noticia-texto img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 15px 0;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.single-noticia-volver {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.btn-volver {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #4c5600;
  color: white;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-volver:hover {
  background: #96A500;
  color: white;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.btn-volver i {
  font-size: 14px;
}

.noticias-relacionadas {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 15px;
  margin-top: 40px;
}
.noticias-relacionadas h3 {
  color: #4c5600;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

.noticias-relacionadas-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.noticia-relacionada {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.noticia-relacionada:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.noticia-relacionada a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.noticia-relacionada a:hover {
  text-decoration: none;
}

.noticia-relacionada-imagen {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.noticia-relacionada-imagen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.noticia-relacionada-imagen:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.noticia-relacionada h4 {
  color: #4c5600;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 15px 5px 15px;
  margin: 0;
  line-height: 1.4em;
}
.noticia-relacionada .noticia-relacionada-fecha {
  display: block;
  color: #666;
  font-size: 12px;
  padding: 0 15px 15px 15px;
  font-weight: 500;
}

.no-content {
  text-align: center;
  padding: 60px 20px;
  background: white;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.no-content h2 {
  color: #4c5600;
  font-size: 28px;
  margin-bottom: 15px;
}
.no-content p {
  color: #666;
  font-size: 16px;
  margin-bottom: 25px;
}

.servicio-imagen {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
.servicio-imagen img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 5px solid #4c5600;
}

.servicio-contenido {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.servicio-contenido .servicio-titulo {
  font-size: 24px;
  font-weight: 700;
  color: #4c5600;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.servicio-contenido .servicio-descripcion {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  text-align: justify;
}
.servicio-contenido .servicio-descripcion p {
  margin-bottom: 15px;
}
.servicio-contenido .servicio-descripcion p:last-child {
  margin-bottom: 0;
}

.no-servicios {
  text-align: center;
  padding: 40px;
  background: white;
  border-radius: 15px;
}
.no-servicios p {
  font-size: 18px;
  color: #666;
}
.no-servicios p a {
  color: #4c5600;
  text-decoration: none;
  font-weight: 600;
}
.no-servicios p a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .seccion-servicios {
    padding: 40px 0;
  }
  .seccion-servicios .servicio-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    text-align: center;
    gap: 20px;
    padding: 20px;
  }
  .seccion-servicios .servicio-item .servicio-imagen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .seccion-servicios .servicio-item .servicio-imagen img {
    width: 150px;
    height: 150px;
  }
  .seccion-servicios .servicio-item .servicio-contenido .servicio-titulo {
    font-size: 20px;
  }
  .seccion-servicios .servicio-item .servicio-contenido .servicio-descripcion {
    font-size: 14px;
    text-align: center;
  }
}
.requisitos {
  padding: 30px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.documentos {
  padding: 80px 0;
  background: #ffffff;
}

.requisitos .container,
.documentos .container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.requisitos-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 60px 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.requisitos-text .titulo-con-linea {
  text-align: left;
}

.requisitos-lista {
  display: -ms-grid;
  display: grid;
  gap: 25px;
}
.requisitos-lista .requisito-item {
  background: white;
  padding: 25px 30px;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-left: 5px solid #4c5600;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.requisitos-lista .requisito-item:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.requisitos-lista .requisito-item h3 {
  color: #4c5600;
  font-size: 1.4rem;
  margin-bottom: 12px;
  font-weight: 600;
}
.requisitos-lista .requisito-item .requisito-contenido {
  color: #555;
  line-height: 1.6;
  font-size: 0.95rem;
}
.requisitos-lista .requisito-item .requisito-contenido ul,
.requisitos-lista .requisito-item .requisito-contenido ol {
  margin: 12px 0;
  padding-left: 18px;
}
.requisitos-lista .requisito-item .requisito-contenido li {
  margin-bottom: 6px;
  position: relative;
}
.requisitos-lista .requisito-item .requisito-contenido li::marker {
  color: #4c5600;
}

.requisitos-imagen {
  text-align: center;
}
.requisitos-imagen .requisitos-icon {
  max-width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}

.documentos .titulo-con-linea {
  text-align: center;
  margin-bottom: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.documentos-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}
.documentos-grid .documento-item {
  background: white;
  padding: 35px 25px;
  border-radius: 15px;
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: inherit;
}
.documentos-grid .documento-item:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border-color: #4c5600;
  text-decoration: none;
  color: inherit;
}
.documentos-grid .documento-item .documento-icono {
  margin-bottom: 20px;
}
.documentos-grid .documento-item .documento-icono svg {
  width: 50px;
  height: 65px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.documentos-grid .documento-item:hover .documento-icono svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.documentos-grid .documento-item h3 {
  color: #333;
  font-size: 1.3rem;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1.3;
}
.documentos-grid .documento-item .documento-subtitulo {
  color: #4c5600;
  font-size: 0.9rem;
  margin: 0;
  font-weight: 500;
}

@media (max-width: 992px) {
  .requisitos-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .titulo-con-linea {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .requisitos,
  .documentos {
    padding: 50px 0;
  }
  .titulo-con-linea {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .requisitos-lista .requisito-item {
    padding: 20px 25px;
  }
  .requisitos-lista .requisito-item h3 {
    font-size: 1.2rem;
  }
  .documentos-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }
  .documentos-grid .documento-item {
    padding: 25px 20px;
  }
  .documentos-grid .documento-item h3 {
    font-size: 1.1rem;
  }
}
.titulo-con-linea {
  color: #4c5600;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  font-size: 40px;
}
.titulo-con-linea::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #D1E229;
}

.subtitulo-con-linea {
  color: #4c5600;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  margin: 40px 0px;
  font-size: 20px;
}
.subtitulo-con-linea::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #D1E229;
}

stilos para la sección de requisitos .requisitos {
  background-color: #f8f9fa;
  padding: 60px 0;
}
stilos para la sección de requisitos .requisitos .container {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

.requisitos-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.requisitos-text {
  width: 100%;
}

.requisitos-imagen {
  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: 40px;
}
.requisitos-imagen .requisitos-icon {
  width: 120px;
  height: auto;
  opacity: 0.8;
}

.requisitos-categoria {
  background: white;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.requisitos-categoria .titulo-con-linea {
  color: #4A5800;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 3px solid #D1E229;
  text-align: center;
}

.requisitos-lista {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
@media (max-width: 768px) {
  .requisitos-lista {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.requisito-item {
  background: #f8f9fa;
  border-left: 4px solid #96A500;
  padding: 20px;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.requisito-item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.requisito-item h3 {
  color: #4A5800;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0;
}
.requisito-item .requisito-contenido {
  color: #555;
  line-height: 1.6;
}
.requisito-item .requisito-contenido p {
  margin: 0 0 10px 0;
  text-align: justify;
}
.requisito-item .requisito-contenido ul {
  margin: 0;
  padding-left: 20px;
}
.requisito-item .requisito-contenido ul li {
  margin-bottom: 5px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .requisitos-content {
    gap: 30px;
  }
  .requisitos-categoria {
    padding: 20px;
    margin-bottom: 20px;
  }
  .requisitos-categoria .titulo-con-linea {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .requisito-item {
    padding: 15px;
  }
  .requisito-item h3 {
    font-size: 16px;
  }
  .requisitos-imagen .requisitos-icon {
    width: 80px;
  }
}
.single-noticia-container {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}

.single-noticia {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.single-noticia-imagen {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.single-noticia-imagen .noticia-imagen-principal {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.single-noticia-imagen::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
  pointer-events: none;
}

.single-noticia-contenido {
  padding: 40px;
}

.single-noticia-header {
  margin-bottom: 30px;
  border-bottom: 3px solid #96A500;
  padding-bottom: 20px;
}

.single-noticia-titulo {
  color: #4c5600;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0 0 15px 0;
  text-align: left;
}

.single-noticia-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-noticia-meta span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #666;
  font-size: 14px;
  font-weight: 500;
}
.single-noticia-meta span i {
  color: #96A500;
  font-size: 16px;
}

.single-noticia-texto {
  color: #444;
  font-size: 16px;
  line-height: 1.7em;
  text-align: justify;
  margin-bottom: 30px;
}
.single-noticia-texto p {
  margin-bottom: 20px;
}
.single-noticia-texto p:last-child {
  margin-bottom: 0;
}
.single-noticia-texto p a {
  color: #4c5600;
  font-weight: 500;
}
.single-noticia-texto p a:hover {
  color: #96A500;
  text-decoration: none;
}
.single-noticia-texto h2, .single-noticia-texto h3, .single-noticia-texto h4 {
  color: #4c5600;
  margin: 25px 0 15px 0;
  font-weight: 600;
}
.single-noticia-texto h2 {
  font-size: 24px;
}
.single-noticia-texto h3 {
  font-size: 20px;
}
.single-noticia-texto h4 {
  font-size: 18px;
}
.single-noticia-texto ul, .single-noticia-texto ol {
  margin: 15px 0;
  padding-left: 25px;
}
.single-noticia-texto ul li, .single-noticia-texto ol li {
  margin-bottom: 8px;
  line-height: 1.6em;
}
.single-noticia-texto blockquote {
  background: #f8f9fa;
  border-left: 4px solid #96A500;
  margin: 20px 0;
  padding: 15px 20px;
  font-style: italic;
  color: #555;
}
.single-noticia-texto img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 15px 0;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.single-noticia-volver {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.btn-volver {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #4c5600;
  color: white;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-volver:hover {
  background: #96A500;
  color: white;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.btn-volver i {
  font-size: 14px;
}

.noticias-relacionadas {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 15px;
  margin-top: 40px;
}
.noticias-relacionadas h3 {
  color: #4c5600;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

.noticias-relacionadas-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.noticia-relacionada {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.noticia-relacionada:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.noticia-relacionada a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.noticia-relacionada a:hover {
  text-decoration: none;
}
.noticia-relacionada h4 {
  color: #4c5600;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 15px 5px 15px;
  margin: 0;
  line-height: 1.4em;
}
.noticia-relacionada .noticia-relacionada-fecha {
  display: block;
  color: #666;
  font-size: 12px;
  padding: 0 15px 15px 15px;
  font-weight: 500;
}

.noticia-relacionada-imagen {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.noticia-relacionada-imagen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.noticia-relacionada-imagen:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.no-content {
  text-align: center;
  padding: 60px 20px;
  background: white;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.no-content h2 {
  color: #4c5600;
  font-size: 28px;
  margin-bottom: 15px;
}
.no-content p {
  color: #666;
  font-size: 16px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
  .navbar-toggler {
    display: block;
    background-color: #f99a0b;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px 3px;
  }
  .header-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;
    gap: 0px;
    width: 100%;
    max-width: 100%;
  }
  .header-col-2 {
    width: 100%;
  }
  .barra-contacto::before, .barra-contacto::after {
    display: none;
  }
  header {
    padding-bottom: 0px;
  }
  .navbar-light {
    width: 100%;
  }
  .navbar-light .navbar-nav .menu-item {
    width: 100%;
  }
  .navbar-light .navbar-nav .menu-item .nav-link {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e7e7e7;
  }
  .headerRight {
    width: 100%;
  }
  .testimonios-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
  .testimonios-cols .testimonios-col-1 {
    padding-top: 30px;
  }
  .testimonios-cols .testimonios-col-1 img {
    width: 150px;
    height: auto;
  }
  .seccion-busqueda-cols {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 768px) {
  .contenedor-publicaciones {
    -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 {
    -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;
  }
  .footer-col-1 {
    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;
    margin-bottom: 20px;
  }
  .footer-col-1 .dato-footer {
    width: 100%;
  }
  .footer-col-3 {
    width: 100%;
  }
  .seccion-busqueda-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .seccion-busqueda-cols .seccion-busqueda-col-1 {
    max-width: 100%;
  }
  .imueble-section-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .clearfix {
    margin: auto;
  }
}
@media screen and (max-width: 740px) {
  .barra-contacto-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20px 0px;
    gap: 10px;
  }
  .destacados {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  .testimonios-cols {
    width: 75%;
  }
  .noticias h2 {
    max-width: 90%;
    text-align: center;
    margin: auto;
  }
  .derechos {
    max-width: 90%;
    text-align: center;
    margin: auto;
    padding-top: 30px;
  }
  .swiper-wrapper-aliados {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .form-contacto {
    -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;
  }
  #sectionForm {
    max-width: 100%;
  }
  .mapa-contacto {
    width: 100%;
    height: 400px;
  }
  .contacto-side .dato-footer {
    margin-bottom: 20px;
  }
  .inmuebles-resultados {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .galeria-inmueble #image-gallery {
    height: 270px !important;
  }
  .single-noticia-container {
    width: 95%;
    padding: 20px 0;
  }
  .single-noticia-contenido {
    padding: 20px;
  }
  .single-noticia-titulo {
    font-size: 24px;
  }
  .single-noticia-imagen {
    height: 250px;
  }
  .single-noticia-meta {
    -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;
    gap: 10px;
  }
  .noticias-relacionadas {
    padding: 20px;
    margin-top: 20px;
  }
  .noticias-relacionadas-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .single-noticia-titulo {
    font-size: 28px;
  }
  .single-noticia-imagen {
    height: 300px;
  }
  .single-noticia-contenido {
    padding: 30px;
  }
  .noticias-relacionadas-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
/*# sourceMappingURL=style.css.map */