@font-face {
    font-family: 'Gotham';
    src: url('fonts/GothamMedium.eot');
    src: url('fonts/GothamMedium.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamMedium.woff2') format('woff2'),
        url('fonts/GothamMedium.woff') format('woff'),
        url('fonts/GothamMedium.ttf') format('truetype'),
        url('fonts/GothamMedium.svg#GothamMedium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/GothamBook.eot');
    src: url('fonts/GothamBook.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamBook.woff2') format('woff2'),
        url('fonts/GothamBook.woff') format('woff'),
        url('fonts/GothamBook.ttf') format('truetype'),
        url('fonts/GothamBook.svg#GothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Neuzeit';
    src: url('fonts/NeuzeitSLTW01-Book.eot');
    src: url('fonts/NeuzeitSLTW01-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeuzeitSLTW01-Book.woff2') format('woff2'),
        url('fonts/NeuzeitSLTW01-Book.woff') format('woff'),
        url('fonts/NeuzeitSLTW01-Book.ttf') format('truetype'),
        url('fonts/NeuzeitSLTW01-Book.svg#NeuzeitSLTW01-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Neuzeit Bold';
    src: url('fonts/NeuzeitSLTW01-BookHeavy.eot');
    src: url('fonts/NeuzeitSLTW01-BookHeavy.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeuzeitSLTW01-BookHeavy.woff2') format('woff2'),
        url('fonts/NeuzeitSLTW01-BookHeavy.woff') format('woff'),
        url('fonts/NeuzeitSLTW01-BookHeavy.ttf') format('truetype'),
        url('fonts/NeuzeitSLTW01-BookHeavy.svg#NeuzeitSLTW01-BookHeavy') format('svg');
    font-weight: 900;
    font-style: normal;
}



*{
    /*
    -webkit-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;
    */
}
*:focus {
    outline: none !important;
}
body{
    font-family: 'Gotham Book';
    color: #727276;
}
body.overflow_hidden{
    overflow: hidden;
}
a:hover{
    text-decoration: none !important;
}
.body_wrap{
    max-width: 1000px;
    margin: 40px auto;
}
.separador{
    clear: both;
    height: 1px;
    width: 100%;
    background-color: #AFAFB4;
}
.font-xxs{font-size: 12px !important;}
.font-xs{font-size: 14px !important;}
.font-s{font-size: 17px !important;}
.font-m{font-size: 19px !important;}
.font-l{font-size: 22px !important;}
.font-xl{font-size: 26px !important;}
.font-xxl{font-size: 32px !important;}

.bold { font-weight: bold !important; }

.rojo{color: #cc3333 !important;}
.amarillo{color: #e39b13 !important;}
.verde{color: #7eb128 !important;}
.azul{color: #3366cc !important;}
.violeta{color: #743acc !important;}
.gris{color: #4d5258 !important;}
.gris_claro{color: #aaa !important;}
.celeste{color: #5f9ceb !important;}
.blanco{color: #fff !important;}

.oculto{display: none;}

.espacio100{
    height: 100px;
}

#logo{
    float: left;
    width: 250px;
    margin-top: 23px;
}
.body_mobile #logo{
    width: 147px;
    margin-top: 0;
}
#logo img{
    width: 100%;
}

#top{
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 3;
    padding: 0px 0;
    height: 110px;
    border-bottom: 1px solid #000;
}
.body_mobile #top{
    padding: 15px 0;
    height: 60px;
}
#top .top_wrap{
    max-width: 1110px;
    padding: 0 15px;
    margin: 0 auto;
}

#top .hamburger{
    cursor: pointer;
    display: none;
    position: absolute;
    padding: 19px;
    right: 0;
    top: 0;
    font-size: 22px;
    opacity: 0.7;
}
#top .hamburger:hover{
    opacity: 1;
}
.body_mobile #top .hamburger{
    display: block;
}

#top ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
#top ul.menu{
    display: flex;
    justify-content: space-around;
    width: 650px;
    text-align: center;
    float: right;
}
#top ul.menu > li{
    padding: 35px 15px 0 15px;
    height: 110px;
}
#top ul.menu > li a{
    color: #000;
    text-transform: uppercase;
    display: block;
    padding-left: 0px;
    font-size: 12px;
}
#top ul.menu > li a:hover,
#top ul.menu > li a.active{
    font-family: 'Gotham';
}
#top ul.menu > li.social_top{

}
#top ul.menu > li.social_top a{
    display: inline-block;
    padding-left: 13px;
    font-size: 17px;
    color: #a41f35;
}
.body_mobile #top ul.menu > li.social_top a{
    padding-left: 15px;
}
.body_mobile #top ul.menu > li.social_top a:first-child{
    padding-left: 0;
}
.body_mobile #top ul.menu{
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-bottom: 20px;
    background: #fff;
    border-top: 1px solid #00000014;
}
.body_mobile #top ul.menu > li{
    height: auto;
    padding-top: 15px;
    padding-left: 15px;
    text-align: left;
}
.body_mobile #top ul.menu > li.social_top{
    padding-left: 0;
    border-top: 1px solid #eaeaea;
    margin-top: 18px;
    padding-top: 19px;
    text-align: center;
}
.body_mobile #top ul.menu.show_menu{
    display: block;
    animation: fadein 1s forwards;
}
#top ul.menu > li.dropdown{
    position: relative;
}
#top ul.menu > li.dropdown:hover{
    font-family: 'Gotham';
}
#top ul.menu > li.dropdown:hover u{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #000;
}
.body_mobile #top ul.menu > li.dropdown:hover u{
    display: none;
}
#top ul.menu > li.dropdown > ul{
    display: none;
    position: absolute;
    top: 110px;
    z-index: 2;
    background: #fff;
    width: 115px;
    padding: 0;
    left: 0px;
    border-bottom: 1px solid #000;
}
.body_mobile #top ul.menu > li.dropdown > ul{
    position: static;
    display: block;
    border-bottom: 0;
}
#top ul.menu > li.dropdown:hover{
}
#top ul.menu > li.dropdown:hover > ul{
    display: block;
}
#top ul.menu > li.dropdown > ul > li{
    padding: 10px 0;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    color: #000;
    text-transform: uppercase;
    font-family: 'Gotham Book' !important;
}
.body_mobile #top ul.menu > li.dropdown > ul > li{
    padding: 15px 0 0 0;
    border: 0;
    padding-left: 15px;
}
.body_mobile #top ul.menu > li.dropdown > ul > li a{
    color: #00000080;
}

