/** 
*   Reglas CSS para el formulario y el uso normal del plugin
*/

#lupa, .cruz {
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: -3px;
}

.cruz{
  display: none;
}
.campo-form {
  width: 100%; 
  margin: 0;
  height: 100%;
  box-sizing: border-box;
  border: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  color: #000;
  border:none !important;
  background-color: transparent !important;
}

@media (max-width: 600px) {
  .campo-form {
    width: 100%;
  }
}
.form-consulta {
  height: 50px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  color: #000;
  -webkit-box-shadow: 0px 0px 122px -21px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 122px -21px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 122px -21px rgba(0, 0, 0, 0.75);
  border: 3px solid #007abe;
  margin: 0; 
  display: flex;
  flex-direction: row;
  justify-content: start; 
  align-items: center; 
  padding: 10px;
}

.formulario {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 25px;
}

.ui-accordion-content p b {
  font-family: "Roboto", sans-serif;
}

.ui-accordion-content ul b {
  font-family: "Roboto", sans-serif;
}

@media (min-width: 1000px) and (max-width: 1600px) {
  .menu {
    width: 305px;
  }
}

@media screen and (max-width: 1000px) {
  .pulsada .vc_row {
    padding-left: 0 !important;
  }
  .menu {
    margin-left: 10px;
    margin-bottom: 60px;
  }
  .foto {
    padding-right: 25px;
  }
  .foto-izq {
    padding-left: 25px;
  }
}

@media (min-width:500px) and (max-width:800px){
  .campo-form{
    width: 100%;
  }
}

@media all and (max-width:500px){
  #accordion-farmacias h3{
    margin-left: -5%;
    width: 110%;
  }
}