/*Container*/

@media screen and (max-width: 1400px){
    .container{
        padding: 30px 20px;
    }
}

/*Home*/
@media screen and (max-width: 1080px){
    .sectionTopo .main{
        flex-direction: column;
        gap: 40px;
    }

    .sectionTopo .main .e_input,.sectionTopo .main .b_input {
        width: 100%;
    }

    .formContato {
        margin: 0 auto -60px;
    }
}

@media screen and (max-width: 980px){
    .sectionPorque .main{
        flex-direction: column-reverse;
        gap: 40px;
        align-items: center;
        justify-content: center;
    }

    .sectionPorque  .b_input{
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 570px){
    .sectionPorque .grid2 {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 1280px){
    .itemFidelidade{
        flex-direction: column;
        padding: 30px !important;
        justify-content: center;
    }

    .itemFidelidade .b_input{
        width: 100%;
    }
}

@media screen and (max-width: 900px){
    .sectionFidelidade .grid3{
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 680px){
    .sectionFidelidade .grid3{
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 1280px){
    .sectionNegocio .main2{
        flex-direction: column;
        gap: 40px;
    }

    .sectionNegocio .b_input,.sectionNegocio .t_input{
        width: 100%;
    }
}

@media screen and (max-width: 500px){
    .topoMarcas{
        flex-direction: column;
    }
}

/* Farmaceutica */
@media screen and (max-width: 1080px){
    .sectionFarmaceutico .main{
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }

    .fotoFarmaceutico {
        position: relative;
        width: fit-content;
        margin: 0 auto;
    }
}

@media screen and (max-width: 900px){

    .fotoFarmaceutico::before {
        left: -42px;
        bottom: -53px;
        width: 300px;
        height: 358px;
    }
    
    .fotoFarmaceutico::after {
        right: -125px;
        bottom: auto;
        top: -140px;
        width: 390px;
        height: 390px;
    }
}

@media screen and (max-width: 500px){

    .fotoFarmaceutico::before {
        left: -30px;
        bottom: -28px;
        width: 200px;
        height: 100%;
    }

    .fotoFarmaceutico::after {
        right: -99px;
        bottom: auto;
        top: -118px;
        width: 290px;
        height: 290px;
    }
}

/* Contato */
@media screen and (max-width: 990px){
    .formContato{
        padding: 70px 30px;
    }
}

@media screen and (max-width: 420px){
    .formContato{
        padding: 45px 20px;
    }
    .formContato .e_input,.formContato .fullW{
        width: 100%;
        font-size: 13px;
        gap: 15px;
    }
}