@font-face {
    font-family: 'Kidos';
    src: url(../fonts/kidos_park.ttf);
}

@font-face{
    font-family: 'Quicksand';
    src: url(../fonts/Quicksand-VariableFont_wght.ttf)
}

.title-blw{
    font-family: 'Kidos';
    color: #C9BCDC;
    margin-bottom: 0;
}

.color-blw{
    color: #C9BCDC;
}

.color-blw2{
    color: #A6D5F2;
}

.color-blw3{
    color: #606060;
}

.color-blw4{
    color: #FF866B;
}

.overlay-img{
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
    top: 0;
}

.bg-prod{
    background-color: #FFFAEC;
}

.item-store{
    padding: 50px 20px;
    cursor: pointer;
}

.img-prod-det{
    border-radius: 20px 20px 0 0;
}

.bg-prod-det{
    background-color: #FFF;
    padding: 25px;
    border-radius: 0 0 20px 20px;
}

.bg-pre-footer{
    min-height: 250px;
    background-color: #eaf5fc;
    background-image: url(../images/brocoli-1.png);
    background-position-x: right;
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: contain;
}

.btn-secondary {
    width: auto;
    height: 50px;
    background: #A6D5F2 !important;
    color: white !important;
    border: 0;
    border-radius: 25px;
    padding: 0px 55px;
    padding-top:10px;
    font-size: 16px !important;
    line-height: 29px;
}

.mini-cart-box{
    margin-top: 25px;
}

/* TEMPORAL */
.nav-search {
    display: none;
} 

.mini-cart-box{
    display: none;
}

.cont-bann{
    padding: 30px 70px;
}
.bann{
    width: 100%;
}
.min-bann{
    max-width: 50%;
    padding-top: 20px;
}
.min-bann-r{
    padding-left: 10px;
}
.min-bann-l{
    padding-right: 10px;
}
.ellip{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btnTipoEntrega{
    border-color: #606060 !important;
    color: #606060 !important;
    position: relative !important;
}
.btnChangeEntrega{
    color: #606060 !important;
    position: relative !important;
}
.divSiguenos{
    display: flex;
    justify-content: flex-start;
}
.main-footer{
    padding-top: 130px;
    padding-bottom: 130px;
}

@media screen and (max-width: 767px){
    .resp-center{
        text-align: center;
    }

    .nav-search {
        margin-top: 0;
    } 

    .mini-cart-box{
        margin-top: 0;
    }
    .cont-bann {
        padding: 30px;
    }
    .bg-pre-footer{
        background-size: 100px;
    }
    
    .title-items{
        font-size:10px !important;
    }
    .show-sm{
        display: block !important;
    }
    .show-lg{
        display: none !important;
    }
    .bg-pre-footer{
        background-image: none;
    }
    
    .bebe-comiendo{
        max-width: 100% !important;
        height: auto !important;
    }
    .prefooter-index-font{
        font-size: 35px !important;
    }
    
    .prefooter-about-font{
        font-size: 20px !important;
    }
    
    
    .list-contact-info a{
        font-size: 15px !important;
    } 
    
    .list-contact-info{
        margin-left: 0px !important;
    }
    .main-footer .container{
        padding-left: 30px;
        padding-right: 30px;
    }
    .main-footer{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    footer .about-footer{
        text-align: center;
    }
    .divSiguenos{
        justify-content: space-between;
    }
}
.list-contact-info{
    margin-left: 100px;
}

.show-lg{
        display: block;
    }
.show-sm{
        display: none;
    }
.contact-links i{
    color: #FF866B ;
    font-size: 30px;
    margin-right: 20px;
}

.contact-links a{
    font-size: 15px;
    font-family: 'Poppins';
    color: #C9BCDC;
}
form input, form textarea{
    border-color: #c5bfde !important;
}

.title-items{
    color: black;
    margin-bottom: 0;
    text-transform: lowercase;
    font-size: 18px;
}


.bebe-comiendo{
    max-width: none;
    height: 515px;
}
.title-items:first-letter{
    text-transform: uppercase;
}


.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
  }
  
  .whatsapp-icon {
    margin-top:13px;
  }