@import url("//fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
html {
  scroll-behavior: smooth;
}
body{
  overflow-x: hidden !important;
}
/** WC **/
.checkout .col-2 {
  display: none;
}
.checkout .col-1 {
  width: 98% !important;
}
.woocommerce-form-coupon-toggle {
  display: none;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-quantity {
  display: none;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
  th.product-quantity {
  display: none;
}
form.woocommerce-cart-form .actions {
  display: none;
}
.text-center {
  text-align: center;
}
.w-6 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.w-8 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.tres {
  font-size: 18px;
}
.tres label {
  margin-right: 1%;
  display: inline-block;
}
.tres input {
  margin-right: 10px;
}
.tabla-detalles_1,
.tabla-detalles_2 {
  display: none;
}
form.form-aliados {
  text-align: center;
}
form.form-aliados input[type="number"],
form.form-aliados select {
  width: 100%;
  height: 20px;
  border-radius: 5px;
  border: 1px solid grey;
}
form.form-aliados.tabla-detalles_1 label,
form.form-aliados.tabla-detalles_2 label {
  text-align: center;
  display: block;
  margin-bottom: 1%;
}

#advanced_iframe body,
#bodyTable {
  background: white !important;
}

#landing .td-crumb-container {
  display: none;
}
/* #suscripciones h1, #suscripciones h2, #suscripciones h3{
    font-family: 'Anton' !important;
    font-weight: 600 !important;
} */
#suscripciones {
  overflow-x: hidden;
}
#suscripciones .h1-header {
  font-family: "Anton" !important;
  font-size: 55px;
  font-weight: normal;
}
#suscripciones span#change_word,
span#change_word3,
span.rojo {
  color: #d13239;
}
#suscripciones .text-subtitle {
  font-family: "Roboto";
  font-weight: 300;
  color: black;
  font-size: 45px;
  line-height: 45px;
}
#suscripciones .text-middle-underline {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 36px;
  color: black;
  margin: 6% 0;
}
#suscripciones .text-middle-underline:after {
  display: block;
  margin-left: auto;
  margin-right: auto;
  content: " ";
  height: 3px;
  background-color: #d13239;
  max-width: 36%;
}
#suscripciones .text-middle-underline strong {
  font-weight: 600;
}
#suscripciones .bg-grey {
  background-color: #f2f2f2;
  position: relative;
  padding: 6% 0;
  margin-bottom: 0px;
  margin-top: 0px;
}
#suscripciones .bg-grey:before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 110%;
  display: block;
  left: -110%;
  margin-left: 0px;
  /* clear: left; */
  top: 0;
  float: left;
  background-color: #f2f2f2;
}
#suscripciones .bg-grey:after {
  position: absolute;
  content: " ";
  height: 100%;
  width: 110%;
  display: block;
  right: -110%;
  margin-right: 0px;
  /* clear: left; */
  top: 0;
  float: right;
  background-color: #f2f2f2;
}
#suscripciones .price-table {
  background: white;
  padding: 4% 1% 7% 1%;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
  z-index: 10;
  font-family: "Roboto";
  font-weight: 300;
  color: #575756;
  font-size: 16px;
  line-height: 21px;
}
#suscripciones .price-table h3 {
  font-family: "Anton";
  font-size: 38px;
  margin-bottom: 9%;
}
#suscripciones ul.beneficios {
  list-style: none;
  padding: 0 5%;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: lighter !important;
}
#suscripciones ul.beneficios li {
    padding-left: 10%;
    padding-bottom: 3%;
    position: relative;
}
#suscripciones ul.beneficios li:before {
  display: inline-block;
  content: " ";
  background: url("img/Img-07.png") no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  left: 0;
  position: absolute;
  top: 5%;
}
#suscripciones .abrir-detalles_1,
#suscripciones .abrir-detalles_2 {
  display: block !important;
  width: 100%;
  text-align: center !important;
}
#suscripciones .abrir-detalles_1 a,
#suscripciones .abrir-detalles_2 a {
  background-color: #ffe500 !important;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  color: black;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  font-family: "Anton";
  text-transform: uppercase;
  padding: 5%;
  border-radius: 26px;
  width: 100%;
  max-width: 250px;
  cursor: pointer;
}
#suscripciones .text-roboto {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 23px;
  line-height: 34px;
}
#suscripciones .black-text {
  color: black !important;
}
#suscripciones .btn-rojo,
body.finalizar-suscripcion .btn-rojo,
body.mi-perfil .btn-rojo {
  display: block !important;
  width: 100%;
  text-align: center !important;
}
 #suscripciones .btn-rojo.izquierda{
    display: block !important;
    width: 100%;
    text-align: left !important;
  }
