@font-face {
    font-family: SKFDisplay-Bold;
    src: url(../fonts/SKFDisplay-Bold.otf);
}

@font-face {
    font-family: SKFSans-Regular;
    src: url(../fonts/SKFSans-Regular.otf);
}
@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);
}

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

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

::selection{
    background-color: #0000FE;
    color:#fff;
}
/* CONTENEDORES */
body{
    background-color: #f6f6f6;
    overflow-x: hidden;
}
.container-fluid {
    overflow-x: hidden;
}
.overlay{
    position: absolute;
    overflow: hidden;
    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;
    overflow-x: hidden;
    position: relative;
    overflow: hidden;
}
.back_general{
    padding-top: 90px;
    padding-bottom: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
#parallax-background{
    z-index: -2;
    filter: brightness(0.5);
}
.titulo-header{
    color: #fff;
    font-family: SKFDisplay-Bold;
    font-size: 4rem;
    line-height: 4rem;
    max-width:60%;
}
.titulo-header-left{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    padding: 0;
    margin: 0;
    flex: 1;
    max-width: 60%;
    z-index: 1;
    margin-top:10%;
}
.titulo-header-right{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: end;
    padding: 0;
    flex: 1;
    z-index: 1;
    margin-top: 5%;
}
.arrow{
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-inline: 15px;
    margin-left: 20px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #f6f6f6;
    animation: bonce 1s alternate infinite;
    transition: all 1s;
}
.bonce{
    animation: bonce 1.5s alternate infinite;
    transition: all 1.5s;
}
@keyframes bonce {
    0% {
        transform: translateY(-10%);
    }
    100% {
        transform: translateY(20%);
    }
}
.sub-header{
    color: #fff;
    font-family: "SKFSans-Regular";
    width: 60%;
    text-align: right;
    /* margin-top: clamp(10px,10%,500px); */
    bottom:50px;
    line-height: 1em;
    font-size: 1rem;
}
.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: space-between;
    margin-top: -7%;
    padding-inline: 2%;
}
.class_right{
    display: flex;
    justify-content: flex-end;
    align-content: flex-end;
    /* margin-top: -10%; */
}
a.btn-ingresar{
    color: #fff;
    text-decoration: none;
}
.btn-ingresar{
    border: 0;
    color: #fff;
    font-family: "SKFSans-Bold";
    font-size: 1rem;
    text-transform: uppercase;
    background-color: #0000FE;
    border-radius: 6px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-inline: 30px;
}
.text-scroll{
    color: #fff;
    font-family: "SKFSans-Regular";
    font-size: 2rem;
}
.titulo-blanco{
    color: #fff;
    font-family: "SKFSans-Bold";
    font-size: 2rem;
}
.sub-blanco{
    color: #fff;
    font-family: "SKFSans-Light";
    line-height: 1.2em;
    font-size: 2rem;
    text-align: left;
}
.skf-seccion{
    padding-inline: 150px;
    height: 900px;
    display: flex;
    justify-content: center;
    align-content: center;
}
.circulo-seccion{
    display: flex;
    justify-content: center;
    align-content: center;
    align-self: center;
}
.margen-cirulo{
    width: 500px;
    height: 500px;
    border-radius: 50%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 5s;
}
.cirulo{
    width: 420px;
    height: 420px;
    border: 1.5px solid #dbdbdb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.margen-cirulo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.punto-cardinal {
    display: flex;
    justify-self: center;
    justify-content: center;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #f6f6f6;
    border-radius: 50%;
}
.punto-cardinal::after {
    content: "";
    align-self: center;
    width: 5px;
    height: 5px;
    background-color: #0000FE;
    border-radius: 50%;
}

.punto-norte {
    top: -7px;
    left: calc(50% - 5px);
}

.punto-sur {
    bottom: -7px;
    left: calc(50% - 5px);
}

.punto-este {
    top: calc(50% - 5px);
    right: -7px;
}

