head {
    background: linear-gradient(75deg, rgba(145, 145, 3, 0.199), rgba(1, 88, 1, 0.178));
}

* {
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}

body {

}


header {
    background: linear-gradient(75deg, rgba(226, 226, 80, 0.86), rgba(82, 138, 82, 0.86));
    box-shadow: 0 0 5px;
}

#header {
    position: fixed;
    z-index:90;
    width: 100%;
    top: 0;
    padding-left: 10px;
    padding-right: 10px;
}

header h1 {
    text-align: center;
}



#log {
    width: 80px;
    text-align: left;
    border-radius: 20px;
    margin-bottom: -110px;
}


#contacto {
    text-align: center;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
}

#contacto::-webkit-scrollbar{
    height: 4px;
}

#contacto::-webkit-scrollbar-thumb{
    background: #cccc;
border-radius: 10px;
}

#mais ol {
    text-align: right;
    padding-top: 30px;
    padding-bottom: 30px;
}

.timgl {
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 15px;
}

.wcl {
    width: 20px;
}

.button {
    width: 10px;
}

#mais ol li {

    font-size: 10px;
}

.menu{
    display: none;    
}

h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(139, 76, 4);
}

.h2 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 18px;
}

.p {
    font-size: 12px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: black;
}

a {
    text-decoration: none;
    color: black;
}

button {
    background: none;
    border: 2px rgb(139, 76, 4) double;
    font-size: 12px;
    border-radius: 10px;
}


#mais ol li :hover {
    background: rgb(139, 76, 4);
}
#mais .menu-burger{
border: none;
}

#mais .menu-burger:hover{
background: none;
}

#mais .menu-burger a:hover{
background: none;
}


.actived {
    background-color: rgb(139, 76, 4);
    border: 2px rgb(139, 76, 4) double;
    border-radius: 10px;
}

nav {
    background-color: white;
    width: 10%;
    border-radius: 10px;
    display: block;
    box-shadow: 2px 2px 4px black;
}

nav li {
    display: inline-block;

}

nav li a {
    display: inline-block;
    text-decoration: none;
    font-size: 35px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    padding: 25.5px;

}

nav li a:hover {
    background-color: black;
    color: white;
    border-radius: 10px;
}

.dropdown-menu {
    position: absolute;
    display: none;
}

.dropdown-menu a {
    display: block;
}

.dropdown:hover .dropdown-menu {
    display: block;
}



.menu-burger_popup {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.75);
    height: 100%;
    width: 100%;
    z-index: 100;
    justify-content: center;
    align-items: center;
    transition: 3s linear;
    display:none;
}

.menu-burger_popup span {
    position: absolute;
    top: 0;
    right: 10px;
    color: black;
    font-size: 60px;
    font-weight: bolder;
    cursor: pointer;
    z-index: 100;
}


#nav_mais{
    height: 100%;
    display: flex;
    justify-content:center;
    text-align: center;
    align-items: center;
    
}

#nav_mais ol li{
    padding: 10px;

}
#nav_mais button {
border: none; 
}


#nav_mais a{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 25px;
}
/*fim do cabecalho*/




.entrada figure img,
figure video {
    width: 100%;
    cursor: pointer;   
}

.entrada {
    margin-top: 150px;
    width: 100%;
    width: 100%;

}

.entrada img{
    cursor: pointer; 
}

#galeria{

   
}
.galeria {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}

.galeria img,
video {
justify-content: center;
    width: 100px;
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
}

.galeria-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 100;
    justify-content: center;
    align-items: center;
    display: none;
}

.galeria-popup span {
    color: white;
    top: 0;
    right: 10px;
    font-size: 60px;
    position: absolute;
    font-weight: bolder;
    cursor: pointer;
}

.galeria-popup img {
    position: static;
    width: auto;
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;

}


#hvideos {

    text-align: center;
    font-size: 45px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(139, 76, 4);
}

.gimg {
    max-width: 90%;
    cursor: pointer;
}

.fechar {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}

.container-iframe {
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 10px;
    margin: 15px 0;
}

iframe {
    display: block;
    margin: 0 auto;
    max-width: 800px;
    width: 80%;
    aspect-ratio: 16 / 9;
    border: none;
    border-radius: 8px;
}



/*  dddddddddddd   Rodape              gggggggg*/



.suporte img {
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 50px;
    z-index: 20;
    border-radius: 10px;
    box-shadow: 0 0 10px;
    padding: 10px;
}

/*  RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR Rodape RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR*/

footer {
    position: relative;
    background: gray;
}


.montes {
    color: rgb(139, 76, 4);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 25px;
    text-align: center;
}

.logo {
    margin-top: 1%;
    width: 15%;
}

.hfooter {
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: black;
    font-size: 20px;
}

.reserva {
    margin-top: 2%;
    text-align: center;
    font-size: 15px;
}

.reservag {
    padding: 0 10px;
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 15px;
}

.reservas{
    
}

#reservag {
    text-align:center;
    overflow-x: auto;
    white-space: nowrap;
}

#reservag::-webkit-scrollbar{
height: 6px;
}

#reservag::-webkit-scrollbar-thumb{
background: #fdfdfdff;
border-radius: 10px;

}

.wc {
    width: 20px;
}


.h2img {
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    color: rgb(139, 76, 4);
    margin-bottom: 20px;
}


.img-principal {
    width: 10%;

}

#img-principal {
    margin-top: 20px;
    text-align: center;
}

.hrfooter {
    margin-top: 2%;
    margin-bottom: 2%;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
    font-size: 15px;
}

.span {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

/*#plus {
    margin-top: 10px;
    display: flex;
  
    padding: 15px 1px 15px 1px;
}*/

#sociais {
    text-align: center;
    padding: 20px;
}
.sociais {
    display: flex;
    font-size: 10px;
    justify-content: center;
    gap: 10px;
}

.wcs {
    width: 25px;

}

.direitos {
    margin-top: 2%;
    margin-bottom: 5%;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
    font-size: 15px;
}