


/* Zona Mapa*/
#bloque4{
    height:100%;
	background-color:#E3AFAE;
	margin-bottom:1rem;
}
#search_panel{
    width: 100%;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
	border: 1px darkgray solid;
}

#SearchString{
    width: 100%;
    border-color:#C3C3C3!important;
    border: 1px solid;
    padding: 12px 15px 10px 15px;
    border-right: 0px;
    }

#stores_list{
    flex: 1 0 30%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
}
#map{
    height:600px!important; 
    flex: 1 0 70%;
}

#partenrs_holder{
    height: 400px;
    overflow-y: scroll;
    flex-grow: 1;
}
#partners{
    display:flex;
    flex-direction: column;
}
.partner{
    border-color:#C3C3C3!important;
    border-bottom: 1px solid;
    max-width: 200px;
    overflow-x: hidden;
    font-weight: 100;
    margin-right:5px;
}
#mapArea{
    width:100%;

    background-color: white;
    display:flex;
    flex-direction: row;
}

.storeinscope{
    background-color: #E8E8E8;
}
#SearchStringBox{
	flex-grow: 1;
    border-right: 1px solid darkgray;
}
.nb_boton_pequeno{
    background-image: url('https://customecommerce.blob.core.windows.net/$web/css/Arrow.png?sp=r&st=2022-09-19T09:16:01Z&se=2030-09-19T17:16:01Z&spr=https&sv=2021-06-08&sr=b&sig=r95%2BgwikHRDcHU76w9JWCbfMZpYhyIqHr3uguCU2DEw%3D');
    background-size: contain;
    background-repeat: no-repeat;
    align-self: center;
	flex-shrink:0;
	width:5rem;
	height:1.3rem;
    background-position-x: center;
}

/* Formato bloques de texto */
.bl_txt_1{
    font-size: 25px;
}
.bl_txt_2{
    font-size: 22px;
	text-align: center;
	margin-top: 2.5rem;
}
.bl_txt_3{
    font-size: 16px;
    font-weight: 100;
    line-height: 26px;
}
.bl_txt_4{
    margin-bottom: 30px;
    margin-right: 10%;
    margin-left: 10%;
    font-family: 'Golden';
    font-size: 34px;
    text-align: center;
}
.bl_txt_5{
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 200;
}
.bl_txt_6{
    font-size: 14px;
}
.bl_txt_map-spa-name{
    font-size: 15px;
    margin-bottom: 3px;
    font-weight: 400;
	margin-top: 1rem;
	font-weight: bold;
    }
    
.bl_txt_map{
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    color:#8c8c8c;
    }    
.instruc{
	text-align:center;
	margin-bottom:3rem;
} 
.bl_txt_map_web-tel{
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 400;
	margin-right: 0.5rem;
    }
.store_free{
    color:#008000;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 400;
    }  
.store_booked{
    margin-top: 6px;
    font-size: 14px;
    font-weight: 400;
    color:#da0618;
    }  



    ul.footer-menu a{
        color: #2D2926;
    }
    ul.footer-menu a:visited{
        color: #2D2926;
    } 
    
    
    
  
  /* Pasar a una columna para browsers de menos de 1024px */
  @media screen and (max-width: 1024px) {
    .quotes_row, #mapArea, #bloque3, #bloque2{
      flex-direction: column;
    }
    .bloque_interior, #map{
        width:100%;
		flex: auto;
    }
    .partner{
        max-width: 100%;
    }
  
  }
@media screen and (max-width: 415px) {    
    .main_title{
    font-size: 34px;
    margin-top: 80px;
}
.main_subtitle{
    font-weight: 100;
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 5px;
}
#bl_title{
    height: 580px;}
    
.ancla{
    font-size: 12px;
    padding-right:0px;
    padding-left:0px;
    
    }
#menu_anclas{
    padding: 10px 0px;
    justify-content: space-evenly;}
    
.bl_txt_1{
    font-size: 18px;
}
.bl_txt_2{
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 22px;
}
.bl_txt_4{
    font-size: 30px;
}    


    }


  /* Fonts definition */    
  @font-face {
        font-family: 'FaberSans';
        font-weight: normal ;
        src: url('./Fonts/FaberSansPro55.ttf');
    }    
  @font-face {
        font-family: 'FaberSans';
        font-weight: 200;
        src: url('./Fonts/FaberSansPro65.ttf');
    }

@font-face {
        font-family: 'FaberSans';
        font-weight: 100;
        src: url('./Fonts/FaberSansPro45.ttf');
    }

  @font-face {
        font-family: 'Canela';
        src: url('./Fonts/Canela-Light.otf');
    }
  @font-face {
        font-family: 'Golden';
        src: url('./Fonts/Golden Plains.ttf');
    }

    ::-webkit-scrollbar {
        width: 15px;
        height: 8px!important;
    }
    
    ::-webkit-scrollbar-track {
        background-color: white;
          box-shadow: inset 0 0 1px #fff; 
    }
    
    ::-webkit-scrollbar-thumb {
        border-radius: 36px;
        background-color: hsl(0, 0%, 64%);
        border: 5px solid transparent;
        background-clip: content-box;
    }



  
  /* En IE y Edge */
  body {
    -ms-overflow-style: none;
  }
