html,
container {
    width: 100% !important;
    background-color: #4167c7;
}

body {
    font-family: "Roboto", sans-serif;
    background-color: #f0f2f7;
    margin: 0;
    padding: 0;
    margin: 0 auto !important;
}

/* Media queries para tornar o layout responsivo */

/* Estilos para dispositivos móveis (celular) */
@media only screen and (max-width: 400px) {
    container {
        width: 100% !important;
        background-color: #4167c7;
    }

    body {
        width: 100% !important;
        background-color: #4167c7;
    }

    .header_text-1 {
        font-size: 20px !important;
        margin: 15px 0 0 25px !important;
    }

    .header_text-2 {
        font-size: 14px !important;
        margin-top: 20px !important;
        margin-bottom: 15px !important;
    }

    .main_Banner-1 {
        margin-top: 30px;
    }

    .icn {
        max-width: 39px !important;
    }
}

/* Estilos para tablets */
@media only screen and (min-width: 401px) and (max-width: 1024px) {
    body {
        width: 100% !important;
    }

    /* Adicione aqui suas regras de estilo específicas para tablets */
}

/* Estilos para telas de notebook e desktop */
@media only screen and (min-width: 1025px) {
    body {
        width: 600px;
        margin: 0 auto !important;
    }

    /* Adicione aqui suas regras de estilo específicas para telas de notebook e desktop */
}

/* Estilos comuns para todos os dispositivos */
html,
select {
    box-sizing: border-box;
}

container {
    margin: 0;
    background-color: #4167c7;
    padding: 0;
    width: 100%;
    margin: 0 auto !important;

}

header {
    background-color: #4167c7;
}

main {
    background-color: #4167c7;
}

img.first_img {
    width: 100%;
}

img.second_img {
    width: 100%;
}

footer {
    width: 100%;
    height: 60px;
    background-color: #4167c7;
}

.header_img {
    width: 100%;
    margin-bottom: -4px;
}

.main_img {
    width: 100%;
}

.label-text-2 {
    margin: 26px 5% 3px 5%;
    display: block;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18.5px;
    font-weight: 500;
}

.header_bn1 {
    width: 100%;
    min-width: 350px;
}

.Radio_1 {
    display: flex;
}

.inputcss_2 {
    margin: 0 16px 0 5%;
    width: 5%;
    height: 20px !important;
    margin-top: 8px;
    border: 0;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    border-radius: 13px;
}

.label-text_2 {
    display: block;
    margin: 7px 7% 4px -12px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22.5px;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 8% !important;
    top: 64% !important;
}

.select2-container {
    width: 84% !important;
    font-family: Arial;
}

.label-text_3 {
    display: block;
    margin: 20px 0 10px 0px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21.5px;
    font-weight: bold;
}

.inputcss_3 {
    margin: 0 5% 0 5%;
    width: 84%;
    height: 38px !important;
    margin-top: 8px;
    border: 0;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    border-radius: 13px;
}

.lojas {
    margin-left: 5%;
    width: 100%;
}

.select2-container--open .select2-dropdown {
    left: 0;
    margin-top: -10.7px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    width: 100%;
    height: 38px !important;
    border: 0;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    border-radius: 13px !important;
    font-family: Arial;
    padding: 5px 10px 5px 10px !important;
}

.main_Tx-1 {
    margin: 0 30px 0px 30px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

.main_Tx-11 {
    margin: 20px 30px 40px 30px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
}

.main_Tx-12 {
    margin: 30px 0 0 0;
    padding-bottom: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
}

.btn_style {
    width: 100%;
    margin-top: 20px;
}

#gi_img {
    position: relative;
    width: 100%;
}

.sc-formfield-label {
    margin-left: -23px;
    margin-right: 0;
}

.sc-formfield-input {
    margin-left: -23px;
    margin-right: 0;
}

.sc-button {
    background-color: #001F63;
    cursor: pointer;
    width: 90%;
    height: 70px;
    border-radius: 50px;
    color: #ffffff;
    border: 3px solid #001F63;
    font-weight: bold;
    font-family: arial;
    padding: 0px 15px;
    margin-bottom: 40px;
    margin-left: 25px;
    font-size: 20px;
}

.sc-button2 {
    background-color: transparent;
    cursor: pointer;
    width: 53%;
    height: 70px;
    border-radius: 50px;
    font-size: 20px;
    color: #ffffff;
    border: 3px solid #ffffff;
    font-weight: bold;
    font-family: arial;
    margin-top: 20px;
    padding: 0px 15px;
    margin-bottom: 40px;
    margin-left: 23%;
}

.a12 {
    animation: is-rotating 1s infinite;
    width: 100px;
    height: 100px;
    border: 10px solid #e3e3e3;
    border-top-color: #3987e1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 40%;
    background-color: #0132ec29;
    color: #0132ec29;
}

.sc-button.a12:hover {
    background-color: #0132ec29 !important;
    color: #0132ec29;
}


@keyframes is-rotating {
    to {
        transform: rotate(1turn);
    }
}

.sc-button:hover {
    background-color: #ffffff;
    color: #003dee;
}

.sc-button2:hover {
    background-color: #ffffff;
    color: #003dee;
}

.fuelux input[type=text],
.fuelux input[type=number],
.fuelux input[type=email] {
    box-sizing: border-box !important;
    height: 38px !important;
}

.main_Banner-1 {
    margin: 0 10px;
    display: flex;
}

.main_BannerImg {
    margin: 0 auto;
    display: block;
    width: 100%;
    min-width: 330px;
    max-width: 481px
}

.main_text-1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: left;
    margin: 30px 5% 40px 5%;
    font-weight: bold;
}

.main_text-2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    text-align: left;
    font-weight: bold;
    margin: 0 5% 30px 5%;
}

.label-text {
    display: block;
    margin: 26px 5% 3px 5%;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
}

.inputcss {
    margin: 0 5% 0 5%;
    width: 80%;
    height: 38px !important;
    margin-top: 8px;
    border: 0;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    border-radius: 13px;
}

.btn1 {
    display: flex;
    width: 100%;
    max-width: 235px;
    min-width: 190px;
    margin: 0 auto;
}

.main_text-3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    margin: 40px 5% 0 5%;
    padding-bottom: 30px;
}

.main_button {
    display: flex;
    justify-content: center;
}

.main_ButtonImg {
    width: 100%;
}

.footer_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 130%;
    margin: 9px 0 14px 0;
    color: #9b9898;
    text-align: center;
}

.icones-footer {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px
}

.texto_footer-1 {
    display: flex;
    justify-content: space-evenly;
    width: 57%;
}

.texto_footer-2 {
    display: flex;
    justify-content: space-evenly;
    width: 43%;
}

.icn {
    width: 100%;
    max-width: 45px;
    min-width: 33px;
    margin-right: 2%;
}

.icn2 {
    width: 100%;
    max-width: 2px;
    height: 40px;
}

.ft1 {
    margin: 9px 5px 14px -6px;
}

.ft2 {
    margin: 9px 9px 14px 0;
}

.ft3 {
    margin: 9px 4px 14px -5px;
}

.ft4 {
    margin: 9px -2px 14px -3px;
}

.ft5 {
    margin: 9px 0 14px 0;
}

.footer_content {
    background-color: #ffffff;
    vertical-align: bottom;
    width: 100%;
}

.footer_content-2 {
    background-color: #ffffff;
    vertical-align: bottom;
    width: 100%;
    display: flex;
}

/* Continue com o restante do seu CSS aqui */