/* Correcciones aplicadas posteriormente al primer paso a producción */
/*banner fix */
@media screen and (min-width: 640px) {
    .hero-index li {
        max-height: 375px;
    }
    
    #main_page .hero-index li> a >[class*=cover-container]>[class*=container], .jud-scope .hero-index li>[class*=cover-container]>[class*=container] {
        height: 375px;
    }

    #main_page .hero-index li> a >[class*=cover-container]>[class*=container], .jud-scope .hero-index li>[class*=cover-container]>[class*=container] {
        padding-top: calc(6% + 2em);
        padding-bottom: calc(6% + 2em);
    }
}


@media screen and (max-width: 640px) {
    .hero-index div {
        height: 600px;
        width: auto;
    }

    #main_page .hero-index li> a >[class*=cover-container]>[class*=container]>div, .jud-scope .hero-index li>[class*=cover-container]>[class*=container]>div {
    padding: .75em .75em 5em;
    align-items: center;
    background-color: #000;
    padding-top: calc(60% + 3em)
    }
}

@media screen and (min-width: 960px){
    /* fix broken menu */
    #main_page #userPanelDropdown [uk-dropdown], .jud-scope #userPanelDropdown [uk-dropdown] {
        z-index: 0;
    }

    .hero-index li {
        max-height: 500px;
    }
    #main_page .hero-index li> a >[class*=cover-container]>[class*=container], .jud-scope .hero-index li>[class*=cover-container]>[class*=container] {
        height: 200px;
    }

    .hero-index .uk-cover-container img {
        object-fit: cover !important;
    }
}
/* fix typography cart */
.woocommerce-cart-form .uk-container .adition-table-div .uk-table-responsive thead th, .custom-checkout .custom-checkout-coupon .uk-font-f-secondary,.custom-checkout .woocommerce-checkout h3, .custom-checkout .woocommerce-checkout .woocommerce-checkout-review-order .uk-font-f-secondary, .uk-first-column .custom-checkout .woocommerce-form-login p {
    font-family: "Work Sans", Arial, sans-serif !important;
    font-weight: 800 !important;
}

#main_page #loginOnCheckout>:first-child, .jud-scope #loginOnCheckout>:first-child {
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: 800;
}

#main_page #loginOnCheckout .form-row button[type=submit], .jud-scope #loginOnCheckout .form-row button[type=submit] {
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: 500;
}
.woocommerce-cart-form .uk-container .adition-table-div .uk-table-responsive .woocommerce-cart-form__cart-item .uk-font-f-primary {
    font-family: "Work Sans", Arial, sans-serif !important;
    font-weight: 400 !important;
}

.woocommerce-cart-form .uk-container .adition-table-div .uk-table-responsive .woocommerce-cart-form__cart-item .uk-font-f-secondary, .woocommerce-cart-form .uk-container .uk-background-light-gray-checkout .uk-first-column .uk-font-c-primary {
    font-family: "Work Sans", Arial, sans-serif !important;
    font-weight: 500 !important;
}
/* Color enlaces carrito */

.woocommerce-cart-form .uk-container .adition-table-div .uk-table-responsive .woocommerce-cart-form__cart-item .uk-font-f-primary, #main_page #loginOnCheckout>:first-child, .jud-scope #loginOnCheckout>:first-child, .woocommerce-cart-form .uk-container .adition-table-div .uk-table-responsive thead th, .custom-checkout .custom-checkout-coupon .uk-font-f-secondary,.custom-checkout .woocommerce-checkout h3, .custom-checkout .woocommerce-checkout .woocommerce-checkout-review-order .uk-font-f-secondary, .uk-first-column .custom-checkout .woocommerce-form-login p, .woocommerce-cart-form .uk-container .adition-table-div .uk-table-responsive .woocommerce-cart-form__cart-item .uk-font-f-secondary, .woocommerce-cart-form .uk-container .uk-background-light-gray-checkout .uk-first-column .uk-font-c-primary {
    color: #004236 !important;
}  

/* Menu mobile fix */

