@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;
}
.box_contato {
    padding: 40px;
    border-radius: 4px;
    font-family: 'Roboto-Regular', sans-serif;
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px #9c9c9c;
    -moz-box-shadow: 0px 0px 5px 0px #9c9c9c;
    box-shadow: 0px 0px 5px 0px #9c9c9c;
    color: #000;
}
.titulo_form {
    font-size: 1.5rem !important;
}
.box_color_tema {
    color: #fff;
}
.titulo_box_contato {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: normal;
}
.container_rede_social {
    margin-top: 1rem;
}
.link_box_contato {
    color: #fff;
}
.link_box_contato:hover {
    color: #fff;
}
.wrap_mapa_iframe iframe {
    width: 100%;
    height: 400px;
}
.font_form {
    font-size: 13px;
}
#descricao {
    font-size: 14px;
}
.wrap_contato_redes_sociais {
    margin-top: 10px;
    color: #fff;
    padding: 0px;
    height: fit-content;
}
.wrap_contato_redes_sociais h6 {
    color: #fff !important;
}
.link-social {
    margin: 2px;
}
#alert-form {
    display: none;
}