#suscripciones .btn-rojo a,
body.finalizar-suscripcion .btn-rojo a,
body.mi-perfil .btn-rojo a {
  background-color: #d13239 !important;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  color: white;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  font-family: "Roboto";
  padding: 6% !important;
  border-radius: 26px !important;
  width: 290px;
  cursor: pointer;
}
#suscripciones .h2-red {
  font-family: "Anton" !important;
  font-size: 40px;
  font-weight: normal;
  color: #d13239;
  padding-top: 10%;
  padding-bottom: 8%;
  margin-bottom: 0;
}
#suscripciones .icons-text {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 16px;
}
#suscripciones .column-black,
body.finalizar-suscripcion .column-black,
body.mi-perfil .column-black,
.column-black {
  background-color: black;
  padding: 6% 0;
  position: relative;
}
#suscripciones .column-black:before,
body.finalizar-suscripcion .column-black:before,
body.mi-perfil .column-black::before,
.column-black::before {
  width: 100%;
  height: 100%;
  background: black;
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -100%;
}

#suscripciones .h3-white,
body.finalizar-suscripcion .h3-white,
body.mi-perfil .h3-white {
  color: white;
  font-family: "Anton";
  font-size: 30px;
  line-height: 37px;
}
#suscripciones .mailchimp-container,
body.finalizar-suscripcion .mailchimp-container,
body.mi-perfil .mailchimp-container {
  position: relative;
  max-width: 60%;
}
#suscripciones input#mailchimp1,
body.finalizar-suscripcion input#mailchimp1,
body.mi-perfil input#mailchimp1 {
  height: 42px;
  border-radius: 7px;
}
#suscripciones button#mailchimp2,
body.finalizar-suscripcion button#mailchimp2,
body.mi-perfil button#mailchimp2 {
  color: white;
  background: #d13239;
  border: none;
  border-radius: 7px;
  height: 42px;
  position: absolute;
  right: 0;
  width: 100px;
  font-size: 18px;
  font-weight: 300;
  font-family: "Roboto";
}
#suscripciones .contacto-landing,
body.finalizar-suscripcion .contacto-landing,
body.mi-perfil .contacto-landing {
  font-family: "Roboto";
  font-weight: 300;
}
#suscripciones .contacto-landing h3{
  text-transform: uppercase;
  font-family: "Anton";
  font-size: 35px;
  margin-top:0;
}
body.finalizar-suscripcion .contacto-landing h3,
body.mi-perfil .contacto-landing h3 {
  text-transform: uppercase;
  font-family: "Anton";
  font-size: 35px;
  margin-top: 0;
}
#suscripciones .contacto-landing h3:before,
body.finalizar-suscripcion .contacto-landing h3:before,
body.mi-perfil .contacto-landing h3:before {
  content: " ";
  display: block;
  height: 4px;
  background: #d13239;
  margin-bottom: 11%;
  max-width: 100%;
}
div#resultado {
  padding: 5px;
  color: white;
}
#suscripciones .tabla-detalles_1 .btn-red,
#suscripciones .tabla-detalles_2 .btn-red {
  background-color: #ffe500 !important;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  color: black;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  font-family: "Anton";
  text-transform: uppercase;
  padding: 5%;
  border-radius: 26px;
  width: 100%;
  max-width: 250px;
  cursor: pointer;
  margin-top: 4%;
  border: none;
}
.custom_price {
  height: 40px !important;
  max-width: 50px;
  text-align: center;
  margin-bottom: 3%;
}
.radio-container {
  display: inline-block;
  font-size: 13px;
  background-color: #f2f2f2;
  height: 40px;
  line-height: 40px;
  margin-left: 5px;
  border-radius: 6px;
  margin-bottom: 6%;
  margin-top: 2%;
}
label.radio-button {
  line-height: 40px;
  height: 40px;
  display: inline-block !important;
  padding: 0 11px;
}
.radio-container label:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-left: 15px;
}
.radio-container label:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-right: 15px;
}
.radio-container label.active,
.radio-container label:hover {
  background-color: #d13239;
  color: white;
}
label.radio-button input {
  display: none;
}

