/* .container {
  max-width: 1233.88px;
} */

.container {
  padding-left: 0%; 
  padding-right: 0%;
}

@media (min-width: 992px) {
  .container {
      width: 1100px;
  }
}

.icon_desplegar_header {
  width: 24px !important;
  height: 24px !important;

}

body ul{
  list-style-type: none !important;
  padding-left: 0%;
}

.arrowright {
  background-image: url('/estaticos/metrocuadrado-header-resources/bootstrap/css/img/svg/chevron-down.svg');
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 24px;
}

.navbar ul.navbar-nav.primary-nav>li a {
  text-transform: none !important;
  font-family: Poppins;
  font-size: 14px;
  line-height: 18px;
  padding: 9px 16px;
  border-radius: 2px;
  gap: 8px;
  border: none;
}

.header_main_menu_options {
  display: flex !important;
  align-items: center;
}

.navbar ul.navbar-nav.primary-nav>li a:hover {
  background-color: rgba(21, 23, 24, 0.08);
  text-decoration: none !important;
}

.navbar ul.navbar-nav.primary-nav>li a:hover:after {
  background: none
}

.navbar ul.navbar-nav.primary-nav>li a:after {
  content: none !important;
}

.primary-nav {
  height: 64px;
  display: flex;
  align-items: center;
}


@media (min-width: 768px) {
  .navbar {
    height: 64px;
    box-shadow: none;
  }
}


@media (min-width: 1200px) {
  .navbar-wrapper .container {
    height: 64px;
  }
}

.collapse .navbar-collapse {
  height: 64px !important;
}

.navbar-brand {
  height: 64px !important;
  display: flex;
  align-items: center;
}

.alert-icon {
    background-image: url('/estaticos/metrocuadrado-header-resources/bootstrap/css/img/svg/error.svg'); /* Cambia el path al correcto */
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    margin-right: 8px; 
    margin-top: 4px;
}

/* Buscar inmuebles */
.well.desktop {
  top: 60px;
  height: 160px;
  padding: 0%;
  display: flex;
  align-items: center;
  box-shadow: none;
  background-color: #F5F5F5 !important;
}

.titlesSearch {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin-bottom: 8px;
}



.form-group.right {
  position: relative;
  width: 100%;
  max-width: 400px;
}

/* 🔹 Estilos para pantallas grandes (superiores a 989px) */
@media (min-width: 990px) {
  .mtiponegocio {
    display: flex;
    width: 290px;
    height: 48px !important;
    padding: 12px 8px !important;
    gap: 8px;
    border-radius: 2px;
    align-items: center;
    border: 1px solid #383E42 !important;
    font-size: 16px;
    color: #383E42;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url('./img/svg/chevron-down.svg') no-repeat right 10px center;
    background-size: 24px 24px;
    outline: none;
    line-height: 20px !important;
    font-weight: 400 !important;
  }
}