@media screen and (max-width: 60rem ) {
     #main_page #offcanvasNavbar #mainNavBar>ul>li>a[aria-expanded], .jud-scope #offcanvasNavbar #mainNavBar>ul>li>a[aria-expanded] {
          display: flex;
          justify-content: space-between;
          align-items: center;
     }

     #main_page #offcanvasNavbar #mainNavBar>ul>li>a, .jud-scope #offcanvasNavbar #mainNavBar>ul>li>a {
          padding: 1em .75em;
          font-size: 18px;
          font-weight: 500;
          line-height: 1;
          display: block;
      }

      #main_page #offcanvasNavbar #mainSearch, .jud-scope #offcanvasNavbar #mainSearch {
          padding: .75em;
      }

      #main_page #offcanvasNavbar #mainNavBar>ul>li>[uk-dropdown]>[class*=container]>[class*=grid]>div>ol>li>h3, .jud-scope #offcanvasNavbar #mainNavBar>ul>li>[uk-dropdown]>[class*=container]>[class*=grid]>div>ol>li>h3 {
          font-family: "Work Sans";
          font-weight: 500;
          padding: .75em 1em;
          background-color: #f4f4f4;
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin: 0;
      }

      #main_page #offcanvasNavbar #mainNavBar>ul>li>[uk-dropdown]>[class*=container]>[class*=grid]>div>ol>li>ol.uk-open, .jud-scope #offcanvasNavbar #mainNavBar>ul>li>[uk-dropdown]>[class*=container]>[class*=grid]>div>ol>li>ol.uk-open {
          display: flex;
      }

      #main_page #offcanvasNavbar #mainNavBar>ul>li>[uk-dropdown]>[class*=container]>[class*=grid]>div>ol>li>ol, .jud-scope #offcanvasNavbar #mainNavBar>ul>li>[uk-dropdown]>[class*=container]>[class*=grid]>div>ol>li>ol {
          position: relative;
          display: none;
          padding: 1em;
          background-color: #e5e5e5;
      }

      #main_page #offcanvasNavbar #mainNavBar>ul>li>[uk-dropdown]>[class*=container]>[class*=grid]>div>ol>li>h3 i:after, .jud-scope #offcanvasNavbar #mainNavBar>ul>li>[uk-dropdown]>[class*=container]>[class*=grid]>div>ol>li>h3 i:after {
          content: "+";
      }

      #main_page #offcanvasNavbar #mainNavBar>ul>li>[uk-dropdown]>[class*=container]>[class*=grid]>div>ol>li>h3[aria-expanded=true] i:after, .jud-scope #offcanvasNavbar #mainNavBar>ul>li>[uk-dropdown]>[class*=container]>[class*=grid]>div>ol>li>h3[aria-expanded=true] i:after {
          content: "-";
      }

      #main_page #offcanvasNavbar #mainNavBar>ul>li>[uk-dropdown]>[class*=container]>[class*=grid]>div>ol>li>h3 i, #main_page .uk-font-style-normal, .icon:before, .jud-scope #offcanvasNavbar #mainNavBar>ul>li>[uk-dropdown]>[class*=container]>[class*=grid]>div>ol>li>h3 i, .jud-scope .uk-font-style-normal {
          font-style: normal;
      }

      #main_page #offcanvasNavbar #mainNavBar>ul>li>a, .jud-scope #offcanvasNavbar #mainNavBar>ul>li>a {
          padding: 1em .75em;
          font-size: 18px;
          font-weight: 500;
          line-height: 1;
          display: block;
      }

      #main_page #offcanvasNavbar #mainNavBar>ul>li>[uk-dropdown], .jud-scope #offcanvasNavbar #mainNavBar>ul>li>[uk-dropdown] {
          position: relative;
          top: 0!important;
          top: inherit!important;
          left: 0!important;
          left: inherit!important;
          background-color: #f4f4f4;
          padding: 0!important;
      }

      #main_page #offcanvasNavbar #mainNavBar>ul>li>[uk-dropdown]>[class*=container], .jud-scope #offcanvasNavbar #mainNavBar>ul>li>[uk-dropdown]>[class*=container] {
          padding: 0;
          padding-bottom: 0!important;
      }

      .uk-grid>*>:last-child, .uk-sortable>:last-child, .uk-switcher>*>:last-child {
          margin-bottom: 0;
      }
      #main_page #offcanvasNavbar #mainNavBar>ul>li>[uk-dropdown]>[class*=container]>[class*=grid]>div>ol>li, .jud-scope #offcanvasNavbar #mainNavBar>ul>li>[uk-dropdown]>[class*=container]>[class*=grid]>div>ol>li {
          margin: 0;
      }

      #main_page #offcanvasNavbar #mainNavBar>ul>li>a>span, .jud-scope #offcanvasNavbar #mainNavBar>ul>li>a>span {
          line-height: 1;
          color: #004236;
      }

      #main_page #offcanvasNavbar #mainNavBar>ul>li, .jud-scope #offcanvasNavbar #mainNavBar>ul>li {
          margin-top: 0;
      }
      #main_page #offcanvasNavbar #mainSearch>div, .jud-scope #offcanvasNavbar #mainSearch>div {
          background-color: #f8f3e8;
          width: 100%;
      }

      #main_page #offcanvasNavbar #mainSearch input[type=search], .jud-scope #offcanvasNavbar #mainSearch input[type=search] {
          color: #797979;
          border-color: transparent;
      }

      #main_page .uk-letter-spacing-025, #main_page .uk-letter-spacing-05, .jud-scope .uk-letter-spacing-025, .jud-scope .uk-letter-spacing-05 {
          letter-spacing: 0;
      }

      #mainSearch input[type=search]::placeholder {
          color: #797979;
      }

      #main_page #offcanvasNavbar #mainNavBar>ul>li>a i, .jud-scope #offcanvasNavbar #mainNavBar>ul>li>a i {
          transition: transform 0.3s ease-in-out;
      }

      #main_page #offcanvasNavbar #mainNavBar>ul>li>a[aria-expanded=true] i, .jud-scope #offcanvasNavbar #mainNavBar>ul>li>a[aria-expanded=true] i {
          transform: rotate(180deg);
      }
}

