.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;
    }

    .espaco {
        display: block;
        height: 67px;
    }

    .headermob {
        padding: 10px 0;
        position: fixed;
        z-index: 9;
        top: 0;
        right: 0;
        left: 0;
        background: #22345d;
        font-family: 'Montserrat';
        border-bottom: 3px solid #fff;
    }

    .headermob a.logo {
        width: fit-content;
        margin: auto;
        display: block;
    }

    .headermob a.logo img.fora {
        width: 160px;
    }

    .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: transparent;
        padding: 2px 5px;
        border: 1px solid #fff;
        border-radius: 5px;
        z-index: 99999999 !important;
        position: relative;
        /*top: 15px;
        right: 15px;*/
    }

    .bar1, .bar2, .bar3 {
       width: 40px;
       height: 4px;
       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: #22345dc7;
        backdrop-filter: blur(30px);
        overflow-x: hidden;
        padding-top: 110px;
        transition: 0.5s;
        z-index: 9999 !important;
    }

    .sidenav .closebtn {
        position: absolute;
        top: -70px;
        right: 60px;
        font-size: 46px;
        margin-left: 50px;
        color: black;
        text-decoration: none;
    }

    .headermob .col-md-12 {
        display: flex;
    }

    .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: #fff;
        margin: 25px 0;
        display: block;
        font-weight: bold;
        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 {
        min-height: 725px !important;
        align-items: flex-start !important;
        padding: 40px 20px !important;
        background-color: #2d2e89;
    }
    .infobanner h1 {
        font-size: 22px !important;
        text-align: center;
    }
    .infobanner .detalhe {
        width: fit-content;
        margin: 0 auto 10px !important;
    }
    .infobanner a.chamada {
        margin: 10px auto !important;
    }
    .infobanner.banner1 {
    background-image: url(../img/banner-1-mob.webp) !important;
    background-size: cover;
    background-repeat: no-repeat; 
    }

.infobanner.banner2 {
    background-image: url(../img/banner-index-3-mob.webp) !important;
    background-size: cover;
    background-repeat: no-repeat; 
}

.infobanner.banner3 {
    background-image: url(../img/banner-index-4-mob.webp) !important;
    background-size: cover;
    background-repeat: no-repeat; 
}

.infobanner.banner4 {
    background-image: url(../img/banner-index-5-mob.webp) !important;
    background-size: cover;
    background-repeat: no-repeat; 
}
    .vitrini h1 {
        font-size: 30px;
    }
    .segmentos .grade .caixa {
        width: 48% !important;
        height: 140px !important;
    }
    .segmentos .caixa h3 {
        font-size: 16px !IMPORTANT;
    }
    .segmentos .caixa img {
        max-width: 55px !IMPORTANT;
    }
    .segmentos h1 {
        font-size: 24px !important;
    }
    .segmentos .grade {
        margin-top: 30px;
    }
    .opcoes .caixa {
        width: 100% !important;
        display: flex;
        flex-direction: column !important;
        align-items: center !important;
    }
    .opcoes .caixa h1 {
        text-align: center;
        font-size: 30px;
    }
    .opcoes .caixa p {
        text-align: center;
    }
    .rodape ul.redes {
        margin: 0 auto 20px !important;
        width: fit-content;
    }
    .rodape .cada {
        flex-direction: column !important;
        align-items: center !important;
        margin-bottom: 15px;
    }
    .rodape .cada span {
        text-align: center;
    }
    .rodape .cada a {
        text-align: center;
        display: block;
    }
    .rodape {
        background-position: bottom !important;
    }
    .apresenta {
        height: 210px !important;
    }
    .apresenta h1 {
        font-size: 30px;
    }
    .historia {
        padding: 2rem 15px 18rem !important;
        background-size: 100% !important;
        background-position: bottom !important;
    }
    .historia h1 {
        font-size: 30px ;
    }
    .apresenta span {
        padding: 2px 15px !important;
        font-size: 14px !important;
        margin: 0 auto 10px !important;
    }
    .valores .col-md-8 {
       flex-direction: column;
       align-items: center;
       justify-content: center;
    }
    .valores h1 {
        text-align: center;
        font-size: 30px;
    }
    .valores p {
        text-align: center;
    }
    .pessoas h1 {
        font-size: 30px;
    }
    .portaria {
        background-size: 350% !important;
    }
    .portaria h1 {
        font-size: 30px !important;
    }
    .solucoes {
        background-size: cover !important;
    }

    .solucoes h1 {
        font-size: 30px;
    }

    .solucoes .grade {
        flex-wrap: wrap;
    }

    .solucoes .grade .cada {
        width: 47% !important;
    }
    .frase h1 {
        font-size: 22px !important;
        margin: 0;
    }
    .aplicativo {
        margin: 0 !important;
        padding: 3rem 0;
    }
    .aplicativo h1 {
        font-size: 30px !important;
    }
    .aplicativo .imagem img {
        bottom: -120px !important;
        max-width: 220px !important;
    }
    .aplicativo .imagem {
        height: 380px !important;
    }
    .suporte h1 {
        font-size: 30px !important;
    }
    .suporte .divisao {
        flex-direction: column;
        gap: 20px;
    }
    .suporte .divisao .cada {
        gap: 20px;
        flex-direction: column;
    }
    .suporte .divisao .cada p {
        text-align: center;
    }
    .falaequipe h1 {
        font-size: 30px !important;
    }
    .trabalhe h1 {
        font-size: 30px !important;
    }
}


@media (min-width: 1600px) and (max-width: 1730px) {
    .infobanner {
        min-height: 670px !important;
    }
}


@media (min-width: 1731px) {
    .infobanner {
        min-height: 635px !important;
    }
    .sobre {
        background-size: 35% !important;
    }
    .produtos .esquerda .titulo {
        width: 60% !important;
    }
    .produtos .esquerda {
        width: 45% !important;
    }
    .produtos .direita {
        width: 55% !important;
    }
} 

@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;
    }
    
}