.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;
}
.historia{
    background: rgb(229,47,22);
    background: -moz-linear-gradient(180deg, rgba(229,47,22,1) 0%, rgba(244,150,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(229,47,22,1) 0%, rgba(244,150,0,1) 100%);
    background: linear-gradient(180deg, rgba(229,47,22,1) 0%, rgba(244,150,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e52f16",endColorstr="#f49600",GradientType=1);
    padding: 80px 20px;
    display: block;
    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_historia{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: left;
    padding: 20px 0px 40px 20px;
}
.sub_title{
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    font-family: 'kn28', sans-serif;
    font-size: 31px;
    line-height: 55px;
    color: #ffffff;
    text-transform: uppercase;
}
.dato{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 60px;
}
.ano_choc{
    font-family: 'kn69', sans-serif;
    font-size: 77px;
    line-height: 55px;
    color: #FCEE1D;
    display: inline-block;
    vertical-align: top;
    width: 105px;
    height: auto;
    text-align: left;
}
.evento_choc{
    font-family: 'kn30', sans-serif;
    font-size: 20px;
    line-height: 19px;
    color: #ffffff;
    display: inline-block;
    text-align: left;
    width: calc(100% - 105px);
    height: auto;
    padding: 0px 0 20px 30px;
}
.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;
}
.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;
}

.comercial{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding: 90px 20px;
}
.logo_merecido{
    width: 100%;
    height: auto;
    max-width: 90%;
    display: block;
    margin: 0 auto 20px;
}
.tit_seccion_historia{
    font-family: 'kn69', sans-serif;
    font-size: 33px;
    line-height: 30px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    text-align: center;
    width: 62%;
    height: auto;
    color: #ffffff;
    margin: 0 auto 180px;
    position: relative;
    z-index: 9;
}
.mancha_top{
    width: 100%;
    height: auto;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0 auto;
}
.mancha_top_mobile{
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0 auto;
}
.mancha_left{
    width: 15%;
    height: auto;
    display: none;
    position: absolute;
    top: 20%;
    left: 0;
    right: auto;
    bottom: auto;
}
.mancha_right{
    width: 10%;
    height: auto;
    display: block;
    position: absolute;
    top: 40%;
    left: auto;
    right: 0;
    bottom: auto;
}
@media screen and (min-width:540px){
    .mancha_top{
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        margin: 0 auto;
    }
    .mancha_top_mobile{
        width: 100%;
        height: auto;
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        margin: 0 auto;
    }
    .mancha_left{
        width: 15%;
        height: auto;
        display: block;
        position: absolute;
        top: 20%;
        left: 0;
        right: auto;
        bottom: auto;
    }
    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;
    }
    .historia{
        background: rgb(229,47,22);
        background: -moz-linear-gradient(180deg, rgba(229,47,22,1) 0%, rgba(244,150,0,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(229,47,22,1) 0%, rgba(244,150,0,1) 100%);
        background: linear-gradient(180deg, rgba(229,47,22,1) 0%, rgba(244,150,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e52f16",endColorstr="#f49600",GradientType=1);
        padding: 80px 20px;
        display: block;
    }
    .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_historia{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        text-align: left;
        padding: 20px 0px 40px 50px;
    }
    
    .comercial{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        background: #D92A18;
        background-image: none;
        padding: 90px 20px;
    }
    .logo_merecido{
        width: 100%;
        height: auto;
        max-width: 420px;
        display: block;
        margin: 0 auto 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;
    }
    .historia{
        background: rgb(229,47,22);
        background: -moz-linear-gradient(180deg, rgba(229,47,22,1) 0%, rgba(244,150,0,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(229,47,22,1) 0%, rgba(244,150,0,1) 100%);
        background: linear-gradient(180deg, rgba(229,47,22,1) 0%, rgba(244,150,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e52f16",endColorstr="#f49600",GradientType=1);
        padding: 210px 20px 80px;
        display: block;
    }
    .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_historia{
        width: auto;
        height: auto;
        display: block;
        position: relative;
        text-align: left;
        margin: 0 auto;
        padding: 20px 0px 40px 50px;
    }
    .sub_title{
        width: 100%;
        height: auto;
        display: block;
        text-align: left;
        font-family: 'kn28', sans-serif;
        font-size: 38px;
        line-height: 55px;
        color: #ffffff;
        text-transform: uppercase;
    }
    .dato{
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 80px;
    }
    .ano_choc{
        font-family: 'kn69', sans-serif;
        font-size: 123px;
        line-height: 123px;
        color: #FCEE1D;
        display: inline-block;
        vertical-align: top;
        width: 200px;
        height: auto;
        text-align: left;
    }
    .evento_choc{
        font-family: 'kn30', sans-serif;
        font-size: 44px;
        line-height: 42px;
        color: #ffffff;
        display: inline-block;
        text-align: left;
        width: calc(100% - 200px);
        height: auto;
        padding: 20px 0 20px 100px;
    }
    
    .tit_seccion_historia{
        font-family: 'kn69', sans-serif;
        font-size: 46px;
        line-height: 52px;
        text-transform: uppercase;
        text-align: center;
        width: 52%;
        height: auto;
        color: #ffffff;
        margin: 0 auto 180px;
        position: relative;
        z-index: 9;
    }
}