/* Newsletter Klaviyo */

#newsletter-form .newsletter leyend {
    color: #d7ce4b
}

#newsletter-form .newsletter .klaviyo-form-J6MbKj .klaviyo-form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 input {
    background-color: rgba(0,0,0,.2) !important;
    color: #f8f3e8 !important;
    border-radius: 0 !important;
    border: none !important;
    font-size: .875rem !important;
    font-family: "Work Sans", Arial, sans-serif !important;
    height: 40px !important;
    padding: 0 10px  !important;
}

#newsletter-form .newsletter .klaviyo-form-J6MbKj .kl-private-reset-css-Xuajs1 .klaviyo-form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 button {
    border-radius: 0 !important;
    border: .125em solid #d7ce4b !important;
    background-color: #d7ce4b !important;
    color: #004236 !important;
    padding: 12px 30px !important;
    letter-spacing: .025em !important;
    transition: all .2s ease !important;
    line-height: 2.3 !important;
    font-family: "Work Sans", Arial, sans-serif !important;
    font-weight: 400 !important;
    box-sizing: border-box !important;
    letter-spacing: .025em !important;
}

#newsletter-form .newsletter .klaviyo-form-J6MbKj .kl-private-reset-css-Xuajs1 .klaviyo-form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 button:hover {
    background-color: #004236 !important;
    color: #d7ce4b !important;
}

footer #newsletter-form .newsletter .klaviyo-form-J6MbKj .klaviyo-form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 input::placeholder {
    font-size: .875rem !important;
    font-family: "Work Sans", Arial, sans-serif !important;
    color: #f8f3e8 !important;
}

#newsletter-form .newsletter .klaviyo-form-J6MbKj .klaviyo-form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 {
    display: grid !important;
    gap: 5px;
}

#newsletter-form .newsletter .klaviyo-form-J6MbKj .klaviyo-form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 {
    display: block !important;
    width: 100%;
    padding: 0 !important;
}

#newsletter-form .newsletter .klaviyo-form-J6MbKj .klaviyo-form {
    padding: 0 !important;
}

#newsletter-form .newsletter .klaviyo-form-J6MbKj .klaviyo-form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1:last-child div {
    display: none !important;
}

#newsletter-form .newsletter .klaviyo-form-J6MbKj .klaviyo-form .kl-private-quill-wrapper-Lkqws1 .ql-editor p {
    font-family: Recoleta,sans-serif;
    color: #f8f3e8;
    text-align: left !important;
}

