.capa-interna{
	width: 100%;
	height: auto;
}
.sobre{
	width: 80%;
	height: auto;
	margin: 0px auto;
	padding: 50px 0px 0px 0px;
	text-align: center;
}
.sobre h1{
	font-family: 'Raleway', sans-serif;
	color: #2e2e2e;
	text-align: center;
}
.sobre h3{
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-style: italic;
	padding-top: 10px;
	color: #2e2e2e;
	text-align: center;
}
.sobre p{
	width: 90%;
	margin: 0px auto;
	padding: 40px 0px 40px 0px;
	line-height: 25px;
	font-family: 'Raleway', sans-serif;
	color: #2e2e2e;
	text-align: center;
}
.sobre a{
	background-color: #dcdcdc;
    color: #2e2e2e;
    padding: 10px 30px;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sobre a:hover{
	background-color: #2e2e2e;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media screen and (max-width: 930px){
	.sobre{
		width: 90%;
	}
	.sobre p{
		width: 100%;
	}
}
@media screen and (max-width: 500px){
	.sobre{
		padding: 30px 0px;
	}
	.sobre p{
		padding: 20px 0px;
	}
}
.contato-sobre-todo{
	width: 100%;
	height: auto;
	padding: 100px 0px;
	margin: 40px 0px;
	background-image: url(../imagens/contato-sobre.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top;
}
.contato-sobre{
	width: 85%;
	margin: 0px auto;
	text-align: center;
}
.contato-sobre h1{
	color: #FFFFFF;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.contato-sobre h4{
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	font-size: 1.4em;
	font-weight: 500;
	font-style: italic;
	padding: 30px 0px 50px 0px;
	text-align: center;
}
.contato-sobre a{
	color: #232323;
	background-color: #FFFFFF;
	padding: 10px 50px;
	font-family: 'Raleway', sans-serif;
	font-size: 1.2em;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.contato-sobre a:hover{
	color: #FFFFFF;
	background-color: #5da1d5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}
@media screen and (max-width: 930px){
	.contato-sobre{
		width: 90%;
	}
}
@media screen and (max-width: 500px){
	.contato-sobre-todo{
		padding: 50px 0px;
		margin: 40px 0px;
	}
}
.mapa-destino{
	width: 85%;
	height: auto;
	margin: 0px auto;
}
@media screen and (max-width: 930px){
	.mapa-destino{
		width: 90%;
	}
}
.mapa-principal{
	width: 100%;
	height: 600px;
}
@media screen and (max-width: 770px){
	.mapa-principal{
		height: 350px; background-color: red;
	}
}
@media screen and (max-width: 420px){
	.mapa-principal{
		height: 200px; background-color: red;
	}
}
.area-destino{
	width: 85%;
	height: auto;
	margin: 40px auto;
	text-align: center;
}
.destinos{
	width: 28%;
	height: auto;
	margin: 10px 10px;
	display: inline-block;
/*	background-color: #dddcd5;*/
	padding-bottom: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.destinos:hover img{
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.destinos img{
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}




.destinos-destaque{
	width: 28%;
	height: auto;
	margin: 10px 10px;
	display: inline-block;
/*	background-color: #dddcd5;*/
	padding-bottom: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.destinos-destaque:hover img{
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.destinos-destaque img{
	width: 100%;
	max-width: 350px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}



.destinos h1{
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 1.4em;
	padding: 15px 0px;
	background-color: rgba(46, 46, 46, 0.7);
}
@media screen and (max-width: 1087px){
	.destinos h1{
		font-size: 1.2em;
	}
}
@media screen and (max-width: 930px){
	.area-destino{
		width: 90%;
	}
	.destinos{
		width: 30%;
		margin: 5px;
	}
}
@media screen and (max-width: 825px){
	.destinos{
		width: 42%;
		margin: 10px;
	}
}
@media screen and (max-width: 593px){
	.destinos{
		width: 95%;
		margin: 10px auto;
	}
}
.destinos h4{
	color: #6d6e71;
	font-family: 'Raleway', sans-serif;
	font-style: italic;
}
.destinos p{
	padding: 20px 0px;
	font-family: 'Raleway', sans-serif;
	color: #9e9e9b;
}
.paises{
	width: 80%;
	height: auto;
	margin: 0px auto;
	padding: 50px 0px 0px 0px;
	text-align: center;
}
@media screen and (max-width: 930px){
	.paises{
		width: 90%;
	}
}
@media screen and (max-width: 500px){
	.paises{
		padding: 30px 0px;
	}
}
.lugares{
	width: 80%;
	height: auto;
	margin: 0px auto;
	padding: 50px 0px 0px 0px;
	text-align: center;
}
.texto-lugares{
	width: 60%;
	height: auto;
	float: left;
}
.texto-lugares h1{
	font-family: 'Raleway', sans-serif;
	color: #2e2e2e;
	text-align: left;
}
.texto-lugares h2{
	font-family: 'Raleway', sans-serif;
	color: #9e9ea0;
	text-align: left;
}
.texto-lugares p{
	width: 100%;
	margin: 0px auto;
	padding: 20px 0px 40px 0px;
	line-height: 25px;
	font-family: 'Raleway', sans-serif;
	color: #2e2e2e;
	text-align: left;
}
.quando-lugares{
	width: 35%;
	height: auto;
	float: right;
}
.quando-lugares img{
	width: 100%;
}
@media screen and (max-width: 768px){
	.lugares{
		width: 100%;
		padding: 30px 0px 0px 0px;
	}
	.texto-lugares{
		width: 90%;
		float: none;
		margin: 0px auto;
	}
	.texto-lugares h1{
		text-align: center;
	}
	.texto-lugares h2{
		text-align: center;
	}
	.texto-lugares p{
		text-align: center;
		padding: 20px 0px 0px 0px;
	}
	.quando-lugares{
		width: 100%;
		float: none;
		margin: 0px auto;
	}
	.quando-lugares img{
		width: 100%;
	}
}
.texto-paises{
	width: 100%;
	height: auto;
	float: none;
}
.texto-paises h1{
	font-family: 'Raleway', sans-serif;
	color: #2e2e2e;
	text-align: center;
}
.texto-paises h2{
	font-family: 'Raleway', sans-serif;
	color: #9e9ea0;
	text-align: left;
}
.texto-paises p{
	width: 100%;
	margin: 0px auto;
	padding: 40px 0px 40px 0px;
	line-height: 25px;
	font-family: 'Raleway', sans-serif;
	color: #2e2e2e;
	text-align: left;
	display: none;
}
.quando-ir{
	width: 100%;
	height: auto;
	float: none;
	margin: 40px auto;
	padding: 50px 0px;
	background-color: rgba(220,220,220,0.2);
	text-align: center;
}
/*.quando-ir h3{
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 1.4em;
	color: #2e2e2e;
	text-align: center;
}*/
.area-nova-quando{
	width: 100%;
	display: flex;
	height: 30px;
	justify-content: center;
	align-items: center;
}
.area-nova-quando h3{
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 1.4em;
	color: #2e2e2e;
	line-height: 30px;
	text-align: center;
	padding-right: 40px;
	margin-right: 40px;
	border-right: 1px solid #2e2e2e;
}
@media screen and (max-width: 500px){
	.area-nova-quando{
		width: 100%;
		display: flex;
		height: auto;
		flex-direction: column;
	}
	.area-nova-quando h3{
		font-family: 'Raleway', sans-serif;
		font-weight: 500;
		font-size: 1.4em;
		color: #2e2e2e;
		line-height: 30px;
		text-align: center;
		padding-right: 0px;
		margin-right: 0px;
		border-right: none;
		padding-bottom: 20px;
	}
}
.area-nova-quando-2{
	height: 30px;
	display: flex;
}
.quadrado{
	width: 30px;
	height: 28px;
	background-color: rgba(35,35,35,0.6);
	border: 1px solid #232323;
}
.area-nova-quando-2 h4{
	font-family: 'Raleway', sans-serif;
	line-height: 30px;
	font-weight: 300;
	margin-left: 10px;
}
.area-quando{
	width: 100%;
	margin-top: 40px;
}
.area-quando img{
	width: 100%;
	height: auto;
}
.quando{
	width: 7%;
	padding: 0px 0px 30px 0px;
	cursor: pointer;
	background-color: rgba(35,35,35,0.6);
	border: 1px solid #2e2e2e;
	display: inline-block;
	margin: 2px;
}
.bg-none{
	background-color: rgba(220,220,220,0.2)!important;
}
.quando h1{
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	font-size: 0.9em!important;
	text-align: center;
	background-color: #dcdcdc;
	color: #2e2e2e;
	padding-bottom: 5px;
}
@media screen and (max-width: 830px){
	.texto-paises{
		width: 100%;
		float: none;
	}
	.texto-paises h1{
		text-align: center;
	}
	.texto-paises h2{
		text-align: center;
	}
	.texto-paises p{
		width: 100%;
		padding: 20px 0px 20px 0px;
		text-align: center;
	}
	.quando-ir{
		width: 100%;
		float: none;
		text-align: center;
	}
	.quando-ir h3{
		text-align: center;
	}
}
@media screen and (max-width: 820px){
	.quando{
		width: 14%;
	}
}
@media screen and (max-width: 510px){
	.quando{
		width: 21%;
	}
}
@media screen and (max-width: 380px){
	.quando{
		width: 28%;
	}
}
@media screen and (max-width: 280px){
	.quando{
		width: 35%;
	}
}
.cidades-paises{
	width: 100%;
	height: auto;
	margin: 60px auto 20px auto;
	padding: 40px 0px;
	border-top: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
}
.cidades-paises p{
	width: 80%;
	height: auto;
	margin: 0px auto;
	font-family: 'Raleway', sans-serif;
	font-size: 1.3em;
	line-height: 35px;
}
.area-cruzeiro{
	width: 100%;
	height: auto;
	text-align: center;
	padding-bottom: 40px;
}
.empresas{
	width: 20%;
	display: inline-block;
	vertical-align: top;
	margin: 10px;
}
@media screen and (max-width: 824px){
	.empresas{
		width: 45%;
	}
}
.cruzeiros-internos{
	width: 30%;
	height: auto;
	display: inline-block;
	margin: 10px;
	background-color: #dcdcdc;
}
@media screen and (max-width: 824px){
	.cruzeiros-internos{
		width: 45%;
	}
}
@media screen and (max-width: 520px){
	.cruzeiros-internos{
		width: 90%;
		margin: 10px auto;
	}
}
.cruzeiros-internos h1{
	color: #2e2e2e;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	padding: 10px 0px;
}
.cruzeiros-internos h4{
	color: #2e2e2e;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	padding: 10px 0px 20px 0px;
}
.link-cruzeiro{
	background-color: transparent!important;
    color: transparent!important;
    padding: 0px!important;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: normal!important;
}
.c-interno{
	width: 80%;
	height: auto;
	margin: 0px auto;
	padding: 50px 0px 0px 0px;
	text-align: center;
}
@media screen and (max-width: 930px){
	.c-interno{
		width: 90%;
	}
}
@media screen and (max-width: 500px){
	.c-interno{
		padding: 30px 0px;
	}
}
/*.c-interno img{
	width: 100%;
	height: auto;
}*/
.c-interno-texto{
	width: 100%;
	height: auto;
}
.c-interno-texto h1{
	font-family: 'Raleway', sans-serif;
	color: #2e2e2e;
	text-align: center;
}
.c-interno-texto h2{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	padding-top: 10px;
	color: #2e2e2e;
	text-align: center;
}
.c-interno-texto p{
	width: 100%;
	margin: 0px auto;
	padding: 20px 0px 40px 0px;
	line-height: 25px;
	font-family: 'Raleway', sans-serif;
	color: #2e2e2e;
	text-align: center;
}
.area-nova-cruzeiro{
	width: 100%;
	height: auto;
}
.area-nova-cruzeiro img{
	width: 50%;
	height: auto;
	float: left;
}
.area-nova-cruzeiro a{
	padding: 10px 20px;
	background-color: #dcdcdc;
	color: #2e2e2e;
	float: left;
	text-decoration: none;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	margin-left: 20%;
	margin-top: 20%;
}
@media screen and (max-width: 760px){
	.area-nova-cruzeiro a{
		margin-left: 15%;
		margin-top: 20%;
	}
}
@media screen and (max-width: 760px){
	.area-nova-cruzeiro{
		text-align: center;
	}
	.area-nova-cruzeiro img{
		width: 90%;
		margin: 0px auto;
		padding-bottom: 40px;
		float: none;
	}
	.area-nova-cruzeiro a{
		float: none;
		margin: 10px auto 0px auto;
	}
}
.galeria-principal{
	width: 80%;
	height: auto;
	margin: 0px auto;
	padding: 50px 0px 50px 0px;
	text-align: center;
}
@media screen and (max-width: 930px){
	.galeria-principal{
		width: 90%;
	}
}
@media screen and (max-width: 500px){
	.galeria-principal{
		padding: 30px 0px;
	}
}
.galeria-principal img{
	width: 30%;
	height: auto;
	display: inline-block;
	margin: 10px;
}
@media screen and (max-width: 762px){
	.galeria-principal img{
		width: 45%;
	}
}
@media screen and (max-width: 500px){
	.galeria-principal img{
		width: 90%;
		display: block;
		margin: 10px auto;
	}
}
.formulario-contato{
	width: 80%;
	height: auto;
	margin: 0px auto;
	padding: 0px 0px 50px 0px;
	text-align: center;
}
@media screen and (max-width: 930px){
	.formulario-contato{
		width: 90%;
	}
}
@media screen and (max-width: 500px){
	.formulario-contato{
		padding: 30px 0px;
	}
}
.formulario-contato input{
	width: 90%;
	height: 30px;
	padding: 5px 5px;
	margin: 5px auto;
	font-family: 'Raleway', sans-serif;
}
.formulario-contato::placeholder{
	font-family: 'Raleway', sans-serif;
	color: #9b9c9c;
}
.mensagem-contato{
	width: 90%;
	height: 200px;
	padding: 5px 5px;
	margin: 5px auto 20px auto;
	font-family: 'Raleway', sans-serif;
	font-family: 'Raleway', sans-serif;
	color: #9b9c9c;
}
.botao-contato{
	background-color: #dcdcdc;
    color: #2e2e2e;
    border: none;
    padding: 10px 30px;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.botao-contato:hover{
	background-color: #2e2e2e;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.imagem-sobre-new{
	width: 40%;
	height: auto;
	float: right;
	margin: 0px 0px 15px 15px;
}


.galeria-acao{
	width: 100%;
}

.galeria-acao .conteiner{
	width: 90%;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.galeria-acao .conteiner img{
	margin: 5px;
	width: 400px;
}

@media (max-width: 400px){
	.galeria-acao .conteiner img{
		width: 300px;
	}
}