.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: 109px;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
    }

    .headermob {
        padding: 10px 0;
        position: fixed;
        z-index: 9;
        top: 0;
        right: 0;
        left: 0;
        background: #ffffff;
        border-top: 5px solid #3B2772;
    }

    .headermob a.logo {
        width: fit-content;
        margin: 0;
        display: block;
    }

    .headermob a.logo img.fora {
        width: 105px;
    }

    .headermob a.logodentro {
        display: block;
        width: fit-content;
        margin: auto;
    }

    .headermob a.logodentro img.dentro {
        width: 125px;
        display: block;
        margin: auto;
        width: fit-content;
    }

    .headermob .col-4 {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .headermob .collapse {
            padding: 0;
    margin: 0 auto;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 90%;
    }

    .iconmob {
        width: fit-content;
        margin: 0;
        background: #3B2772;
        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: #fff;
        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;
        justify-content: space-between;
    }

    .headermob .adidas {
        align-self: center;
    }

    .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: #444;
        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);
    }

    .menumob {
        padding: 4rem 15px;
    }

    .menumob a {
        color: #444;
        text-decoration: none;
        padding: 10px 0;
        display: block;
        width: 100%;
        position: relative;
        font-size: 18px;
    }
    .menumob a b{
        border-left: 4px solid #414192;
        margin: 0 10px;
        padding: 3px 5px;
    }
    .menumob a.verde b {
        border-left: 4px solid #C9D851;
    }
    .menumob a.laranja b {
        border-left: 4px solid #EF7F1A;
    }
    .menumob a.amarelo b {
        border-left: 4px solid #efe400;
    }
    .menumob a.vermelho b {
        border-left: 4px solid #e4231f;
    }
    .menumob a.azulclaro b {
        border-left: 4px solid #00AEE3;
    }

    .menumob>a:after{
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        background-color: silver;
        height: 1px;
    }
    .menumob a:hover {
        text-decoration: none;
        color: #444;
    }

    .menumob .casa {
        display: flex;
        gap: 8px;
        margin-bottom: 10px;
        width: 50%;
    }

    .menumob .casa a {
        font-size: 14px;
        padding: 10px 5px;
    }

    .menumob .casa h4 {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 6px 0 0;
    margin: 10px 0;
    display: flex;
    width: 30px;
    height: 45px;
    justify-content: center;
    border-radius: 5px;
    background-image: url('../img/alfabeto-verde.png');
    background-repeat: no-repeat;
    background-size: contain;
    }
    .menumob .casa a {
        border-top: none;
    }

    .infobanner {
        min-height: 670px !important;
    }

    .infobanner.banner1 {
        background-image: url('../img/banner-home-01-mob.webp') !important;
    }

    .bemvindo .col-md-12 {
        flex-direction: column;
        gap: 2rem !important;
    }

    .bemvindo:after {
        display: none !important;
    }

    .bemvindo .esquerda {
        width: 100% !important;
        justify-content: center !important;
    }

    .bemvindo .direita {
        width: 100% !important;
        justify-content: center !important;
    }

    .bemvindo .esquerda h2 {
        text-align: initial !important;
        font-size: 30px;
    }


    .bemvindo img.azul {
        max-width: 130px !important;
    }

    .bemvindo img.laranja {
        max-width: 130px !important;
    }

    .apresenta {
        background-color: #F2F2F2;
        margin: 0 !important;
        padding: 4rem 15px 8rem !important;
    }

    .ajuda .caixa.fake {
        display: none !important;
    }

    .ajuda .grade {
        margin: 50px 0 0;
    }

    .ajuda .grade .cada {
        padding: 15px 20px !important;
    }

    .ajuda .grade .cada h3 {
        font-size: 22px;
    }

    .porque {
        padding: 52rem 15px 4rem !important;
        background-size: 100% !important;
        background-position: top !important;
    }

    .porque .cada h3 {
        font-size: 18px !important;
    }

    .porque .grade {
        flex-direction: column;
    }

    .porque .grade .cada {
        width: 100% !important;
    }

    .numeros .grade {
        flex-direction: column;
    }

    .numeros {
        text-align: initial !important;
    }

    .numeros h2:after {
        margin: 20px 0 !important;
    }

    .escolha .divisao {
        flex-direction: column;
    }

    .escolha .caixa {
        width: 100% !important;
        padding: 4rem 2rem !important;
    }

    .rodape {
        text-align: initial !important;
    }

    .rodape .divisao {
        gap: 2rem !important;
        flex-direction: column;
    }

    .rodape nav a {
        margin: 10px auto !important;
    }

    .rodape h3 {
        margin: auto !important;
    }
    .rodape ul {
        margin: 10px auto !important;
    }

    .sobrefotos .divisao {
        flex-direction: column;
    }

    .sobrefotos .image, .sobrefotos .caixa {
        width: 100% !important;
    }
    .sobrefotos .caixa {
        padding: 2rem !important;
    }

    .capa h1 {
        font-size: 28px;
    }
}


@media (min-width: 1600px) and (max-width: 1920px) {
    .infobanner {
       height: 590px !important;
    }

    #benner ul.redes {
        top: 22% !important;
    }
}


@media (min-width: 1600px) {
    .grande {
        display: block !Important;
    }
} 

@media (max-width: 1200px) and (min-width:  750px) {
    
}