.pb-3 {
  padding-bottom: 3% !important;
}
.mt-5 {
  margin-top: 5%;
}
.mb-3 {
  margin-bottom: 3%;
}
.mt-10 {
  margin-top: 10%;
}
.mb-10 {
  margin-bottom: 10%;
}
.mb-7 {
  margin-bottom: 7%;
}
@media (max-width: 572px) {
  body.home .iconos i {
    margin-right: 2%;
}
  #suscripciones .h1-header {
    font-size: 35px !important;
    line-height: 44px;
  }
  #suscripciones .text-subtitle {
    font-size: 23px !important;
    line-height: 34px !important;
  }
  #suscripciones .text-middle-underline {
    font-size: 23px !important;
    margin: 14% 0 !important;
  }
  #suscripciones .price-table {
    margin-bottom: 15%;
  }
  #suscripciones .mailchimp-container,
  body.finalizar-suscripcion .mailchimp-container,
  body.mi-perfil .mailchimp-container {
    max-width: 95% !important;
  }
  #suscripciones .h2-red {
    margin-top: 26%;
    margin-bottom: 19%;
    font-size: 34px;
  }
  #suscripciones .icons-text, .icons-text {
    font-size: 21px !important;
  }
  #suscripciones .h3-white,
  body.finalizar-suscripcion .h3-white,
  body.mi-perfil .h3-white,
  .h3-white {
    font-size: 27px !important;
    text-align: center;
  }
  #suscripciones .contacto-landing,
  body.finalizar-suscripcion .contacto-landing,
  body.mi-perfil .contacto-landing,
  .contacto-landing {
    text-align: center;
  }
  #suscripciones .contacto-landing h3:before,
  body.finalizar-suscripcion .contacto-landing h3:before,
  body.mi-perfil .contacto-landing h3:before,
  .contacto-landing:before {
    margin-left: auto;
    margin-right: auto;
  }
  body.finalizar-suscripcion h1.td-page-title {
    font-size: 30px !important;
    font-family: "Anton" !important;
  }
  .boletines h1 {
    font-size: 20px;
  }
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    padding: 5% !important;
  }
  .woocommerce-order-details h2 {
    font-family: "Anton";
  }
  p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    padding-left: 12% !important;
  }
  .woocommerce ul.order_details li,
  .woocommerce .woocommerce-customer-details address span {
    padding-left: 12% !important;
  }
  .column-black .wp-block-image{
    text-align: center !important;
    width: 100%;
  }
  .column-black .wp-block-image img{
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .boletines h1 {
    font-size: 30px;
  }
}
/* finalizar */
body.finalizar-suscripcion {
  font-family: "Roboto";
  font-weight: 300;
}
body.finalizar-suscripcion h1.td-page-title {
  font-family: "Anton";
  font-size: 40px;
}
body.finalizar-suscripcion .woocommerce .woocommerce-message,
body.finalizar-suscripcion .woocommerce .woocommerce-info {
  background-color: #f2f2f2 !important;
  border: none !important;
  font-family: "Roboto" !important;
  font-size: 16px;
  font-weight: 300;
}
body.finalizar-suscripcion a.button.wc-forward,
body.finalizar-suscripcion
  button.woocommerce-button.button.woocommerce-form-login__submit {
  background-color: #d13239 !important;
  border: none !important;
  border-radius: 22px;
  color: white !important;
  font-weight: 300;
  font-size: 16px !important;
  padding: 1% 3% !important;
  font-family: "Roboto";
}
form.checkout.woocommerce-checkout {
  margin-top: 3%;
  background-color: #f2f2f2;
  position: relative;
}
form.checkout.woocommerce-checkout:after {
  position: absolute;
  content: " ";
  height: 100%;
  width: 110%;
  display: block;
  right: -109%;
  margin-right: 0px;
  /* clear: left; */
  top: 0;
  float: right;
  background-color: #f2f2f2;
}
form.checkout.woocommerce-checkout:before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 109%;
  display: block;
  left: -109%;
  margin-left: 0px;
  /* clear: left; */
  top: 0;
  float: left;
  background-color: #f2f2f2;
}
body.finalizar-suscripcion .woocommerce-billing-fields h3 {
  font-family: "Anton";
  font-size: 30px;
}
body.finalizar-suscripcion .woocommerce form .form-row input.input-text {
  height: 40px !important;
  font-size: 16px;
}
body.finalizar-suscripcion .woocommerce form .form-row select {
  height: 40px;
  font-size: 16px;
  padding-left: 8px;
  color: #666;
}
body.finalizar-suscripcion .woocommerce-billing-fields,
body.finalizar-suscripcion .woocommerce-account-fields {
  border-bottom: 4px solid #d13239;
  margin-bottom: 3%;
  padding-bottom: 2%;
}
.boletines {
  background: white;
  padding: 6% 0;
  position: relative;
}
.boletines:after {
  position: absolute;
  content: " ";
  height: 100%;
  width: 110%;
  display: block;
  right: -109%;
  margin-right: 0px;
  /* clear: left; */
  top: 0;
  float: right;
  background-color: #fff;
  z-index: 1;
}
.boletines:before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 109%;
  display: block;
  left: -109%;
  margin-left: 0px;
  /* clear: left; */
  top: 0;
  float: left;
  background-color: #fff;
}
.boletines h1 {
  font-family: "Anton";
}
h3#order_review_heading {
  font-family: "Anton";
  font-size: 30px;
  color: #d13239;
  margin-bottom: 0px;
  padding-top: 6%;
  padding-bottom: 2%;
}
div#order_review,
h3#order_review_heading {
  position: relative;
  background-color: #f2f2f2;
}
div#order_review:after,
h3#order_review_heading:after {
  position: absolute;
  content: " ";
  height: 100%;
  width: 110%;
  display: block;
  right: -109%;
  margin-right: 0px;
  /* clear: left; */
  top: 0;
  float: right;
  background-color: #f2f2f2;
}
div#order_review:before,
h3#order_review_heading:before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 109%;
  display: block;
  left: -109%;
  margin-left: 0px;
  /* clear: left; */
  top: 0;
  float: left;
  background-color: #f2f2f2;
}
table.shop_table.woocommerce-checkout-review-order-table {
  color: #575756;
}
div#payment {
  background: white;
  position: relative;
}
div#payment:after {
  position: absolute;
  content: " ";
  height: 100%;
  width: 110%;
  display: block;
  right: -109%;
  margin-right: 0px;
  /* clear: left; */
  top: 0;
  float: right;
  background-color: #fff;
  z-index: 1;
}
div#payment:before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 109%;
  display: block;
  left: -109%;
  margin-left: 0px;
  /* clear: left; */
  top: 0;
  float: left;
  background-color: #fff;
}
li.wc_payment_method.payment_method_instapago label {
  font-size: 35px;
  font-family: "Anton";
}
.form-row.place-order {
  text-align: center;
}
.instapago-copy.instapago-text-center {
  text-align: left !important;
}
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none !important;
  padding: 1em 1em 0 1em !important;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
}
button#place_order {
  background-color: #d13239 !important;
  border: none !important;
  border-radius: 29px;
  color: white !important;
  font-weight: 300;
  font-size: 20px !important;
  padding: 1.5% 5% !important;
  font-family: "Roboto";
}

