@charset "UTF-8";

/* General */
html {
	scroll-behavior: smooth;
}
body {
	background: #f9f9f9;
	color: #2e2d37;
	font-family: 'Poppins', sans-serif;
}
.page__wrapper {
	background: #f9f9f9;
	max-width: 1920px;
	margin: 0 auto;
	box-shadow: 0 0 100px rgba(0,0,0,.1);
}
.header {
	background: #fff;
	padding: 15px 0;
	text-align: center;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	position: relative;
	z-index: 10;
}
.header img {
	display: inline-block;
}

.hero h1 {
	font-size: 28px;
	margin: 20px 0 10px 0;
}
.hero h1 span {
	color: #f3123c;
	display: block;
}
.hero p, .hero li {
	font-size: 16px;
}
.hero ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.hero li {
	padding: 3px 0 3px 35px;
	margin: 0 0 10px 0;
	background: url('../img/icon-check.svg')no-repeat left center;
}

.content {
	padding: 30px 0;
}
.content h2 {
	margin: 0 0 20px 0;
}
.content h2 span {
	color: #f3123c;
	display: block;
}
.content__nav {
	padding: 30px 0 0 0;
}

.content__dark {
	background: #2e2d37;
	transition: all .3s ease-in-out;
}
.content__dark.content__red {
	background: #f3123c;
}
.content__dark.content__light {
	color: #2e2d37;
	background: #fff;
}
.content__light h3 {
	color: #2e2d37;
}
.content__light .tab__content--card {
	background: #efefef;
}
.content__light .slick-dots button {
	background: #2e2d37;
}
.tabs {
	margin: 0 0 15px 0;
	padding: 0 0 30px 0;
	list-style: none;
	width: 100%;
}
.tabs li {
	line-height: 32px;
	margin-bottom: 15px;
	cursor: pointer;
	transition: all .3s ease-in-out;
	background: #fff;
	color: #333;
	/*padding: 20px;*/
	border-radius: 10px;
	box-shadow: 0 10px 20px rgba(0,0,0,.1);
	display: flex;
	align-items: center;
	justify-content: center;
}
.tabs li span {
	filter: invert(100%);
}
.tabs li.current {
	opacity: 1;
	background: #f3123c;
	color:#fff;
}
.tabs li.current span {
	filter: invert(0%);
}
.tabs li span {
	background-size: contain;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -1px;
}
.tabs li a {
	padding: 15px;
	display: block;
	font-size: 14px;
	display: flex;
	align-items: center;
	line-height: 18px;
	text-align: center;
}
.tab-0-icon {
	background: url('../img/icon-key.svg')no-repeat left center;
}
.tab-1-icon {
	background: url('../img/icon-car.svg')no-repeat left center;
}
.tab-2-icon {
	background: url('../img/icon-phone.svg')no-repeat left center;
}
.tab-3-icon {
	background: url('../img/icon-covid.svg')no-repeat left center;
}
.tab-4-icon {
	background: url('../img/icon-14.svg')no-repeat left center;
}
.tab-5-icon {
	background: url('../img/icon-place.svg')no-repeat left center;
}
.tab-6-icon {
	background: url('../img/icon-faz-tudo.png')no-repeat left center;
}
.tab-7-icon {
	background: url('../img/icon-hands.svg')no-repeat left center;
}
.tab-8-icon {
	background: url('../img/icon-login.svg')no-repeat left center;
}
.tab__content {
	/*height: 0;
	overflow-y: hidden;*/
	color: #fff;
}
.tab__content--holder {
	/*padding: 0 15px;*/
}
.tab__content a {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}
.tab__content h3 {
	font-size: 24px;
	margin: 0 0 20px 0;
}
.tab__content h4 {
	font-size: 21px;
}
.tab__content h4 span {
	color: #f3123c;
}
.content__red .tab__content h4 span {
	color: #222;
}
.content__red .slick-dots .slick-active button {
	background: #222;
}
.tab__content.current{
	height: auto;
}
.tab__content--card {
	padding: 15px 20px;
	background: #fff;
	border-radius: 20px;
	/*box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);*/
	color: #2e2d37;
}
.tab__content--card a {
	color: #2e2d37;
}
.tab__content--card p {
	padding-left: 50px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.icon-1 {
	background: url('../img/icon-1.svg')no-repeat left center;
	background-size: 30px auto;
}
.icon-2 {
	background: url('../img/icon-2.svg')no-repeat left center;
	background-size: 30px auto;
}
.icon-3 {
	background: url('../img/icon-3.svg')no-repeat 7px center;
	background-size: 25px auto;
}
.icon-4 {
	background: url('../img/icon-4.svg')no-repeat left center;
	background-size: 34px auto;
}
.icon-5 {
	background: url('../img/icon-5.png')no-repeat left center;
	background-size: 30px auto;
}
.icon-6 {
	background: url('../img/icon-6.svg')no-repeat left center;
	background-size: 30px auto;
}
.icon-7 {
	background: url('../img/icon-7.svg')no-repeat left center;
	background-size: 30px auto;
}
.icon-8 {
	background: url('../img/icon-8.svg')no-repeat left center;
	background-size: 30px auto;
}
.icon-9 {
	background: url('../img/icon-9.svg')no-repeat left center;
	background-size: 30px auto;
}
.icon-10 {
	background: url('../img/icon-10.svg')no-repeat left center;
	background-size: 30px auto;
}
.icon-11 {
	background: url('../img/icon-11.png')no-repeat left center;
	background-size: 30px auto;
}
.icon-12 {
	background: url('../img/icon-12.svg')no-repeat left center;
	background-size: 30px auto;
}
.icon-13 {
	background: url('../img/icon-covid-2.svg')no-repeat left center;
	background-size: 30px auto;
}
.icon-14 {
	background: url('../img/icon-13.svg')no-repeat left center;
	background-size: 30px auto;
}

.icon-15 {
	background: url('../img/icon-15.svg')no-repeat left center;
	background-size: 30px auto;
}
.icon-16 {
	background: url('../img/icon-16.svg')no-repeat left center;
	background-size: 30px auto;
}
.icon-17 {
	background: url('../img/icon-17.svg')no-repeat left center;
	background-size: 30px auto;
}
.icon-18 {
	background: url('../img/icon-18.svg')no-repeat left center;
	background-size: 30px auto;
}
.slick-list {
	margin: 0 -10px!important;
}
.slick-slide {
	margin: 0 10px;
}
.slick-slide:focus {
	outline: 0;
}
.slick-dots {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	margin: 0 10px;
}
.slick-dots li:first-child {
	margin-left: 0;
}
.slick-dots button {
	width: 10px;
	height: 10px;
	background: #ffffff;
	opacity: .7;
	text-indent: -9999px;
	border-radius: 100%;
	padding: 0;
	border: 0;
	transition: all .3s ease-in-out;
}
.slick-dots button:focus {
	outline: 0;
}
.slick-dots .slick-active button {
	background: #f3123c;
	opacity: 1;
}

.inside__tab-2 {
	height: 0;
}
.inside__tab-1, .inside__tab-2 {
	overflow: hidden;
}
.text-center {
	text-align: center;
}
a.arrow {
	margin: 30px 0 0 0;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	background: url('../img/arrow-right.svg')no-repeat right center;
	background-size: 40px auto;
	padding: 0 50px 0 0;
}
a.button {
	background: #f3123c url('../img/arrow-right.svg')no-repeat 92% center;
	padding: 20px 90px 20px 25px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
	margin-top: 30px;
	border-radius: 8px;	
}
.button.button-noa {
	background-image: none;
	padding: 20px 25px;
}

.content__video {
	padding-bottom: 110px;
}

.content__video img {
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0,0,0,.2);
}

