.h1{
    font-size: 20px;
}

.osc-radius-18,
.osc-radius-18:before,
.osc-radius-18 .osc-background-effect,
.osc-radius-18:not(.osc-hover-box) > .osc-container-layout {
  border-radius: 18px !important;
}

.osc-radius-8,
.osc-radius-8:before,
.osc-radius-8 .osc-background-effect,
.osc-radius-8:not(.osc-hover-box) > .osc-container-layout {
  border-radius: 8px !important;
}
.osc-radius-15,
.osc-radius-15:before,
.osc-radius-15 .osc-background-effect,
.osc-radius-15:not(.osc-hover-box) > .osc-container-layout {
  border-radius: 15px !important;
}

.btn-red-corp{
    color:#ee1d23 ;
}
.btn-corp{
    padding: 8px 30px;
}
.bg-color-red-corp{
    background-color:#ee1d23 ;
    color:#fff;
}
@media (min-width: 768px) {
    .sm_version{
        display: none;
    }
    .div-ingredientes-content{
        display: flex;
    }
    .div-ingredientes{
        width: 50%;
        }
}
@media (min-width: 768px) {
    .icon_whatsapp{
        max-width: 150px;
        height: auto;
        border:none;
        max-height:120px;
        float:left;
    }
    .icon_whatsapp_mediano{
       
        height: auto;
        border:none;
        max-width: 60px;
        max-height:40px;
        float:left;
    }

}
@media (max-width: 767px) {
    .lg_version{
        display: none;
    }
    .icon_whatsapp{
        max-width: 120px;
        height: auto;
        border:none;
        max-height:120px;
        float:left;
    }
    .icon_whatsapp_mediano{
       
        height: auto;
        border:none;
        max-width: 60px;
        max-height:40px;
        float:left;
    }
  
}
@media (min-width: 576px) {
  

    li.lista-preparacion{
        margin-bottom: 8px;
    }
 
}
@media (max-width: 575px) {
   
.icon_whatsapp{
    max-width: 100px;
    height: auto;
    border:none;
    max-height:200px;
    float:left;
}
li.lista-preparacion{
    margin-bottom: 4px;
}
}