/* 🔹 Estilos específicos para móviles (máx. 989px) */
@media (max-width: 989px) {
  /* Estilos para el botón de Bootstrap Select */

  .mtiponegocio .dropdown-toggle {
    height: 48px !important;
  }

  .alert-icon {
    display: inline-flex;
  }

  .error-message {
    max-width: 100% !important;
    display: block !important;
    color: red;
  }
  
  .bootstrap-select .btn {
    display: flex !important;
    width: 100% !important;
    padding: 6px 8px !important;
    align-items: center !important;
    justify-content: space-between !important; /* Mantiene la flecha alineada */
    border: 1px solid #383E42 !important;
    border-radius: 2px;
    font-size: 16px !important;
    color: #383E42 !important;
    background: #fff url('./img/svg/chevron-down.svg') no-repeat right 12px center !important;
    background-size: 20px 20px !important;
    text-align: left !important;
    outline: none !important;
    line-height: normal !important; /* Para centrar mejor el texto */
    font-weight: 400 !important;
    box-shadow: none !important;
  }

  /* Ajuste del padding del texto */
  .bootstrap-select .btn .filter-option {
    padding-top: 6px !important; /* Ajuste preciso */
    padding-bottom: 6px !important; /* Ajuste preciso */
    line-height: 20px !important;
  }

  /* Ocultar la flecha extra de Bootstrap Select */
  .bootstrap-select .dropdown-toggle::after,
  .bootstrap-select .caret {
    display: none !important;
  }

  /* Ajustar el desplegable del dropdown para que tenga el ancho adecuado */
  .bootstrap-select .dropdown-menu {
    top: 45px;
    max-width: 400px;
    min-width: 100% !important;
    box-sizing: border-box !important;
    border-radius: 2px !important;
    font-size: 16px !important;
    color: #383E42 !important;
    width: -webkit-fill-available !important;
  }

  /* Ajustar los items dentro del dropdown */
  .bootstrap-select .dropdown-menu .dropdown-item {
    font-size: 16px !important;
    padding: 10px 15px !important;
    color: #383E42 !important;
  }

  /* Cambiar color de fondo al seleccionar un ítem */
  .bootstrap-select .dropdown-menu .dropdown-item.active,
  .bootstrap-select .dropdown-menu .dropdown-item:focus {
    background-color: #F5F5F5 !important;
    color: #383E42 !important;
  }

  /* Evitar overflow raro en la lista de opciones */
  .bootstrap-select .dropdown-menu.inner {
    max-height: 300px !important;
    overflow-y: auto !important;
  }
}

.busqueda_avanzada .containTypeProperty{
  padding-bottom: 16px;
}

.campo-selector-multiple {
  display: flex;
  align-items: center;
  width: 290px;
  height: 48px !important;
  padding: 12px 8px !important;
  gap: 8px;
  border-radius: 2px;
  border: 1px solid #383E42 !important;
  font-size: 16px;
  color: #383E42;
  line-height: 20px !important;
}

.campo-selector-multiple .selector-multiple {
  top: 54px !important
}

.btn-selector-multiple {
  border: none;
  padding-right: 8px;
  display: flex !important;
  align-items: center !important;
}

.btn-selector-multiple img {
  width: 24px !important;
  height: 24px !important;
  margin-top: 0px !important;
}

.ui-autocomplete-input,
.buscadorderecho input {
  display: flex;
  width: 290px;
  height: 48px !important;
  padding: 12px 8px !important;
  gap: 8px;
  border-radius: 2px;
  align-items: center;
  border: 1px solid #383E42 !important;
  font-size: 16px;
  color: #383E42;
  line-height: 20px !important;
  margin-right: 25px !important;
}

#btn_submit_search_header,
.btn_submit_search_header_by_property_code {
  width: 96px !important;
  height: 48px !important;
  padding: 0% !important;
  gap: 8px;
  border-radius: 2px !important;
  opacity: 0px;
  background-color: #383E42 !important;
  text-transform: capitalize;
  font-family: Poppins;
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF!important;
}

#btn_submit_search_header,
.btn_submit_search_header_by_property_code:active {
  border: none;
}

input::placeholder {
  font-style: normal !important;
}

.search_btn_by_code {
  height: 70px;
  display: flex;
  align-items: end;
  margin: 0px !important
}

.search_btn_advanced_search {
  height: 70px;
  display: flex;
  align-items: end;
  margin: 0px !important
}

.search_btn_by_code a,
#header_search_btn_advanced_search {
  color: #383E42;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 18px;
  text-align: center;
  padding: 23px 8px 0px 16px;
  margin-top: auto;
  margin-bottom: auto;
}

#header_search_btn_advanced_search {
  padding-top: 0px !important;
  margin-bottom: 15px;
}

#header_search_btn_by_code .search_btn_by_code {
  margin-top: -17px;
}

.search_btn_by_code img,
.search_btn_advanced_search img {
  padding-bottom: 12px;
}

.desktop {
  border-bottom: none !important;
}

#collapsebuscador .busqueda_codigo .input-group.buscadorderecho input {
  width: 87.3% !important;
}


/* 
header tipo de usuario
*/

.nav .loginBody span {
  padding: 22px 0;
  font-weight: 600;
  font-size: 14px;
  text-transform: none;
  align-items: center;
  width: 100%;
  max-width: 210px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block !important;  
}

