body {
    background: #ffffff;
}


/* header */
.header .navbar-translate 
    margin-left: 10px;
}

.header .navbar .navbar-toggler:focus {
    background: none;
}

.header .navbar .navbar-brand {
    position: relative;
    top: -2px;
    font-size: 14px;
}

.header .navbar .navbar-nav .nav-link:not(.btn) i {
    height: auto;
}

.header .navbar .navbar-nav .nav-link i.nav-icon {
    font-size: 16px;
    margin-right: 10px;
    width: 15px;
}

.header .navbar .navbar-nav .nav-link p {
    font-size: 12px;
}


/*-- loader --*/
.loader {
    position: fixed;
    z-index: 1030;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader > img {
    width: 240px;
}

.loader.hidden {
    animation: fadeOut 3s;
    animation-fill-mode: forwards;
}

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
/*-- end of loader --*/


.header .header-background {
    background-image: linear-gradient(90deg, rgba(15,12,41,0.30) 0%, rgba(48,43,99,0.50) 50%, rgba(36,36,62,0.30) 100%),
    url('../img/fundobela.jpg');
    height: 750px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.header .header-background .header-content {
    text-align: center;
    position: relative;
    top: 30%;
    color: #ecf0f1;
}

@media (max-width: 768px) {
    .header .header-background {
        height: 400px; /* Ajuste a altura para dispositivos móveis */
        background-attachment: scroll; /* Muda para scroll para evitar problemas de desempenho */
    }

    .header .header-background .header-content {
        top: 20%; /* Ajuste a posição do conteúdo */
        font-size: 1.2rem; /* Ajuste o tamanho da fonte se necessário */
    }
}


.jumbotron {
    background: linear-gradient(to right, #8bc34a 0%, #8bc34a 60%, #8bc34a 100%);
    font-family: 'Poppins';
    position: relative;
    z-index: 1;
    margin-top: -100px;
    padding: 10px;
    border-radius: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.jumbotron h2 {
    font-family: serif;
    text-transform: uppercase;
    font-size: 3rem;
    text-align: center;
    margin-top: 15px;
    font-weight: bolder;
}

.jumbotron .lead {
    font-size: 20px;
}

.jumbotron .lead-2 {
    font-size: 15px;
}

.jumbotron .hr-2 {
    border: 1px solid #000;
}

.jumbotron .btn-more {
    font-family: sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    background: #adadf1;
    border-radius: 50px;
    box-shadow: none;
    margin: -5px 0 -10px 0;
    border: 2px solid #000;
    color: #000;
}
/* end of header */


/* about */
#acomodacoes .about {
    padding-top: 40px;
}

#acomodacoes .about strong {
    font-weight: normal;
}

#acomodacoes .about-system {
    margin: 0;
}

#acomodacoes .about-system h4 {
    font-family: 'PlayfairDisplay', serif;
    font-weight: bold;
}

#acomodacoes .about-system p {
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}

#acomodacoes .about-pic img {
    height: 501px;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}


.about {
    padding-top: 40px;
}
.about strong {
    font-weight: normal;
}


.about .about-system {
    margin: 0;
}

.about .about-system h4 {
    font-family: 'PlayfairDisplay';
    font-weight: bold;
}

.about .about-system p {
    font-family: 'Helvetica', sans-serif;
    text-align: justify;
    text-align: center;
}

