﻿.navbar-nav.lang
{
    margin-left: 20px;
}

    .navbar-nav.lang img
    {
        width: 20px;
        margin-right: 10px;
    }

    .navbar-nav.lang > li > a
    {
        line-height: 0px;
    }

    .navbar-nav.lang > li:before
    {
        border-top: none;
    }

    .navbar-nav.lang > li:after
    {
        border-bottom: none;
    }

.fondo-bordo
{
    background-color: red;
}

#nav-section .nav-lang img
{
    height: 30px;
    width: auto;
}

.texto-blanco
{
    color: #fff;
}

.nuestros-productos-title
{
    max-width: 650px;
    margin-bottom: 50px;
}



.top-lang
{
    display: flex;
    align-items: center;
    height: 60px;
}

    .top-lang img
    {
        width: 25px;
        margin-left: 20px;
        padding-top: 35px;
    }

    .top-lang > select
    {
        color: #e7e7e7;
        background-color: transparent;
        border: none;
        outline: none;
        text-transform: uppercase;
        line-height: 60px;
        height: 60px;
        font-family: 'Oswald', sans-serif;
        font-size: 20px;
        padding-left: 10px;
        padding-top: 21px;
        padding-right: 15px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        display: inline-block;
        vertical-align: middle;
    }

        .top-lang > select option
        {
            color: #000000;
            background-color: #ffffff;
            padding-left: 15px;
            padding-right: 15px;
        }

.seccion-calidad-de-origen-texto
{
    color: #e7e7e7;
    padding: 20px 50px 0 50px;
}

    .seccion-calidad-de-origen-texto p
    {
        font-size: 20px;
    }

.calidad-de-origen-title
{
    max-width: 300px;
    margin-bottom: 0px;
}

.seccion-calidad-de-origen-texto-2
{
    color: #e7e7e7;
    padding: 20px 50px 0 50px;
}

    .seccion-calidad-de-origen-texto-2 p
    {
        font-size: 20px;
    }



/* header background */
.red-header-bg
{
    height: 200px;
    background: url("../../img/bg/red-header-bg.png") repeat-x bottom;
    background-size: auto;
}


@media (max-width: 992px)
{
    #nav-section .nav-logo img
    {
        margin: 10px 0;
        height: 100px;
        width: auto;
    }
}

#info-box
{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: #175B3E;
    border: 2px solid #175B3E;
    max-width: 40%;
    width: 30%;
    height: 200px;
    max-height: 200px;
    overflow: auto;
    border-radius: 0;
    padding: 10px;
    font-family: Helvetica, Arial, sans-serif;
    color: #FFF;
}

    #info-box h5
    {
        color: #FFCD00;
    }

.fachada-img
{
    float: left;
    padding-right: 20px;
}

.fachada-txt
{
    float: left;
    color: #000;
}

.seccion-productos
{
    color: #892535;
    font-size: 40px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 50px;
    text-align: center;
}

.nombre-prod
{
    /*text-align: center;*/
    color: #892535;
    font-size: 20px;
    font-weight: 300;
    /*margin-bottom: 90px;*/
}

.producto-info
{
    text-align: center;
    color: #000000;
    font-size: 25px;
    font-weight: 100;
    margin-bottom: 90px;
}

.prod-box
{
    text-align: center;
    margin-bottom: 90px;
}

.info-nutricional-title
{
    max-width: 350px;
    margin-bottom: 50px;
}

.ingredientes-img
{
    padding-top: 9px;
    max-width: 400px;
}


.link-receta
{
    font-size: 18px;
}

.li-link-receta
{
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mas-recetas
{
    margin-top: 50px;
}

.producto
{
    display: inline-block;
    width: 25%;
    vertical-align: top;
    text-align: center;
}

    .producto.w24
    {
        width: 24%;
    }

@media (max-width: 767px)
{
    .slide-kv
    {
        background-position: right -120px center;
    }
}

.nav>li.disabled>a {
    pointer-events: none;
    color: rgba(255, 255, 255, 0.6) !important;
}


.testimonials h4
{
    margin-bottom: 25px;
}

@media (min-width: 768px)
{
    .row > .prod-box:nth-child(4n+1)
    {
        clear: both;
    }
}

.prod-box img
{
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.nombre-prod
{
    margin: 8px 0 0;
    min-height: 3em; /* ~2 líneas */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}