body{
    font-family: 'Open Sans', sans-serif;
}

.navbar{
    /*box-shadow: 0px 5px 10px -5px rgb(0 0 0 / 50%);*/
    background-color: #ff0000;
}

.navbar-brand{
    padding: 0;
}

.navbar-collapse{
    justify-content: flex-end;
}

section#claim{
    padding: 100px 0;
}

.img-logo-marca{
    width: 60%;
}

h1.h1-claim{
    font-weight: 700;
    font-size: 24px;
    color: #333333;
}

p.text-claim{
    text-align: justify;
}

section#productos{
    padding: 0 0 100px;
}

.arrow-slider{
    font-size: 30px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: #cdcdcd !important;
    border: none;
    outline: 0;
    background: 0 0;
}

.arrow-slider-next{
    right: -25px;
}

.arrow-slider-prev{
    left: -25px;
}

.slick-dots li button:before{
    font-size: 20px;
}

.slick-dots li.slick-active button:before{
    color: #666666;
}

.box-offer{
    border: 1px solid #ececec;
    border-radius: 15px;
}

.box-offer:hover{
    box-shadow: 0 0 10px rgb(27 33 50 / 25%);
}

.img-offer-container{
    height: 250px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: center!important;
    align-items: center!important;
}

img.img-offer{
    max-height: 250px;
    max-width: 90%;
}

.box-text{
    background-color: #ececec;
    padding: 30px 10px 15px;
    text-align: center;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    min-height: 112px;
}

h2.name-offer{
    font-size: 15px;
    font-weight: 700;
    color: #333333;
}

h4.description-offer{
    font-size: 13px;
    color: #333333;
}

h3.modal-price{
    color: #ff661b;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
}

h2.offer-price{
    color: #ff661b;
    font-size: 38px;
    line-height: 32px;
    background-color: #ffffff;
    border-radius: 10px;
    border: 2px solid #4d4d4d;
    padding: 5px;
}

h4.unitary-price{
    color: #ff661b;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
}

h5.discount{
    color: #ffffff;
    background-color: #4d4d4d;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    padding: 5px;
}

.page-link {
    color: #4d4d4d;
    border: none;
}

.page-link.arrow{
    color: #d4291c;
}

section#legal{
    padding: 15px 0;
}

p.text-legal{
    color: #4d4d4d;
    font-size: 18px;
}

a.btn-legal{
    background-color: #ff661b;
    border-radius: 20px;
    padding: 10px 20px;
    color: #ffffff;
    margin-left: 20px;
    font-size: 14px;
    border: 1px solid #ff661b;
}

a.btn-legal:hover{
    background-color: #ffffff;
    color: #ff661b;
    text-decoration: none;
}

section#food-banner{
    background-color: #000000;
}

footer{
    border-top: 3px solid #e9e9e9;
    padding: 25px 0;
}

.footer-section-title{
    font-size: 16px;
    height: 43px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-section ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
}

.footer-section ul li {
    padding-bottom: 15px;
}

.footer-section a {
    text-decoration: none;
    color: #282828;
}

ul.ul-rrss{
    display: inline-flex;
}

i.icon-up{
    padding-right: 15px;
}

li.phone, li.form{
    font-weight: 700;
}

li.phone{
    font-size: 18px;
}

.footer-section a i{
    padding-right: 20px;
    font-size: 25px;
}

@media (max-width: 1200px) {
    #topnav{
        display: none;
    }
}

@media (max-width: 768px) {
    .col-logo-top{
        padding: 10px 0 !important;
        text-align: center;
    }

    .h1-claim{
        margin-top: 25px;
    }
}

@media (max-width: 576px) {
    section#claim {
        padding: 20px 0;
    }

    h1.h1-claim {
        font-size: 18px;
    }

    .box-text {
        min-height: 112px;
    }

    .logo-top{
        width: 75%;
    }
}