@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400';



:root {
	--color-white: #ffffff;
	--color-yellow: #04a56f;
	--color-blue: #3e5e5d;
	--color-gray: #797979;
	--color-light-gray: #f8f8f8;
	--color-black: #000000;
	--color-nav: #1f4c4b;
}

html, body {
    overflow-x: hidden;
}


body, input, select, textarea {
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 15pt;
		font-weight: 300;
		line-height: 1.4;
}

h1{
	font-size: 60px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	padding-top: 150px;
}

h2{
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	
}


.btn_whtasapp_rodape{
	color: #ffffff;
	font-weight: bold;
	font-size: 1.5em;
	border-radius: 10px;
	background-color: #00ac4e;
	padding: 10px;
	cursor: pointer;
	position: relative;
}

.btn_whtasapp_rodape:before, .btn_whtasapp_rodape::after{
	content: '';
	display: block;
	position: absolute;
	left: -30px;
	right: -30px;
	top: -5px;
	bottom: -5px;
	border-radius: 10px;
	border: 2px solid #00ac4e;
	animation: animar 1.5s linear infinite;
	opacity: 0;
}

.btn_whtasapp_rodape::after{
	animation-delay: .5s;
}

#img_whatsBranco{
	max-width: 50px;
	max-height: 50px;
	display: inline;
	vertical-align: middle;
}

@keyframes animar{
	0%{
		
		transform: scale(0.5);
		opacity: 0;
		
	}
	50%{
		opacity: 1;
	}
	100%{
		transform: scale(1.2);
		opacity: 0;
	}
}

body {
	/* Exibição flexível.                          */
	/* Torna o elemento um flex container          */
	/* e os seus elementos internos em flex-itens. */
	display: flex;

	/* Quebra de linha quando os itens não couberem na largura da tela. */
	flex-wrap: wrap;
	
	margin: 0;
  	padding: 0;
}




/* Seletores para formatação individual. */


header {
	position: fixed;
	width: 100%;
	height: 80px;
	background: var(--color-nav);
	-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
	-moz-box-shadow:    0 3px 6px 0 rgba(0,0,0,0.16));
	box-shadow:         0 3px 6px 0 rgba(0,0,0,0.16);
	z-index: 100000;
}



nav {
 width: 100%;
 margin: 0 auto;
}

.inline {
  display: inline-block;
  display: flex;
	
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

header #logo {

	display: flex;

	/* Alinha os itens na vertical. */
	justify-content: center;

	/* Alinha os itens na horizontal. */
	align-items: center;
	max-height: 49px;
	max-width: 180px;
}

#openMenu, #closeMenu {
	/* Remove a borda. */
	border: none;

	/* Remove a cor de fundo. */
	background: none;

	/* Tamanho da fonte. */
	font-size: 30px;

	/* Espessura da forte. */
	font-weight: bold;

	/* Margem ao redor do elemento              */
	/* (superior, direito, inferior e esquerdo) */
	padding: 0px 5px 0px 5px;

	/* Muda o cursor do mouse para ponteiro.*/
	cursor: pointer;

	/* Oculta o elemento. */
	display: none;
}

nav {
	/* Alinha os itens na vertical. */
	justify-content: center;

	/* Alinha os itens na horizontal. */
	align-items: center;
}

nav a {
	/* Margem de todos os lados. */
	margin: 0 3%;

	/* Tamanho da fonte. */
	font-size: 15pt;
	font-weight: bold;
}

main {
	/*margin-top: 70px;*/
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background: #a1a1a1;
}

.fundo_preto{
	background: var(--color-light-gray);
	color: #ffffff;
}

.fundo_branco{
	background: #ffffff;
	padding-bottom: 10px;
	padding-top:  10px;
}


.content_header{
	padding-left: 30px;
	padding-right: 30px;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0))), url('../fotos_fundo/header-img.jpg');
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), url('../fotos_fundo/header-img.jpg');
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), url('../fotos_fundo/header-img.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	min-height: 800px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.imagem_centro{
	
  display: block;
  margin-left: auto;
  margin-right: auto;
}


footer {
	width: 100%;
	background: var(--color-light-gray);
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
}

#menu a {
	/* Remove a decoração padrão do elemento. */
	text-decoration: none;
	color: #ffffff;
}


.dados_animados{
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	background-color: var(--color-white);
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
}

.container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


