.marcador {
  height: 0px;
  margin-top: -58px;
  position: absolute;
}

input,
textarea {
  padding: 9px 0px;
  border-bottom: 1px solid #91979E;
  padding-top: 0px;
}

input:disabled {
  color: #8E8D8D;
  background-color: #ffffff !important;
}

select {
  padding: 14px 0px;
  padding-right: 34px;
  padding-top: 0px;
  height: 40px;
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 0px solid #DDE2E5;
  border-bottom: 1px solid #91979E;
  -webkit-appearance: menulist-button;
  line-height: 22px;
  background-color: #ffffff !important;
  background-image: url("../../../img/svg/icono-flecha-abajo.svg") !important;
  background-size: 16px 16px !important;
  background-position: right 12px center !important;
  background-repeat: no-repeat !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #283342;
}

select:disabled {
  background: #ffffff !important;
  background-image: none !important;
  color: #8E8D8D;
}

div.pais,
div.quince {
  margin-top: 4px;
  margin-right: 0px;
  font-size: 18px !important;
  color: #8E8D8D !important;
  width: 180px;
  height: 35px;
  border-bottom: 1px solid #91979E;
}

div.pais {
  width: 50px;
}

label.suscripcion {
  width: auto !important;
  margin-top: 20px !important;
  font-size: 16px !important;
  color: #283342 !important;
  font-family: Roboto-Regular !important;
}

div.cod_telefono {
  width: calc(25% - 50px);
  text-align: center;
}

div.quince {
  width: 38px;
  padding-left: 0px;
  margin-left: 18px;
}

div.telefono {
  width: calc(75% - 56px);
}

.checkbox input[type="checkbox"]+label span,
.radio input[type="radio"]+label span,
.corazon input[type="checkbox"]+label span,
.comparar input[type="checkbox"]+label span {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  background-image: url("../../../img/svg/icono_checkbox_3.svg");
  background-size: 25px 60px;
  background-position: 0 -35px;
  background-repeat: no-repeat;
  content: " ";
  height: 25px;
  width: 25px;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.checkbox input[type="checkbox"]:checked+label span,
.checkbox input[type="checkbox"]:checked+label:hover span,
.radio input[type="radio"]:checked+label span,
.radio input[type="radio"]:checked+label:hover span,
.comparar input[type="checkbox"]:checked+label span,
.comparar input[type="checkbox"]:checked+label:hover span {
  background-image: url("../../../img/svg/icono_checkbox_3.svg");
  background-size: 25px 60px;
  background-position: 0 0px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin: 0;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}



.caja_mi_cuenta {
  padding: 35px;
  margin-bottom: 30px;
  background-color: #ffffff;
  border: 0.5px solid #91979E;
  color: #BABABA;
  font-size: 16px;
  line-height: 20px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}


.caja_mi_cuenta label {
  color: #333333;
  font-size: 11px;
  font-family: Roboto-Regular;
  font-weight: 700;
}

input.ingresar,
input.ingresar:focus {
  padding: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 1.5px solid #91979E !important;
  box-shadow: none;
  background-color: #F3F4F6;
  color: #333333;
  outline: none;
}

.campo,
.campo:focus {
  width: 100%;
  padding: 7px 0px;
  border: 0px;
  border-bottom: 1px solid #91979E;
  background-color: #ffffff;
  height: 34px;
  color: #333333;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, .0);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, .0);
  font-size: 14px;
}

input.campo::placeholder {
  color: #BABABA;
  opacity: 1;
  -ms-transition: all .1s;
  -moz-transition: all .1s;
  -webkit-transition: all .1s;
}

.tel_campo {
  width: 100%;
  padding: 7px 0px;
  border: 0px;
  border-bottom: 1px solid #91979E;
  background-color: #ffffff;
  height: 34px;
  color: #BABABA;
  font-size: 14px;
}

.sin_edicion {
  width: calc(100% - 0px) !important;
}

.icono_alt {
  background-image: url("/img/svg/icono-informacion-azul.svg") !important;
  background-size: 12px 12px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 12px;
  height: 12px;
  border-bottom: 0px solid #91979E;
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
  margin-top: 4px;
}

.icono_alt.mobile {
  background-image: url("/img/svg/icono-informacion-azul-mobile.svg") !important;
  background-size: 20px 20px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  position: absolute;
  right: 39px;
  margin-top: -45px;
}

div.alt {
  position: absolute;
  right: auto;
  z-index: 2;
  margin-top: -18px;
  opacity: 0.95;
}

div.alt_superior {
  width: 312px;
  transition: all .2s;
  -ms-transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  z-index: 5;
  padding: 0px !important;
  padding-top: 14px !important;
  background-color: transparent !important;
  background-image: url("../../../img/svg/fondo-menu-superior.svg");
  background-size: 46px 28px;
  background-position: top left 10px;
  background-repeat: no-repeat;
}

div.alt_superior_in {
  background: #034D8E;
  color: #ffffff;
  padding: 15px;
  padding-left: 80px;
  font-size: 12px;
  line-height: 1.3;
  border-radius: 6x;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.25);
  background-image: url("../../../img/svg/icono-call-center.svg");
  background-size: 45px 45px;
  background-position: center left 20px;
  background-repeat: no-repeat;
}

input.campo:disabled,
select.campo:disabled {
  color: #333333;
  background-color: #ffffff !important;
}

