@font-face {
	font-family: "Montserrat";
	src: url("/assets/fonts/Montserrat-Regular.ttf");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src: url("/assets/fonts/Montserrat-Bold.ttf");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src: url("/assets/fonts/Montserrat-Medium.ttf");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src: url("/assets/fonts/Montserrat-SemiBold.ttf");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

a {
	transition: all .3s;
}

#top-chatbot {
	background-color: #fff;
	background-image: url("/assets/images/chatbot/top.jpg");
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}

#top-chatbot h1 {
	color: #0000FF;
}

#top-chatbot a {
	text-decoration: none;
	font-weight: 600;
	font-size: 28px;
}

#top-chatbot a.btn-one {
	background: #0000FF;
	color: #fff;
	padding: 10px 30px;
	border-radius: 11px;
	margin-right: 20px;
	border: 1px solid #0000FF;
}

#top-chatbot a.btn-one:hover {
	color: #0000FF;
	background: #fff;
}

#top-chatbot a.btn-two {
	color: #333333;
}

#top-chatbot a.btn-two:hover {
	color: #0000FF;
}

#top-chatbot a.btn-two img {
	margin-left: 10px;
}

#numbers {
	background-image: url("/assets/images/chatbot/bg-numbers.jpg");
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}

#numbers .number {
	background: #FFFFFF;
	box-shadow: 0px 3px 6px #0000000A;
	border: 2px solid #0000FF;
	width: 120px;
	height: 120px;
	border-radius: 100%;
}

#numbers .number span {
	font-size: 30px;
	font-weight: bold;
}

#gestao {
	background-color: #fff;
	background-image: url("/assets/images/chatbot/bg-gestao.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}

#gestao p.top {
	color: #0000FF;
	font-size: 20px;
	font-weight: bold;
}

#gestao h2 {
	font-size: 35px;
}

#gestao p {
	font-size: 18px;
}

#video h2 {
	font-size: 26px;
}

#video .video-container::after {
	display: none;
}

#destaque {
	background: #fff;
}

#destaque .one h4 {
	margin-top: 16px;
}

#destaque .card {
	border: 1px solid #707070;
	border-radius: 11px;
	padding: 5px 26px;
}

#destaque .card .top {
	font-size: 24px;
	color: #0000FF;
	margin: 12px 0 0;
	font-weight: bold;
}

#destaque .card h4 {
	font-size: 24px;
}

#destaque .card a {
	color: #000;
	text-decoration: none;
	font-weight: 600;
}

#destaque .card a:hover {
	color: #0000FF;
}

#destaque .two .card {
	min-height: 273px;
}

#destaque .col-lg-5 > div .top {
	font-size: 20px;
}

#destaque .col-lg-5 > div h4 {
	font-size: 17px;
}

#destaque a img {
	margin: -4px 12px;
}

#depoimentos {
	padding: 10px 0 30px;
}

#depoimentos h3 {
	font-size: 40px;
}

#depoimentos .card {
	background: #FFFFFF;
	border: 1px solid #0000FF;
	border-radius: 11px;
	padding: 20px 15px;
	min-height: 303px;
}

#depoimentos .card p {
	margin: 0;
}

#depoimentos .card .infos span {
	font-weight: 500;
}

#depoimentos .card .infos .one {
	color: #000;
	font-size: 16px;
}

#depoimentos .card .infos .two {
	color: #0000FF;
	font-size: 13px;
}

#recursos {
	background: #fff;
	padding: 20px 0 30px;
}

#recursos h2 {
	font-size: 20px;
	color: #0000FF;
}

#recursos h3 {
	font-size: 30px;
}

#planos {
	padding: 20px 0 50px;
}

#planos h2 {
	font-size: 20px;
	color: #0000FF;
}

#planos h3 {
	font-size: 30px;
}

#planos h4 {
	text-align: center;
}

#planos .item .card {
	background: #FFFFFF;
	border: 1px solid #0000FF;
	border-radius: 11px;
	padding: 10px 20px 20px;
	min-height: 482px;
}

#planos .item .card .price {
	display: block;
	font-size: 40px;
	font-weight: bold;
	color: #0000FF;
}

#planos .item .card ul li {
	list-style: none;
	position: relative;
	line-height: 38px;
}

#planos .item .card ul li:before {
	content: '';
	position: absolute;
	border: solid #00f;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	left: -23px;
	top: 13px;
}

#planos .item .card ul li:after {
	content: '';
	position: absolute;
	border: solid #00f;
	border-width: 0 2px 0 0;
	display: inline-block;
	padding: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	left: -20px;
	top: 11px;
}

#planos .item .card a {
	background: #0000FF;
	border-radius: 11px;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 0;
	display: inline-block;
	width: 200px;
	border: 1px solid #0000FF;
}

#planos .item .card a:hover {
	background: #fff;
	color: #0000FF;
}

#planos .item:last-child .card a {
	background: transparent;
	color: #0000FF;
}

#planos .item:last-child .card a:hover {
	background: #0000FF;
	color: #fff;
}

#faq {
	padding: 20px 0 30px;
	background: #fff;
}

#faq h2 {
	font-size: 20px;
	color: #0000FF;
}

#faq h3 {
	font-size: 30px;
}

#faq h4 {
	color: #0000FF;
	font-size: 19px;
	min-height: 63px;
}

#faq .item .card {
	background: #FFFFFF;
	border: 1px solid #0000FF;
	border-radius: 11px;
	padding: 10px 20px 20px;
	min-height: 315px;
}

.text-center {
	text-align: center;
}

.h-100 {
	height: 100%;
}

@media (max-width: 767px) {
	#top-chatbot {
		background: transparent;
	}
	#top-chatbot h1 {
		font-size: 6rem;
	}
}

/*# sourceMappingURL=chatbot.css.map */