/* prefil */
body.mi-perfil {
  font-family: "Roboto";
  font-weight: 300;
}
body.mi-perfil h1.td-page-title {
  font-family: "Anton";
  font-size: 40px;
}
.woocommerce-MyAccount-navigation li {
  background-color: #f2f2f2;
  margin-bottom: 0px !important;
  line-height: 50px !important;
  padding-left: 21%;
  margin-left: 0px !important;
  position: relative;
}
.woocommerce-MyAccount-navigation li:before {
  content: " ";
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  left: 5%;
  top: 21%;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
.woocommerce-MyAccount-navigation li:first-child:before {
  background-image: url("img/Icons_perfil-01.png");
}
.woocommerce-MyAccount-navigation li:nth-child(2):before {
  background-image: url("img/Icons_perfil-02.png");
}
.woocommerce-MyAccount-navigation li:nth-child(3):before {
  background-image: url("img/Icons_perfil_v.png");
}
.woocommerce-MyAccount-navigation li:nth-child(4):before {
  background-image: url("img/Icons_perfil_vv-04.png");
}
.woocommerce-MyAccount-navigation li:nth-child(5):before {
  background-image: url("img/Icons_perfil_vv-05.png");
}
.woocommerce-MyAccount-navigation li:last-child {
  background-color: #d13239 !important;
}
.woocommerce-MyAccount-navigation li:last-child a {
  color: white !important;
}
.woocommerce-MyAccount-navigation li.is-active,
.woocommerce-MyAccount-navigation li:hover {
  background-color: #e2e2e2;
  color: #575756 !important;
}
.woocommerce-MyAccount-navigation a {
  color: #575756 !important;
}
.woocommerce-MyAccount-content strong {
  color: #d13239;
}
.woocommerce-account .woocommerce-MyAccount-content {
  color: #575756 !important;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  background-color: #f2f2f2;
  padding: 2% 2% 2% 4%;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received:before {
  width: 20px;
  height: 20px;
  content: " ";
  background-image: url("img/IconoGracias.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 4%;
}
section.woocommerce-order-details {
  background-color: #f2f2f2;
  position: relative;
  padding: 2% 0;
}
section.woocommerce-order-details:after {
  position: absolute;
  content: " ";
  height: 100%;
  width: 110%;
  display: block;
  right: -109%;
  margin-right: 0px;
  /* clear: left; */
  top: 0;
  float: right;
  background-color: #f2f2f2;
  z-index: 1;
}
section.woocommerce-order-details:before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 109%;
  display: block;
  left: -109%;
  margin-left: 0px;
  /* clear: left; */
  top: 0;
  float: left;
  background-color: #f2f2f2;
}
.woocommerce ul.order_details {
  background-color: #f2f2f2;
}
.woocommerce ul.order_details li strong {
  color: #575756;
}
h2.woocommerce-order-details__title {
  font-size: 35px;
  color: #d13239;
  font-family: "Anton";
}
section.woocommerce-customer-details h2.woocommerce-column__title {
  font-size: 35px;
  color: black;
  font-family: "Anton";
}
th.woocommerce-table__product-name.product-name,
th.woocommerce-table__product-table.product-total,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  tfoot,
td.woocommerce-table__product-name.product-name a {
  color: #575756;
}
.woocommerce .woocommerce-customer-details address {
  border: none !important;
  border: none !important;
  line-height: 34px !important;
  position: relative;
}
.woocommerce .woocommerce-customer-details address span {
  display: block;
  position: relative;
  padding-left: 3%;
}
.woocommerce .woocommerce-customer-details address .addr_name:before,
.woocommerce .woocommerce-customer-details address .addr_city:before,
.woocommerce .woocommerce-customer-details address .addr_country:before,
.woocommerce .woocommerce-customer-details address .addr_phone:before,
.woocommerce .woocommerce-customer-details address .addr_email:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  content: " ";
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 5%;
}
.woocommerce .woocommerce-customer-details address .addr_name:before {
  background-image: url("img/Iconos_checkout-01.png");
}
.woocommerce .woocommerce-customer-details address .addr_city:before {
  background-image: url("img/Iconos_checkout-02.png");
}
.woocommerce .woocommerce-customer-details address .addr_phone:before {
  background-image: url("img/Iconos_checkout-04.png");
}
.woocommerce .woocommerce-customer-details address .addr_email:before {
  background-image: url("img/Iconos_checkout-03.png");
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--phone {
  line-height: 34px !important;
}

@media (min-width: 768px) {
  .hazte-aliado-btn a {
    background: #ffe500 !important;
    color: black !important;
    border-radius: 4px;
    font-family: "Anton" !important;
    font-weight: normal !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    padding-top: 5px !important;
    padding-bottom: 3px !important;
    border: none;
  }
  .perfil-btn a {
    background: #d13239;
    border-radius: 5px;
  }
  ul#menu-black-menu {
    width: 100%;
  }
  li.hazte-aliado-btn,
  li.perfil-btn {
    float: right !important;
  }
}
textarea#billing_fuente::placeholder {
  font-size: 16px;
}

