html {
  font-family: 'Montserrat', sans-serif;
}
#sidebarA {
    color: #FFFFFF;
}
/*#filterResults {
    font-size: 12px;
    color: #333333;
    background-color: #bc955c;
}*/
#txtTotal_registro {
  font-size: 12px; /* Tamaño de fuente deseado, en píxeles */
}
input:checked + .checkbox {
  border: 2px solid transparent;
  background-color: #f39200;h
}
.pop-up .botones {
  width: 120px;
  text-align: center;
}
.botones[disabled] {
  background-color: #cccccc; /* Cambiar el color de fondo a gris */
  /* Agrega otros estilos visuales para el botón deshabilitado si lo deseas */
}

.botones[disabled]:hover {
background-color: #cccccc; /* Cambiar el color de fondo a gris */
  /* Agrega otros estilos visuales para el botón deshabilitado si lo deseas */
}
.input, .select, .textarea {
  box-shadow: inset 0 0 0 1px #f39200;
  border-radius: 4px;
  transition: background-color .125s,box-shadow .125s;
  display: block;
  width: 100%;
}

.botonesColor{
    font-size: 12px;
    color: #ffffff;
    background-color: #f39200;
    margin-left: 0px;
}
.colorIonos {
    color: #9AAE88;
}
.botonesColor:hover {
    font-size: 12px;
    color: #ffffff;
    background-color: #739290;
}

.btn {
    font-size: 12px;
    color: #ffffff;
    background-color: #f39200;
}

.btn-sm {
    color: #ffffff;
    background-color: #e24135;
}

.btn-sm:hover {
    color: #ffffff;
    background-color: #f9b233;
}

.btn:hover {
    font-size: 12px;
    color: #ffffff;
    background-color: #f9b233;
}
.theme {
    background-color: #00a19a;
}
.select {
    font-style: italic;
    opacity: .7;
}
.mapboxgl-ctrl-geocoder--input {
    padding: 6px 30px;
    margin-left: 5px;
}
.listings .item {
    font-size: 14px;
    word-wrap: break-word;
    text-decoration: none;
    border-bottom: solid rgb(34, 33, 33, .3) 1px;
}
.sub-content p {
  text-align: left;
  padding: 0 100px; /* Ajusta el espacio de padding a tu preferencia */
  font-size: 12px;
}
@media (max-width: 767px) {
  .sub-content p {
    text-align: left;
    padding: 0; /* O el espacio de padding que desees en dispositivos móviles */
  }
}

.listings .item:last-child {
    border-bottom: none;
}
.listings .item .title {
    display: inline-block;
    width: 100%;
    color: #333333;
    font-weight: 800;
    margin-top: 5px;
    text-decoration: none;
}
.listings .item .title:hover {
    display: inline-block;
    width: 100%;
    color: #666666;
    font-weight: 900;
    margin-top: 5px;
    text-decoration: underline;
}
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-left: 0;
    background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-track {
    background: none;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #2A395F;
}
.clearfix {
    display: block;
}
.clearfix::after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.mapboxgl-popup-content {
    font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', Sans-serif;
    text-align: center;
    padding: 5;
    width: 180px;
}
.mapboxgl-popup-close-button {
    display: none;
}
.mapboxgl-popup-content h3 {
    color: black;
    font-weight: 500;
    margin: 0;
    display: block;
}
#coordenadas {
    display: block;
    position: relative;
    margin: 0px auto;
    width: 40%;
    padding: 5px;
    border: none;
    border-radius: 7px;
    font-size: 15px;
    font-family: Montserrat;
    text-align: center;
    color: #000;
    background: #D6EAF8;
}
#divLoading {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(254, 254, 255, .65);
    z-index: 9999;
    display: none;
}
#divLoading img {
    width: 50px;
    height: 50px;
}

#divLoading2 img {
    width: 50px;
    height: 50px;
}

#divLoading2.loading {
  display: block;
}

#divLoading2.loading + .loading-container {
  display: none;
}

.notblock {
    display: none !important;
}
#btn-abrir {
    position: relative;
    top: 0px;
    left: -30px;
}
#filterResults {
    position: relative;
    top: 0px;
    right: -30px;
}
#btnBorrarTexto {
    font-size: 15px;
    color: black;
    background-color: white;
    border: black;
    font-family: Montserrat;
}
#btnBorrarTexto:hover {
    color: white;
    background-color: #e24135;
}
#btnUbicame {
  background-color: #eee;
  color: #333;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  transition: background-color 0.3s;
  display: block;
  margin: 0 auto;
  text-align: center;
}

#btnUbicame:hover {
  background-color: #999;
  color: #fff;
}
#btnUbicame3 {
  background-color: #eee;
  color: #333;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  transition: background-color 0.3s;
  display: block;
  margin: 0 auto;
  text-align: center;
}
#btnUbicame3:hover {
  background-color: #999;
  color: #fff;
}

@media only screen and (max-width: 800px) {
    #sidebarA {
        position: relative;
        top: -22%;
        height: 130px;
    }
    #map {
        height: 50% !important;
    }
    #listings {
        position: relative;
        top: -22%;
    }
    #btn-abrir {
        position: relative;
        top: 0px;
        left: 10%;
    }
    #filterResults {
        position: relative;
        right: -80%;
    }
	#btnUbicame2{
	display: block;
	}
	h3#title {
    opacity: 0; /* Make the element transparent */
  }
}