@media (min-width: 990px) and (max-width: 1200px) {
  .nav .loginBody span {
    max-width: 150px !important;
  }
}

@media only screen and (min-width:991px) {
  .mas {
      display: block !important;
  }
}

.nav .loginBody .showmas svg {
  margin-right: 10px;
  flex-shrink: 0; 
}

.navbar-right {
  height: 64px;
  display: flex;
  align-items: center;
}

.publishAPropertyLink {
  background-color: #FFFF;
  border: 1px solid #FF5F00 !important;
  color: #FF5F00;
  border-radius: 2px;
  margin: 0px;
  text-transform: none;
  font-family: Poppins;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 18px !important;
  text-align: center;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.publishAPropertyLink:active,
.publishAPropertyLink:hover,
.publishAPropertyLink:focus {
  background-color: rgba(255, 95, 0, 0.16) !important;
  color: #FF5F00 !important;
}

/*Menu noticias*/
.mega-menu_noticias,
.mega-menu_herramientas {
  border-bottom: none;
  top: 65px !important;
  width: 1233.88px !important;
  box-shadow: none !important;
  background-color: #F5F5F5 !important;
  border-bottom: none !important;
}

#newsAndTendencies,
#calculators,
.tu_inmueble h2,
#guides {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  text-transform: none !important;
  margin-bottom: 0%;
  margin-top: 0px;
}

#newsAndTendencies::after,
#calculators::after,
.tu_inmueble h2::after,
#guides::after {
  display: none !important;
}

.header_sub_menu_news_tendencies {
  padding-block: 8px !important;
}

.header_sub_menu_news_tendencies a,
.header_sub_menu_tools_calculators a,
.header_sub_menu_tools_property a,
.header_sub_menu_tools_guides a{
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #262829 !important;
}

.header_sub_menu_news_tendencies a:hover {
  background-color: none !important;
  text-decoration: underline !important;
}

.header_sub_menu_news_tendencies :active {
  background-color: none !important;
  text-decoration: underline !important;
}

.header_sub_menu_tools_property{
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.header_sub_menu_tag {
  background-color: #0045FF;
  color: #FFFFFF;
  width: 55px;
  height: 24px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  border-radius: 24px;
}

.custom-sub-dropdown-content-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.custom-sub-dropdown-content-item .header_sub_menu_tag {
  margin-inline: 12px;
}

.btn-upload {
  font-family: Poppins;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  text-align: center !important;
  border-radius: 2px !important;
  text-transform: none;
  min-height: 40px;
  min-width: 40px;
  padding-inline: 16px !important;
  padding-block: 0px !important;
  background-color: #262829;
  color: #FFFFFF !important;
}

.guias .fondo_grs {
  border: 1px solid #FF5F00 !important;
}

/* .hidden-content {
  display: none;
} */

.floating-menu {
  top: 64px;
  position: fixed;
  z-index: 50;
  display: none;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 40 41 / var(--tw-text-opacity));
  width: -webkit-fill-available;
  list-style-type: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.news {
  display: flex;
  justify-content: space-between !important;
  margin-inline: 277px;
}

.floating-menu__container {
  margin: auto;
  max-width: 1232px;
  display: flex;
  justify-content: space-between;
  padding-block: 32px;
  padding-inline:20px
}

.news__left {
  gap: 2.5rem;
  border-right-width: 2px;
}

.floating-menu__left {
  display: flex;
  width: 400px;
  flex-direction: column;
}

.floating-menu__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  /* border-right: 1px solid rgba(21, 23, 24, 0.16); */
}

.block-title {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  color: #262829;
  text-transform: none !important;
  width: 100%;
  margin-bottom: 16px;
  margin-top: 0px;
}

h1.block-title:after,
h2.block-title:after,
h3.block-title:after,
h4.block-title:after,
h5.block-title:after,
h6.block-title:after {
  display: none !important;
}

.m_image_link_small img {
  width: 240px;
  height: 132px;
  gap: 0px;
  border-radius: 2px;
  opacity: 0px;
}

.reportajes {
  display: flex;
  flex-wrap: wrap;
  width: 800px !important;
  justify-content: space-between;
  padding-left: 0%;
  width: 100% !important;
}

