/* Global */
body{
    font-size: 15px;
}
.container{
    max-width: 1380px;
}
@media (min-width: 1440px) {
    .container{
        width: 1380px;
    }
}
.btn-primary{
    text-transform: uppercase !important;
    border-radius: 2px !important;
    background-color: #e31d1b !important;
    color: #fff !important;
}
.main-content,
.home .main-content{
    padding-top: 80px;
}
.main-content header{
    text-align: left;
    padding-bottom: 10px;
    padding-top: 30px;
}
.main-content header h1,
.font-anton{
    font-family: "Anton", sans-serif;
    letter-spacing: 2px;
}

/* Cabecera */
header.site-header,
header.site-header.scrolleado{
    background-color: #161616 !important;
    border: none !important;
    padding-top: 0;
    padding-bottom: 0;
}
header.site-header .site-branding img{
    margin-bottom: 15px;
    margin-top: 15px;
}
header.site-header .navbar-default{
    margin-top: 0;
}
header.site-header .navbar-default .navbar-responsive-collapse{
    width: auto;
}
header.site-header .navbar-default .navbar-responsive-collapse .navbar-nav{
    float: left;
}
header.site-header .navbar-default .navbar-nav>li{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    border-right: none;
    border-bottom: 3px solid transparent;
    color: #676767;
    text-transform: none;
    padding: 10px 15px;
    height: 86px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    transition: .3s all ease-out;
}
header.site-header .navbar-default .navbar-nav>li:hover{
    color: #fff;
    border-bottom: 3px solid #DA0F16;
}
header.site-header .navbar-default .navbar-nav>li>a{
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 16px;
    border-right: none;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
}
header.site-header .navbar-default .navbar-nav>li>a .description{
    color: #676767;
    text-transform: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    display: block;
    letter-spacing: 0;
    margin-top: 5px;
    transition: .3s all ease-out;
}
header.site-header .navbar-default .navbar-nav>li:hover .description{
    color: #fff;
}
header.site-header .navbar-default .navbar-nav>li>.dropdown-menu{
    position: fixed;
    top: 86px;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #161616;
    border: none;
    border-top: 1px solid #676767;
}
header.site-header .navbar-default .navbar-nav>li>.dropdown-menu li{
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 6px 36px 6px 0;
}
header.site-header .navbar-default .navbar-nav>li>.dropdown-menu li:first-child{
    margin-left: -50px;
}
header.site-header .navbar-default .navbar-nav>li>.dropdown-menu li a{
    background-size: contain;
    height: 63px;
    width: 100%;
}

/* Footer */
footer#colophon{
    padding: 60px 0;
}
footer#colophon .fila-superior .redes.redes_pie{
    float: none;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: initial;
    gap: 1rem;
}
footer#colophon .fila-superior .redes.redes_pie p{
    margin-bottom: 0;
    color: #898989;
}
footer#colophon .fila-superior .redes.redes_pie .iconos{
    display: flex;
    gap: 1rem;
}
footer#colophon .footer-mid{
    border-top: none;
}
footer#colophon .footer-mid .footer-logos-eg{
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer#colophon .footer-mid .footer-logos-eg a{
    display: inline-block;
    text-align: center;
    font-size: 12px;
    width: auto;
    padding: 10px;
    opacity: .6;
}
footer#colophon .footer-mid .footer-logos-eg a:hover{
    opacity: 1;
}
footer#colophon .footer-mid .footer-logos-eg a div{
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
footer#colophon .footer-mid .footer-logos-eg a div img{
    max-width: 120px;
    max-height: 50px;
    width: auto;
    height: auto;
    margin: 0 auto;
}
footer#colophon .footer-mid .footer-logos-eg a span{
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}
footer#colophon .footer-inferior{
    border-top: 1px solid #525252;
    padding-top: 10px;
}
footer#colophon .footer-inferior .footer_data{
    color: #898989;
}
footer#colophon .footer-inferior a{
    font-size: 15px;
}
footer#colophon .footer-inferior ul.menu{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1rem;
}
footer#colophon .footer-inferior ul.menu li a{
    color: #898989;
}
footer#colophon .footer-inferior ul.menu li a:hover{
    color: #fff;
    opacity: 1;
}

