@font-face {
    font-family: SKFSans-Bold;
    src: url(../fonts/SKFSans/SKFSans-Bold.otf);
}
@font-face {
    font-family: SKFSans-BoldItalic;
    src: url(../fonts/SKFSans/SKFSans-BoldItalic.otf);
}
@font-face {
    font-family: SKFSans-DemiBold;
    src: url(../fonts/SKFSans/SKFSans-DemiBold.otf);
}
@font-face {
    font-family: SKFSans-DemiBoldItalic;
    src: url(../fonts/SKFSans/SKFSans-DemiBoldItalic.otf);
}
@font-face {
    font-family: SKFSans-Light;
    src: url(../fonts/SKFSans/SKFSans-Light.otf);
}
@font-face {
    font-family: SKFSans-LightItalic;
    src: url(../fonts/SKFSans/SKFSans-LightItalic.otf);
}
@font-face {
    font-family: SKFSans-Medium;
    src: url(../fonts/SKFSans/SKFSans-Medium.otf);
}
@font-face {
    font-family: SKFSans-MediumItalic;
    src: url(../fonts/SKFSans/SKFSans-MediumItalic.otf);
}
@font-face {
    font-family: SKFSans-Thin;
    src: url(../fonts/SKFSans/SKFSans-Thin.otf);
}
@font-face {
    font-family: SKFSans-ThinItalic;
    src: url(../fonts/SKFSans/SKFSans-ThinItalic.otf);
}
@font-face {
    font-family: SKFSans-Regular;
    src: url(../fonts/SKFSans/SKFSans-Regular.otf);
}

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

a{
    font-family: "SKFSans-Medium";
}

