*{
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: rgb(86, 32, 1);
  }
  
  /* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    position: absolute;
    width: 1px;
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: rgb(86, 32, 1);
    border-radius: 20px;
    border: 1px solid rgba(255, 166, 0, 0);
  }

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    transition: margin-top 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    overflow-x: hidden;
}

header {
    background-color: #018317d3;
    color: #fff;
    padding: 10px;
    text-align: center;
    box-shadow: 0 8px 16px #000000;
    

}



.logoFotos{
    position: absolute;
    margin-left: 15%;
    margin-top: 10%;
    max-width: 950px;
}



/* Adicione essas regras de estilo para a versão desktop */

.center{
    display: flex;
    max-width: 1500px;
    margin: 0 auto;
    padding-left:0;
    align-items: center;
}

.social-contact-desktop {
    flex: 0 0 25%;
    font-size: 0.9em;
    margin-left: 0;
    padding-right: 20%;
}

.social-contact-desktop1 {
    display: flex;   
    flex: 0 0 20%;
    padding-left: 25%;
}

.social-contact-desktop a {
    margin-left: 10px; /* Ajuste conforme necessário */
}

.social-contact-desktop1 a {
    margin-left: 10px; /* Ajuste conforme necessário */
}

.quadrado{
    background-color: #0e512d62;
    border-radius: 10px;
    padding-top: 1px;
    padding-bottom: 3px;
  }

.Btn {
    width: 65px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    position: relative;
    border-radius: 7px;
    cursor: pointer;
    transition: all 0.3s;
  }
  
  .svgContainer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    backdrop-filter: blur(0px);
    letter-spacing: 0.8px;
    border-radius: 10px;
    transition: all 0.3s;
    border: 1px solid rgba(156, 156, 156, 0.466);
  }
  
  .BG {
    position: absolute;
    content: "";
    width: 87.5%;
    height: 100%;
    background: #08544b;
    z-index: -1;
    border-radius: 10px;
    pointer-events: none;
    transition: all 0.3s;
  }
  
  .Btn:hover .BG {
    transform: rotate(35deg);
    transform-origin: bottom;
  }
  
  .Btn:hover .svgContainer {
    background-color: rgba(156, 156, 156, 0.466);
    backdrop-filter: blur(4px);
  }
  

/* Adicione essas regras de estilo para a versão mobile */

@media (max-width: 900px) {
    .social-contact-desktop, .social-contact-desktop1{
        display: none;
    }
    .center{
        justify-content: center;
    }
}


nav {
    display: flex;
    justify-content: center;
    background-color: #028f1ad7;
    position: sticky;
    top: 0;
    z-index: 1000;
}

nav a {
    color: #ffffff;
    text-decoration: none;
    padding: 14px 20px;
    display: inline-block;
    border-radius: 20px;
}

nav a:hover {
    background-color: #054b0060;
}/* Adicione isso ao final do seu arquivo CSS */

#background-video {
    position: absolute;  
    width: 100%;
    top: 15%;
    z-index: -1; /* Coloca o vídeo por trás do conteúdo */
    box-shadow: 0 8px 16px #000000;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #076700;
    box-shadow: 0 8px 8px rgba (0, 0, 0, 0.2);  
    z-index: 1;
    min-width: 100px; /* Largura mínima do dropdown */
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #4b1c00; /* Linha de separação entre os itens */
}

.dropdown-content a:last-child {
    border-bottom: none; /* Remove a linha de separação do último item */
}

.dropdown-content a:hover {
    background-color: #076700;
}

/* Adicione uma animação de fade-in ao dropdown */
.dropdown:hover .dropdown-content {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

img{
    width: 200px;
}

.logo {
    margin-top: 0;
    transition: margin-top 0.5s;
    width: 160px;
}


/* Adicione isso ao final do seu arquivo CSS */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #076700;
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.2);
    z-index: 0;
    min-width: 180px; /* Largura mínima do dropdown */
    border-radius: 10px;
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #254c01; /* Linha de separação entre os itens */
}

.dropdown-content a:last-child {
    border-bottom: none; /* Remove a linha de separação do último item */
}

.dropdown-content a:hover {
    background-color: #0b8b02;
    border-radius: 10px;
}

/* Adicione uma animação de fade-in ao dropdown */
.dropdown:hover .dropdown-content {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.slide-from-corner {
    margin-top: 20%;
    position: flex;
    transform: translate(-110%, 0);
    animation: slideIn 2s forwards; /* 2s é a duração da animação */
    background-color: rgba(255, 255, 255, 0);
    font-size: 250%;
    color: white;
    text-shadow: 4px 8px 5px #000000;
}

@keyframes slideIn {
    to {
        transform: translate(0, 0);
    }
}

#banheiro2{
    margin-bottom: 40px;
}

.page{
    position: relative;
    width: 90%;
    margin-top: 35%;
    font-size: 19px;
    margin-left: 5%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: rgb(0, 0, 0);
    margin-bottom: 50px ;
}

hr{
    width: 100%;
    height: 1px;
    background-color: #848584a6;
}

.page2{
    position: relative;
    width: 90%;
    left: 5%;
    display: flex;
    flex-direction: column;

}

.hidden {
    display: flex;
    position: relative;
    margin-top: 5%;
    background-color: #418f02d7;
    border-radius: 20px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.621);
    align-items: center;
    opacity: 0;
    filter: blur(10px);
    transition: all 2s;
    transform: translateX(-100%);
    color: #000000;
}

.show{
    opacity: 1;
    transition: all 1s;
    filter: blur(0px);
    transform: translateX(0%);
}

