/*GRID*/

.container{
    padding: 0;
    max-width: 580px;
    width: calc(100% - 40px);
}

@media (min-width: 768px){
    .container{
        max-width: 800px;
        width: calc(100% - 60px);
    }
}

@media (min-width: 992px){
    .container{
        max-width: 1100px;
        width: calc(100% - 80px);
    }
}

@media (min-width: 1200px){
    .container{
        max-width: 1280px;
        width: calc(100% - 80px);
    }
}

/*HEADER*/

.head-main .section-adbar{
    font-size: 14px !important;
    padding: 12px;
}

.head-logo-md-left .logo-img{
    max-width: 160px;
}

.head-logo-md-left .nav-desktop-list{
    text-align: center;
}

@media (min-width: 992px){
    .head-logo-md-left .logo-img{
        max-width: 260px;
    }
}

/*BOTONES*/

.btn{
    border-radius: 5px !important;
    display: inline-block;
    font-size: 16px !important;
    padding-left: 20px;
    padding-right: 20px;
}

/*SLIDER PRODUCTOS*/

.item-description{
    padding-top: 20px !important;
}

.item-name, .item-price-container{
    color: #5a5a5a;
    font-size: 16px !important;
    margin-bottom: 1em !important;
    opacity: 1 !important;
}

/*HOME BANNER*/

.js-home-slider-section{
    background-color: #dddbf7;
}

.js-home-slider-section .placeholder-fade{
    display: none !important;
}

/*HOME WELCOME*/

.section-welcome-home{
    background-color: #dddbf7;
    margin-top: -2px;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
    z-index: 2;
}

.section-welcome-home .js-welcome-message-title, 
.section-welcome-home .js-welcome-message-text{
    line-height: 1.2em;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
}

.section-welcome-home .js-welcome-message-title{
    color: #53518f;
    font-size: 24px;
    margin-bottom: 40px !important;
}

.section-welcome-home .js-welcome-message-text{
    color: #2d2d2d;
    font-size: 16px;
    margin-bottom: 40px !important;
}

.section-welcome-home img{
    margin-bottom: 40px;
    max-width: 420px;
    width: 90%;
}

@media (min-width: 768px){
    .section-welcome-home{
        padding-bottom: 120px;
        padding-top: 80px;
    }

    .section-welcome-home img{
        margin-bottom: 0;
    }

    .section-welcome-home .js-welcome-message-title{
        font-size: 32px;
        margin-bottom: 70px !important;
    }

    .section-welcome-home .js-welcome-message-text{
        font-size: 18px;
        margin-bottom: 60px !important;
    }
}

@media (min-width: 992px){

    .section-welcome-home .js-welcome-message-title{
        font-size: 40px;
    }

    .section-welcome-home .js-welcome-message-text{
        font-size: 24px;
    }
}

/*HOME PRODUCTOS DESTACADOS Y NUEVOS*/

.section-featured-home{
    padding-bottom: 50px;
    padding-top: 50px;
}

.section-featured-home .section-subtitle{
    color: #aaa4ec;
    font-size: 14px;
    margin-bottom: 10px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
    max-width: 520px;
    padding: 0 !important;
}

.section-featured-home .section-title{
    color: #53518f;
    font-size: 24px;
    margin-bottom: 50px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
    max-width: 520px;
    padding: 0 !important;
}

.section-featured-home .js-products-featured-controls, 
.section-featured-home .js-products-new-controls{
    margin-bottom: 50px;
}

@media (min-width: 768px){
    .section-featured-home{
        padding-bottom: 80px;
        padding-top: 80px;
    }

    .section-featured-home .section-subtitle{
        font-size: 16px;
        margin-bottom: 20px !important;
    }
    
    .section-featured-home .section-title{
        font-size: 32px;
        margin-bottom: 80px !important;
    }
}

/*HOME BENEFICIOS*/

.section-banners-home[data-store="home-banner-news"]{
    background-color: #dfffcb;
    padding-bottom: 50px;
    padding-top: 50px;
}

.section-banners-home[data-store="home-banner-news"] .section-subtitle{
    color: #aaa4ec;
    font-size: 14px;
    margin-bottom: 10px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
    max-width: 520px;
    padding: 0 !important;
}

.section-banners-home[data-store="home-banner-news"] .section-title{
    color: #285f66;
    font-size: 24px;
    margin-bottom: 20px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
    max-width: 520px;
    padding: 0 !important;
}

.section-banners-home[data-store="home-banner-news"] .section-description{
    color: #2d2d2d;
    font-size: 18px;
    margin-bottom: 40px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
    max-width: 620px;
    padding: 0 !important;
}

