@font-face {
    font-family: 'Amsterdam Two';
    src: url('../fonts/amsterdam-two-ttf.ttf') format('truetype');
}


.navbar-white {
    background-color: #fff;
    opacity: 80%;
}

.bg-escuro {
    background-color: #6B0913;
}

.bg-claro2 {
    background-color: #FFE7CA;
    height: 500px;
}

.content-hist-hero {
    text-align: center;
    color: white;

}

.content-hist {
    padding: 10px;
    font-size: large;
    text-align: left;

    color: #6B0913;
}


.font-amsterdam-hero {
    font-family: 'Amsterdam Two', sans-serif;

    padding: 40px;
    line-height: 2;
}

.title-hist {
    font-family: 'Amsterdam Two', sans-serif;
    font-size: 30px;
    text-align: center;
    color: #6B0913;
}

.title-bigger {
    font-size: 40px;
}

.justify {
    text-align: justify;
}

.no-padding-top {
    padding-top: 0;
}

.padding-extra {
    padding-top: 40px;
    padding-bottom: 40px;
}

.line-height-extra {
    line-height: 1.7;
}

.bg-img-hist {
    background-image: url('../img/historia/bg-head.webp');
    background-color: #cccccc;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.table {
    background-color: #CE6E14;

}

.table-heading {
    color: #fff;
    text-align: center;
    background-color: #A14000;
}

.table-heading:hover {
    background-color: #c56001;
}

.table-text {
    color: #fff;
    text-align: center;
}

.table-text:hover {
    background-color: #c56001;
}

.section-padding-reduced {
    padding-top: 40px;
    padding-bottom: 20px;
}

.sala-thumb {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    border-radius: 0.25rem 0.25rem 0 0;
    transition: transform 0.2s;
}

.sala-thumb:hover {
    transform: scale(1.03);
}

/* Ajusta o modal para ocupar no máximo a tela, sem ultrapassar */
.modal-dialog.modal-lg {
    max-width: 90vw;
    margin: 1.75rem auto;
}

.modal-body img {
    width: 100%;
    height: 70vh;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    background: #fff;
}