@font-face {
    font-family: 'Chefs Hand';
    src: url('./fonts/ChefsHand-Regular.eot');
    src: url('./fonts/ChefsHand-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/ChefsHand-Regular.woff2') format('woff2'),
        url('./fonts/fonts/ChefsHand-Regular.woff') format('woff'),
        url('./fonts/ChefsHand-Regular.ttf') format('truetype'),;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unilever Shilling Medium';
    src: url('./fonts/UnileverShilling-Md.eot');
    src: url('./fonts/UnileverShilling-Md.eot?#iefix') format('embedded-opentype'),
        url('./fonts/UnileverShilling-Md.woff2') format('woff2'),
        url('./fonts/UnileverShilling-Md.woff') format('woff'),
        url('./fonts/UnileverShilling-Md.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unilever Shilling Bold';
    src: url('./fonts/UnileverShilling-Bd.eot');
    src: url('./fonts/UnileverShilling-Bd.eot?#iefix') format('embedded-opentype'),
        url('./fonts/UnileverShilling-Bd.woff2') format('woff2'),
        url('./fonts/UnileverShilling-Bd.woff') format('woff'),
        url('./fonts/UnileverShilling-Bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unilever Shilling Regular';
    src: url('./fonts/UnileverShilling.eot');
    src: url('./fonts/UnileverShilling.eot?#iefix') format('embedded-opentype'),
        url('./fonts/UnileverShilling.woff2') format('woff2'),
        url('./fonts/UnileverShilling.woff') format('woff'),
        url('./fonts/UnileverShilling.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root{
    --ufsOrange: #FF5A00;
    --squidInk: #221D37;
    --white: #ffffff;
    --Aubergine: #5C3657;
    --grayText: #999999;
    --smoke: #94889D;
}

#carouselBanners button{
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

#carouselBanners:hover button{
    opacity: 1;
}

#carouselBanners button .fa.fa-arrow-right,
#carouselBanners button .fa.fa-arrow-left{
    position: relative;
}

#carouselBanners button .fa.fa-arrow-right,
#carouselBanners button .fa.fa-arrow-left{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: var(--white);
    color: var(--squidInk);
}

#carouselBanners button .fa.fa-arrow-right::before,
#carouselBanners button .fa.fa-arrow-left::before{
    top: 12px;
    position: absolute;
    left: 14px;
}

#carouselBanners .carousel-indicators li{
    height: 5px;
}

.section-landing h2{
    font-family: 'Unilever Shilling Medium';
    font-size: 39.8px;
    line-height: 125%;
    color: var(--squidInk);
}

h3{
    font-family: 'Unilever Shilling Medium';
    font-size: 33.2px;
    line-height: 125%;
} 

.section-landing h4,
.section-header h4{
    font-family: 'Chefs Hand';
    font-size: 27.6px;
    line-height: 125%;
    color: var(--squidInk);
    margin-bottom: 0;
}

section {
    padding-top: 0px;
  }

.pleca{
    bottom: -20px; 
    left: -20px; 
    width: 46%; 
    position: absolute
}

