/* Agrupamento de seletores com propriedades comuns */
.hero-title,
.hero-span,
.cameras-title,
.quick-menu a,
.text-primary-custom {
    color: #004d99;
    font-weight: bold;
}

.hero-section {
    text-align: center;
    padding: 1rem 0;
    background-color: #f8f9fa;
}

.hero-title {
    font-size: 2.5rem;
}

.hero-subtitle {
    font-weight: 300;
    font-size: 1.5rem;
    margin-top: 10px;
}

.quick-menu a {
    text-decoration: none;
    font-weight: 500;
}

.quick-menu span {
    color: #6c757d;
}

.cameras-section {
    padding: 4rem 0;
    background-color: white;
}

.cameras-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.btn-fale-conosco {
    background-color: #ff8c00;
    color: white;
    font-weight: bold;
    font-size: 1.25rem;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    margin-top: 2rem;
    display: inline-block;
}

.img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Utilitário para o modal */
.embed-responsive-16by9 {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}