.mega-menu-column {
  width: 240px !important;
}

.mega-menu-column a:hover {
  text-decoration: underline !important;
}

.m_image_link_small span {
  display: block;
  font-family: Poppins !important;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #383E42;
  padding-top: 16px;
}

.not_tendencias {
  padding-left: 0% !important;
  margin-bottom: 0px !important;
}

/* Herramientas */

.tools__left {
  gap: 2.5rem;
}

.floating-menu__right {
  width: 800px;
}
.tools__right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}


.tools__calculator {
  border-radius: .125rem;
  border: 1px solid rgb(255 95 0/1);
  padding: 32px 24px;
  width: 280px;
}

.fondo_grs {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;

  }

  .tools__left .floating-menu__content {
    padding: 32px 24px;
}

.block-title{
  margin-block: 0% !important;
}

.tools{
  gap: 1.5rem;
}
.other-guides {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  padding-top: 16px;
}

.m_header_combo_alt ul {
  border: none !important;
  margin-top: 0% !important;
  border: 1px solid rgb(178 185 189 / 1) !important;
  width: 266px !important;
  box-shadow: none !important;
  text-align: justify !important;
}
.m_header_combo_alt {
    margin-left: 160px;
}

@media (max-width: 991px) {
    .m_header_combo_alt {
        margin-left: 0;
    }
}
@media (max-width: 991px) {
  .m_header_combo_alt ul {
      border: none !important;
      background-color: #F5F5F5 !important;
      width: 100% !important;
      padding: 0% !important;
  }
  .m_header_combo_alt ul li a {
    color: #262829 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    padding: 12px 16px !important;
    text-decoration: none !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .menu_usuario {
    margin-left: 0px !important
  }
  .ir_login_superior{
    background: #FFFFFF !important;
    color: #262829 !important;
    padding: 16px;
    border: none;
    cursor: pointer;
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
  }

  .showmas{
    background: #FFFFFF !important;
    color: #262829 !important;
    padding: 16px;
    border: none;
    cursor: pointer;
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
  }
}

@media only screen and (max-width: 991px) {
  .level_1_alt  .menu_usuario .addmas {
    display: none !important;
}
  .level_1_alt  .menu_usuario .addmas .mas {
      display: block !important;
  }

}


.showmas{
  height: 65px;
  align-items: center;
}

.menu_usuario{
  margin-left: -170px;
}

.m_header_combo_alt ul li a{
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #383E42 !important;
  border-color: #F5F5F5 !important;
}

.nav .loginBody span:hover::after{
  display: none;
}



@media (max-width: 992px) {
  .container {
    padding-left: 15px !important; 
    padding-right: 15px !important;
  }
  .navbar-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center; 
    margin: 0% !important;
  }
  .navbar-header:before{
    content: none !important;
  }
  .navbar-header::after{
    content: none !important;
  }
  .navbar-brand{
    width: 100%;
    padding: 0%;
  }
  .navbar .navbar-header .navbar-header-actions .navbar-toggle{
    padding: 0%;
  }
  .navbar .navbar-brand {
    padding: 0% !important;
    width: auto;
  }
  #btn_submit_search_header,
  .btn_submit_search_header_by_property_code, .orange-btn {
  margin-top: 16px !important;
  width: 100% !important;
  height: 45px !important;
  padding: 0% !important;
  gap: 8px;
  border-radius: 2px !important;
  opacity: 0px;
  background-color: #FF5F00 !important;
  text-transform: capitalize;
  font-family: Poppins;
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF!important;
}
.a-search-mobile{
  padding-top: 29.5px;
  text-align: center;
}
.a-search-mobile a{
  color: #FF5F00;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 18px;
}

}



@media (max-width: 991px) {
  .navbar-brand>img {
      height: auto;
      padding-top: 0px !important;
      margin-top: 0% !important;
  }
}

/* ingesar  */
.ir_login_superior{
font-size: 16px;
font-weight: 600;
line-height: 24px;
text-align: left;
color: #262829 !important;
}


/* busqueda mobile  */