.pleca img{
    padding: 80px 40px;
    background-color: #221e37;
    border-top-right-radius: 125px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.section-information{
    display: flex; 
    flex-direction: column; 
    gap:32px
}

.section-header.center{
    text-align: center;
}

.section-header.center .section-subtitle{
    justify-content: center;
}

.section-landing p {
    font-family: 'Unilever Shilling Regular';
    font-size: 16px;
    line-height: 150%;
    color: var(--grayText);
}

.section-landing p span{
    color: var(--ufsOrange);
    font-family: 'Unilever Shilling Bold';
}

.section-landing{

}

.section-header,
.section-header-center{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section-title{
}

.section-subtitle{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.section-subtitle .signal{
    width: 42px;
    height: 5px;
    border-radius: 100px;
    background-color: var(--ufsOrange);
}

.py-80{
    padding-top: 80px;
    padding-bottom: 80px;
}

.bg-banner{
    border-bottom-left-radius: 150px;
}

.br-25{
    border-radius: 25px;
}

.btn-principal,
.btn-secundary{
    color: var(--white);
    border-radius: 100px;
    background-color: var(--ufsOrange);
    width: max-content;
    padding: 12px 20px;
    display: flex;
    gap: 6px;
    font-family: 'Unilever Shilling Medium';
    border: none;
    transition: all 0.3s ease-in-out;
}

.btn-principal div,
.btn-secundary div{
    color: var(--ufsOrange);
    background-color: var(--white);
    width: 20px;
    height: 20px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 12px;

    transition: all 0.3s ease-in-out;
}

.btn-principal:hover{
    background-color: var(--white);
    color: var(--ufsOrange);
}

.btn-principal:hover div{
    background-color: var(--ufsOrange);
    color: var(--white);
}

.btn-secundary{
    background-color: var(--white);
    color: var(--ufsOrange);

    transition: all 0.3s ease-in-out;
}

.btn-secundary div{
    background-color: var(--ufsOrange);
    color: var(--white);
    transition: all 0.3s ease-in-out;
}

.btn-secundary:hover{
    background-color: var(--squidInk);
    color: var(--white);
}

.btn-secundary:hover div{
    color: var(--squidInk);
    background-color: var(--white);
}

.carousel-cards{
    overflow: hidden;
    border-radius: 10px;
}

.carousel-cards .card-inf,
.reels-cards .card-inf{
    background-color: var(--ufsOrange);
    position: absolute;
    bottom: 0;
    min-height: 180px;
    width: 94%;
    padding: 20px 20px;
    color: var(--white) !important;
    border-top-right-radius: 50px;
}

.carousel-cards .card-inf h3,
.carousel-cards .card-inf p,
.reels-cards .card-inf h3{
    color: var(--white);
}

.carousel-cards .card-inf .arrows-carousel{
    display: flex; 
    justify-content: space-between
}

.carousel-cards .card-inf .arrows-carousel button{
    border: none;
    background-color: inherit;
    padding: 10px;
    color: var(--white);
    font-size: 18px;
}

.section-cta{
    display: flex; 
    flex-direction: row; 
    overflow: hidden; 
    border-radius: 10px; 
    width: 100%;
    position: relative;
}

.section-cta  h2,
.section-cta h4 {
    color: var(--white);
}

.section-cta h4 {
    margin-bottom: 0;
}

.section-cta .logos{
    height: 80px;
}

.section-cta .content-left{
    background-color: var(--squidInk); 
    width: 65%; 
    border-top-right-radius: 50px; 
    flex-direction: row; 
    display:flex; 
    padding: 36px 20px; 
    align-items: center
}

.section-cta .content-left>div:nth-child(1){
    display: flex; gap:14px
}

.section-cta .content-left>div:nth-child(2){
    margin-left: 20px;
    gap:16px
}

.section-cta .content-left>div:nth-child(2)>div{
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-cta .content-right{
    width: 40%;
    overflow: hidden;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}

.section-cta .content-right img{
    position: absolute; 
    top:50%; 
    left: 50%; 
    transform:translate(-50%,-50%); 
    width: 100%
}

.reels-cards{
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    position: relative;
}

.reels-cards .group-titles{
    display: flex;
    gap: 8px;
}

.reels-cards .group-titles h1{
    font-family: 'Chefs Hand';
    margin-bottom: 0;
}

.reels-cards .group-titles h4{
    font-family: 'Unilever Shilling Medium';
    color: var(--white);
    margin-top: 3px;
}

.reels-cards img{
    border-radius: 10px;
    width: 100%;
}

.reels-cards .card-inf{
    border-bottom-left-radius: 10px;
    border-top-right-radius: 50px;
    width: 90%;
    min-height: 150px;
}

.slick-dots li.slick-active button::before {
    color: var(--ufsOrange);
}

.slick-dots li button::before {
    font-size: 16px;
}

.container-reels .slick-prev.slick-arrow,
.container-reels .slick-next.slick-arrow{
    display: none !important;
}

.section-landing form .form-group .form-control{
    border-radius: 3px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid var(--smoke);
    padding: 0 0px 10px 0 !important;
}

.anaquel-departamento .slick-productos-2 .slick-arrow, 
.productos-anaquel-2 .slick-arrow, #productos-relacionados .slick-arrow{
    background: linear-gradient(to right, var(--ufsOrange) 0%, var(--ufsOrange) 100%) !important;
}

.check-icon-option .input-square[type="radio"]:checked + .wrapper-info-option i, 
.check-icon-option .input-square[type="radio"]:checked + .wrapper-info-option p, 
.check-icon-option .input-square[type="checkbox"]:checked + .wrapper-info-option i, 
.check-icon-option .input-square[type="checkbox"]:checked + .wrapper-info-option p, 
.product-box .check-icon-option .input-square[type="radio"]:checked + .wrapper-info-option i, 
.product-box .check-icon-option .input-square[type="radio"]:checked + .wrapper-info-option p, 
.product-box .check-icon-option .input-square[type="checkbox"]:checked + .wrapper-info-option i, 
.product-box .check-icon-option .input-square[type="checkbox"]:checked + .wrapper-info-option p{
    color: var(--Aubergine);
}   

.product-box .check-icon-option .input-square[type="radio"]:checked + .wrapper-info-option, .product-box .check-icon-option .input-square[type="checkbox"]:checked + .wrapper-info-option{
    background-color: #EFEBEE;
    border-color: #EFEBEE;
}

.qty-block button{
    color: var(--ufsOrange);
}

.agregar-carrito .add-product,
.green-search:hover, .green-search:focus, .green-search{
    background-color: var(--Aubergine) !important;
}

.mod-br{
    display: none;
}

.border-10{
    border-radius: 10px;
}

@media screen and (max-width: 1430px) {
    .section-cta .content-right{

    }
}

@media screen and (max-width: 1430px){
    .mod-br{
        display: initial;
    }
}

@media screen and (max-width: 1200px){
    .section-landing h2{
        font-size: 28.8px;
    }
    h3{
        font-size: 22px;
    }
    .mod-br{
        display: none;
    }

    .section-header, .section-header-center{
        gap: 12px;
    }

    .section-information{
        gap: 28px;
    }

    .section-cta .logos{
        height: 48px;
    }

    .pleca img{
        padding: 30px 26px;
        border-top-right-radius: 50px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .bg-banner {
        border-bottom-left-radius: 50px;
    }
    
    .br-25{
        border-radius: 10px;
    }

    .py-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .carousel-inner .arrows-carousel h3{
        margin-bottom: 0 !important;
    }

    .carousel-cards .card-inf .arrows-carousel button{
        padding: 4px 10px;
    }

    .section-landing p{
        font-size: 14px;
    }
}

@media screen and (max-width: 992px){
    .pleca{
        left: 0;
        bottom: 0;
    }

    .section-cta .content-right{
        display: none;
    }

    .section-cta .content-left{
        width: 100%;
        border-top-right-radius: 10px
    }

    .section-header.center .section-subtitle{
        justify-content: start;
    }

    .section-header.center{
        text-align: start;
    }

    #carouselBanners button{
        opacity: 0.7;
    }
}

@media screen and (max-width: 768px){
    .section-cta .content-left > div:nth-child(1){
        flex-direction: column;
        align-items: center;
    }
    .section-cta .content-left > div:nth-child(2) > div{
        flex-direction: column;
        align-items: start;
    }

    .carousel-inner{
        max-height: 540px;
    }

    .reels-cards{
        padding-left: 0;
        padding-right: 0;
        max-height: 540px;
        border-radius: 10px;
    }


}

@media screen and (max-width: 500px){
    .carousel-inner,
    .reels-cards {
        max-height: 430px;  
    }
     
}

@media screen and (max-width: 420px){
    .pleca img{
        padding: 20px 15px;
    }
    .bg-banner {
        border-bottom-left-radius: 30px;
    }
    .section-landing h2 {
        font-size: 24.8px;
    }
    .section-cta .content-left{
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }
    .section-cta .content-left > div:nth-child(1){
        flex-direction: row;
        margin-bottom: 6px;
    }
    .section-cta .content-left > div:nth-child(2){
        margin-left: 0;
    }
    .section-cta .content-left h2{
        font-size: 23.8px;
    }
}