.content_wrap{
    margin-top: 60px;
}

.body_wrap2{
    opacity: 0;
}

.loading{
    background-image: url(images/loading.gif);
    height: 16px;
    width: 16px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    opacity: 1;
}

.fadein{
  -webkit-animation: fadein 1s forwards;
  -moz-animation: fadein 1s forwards;
  -o-animation: fadein 1s forwards;
    animation: fadein 1s forwards;
}
.fadeout{
  -webkit-animation: fadeout 1s forwards;
  -moz-animation: fadeout 1s forwards;
  -o-animation: fadeout 1s forwards;
    animation: fadeout 1s forwards;
}

.cut_line{
    width: 55px;
    height: 1px;
    display: block;
    clear: both;
    position: relative;
    margin: 30px auto 0 auto;
}
.cut_line.align_izq{
    margin: 30px 0 0 0;
}
.cut_line i,
.cut_line b{
    height: 1px;
    position: absolute;
    background-color: #fff;
    top: 0;
}
.cut_line.negra i,
.cut_line.negra b{
    background-color: #282828;
}
.cut_line.gris_claro i,
.cut_line.gris_claro b{
    background-color: #b1b1b1;
}
.cut_line i{
    width: 11px;
    left: 0;
}
.cut_line b{
    width: 38px;
    right: 0;
}


.title{
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
}
.subtitle{
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    color: #000;
    margin: 0;
}
.title.blanco,
.subtitle.blanco{
    color: #fff;
}
.body_mobile .title{
    font-size: 23px;
    line-height: 27px;
}
.body_mobile .subtitle{
    font-size: 12px;
}

.container{
    margin-right: auto;
    margin-left: auto;
}
.container .limit_width{
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
}

/* /////////////////// HOME ///////////////////// */

