.bloque2{
    background-color: white;
    padding-top: 60px;
    padding-bottom: 60px;

}

.bloque2 .container{
  box-sizing: border-box;
  padding-left: 9%;
  padding-right: 9%;
}

.bloque2 .containerB{
  padding: 12px;
  display: none;
}

.bloque2 .result{
  box-sizing: border-box;
  padding-top: 24px;
  padding-left: 9%;
  padding-right: 9%;
  /* height: 100vh;*/
}

.bloque2 .element{
  padding-left: 6px;
  padding-top: 18px;
  padding-bottom: 36px;
  color: #a3a5a8;
  font-size: 1.3rem;

  border-bottom-color: blueviolet;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.bloque2 .element .titulo{
  color: #b186b5;
}

.bloque2 .element .verMapa{
  padding-top: 6px;
}

.bloque2 .element .verMapa a{
  color: #b186b5;
}


.bloque2 .element .verMapa div{
  display: inline-block;
}
/*   custom select */
/* <select> styles */
select {
	/* Reset */
	 appearance: none;
	 border: 0;
	 outline: 0;
	 font: inherit;
   font-weight: bold;
	/* Personalize */
	 /* width: 24em;*/
	 height: 2.1em;
	 padding: 0 4em 0 1em;
	 background: url(../../../static/images/farmacias/arrow.svg) no-repeat right 0.8em center / 1.4em, linear-gradient(to left, rgba(204, 204, 204, 0.9) 3em, rgba(204, 204, 204, 0.9) 3em);
	 color: #439f7f;
	 /* border-radius: 0.25em;*/
	 /* box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);*/
	 cursor: pointer;
	/* <option> colors */
	/* Remove focus outline */
	/* Remove IE arrow */
}
 select option {
	 color: inherit;
	 background-color: #ccc;
}
 select:focus {
	 outline: none;
}
 select::-ms-expand {
	 display: none;
}
/* end select custom */

#map {
  box-sizing: border-box;
  display: none;
}

.button {
    background-color: #439f7f; /* Green */
    border: none;
    color: white;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

@media screen and (min-width: 1600px) {
    .bloque2{
        margin: auto;
        max-width: 1200px;
    }        
}

/* Tablet */
@media screen and (max-width: 992px) {
    .bloque2{
        padding: 12px 6px;
    }

    .bloque2 .container{
      padding-left: 12px;
      padding-right: 12px;
  }
}

/*     moviles    */
@media screen and (max-width: 576px) {
    .bloque2 .container{
      display: none;
    }

    .bloque2 .containerB{
      display: block;
    }

    .bloque2 .result{
      box-sizing: border-box;
      padding-top: 24px;
      padding-left: 1%;
      padding-right: 1%;
      height: 100vh;
    }

    #map{
      height: 100%;
      width: 100%;
      display: block;
    }
}