.section-banners-home[data-store="home-banner-news"] .textbanner{
    margin-bottom: 30px;
}

.section-banners-home[data-store="home-banner-news"] .text-center{
    line-height: 1.2em;
    margin-top: 20px;
}

.section-banners-home[data-store="home-banner-news"] .text-center .btn{
    max-width: 90%;
}

.section-banners-home[data-store="home-banner-news"]  .textbanner .textbanner-image-effect{
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
}

@media (min-width: 768px){
    .section-banners-home[data-store="home-banner-news"]{
        padding-bottom: 120px;
        padding-top: 120px;
    }

    .section-banners-home[data-store="home-banner-news"] .section-subtitle{
        font-size: 16px;
        margin-bottom: 20px !important;
    }
    
    .section-banners-home[data-store="home-banner-news"] .section-title{
        font-size: 40px;
        margin-bottom: 40px !important;
    }

    .section-banners-home[data-store="home-banner-news"] .section-description{
        font-size: 24px;
        margin-bottom: 60px !important;
    }

    .section-banners-home[data-store="home-banner-news"] .textbanner{
        margin-bottom: 40px;
    }

    .section-banners-home[data-store="home-banner-news"] .text-center{
        margin-top: 40px;
    }
}

/*HOME CATEGORIAS*/

.section-banners-home[data-store="home-banner-categories"]{
    padding-bottom: 0;
    padding-top: 50px;
}

.section-banners-home[data-store="home-banner-categories"] .section-subtitle{
    color: #285f66;
    font-size: 14px;
    margin-bottom: 10px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
    max-width: 520px;
    padding: 0 !important;
}

.section-banners-home[data-store="home-banner-categories"] .section-title{
    color: #285f66;
    font-size: 24px;
    margin-bottom: 24px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
    max-width: 520px;
    padding: 0 !important;
}

.section-banners-home[data-store="home-banner-categories"]  .textbanner .textbanner-image-effect{
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
}

@media (min-width: 768px){
    .section-banners-home[data-store="home-banner-categories"]{
        padding-bottom: 40px;
        padding-top: 120px;
    }

    .section-banners-home[data-store="home-banner-categories"] .section-subtitle{
        font-size: 16px;
        margin-bottom: 20px !important;
    }
    
    .section-banners-home[data-store="home-banner-categories"] .section-title{
        font-size: 40px;
        margin-bottom: 60px !important;
    }
}

/*HOME PROMOCIONES*/

.section-banners-home[data-store="home-banner-promotional"]{
    padding-bottom: 50px;
    padding-top: 50px;
}

.section-banners-home[data-store="home-banner-promotional"] .container{
    max-width: 1000px;
}

.section-banners-home[data-store="home-banner-promotional"] .section-subtitle{
    color: #285f66;
    font-size: 14px;
    margin-bottom: 10px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
    max-width: 800px;
    padding: 0 !important;
}

.section-banners-home[data-store="home-banner-promotional"] .section-title{
    color: #285f66;
    font-size: 24px;
    margin-bottom: 24px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
    max-width: 800px;
    padding: 0 !important;
}

@media (min-width: 768px){
    .section-banners-home[data-store="home-banner-promotional"]{
        padding-bottom: 80px;
        padding-top: 80px;
    }

    .section-banners-home[data-store="home-banner-promotional"] .section-subtitle{
        font-size: 16px;
        margin-bottom: 20px !important;
    }
    
    .section-banners-home[data-store="home-banner-promotional"] .section-title{
        font-size: 40px;
        margin-bottom: 60px !important;
    }
}

/*HOME DIFERENCIALES*/

.section-informative-banners{
    padding-bottom: 0;
    padding-top: 50px;
}

.section-informative-banners .container{
    max-width: 1440px;
    width: 100%;
}

.section-informative-banners .h3{
    color: #285f66;
    font-size: 24px;
    margin-bottom: 24px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
    max-width: 800px;
    padding: 0 !important;
}

.section-informative-banners .swiper-wrapper{
    height: inherit;
}

.section-informative-banners .swiper-slide{
    color: #ffffff;
    height: inherit;
    padding: 40px !important;
    width: 100vw !important;
}

.section-informative-banners .swiper-slide p{
    margin-left: auto;
    margin-right: auto;
    max-width: 160px;
}

.section-informative-banners .swiper-slide:nth-child(3n+1){
    background-color: #285f66;
}

.section-informative-banners .swiper-slide:nth-child(3n+2){
    background-color: #aaa4ec;
}