div[itemscope] {
	margin: 0 0 20px 0;
}
.content h2.accordion__heading {
	cursor: pointer;
	margin: 0!important;
	background: #fff url('../img/arrow-down.png')no-repeat right center;
	background-size: 40px auto;
	font-size: 18px;
	padding: 25px 60px 25px 25px;
	margin: 0 0 20px 0;
	border-radius: 10px;
	box-shadow: 0 10px 20px rgba(0,0,0,.1);
	font-weight: normal;
	transition: all .3s ease-in-out;
}
.content h2.accordion__heading:hover {
	background-color: #f9f9f9;
}
.accordion__content {
	display: none;
	padding: 0;
	margin: 0;
}
.accordion__content h3 {
	margin: 50px 0 0 0;
}
.accordion__content-last p {
	padding: 0!important;
}
.accordion__content-last td {
	padding: 0 15px;
}
.accordion__content-last ul[type=disc] {
	list-style: none;
}
.content__lgpd h2 {
	margin: 0;
}
.content__lgpd h3 {
	font-weight: 300;
	margin: 0;
}
.content__lgpd hr {
	margin: 40px 0;
}
.content__lgpd h4 {
	font-size: 18px;
}
.content .accordion__content p {
	padding: 25px 25px 0 25px;
	line-height: 1.7;
	font-size: 15px;
}
.lgpd__title {
	padding: 70px 0 0 0;
	background: url('../img/lgpd.svg')no-repeat top center;
	background-size: 60px auto;
	text-align: center;
	margin: 0 0 20px 0;
}
.faq {
	background: #fff;
}
.faq h2 {
	text-align: center;
}
.content h2.accordion__heading {
	text-align: left;
}

