/* Innerpage Banner */
.inner-banner .container{
    position: relative;
}
.img-banner{
    width:100%;
    height:247px;
    object-fit:cover;
}
@media all and (min-width:1200px){
    .img-banner{
        height:422px;
    }  
}
.banner-logo{
    text-align:center;
    position:absolute;
    top:93px;
    left:0;
    right:0;
    margin:0 auto;
    width:250px;
}
@media all and (min-width:1200px){
    .banner-logo{
        top:190px;
    }
}
@media all and (min-width:1600px){
    .banner-logo{
        top:160px;
    } 
}
@media all and (min-width:1500px){
    .banner-logo{
        width:354px;
    }
}
@media all and (min-width:1920px){
    .banner-logo{
        top:191px;
    }  
}
.img-logo{
    padding-left:3px;
}
@media all and (min-width:992px){
    .img-logo{
        padding:0;
    }
}
/* Product Section Start */
.product{
    padding:25px 0 0;
    background-color:#F7F0E3;
    position: relative;
}
@media all and (min-width:992px){
    .product{
        padding:52px 0 25px;
    }
}
.product .container{
    max-width:360px;
    width:100%;
}
@media all and (min-width:992px){
    .product .container{
        max-width:992px;
    }  
}
@media all and (min-width:1200px){
    .product .container{
        max-width:1490px;
    }
}
@media all and (min-width:1500px){
    .product .container{
        padding:0;
        max-width:1600px;
    }
}
.product:after{
    background:url(../images/line-3.svg) no-repeat;
    top:62px;
    left:15px;
    right:15px;
    margin:0 auto;
    width:332px;
    height:5px;
    position:absolute;
    content:"";
}
@media all and (min-width:992px){
    .product:after{
        background:url(../images/desktop-3.svg) no-repeat;
        background-size:contain;
        width:960px;
        height:8px;
        top:auto;
        left:0;
        right:0;
        display:block;
    }
}
@media all and (min-width:1200px){
    .product:after{
        width:1160px;
        top:auto;
        bottom: 10px;
    }
}
@media all and (min-width:1500px){
    .product:after{
        width:1439px;
        height:8px;
        top:auto;
        bottom: 10px;
        
    } 
}
.product-info{
    text-align:center;
    position:relative;
}
.product-info h3, .product-info .fake-h3{
    color:#F39894;
}
@media all and (min-width:992px){
    .product-info h3, .product-info .fake-h3{
        margin-bottom:8px;
    } 
}
.product-info p{
    line-height:1.2;
    padding:0 10px;
    margin-bottom:29px;
}
@media all and (min-width:992px){
    .product-info p{
        padding:0 160px;
    }
}
@media all and (min-width:1200px){
    .product-info p{
        padding:0 324px;
    }  
}
@media all and (min-width:1500px){
    .product-info p{
        padding:0 300px;
    }
}
@media all and (min-width:992px){
    .product-images{
        display:none;
    }
}
.seperator{
    position:absolute;
    top:37px;
    left:2px;
}
@media all and (min-width:992px){
    .seperator{
        top:auto;
        bottom:-24px;
        left:0;
    }
}
@media all and (min-width:1500px){
    .seperator{
        left:28px;
    }  
}
.product-block{
    padding-top:14px;
}

