#perguntas-header {
    background-image: url('../../../images/banner-fale-conosco.jpg');
    height: 390px;
    background-repeat: no-repeat;
    background-position-x: center;
}

#perguntas-header .container{
    align-items: center;
    height: 100%;
}

.perguntas-header-content {
    margin-top: 60px;
}

h3.perguntas-header-content-title{
    font-family: "Montserrat Regular";
    font-size: 20px;
    color: #fff;
}

h2.perguntas-header-content-title{
    color: #fff;
}

.perguntas-menu {
    color: #1aa3df;
    margin: 8px 0;
}

.perguntas-menu a{
    font-family: "Montserrat Regular";
    font-size: 14px;
}

.perguntas-menu a:hover{
    text-decoration: underline;
}

.perguntas-main-header, .perguntas-main-footer {
    align-items: center;
}

.perguntas-main-header-title {
    color: #1aa3df;
}

h4.perguntas-main-header-title {
    font-family: "Montserrat Bold";
}

h2.perguntas-main-header-title {
    margin-top: 20px;
}

.perguntas-main-header .text-default {
    color: #646464;
}

.perguntas-main-footer-text{
    display: block;
    width: 450px;
}

.perguntas-main-footer-text {
    color: #646464;
    text-align: center;
}

.perguntas-main-footer-text a{
    font-family: "Montserrat Bold";
}

.perguntas-main-footer-text a:hover{
    text-decoration: underline;
}

.perguntas-main-footer .btn-default {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 60px;
}

#perguntas-buttons {
    background-color: #31567f;
    padding: 30px 0;
}

#perguntas-buttons .container {
    text-align: center;
}

.perguntas-buttons-title {
    font-family: "Montserrat Bold";
    font-size: 20px;
    color: #fff;
}

.perguntas-buttons-box {
    justify-content: center;
    align-items: center;
    gap: 90px;

    margin-top: 40px;
}

.perguntas-buttons-box-title {
    font-family: "Montserrat Regular";
    font-size: 18px;
    color: #fff;
}

.perguntas-buttons-box-empregador {
    --btn-color: #34b4eb;
    --btn-shadow-color: #1aa3df;
}

.perguntas-buttons-box .btn-default {
    margin-top: 10px;
}