/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Poppins&display=swap');

html{
    overflow-x: hidden;
}

body {
    
}



body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #000 !important;
    accent-color: #7E0A00;    
    overflow-x: hidden !important;

}


*{
    /*border: 1px solid #FF0000;*/
}



.form-busca{
    background-color: #efefef;
    box-shadow: 5px 5px 15px 0 #ddd;    
    border-radius: 10px;
}

.form-busca > .col{
    padding: 20px;
}


/* elementos comuns.......................................*/
a{
    text-decoration: none;
    color: #000;
}


h1, h2{
    font-family: 'Playfair Display', serif;
}


h1{        
    display: inline-block;    
    font-size: 1.6rem;
        
    text-transform: uppercase;
    
}

h2{       
        
    font-weight: 400;    
    font-size: 1.4rem;
}


h3{            
    font-weight: 400;    
    font-size: 1rem;
}


   
/* navegação/menu ------------------------------------------------------------- */
#navTop{
    background-color: #fff;
    box-shadow: 0 0 10px 0 #999;
}





#navTop .container-fluid{
    padding-left: 5vw;
    padding-right: 5vw;
}


#navTop.absolute-top{    

}


.home.body.admin-bar #navTop{
    top: 32px !important;
}




.home #navTop.absolute-top{    
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    transition: transform .5s !important;
}





#navTop .fixed-top {
    top: -56px !important;
    transform: translateY(56px) !important;
    transition: transform .5s !important;
}

#navTop .navbar-toggler{
    border: none !important;
    box-shadow: none !important;
    
    background-color: #513f3f;
}

#navTop{    
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}


.home #navTop{    
    background-color: transparent !important;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0));    
}

#navTop.fixed-top{
    background-color: rgba(255, 255, 255, 0.9) !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
}



.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


#navTop  .navbar-brand{
    padding-top: 0;
    /*height: 40px;*/
}

#navTop  .navbar-brand img{
    opacity: 0.8;
}

#navTop .logo-box{
    background-color: #EDDDD8;
    width: 260px;
    height: 260px;
    overflow: hidden;
    position: absolute;
    top: 20px;
    display: flex;
    align-items: center;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

#navTop .logo-box img{
    width: 100%;
}

#navTop .logo-header{
    height: 40px;
}


#navTop.fixed-top .logo-header{
    height: 40px;
    display: inline;
}

#navTop.fixed-top .logo-box{
    top: -260px;
    
}



#navTop .nav-link{
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-right: 20px;
    color: #322d2d;
    padding: 5px 10px;

}


#navTop .nav-link.active{
    background-color: #009cf9;
    border-radius: 5px;    
}






main.conteudo{
    padding-top: 2vh;
    margin-bottom: 2vh;
    
}



/* ---------------------------------------------- */
.secao.row{
    padding-top: 2vh;
    padding-bottom: 2vh;    
}

.secao.row.lista-box .box{
    background-image: url(../imgs/hospedagem-default.webp) ;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px 0 #CCC;
}

.secao.row.lista-box .box a{    
    font-family: 'Playfair Display', serif;    
    background-color: rgba(0, 0, 0, 0.5);
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;    
    transition: all 0.6s  ease-in;
    padding: 10px;
    
}


.secao.row.lista-box.locais .box a{    
    height: 300px;

}

.secao.row.lista-box .box a h4{    
    font-size: 1.2rem;
}


.secao.row.lista-box .box a:hover{    
    background-color: rgba(0, 0, 0, 0.8);
}


.titulo-secao h2{
    display: flex;
    text-align: center !important;
    margin-bottom: 8vh;
    position: relative;
    color: #333;
    
}



.titulo-secao h2:before, .titulo-secao h2:after {    
    content:'';
    flex:1;
    border-bottom: solid 0.1rem #009cf9;
    margin: auto 1rem;    
    transform: translateY(-0.2rem);
  }


  .titulo-secao h2:before{
        margin-left: 0;
  }

  .titulo-secao h2:after {
    margin-right: 0;
 }





/* slider home ------------------------------------------------------------- */

#sliderDestaques{
    width: 100%;        
    padding: 40px 10px; /* Dá aquele corte nas laterais */
    box-sizing: border-box;
 
}



#sliderDestaques .swiper-wrapper{
}

#sliderDestaques .swiper-slide {
    background: #fff;
    border-radius: 10px;        
    overflow: hidden;    
    box-shadow: 0 0 10px 0 #009cf933;
    transition: all 0.3s ease-in-out;
    background-size: cover;    
    background-position: center center;
    max-width: 33.5vw;
    margin-right: 20px;
}



#sliderDestaques .swiper-slide:hover {
    box-shadow: 0 0 10px 0 #999;
}

#sliderDestaques .swiper-slide a{
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    width: 100%;
    height: 100%;
    color: #FFF;
    justify-content: center;
    align-items: center;
}



.home #sliderDestaques .swiper-slide a{
    min-height: 400px !important;
    
}


#sliderDestaques .swiper-slide h2{
    text-align: left;        
}

.swiper-button-prev{
    margin-left: 20px;
    color: #FFF;
}

.swiper-button-next{
    margin-right: 20px;    
    color: #FFF;
}




