.pc {
	display: block;
}

.mobile {
	display: none;
}

.grande {
    display: none;
}

@media (max-width: 649px) {
	.pc {
		display: none !important;
	}

	.mobile {
		display: block !important;
	}

    .headermob {
        z-index: 600;
        padding: 2rem 0;
        background-image: linear-gradient(179deg, #000, #000, transparent);
        position: absolute;
        top: 0;
    }

    .headermob a.logo {
        width: fit-content;
        margin: auto;
        display: block;
    }

    .headermob a.logo img {
        width: 200px;
    }

    .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: #008b3a;
        padding: 2px 5px;
        border-radius: 5px;
        z-index: 99999999 !important;
        position: fixed;
        top: 30px;
        right: 15px;
    }

    .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: #fff;
    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: #373737;
        margin: 25px 0;
        display: block;
        text-align: center;
        font-weight: 600;
    }

    .headermob .sidenav #sub a {
        color: #373737;
        margin: 25px 0;
        display: block;
        text-align: center;
        font-weight: 600;
    }
    .headermob .sidenav a i {
        color: #373737 !important;
    }
    .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);
    }
    
    .espaco {
        height: 102px;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        display: block;
    }
    .infobanner {
        padding: 12rem 1rem !important;
        align-items: flex-start !important;
        text-align: center;
        min-height: 95vh !important;
    }
    .infobanner h1 {
        font-size: 30px;
    }
    .infobanner .botoes {
        justify-content: center !important;
    }
    .infobanner.um {
    background-image: url("../img/infobanner-01-mob.png") !important;
}
.infobanner.dois {
    background-image: url("../img/infobanner-02-mob.png") !important;
}
.infobanner.tres {
    background-image: url("../img/infobanner-03-mob.png") !important;
}
.infobanner.tres b {
    margin: auto;
}
    .ondeestamos .row {
        flex-direction: column-reverse;
    }
    .ondeestamos img {
        margin-bottom: 30px;
    }
    .solucoes .dados img {
        width: 100%;
        max-width: 90px !important;
    }
    .solucoes {
        padding: 8rem 1rem 4rem !important;
        background-size: 70% !important;
    }
    .sobrehome iframe {
        height: 180px !important;
        margin: 0 0 30px;
    }
    .sobrehome {
        background-size: 0 !important;
    }
    .widget .grade {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -370px;
        flex-direction: column;
    }
    .widget .grade .cada {
        width: 100% !important;
    }
    .chamada .caixa {
        align-items: center;
        gap: 1rem !important;
        flex-direction: column;
    }
    .chamada .caixa h2 {
        padding: 2rem 1rem !important;
        border-left: none !important;
        border-top: 1px solid #fff;
        text-align: center;
    }
    .rodape .row.main{
        gap: 2rem;
    }
    .sedes .titulo {
        justify-content: space-between;
        flex-direction: column;
    }
    .sedes h2::after {
        left: -9rem !important;
    }
    .contato {
        background-size: contain !important;
        background-position: top center !important;
        padding: 18rem 1rem 4rem !important;
        background-attachment: initial !important;
    }
    .juridi {
        padding: 34rem 1rem 4rem !important;
        background-size: contain !important;
        background-position: top center !important;
    }
    .sindico {
        padding: 30rem 1rem 4rem !important;
        background-size: contain !important;
        background-position: top center !important;
        background-attachment: initial !important;
    }
    .capa h1 {
        font-size: 34px !important;
    }
    .clientes .caixa img {
        max-width: 140px !important;
    }
}

@media (min-width: 1600px) and (max-width: 1730px) {
    .infobanner {
        min-height: 670px !important;
    }
}


@media (min-width: 1731px) {
    .infobanner {
        min-height: 85vh !important;
    }
    .infobanner {
        background-position: bottom !important;
    }
    .solucoes h2::after {
        left: -27rem !important;
    }
    .ondeestamos h2::after {
        left: -27rem !important;
    }
    .sedes h2::after {
        left: -27rem !important;
    }
} 

@media (max-width: 1200px) and (min-width:  650px) {
    *::-webkit-scrollbar {
        width: 5px !important;
    }
    .header a.destaque {
        font-size: 13px !important;
       padding: 5px 5px !important;
    }
    .header ul.redes {
        gap: .8rem !important;
        padding: 0;
    }
    .header ul.redes a {
        font-size: 17px !important;
    }
    .header .col-md-4 {
        gap: .8rem;
        padding: 0;
    }
    .header .col-md-2 {
        padding: 0;
    }
    .infobanner {
        height: 80vh !important;
    }
    .motorhome .caixa .infos {
        padding: 20px 25px !important;
    }
    .motorhome h6 {
        font-size: 18px !important;
    }
    .vantagens.primeira {
        background-size: 60% !important;
    }
    .vantagens.primeira h2 {
        font-size: 30px !important;
    }
    .vantagens.segunda {
        background-size: 55% !important;
    }
    .vantagens.segunda h2 {
        font-size: 30px !important;
    }
    .vantagens.segunda h4 {
        font-size: 18px !important;
    }
    a.chamada {
        padding: 8px 20px !important;
    }
    .novidades h3 {
        font-size: 36px !important;
    }
    .novidades h3 img {
        max-width: 65px !important;
        right: -30px !important;
        bottom: 10px !important;
    }
    .rodape .links {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .rodape a.logo img {
        padding: 0;
    }
    .rodape a.chamada {
        text-align: center;
    }
}