.punto-oeste {
    top: calc(50% - 5px);
    left: -7px;
}
.circulo-texto{
    font-family: 'SKFDisplay-Bold';
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 1.75rem;
    align-self: center;
    color: #0000FE;
    transition: all 4s ease;
    animation: zoomIn 4s infinite;
}
@keyframes zoomIn {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.titulo-azul{
    margin-top: 250px;
    line-height: 5rem;
    font-size: 5rem;
    color: #0000FE;
    font-family: 'SKFSans-Light';
    align-self: center;
    text-align: center;
    margin-bottom: 20%;
}
.imagenes-seccion{
    overflow-x: hidden;
    padding-top: 200px;
    background-color: #ececec;
    padding-bottom: 200px;
}
.texto-azul{
    color: #0000FE;
    font-family: 'SKFDisplay-Bold';
    line-height: 2rem;
    font-size: 2rem;
}
.texto-lorem{
    color: #6b6e70;
    font-family: 'SKFSans-Light';
    line-height: 1em;
    font-size: 1.5rem;
    margin-top: 30px;
}
a.btn-conocer{
    color: #fff;
    text-decoration: none;
}
.btn-conocer{
    display: none;
    border: 0;
    color: #fff;
    font-family: "SKFSans-Bold";
    text-transform: uppercase;
    background-color: #0000FE;
    border-radius: 6px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-inline: 50px
}
.img-maquina{
    width: 600px;
    height: 700px;
    border-radius: 20px;
    background-color: #0000FE;
    margin: 30px;
}
.bg-azul{
    background-color: #0000FE !important;
    padding: 50px;
}
.bg-azul-dark{
    background-color: #0000FE !important;
}
.text-scroll:hover {
    color: #f6f6f6;
}
.text-scroll:focus {
    color: #f6f6f6;
    border: 0;
    box-shadow: none;
}
.solution-titulo {
    font-family: 'SKFDisplay-Bold';
    font-size: 4rem;
    position: absolute;
    margin-left: 25%;
    padding-top: 30%;
    justify-content: flex-end;
    text-align: center;
    color: #0000FE;
    z-index: 2;
}
.animate-charcter {
    margin-left: 5%;
    text-transform: uppercase;
    background-image: linear-gradient(
        -225deg,
        #0000FE 0%,
        #44107a 29%,
        #ff1361 67%,
        #0000FE 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 10rem;
}
@keyframes textclip {
    to {
        background-position: 200% center;
    }
}
.skf-video{
    padding-top: 10%;
    overflow-x: hidden;
    margin-left: -10px;
    height: 100vh;
    padding-bottom: 100%;
}
.video_skf{
    position: relative;
    top: 10%;
    left: 10%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100vh;
    z-index: -1;
    -ms-transform: translateX(-10%) translateY(-10%);
    -moz-transform: translateX(-10%) translateY(-10%);
    -webkit-transform: translateX(-10%) translateY(-10%);
    transform: translateX(-10%) translateY(-10%);
    object-fit: cover;
    margin-bottom: 500px;
}
.header-full{
    height: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}
.menu_desktop{
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: all 0.3s ease;
}
.background-overlay {
    position: absolute;
    top: -40px;
    left: -50px;
    width: 120%;
    height: 110vh;
    background-color: rgba(0, 0, 0, 0.4); /* Negro con opacidad del 60% */
    z-index: -1; /* Para que esté detrás del contenido principal */
}
.visual-mobile{
    display: none;
}
.menu-derecha{
    float: right;
}
.skf{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 300px;
    position: relative;
}
.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{
    position: absolute;
    top:60%;
    transform: translate(0, -50%);
}

.contenedor-body{
    margin-top: 7%;
}

.separador_a {
    height: 100px!important;
}

.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{
    background-color: #0000FE !important;
    transform: translateY(-100%);
}
/* TEXTOS */

.subtitulo{
    font-family: "SKFSans-Light";
    font-weight: 400;
    color: #fff;
    font-size: 30px;
}

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

.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-Light";
    font-weight: 100;
    color: #6c6c6c;
    font-size: 18px;
    line-height: 25px;
}

.titulo-body{
    font-family: "SKFSans-Medium";
    font-weight: 400;
    color: #6c6c6c;
    font-size: 32px;
    line-height: 37px;
}
.title_small{
    font-family: "SKFSans-Medium";
    color: #6c6c6c;
    font-size: 25px;
    line-height: 30px;
}
.title_category_blue{
    font-family: "SKFSans-Medium";
    font-weight: 400;
    color: #0000FE;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
}
.category{
    font-family: "SKFSans-Medium";
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}
.text_paragraph{
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-family: "SKFSans-Light";
    text-align: center;
    padding: 0 170px;
}
.text_paragraph_grey{
    font-size: 18px;
    line-height: 25px;
    color: #6c6c6c;
    font-family: "SKFSans-Light";
    text-align: center;
    padding: 0 100px;
}
.title_category{
    font-family: "SKFSans-Medium";
    font-weight: 400;
    color: #fff;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
}
.skf_title{
    font-family: "SKFSans-Medium";
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    text-align: left;
    position: absolute;
    bottom: 13%;
}
.content_info{
    background-color: #fff;
    margin-top: -230px;
    width: 60%;
    padding: 90px 0;
    position: relative;
}


/* FORMULARIO */
.formulario {
    margin-top: 130px;
    background: #f6f6f6 !important;
    width: 100%;
}
#form_contacto{
    position: relative;
    padding: 0px 0 50px;
}
#correo,#nombre,#tel,#empresa,#estado {
    background: transparent;
    border: none;
    border-bottom: 1px solid #f6f6f6;
    font-family: "SKFSans-Light"!important;
    width: 100%;
    font-size: 15px !important;
    padding: 0 20px;
    color: #fff !important;
    border-radius: 0px!important;
    margin-bottom: 15px;
}
#correo:focus,#nombre:focus,#tel:focus,#mensaje:focus,#empresa:hover,#estado:hover{
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: #fff !important;
    height: 80px;
}
.message{
    color:#fff!important;
    font-family: "SKFSans-Medium"!important;
    display:none;
}
.button_login{
    background-color: #f6f6f6;
    color: #fff!important;
    font-size: 10px;
    padding: 11px 50px;
    width: 25%;
    text-decoration: none!important;
    cursor: pointer;
}
.boton_azul{
    background-color: #0000FE;
    color: #fff!important;
    font-size: 10px;
    padding: 11px 50px;
    width: 25%;
    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;
}
.button_width{
    width: 50%;
    text-align: left;
    border:none;
    position: absolute;
    bottom: 0;
    right: 0;
}
.icon{
    float:right;
}
.color_one{
    background: #e1e1e1!important;
    padding: 100px 5% 170px 15%;
}
.color_two{
    background: #d6d5d4!important;
    padding: 100px 15% 130px 5%;
}
/* COLOR PLACEHOLDER */

