/* NUEVOS CAMBIOS */

.divMapa{
  display: flex;
  justify-content: center;
  margin-bottom: 580px;
}

.boxagencia2{
  background-color: #fff;
}


.backHeader {
  background-image: url(../img/header-destock.png);
  height: 300px;
  background-repeat: round;
}

.lhd1{
  display: none !important;
}
.lhd2{
  display: block !important;
}

.autocomplete-items {
  width: 100% !important;
}


/* .logoAgencias{
margin-top: -120px;
width: 15%;
margin-bottom: 20px;
} */
.logoAgencias{
  margin-top: -10%;
  width: 15%;
  margin-bottom: 20px;
}

.titulosContenedor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.titulos {
  text-align: center;
  width: 70%;
}

/* .tituloSucursales {
  color: #004993;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
} */
.tituloSucursales {
  color: #004993;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  margin-bottom: 0px !important;
}

/* .parrafoPregunta {
  font-weight: 700;
  color: #004993;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
} */

.parrafoPregunta {
  font-weight: 700;
  color: #004993;
  font-size: 29px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 6px !important;
}

/* .parrafo300 {
  line-height: 18px;
  color: #a2a2a2;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  width: 40%;
  margin: auto;
} */

.parrafo300 {
  line-height: 22px;
  color: #666666;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  width: 53%;
  margin: auto;
}

@media (min-width: 1378px) {
  .parrafo300 {
    width: 47%;
  }
}
@media (min-width: 1500px) {
  .parrafo300 {
    width: 43%;
  }
}
@media (min-width: 1640px) {
  .parrafo300 {
    width: 39%;
  }
}

.lineaPrincipal {
  background-color: #6db4bc;
  height: 4px;
  width: 4%;
  margin: auto;
  margin-top: 25px;
}

/*  */

.contenedorFiltro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* .tituloQuiero {
  text-align: center !important;
  font-size: 16px !important;
  margin: 20px 0px 0px 0px !important;
  line-height: 38px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-family: "Montserrat", sans-serif !important;
} */

.tituloQuiero {
  text-align: center !important;
  font-size: 18px !important;
  margin: 20px 0px 0px 0px !important;
  line-height: 38px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-family: "Montserrat", sans-serif !important;
}

