.flex-center {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center

}



.preloader {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #fff

}



.dots .dot {

    

    display: inline-block;

    width: 15px;

    height: 15px;

    margin: 30px 2px;

    padding: 13px;



    -webkit-animation: dot-dot-dot 1.4s linear infinite;

    animation: dot-dot-dot 1.4s linear infinite

}



/* .dots .dot {

    display: inline-block;

    width: 15px;

    height: 15px;

    margin: 30px 2px;

    border-radius: 50%;

    background: #00bac7;

    border: 2px solid #376193;

    -webkit-animation: dot-dot-dot 1.4s linear infinite;

    animation: dot-dot-dot 1.4s linear infinite

}

 */

.dots .dot:nth-child(2) {

    animation-delay: .2s

}



.dots .dot:nth-child(3) {

    animation-delay: .4s

}



@keyframes dot-dot-dot {



    0%,

    100%,

    60% {

        -webkit-transform: initial;

        -ms-transform: initial;

        transform: initial

    }



    30% {

        -webkit-transform: translateY(-25px);

        -ms-transform: translateY(-25px);

        transform: translateY(-25px)

    }

}



.who{

    margin-left: 10% !important;

    font-family: Roboto;

    font-style: normal;

    font-weight: normal;

    font-size: 20px !important;

    color: #170F4F;

    /* line-height: 20px !important; */

}



.what{

    font-family: Roboto;

    font-style: normal;

    font-weight: normal;

    font-size: 20px !important;

    color: #170F4F;

    /* line-height: 20px !important; */

}



.title-division-mobile {

    display: none;

}





/* .headphone{

    max-width: 990px; 

    margin-left: -140px ;

} */

 .mobile-digital{

    font-size: 60px;

    /* text-align: right; */

}

 .mobile-res{

    /* font-size: 60px; */

    text-align: right;

}



.img-slide{

    width: 500px;

}



.mobile-title{

    color: #3156a5;

}

@media only screen and (max-width: 600px) {

    .image-home {

        display: none;

    }



    .img-slide{

        width: 260px;

        margin-top: 20px;

    }



    .navbar-toggler{

        margin-top: -30px;

        margin-right: 10px;

    }

    .img-mobile{

        margin-top: -20px;

    }

     .wrapper-button-slide{

        margin-bottom: 20px;

        font-size: 10px !important;

        width: 170px;

    }



    .title-division {

        border-right: 0px solid #08abb9 !important;

        text-align: center;

    }



    .wrapper-description-business {

        text-align: center;

    }

    

    .mobile-division{

        display: none;

    }



    .title-division-mobile{

        display: block;

        text-align: center !important;

    }



    .mobile-res{

        text-align: center;

        margin-top: 20px;

    }



    .right-title {

        border-left: 0px solid #170f4f !important;

        border-right: none;

    }



    .pad-we-do {

        text-align: center;

    }



    .mobile-title{

        text-align: center;

    }



    .lead{

        text-align: center;

    }



  

    .mobile-digital{

        font-size: 2rem !important;

        text-align: center !important;

    }



    .custom-navbar a {

        font-weight: 500;

        margin-left: 50px !important; 

        margin-bottom: 0px !important;

    }

    /*

    .wrapper-text-slide h1{

        font-size: 1rem;

    }



    .purple-line {

        border-width: 5px !important;

    } 

    */

}



@media only screen and (min-width: 1200px) {

    .headphone{

        max-width: 990px; 

        margin-left: -10px !important;

    }

  

}