.iframe__holder {
	/*overflow: hidden;*/
	padding-top: 56.25%;
	position: relative;
	border-radius: 20px;
}
.iframe__holder:before {
	content: '';
	border: 3px solid #f3123c;
	height: 100%;
	width: 100%;
	left: -40px;
	bottom: -40px;
	display: block;
	position: absolute;
	border-radius: 20px;
}
.iframe__holder iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto!important;
	height: 100%;
	width: 100%;
	border-radius: 20px;
}

/* -- Footer */
.footer-nav--xs {
	margin: 10px 0 20px 0;
	padding: 0;
	overflow: hidden;
}
.footer-nav--xs li {
	width: 50%;
	float: left;
	margin: 0 0 20px 0;
	text-align: left;
}
.footer-nav .footer-nav--xs a {
	color: rgba(255,255,255,.8);
	font-weight: 300;
}
.footer-nav {
	background: #2E2D37;
	padding: 15px 0;
}
.footer-nav p {
	color: #fff;
	margin: 0;
	font-size: 12px;
}
.footer-nav a {
	font-weight: bold;
}
.footer-nav--social {
	margin: 0;
	padding: 0;
	text-align: center;
}
.footer-nav--social li {
	display: inline-block;
	margin: 0 10px;
}
.footer-nav--social a {
	display: block;
	height: 20px;
	width: 20px;
	text-indent: 9999px;
	overflow: hidden;
	overflow-x: hidden;
}
.facebook {
	background: url('../img/facebook.png')no-repeat center;
	background-size: contain;
}
.twitter {
	background: url('../img/twitter.png')no-repeat center;
	background-size: contain;
}
.linkedin {
	background: url('../img/linkedin.png')no-repeat center;
	background-size: contain;
}
.instagram {
	background: url('../img/instagram.png')no-repeat center;
	background-size: contain;
}
.youtube {
	background: url('../img/youtube.png')no-repeat center;
	background-size: contain;
}
.footer-general {
	background: #696977;
	padding: 11px 0 15px 0;
	text-align: center;
}
.footer-general img {
	max-height: 30px;
	display: inline-block;
}
.footer-general p {
	margin: 10px 0 0 0;
	color: #fff;
	font-size: 10px;
}

/* V2 */
.carousel__nodots {
	max-width: none!important;
}
.carousel__nodots .slick-dots {
	display: none;
}
.slick-slide img {
	max-width: 100%!important;
}

.content__nav {
	background: #efefef url('../img/divisor.png')no-repeat top center;
	padding-top: 100px;
	margin-top: 50px;
}
.tab__link a {
	text-decoration: none;
	color: #333;
}
.tab__link.current a {
	color: #fff;
}
#sticker {
	z-index: 9999!important;
	position: relative;
	top: 30px;
	display: flex;
}

