/* Mediaquery */
@media (min-width: 993px) and (max-width: 1200px){
    .navbar .navbar-nav{
        zoom: .86;
    }
    .navbar .group-btn{
        margin-bottom: 5px;
    }
    section{
        zoom: .9;
    }
    .navbar-brand img{
        max-width: 100px;
    }
}

@media (min-width: 767px) and (max-width: 992px){
    .navbar-brand img{
        max-width: 90px;
    }

    .navbar {
        padding: 5px 0;
    }
    .navbar-collapse{
        zoom: .85;
    }
    .slider_home .center-text .text{
        zoom: .6;
        max-width: 60%;
    }

    .owl-dots{
        transform: translateY(-30px);
    }

    .text-section br{
        display: none;
    }
    .section_services .d-flex{
        max-width: 100%;
    }

    .banner{
        zoom: .7;
    }
    .section_services .d-flex .box{
        zoom: .7;
        width: 20%;
    }

    .section_benefics ul{
        zoom: 1;
    }
    .section_benefics ul li{
        font-size: 20px;
    }
    .banner-download{
        padding-bottom: 26% !important;
    }
    .banner-download .pos-text{
        zoom: .8;
    }
    .container.contacto{
        max-width: 600px;
        margin-top: 0;
    }
    .description-section br{
        display: none;
    }
    .section_how_to_work .item{
        zoom: .75;
    }
    

}



@media (max-width: 767px){
    .slider_home .center-text .text p br{
        display: block;
    }
    .main-section{
        margin-top: 69px;
    }
    /* #home{
        display: none !important;
    } */
    .slider_home .center-text .text{
        max-width: 90%;
        width: 90%;
        zoom: .5;
    }
    .slider_home .owl-dots{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -20px);
    }
    .slider_home .owl-item img{

    }
    .container{
        max-width: 620px;
    }
    .navbar{
        padding: 5px 15px !important;
    }
    .banner-download .buttons img{
        max-width: 150px;
    }
    .navbar .group-btn{
        padding-left: 15px;
        margin-left: 0 !important;
        justify-content: center;
        order: 2;
        margin-bottom: 0;
    }
    .navbar .navbar-brand img{
        max-width: 90px !important;
    }

    .navbar .group-btn a{
        margin-right: 15px !important;
        font-size: 24px !important;
    }
    /* Section */
    br{
        display: none;
    }

    .banner .contain h2{
        font-size: 24px;
    }
    .banner .contain .btn{
        font-size: 20px;
    }
    .banner .contain{
        padding: 7% 0;
    }
   
    .text-section h3{
        font-size: 28px;
        text-align: center;
        text-transform: uppercase;
    }
    .text-section p{
        font-size: 18px;
        line-height: 1.5;
        margin-top: 20px;
        text-align: justify;
    }

    .section_how_to_work .item{
        margin-bottom: 45px;
    }

    .title-section{
        margin-top: 0;
        font-size: 38px;
    }
    .title-section.text-left{
        text-align: center !important;
    }
    .description-section{
        font-size: 18px;
    }

    .description-section br{
        display: none;
    }
    section.pt-5{
        padding-top: 80px !important;
    }
    section.pt-5#ours{
        padding-top: 10px !important;
    }
    .text-section p.edit{
        text-transform: uppercase;
        text-align: center;
    }
    .section_benefics ul{
        zoom: 1;
        margin-bottom: 30px;
    }
    .section_benefics ul li{
        font-size: 20px;
    }
    .section_services .d-flex .box{
        zoom: .8;
        width: 50%;
    }

    .banner-download .pos-text{
        position: relative;
        transform: initial;
        left: initial;
        /* margin: 0 !important; */
        width: 100%;
        max-width: 400px;
        zoom: .8;
        top: 30px;
        margin: auto;
    }

    .container.contacto{
        padding: 15px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .bg-contacto{
        padding: 25px 5px !important;
    }
    .slider_service .profile .text h4{
        font-size: 16px;
    }
    .banner-download{
        background: url('../img/banner.jpg') no-repeat center right/cover;
        padding: 10% 15px 20%!important;
    }
   
}
@media (min-width: 520px) and (max-width: 766px){
    .slider_home .center-text .text{
        zoom: .6;
        max-width: 60%;
    }

    .owl-dots{
        transform: translateY(-30px);
    }

    .text-section br{
        display: none;
    }
    .section_services .d-flex{
        max-width: 100%;
    }
    .section_services .d-flex .box{
        zoom: .7;
        width: 25%;
    }

    .section_benefics ul{
        zoom: .8;
    }

    .banner-download .pos-text{
        top: 60px;
    }

  

    .container.contacto{
        max-width: 600px;
    }
}

@media (max-width: 520px){

    .mb-0-edit .item{
        margin-bottom: 0 !important;
    }
    .grid-template {
        grid-template:
            "a"
            "b"
            "c";
    }
    .grid-template img{
        height: auto;
    }

    footer .container{
        flex-wrap: wrap;
    }

    footer .container .text-white{
        width: 100%;
        order: 1;
        text-align: center;
        margin-top: 5px;
    }
    
    .banner-download h1{
        max-width: 300px;
        margin: auto auto 20px;
    }
    .banner-download p{
        max-width: 260px;
        margin: auto;
        font-size: 18px;
    }
}

@media (max-width: 320px){
    .slider_home .center-text .text{
        zoom: .45;
    }

    .slider_home .owl-dots{
        display: none;
    }
}