
@media screen and (min-device-width: 300px) and (max-device-width: 768px) {
    .mobile{
        display: block !important;
    }
    .pc{
        display: none !important;
    }
    .container {
        width: 330px;
    }
    h1{
        width: auto;
        font-size: 29px;
      } 
    .colunas {
        display: flex;
        align-items: center;
        gap: 10px !important;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
    }
    .s1 {
        height: 615px;
        background-image: url(images/topo.webp);
    }
    .texto_topo{
        order: 2 !important;
    }
    .img_topo{
        order: 1 !important;
    }
    .img_topo img{
        margin-top: -50px;
        width: 100% !important;
    }
    .btn_padrao{
        width: auto;
    }

    .video{
        width: auto;
        height: 185px;
    }
    .s1 h1{
        width: auto;
        font-size: 25px;
    }
    .s1 p{
        width: auto;
    }
    .s2{
        height: 1150px;
    }
    .cards {
        display: flex;
        gap: 10px;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    }
    .frase_s2{
        width: auto;
    }
    .s2 .btn_padrao{
        width: auto;
    }
    .s3{
        height: 880px;
        background-image: url(images/funod_santos_mobile.webp);
    }
    .s3 h1{
        margin-top: 147px;
        width: 300px;
    }
    .lista{
        width: auto;
    }
    .s3 .btn_padrao{
        width: auto;
    }
    .s4{
        height: 880px;
    }
    .s4 img{
        width: 100%;
    }
    .s4 h1{
        width: auto;
    }
    .s5{
        height: 770px;
    }
    .s5 img {
        width: 100%;
    }
    .s11{
        height: 745px;
    }
    .entre_coluna {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        flex-direction: column;
        gap: 20px;
    }
    .btn_entre {
        width: 300px !important;
    }
    .box-comofunciona{
        margin-bottom: 23px;
    }
    .s9{
        height: 900px;
    }
    .como-funciona {
        display: flex;
        gap: 0px;
        flex-direction: column;
    }
    .forma_de_entrega{
        height: 800px;
    }
    .s10{
        height: 1500px;
    }
    .s10 h1{
        width: auto;
    }
    .s13{
        height: 1580px;
    }
    .s13 h1{
        padding-top: 10px;
        width: auto;
    }
    .caixa-comentarios {
        width: auto;
    }
    .content-comentarios {
        margin-top: 0px;
        display: flex;
        gap: 15px;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
    .s14{
        height: 600px;
    }
    .s14 h1{
        width: auto;
        padding-top: 32px;
        padding-bottom: 335px;
        font-size: 27px;
    }
    .s12 h1{
        width: auto;
    }
    .content-duvidas {
        width: 100%;
    }
    .rodape {
        height: 634px;
    }
    .content-rodape img {
        width: 33%;
        margin-bottom: 40px;
    }
    .content-rodape {
        padding-top: 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 30px;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
    }
    .content-rodape h1 {
        font-size: 51px;
        text-align: center;
        margin: 0px;
        margin-right: 0px;
    }
    .content2-rodape {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
    }
    .links p {
        margin-bottom: 15px;
    }
    .links{
        text-align: center;
    }
    .texto-rodape {
        margin-top: 20px;
        font-size: 17px;
        text-align: center;
        width: auto;
    }
    
    
}
