section .carousel .carousel-inner .carousel-caption h1 {
    font-size: 50px;
    font-family: 'Montserrat-semibold', sans-serif;
    padding-bottom: 7%;
    text-transform: uppercase;
}

section.compliance h2,
section.compliance h3 {

    font-family: 'Roboto-Bold', sans-serif;
    font-size: 50px;
    text-transform: uppercase;
}

section.compliance h2 {

    color: #004383;
}

section.compliance h3 {

    color: #487f4b;
}

section.compliance p.fundamento {

    color: #000000;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 16px;
}

section.compliance p {

    font-size: 17px;
    font-family: 'Roboto-Bold', sans-serif;
    color: #004383;
}

section.etica {
    background-color: #f5f5f5;
    background-image: url(/serra-norte/assets/img/layout/bg-estrutura.jpg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 51vh;
    padding-bottom: 150px;
}



section.etica p {
    font-family: 'Roboto-regular', sans-serif;
    font-size: 17px;
    color: #000000;
    font-weight: 600;
}

section.etica button.btn-enviar,
section.etica a.btn-enviar{
    background-color: #004383;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    font-family: 'Montserrat-Medium';
    font-size: 13px;
    height: 40px;
    text-transform: uppercase;
    width: 54%;
}

section.etica a.btn-enviar{
    background-color: #004383;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    font-family: 'Montserrat-Medium';
    font-size: 13px;
    height: 40px;
    text-transform: uppercase;
    width: 54%;
    line-height: 30px;
}

section.etica button.btn-enviar:hover,
section.etica #atendente:hover {
    background-color: #15395c;
}



section.etica #atendente {
    background-color: #004383;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    font-family: 'Montserrat-Medium';
    font-size: 13px;
    height: 40px;
    text-transform: uppercase;
    width: 54%;
}
.modal-footer .btn {
    background-color: #004383;
    border: none;
}

.modal-footer .btn:hover {
    background-color: #15395c;
}























/* MEDIA */

@media (max-width: 992.98px) {

    section.etica button.btn-enviar {

        width: 74%;
    }

    section.etica #atendente {

        width: 74%;
    }

}

@media (max-width: 767.98px) {

    section .carousel .carousel-inner .carousel-caption h1 {
        font-size: 45px;
        padding-bottom: 0%;
    }

    section.compliance h2, section.compliance h3 {

        font-size: 35px;
    }

    section.etica button.btn-enviar {

        width: 45%;
    }

    section.etica #atendente {

        width: 45%;
    }

}

@media (max-width: 575px) {

    section .carousel .carousel-inner .carousel-caption {

        bottom: 0;
    }

    section .carousel .carousel-inner .carousel-caption h1 {
        font-size: 30px;
        padding-bottom: 0%;

    }

    section.compliance img {
        max-width: 60%;

    }


    section.compliance p.fundamento {
        font-size: 15px;
    }

    section.compliance h2, section.compliance h3 {

        font-size: 24px;
    }

    section.etica button.btn-enviar {
        width: 55%;
    }

    section.etica #atendente {

        width: 55%;
    }
}