/* Home > Sliders */
.home .owl-carousel .item{
    position: relative;
}
.home .owl-carousel .item .boton{
    position: absolute;
    bottom: 75px;
    left: 6%;
    background-color: #da0f16;
    color: #fff;
    font-size: 20px;
    padding: 8px 18px;
}
.home .owl-carousel .item .boton:hover{
    text-decoration: none;
    opacity: .75;
}
.home .owl-theme .owl-dots{
    position: absolute;
    bottom: 43px;
    left: 0;
    width: 100%;
}
.home .owl-theme .owl-dots .owl-dot span {
    width: 30px;
}
.home .owl-theme .owl-dots .owl-dot.active span {
    background: #DA0F16;
}
.home .owl-carousel .owl-nav{
    margin: 0;
    z-index: 1;
}
.home .owl-carousel .owl-nav button{
    position: absolute;
    top: 50%;
    opacity: 1;
    color: #fff;
    margin: 0;
    line-height: 1;
    transition: .3s all;
}
.home .owl-carousel .owl-nav button:hover{
    background-color: transparent;
    opacity: .75;
}
.home .owl-carousel .owl-nav button.owl-prev{
    left: 50px;
}
.home .owl-carousel .owl-nav button.owl-next{
    right: 50px;
}
.home .owl-carousel .owl-nav button img{
    width: 66px;
    border-radius: 100%;
    background-color: rgba(0,0,0,.5);
}

/* Home > Newsletter */
.home .bloque_newsletter {
    height: auto;
    background-color: #da0f16;
    padding: 0;
    min-height: inherit;
}
.home .bloque_newsletter #newsletter .btn {
    border-radius: 2px;
}
.home .bloque_newsletter form#newsletter {
    position: relative;
    margin: 30px 0 30px auto;
    max-width: 520px;
}
.home .bloque_newsletter form#newsletter ::placeholder {
    color: #fff;
}
.home .bloque_newsletter form#newsletter .form-group {
    position: relative;
}
.home .bloque_newsletter form#newsletter input {
    height: 50px;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    border: solid 2px;
    box-sizing: border-box;
    padding: 5px 35px 5px 10px;
}
.home .bloque_newsletter form#newsletter label {
    color: #fff;
    left: 10px;
    margin: 0;
    top: 15px;
}
.home .bloque_newsletter form#newsletter label.active {
    transform: translateY(-70%);
}
.home .bloque_newsletter form#newsletter button {
    -webkit-appearance: none;
    border: none;
    box-shadow: none;
    position: absolute;
    top: calc(50% - 10px);
    cursor: pointer;
    background-color: transparent;
    right: 5px;
}
.home .bloque_newsletter form#newsletter button:focus,
.home .bloque_newsletter form#newsletter button:hover,
.home .bloque_newsletter form#newsletter button:visited {
    -webkit-appearance: none;
    border: none;
    box-shadow: none;
}
.home .bloque_newsletter .container {
    padding-top: 50px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.home .bloque_newsletter .antetitulo_newsletter {
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 5px;
    color: #fff;
}
.home .bloque_newsletter .header_newsletter {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #fff;
    font-size: 32px;
    line-height: 1.5em;
}
.home .bloque_newsletter .header_newsletter strong {
    font-weight: 400;
}
.home .bloque_newsletter .texto_legal {
    font-size: 12px;
    margin: 10px 0;
    color: rgba(255, 255, 255, .6);
    text-align: left;
}

/* Home > Newsletter > Modal */
#myModal_events .modal-dialog,
#myModal_events .modal-content{
    max-width: 550px;
}
#myModal_events .modal-content{
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    border: 0;
    border-radius: 0.125rem;
}
#myModal_events .modal-header{
    border-bottom: none;
    padding: 50px 50px 0;
}
#myModal_events .modal-header span {
    font-size: 2.1rem;
    color: #e31d1b;
    font-weight: 600;
    line-height: 1.1em;
}
#myModal_events .modal-header .close {
    position: absolute;
    top: 15px;
    right: 20px;
}
#myModal_events .modal-body{
    padding: 20px 50px 50px;
}
#myModal_events div.wpforms-container-full{
    margin: 0;
}
#myModal_events .wpforms-field-container .wpforms-field-label{
    font-weight: 400;
    margin-bottom: 5px;
}
#myModal_events .wpforms-container .wpforms-field{
    padding-top: 10px;
    padding-bottom: 0;
}
#myModal_events .wpforms-container .wpforms-field .wpforms-error{
    margin-top: 5px;
    font-size: 13px;
}
#myModal_events .wpforms-container .wpforms-field input[type=text]:focus,
#myModal_events .wpforms-container .wpforms-field input[type=email]:focus{
    border: 1px solid #e31d1b;
    box-shadow: 0 0 0 1px #e31d1b, 0px 1px 2px rgba(0,0,0,0.15);
}
#myModal_events .wpforms-container .wpforms-field.wpforms-field-gdpr-checkbox{
    margin-top: 10px;
}
#myModal_events .wpforms-container .wpforms-field.wpforms-field-gdpr-checkbox li{
    display: block;
    color: rgb(0 0 0 / 80%);
}
#myModal_events .wpforms-container .wpforms-field.wpforms-field-gdpr-checkbox label{
    font-size: 14px;
    line-height: 17px;
    color: rgb(0 0 0 / 80%);
}
#myModal_events .wpforms-container .wpforms-field.wpforms-field-gdpr-checkbox .wpforms-field-description{
    color: rgb(0 0 0 / 80%);
}
#myModal_events div.wpforms-container-full .wpforms-form .wpforms-submit-container{
    margin-top: 40px;
}