.section_slider_home{
    background: #000;
    max-width: none;
    width: 100%;
    padding: 110px 0 0 0;
}
.body_mobile .section_slider_home{
    padding: 60px 0 0 0; 
}
.slider_home{
    background-image: url(images/home/principal.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 750px;
    position: relative;
}
.slider_home .slider_info{
    position: absolute;
    top: 50%;
    left: 85px;
    height: 340px;
    margin-top: -170px;
}
.slider_home .slider_info .slider_title{
    text-transform: uppercase;
    color: #fff;
    font-size: 50px;
    height: 195px;
    line-height: 51px;
}
.slider_home .slider_info .cut_line{
    margin: 70px 0 40px 0;
}
.slider_home .slider_info a{
    font-family: 'Neuzeit';
    display: inline-block;
    background: #a41f35;
    padding: 0px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    height: 35px;
    width: 105px;
    line-height: 35px;
    font-size: 13px;
    letter-spacing: 1px;
}

.body_mobile .slider_home{
    height: 410px;
}
.body_mobile .slider_home .slider_info{
    left: 45px;
    height: 230px;
    margin-top: -115px;
    height: 120px;
}
.body_mobile .slider_home .slider_info .slider_title{
    font-size: 30px;
    line-height: 33px;
    height: 120px;
}
.body_mobile .slider_home .slider_info .cut_line{
    margin: 44px 0 30px 0;
}

/* botellas home */

.section_destacado_home{
    background-color: #a41f35;
    width: 100%;
    padding: 103px 0;
    color: #fff;
}

.section_botellas_home{
    width: 100%;
    padding: 0;
    color: #fff;
}
.section_botellas_home .item{
    background-color: #f8f8f8;
    text-align: center;
    height: 360px;
}
.body_mobile .section_botellas_home .item{
    height: 310px;
}
.section_botellas_home .item:nth-child(even){
    background-color: #fff;
}
.section_botellas_home .item > a{
    padding-top: 90px;
    display: block;
}
.body_mobile .section_botellas_home .item > a{
    padding-top: 50px;
}
.section_botellas_home .item img{
    width: 100%;
    max-width: 300px;
}
.section_botellas_home .item div{
    color: #282828;
    text-transform: uppercase;
    font-size: 12px;
    width: 80px;
    margin: 20px auto 0 auto;
}

/* beneficios home */

.section_beneficios_home{
    background-color: #282828;
    width: 100%;
    padding: 103px 0 120px 0;
    color: #fff;
}
.section_beneficios_home ul.slider_beneficios{
    list-style: none;
    padding: 0;
    width: 100%;
    max-width: 1110px;
    margin: 110px auto 0 auto;
}
.body_mobile .section_beneficios_home ul.slider_beneficios{
    margin-top: 60px;
}
.section_beneficios_home ul.slider_beneficios > li{
    width: 25%;
    float: left;
    text-align: center;
}
.section_beneficios_home ul.slider_beneficios > li > img{
    width: 100%;
    max-width: 130px;
}
.section_beneficios_home ul.slider_beneficios .slick-slide img{
    width: 100%;
    max-width: 130px;
    display: block;
    margin: 0 auto;
	max-width: 129px;
}
.section_beneficios_home ul.slider_beneficios .info_beneficio{
    text-align: center;
    font-size: 15px;
    font-family: 'Neuzeit';
    margin-top: 53px;
    line-height: 23px;
}
@media only screen and (max-width: 900px) {
    .section_beneficios_home ul.slider_beneficios > li{
        width: 50%;
        margin-bottom: 100px;
    }
}
@media only screen and (max-width: 470px) {
    .section_beneficios_home ul.slider_beneficios > li{
        width: 100%;
        margin-bottom: 100px;
    }
}


.slick-initialized .slick-slide{
    outline: none !important;
}
.slick_slider{

}
.slick_slider .slick-prev,
.slick_slider .slick-prev:hover,
.slick_slider .slick-prev:focus{
    left: -15px;
    z-index: 2;
    background-image: url(images/arrow-left-slick.png);
    background-position: center;
    background-repeat: no-repeat;
}
.body_mobile .slick_slider .slick-prev,
.body_mobile .slick_slider .slick-prev:hover,
.body_mobile .slick_slider .slick-prev:focus{
    left: 0;
}
.slick_slider .slick-next,
.slick_slider .slick-next:hover,
.slick_slider .slick-next:focus{
    right: -15px;
    z-index: 2;
    background-image: url(images/arrow-right-slick.png);
    background-position: center;
    background-repeat: no-repeat;
}
.body_mobile .slick_slider .slick-next,
.body_mobile .slick_slider .slick-next:hover,
.body_mobile .slick_slider .slick-next:focus{
    right: 0;
}
.foto_producto .slick_slider .slick-prev,
.foto_producto .slick_slider .slick-next{
    display: none !important;
}
.slick_slider.white_arrows .slick-prev,
.slick_slider.white_arrows .slick-prev:hover,
.slick_slider.white_arrows .slick-prev:focus{
    background-image: url(images/arrow-left-slick-white.png);
}
.slick_slider.white_arrows .slick-next,
.slick_slider.white_arrows .slick-next:hover,
.slick_slider.white_arrows .slick-next:focus{
    background-image: url(images/arrow-right-slick-white.png);
}
.slick_slider .slick-prev:hover,
.slick_slider .slick-next:hover{
    opacity: 0.7;
}
.slick_slider .slick-prev:before,
.slick_slider .slick-next:before{
    content: '';
}

/* clientes home */

.section_clientes_home{
    background-color: #fff;
    width: 100%;
    padding: 103px 0;
    color: #fff;
}
.section_clientes_home .title{
    color: #282828;
}
.section_clientes_home iframe,
.section_clientes_home #map{
    display: block;
    margin: 85px auto 0 auto;
    width: 100%;
    max-width: 1110px;
}

