@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700|Work+Sans:300,400,500,600,700&display=swap');
.oswald{
    font-family: 'Oswald', sans-serif;
}
.workSands{
    font-family: 'Work Sans', sans-serif;
}
body{
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: justify;
    font-weight: 300;
}
svg:hover #logooo{
    fill: #e43d30;
}
.imgslider{
    height: 100vh!important;
    background: cover;
    
}
.imgslider:nth-child(1){
    background-image: url('../img/slide1_kapper.png');
}
.imgslider:nth-child(2){
    background-image: url('../img/slide2_kapper.png')
}
.imgslider:nth-child(3){
    background-image: url('../img/slide3_kapper.png')
}
.mty{
    margin-top: 70px;
    padding-left: 40px;
    font-size: 12px;
    font-weight: 500;
}
.margen-nav{
    margin-top: 100px;
}
.margen-logo{
    margin-top: -84px!important;
    margin-right: 30px;
    margin-left: 30px;
}
.margen-tittle{
    margin-top: 27%;
}
.margen_pt{
    padding-bottom: 150px;
}
.margen-footer{
    position: relative;
    margin-top: -25px;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 80px;
}
.btn-ingresar{
    background-color: #e43d30;   
    padding: 6px 10px;
    height: 36px;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 0;
}
.btn-descargar{
    background-color: #e43d30;   
    padding: 10px 50px;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 0;
    margin-top: 10px;
}
.btn-ingresar:hover, .btn-descargar:hover, .btn-ingresar.shrink:hover{
    background-color: #fff;
}
.nav{
    display: flex;
}
.menu{
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 15px;
}
.desc{
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 15px;
}
.menu:hover, .desc:hover{
    color:#e43d30!important;
}
.lineas1{
    padding-left: 8px;
    border-top: 1px solid #e43d30;
    border-bottom: 1px solid #e43d30;
    border-left: 1px solid #e43d30;
    height: 50px;
}
.lineas2{
    padding-right: 8px;
    border-top: 1px solid #e43d30;
    border-bottom: 1px solid #e43d30;
    border-right: 1px solid #e43d30;
    height: 50px;
}
.t_logo{
    width: 160px;
}
.menu::before, .menu::after{
    position: absolute;
    content: "";/*Este siempre va*/
    width: 60px;
    height: 1px;
    background: #e43d30;
}
.menu::before{
    right:-45px;
    top:40%;  
}
.menu::after{
    left: -45px;
    top: 40%;
}
.tittle{
    color: #fff;
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}
.subtittle{
    color: #fff;
    font-size: 20px!important;
    font-family: 'Work Sans', sans-serif;
}
.margen-quees{
    margin-top: 50px;
    margin-bottom: 30px;
}
.que_es{
    margin-top: 30px;
    font-family: 'Work Sans', sans-serif!important;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.que_es::after{
    position: absolute;
    content: "";/*Este siempre va*/
    width: 100px;
    height: 1px;
    background: #fff; 
    left: 15px;
    top: 52px;
}
.navaja{
    padding-left: 100px;
    margin-top: 195px;
}
.ventajas{
    color: #e43d30;
    font-family: 'Work Sans', sans-serif;
    padding-top: 40px;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
}
.ventajas::before, .ventajas::after{
    position: absolute;
    content: "";/*Este siempre va*/
    width: 10%;
    height: 1px;
    background: #e43d30;
}
.ventajas::before{
    right:30%;
    top:60px;
    
}
.ventajas::after{
    left:30%;
    top: 60px;
    
}
.sub_ventajas{
    color: #536875;
    text-align: center;
    font-size: 14px;
    margin-top: -5px;
    padding-bottom: 40px;
}
.pt{
    color:#e43d30;
    font-size: 20px;
    text-align: right;
    padding-right: 15px;
    margin-top: 30px;
    font-weight: 600;
}
.pt_texto{
    text-align: right;
    padding-right: 16px;
    font-size: 14px;
    font-weight: 300;
}
.img_margen{
    padding-right: 0;
    padding-left: 0;
    position: relative;
    background: #e43d30;
} 
.image {
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
}
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.img_margen:hover .image {
    opacity: 0.5;
}
.img_margen:hover .middle {
    opacity: 1;
}
.img_perfil{
    margin-top: -100px;
    position: relative;
}
.perfil{
    color: #e43d30;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    margin-left: 100px;
    margin-top: 50px;
    margin-bottom: 20px;
    
}
.perfil::after{
    position: absolute;
    content: "";/*Este siempre va*/
    width: 60px;
    height: 1px;
    background: #e43d30; 
    left: 70px;
    top: 68px;
}
.descargar_app{
    position: relative;
    color: #fff !important;
    font-size: 25px;
    font-weight: 600;
    margin-left: -20px;
}
.descargar_app::after{
    position: absolute;
    content: "";/*Este siempre va*/
    width: 50px;
    height: 1px;
    background: #fff !important; 
    left: 20px;
    top: 52px; 
}
.btn-app{
    margin-top: 0px;
    margin-right: 30px;
    margin-bottom: 70px;
}
.m-imgfooter{
    margin-top: 60px;
    margin-left: 100px;
    width: 300px;
    position: relative;
}
.contactanos{
    position: relative;
    color: #fff !important;
    font-size: 25px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 40px;
}
.contactanos::after{
    position: absolute;
    content: "";/*Este siempre va*/
    width: 50px;
    height: 1px;
    background: #fff !important; 
    left: -70px;
    top: 12px; 
}
.sub_contactanos{
    color: #e43d30;
    margin-top: 10px;
}
.iconos, .footer-texto{
    color: #e43d30;
    margin-top: 60px;
}
.img_footer{
    background-color: #e43d30;
    background-image: url(../img/bottom_bg.png)!important;
    background-repeat: no-repeat;
    background-position: bottom;
}
.form-control{
    background-color:rgba(255, 255, 255, 0.125) !important;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-top: 0px;
    border-right: 0px;
    border-radius: 0;
    margin-top: 20px;
    height: 70%;
    font-size: 14px;
    color: #fff;
}
.form-control::placeholder{
    color: #fff;
    font-style: italic;
}
.form-control:focus{
    border-color: #07273a;
    color: #07273a;
    outline: 0;/*Un borde del borde de un elemento*/
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)/*Adentro del elemento*/, 0 0 8px rgba(33, 108, 151, 0.6)/*Fuera del elemento*/; 
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075)/*Adentro del elemento*/, 0 0 8px rgba(33, 108, 151, 0.6)/*Fuera del elemento*/; 
}
.btn_enviar{
    margin-top: 20px;
    background-color: #07273a;
    color: white;  
    padding: 10px 40px;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 0;
    position: relative;
}
.btn_enviar:hover{
    background-color: white;
    font-weight: 600;
    color: #07273a;
}
header > div:first-child{
    z-index: 2;
    width: 100%;
}
.menu-principal{
    height: 124px;
}
.menu-principal.shrink{
    background-color: rgb(7, 39, 58)!important;
    padding-bottom: 40px;
    transition: all .3s;
    box-shadow:  0px 0px 9px 0px #536875;
}
.mty.shrink{
    margin-top: 40px;
    font-size: 11px;
    transform: all .3s;
}
.t_logo.shrink{
    width: 100px;
    transition: all .3s;
}
.margen-logo.shrink{
    margin-top: -48px!important;
}
.margen-nav.shrink{
    margin-top: 60px;
}
.menu.shrink{
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 12px;
    transition: all .3s;
}
.btn-ingresar.shrink{
    background-color: #e43d30;   
    padding: 4px 8px;
    height: 26px;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 0;
}
.lineas1.shrink{
    padding-left: 6px;
    border-top: 1px solid #e43d30;
    border-bottom: 1px solid #e43d30;
    border-left: 1px solid #e43d30;
    height: 36px;
}
.lineas2.shrink{
    padding-right: 6px;
    border-top: 1px solid #e43d30;
    border-bottom: 1px solid #e43d30;
    border-right: 1px solid #e43d30;
    height: 36px;
}
.ic.shrink{
    width: 8px;
    margin-right: 10px!important;
    transition: all .3s;
}
.slick-dots li{
    padding-bottom: 100px!important;
    list-style-type: none!important;
}
.slick-dots li button{
	border: none;
	border-radius: 100%;
    background: #fff!important;
    width: 5px!important;
    height: 5px!important;
    margin-left: 5px!important;
}
.slick-dots li.slick-active button {
    background-color: #e43d30!important;
}
.slick-dotted.slick-slider{
    margin-bottom: 0!important;
}
.slick-dots::before, .slick-dots::after{
    position: absolute;
    content: "";/*Este siempre va*/
    width: 100px;
    height: 1px;
    background: #fff;
}
.slick-dots::before{
    top: 16%;
    right: 38%;
}
.slick-dots::after{
    top: 16%;
    left: 38%;
}
/* .dot{
    color: #e43d30;
    align-content: center;
    
} */


