@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    background: url('../images/55.jpg') no-repeat center center fixed;
    background-size: cover;
    color: #ffffff;
    position: relative;
    z-index: 1;
}


body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d3bd9a80; /* Ajuste a opacidade conforme necessário */
    z-index: -1;
}

.navbar-brand {
    margin-right: 30px; /* Ajuste o valor conforme necessário */
    font-size: 20px;
}

.navbar {
    background-color: #a28f70 !important;
    font-size: 16px;
}

.navbar-brand, .nav-link {
    color: #ffffff !important;
}

.navbar-brand:hover, .nav-link:hover {
    color: #674f04 !important;
}

.jumbotron {
    background-color: #f5f0e8;
    color: #343a40;
    border: none;
}

.jumbotron1 {
    background-color: #f5f0e8;
    color: #343a40;
    border: none;
    border-radius: 5px;
    max-height: 400px;
    height: 100%;
}

.btn-primary {
    background-color: #343a40;
    border-color: #343a40;
}

.btn-primary:hover {
    background-color: #495057;
    border-color: #495057;
}

.card {
    background-color: rgba(255, 255, 255, 0.8);
    color: #343a40;
    margin-bottom: 20px;
}

.container1 {
    background-color: #a28f70 !important;
}

#galeria {
    margin-top: 3rem;
}

.card {
    border: none;
    transition: transform 0.2s;
}

.card:hover {
    transform: scale(1.05);
}

.card-img-top {
    border-radius: 0.5rem;
}

.card-body {
    text-align: center;
}

.card-title {
    font-size: 1.25rem;
}

.card-text {
    font-size: 1rem;
    color: #6c757d;
}

.modal-body img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
}