@charset "utf-8";
/* CSS Document */

#back-to-top .top1 {
  z-index: 999;
  position: fixed;
  margin: 0px;
  color: #fff;
  transition: all .5s ease-in-out;
  position: fixed;
  top: 85%;
  right: 100px;
  border-radius: 3px;
  z-index: 999;
  background: transparent;
  font-size: 14px;
  background: red;
  width: 40px;
  height: 40px;
  text-align: center;
}

#whatsapp .top2{
  z-index: 9999;
  position: fixed;
  color: #fff;
  transition: all .5s ease-in-out;
  top: 75%;
  right: 90px;
  border-radius: 50%;
  z-index: 999999;
  background: transparent;
  font-size: 14px;
  background: red;
  width: 60px;
  height: 60px;
  text-align: center;
  box-shadow: 0 1px 6px rgba(255,255,255,0.6),0 2px 32px rgba(255,255,255,0.16);    
}

.icosValores{
    font-size: 32px !important;
}

.iconoValores{
    width: 20px;
}
.textoValores{
    font-size: 18px; font-weight: 600; line-height: 18px; text-align: left;
}
.tablasValores td{
    text-align: center; color: #fff;
}

.botonesSucursales{
    display: flex; justify-content: space-between;
}

.btnSucursal{
    background-color: #e9e9ed !important; 
    padding: 12px 20px !important; 
    font-size: 1rem !important;
    border-radius: .25rem;
    /*color: #005eaa !important;*/
    color: #363636 !important;
}

.pinMarker{
    color: #ea4335 !important; border-color: #ea4335 !important;
}