/* Contacto */
.bg_contacto{
    background-image: none;
    background-color: #000;
}
.bg_contacto .bottella .contacto_bloque_1{
    border-bottom: 0;
    text-align: right;
}
div.formulario-contato.wpforms-container-full h3{
    color: #fff;
}
div.formulario-contato.wpforms-container-full input[type=text], div.formulario-contato.wpforms-container-full input[type=email], div.formulario-contato.wpforms-container-full input[type=tel], div.formulario-contato.wpforms-container-full textarea, div.formulario-contato.wpforms-container-full select {
    border-bottom: 1px solid #767676;
}
div.formulario-contato.wpforms-container-full input[type=tel]{
    padding-left: 50px !important;
}

/* Historia */
.bloque-historia{
    background-color: #EDEDED;
    padding-bottom: 40px;
}
.bloque-historia .owl-carousel .owl-item .item{
    padding: 90px 90px 0;
}
.bloque-historia .owl-carousel .owl-item .item .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.bloque-historia .owl-carousel .owl-item .item .year{
    font-size: 240px;
}
.bloque-historia .owl-carousel .owl-item .item .texto{
    font-size: 18px;
    max-width: 650px;
    margin-bottom: 50px;
    text-align: center;
}
.bloque-historia .owl-carousel .owl-item .item .imagen{
    max-width: 650px;
}
.bloque-historia .owl-carousel .owl-item .item .imagen img{
    width: inherit;
    margin: 0 auto;
    max-height: 400px;
}
.bloque-historia #carousel-custom-dots{
    text-align: center;
    position: relative;
    display: flex;
    justify-content: space-around;
    max-width: 1380px;
    margin: 50px auto;
}
.bloque-historia #carousel-custom-dots:before{
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
}
.bloque-historia #carousel-custom-dots .owl-dot{
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #000;
    background-color: #fff;
    position: relative;
    line-height: 1;
    transition: .3s all ease-out;
}
.bloque-historia #carousel-custom-dots .owl-dot:hover{
    background-color: #eee;
}
.bloque-historia #carousel-custom-dots .owl-dot.active{
    background-color: #000;
    color: #fff;
}
.bloque-historia .owl-carousel .owl-nav{
    margin: 0;
}
.bloque-historia .owl-carousel .owl-nav button{
    position: absolute;
    top: 45%;
    font-size: 60px;
    opacity: 1;
    color: #000;
    margin: 0;
    line-height: 1;
    transition: .3s all;
}
.bloque-historia .owl-carousel .owl-nav button:hover{
    background-color: transparent;
    opacity: .75;
}
.bloque-historia .owl-carousel .owl-nav button.owl-prev{
    left: 20px;
}
.bloque-historia .owl-carousel .owl-nav button.owl-next{
    right: 20px;
}
.bloque-historia .owl-carousel .owl-nav button img{
    border-radius: 100%;
    background-color: rgba(0,0,0,.5);
}

