@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 0px) and (max-width: 1200px) {
    /* serviços area circular*/
    .texto-centro, .texto-balao{
        display: none;
    }
    .balao1 {
        left: 8%;
        top: 19%;
    }
    .balao2 {
        left: 6%;
        bottom: 27%;
    }
    .balao3 {
        right: 8%;
        top: 18%;
    }
    .balao4 {
        right: 8%;
        bottom: 28%;
    }
    .balao5 {
        left: 53%;
        bottom: 7%;
    }
    
    .servico-balao{
        min-width: 103px;
        max-width: 103px;
    }
    .servico-balao .icone-balao{
        margin: 6px 8px 7px 8px;
    }










    
    .erro404 h1 {
        font-size: 34px;
    }
    
    .erro404 p {
        font-size: 30px;
    }
 
    .ocultar{
        display: none;
    }
    .menu_nav{
        display: none;
    }

    .menu_mobile{
        display: table;
    }

    
    .menu-mobile,
    .modal-dialog,
    .modal-content{
        height: 98%;
    }
    .menuSuperior .col-3{
        width: 50%;
        min-width: 50%;
    }
    .menuSuperior .menu_mobile{
        width: 100%;
        text-align: right;
    }

    .menuSuperior .menu_mobile button,
    .menuSuperior .menu_mobile button:hover,
    .menuSuperior .menu_mobile button:focus{
        border: 1px solid #fd0;
        color: #fd0;
    }
    .menuSuperior .menu_mobile .modal-content{
        background-color: #444;
    }
    .menuSuperior .menu_mobile .modal-header{
        border: 0px !important;
    }
    
    .menuSuperior .menu_mobile nav ul li{
        width: 100%;
    }
    .menuSuperior .menu_mobile nav ul li a{
        display: block;
        text-align: center;
        font-size: 25px;
    }

    .banner{
        padding-top: 0%;
        padding-bottom: 0%;
        min-height: 550px;

        background: url(../imagens/banner/escritorio-mobile.webp) no-repeat;
        background-size: cover;
    }
    .banner .bg-video {
        position:relative;
        top: 0;
        left: 0;
        opacity: 1;
        z-index: 0;
        
        background-size: cover;
        background: no-repeat center;
        user-select: none;
        pointer-events: none;
    
        /*additional tweaks for positioning, read more in the link above*/
        height: 100%;
        min-width: 100%;
        min-height: 56.25vw; /* 100 * 9 / 16 */
    
     }

     .banner .frases{
        width: 100%;
     }

     .banner h1 {
        font-size: 33px;
    }

    .somos{
        padding: 50px 0px 100px 0px;
        background-size: cover;
        background-position-x:right;
    }

    .somos .col{
        width: 100%;
        min-width: 100%;
    }

    .sobre .col{
        width: 100%;
        min-width: 100%;
    }

    .sobre a{
        margin: 0 auto;
        display: table;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .perfil .col-3{
        width: 100%;
        min-width: 100%;
     }

    .blog .col{
        width: 100%;
        min-width: 100%;
    }
    .blog .topmenublog .col{
        width: 100%;
        min-width: 100%;
        text-align: left !important;
        padding-bottom: 20px;
    }
    .blog .topmenublog .col p{
        text-align: left !important;
    }

    .newsletter .col{
        width: 100%;
        min-width: 100%;
    }

    .newsletter button{
        width: 100%;
    }

    .rodape .coluna-1,
    .rodape .coluna-2{
        width: 100%;
        min-width: 100%;
    }

    .rodape .coluna-1 p{
        max-width: 100%;
    }

    .sobretransforma{
        padding: 0px 0px 100px 0px;
    }
    .sobretransforma h1{
        text-align: center;
    }
     
    .missao .col{
        width: 100%;
        min-width: 100%;
    }

    .atendimento img{
        width: 100%;
        max-width: 100%;
    }

    .clientes .col{
        width: 100%;
        min-width: 100%;
    }

    .contadores .col{
        width: 100%;
        min-width: 100%;
    }

    .parcerias .col{
        width: 100%;
        min-width: 100%;
    }

    .servicos{
        background: none;
    }
    .servicos .col{
        width: 100%;
        min-width: 100%;
    }

    .servicos .visualizador {
        width: 100%;
        border-radius: 60px;
        padding: 10px 25px 10px 25px;
    }

    .servicos .blocos p {
        font-size: 23px;
    }
    .servicos .blocos .card{
        height: auto;
    }

    .ecossistema .marcas {
        width: 100%;
    }
    .ecossistema .marcas .col,
    .ecossistema .marcas .col-4{
        width: 100%;
        min-width: 100%;
        text-align: center;
    }
    .ecossistema .marcas p{
        text-align: center;
    }
    
    .contato .col{
        width: 100%;
        min-width: 100%;
    }

    .trabalheconosco form{
        width: 100%;
    }
    .btn-whatsapp{
        display: none;
    }

}/* mobile*/