* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    background-color: #f6f6f6 !important;
}
/**********TIPOGRAFÍAS************/
@font-face {
    font-family: "skf_chevin medium";
    src: url("SKFChevinMedium.ttf");
}
@font-face {
    font-family: "skf_chevin light";
    src: url("SKFChevinLight.ttf");
}
/******* EMPIEZA HEADER CON BACK VIDEO********/
h1,
h2,
h3,
h4 {
    font-family: "skf_chevin medium" !important;
}
p,
h6,
a,
h5,
button,
label {
    font-family: "skf_chevin light" !important;
}
.text_header {
    font-size: 30px !important;
}
.display-3 {
    font-size: 70px !important;
    line-height: 70px!important;
}

header {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    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%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    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;
}

.text_index {
    z-index: 1;
    position: absolute;
    left: 25%;
    top: 45%;
}
.boton_azul,
.boton_azul:hover {
    background-color: #073781;
    text-decoration: none;
    padding: 10px 65px;
    font-size: 11px;
    color: #fff !important;
}
.boton_azul2,
.boton_azul2:hover {
    background-color: #073781;
    text-decoration: none;
    padding: 10px 65px;
    font-size: 11px;
    color: #fff !important;
    margin-top: 20px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}
.boton_gris,
.boton_gris:hover {
    background-color: #c4c4c4;
    text-decoration: none;
    padding: 10px 65px;
    font-size: 11px;
    color: #fff !important;
    margin-top: 20px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    display: block;

}

[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button-bevel !important;
}
.h2_texto {
    font-size: 35px;
    color: #6c6c6c;
}
.h2_texto_white{
    color: #fff!important;
    text-align: center;
}
.p_texto {
    color: #6c6c6c;
    font-size: 18px !important;
    line-height: 18px !important;
}
.p_texto_white {
    color: #fff;
    font-size: 18px !important;
    line-height: 18px !important;
    text-align: center!important;
}
.textto_id{
    font-size: 13px!important;
    line-height: 16px!important;
    text-decoration: none!important;

}
.textto_id:hover{
    color:#fff!important;
    text-decoration: none!important;
}
.separador_a{
    height:150px!important;
}
.img_arrow{
    width: 30px;
    margin-top: 20px;
}
.img_logo {
    width: 110px;
    height: auto;
}
.fixed-top {
    background-color: rgba(11, 92, 225, 0.95) !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);
}
.btn-outline-success {
    color: #fff !important;
    border-color: none !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    font-family: "skf_chevin light" !important;
    border: none !important;
    background-color: transparent !important;
}
.btn-outline-success:hover {
    color: rgba(11, 92, 225, 1) !important;
    border: none !important;
    background-color: transparent !important;
}
.fixed-top .btn-outline-success {
    color: #fff !important;
    border-color: none !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    font-family: "skf_chevin light" !important;
    border: none !important;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: unset !important;
}
.texto_padding{
    padding:0px 220px;
}
/**************TERMINA BACK VIDEO**************/
/**************CONTENIDO************/
.class_padding_contenet {
    padding-top: 200px;
    padding-bottom: 40px;
}
.slide-image {
    padding: 100px 0 380px
}
input:focus{

    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.air-slider .controls button {
    border-radius: 0px !important;
    background: #0b5cd7 !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 10px !important;
}
.air-slider {
    position: relative;
}
.air-slider .slide {
    background: #fff !important;
}
.h2_texto_azul {
    color: #0b5cd7 !important;
}
#slider1,
#slider2,
#slider3 {
    padding: 125px 200px 0px
}
.contenedor-slider {
    margin-top: -336px;
    background: #fff !important;
}
#next {
    margin-right: -35px !important;
}
#prev {
    margin-left: -35px !important;
}
.formulario {
    margin-top: 200px;
    background: #f6f6f6 !important;
    width: 100%;
}
.float_button{
    float:left;
    width: 47.5%;
}
.mensaje{
    color:#0b5cd7!important;
    font-family: 'skf_chevin light'!important;
    display:none;
}
.contenedor_padding {
    padding-top:60px;
    padding-bottom: 160px;
}
#correo,#nombre,#tel {
    background: transparent;
    border: none;
    border-bottom: 1px solid #6c6c6c;
    font-family: "skf_chevin medium" !important;
    width: 100%;
    font-size: 18px !important;
    padding: 0 20px;
    color: #6c6c6c !important;
    border-radius: 0px!important;
    margin-bottom: 15px;
}
#correo2,#contraseña,#confir_pass {
    background: transparent;
    border: none;
    border-bottom: 1px solid #6c6c6c;
    font-family: "skf_chevin medium" !important;
    font-size: 18px !important;
    color: #6c6c6c !important;
    border-radius: 0px!important;
}
#mensaje {
    background: transparent;
    border: none;
    border-bottom: 1px solid #6c6c6c;
    font-family: "skf_chevin medium" !important;
    width: 100%;
    padding: 0 20px;
    font-size: 18px !important;
    color: #6c6c6c !important;
    height: 80px;
}
.texto_centrado {
    text-align: center !important;
}
input:focus,
#correo:focus {
    outline-offset: unset !important;
}
.footer_up {
    background: #e6e6e6 !important;
}
.class_foo {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}
.class_foo h4 {
    color: #6c6c6c;
}
.titutlo_footer {
    margin-bottom: 25px;
}
.links-footer,
.links-footer:hover {
    color: #6c6c6c;
    text-decoration: none !important;
}
.form_contacto {
    padding-left: 80px;
}