.map_infowindow{
    font-size: 13px;
    color: #b71f35;
    padding: 20px 15px;
}
.map_infowindow h1{
    font-family: 'Neuzeit';
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    margin: 0 0 18px 0;
}
.map_infowindow u{
    display: inline-block;
    height: 1px;
    width: 20px;
    margin-bottom: 18px;
    background-color: #b71f35;
}
.map_infowindow h4{
    font-family: 'Neuzeit';
    font-size: 13px;
    display: block;    
    margin: 0;
}
.gm-style .gm-style-iw-c{
    border-radius: 0px !important;
    padding: 0 !important; 
}

.section_clientes_home ul.slider_clientes{
    list-style: none;
    padding: 0;
    width: 100%;
    max-width: 1110px;
    margin: 95px auto 0 auto;
}
.section_clientes_home ul.slider_clientes > li{
    width: 16.66%;
    float: left;
    text-align: center;
}
.section_clientes_home ul.slider_clientes .slick-slide img{
    width: 100%;
    max-width: 130px;
    display: block;
    margin: 0 auto;
}
@media only screen and (max-width: 900px) {
    .section_clientes_home ul.slider_clientes > li{
        width: 33.33%;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 470px) {
    .section_clientes_home ul.slider_clientes > li{
        width: 50%;
        margin-bottom: 40px;
    }
}

/* feed home */

.section_feed_home{
    font-family: 'Gotham';
    background-color: #fff;
    width: 100%;
    padding: 0;
    color: #fff;
}
.section_feed_home .feed_ig{
    position: relative;
    padding: 0;
    background-image: url(images/home/principal.jpg);
    background-size: cover;
    background-position: center;
}
.section_feed_home .feed_ig #instafeed > a{
    width: 50%;
    position: absolute;
    background-size: cover;
    padding: 0;
    margin: 0;
}
.section_feed_home .feed_ig #instafeed > a:nth-child(1){
    left: 0;
    top: 0;
}
.section_feed_home .feed_ig #instafeed > a:nth-child(2){
    right: 0;
    top: 0;
}
.section_feed_home .feed_ig #instafeed > a:nth-child(3){
    left: 0;
    bottom: 0;
}
.section_feed_home .feed_ig #instafeed > a:nth-child(4){
    right: 0;
    bottom: 0;
}
.section_feed_home .feed_ig .ig_feed_title{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 164px;
    height: 164px;
    margin-left: -82px;
    margin-top: -82px;
    background: #fff;
    color: #000;
    text-align: center;
    padding-top: 55px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 3px;
}
.section_feed_home .feed_ig > .ig_feed_title > a,
.section_feed_home .feed_ig > .ig_feed_title > a:hover{
    color: #000;
}
.section_feed_home .feed_ig i{
    display: block;
    margin-top: 20px;
    font-size: 20px;
}
.section_feed_home .feed_fb{
    background-image: url(images/home/feed_fb_bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 0;
}
.section_feed_home .feed_fb div{
    position: absolute;
    width: 392px;
    height: 392px;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-left: -196px;
    margin-top: -196px;
    color: #a41f35;
    text-align: center;
    padding-top: 156px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 3px;
}
.section_feed_home .feed_fb div > a,
.section_feed_home .feed_fb div > a:hover{
    color: #a41f35;
}
.section_feed_home .feed_fb div u{
    width: 48px;
    height: 1px;
    background-color: #a41f35;
    display: block;
    margin: 25px auto 25px auto;
}
.section_feed_home .feed_fb div i{
    background-color: #a41f35;
    color: #fff;
    text-align: center;
    width: 37px;
    height: 37px;
    border-radius: 40px;
    line-height: 37px;
    padding-left: 3px;
    font-size: 16px;
}
@media only screen and (max-width: 560px) {
    .section_feed_home .feed_fb div{
        width: 164px;
        height: 164px;
        margin-left: -82px;
        margin-top: -82px;
        padding-top: 57px;
    }
    .section_feed_home .feed_fb div u{
        display: none;
    }
    .section_feed_home .feed_fb div i{
        display: block;
        margin: 13px auto 0 auto;
        color: #a41f35;
        background: transparent;
    }
}

/* contacto home */

.section_contacto_home{
    font-size: 12px;
    background-color: #282828;
    width: 100%;
    padding: 118px 0 80px 0;
    color: #fff;
}
.section_contacto_home .section_contacto_home_wrap{
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
}
.section_contacto_home .panel_contacto{
    padding-left: 36px;
    position: relative;
    margin-top: 55px;
}
.section_contacto_home .panel_contacto:first-child{
    margin-top: 0px;
}
.section_contacto_home .panel_contacto > img{
    position: absolute;
    top: 0;
    left: 0;
}
.section_contacto_home .panel_contacto > div{
    text-transform: uppercase;
}
.section_contacto_home .panel_contacto > .cut_line{
    margin: 25px 0 22px 0;
}
.section_contacto_home .panel_contacto > span{
    font-size: 14px;
    font-family: 'Neuzeit';
}

.section_contacto_home form{
}
.section_contacto_home .panel_form{
    padding-left: 0;
}
.body_mobile .section_contacto_home .panel_form{
    padding: 60px 35px 0 35px;
}
.section_contacto_home .panel_form.col_der{
    margin-top: 90px;
}
.body_mobile .section_contacto_home .panel_form.col_der{
    margin-top: 0;
    padding-top: 2px;
}
.section_contacto_home .panel_form > div{
    text-transform: uppercase;
}
.section_contacto_home .panel_form > .cut_line{
    margin: 25px 0 48px 0;
}
.section_contacto_home input[type=text],
.section_contacto_home textarea{
    margin-bottom: 17px; 
    padding-left: 16px;
    background-color: transparent;
    border: 1px solid #808080;
    color: #fff;
    height: 39px;
    display: block;
    width: 100%;
    font-family: 'Neuzeit';
    font-size: 15px;
    border-radius: 0;
}
.section_contacto_home input[type=text]:focus,
.section_contacto_home textarea:focus {
  outline: 1px solid #fff;
}
.section_contacto_home input[type=text]:-webkit-autofill,
.section_contacto_home input[type=text]:-webkit-autofill:hover, 
.section_contacto_home input[type=text]:-webkit-autofill:focus, 
.section_contacto_home input[type=text]:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #282828 inset !important;
}
.section_contacto_home textarea{
    height: 266px;
    resize: none;
    padding-top: 9px;
}
.section_contacto_home input[type=submit]{
    font-family: 'Neuzeit';
    background-color: #a41f35;
    color: #fff;
    height: 34px;
    width: 109px;
    text-align: center;
    font-size: 12px;
    line-height: 32px;
    border: 0;
    float: right;
    text-transform: uppercase;
    border-radius: 0
}
.body_mobile .section_contacto_home input[type=submit]{
    margin: 0 auto;
    display: block;
    float: none;
}

