.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}
main{
    padding: 90px 0 0;
    background-color: #AE0F0A;
}
.destacado_slider{
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
}
.owl-dots{
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
}
.owl-dot{
    background-color: #ffffff!important;
    opacity: 0.2!important;
    width: 14px;
    height: 14px;
    display: inline-block;
    z-index: 20;
    border-radius: 10px;
    margin: 0 5px;
}
.owl-dots > .active{
    background-color: #ffffff!important;
    opacity: 1!important;
}
.owl-nav{
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: calc(50% - 22px);
    bottom: auto;
    left: 0;
    right: 0;
}
.owl-prev{
    left: 4%;
    right: auto;
    position: absolute;
}
.owl-next{
    right: 4%;
    left: auto;
    position: absolute;
}
.slide1{
    width: 100%;
    height: calc(100vh - 90px);
    min-height: 600px;
    background: url(../img/bn_destacado_mobile_01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
.slide2{
    width: 100%;
    height: calc(100vh - 90px);
    min-height: 600px;
    background: url(../img/bn_destacado_mobile_02.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
.slide3{
    width: 100%;
    height: calc(100vh - 90px);
    min-height: 600px;
    background: url(../img/bn_destacado_mobile_03.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
.contacto{
    background: #E52F16;
    padding: 80px 20px;
    display: block;
    background-image: url(../img/bk_contacto_mobile.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}
.pie_prod{
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.grilla{
    width: 100%;
    max-width: 1024px;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
}
.tit_seccion{
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'kn69', sans-serif;
    font-size: 71px;
    line-height: 57px;
    margin: 0 0 80px;
}
.contenedor_contacto{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: left;
    background-color: rgba(186, 29, 16,.86);
    border-radius: 10px;
    padding: 20px 20px;
}
.campo_contacto{
    width: 100%;
    height: 48px;
    display: block;
    position: relative;
    border: 1px solid rgba(255,255,255,0.45);
    color: #ffffff;
    text-align: left;
    border-radius: 4px!important;
    font-family: 'kn69', sans-serif;
    background-color: transparent;
    font-size: 16px;
    line-height: 48px;
    padding: 0 16px;
    margin-bottom: 4px;
}
.campo_contacto::placeholder {
    color: rgba(255,255,255,0.45)!important ;
}
.campo_contacto:focus {
    color: rgba(255,255,255,1)!important ;
    border: 1px solid rgba(255,255,255,1)!important;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(236,236,236,0.2)!important;
    -moz-box-shadow: 0px 0px 0px 4px rgba(236,236,236,0.2)!important;
    box-shadow: 0px 0px 0px 4px rgba(236,236,236,0.2)!important;
}
.campo_mensaje{
    width: 100%;
    height: 136px;
    display: block;
    position: relative;
    overflow: hidden;
    resize: none;
    border: 1px solid rgba(255,255,255,0.45);
    color: #ffffff;
    text-align: left;
    border-radius: 4px!important;
    font-family: 'kn69', sans-serif;
    background-color: transparent;
    font-size: 16px;
    line-height: 48px;
    padding: 0 16px;
    margin-bottom: 4px;
}
.campo_mensaje:focus {
    color: rgba(255,255,255,1)!important ;
    border: 1px solid rgba(255,255,255,1)!important;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(236,236,236,0.2)!important;
    -moz-box-shadow: 0px 0px 0px 4px rgba(236,236,236,0.2)!important;
    box-shadow: 0px 0px 0px 4px rgba(236,236,236,0.2)!important;
}
.btn_contacto{
    width: 100%;
    height: 37px;
    display: block;
    background-color: #F5BA08;
    color: #ffffff;
    text-align: center;
    font-family: 'kn74', sans-serif;
    font-size: 25px;
    line-height: 37px;
    border-radius: 100px;
    margin: 16px 0;
    border: none;
}
textarea:-moz-placeholder, /* Firefox 18- */
textarea::-moz-placeholder, /* Firefox 19+ */
textarea:-ms-input-placeholder, /* IE 10+ */
textarea::-webkit-input-placeholder, /* Webkit based */
textarea::placeholder { /* Modern browsers */
  color: #ffffff!important;  
}
.error{
    background-color: rgba(255,255,255,0.5)!important ;
    border: 1px solid rgb(229, 47, 22)!important;
    color: rgb(229, 47, 22)!important;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(236,236,236,0.2)!important;
    -moz-box-shadow: 0px 0px 0px 4px rgba(236,236,236,0.2)!important;
    box-shadow: 0px 0px 0px 4px rgba(236,236,236,0.2)!important;
}
.campo_error{
    font-size: 14px;
    line-height: 40px;
    text-align: left;
    color: rgb(229, 47, 22);
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 10px;
    background-color: #ffffff;
    padding: 0 20px;
    border-radius: 4px;
}
.flechita{
    width: 12px;
    height: auto;
    display: inline-block;
    margin: 0 10px;
}

@media screen and (min-width:540px){   
    main{
        padding: 90px 0 0;
        background-color: #AE0F0A;
    }
    .destacado_slider{
        width: 100%;
        height: auto;
        display: block;
        padding: 0;
    }
    .owl-dots{
        text-align: center;
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: 20px;
    }
    .owl-dot{
        background-color: #ffffff!important;
        opacity: 0.2!important;
        width: 14px;
        height: 14px;
        display: inline-block;
        z-index: 20;
        border-radius: 10px;
        margin: 0 5px;
    }
    .owl-dots > .active{
        background-color: #ffffff!important;
        opacity: 1!important;
    }
    .owl-nav{
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        top: calc(50% - 22px);
        bottom: auto;
        left: 0;
        right: 0;
    }
    .owl-prev{
        left: 4%;
        right: auto;
        position: absolute;
    }
    .owl-next{
        right: 4%;
        left: auto;
        position: absolute;
    }
    .slide1{
        width: 100%;
        height: calc(100vh - 90px);
        min-height: 600px;
        background: url(../img/bn_destacado_mobile_01.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        position: relative;
    }
    .slide2{
        width: 100%;
        height: calc(100vh - 90px);
        min-height: 600px;
        background: url(../img/bn_destacado_mobile_02.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        position: relative;
    }
    .slide3{
        width: 100%;
        height: calc(100vh - 90px);
        min-height: 600px;
        background: url(../img/bn_destacado_mobile_03.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        position: relative;
    }
    .contacto{
        background: #E52F16;
        padding: 80px 20px;
        display: block;
        background-image: url(../img/bk_productos.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: top center;
    }
    .grilla{
        width: 100%;
        max-width: 1024px;
        height: auto;
        display: block;
        margin: 0 auto;
        position: relative;
    }
    .tit_seccion{
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        font-family: 'kn69', sans-serif;
        font-size: 71px;
        line-height: 57px;
        margin: 0 0 80px;
    }
    .contenedor_contacto{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        text-align: left;
        padding: 20px 50px;
    }
    
}
@media screen and (min-width:1024px){    

    .youtube-video {
        aspect-ratio: 16 / 9;
        width: 100%;
    }
   
    main{
        padding: 90px 0 0;
        background-color: #AE0F0A;
    }
    .destacado_slider{
        width: 100%;
        height: auto;
        display: block;
        padding: 0;
    }
    .slide1{
        width: 100%;
        height: calc(100vh - 90px);
        min-height: 620px;
        background: url(../img/bn_destacado_01.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        position: relative;
    }
    .slide2{
        width: 100%;
        height: calc(100vh - 90px);
        min-height: 600px;
        background: url(../img/bn_destacado_02.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        position: relative;
    }
    .slide3{
        width: 100%;
        height: calc(100vh - 90px);
        min-height: 600px;
        background: url(../img/bn_destacado_03.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        position: relative;
    }
    .contacto{
        background: #E52F16;
        padding: 210px 20px 80px;
        display: block;
        background-image: url(../img/bk_productos.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: top center;
    }
    .grilla{
        width: 100%;
        max-width: 1024px;
        height: auto;
        display: block;
        margin: 0 auto;
        position: relative;
    }
    .tit_seccion{
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        font-family: 'kn69', sans-serif;
        font-size: 83px;
        line-height: 69px;
        margin: 0 0 80px;
    }
    .contenedor_contacto{
        width: auto;
        height: auto;
        display: block;
        position: relative;
        text-align: left;
        margin: 0 auto;
        padding: 20px 50px;
    }
    
}