*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Roboto";
}

body{
	overflow-x: hidden;
}

.container{
	max-width: 1280px;
	padding: 0 2%;
	margin: 0 auto;
}

.box-sucesso{
	display: none;
	max-width: 900px;
	width: 100%;
	padding: 10px;
	background-color: #d1e7dd;
	text-align: center;
	color: #0f5132;
	border: 1px solid #badbcc;
	margin: 10px auto 0 auto;
	border-radius: 4px;
}

.flex{
	display: flex;
	flex-wrap: wrap;
}

.center{
	justify-content: center;
}

.w30{
	width: 30%;
}

.w70{
	width: 70%;
}

.w95{
	width: 95%;
}

.w5{
	width: 5%;
}

.w10{
	width: 10%;
}

.w20{
	width: 20%;
}

.w50{
	width: 50%;
}

.right{
	text-align: end;
}

.clear{
	clear: both;
}

.section-title{
	text-align: center;
	color: #00366F;
	font-size: 25px;
	margin-bottom: 40px;
}

.small{
	padding: 10px 0 !important;
}

.box{
	position: relative;
	top: 80px;
	overflow: hidden;
}

#back-to-top {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 50px;
	cursor: pointer;
	padding: 10px;
	border: 0;
	background-color: #282828d0;
	box-shadow: 2px 6px 12px -3px rgba(0,0,0,0.59);
	border-radius: 4px;
	color: white;
	font-size: 18px;
  }

  #wpp-button {
	position: fixed;
	z-index: 1000;
	bottom: 120px;
	right: 50px;
	width: 45px;
	height: 45px;
	cursor: pointer;
	padding: 5px;
	background-color: #25d366;
	box-shadow: 2px 6px 12px -3px rgba(0,0,0,0.59);
	border-radius: 50px;
	color: white;
	font-size: 30px;
	text-align: center;
	transition: transform 0.3s ease; /* Transição suave */
  }

  #wpp-button:hover {
	transform: scale(1.2);
  }

/*Header*/

header{
    padding: 20px;
    background-color: #00366F;
	position: fixed;
	z-index: 997;
	width: 100%;
	transition: 0.4s;
}

.menu-topo{
	display: flex;
	align-items: center;
}


.logo{
	background-image: url('../../assets/imagens/logo.png');
	background-size: 100% 100%;
	width: 272px;
	height: 50px;
	position: relative;
	z-index: 2;
}

nav.desktop ul{
	list-style-type: none;
}

nav.desktop ul li{
	display: inline-block;
	margin: 0 15px;
}

nav.desktop a{
	color: white;
	text-decoration: none;
	transition: 300ms;
}

nav li.btn-nav{
	border: 1px solid white;
	padding: 3px 8px;
	border-radius: 20px;
	transition: 300ms;
}

nav.desktop a:hover{
	color: #FFDE59;
}

nav.desktop a:hover li.btn-nav{
	border: 1px solid red;
}

nav.mobile{
	display: none;
	float: right;
}

nav.mobile h3{
	color: white;
	cursor: pointer;
	font-size: 26px;
	position: relative;
	z-index: 2;
}

nav.mobile ul{
	display: none;
	background: #00366F;
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;
	padding: 70px 0 30px 0;
	text-align: center;
}

nav.mobile li{
	padding: 10px 0;
}

nav.mobile li.btn-nav{
	display: inline-block;
	padding: 4px 10px;
}

nav.mobile a{
	color: white;
	text-decoration: none;
	display: block;
	transition: 300ms;
}

nav.mobile a:hover{
	color: #FFDE59;
}

/*banner*/

section.hero{
	background-image: url('../../assets/imagens/bg.jpg');
	min-height: 450px;
	padding: 30px 0;
	background-size: cover;
	background-position: center;
	margin-top: 70px;
	position: relative;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3); /* Preto com 50% de transparência */
	z-index: 1;
  }

.text-hero{
		z-index: 10;
		position: relative;
		min-height: 450px;
		padding-top: 200px;
		text-align: center;
	}

	.text-hero h2{
		color: white;
		font-weight: lighter;
		font-size: 35px;
	}

	.text-hero a{
		background-color: #ccaa54;
		color: white;
		text-decoration: none;
		padding: 5px 15px;
		font-size: 20px;
		border-radius: 40px;
		transition: 300ms;
	}

	.text-hero a:hover{
		background-color: #be9837;
	}

/*diferenciais*/

section.diferenciais{
	padding: 0;
}

div.diferencial-single{
	width: 23%;
	margin: 0 1%;
	text-align: center;
	margin: 30px 0;
	box-shadow: 2px 2px 5px 0px rgb(0, 29, 59);
	padding: 20px 30px;
	border-radius: 4px;
	position: relative;
	z-index: 100;
	top: -70px;
	background-color: white;
}

div.diferencial-icon{
	margin-bottom: 5px;
}

div.diferencial-icon i{
	color: #00366F;
	font-size: 25px;
}

div.diferencial-text h2{
	color: #00366F;
	font-size: 20px;
}

/*Carrosel*/

div.img-single{
	min-height: 700px;
	background-size: cover;
	background-position: center;
	
}

