﻿@charset "UTF-8";
/****** Settings ******/
/******* Tools *********/
/******* Generic *******/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

p,
h1,
h2,
h3 {
  margin: 0; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style: none; }

.row {
  margin: 0; }

/******* Objects *******/
/******* Components *******/
/* Header */
.header {
  position: relative;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border-bottom: solid 3px #0b4975;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1); }
  .header ul li {
    display: inline-block; }
  .header ul i {
    padding: 0 5px; }

.header-top {
    background-color: #ed3338;
    position: relative;
    padding: 7px;
}
  .header-top__info {
    color: #fff;
    font-size: 0.8em; }
    .header-top__info i {
      font-size: 1.5em;
      text-transform: uppercase; }
    .header-top__info li:first-child {
      margin-right: 10px; }
  .header-top__social {
    position: absolute;
    top: 3px;
    right: 10px; }
    .header-top__social a {
      color: #fff; }

.header-mid {
  padding: 10px 0;
  transition: all 0.5s; }
  .header-mid__logo {
    width: 160px;
    margin-top: 15px;
    transition: all 0.5s; }
  .header-mid__links {
    margin-top: 5px;
    transition: all 0.5s; }
    .header-mid__links ul {
      text-align: right; }
    .header-mid__links a {
      background-color: #0b4975;
      color: #fff !important;
      padding: 10px 20px;
      font-size: .8em;
      display: block;
      text-transform: uppercase; }
      .header-mid__links a:hover {
        background-color: #093a5e; }
    .header-mid__links li:first-child a {
      margin-right: 10px; }
  .header-mid__item-menu {
    display: -webkit-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    margin-top: 15px;
    margin-bottom: 15px; }
    .header-mid__item-menu li {
      position: relative;
      padding: 15px 0; }
      .header-mid__item-menu li a {
        color: #262626;
        display: block;
        padding: 0 10px;
        font-size: 0.9em;
        font-weight: 700;
        position: relative;
        text-transform: uppercase; }
        .header-mid__item-menu li a:before {
          content: "";
          position: absolute;
          left: 45%;
          width: 0;
          height: 2px;
          bottom: -18px;
          background-color: #ed3338; }
        .header-mid__item-menu li a:hover:before {
          left: 0;
          width: 100%; }
    .header-mid__item-menu .active-menu a:before {
      left: 0;
      width: 100%;
      height: 2px; }
  .header-mid__menu {
    width: 75%; }
  .header-mid .search-header {
    width: 25%; }
    .header-mid .search-header .input-group {
      width: 100%; }
    .header-mid .search-header input {
      border-radius: 0;
      background-color: rgba(0, 0, 0, 0.05);
      border-right: 0; }
      .header-mid .search-header input:focus {
        box-shadow: 0 0 0; }
    .header-mid .search-header button {
      border-radius: 0;
      border: solid 1px rgba(0, 0, 0, 0.1);
      border-left: 0;
      background-color: rgba(0, 0, 0, 0.05); }
    .header-mid .search-header .input-group-append {
      margin: 0; }
    .header-mid .search-header i {
      color: #ed3338; }
  .header-mid .sub-menu {
    background: #0b4975;
    position: absolute;
    top: 50px;
    width: 250px;
    left: -60px;
    border-bottom: solid 2px #ed3338;
    z-index: 99;
    display: none; }
    .header-mid .sub-menu li {
      display: block;
      padding: 0; }
      .header-mid .sub-menu li a {
        color: #fff;
        display: block;
        background: #0b4975;
        font-weight: 400;
        font-size: 0.8em;
        padding: 10px;
        text-align: center;
        border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
        .header-mid .sub-menu li a:hover {
          background-color: rgba(255, 255, 255, 0.1); }
        .header-mid .sub-menu li a:before {
          display: none; }
    .header-mid .sub-menu li:last-child a {
      border-bottom: 0; }
  .header-mid .icon-responsive {
    display: none; }

.header-mid-free {
  position: fixed;
  margin-top: -30px;
  width: 100%;
  background-color: #fff;
  border-bottom: solid 2px #0b4975; }
  .header-mid-free .header-mid__logo {
    width: 120px;
    margin-top: 40px; }

.opacityMenu {
  opacity: 0; }

.opacityMenuTwo {
  opacity: 0;
  margin-top: -50px; }

/* Sliders */
.slider-main__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-width: 1800px;
  height: 600px;
  margin: 0 auto;
}

.price-details-property {
  position: absolute;
  z-index: 99;
  background-color: rgba(237, 51, 56, 0.8);
  padding: 7px 15px;
  color: #fff;
  bottom: 0;
  right: 0;
  font-size: 1.1em; }

/* Feacture property / container property */
.container-property {
  background-image: url("../../../../Images/globals/background-property.jpg");
  background-size: cover;
  width: 100%;
  padding-bottom: 40px;
}

.icon-feature-property {
  text-align: center;
  position: relative;
  margin-top: 50px; }
  .icon-feature-property:before, .icon-feature-property:after {
    content: "";
    width: 100px;
    top: 50%;
    height: 3px;
    background-color: #fff;
    position: absolute; }
  .icon-feature-property:before {
    left: 50%;
    margin-left: -150px; }
  .icon-feature-property:after {
    right: 50%;
    margin-right: -150px; }
  .icon-feature-property img {
    width: 60px; }

.tlt-property {
  color: #fff;
  text-align: center;
  font-size: 1.4em;
  margin-top: 10px;
  margin-bottom: 50px;
  font-weight: 700;
  text-transform: uppercase; }

.box-property {
  margin-bottom: 40px; }
  .box-property .col-md-4 {
    margin-bottom: 40px; }
  .box-property__group {
    background-color: #fff;
    height: 100%; }
  .box-property .property-image {
    position: relative;
    overflow: hidden; }
    .box-property .property-image__image {
      background-size: cover;
      background-position: center center;
      width: 100%;
      height: 200px;
      transition: all 0.5s; }
      .box-property .property-image__image:hover {
        transform: scale(1.1); }
    .box-property .property-image__price {
      position: absolute;
      right: 0;
      bottom: 0;
      padding: 7px 15px;
      color: #fff;
      background-color: rgba(237, 51, 56, 0.8); }
  .box-property .property-info {
    padding: 15px; }
    .box-property .property-info__location {
      color: #ed3338;
      font-size: 0.7em;
      margin-top: 10px;
      font-weight: 300;
      text-transform: uppercase; }
      .box-property .property-info__location span {
        font-weight: 700; }
    .box-property .property-info__name {
      color: #0b4975;
      font-weight: 700;
      font-size: 1.3em; }
    .box-property .property-info__stratum {
      color: #262626;
      font-weight: 700;
      font-size: 0.8em; }
      .box-property .property-info__stratum span {
        font-weight: 300; }
  .box-property .feature-property {
    border-top: solid 1px rgba(0, 0, 0, 0.15);
    margin-top: 7px;
    padding-top: 7px; }
    .box-property .feature-property__list {
      display: -webkit-flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: -moz-flex;
      display: flex;
      align-items: center;
      -moz-align-items: center;
      -o-align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center; }
      .box-property .feature-property__list img {
        width: 25px; }
      .box-property .feature-property__list li {
        padding: 0 5px;
        font-size: 0.8em;
        color: #262626;
        font-weight: 300; }

/* Search property */
.search-item-space {
    margin-bottom: 1rem !important;
}
.search-property {
  background-color: #edf1f2;
  padding: 20px;
  z-index: 9;
  position: relative; }
  .search-property label {
    width: 100%;
    color: #262626; }
  .search-property select {
    width: 100%;
    border: solid 1px rgba(0, 0, 0, 0.2);
    padding: 10px;
    color: #9da2a4; }
  .search-property .filter-panel {
    margin-top: 20px; }

.ct-search-property {
  text-align: center; }
  .ct-search-property__button {
    background-color: #ed3338;
    color: #fff;
    border: 0;
    padding: 10px 40px;
    margin-top: 20px;
    margin-bottom: 10px;
    cursor: pointer; }
    .ct-search-property__button:hover {
      background-color: #ec252a; }

.pointer.high {
  right: 0px; }

.theme-green .back-bar .selected-bar {
  background-image: none;
  background-color: #c0c2c2; }

.theme-green .back-bar .pointer {
  background-color: #ed3338;
  border: 0;
  background-image: none; }

/* Services */
.box-services {
  display: -webkit-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  text-align: center; }
  .box-services__txt {
    color: #838383;
    font-weight: 300;
    font-size: 0.8em; }
  .box-services__tlt {
    color: #414141;
    font-weight: 700;
    font-size: 1.2em;
    margin-top: 20px;
    text-transform: uppercase; }
  .box-services__content {
    margin-bottom: 20px;
    padding: 0 5px; }
    .box-services__content img {
      transition: all 0.5s; }
    .box-services__content:hover img {
      transform: scale(1.1); }

.container-services .tlt-property {
  color: #414141; }

.container-services .icon-feature-property:before, .container-services .icon-feature-property:after {
  background-color: #414141; }

.items-services {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
  .items-services__img {
    text-align: center; }
    .items-services__img img {
      width: 150px; }
  .items-services__tlt {
    color: #0b4975;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .items-services p {
    color: #9da2a4; }

/* Consultants*/
.box-consultans {
  display: -webkit-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: flex;
  margin-top: 60px; }
  .box-consultans .consultans-image {
    background-size: cover;
    background-position: center center;
    width: 50%; }
    .box-consultans .consultans-image__tlt {
      background-color: rgba(237, 51, 56, 0.8);
      color: #fff;
      font-size: 1.1em;
      display: table;
      padding: 10px 20px;
      text-transform: uppercase; }

.consultans-info {
  background-color: #edf1f2;
  width: 50%;
  padding: 30px 50px; }
  .consultans-info img {
    width: 50px; }
  .consultans-info__name {
    color: #0b4975;
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .consultans-info__txt {
    color: #3d3e3e;
    line-height: 20px;
    margin-bottom: 15px; }
  .consultans-info__icon {
    display: -webkit-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    margin-top: 10px; }
  .consultans-info__btn {
    text-align: center; }
    .consultans-info__btn a {
      color: #fff;
      background-color: #0b4975;
      display: table;
      padding: 10px 20px;
      font-weight: 700;
      margin: auto;
      margin-top: 30px;
      text-transform: uppercase; }
      .consultans-info__btn a:hover {
        background-color: #093a5e; }
  .consultans-info__subtlt {
    color: #0b4975;
    font-weight: 300;
    margin-top: -10px;
    margin-bottom: 20px; }
  .consultans-info .txt-professional {
    font-size: 0.9em;
    text-align: justify; }

.info-icon {
  color: #3d3e3e; }
  .info-icon__tlt {
    font-size: 1.1em;
    font-weight: 500; }
  .info-icon a {
    color: #3d3e3e;
    word-break: break-all; }

.container-professional {
  width: 90%;
  margin: auto;
  margin-bottom: 50px; }

.box-professional-ct {
  width: auto;
  padding: 20px; }

.box-consultans .box-professional-img {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%; }
  .box-consultans .box-professional-img img {
    width: 150px;
    height: 150px;
    border-radius: 100%; }

/* RV Commercial */
.container-rvCommercial {
  margin-top: 120px;
  margin-bottom: 120px; }

.box-rvCommercial {
  display: -webkit-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: flex; }
  .box-rvCommercial .rvCommercial-image {
    width: 50%;
    padding: 0 50px;
    text-align: right; }
    .box-rvCommercial .rvCommercial-image img {
      width: 400px; }
  .box-rvCommercial .rvCommercial-info {
    width: 50%; }
    .box-rvCommercial .rvCommercial-info__tlt {
      color: #0b4975;
      font-size: 1.4em;
      font-weight: 700;
      margin-bottom: 20px;
      text-transform: uppercase; }
    .box-rvCommercial .rvCommercial-info__txt {
      text-align: left;
      color: #3d3e3e;
      font-weight: 300; }

/* Subscribe */
.container-subscribe {
  background-image: url("../../../../Images/globals/background-susc.jpg");
  background-size: cover;
  width: 100%; }
  .container-subscribe .box-subscribe {
    display: -webkit-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    padding: 30px; }
  .container-subscribe .subscribe-info {
    width: 60%; }
    .container-subscribe .subscribe-info__tlt {
      color: #fff;
      font-weight: 700;
      font-size: 1.5em; }
    .container-subscribe .subscribe-info__txt {
      color: #fff;
      font-weight: 300; }
  .container-subscribe .subscribe-btn {
    width: 40%; }
    .container-subscribe .subscribe-btn__content img {
      width: 40px; }
    .container-subscribe .subscribe-btn__content a {
      color: #fff;
      background-color: #3d3e3e;
      display: table;
      margin: auto;
      padding: 10px 40px; }
      .container-subscribe .subscribe-btn__content a:hover {
        background-color: #303131; }

/* Footer */
.footer {
  background-color: #0b4975;
  padding: 40px 0; }
  .footer__social {
    display: -webkit-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .footer__social li {
      padding: 0 10px;
      width: 50%;
      text-align: left; }
    .footer__social a {
      color: #fff;
      font-size: 1.5em;
      margin-bottom: 7px;
      display: block; }
  .footer .tlt-footer {
    color: #fff;
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 30px; }
  .footer__sections-list a {
    color: #fff;
    display: block;
    padding: 7px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
    transition: all 0.5s; }
    .footer__sections-list a:hover {
      padding-left: 10px; }
  .footer__sections-list i {
    padding-right: 10px; }
  .footer__allies img {
    width: 100%; }
  .footer .info-globals__info {
    margin-bottom: 20px; }
    .footer .info-globals__info p {
      color: #fff;
      font-size: 0.9em;
      font-weight: 300; }
  .footer .info-globals a {
    word-break: break-all;
    color: #fff; }

.footer-bottom {
  background-color: #3d3e3e;
  padding: 10px 0; }
  .footer-bottom p {
    color: #fff;
    font-size: 0.8em;
    font-weight: 300; }
  .footer-bottom__right {
    text-align: right; }

/* Bread */
.container-bread {
  background-image: url("../../../../Images/globals/background-bread.jpg");
  background-size: cover;
  text-align: center;
  padding: 40px; }
  .container-bread__tlt {
    color: #fff;
    font-size: 3em;
    text-transform: uppercase; }
  .container-bread a {
    color: #fff;
    font-weight: 300;
    display: table;
    padding: 0 10px; }
  .container-bread span {
    font-weight: 300;
    background-color: #fff;
    color: #8f8f8f;
    margin-left: 10px; }
  .container-bread__link {
    display: -webkit-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    color: #fff; }

/* Map */
.container-map {
  border-bottom: solid 3px #ed3338; }
  .container-map img,
  .container-map iframe {
    width: 100%; }

/* Property globals */
.container-property-globals .tlt-property {
  color: #414141; }

.container-property-globals .icon-feature-property:before, .container-property-globals .icon-feature-property:after {
  background-color: #414141; }

.container-property-globals .box-property__group {
  background-color: #edf1f2; }

/* Contacto */
.container-map-contact img {
  width: 100%; }

.container-contact .tlt-property {
  color: #414141; }

.container-contact .sub-tlt {
  text-align: center;
  margin-top: -40px;
  margin-bottom: 50px;
  font-size: 1.1em;
  color: #3d3e3e;
  font-weight: 300; }

.container-contact .icon-feature-property:before, .container-contact .icon-feature-property:after {
  background-color: #414141; }

.container-contact .box-property__group {
  background-color: #edf1f2; }

.form-contact input,
.form-contact textarea, .form-contact select {
  border: 0;
  border-bottom: solid 2px #0b4975;
  background-color: #edf1f2;
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  color: #3d3e3e; }

.form-contact select option {
  color: #3d3e3e !important; }

.form-contact input {
  margin-bottom: 25px; }

.form-contact__btnContact {
  background-color: #0b4975;
  color: #fff;
  cursor: pointer;
  border: 0;
  width: 100%;
  text-align: center;
  padding: 12px;
  margin-top: 5px; }
  .form-contact__btnContact:hover {
    background-color: #093a5e; }

.form-contact .no-top {
  margin: 0; }

.info-contact {
  background-color: #edf1f2;
  padding: 40px;
  text-align: center;
  margin-top: 70px; }
  .info-contact__info {
    color: #949495;
    font-size: 1.1em;
    font-weight: 300; }
  .info-contact img {
    width: 120px;
    margin-bottom: 20px; }
  .info-contact a {
    color: #949495;
    word-break: break-all; }

/* Sidebar consultants */
.sidebar-consultants .consultans-info {
  background-color: #edf1f2;
  width: 100%;
  padding: 30px 20px; }

.form-consultants__tlt {
  color: #3d3e3e;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px; }

.form-consultants__btn {
  background-color: #ed3338;
  width: 100%;
  padding: 12px 10px;
  text-align: center;
  border: 0;
  color: #fff;
  cursor: pointer; }
  .form-consultants__btn:hover {
    background-color: #eb1c21; }

.form-consultants input,
.form-consultants textarea {
  width: 100%;
  padding: 5px 15px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.08);
  color: #3d3e3e; }

.accordion-tecnic .card {
  border: 0; }

.accordion-tecnic .card-header {
  padding: 0; }
  .accordion-tecnic .card-header a {
    background-color: #edf1f2;
    display: block;
    width: 100%;
    padding: 10px;
    text-align: left;
    color: #9da2a4;
    border: 0; }
    .accordion-tecnic .card-header a:hover {
      color: #9da2a4; }
  .accordion-tecnic .card-header i {
    margin-right: 10px; }

.accordion-tecnic__ct {
  color: #3d3e3e;
  text-align: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .accordion-tecnic__ct span {
    font-weight: 700;
    font-size: 0.9em; }
  .accordion-tecnic__ct a {
    background-color: #0b4975;
    color: #fff;
    width: 100%;
    padding: 5px;
    display: block;
    text-align: center;
    width: 50%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px; }
    .accordion-tecnic__ct a:hover {
      background-color: #093a5e; }

/* Detail property */
.container-detail {
  margin-top: 40px;
  margin-bottom: 60px; }
  .container-detail .consultans-info__txt {
    font-size: 0.9em; }
  .container-detail .info-icon p {
    font-size: 0.9em; }

.detail-header .row {
  align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center; }

.detail-header .details-info {
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 20px; }
  .detail-header .details-info__location {
    color: #ed3338;
    font-size: 0.8em;
    font-weight: 300; }
    .detail-header .details-info__location span {
      font-weight: 700; }
  .detail-header .details-info__name {
    color: #0b4975;
    font-size: 2em;
    font-weight: 700;
    margin-top: -5px; }
  .detail-header .details-info__stract {
    color: #3d3e3e;
    font-weight: 700;
    margin-top: -5px; }
    .detail-header .details-info__stract span {
      font-weight: 300; }

.detail-header .details-download {
  text-align: right;
  padding-right: 0; }
  .detail-header .details-download img {
    width: 20px;
    margin-right: 10px; }
  .detail-header .details-download__btn {
    background-color: #0b4975;
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase; }
    .detail-header .details-download__btn:hover {
      background-color: #093a5e; }

.box-details {
  background-color: #edf1f2;
  padding: 10px 20px;
  text-align: center; }
  .box-details .details-feature__name {
    font-weight: 300;
    margin-top: 5px;
    padding: 10px;
    padding-top: 0;
    font-size: 0.9em;
    border-bottom: solid 2px #fff; }
  .box-details .details-feature__txt {
    font-weight: 700;
    color: #767676;
    margin-top: 10px;
    font-size: 1.2em; }

.details-description {
  margin-top: 40px;
  margin-bottom: 40px; }
  .details-description p {
    color: #9da2a4;
    font-weight: 300;
    margin-bottom: 20px; }

.details-map__tlt {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0b4975; }

.details-map img,
.details-map iframe {
  width: 100%; }

/* Sidebar globals */
.box-sidebar-globals {
  background-color: #edf1f2;
  padding: 35px;
  margin-bottom: 20px; }
  .box-sidebar-globals__priTlt {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1.1em;
    text-transform: uppercase; }
  .box-sidebar-globals__txt {
    font-size: 0.9em;
    color: #9da2a4;
    margin-bottom: 10px; }
  .box-sidebar-globals .input-group .input-group-append {
    margin: 0; }
  .box-sidebar-globals .input-group input {
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.1);
    border-right: 0; }
    .box-sidebar-globals .input-group input:focus {
      box-shadow: 0 0 0; }
  .box-sidebar-globals .input-group button {
    border: 0;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0; }
    .box-sidebar-globals .input-group button i {
      color: rgba(0, 0, 0, 0.3); }
  .box-sidebar-globals__tlt {
    font-size: 1.1em;
    font-weight: 400;
    color: #3d3e3e;
    margin-bottom: 15px; }
  .box-sidebar-globals .group-recents {
    display: -webkit-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    margin-bottom: 20px; }
    .box-sidebar-globals .group-recents img {
      width: 70px;
      height: 70px;
      border-radius: 100%;
      margin-right: 15px; }
    .box-sidebar-globals .group-recents__tlt {
      color: #3d3e3e;
      line-height: 15px; }
    .box-sidebar-globals .group-recents__txt {
      font-size: 0.8em;
      color: #9da2a4;
      margin-top: 10px; }
  .box-sidebar-globals__list a {
    padding: 10px;
    display: block;
    width: 100%;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    color: #9da2a4;
    transition: all 0.5s; }
    .box-sidebar-globals__list a:hover {
      background-color: rgba(0, 0, 0, 0.1);
      padding-left: 15px; }
  .box-sidebar-globals__list i {
    margin-right: 10px; }
  .box-sidebar-globals .list-unic li {
    color: #9da2a4;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    font-size: 0.9em;
    padding: 10px; }

/* Inspiration */
.box-inspiration {
  border-bottom: dotted 2px rgba(0, 0, 0, 0.2);
  padding-bottom: 40px;
  margin-bottom: 40px; }
  .box-inspiration__image {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 400px; }
  .box-inspiration__txt p {
    color: #9da2a4;
    font-weight: 300;
    margin-bottom: 20px; }
  .box-inspiration__txt p:first-child {
    margin-top: 15px; }
  .box-inspiration__tlt {
    color: #0b4975;
    font-weight: 700;
    font-size: 1.4em;
    margin-top: 20px;
    text-transform: uppercase; }
  .box-inspiration__date {
    display: -webkit-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    margin-top: 10px; }
    .box-inspiration__date li {
      padding: 0 10px;
      font-weight: 300; }
    .box-inspiration__date li:first-child {
      padding-left: 0;
      border-right: solid 1px rgba(0, 0, 0, 0.4); }
  .box-inspiration__comments {
    text-align: right;
    color: #9da2a4;
    margin-bottom: 15px; }
  .box-inspiration__btn {
    background-color: #0b4975;
    color: #fff;
    padding: 10px 30px;
    display: table;
    text-align: center;
    font-weight: 700;
    margin-top: 40px; }
    .box-inspiration__btn:hover {
      color: #fff;
      background-color: #093a5e; }

.container-services-int .box-inspiration {
  border-bottom: 0; }

.box-inspiration:last-child {
  border-bottom: 0; }

.list-globals li {
  padding-left: 15px;
  position: relative;
  color: #9da2a4;
  font-weight: 700;
  margin-bottom: 5px; }
  .list-globals li:before {
    content: "";
    background-color: #9da2a4;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    left: 0;
    top: 8px;
    position: absolute; }

.comments-main {
  margin-top: 50px; }
  .comments-main input, .comments-main textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: solid 1px rgba(0, 0, 0, 0.2); }
  .comments-main button {
    margin: 0;
    margin-bottom: 40px;
    border: 0;
    width: 100%; }
  .comments-main__content {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .comments-main__txt {
    color: #9da2a4;
    font-weight: 300; }
  .comments-main__name {
    font-size: 0.8em;
    margin-top: 15px;
    color: #0b4975;
    font-weight: 700; }
  .comments-main__priTlt {
    color: #0b4975;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px; }

/* Content globals */
/* About us */
.box-about-us-image {
  padding: 0; }
  .box-about-us-image__image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }

.box-about-us-main {
  padding: 0; }

.box-about-us-intro {
  padding: 40px;
  background-color: #edf1f2; }
  .box-about-us-intro__tlt {
    color: #0b4975;
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .box-about-us-intro .tltTwo {
    font-size: 1.7em;
    margin-top: 30px;
    margin-bottom: 30px; }
  .box-about-us-intro p {
    font-size: 0.9em;
    margin-bottom: 10px;
    color: #3d3e3e; }
  .box-about-us-intro p.box-about-us-intro__txtTwo {
    font-size: 1em;
    margin-bottom: 30px; }

.box-about-us-indicator {
  text-align: center;
  margin-bottom: 60px; }
  .box-about-us-indicator__group {
    width: 80%;
    margin: auto; }
  .box-about-us-indicator__item:hover img {
    transform: scale(1.1); }
  .box-about-us-indicator img {
    width: 120px;
    transition: all 0.5s; }
  .box-about-us-indicator p {
    margin-bottom: 20px;
    color: #3d3e3e;
    font-weight: 700;
    font-size: 1.1em; }

.container-mission {
  width: 100%;
  background-size: cover;
  padding: 40px; }
  .container-mission .row {
    align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center; }
  .container-mission__image {
    border-radius: 100%; }
    .container-mission__image img {
      width: 300px;
      height: 300px;
      border-radius: 100%;
      border: solid 5px #fff; }
  .container-mission h2 {
    color: #fff;
    font-size: 2.3em; }
  .container-mission p {
    color: #fff;
    margin-top: 20px; }

.container-mission:last-child h2 {
  color: #3d3e3e; }

.container-mission:last-child p {
  color: #3d3e3e; }

/* US */
.check-us {
  margin: 0; }
  .check-us .box-about-us-indicator__group {
    justify-content: center; }
  .check-us p {
    font-size: 0.9em;
    font-weight: 300; }
  .check-us img {
    margin-bottom: 10px; }
  .check-us .box-about-us-indicator__item {
    margin-bottom: 40px; }

.benefits-us {
  background-color: #edf1f2;
  padding: 40px;
  text-align: center; }
  .benefits-us__tlt {
    color: #fff;
    font-size: 1.8em;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .benefits-us__tlt-sc {
    font-size: 1.5em;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase; }
  .benefits-us__list {
    display: -webkit-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center; }
    .benefits-us__list li {
      padding: 10px 10px;
      color: #fff;
      font-weight: 300;
      width: 33.3%; }
    .benefits-us__list i {
      font-size: 1.2em;
      margin-right: 5px; }

.benefits-us-blue .benefits-us__tlt {
  color: #0b4975;
  font-weight: 700; }

.benefits-us-blue .benefits-us__list {
  text-align: left; }
  .benefits-us-blue .benefits-us__list li {
    padding: 10px 10px;
    color: #3d3e3e;
    font-weight: 300;
    width: 33.3%; }

.form-us {
  margin-top: 60px;
  margin-bottom: 60px; }
  .form-us__tlt {
    color: #0b4975;
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: 15px; }
  .form-us label {
    color: #3d3e3e;
    font-weight: 300;
    margin-bottom: 20px; }
  .form-us input, .form-us select {
    margin-bottom: 15px; }
  .form-us input[type="file"] {
    border: 0;
    background: none;
    padding: 0; }
  .form-us input[type="radio"] {
    width: 15px;
    height: 15px; }
  .form-us button {
    font-size: 1.1em; }
  .form-us .input-right label {
    margin-top: 40px; }
  .form-us .tlt-two {
    margin: 0;
    margin-bottom: 10px;
    font-size: 1.2em; }

/* FPQRS */
.container-fpqrs .benefits-us__tlt-sc {
  font-size: 1.8em;
  width: 50%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px; }

.box-fpqrs__content {
  margin-bottom: 20px; }
  .box-fpqrs__content .card-header {
    padding: 0; }
    .box-fpqrs__content .card-header .btn.btn-link {
      background-color: #e6e6e6; }
    .box-fpqrs__content .card-header a {
      text-align: left;
      display: block;
      background: #edf1f2;
      padding: 15px;
      color: #0b4975;
      font-size: 0.95em;
      font-weight: 700;
      white-space: inherit; }
      .box-fpqrs__content .card-header a:hover {
        color: #0b4975;
        background-color: #e6e6e6; }
    .box-fpqrs__content .card-header i {
      float: right;
      font-size: 1.5em;
      transform: rotate(180deg);
      transition: all 0.5s; }

.box-fpqrs .collapse {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); }

.box-fpqrs .card-body {
  color: #3d3e3e;
  padding: 30px 50px;
  font-weight: 300; }

.box-fpqrs .btn.btn-link.collapsed {
  background-color: rgba(0, 0, 0, 0.02); }
  .box-fpqrs .btn.btn-link.collapsed i {
    transform: rotate(0deg); }

.fpqrs-tlt-form {
  margin-top: 60px; }

.ct-legal {
  background-image: url("../../../../Images/globals/background-mision.jpg");
  background-size: cover;
  width: 100%;
  border-radius: 0;
  padding: 20px 50px;
  padding-top: 40px; }
  .ct-legal .input-email {
    width: 100%;
    padding: 10px 15px;
    border: 0;
    color: #9da2a4;
    font-weight: 300; }
  .ct-legal label {
    color: #fff;
    font-weight: 300;
    margin-left: 10px; }
  .ct-legal button {
    width: 100%;
    border: 0;
    background-color: #262626;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 300;
    cursor: pointer; }
    .ct-legal button:hover {
      background-color: #191919; }

/* RESPONSIVE */
@media (max-width: 1455px) {
  /* Menú */
  .header-mid__item-menu li a {
    padding: 0 7px;
    font-size: 0.8em; } }

@media (max-width: 1285px) {
  /* MENÚ */
  .header-mid__item-menu li a {
    padding: 0 7px;
    font-size: 0.75em; }
    .header-mid__item-menu li a:before {
      bottom: -20px; }
  .header-mid .search-header {
    width: 20%; }
  .header-mid__menu {
    width: 80%; } }

@media (max-width: 1150px) {
  /* MENÚ */
  .header-mid__item-menu li a {
    padding: 0 5px;
    font-size: 0.7em; }
    .header-mid__item-menu li a:before {
      bottom: -23px; }
  .group-professional {
    display: block; }
  .box-consultans {
    width: 100%;
    max-width: 100%; } }

@media (max-width: 900px) {
  
    .header ul li {
      display: block; }
  .header .header-top__social {
    margin-top: 10px; }
    .header .header-top__social li {
      display: inline-block; }
  .header-mid {
    text-align: center;
    height: 90px; }
    .header-mid__ct-logo {
      margin: auto;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
      position: relative; }
    .header-mid .icon-responsive {
      display: block;
      position: absolute;
      right: 20px;
      top: 25px;
      width: 40px;
      height: 20px;
      cursor: pointer; }
      .header-mid .icon-responsive div {
        width: 100%;
        height: 4px;
        background: rgba(0, 0, 0, 0.6);
        margin-bottom: 3px; }
    .header-mid .row {
        display: block;
        height: 100%;
        position: relative;
    }
    .header-mid__logo {
      width: 100px;
      margin-top: 0px; }
    .header-mid__ct-menu {
      width: 100%;
      max-width: 100%;
      overflow-y: scroll;
      height: 70vh;
      margin-left: -100%;
      background: #fff;
      border-bottom: solid 3px #0b4975;
      transition: all 0.5s;
      z-index: -1; }
    .header-mid .openMenu {
      margin-left: 0%; }
    .header-mid__links {
      margin-top: 10px;
      margin-bottom: 0px; }
      .header-mid__links ul {
        text-align: center; }
      .header-mid__links a {
        padding: 10px 20px;
        font-size: .8em;
        border-bottom: solid 1px rgba(255, 255, 255, 0.15); }
      .header-mid__links li:first-child a {
        margin-right: 0px; }
    .header-mid__item-menu {
      flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin-top: 10px;
      margin-bottom: 0px; }
      .header-mid__item-menu li {
        position: relative;
        padding: 0px 0; }
        .header-mid__item-menu li a {
          color: #262626;
          padding: 10px 10px;
          font-size: 0.9em;
          border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
          .header-mid__item-menu li a:before {
            display: none; }
      .header-mid__item-menu li:last-child a {
        border-bottom: 0; }
    .header-mid__menu {
      width: 100%; }
    .header-mid .search-header {
      width: 100%;
      order: -1;
      -webkit-order: -1;
      -moz-order: -1;
      -ms-order: -1;
      -o-order: -1; }
    .header-mid .sub-menu {
      position: relative;
      top: 0px;
      width: 100%;
      left: 0px;
      border-bottom: solid 2px #ed3338; }
      .header-mid .sub-menu li {
        padding: 0; }
        .header-mid .sub-menu li a {
          font-size: 0.7em; }
  /* Servicies */
  .box-services {
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .box-services__content {
      width: 50%; }
  /* Consultants */
  .box-consultans {
    display: block;
    margin-top: 20px; }
    .box-consultans .consultans-image {
      width: 100%;
      height: 300px; }
      .box-consultans .consultans-image__tlt {
        font-size: 0.8em; }
    .box-consultans .consultans-info {
      width: 100%;
      padding: 30px 30px; }
      .box-consultans .consultans-info__name {
        font-size: 1.2em; }
  /* Rv Commercial */
  .container-rvCommercial {
    margin-top: 40px;
    margin-bottom: 20px; }
  .box-rvCommercial {
    display: block; }
    .box-rvCommercial .rvCommercial-image {
      width: 100%;
      padding: 0 30px;
      text-align: center; }
      .box-rvCommercial .rvCommercial-image img {
        width: 50%; }
    .box-rvCommercial .rvCommercial-info {
      width: 100%;
      padding: 30px; }
      .box-rvCommercial .rvCommercial-info__tlt {
        margin-bottom: 10px; }
  /* Footer */
  .footer {
    padding: 20px 0; }
    .footer .row {
      flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex: 1; }
    .footer .ct-footer {
      width: 50%;
      max-width: 100%;
      flex: auto; }
    .footer .social-main {
      margin-top: 50px;
      order: 4;
      -webkit-order: 4;
      -moz-order: 4;
      -ms-order: 4;
      -o-order: 4; }
    .footer .info-globals .tlt-footer {
      margin-top: 50px; }
    .footer__social li {
      width: auto; }
  /* About Us */
  .container-mission__image img {
    width: 200px;
    height: 200px; }
  .box-professional {
    display: -webkit-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex; } }

@media (max-width: 768px) {
  /* Slider Home */
    .slider-main__image {
        height: 265px;
    }
  .slider-main .flex-prev {
    left: 30px;
    top: 45%; }
  .slider-main .flex-next {
    right: 30px;
    top: 45%; }
  /* Propertys */
  .box-property {
    margin: 0; }
    .box-property .col-md-4 {
      margin-bottom: 10px; }
    .box-property__group {
      height: auto;
      margin-bottom: 30px; }
  .icon-feature-property {
    margin-top: 20px; }
  .tlt-property {
    margin-bottom: 30px; }
  /* Subscribe */
  .container-subscribe {
    margin-top: 0px; }
    .container-subscribe .box-subscribe {
      display: block;
      padding: 20px; }
    .container-subscribe .subscribe-info {
      width: 100%;
      text-align: center; }
      .container-subscribe .subscribe-info__tlt {
        font-size: 1.3em; }
    .container-subscribe .subscribe-btn {
      width: 100%; }
      .container-subscribe .subscribe-btn__content a {
        margin-top: 30px; }
  .footer-bottom p {
    text-align: center;
    margin-bottom: 10px; }
  .footer-bottom__right {
    text-align: center; }
    .footer-bottom__right p {
      margin: 0; }
  /* Bread */
  .container-bread {
    padding: 30px; }
    .container-bread__tlt {
      font-size: 2em; }
    .container-bread a {
      display: none; }
  /* Details property */
  .container-detail {
    margin-top: 40px;
    margin-bottom: 60px; }
    .container-detail .consultans-info__txt {
      font-size: 0.9em; }
    .container-detail .info-icon p {
      font-size: 0.9em; }
  .detail-header .details-info__location {
    font-size: 0.7em; }
  .detail-header .details-info__name {
    font-size: 1.5em; }
  .detail-header .details-info__stract {
    font-size: 0.8em; }
  .detail-header .details-download {
    padding-left: 0; }
    .detail-header .details-download__btn {
      padding: 10px;
      display: block;
      text-align: center;
      width: 100%;
      margin: auto;
      margin-bottom: 15px; }
  .box-details {
    background-color: #edf1f2;
    padding: 10px 20px;
    text-align: center; }
    .box-details .details-feature {
      border-bottom: solid 1px #fff;
      padding: 5px; }
      .box-details .details-feature__name {
        margin-top: 0px;
        padding: 5px;
        padding-top: 0;
        font-size: 0.9em;
        border-bottom: solid 0px #fff; }
      .box-details .details-feature__txt {
        font-weight: 700;
        color: #767676;
        margin-top: 0px;
        font-size: 1em; }
  .details-map {
    margin-bottom: 30px; }
    .details-map__tlt {
      font-size: 1.2em; }
  /* Inspiration */
  .box-inspiration__image {
    height: 200px; }
  .box-inspiration__tlt {
    font-size: 1.1em; }
  /* About Us */
  .container-mission {
    text-align: center; }
    .container-mission__image img {
      width: 200px;
      height: 200px; }
    .container-mission h2 {
      font-size: 2em;
      margin-top: 20px; }
  .box-about-us-image {
    height: 200px; }
  .container-mission:last-child .container-mission__image {
    order: -1;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1; }
  /* Services */
  .items-services {
    margin-bottom: 30px;
    padding-bottom: 30px; }
    .items-services__img img {
      width: 80px; }
    .items-services__tlt {
      font-size: 1.2em; }
  /* Us */
  .benefits-us__list li {
    width: 100%; }
  .benefits-us__tlt {
    font-size: 1.4em; }
  .benefits-us-blue .benefits-us__list {
    text-align: center; }
    .benefits-us-blue .benefits-us__list li {
      width: 100%; }
  .box-about-us-intro .tltTwo {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 1.4em; }
  .box-about-us-intro p.box-about-us-intro__txtTwo {
    margin-bottom: 0px; }
  .form-us {
    margin-top: 50px;
    margin-bottom: 50px; }
    .form-us .input-right label {
      margin-top: 0px; }
  .box-fpqrs__content .card-header i {
    display: none; }
  .box-fpqrs .card-body {
    padding: 20px 20px; }
  .container-fpqrs .benefits-us__tlt-sc {
    font-size: 1.2em;
    margin: 0 auto;
    width: 100%; }
  .box-professional .box-professional-img {
    height: 200px; } }

@media (max-width: 580px) {
  .header-mid {
    height: 72px;
    padding: 0;
    border-top: solid 5px #ed3438; }
    .header-mid .icon-responsive {
      top: 25px; }
  .header-top {
    display: none; }
  /* Servicies */
  .box-services__content {
    width: 100%; }
  /* Footer */
  .footer .tlt-footer {
    margin-bottom: 10px; }
  .footer .social-main {
    margin-top: 0px; }
  .footer .info-globals .tlt-footer {
    margin-top: 0px; }
  .footer .ct-footer {
    width: 100%;
    margin-bottom: 20px; }
  .footer__allies img {
    width: 70%; }
  .footer__social li {
    width: auto; } }

@media (max-width: 400px) {
    .slider-main__image {
        height: 185px;
    }
  .header .header-top__info li {
    font-size: 0.8em; }
  .header .header-top__info i {
    display: none; }
  .header .header-top__social {
    margin-top: 5px; } }


.rating {
    --dir: right;
    --fill: gold;
    --fillbg: rgba(100, 100, 100, 0.15);
    --star: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.25l-6.188 3.75 1.641-7.031-5.438-4.734 7.172-0.609 2.813-6.609 2.813 6.609 7.172 0.609-5.438 4.734 1.641 7.031z"/></svg>');
    --stars: 5;
    --starsize: 20px;
    --symbol: var(--star);
    --value: 1;
    --w: calc(var(--stars) * var(--starsize));
    block-size: var(--starsize);
    inline-size: var(--w);
    position: relative;
    -webkit-appearance: none;
}
.rating::-webkit-slider-runnable-track {
    background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
    block-size: 100%;
    mask: repeat left center/var(--starsize) var(--symbol);
    -webkit-mask: repeat left center/var(--starsize) var(--symbol);
}
.rating::-webkit-slider-thumb {
    height: var(--starsize);
    opacity: 0;
    width: var(--starsize);
    -webkit-appearance: none;
}
/* NO JS */
.rating--nojs::-webkit-slider-runnable-track {
    background: var(--fillbg);
}
.rating--nojs::-webkit-slider-thumb {
    background-color: var(--fill);
    box-shadow: calc(0rem - var(--w)) 0 0 var(--w) var(--fill);
    opacity: 1;
    width: 1px;
}

/* clases de los ajustes del detalle */

/* variables */
:root {
    --gris-1 : #9da2a4;
    
}
/* Fin variables */

@media screen and (min-width: 1200px) {
    .container-adjustment {
        max-width: 98%;
    }
}

.scroll-section {
    overflow-y: scroll;
    max-height: 800px;
}

.tab-adjustment {
    padding: 10px 30px;
}

.margin-carousel{
    margin: 0 0 18px;
}
.title-description{
    color: var(--gris-1);
}

.description-box{
    display: flex;
}

.space-box{
    margin: 0 24px;
    min-width: 60px;
}

.space-box2 {
    margin: 0 24px;
    min-width: 170px;
}

.text-bolder{
    font-size: 18px;
}

.text-margin {
    margin: 5px 0 !important;
}

.list-caracteristics {
    display: flex;
    flex-wrap: wrap;
}

.img-proffesional{
    background: red;
    width: 50px;
    height: 50px;
}

.name-size{
    font-size: 16px;
    font-weight: bold;
}

.contact-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 18px;
}

.user-1 {
    width: 125px;
    display: flex;
    justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
}

.img-photo-adjustments {
    display: flex;
    justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
}

@media screen and (max-width: 768px) {
    .user-1 {
        width: 118px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 500px) {
    .user-1 {
        width: 100px; 
        margin-bottom: 20px;
    }

    .contact-box {
        margin-left: 0px;
    }
}

@media(min-width: 900px) and (max-width: 1200px) {
    .user-1 {
        width: 100%;
    }

    .text-bolder2 {
        font-size: 22px !important;
    }

    .contact-box {
        margin-left: 0px;
    }
}

@media screen and (min-width: 1054px) {
    .img-photo-adjustments {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .user-1 {
        width: 100%;
    }
    .img-photo-adjustments {
        padding-right: 0;
    }
    .name-size {
        font-size: 18px;
    }
}

/* clases de los ajustes del detalle */
/* Header and Footer styles */
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

/* Header and Foooter Styles*/
.header_new {
    display: flex;
    justify-content: space-between;
    padding: 16px 32px;
    background-color: #253A59;
    flex-direction: row;
    flex-wrap: wrap;
    top: 0;
    left: 0;
    z-index: 99;
    position: sticky;
    width: 100%;
}


.header_new__menu {
    display: flex;
    justify-content: space-between;
    list-style: none;
    align-items: center;
    margin: 0;
    height: 100%;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.header_new__menu-item {
    display: flex;
    align-items: center;
    padding: 0px 15px;
    position: relative;
    height: 100%;
}

.header_new__menu-item-link {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-wrap: balance;
    display: flex;
    gap: 5px;
}

.header_new .header_new__menu-item.active > .header_new__menu-item-link {
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #fff;
}


.no-hover .header_new__menu-item,
.no-hover .header_new__menu-item:hover {
    background-color: transparent;
    font-weight: normal;
}

.remove-pointer-pointer-events {
    pointer-events: none !important;
}

.header_new__menu-item:hover .header_new__menu {
    pointer-events: visible;
}

.icon-wrapper {
    display: flex;
    align-items: center;
}

.header_new__menu-item-link--active {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    text-wrap: balance;
    position: unset;
    display: flex;
    gap: 5px;
}

.header_new__login-link {
    text-decoration: none;
    color: #164194;
    display: flex;
    gap: 10px;
    background-color: #fff;
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 12px;
}

.header_new__menu-item .header_new__login-link:hover {
    text-decoration: none;
    color: #164194;
    background-color: #fff;
}

.header_new__login-login-icon {
    font-size: 19px;
    color: #164194;
}

.header_new__menu-toggle {
    display: none;
}

.header_new__logo-container {
    display: flex;
}
.header_new__logo-container a {
    margin-right: 32px;
}

.header_new__menu-container {
    display: flex;
    flex: 1 1;
    justify-content: flex-start;
    align-items: center;
}

.header_new__buttons_container {
    display: flex;
    align-self: flex-end;
}

    .header_new__buttons_container ul {
        display: flex;
        flex-direction: row;
        list-style: none;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .header_new__buttons_container a {
        text-decoration: none;
        font-size: 12px;
        line-height: 20px;
    }

    .header_new__buttons_container .publish_estate {
        color: #fff;
        border: 2px solid #fff;
        padding: 4px 6px;
        border-radius: 4px;
        display: flex;
        gap: 4px;
    }

    .header_new__buttons_container .transactional_zone {
        color: #164194;
        padding: 4px 6px;
        background-color: #fff;
        border-radius: 4px;
        gap: 6px;
        display: flex;
        border: 2px transparent solid;
    }

        .header_new__buttons_container .transactional_zone:hover {
            color: #164194;
            padding: 4px 6px;
            background-color: #fff;
            border-radius: 4px;
            gap: 6px;
            display: flex;
        }

        .header_new__buttons_container .transactional_zone .user-icon {
            font-size: 14px;
            color: #164194;
        }

.header_new__menu-item--dropdown:hover .header_new__submenu {
    display: block;
}

/* scrolled header */
.header_new-scrolled .header_new__buttons_container .publish_estate {
    color: #164194;
    border: 2px solid #164194;
    padding: 4px 6px;
    border-radius: 4px;
    display: flex;
    gap: 4px;
}

.header_new__submenu-item-button .transactional_zone_button {
    color: #fff;
    padding: 4px 6px;
    background-color: #164194;
    border-radius: 4px;
    gap: 8px;
    display: flex;
    margin: 16px;
    font-size: 12px;
}

.transactional_zone_button .user-icon {
    font-size: 14px;
    color: #fff;
}

.header_new__submenu-item-button .transactional_zone_button:hover {
    text-decoration: none;
}

.header_new-scrolled .publish_estate img {
    content: url("../../../../Images/icons/svg_icons/Icono_Btn_PublicarInmuebleBlue.svg");
    z-index: 999;
}

.header_new-scrolled .header_new__buttons_container .transactional_zone {
    color: #fff;
    padding: 4px 6px;
    background-color: #164194;
    border-radius: 4px;
    gap: 6px;
    display: flex;
}

    .header_new-scrolled .header_new__buttons_container .transactional_zone:hover {
        color: #164194;
        padding: 4px 6px;
        background-color: #fff;
        border-radius: 4px;
        gap: 6px;
        display: flex;
    }

    .header_new-scrolled .header_new__buttons_container .transactional_zone .user-icon {
        font-size: 14px;
        color: #164194;
    }


.header_new-scrolled .publish_estate:hover {
    text-decoration: none;
}

.header_new-scrolled .header_new__buttons_container .user-icon {
    color: #fff !important;
}

.header_new-scrolled .header_new__menu-item--dropdown:hover .header_new__submenu {
    display: block;
}

.header_new-scrolled .header_new__buttons_container .transactional_zone:hover {
    text-decoration: none !important;
    background-color: #164194;
    color: #fff;
}

.hide-content {
   display: none;
}

.header_new__submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 16px;
    list-style-type: none;
    margin: 0;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    border-radius: 8px;
    padding: 0px;
}

.header_new__submenu-item {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


.header_new__submenu a {
    color: #32324d;
    font-size: 12px;
    padding: 16px;
    white-space: nowrap;
}

.header_new__submenu .header_new__submenu-item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.header_new__submenu .header_new__submenu-item:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.header_new__submenu-item:hover {
    background: #f0f0ff;
    cursor: pointer;
}

    .header_new__submenu-item:hover .header_new__submenu-item-link {
        color: #32324d;
    }

.header_new__submenu-item {
    padding: 10px 15px;
}

.header_new__submenu-responsive {
    display: none;
}

.header_new-scrolled {
    display: flex;
    justify-content: space-between;
    padding: 16px 32px;
    background-color: #fff;
    flex-direction: row;
    z-index: 999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
    flex-wrap: wrap;
    position: sticky;
}

    .header_new-scrolled .header_new__menu-item {
        display: flex;
        align-items: center;
        padding: 0px 15px;
        position: relative;
    }

    .header_new-scrolled .header_new__menu-item-link {
        text-decoration: none;
        color: #164194;
        font-size: 12px;
        line-height: 20px;
    }

    .header_new-scrolled .header_new__menu-item.active > .header_new__menu-item-link {
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #164194;
    }

    .header_new-scrolled .header_new__logo-container {
        display: flex;
    }

    .header_new-scrolled .header_new__menu-item-link--active {
        text-decoration: none;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #164194;
        font-size: 14px;
    }

    .header_new-scrolled .header_new__logo {
        content: url("../../../../Images/icons/svg_icons/Logo_Original.png");
    }

    .header_new-scrolled .header_new__login-link {
        text-decoration: none;
        color: #fff;
        display: flex;
        gap: 10px;
        background-color: #E30613;
        padding: 8px 15px;
        border-radius: 50px;
        font-size: 12px;
    }

    .header_new-scrolled .header_new__menu-item .header_new__login-link:hover {
        text-decoration: none;
        color: #fff;
        background-color: #E30613;
    }

    .header_new-scrolled .header_new__login-login-icon {
        font-size: 19px;
        color: #fff;
    }

    .header_new-scrolled .header_new__submenu-item:hover .header_new__submenu-item-link {
        text-decoration: none;
    }


.header_new__menu-item-link .icon-up {
    display: none;
}


@media screen and (min-width: 1053px) {
    .header_new .header_new__menu-item:hover > .header_new__menu-item-link {
        -webkit-text-stroke-width: 0.5px;
        -webkit-text-stroke-color: #fff;
    }

    .header_new-scrolled .header_new__menu-item:hover > .header_new__menu-item-link {
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #164194;
    }

    .header_new__menu-item:hover .header_new__submenu {
        display: block;
        margin-top: -0.3rem;
    }

    .header_new__menu-item:hover .icon-up {
        display: block;
    }

    .header_new__menu-item:hover .icon-down {
        display: none;
    }
}


.show-content {
    display: block !important;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    width: 100%;
}

.header-full {
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    height: 100vh;
    z-index: 9999;
    overflow-y: auto;
}

.fade-out {
    opacity: 0;
}


.header_new__submenu-item-button--overlay {
    margin-left: 0px !important;
}
header_new__menu-container--displayed {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header_new__menu--ajusted {
    align-items: unset;
    justify-content: unset;
    align-items: unset;
}

.header_new__menu-item-link {
    pointer-events: visible;
}


@media screen and (max-width: 1073px) {
    .header_new {
        background-color: #fff;
        padding: 0px;
        display: inline-block;
        width: 100%;
    }

    .header_new__menu-item-link .icon-up {
        display: none;
    }

    .header_new__menu-item.element-show .header_new__menu-item-link .icon-up {
        display: block;
    }

    .header_new__menu-item.element-show .header_new__menu-item-link .icon-down {
        display: none;
    }


    .header_new-scrolled {
        background-color: #fff;
        padding: 0px;
        display: inline-block;
        width: 100%;
        z-index: 9999;
    }

    .header_new__logo-container {
        background-color: #253A59;
        padding: 16px 32px;
    }

    .header_new-scrolled .header_new__logo-container {
        background-color: #fff;
    }

    .header_new__logo-container a {
         margin-right: 0px;
    }

    .header_new-scrolled .header_new__menu-toggle i {
        color: #253A59;
    }

    .header_new ul {
        margin-bottom: 0;
    }

    .header_new-scrolled ul {
        margin-bottom: 0;
    }

    nav.header_new__menu-container--displayed {
        padding-top: 16px;
    }


    .header_new__menu-container {
        justify-content: center;
        width: 100%;
    }

    .header_new__menu {
        flex-direction: column;
        align-items: center;
    }

    .header_new__menu-item {
        height: 40px;
    }


    .header_new__menu-item-link {
        color: #164194;
        justify-content: center;
        line-height: 24px;
    }

        .header_new__menu-item-link:hover {
            color: #164194;
            text-decoration: none !important;
        }


    .header_new__menu--ajusted .header_new__menu-item-link:hover {
        color: unset;

    }

    .header_new__menu-item-link--active {
        color: #164194;
        justify-content: center;
    }

    .header_new__buttons_container ul {
        flex-direction: column;
        flex: 1 1;
        margin-left: -20%;
    }

    .header_new__submenu-item-responsive {
        padding: 8px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        min-width: 300px;
    }

    .header_new__submenu-responsive .header_new__submenu-item-button {
        display: flex;
        margin-left: -10%;
    }

    .header_new__submenu-responsive {
        margin-top: -3%;
    }

    .header_new__submenu-item-responsive-link {
        color: #000
    }

    .header_new__submenu-item-responsive a {
        color: #253A59;
        font-size: 12px;
    }

    .header_new__menu-item-link a:hover {
        color: #253A59;
    }

    .header_new__submenu-item-responsive a:hover {
        color: #253A59;
    }

    .header_new__menu-item-link {
        font-size: 14px;
    }

    .header_new__submenu-item-responsive a:hover {
        color: #253A59 !important;
        text-decoration: none;
    }

    .header_new__submenu-responsive {
        list-style: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-bottom: 2px solid #D4D3D4;
        margin: 0px 32px;
    }

        .header_new__submenu-responsive.element-show {
            display: flex;
        }

    .header_new__submenu-responsive-item {
        text-align: center;
    }

    .header_new__logo-container {
        display: flex;
        justify-content: space-between;
    }

        .header_new__logo-container .header_new__menu-toggle {
            order: 1;
            outline: none;
        }

    .header_new__menu-container {
        display: none;
    }

    .header_new__buttons_container {
        display: none;
    }

        .header_new__buttons_container .publish_estate:hover {
            color: #164194;
        }

        .header_new__buttons_container .transactional_zone:hover {
            background-color: #164194;
            color: #fff
        }


    .header_new__menu-item {
        margin: 4px 0px;
        flex-direction: column;
        align-items: flex-start;
    }

        .header_new__menu-item.childs:before {
            content: ' >';
            margin-left: 5px;
            cursor: pointer;
            position: absolute;
            right: 9px;
            height: 21px;
            width: 31px;
            color: #fff;
            text-align: center;
            font-size: 20px;
            align-items: center;
            justify-content: center;
            display: flex;
        }


    .header_new__buttons_container .transactional_zone {
        color: #fff;
        padding: 4px 6px;
        background-color: #164194;
        border-radius: 4px;
        gap: 6px;
        display: flex;
    }

    .header_new__buttons_container ul {
        width: 100%;
        flex: unset;
        margin-left: unset;
        padding: 32px;
    }

    .header_new__buttons_container li {
        width: 100%;
    }

        .header_new__buttons_container li a {
            display: flex;
            justify-content: center;
        }

    .header_new__buttons_container .publish_estate {
        color: #164194;
        border: 2px solid #164194;
        padding: 4px 6px;
        border-radius: 4px;
        display: flex;
        gap: 4px;
    }

    .header_new__buttons_container .transactional_zone .user-icon {
        color: #fff
    }

    .header-scrolled .header_new__buttons_container .transactional_zone {
        color: #fff;
        padding: 4px 6px;
        background-color: #164194;
        border-radius: 4px;
        gap: 6px;
        display: flex;
    }

    .header-scrolled .header_new__buttons_container {
        width: 100% !important;
    }

        .header-scrolled .header_new__buttons_container ul {
            width: 100%;
            flex: unset;
            margin-left: unset;
            padding: 32px;
        }

        .header-scrolled .header_new__buttons_container li {
            width: 100%;
        }

            .header-scrolled .header_new__buttons_container li a {
                display: flex;
                justify-content: center;
            }

        .header-scrolled .header_new__buttons_container .publish_estate {
            color: #164194;
            border: 2px solid #164194;
            padding: 4px 6px;
            border-radius: 4px;
            display: flex;
            gap: 4px;
        }

        .header-scrolled .header_new__buttons_container .transactional_zone .user-icon {
            color: #fff
        }


    .header_new-scrolled .header_new__menu-item.childs:before {
        color: #32324d;
    }

    .header_new__menu-item.childs.show-submenu:before {
        content: ' ▼';
        font-size: 13px;
    }

    .header_new__menu-item.login-link {
        flex-direction: initial;
    }

    .header_new__menu-item-link {
        width: 100%;
        text-wrap: balance;
    }

    .header_new .header_new__menu-item.active > .header_new__menu-item-link {
        -webkit-text-stroke-color: #164194;
    }

        .header_new__menu-item-link:hover {
            width: 100%;
            text-wrap: balance;
            color: #164194 !important;
        }

    .header_new__menu-item-link--active {
        width: 100%;
    }

        .header_new__menu-item-link--active:hover {
            color: #164194 !important;
        }

    .header_new__menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 5px;
        background-color: transparent;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        margin-right: 16px;
        transition: transform 0.3s ease;
    }

        .header_new__menu-toggle i {
            font-size: 30px;
            color: #fff;
            transition: transform 0.3s ease, opacity 0.3s ease;
        }

    .header_new__menu-toggle-line {
        width: 25px;
        height: 2px;
        background-color: #fff;
        margin: 4px 0px;
    }

    .header_new-scrolled .header_new__menu {
        flex-direction: column;
        max-height: 400px;
    }

    .header_new-scrolled .header_new__menu-item {
        margin: 4px 0px;
        align-items: flex-start;
    }

    .header_new-scrolled .header_new__menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 5px;
        background-color: #fff;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        margin-right: 16px;
        height: 40px;
    }

    .header_new-scrolled .header_new__menu-toggle-line {
        width: 25px;
        height: 2px;
        background-color: #164194;
        margin: 2px 0px;
    }


    .header_new-scrolled .header_new__logo-container {
        align-items: center;
    }

    #sp-root-container {
        zoom: 0 !important;
    }

    .header_new__right-content {
        display: none;
        position: absolute;
        left: 0;
        top: 67px;
        width: 100%;
        background-color: #253A59;
        z-index: 1;
        padding-left: 32px;
        padding-bottom: 16px;
    }

    .header_new-scrolled .header_new__right-content {
        background-color: #fff;
    }

    .header_new__right-content.show-header-menu {
        display: block;
    }

    .header_new__menu-item .header_new__submenu {
        position: relative;
        width: 92%;
        left: 0;
        margin-top: 10px;
        border-radius: 0;
        box-shadow: none;
        background-color: #253A59;
    }

    .header_new-scrolled .header_new__menu-item .header_new__submenu {
        background-color: #fff;
    }

    .header_new__menu-item:hover .header_new__submenu {
        display: none;
    }

    .header_new__menu-item.show-submenu .header_new__submenu {
        display: block;
    }

    .header_new__submenu-item {
        padding: 0;
    }

    .header_new__submenu a {
        color: #d2dae5;
        padding: 10px 16px;
        display: block;
    }

    .header_new-scrolled .header_new__submenu a {
        color: #767676;
    }
}

@media screen and (min-width: 771px) {
}

.footer_new {
    background-color: #D4D3D4;
    color: #343434;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
    position: relative;
}

    .footer_new p {
        margin: 0px;
    }

.header_new a:hover {
    text-decoration: none;
    color: #fff;
}

.footer_new a:hover {
    text-decoration: none;
    color: #fff;
}

.footer_new-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0px 32px;
}

.footer_new-container__info {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_new__info_contact {
    display: flex;
    flex-direction: row;
    gap: 50px;
    flex: 1 1;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.footer_new-container__info-title {
    display: flex;
    gap: 5px;
}

.footer_new-container__info-title-icon {
    width: 24px;
    height: 24px;
}

.footer_new-container__info-title-icon-font-awesome {
    font-size: 24px;
}

.footer_new-container__copyright {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

    .footer_new-container__copyright p {
        font-size: 12px;
    }

.footer_new-container__privacy {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.footer_new-info {
    display: flex;
    flex-direction: row;
}

.social-icon {
    font-size: 20px;
    color: #343434;
}

.footer_new-info i,
.footer_new-social a {
    margin-right: 8px;
}

.footer_new-links a {
    color: #fff;
    text-decoration: none;
}

    .footer_new-links a:hover {
        text-decoration: underline;
    }

.footer_new-social a {
    color: #fff;
    margin: 0 5px;
    text-decoration: none;
    font-size: 20px;
}

    .footer_new-social a:hover {
        color: #ddd;
    }

.footer_new-container__privacy-link {
    color: #343434;
}

.footer_new-container__privacy .footer_new-container__privacy-link:hover {
    color: #343434;
}

a.footer_new-container__info-title {
    color: #343434;
}

    a.footer_new-container__info-title:hover {
        color: #343434;
    }


@media screen and (min-width: 850px) and (max-width: 1053px) {
    .header_new__logo {
        width: auto;
    }

    .header_new {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 16px;
    }

    .header_new__buttons_container {
        align-self: flex-start;
    }

    .header_new__menu {
        margin-left: -2%;
    }
  
    .header_new-scrolled .header_new__logo {
        width: auto;
    }

    .header_new-scrolled {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 16px;
    }

        .header_new-scrolled .header_new__buttons_container {
            align-self: flex-start;
        }

        .header_new-scrolled .header_new__menu {
            margin: 0px;
        }
     
}

@media screen and (min-width: 770px) and (max-width: 849px) {
    .header_new__logo {
        width: auto;
    }

    .header_new {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 16px;
    }

    .header_new__buttons_container {
        align-self: flex-start;
    }

    .header_new__menu {
        margin: 0px;
    }

    .header_new__menu {
        margin: 0;
        gap: 20px;
    }


    .header_new-scrolled .header_new__logo {
        width: auto;
    }

    .header_new-scrolled {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 16px;
    }

        .header_new-scrolled .header_new__buttons_container {
            align-self: flex-start;
        }

        .header_new-scrolled .header_new__menu {
            margin: 0px;
        }

        .header_new-scrolled .header_new__menu {
            margin: 0;
            gap: 20px;
        }

}


@media screen and (max-width: 949px) {
    .footer_new-social {
        display: flex;
        align-items: center;
    }

    .footer_new__info_contact {
        gap: 10px
    }
}

@media screen and (max-width: 650px) {
    .footer_new-container__info {
        flex-direction: column;
    }

    .footer_new-social {
        justify-content: space-evenly;
        border-bottom: 1px #343434 solid;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    .footer_new-container {
        padding: 0px 12px;
    }

    .social-icon {
        font-size: 20px;
    }

    .footer_new__info_contact p {
        font-size: 14px;
    }

    .footer_new-container__info-title-icon {
        width: 20px;
        height: 20px;
    }

    .footer_new-container__info-title-icon-font-awesome {
        font-size: 20px;
    }
}

/* Home styles */
.gray-text {
    color: #767676;
}

.blue-text {
    color: #164194;
}

.white-text {
    color: #fff;
}

.white-dark-text {
    color: #d2dae5;
}

.alert-success-rv {
    color: #fff;
    background-color: #253A59;
}

.alert-success-rv p {
   margin: 0;
}

alert-success-rv i {
    margin-right: 10px;
}


.container-search {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.background-image {
    width: 100%;
    height: 400px;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.search-box {
    background-color: rgba(187, 208, 237, 0.85);
    padding: 40px 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

    .search-box h2 {
        margin: 0 0 20px;
        font-size: 26px;
        color: #253a59;
        text-wrap: balance;
    }

.radio-buttons {
    margin-bottom: 20px;
}

    .radio-buttons label {
        margin-right: 20px;
        font-size: 16px;
        color: #333;
    }

    .radio-buttons input[type='radio'] {
        margin-right: 5px;
    }


.form-bottom .search-box-search-btn {
    height: 45px;
}

.search-field select,
.search-field input[type='submit'] {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.search-field input[type='submit'] {
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

    .search-field input[type='submit']:hover {
        background-color: #0056b3;
    }

.search-box .form-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.search-field-options {
    flex-grow: 1;
}

.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.tab {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
    margin: 0 2px;
    color: #333;
}

    .tab.active {
        background-color: #ffffff;
        border-bottom: none;
    }

.radio-buttons {
    display: flex;
    justify-content: center;
    position: relative;
}

    .radio-buttons label {
        padding: 10px 20px;
        cursor: pointer;
        font-size: 16px;
        color: #253a59;
        transition: color 0.15s ease-in, font-weight 0.15s ease-in;
        text-wrap: balance;
    }

    .radio-buttons input[type='radio'] {
        display: none;
    }

        .radio-buttons input[type='radio']:checked + label {
            color: #253a59;
            text-shadow: 1px 0 0;
        }

    /* Base border for the whole group */
    .radio-buttons::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #767676;
    }

    /* Indicator element for the sliding effect */
    .radio-buttons .indicator {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%; /* Adjust width to cover half if two options, or use flex basis for multiple */
        height: 2px;
        background-color: #253a59;
        transition: transform 0.3s ease;
    }

    /* Position the indicator based on the checked radio button */
    .radio-buttons input#DestinationRent:checked ~ .indicator {
        transform: translateX(0%);
    }

    .radio-buttons input#DestinationSale:checked ~ .indicator {
        transform: translateX(100%);
    }


.search-section-container {
    position: relative;
    display: flex;
    overflow: hidden;
}

    .search-section-container .background-image {
        object-fit: cover;
        width: 100%;
    }

.search-section-container__content {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 32px 50px;
}

.search-section-container__publish {
    display: flex;
    justify-content: flex-end;
}

.search-section-container__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.search-section-container__actions-title {
    margin-bottom: 20px;
    font-size: 2.5rem;
    color: #fff;
}

.search-section-container__actions-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.popular-estates-section
.popular-estates-section__list
.popular-estates-section-item-info
a {
    color: #343434;
}


.popular-estates-section-item-info .text-medium {
    font-size: 14px;
}


#contactForm label {
   font-size: 12px;
}

.popular-estates-section__change-section {
    display: flex;
    justify-content: center;
    gap: 6px;
}

    .popular-estates-section__change-section button {
        background-color: #c8c8c8;
        width: 16px;
        height: 16px;
        border-radius: 100%;
        border: none;
    }

.popular-estates-section
.popular-estates-section__change-section
.popular-estates-section__change-section--active {
    background-color: #ffce44;
}


.primary-blue-button {
    padding: 8px 19px;
    background-color: #164194;
    border-radius: 5px;
    color: #fff;
    border: none;
    cursor: pointer;
    outline: inherit;
    font-size: 12px;
}

.primary-red-button {
    padding: 8px 19px;
    background-color: #e30613;
    border-radius: 5px;
    color: #d2dae5;
    border: none;
    cursor: pointer;
    outline: inherit;
    font-size: 12px;
}

.primary-transparent {
    padding: 8px 19px;
    background-color: transparent;
}

.primary-red-button:hover {
    color: #fff;
    text-decoration: none;
}

.destination-button input[type="radio"]{
    display: none;
}

.destination-button label {
    padding: 8px 19px;
    border-radius: 5px;
    color: #d2dae5;
    border: none;
    cursor: pointer;
    outline: inherit;
    font-size: 12px;
    margin: 0;
    transition: all 0.3s ease, border 0.3s ease;
}

.destination-button.blue label {
    background-color: #164194;
    border: 2px solid #164194;
}

.destination-button.red label {
    background-color: #e30613;
    border: 2px solid #e30613;
}

.destination-button input[type="radio"]:checked + label {
    border: 2px solid #bbd0ed;
    color: #fff;
}

.destination-button.blue input[type="radio"]:checked + label {
    background-color: #123476;
}

.destination-button.red input[type="radio"]:checked + label {
    background-color: #b6050f;
}

.primary-select {
    padding: 10px 12px;
    font-size: 1rem;
    border: none;
    border-radius: 4px;
}

.search-selection-container__actions-filter {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.search-section-container__property-type {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.search-select {
    flex: 4;
}

.search-button {
    flex: 1;
}

.popular-estates-section-item-info {
    padding: 16px;
    flex-grow: 1;
}

    .popular-estates-section-item-info a {
        color: inherit;
        text-decoration: none;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
    }

    .popular-estates-section-item-info a:hover {
        color: inherit;
    }

    .popular-estates-section-item-info .text-medium {
        font-size: 14px;
    }

        .popular-estates-section-item-info .text-medium span.property-purpose {
            text-transform: lowercase;
            font-family: "Poppins", sans-serif;
        }

    .popular-estates-section-item-info .text-big {
        font-size: 22px;
    }

    .popular-estates-section-item-info .text-capitalize {
        text-transform: capitalize;
    }

.popular-estates-section-item-additional-info .text-small {
    font-size: 11px;
}

.popular-estates-section-item-info .price {
    margin-top: 8px;
    color: #0d2859;
}

.popular-estates-section__title-container {
    display: flex;
    justify-content: flex-start;
    padding-left: 16px;
}

    .popular-estates-section__title-container h1 {
        font-size: 26px;
    }


.popular-estates-section {
    display: flex;
    flex-direction: column;
    padding: 32px;
}

    .popular-estates-section p {
        margin: 0;
    }

.popular-estates-section__separator {
    border: 1px solid #164194;
    margin: 16px 0px;
}

.p-carousel-box {
    position: relative;
}

.p-carousel-button {
    position: absolute;
    top: 40%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: .5;
    transition: opacity .15s ease;
    min-width: 20px;
    font-size: 30px;
}

    .p-carousel-button:hover {
        opacity: 1;
    }

    .p-carousel-button.prev {
        left: -8px;
    }

    .p-carousel-button.next {
        right: -8px;
    }

.p-carousel-container {
    overflow: hidden;
}

.popular-estates-section__list {
    display: flex;
    gap: 26px;
    padding: 20px;
    transition: transform 0.5s ease-in-out;
}

.popular-estates-section__list-item {
    border-radius: 12px;
    max-width: calc(25% - 20px);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
    flex: 1 0 25%;
}

    .popular-estates-section__list-item .estate-image {
        width: 100%;
        height: 300px;
    }

    .popular-estates-section__list-item .estate-image {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        height: 200px;
        object-fit: cover;
    }

.popular-estates-section-item-additional-info {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    padding: 0px 16px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    justify-content: space-around;
}

.popular-estates-section-item-additional-info-container {
    padding: 10px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

    .popular-estates-section-item-additional-info-container p {
        color: #767676;
    }

.estate-info-icon {
    width: 28px;
    height: 28px;
}

.red-text {
    color: #E30613;
}


.contact-section {
    width: 100%;
    background-color: #f3f3f3;
    display: flex;
    justify-content: space-around;
    padding: 32px 5%;
    flex-wrap: wrap;
}

    .contact-section button {
        line-height: 24px;
        height: 40px;
        padding: 6px 19px;
        min-width: 100px;
    }

.contact-section-branches-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .contact-section-branches-container > p {
        font-size: 16px;
    }

.contact-section .map-container > p {
    text-align: center;
}

.contact-section-title {
    font-size: 26px;
    margin-bottom: 32px;
}

.contact-section form input::placeholder,
.contact-section form textarea::placeholder {
    color: #666687;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 24px;
    font-style: normal;
}

.contact-form-title {
    text-align: right;
}

.contact-section-branches-container > p {
    font-size: 16px;
}

    .contact-section-branches-container .map-logo {
    height: 100%; 
    width: auto; 
    max-height: 400px;
}

    .contact-section-branches-list li {
        list-style-type: disc;
        margin-bottom: 16px;
    }

span.field-validation-error {
    color: red;
    font-size: 13px;
}

.popup-slider .modal-body {
    padding-bottom: 55px;
}

.popup-slider .carousel-indicators {
    bottom: -55px;
}

    .popup-slider .carousel-indicators li {
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background-color: #D4D3D4;
        opacity: 1;
    }

    .popup-slider .carousel-indicators .active {
        background-color: #5A5A5A;
    }

.popup-slider .carousel-control-next,
.popup-slider .carousel-control-prev {
    width: 30px;
}

/* Widgets */
#sp-chat-widget {
    bottom: 3%;
}

.sp-chat-widget__content {
    border-radius: 50% !important;
    width: 50px;
}

    .sp-chat-widget__content #sp-chat-label-text {
        display: none !important;
        
    }

.fixed-widgets {
    position: fixed;
    bottom: 20%;
    right: 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 3rem;
    z-index: 999;
}

    .fixed-widgets .widget {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    }

    .fixed-widgets .whatsapp-widget {
        background-color: #25D366;  
    }

        .fixed-widgets .whatsapp-widget:hover {
            text-decoration: none;
        }

    .fixed-widgets .whatsapp-widget i {
       color: #fff;
       font-size: 28px;
    }

    .fixed-widgets .user-online-widget {
        background-color: #E30613;
    }

@media screen and (max-width: 1300px) {
    .popular-estates-section__list-item {
        border-radius: 12px;
        max-width: calc(33.33% - 18px);
        flex: 1 0 33.33%;
    }
}

@media screen and (max-width: 1010px) {
    .popular-estates-section__list-item {
        border-radius: 12px;
        max-width: calc(50% - 14px);
        flex: 1 0 50%;
    }

    .background-image {
        object-fit: cover;
    }
}

@media screen and (max-width: 700px) {
    .popular-estates-section-item-additional-info-container {
        padding: 5px 4px;
    }

    .popular-estates-section-item-additional-info {
        padding: 0px 16px;
    }
}

@media screen and (max-width: 780px) {
    .search-section-container {
        min-height: 400px;
    }

    .contact-section-branches-container {
        justify-content: space-around;
    }
    
    .search-section-container__publish {
        justify-content: flex-start;
    }

    .fixed-widgets {
        bottom: 25%;
        right: 2px;
    }

    .search-box {
        padding: 16px !important;
        margin: 0 16px;
    }

}
   
    @media screen and (max-width: 640px) {
        .popular-estates-section-item-additional-info {
        padding: 0px 6px;
    }
}

@media screen and (max-width: 600px) {
    .popular-estates-section__list-item {
        border-radius: 12px;
        max-width: 100%;
        flex: 1 0 100%;
    }

    .popular-estates-section__list {
        display: flex;
        padding: 20px;
    }

    .popular-estates-section-item-additional-info {
        justify-content: space-around;
    }
}


@media  (max-width: 992px) {

    .contact-form-title {
        text-align: left;
    }  
}

    @media (min-width: 768px) and (max-width: 900px) {
        .contact-section-branches-container {
        flex-direction: column;
    }

        .contact-section-branches-container .map-logo {
            height: 300px;
        }
}

@media (min-width: 600px) and (max-width: 825px) {
    .popular-estates-section-item-additional-info {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding: 5px 0px;
    }

    .popular-estates-section-item-additional-info-container {
        width: auto;
    }

    .estate-info-icon {
        width: 1.5rem;
        height: 1.2rem;
    }
}


@media screen and (max-width: 580px) {
    .search-section-container__actions {
        align-items: flex-start;
    }
}

@media screen and (max-width: 510px) {
    .search-section-container__property-type {
        flex-direction: column;
    }

    search-selection-container__actions-filter {
        flex-direction: column;
    }
}

@media screen and (max-width: 450px) {
    .contact-section-branches-container .map-logo {
        height: 200px;
    }

    .contact-section-branches-container {
        justify-content: space-around;
    }
}

@media screen and (max-width: 410px) {
    .search-section-container__actions-title {
        font-size: 2rem;
    }

    .contact-section-branches-container .map-logo {
        width: 150px;
        height: 150px;
    }

    .contact-section-branches-container {
        font-size: 12px;
    }

    .search-selection-container__actions-filter {
        flex-direction: column;
    }

    .search-box .form-bottom {
        flex-direction: column;
    }

        .search-box .form-bottom .search-box-search-btn {
            width: 100%;
        }

    .search-box {
        padding: 40px 0px;
    }

 

}

@media (max-width: 392px) {
    .popular-estates-section-item-additional-info {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding: 8px 0px;
    }

    .popular-estates-section-item-additional-info-container {
        width: auto;
    }

    .estate-info-icon {
        width: 1.875rem;
        height: 1.5625rem;
    }
}


/* Detail property new design */
.primary-green-button {
    padding: 8px 19px;
    background-color: #25D366;
    border-radius: 5px;
    color: #d2dae5;
    border: none;
    cursor: pointer;
    outline: inherit;
    font-size: 12px;
}

.white-text {
    color: #fff;
}

.detail-property .detail-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 13px 40px;
    background-color: #BBD0ED;
}

.text-medium {
    font-size: 14px;
}

.detail-property .detail-header .link-detail {
    color: #164194;
    text-decoration: none;
    gap: 10px;
    display: flex;
    align-items: center;
}

.detail-property .detail-header .gray-link {
    color: #767676 !important;
    text-decoration: none;
    gap: 10px;
    display: flex;
    align-items: center;
}

.detail-property .detail-header .right-content {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.detail-property .detail-header .link-detail:hover {
    color: #164194;
}

.detail-property .detail-header .gray-link:hover {
    color: #767676 !important;
}

.detail-property .detail-header .results-number {
    margin: 0px 10px;
    padding: 10px 0px;
}

.detail-property .detail-header .icon-button {
    font-size: 16px;
}

.detail-property .detail-container {
    padding: 32px;
}

    .detail-property .detail-container .title-indicator-container {
        display: flex;
        flex-direction: row;
        gap: 5px;
    }

    .detail-property .detail-container .text-big {
        font-size: 26px;
    }

.detail-property .small-description {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

    .detail-property .small-description .separator {
        width: 22px;
        height: 1px;
        border: 1px solid #d4d3d4;
        margin-top: 10px;
    }

.detail-property .carousel-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.detail-property .further-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.detail-property .further-details .item-detail-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.detail-property .further-details .item-detail-2 {
    grid-column: 2 / 3;
    grid-row: 1 / 4;
}

.detail-property .further-details .item-detail-3 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

    .detail-property .further-details .description-container {
        padding: 16px 0px;
    }

    .detail-property .further-details .img-thumbnail {
        height: 140px;
        border: none;
    }

.detail-property .features-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.features-container .feature {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.features-container .title-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px 16px;
    border: 1px solid #164194;
    border-radius: 16px;
}

.title-container .title-feature {
    margin: 0px;
    font-size: 18px;
}

.detail-property .collapsible-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #0033a0;
    padding: 10px 15px;
    cursor: pointer;
}

    .detail-property .collapsible-header[aria-expanded="true"] {
        border: none;
    }

.features-container .collapsed {
    background-color: #fff;
}

.collapsible-header h5 {
    color: #164194;
    font-weight: 700;
}

.detail-property .collapsible-content {
    border-bottom: 1px solid #0033a0;
    border-top: none;
    padding: 15px;
}

    .detail-property .collapsible-content p {
        word-wrap: break-word;
        line-height: 1.5;
        font-size: 14px;
    }

.detail-property .check-icon {
    color: #0033a0;
}

.carousel-thumbnails .carousel-control-next {
    width: 100%;
    left: 10px;
}

.carousel-control-prev {
    height: 100%;
    background-color: rgba(228, 228, 227, 0.7);
    border: none;
}

.carousel-control-next {
    height: 100%;
    background-color: rgba(228, 228, 227, 0.7);
    border: none;
    width: 30px;
}

.thumbnail-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.detail-property .carousel-control-prev {
    width: 40px;
}

.detail-property .carousel-control-next {
    width: 40px;
}

.slide .carrousel-icon {
    font-size: 24px;
    color: #000;
}

.thumbnail-wrapper .carrousel-icon {
    font-size: 16px;
}

.thumbnail-wrapper .btn-prev {
    height: 100%;
    background-color: rgba(228, 228, 227, 0.2);
    border: none;
}

.thumbnail-wrapper .btn-next {
    height: 100%;
    background-color: rgba(228, 228, 227, 0.2);
    border: none;
}

.detail-property .thumbnails {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
}

.detail-property .thumbnail {
    flex: 0 0 calc(25% - 10px);
    cursor: pointer;
    position: relative;
    margin-right: 10px;
}

    .detail-property .thumbnail img {
        width: 100%;
        height: 130px;
        object-fit: cover;
    }

.btn-prev,
.btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.btn-prev {
    left: 0;
}

.btn-next:focus {
    outline: 0 !important;
}

.btn-next {
    right: 16px;
}

.btn-prev:focus {
    outline: 0 !important;
}

.--responsive-details {
    display: none;
}

.further-details-addition-services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 0px;
    margin: 32px 0px;
}

    .further-details-addition-services .service-container {
        display: flex;
        flex-direction: column;
        gap: 10px;
        background-color: #fff;
        border-radius: 10px;
        padding: 16px;
        align-items: center;
    }

        .further-details-addition-services .service-container img {
            width: 32px;
            height: 32px;
        }

        .further-details-addition-services .service-container .detail-title {
            margin-top: -8px;
            font-size: 12px;
            line-height: 18px;
        }

.features-container .icon-collapsed {
    color: #fff;
}

.further-details .bottom-content .contact-info {
    background-color: #f3f3f3;
    padding: 16px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .further-details .bottom-content .contact-info .personal-info {
        display: flex;
        flex-direction: row;
        gap: 16px;
    }

    .further-details .bottom-content .contact-info .contact-links {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .further-details .bottom-content .contact-info .contact-links .link-contact {
            text-decoration: none;
            gap: 10px;
            display: flex;
            color: #fff;
            font-size: 14px;
            max-width: 200px;
        }

.further-details .bottom-content .contact-links .link-contact i {
    font-size: 20px;
}

.link-contact:hover {
    text-decoration: none;
    color: #fff;
}

.further-details .bottom-content .contact-info .personal-info-title {
    font-size: 16px;
    font-weight: bold;
    color: #0033a0;
}

.further-details .bottom-content .contact-info .details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-info .details p {
    margin: 0;
}

.contact-info .details .subtitle {
    font-size: 14px;
    line-height: 21px;
    text-wrap: balance;
}

.contact-info .details .date {
    font-size: 12px;
    text-wrap: balance;
}

.further-details .bottom-content .map-container {
    padding: 16px;
    margin: 32px 0px;
    display: block;
    position: relative;
    overflow: auto;
    z-index: 1;
    margin-top: 1px;
}

.further-details .map-container .wrap-map {
    height: 273px;
}

.collapsible-header .icon {
    content: url("../../../../Images/icons/svg_icons/icChevronDown.svg");
    width: 24px;
    height: 24px;
}

.collapsible-header .icon-collapsed {
    content: url("../../../../Images/icons/svg_icons/icChevronUp.svg");
    width: 24px;
    height: 24px;
}

.further-details .bottom-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.further-details-addition-services .service-container p {
    margin: 0;
    text-align: center;
    text-wrap: balance;
}

.blue-text-new {
    color: #253A59;
}

@media screen and (max-width: 990px) {
    .detail-property .further-details {
        flex-direction: column;
        display: flex;
    }

    .detail-property .further-details .item-detail-1,
    .detail-property .further-details .item-detail-2,
    .detail-property .further-details .item-detail-3 {
        grid-column: auto;
        grid-row: auto;
        order: initial;
    }

    .detail-property .further-details .item-detail-1 {
        order: 1;
    }

    .detail-property .further-details .item-detail-2 {
        order: 2;
    }

    .detail-property .further-details .item-detail-3 {
        order: 3;
    }

    .detail-property .further-details-addition-services {
        order: 0;
    }

    .detail-property .further-details .map-container img {
        width: calc(80vw);
    }

    .--normal-size-details {
        display: none;
    }

    .--responsive-details {
        display: block;
    }
}

@media screen and (min-width: 990px) and (max-width: 1200px) {
    .further-details-addition-services .service-container img {
        width: 22px;
        height: 22px;
    }

    .further-details-addition-services .service-container p {
        font-size: 12px;
    }
}

@media screen and (max-width: 770px) {
    .detail-property.further-details-addition-services .service-container {
        flex: 1 0 40%;
    }

    .detail-property .detail-header {
        gap: 16px;
    }

        .detail-property .detail-header .link-detail {
            max-width: 150px;
            gap: 5px;
            text-wrap: nowrap;
        }

    .detail-property .small-description {
        flex-direction: column;
        gap: 8px;
    }

    .detail-property .small-description .separator {
        display: none;
    }

    .detail-property .carousel-container {
        order: 1;
    }

    .detail-property .further-details-addition-services {
        order: 2;
    }

    .further-details-addition-services .service-container p {
        font-size: 12px;
    }

    .further-details-addition-services {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

        .further-details-addition-services .service-container img {
            width: 27px;
            height: 27px;
        }
}

@media screen and (max-width: 670px) {
    .detail-property .further-details .contact-info {
        flex-direction: column;
        gap: 16px;
        margin: 16px 0px;
    }
}

@media screen and (max-width: 510px) {
    .detail-property .detail-header {
        gap: 0;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 400px) {
    .further-details .bottom-content .contact-info .personal-info {
        flex-direction: column;
    }

    .detail-property .detail-header .right-content {
        gap: 2px;
    }

    .detail-property .detail-header .link-detail {
        padding: 8px;
    }
}


/*  Map responsive styles */
.filter-map-blue-button {
    padding: 8px 12px;
    color: #fff;
    border-radius: 5px;
    background-color: #164194;
    border: none;
    width: 100%;
}

.filter-map-blue-button--hovered {
    padding: 8px 12px;
    color: #164194;
    background-color: #BBD0ED;
    border-radius: 5px;
    border: 2px #164194 solid;
    width: 100%;
}

.filter-map-blue-button:disabled {
    background-color: #D4D3D4;
    color: #343434;
}

.filter-map-blue-button--secondary {
    padding: 8px 12px;
    color: #164194;
    border-radius: 5px;
    background-color: transparent;
    border: 1px #164194 solid;
    width: 100%;
}

    .filter-map-blue-button--secondary:disabled {
        color: #767676;
        border: 2px #767676 solid;
    }

#map-container-content .mobile-filters-buttons {
    border-bottom: 2px solid #D4D3D4;
}


#map-container-content .mobile-filters-buttons {
    display: none !important;
}

.text-blue-secondary {
    color: #0e2759
}

text-gray-secondary {
    color: #343434;
}

.link-title-estate {
    color: #767676;
    font-weight: 600;
    line-height: 18px;
    font-size: 14px;
}

#map-container-content .estate-info-container .estates-section-item-additional-info {
    background-color: #fff;
    border-bottom: 1px solid #dcdce4;
    margin: 0px;
    padding: 0px;
}


#map-container-content .mobile-buttons {
    gap: 16px;
    display: none !important;
}

#map-container-content .filter-garage {
    display: none !important;
}

#map-container-content .estate-info {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1200px) {
    #map-container-content .mobile-filters-buttons {
        display: flex !important;
        margin-top: 0px !important;
        padding-top: 1.5rem !important;
    }
}

@media screen and (max-width: 992px) {
    #map-container-content .filter-garage {
        display: block !important;
    }
}


@media screen and (min-width: 885px) {
    #map-container-content .estate-info-container .estates-section-item-additional-info-container {
        margin-top: -100px;
    }
}


@media screen and (min-width: 771px) and (max-width: 885px) {
    #map-container-content .images-container .main-image {
        height: 330px;
    }

    #map-container-content .estate-info-container .estates-section-item-additional-info {
        padding-bottom: 16px;
    }

    .estate-info-container .estates-section-item-additional-info-container {
        padding-bottom: 16px;
    }
}

@media screen and (max-width: 772px) {
    #map-container-content .estate-info-container .estates-section-item-additional-info {
        padding-bottom: 16px;
    }

    #map-container-content .mobile-filters-buttons button {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    #map-container-content .mobile-buttons {
        display: flex !important;
    }
}

@media screen and (max-width: 380px) {
    #map-container-content .mobile-filters-buttons button {
        font-size: 11px;
    }

    #map-container-content .mobile-filters-buttons button img {
        width: 15px;
        height: 15px;
    }
}


/* Sales styles*/

.text-xmedium {
    font-size: 16px;
}

.paragraph-without-margin {
    margin: 0;
}

.text-white-secondary {
    color: #d2dae5;
}

.our-services-container {
    min-height: 80vh;
    padding: 32px;
}

.common-title-indicator-container {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.common-title-container {
    margin: 32px 0px;
}

    .common-title-container .text-big {
        font-size: 26px;
    }


.our-services-container .main-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10%;
    width: 100%;
    background-image: url("../../../../Images/icons/mainBackgroundSales.png");
    background-size: cover;
    height: 300px;
    border-radius: 16px;
}

.our-services-container .info-card {
    background-color: #bbd0ed;
    padding: 16px;
    border-radius: 10px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
}

.our-services-container .contact-info {
    background-color: #f3f3f3;
    padding: 16px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .our-services-container .contact-info .personal-info {
        display: flex;
        flex-direction: row;
        gap: 16px;
    }

.our-services-container .details-info {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin: 32px 0px;
}

.our-services-container .detail-info p {
    margin: 0px;
}

.salesdetails-title {
    margin-bottom: 0.5rem;
    font-size: 18px;
}

.salesdetails-subtitle {
    margin-bottom: 0.5rem;
    font-size: 18px;
}

.personal-info .details {
    padding: 16px;
}

.email-sell-button {
    font-size: 14px;
    width: 100%;
    color: #fff;
}

@media screen and (max-width: 770px) {
    .our-services-container .main-image {
        padding: 16px;
        height: 100%;
    }

    .grid-3 {
        grid-template-columns: repeat(1, 1fr);
    }

    .details-info {
        flex-wrap: wrap;
    }
}



/* Map styles */
.map-container {
    position: relative;
}

.map-content {
    position: relative;
    display: flex;
    overflow: hidden;
    height: 600px;
    z-index: 50;
}

    .map-content .background-image {
        object-fit: cover;
        width: 100%;
    }

.deviser {
    margin: 20px;
}

.zoom-map-options {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.zoom-map-button {
    width: 48px;
    height: 48px;
    display: inline-block;
    border-radius: 8px;
    border: none;
    background-color: #fff;
    font-size: 25px;
    outline: inherit;
}

.map-container-options {
    position: absolute;
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 100%;
    padding: 32px 16px;
}


.search-map-container {
    display: flex;
    padding: 16px 32px;
    gap: 16px;
}

    .search-map-container select {
        width: 200px;
    }

.help-map-container {
    background-color: #164194;
    padding: 8px;
    display: inline-block;
    border-radius: 8px;
    max-height: 55px;
}

.help-top-items {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    flex-grow: 1;
}

.help-bottom-items {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-end;
    flex-grow: 1;
    align-items: flex-end;
    align-self: flex-end;
}

.help-map-container button {
    height: 40px;
    min-width: 40px;
    display: inline-block;
    border-radius: 8px;
    border: none;
    background-color: #FFCE44;
    font-size: 25px;
    color: #164194;
    outline: inherit;
}

.help-instructions-container {
    background-color: #1A3E8B;
    border-radius: 10px;
    padding: 20px;
    text-align: center; 
    width: 300px; 
    position: relative;
    max-height: 380px;
    top: 10%;
}

    .help-instructions-container p {
        color: white;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .help-instructions-container img {
        display: block; 
        margin: 0 auto 20px;
    }

.instructions-action-container {
    display: flex; 
    justify-content: space-around;
}


.secondary-blue-button {
    padding: 8px 19px;
    background-color: #BBD0ED;
    border-radius: 5px;
    color: #164194;
    border: none;
    cursor: pointer;
    outline: inherit;
    font-size: 12px;
}

.primary-white-button {
    padding: 8px 19px;
    background-color: #fff;
    border-radius: 5px;
    color: #164194;
    border: none;
    cursor: pointer;
    outline: inherit;
    font-size: 12px;
}

#sp-root-container {
    z-index: 999 !important;
}

.sp-chat-widget__content.main-background-color.contact-tab-border {
    border-radius: 50% !important;
}

/* Estates map filter list*/
.text-gray-light {
    color: #767676;
}

.text-medium {
    font-size: 14px;
}

.text-big {
    font-size: 22px;
}

.estates-section-item-info p {
    margin: 0px;
    max-height: 50px;
    overflow: hidden;
}

.estates-section-item-info .price {
    margin: 16px 0px;
}

.select-generic {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 10px 40px 10px 15px;
    font-size: 16px;
    color: #666;
    border: 1px solid #dcdce4;
    border-radius: 4px;
    background-color: #fff;
    background-image: url("../../../../Images/icons/icArrowDownSelect.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

.input-generic {
    padding: 10px 40px 10px 15px;
    border: 1px solid #dcdce4;
}

    .input-generic:focus {
        border: 1px solid #164194;
        outline: none;
    }

.estates-list-container {
    padding: 16px 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 80vh;
}

.filters-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

    .filters-container .filter-control {
        flex: 1 1;
        margin-right: 10px;
    }

        .filters-container .filter-control:last-child {
            margin-right: 0;
        }

.search-estate-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.map-container {
    position: relative;
    display: flex;
    overflow: hidden;
    justify-content: center;
}

    .map-container .background-image {
        width: 90%;
        height: 400px;
    }

.map-container-content {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 32px 50px;
    gap: 50px;
}

.propierties-result-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.estates-content {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    flex-basis: 65%;
    gap: 32px;
}

.white-important-text {
    color: #fff !important;
}

.estate-info {
    display: flex;
    flex-direction: row;
    gap: 0px;
    border: 1px solid #dcdce4;
    border-radius: 16px;
    border-bottom: none;
    border-left: none;
}

.estate-info-container .estates-section-item-additional-info {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    background-color: #bbd0ed;
    border-bottom-right-radius: 14px;
    max-height: 100px;
    padding: 5px;
}

.estate-info-container .estates-section-item-additional-info-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

    .estate-info-container
    .estates-section-item-additional-info-container
    .estate-info-icon {
        flex-basis: calc(100% / 3 - 10px);
    }

    .estate-info-container .estates-section-item-additional-info-container p {
        margin-bottom: 0px;
        font-size: 14px;
    }

.images-container {
    flex-basis: 45%;
    display: flex;
    height: 100%;
}

    .images-container > a {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        height: 100%;
    }

    .images-container .main-image {
        width: 100%;
        border-top-left-radius: 16px;
        height: 300px;
        object-fit: cover;
        border-bottom-left-radius: 16px;
    }

.estate-info-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-basis: 55%;
}

    .estate-info-container .estates-section-item-info {
        flex: 1 1;
    }

    .estate-info-container .estates-section-item-info {
        padding: 32px 25px;
    }

.images-row {
    display: flex;
    gap: 10px;
}

    .images-row img {
        flex: 1 1;
        height: 100px;
    }

.results-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.results-pagination .pagination {
    display: flex;
    gap: 16px;
}

.results-pagination a {
    color: #767676;
    font-size: 20px;
}

    .results-pagination a:hover {
        text-decoration: none;
    }

.results-pagination .--active {
    border-radius: 50%;
    background-color: #164194;
    color: #fff;
    padding: 8px 16px;
}

.estate-info-icon-additional {
    flex-basis: calc(100% / 4 - 10px);
    height: 28px;
}

.no-results-filtered {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px;
    flex-basis: 60%;
    flex-direction: column;
}

.title-no-results {
    font-size: 24px;
    text-align: center;
    max-width: 500px;
}

.no-results-filtered img {
    height: 175px;
    width: 195px;
}


@media screen and (max-width: 1200px) {
    .filters-container .filter-control {
        flex-basis: calc(100% / 4 - 10px);
        margin: 10px;
    }

        .filters-container .filter-control input {
            width: 100%;
        }

    .filters-container .filter-control {
        margin-right: 0px;
    }

    .search-estate-section {
        flex-direction: column;
        gap: 32px;
    }

    .content-map {
        order: -1;
        height: 100%;
    }

    .map-container-content {
        width: 70%;
    }

    .map-container .background-image {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 920px) {
    .estates-section-item-additional-info {
        grid-template-columns: repeat(2, 1fr);
        max-height: 100%;
    }
}

@media screen and (min-width: 771px) and (max-width: 885px) {
    .estates-section-item-additional-info {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 5px;
    }

    .estate-info-container .estates-section-item-additional-info {
        max-height: 100%;
    }

    .images-container .main-image {
        height: 100%;
    }
}


@media screen and (max-width: 1024px) {

    .filters-container .filter-control {
        flex-basis: calc(100% / 2 - 10px);
    }
}


@media screen and (max-width: 770px) {

        .filters-container .filter-control input {
            width: 100%;
            margin-right: 20px;
        }

        .filters-container .filter-control select {
            width: 100%;
            margin-right: 20px;
            font-size: 14px;
        }

    .search-estate-section {
        flex-direction: column;
    }

    .estate-info {
        flex-direction: column !important;
    }

    .images-container .main-image {
        border-radius: 0px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    .estate-info-container .estates-section-item-additional-info {
        border-bottom-left-radius: 14px;
    }

    .estate-info {
        border-top: none;
        border-left: 1px solid #dcdce4;
    }
}

@media screen and (max-width: 600px) {
    .results-container {
        flex-direction: column;
        gap: 20px;
    }
}

@media screen and (max-width: 500px) {
    .images-row img {
        height: 50px;
    }
}

@media screen and (max-width: 480px) {
    .filters-container .filter-control {
        flex-basis: calc(100% / 2 - 10px);
    }

        .filters-container .filter-control input {
            width: 100%;
            height: 40px;
            font-size: 12px;
        }

    .estates-section-item-additional-info {
        grid-template-columns: repeat(2, 1fr);
        max-height: 100%;
    }

    .filters-container .filter-control select {
        font-size: 12px;
    }
}

@media screen and (max-width: 370px) {
    .filters-container .filter-control input {
        font-size: 8.5px;
        font-weight: 500;
    }
}

@media screen and (max-width: 335px) {
    .images-row img {
        height: 40px;
    }
}

/* Publish estate styles */
.content-estate {
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container-publish-estate {
    min-height: 80vh;
    width: 100%;
    max-width: 800px;
}

.submit-button {
    padding: 10px 20px;
    min-width: 100px;
}

.common-section-title {
    font-size: 26px;
    margin: 32px 0px;
    text-align: center;
}

.banner__section {
    position: relative;
    text-align: center;
}

    .banner__section > h1 {
        position: absolute;
        top: 50%;
        left: 20%;
        transform: translate(-50%, -50%);
        color: rgba(35, 56, 88, 1);
    }

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

.content-estate .submit-button {
    color: #fff !important;
    height: 45px;
    min-width: 120px;
    line-height: 24px;
    font-size: 16px;
}

#publishForm label {
    font-size: 14px;
}

#publishForm input::placeholder {
    color: #939393;
    line-height: 18px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

#publishForm textarea::placeholder {
    color: #939393;
    line-height: 18px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.caret-red {
    color: #e30613;
}

@media (max-width: 768px) {
    .container-publish-estate {
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .containar__form {
        padding: 20px;
    }

    .banner__section > h1 {
        font-size: 0.8em;
        margin-left: 10%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .containar__form {
        padding: 40px;
    }

    .banner__section > h1 {
        font-size: 1em;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .containar__form {
        padding: 60px;
    }

    .banner__section > h1 {
        font-size: 1.5em;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .containar__form {
        padding: 80px;
    }

    .banner__section > h1 {
        font-size: 2em;
    }
}

@media (min-width: 992px) and (max-width: 1126px) {
    .bottom-form-field {
        display: flex;
        flex-direction: column;
    }

    #publishForm .button-container {
        justify-content: flex-start !important;
    }
}

.head-internal {
    padding: 100px 64px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 48px;
}

@media screen and (max-width: 900px) {
    .head-internal {
        padding: 50px 24px;
        background-position: 32%;
    }
}

    .head-internal h1 {
        font-family: "Poppins";
        font-size: 30px;
        font-weight: 700;
        color: #253A59;
        max-width: 50%;
    }

@media screen and (max-width: 900px) {
    .head-internal h1 {
        max-width: 100%;
    }
}

.head-internal--aboutus {
    background-image: url("../../../../Images/internalPages/banner-about-us.jpg");
}

.head-internal--sales{
    background-image: url("../../../../Images/internalPages/banner-sales.jpg");
}

.head-internal--leases {
    background-image: url("../../../../Images/internalPages/banner-leases.jpg");
}

.head-internal--appraisals {
    background-image: url("../../../../Images/internalPages/banner-appraisals.jpg");
}


.head-internal--insurance {
    background-image: url("../../../../Images/internalPages/banner-insurance.jpg");
}

.head-internal--advances{
    background-image: url("../../../../Images/internalPages/banner-advances.jpg");
}

.head-internal--corporate-services {
    background-image: url("../../../../Images/internalPages/banner-corporate-services.jpg");
}

.head-internal--property-investment {
    background-image: url("../../../../Images/internalPages/banner-property-investment.jpg");
}

    .container-internal {
        width: 100%;
        padding: 0 64px;
    }

    @media screen and (max-width: 900px) {
        .container-internal {
            padding: 0 24px;
        }
    }

.aboutus-intro {
    font-family: "Poppins";
    width: 75%;
    margin-bottom: 32px;
}

    @media screen and (max-width: 340px) {

        .publish-form-container {
            padding: 0 !important;
            padding-left: 10px !important;
            margin-left: -8px;
        }

        #contactForm {
            margin-left: -18px;
        }

        #publishForm {
            margin-left: -12px;
        }

            #publishForm .row {
                margin-right: 0px !important;
            }

        .content-estate .contact-section {
            margin-right: 0px !important;
        }

    }

@media screen and (max-width: 900px) {
    .aboutus-intro {
        width: 100%;
        text-align: center;
        margin-bottom: 64px;
    }
}

    .internal-info {
        display: flex;
        align-items: center;
        gap: 24px;
        margin-bottom: 24px;
    }

@media screen and (max-width: 900px) {
    .internal-info {
        flex-direction: column;
        margin-bottom: 48px;
    }
}

    .internal-info img, .internal-info > div {
        width: 50%;
    }

.internal-info div > img {
    width: 100%;
}

@media screen and (max-width: 900px) {
    .internal-info img, .internal-info > div {
        width: 100%;
    }
    .internal-info img{
        order: 2;
    }
}

    .internal-info h2 {
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        color: #253A59;
        margin-bottom: 12px;
    }

    .internal-info p {
        font-family: "Poppins";
        margin-bottom: 0;
    }

.internal-info__texts--two-columns{
    display: flex;
    gap: 30px;
}

@media screen and (max-width: 900px) {

    .internal-info__texts--two-columns {
        flex-direction: column;
    }

}

.benefits {
    background-color: #F3F3F3;
    padding: 16px;
    margin: 48px 0 40px;
}

        @media screen and (max-width: 900px) {
            .benefits {
                padding: 32px;
            }
        }

    .benefits ul {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        gap: 15px;
    }

    @media screen and (max-width: 900px) {

        .benefits ul {
            flex-direction: column;
            gap: 30px;
        }
    }

    .benefits ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 25%;
    }

    @media screen and (max-width: 900px) {

        .benefits ul li {
            width: 100%;
        }
    }

    .benefits ul li img {
        margin-bottom: 8px;
    }

    .benefits ul li span {
        font-family: "Poppins";
        font-size: 12px;
        font-weight: 500;
        color: #253A59;
        text-align: center;
    }

    @media screen and (max-width: 900px) {
        .benefits ul li span {
            font-size: 16px;
        }
    }

    .icontec-seal {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 24px;
        margin-bottom: 85px;
    }

        .icontec-seal h3 {
            font-family: Poppins;
            font-size: 22px;
            font-weight: 700;
            color: #767676;
        }

.breadcrumb-main {
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    width: 100%;
    padding: 0 64px;
}

@media screen and (max-width: 900px) {
    .breadcrumb-main {
        font-size: 14px;
        flex-wrap: wrap;
        padding: 0 24px;
    }
}

    .breadcrumb-main li{
        padding-right: 16px;
        position: relative;
    }

@media screen and (max-width: 900px) {

    .breadcrumb-main li {
        padding-right: 32px;
    }
}

    .breadcrumb-main li:after {
        content: "";
        position: absolute;
        background-image: url("../../../../Images/internalPages/arrow-next.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 6px;
        height: 6px;
        right: 5px;
        top: calc(50% - 3px);
    }

@media screen and (max-width: 900px) {

    .breadcrumb-main li:after {
        right: 12px;
    }
}

    .breadcrumb-main li:last-child:after {
        display: none;
    }

    .breadcrumb-main li a {
        font-family: Poppins;
        color: #164194;
    }

    .breadcrumb-main li span {
        font-family: Poppins;
        color: #767676;
    }

.internal-intro {
    font-family: Poppins;
    margin-bottom: 40px;
}

.list-checks--two-columns{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 900px) {

    .list-checks--two-columns {
        grid-template-columns: 1fr;
    }
}

.list-checks li {
    font-family: Poppins;
    padding-left: 20px;
    margin-bottom: 16px;
    position: relative;
}

        .list-checks li:before {
            content: "";
            position: absolute;
            background-image: url("../../../../Images/internalPages/check-blue.svg");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            width: 16px;
            height: 16px;
            left: 0;
            top: 4px;
        }

.mt30{
    margin-top: 30px;
}

.title-internal{
    font-family: "Poppins";
    font-size: 30px;
    font-weight: 700;
    color: #253A59;
    margin-bottom: 24px;
}

.page-form{
    display: flex;
    gap: 24px;
    margin-bottom: 80px;
}

@media screen and (max-width: 900px) {
    .page-form {
        flex-direction: column;
    }
}

    .page-form form {
        width: 50%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    @media screen and (max-width: 900px){
        .page-form form {
            width: 100%;
            display: flex;
            flex-direction: column;
        }
    }

    .page-form__field-100 {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .page-form__fields-final {
        grid-column-start: 1;
        grid-column-end: 3;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    @media screen and (max-width: 900px) {
        .page-form__fields-final {
            flex-direction: column;
            gap: 16px;
            align-items: flex-start;
        }
    }

.page-form form fieldset label, .fieldset-base label {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 700;
    color: #767676;
    display: block;
    margin-bottom: 4px;
}

    .page-form form fieldset label span, .fieldset-base label span {
        color: #E30613;
    }

    .field-base {
        font-family: Poppins;
        font-size: 14px;
        border: 1px solid #DCDCE4;
        border-radius: 4px;
        padding: 10px 16px;
        width: 100%;
    }

    .button-base {
        font-family: Poppins;
        color: white;
        background-color: #164194;
        border: none;
        border-radius: 5px;
        padding: 10px 35px;
    }

        .button-base:hover {
            opacity: 0.9;
            color: white;
            text-decoration: none;
        }

.button-base--disabled {
    color: #343434;
    background-color: #D4D3D4;
}

    .button-base--disabled:hover{
        opacity: 1;
    }

    .button-base--icon {
        display: flex;
        align-items: center;
        gap: 8px;
    }

.button-search-lesse-invoice i {
    background-image: url("../../../../Images/internalPages/icon-search-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 21px;
    height: 20px;
}

.button-search-lesse-invoice.button-base--disabled i {
    background-image: url("../../../../Images/internalPages/icon-search.svg");
}

    .page-form div img {
        max-width: 100%;
    }

.form-pay{
    display: flex;
    gap: 16px;
    align-items: flex-end;
}

@media screen and (max-width: 900px) {
    .form-pay{
        flex-direction: column;
        align-items: center;
    }
}

.form-pay .fieldset-base{
    width: 100%;
}

.message-center{
    max-width: 275px;
    margin: 85px auto 100px;
    text-align: center;
}

@media screen and (max-width: 900px){
    .message-center {
        margin: 25px auto 50px;
    }
}

    .message-center h2 {
        font-family: Poppins;
        font-size: 20px;
        font-weight: 600;
        color: #D4D3D4;
        margin-top: 12px;
    }

.table-base{
    width: 100%;
}

    .table-base thead tr th {
        font-family: Poppins;
        font-weight: 800;
        background-color: #F3F3F3;
        color: #373B3E;
        padding: 12px;
    }

    .table-base tbody tr td {
        padding: 16px 12px;
        font-family: Poppins;
        border-bottom: #D4D3D4 solid 1px;
    }

    .table-base .cell-center{
        text-align: center;
    }

    .table-pay{
        margin: 24px 0 80px;
    }

.text-blue {
    color: #164194;
}

.list-confirmation{
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 900px) {
    .list-confirmation {
        grid-template-columns: repeat(1, 1fr);
    }
}

    .list-confirmation li {
        display: flex;
        flex-direction: column;
        text-align: left;
    }

.pay-resume{
    text-align: center;
    margin-bottom: 80px;
}

@media screen and (max-width: 900px){

    .pay-resume p{
        text-align: left;
    }
}

.form-us .form-element {
    margin-bottom: 15px;
}

.form-us .form-element input,
.form-us .form-element select {
    margin-bottom: 0px;
}

.form-us.form-contact.form-schedule .row {
    width: auto;
}

img.icon-whatsapp {
    height: 30px;
}