#banheiro1:hover, #banheiro2:hover, #banheiro3:hover, #banheiro4:hover {
    display: flex;
    margin-top: 5%;
    background-color: #2e8801e0;
    border-radius: 20px;
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.621);
    align-items: center;
    color: white;
    cursor: pointer;
}

.banheiro4{
    margin-bottom: 5%;
}

.imgs{
    display: flex;
    border-radius: 20px;  
}

.borderImage{
    border-radius: 20px 0px 0px 20px;
}

.borderImage2{
    border-radius: 0px 20px 20px 0px;
}

.text{
    width: 60%;
    margin: 20px;
}

@media (max-width: 1200px) {
    .page2{
        margin-top: 25px;
        
    }

    .text{
        width: 80%;
        margin: 20px;
        
    }

    .imgs{
        display: flex;
        margin-top: 5%;
        /* width: 400px;
        height: 330px; */
    }

    .banheiro1, .banheiro2, .banheiro3, .banheiro4 {
        display: flex;
        margin-top: 5%;
        background-color: #287302b2;
        border-radius: 20px;
        box-shadow: 0 10px 16px rgba(0, 0, 0, 0.621);
        align-items: center;
        color: white;
        cursor: pointer;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 10px;
    }

  }

  @media (max-width: 980px){
    
    .page{
        position: relative;
        font-size: 16px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        color: black;
        margin-bottom: 0;
    }
    
    hr{
        width: 100%;
        height: 1px;
        background-color: #848584a6;
    }
    
    
    .hidden{
        position:relative;
        width: 90%;
        top: 90%;
        left: 5%;
        display: flex;
        flex-direction: column;
    
    }
    
    .banheiro4{
        margin-bottom: 5%;
    }

    img{
        width: 33.3%;
    }
    
    .imgs{
        display: flex;
        border-radius: 20px;
    }
    
    .imgs:hover{
        transform: 0;
        z-index: 0;
    }
      
    .text{
        width: 60%;
        margin: 30px;
    }

    .slide-from-corner {
        margin-top: 20%;
        position: flex;
        transform: translate(-110%, 0);
        animation: slideIn 2s forwards; /* 2s é a duração da animação */
        background-color: rgba(255, 255, 255, 0);
        font-size: 150%;
        color: white;
        text-shadow: 4px 8px 5px #000000;
        padding: 5px;
    }

    .page2{
        top: 85%;
    }

  }

  @media (max-width: 500px){

    .logoFotos{
        position: absolute;
        margin-left: 35%;
        margin-top: 20%;
        max-width: 950px;
    }
    
    
    .page{
        position: relative;
        margin-top: 25%;
        font-size: 16px;
        justify-content: center;
        flex-direction: column;
        text-align: justify;
    }
    
    hr{
        width: 100%;
        height: 1px;
        background-color: #888787;
    }
    
    h1{
        font-size: 20px;
    }
    
    .page2{
        position: relative;
        width: 90%;
        top: 97%;
        left: 5%;
        display: flex;
        flex-direction: column;
    }
    
    #banheiro1, #banheiro2, #banheiro3, #banheiro4{
        margin-bottom: 10%;
    }
    
    .imgs{
        display: flex;
        border-radius: 20px;
    }
    
    .imgs:hover{
        transform: 0;
        z-index: 0;
    }
    
    .borderImage{
        border-radius: 20px 0px 0px 20px;
    }
    
    .borderImage2{
        border-radius: 0px 20px 20px 0px;
    }
    
    .text{
        width: 100%;
        margin: 50px;
    }

    p{
        margin: 10px
    }

    .slide-from-corner {
        font-size: 100%;
        margin-top: 50px;
        margin-bottom: 70px;
    }

  }

  .rodape {
    color: white;
    height: auto;
    width:119%;
    font-size: 14px;
    font-family: helvetica;
    margin-top: 20px; /* Adicione um espaçamento superior, se necessário */
    padding: 0px; /* Adicione algum espaço interno ao rodapé, se necessário */
    background-color: #048500;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 999; /* Adicione este z-index */
    position: relative;
    transform: translateX(-10%);
}
.rodape a{
    text-decoration: none;
    color: white;
}
.rodape p{
    margin-bottom: 5px;
}
.rodape-div{
    display: flex;
    flex-wrap: wrap;
    width:119%;
    background-color: #048500;
    margin: auto;
    justify-content: center;
    transform: translateX(-10%) translateY(0%);
}
.rodape-div-1, .rodape-div-2, .rodape-div-3, .rodape-div-4{
    display: flex;
    width: calc(100% / 4 - 10px);
    padding-top: 30px;
    justify-content: center;
    margin-left: 150px;
}
.rodape span{
    font-size: 20px;
    color: white;
}
.rodape-direitos{
    width: calc(100% - 20px);
    background-color: black;
    padding: 10px;
    margin: 0px;
    padding-left: 20%;
}

.logo2{
    width: 30%;
}

/*mobile*/
@media (max-width: 768px) {
    .rodape-div-2, .rodape-div-3{
        width: 30%;
        padding: 0px;
        margin-left: 0px;
    }
    .rodape-div-1{
        margin-left: 80px;
    }
    .rodape-div{
        padding: 10px 0px 10px 0px;
        width:110%;
    }
    .rodape{
        top: 410%;
    }

    .rodape-div-3{
        padding-left: 10px;
        margin: 0;
    }
    .logo2{
        opacity: 1;
        width: 250px;
    }
    .rodape-div-1{
        width: 50px;
    }
}

.logo2{
    max-width: 100%;

}

