@font-face{font-family: "FuturaStd";font-display: auto;font-weight: 700;src: url(https://storage.googleapis.com/prodecommerce/landing/hamburguesa/fonts/FuturaStd-Bold.otf)format('OpenType');} 
@font-face {font-family: "FuturaStd";font-display: auto;font-weight: 400;src: url(https://storage.googleapis.com/prodecommerce/landing/hamburguesa/fonts/FuturaStd-Medium.otf)format('OpenType');} 
@font-face {font-family: "FuturaStd";font-display: auto;font-weight: 600;src: url(https://storage.googleapis.com/prodecommerce/landing/hamburguesa/fonts/FuturaStd-Heavy.otf)format('OpenType');}
@font-face {font-family: "Engebrechtre";font-display: auto;src: url(https://storage.googleapis.com/prodecommerce/landing/hamburguesa/fonts/engebrechtre_rg-webfont.woff)format('woff');}		



body{
    background-color: #171717;
    font-family: "FuturaStd";
}
header{
    min-height: 115px;
}
.navbar{
    background-image: url(https://storage.googleapis.com/prodecommerce/landing/hamburguesa/images/fondo-menu.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    width: 100%;
    padding-bottom: 45px;
    height: auto!important;
    background-color: transparent;
    
}
.navbar ul.navbar-nav li.nav-item{
    background-color: #E1251B;
    border-radius: 30px 30px 30px 30px;
    padding: 6px 15px 0;
}
.navbar ul.navbar-nav li.nav-item span{
    font-weight: 700;
    color: white;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
}
@media (max-width:500px){
    header{
        min-height: 110px;
    }
    nav.navbar a img.logo_principal{
       width: 50%;
    }
    .navbar ul.navbar-nav li.nav-item{
        width: 140px;
        position: absolute;
        right: 16px;
        top: 28px;
        padding: 0px 15px;
        height: 50px;
    }
    .navbar ul.navbar-nav li.nav-item svg{
        width: 20px;
        margin-top: 0px;
    }
    .navbar ul.navbar-nav li.nav-item span{
        font-size: 10px;
        margin-top: 10px;
    }
    
    
}
section.banner img.kv-mobile{
    display: none;
}
@media (max-width: 680px){
    section.banner img.kv-destock{
        display: none;
    }
    section.banner img.kv-mobile{
        display: block;
    }
    section.banner .banner-bg{
        padding-left: 0;
        padding-right: 0;
    }
    section.banner .banner-bg .container{
        padding-left: 0;
        padding-right: 0;
    }
    section.banner .banner-bg .container .mobile-p0{
        padding-left: 0;
        padding-right: 0;
    }
}

.carousel-item {
opacity: 0;
transition: opacity 0.6s ease-in-out;
}
.carousel-item.active {
opacity: 1;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-fade .carousel-item {
    opacity: 0;
    min-height: 350px;
    transition-duration: .6s;
    transition-timing-function: ease-in-out;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-right,
.carousel-fade .carousel-item-left {
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-item .carousel-background{
    min-height: 400px;
}
.carousel-fade .carousel-item .carousel-background .img-fondo-banner{
    min-width: 1100px;
}
@media (max-width: 768px){
    .carousel-fade .carousel-item .carousel-background .img-fondo-banner{
        margin-left: -260px;
        opacity: 45%;
    }
}
.carousel-section .carousel-indicators li {
    background-color:transparent!important;
    border: 1px solid white;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    margin-right: 8px;
    margin-left: 8px;
}
.carousel-section .carousel-indicators li.active{
    background-color:white!important;
}
.texto-flotante{
    bottom: inherit;
    top:20%;
    right: 17%;
    left: inherit;
    text-shadow:rgb(0 0 0) -1px 0px 15px;
    
}
.texto-flotante p{
    font-family: "FuturaStd";
    font-size: 24px;
    text-shadow: rgb(28, 28, 28) 1px 0 10px;
}
.texto-flotante p span{
    font-weight: bold;
    color: #ffff00;
    font-size: 22px;
}
.texto-flotante a.btn{
    background-color: transparent;
    border: 1px solid #ffff00;
    color: #ffff00;
    padding-left: 20px;
    padding-right: 20px;
    transition: 0.5s;
    font-family: "FuturaStd";
    font-size: 24px;
}
.texto-flotante a.btn:hover{
    background-color:#ffff00;
    color: black;
}
@media (max-width: 1220px){
    .texto-flotante{
        left: auto;
        right: auto;
        top: 20%;
    }
}
@media (max-width: 767px){
    .texto-flotante{
        left: auto;
        right: auto;
        top: 20%;
    }
}
.form-section{
    padding: 7% 2%;
}


.cont_form{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #f8f6ed;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px -1px 21px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px -1px 21px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -1px 21px 0px rgba(0,0,0,0.75);
}
.contenedor_fr{
    width: 100%;
    max-width: 415px;
}
@media (max-width: 767px){
    .contenedor_fr{
        max-width: none;
    }
}
@media (max-width: 500px){
    .form-section{
        padding: 0;
    }
    .form-section .cont_imagen_form{
        max-height: 390px;
        background-size: cover;
        background-position: center;
    }
    
}


.contenedor_fr .checkbox_aceptar label{
    display: contents;
    font-size: 12px;
    font-family: "FuturaStd";
}
.contenedor_fr .checkbox_aceptar label a{
    color: #004c97!important;
}

.cont_form h2{
    color: #004c97;
    font-family: "Engebrechtre";
    font-size: 50px;
}
.cont_form p{
    color: #222222;
    font-size: calc(100vw * 22 / var(--width_base));
    font-family: "FuturaStd";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
}
.cont_form .cont_imagen_form img.img_form{
    width: 100%; max-width: 500px; margin: 0 auto;display: block;height: 100%;
}
@media (max-width: 1005px){
    .cont_form .cont_imagen_form{
        background-image: url(https://storage.googleapis.com/prodecommerce/landing/hamburguesa/images/imagen_formulario.png);
        background-size: cover;
    }
    .cont_form .cont_imagen_form img.img_form{
        opacity: 0;
    }
}
@media (max-width: 767px){

}

#_form_12_ ._form_element input::placeholder{font-family: "FuturaStd"!important;}



.video-section{
    background-color: #f9f7ed;
    padding: 5% 2% 7%;
}

.video-section .titulo_vid{
    font-size: 45px;
    font-family: "Engebrechtre";
}

.video-section img.linea-kv{
    width: 3px;
    height: 310px;
}
.video-section ol.carousel-indicators{
    bottom: -60px;
}
.video-section ol.carousel-indicators li{
    border: 1px solid #e1251b;
}
.video-section ol.carousel-indicators li.active{
    background-color: #e1251b!important;
}
.video-section .contenedor_tiempo{
    margin: 0 auto 25px;
    width: 136px;
    height: 52px;
    text-align: center;
    color: white;
    background-repeat: no-repeat;
    background-image: url(https://storage.googleapis.com/prodecommerce/landing/hamburguesa/images/etiqueta.png);
    background-size: 135px;
    padding-top: 10px;
    font-size: 22px;
}

.video-section .contenedor_tiempo p{
    color:white;
    font-weight: 700;
    font-size: 22px;
}

.video-section h2{
    color:#004c97;
    font-size: 50px;
}


.video-section h3{
    color:#004c97;
    font-weight: 800;
    margin-bottom: 18px;
}

.video-section p{
    color:#004c97;
    font-size: 18px;
    font-weight: 600;
}
.video-section p span{
    color:#222222;
    font-weight: 100;
}

.video-section .carousel-indicators li {
    background-color:transparent!important;
    border: 1px solid white;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    margin-right: 8px;
    margin-left: 8px;
}
.video-section .carousel-indicators li.active{
    background-color:white!important;
}



@media (max-width: 767px){
    .video-section img.linea-kv{
        display: none;
    }
}

@media (max-width: 650px){
    .video-section{
        padding-bottom: 15%;
    }
}

@media (max-width: 400px){
    .video-section{
        padding-bottom: 26%;
    }
}


.footer{
    padding: 4% 0;
    color: white!important;
    font-size: 14px;
}
.footer a{
    color: white!important;
}
.footer .primer_col svg{
    display: inline-block;
}
.footer .primer_col p{
    display: contents;
}
.footer ul{
    padding: 0;
}
.footer ul li{
    display: block;
}
.footer ul.contact-redes li{
    display: inline-block;
}
.footer .footer-menu{
    font-weight: 600;
}

@media (max-width: 767px){
    .footer .footer-menu{
        font-weight: 600;
    }
}

@media (max-width: 680px){

}