.section-informative-banners .swiper-slide:nth-child(3n+3){
    background-color: #58b38a;
}

.section-institutional-home{
    padding-bottom: 50px;
    padding-top: 30px;
}

.section-institutional-home .js-institutional-message-title, 
.section-institutional-home .js-institutional-message-text{
    color: #285f66;
    font-size: 18px;
    margin-bottom: 0 !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
    max-width: 340px;
    padding: 0 !important;
}

.section-institutional-home .js-institutional-message-text{
    margin-bottom: 40px !important;
}

.section-institutional-home .btn{
    min-width: 180px;
    text-align: center;
}

@media (min-width: 768px){
    .section-informative-banners{
        padding-bottom: 0;
        padding-top: 80px;
    }
    
    .section-informative-banners .h3{
        font-size: 40px;
        margin-bottom: 60px !important;
    }

    .section-informative-banners .swiper-slide{
        margin-right: 0 !important;
    }

    .section-institutional-home{
        padding-bottom: 80px;
        padding-top: 60px;
    }

    .section-institutional-home .js-institutional-message-title, 
    .section-institutional-home .js-institutional-message-text{
        font-size: 24px;
    }
}

/*HOME MARCAS*/

.section-categories-home[data-store="home-categories-featured"]{
    padding-bottom: 50px;
    padding-top: 50px;
}

.section-categories-home[data-store="home-categories-featured"] .h3{
    color: #285f66;
    font-size: 24px;
    margin-bottom: 24px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
    max-width: 800px;
    padding: 0 !important;
}

@media (min-width: 768px){
    .section-categories-home[data-store="home-categories-featured"]{
        padding-bottom: 0;
        padding-top: 80px;
    }
    
    .section-categories-home[data-store="home-categories-featured"] .h3{
        font-size: 40px;
        margin-bottom: 60px !important;
    }
}

/*HOME NEWSLETTER*/

.js-newsletter-home-container{
    margin: 0 auto !important;
    max-width: 580px;
    padding: 20px 0;
}

.js-home-newsletter-title{
    color: #285f66;
}

.section-newsletter-home-colors .form-control{
    background-color: #ffffff;
    border: none;
    color: #285f66;
    font-size: 14px !important;
    line-height: 28px;
}

.section-newsletter-home-colors ::placeholder{
    color: #285f66 !important;
}

.newsletter form .newsletter-btn.btn{
    color: #285f66;
    font-size: 14px !important;
    text-decoration: none;
}

@media (min-width: 768px){
    .js-newsletter-home-container{
        max-width: 700px;
        padding: 100px 0 120px;
    }

    .section-newsletter-home .newsletter{
        text-align: left;
    }

    .js-home-newsletter-title{
        font-size: 24px !important;
        margin-bottom: 1em !important;
    }

    .js-home-newsletter-text{
        font-size: 16px !important;
    }
}

@media (min-width: 992px){
    .js-newsletter-home-container{
        max-width: 800px;
    }
}

@media (min-width: 1200px){
    .js-newsletter-home-container{
        max-width: 1060px;
    }
}

/*PAGINAS*/

.page-header{
    background-color: #285f66 !important;
    color: #ffffff !important;
    margin-bottom: 40px;
    padding: 80px 20px !important;
}

.container > .page-header{
    margin-left: calc(50% - 50vw);
    width: 100vw;
}

.page-header *{
    color: inherit;
}

.page-header .h4{
    font-size: 32px;
}

.slb-ubicaciones img{
    border-radius: 60px 8px;
    max-width: 480px;
    width: 100%;
}

.slb-ubicaciones #contact-form{
    margin-top: 40px;
}

@media (min-width: 768px){
    .page-header{
        margin-bottom: 60px;
        padding: 120px 10% !important;
    }

    .page-header .h4{
        font-size: 48px;
    }

    .slb-ubicaciones img{
        border-radius: 120px 8px;
    }
}

/*DETALLE PRODUCTO*/

#single-product .page-header{
    background-color: transparent !important;
    color: inherit !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

#single-product .page-header .h4{
    font-size: 24px;
}
@media (min-width: 768px){
    #single-product .page-header .h4{
        font-size: 32px;
    }
}

/*FOOTER*/

.footer-logo-img{
    max-height: inherit;
    max-width: 280px;
    width: 90%;
}

@media (min-width: 768px){
    .footer-logo-img{
        max-width: 320px;
    }

    footer .mb-4.pb-2{
        padding-bottom: 0 !important;
        margin-bottom: 60px !important;
    }

    .social-icon{
        margin: 0 10px;
    }
}