 body{margin: 0!important; padding: 0;     font-family: roboto,sans-serif;}

 .menu-user a { 
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #cecece;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}

.logout {
    font-size: 16px;
    font-weight: 700;
    color: #000!important;
    border: 2px solid #65bf65;
    border-radius: 20px;
    padding: 10px 0;
    width: 100%;
    display: inline-block;
}
.loader-email {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  margin:15px auto;
  position: relative;
  background: #72bf4436;
  box-shadow: -24px 0 #72bf4436, 24px 0 #72bf4436;
  box-sizing: border-box;
  animation: shadowPulse 2s linear infinite;
}

.selectedDeliveryAddressContainer {
    width: 50% !important;
}

.top-bar {
    font-size: 11px;
    background-color:#72bf44;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    font-weight: 500;
    text-align: center;
 
}

.col-logo{    text-align: center; padding: 15px;}
.main-logo-img { height: 20px;  filter: brightness(100);}

.header-fecha {
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: .2em;
    margin-top: 8px;
    display: block;
} 

.btn-suscribete {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    background-color: #ff7b00;
    color: #fff;
    text-decoration: none;
    padding: 4px 12px;
    font-size: 12px;
}
.col-start a{      display: block;  margin-top: 4px; }

.col-center{     display: inline-block; }

.btn-login-user {
    background: #578e39;
    position: relative;
    color: #fff;
    padding: 0;
    border: 0;
    border-radius: 0;
    padding: 5px 15px;
    font-size: 12px;
}

.btn-login-user span {
    font-weight: 600;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.content_estatus_user{ display: inline-block; }

.btn-login-user-plan{    
   background: #578e39;
    position: relative;
    color: #fff;
    padding: 0;
    border: 0;
    padding: 8px 15px 8px 15px;
    text-decoration: none;
    font-size: 12px;
  }

.datos-personales{margin-top: 20px;}
.header_mobile{ display: none; }
.titulo-pagina h1 {text-align: center;}
.header_desk{  margin-bottom: 20px; }
.main-footer{background-color: #303030; margin-top: 20px;  width: 100%;}
.main-footer .fila-1 {
    padding: 30px 0;
    border-bottom: solid 1px rgba(255,255,255,.15);
    width: 100%;
    display: inline-block;
}

.main-footer .fila-1 .row {
    align-items: center;
}

.main-footer a {
    transition: background-color 200ms linear,color 200ms linear;
}

.footer-main-logo {
    filter: brightness(100);
}

.main-footer ul, .main-footer p {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-ediciones {
    display: flex;
    align-items: center;
}
.main-footer, .main-footer a {
    color: #fff;
}

.footer-ediciones a {
    display: flex;
    align-items: center;
    font-weight: 500;
    padding: 7px 9px;
    margin-left: 10px;
    border-radius: 3px;
    text-decoration: none;
}
.footer-ediciones a img{ margin-right: 5px; }
.col-1{ float: left; }
.col-2{ float: right; }


.main-footer .fila-3 .footer-copy {
    margin-right: auto;
    margin-left: 5px;
}

.main-footer .fila-3 {
    padding: 30px 0;
    font-size: .85em;
}

.footer-copy a {
    margin: 0 5px;
    color: rgba(255,255,255,.5);
    text-decoration: none;
}

.footer-copy li{ display: inline-block; }
.copyright{ float: left; }
.footer-copy{ float: right; }

.footer-submenu a {
    margin: 0 5px;
    color: #72bf44;
}

.footer-submenu{float: right;}
.footer-submenu li{ display: inline-block; }
.container-footer{max-width: 1170px; padding: 0 15px;     text-align: center; margin: 0 auto; }
.text-user-login{ margin: 15px 0; }
.ev .pm2 .checkout-button-processing .circle{ padding: 0; }
.leyenda_pago_oxxo {
    font-size: 14px;
    margin: 15px 0;
    background: #ff953359;
    padding: 5px 5px;
    text-align: center;
    border-radius: 10px;
}
.terminos-condiciones-promocion {    width: 80%;  margin: 0 auto;  margin-top: 30px;}
.formulario-mensaje-amor{ font-size: 14px;      display: none;}
.formulario-mensaje-amor a{    color: #72bf44; text-decoration: underline; font-weight: bold; font-size: 16px;}
.terminos-condiciones-promocion a{  color: #000;   font-weight: bold; }

@media only screen and (max-width: 700px) {
.main-logo-img { height: 30px;}
.col-start a { margin-top: 6px;}
.col-center {  display: none;}

  .header_mobile{ display: block;   padding: 10px 20px; text-align: center;     border-top: solid 2px var(--verde-claro);
    box-shadow: 0 1px 4px rgb(0 0 0/15%);     position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 200; box-sizing: border-box;
}
   .btn-suscribete{     border-radius: 20px !important; float: right;     margin-top: 4px;}
   .main-logo-img{filter: inherit !important; }
   .user_mobile{ float: left; margin-top: 8px; }
   .logo_am_mobile{margin-left: 28px;}
   .container{ padding-top: 60px; }

   .header_desk{  margin-bottom: 0px; }

   .main-footer .fila-1 { padding: 15px 0;}
   .col-1{ float: none; display: inline-block; }
   .col-2 {
    float: right;
    float: none;
    display: inline-block;
    width: 100%;
}
.footer-ediciones {
    display: inline-block;
}

.main-footer .fila-3 { padding: 15px 0;font-size: 1em;}
.main-footer{position: relative; display: inline-block;}
.am-ev-header {     padding: 0 15px !important; }
.div-article-periodico-am{    width: 100% !important;}
.content-am-suscribe { width: 100%;}
.copyright{ width: 100%; }
.main-footer .fila-3 .footer-copy{margin: 20px 0;}
.footer-copy li {margin-bottom: 13px; width: 100%;}


}

@keyframes shadowPulse {
  33% {
    background: #72bf4436;
    box-shadow: -24px 0 #72bf44, 24px 0 #72bf4436;
  }
  66% {
    background: #72bf44;
    box-shadow: -24px 0 #72bf4436, 24px 0 #72bf4436;
  }
  100% {
    background: #72bf4436;
    box-shadow: -24px 0 #72bf4436, 24px 0 #72bf44;
  }


}