body{
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    background-color: #FC1921;
}
.row{
    padding: 0;
    margin: 0;
}
.novo-modal .modal{
    background-color: transparent;
}
.novo-modal .modal .content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 0;
}
.novo-modal .modal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: #FC1921;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    outline: 0;
    border-radius: 24px;
    padding: 30px;
}
.novo-modal .modal .btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url(../img/close-branco.png);
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 4em;
    height: 4em;
    padding: 0.25em 0.25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: 1;
    transform: scale(2);
}
.novo-modal .modal .modal-body p {
    letter-spacing: 0px;
    color: #fff !important;
    opacity: 1;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 15px;
}
.modal{
    background: #6C747E 0% 0% no-repeat padding-box;
}
.modal-header .btn-close {
    padding: 0;
    margin: 0;
}
.modal .btn-close{
        --bs-btn-close-color: #000;
        --bs-btn-close-bg: url('../img/close.png');
        --bs-btn-close-opacity: 0.5;
        --bs-btn-close-hover-opacity: 0.75;
        --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        --bs-btn-close-focus-opacity: 1;
        --bs-btn-close-disabled-opacity: 0.25;
        --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
        box-sizing: content-box;
        width: 4em;
        height: 4em;
        padding: 0.25em 0.25em;
        color: var(--bs-btn-close-color);
        background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
        border: 0;
        border-radius: 0.375rem;
        opacity: 1;
        transform: scale(2);
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: 1px solid transparent
}
.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: 1px solid transparent
}
.modal-header .btn-close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 5%;
}
.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: 1px solid transparent;
}
.modal-footer button{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #B7274E 0% 0% no-repeat padding-box;
    border-radius: 42px;
    opacity: 1;
    border: 1px solid transparent;
    padding: 15px;
    width: 100%;
    max-width: 500px;
    grid-gap: 30px;
}
.modal-footer button p{
    margin-bottom: 0;
    font-size: 1.2rem;
    color: #fff;
}
.modal-title{
    letter-spacing: 0px;
    color: #2B5287;
    opacity: 1;
    font-weight: bold;
    font-size: 1.8rem;
}
.modal-body p{
    letter-spacing: 0px;
    color: #2B5287;
    opacity: 1;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: #E8F3FD;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    outline: 0;
    border-radius: 24px;
    padding: 30px;
}
.main .container-full .bg{
    background: url(../img/bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    height: 100%;
    max-height: 100%;
}
.main .content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 75px;
}
.main .content .content-left{
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main .content .content-left .img-title{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.main .content .content-left .img-title img{
    width: 100%;
    max-width: 280px;
    position: fixed;
}
.main .content .content-right{
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.main .content .content-right .logocsl img{
   position: absolute;
   top: 0;
   right: 10%
}
.main .content .content-right .logocsl img{
    width: 100%;
    max-width: 100px;
}
.main .content .content-right .logo{
    margin-top: -45px;
}
.main .content .content-right .logo img{
    width: 100%;
    max-width: 330px;
}
.main .content .content-right .conteudo{
    background: #686F75 0% 0% no-repeat padding-box;
    border-radius: 24px;
    opacity: 1;
    width: 100%;
    max-width: 874px;
    margin-top: 15px;
    padding: 60px;
    margin-bottom: 15px;
}
.main .content-right .conteudo p{
    color: #575756;
    font-size: 1.2rem;
    margin-bottom: 0;
    margin-top: 15px;
    text-align: left;
    letter-spacing: 0px;
    color: #575756;
}
.main .content-right span{
    color: #B7274E;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0;
}
.main .content-right .conteudo h5{
    color: #575756;
    font-size: 1.8rem;
    margin-bottom: 0;
    font-weight: bold;
}
.main .content-right .conteudo .form{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 24px;
    opacity: 1;
    padding: 30px;
    margin-top: 30px;
}
.conteudo .form h3{
    text-align: left;
    letter-spacing: 0px;
    opacity: 1;
    color: #FC1921;
    font-size: 1.5rem;
    text-align: center;
}
.conteudo .form span{
    color: #B7274E;
    font-size: 1.5rem;
}
.form .d-flex{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 30px;
}
.form .d-flex-check{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    grid-gap: 15px;
}
form .border{
    border: 1px solid transparent !important;
    border-bottom: 1px solid #575756 !important;
    min-height: 55px;
}
form input, select, label{
    border: 1px solid transparent;
    display: table;
    width: 100%;
}
form{
    color: #575756;
}
form select{
    display: table;
    width: 100%;
    border-radius: 10px;
}
form .botao button{
    text-align: left;
    letter-spacing: -0.58px;
    color: #FFFFFF;
    opacity: 1;
    background: #FC1921 0% 0% no-repeat padding-box;
    border-radius: 0;
    opacity: 1;
    border: 1px solid transparent;
    width: 100%;
    max-width: 210px;
    padding: 10px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 1.5rem;
    text-align: center;
}
form label, select, input{
    color: #575756;
}
.main .content-right .termo-e-privacidade{
    margin-bottom: 30px;
}
.main .termo-e-privacidade .d-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 60px;
}
.main .termo-e-privacidade .termo p, .privacidade p{
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: 0px;
    opacity: 1;
}
.dropbtn {
    background-color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

/* The search field */
#myInput {
box-sizing: border-box;
background-image: url('searchicon.png');
background-position: 14px 12px;
background-repeat: no-repeat;
font-size: 16px;
padding: 14px 20px 12px 45px;
border: none;
border-bottom: 1px solid #ddd;
}

#myInput:focus {outline: 3px solid #ddd;}

.dropdown {
position: relative;
display: block;
}

.dropdown-content {
display: none;
position: absolute;
background-color: #f6f6f6;
width: 100%;
border: 1px solid #ddd;
z-index: 1;
max-height: calc(100vh - 350px); /* Aqui está a mudança */
overflow-y: scroll;
}

.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {background-color: #f1f1f1}
  
.show {display:block;}
#footer {
    background-color: #767779;
    position: relative
}

#footer .line {
    height: 40px;
    width: 100%;
    background-color: #444446
}

#footer .line .container {
    position: relative
}

