.mobile{
    display: none;
}

@media screen and (min-width: 1921px){
    .gestao{
        background-position: -200px;
    }
    .imagem-texto-2{
        background-position: 0;
    }
    .com-contador {
        background-position: 100% center;
    }
}
@media screen and (max-width: 1440px){
    
    
    .banner-blog{
        height: 50vh;
    }
    .flutuante-banner{
        bottom: -6%;
        height: 90vh;
    }
    .gestao,
    .imagem-texto-2{
        background-image: url(../imgs/laranja-titulo-maior.svg);
        background-position: -700px center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .com-contador {
        background-position: 359% center;
    }

}

@media screen and (max-width: 768px){
    .mobile{
        display: block;
    }
    .desktop{
        display: none;
    }
    .imagem-texto img{
        width: 100%;
    }
    .imagem-texto.com-contador img{
        width: 80%;
    }
    .side-bar{
        margin-top: 60px;
    }
    .com-contadores h3{
        font-size: 30px;
    }
    .instagram .flex{
        gap: 20px;
        justify-content: center;
    }
    .blog-home .segmentos-img{
        gap: 20px;
    }
    .mobile-endereco{
        width: 100%;
        display: block;
    }
    footer .rodape a{
        text-align: center;
    }
    .whatsapp{
        right: 20px;
        bottom: 20px;
    }
    .transform{
        transform: none!important;
    }
    .animacao-imagem{
        margin-top: 0px!important;
    }
    .imagem-texto h2{
        margin-top: 40px;
    }
    .mobile-espacamento{
        margin-top: 40px;
    }
    footer .rodape{
        padding: 40px 0;
    }
    .redes-sociais{
        justify-content: center!important;
        gap: 40px;
        align-items: center;
        display: flex;
        margin-top: 38px;
    }
    .card-linhatempo:not(:nth-child(5))::before{
        content: "";
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        background-image: url(../imgs/seta-linha.svg);
        background-size: contain;
        transform: translateX(-50%);
        background-repeat: no-repeat;
        top: 104%!important;
        transform: rotate(90deg)!important;
        left: 50%!important;
    }
    .contadores .flex{
        gap: 20px;
    }
    .grao-laranja{
        top: -10%;
    }
    .grao-vermelho{
        bottom: -5%;
    }
    .banner-padrao{
        padding-bottom: 0;
        background-size: contain;
    }
    .evento-detalhes .descricao,
    .imagem-texto p,
    .post p,
    #megaMenu .bloco-menu p,
    .rabanete p,
    .texto-imagem-icones p,
    .titulo-texto p{
        text-align: justify;
        font-size: 16px;
    }
    .depoimentos-single h2{
        font-size: 20px;
    }
    .depoimentos-single p{
        font-size: 18px;
    }
    .testemunho{
        background: rgba(109, 12, 29, 0.05);
        padding: 40px 0;
    }
    .eventos-quebra-rotina .slick-next, .eventos-quebra-rotina .slick-prev,
    .testemunho .slick-prev, .testemunho .slick-next{
        display: none!important;
    }
    .testemunho img{
        display: block;
        margin: 0 auto 40px;
    }
    .slick-eventos .evento-slide img{
        height: 200px;
    }
    .meses button{
        font-size: 16px;
    }
    .logos-grid{
        padding-top: 0;
    }
    .gestao, .imagem-texto-2{
        background-position: top;
    }
    .banner-principal .bg-banner{
        height: 55vh;
    }
    .flutuante-banner{
        height: 70vh;
    }
    .com-contador .com-contadores{
        padding: 20px;
    }
    .logos-grid.logos-soltos{
        padding: 50px 0;
    }
    .rabanete img.rabanete-img{
        position: relative;
        height: 100%;
        top: 0;
    }
    .gestao-img{
        margin: 0;
        width: 100%;
        bottom: -20px;
    }
    .flex-com-contador,
    .flex-gestao{
        flex-direction: column-reverse;
    }
    .logos-soltos{
        margin: 0;
    }
    .separacao-principal{
        margin-top: 40px;
    }

    /* MENU */

    
    header {
        /* position: absolute; */
        padding: 40px 0;
    }

    header a {
        font-size: 24px;
        color:white;
    }

    .menu {
        display: flex;
        justify-content: space-between;
        padding: 40px 0 0;
        align-items: flex-start;
    }


    .menu-mobile {
        position: fixed;
        background: rgba(15, 22, 28, 0.68);
        backdrop-filter: blur(10px);
        height: 0vh;
        width: 100%;
        z-index: 1;
        bottom: 0;
        overflow: hidden;
        left: 0;
        padding: 0;
        gap: 80px;
        display: flex;
        align-items: center;
        text-align: center;
        flex-direction: column;
        transition: 1s all;
        justify-content: center;

    }

    .menu-mobile ul {
        display: flex;
        flex-direction: column;
        gap: 30px;
        list-style: none;
        padding: 0;
    }

    .menu-dois {
        display: flex;
        width: fit-content;
        justify-content: space-between;
        align-items: center;
        /* position: absolute; */
        left: 0;
        padding: 20px;
        top: 0;
        height: 10%;
        z-index: 3;
        justify-content: right;
    }

    .burger {
        width: 40px;
        height: 30px;
        top: 54px;
        right: 40px;
        background: transparent;
        cursor: pointer;
        display: block;
        z-index: 4;
    }

    .burger input {
        display: none;
    }

    .burger span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: var(--vermelho);
        border-radius: 9px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
        z-index: 5;
    }

    .burger span:nth-of-type(1) {
        top: 0px;
        transform-origin: left center;
    }

    .burger span:nth-of-type(2) {
        top: 50%;
        transform: translateY(-50%);
        transform-origin: left center;
    }

    .burger span:nth-of-type(3) {
        top: 100%;
        transform-origin: left center;
        transform: translateY(-100%);
    }

    .burger input:checked~span:nth-of-type(1) {
        transform: rotate(45deg);
        top: 0px;
        left: 5px;
    }

    .burger input:checked~span:nth-of-type(2) {
        width: 0%;
        opacity: 0;
    }

    .burger input:checked~span:nth-of-type(3) {
        transform: rotate(-45deg);
        top: 28px;
        left: 5px;
    }

    .burger input:checked~.menu-mobile {
        height: var(--menu-height);
    }
    
    .no-scroll {
        overflow: hidden;
        height: 100%;
    }
    header.fixo .coluna-20{
        width: 45%;
    }
    body.single-post .burger span,
    body.home .burger span{
        background: white;
    }
    
    header.fixo .burger span{
        background: var(--vermelho);
    }
    
    body.home header.fixo a{
        color: white;
    }
    .burger input:checked~span{
        background: white;
    }

    .banner-principal{
        margin: 0;
    }
    #megaMenu .bloco-menu{
        padding: 40px;
        height: var(--menu-height);
        flex-direction: column;
    }
    .conteudo-interno-menu{
        /* height: 100%; */
        gap: 32px;
    }
    #megaMenu .bloco-menu ul{
        margin: 0;
        padding: 0;
    }
    .fechar.mobile{
        font-family: 'STD-Light';
        font-size: 16px;
        color: var(--vermelho);
        display: flex;
        gap: 10px;
        transition: all 0.6s ease-in-out;
        padding: 0;
        margin-bottom: 32px;
        width: fit-content;
    }
    .fechar.mobile img{
        transform: rotate(180deg);
        width: 23px;
    }
    #megaMenu .bloco-menu{
        border-top: none;
        justify-content: center;
    }
    .contadores,
    .imagem-texto.grande,
    .linhatempo,
    .titulo-texto,
    .segmentos,
    .imagem-texto{
        padding: 50px 0;
    }
    .blog-home .segmentos-img{
        margin-top: 50px;
    }
    h2{
        font-size: 22px!important;
    }
    .evento-detalhes .titulo{
        font-size: 20px;
    }
    .evento-detalhes{
        padding: 40px;
    }
    .logos-grid .flex{
        justify-content: space-between;
    }
    .card-rabenete p,
    .cards-ao-lado p{
        text-align: left!important;
        font-size: 16px;
    }
    .img-gestao-card{
        width: 20%;
    }
    .grid-gestao{
        gap: 20px;
    }
    .slider-modelo .slick-dots{
        display: none;
    }
    .cards-padrao h4{
        font-size: 16px;
    }
    .botao-opcional{
        font-size: 14px;
    }
    .post h1{
        font-size: 20px;
    }
}