.sms_activo,
.sms_inactivo {
  border-radius: 20px;
  border: 1px solid #034D8E;
  background: #F0F0F0;
  color: #333;
  font-size: 15px;
  font-style: normal;
  text-align: center;
  padding: 6px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.sms_inactivo {
  border: 1px solid #034D8E;
  background: #034D8E;
  color: #ffffff;
  cursor: pointer
}

.btn,
.btn.guardar {
  padding: 14px 24px 14px;
  font-family: Roboto-Bold;
  font-size: 16px;
  color: #fff;
  background-color: #034D8E;
  border: 1px solid #034D8E;
  -ms-transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  width: 210px;
  border-radius: 32px;
  line-height: 18px;
  cursor: pointer;
}

.btn.enviar {
  padding: 14px 24px 14px;
  font-family: Roboto-Bold;
  font-size: 16px;
  color: #034D8E;
  background-color: #ffffff;
  border: 1px solid #034D8E;
  -ms-transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  width: 210px;
  border-radius: 32px;
  line-height: 18px;
  cursor: pointer;
}

div.email {
  padding: 10px 10px 5px 60px;
  font-size: 14px;
  background-image: url("/img/svg/icono-email.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 47px 47px;
  line-height: normal;
  font-weight: lighter;
  color: #91979E;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}

.mobile {
  display: none
}

.font-weight-700 {
  font-weight: 700;
}

.link-menu-lateral,
.nombre-menu-lateral,
.titulo-menu-lateral {
  padding: 18px;
  border-top: 2px solid #F0F0F0;
  background: #F5F5F5;
  color: #333333;
  font-size: 15px;
  display: block;
  font-weight: 700;
  -ms-transition: all .1s;
  -moz-transition: all .1s;
  -webkit-transition: all .1s;
}

/* nuevo sub menu mis pedidos */

.link-sub-menu-lateral {
    padding: 10px 15px;
    border-top: 2px solid #F0F0F0;
    background: #F8FCFF;
    color: #333333;
    font-size: 15px;
    display: block;
    font-weight: 700;
    -ms-transition: all .1s;
    -moz-transition: all .1s;
    -webkit-transition: all .1s;
    padding-left: 50px;
}

.link-menu-lateral.item-mmispedidos:hover {
  background-color: transparent;
  border-top:2px solid transparent;

}

.link-sub-menu-lateral span {
    padding: 9px;
    background: none;
    width: 20px;
    vertical-align: middle;
    margin-right: 4px;
    font-size: 10px;
}
.link-sub-menu-lateral span img {
    width: 26px;
}

.item-mmispedidos {
    background-image: url(/img/svg/icono-flecha-abajo-gris.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center right 40px;
}
.item-mmispedidos.abierto {
    background-image: url(/img/svg/icono-flecha-arriba-gris.svg);
}

/* FIN nuevo sub menu mis pedidos */

.nombre-menu-lateral {
  border-top: 0px solid #F0F0F0;
}

.link-menu-lateral:hover {
  background-color: #ffffff;
  color: #333333 !important;
  -ms-transition: all .1s;
  -moz-transition: all .1s;
  -webkit-transition: all .1s;
  border-top: 2px solid #ffffff;
}

.link-menu-lateral span {
  padding: 10px;
  border-radius: 5px;
  background: rgba(3, 77, 142, 0.35);
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 9px;
}

.link-menu-lateral span img {
  width: 12px;
}

.link-menu-lateral span.electro {
  background: rgba(63, 164, 221, 0.35) !important;
}

.link-menu-lateral span.super {
  background: rgba(38, 148, 53, 0.35);
}

.cuerpo-mis-datos {
  padding-top: 60px !important;

}

@media screen and (max-width: 639px) {

  .link-menu-lateral {
    padding: 20px;
    background-color: #ffffff;
    border-top: 2px solid #F0F0F0;
    color: #333333;
  }

  .link-menu-lateral:hover {
    color: #000000;
    border-top: 2px solid #F0F0F0;
  }
  .link-menu-lateral.item-mmispedidos:hover {
    background-color: #ffffff;
    border-top: 2px solid #F0F0F0;
}

  .menu-mis-datos {
    padding: 15px !important;
  }

  .caja_mi_cuenta {
    padding: 25px;
    margin-bottom: 30px;
    background-color: #ffffff;
    border: 0px solid #91979E;
    color: #BABAB;
    font-size: 14px;
    line-height: 18px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
  }

  .cuerpo-mis-datos {
    padding: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: calc(100% - 0rem) !important;

  }

  #contenedor-misdatos .grid-margin-x .grid-margin-x {
    margin-left: -.625rem;
    margin-right: -.625rem;
  }

  .grid-container.mis-datos {
    margin-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;

  }

  .mobile {
    display: block !important
  }

  .desktop {
    display: none !important
  }

  .mobile-line-height-1-2 {
    line-height: 1.2 !important;
  }

  .mobile-font-size-20 {
    font-size: 20px !important;
  }

  .mobile-font-size-16 {
    font-size: 16px !important;
  }

  .mobile-font-size-14 {
    font-size: 14px !important;
  }

  .mobile-font-size-12 {
    font-size: 12px !important;
  }

  .mobile-font-size-10 {
    font-size: 10px !important;
  }

  .mobile-bold {
    font-family: 'Roboto-Bold' !important;
  }

  .mobile-regular {
    font-family: 'Roboto-Regular' !important;
  }

  .menu-mis-datos {

    width: calc(100% - 0rem) !important;
    margin-left: .0rem !important;
    margin-right: .0rem !important;
  }

}


@media screen and (max-width: 640px) {



  .caja_mi_cuenta {
    padding: 6%;
    margin-bottom: 2px;
    border: 0px solid #989898;
    color: #989898;
    font-size: 16px;
    line-height: 20px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
  }


  .font-size-30 {
    font-size: 25px !important;
  }

  div.mensaje.mensaje_usuario {
    padding: 28px 28px 32px 80px;
    background-position: 15px 19px;
    margin: 0 0 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-size: 45px;
  }

}