.pc {
    display: block;
}

.mobile {
    display: none;
}

.grande {
    display: none;
}

@media (max-width: 750px) {
    .pc {
        display: none !important;
    }

    .grande {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }
    
    .espaco {
        height: 30px;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
    }

    .headermob {
        z-index: 600;
        padding: 1rem 0;
        position: fixed;
        top: 5px;
        right: 0;
        left: 0;
    }

    .headermob .col-md-12 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #001f34a6;
        padding: 20px 30px;
        border-radius: 70px;
    }

    .headermob a.logo {
        width: fit-content;
        margin: 0;
        display: block;
    }

    .headermob a.logo .fora {
        filter: brightness(300);
    }

    .headermob a.logo .dentro {
        margin-bottom: 30px;
    }

    .headermob a.logo img {
        width: 140px;
    }

    .headermob .col-4 {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .headermob .collapse {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .iconmob {
        width: fit-content;
        margin: 0;
        background: #5b9bcb;
        padding: 2px 5px;
        border-radius: 5px;
        position: relative;
        z-index: 999999 !important;
    }

    .bar1, .bar2, .bar3 {
       width: 40px;
       height: 5px;
       background-color: #fff;
       border-radius: 10px;
       margin: 6px 0;
       transition: 0.4s;
    }

    .sidenav {
    display: none;
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #F3F3F3;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    overflow-x: hidden;
    padding-top: 80px;
    transition: 0.5s;
    z-index: 500 !important;
    }

    .sidenav .closebtn {
        position: absolute;
        top: -70px;
        right: 60px;
        font-size: 46px;
        margin-left: 50px;
        color: black;
        text-decoration: none;
    }

    .headermob .sidenav ul.redes {
        list-style: none;
        padding: 0;
        justify-content: space-evenly;
    }

    .headermob .mais a.fone {
       text-align: end;
       display: block;
       color: #38642f;
    }

    .headermob .sidenav ul.links {
        list-style: none;
        padding: 10px;
    }
 
    .headermob .sidenav ul li a {
        color: var(--cinza);
        margin: 25px 0;
        display: block;
        font-weight: 400;
        font-size: 20px;
        text-align: center;
        letter-spacing: 1px;
    }

    .headermob .sidenav #sub a {
        color: #fff;
        margin: 25px 0;
        display: block;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        letter-spacing: 1px;
    }
    .headermob a.bot {
        background: #f5853e;
        color: #fff;
        padding: 20px;
        text-decoration: none;
        text-align: center;
        border-radius: 51px;
        transition: .5s;
        margin: auto;
        display: block;
        width: fit-content;
        font-size: 18px;
    }
    
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }

    .infobanner {
            height: 55vh !important;
        padding: 60px 20px !important;
        background-position: center;
        align-items: flex-end !important;
    }
    .infobanner h1 {
        font-size: 60px !important;
        font-weight: 700;
    }
    .infobanner .botoes {
        gap: 1rem !important;
    }
    .infobanner .botoes a {
        padding: 10px 8px 10px 10px !important;
        font-size: 14px !important;
    }
    .busca {
        margin: -1rem 0 0 !important;
    }
    .busca .caixa {
        padding: 2rem 2rem !important;
        font-size: 12px !important;
    }
    .locais .nevoa::before {
        width: 75px !important;
    }
    .locais .nevoa::after {
        width: 75px !important;
    }
    .owl-carousel span {
        padding: 12px 15px !important;
        font-size: 13px !important;
    }
    .escolher h2 {
        font-size: 36px !important;
    }
    .escolher .caixa {
        padding: 15px 20px !important;
        flex-direction: column;
        border-radius: 30px !important;
    }
    .escolher .caixa .titulo h5 {
        flex: 1;
    }
    .escolher .caixa p {
        padding: 0 !important;
        margin: 0;
        border-left: 0 !important;
    }
    .contratar img {
        max-width: 100%;
        transform: rotateY(180deg);
        margin-bottom: 30px;
    }
    .contratar .grade .caixa {
        flex: 1 0 100% !important;
    }
    .rodape .row {
        gap: 2rem;
    }
    .rodape .logo img {
        max-width: 100%;
        width: 245px;
    }
    .capaSobre .row {
        flex-direction: column-reverse;
        gap: 3rem;
    }
    .capaSobre .bola {
        display: none;
    }
    .missao {
        background-image: none !important;
    }
    .capaServicos h1 {
        font-size: 32px;
    }
    .servicos .caixa{
        padding: 20px !important;
    }
    .servicos .caixa .row {
        flex-direction: column-reverse;
        gap: 2rem;
    }
    .finalServ {
        min-height: 65vh !important;
    }
    .capaVagas .col-md-4 img {
        position: relative !important;
    }
    .capaVagas .row {
        flex-direction: column-reverse;
        gap: 2rem;
    }
    .beneficios::before {
        width: 98% !important;
    }
    .beneficios{
        background-image: none !important;
    }
    .curriculo .caixa {
        padding: 2rem 1rem !important;
    }
    .sessaoContato .caixa {
        height: initial !important;
        margin-bottom: 30px;
    }
    .capaSobre h2 {
        font-size: 22px !important;
    }
    .finalSobre .botoes {
        gap: 1rem !important;
        margin: 2rem 0 !important;
    }
    .finalSobre .botoes a {
        font-size: 14px !important;
    }
    .sobreserv .row {
        gap: 2rem 0;
        flex-direction: column-reverse;
    }
}


@media (min-width: 1700px) {
    .capaVagas {
        padding: 14rem 0 6rem !important;
    }
    .beneficios {
        background-size: contain !important;
    }
}


@media (min-width: 1600px) {
    .grande {
        display: block !Important;
    }

    .apresenta .caixa {
        top: 35% !important;
        width: 60% !important;
    }

    .infobanner .caixa {
        top: 50% !important;
    }

    .apresenta img.banner {
        width: 100%;
        position: absolute;
    }
} 

@media (max-width: 1200px) and (min-width:  750px) {
    .header .menu {
        flex-direction: column !important;
        gap: 20px !important;
    }
    .header .menu nav a {
        font-size: 14px !important;
    }
    .infobanner {
        min-height: 540px !important;
    }
    .infobanner h1 {
        font-size: 32px !important;
    }
    .planosindex h1 {
        font-size: 32px !important;
    }
    .sobre h1 {
        font-size: 32px !important;
    }
    .sobre p {
        font-size: 14px !important;
    }
    .quem h1 {
        font-size: 32px !important;
    }
    .quem p {
        font-size: 14px !important;
    }
    .bannerinvestidor h1 {
        font-size: 30px !important;
    }
    .perguntas .tab button {
        padding: 10px 15px !important;
        font-size: 12px !important;
        width: 170px !important;
    }
    .perguntas .tab {
        flex-wrap: wrap;
    }
    .formcontato {
        background-size: 35% 100% !important;
        background-attachment: fixed;
    }
    
}