.about .about-pic img{
    height: 501px;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
/* end of about */

.history .history-pic img{
    height: 575px;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

/* our services */
.our-services {
    text-align: justify;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.our-services h3 {
    font-family: 'PlayfairDisplay';
}

.our-services .card {
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.our-services .card:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.service-icon span i {
    font-size: 80px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #c6c6f7;
}

.our-services .card-title {
    margin-top: -10px;
    font-size: 20px;
}

.our-services .card-text {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 2px;
}

.our-services .btn {
    font-family: sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    background: #adadf1;
    border-radius: 50px;
    border: 1px solid #000;
    color: #000;
}

.our-services .btn:focus {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}
/* end of our services */


/* pricing */
.pricing {
    padding-top: 40px;
    font-family: 'Poppins';
}

.pricing h3 {
    font-family: 'PlayfairDisplay';
}

.pricing .pricing-box {
    background: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    margin-bottom: 3px;
    margin-right: 2px; 
}

.pricing .pricing-img img {
    width: 100%
}

.pricing .price {
    width: 50px;
    height: 50px;
    background: #adadf1;
    color: #000;
    font-weight: 600;
    border-radius: 50%;
    padding: 12px;
    box-shadow: 0 0 10px 1px rgba(37,73,214,0.18);
    position: absolute;
    left: 8px;
    bottom: -25px;
}

.pricing .pricing-img {
    position: relative;
}

.pricing .rating {
    padding: 3px;
    float: right;
    background: white;
    bottom: -1px;
    right: 0;
    position: absolute;
}

.pricing .rating i {
    font-size: 15px;
    color: #adadf1;
}
.pricing .pricing-details {
    padding: 8px;
}

.pricing .pricing-details h4 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 25px;
}

.pricing .pricing-details p {
    font-size: 12px;
}

.pricing .pricing-details span {
    font-size: 13px;
}

.pricing .pricing-details span i {
    margin: 2px;
    margin-right: 4px;
    color: #adadf1;
}
/* end of pricing */



/* gallery */
.gallery {
    padding-top: 40px;
    font-family: 'Poppins';
}

.gallery h3 {
    font-family: 'PlayfairDisplay';
}

.gallery-box {
    overflow: hidden;
    width: 100%;
    height: 250px; /* Ou o tamanho que preferir */
    margin-bottom: 15px; /* Adiciona espaço entre as imagens verticalmente */
}

.gallery-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.col-md-4 {
    padding-left: 10px; /* Espaçamento entre as colunas */
    padding-right: 10px; /* Espaçamento entre as colunas */
}


.gallery .gallery-box img:hover {
    transform: scale(1.1);
}
/* end of gallery */


/* contacts */
.contact {
    padding-top: 40px;
    font-family: 'Poppins';
}

.contact h3{
    font-family: 'PlayfairDisplay';
}

.contact .row {
    padding: 30px 0;
    font-size: 22px;
}

.contact .col-md-4 i {
    color: #adadf1;
    padding: 10px;
    font-size: 40px;
}

.contact .btn {
    margin: 5px;
    color: #000;
    border-radius: 30px;
    border: 2px solid #000;
    background: #adadf1;
    padding: 0px 20px;
    min-width: 155px;
}

.contact .btn:focus {
    box-shadow: none !important;
}

.contact .btn:hover {
    border: 2px solid #fff !important;
    background: #adadf1; !important;
    color: #fff;
    transition: 0.6s;
}

.contact .btn i {
    margin-right: 10px;
}
/* end of contacts */



/* footer */
.footer {
    margin-top: 40px;
    padding-top: 30px;
    font-family: 'Poppins';
    height: 70px;
    color: #000;
    background: #f7f8fa;
}

/* end of footer */


.text_system_1 {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 2px
}

.text_system_2 {
    font-size: 65px;
    line-height: 1.2;
    letter-spacing: 0px;
}


@media screen and (max-width:1200px) {
    .pricing .pricing-details span {
        font-size: 10px;
    }
}

@media screen and (max-width:992px) {
    .jumbotron h2 {
        font-size: 2rem;
    }
    .jumbotron .lead {
        font-size: 15px;
    }
    .jumbotron .lead-2 {
        font-size: 12px;
    }
    .jumbotron .btn-more {
        font-size: 10px;
    }
}

@media screen and (max-width:768px) {
    .jumbotron h2 {
        font-size: 1.6rem;
    }
    .jumbotron .lead {
        font-size: 12px;
    }
    .jumbotron .lead-2 {
        font-size: 10px;
    }
}

@media screen and (max-width:576px) {
    .text_system_1 {
        font-size: 25px;
        line-height: 1.2;
        letter-spacing: 2px
    }
    .text_system_2 {
        font-size: 55px;
        line-height: 1;
        letter-spacing: 0px;
    }
}
/* WhatsApp Button */
/* WhatsApp Button - Stylish Version */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    font-size: 18px;
    padding: 12px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
}

.whatsapp-button:hover {
    background-color: #22c35e;
    transform: translateY(-3px);
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.whatsapp-button i {
    font-size: 24px;
    margin-right: 12px;
}

.whatsapp-button span {
    display: none;
    font-size: 16px;
    font-weight: normal;
}

/* Animation for hover to show text */
.whatsapp-button:hover span {
    display: inline;
    margin-left: 5px;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}


/* reservation */
/* Estilos para o formulário de reserva */
.reservation {
    width: 100%;
    padding: 20px;
    background-color: #f9f9f9;
}

.heading {
    text-align: center;
    font-size: 32px;
    color: #333;
    margin-bottom: 20px;
}

#reservation-form {
    max-width: 800px;
    margin: 0 auto;
}

.container {
    display: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

.box p {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    margin-bottom: 8px;
}

.box span {
    color: red;
}

.input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
}

.input:focus {
    border-color: #4caf50;
    outline: none;
}

select.input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.btn {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #adadf1;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #adadf1;
}
@media (max-width: 768px) {
    .box {
        width: 100%;
    }
}
.reservation-section {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
}

.reservation-section h3 {
    color: #333;
}

.form-control {
    margin-bottom: 28px;
    padding: 0px;
}

.btn-success {
    background-color: #28a745;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}
.mapa-section {
    padding: 0;
    max-width: 100%;
}

.mapa-section iframe {
    width: 100%;
    height: 80vh; /* Ajusta o iframe para ocupar 80% da altura da janela */
    border-radius: 8px; /* Adiciona bordas arredondadas, se desejar */
}
/* Estilo base para ambas as seções */
/* Centralização e alinhamento */
.welcome-section .about-system {
    background-color: #f8f9fa; /* Fundo branco com leve sombra */
    border-radius: 8px; /* Bordas arredondadas */
    padding: 20px; /* Espaçamento interno */
    text-align: justify; /* Justificar texto */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Sombra suave */
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8; /* Melhor espaçamento entre linhas */
}

.welcome-section .about-system h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center; /* Centralizar o título */
    color: #343a40; /* Cor escura */
}

.welcome-section .about-system ul {
    margin-left: 20px;
    padding-left: 10px;
    list-style-type: disc; /* Estilo dos marcadores */
}

.welcome-section .about-system ul li {
    margin-bottom: 10px; /* Espaçamento entre itens */
}

.welcome-section .about-pic img {
    border-radius: 8px; /* Bordas arredondadas para a imagem */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Sombra na imagem */
    width: 100%; /* Garantir que a imagem ocupe todo o espaço disponível */
    height: auto; /* Manter proporção */
}


/* Estilo específico para imagens */
.about-pic img,
.history-pic img {
    border-radius: 10px; /* Bordas arredondadas */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Sombra para dar profundidade */
    max-width: 100%;
}

/* Animações */
.wow {
    animation-duration: 1s;
    animation-delay: 0.3s;
}

/* Estilo específico para texto */
.about-system,
.history-content {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;s
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.about-system p,
.history-content p {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Responsividade */
@media (max-width: 768px) {
    .welcome-section h4 {
        font-size: 20px;
    }

    .welcome-section p {
        font-size: 14px;
    }
}


.accommodation-section h1 {
    font-family: 'Arial', sans-serif; /* Escolha a fonte desejada */
    font-size: 24px; /* Tamanho do título */
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.accommodation-description {
    font-family: 'Arial', sans-serif; /* Fonte para o conteúdo */
    font-size: 16px; /* Tamanho do texto */
    color: #333;
    line-height: 1.6;
}

.accommodation-description p {
    margin-bottom: 15px;
}

/* Estilos para a seção de localização */
.mapa-section h4 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.mapa-section iframe {
    display: block;
    margin: 0 auto;
    border-radius: 10px; /* Adiciona bordas arredondadas ao mapa, opcional */
}

/* Estilos para a seção de contato */
.contact-section {
    padding: 40px 0;
}

.contact-section h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.contact-section p {
    font-size: 16px;
    color: #666;
}

.contact-section .row {
    display: flex;
    justify-content: center;
    gap: 20px; /* Espaçamento entre os itens */
}

.contact-section .card-body {
    text-align: center;
}

.contact-section .card-body i {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.contact-section .card-body p {
    font-size: 16px;
    color: #666;
}

/* Estilos para a seção de rodapé */
.footer-section {
    padding: 20px 0;
    background-color: #f8f9fa;
    text-align: center;
    border-top: 1px solid #ddd; /* Linha sutil para separar o rodapé do restante do conteúdo */
}

.footer-section p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Ajuste geral para centralização e espaçamento */
.text-center {
    text-align: center !important;
}

/* Estilo adicional para melhorar a aparência do rodapé */
.footer-section p a {
    color: #007bff; /* Cor de link */
    text-decoration: none;
}

.footer-section p a:hover {
    text-decoration: underline;
}
/* Formatação geral */
.welcome-section p, 
#our-services p {
    text-align: justify; /* Texto justificado */
    font-family: Arial, sans-serif; /* Definir fonte padrão */
    font-size: 16px; /* Ajustar tamanho da fonte */
    line-height: 1.6; /* Espaçamento entre linhas */
}

/* Títulos centralizados */
.welcome-section h4, 
#our-services h2, 
.history-content h4 {
    text-align: center; /* Centralizar títulos */
    font-family: Arial, sans-serif; /* Mesma fonte para os títulos */
    font-size: 20px; /* Mesmo tamanho para os títulos */
    font-weight: bold; /* Deixar os títulos destacados */
}

/* Ajustar margens */
.welcome-section h4, 
#our-services h2, 
.history-content h4 {
    margin-top: 20px; /* Espaçamento superior */
    margin-bottom: 20px; /* Espaçamento inferior */
}

.welcome-section ul, 
#our-services ul {
    margin-left: 20px; /* Recuo das listas */
    list-style-type: disc; /* Estilo da lista */
}

.history-content p, 
.about-system p, 
#our-services p {
    text-align: justify;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 8px; /* Reduzido para diminuir o espaçamento entre os parágrafos */
}

/* Ajustes de imagem */
.img-fluid {
    border-radius: 10px; /* Bordas arredondadas */
}
/* Estilo para a seção #our-services */
#our-services {
    margin-top: 40px; /* Espaçamento superior para separação */
}

#our-services h2 {
    text-align: center; /* Centralizar título */
    font-family: Arial, sans-serif; /* Mesma fonte dos outros títulos */
    font-size: 20px; /* Mesmo tamanho de fonte */
    font-weight: bold; /* Destacar título */
    margin-top: 20px; /* Espaçamento superior */
    margin-bottom: 20px; /* Espaçamento inferior */
}
.text-justify {
    text-align: justify;
}

