﻿@media (min-width: 272px) and (max-width: 480px) {
    .container {
        width: unset;
    }

    .bloco-bolsas {
        width: 180px;
    }

    .container-bloco-bolsas {
        display: flex;
        flex-direction: column;
    }

    .btn-inscrever {
        font-size: 10px;
        width: 150px;
    }

    .tit span {
        font-size: 12px;
    }

    .titulo-simulador {
        margin-left: 0
    }



    .texto-bottom {
        width: unset;
    }

        .texto-bottom p {
            font-size: 10px;
            padding-left: 10px;
            padding-right: 10px;
        }


    .titulo-simulador h3 {
        font-size: 35px;
    }


    .topo-simulador {
        width: unset;
        height: 100px !important;
        background-position-x: -65px;
    }
}