div#customer_login {
  font-family: "Roboto" !important;
  font-weight: 300 !important;
}
div#customer_login h2 {
  font-family: "Anton";
}

div#customer_login input[type="text"],
div#customer_login input[type="email"],
div#customer_login input[type="password"] {
  height: 40px !important;
  font-size: 16px;
}
div#customer_login button {
  background: #d13239;
  font-family: "Roboto" !important;
  font-weight: 300;
  font-size: 17px;
  padding: 3% 6%;
  border-radius: 13px;
}
p.mc4wp-checkbox.mc4wp-checkbox-woocommerce input {
  margin-right: 10px;
}
p.mc4wp-checkbox.mc4wp-checkbox-woocommerce {
  font-size: 17px;
}
h2.has-text-align-center.h2-red.h2-faq {
  padding-top: 5% !important;
}
.roboto {
  font-family: "Roboto";
  font-size: 23px;
}
.roboto-300 {
  font-weight: 300;
}
@media (min-width: 650px) {
  .pop-mobile {
    display: none;
  }
}

@media (max-width: 576px) {
  .pop-mobile {
    display: block;
    text-align: center;
    z-index: 100;
    bottom: 0;
    background: white;
    color: #3b3b3b;
    position: sticky;
    width: 100%;
    padding: 4% 0 8%;
  }
  .pop-mobile i {
    position: absolute;
    right: 4%;
    cursor: pointer;
  }
  .pop-mobile a {
    font-family: "Anton";
    color: #3b3b3b;
    background: #ffe500;
    display: inline-block;
    padding: 3% 7%;
    font-size: 2em;
    margin-top: 2%;
    border-radius: 7px;
  }
}
.top-4{
  padding-top: 4% !important;
}
.text-white{
  color:white;
  line-height: 20px;
}
.iconos {
  font-size: 2rem;
  color: black;
  margin-bottom: 0px;
}
.iconos a{
  color:black !important
}
.iconos i {
  margin-right: 3.2%;
}

