.logo-tarjeta{
  width: 50px;
  height: 35px;
}

.caja_login{
  margin-bottom: 1.5em;
}



.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.ayuda_login{
  margin:1em;
}

.ayuda_login2{
  margin-bottom: 1em;
}

.btn_registro_login{
  margin-bottom: 1.5em;
}

.vent_registro{
  margin-bottom: 2em;
}



#registro_btn{
  background: #fff;
      border: 3px solid #47ace4;
      color: #47ace4;
}


#sumaVal{
  width: 140px;
  height: 60px;
  background: #34495e;
  font-size: 30px;
  color: #fff;
}

#respuestaVal{
  width:140px;
  height:60px;
  text-align: right;
  font-size: 35px;
  border: 3px solid gray;
}

#verMasProc{
  font-weight: 600;
  padding-top: 0.5em;
}

#verMasProc spam{
  color: #47ace4;
  font-size: 20px;
  vertical-align:middle;
}

#rangoM{
  width: 50%;

}

#aproxM{
  padding-left: 0;
  width: 40%;
  font-size: 20px;
}

#canProc{
  margin-bottom: 1em;
  font-size: 35px;
  font-weight: 600;
}


#m-add-to-cart-layer{
  transition: all 0.3s;
  transform: translateY(-105%);
}

#carrovA,#cajaVenta,#cajaCarro{
  display: none;
}
#dir1{
  display: inline-block;
  margin-bottom: 1em;
}
#dir2
{
  display: none;
  margin-bottom: 1em;
}

.btn-pen{

  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.opc_tab{
  font-size: 25px;
  cursor: pointer;
}

.ico-editar{
  color: #47ace4;
  cursor: pointer;
}

.ico-borrar{
  color: red;
  cursor: pointer;
}

.ico-ver{
  color: #5cb85c;
}


.item_imagen{
    height: 80px;
    width: 80px;
}



            #edit_img{
    width: 200px;
    height: 200px;
                margin-bottom: 1em;
}

#archivo{
    display: none;
}

#sel{

    padding: 0.8em;
    border-radius: 3px;
    background: #1A237E;
    cursor: pointer;
    color: #fff;
    margin-bottom: 1em;

}

.fot{
    align-content: center;
    align-items: center;
    text-align: center;
}


#ped-call,#ped-mail,#ped-pdf{
  font-size: 50px;
  margin: 10px;
}

#ped-call
{
  background:#00008e;
  color: #fff;
}

#ped-mail
{
  background:#47ace4;
  color: #fff;
}

#ped-pdf
{
  background:#c23616;
  color: #fff;
}



.ico-redes{
    height:30px;
    width:30px;
}

.icored{
    height:45px;
    width:45px;
    padding:0.5em;
    margin:0.5em;
    border-radius:50%;
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
}

.if{
    background:#0078FF;
}

.it{
    background:#e84118;
}

.iw{
    background:#4cc146;
}

.ip{
    background:#4cc146;
}

#imgRedes{
    transition:0.3s;
}

#redes{
    position:fixed;
    z-index:100;
    bottom:3em;
    right:0.6em;
    transition: all 0.3s;
    
}

#redessub{
    transition: all 0.3s;
    opacity:0;

}