
.content-box {
    display: flex;
}
.content-box .single-item {
    flex: 1 1 auto;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 100%; /* Define largura máxima */
    padding-bottom: 56.25%; /* Proporção 16:9 (9/16 * 100) */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.bg-primary-dark {
    background-color: #be7e26 !important;
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.3rem;
    }
}

.lead {
    color: #1e293b !important;
}

.play-btn {
color: #ff0033 !important;
}

.text-primary {
    --bs-text-opacity: 1;
    color: #be7e26 !important;
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: #be7e26 !important;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgb(190 126 38 / 17%) !important;
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, .8) !important;
}

.border-lg-primary, .border-top {
    --bs-border-opacity: 1;
    border-color: rgb(255 255 255 / 26%) !important;
}

.bg-amarelo {
    background: #be7e26;
}

.border-primary-subtle {
    border-color: #0000004f !important;
}

@media (min-width: 1200px) {
    .p-xl-4 {
        padding: 1rem !important;
    }
}
.modal-content {
    background-color: #FFF;
}
.form-control {
    background-color: #FFF;
}