@font-face {
    font-family: 'FontBethel';
    src: url('../fonts/fontBethel.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.tituloBethel {
    font-size: 2.5rem;
    font-family: 'FontBethel', Arial, sans-serif;
}

/* Responsividade */
@media (max-width: 992px) {
    .tituloBethel {
        font-size: 2rem;
    }
}
@media (max-width: 768px) {
    .tituloBethel {
        font-size: 1.5rem;
    }
}
@media (max-width: 576px) {
    .tituloBethel {
        font-size: 1.2rem;
    }
}

.cabecalho {
color: #fff;
}

.carousel-header img.img-fluid {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}

@media (max-width: 767.98px) {
    .faixada-img {
        margin-bottom: 2.5rem !important;
    }
    .carousel-header {
        margin-top: 2.5rem !important;
    }
    .about-img-mobile {
        margin-top: 185px !important;
    }
}