/* .finalizar-suscripcion .woocommerce-message {
  font-weight: bold !important;
} */
.anton, .anton strong, .anton a{
  font-family: 'Anton' !important;
  font-weight: normal !important;
}
.btn-amarillo.izquierda a {
  background: #ffe500 !important;
  color: black;
  font-size: 2rem !important;
    width: 190px;
    text-transform: uppercase;
  padding-top: 7% !important;
  padding-bottom: 6% !important;
  border-radius: 6px;
}
p.contacto-datos strong {
  display: block;
  color: #d13239;
  border-bottom:1px solid #999999;
  max-width: 80%;
  font-size: 1.05rem;
  margin-bottom: 2%;
}
p.contacto-datos a {
  color: #575756;
  font-size: 1.05rem;
    display: inline-block;
    margin-bottom: 6px !IMPORTANT;
}
p.text-white.anton {
  font-size: 2rem;
  padding-top: 2% !important;
  font-weight: normal !IMPORTANT;
}

@media (max-width:576px) {
  p.text-white.anton {
    font-size: 1.5rem !important;
    text-align: center;
    line-height: 2rem;
    padding-right: 5%;
  }
  .wp-block-buttons.btn-amarillo.anton.izquierda{
    text-align: center;
  }
  .wp-block-buttons.btn-amarillo.anton.izquierda div {
      margin-left: auto;
      margin-right: auto;
  }
  p.contacto-datos strong{
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
  }
}
div#finalizar {
  padding-top: 5%;
}
.llamado{
  background: #f2f2f2;
  font-family: 'Roboto';
}
@media (min-width:768px) {
  .llamado {
    padding: 4%;
    max-width: 70%;
    text-align: justify;
  }
}
@media (max-width:576px) {
  .llamado {
    padding: 4%;
    max-width: 100%;
    text-align: center;
  }
}
p.alianza {
  line-height: 20px;
  font-size: 14px;
  padding: 5% 0%;
  margin-bottom: 10px !important;
  font-family: 'Roboto';
}
a.finalizar-btn{
  display: none !important;
}
/* .tabla-detalles_2 .radio-container label:first-child{
  display: none !important;
} */