::-webkit-input-placeholder { color: #fff; font-family: 'SKFSans-Light'; }

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

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

:-ms-input-placeholder { color: #fff; font-family: 'SKFSans-Light'; }

/* 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: #e6e6e6;
    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: #6c6c6c;
    font-family: "SKFSans-Light";
}

.footer-top ul>li.active a{
    color: #0000FE;
}

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

.footer-bottom{
    background-color: #c7c7c7;
    font-family: "SKFSans-Medium";
    color: #6c6c6c;
}
.hide-mobile{
    display:block;
}
.hide-desktop{
    display:none;
}
.image{
    width: 120px;
}
.skf_button{
    width: 65%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.principal{
    margin-top:120px;
}
.centrado{
    display: flex;
    justify-content: center;
    align-content: center;
    align-self: center;
    padding: clamp(10px, 50%, 50px);
}
.right{
    display: flex;
    justify-content: flex-end;
    align-content: flex-end;
}
.slogan{
    color: #0000FE;
    font-family: 'SKFDisplay-Bold';
    font-size: 12rem;
    white-space: nowrap;
    display: inline-block;
}
.marquee{
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 350px;
    justify-content: center;
    gap: 1rem;
    position: relative;
}
.marquee-content{
    display: flex;
    align-self: center;
    flex: none;
    justify-content: space-around;
    min-width: 100%;
    gap: 1rem;
    padding-inline: 50px;
}
.scroll{
    padding-inline: 50px;
    animation: scroll 25s linear infinite;
}
@keyframes scroll{
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX( -100% );
    }
}
.titulo-formulario{
    color: #fff;
    font-family: 'SKFSans-Light';
    font-size: 4rem;
    line-height: 4rem;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 80px;
}
.sub-formulario{
    color: #fff;
    font-family: 'SKFSans-Light';
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    margin-bottom: 80px;
}
#form_contacto{
    padding-inline: 200px;
}
.centro{
    display: flex;
    justify-content: center;
    align-content: center;
    align-self: center;
    text-align: center;
}
.btn-enviar{
    position: relative;
    text-decoration: none;
    text-align: center;
    border: 0;
    color: #fff;
    font-family: "SKFSans-Bold";
    text-transform: uppercase;
    background-color: #a4a4a4;
    border-radius: 6px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 50px;
    align-self: center;
    transition: all 0.4s ease;
}
.btn-enviar .fa {
    display: none;
    font-size: 1.2rem;
    padding-left: 20px;
    opacity: 0;
    visibility: hidden;
}
.dark-btn{
    background-color: #0000FE !important;
    color: #fff !important;
}
.dark-btn:hover{
    background-color: #fff !important;
    color: #0000FE !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: 1132px){
    .skf-video{
        padding-top: 10%;
    }
    .solution-titulo {
        padding-top: 15%;
        margin-left: 31%;
    }
}
@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 (max-width:1512px){
    .content_info {
        width: 65%;
    }
}
@media only screen and (max-width:1440px){
    .titulo {
        font-size: 60px;
        line-height: 65px;
    }
    .separador_a {
        height: 100px!important;
    }
    .text-header {
        top: 65%;
        left: 10%;
    }
    .subtitulo {
        font-size: 25px;
    }
    .header_height{
        overflow: hidden !important;
        overflow-x: hidden;
    }
    #parallax-background{
        overflow: hidden;
    }
    .header-full{
        overflow: hidden;
    }
    .titulo-header{
        font-size: 3.5rem !important;
    }
    .sub-header{
        font-size: 1.1rem !important;
        margin-top: 5%;
    }
    .btn-ingresar{
        font-size: 0.8rem !important;
        height: 26%;
    }
    .skf-video{
        padding-top: 10% !important;
        margin-left: -20px !important;
        padding-bottom: 150% !important;
    }
    .titulo-azul{
        margin-top: 90px !important;
        font-size: 4rem !important;
        line-height: 4rem !important;
    }
    .solution-titulo {
        margin-left: 15% !important;
        padding-top: 25% !important;
        font-size: 4rem !important;
    }
}
@media only screen and (max-width: 1366px){
    .div_ingresar{
        transform: translate(15%, 0%);
    }
    .content_info {
        width: 75%;
    }
    .color_one{
        padding: 100px 5% 170px;
    }
    .color_two{
        padding: 100px 5% 130px;
    }
}
@media only screen and (max-width: 1200px){
    .div_ingresar{
        transform: translate(10%, 0%);
    }
    .content_info {
        width: 80%;
    }
    .skf_button {
        width: 85%;
    }
    .color_one{
        padding: 100px 5% 100px;
    }
}
@media only screen and (max-width: 1132px){
    .content_info {
        width: 85%;
    }
}
@media only screen and (max-width: 1064px) {
    .imagenes-seccion, .bg-azul, .contenedor-body{
        overflow-x: hidden;
    }
    /* BOTONES */
    .btn-principal{
        padding: 10px 5px;
    }
    .content_info {
        width: 100%;
    }
    .background-overlay{
        width: 150%;
    }
    .titulo-header{
        font-size: 2.5rem !important;
        line-height: 2.5rem !important;
        margin-top: 100px !important;
        margin-left: 0 !important;
        padding-left: 20px !important;
    }
    .sub-header{
        text-align: left !important;
        width: 90% !important;
        font-size: 1.1rem !important;
        line-height: 1.1rem !important
    }
    .text-scroll{
        font-size: 1rem !important;
        margin-left: 10px !important;
    }
    .btn-ingresar{
        justify-content: center;
        text-align: center;
        align-items: center;
        align-self: center;
        font-size: 0.8rem !important;
    }
    /* .menu-derecha{
        display: none;
    } */
    .skf-seccion{
        margin-inline: 5px !important;
    }
    .titulo-blanco{
        font-family: 'SKFSans-Bold';
        font-size: 1.9rem !important;
        margin-bottom: 40px !important;
    }
    .sub-blanco{
        font-size: 1.6rem !important;
    }
    .margen-cirulo{
        width: 300px !important;
        height: 300px !important;
        margin-top: 10px !important;
        margin-bottom: 100px !important;
    }
    .cirulo{
        width: 220px !important;
        height: 220px !important;
    }
    .circulo-texto{
        font-size: 1.4rem !important;
    }
    .titulo-azul{
        font-size: 2rem !important;
        line-height: 2rem !important;
        margin-bottom: 90px !important;
        margin-inline: 15px !important;
    }
    .visual-mobile{
        display: block !important;
    }
    .hide-mobile{
        display: none !important;
    }
    .img-maquina{
        width: 350px !important;
        height: 400px !important;
        border-radius: 10px !important;
        margin-top: 50px !important;
        margin-left: 0 !important;
    }
    .texto-azul{
        line-height: 2rem !important;
        font-size: 2rem !important;
    }
    .texto-lorem{
        font-family: 'SKFSans-Regular' !important;
        line-height: 1em !important;
        font-size: 1rem !important;
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }
    .slogan{
        font-size: 3rem !important;
    }
    .scroller{
        animation: scroll 15s linear infinite !important;
    }
    #form_contacto{
        margin-inline: 0 !important;
    }
    .titulo-formulario{
        font-size: 2rem !important;
        line-height: 2rem !important;
    }
    .sub-formulario{
        font-size: 1rem !important;
        line-height: 1rem !important;
    }
    .btn-enviar{
        margin-bottom: 100px !important;
    }
    .arrow{
        width: 15px;
        height: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-inline: 10px;
    }
    .video-frame{
        padding: 50px !important;
    }
    .skf-video{
        padding-top: 30% !important;
        padding-bottom: 500% !important;
        margin-left: 0 !important;
    }
    .imagenes-seccion{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .solution-titulo{
        width: 100%;
        margin-left: 25% !important;
        margin-top: 50% !important;
        font-size: 2rem !important;
    }
    .div_ingresar{
        transform: translate(0%, 0%);
    }
    .class_left{
        margin-top: -100%;
        margin-left: -20px !important;
    }
    .class_right{
        padding-bottom: 50%;
        justify-content: center;
        align-content: center;
        align-self: center;
    }
}
@media only screen and (max-width:991px){
    .text_paragraph_grey {
        padding: 0 30px;
    }
    .text_paragraph{
        padding: 0;
    }
    .back_general {
        padding-bottom: 150px;
    }
    .content_info {
        margin-top: -140px;
    }
    .titulo{
        font-size: 40px;
        line-height: 45px;
    }
    .subtitulo{
        font-size: 25px;
        line-height: 30px;
    }
    .button_width{
        width: 25%;
    }
    .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: #0000FE;
        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: #0000FE;
        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: 0px;
    }

    .titulo,.title_category,.title_category_blue,.titulo-body{
        font-weight: 400;
        font-size: 22px;
        line-height: 28px;
        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: #6c6c6c;
        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%;
    }
}
@media screen and (orientation:landscape)
and (min-device-width: 319px)
and (max-device-width: 991px){
    .overlay{
        display:none;
    }
    .text-header {
        background-color: #0000FE;
        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;
    }
}
@media only screen and (max-width: 1632px){
    .titulo-header {
        font-size: 2.8rem;
        line-height: 2.8rem;
    }
    .sub-header{
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    .skf-video {
        margin-top: 50%;
        margin-left: -20px;
        padding-bottom: 130%;
    }
    .solution-titulo {
        font-size: 4rem;
        line-height:4rem;
        margin-left: 20%;
        margin-top: 25%;
        padding-top: 0%;
    }
    .margen-cirulo {
        margin-top: 20px;
        width: 400px;
        height: 400px;
    }
    .cirulo{
        width: 320px;
        height: 320px;
    }
    .circulo-texto {
        font-size: 2rem;
    }
    .titulo-azul {
        margin-top: 200px;
    }
    .btn-ingresar {
        font-size: 0.8rem;
    }
}
@media only screen and (min-width: 1632px){
    .solution-titulo {
        font-size: 4rem;
        margin-left: 25%;
        padding-top: 40%;
    }
}