::selection{
    background-color: #0b5cd7;
    color:#fff;
}
/* CONTENEDORES */
body{
    background-color: #f6f6f6;
}
.overlay{
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: linear-gradient( 90deg, rgba(11, 92, 215, 1) 35%, rgba(9, 9, 121, 0) 25%, rgba(0, 212, 255, 0) 25% );
    opacity: 1;
    z-index: 1;
    -webkit-animation: slider 2.5s forwards;
    -webkit-animation-delay: 0s;
    animation: slider 2.5s forwards;
    animation-delay: 0s;
}
.header_height{
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}
.back_general{
    padding-top: 90px;
    padding-bottom: 150px;
    width: 100%;
    height: 950px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.back_image{
    padding-top: 90px;
    padding-bottom: 150px;
    height: 300px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.imagenes-seccion{
    background-color: #ebf0f0;
}
.header-full{
    height: 100%;
    position: relative;
    z-index: 1;
}
.menu_desktop{
    position: absolute;
    width: 100%;
    z-index: 2;
}
.menu-derecha{
    float: right;
}
.menu-izquierda{
    float: left;
}
.skf{
    position: relative;
    padding: 15px;
}
.menu-derecha a{
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    margin-right: 2rem;
    font-family: "SKFSans-Medium";
}

.menu-derecha a.active{
    color: #5f9fff;
}

.text-header{
    transform: translate(10%, -300%);
}

.contenedor-body{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 60vh;
}

.contenedor-skf{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-top: 10vh;
}

.video_skf{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100vh;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
    filter: brightness(0.65);
}
.separador_a {
    height: 100px!important;
}
.titulo-mobile{
    color: #fff;
    font-family: 'SKFSans-Medium';
}
.subtitulo-mobile{
    color: #fff;
    font-family: 'SKFSans-Light';
    font-size: 15px;
}
.seccion-mobile-ingresar{
    margin-top: 50%;
}
.img_arrow {
    width: 30px;
    margin-top: 20px;
}
.p_texto_white{
    color:#fff!important;
    text-decoration: none;
}
.p_texto_white:hover{
    text-decoration: none!important;
}
.fixed-top{
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: rgba(11, 92, 225, 0.85) !important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    backdrop-filter: blur( 20px ) !important;
    -webkit-backdrop-filter: blur( 20px ) !important;
}
.bounce2 {
    animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}
/* TEXTOS */

.subtitulo{
    font-family: "SKFSans-Medium";
    font-weight: 400;
    margin-top: -50px;
    color: #fff;
    font-size: 20px;
}

.titulo{
    font-family: "SKFSans-Light";
    font-weight: 400;
    color: #fff;
    font-size: 70px;
    line-height: 75px;
    white-space: normal;
    width: 100%;
    margin-bottom: 50px;
}

.titulo-medium{
    font-family: "SKFSans-Medium";
    color: #6c6c6c;
    font-size: 15px;
    font-weight: 100;
}

.titulo-medium-bold{
    font-family: "SKFSans-Medium";
    color: #6c6c6c;
    font-size: 22px;
    font-weight: 500;
}

.texto_plano{
    font-family: "SKFSans-Regular";
    font-weight: 100;
    color: #f6f6f6;
    font-size: 18px;
    line-height: 25px;
}

.titulo-body{
    font-family: "SKFSans-Medium";
    font-weight: 400;
    color: #f6f6f6;
    font-size: 32px;
    line-height: 37px;
}
.title_small{
    font-family: "SKFSans-Medium";
    color: #f6f6f6;
    font-size: 25px;
    line-height: 30px;
}
.title_category_blue{
    font-family: "SKFSans-Medium";
    font-weight: 400;
    color: #0b5cd7;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
}
.info-skf{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.category{
    font-family: "SKFSans-Regular";
    text-transform: capitalize;
    font-size: 1.125rem;
    line-height: 1.25rem;
    margin-bottom: 1.5rem;
    color: rgba(0, 0, 0, 0.85);
    text-align: left;
}
.text_paragraph{
    font-size: 16px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.85);
    font-family: "SKFSans-Regular";
    text-align: left;
    padding-bottom: 30px;
}
.text_paragraph_grey{
    font-size: 18px;
    line-height: 25px;
    color: #6c6c6c;
    font-family: "SKFSans-Regular";
    text-align: center;
    padding: 0 100px;
}
.title_category{
    font-family: "SKFSans-Regular";
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    font-size: 3.5rem;
    line-height: 4.5rem;
}
.skf_title{
    font-family: "SKFSans-Regular";
    color: rgba(0, 0, 0, 0.85);
    padding-left: 20px;
    padding-top: 20px;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    position: relative;
}
.content_info{
    background-color: #fff;
    margin-top: -230px;
    width: 60%;
    padding: 90px 0;
    position: relative;
}


/* FORMULARIO */
.formulario {
    margin-top: 130px;
    background: #0b5cd7 !important;
    width: 100%;
}
#form_contacto{
    position: relative;
    padding: 0px 0 50px;
}
#correo,#nombre,#tel,#email {
    background: transparent;
    border: none;
    border-bottom: 1px solid #f6f6f6;
    font-family: "SKFSans-Light"!important;
    width: 100%;
    font-size: 15px !important;
    padding: 0 20px;
    color: #f6f6f6 !important;
    border-radius: 0px!important;
    margin-bottom: 15px;
}
#correo:focus,#nombre:focus,#tel:focus,#mensaje:focus,#email:focus{
outline: none;
}
#mensaje {
    background: transparent;
    border: none;
    border-bottom: 1px solid #f6f6f6;
    font-family: "SKFSans-Light"!important;
    width: 100%;
    padding: 0 20px;
    font-size: 15px !important;
    color: #f6f6f6 !important;
    height: 80px;
}
.message{
    color:#f6f6f6 !important;
    font-family: "SKFSans-Medium"!important;
    display:none;
}
.button_login{
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: min-content;
    max-width: 100%;
    transition: ease-in .15s;
    min-width: 5rem;
    white-space: nowrap;
    border-radius: .5rem;
    text-align: center;
    font-family: "SKFSans-Medium";
    font-size: 1.125rem;
    letter-spacing: 0px !important;
    cursor: pointer;
    background-color: #0f58d6;
    color: #fff;
    text-decoration: none!important;
    padding: 11px 50px;
}
a.button_login{
    color: #f6f6f6;
    text-decoration: #f6f6f6;
    text-decoration-color: #f6f6f6;
}
.boton_azul{
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: min-content;
    max-width: 100%;
    transition: ease-in .15s;
    min-width: 5rem;
    white-space: nowrap;
    border-radius: .5rem;
    font-size: 1.125rem;
    text-align: center;
    font-family: "SKFSans-Medium";
    letter-spacing: 0px !important;
    cursor: pointer;
    background-color: #0f58d6;
    color: #fff;
    text-decoration: none!important;
    padding: 11px 50px;
    margin-left:-3000px;
    -webkit-animation: slider_left 2.5s forwards;
    -webkit-animation-delay: 0s;
    animation: slider_left 2.5s forwards;
    animation-delay: 0s;
}
a.boton_azul{
    color: #f6f6f6;
    text-decoration: #f6f6f6;
    text-decoration-color: #f6f6f6;
}
.boton-mobile{
    background-color: #073781;
    color: #fff!important;
    font-size: 1.125rem;
    padding: 11px 50px;
    width: 25%;
    margin-left: 50px;
    border-radius: .5rem;
    text-decoration: none!important;
    cursor: pointer;
    margin-left:-3000px;
    -webkit-animation: slider_left 2.5s forwards;
    -webkit-animation-delay: 0s;
    animation: slider_left 2.5s forwards;
    animation-delay: 0s;
}
a.boton-mobile{
    color: #f6f6f6;
    text-decoration: #f6f6f6;
    text-decoration-color: #f6f6f6;
}
.class_left{
    -webkit-animation: slider_left 2.5s forwards;
    -webkit-animation-delay: 0s;
    animation: slider_left 2.5s forwards;
    animation-delay: 0s;
    display: flex;
    justify-content: flex-end;
    align-self: flex-end;
    padding-inline: clamp(20px,10%,50px);
    margin-top: -380px;
}
.scroll-arrow{
    padding-top: 50px;
}
.desktop{
    margin-right: -50px;
}
.button_width{
    width: 50%;
    text-align: left;
    border:none;
    position: absolute;
    bottom: 0;
    right: 0;
}
.icon{
    float:right;
}
.color_one{
    background: #0b5cd7 !important;
    padding: 100px 5% 170px 15%;
}
.color_two{
    background: #0b5cd7 !important;
    padding: 100px 15% 130px 5%;
}
/* COLOR PLACEHOLDER */