/* stellar */

header + section{
    background-color: #e43d30;
    overflow: hidden;
}
.simpleParallax{
    overflow: visible !important;
}
.derechos{
    display: none;
}


/* RESPONSIVO */
@media(max-width: 768px){
    .menu{
        font-size: 11px;
    }
    .t_logo{
        width: 110px;
    }
    .btn-ingresar{
        padding: 4px 8px;
        height: 26px;
    }
    .lineas1, .lineas2{
        height: 36px;
        padding-left: 6px;
        padding-right: 6px;
    }
    .margen-logo{
        margin-top: -58px !important;
    }
    .margen-nav{
        margin-top: 70px;
    }
    .mty{
        margin-top: 50px;
    }
    .menu::before, .menu::after{
        width: 30px;
    }
    .menu::before{
        right: -15px;
    }
    .menu::after{
        left: -15px;
    }
    .ic{
        width: 8px;
        margin-right: 10px!important;
    }
    .margen-tittle{
        margin-top: 60%;
    }
    .tittle{
        font-size: 35px;
    }
    .subtittle{
        font-size: 14px!important;
    }
    .desc{
        font-size: 13px;
        font-weight: 600;
    }
    .btn-descargar{
        padding: 8px 38px;
    }
    .imgslider{
        width: 100vw!important;
    }
    .m-imgfooter{
        width: 200px;
        margin-left: 80px;
    }
    .slick-dots li{
        padding-bottom: 80px!important;
    }
    .slick-dots li button{
        border: none;
        border-radius: 100%;
        background: #fff!important;
        width: 3px!important;
        height: 3px!important;
        margin-left: 5px!important;
        size: 3px;
    }
    .slick-dots::before, .slick-dots::after{
        width: 80px;
    }
    .slick-dots::before{
        top: 17%;
        right: 33%;
    }
    .slick-dots::after{
        top: 17%;
        left: 33%;
    }
    .margen-quees{
        margin-bottom: 0;
    }
    .que_es{
        margin-top: 10px;
        font-size: 25px;
        margin-bottom: 20px;
    }
    .que_es::after{
        width: 50px !important;
        top: 26px;
        left: 4%;
    }
    body{
        font-size: 12px;
    }
    .navaja{
        margin-top: 70px;
        padding-left: 40px;
        padding-right: 44px;
    }
    .ventajas{
        font-size: 30px;
    }
    .pt_imagen{
        width: 360px !important;
    }
    .margen_pt{
        padding-bottom: 120px;
    }
    .img_perfil{
        margin-top: -75px;
        width: 120%;
    }
    .perfil{
        font-size: 25px;
        margin-left: 78px;
        margin-top: 40px;
        margin-bottom: 15px;
    }
    .perfil::after{
        width: 45px;
        left: 75px;
        top: 55px;
    }
    .ico{
        width: 70px;
        margin-top: -70px;
    }
    .descargar_app{
        font-size: 20px;
        margin-left: -10px;
        margin-bottom: -50% !important;
    }
    .descargar_app::after{
        width: 40px;
        left: 10px;
    }
    .margen-footer{
        margin-bottom: 0;
        padding-left: 60px;
    }
    .btn-app{
        width: 40%;
    }
    .m-imgfooter{
        margin-top: 45px;
    }
    .contactanos{
        margin-top: 10px;
    }
    .contactanos::after{
        width: 40px;
        left: -50px;;
    }
    .derechos{
        display: none;
    }
}
@media(max-width: 425px){
    .navbar{
        height: auto;
        min-height: 100%;
        }
    .collapse{
        transition: all .01s ease;
    }
    .lineas1, .lineas2{
        padding-left: 0;
        border-top: 0;
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
        height: 0;
    }
    .mty, .mty.shrink{
        display: none;
    }
    .ic, .ic.shrink{
        display: none !important;
    }
    .t_logo{
        width: 45px;
        margin-top: 65px;
    }
    .t_logo.shrink{
        width: 45px;
        margin-top: 55px;
    }
    .margen-nav, .margen-nav.shrink{
        margin-top: 0px;
    }
    .menu-principal.shrink{
        margin-bottom: 0;
    }
    .menu_movil{
        flex-direction: column;
    }
    .o1{
        order: 1;
        align-self: flex-end;
    }
    .o2{
        order: 2;
        height: 100%;
        width: 100%;
        flex-direction: column;
        padding-right: 60px;
        transition: all .3s ease;
        flex-wrap: nowrap;
    }
    .o3{
        order: 3;
        height: 100%;
        width: 100%;
        flex-direction: column;
        padding-right: 60px;
        transition: all .3s ease;
        flex-wrap: nowrap;
    }
    .btn-descargar{
        padding: 6px 26px;
    }
    .imgslider{
        height: 100vh!important;
        background: cover;
        
    }
    .imgslider:nth-child(1){
        background-image: url('../img/FondoMovil1.png')!important;
    }
    .imgslider:nth-child(2){
        background-image: url('../img/FondoMovil2.png')!important;
    }
    .imgslider:nth-child(3){
        background-image: url('../img/FondoMovil3.png')!important;
    }
    .slick-dots::after{
        left: 22%;
        width: 60px;
    }
    .slick-dots::before{
        right: 22%;
        width: 60px;
    }
    .margen-tittle{
        margin-top: 90%;
    }
    .tittle{
        font-size: 25px;
        margin-bottom: 8px;
    }
    .subtittle{
        font-size: 10px !important;
        margin-bottom: 8px;
    }
    .btn-ingresar{
        margin-bottom: 20%;
        background-color: transparent;
    }
    .btn-ingresar:hover{
        display: none;
    }
    .menu{
        padding-top: 5%;
        padding-bottom: 5%;
        font-size: 20px;
        font-weight: 600;
    }
    .menu:hover{
        color: #07273a!important;
    }
    .menu::before, .menu::after{
        width: 0;
        height: 0;
    }
    .img_perfil{
        width: 100px;
    }
    .navaja{
        margin-top: -45px;
        padding-left: 80px;
        padding-right: 30px;
    }
    .ventajas{
        font-size: 25px;
        padding-top: 20px;
    }
    .ventajas::before{
        right: 25%;
        top: 36px;
    }
    .ventajas::after{
        left: 25%;
        top: 36px;
    }
    .sub_ventajas{
        font-size: 12px;
        padding-bottom:20px;
    }
    .w-80{
        width: 80%;
        margin-left: 10%;
    }
    .or1{
        order: 1;
    }
    .or2{
        order: 2;
    }
    .or3{
        order: 3;
    }
    .or4{
        order: 4;
    }
    .or5{
        order: 5;
    }
    .or6{
        order: 6;
    }
    .or7{
        order: 7;
    }
    .or8{
        order: 8;
    }
    .img_perfil{
        width: 60%;
        margin-top: -45px;
    }
    .perfil{
        font-size: 25px;
        margin-left: 150px;
        margin-top: -80px;
        margin-right: 25px;
        text-align: right;
        margin-bottom: 40px;
    }
    .perfil::after{
        display: none;
    }
    .m-perfil{
        margin-left: -35px;
    }
    .descargar_app{
        margin-top: -95px;
        margin-left: 55px;
        margin-bottom: 15px !important;
    }
    .descargar_app::after{
        display: none;
    }
    .margen-footer{
        padding-left: 30px;
        padding-bottom: 40px;
    }
    .btn-app{
        width: 30%;
        margin-right: 80px;
        margin-bottom: 20px;
    }
    .m-imgfooter{
        margin-top: -28%;
        margin-left: 42%;
        margin-bottom: 25%;
        width: 150px;
    }
    .contactanos{
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .contactanos::after{
        left: 10%;
        width: 60px;
    }
    .sub_contactanos{
        margin-top: 0;
        font-size: 13px;
    }
    .footer-texto{
        display: none;
    }
    .datos{
        text-align: right;
        margin-right: 10px;
        margin-top: -39% !important;
        margin-bottom: 10% !important;
    }
    .iconos{
        margin-top: 15px;
        margin-bottom: 0;
        margin-bottom: 20px;
    }
    .btn_enviar{
        margin-bottom: 30px;
        padding: 8px 30px;
    }
    .derechos{
        display: block;
        background-color: #07273a;
        text-align: right;
        padding-top: 10px;
        margin-bottom: 0;
    }
    .menu1{
          background-color: #07273a;
      }
    .menu2{
        transition: all .3s ease;
        background-color: #e43d30!important;
    }