.hero {
  position: relative;
}
.hero .swiper {
  height: var(--viewportHeight);
}
.hero .swiper .swiper-slide {
  color: #FFFFFF;
  text-align: center;
  display: flex;
  align-items: center;
}
.hero .swiper .swiper-slide video,
.hero .swiper .swiper-slide picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero .swiper .swiper-slide video:before,
.hero .swiper .swiper-slide picture:before {
  content: "";
  background-color: #212429;
  opacity: 0.4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero .swiper .swiper-slide video img,
.hero .swiper .swiper-slide picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero .swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero .swiper .swiper-slide .container {
  position: relative;
}
.hero .swiper .swiper-slide h1 {
  font-weight: 700;
  text-transform: uppercase;
}
.hero .swiper.swiper-initialized .swiper-slide .slide-cont {
  opacity: 0;
  transition: opacity 0.5s;
}
.hero .swiper.swiper-initialized .swiper-slide.swiper-slide-loaded .slide-cont {
  opacity: 1;
}
.hero .swiper .swiper-button-prev,
.hero .swiper .swiper-button-next {
  color: #FFFFFF;
}
.hero .swiper .swiper-button-prev {
  left: 0;
}
.hero .swiper .swiper-button-next {
  right: 0;
}
.hero .hero-scroll {
  width: 24px;
  height: 40px;
  border: 1px solid white;
  border-radius: 12px;
  position: absolute;
  z-index: 1;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  display: none;
}
.hero .hero-scroll:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  animation-name: scroll;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.hero + .noticias1 {
  margin-top: 0 !important;
}
.hero .input-group {
  border-bottom: 4px solid #E0CE63;
  border-radius: 4px 4px 8px 8px;
  background-color: #FFFFFF;
}
.hero .input-group > * {
  height: 60px;
}
.hero .input-group .form-select:before {
  color: #3C515A;
  right: 10px;
}
.hero .input-group .form-select select {
  height: 100%;
  padding-left: 20px;
  border: 0;
  background-color: rgba(60, 81, 90, 0.2);
  color: #3C515A;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.hero .input-group .form-control {
  padding-left: 30px;
  border: 0;
}
.hero .input-group .form-control::-moz-placeholder {
  color: #212429;
}
.hero .input-group .form-control::placeholder {
  color: #212429;
}
.hero .input-group .btn {
  font-weight: 500;
}
.hero .input-group .btn:hover {
  border: 0;
}

.desktop .hero .duaSlider .duaSlider-prev:hover,
.desktop .hero .duaSlider .duaSlider-next:hover {
  color: #E0CE63;
}

@keyframes scroll {
  0% {
    top: 5px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  to {
    top: 15px;
    opacity: 0;
  }
}
@media (min-width: 1440px) {
  .hero .swiper .swiper-button-prev,
  .hero .swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  .hero .swiper .swiper-pagination-wrapper {
    right: calc(50% - 688px);
  }
}
@media (max-width: 1439px) {
  .hero .swiper .swiper-button-prev,
  .hero .swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .hero .hero-scroll {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .hero .swiper .swiper-pagination-wrapper {
    right: calc(50% - 472px);
  }
  .hero .swiper.swiper-initialized .slide-cont {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1024px) {
  .hero .swiper .swiper-slide .slide-cont {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero h1 {
    margin-bottom: 10px;
    font-size: 76px;
    line-height: 80px;
  }
  .hero p {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero .swiper .swiper-pagination-wrapper {
    right: calc(50% - 344px);
  }
  .hero .swiper.swiper-initialized .slide-cont {
    padding-left: 35px;
    padding-right: 35px;
  }
  .hero h1 {
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 64px;
  }
  .hero p {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .hero {
    font-size: 20px;
    line-height: 24px;
  }
  .hero .swiper .swiper-slide {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .hero .input-group .form-select select {
    width: 125px;
  }
}
@media (max-width: 767px) {
  .hero {
    font-size: 14px;
    line-height: 20px;
  }
  .hero .swiper .swiper-slide {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
  }
  .hero .swiper .swiper-pagination-wrapper {
    right: 20px;
  }
  .hero .swiper.swiper-initialized .slide-cont {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero h1 {
    margin-bottom: 10px;
    font-size: 44px;
    line-height: 48px;
  }
  .hero p {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px;
  }
  .hero .input-group {
    flex-direction: column;
  }
  .hero .input-group > * {
    height: 40px;
  }
  .hero .input-group select {
    width: 100%;
    padding-right: 20px;
    text-align: center;
  }
  .hero .input-group .form-control {
    padding-left: 12px;
    text-align: center;
  }
}
.inmuebles {
  margin-top: 60px;
}
.inmuebles #inmuebles-slider {
  overflow: visible !important;
}
@media (min-width: 768px) {
  .inmuebles #inmuebles-slider > .swiper-wrapper > .swiper-slide {
    width: 434px;
  }
  .inmuebles #inmuebles-slider > .swiper-wrapper > .swiper-slide + .swiper-slide {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .inmuebles #inmuebles-slider {
    max-width: 434px;
    margin-left: auto;
    margin-right: auto;
  }
  .inmuebles #inmuebles-slider > .swiper-wrapper > .swiper-slide {
    width: calc(100% - 20px);
  }
  .inmuebles #inmuebles-slider > .swiper-wrapper > .swiper-slide + .swiper-slide {
    margin-left: 20px;
  }
}

.categorias {
  margin-top: 60px;
}
.categorias .container .categoria {
  position: relative;
  color: #FFFFFF;
}
.categorias .container .categoria:focus {
  color: white;
}
.categorias .container .categoria:hover {
  color: #E0CE63;
}
.categorias .container .categoria:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.categorias .container .categoria .categoria-tit {
  width: 100%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 1440px) {
  .categorias .container {
    grid-template-columns: repeat(3, 434px);
  }
  .categorias .container .categoria .categoria-tit {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .categorias .container {
    grid-template-columns: repeat(3, 300px);
  }
  .categorias .container .categoria .categoria-tit {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .categorias .container {
    grid-template-columns: repeat(3, 220px);
  }
  .categorias .container .categoria .categoria-tit {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .categorias .container .categoria picture {
    aspect-ratio: 1/1;
  }
  .categorias .container .categoria picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 768px) {
  .categorias .container {
    display: grid;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .categorias .container .categoria {
    max-width: 434px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .categorias .container .categoria .categoria-tit {
    font-size: 44px;
    line-height: 48px;
  }
  .categorias .container .categoria + .categoria {
    margin-top: 30px;
  }
}

.nosotros {
  margin-top: 60px;
  background-color: #E0CE63;
}
.nosotros .container .nosotros-cont {
  padding: 80px 0;
}
.nosotros .container .nosotros-cont .nosotros-tit {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
}
.nosotros .container .nosotros-cont .nosotros-txt {
  font-size: 48px;
  line-height: 52px;
}
@media (min-width: 1440px) {
  .nosotros .container:before {
    width: 200px;
  }
  .nosotros .container .nosotros-cont {
    width: 800px;
    margin-left: 130px;
  }
  .nosotros .container .nosotros-cont .nosotros-txt {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .nosotros .container:before {
    width: 160px;
  }
  .nosotros .container .nosotros-cont {
    width: 640px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .nosotros .container .nosotros-cont {
    margin-left: auto;
  }
  .nosotros .container .nosotros-cont .nosotros-txt {
    font-size: 42px;
    line-height: 46px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nosotros .container:before {
    width: 120px;
  }
  .nosotros .container .nosotros-cont {
    width: 480px;
  }
}
@media (min-width: 768px) {
  .nosotros .container {
    display: flex;
    justify-content: center;
  }
  .nosotros .container:before {
    content: "";
    background-image: url("../../images/inicioFront/nosotros.svg");
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: left top;
  }
}
@media (max-width: 767px) {
  .nosotros .container .nosotros-cont {
    margin-left: 30px;
  }
  .nosotros .container .nosotros-cont .nosotros-txt {
    font-size: 32px;
    line-height: 38px;
  }
}

.servicios article picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.servicios article .servicio-cont {
  padding: 20px;
}
.servicios article .servicio-cont:before {
  content: "";
  margin-bottom: 27px;
  background-image: url("../../images/iconos/isotipo.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.servicios article .servicio-cont .servicio-tit {
  margin-bottom: 27px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
}
.servicios article .servicio-cont .servicio-sub {
  margin-bottom: 20px;
  color: #4D768B;
  font-weight: 400;
}
.servicios article .servicio-cont .servicio-txt {
  margin-bottom: 27px;
}
@media (min-width: 1440px) {
  .servicios article .servicio-cont:before {
    width: 209px;
    height: 101px;
  }
  .servicios article .servicio-cont .servicio-sub {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (max-width: 1439px) {
  .servicios article .servicio-cont:before {
    width: 157px;
    height: 75px;
  }
}
@media (min-width: 1024px) {
  .servicios article {
    display: flex;
  }
  .servicios article picture {
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .servicios article .servicio-cont {
    width: 540px;
    margin-left: auto;
    margin-right: auto;
    align-self: center;
  }
  .servicios article:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .servicios article .servicio-cont .servicio-sub {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 1023px) {
  .servicios article picture {
    aspect-ratio: 16/9;
  }
  .servicios article .servicio-cont {
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .servicios article .servicio-cont .servicio-sub {
    font-size: 28px;
    line-height: 32px;
  }
}

.contacto {
  margin-top: 80px;
}
.contacto .contacto-top .contacto-tit {
  color: #4D768B;
  font-weight: 400;
}
.contacto .contacto-top .text-bold {
  margin-bottom: 5px;
  color: #4D768B;
}
.contacto .contacto-top .contacto-sedes {
  display: grid;
  gap: 35px;
}
.contacto .contacto-top .contacto-sede {
  display: flex;
  flex-direction: column;
}
.contacto .contacto-top .contacto-sede > * + * {
  margin-top: 12px;
}
.contacto .contacto-top .contacto-instagram {
  margin-top: 35px;
  text-align: center;
}
.contacto .contacto-top .contacto-instagram .text-light a {
  color: inherit;
}
.contacto .contacto-top .contacto-instagram .text-light a:hover,
.contacto .contacto-top .contacto-instagram .text-light a:focus {
  color: inherit;
}
.contacto .contacto-top .contacto-lnk {
  font-size: 20px;
  line-height: 24px;
  text-decoration: underline;
}
.contacto .contacto-top .contacto-lnk a {
  color: #4D768B;
}
.contacto .contacto-top .contacto-lnk a:focus {
  color: #7191a2;
}
.contacto .contacto-top .contacto-lnk a:hover {
  color: #3C515A;
}
.contacto .mapa {
  height: 500px;
  margin-top: 65px;
}
@media (min-width: 1440px) {
  .contacto .contacto-top > * {
    flex-grow: 1;
  }
  .contacto .contacto-top .contacto-sedes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1439px) {
  .contacto .contacto-top .contacto-sedes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .contacto .contacto-top {
    margin-bottom: 90px;
  }
  .contacto .contacto-top .contacto-tit {
    width: 340px;
    font-size: 54px;
    line-height: 58px;
  }
  .contacto .formContacto fieldset .form-group {
    width: calc(50% - 10px);
  }
  .contacto .formContacto fieldset .form-group:last-child {
    position: absolute;
    top: 0;
    right: 0;
  }
  .contacto .formContacto fieldset .form-group textarea.form-control {
    height: 176px;
  }
  .contacto .formContacto .form-bottom .form-group {
    margin-bottom: 0;
  }
  .contacto .formContacto .form-bottom .form-bottom-blq1 .form-group .input-group {
    width: 396px;
  }
}
@media (max-width: 1023px) {
  .contacto .contacto-top {
    margin-bottom: 50px;
  }
  .contacto .contacto-top .contacto-tit {
    font-size: 48px;
    line-height: 52px;
  }
  .contacto .formContacto fieldset .form-group textarea.form-control {
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contacto .contacto-top .contacto-tit {
    width: 300px;
  }
  .contacto .formContacto fieldset .form-group:nth-child(1) {
    width: 396px;
  }
  .contacto .formContacto fieldset .form-group:nth-child(2) {
    width: 274px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .contacto .formContacto .form-bottom .form-bottom-blq1 .form-group .input-group {
    width: 370px;
  }
}
@media (min-width: 768px) {
  .contacto .contacto-top {
    display: flex;
    justify-content: space-between;
  }
  .contacto .contacto-top .contacto-top-blq1 ~ * {
    margin-top: 25px;
  }
  .contacto .contacto-top .contacto-top-blq2 {
    width: 100%;
    max-width: 760px;
  }
  .contacto .formContacto fieldset {
    position: relative;
  }
  .contacto .formContacto .form-bottom {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .contacto .formContacto .form-bottom .form-bottom-blq3 .btn {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .contacto .contacto-top .contacto-top-blq2 {
    margin-top: 35px;
  }
  .contacto .contacto-top .contacto-sedes {
    grid-template-columns: 1fr;
  }
  .contacto .formContacto .form-bottom {
    margin-top: 12px;
  }
  .contacto .formContacto .form-bottom .form-bottom-blq2 {
    order: -1;
  }
  .contacto .formContacto .form-bottom .form-bottom-blq3 .btn {
    width: 100%;
    display: flex;
  }
}

.buscador {
  margin-top: 60px;
}
.buscador .container .buscador-tit {
  font-weight: 300;
}
@media (min-width: 1440px) {
  .buscador .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .buscador .container .buscador-tit {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 1439px) {
  .buscador .container .buscador-tit {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 32px;
  }
  .buscador .container .form-buscador .input-group {
    width: 100%;
  }
}/*# sourceMappingURL=inicioFront.css.map */
