/* GERAL - Inicio */
.logotipo {
	padding: 5px 0px;
}

#rodapeDiv {
	background: #008584;
	color: #ffffff;
	padding: 50px 0px 60px 0px;
}

#rodapeDiv a {
	text-decoration: none;
}
#rodapeDiv a:hover {
	text-decoration: underline;
}
#rodapeDiv i.rodapeIcon {
	width: 24px;
	text-align: center;
	font-size: 18px;
}

#rodapeMenuDiv {
	background: #006666;
	color: #ffffff;
}

.rodapeTitulo {
	font-size: 1.2em;
	font-weight: 600;
}

.fundoEquipeHome {
	height: 400px;
	background-position: center top;
	background-repeat: no-repeat;
  /*  background-size: cover; */
	background-position-y: -30px;
	box-sizing: content-box;
	margin-top: -10px;
}

.forma-circulo-left i:before {
	background: #0088cc;
	border-radius: 250px;
	margin-right: 5px;
	width: 34px;
	height: 34px;
	display: inline-block;
	color: white;
	line-height: 36px;
	text-align: center;
	font-size: 0.7em;
}

.d-depoimento-card {
	background: white;
	border-radius: 25px;
	border: 2px solid #e8f1f7;
	transition: all 0.4s;
	position: relative;
	overflow: hidden;
	margin: 10px !important;
	padding: 35px 30px;
	height: 350px;
}

.d-depoimento-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 50px rgba(27, 59, 111, 0.15);
	border-color: #2e518a;
	background: linear-gradient(135deg, #f5f7fa 0%, #e8ebf7 100%);
}

.d-stars {
	color: #FFD700;
	margin-bottom: 1rem;
	font-size: 1.2rem;	
}

.d-author-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: 700;
	background-color: #0088cc;
	color: rgb(255, 255, 255);
}

.d-quote-icon {
	font-size: 3rem;
	opacity: 0.1;
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
}

.d-testimonial-author {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.d-testimonial-text {
	font-size: 1.1rem;
	line-height: 1.8;
	margin-bottom: 2rem;
	font-style: italic;
}

.d-div-section {
	background-color: #f5f9fa;	
}

/* GERAL - Final */


/* MENU - Inicio */

#barraSuperior {
	height: 70px;
}

.menu {
	overflow: hidden;
}

.menu a {
	float: left;
	display: block;
	color: #555555;
	text-align: center;
	padding: 24px 16px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.menu a:hover {
	background-color: #f3f3f3;
	color: #0f7bba;
}

.menu .icon {
	display: none;
}

/* Navigation */
nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background-color: #ffffff;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

nav.scrolled {
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 600px) {
	.menu a {display: none;}
	.menu a.icon {
		float: right;
		display: block;
	}

	.menu.responsive {
		position: fixed;
		z-index: 10;
		top: 70px;
		background: #ffffff;
		width: 200px;
	}
	.menu.responsive a.icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.menu.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	
	.fundoEquipeHome {
		margin-bottom: -30px;
	}
}

/* MENU - Fim */

/* SLIDE - Inicio */

#sliderDiv {
	max-width: 100%;
	height: 100%;
	position: relative;
	margin: auto;
}

#dotSlideDiv {
	position: absolute;
	left: 50%;
	top: 95%;
}

.prevSlide, .nextSlide {
	cursor: pointer;
	position: absolute;
	top: 48%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	display: none;
}

.nextSlide {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prevSlide:hover, .nextSlide:hover {
	background-color: rgba(0,0,0,0.4);
}

#sliderDiv:hover .prevSlide, #sliderDiv:hover .nextSlide {
	display: block;
}

.slideFundo {
	position: absolute;
}

.slide {
	position: relative;
	font-family: "Times New Roman",Times,serif;
	font-weight: bold;
	font-style: italic;
	font-size: 38px;
	height: 50px;
}

.slideText1 {
	position: absolute;
	top: 58%;
	left: 18%;
}

.slideText2 {
	position: absolute;
	top: 75%;
	left: 20%;
}

.slideText3 {
	position: absolute;
	top: 43%;
	left: 10%;
}

.slideTextVermelha {
	color: #a81500;
	border-left: solid #a81500 5px;
	background: rgba(255,212,102,0.6);
	padding: 0px 12px 0px 12px;
}

.slideTextAzul {
	color: #000d94;
	border-left: solid #000d94 5px;
	background: rgba(102,218,255,0.6);
	padding: 0px 12px 0px 12px;
}

.dotSlide {
	cursor: pointer;
	height: 14px;
	width: 14px;
	margin: 0 3px;
	background-color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
	border: 2px #5f5f5f solid;
}

@media screen and (max-width: 900px) {
	.slide { 
		font-size: 28px; 
	}
	
	#sliderDiv {
		height: 104%;
	}
   
   .slideText1 {
		top: 50%;
		left: 12%;
	}
	
	.slideText2 {
		top: 70%;
		left: 15%;
	}
	
}

@media screen and (max-width: 600px) {
	.slide { 
		font-size: 20px; 
	}
	
	#sliderDiv {
		height: 110%;
	}
   
   .slideText1 {
		top: 40%;
		left: 12%;
	}
	
	.slideText2 {
		top: 66%;
		left: 15%;
	}
	
}
/* SLIDE - Fim */

/* Formulário - Inínio */
.denis-input {
	width: 400px;
	padding: 5px;
	border: 1px #ccc solid;
}

form > div > div > div {
	margin-bottom: 10px;	
}

@media screen and (max-width: 600px) {
	.denis-input {
		width: 100%;
	}
}
/* Formulário - Fim */