.single-edge {
	width: 25%;
	padding: 40px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.single-edge>div {
	border-right: 1px solid rgba(121, 121, 121, 0.2);
}

.single-edge:last-child>div {
	border: none;
}

.single-edge span {
	display: block;
	font-size: 70px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: var(--color-gray);

}

.single-edge p {
	color: var(--color-black);
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
}


.wrapper-aboutus {
	padding-top: 200px;
	padding-bottom: 100px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.about-img {
	width: 50%;
	position: relative;
}

.about-img img {
	width: 100%;
	display: block;
}

.about-img a {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.about-content {
	width: 50%;
	padding: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--color-white);
	-webkit-transform: translateX(-20%);
	-ms-transform: translateX(-20%);
	transform: translateX(-20%);
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	color: var(--color-gray);
}

.about-content p {
	margin-bottom: 20px;
	line-height: 1;
}

.about-content h2 {
	color: var(--color-black);
}


.wrapper-signature {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
}

.wrapper-signature img {
	width: 80px;
	height: 80px;
	display: block;
	border-radius: 50%;
	margin-right: 20px;
}

.signature h3 {
	margin-bottom: 0px;
	font-size: 20px;
	color: var(--color-black);
	margin-bottom: 10px;
}

.signature p {
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: var(--color-gray);
	margin-bottom: 0px;
}






#whywe {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../fotos_fundo/bg-blocks.jpg');
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../fotos_fundo/bg-blocks.jpg');
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../fotos_fundo/bg-blocks.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	background-attachment: fixed;	
}

.wrapper-whywe {
	text-align: center;
	max-width: 1000px;
}

.wrapper-whywe.ptb {
	padding-top: 100px;
	padding-bottom: 100px;
}

.wrapper-whywe .suptitle,
.wrapper-whywe h2,
.wrapper-whywe p {
	color: #ffffff;
}

.suptitle2{
	color: var(--color-gray);
}


.wrapper-whywe p {
	margin-bottom: 20px;
	font-size: 20px;
}

.wrapper-whywe .suptitle:before {
	background-color: #ffffff;
}

.wrapper-whywe .btn {
	margin-top: 10px;
}




#faq {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../fotos_fundo/bg-blocks.jpg');
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../fotos_fundo/bg-blocks.jpg');
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../fotos_fundo/bg-blocks.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.wrapper-faq {
	padding-top: 80px;
	padding-bottom: 80px;
}

.wrapper-faq .suptitle,
.wrapper-faq h2 {
	color: #FFFFFF;
}

.wrapper-faq .suptitle:before {
	background-color: #FFFFFF;
}

.content-accordion {
	display: none;
}

.content-accordion {
	color: #FFFFFF;
}

.wrapper-faq h3 {
	font-size: 20px;
	padding: 15px;
	border-left: 5px solid #ec3642;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	margin-bottom: 0px;
	color: #FFFFFF;
}

.wrapper-faq .content-accordion {
	padding: 40px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 5px solid #FFFFFF;
	box-sizing: border-box;
}

.wrapper-accordion h3 i {
	margin-right: 10px;
	font-size: 16px;
}




.wrapper-map iframe {
	width: 100%;
	height: 400px;
	display: block;
	margin-bottom: 30px;
}


/* Altera o estilo dos elementos para serem apresentados */ 
/* em telas menores que 717px. */
@media only screen and (max-width: 717px) {
	#openMenu, #closeMenu {
		/* Retorna a visibilidade padrão. */
		display: block;
	}

	#openMenu {
		/* Espaço a esquerda será preenchido automaticamente
		   colocando os itens a direita. */
		margin-left: auto;
	}

	#closeMenu {
		
		/* Torna a posição do elemento fixa. */
		/*position: fixed;*/

		/* Dispõe o elemento a 15px da esquerda. */
		right: 15px;

		/* Dispõe o elemento a 15px do topo. */
		top: 15px;
		color: #ffffff;
		
	}

	nav {
		/* Torna a posição do elemento fixa. */
		position: fixed;

		/* Dispõe os itens em coluna. */
		flex-direction: column;

		/* Ocupa 100% da largura da tela de exibição. */
		width: 100vw;

		/* Ocupa 100% da altura da tela de exibição. */
		height: 100vh;

		/* Cor em RGB, mais transparência. */
		background: rgba(0, 0, 0, 0.8);

		/* Alinha os itens na vertical. */	
		justify-content:flex-start;

		/* Alinha os itens na horizontal. */
		align-items:flex-end;

		/* Remove a margem externa de todos os lados do elemento. */
		margin: 0;

		/* Oculta o elemento. */
		display: none;

		/* Invisivel */
		opacity: 0;

		/* Velocidade de transição de um estado para outro. */
		transition: 0.3s;
	}

	

	nav a {
		/* Margem de todos os lados. */
		/*margin: 3%;*/
		padding-bottom: 5px;
	}
}








@media all and (max-width:800px) {

	.dados_animados{
		position: static;
		-webkit-transform: translate(0%, -20%);
		-ms-transform: translate(0%, -20%);
		transform: translate(0%, -20%);
	}
	
	.wrapper-aboutus{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	

	.single-edge {
		width: 50%;
		padding: 40px 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}

	.single-edge:nth-child(2)>div {
		border: none;
	}

	.about-img {
		width: 100%;
	}

	.about-content {
		width: 100%;
		padding: 50px;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}

	.services-item {
		width: calc(50% - 20px);
	}

	.bookong-form {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 50px;
	}

	.booking-working-hours {
		width: 100%;
	}
}

@media all and (max-width:600px) {

	.single-edge {
		width: 100%;
	}

	.single-edge>div {
		border: none;
	}

	.services-item {
		width: calc(100% - 20px);
	}

	.wrapper-input input {
		width: 100%;
		margin-bottom: 40px;
	}

	.wrapper-contact>div {
		width: 100%;
	}

	h1 {
		font-size: 35px;
	}
}