@media screen and (min-width: 960px) {
    #newsletter-form .newsletter .klaviyo-form-J6MbKj .klaviyo-form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 {
        grid-template-columns: auto auto;
    }

    #newsletter-form .newsletter .klaviyo-form-J6MbKj .klaviyo-form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 div:nth-child(3) {
        width: 120%;
    }
    #newsletter-form .newsletter .klaviyo-form-J6MbKj .klaviyo-form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 div:last-child {
        width: 80%;
        justify-self: end;
    }

    #newsletter-form .newsletter .klaviyo-form-J6MbKj .klaviyo-form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 div:first-child, #newsletter-form .newsletter .klaviyo-form-J6MbKj .klaviyo-form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 div:nth-child(2) {
        width: 100%;
    }

    #newsletter-form .newsletter leyend {
        text-align: left !important;
        font-size: 2.5em !important;
    }
}

@media screen and (min-width: 1250px) {
    #newsletter-form .newsletter .klaviyo-form-J6MbKj .klaviyo-form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 div:nth-child(3) {
        width: 140%;
    }
    #newsletter-form .newsletter .klaviyo-form-J6MbKj .klaviyo-form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 div:last-child {
        width: 60%;
        justify-self: end;
    }
        #newsletter-form .newsletter .klaviyo-form-J6MbKj .klaviyo-form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 div:first-child, #newsletter-form .newsletter .klaviyo-form-J6MbKj .klaviyo-form .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 div:nth-child(2) {
        width: 100%;
    }
}
/* Landing Reciclaje*/
.reciclaje-envase {
    background-color: #00ab00;
}
@media screen and (max-width:959px) {
    .reciclaje-header-contenedor {
        max-height: 650px;
    }
}
@media screen and (min-width:960px) {
    .reciclaje-header, .reciclaje-refill {
        max-width: 960px;
    }
    .reciclaje-header-contenedor {
        max-height: 800px;
    }
    .reciclaje-guia {
        max-width: 680px;
    }
    .reciclaje-refill article {
        padding-right: 80px;
    }

    .reciclaje-fund .reciclaje-empezo {
        padding-right: 200px;
        padding-bottom: 40px
    }

    .reciclaje-socio .reciclaje-cempre {
        padding-left: 150px;
    }
}

@media screen and (min-width:960px) and (max-width: 1050px){
    .reciclaje-gestor {
        height: 48%;
    }
}


@media screen and (min-width:1051px) and (max-width: 1150px){
    .reciclaje-gestor {
        height: 50%;
    }
}

@media screen and (min-width:1151px) and (max-width: 1300px) {
    .reciclaje-gestor {
        height: 55%;
    }
}

@media screen and (min-width:1301px){
    .reciclaje-gestor {
        height: 60%;
    }
}

/*Página de mantención */

.mantencion-title {
    color: #37a829;
}

.mantencion-fondo span {
    background-color: #37a829;
}

.mantencion-fondo {
    transform: scale(1.2, 0.45);
    position: relative;
    top: -15px;
}

.mantencion .klaviyo-form-VJpt2q .kl-private-reset-css-Xuajs1 .kl-private-quill-wrapper-Lkqws1, .mantencion .klaviyo-form-VJpt2q .kl-private-reset-css-Xuajs1 input ~ div {
    display: none;
}

.mantencion .klaviyo-form-VJpt2q .kl-private-reset-css-Xuajs1 button {
    background-color: #37a829 !important;
    font-family: "Work Sans", Arial, sans-serif !important;
    font-size: 20px !important;
    height: 60px !important;
}

.mantencion .klaviyo-form-VJpt2q form > .kl-private-reset-css-Xuajs1 {
    min-height: auto !important;
}

.mantencion .klaviyo-form-VJpt2q form {
    padding: 0 !important;
}

.mantencion .klaviyo-form-VJpt2q .kl-private-reset-css-Xuajs1 input {
    height: 60px !important;
}

@media screen and (max-width: 639px){
    .mantencion .klaviyo-form-VJpt2q .kl-private-reset-css-Xuajs1 button {
        font-size: 16px !important;
    }
}