.carrosel{
	position: relative;
}

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: rgba(255, 255, 255, 0.678);
	font-size: 60px;
	transition: 0.6s ease;
  }

  .next {
	right: 0;
  }

  .prev:hover, .next:hover {
	color: rgb(255, 255, 255);
  }

  /*sobre*/

  section.about{
	padding: 80px 0;
	background-color: #f8f9fa;
  }

  section.about p{
	color: #282828;
	font-size: 18px;
	margin-top: 10px;
  }

  section.about p b{
	color: #00366F;
  }

  section.about p span{
	color: #2828289d;
  }

  /*Contato*/

  section.contato{
	padding: 80px 0;
	background-color: #f8f9fa;
}

div.form, div.mapa{
	width: 46%;
	padding: 0 1%;
}


section.contato form{
	width: 100%;
	border-radius: 5px;
	padding: 15px;
}

section.contato .input-wraper{
	padding: 10px;
	margin-top: 7px;
}

section.contato input[type=text],section.contato input[type=email],section.contato input[type=tel]{
	width: 100%;
	border: 1px solid #ccc;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	border-radius: 5px;
}

section.contato textarea{
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 8px;
	height: 120px;
	resize: vertical;
}

section.contato .btn{
	text-align: center;
	width: 100%;
	font-size: 16px;
	background-color: #00366F;
	border: 0;
	color: white;
	border-radius: 5px;
	height: 40px;
}

section.contato input[type=submit]{
	cursor: pointer;
	display: inline-block;
}

section.contato .btn:hover{
	background-color: #012f5f;
}

div.other-options{
	margin-top: 40px;
	text-align: center;
}

.grid{
	display: grid;
	grid-template-columns: 30% 30% 30%;
	column-gap: 5%;
}

div.other-options h2{
	font-size: 30px;
	color: #00366F;
	margin-bottom: 20px;
}

div.other-options a{
	font-size: 20px;
	text-decoration: none;
	color: #00366F;
}

/*avaliacoes*/
section.avaliacoes{
	padding: 80px 0;
	background-color: #f8f9fa;
}

.box-avaliacoes{
	background-color: white;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 20px;
	width: 800px;
}

.box-avaliacoes a:hover{
	text-decoration: underline;
}

.title-avaliacoes a img{
	width: 30px;
}

.title-avaliacoes h2{
	font-size: 18px;
}

.nota{
	text-align: center;
	padding-right: 7px;
}

.nota h2{
	font-size: 40px;
	color: #202124;
}

.nota p{
	font-size: 14px;
	color: #70757a;
}

.stars{
	padding-left: 7px;
}

.stars i{
	color: #fbbc03;
	font-size: 35px;
	top: 10px;
	position: relative;
}

.title-comentarios{
	margin: 20px 0;
}

.title-comentarios h2{
	font-size: 18px;
	color: #202124;
}

.box-comentario-single{
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 20px;
}

.usuario span{
	padding-left: 10px;
}

.usuario span a{
	color: #202124;
	font-weight: 500;
	text-decoration: none;
}

.comentario{
	padding-top: 5px;
}

.comentario span{
	color: #70757a;
	font-size: 15px;
}

.link-veja-mais{
	text-align: center;
	width: 100%;
}

.link-veja-mais a{
	color: #4285f4;
	text-decoration: none;
}

/*tipos*/
section.tipos{
	padding: 80px 0;
}

section.tipos table{
	width: 100%;
	border-collapse: collapse;
}

section.tipos table th{
	font-size: 18px;
	padding: 5px;
	color: white;
	background-color: #00366F;
}

section.tipos table td{
	border: 1px solid #00366fd0;
	padding: 15px 10px;
	color: #282828;
	font-size: 17px;
}

section.tipos table td:first-child{
	font-weight: bold;
}

section.tipos table td i{
	padding-right: 5px;
	color: #00366F !important;
}

section.tipos table th:nth-of-type(1){
	border-radius: 4px 0 0 0;
}

section.tipos table th:nth-of-type(3){
	border-radius: 0 4px 0 0;
}

/*footer*/
footer{
	padding: 40px 0;
	text-align: center;
	background-color: #00366F;
}

footer p{
	color: white;
}

footer p a{
	color: white;
	transition: 300ms;
}

footer p a:hover{
	color: #FFDE59;
}




/*responsivo*/

@media screen and (max-width: 1135px){
	.grid{
		display: grid;
		grid-template-columns: 100%;
		column-gap: 0;
	}

	div.other-options a{
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1024px){
	nav.desktop{
		display: none;
	}

	nav.mobile{
		display: block;
	}
}

@media screen and (max-width: 953px){
	div.diferencial-single{
		width: 48%;
	}

}

@media screen and (max-width: 880px){
	div.form, div.mapa{
		width: 100%;
		padding: 0;
	}

	div.form{
		margin-bottom: 40px;
	}

	div.mapa{
		text-align: center;
	}

	section.tipos table td i{
		padding-bottom: 5px;
	}
}

@media screen and (max-width: 697px){
	div.other-options a{
		width: 100%;
	}

	#back-to-top {
	right: 15px;
  }

  #wpp-button {
	right: 15px;
  }
}

@media screen and (max-width: 500px){
	div.diferencial-single{
		width: 100%;
		margin: 0 0 40px 0;
	}

	div.diferencial-single:nth-of-type(8){
		margin: 0;
	}
}

@media screen and (max-width: 480px){
	.text-hero{
		padding-top: 180px;
	}
}

@media screen and (max-width: 400px){
	.text-hero{
		padding-top: 150px;
	}

	.text-hero h2{
		font-size: 30px;
	}
}

@media screen and (max-width: 375px){
	.w5{
		width: 10%;
	}

	.w95{
		width: 90%;
	}
}