.section_contacto_home #res_contacto{
    font-size: 15px;
    font-family: 'Neuzeit';
    text-transform: none;
    padding: 8px 0px;
    font-weight: 800;
    color: #a41f35;
}
.body_mobile .section_contacto_home #res_contacto{
    position: absolute;
    bottom: -400px;
    left: 0;
    width: 100%;
    text-align: center;
}


/* /////////////////// PRODUCTOS ///////////////////// */

.section_producto_detalle{
    max-width: none;
    position: relative;
    width: 100%;
    padding: 110px 0 0 0;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(40,40,40,1) 50%, rgba(40,40,40,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(50%, rgba(40,40,40,1)), color-stop(100%, rgba(40,40,40,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(40,40,40,1) 50%, rgba(40,40,40,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(40,40,40,1) 50%, rgba(40,40,40,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(40,40,40,1) 50%, rgba(40,40,40,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(40,40,40,1) 50%, rgba(40,40,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#282828', GradientType=1 );
}
.body_mobile .section_producto_detalle{
    padding: 60px 0 0 0;
    background: #fff !important;
    filter: unset;
}

.section_producto_detalle .col_izq{
    margin-top: 40px;
}
.body_mobile .section_producto_detalle .col_izq{
    margin-bottom: 70px;
    position: static;
}
.title_producto{
    margin-bottom: 50px;
    text-align: center;
    color: #282828;
    font-size: 29px;
    margin: 0 0 50px 0;
    max-width: 440px;
    width: 100%;
    text-align: left;
}
.body_mobile .title_producto{
    font-size: 21px;
    position: absolute;
    top: 110px;
}
.body_mobile .title_producto img{
    height: 21px;
}
.title_producto img{
    height: 36px;
}
.foto_producto{
    position: absolute;
    top: 50%;
    left: 25%;
    width: 50%;
    margin-left: -25%;
    margin-top: -400px;
}
.cuatro_botellas .foto_producto{
    margin-top: -200px;
}
.body_mobile .foto_producto{
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    margin: 120px auto 0 auto;
    padding: 0 15px;
}
.slider_foto_producto{
    text-align: center;
    padding-left: 0;
}
.body_mobile .slider_foto_producto{
    padding: 0;
}
.slider_foto_producto img{
    width: 100%;
    max-width: 495px;
    display: block;
    margin: 0 auto;
}

.slick-dots{
}
.cuatro_botellas .slick-dots,
.seis_botellas .slick-dots{
    bottom: -60px;
}
.body_mobile .slick-dots{
    max-width: none;
}
.slick-dots li button:before{
    opacity: .17;
    font-size: 11px;
}
.slick-dots li.slick-active button:before{
    color: #bf1735;
}
.slick-dots li{
    margin: 0;
    width: 18px;
}
.seis_botellas .slick-dotted.slick-slider{
    margin-top: 150px;
}
.ocho_botellas .slick-dotted.slick-slider{
    margin-top: 150px;
}
.body_mobile .seis_botellas .slick-dotted.slick-slider,
.body_mobile .ocho_botellas .slick-dotted.slick-slider{
    margin-top: 0;
}

.section_producto_detalle .col_der{
    background-color: #282828;
    padding: 75px 65px; 
}
.body_mobile .section_producto_detalle .col_der{
    padding: 55px 20px 55px 20px;
}
.section_producto_detalle .col_der p,
.section_producto_detalle .col_der ul > li{
    color: #fff;
    font-family: 'Neuzeit';
    font-size: 15px;
    line-height: 22px;
}
.body_mobile .section_producto_detalle .col_der p,
.body_mobile .section_producto_detalle .col_der ul > li{
    font-size: 13px;
    line-height: 20px;
}
.section_producto_detalle .col_der .cut_line{
    margin: 35px 0 40px 0px;
}
.section_producto_detalle .col_der .subtitle_producto{
    font-family: 'Neuzeit';
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
.section_producto_detalle .col_der ul{
    padding: 40px 0 0 18px;
}
.section_producto_detalle .col_der ul > li{
    line-height: 25px;
}

.download{
    font-family: 'Neuzeit';
    margin-top: 70px;
    background-color: #a41f35;
    width: 205px;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 2px;
    cursor: pointer;
}
.download:hover{
    color: #fff;
    opacity: 0.7;
}

/* -- */

.section_producto_cuadro{
    max-width: none;
    width: 100%;
    padding: 85px 0 0 0;
    background-color: #e4e4e4;
}
.section_producto_cuadro .section_producto_cuadro_wrap{
    max-width: 1110px;
    margin: 0 auto;
}
.cuadro{

}
.cuadro .title{
    text-align: left;
    font-size: 28px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 25px;
}
.body_mobile .cuadro .title{
    font-size: 21px;
}
.cuadro table{
    margin-bottom: 96px;
    width: 100%;
    max-width: 500px;
}
.cuadro table tr{
}
.body_mobile .cuadro.cuadro_small table tr{
    width: 50%;
    display: block;
    float: left;
}
.body_mobile .cuadro.cuadro_small table tr:first-child td{
	border-right: 0;
}
@media only screen and (max-width: 430px) {
	.body_mobile .cuadro.cuadro_small table tr td:last-child{
	    height: 63px !important;
	}
}
.cuadro table tr td{
    border: 1px solid #000;
    padding: 11px 23px;
    color: #000;
    font-size: 15px;
    font-family: 'Neuzeit';
    text-align: left;
    height: 50px;
}
.body_mobile .cuadro table tr td{
    padding: 8px 13px;
    height: auto;
}
.cuadro table tr td sup{
    font-size: 15px;
    margin-left: 7px;
}
.cuadro table tr td img{
    height: 28px;
}
.body_mobile .cuadro table tr td img {
    height: 25px;
}

.cuadro table.seis{
    max-width: 510px;
}
.cuadro table.seis tr td {
    font-size: 15px;
    padding: 7px 12px;
    line-height: 15px;
}
.cuadro table.seis tr td img{
    height: 27px;
}

.cuadro table.ocho{
    max-width: 530px;
}
.cuadro table.ocho tr td {
    font-size: 15px;
    padding: 7px 11px;
    line-height: 15px;
}
.cuadro table.ocho tr td img{
    height: 24px;
}

.body_mobile .cuadro table{
    border-bottom: 1px solid #000;
}
.body_mobile .cuadro table.cuatro tr td,
.body_mobile .cuadro table.seis tr td,
.body_mobile .cuadro table.ocho tr td{
    display: block;
    border-bottom: 0;    
    padding-top: 10px;
    padding-bottom: 10px;
}





/* /////////////////// EMPRESA ///////////////////// */

.section_empresa_videos{
    background: #000;
    max-width: none;
    width: 100%;
    padding: 110px 0 0 0;
}
.body_mobile .section_empresa_videos{
    padding: 60px 0 0 0; 
}
.video_principal{
    width: 100%;
    padding: 0;
}
.video_principal iframe{
    width: 100%;
}

.video_selector{
    background-color: #282828;
}
.video_selector .video_selector_wrap{
    margin: 73px auto;
    width: auto;
    display: inline-block;
}
.video_selector .thumb{
    float: left;
    width: 135px;
    margin-right: 32px;
    padding: 2px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}
.video_selector .thumb img{
    width: 100%;
}
.video_selector .thumb:hover img{
    opacity: 0.5;
}
.video_selector .thumb:last-child{
    margin-right: 0px;
}
.video_selector .thumb i{
    display: none;
}
.video_selector .thumb:hover i,
.video_selector .thumb.selected i{
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 9px 8.5px;
    border-color: transparent transparent #ffffff transparent;
}
@media only screen and (max-width: 500px) {
    .video_selector .video_selector_wrap{
        margin: 33px auto;
        width: 100%;
        height: auto;
    }
    .video_selector .thumb{
        width: 31%;
        margin: 0 1% 10px 1%;
        padding: 1%;
    }
}

/* paneles empresa */

.section_empresa_panel{
    background-color: #e4e4e4;
    color: #282828;
    max-width: none;
    width: 100%;
    padding: 0;
}
.panel_wrap{
}
.panel_wrap .col-md-6{
    padding: 0;
}
.body_mobile .flecha_abajo:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(228, 228, 228, 0);
	border-top-color: #e4e4e4;
	border-width: 10px;
	margin-left: -10px;
    z-index: 2;
}
.body_mobile .flecha_abajo.flecha_oscura:after {
	border-top-color: #282828;
}
.panel_wrap .text_panel{
    padding: 53px 66px;
}
.body_mobile .panel_wrap .text_panel{
    padding: 35px 25px;
}
.section_empresa_panel .panel_wrap.invertido{
    background-color: #282828;
    color: #fff;
}
.panel_wrap .icon_panel{
}
.panel_wrap .title_panel{
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'Gotham Book';
    margin: 20px 0 42px 0;
    line-height: 34px;
}
.body_mobile .panel_wrap .title_panel{
    font-size: 21px;
    margin: 20px 0 27px 0;
    line-height: 28px;
}
.panel_wrap p{
    font-family: 'Neuzeit';
    font-size: 15px;
    line-height: 25px;
}
.body_mobile .panel_wrap p{
    font-size: 14px;
    line-height: 21px;
}
.panel_wrap .cut_line{
    margin-top: 44px;
}
.panel_wrap .imagen_panel{
}
.panel_wrap .imagen_panel img{
    width: 100%;
}




/* /////////////////// MEDIA ///////////////////// */

.section_media{
    max-width: 1100px;
    width: 100%;
    padding: 110px 0 0 0;
}
.body_mobile .section_media{
    padding: 60px 0 0 0; 
}

#instafeed{
    min-height: 700px;
}
.foto_ig{
}
.foto_ig img{
    width: 100%;
    margin-top: 50px;
}
.foto_ig div{
    margin-top: 20px;
    text-align: center;
    font-family: 'Neuzeit';
    font-size: 15px;
    color: #282828;
}
.body_mobile .foto_ig div{
    margin-top: 10px;
}
.body_mobile .foto_ig img{
    margin-top: 25px;
}


/* /////////////////// SOPORTE TECNICO ///////////////////// */

.section_soporte{
    color: #282828;
    max-width: none;
    width: 100%;
    padding: 110px 0 0 0;
}
.body_mobile .section_soporte{
    padding: 60px 0 0 0; 
}

.top_soporte .col-md-12{
    padding: 0;
}
.top_soporte img{
    width: 100%; 
}

.text_soporte{
    background-color: #a31d3a;
    padding: 61px 0 135px 0;
    text-align: center;
    color: #fff;
}
.text_soporte .title_panel{
    font-family: 'Gotham Book';
    font-size: 30px;
    line-height: 33px;
    text-transform: uppercase;
    margin-top: 36px;
}
.body_mobile .text_soporte .title_panel{
    font-size: 23px;
}
.text_soporte p{
    font-family: 'Neuzeit';
    font-size: 15px;
    line-height: 22px;
    margin-top: 50px;
}
.text_soporte a{
    font-family: 'Gotham Book';
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 30px;
    display: block;
    letter-spacing: 1px;
}


/* /////////////////// CONTACTO ///////////////////// */

.section_contacto{
    color: #282828;
    max-width: none;
    width: 100%;
    padding: 110px 0 0 0;
}
.body_mobile .section_contacto{
    padding: 60px 0 0 0; 
}

.text_contacto{
    background-color: #fff;
    padding: 61px 0 61px 0;
    text-align: center;
}
.text_contacto .title_panel{
    font-family: 'Gotham Book';
    font-size: 30px;
    line-height: 33px;
    text-transform: uppercase;
    margin-top: 36px;
}
.body_mobile .text_contacto .title_panel{
    font-size: 23px;
}

.top_contacto .col-md-12{
    padding: 0;
}
.top_contacto img{
    width: 100%; 
}

.form_contacto{
    margin: 0 auto;
    max-width: 910px;
}
.form_contacto .col-md-6{
    padding-right: 25px;
    padding-left: 25px;
}
.form_contacto input[type=text],
.form_contacto textarea,
.form_contacto label{
    font-family: 'Neuzeit';
    font-size: 15px;
    color: #282828;
    border-bottom: 1px solid #282828;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 8px 0;
    background-color: transparent;
    width: 100%;
    display: block;
    margin-bottom: 18px;
    border-radius: 0;
}
.form_contacto input[type=text]:-webkit-autofill,
.form_contacto input[type=text]:-webkit-autofill:hover, 
.form_contacto input[type=text]:-webkit-autofill:focus, 
.form_contacto input[type=text]:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.form_contacto input[type=text]:active,
.form_contacto input[type=text]:focus,
.form_contacto textarea:active,
.form_contacto textarea:focus{
    outline: none !important;
}
.form_contacto label.label_mensaje{
    margin-bottom: 0;
    cursor: text;
}
.form_contacto textarea{
    resize: none;
    height: 224px;
}
.form_contacto input[type=submit]{
    margin: 70px auto 126px auto;
    display: block;
    font-family: 'Neuzeit';
    text-transform: uppercase;
    color: #fff;
    border: 0;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    max-width: 180px;
    letter-spacing: 1px;
    background-color: #a41f35;
    border-radius: 0
}

.form_contacto input[type=text]::placeholder,
.form_contacto textarea::placeholder {
    color: #4c4c4c;
}

.form_contacto input[type=text]:-ms-input-placeholder,
.form_contacto textarea:-ms-input-placeholder {
    color: #4c4c4c;
}

.form_contacto input[type=text]::-ms-input-placeholder,
.form_contacto textarea::-ms-input-placeholder {
    color: #4c4c4c;
}

.section_contacto #res_contacto{
    position: absolute;
    color: #a41f35;
    font-family: 'Neuzeit';
    top: 0px;
    width: 100%;
    text-align: center;
    padding: 20px 0 0 0;
    font-size: 15px;
}
.body_mobile .section_contacto #res_contacto{
    top: -43px;
    padding: 0px 0 0 0;
    font-size: 13px;
}



/* /////////////////// FOOTER ///////////////////// */

.footer{    
    background-color: #282828;
    border-top: 1px solid #979797;
    width: 100%;
    text-align: center;
    padding: 60px 0 50px 0;
    color: #fff;
}
.footer .social_footer{
    font-size: 22px;
}
.footer .social_footer a{
    color: #e3e0dd;
    margin: 0 12px;
}
.footer .copy_footer{
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Neuzeit';
    margin-top: 35px;
    letter-spacing: 1px;
}

.footer_section{    
    background-color: #282828;
    width: 100%;
    padding: 30px 0 20px 0;
    color: #fff;
}
.footer_section_wrap{
    max-width: 1110px;
    margin: 0 auto;
}
.footer_section .social_footer{
    text-align: right;
    font-size: 19px;
}
.body_mobile .footer_section .social_footer{
    text-align: center;
}
.footer_section .social_footer a{
    color: #e3e0dd;
    margin: 0px 7px;
}
.footer_section .social_footer a:last-child{
    margin-right: 0;
} 
.footer_section .copy_footer{
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Neuzeit';
    line-height: 22px;
    letter-spacing: 1px;
}
.body_mobile .footer_section .copy_footer{
    text-align: center;
    padding-bottom: 20px;
}

@-webkit-keyframes fadein {
    0% {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    1% {
        display: block;
        visibility: visible;
        opacity: 0;
    }

    100% {
        display: block;
        visibility: visible;
        opacity: 1;
    }
}
@-moz-keyframes fadein {
    0% {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    1% {
        display: block;
        visibility: visible;
        opacity: 0;
    }

    100% {
        display: block;
        visibility: visible;
        opacity: 1;
    }
}
@-o-keyframes fadein {
    0% {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    1% {
        display: block;
        visibility: visible;
        opacity: 0;
    }

    100% {
        display: block;
        visibility: visible;
        opacity: 1;
    }
}
@keyframes fadein {
    0% {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    1% {
        display: block;
        visibility: visible;
        opacity: 0;
    }

    100% {
        display: block;
        visibility: visible;
        opacity: 1;
    }
}


@-webkit-keyframes fadeout { 
   0% {
        visibility: visible;
        opacity: 1;
    }

    99% {
        visibility: visible;
        opacity: 0;
    }

    100% {
        visibility: hidden;
        opacity: 0;
    }
}
@-moz-keyframes fadeout { 
   0% {
        visibility: visible;
        opacity: 1;
    }

    99% {
        visibility: visible;
        opacity: 0;
    }

    100% {
        visibility: hidden;
        opacity: 0;
    }
}
@-o-keyframes fadeout { 
   0% {
        visibility: visible;
        opacity: 1;
    }

    99% {
        visibility: visible;
        opacity: 0;
    }

    100% {
        visibility: hidden;
        opacity: 0;
    }
}
@keyframes fadeout { 
   0% {
        visibility: visible;
        opacity: 1;
    }

    99% {
        visibility: visible;
        opacity: 0;
    }

    100% {
        visibility: hidden;
        opacity: 0;
    }
}