@media (max-width: 1200px) {
  .form-group.right{
    max-width: 100%;
  }
  .form-group.right .mtiponegocio {
    width: -webkit-fill-available;
    height: 50px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-left: 8px;
  }
  .campo-selector-multiple{
    width: 100%;
  }
  .campo-selector-multiple-seleccionados{
    padding: 12px 8px !important;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-brand>img {
    width: 130px !important;
  }
}

@media screen and (max-width: 990px) {
  .well.search_mobile {
      top: 65px;
  }
}
.search_description{
  padding-inline: 0px;
}
.search_description p{
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin-bottom: 24px;
}
.moviles .col-xs-12{
  padding-inline: 0px;
}


@media screen and (max-width: 990px) {
  .campo-selector-multiple .campo-selector-multiple-seleccionados {
      width: 100%;
      padding: 0px !important;
      padding-top: 14px !important;
  }
}

@media screen and (max-width: 990px) {
  .m_home_splash_search #btn-selector-multiple-mobile-aceptar {
      display: flex;
      align-items: center;
      justify-content: end;
  }
  #btn-selector-multiple-mobile {
      display: flex;
      align-items: center;
      justify-content: end;
      width: 100%;
  }
}

.form-contain{
  display: flex;
  flex-direction: column;
}

.btn-search-code-mobile{
  color: #FF5F00;
  
}

/* menu principal */

.dropdown{
  border: none !important;
}

@media screen and (max-width: 990px) {
  .mobile-nav.menu_mobile li a{
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
  }
}


.navbar .mobile-nav>li.complementos a {
  background: #FFFFFF !important; 
}

.menu_mobile li a{
  display: flex;
  justify-content: space-between;
}

.navbar .mobile-nav>li .dropdown-menu>li a {
  padding: 15px 15px 15px 25px !important;
}

.navbar .mobile-nav>li .dropdown-menu{
  background-color: #F5F5F5;
}

.navbar .mobile-nav>li {
  border: none;
}



.custom-dropdown {
  position: relative;
  display: inline-block;
  width: -webkit-fill-available;
}

.custom-dropbtn {
  background: #FFFFFF !important; 
  color: #262829 !important;
  padding: 16px;
  border: none;
  cursor: pointer;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.custom-dropdown-content {
  display: none;
  background-color: #F5F5F5;
  z-index: 1;
}

.custom-dropdown-content a {
  color: #262829;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-sub-dropdown {
  position: relative;
}

.custom-sub-dropdown-content {
  display: none;
  background-color: rgba(21, 23, 24, 0.08);
  border-top: none;
}

.custom-dropdown .arrow {
  margin-left: auto;
}

.auth{
  display: flex;
  padding-right: 16px;
}

.error-message{
  max-width: 300px !important;
  display: flex;
  color: red;

}
.error-messageHeader{
font-size: 11px;
    color: #EB2B43;
    margin: auto;
    display: flex; 
    }

@media (min-width: 1200px) {
  .buscadorderecho{
    display: flex !important;
    align-items: end;
    margin-bottom: 20px;
  }
  .ui-autocomplete-input,
.buscadorderecho input {
  width: 290px !important;
}
}

@media (max-width: 1200px) {
  .buscadorderecho{
    width: -webkit-fill-available;
  }
}

@media screen and (max-width: 990px) {
  .mobile-nav.menu_mobile {
      top: 65px !important;
  }
}

.navbar{
  width: -webkit-fill-available !important;
  z-index: 1040;
}

#contentMainMobile, #contentSearchMobile{
  height: calc(100% - 50px);
  background-color: rgb(255, 255, 255);
  width: 100%;
  position: fixed;
  overflow: auto;
}
.botones_movil_menu{
  padding-inline: 16px;
}

.searchMobile{
  padding-block: 16px;
  padding-inline: 15px;
}
.searchMobile .row{
  width: 100%;
    display: contents;
}
.busqueda_codigo .col-xs-12{
  padding-inline: 0% !important;
}
.no-scroll {
  overflow: hidden;
  height: 100%;
}

#mobile-location-mobile{
  margin-bottom: 16px !important;
}

#form-search-header-by-code #propertyId{
  margin-top: 8px;
  margin-bottom: 16px !important;
}