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

    bottom: 0;
}

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

section.produtos h2 {

    font-family: Roboto-bold, sans-serif;
    font-size: 50px;
    color: #2f4187;
    text-transform: uppercase;
}

section.produtos p {

    font-family: Roboto-regular, sans-serif;
    font-size: 20px;
    color: #000000;
}

section.produtos img {

    width: 100%;
}

section.produtos p.titulo {

    font-family: Roboto-bold, sans-serif;
    color: #48804c;
}

/* Formulario */

section.form {

    padding: 50px 0;
    background-color: #f5f5f5;
    background-image: url(/serra-norte/assets/img/layout/bg-estrutura.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;

    background-size: 51vh;
    padding-bottom: 150px;
}



section.form h2 {

    font-family: "Roboto-Bold", sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #2f4187;
    text-transform: uppercase;
}

section.form p {

    font-family: Roboto-regular, sans-serif;
    font-size: 20px;
}

section form.form-contato input {
    height: 62px;
    width: 100%;

}

section form.form-contato input,
section form.form-contato textarea {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    margin: 0 0 30px 0;
}

section form.form-contato button.btn-enviar {
    background-color: #004383;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    font-family: 'Montserrat-Medium';
    font-size: 13px;
    height: 50px;
    text-transform: uppercase;
    width: 22%;
}

section form.form-contato button.btn-enviar:hover {
    background-color: #093158;
    color: #ffffff;
    transition: 0.4s;
}

@media (max-width: 992px) {

    section.produtos img {

        width: 100%
    }

    section.produtos img.cardiaca {

        width: 100%
    }

    section.produtos p {

        font-size: 16px;

    }
}


@media (max-width: 767.98px) {

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

    section form.form-contato button.btn-enviar {

        width: 30%;
    }
}


@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.produtos h2 {
        font-size: 31px;
    }

    section.produtos p {

        font-size: 17px;
    }

    section.produtos img {

        width: 80%
    }

    section.produtos img.cardiaca {

        width: 47%
    }

    section.produtos .tooltip-img {
        width: 52% !important;
    }

    section.form h2 {
        font-size: 30px;
    }

    section.form p {

        font-size: 18px;
    }

    section form.form-contato button.btn-enviar {
        width: 65%;
    }
}