html {
  scroll-behavior: smooth;
}

#telefonos a {
    color: #5596dc !important;
}

#credits a{
    color: #6c757d !important;
}

#welcome {
    background-image: url(img/img-overlay.png), url(img/crosss.svg), url(img/crosss.svg), linear-gradient(to bottom, rgba(15,36,57,0.1) 0%, rgba(41,88,126,0.2) 100%), url(img/lubri.jpg);
    background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-attachment: scroll, scroll, scroll, scroll, scroll;
    background-position: 0 0, right bottom, left 320px, 0 0, center center;
    background-size: auto, 250px, 200px, auto, cover;
    background-color: #1a3247;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0px 0px 0px 10000px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 0px 10000px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 0px 10000px rgba(0, 0, 0, 0.1);
}

.cta {
    outline: none !important;
    background-color: #ff9200 !important;
    text-shadow: 0px 3px 0px rgba(189, 108, 0, 0);
    transition: all .3s !important;
}

.cta:hover {
    text-shadow: 0px 3px 0px rgba(189, 108, 0, 1);
    background-color: #ffb85a !important;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(189,108,0,1);
-moz-box-shadow: 0px 2px 0px 0px rgba(189,108,0,1);
box-shadow: 0px 2px 0px 0px rgba(189,108,0,1);
}

.cta:focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 149, 33, .5) !important;
}

#productos article a{
    color: inherit;
    text-decoration: none;
}

#productos article{
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(255,146,0,1);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(255,146,0,1);
    box-shadow: inset 0px 0px 0px 0px rgba(255,146,0,1);
    transition: all .3s;
    cursor: pointer;
}

#productos article:hover, #productos article:active{
    -webkit-box-shadow: inset 0px 0px 0px 6px rgba(255,146,0,1);
    -moz-box-shadow: inset 0px 0px 0px 6px rgba(255,146,0,1);
    box-shadow: inset 0px 0px 0px 6px rgba(255,146,0,1);
}


.gris {
    background-color: #f3f3f3 !important;
}

.blanco {
    background-color: #fff !important;
}

.borde {
    border: 4px solid #f3f3f3 !important;
}


#welcome h1 {
    font-family: Arial, sans-serif !important;
    line-height: 1.2 !important;
    font-size: 3em !important;
}

#welcome h2 {
    line-height: 1.9 !important;
    font-size: 25px !important;
}

.texto-fondo-negro {
    background-color: rgba(0,0,0,0.5);
    padding: 0px 10px 4px 10px;
}

.texto-con-sombra {
    text-shadow: 2px 4px 15px #000;
}

#logo {
    width: 140px;
}

#foot {
    background-color: #222 !important;
}


@-webkit-keyframes fadein-right {
    0% {
        opacity: 0;
        padding-left: 400px;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        padding-left: 0px;
    }
}

@-moz-keyframes fadein-right {
    0% {
        opacity: 0;
        padding-left: 400px;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        padding-left: 0px;
    }
}

@-o-keyframes fadein-right {
    0% {
        opacity: 0;
        padding-left: 400px;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        padding-left: 0px;
    }
}

@keyframes fadein-right {
    0% {
        opacity: 0;
        padding-left: 400px;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        padding-left: 0px;
    }
}

@-webkit-keyframes fadein-left {
    0% {
        opacity: 0;
        padding-right: 400px;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        padding-right: 0px;
    }
}

@-moz-keyframes fadein-left {
    0% {
        opacity: 0;
        padding-right: 400px;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        padding-right: 0px;
    }
}

@-o-keyframes fadein-left {
    0% {
        opacity: 0;
        padding-right: 400px;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        padding-right: 0px;
    }
}

@keyframes fadein-left {
    0% {
        opacity: 0;
        padding-right: 400px;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        padding-right: 0px;
    }
}

.fade-in-right {
    -webkit-animation: fadein-right 1.3s;
    /* Safari 4+ */
    -moz-animation: fadein-right 1.3s;
    /* Fx 5+ */
    -o-animation: fadein-right 1.3s;
    /* Opera 12+ */
    animation: fadein-right 1.3s;
    /* IE 10+, Fx 29+ */
    width: 300px;
}

.icono-social {
    opacity: 0.5;
    transition: all 0.3s !important;
}

.icono-social:hover {
    opacity: 1;
}



/* NUEVOS ESTILOS 2020 */

#contacto.full_viewport{
    display: flex;
}

.full_viewport {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-color: black;
}

#video-elem {
    display: block;
    margin: 0 auto;
    min-height: 100%;
    max-width: 100%;
}

.hero{
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.kumho-hero{
    background-image: url("img/kumho-hero.jpg");
}

.balanceo-hero{
    background-image: url("img/balanceo-hero.jpg");
}

.kumho-hero{
    height: 500px;
    background-image: url("img/kumho-hero.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sombra-texto{
    background: black;
}

.contenedor-flecha{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 1;
    bottom: 0;
}

.flecha_abajo {
    display: block;
    width: 50px;
    box-sizing: content-box;
    padding: 20px 65px;
    cursor: pointer;
    animation: ansioso 1.5s infinite;
}

#menu_mileban {
    position: absolute;
    width: 100%;
    z-index: 1;
}

#titulo_hero {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 414px) {
    #titulo_hero {
        bottom: 50px;
    }

    #titulo_hero h1 {
        font-size: 1.5em;
    }

    .flecha_abajo {
        width: 40px;
    }
}

#ubicacion {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: rgba(0, 0, 0, 0.8);
    padding: 25px;
    z-index: 1;
}

.texto_gris_mileban {
    color: #83827e;
}


.backtop {
    width: 50px;
    height: 50px;
    background-image: url("img/arrow-grey-up.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: black;
    display: none;
    position: fixed;
    z-index: 2;
    bottom: 1rem;
    right: 1rem;
    border-radius: 50%;
    padding: 0.25rem;
    animation: ansioso 1.5s infinite;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(131, 130, 126, 0);
    -moz-box-shadow: 0px 0px 0px 2px rgba(131, 130, 126, 0);
    box-shadow: 0px 0px 0px 2px rgba(131, 130, 126, 0);
}

.backtop:hover {
    background-color: white;
    animation-play-state: paused;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(131, 130, 126, 1);
    -moz-box-shadow: 0px 0px 0px 2px rgba(131, 130, 126, 1);
    box-shadow: 0px 0px 0px 2px rgba(131, 130, 126, 1);
}

@keyframes ansioso {
    50% {
        transform: translateY(-0.5rem);
    }
}