/* INTERNAS ------------------------------------------------------------------------ */

.conteudo > .estados .item .box a{
    height: 400px;
}

.hospedagens .secao.busca{
    padding: 0 !important;
    margin-bottom: 20px;
}

.hospedagens .secao.filtros{
    padding: 0 !important;    
    padding-bottom: 20px !important;
}

.hospedagens .secao.listar{
    padding: 0 !important;
}

.hospedagens .secao.paginacao{
    padding: 0 !important;
}

.hospedagens .listar .item{
    border: 1px solid #eee; 
    border-radius: 10px;    
    box-shadow: 5px 5px 15px 0 #ddd;
}

.hospedagens .listar .item .dados{
    padding: 20px;
}


.hospedagens .listar .item .dados h5{
    margin-top: 5px;
    margin-bottom: 15px;
}


.hospedagens .listar .item .dados h6{
    margin-bottom: 15px;
    color: #7E0A00;
}



.hospedagens .box-imagem{    
    background-size: cover;
    background-position: center center;
    box-shadow: 0 0 15px 0 #CCC;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;    

}


.hospedagens .box-imagem a{
    background-color: #333;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.9)), url(../imgs/hospedagem-default.webp);
    width: 100%;        
    height: 100%;
    
}


.hospedagens .box-imagem a.sem-foto{
    display: flex;
    justify-content: center;
    align-items: center;    
    color: #FFF;
}


.hospedagens .box-imagem a img{    
    min-height: 100%;
}



footer{			
    box-shadow: 0 0 10px 0 #999;
    position: relative;
	background-color: #201E1F;
	color: #FFF;	
    padding-top: 2vh;
    padding-bottom: 2vh;
    
}



footer a{		
	color: #FFF;
    text-decoration: none;
}


footer a:hover{			
    color: #009cf9;
}



footer ul{
    padding: 0;
}

footer ul li{
    list-style: none;
}


footer ul li a{
    font-size: 0.9rem !important;
}



/*páginas internas -----------------------------------------------------------------------------------------------------------------------*/	
.breadcrumb_box{
	background-color: #dee2e6;	
	padding: 10px;
	margin-bottom: 30px;
    box-shadow: 0 0 5px 0 #009cf9;
}

.breadcrumb{
	width:inherit !important;
	background:none;
	color:rgba(0, 0, 0, 0.5) !important;
	padding:0;
	margin:0;
	text-align:right;
	text-align:right;
	font-size: 12px;
	color: #FFF;
    

}

.breadcrumb-item{
	color: #000;
}
.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb a{
	color: #0079b3 !important;
}
	


@media (max-width : 991px) {



    #navTop .logo-box{
        width: 150px;
        height: 150px;
        padding: 5px;
    }
    
    #menuLateral{
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 99999;
        position: fixed;
        width: 300px;    
        right: -300px;    
        top: 0;
        bottom: 0 !important;
        transition: all 0.5s ease-in-out;   
        padding: 40px 40px 40px 40px;    
        box-shadow: 0 0 3px 0 #7E0A00;
    }

    #menuLateral h2{
        text-transform: uppercase;
        font-size: 0.8rem;
        color: #FFF;
    }
    
    #menuLateral.collapsing {
        transition: all 0.5s ease-in-out;   
        height: auto;
    }
    
    #menuLateral.show{
        right: 0;
    }
    
    #menuLateral .btn-fechar{
        background-color: transparent;
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 1.6rem;
        line-height: 1rem;
        padding: 0 !important;
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
        font-weight: 500;
        color: #ccc;
    }
    
    #menuLateral .btn-fechar img{
        width: 14px;
        height: 14px;
        opacity: 0.8;
        transition: opacity 0.2 ease-in-out;
    }
    
    #menuLateral .btn-fechar img:hover{
        opacity: 1;
    }
    
    
    #menuLateral .menu{
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    #menuLateral .menu > li > ul{
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);    
        list-style: none;
        padding: 0;
        margin: 0 0 20px 0;
        padding-bottom: 20px;
    }
    
    #menuLateral .menu > li:last-child > ul{
        border: none;
        overflow-x: hidden;
    }
    
    
    #menuLateral .menu > li > ul a{
        text-decoration: none;
        padding: 5px 0 !important;    
        display: flex;
        color: rgba(255, 255, 255, 0.8);    
        text-transform: uppercase;
        font-size: 0.8rem;
        transition: all 0.3s ease-in-out;
    }
    
    #menuLateral .menu > li > ul a:hover{
        color: rgba(255, 255, 255, 1);    
        font-weight: 400;
    }
    
    
    #menuLateral .menu > li > ul a i{
        font-size: 1.6rem;    
        margin-right: 15px;
        opacity: 0.5;
    }
    
    #menuLateral .menu > li > ul a::befor1e{    
        width: 220px;
        height: 30px;
        margin-top: -5px;
        position: absolute;
        content: '';
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), #fff);
        display: block;
    }
    


    main.conteudo{
        padding: 10px;
    }

    #sliderDestaques .swiper-slide {        
        max-width: 100% !important;
        height: 300px;        
        
    }
    


    .conteudo > .estados .item .box a{
        height: 200px;
    }


}



@media (min-width : 992px) {

    




}

