/* Configuração Geral */
body{
    font-size: 16px;
    color: #353436;    
    font-family: 'Nunito Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    
}

h1{ 
    font-size: 50px;
    text-align: center;
    border: 1px solid black;
    padding-top: 10px;
    padding-bottom: 10px;
}

.container{
    max-width: 1170px;
}
#espaco{
    height:50px;
}
.icon-bar {
    color: red;
    background-color: #85352e;
}
button{
    border-color: red;
}
#botao{
    border-color: #85352e;
}
.btn-primary{
    background: #FDA43C;
    border: none;
}
.btn-primary:hover{
    background: black;
    color: white;
}
.icon-bar{
    color: white;
    background: white;
}
/* Fim Configuração Geral */



/* Menu */
.parte_superior{
    height: 0;
    position: relative;
    top: -485px;
    z-index: 3000;
}

@media (width: 1280px) {
    .parte_superior{
        height: 0;
        position: relative;
        top: -450px;
        z-index: 3000;
    }
}
@media (width: 1024px) {
    .parte_superior{
        height: 0;
        position: relative;
        top: -350px;
        z-index: 3000;
    }
}
@media (min-width: 1650px) {
    .parte_superior{
        height: 0;
        position: relative;
        top: -650px; 
        z-index: 3000;
    }
}
@media (width: 1600px) {
    .parte_superior{
        height: 0;
        position: relative;
        top: -550px; 
        z-index: 3000;
    }
}
.carousel-indicators .active{
    width: 50px;
    background: #8e672b;
    border-radius: 0px;
    height: 7px;
    border: none;
}
.carousel-indicators li{
    width: 50px;
    height: 7px;
    border-radius: 0px;
    border: none;
    background: #888b89
}
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 150px;
    color: white;
    text-align: center;
    font-size: 14px;
    transition: background-color 0.9s ease;
}
.navbar-nav>li>a:hover {
    background: #ffac34;
    color: black;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #ffac34;
    color: black;
}
.dropdown{
    
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    min-width: 130px;
    width: 150px;
    text-align: center;
    margin-top: 20px;
    padding-top: 0px;    
    background-color: rgba(12, 14, 10, 0.5);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    color: white;
}
.dropdown-menu>li>a {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: white;
    white-space: nowrap;
    border-bottom: 1px solid #555553;
    width: 130px;
    text-align: center;
    margin-left: 10px;
    height: 50px;
    padding-top: 15px;
}
.dropdown-menu>li>a:hover {
    background: transparent;
    color: white;
}
/* Fim Menu */


/* Reservas */
#reservas-caminho{
    font-size: 13px;
    padding-bottom: 80px;
}
#reservas-caminho a{    
    border: 1px solid black;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 20px;
    position: relative;
    top: 30px;
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: bold;
}
#reservas-caminho a:hover{
    background: black;
    color: white;
}
#reservas-caminho h1{    
    text-transform: none;
    font-family: 'Nunito', sans-serif;
    font-size: 25px;
    font-weight: bold;
    border: none;
    padding: 0;
    text-align: left;
}
/* Fim Reservas */



/* Serviços */
.servicos-caminho{
    background: #121212;
    color: white;
    padding-bottom: 25px;
}
.servicos-caminho a{
    border: 1px solid white;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
    text-decoration: none;
    color: white;
    font-size: 13px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 40px;
}
.servicos-caminho a:hover{
  background: white;
  color: black;
}
#servicos-conteudo{
    margin-bottom: 20px;
}
#servicos-partes{
    border-top: 5px solid #ffac34;
    padding-top: 20px;
    margin-right: 35px;
    padding-left: 0;
    width: 260px;
}
#servicos-partes2{
    margin-right: 35px;
    padding-left: 0;
    width: 260px;
}

.servicos-partes-novo{
    border-top: 5px solid #ffac34;
    width: 260px;
    margin-top: 5%; 
}

.servicos-informacoes{
    margin-top: 25px;
    font-size: 12px;
}
#hr-servicos{
    position: relative;
    top: 10px;
    width: 260px;
}

@media (max-width: 1025px) and (min-width: 400px) {
    .servicos-caminho{
       padding-left: 50px;
    }
    
    #servicos-conteudo{
       width: 700px;
       border: none;
       text-align: center
    }    
    #servicos-partes{
        margin-bottom: 10px;
        border: none;
    }
}
#servicos-partes3{
    font-size: 35px; 
    color: white;
    text-align: center;
    line-height: 30px;
}

.servicos-informacoes img{
    padding-top: 20px;
}
#servicos-img:hover{
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    transition: img 0.9s ease;
}
#servicos-img-link{
    border: none;
    padding: 0;
    position: relative;
    text-decoration: none;
    margin: 0;   
}
/* Serviços */


/* Álbum */

.destaque_item_foto{    
    width: 100%;
    max-width: 300px;
    height: 250px;
    background-position: top;
    background-size: cover;
    margin-bottom: 25px;
    background: linear-gradient(transparent, black);
}
.destaque_item_foto_interna{    
    width: 600px;
    height: 400px;
    background-position: top;
    background-size: cover;
    margin-bottom: 15px;
    background: linear-gradient(transparent, black);
}
.destaque_item_foto .imagem-noticia{
    height: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility:visible;

}
.destaque_item_foto .imagem-noticia:hover{
    visibility: visible;
    background-repeat: no-repeat;
}


/* Fim Álbum */



/* Rodapé  */
.masterix{
    padding-top: 30px;
    padding-bottom: 30px;
}
.rodape-caminho{
    padding-top: 40px;
    background: #ffac34;
    padding-bottom: 30px;
    height: 580px;
}

@media (max-width: 500px) {
    .rodape-caminho {
        padding-top: 30px;
        background: #ffac34;
        padding-bottom: 30px;
        height: 930px;
    }
}

@media (width: 1024px) {
    .rodape-caminho {
        padding-top: 30px;
        background: #ffac34;
        padding-bottom: 30px;
        height: 470px;
    }    
}
@media (min-width: 1280px) and (max-width: 1500px) {
    .rodape-caminho {
        height: 470px;
    }    
}

#conteudo-rodape{
    font-size: 13px;
}
#conteudo-rodape img{
    margin-bottom: 20px; 
    margin-top:40px;
    max-width: 250px;
}
#conteudo-rodape span{
    font-size: 16px;
}
#social-rodape {
     width: 210px; 
     font-size: 12px;
     margin-top: 140px;
}
@media(max-width:1024) and (min-width: 540px){
    #social-rodape {
         width: 210px; 
         font-size: 12px;
         margin-top: 70px;
    }
    
}
@media(max-width:540px){
    #social-rodape {
         width: 210px; 
         font-size: 12px;
         margin-top: 30px;
    }
    
}
#social-rodape a{
    position: relative;
    color: black;
    left: -15px
}
#social-rodape img{
    margin-top: 0;
    margin-bottom: 0;
}

/* Fim Rodapé  */