body {
	font-family: 'Nunito', sans-serif !important;
	margin: 0;
}

p {
	margin-bottom: 0;
}

input:focus {
	border-color: #464646 !important;
}

.content-header {
	background-color: #8557D3;
	text-align: center;
	width: 100%;
	height: 130px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.title-page {
	font-weight: 700;
	font-size: 1.5rem;
	color: #FFF;
	font-family: 'Nunito', sans-serif;
	margin-top: 20px;
}

.full-content {
	background-color: #ECECEC;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 180vw;
	padding-bottom: 2rem;
}

.row-content {
	width: 90%;
	height: fit-content;
	justify-content: center;
	margin-bottom: 1.5rem
}



.item-carousel {
	height: 224px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.text-card-carousel {
	color: #FFF;
	font-weight: 700;
	margin-left: 5%;
	margin-bottom: 1%;
	font-size: 1.4rem;
	letter-spacing: 1px;
}

.btn-card-carousel {
	margin-left: 5%;
	margin-bottom: 5%;
}

.btn-saiba-mais {
	padding: 5px 15px 5px 15px;
	background-color: #EC756F;
	border-radius: 15px;
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px;
}

.btn-saiba-mais:hover {
	color: #FFF;
	background-color: #ec554d;;
}

.subtitle-row-content {
	color: #656565;
	font-weight: 600;
	font-size: 1.1rem;
	margin-bottom: 10px;
}

.subtitle-row-content-minimum {
	color: #656565;
	font-weight: 600;
	font-size: 1rem;
	margin-bottom: 10px;
}

.group-itens-svg {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;

}

.line-svg-content {
	height: 85px;
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	border-radius: 7px;
	font-size: 22px;
	font-weight: 700;
	color: #FFF;
}

.img-ative-agora{
	width: 100%;
}

.text-line-svg-content {
	width: 65%;
	margin-left: 5%;
	line-height: 28px;
	margin-bottom: 0px;
}

.img-svg-content {
	z-index: 2;
	position: absolute;
	right: 10px;
}

.card-service {
	background-color: #FFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 100px;
	margin-bottom: 20px;
	border-radius: 7px;
}

.img-card-service {
	height: fit-content;
	margin-left: 20px;
	width: 20%;
}

.title-service-item {
	color: #656565;
	font-size: 1rem;
	font-weight: 700;
}

.text-service-description {
	color: #656565;
	width: 95%;
	font-size: 1rem;
	font-weight: 400;
	line-height: 20px
}

.btn-expand-services {
	height: fit-content;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}

.btn-full-orange {
	background-color: #EC756F;
	width: 100% !important;
	font-size: 15px;
	padding: 10px 0px 10px 0px;
	border-radius: 30px;
	text-align: center;
	color: #FFFFFF !important;
	font-weight: 700;
}

.item-carousel-selo {
	min-height: 220px;
	background-color: #FFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	border-right: 4px solid #FF9763;
	border-bottom: 4px solid #FF9763;
	border-radius: 7px;

}

.img-selo-carousel {
	height: 120px;
	min-height: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-selo-carousel {
	text-align: center;
	color: #656565;
	font-size: 15px;
	font-weight: 700;
}

.item-carousel-beneficts {
	min-height: 220px;
	background-color: #8557d3;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	/* box-shadow: 0px 2px 6px 2px #b1b1b1; */
	border-radius: 7px;
	justify-content: space-evenly;
}

.p-beneficts-carousel {
	color: #FFF;
	font-size: 15px;
	font-weight: 400;
}

/* Carousel comentarios */
.testimonial-item{
	min-height: 440px;
}

.testimonial {
	background-color: #FFFFFF;
	color: #464646;
	min-height: 430px;
	padding: 20px 20px;
	margin-right: 20px;
	margin-left: 20px;
	border-radius: 13px;
	display: flex;
	text-align: start;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
	cursor: pointer;
	z-index: 0;
}

.testimonial-chart {
	height: 4rem;
	width: 4rem;
	background-color: #8557D3;
	padding: 0px;
	border-radius: 5rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.5rem;
	font-weight: 800;
	color: #FFFFFF;
}

.testimonial-city {
	display: flex;
	align-items: center;
	font-size: 1rem;
	color: #5E84A1;
	text-align: left;
	font-family: 'Dosis', sans-serif;
	margin-top: 15px;
	font-weight: 400;
	width: 100%;
	height: 10%;
	justify-content: flex-start;
}

.img-testimonial {
	display: flex;
	flex-direction: row;
	margin-top: 7px;
	margin-bottom: 7px;
}

.img-testimonial img {
	max-width: 25px;
	max-height: 25px;
	margin: 0px 7px 0 0px;
}

.testimonial-author {
	font-family: 'Dosis', sans-serif;
	font-size: 1.4rem;
	font-weight: 300;
	text-transform: capitalize;
	font-weight: 800;
	text-align: left;
}

.testimonial-text-content {
	text-align: justify;
}
.owl-stage-outer{
	z-index: 1;
}

.owl-nav {
	top: 60%;
	z-index: 0;
}

.owl-prev {
	right: 95% !important;
}

.owl-next {
	left: 100%;
}

.testimonial-arrow{
	font-size: 25px;
	color: #8557D3;
}

.footer-amar {
	border-top: 1px solid #797979;
    background-color: #ECECEC;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-footer {
	width: 90%;
}

.amar-assist-lgo{
	font-size: 25px;
	font-weight: 400;
	color: #8850D7;
	margin: 0;
}

.badge-pff {
	width: 85%;
	height: 30%;
	text-align: center;
}

.div-input {
	display: flex;
	width: 100%;
    flex-direction: column;
    align-items: center;
}

.dispĺay-error {
	display: none;
	color: #dd0000;
}

.content-gif-amar {
	margin: 40px 0px 10px 0px;
}

.gif-amar {
	border-radius: 10px;
}