.pop-pi {
  z-index: 1000;
  width: 100%;
  position: fixed;
  background: rgb(255 255 255 / 80%);
  left: 0;
  text-align: center;
  display: none;
  height: 100%;
    top: 0%;
}
.pop-container{
 margin-top: 15%;
 padding: 3%;
}
#suscripciones{
  position: relative;
}
form#moneda {
  border: 1px solid grey;
  border-radius: 10px;
  padding: 2% 1.5% 6% 1.5%;
  background-color:white;
}
#moneda h3 {
  margin-bottom: 2% !important;
}
#moneda .btn-red{
  background-color: #d13239 !important;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    color: white;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    font-family: "Roboto";
    padding: 1% !important;
    border-radius: 26px !important;
    width: 290px;
    cursor: pointer;
    border: none;
    margin-top: 4%;
    margin-right: 3%;
}
td.product-name strong {
  display: none !important;
}
@media (max-width:768px) {
  #moneda h3 {
      font-size: 26px !important;
  }
}
span.cerrar-pop {
  position: absolute;
  right: 7%;
  color: black;
  cursor: pointer;
  background: #ffe500;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    text-align: center;
    line-height: 25px;
}
.wc-proceed-to-checkout a{
  background-color: #d13239 !important;
  font-size: 20px !important;
  font-weight: 300;
  text-decoration: none;
  color: white;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  font-family: "Roboto";
  padding: 5% 0!important;
  border-radius: 26px !important;
  width: 290px;
  cursor: pointer;
  border: none;
  margin-top: 4%;
  margin-right: 3%;
}
p.cart-empty.woocommerce-info {
  display: none;
}
p.carrito-vacio {
  font-family: 'Roboto';
  font-weight: 500;
}
a.volver-hazte-aliado {
  background: #ffe500;
  color: black;
  font-family: 'Anton';
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 5px
}
#finalizar a.button.wc-forward {
  display: none !important;
}
#finalizar .cart-subtotal{
  display: none !important;
}
body.woocommerce-order-received .woocommerce-order-received tfoot tr:first-child {
  display: none !IMPORTANT;
}
.footer_article {
  padding: 6% 6% .5% 6%;
  background-color: #f2f2f2;
  font-family: 'Roboto';
}
.footer_article a{
  display: block;
  width: 150px;
  text-align: center;
  background: #ffe500;
  color: black;
  font-family: 'Anton';
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;  
}
strong.footer_article_strong {
  text-transform: uppercase;
  color: black;
}
div#customer_login .col-2 {
  display: none;
}
.pregunta{
  cursor: pointer;
  background-color: #f4f4f4;
  padding: 3% 3%
}
.pregunta i {
  float: right;
}
.respuesta{
  display: none;
  padding: 2%;
}
h2.gracias {
  font-family: 'Roboto';
  text-align: center;
  display: block;
} 
h2.gracias a{
  font-weight: bold;
  text-decoration: underline;
}
h2.gracias:after {
  display: block;
  height: 2px;
  background: #d13239;
  width: 40%;
  content: " ";
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
}

@media (max-width:576px) {
  .pregunta{
    line-height: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  p.roboto.pregunta strong {
      flex-basis: 86%;
  }
  p.roboto.pregunta i {
    flex-basis: 5%;
    text-align: right;
}
}
#new-footer{
  max-width: 1086px;
  margin-left: auto;
  margin-right: auto;
}
p.msg-botton {
  padding: 3%;
  text-align: center;
  font-weight: bold;
  color: #575756;
  font-size: .9rem;
}
tr.recurring-totals {
  display: none;
}