@media all and (min-width:1200px){
    .product-block{
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        margin-left: calc(50% - 600px);
    }
}
/* slider-section Start*/
.slider-section{
    background-color:#F7F0E3;
    padding-bottom:71px;
}
@media all and (min-width:1200px){
    .slider-section{
        padding:62px 0 59px;
    }  
}
.slider-section .container{
    padding:0;
    max-width:360px;
}
@media all and (min-width:768px){
    .slider-section .container{
        max-width:1000px;
    } 
}
@media all and (min-width:1200px){
    .slider-section .container{
        max-width:1490px;
    }  
}
.product-block h3{
    color:#F39894;
    text-align:center;
    margin:0 0 16px 0;
}
@media all and (min-width:1200px){
    .product-block h3{
        font-size:3rem;
        margin-bottom:33px;
    } 
}
.slick-initialized .slick-slide{
    outline:none;
    background-position: bottom;
    background-repeat: no-repeat;
}
@media all and (min-width:768px){
    .slider-has,.slick-initialized .slick-slide{
        display:flex;
        background-position: right;
        background-repeat: no-repeat;
    }
}
.img-slider{
    width:100%;
    height:213px;
    object-fit:cover;
}
@media all and (min-width:768px){
    .img-slider{
        height:350px;
    }  
}
@media all and (min-width:1200px){
    .img-slider{
        height:100%;
    }  
}
.slider-info{
    padding: 40px;
    min-height: 600px;
    width: 100%;
    background: url(../images/bg-slider-2022-smph.png);
    background-repeat: no-repeat;
    background-position: 0px -50px;
    background-size: contain;
}
@media all and (min-width:768px){
    .slider-info{
        padding: 40px 130px 40px 20px;
        min-height: 340px;
        width: 430px;
        background: url(../images/bg-slider-2022.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
    }   
}
@media all and (min-width:992px){
    .slider-info{
        padding: 40px 200px 40px 40px;
        min-height: 340px;
        width: 550px;
        background: url(../images/bg-slider-2022.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
    }   
}
@media all and (min-width:1200px){
    .slider-info{
        padding: 40px 200px 40px 40px;
        min-height: 490px;
        width: 550px;
        background: url(../images/bg-slider-2022.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
    } 
}
.slider-info h3{
    color: #fff;
    font-size:3rem;
    word-spacing:8px;
    margin-bottom:8px;
}
@media all and (min-width:1200px){
    .slider-info h3{
        font-size:4.2rem;
        margin-bottom:22px;
    } 
}
.slider-info p{
    color:#F7F0E3;
    font-size:1.5rem;
    font-family: 'Vidaloka', serif;
    padding:7px 29px;
    text-align: center;
    line-height:1.2;
    margin-bottom:0;
}
@media all and (min-width:900px){
    .slider-info p{
        font-size:1.8rem;
    }
}
@media all and (min-width:1200px){
    .slider-info p{
        padding:6px 34px;
        line-height:1.3;
        letter-spacing:-0.5px;
        font-size:2.3rem;
    }
}
.slick-prev,.slick-next{
    font-size:0;
    border:0;
    display:none;
}
.slick-dots{
    display:flex;
    justify-content:space-between;
    position:absolute;
    bottom:27px;
    left:0;
    right:0;
    margin:0 auto;
    width:64%;
}
@media all and (min-width:768px){
    .slick-dots{
        width: 26%;
        bottom: 50px;
    } 
}
@media all and (min-width:1200px){
    .slick-dots{
        width:20%;
        bottom:40px;
    } 
}
@media all and (min-width:1920px){
    .slick-dots{
        width:20%;
    } 
}
.slick-dots li{
    border-radius:50%;
    display:inline-block;
    width:18px;
    height:18px; 
}
.slick-dots button{
    font-size:0;
    outline:0;
    background-color:transparent;
    width:18px;
    height:18px;
    border-radius:50%;
    display:block;
    border:1px solid #fff;
    cursor:pointer;
}
.slick-active button{
    background-color:#fff;
}
.videos{
    text-align:center;
    width:336px;
    float:none;
    margin:0 auto;
}
@media all and (min-width:768px){
    .videos{
        width:100%;
        max-width:715px;
    }  
}
@media all and (min-width:1024px){
    .videos{
        max-width:920px;
    }      
}
@media all and (min-width:1200px){
    .videos{
        max-width:985px;
    } 
    .videos.double{
        max-width: 1400px;
    } 
}
.video-controls{
    width:100%;
    object-fit:cover;
    display:block;
    cursor: pointer;
    position:relative;
    padding-bottom: 65%;
}
.videos.double .video-controls{
    margin-bottom: 30px;
}
@media all and (min-width:768px){
.videos.double .video-controls{
    width: 48%;
    margin: 1%;
    padding-bottom: 0px;
    height: 400px;
}
}
.video-controls iframe {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.video-controls img {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.video-icons{
    position:absolute;
    top:50%;
    left:40px;
    transform: translateY(-50%);
    right:0;
    margin:0 auto;
    float:none;
    width:105px;
}
@media all and (min-width:1200px){
    .video-icons{
        top:43%;
        left:5px;
        right:0;
        width:105px;
        margin:0 auto;
    }  
}
@media all and (min-width:1920px){
    .video-icons{
        top:50%;
        width:210px;
    }  
}
.video-icons a{
    float:none;
    width:auto;
    display:none;
}
.show.play-btn{
	display: block;
}
.icon-video{
    background-position:-92px -52px;
    width:75px;
    height:75px;
}
@media all and (min-width:1200px){
    .icon-video {
        background-position:-72px -72px;
        background-size:250px 500px;
        width:105px;
        height:105px;
    }
}
@media all and (min-width:1920px){
    .icon-video {
        background-position:-145px -145px;
        background-size:500px 1000px;
        width:210px;
        height:210px;
    }
}
.recipes-block{
    text-align:center;
    padding:52px 0 0;
}
@media all and (min-width:1200px){
    .recipes-block{
        padding:83px 0 0;
    }  
}
.recipes-block h3{
    color:#F39894;
    margin-bottom:22px;
}
@media all and (min-width:1200px){
    .recipes-block h3{
        font-size:3rem;
        margin-bottom:52px;
    }
}
@media all and (min-width:768px){
    .product-details{
        max-width:700px;
        float:none;
        margin:0 auto;
    }
}
@media all and (min-width:1024px){
    .product-details{
        max-width:900px;
    }
}
@media all and (min-width:1200px){
    .product-details{
        max-width:1040px;
        float:none;
        margin:0 auto;
    }
}
@media all and (min-width:1920px){
    .product-details{
        max-width:1256px;
        padding:0 0 0 9px;
    }
}
.two-products{

}
@media all and (min-width:720px){
    .two-products{
        max-width: 700px;
    }
}
@media all and (min-width:1920px){
    .two-products{
        max-width: 860px;
    }
}
.info-product{
    width:330px;
    margin:0 auto;
    float:none;
    
}
@media all and (min-width:768px){
    .info-product{
        float:left;
        margin-right:36px;
        width: calc(50% - 18px);
        min-height: 300px;
    }
    .info-product:nth-child(even){
        margin-right:0;
    }   
}
@media all and (min-width:1200px){
    .info-product{
        margin-right:20px;
        width:330px;
    }
    .info-product:nth-child(even){
        margin-right:20px;
    } 
    .info-product:nth-child(3n) {
    	margin-right: 0;
	} 
}
@media all and (min-width:1920px){
    .info-product{
        width:398px;
        min-height: 350px;
        margin-right:30px;
    }
    .info-product:nth-child(2){
        margin-right:23px;
    }
}
.product-wrap:hover .img-product{
    background:#ffffff;
    opacity:0.8;
}
.img-product{
    width:100%;
    min-height:190px;
    object-fit:cover;
    transition:0.5s;
}
@media all and (min-width:1920px){
    .img-product{
        min-height:229px;
    }  
}
.recipes-info{
    font-size:1.8rem;
    color:#304764;
    font-family: 'Raleway', sans-serif;
    font-weight:600;
    margin-top:14px;
    padding-right:5px;
    line-height:1.2;
}
@media all and (min-width:768px){
    .recipes-info{
        font-size:1.6rem;
    }  
}
@media all and (min-width:1200px){
    .recipes-info{
        margin-top:22px;
        padding-right:5px;
    }  
}
@media all and (min-width:1500px){
    .recipes-info{
        font-size:1.8rem;
    } 
}
.details{
    text-align:center;
    padding:37px 0 16px;
}
@media all and (min-width:1200px){
    .details{
        padding:43px 0 14px;
    }  
}
.details h3{
    color:#F39894;
    margin-bottom:12px;
}
@media all and (min-width:1200px){
    .details h3 {
        font-size:3rem;
    }  
}
.details p{
    font-size:1.6rem;
    font-family: 'Raleway', sans-serif;
    font-weight:600;
    padding:0 13px 0 11px;
    line-height:1.2;
}
@media all and (min-width:1200px){
    .details p{
        padding:34px 13px 31px 38px;
        text-align:center;
    }  
}
.product-wrap{
    text-align:center;
    margin-bottom:46px;
}
.img-product{
    float:none;
    display:inline-block;
}
.top-space{
    margin-bottom:45px;
}
@media all and (min-width:1920px){
    .top-space{
        margin-bottom:63px;
    }  
}
.top-space .recipes-info{
    padding:0 24px 0 20px;
    line-height:1.2;
    margin-top:12px;
}
@media all and (min-width:1200px){
    .top-space .recipes-info{
        margin-top:22px;
        padding-left:26px;
    }  
}
.bottom-space{
    margin-bottom:43px;
}
.bottom-space .recipes-info{
    padding:0 0 0 8px;
    margin-top:13px;
} 
@media all and (min-width:1200px){
    .bottom-space .recipes-info{
        margin-top:22px;
        padding-left:13px;
    }       
}
@media all and (min-width:1200px){
    .secondary{
        padding-bottom:0;
    }
}
.secondary .recipes-info{
    margin-top:27px;
} 
@media all and (min-width:1200px){
    .secondary .recipes-info{
        margin-top:22px;
        padding:0 0 0 4px;
    }  
} 
.secondary .image-wrap{
    margin-bottom:38px;
}
.secondary .product-wrap{
    margin-bottom:38px;
}
.secondary .top-space{
    margin-bottom:30px;
}
@media all and (min-width:1200px){
    .secondary .top-space .recipes-info{
        padding:0;
    }  
}
.secondary .bottom-space .recipes-info{
    padding-left:1px;
}
@media all and (min-width:1200px){
    .secondary .bottom-space .recipes-info{
        padding-left:3px;
    }  
}
.recipes-block .btn-secondary{
    background:url(../images/inner-btn.svg) no-repeat;
    background-size:cover;
    float:none;
    display:inline-block;
    margin-top:20px;
    padding:6px 37px 4px 36px;
    font-size:2.2rem;
    letter-spacing:-0.1px;
}
.recipes-block .btn-secondary:hover{
    background:transparent;
}
@media all and (min-width:1200px){
    .recipes-block .btn-secondary{
        margin:10px 0 0;
        font-size:3rem;
        padding:3px 30px 6px 29px;
        letter-spacing:0;
        word-spacing:-0.5px;
    }  
}
.playing:hover .pause-btn{
	display: block;
}
.pause-icon{
	width: 75px;
	height: 75px;
}

/*CUSTOM FLANES*/


.wrapper-flanes .product:after{
    background:url(../images/line-3.svg) no-repeat;
    top:62px;
    left:15px;
    right:15px;
    margin:0 auto;
    width:332px;
    height:5px;
    position:absolute;
    content:"";
}
@media all and (min-width:992px){
    .wrapper-flanes .product:after{
        background:url(../images/desktop-3.svg) no-repeat;
        background-size:contain;
        width:960px;
        height:8px;
        top:321px;
        left:0;
        right:0;
        display:block;
    }
}
@media all and (min-width:1200px){
    .wrapper-flanes .product:after{
        width:1160px;
        top:345px;
    }
}
@media all and (min-width:1500px){
    .wrapper-flanes .product:after{
        width:1439px;
        height:8px;
        top:351px;
        
    } 
}





.caramelo{
    margin-top: 150px;
    max-width: 920px;
    position: relative;
    left: calc(50% - 460px);
}
.caramelo div{
    width:50%;
    float:left;
}
.caramelo div:nth-child(2){
    padding-left:40px;
}
.caramelo h3{
    color: #F39894;
    font-size: 3rem;
    margin-bottom: 52px;
}
@media all and (max-width:920px){
    .caramelo{
        width:100%;
        left:0px;
    }
    .caramelo div{
        width:100%;
    }
    .caramelo div:nth-child(2){
        padding-left:0px;
        padding-top:40px;
    }
    .caramelo h3{
        font-size: 2.4rem;
    }
}

.padding-top-zero{
    padding-top: 0px;
}
@media all and (max-width:768px){
.padding-top-300{
    padding-top: 300px;
}
}

.margin-top-zero{
    margin-top: 0px;
}

.margin-top-extra{
    margin-top:30px;
}
@media all and (min-width:768px){
.margin-top-extra{
    margin-top: 50px;
}
}

/*LISTADO DE BACKGROUNDS PARA EL OBRADOR*/

.roscon-1{
    background-image: url(../images/roscon-de-reyes/retoenero2022-slider-01.jpg);
}
.roscon-2{
    background-image: url(../images/roscon-de-reyes/retoenero2022-slider-02.jpg);
}
.roscon-3{
    background-image: url(../images/roscon-de-reyes/retoenero2022-slider-03.jpg);
}
.roscon-4{
    background-image: url(../images/roscon-de-reyes/retoenero2022-slider-04.jpg);
}
.roscon-5{
    background-image: url(../images/roscon-de-reyes/retoenero2022-slider-05.jpg);
}
.roscon-6{
    background-image: url(../images/roscon-de-reyes/retoenero2022-slider-06.jpg);
}
.roscon-7{
    background-image: url(../images/roscon-de-reyes/retoenero2022-slider-07.jpg);
}
.roscon-8{
    background-image: url(../images/roscon-de-reyes/retoenero2022-slider-08.jpg);
}
.roscon-9{
    background-image: url(../images/roscon-de-reyes/retoenero2022-slider-09.jpg);
}
.roscon-10{
    background-image: url(../images/roscon-de-reyes/retoenero2022-slider-10.jpg);
}


.arroz-1{
    background-image: url(../images/arroz-con-leche/retomarzo2022-slider-01.jpg);
}
.arroz-2{
    background-image: url(../images/arroz-con-leche/retomarzo2022-slider-02.jpg);
}
.arroz-3{
    background-image: url(../images/arroz-con-leche/retomarzo2022-slider-03.jpg);
}
.arroz-4{
    background-image: url(../images/arroz-con-leche/retomarzo2022-slider-04.jpg);
}
.arroz-5{
    background-image: url(../images/arroz-con-leche/retomarzo2022-slider-05.jpg);
}

@media all and (max-width:768px){
    .arroz-1{
    background-image: url(../images/arroz-con-leche/retomarzo2022-slider-01-smph.jpg);
    }
    .arroz-2{
        background-image: url(../images/arroz-con-leche/retomarzo2022-slider-02-smph.jpg);
    }
    .arroz-3{
        background-image: url(../images/arroz-con-leche/retomarzo2022-slider-03-smph.jpg);
    }
    .arroz-4{
        background-image: url(../images/arroz-con-leche/retomarzo2022-slider-04-smph.jpg);
    }
    .arroz-5{
        background-image: url(../images/arroz-con-leche/retomarzo2022-slider-05-smph.jpg);
    }
}


.torrijas-1{
    background-image: url(../images/torrijas/retoabril2022-slider-01.jpg);
}
.torrijas-2{
    background-image: url(../images/torrijas/retoabril2022-slider-02.jpg);
}
.torrijas-3{
    background-image: url(../images/torrijas/retoabril2022-slider-03.jpg);
}
.torrijas-4{
    background-image: url(../images/torrijas/retoabril2022-slider-04.jpg);
}
.torrijas-5{
    background-image: url(../images/torrijas/retoabril2022-slider-05.jpg);
}
.torrijas-6{
    background-image: url(../images/torrijas/retoabril2022-slider-06.jpg);
}
.torrijas-7{
    background-image: url(../images/torrijas/retoabril2022-slider-07.jpg);
}
.torrijas-8{
    background-image: url(../images/torrijas/retoabril2022-slider-08.jpg);
}
.torrijas-9{
    background-image: url(../images/torrijas/retoabril2022-slider-09.jpg);
}

@media all and (max-width:768px){
    .torrijas-1{
        background-image: url(../images/torrijas/retoabril2022-slider-01-smph.jpg);
    }
    .torrijas-2{
        background-image: url(../images/torrijas/retoabril2022-slider-02-smph.jpg);
    }
    .torrijas-3{
        background-image: url(../images/torrijas/retoabril2022-slider-03-smph.jpg);
    }
    .torrijas-4{
        background-image: url(../images/torrijas/retoabril2022-slider-04-smph.jpg);
    }
    .torrijas-5{
        background-image: url(../images/torrijas/retoabril2022-slider-05-smph.jpg);
    }
    .torrijas-6{
        background-image: url(../images/torrijas/retoabril2022-slider-06-smph.jpg);
    }
    .torrijas-7{
        background-image: url(../images/torrijas/retoabril2022-slider-07-smph.jpg);
    }
    .torrijas-8{
        background-image: url(../images/torrijas/retoabril2022-slider-08-smph.jpg);
    }
    .torrijas-9{
        background-image: url(../images/torrijas/retoabril2022-slider-09-smph.jpg);
    }
}

.mousse-1{
    background-image: url(../images/mousse/retomayo2022-slider-01.jpg);
}
.mousse-2{
    background-image: url(../images/mousse/retomayo2022-slider-02.jpg);
}
.mousse-3{
    background-image: url(../images/mousse/retomayo2022-slider-03.jpg);
}
.mousse-4{
    background-image: url(../images/mousse/retomayo2022-slider-04.jpg);
}
.mousse-5{
    background-image: url(../images/mousse/retomayo2022-slider-05.jpg);
}
.mousse-6{
    background-image: url(../images/mousse/retomayo2022-slider-06.jpg);
}
.mousse-7{
    background-image: url(../images/mousse/retomayo2022-slider-07.jpg);
}
.mousse-8{
    background-image: url(../images/mousse/retomayo2022-slider-08.jpg);
}
.mousse-9{
    background-image: url(../images/mousse/retomayo2022-slider-09.jpg);
}

@media all and (max-width:768px){
    .mousse-1{
        background-image: url(../images/mousse/retomayo2022-slider-01-smph.jpg);
    }
    .mousse-2{
        background-image: url(../images/mousse/retomayo2022-slider-02-smph.jpg);
    }
    .mousse-3{
        background-image: url(../images/mousse/retomayo2022-slider-03-smph.jpg);
    }
    .mousse-4{
        background-image: url(../images/mousse/retomayo2022-slider-04-smph.jpg);
    }
    .mousse-5{
        background-image: url(../images/mousse/retomayo2022-slider-05-smph.jpg);
    }
    .mousse-6{
        background-image: url(../images/mousse/retomayo2022-slider-06-smph.jpg);
    }
    .mousse-7{
        background-image: url(../images/mousse/retomayo2022-slider-07-smph.jpg);
    }
    .mousse-8{
        background-image: url(../images/mousse/retomayo2022-slider-08-smph.jpg);
    }
    .mousse-9{
        background-image: url(../images/mousse/retomayo2022-slider-09-smph.jpg);
    }
}


.batidos-1{
    background-image: url(../images/batidos-junio2022/slider-01.jpg);
}
.batidos-2{
    background-image: url(../images/batidos-junio2022/slider-02.jpg);
}
.batidos-3{
    background-image: url(../images/batidos-junio2022/slider-03.jpg);
}

@media all and (max-width:768px){
    .batidos-1{
        background-image: url(../images/batidos-junio2022/slider-01-smph.jpg);
    }
    .batidos-2{
        background-image: url(../images/batidos-junio2022/slider-02-smph.jpg);
    }
    .batidos-3{
        background-image: url(../images/batidos-junio2022/slider-03-smph.jpg);
    }
}

.tartagalletas-1{
    background-image: url(../images/tartagalletas/slider-01.jpg);
}
.tartagalletas-2{
    background-image: url(../images/tartagalletas/slider-02.jpg);
}
.tartagalletas-3{
    background-image: url(../images/tartagalletas/slider-03.jpg);
}
.tartagalletas-4{
    background-image: url(../images/tartagalletas/slider-04.jpg);
}
.tartagalletas-5{
    background-image: url(../images/tartagalletas/slider-05.jpg);
}

@media all and (max-width:768px){
    .tartagalletas-1{
        background-image: url(../images/tartagalletas/slider-01-smph.jpg);
    }
    .tartagalletas-2{
        background-image: url(../images/tartagalletas/slider-02-smph.jpg);
    }
    .tartagalletas-3{
        background-image: url(../images/tartagalletas/slider-03-smph.jpg);
    }
    .tartagalletas-4{
        background-image: url(../images/tartagalletas/slider-04-smph.jpg);
    }
    .tartagalletas-5{
        background-image: url(../images/tartagalletas/slider-05-smph.jpg);
    }
}

.helados-1{
    background-image: url(../images/helados/slider-01.jpg);
}
.helados-2{
    background-image: url(../images/helados/slider-02.jpg);
}
.helados-3{
    background-image: url(../images/helados/slider-03.jpg);
}
.helados-4{
    background-image: url(../images/helados/slider-04.jpg);
}
.helados-5{
    background-image: url(../images/helados/slider-05.jpg);
}

@media all and (max-width:768px){
    .helados-1{
        background-image: url(../images/helados/slider-01-smph.jpg);
    }
    .helados-2{
        background-image: url(../images/helados/slider-02-smph.jpg);
    }
    .helados-3{
        background-image: url(../images/helados/slider-03-smph.jpg);
    }
    .helados-4{
        background-image: url(../images/helados/slider-04-smph.jpg);
    }
    .helados-5{
        background-image: url(../images/helados/slider-05-smph.jpg);
    }
}

.calabaza-1{
    background-image: url(../images/postres-de-calabaza/slider-01.jpg);
}
.calabaza-2{
    background-image: url(../images/postres-de-calabaza/slider-02.jpg);
}
.calabaza-3{
    background-image: url(../images/postres-de-calabaza/slider-03.jpg);
}
.calabaza-4{
    background-image: url(../images/postres-de-calabaza/slider-04.jpg);
}
.calabaza-5{
    background-image: url(../images/postres-de-calabaza/slider-05.jpg);
}
.calabaza-6{
    background-image: url(../images/postres-de-calabaza/slider-06.jpg);
}
.calabaza-7{
    background-image: url(../images/postres-de-calabaza/slider-07.jpg);
}
.calabaza-8{
    background-image: url(../images/postres-de-calabaza/slider-08.jpg);
}

@media all and (max-width:768px){
    .calabaza-1{
        background-image: url(../images/postres-de-calabaza/slider-01-smph.jpg);
    }
    .calabaza-2{
        background-image: url(../images/postres-de-calabaza/slider-02-smph.jpg);
    }
    .calabaza-3{
        background-image: url(../images/postres-de-calabaza/slider-03-smph.jpg);
    }
    .calabaza-4{
        background-image: url(../images/postres-de-calabaza/slider-04-smph.jpg);
    }
    .calabaza-5{
        background-image: url(../images/postres-de-calabaza/slider-05-smph.jpg);
    }
    .calabaza-6{
        background-image: url(../images/postres-de-calabaza/slider-06-smph.jpg);
    }
    .calabaza-7{
        background-image: url(../images/postres-de-calabaza/slider-07-smph.jpg);
    }
    .calabaza-8{
        background-image: url(../images/postres-de-calabaza/slider-08-smph.jpg);
    }
}

.brownie-1{
    background-image: url(../images/brownie/slider-01.jpg);
}
.brownie-2{
    background-image: url(../images/brownie/slider-02.jpg);
}
.brownie-3{
    background-image: url(../images/brownie/slider-03.jpg);
}
.brownie-4{
    background-image: url(../images/brownie/slider-04.jpg);
}

@media all and (max-width:768px){
    .brownie-1{
        background-image: url(../images/brownie/slider-01-smph.jpg);
    }
    .brownie-2{
        background-image: url(../images/brownie/slider-02-smph.jpg);
    }
    .brownie-3{
        background-image: url(../images/brownie/slider-03-smph.jpg);
    }
    .brownie-4{
        background-image: url(../images/brownie/slider-04-smph.jpg);
    }
}

.zanahoria-1{
    background-image: url(../images/postres-de-zanahoria/slider-01.jpg);
}
.zanahoria-2{
    background-image: url(../images/postres-de-zanahoria/slider-02.jpg);
}
.zanahoria-3{
    background-image: url(../images/postres-de-zanahoria/slider-03.jpg);
}
.zanahoria-4{
    background-image: url(../images/postres-de-zanahoria/slider-04.jpg);
}
.zanahoria-5{
    background-image: url(../images/postres-de-zanahoria/slider-05.jpg);
}
.zanahoria-6{
    background-image: url(../images/postres-de-zanahoria/slider-06.jpg);
}
.zanahoria-7{
    background-image: url(../images/postres-de-zanahoria/slider-07.jpg);
}


@media all and (max-width:768px){
    .zanahoria-1{
        background-image: url(../images/postres-de-zanahoria/slider-01-smph.jpg);
    }
    .zanahoria-2{
        background-image: url(../images/postres-de-zanahoria/slider-02-smph.jpg);
    }
    .zanahoria-3{
        background-image: url(../images/postres-de-zanahoria/slider-03-smph.jpg);
    }
    .zanahoria-4{
        background-image: url(../images/postres-de-zanahoria/slider-04-smph.jpg);
    }
    .zanahoria-5{
        background-image: url(../images/postres-de-zanahoria/slider-05-smph.jpg);
    }
    .zanahoria-6{
        background-image: url(../images/postres-de-zanahoria/slider-06-smph.jpg);
    }
    .zanahoria-7{
        background-image: url(../images/postres-de-zanahoria/slider-07-smph.jpg);
    }
}

.pnavideno-1{
    background-image: url(../images/postres-navidenos/slider-01.jpg);
}
.pnavideno-2{
    background-image: url(../images/postres-navidenos/slider-02.jpg);
}
.pnavideno-3{
    background-image: url(../images/postres-navidenos/slider-03.jpg);
}
.pnavideno-4{
    background-image: url(../images/postres-navidenos/slider-04.jpg);
}


@media all and (max-width:768px){
    .pnavideno-1{
        background-image: url(../images/postres-navidenos/slider-01-smph.jpg);
    }
    .pnavideno-2{
        background-image: url(../images/postres-navidenos/slider-02-smph.jpg);
    }
    .pnavideno-3{
        background-image: url(../images/postres-navidenos/slider-03-smph.jpg);
    }
    .pnavideno-4{
        background-image: url(../images/postres-navidenos/slider-04-smph.jpg);
    }
}

.roscon23-1{
    background-image: url(../images/roscon-de-reyes-2023/slider-01.jpg);
}
.roscon23-2{
    background-image: url(../images/roscon-de-reyes-2023/slider-02.jpg);
}
.roscon23-3{
    background-image: url(../images/roscon-de-reyes-2023/slider-03.jpg);
}
.roscon23-4{
    background-image: url(../images/roscon-de-reyes-2023/slider-04.jpg);
}
.roscon23-5{
    background-image: url(../images/roscon-de-reyes-2023/slider-05.jpg);
}
.roscon23-6{
    background-image: url(../images/roscon-de-reyes-2023/slider-06.jpg);
}
.roscon23-7{
    background-image: url(../images/roscon-de-reyes-2023/slider-07.jpg);
}
.roscon23-8{
    background-image: url(../images/roscon-de-reyes-2023/slider-08.jpg);
}
.roscon23-9{
    background-image: url(../images/roscon-de-reyes-2023/slider-09.jpg);
}
.roscon23-10{
    background-image: url(../images/roscon-de-reyes-2023/slider-10.jpg);
}


@media all and (max-width:768px){
    .roscon23-1{
        background-image: url(../images/roscon-de-reyes-2023/slider-01-smph.jpg);
    }
    .roscon23-2{
        background-image: url(../images/roscon-de-reyes-2023/slider-02-smph.jpg);
    }
    .roscon23-3{
        background-image: url(../images/roscon-de-reyes-2023/slider-03-smph.jpg);
    }
    .roscon23-4{
        background-image: url(../images/roscon-de-reyes-2023/slider-04-smph.jpg);
    }
    .roscon23-5{
        background-image: url(../images/roscon-de-reyes-2023/slider-05-smph.jpg);
    }
    .roscon23-6{
        background-image: url(../images/roscon-de-reyes-2023/slider-06-smph.jpg);
    }
    .roscon23-7{
        background-image: url(../images/roscon-de-reyes-2023/slider-07-smph.jpg);
    }
    .roscon23-8{
        background-image: url(../images/roscon-de-reyes-2023/slider-08-smph.jpg);
    }
    .roscon23-9{
        background-image: url(../images/roscon-de-reyes-2023/slider-09-smph.jpg);
    }
    .roscon23-10{
        background-image: url(../images/roscon-de-reyes-2023/slider-10-smph.jpg);
    }
}

.cafe-bombon-1{
    background-image: url(../images/cafe-bombon/slider-01.jpg);
}
.cafe-bombon-2{
    background-image: url(../images/cafe-bombon/slider-02.jpg);
}
.cafe-bombon-3{
    background-image: url(../images/cafe-bombon/slider-03.jpg);
}
.cafe-bombon-4{
    background-image: url(../images/cafe-bombon/slider-04.jpg);
}


@media all and (max-width:768px){
    .cafe-bombon-1{
        background-image: url(../images/cafe-bombon/slider-01-smph.jpg);
    }
    .cafe-bombon-2{
        background-image: url(../images/cafe-bombon/slider-02-smph.jpg);
    }
    .cafe-bombon-3{
        background-image: url(../images/cafe-bombon/slider-03-smph.jpg);
    }
    .cafe-bombon-4{
        background-image: url(../images/cafe-bombon/slider-04-smph.jpg);
    }
}

.torrijas-2023-1{
    background-image: url(../images/torrijas-2023/slider-01.jpg);
}
.torrijas-2023-2{
    background-image: url(../images/torrijas-2023/slider-02.jpg);
}
.torrijas-2023-3{
    background-image: url(../images/torrijas-2023/slider-03.jpg);
}
.torrijas-2023-4{
    background-image: url(../images/torrijas-2023/slider-04.jpg);
}
.torrijas-2023-5{
    background-image: url(../images/torrijas-2023/slider-05.jpg);
}
.torrijas-2023-6{
    background-image: url(../images/torrijas-2023/slider-06.jpg);
}
.torrijas-2023-7{
    background-image: url(../images/torrijas-2023/slider-07.jpg);
}
.torrijas-2023-8{
    background-image: url(../images/torrijas-2023/slider-08.jpg);
}
.torrijas-2023-9{
    background-image: url(../images/torrijas-2023/slider-09.jpg);
}
.torrijas-2023-10{
    background-image: url(../images/torrijas-2023/slider-10.jpg);
}


@media all and (max-width:768px){
    .torrijas-2023-1{
        background-image: url(../images/torrijas-2023/slider-01-smph.jpg);
    }
    .torrijas-2023-2{
        background-image: url(../images/torrijas-2023/slider-02-smph.jpg);
    }
    .torrijas-2023-3{
        background-image: url(../images/torrijas-2023/slider-03-smph.jpg);
    }
    .torrijas-2023-4{
        background-image: url(../images/torrijas-2023/slider-04-smph.jpg);
    }
    .torrijas-2023-5{
        background-image: url(../images/torrijas-2023/slider-05-smph.jpg);
    }
    .torrijas-2023-6{
        background-image: url(../images/torrijas-2023/slider-06-smph.jpg);
    }
    .torrijas-2023-7{
        background-image: url(../images/torrijas-2023/slider-07-smph.jpg);
    }
    .torrijas-2023-8{
        background-image: url(../images/torrijas-2023/slider-08-smph.jpg);
    }
    .torrijas-2023-9{
        background-image: url(../images/torrijas-2023/slider-09-smph.jpg);
    }
    .torrijas-2023-10{
        background-image: url(../images/torrijas-2023/slider-10-smph.jpg);
    }
}

.tartas-de-queso-2023-1{
    background-image: url(../images/tartas-de-queso-2023/slider-01.jpg);
}
.tartas-de-queso-2023-2{
    background-image: url(../images/tartas-de-queso-2023/slider-02.jpg);
}
.tartas-de-queso-2023-3{
    background-image: url(../images/tartas-de-queso-2023/slider-03.jpg);
}
.tartas-de-queso-2023-4{
    background-image: url(../images/tartas-de-queso-2023/slider-04.jpg);
}
.tartas-de-queso-2023-5{
    background-image: url(../images/tartas-de-queso-2023/slider-05.jpg);
}
.tartas-de-queso-2023-6{
    background-image: url(../images/tartas-de-queso-2023/slider-06.jpg);
}
.tartas-de-queso-2023-7{
    background-image: url(../images/tartas-de-queso-2023/slider-07.jpg);
}
.tartas-de-queso-2023-8{
    background-image: url(../images/tartas-de-queso-2023/slider-08.jpg);
}
.tartas-de-queso-2023-9{
    background-image: url(../images/tartas-de-queso-2023/slider-09.jpg);
}
.tartas-de-queso-2023-10{
    background-image: url(../images/tartas-de-queso-2023/slider-10.jpg);
}


@media all and (max-width:768px){
    .tartas-de-queso-2023-1{
        background-image: url(../images/tartas-de-queso-2023/slider-01-smph.jpg);
    }
    .tartas-de-queso-2023-2{
        background-image: url(../images/tartas-de-queso-2023/slider-02-smph.jpg);
    }
    .tartas-de-queso-2023-3{
        background-image: url(../images/tartas-de-queso-2023/slider-03-smph.jpg);
    }
    .tartas-de-queso-2023-4{
        background-image: url(../images/tartas-de-queso-2023/slider-04-smph.jpg);
    }
    .tartas-de-queso-2023-5{
        background-image: url(../images/tartas-de-queso-2023/slider-05-smph.jpg);
    }
    .tartas-de-queso-2023-6{
        background-image: url(../images/tartas-de-queso-2023/slider-06-smph.jpg);
    }
    .tartas-de-queso-2023-7{
        background-image: url(../images/tartas-de-queso-2023/slider-07-smph.jpg);
    }
    .tartas-de-queso-2023-8{
        background-image: url(../images/tartas-de-queso-2023/slider-08-smph.jpg);
    }
    .tartas-de-queso-2023-9{
        background-image: url(../images/tartas-de-queso-2023/slider-09-smph.jpg);
    }
    .tartas-de-queso-2023-10{
        background-image: url(../images/tartas-de-queso-2023/slider-10-smph.jpg);
    }
}