/* Base */
.h-100 { height: 100%!important; }
.w-100 { width: 100%!important; }
.d-block { display: block!important; }
.d-flex { display: flex!important; }
.justify-content-center { justify-content: center!important; }
.align-items-center { align-items: center!important; }
.px-0 { padding-left: 0!important; padding-right: 0!important; }
.px-3 { padding-left: 1rem!important; padding-right: 1rem!important; }
.px-5 { padding-left: 3rem!important; padding-right: 3rem!important; }
.p-3 { padding: 1rem!important; }
.pt-4 { padding-top: 1.5rem!important; }
.mt-2 { margin-top: 0.5rem!important; }

.col-12 { width: 100%!important; }

.fw-900 { font-weight: 900!important; }

/* Sticky */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* Typography sizes */
.fs14 { font-size: 14px!important; }
.fs20 { font-size: 20px!important; }

/* Button */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  transition: all 0.15s ease-in-out;
}
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

/* Form */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}




#map {
    height: 100vh;
}
.icons{
    background: url("https://encuentra-una-tienda.newera.mx/api/img/iconos.png")no-repeat;
    display: inline-block;
}
.filter{
    background-position: -180px 0;
    width: 20px;
    height: 20px;
}
.loading-data{
    position:absolute;
    text-align:center;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.8);

}
#results {
    padding: 0;
    margin: 0;
    background: #FFF;
}
#results li {
    cursor: pointer;
    padding: 5px 10px;
    color: #202020;
    font-size: 15px;
    border-bottom: 1px solid #CCC;
    list-style:none;
}
.flex-map {

    width: 100%;
    margin: auto;
}
.row-search {
    border-radius: 0;
    overflow: hidden;
}
.row-search button {
    padding: 8px 12px;
    font-size: 13px;
    background-color: #FFF;
    border: 1px rgb(213, 213, 213) solid;
    border-left: 0;
    border-radius: 0;
}

.row-search button:active,
.row-search button:hover {
    background-color: #FFF;
    border-color: #FFF;
}

.row-search input[type=text] {
    border-radius: 0;
    border-right: 0;
}
.row-filtro {
    padding: 15px 0;
}

.row-filtro p {
    margin: 0;
    font-size: 11px;
    color: #000;
    opacity: 0.25;
}
.row-direccion {
    /*max-width: 400px;
    width: 100%;*/
    height: 100vh;
    overflow: auto;
    position: relative;

    background: #FFF;
}
.row-direccion h2 {
    font-size: 18px;
}
.item-direccion {
    padding: 15px 0;
    border-top: 1px solid #9B8C58;
}

.libre{
    font-family: "Libre Caslon Display", serif;
    font-weight: 400;
    font-style: normal;
}


.montserrat{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
}



.item-direccion p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 130%;
}
.item-direccion p a, .item-direccion p a:hover, .item-direccion p a:active, .item-direccion p a:visited {
    display: inline-block;
    color: #000;
    text-decoration: none;
}
.item-direccion p a:hover {
    color: #9B8C58;
}
.item-direccion p:first-of-type {
    margin-bottom: 0;
}
.item-direccion p strong {
    font-size: 16px;
}
.item-direccion .btn-d {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 6px;
    background-color: #2E4630;
    text-decoration: none;
}

.sticky-top{
    z-index: 9!important;
}

.btn-d:active,
.btn-d:hover {
    background-color: #2E4630;
    border-color: #2E4630;
    text-decoration: none;
}

#filters{
    display: none;
    list-style: none;
    transition: all 1s ease-in;
    padding: 0 0 10px 0;
    margin: 0;
}
#filters li{
    list-style: none;
    font-size: 12px;
    cursor: pointer;
}

#filters li span.active{
    border-bottom: 1px solid #9B8C58;
}

.row-filtro button {
    padding: 8px 15px;
    color: #505050;
    font-size: 10px;
    border: 1px solid #9B8C58;
    border-radius: 0;
    background-color: #FFF;
    letter-spacing: 2.1px;
}

.filter-enabled, .row-filtro button:hover{
    background-color: #9B8C58!important;
    color: #FFF!important;
}

.row-filtro button:hover span,
.filter-enabled span{
    background: url(https://encuentra-una-tienda.newera.mx/api/img/white-filter.png) no-repeat!important;
    background-size: 20px!important;
}

.filter-disabled span{
    background: url(https://encuentra-una-tienda.newera.mx/api/img/black-filter.png) no-repeat;
    display: inline-block;
    width: 20px;
    height: 14px;
    background-size: 20px;
    vertical-align: middle;
}
.ico{
    width: 16px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.plaza, .fs12{
    font-size: 12px;
}

#map > div > div.gm-style > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(4) > div > div > div > div.gm-style-iw.gm-style-iw-c > div.gm-style-iw-chr > button{
    width: 30px!important;
    height: 30px!important;
}

#map > div > div.gm-style > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(4) > div > div > div > div.gm-style-iw.gm-style-iw-c > div.gm-style-iw-chr > button span{
   margin:0!important;   
}

.c-marker {
    width: 300px;
    border-top: 0!important;
    padding:0!important;
}

.c-marker p {
    font-size: 12px!important;
}

.c-tienda{
    cursor: pointer;
}
.buscador{
    background: #ebebeb;
}
.fs20{
    font-size: 20px;
}
.fs14{
    font-size: 14px;
}
#current{
    color: #505050;
    font-weight: normal;
    text-decoration: none;
    border-radius: 20px;
    border: 1px solid #000;
    text-align: center;
    padding: 5px 0px;
    align-items: center;
    justify-content: center;
}

#current img{
    vertical-align: text-top;
    margin-right: 5px;
}

#current:hover{
    color: #505050;
}


/* Responsive (Bootstrap 5 md ≥768px) */
@media (min-width: 768px) {
  .col-md-4 { width: 33.333333%!important; }
  .col-md-8 { width: 66.666667%!important; }
  .d-md-block { display: block!important; }
  .d-md-flex { display: flex!important; }
  .px-md-5 { padding-left: 3rem!important; padding-right: 3rem!important; }
  

}

@media (max-width: 768px) {
  #map {
    height: 350px;
}

}