/* Producto Global */
body.single-produtos .main-content{
    padding-top: 0;
}
.plantilla-producto .container{
    position: relative;
}
.plantilla-producto h2{
    font-size: 35px;
    position: relative;
    color: #000;
    margin-bottom: 20px;
    display: inline-block;
    padding-top: 85px;
}
.plantilla-producto h2 span.numero{
    font-size: 172px;
    position: absolute;
    opacity: .2;
    top: 0;
    right: 0;
    transform: translateX(83%);
}
.plantilla-producto h2 small{
    font-size: 12px;
    font-weight: 500;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
    letter-spacing: 0;
}

/* Producto Cabecera */
.plantilla-producto .section-cabecera{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    text-align: center;
    overflow: hidden;
}
.plantilla-producto .section-cabecera .container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.plantilla-producto .section-cabecera .img-logo{
    position: absolute;
    z-index: 1;
    width: 129px;
    top: 130px;
}
.plantilla-producto .section-cabecera h1{
    font-size: 308px;
    color: #fff;
    opacity: .3;
}
.plantilla-producto .section-cabecera .img-botella{
    position: absolute;
    top: 30%;
    width: 542px;
}
@media (max-width: 1500px) {
    .plantilla-producto .section-cabecera .img-botella{
        top: 35%;
        width: 400px;
    }
}
@media (max-width: 1300px) {
    .plantilla-producto .section-cabecera .img-botella{
        top: 40%;
        width: 300px;
    }
}

