@font-face {
    font-family: 'Roboto-Regular';
    src: url(../../fonts/roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url(../../fonts/roboto/Roboto-Bold.ttf);
}
@font-face {
    font-family: 'Roboto-Black';
    src: url(../../fonts/roboto/Roboto-Black.ttf);
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto-Regular', sans-serif;
}
h1 {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 2.5rem;
}
@media (max-width: 720px) {
    h1 {
        font-size: 1.5rem;
    }
}
h2 {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 2rem;
}
@media (max-width: 720px) {
    h2 {
        font-size: 1.5rem;
    }
}
h3 {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 1.5rem;
}
h4 {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 1rem;
}
h5 {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 1rem;
}
h6 {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
    line-height: normal;
}
.back_div_transition {
    margin: 0px;
    width: 100%;
    height: 50px;
}
p {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 1rem;
}
.titulo_principal {
    font-size: 3rem;
    position: absolute;
}
@media (max-width: 720px) {
    .titulo_principal {
        font-size: 1.5rem;
    }
}
#container-icons-banner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
#container-icons-banner h2 {
    margin-bottom: 30px;
}
#container-icons-banner .btn-primario {
    color: #fff !important;
    min-width: 200px;
}
#container-icons-banner .card-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
}
#container-icons-banner .card-icon p {
    text-align: center;
    font-size: 1rem;
}
#container-icons-banner img {
    width: 100px;
}
@media (max-width: 900px) {
    .call-to-action {
        display: none !important;
    }
}
.titulo_form {
    font-size: 25px;
    margin-bottom: 15px;
}
.form-anuncie-seu-imovel {
    padding: 40px;
    box-shadow: 0px 16px 33px rgba(34, 35, 40, 0.15);
    border-radius: 4px;
    font-family: 'Roboto-Regular', sans-serif;
}
.form-anuncie-seu-imovel h6 {
    margin-top: 10px;
}
.form-anuncie-seu-imovel .container-check {
    display: flex;
    padding: 10px;
}
.form-anuncie-seu-imovel .container-check span {
    margin-left: 10px;
}
.form-anuncie-seu-imovel strong {
    color: red;
    font-size: 0.8rem;
}
#gif-form {
    display: none;
    width: 50px;
    height: 40px;
}
#alert-form {
    display: none;
}
#container-texto-banner {
    min-height: 542px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 20px;
}
#container-texto-banner h1 {
    font-size: 35px;
    line-height: 62px;
    margin-bottom: 30px;
}
#container-texto-banner p {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 30px;
}
tainer-cards-diferencial .card p {
    line-height: 20px;
    font-size: 18px;
    font-weight: normal;
}
@media (max-width: 1280px) {
    tainer-cards-diferencial .card p {
        font-size: 16px;
    }
}
.section_content_passo_a_passo {
    margin-top: 20px;
}
.section_content_passo_a_passo .titulo-num {
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 62px;
    line-height: 62px;
    font-weight: 900;
}
.section_content_passo_a_passo p {
    font-size: 1.2rem;
}