.slick-arrow {
	display: none!important;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	border-radius: 100%;
	position: absolute;
	background-color: #f3123c;
	border: 2px solid #fff;
	box-shadow: 0 10px 10px rgba(0,0,0,.1);
	top: 30%;
}
.slick-arrow:focus {
	outline: 0;
}
.slick-prev {
	left: -40px;
	background-image: url('../img/arrow-left-carousel.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
}
.slick-next {
	right: -40px;
	background-image: url('../img/arrow-right-carousel.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
}

@media screen and (min-width: 767px) {
	.footer-general p {
		margin-bottom: 10px;
		text-align: left;
	}
	.footer-nav--xs {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	.slick-arrow {
		display: block!important;
	}
	.header {
		box-shadow: none;
		background: transparent;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 30px;
	}
	.hero {
		position: relative;
		padding: 90px 0 170px 0;
		background: url('../img/hero-image.jpg')no-repeat bottom center;
		height: 670px;
	}
	.hero h1 {
		font-size: 32px;
		background: url('../img/icon-safe.svg')no-repeat left center;
		padding-left: 100px;
		line-height: 42px;
		margin-top: 70px;
	}
	.hero p, .hero li {
		font-size: 16	px;
		margin: 30px 0 20px 0;
	}
	.hero img {
		margin-top: 0px;
	}
	.arrow__down {
		position: absolute;
		bottom: 70px;
		right: -170px;
		transform: rotate(-90deg);
		text-transform: uppercase;
		color: #999;
		letter-spacing: 10px;
		background: url('../img/arrow-down.svg')no-repeat 10px center;
		padding-left: 60px;
		border: 0;
		transition: all .3s ease-in-out;
		animation: position 1s infinite forwards;
	}
	.arrow__down:hover {
		text-decoration: none;
		color: #f3123c;
	}
	@keyframes position {
		0% {
			background-position: 10px center;
		}
		50% {
			background-position: 0px center;
		}
		100% {
			background-position: 10px center;
		}
	}
	.content {
		padding: 70px 0;
	}
	.content__nav {
		padding: 0;
	}
	.content h2 {
		font-size: 36px;
		margin: 0 0 40px 0;
	}
	
	.tabs {
		display: flex;
		justify-content: space-between;
		margin: 0 -15px 60px -15px;
	}
	.tabs li {
		/*width: 25%;*/
		margin: 0 10px;
		/*font-size: 16px;*/
		font-weight: bold;
	}
	.tabs li:hover {
		transform: scale(1.05);
		box-shadow: 0 30px 30px rgba(0,0,0,.2);
	}
	.tabs li span {
		/*display: block;*/
		margin: 0 10px 0 0;
	}
	.tab__link a {
		display: block;
		padding: 25px 25px 20px 20px;
		/*border-bottom: 3px solid #fff;*/
	}
	.tab__link.current {
		/*border-bottom: 3px solid #f3123c;*/
	}
	.tab__content--holder {
		/*max-width: 770px;*/
		margin: 0 auto;
		/*text-align: center;*/
	}
	.tab__content h3 {
		font-size: 32px;
	}
	.tab__content--holder p {
		font-size: 16px;
	}
	.carousel {
		max-width: 370px;
		/*margin: 0 auto;*/
	}
	.slick-dots {
		margin-top: 30px;
		text-align: left;
	}


	.footer-nav--ul {
		background: url('../img/icone-wm@2x.png')no-repeat left center;
		padding: 0 0 0 50px;
		background-size: 35px;
		margin: 0;
	}
	.footer-nav--ul li {
		display: inline-block;
	}
	.footer-nav--ul li:last-child a:after {
		display: none;
	}
	.footer-nav--ul a {
		color: #fff;
		padding: 10px 5px;
		display: block;
	}
	.footer-nav--social {
		margin-top: 0px;
		width: auto;
	}
	.footer-general p {
		margin-bottom: 10px;
		text-align: left;
	}
	.footer-general img {
		float: right;
	}

	/* V2 */
	body {
		font-size: 16px;
	}
	.content__nav {
		background: #fff;
		padding-top: 60px;
		padding-bottom: 60px;
		margin-top: 0px;
	}
	.content__lgpd h2 {
		margin: 0;
	}
	.lgpd__title {
		padding: 0 0 0 90px ;
		background: url('../img/lgpd.svg')no-repeat left center;
		background-size: 60px auto;
		text-align: left;
	}
	#tab-1 h3 {
		margin-top: 30px;
	}
	#tab-3 h3 {
		margin-top: 100px;
	}
	#tab-2 h3 {
		margin-top: 120px;
	}
	.tab__content {
		/*padding: 60px 0 0 0;*/
	}

	.content__lgpd {
		background: #efefef url('../img/divisor.png')no-repeat top center;
		padding-top: 120px;
	}
	.header--inner {
		background: #fff;
		padding: 20px 0;
	}
	.content__lgpd--inner {
		background: #f9f9f9;
	}
	.content__lgpd--inner-2 {
		padding: 70px 0;
	}
}

@media screen and (min-width: 1200px) {
	.hero {
		background-position: top center;
		padding-bottom: 0;
		background-size: auto;
	}
	.arrow__down {
		right: -150px;
		bottom: 70px;
	}
	.tabs li {
		font-size: 18px;
		/*padding: 25px 30px 20px 30px;*/
	}
	.footer-general {
		text-align: left;
	}
	.footer-nav--social {
		text-align: right;
		direction: ltr;
	}
	.footer-nav--social {
		margin-top: 8px;
	}
	.footer-nav--ul a {
		font-size: 12px;
	}
	.footer-nav .text-center {
		text-align: left;
	}
}