/* Producto Elaboración */
.plantilla-producto .section-elaboracion{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.plantilla-producto .section-elaboracion .container{
    min-height: 585px;
}
.plantilla-producto .section-elaboracion .img-centro{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 600px;
}
.plantilla-producto .section-elaboracion .texto{
    padding-right: 100px;
}

/* Producto Ficha */
.plantilla-producto .section-ficha{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 50px 0 100px;
}
.plantilla-producto .section-ficha .row{
    display: flex;
    align-items: center;
}
.plantilla-producto .section-ficha .img-ficha{
    height: 600px;
}
.plantilla-producto .section-ficha h2,
.plantilla-producto .section-ficha h2 small,
.plantilla-producto .section-ficha h3,
.plantilla-producto .section-ficha h3 small{
    color: #fff;
}
.plantilla-producto .section-ficha .texto_ficha{
    display: flex;
    gap: 100px;
    margin-bottom: 40px;
}
.plantilla-producto .section-ficha .texto_nutricional{
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 20px;
}
.plantilla-producto .section-ficha .texto_nutricional .valor_box{
    flex-basis: 30%;
    background-color: rgba(0, 0, 0, .2);
    padding: 15px;
    min-height: 120px;
}
.plantilla-producto .section-ficha .texto_nutricional .valor_box strong{
    font-size: 22px;
}
.plantilla-producto .section-ficha .texto_nutricional .valor_box p span{
    font-size: 90%;
}

/* Producto Cata */
.plantilla-producto .section-cata{
    background-color: #131313;
    color: #fff;
    padding: 50px 0;
    display: flex;
    align-items: center;
    height: 100vh;
}
.plantilla-producto .section-cata h2,
.plantilla-producto .section-cata h2 small{
    color: #fff;
}
@media (min-width: 991px) {
    .plantilla-producto .section-cata .item .row{
        display: flex;
        align-items: center;
    }
}
.plantilla-producto .section-cata .item{
    min-height: 615px;
    display: flex;
    align-items: center;
}
.plantilla-producto .section-cata .item img{
    display: inline-block;
    max-height: 600px;
    width: auto;
}
.plantilla-producto .section-cata .item p{
    font-size: 20px;
    max-width: 500px;
    margin: 0 auto;
}
.plantilla-producto .section-cata .owl-dots{
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(90deg) translateY(-25%);
}

/* Producto Maridaje */
.plantilla-producto .section-maridaje{
    background-color: #131313;
    color: #fff;
    padding: 50px 0;
    display: flex;
    align-items: center;
    background-image: url('/wp-content/themes/estrellabrasil/images/bg-maridaje.jpg');
}
.plantilla-producto .section-maridaje h2,
.plantilla-producto .section-maridaje h2 small{
    color: #fff;
}
@media (min-width: 991px) {
    .plantilla-producto .section-maridaje .item .row{
        display: flex;
        align-items: center;
    }
}
.plantilla-producto .section-maridaje .item img{
    display: inline-block;
    max-height: 500px;
    width: auto;
}
.plantilla-producto .section-maridaje .item p{
    font-size: 20px;
    max-width: 500px;
    margin: 0;
}
.plantilla-producto .section-maridaje .owl-carousel .owl-nav button{
    position: absolute;
    bottom: -10px;
    border-radius: 100%;
}
.plantilla-producto .section-maridaje .owl-carousel .owl-nav button.owl-prev{
    left: 40%;
}
.plantilla-producto .section-maridaje .owl-carousel .owl-nav button.owl-next{
    right: 40%;
}
@media (max-width: 768px) {
    .plantilla-producto .section-maridaje .owl-carousel .owl-nav button.owl-prev{
        transform: translateX(-50%);
    }
    .plantilla-producto .section-maridaje .owl-carousel .owl-nav button.owl-next{
        transform: translateX(50%);
    }
}

/* Producto Otros productos */
.plantilla-producto .section-otros{
    background-color: #131313;
    color: #fff;
    padding-bottom: 100px;
}
.plantilla-producto .section-otros h2,
.plantilla-producto .section-otros h2 small,
.plantilla-producto .section-otros a{
    color: #fff;
    text-decoration: none;
}
.plantilla-producto .section-otros .item{
    background-color: #6A6969;
    background: #6A6969;
    background: radial-gradient(circle,rgba(255, 255, 255, 0.5) 50%, rgba(106, 105, 105, 0.83) 100%);
    padding-bottom: 50px;
}
.plantilla-producto .section-otros .item img{
    display: inline-block;
    max-height: 400px;
    width: auto;
    margin-bottom: 20px;
}
.plantilla-producto .section-otros .owl-dots{
    margin-top: 50px !important;
}
.plantilla-producto .section-otros .owl-carousel .owl-nav{
    text-align: right;
    padding: 20px;
    max-width: 90%;
}
.plantilla-producto .section-otros .owl-carousel .owl-nav button{
    border-radius: 100%;
}

/* Producto Ingredientes */
.plantilla-producto .section-ingredientes{
    position: relative;
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.plantilla-producto .section-ingredientes,
.plantilla-producto .section-ingredientes h2,
.plantilla-producto .section-ingredientes h2 small,
.plantilla-producto .section-ingredientes a{
    color: #fff;
    text-decoration: none;
}
.plantilla-producto .section-ingredientes .img-centro{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 680px;
}
.plantilla-producto .section-ingredientes .owl-item{
    display: flex;
    justify-content: center;
}
.plantilla-producto .section-ingredientes .item{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 100%;
    padding: 32px 24px;
    width: 220px;
    height: 220px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    text-align: center;
}
.plantilla-producto .section-ingredientes .item img{
    display: inline-block;
    height: auto;
    width: 48px;
    margin-bottom: 20px;
}
.plantilla-producto .section-ingredientes .owl-dots{
    margin-top: 150px;
}
.plantilla-producto .section-ingredientes .owl-nav:not(.disabled){
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 70px;
}
.plantilla-producto .section-ingredientes .owl-nav button{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 2px solid;
    transition: .3s all ease-out;
}
.plantilla-producto .section-ingredientes .owl-nav button:hover{
    background-color: rgba(255,255,255,.25);
}

/* Producto Premios */
.plantilla-producto .section-premios{
    background-color: #fff;
    padding: 80px 0;
}
.plantilla-producto .section-premios .item .item-inner{
    margin: 0 auto;
    background-color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    border-radius: 100%;
}
.plantilla-producto .section-premios .item img{
    width: 125px;
}
.plantilla-producto .section-premios .owl-nav:not(.disabled){
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 55px;
}
.plantilla-producto .section-premios .owl-nav button{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 2px solid;
    transition: .3s all ease-out;
}
.plantilla-producto .section-premios .owl-nav button:hover{
    background-color: rgba(0,0,0,.25);
}
.plantilla-producto .section-premios .owl-nav .owl-prev{
    transform: translateX(-50%);
}
.plantilla-producto .section-premios .owl-nav .owl-next{
    transform: translateX(50%);
}

/* 1906 */
.plantilla-producto.plantilla-producto-1906-la-milnueve{
    background-color: #FAEDBB;
}
.plantilla-producto.plantilla-producto-1906-la-milnueve .section-elaboracion,
.plantilla-producto.plantilla-producto-1906-la-milnueve .section-elaboracion h2,
.plantilla-producto.plantilla-producto-1906-la-milnueve .section-elaboracion h2 small,
.plantilla-producto.plantilla-producto-1906-la-milnueve .section-ficha,
.plantilla-producto.plantilla-producto-1906-la-milnueve .section-ficha h2,
.plantilla-producto.plantilla-producto-1906-la-milnueve .section-ficha h2 small,
.plantilla-producto.plantilla-producto-1906-la-milnueve .section-cata h2,
.plantilla-producto.plantilla-producto-1906-la-milnueve .section-cata h2 small{
    color: #9C3228;
}
.plantilla-producto.plantilla-producto-1906-la-milnueve .section-elaboracion{
    border-top: 10px solid #9C3228;
    position: relative;
}
.plantilla-producto.plantilla-producto-1906-la-milnueve .section-elaboracion:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 58%;
    height: 10px;
    background-color: #9C3228;
}
.plantilla-producto.plantilla-producto-1906-la-milnueve .section-cata{
    border-top: 10px solid #9C3228;
    background-color: #FAEDBB;
    color: #9C3228;
}

/* 1906 Black Coupage */
.plantilla-producto.plantilla-producto-1906-black-coupage{
    background-color: #1D1D1B;
}
.plantilla-producto.plantilla-producto-1906-black-coupage .section-elaboracion,
.plantilla-producto.plantilla-producto-1906-black-coupage .section-elaboracion h2,
.plantilla-producto.plantilla-producto-1906-black-coupage .section-elaboracion h2 small,
.plantilla-producto.plantilla-producto-1906-black-coupage .section-ficha,
.plantilla-producto.plantilla-producto-1906-black-coupage .section-ficha h2,
.plantilla-producto.plantilla-producto-1906-black-coupage .section-ficha h2 small,
.plantilla-producto.plantilla-producto-1906-black-coupage .section-cata h2,
.plantilla-producto.plantilla-producto-1906-black-coupage .section-cata h2 small{
    color: #fff;
}
.plantilla-producto.plantilla-producto-1906-black-coupage .section-elaboracion{
    border-top: 10px solid #fff;
    position: relative;
}
.plantilla-producto.plantilla-producto-1906-black-coupage .section-elaboracion:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 58%;
    height: 10px;
    background-color: #fff;
}
.plantilla-producto.plantilla-producto-1906-black-coupage .section-cata{
    border-top: 10px solid #fff;
    background-color: #1D1D1B;
    color: #fff;
}