.contenedorBotones {
  margin: auto;
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.botonesEnvio {
  width: 48%;
  background: #fff;
  border: 2px solid #dcdcdc !important;
  display: flex !important;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
  color: #6078a2;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px;
}

.tick1{
  display: none;
  fill: #004993;
}

.tick2{
  display: none;
  fill: #004993;
}

.botonFocus {
  box-shadow: 0px 0px 2px 2px rgba(114, 182, 190, 0.75);
  -webkit-box-shadow: 0px 0px 2px 2px rgba(114, 182, 190, 0.75);
  -moz-box-shadow: 0px 0px 2px 2px rgba(114, 182, 190, 0.75);
  width: 48%;
  background: #fff;
  border: 2px solid #dcdcdc !important;
  display: flex !important;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
  color: #6078a2;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px;
}

.contenedorInput {
  width: 80%;
}

.inputBusqueda {
  width: 100%;
  height: 42px;
}
.input-base input{
  height: 42px !important;
  padding: 0px 15px 0 15px !important;
}

/* MAPA */

.mapaContenedor {
  display: flex;
  justify-content: center;
}

.mapa {
  width: 70%;
}

/* info */

.contenedorInformacion {
  display: flex !important;
  flex-direction: column !important;
  background: #fff !important;
  padding: 40px !important;
  justify-content: center !important;
  align-items: center !important;
}

.logoAgencias2{
  width: 8%;
}

.tituloSabias {
  color: #004993;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 34px;
}

.parrafoCotiza {
  margin-top: 6px;
  font-family: 'Montserrat', sans-serif !important;
}

/* .parrafos {
  color: #5a739e;
  line-height: 6px;
} */

.parrafos {
  color: #5a739e;
  line-height: 9px;
  font-size: 19px;
  font-family: 'Montserrat', sans-serif !important;
}

/* .BotonEnvio {
  color: #637aa3;
  border: 2px solid #6db4bc;
  padding: 3px 16px;
  font-size: 13px;
} */

.BotonEnvio {
  background: transparent;
  border: 2px solid #00C2CB;
  margin-top: 10px;
  padding: 8px 18px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif !important;
  font-style: inherit !important;
}

.margenGris {
  height: 35px;
  background: #e4e4e4;
}



/* MOVIL */

@media (max-width: 500px) {
  .backHeader {
    background-image: url(../img/header-movil.png);
    height: 249px;
    background-repeat: round;
  }
  .logoAgencias{
    margin-top: -90px;
    width: 100px;
    margin-bottom: 20px;
  }
  .tituloSucursales {
    font-size: 28px;
    line-height: 31px;
  }
  /* .parrafoPregunta {
    line-height: 18px;
  } */
  .parrafoPregunta {
    line-height: 29px;
    font-size: 22px;
  }
  /* .parrafo300 {
    width: 85%;
  } */
  .parrafo300 {
    width: 100%;
    font-size: 18px;
  }
  .lineaPrincipal {
    width: 14%;
  }
  /* botones */
  .contenedorBotones {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .botonesEnvio{
    width: 92%;
    margin-bottom: 10px;
    height: 36px;
    font-weight: 500;
  }
  .botonFocus {
    width: 90%;
    margin-bottom: 10px;
    font-size: 14px;
    height: 40px;
    font-weight: 500;
  }
  .contenedorInput{
    width: 97%;
  }
  .mapa{
    width: 90%;
  }
  .tituloSabias{
    font-size: 31px;
  }
  /* .parrafos{
    line-height: 18px;
    text-align: center;
    width: 62%;
  } */
  .parrafos{
    line-height: 20px;
    text-align: center;
    width: 77%;
  }
  .parrafoCotiza{
    margin-bottom: 2px;
  }
  .botonesEnvio{
    font-size: 14px;
  }
  .logoAgencias2{
    width: 31%;
  }
  .BotonEnvio{
    font-size: 14px;
  }
}



/* ESTILOS TARJETA */

/* .agencia_datos{
  height: auto !important;
  background-color: #e5e5e5 !important;
  width: 450px !important;
} */

.agencia_datos{
  height: auto !important;
  background-color: #e5e5e5 !important;
  width: 490px !important;
}

.calle{
  color: #004993;
  font-weight: 800;
  margin-bottom: 10px !important;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  margin-left: 76px !important;
  width: 70%;
  line-height: 20px !important; 
}

/* .provincia{
  font-size: 11px !important;
  color: #004993 !important;
  margin-top: 0px !important;
  font-weight: 800 !important;
  font-family: "Montserrat", sans-serif !important;
} */

.provincia{
  font-size: 11px !important;
  color: #004993 !important;
  margin-top: 0px !important;
  font-weight: 800 !important;
  font-family: "Montserrat", sans-serif !important;
  text-align: left;
  margin-left: 76px !important;
   
}

.contenedorTel{
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  padding: 10px 0px 0px 38px;
} */

.contenedorTel{
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  padding: 10px 0px 10px 35px;
}

/* .contenedorHora{
  display: flex;
  font-family: "Montserrat", sans-serif;
  padding: 10px 0px 10px 32px;
} */

.contenedorHora{
  display: flex;
  font-family: "Montserrat", sans-serif;
  padding: 10px 0px 10px 41px;
  width: 90%;
}

.imgHora{
  width: 24px;
  height: 20px;
}

.imgTel{
  width: 30px;
}

/* .telefono{
    color: #a4a4a4;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    margin-left: 0px !important;
    margin-bottom: 0px;
} */

.telefono{
  color: #868686;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  margin-left: 6px !important;
  margin-bottom: 0px;
  font-weight: 600;
}

/* .horario{
  color: #a4a4a4;
  font-size: 14px;
  margin: 0px 0px 0px 0px !important;
  font-family: "Montserrat", sans-serif;
} */

.horario{
  color: #868686;
  font-size: 13px;
  margin: 0px 0px 0px 10px !important;
  font-family: "Montserrat", sans-serif;
  width: 80%;
  font-weight: 600;
}

/* .linea{
  height: 1px;
  background-color: #b0b0b0;
  width: 80%;
  margin: auto;
} */

.linea{
  height: 1px;
  background-color: #b0b0b0;
  width: 70%;
  margin: auto;
}

/* .contenedorInfo{
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  flex-direction: row;
  background-color: #e5e5e5;
  padding: 20px;
  justify-content: center;
} */

.contenedorInfo{
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  flex-direction: row;
  background-color: #e5e5e5;
  padding: 20px;
  justify-content: center;
  width: 81%;
}

.imgCajas{
  width: 60px;
  height: 55px;
  margin-bottom: 14px;
}

/* .infoSucursal{
  font-size: 12px;
  color: #979797;
  font-weight: 600;
  margin-left: 6px;
  font-family: "Montserrat", sans-serif;
} */

.infoSucursal{
  font-size: 12px;
  color: #979797;
  font-weight: 700;
  margin-left: 20px !important;
  font-family: "Montserrat", sans-serif;
}

/* .envios{
  font-size: 12px;
  color: #979797;
  font-weight: 100;
  font-family: "Montserrat", sans-serif;
} */

.envios{
  font-size: 12px;
  color: #979797;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

#whatsapp{
  text-align: end;
  margin-right: 20px;
}

.imgCompartir{
  width: 30px !important;
  height: 30px !important;
  margin-bottom: 20px !important;
}


#contenedor1{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

@media (max-width: 500px) {
  .agencia_datos{
    width: 90% !important;
  }
  .imgCompartir{
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 10px !important;
  }
  .calle{
    font-size: 15px !important;
    text-align: left;
    margin-left: 33px !important;
    width: 70% !important;
    line-height: 20px !important; 
  }
  .provincia{
    width: 70%;
    text-align: left;
    margin-left: 33px !important;

  }
  .contenedorTel{
    padding: 10px 0px 0px 0px;
  }
  .telefono{
    margin-left: 0px !important;
    font-size: 11px;
  }
  .contenedorHora{
    padding: 6px 0px 10px 3px;
  }
  .horario{
    margin: 0px 0px 0px 4px !important;
    font-size: 11px;
  }
  .linea{
    width: 74%;
    margin: auto 0px auto 30px;
  }
  .contenedorInfo{
    width: 89%;
  }
  .infoSucursal{
    margin-left: 8px !important;
  }
}