::-webkit-input-placeholder { color: #f6f6f6; }

:-moz-placeholder { /* Firefox 18- */ color: #f6f6f6; }

::-moz-placeholder { /* Firefox 19+ */ color: #f6f6f6; }

:-ms-input-placeholder { color: #f6f6f6; }

/* HELPERS */
.hide-desktop{
    display: none;
}
.empty-space-10{
    height: 10px;
}
.empty-space-20{
    height: 20px;
}
.empty-space-30{
    height: 30px;
}
.empty-space-40{
    height: 40px;
}
.empty-space-50{
    height: 50px;
}
.cursor-pointer{
    cursor: pointer !important;
}
.cursor-text{
    cursor: text !important;
}

 /* MARGIN TOP */
 .mt--lg-50{
     margin-top:50px;
 }
 .mt--lg-90{
    margin-top:90px;
}

/* FOOTER */

.footer-top{
    background-color: #0b5cd7;
    padding: 50px 0px;
}

.footer-top h1{
    font-family: "SKFSans-Medium";
    font-size: 20px;
    color: #6c6c6c;
}

.footer-top ul{
    list-style-type: none;
    font-family: "SKFSans-Light";
    font-size: 14px;
    color: #6c6c6c;
    margin: 30px 0px 0px 0px;
    padding: 0px;
    font-weight: 300;
}

.footer-top ul>li{
    margin: 10px 0px;
}

.footer-top ul>li a{
    text-decoration: none;
    color: #f6f6f6;
    font-family: "SKFSans-Light";
}

.footer-top ul>li.active a{
    color: #0b5cd7;
}

.footer-top .parrafo{
    font-family: "SKFSans-Light";
    color: #f6f6f6;
    font-size: 14px;
}

.footer-top h1{
    color: #f6f6f6;
}

.footer-bottom{
    background-color: #373737;
    font-family: "SKFSans-Medium";
    color: #f6f6f6;
}
.hide-mobile{
    display:block;
}
.hide-desktop{
    display:none;
}
.image{
    width: 120px;
}
.skf_button{
    position: relative;
    margin-top: 60px;
    background-color: transparent;
    color: #0f58d6;
    text-align: center;
    font-family: "SKFSans-Bold";
    font-size: 1.3rem;
    text-align: left;
    transition: ease-in .1s;
    border: 0;
    letter-spacing: 0px !important;
    text-decoration: none!important;
    cursor: pointer;
}
a.skf_button{
    color: #0f58d6;
    text-decoration: #0f58d6;
    text-decoration-color: #0f58d6;
}
.skf_button:hover{
    word-spacing: 5px !important;
}
.principal{
    margin-top:120px;
}
.botones_derecha{
    margin-top: -60px;
    margin-left: 20px;
    padding-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
}
.dark-btn{
    color: #0f58d6 !important;
    background-color: #fff !important;
}
.dark-btn:hover{
    color: #fff !important;
    background-color: #0f58d6 !important;
}
/****ANIMACIONES*******/
@-webkit-keyframes slider {
    100% { left: 0; }
}

@keyframes slider {
    100% { left: 0; }
}
@-webkit-keyframes slider_left {
    100% { margin-left: 0; }
}

@keyframes slider_left {
    100% { margin-left: 0; }
}

/* MEDIA QUERY */
@media only screen and (min-width:1650px){
    .text-header {
        transform: translate(10%, -300%);
    }
}
@media only screen and (max-width:1650px){
    .color_one{
        padding: 100px 5% 170px 10%;
    }
    .color_two{
        padding: 100px 10% 130px 5%;
    }
}
@media only screen and (min-width:1450px) and (max-width:1650px){
    .text-header {
        transform: translate(10%, -230%);
    }
}
@media only screen and (max-width:1440px){
    .titulo {
        font-size: 60px;
        line-height: 65px;
    }
    .separador_a {
        height: 100px!important;
    }
    .text-header {
        transform: translate(10%, -250%);
    }
    .subtitulo {
        font-size: 15px;
    }
}
@media only screen and (max-width: 1366px){
    .content_info {
        width: 75%;
    }
    .color_one{
        padding: 100px 5% 170px;
    }
    .color_two{
        padding: 100px 5% 130px;
    }
    .text-header {
        transform: translate(10%, -220%);
    }
}
@media only screen and (max-width: 1200px){
    .content_info {
        width: 80%;
    }
    .skf_button {
        width: 85%;
    }
    .color_one{
        padding: 100px 5% 100px;
    }
    .text-header {
        transform: translate(10%, -350%);
    }
}
@media only screen and (max-width: 1132px){
    .content_info {
        width: 85%;
    }
    .text-header {
        top: 65%;
        left: 20%;
    }
}
@media only screen and (max-width: 1064px) {
    /* BOTONES */
    .btn-principal{
        padding: 10px 5px;
    }
    .content_info {
        width: 100%;
    }
    .text-header {
        top: 65%;
        left: 20%;
    }
}
@media only screen and (max-width:991px){
    .text_paragraph_grey {
        padding: 0 30px;
    }
    .text_paragraph{
        padding: 0;
    }
    .back_general {
        padding-bottom: 150px;
        height: 500px;
    }
    .content_info {
        margin-top: -140px;
    }
    .titulo{
        font-size: 40px;
        line-height: 45px;
    }
    .subtitulo{
        font-size: 25px;
        line-height: 30px;
    }
    .button_width{
        width: 25%;
        position: relative;
        margin: 0 auto;
    }
    .text-header{
        text-align: center;
    }
    .overlay {
        background: linear-gradient( 0deg, rgba(11, 92, 215, 1) 45%, rgba(9, 14, 121, 0) 45%, rgba(0, 212, 255, 0) 50% ) !important;
        top:unset;
        bottom: 0;
        height: 100vh!important;
    }
    .separador_a {
        height: 30px!important;
    }
    .text-header {
        top: 78%;
        left: unset;
    }
    .navbar-brand{
        width: 50%;
    }
    .skf_button {
        width: 50%;
    }
    .color_one,.color_two{
        padding: 100px 10% 100px 10%;
    }
}
@media only screen and (max-width:767px){
    .container {
        max-width: 700px;
    }
    .title_small {
        font-size: 20px;
        line-height: 25px;
    }
}
@media only screen and (max-width: 720px) {
    .video_skf{
        top:40%;
    }
    .text-header {
        top: unset;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,0);
        width: 100%;
        background-color: #0b5cd7;
        padding: 40px 0 30px!important;
    }
    .overlay{
        display:none;
    }
    .img_arrow {
        width: 20px;
    }
    .navbar-brand {
        font-size: 13px!important;
    }
    .menu-mobile{
        padding: 20px 0px 0px;
    }
    .hide-mobile{
        display:none;
    }
    .hide-desktop{
        display:block;
    }
    .menu-hamburger{
        background-color: transparent;
        border: none;
        color: #fff;
        float: right;
        font-size: 25px;
        font-weight: 100;
    }
    .menu-hamburger:focus{
        color: #fff;
        box-shadow: none;
        background-color: transparent;
        border: none;
        outline: none;
    }
    .contenedor-menu-mobile{
        background-color: #0b5cd7;
        height: 100vh;
        width: 80%;
        z-index: 10;
        position: fixed;
        right: -600px;
    }
    .contenedor-menu-mobile ul{
        color: #fff;
        list-style: none;
        text-align: center;
        padding-top: 50px;
    }
    .contenedor-menu-mobile ul>li{
        padding: 10px 0px;
    }
    .contenedor-menu-mobile ul>li a{
        color: #fff;
        text-transform: uppercase;
        color: #fff;
        font-size: 16px;
        font-family: "SKFSans-Medium";
    }
    .container {
        max-width: 90%;
    }

    /* TEXTOS */
    .row{
        padding: 0px!important;
    }
    .subtitulo{
        font-size: 18px;
        line-height: 17px;
    }

    .titulo,.title_category,.title_category_blue{
        font-weight: 400;
        font-size: 3.2rem;
        line-height: 4rem;
        width: 100%;
    }

    .titulo-medium{
        color: #6c6c6c;
        font-size: 15px;
        font-weight: 100;
    }

    .titulo-medium-bold{
        color: #6c6c6c;
        font-size: 22px;
        font-weight: 500;
    }

    .texto_plano{
        font-weight: 100;
        color: #f6f6f6;
        font-size: 18px;
        line-height: 18px;
    }
    .text_paragraph_grey,.text_paragraph{
        font-size: 16px;
        line-height: 21px;
    }
    .button_login {
        width: 70%;
    }
    /* HELPERS */
    .empty-space-10{
        height: 5px;
    }
    .empty-space-20{
        height: 10px;
    }
    .empty-space-30{
        height: 15px;
    }
    .empty-space-40{
        height: 20px;
    }
    .empty-space-50{
        height: 25px;
    }
    .image {
        width: 100px;
    }


    /* FOOTER */
    .footer-bottom .container .row-centrado{
        display: table;
        width: 100%;
        direction: rtl;
    }
    .footer-bottom .container .row-centrado div{
        display: table-caption;
        width: 100%;
    }
    .contenedor-body{
        margin-top: 110px;
    }
    .text-center{
        text-align: center!important;
    }
    .p_texto_white{
        font-size:10px!important;
    }
    .header-full{
        max-width: 100%!important;
    }
    #enviar{
        bottom: -20%;
    }
    .contenedor-body{
        margin-top: 0;
    }
}
@media screen and (orientation:landscape)
and (min-device-width: 319px)
and (max-device-width: 991px){
    .overlay{
        display:none;
    }
    .text-header {
        background-color: #0b5cd7;
        width: 100%;
        left: 0;
        bottom: 0%;
        top: unset;
        padding: 30px 30px!important;
        transform: initial;
    }
    .header-full {
        width: 100%;
        max-width: 100%;
    }
    .header_height{
        height: 80vw;
    }
}