@media screen and (min-width: 1400px) {
	.footer-nav--ul a {
		padding: 10px 15px;
	}
}

.border td {
	border: 1px solid #ddd;
	padding: 0 15px;
}

.table-wrap {
	position: relative;
	overflow-x: scroll;
}

.point {
	background: #f3123c;
}
.point h2, .point p {
	color: #fff;
}
.point h2 {
	margin: 0 0 20px 0;
}
.point p {
	font-size: 21px;
}
.map-holder, .map-holder2 {
	display: none;
}

.map {
	padding: 30px 0;
	text-align: center;
}
.map label, .faztudo label {
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 15px 0;
	display: block;
	color: #fff;
}
.map iframe, .faztudo iframe {
	max-width: 100%;
	border-radius: 10px;
	box-shadow: 0 10px 50px rgba(0,0,0,.1);
	border: 1px solid #eee!important;
	height: 300px;
}
.map select, .faztudo select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 60px;
	padding: 0 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 18px;
	background: #f9f9f9;
	min-width: 50%;
	text-align: left;
	color: #333;
}
.map select:focus, .faztudo select:focus {
	outline: 0;
}
.map hr {
	margin: 30px 0;
}
.map-holder + ..map-holder, .map-holder2 + .map-holder2 {
	border-top: 1px solid #eee;
	padding-top: 30px;
	margin-top: 40px;
}
.map-holder h3, .map-holder2 h3 {
	margin: 0 0 20px 0!important;
	font-size: 18px;
	color: #fff;
}
.faztudo {
	background: #fff!important;
}
.faztudo h3, .faztudo p, .faztudo label, .login-seguro h2, .login-seguro h3, .login-seguro h4, .login-seguro h5, .login-seguro p, .content__lgpd h3, .content__lgpd p, .content__lgpd h2 {
	color: #2e2d37!important;
}
.login-seguro a {
	color: #f3123c;
}
.overflow-hidden::-webkit-scrollbar {
	width: 5px;
}
 
.overflow-hidden::-webkit-scrollbar-thumb {
	background-color: #f3123c;
	border-radius: 20px;
}
.overflow-hidden {
	padding-top: 30px;
}
.faztudo .col-md-6:first-child {
	text-align: center;
	margin-bottom: 40px;
}
.faztudo .col-md-6:last-child {
	text-align: center;
}
@media screen and (min-width: 992px) {
	.map {
		background: url('../img/ponto.png')no-repeat center;
		background-attachment: fixed;
		text-align: left;
		padding-bottom: 80px;
		padding-top: 50px;
	}
	.map h2 {
		margin-top: 35px;
	}
	.overflow-hidden {
		max-height: 600px;
		overflow-y: scroll;
		padding-right: 20px;
	}
	.faztudo .col-md-6:last-child {
		text-align: left;
	}
	.tabs li a {
		font-size: 12px;
		font-weight: normal;
	}
}

.login-seguro {
	background: #fff;
}
.sc-help {
	margin-top: 30px;
	border-radius: 10px;
	padding: 10px 20px;
	background: #f9f9f9;
	border: 1px solid #efefef;
	font-size: 14px;
}
.sc-alert {
	margin: 40px 0;
	border-radius: 10px;
	padding: 10px 20px;
	padding-left: 55px;
	background: #fff5d9 url('../img/alert.svg')no-repeat 20px center/20px auto;
	border: 1px solid #fcedc5;
}
.sc-alert p {
	font-size: 14px;
	color: #2E2D37;
}
.login-seguro h4 {
	margin-bottom: 20px;
}
.login-seguro h5 {
	font-size: 18px;
	margin-bottom: 15px;
}
.login-hr {
	margin: 60px 0;
	border: 0;
	border-top: 1px solid #eee;
}
.sc-icon {
	margin-top: 20px;
	height: 50px;
	width: auto;
}
.sc-icon img {
	max-height: 100%;
	height: auto;
}

@media (min-width: 992px) {
	.tabs {
		padding: 20px 10px;
		border-radius: 10px;
		background: #f9f9f9;
	}
	.sc-flex {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-top: 50px;
	}
	.sc-flex h5 {
		margin: 0;
		font-size: 24px;
	}
	.sc-flex p {
		margin: 15px 0 0 0;
	}
	.sc-flex .sc-icon {
		margin: 0 30px 0 0;
	}
}