/* Responsive */
@media (min-width: 769px) and (max-width: 990px){
    header.site-header .navbar-default .navbar-responsive-collapse{
        padding-left: 0;
    }
    header.site-header .navbar-default .navbar-nav>li{
        padding: 10px 8px;
        font-size: 10px;
    }
    header.site-header .navbar-default .navbar-nav>li>a{
        font-size: 8px;
    }
    header.site-header .navbar-default .navbar-nav>li a .description{
        font-size: 10px;
    }
}
@media (max-width: 991px) {
    .bloque-historia{
        padding-bottom: 0;
    }
    .bloque-historia #carousel-custom-dots{
        display: none;
    }
    .bloque-historia .owl-carousel .owl-item .item .year {
        font-size: 140px;
    }
    .bloque-historia .owl-carousel .owl-item .item .texto{
        font-size: 16px;
    }
    .bloque-historia .owl-carousel .owl-item .item {
        padding: 20px 20px 0;
    }
}
@media (max-width: 768px) {
    .home header.site-header, header.site-header{
        padding-top: 7px;
    }
    .navbar-default .navbar-toggle{
        padding-top: 20px;
    }
    header.site-header .site-branding img {
        margin-bottom: 0;
        margin-top: 0;
    }
    header.site-header .navbar-default .navbar-responsive-collapse {
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        margin: 0;
    }
    header.site-header .navbar-default .navbar-responsive-collapse .navbar-nav{
        background-color: #262626;
        margin-top: 0;
        height: 1000px;
        max-height: calc(100vh - 70px);
    }
    header.site-header .navbar-default .navbar-nav>li{
        padding: 10px 35px;
        height: unset;
    }
    header.site-header .navbar-default .navbar-nav>li>.dropdown-menu{
        position: relative;
        top: inherit;
        left: inherit;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        background: transparent;
        border: none;
    }
    header.site-header .navbar-default .navbar-nav>li.open>.dropdown-menu{
        display: flex;
    }
    header.site-header .navbar-default .navbar-nav>li>.dropdown-menu li,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a{
        background-color: transparent;
        margin: 0;
    }
    header.site-header .navbar-default .navbar-nav>li>.dropdown-menu li:first-child{
        margin: 0;
    }
    header.site-header .navbar-default .navbar-nav>li>a{
        font-size: 13px;
        border-bottom: 0;
    }
    .navbar-default .navbar-nav>li>a{
        margin-left: 0;
    }
    .navbar-default .navbar-nav>li:last-child>a {
        border-bottom: 1px solid #443E33;
    }
    .home .main-content {
        padding-top: 70px;
    }
    .home .owl-theme .owl-dots{
        bottom: 10px;
        display: none;
    }
    .home .owl-theme .owl-dots .owl-dot span {
        height: 7px;
        margin: 5px 5px;
    }
    .home .owl-carousel .owl-nav button.owl-prev{
        left: 20px;
    }
    .home .owl-carousel .owl-nav button.owl-next{
        right: 20px;
    }
    .home .owl-carousel .owl-nav button img{
        width: 44px;
    }
    .home .bloque_newsletter .header_newsletter{
        font-size: 22px;
    }
    footer#colophon .footer-mid .footer-logos-eg{
        justify-content: center;
    }
    footer#colophon .fila-superior .redes.redes_pie{
        display: block;
    }
    #colophon .redes_pie a{
        margin-left: 0;
        margin-right: 10px;
        margin-top: 5px;
    }
    footer#colophon .footer-mid .footer-logos-eg a{
        flex-basis: 33%;
    }
    footer#colophon .footer-mid .footer-logos-eg a div img {
        max-width: 90px;
    }
    footer#colophon .footer-inferior ul.menu {
        justify-content: center;
        margin-top: 20px;
    }
    #myModal_events .modal-header{
        padding: 20px 20px 0;
    }
    #myModal_events .modal-body {
        padding: 20px;
    }
    .plantilla-producto h2 span.numero{
        font-size: 120px;
        transform: translate(-50%,20%);
    }
    .plantilla-producto.plantilla-producto-1906-la-milnueve .section-cabecera,
    .plantilla-producto.plantilla-producto-1906-black-coupage .section-cabecera{
        background-size: contain;
    }
    .plantilla-producto .section-cabecera h1 {
        font-size: 125px;
    }
    .plantilla-producto .section-elaboracion{
        background-image: none !important;
    }
    .plantilla-producto .section-elaboracion .img-centro{
        opacity: .25;
    }
    .plantilla-producto .section-elaboracion .texto{
        padding-right: 0;
    }
    .plantilla-producto .section-ficha .texto_nutricional .valor_box {
        flex-basis: 48%;
    }
    .plantilla-producto .section-ficha .texto_ficha{
        gap: 30px;
    }
    .plantilla-producto .section-ingredientes .img-centro{
        opacity: 0;
    }
    .plantilla-producto .section-ingredientes .owl-carousel .owl-stage-outer{
        margin: 50px 0;
    }
    .plantilla-producto .section-ficha .row{
        display: block;
    }
    .plantilla-producto .section-ficha .img-ficha {
        height: 400px;
        margin-bottom: -150px;
    }
    .plantilla-producto .section-cata .item img{
        max-height: 300px;
    }
    .plantilla-producto .section-premios .col-md-4{
        text-align: center;
    }
}