.desktop{
    display:block;
}
.movil{
    display:none;
}
/***************TERMINA CONTENIDO ***************/
.content_formulario_login{
    height: 100vh;
    width: 100%;
    position: relative;
}
.class_position_absolute{
    position: absolute;
    top: 20px;
    left:10%
}
.class_position_form{
    position: relative;
}
.contenido_formulario_login{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}
/*************MEDIA QUERIES*************/

@media (min-width: 1600px) {
    .container {
        max-width: 1300px !important;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media only screen and (max-width: 2220px) {
    .text_index {
        left: 23%;
    }
}
@media only screen and (max-width: 1920px) {
    .text_index {
        left: 20%;
        top: 36%;
    }
    .separador_a{
        height:110px!important;
    }
}
@media only screen and (max-width: 1650px) {
    .display-3 {
        font-size: 60px !important;
        line-height: 55px !important;
    }
    .text_header {
        font-size: 25px !important;
    }
    .text_index {
        left: 15%;
        top: 53%;
    }
    header .overlay {
        background: linear-gradient(
            90deg,
            rgba(11, 92, 215, 1) 30%,
            rgba(9, 9, 121, 0) 25%,
            rgba(0, 212, 255, 0) 25%
        );
    }
}
@media only screen and (max-width: 1440px) {
    .text_index {
        left: 10%;
        top: 45%;
    }
    .separador_a {
        height: 80px!important;
    }
}
@media only screen and (max-width: 1366px){
    .text_index {
        top: 52%;
        left: 16%;
    }
    .contenido_formulario_login {
        left: 50%;
        width: 75%;
    }
    header .overlay {
        background: linear-gradient(
            90deg,
            rgba(11, 92, 215, 1) 35%,
            rgba(9, 9, 121, 0) 25%,
            rgba(0, 212, 255, 0) 25%
        );
    }
}

@media only screen and (max-width: 1280px) {
    .text_index {
        top: 40%;
    }
}
@media only screen and (max-width: 1220px) {
    h2 {
        font-size: 30px !important;
    }
    .texto_padding {
        padding: 0px 120px;
    }
}
@media only screen and (max-width: 990px) {
    header .overlay {
        background: linear-gradient(
            0deg,
            rgba(11, 92, 215, 1) 45%,
            rgba(9, 14, 121, 0) 45%,
            rgba(0, 212, 255, 0) 50%
        ) !important;
    }
    .text_index {
        left: 0%;
        top: 60%;
    }
    .text_content_header {
        text-align: center;
    }
    .display-3 {
        font-size: 40px !important;
        line-height: 35px !important;
    }
    #slider1,
    #slider2,
    #slider3 {
        padding: 100px 70px;
    }
    #correo,
    #mensaje {
        width: 100%;
    }
    #form_contacto {
        margin-top: 60px;
    }
    .class_imagen_back{
        height: 50%!important;
    }
    .contenido_formulario_login {
        top: 0%;
    }
    .separador_a{
        height:50px!important;
    }
    .formulario {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 700px) {
    .content_formulario_login {
        height: 900px;
        position: relative;
    }
    .class_imagen_back{
        height: 33%!important;
    }
    .contenido_formulario_login {
        left: 50%;
        width: 78%;
    }
    header .overlay {
        background: linear-gradient(
            0deg,
            rgba(11, 92, 215, 1) 50%,
            rgba(9, 14, 121, 0) 50%,
            rgba(0, 212, 255, 0) 50%
        ) !important;
    }
    .display-3 {
        font-size: 23px !important;
        line-height: 23px !important;
    }
    .text_header {
        font-size: 15px !important;
    }
    .text_index {
        left: 0%;
        top: 60%;
    }
    #prev {
        margin-left: -10px !important;
    }
    #next {
        margin-right: -10px !important;
    }
    h3 {
        font-size: 20px !important;
        line-height: 20px !important;
    }
    #slider1,
    #slider2,
    #slider3 {
        padding: 60px 50px 30px;
    }
    .p_texto {
        font-size: 15px !important;
    }
    .h2_texto {
        margin-bottom: 20px !important;
    }
    .separador_a{
        height:30px!important;
    }
    .img_arrow{
        width: 20px;
        margin-top: 20px;
    }
    .textto_id{
        font-size: 10px!important;
        line-height: 13px!important;
    }
    .desktop{
        display:none;
    }
    .movil{
        display:block;
        display: flex;
        justify-content: center;
    }
    .img_arrow {
        margin-top: 0px;
        margin-left: 20px;
    }
    .texto_padding {
        padding: 0px 15px;
    }
    .contenedor_padding {
        padding-top: 0px;
    }
    .class_foo .row div{
        margin-bottom: 45px;
    }
}
@media only screen and (max-width: 320px) {
    .display-3 {
        font-size: 18px !important;
        line-height: 15px !important;
    }
    .text_index {
        left: 0%;
        top: 64%;
    }
    h3 {
        font-size: 18px !important;
        line-height: 20px !important;
    }
    h2 {
        font-size: 20px !important;
    }
}