#footer .line .container .logo-footer {
    position: absolute;
    right: 0;
    top: 0
}

#footer .line .container .logo-footer img {
    width: 140px
}

#footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 50px 0 40px 0
}

#footer .container .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#footer .container .content p {
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    line-height: 15px
}
#footer {
    margin-top: 150px;
}
#footer .container {
    align-items: center;
}
#footer .line .container .logo-footer {
    left: 0;
    right: unset;
}

.terms-footer {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-top: 61px;
    font-size: .8rem;
}

.terms-footer a {
    font-size: .6rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0 10px;
    color: #fff;
    text-decoration: none;
}
.terms-footer a {
    margin: 0;
}

.terms-footer a span {
    margin: 0 10px;
}
@media(max-width: 1650px){
    .main .content .content-right .conteudo {
        background: #686F75 0% 0% no-repeat padding-box;
        border-radius: 24px;
        opacity: 1;
        width: 100%;
        max-width: 820px;
        margin-top: 15px;
        padding: 60px;
        margin-bottom: 15px;
    }
    form label, select, input{
        color: #575756;
        font-size: .8rem;
    }
}
@media(max-width: 1440px){
    .main .content .content-right .conteudo {
        background: #686F75 0% 0% no-repeat padding-box;
        border-radius: 24px;
        opacity: 1;
        width: 100%;
        max-width: 674px;
        margin-top: 15px;
        padding: 30px;
        margin-bottom: 15px;
    }
    form label, select, input{
        color: #575756;
        font-size: .8rem;
    }
    #footer .container {
        padding: 70px 0 40px 0;
    }
}
@media(max-width: 1366px){
    .main .content .content-right .conteudo {
        background: #686F75 0% 0% no-repeat padding-box;
        border-radius: 24px;
        opacity: 1;
        width: 100%;
        max-width: 674px;
        margin-top: 15px;
        padding: 35px;
    }
    .main .content .content-left .img-title img {
        width: 100%;
        max-width: 100px;
    }
    .main .content .content-right .logo img {
        width: 100%;
        max-width: 270px;
    }
    .main .content-right .conteudo p {
        color: #575756;
        font-size: 1rem;
        margin-bottom: 0;
        margin-top: 15px;
        text-align: left;
        letter-spacing: 0px;
        color: #575756;
    }
    .main .content-right .conteudo .form {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 24px;
        opacity: 1;
        padding: 30px;
        margin-top: 30px;
    }
    .conteudo .form h3 {
        text-align: left;
        letter-spacing: 0px;
        opacity: 1;
        color: #FC1921;
        font-size: 1.3rem;
        text-align: center;
    }
    .conteudo .form span {
        color: #B7274E;
        font-size: 1.3rem;
    }
    .main .content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 75px;
    }
    form label, select, input{
        color: #575756;
        font-size: .8rem;
    }
}
@media(max-width: 1280px){
    .main .content .content-left .img-title img {
        width: 100%;
        max-width: 200px;
    }
}
@media(max-width: 1200px){
    .terms-footer {
        display: flex;
        flex-wrap: wrap;
        width: 87%;
        text-align: center;
        margin-left: -12px;
        margin-top: 40px;
        justify-content: center;
    }
    #footer .container .content {
        flex-direction: column;
    }
    #footer {
        margin-top: 50px;
    }
    #footer .container .content {
        padding: 0 20px;
    }

    #footer .container .content p {
        text-align: center;
        font-size: 12.5px;
        line-height: 13px;
        margin: 13px 0;
    }

    #footer .line .container .logo-footer {
        right: 34px;
    }

    #footer .line .container .logo-footer img {
        width: 120px;
    }

    #footer .container {
        padding: 38px 0 32px 0;
    }

    #footer .line {
        height: 46px;
    }

}
@media(max-width: 1024px){
    .main .content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 60px;
    }
    .main .content .content-left .img-title img {
        width: 100%;
        max-width: 200px;
    }
    .main .content .content-right .logo img {
        width: 100%;
        max-width: 220px;
    }
    .main .content .content-right .conteudo {
        background: #686F75 0% 0% no-repeat padding-box;
        border-radius: 24px;
        opacity: 1;
        width: 100%;
        max-width: 474px;
        margin-top: 15px;
        padding: 20px;
    }
    .main .content-right .conteudo .form {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 24px;
        opacity: 1;
        padding: 15px;
        margin-top: 15px;
    }
    form .botao button {
        text-align: left;
        letter-spacing: -0.58px;
        color: #FFFFFF;
        opacity: 1;
        background: #FC1921 0% 0% no-repeat padding-box;
        border-radius: 0;
        opacity: 1;
        border: 1px solid transparent;
        width: 100%;
        max-width: 210px;
        padding: 10px;
        display: block;
        margin: 0 auto;
        margin-top: 30px;
        font-size: 1rem;
        text-align: center;
    }
    form input, select, label {
        border: 1px solid transparent;
        display: table;
        width: 100%;
        font-size: .8rem;
    }
    .conteudo .form h3 {
        text-align: left;
        letter-spacing: 0px;
        opacity: 1;
        color: #FC1921;
        font-size: 1rem;
        text-align: center;
    }
    .conteudo .form span {
        color: #B7274E;
        font-size: 1rem;
    }
}
@media(max-width: 768px){
    .main .container-full .bg {
        background: url(../img/bg.png);
        background-size: 200%;
        background-repeat: no-repeat;
        background-position: top center;
        height: auto;
    }
    .main .content {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
        flex-direction: column;
    }
    .main .content .content-left {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main .content .content-right {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .logo{
        margin-top: 30px;
    }
    .main .content .content-right .conteudo {
        background: #686F75 0% 0% no-repeat padding-box;
        border-radius: 24px;
        opacity: 1;
        width: 100%;
        max-width: 674px;
        margin-top: 15px;
        padding: 15px;
        margin-bottom: 15px;
    }
    form .border {
        border: 1px solid transparent !important;
        border-bottom: 1px solid #575756 !important;
        min-height: 55px;
        margin-bottom: 15px;
    }
    .main .content-right .conteudo .form {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 24px;
        opacity: 1;
        padding: 15px;
        margin-top: 15px;
    }
    form .botao button {
        text-align: left;
        letter-spacing: -0.58px;
        color: #FFFFFF;
        opacity: 1;
        background: #FC1921 0% 0% no-repeat padding-box;
        border-radius: 0;
        opacity: 1;
        border: 1px solid transparent;
        width: 100%;
        max-width: 210px;
        padding: 10px;
        display: block;
        margin: 0 auto;
        margin-top: 30px;
        font-size: 1.2rem;
        text-align: center;
    }
    .main .termo-e-privacidade .d-flex {
        display: flex;
        align-items: center;
        justify-content: center;
        grid-gap: 10px;
        flex-direction: column;
    }
    .modal-footer button p {
        margin-bottom: 0;
        font-size: 1rem;
        color: #fff;
    }
    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        color: var(--bs-modal-color);
        pointer-events: auto;
        background-color: #E8F3FD;
        background-clip: padding-box;
        border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
        outline: 0;
        border-radius: 24px;
        padding: 10px;
    }
    .modal-footer button {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #B7274E 0% 0% no-repeat padding-box;
        border-radius: 42px;
        opacity: 1;
        border: 1px solid transparent;
        padding: 10px;
        width: 100%;
        max-width: 500px;
        grid-gap: 5px;
    }
    .modal-title {
        letter-spacing: 0px;
        color: #2B5287;
        opacity: 1;
        font-weight: bold;
        font-size: 1.8rem;
        margin-top: 75px;
    }
    .modal .btn-close {
        --bs-btn-close-color: #000;
        --bs-btn-close-bg: url(../img/close.png);
        --bs-btn-close-opacity: 0.5;
        --bs-btn-close-hover-opacity: 0.75;
        --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        --bs-btn-close-focus-opacity: 1;
        --bs-btn-close-disabled-opacity: 0.25;
        --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: 0.25em 0.25em;
        color: var(--bs-btn-close-color);
        background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
        border: 0;
        border-radius: 0.375rem;
        opacity: 1;
        transform: scale(1.5);
    }
    .main .content .content-left .img-title img {
        width: 100%;
        max-width: 200px;
        position: relative;
    }
    #footer .container .content p {
        font-size: 10.5px;
    }
    #footer .container .content {
        padding: 0 19px;
    }

    .terms-footer a .span-none {
        display: none;
    }
    #footer{
        margin-top: 0;
    }
    #footer .container .content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .main .content .content-right .logo{
        margin-top: 15px;
    }
}
@media(min-width: 2880px){
    .main .container-full .bg{
        background: url(../img/bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top left;
        height: 100%;
        max-height: 100%;
    }
}