:root {
    --woocommerce: #007481;
    --wc-primary: #007481;
    --wc-secondary: #888888;
    --wc-secondary-text: #494948;
    --wc-highlight: #888888;
    --wc-subtext: #494948;
}

#main-header {
    background: #ffffff!important;
}

.informacion-sitio {
    text-align: left;
}

.informacion-sitio li {
    display: inline-flex;
    grid-column-gap: 5px;
}

@media (max-width: 768px) {
   .informacion-sitio li {
      display: block;
   }
}

.informacion-sitio__icono {
    width: 25px!important;
    height: auto!important;
    margin-right: 5px;
}

.informacion-sitio__texto {
    font-size: 12px;
    line-height: 1.25;
    margin-bottom: 10px!important;
}

.text-left {
    text-align: left!important;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100px;
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    max-width: 100px;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    min-width: 350px;
    max-width: 100%;
}

.et-pb-contact-message {
    text-align: center;
    color: white;
    font-size: 20px;
}

button:not(.et_pb_menu__icon), button[type="submit"] {
    padding: .3em 1em;
}

.woocommerce-page .woocommerce-message .button {
    background: white;
}

.grecaptcha-badge {
    visibility: hidden!important;
}

@media (max-width: 768px) {
    .bg-form-tienda .et_pb_row {
        display: block;
    }

    #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
        min-width: 100%;
        max-width: 100%;
    }

    .woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text+.button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text+.button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text+.button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text+.button {
        width: 100%;
        margin-bottom: 20px;
    }
}

#et-menu>li.menu-item-has-children>a:after {
   color: white!important;
}

@media (min-width: 981px) {
   /* .et_pb_gutters3 .cajas .et_pb_column_1_4, .et_pb_gutters3.et_pb_row .cajas .et_pb_column_1_4 {
      width: calc(100%/4 - 15px);
   }
   .et_pb_gutters3 .cajas .et_pb_column, .et_pb_gutters3.et_pb_row .cajas .et_pb_column {
      margin-right: 15px;
   } */
   .banner-moderno::after {
      display: block;
      content: "";
      width: 100%;
      height: 100px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: white;
   }

   .tarjeta-nueva {
      display: grid;
   }

   .tarjeta-nueva .et_pb_text_inner {
      display: grid;
   }
}

.boton-reserva-tarjeta {
   background: gray;
   border: 2px solid white;
   font-size: 13px;
   color: white;
   font-weight: 600;
   margin-top: 15px;
   align-self: end;
}
