.carregar{
	align-content: center;
}


#menu{
	position: fixed;
	width: 100%;
	z-index: 1000;
}

#menu_preto{
	z-index: 20000;
	color: white;
	background-color: black; 
	height: 30px;
	text-align: right;
}

#menu_preto a{
	color: white;
}



#menu_branco{
	z-index: 20000;
	color: black; 
	background-color: white; 
	height: 75px;
	text-align: center;
	font-size: 20px;
	padding-top: 1.5%;
}

#menu_branco a{
	color: black;
	
}
#menu_admin{
	z-index: 20000;
	color: black; 
	background-color: white; 
	height: 75px;
	text-align: center;
	font-size: 20px;
}

#menu_admin a{
	color: black;
	
}


#logo{
	z-index: 3;
	background-color: blue;
}

#logo img{
	width: 150px;
	height: 150px;
}

#contato-home{
	width: 100%;
	height: 70px;
	background-color: #424A58;
	font-size: 25px;
	justify-content: center;
	display: flex;
	
}

.contato-home-texto{
	padding-top: 1%;
	color: white;
	padding-left: 1%;
}

.contato-home-img{
	margin-top: 1%;
	padding-left: 1%;
}

.icone{
	width: 31px; 
	height: 31px;
	margin-top: 0.5%;
}

.icone-facebook{
	background-image: url(../img/icon/icon-facebook.png) !important;
	background-repeat: no-repeat;
	margin-left: 5px;
}
.icone-instagram{
	background-image: url(../img/icon/icon-instagram.png) !important;
	background-repeat: no-repeat;
	margin-left: 5px
}

.icone-facebook:hover{
	background-image: url(../img/icon/icon-facebook-hover.png) !important;
	background-repeat: no-repeat;
}
.icone-instagram:hover{
	background-image: url(../img/icon/icon-instagram-hover.png) !important;
	background-repeat: no-repeat;
}

.logo{
	background-image: url(../img/other/logo.png) !important;
	background-repeat: no-repeat;
	width: 150px; 
	height: 150px;
	position: fixed;
	float: right;
	top: 6%;
	z-index: 3;
	margin-left: 15%;
}

.topo-menu{
	width: 100%;
	float: left;
}
.links:hover{
	text-decoration: underline; 
	text-decoration-color: #FAC358 !important;
	
}
.links-ativo{
	text-decoration: underline; 
	text-decoration-color: #FAC358;
	
}

.login{
	margin-right: 25%;
}

.menu-escrito{
	margin-left: 32%;
	margin-top: 0.3%;
}

.conteudo{
	float: left;
	width: 100%;
	margin-top: 5%;
}

.social{
	margin-right: 20%;
}

.quemsomos{
	width: 100%;
	height: 400px;
	background: #000 url(../img/other/teste.png) repeat-x fixed;
	color: white;
}

.quemsomos-conteudo{
	margin-left: 70px;
	margin-top: 2%;
	display: flex;
}
.quemsomos-texto{
	width: 50%;
	float: left;
	margin-left: 2%;
	margin-top: 2%;
	text-align: justify;
}

.tipadvisor{
	width: 140px;
	height: 150px;
	background-color: #00a680;
	float: right;
	margin-right: 100px;
	text-align: center;
	color: white;
	margin-top: 100px;
}

.tipadvisor:hover{
	background-color: #05bf94;
}
.tipadvisor-centro{
	width: 110px;
	height: 80px;
	background-color: white;
	float: right;
	margin-right: 15px;
	margin-top: 5px;
}

.tipadvisor-centro img{
	margin-left: 0px;
	margin-top: 20px;
}

.quemsomos-facebook{
	margin-top: 200px;
	float: right;
	display: flex;
}

.final{
	width: 100%;
	height: 100px;
	background-color: black;
	margin-top: 30px;
}
.finalescrito{
	width: 100%;
	height: 100px;
	background-color: black;
	color: white;
	padding-top: 3%;
	padding-left: 5%;
}
.final a{
	color: white;
}
.final a:hover{
	color: white;
}

.div_box{
    width: 260px;
    height: 375px;
    border: 1px solid #D6D6D6;
    float: left;
    margin-left: 0px;
	margin-right: 0px;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.div_box:hover{
    border: 1px solid #BFBFBF;
}
	
.div_img_box{
    width: 250px;
    height: 160px;
    background-color: #E3E3E3;
    margin: 3px auto;
}
	
.img_box{
    width: 235px;
    height: 143px;
    padding-top: 8px;
	padding-left: 8px;
    position: flex;
    top: 8px;
}
	
.titulo_box {
    width: 220px;
    height: 24px;
    margin: 15px auto;
	text-align: center;
	color: #F39200;
	
}
	
.resumo_box{
    width: 220px;
    margin: 0 auto;
    height: 75px;
    color: #666666;
    font-size: 15px;
    text-align: center;
    display: flex;
}

.filete_box{
	text-align: center;
}

.roteiro-home{
    margin-top: 1%;
	margin-bottom: 1%;
}


.roteiro-home-box{
    margin-top: 2%;
	margin-bottom: 1%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
	
}

.roteiro-home-texto{
    margin-left: 2%;
	
}

.roteiro-home a{
    text-decoration: none !important;
}

.btn-direita-home{
	background-image:url(../img/icon/icon-direita.png);
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
}
.btn-direita-home:hover{
	background-image:url(../img/icon/icon-direita-ativo.png);
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
}

.btn-esquerda-home{
	background-image:url(../img/icon/icon-esquerda.png);
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
}
.btn-esquerda-home:hover{
	background-image:url(../img/icon/icon-esquerda-ativo.png);
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
}

.galeria-home{
	margin-top: 40px;
}

.galeria-texto-home{
    margin-left: 4%;
	
}

.galeria-fotos-home{
	margin-top: 2%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}


.zoom {
	overflow: hidden;
	width: 300px;
	height: 300px;
	margin-left: 20px;
	margin-right: 20px;
}

.zoom img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.zoom:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.vertodasasfotos{
	background-image: url(../img/icon/icon-vertodasfotos.png);
	width: 140px;
	height: 35px;
	background-repeat: no-repeat;
}
.vertodasasfotos:hover{
	background-image: url(../img/icon/icon-vertodasfotos-ativo.png);
}

#myCarousel{
dispay: block !important;
	z-index: 0 !important;
}

@media only screen and (max-width: 500px) {
  .logo{
    top: 2%;
  }
}

@media (max-width: 520px) {
	.menu-escrito{
		font-size: 20px;
	}
	.social{
		margin-right: 10%;
	}
	
}