@charset "UTF-8";

/* General */
body {
	background: #f9f9f9;
	color: #2e2d37;
	font-family: 'Poppins', sans-serif;
}
.page__wrapper {
	background: #fff;
	max-width: 1920px;
	margin: 0 auto;
	box-shadow: 0 0 100px rgba(0,0,0,.1);
}

/* Shared */
/* -- Texts */
.section {
	padding: 30px 0;
}
.section h2 {
	font-size: 21px;
	font-weight: bold;
	margin: 0;
}

/* -- Buttons */
.button {
	display: inline-block;
	background-color: #f3123c;
	border-radius: 11px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 15px;
	box-shadow: 0 10px 30px -20px #f3123c;
	transition: all .3s ease-in-out;
}
.button__logo {
	padding-right: 55px;
	background-image: url('../img/icon-car-delivery.png');
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 30px auto;
}
.button__file {
	padding-right: 55px;
	background: #33313c url('../img/icon-file.png')no-repeat 93% center;
	background-size: 20px auto;
}
.button__download {
	padding-right: 55px;
	background: #f3123c url('../img/icon-download.png')no-repeat 92% center;
	background-size: 20px auto;
}
.button__white {
	background: #fff;
	color: #f3123c;
}
.button:hover {
	color: #fff;
	transform: scale(1.05);
	text-decoration: none;
}
.button__white:hover {
	color: #f3123c;
	text-decoration: none;
}

/* Page Elements */
/* -- Header */
.header {
	padding: 20px 0 30px 0;
	text-align: center;
}
.header img {
	display: inline-block;
}

/* -- Hero */
.hero {
	padding: 260px 0 40px 0;
	background: url('../img/hero-image.jpg')no-repeat 60% top;
	background-size: 767px auto;
}
.hero h1 {
	margin: 0 0 15px 0;
	font-size: 24px;
}
.hero h1 strong {
	color: #f3123c;
}
.hero span {
	display: block;
}
.hero img {
	margin-top: 20px;
	height: 18px;
	display: inline-block!important;
	clear: both;
}

/* -- Flow */
.flow h2 {
	margin: 0 0 30px 0;
}
.flow h2, .flow h4 {
	text-align: center;
}
.flow h4 {
	font-weight: 400;
	font-size: 16px;
}
.flow p {
	font-size: 10px;
}
.flow__icon {
	height: 70px;
}
.flow__carousel .slick-list{
	padding: 0 0 0 25%!important;
}
.flow__carousel--item {
	position: relative;
	padding: 0 15px;
}
.flow__carousel--item:focus {
	outline: 0;
}
.flow__carousel--item:after {
	content: '';
	width: 60px;
	height: 19px;
	background: url('../img/arrow-right.png')no-repeat right center;
	display: block;
	top: 20%;
	margin-top: -9.5px;
	position: absolute;
	left: 62%;
	margin-left: -26px;
}
.flow__carousel--item:first-child:after {
	margin-left: 0;
}
.flow__carousel--item h3 {
	color: #f3123c;
	font-size: 18px;
}
.flow__carousel--item:last-child:after {
	display: none;
}
.slick-dots {
	margin: 30px 0 0 0;
	padding: 0;
	text-align: center
}
.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}
.slick-dots button {
	width: 20px;
	height: 20px;
	background: #ddd;
	text-indent: -9999px;
	display: block;
	border-radius: 100%;
	border: 0;
	padding: 0;
	border: 5px solid #fff;
}
.slick-dots .slick-active button,
.slick-dots button:focus {
	outline: 0;
	background: #f3123c;
}

/* -- Video */
.video {
	background: #f3123c;
	color: #fff;
	margin-top: 100px;
	text-align: center;
}
.video h2 {
	text-align: center;
	margin: 0;
}
.video h4 {
	font-weight: 400;
	margin: 0 0 20px 0;
}
.video__holder {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
	background: #2e2d37 url('../img/video-play.png')no-repeat center 55%;
	background-size: 120px auto;
	border-radius: 20px;
	box-shadow: 0 10px 40px -30px rgba(0,0,0,1);
	margin: -120px 0 30px 0;
	cursor: pointer;
}
.video__holder iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.panel__holder {
	display: block;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 40px -30px rgba(0,0,0,1);
	max-width: 290px;
	position: relative;
	margin: 0 auto;
}
.panel__holder:after {
	content: '';
    width: 2px;
    height: 80px;
    background: #f3123c;
    position: absolute;
    left: 170px;
    top: 120px;
    z-index: 10;
}
.panel__message {
	max-width: 250px;
	display: inline-block;
	box-shadow: 0 10px 40px -30px rgba(0,0,0,1);
	position: relative;
	margin: -20px 20px -100px 20px;
	padding: 20px;
	border-radius: 20px;
	background: #2e2d37;
	text-align: left;
	overflow: hidden;
	z-index: 999;
}
.panel__message h3 {
	font-weight: normal;
	font-size: 14px;
	margin: 10px 0 0 0;
}
.panel__message h3 a {
	color: #fff;
	text-decoration: underline;
}

/* -- Example */
.example {
	padding: 80px 0 0 0;
	margin: 0 0 -60px 0;
}
.example h2 {
	text-align: center;
	background: url('../img/selo.png')no-repeat top center;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 80px 0 0 0;
	background-size: 60px auto;
}
.example h2 span {
	color: #f3123c;
}
.example__holder {
	max-width: 290px;
	margin: 0 auto;
}
.example__holder:before, .example__holder:after {
	display: block;
	font-size: 12px;
	color: #f3123c;
}
.example__holder:before {
	content: 'Resultado de busca.';
	text-align: right;
	margin: 0 30px 5px 0;
}
.example__holder:after {
	content: 'Detalhe do anúncio.';
	margin: -20px 0 0 80px;
}

/* -- Cockpit */
.cockpit {
	background: #e9ebf1 url('../img/icon-logo.png')no-repeat 105% bottom;
	background-size: 200px auto;
	padding: 120px 0 30px 0;
	text-align: center;
}
.cockpit h2 {
	font-weight: normal;
	text-align: center;
	margin: 0 0 20px 0;
}
.cockpit__message {
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 10px 40px -30px rgba(0,0,0,1);
	background: #fff;
	display: inline-block;
}

/* -- Santander */
.santander {
	padding: 30px 0 0 0;
}
.santander img {
	margin: 0 0 20px 0;
}
.santander h2 {
	font-weight: normal;
}

/* -- Advantages */
.advantages {
	padding: 60px 0 0 0;
	background: #33313c;
	margin-top: -25px;
}
.advantages h2 {
	color: #fff;
	text-align: center;
}
.advantages .breakline {
	display: block;
}
.advantages__carousel--item {
	background: #fff;
	border-radius: 20px;
	height: 220px!important;
	padding: 30px;
	margin: 60px 20px 0 20px;
}
.advantages__carousel--item:focus {
	outline: 0;
}
.advantages__carousel--item h3 {
	position: relative;
	padding-top: 30px;
}
.advantages__carousel--item h3:before {
	content: '';
	width: 75px;
	height: 75px;
	background: #fff url('../img/icon-check.png')no-repeat center;
	border: 5px solid #fff;
	border-radius: 100%;
	top: -72px;
	left: -30px;
	display: block;
	position: absolute;
}
.advantages .slick-dots button {
	border-color: #33313c;
}
.advantages p {
	color: #fff;
	font-size: 11px;
	text-align: center;
	margin: 20px 0 30px 0;
}

/* -- Safe */
.safe {
	background: #f3123c url('../img/bg-safe.png')no-repeat 60% 101%;
	background-size: 600px auto;
	padding: 30px 0 120px 0;
}
.safe h2, .safe h3 {
	color: #fff;
}

/* -- Boxes */
.boxes {
	padding: 50px 0;
	text-align: center;
}
.boxes h2 {
	margin: 0 0 20px 0;
}
.boxes__carousel {
	max-width: 320px;
	margin: 0 auto;
}
.box {
	padding: 30px;
	border-radius: 20px;
	margin: 30px 15px 0 15px;
	height: 300px!important;
	position: relative;
}
.box:focus {
	outline: 0;
}
.box a {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
}
.box__gray {
	padding-top: 100px;
	background: #e9ebf1;
}
.box__red {
	background: #f3123c;
	color: #fff;
	font-weight: normal;
}
.box__dark {
	background: #33313c;
	color: #fff;
}

.box h2, .box h3 {
	margin: 0;
	font-weight: normal;
}
.box .button {
	margin: 15px 0 0 0;
	width: auto;
	display: block;
	text-align: center;
}

.box__red img {
	height: 30px;
	display: inline-block!important;
	margin: 0 0 5px 0;
}

/* -- Footer */

.footer-nav {
	background: #4d4c59;
	padding: 15px 0;
}
.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;
}
.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;
}
.footer-general {
	background: #42414d;
	padding: 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 */
.videochamada {
	text-align: center;
	background: #33313c;
	color: #fff;
}
.videochamada strong {
	color: #f3123c;
}
.videochamada h3 {
	font-size: 18px;
	font-weight: normal;
}
.text__box {
	padding: 15px 20px;
	border-radius: 20px;
	border: 2px solid #f3123c;
	font-size: 18px;
	display: inline-block;
	font-weight: bold;
	text-align: center;
}
.videochamada p {
	font-size: 16px;
}
.videochamada__box {
	margin-top: 20px;
	padding: 20px;
	border: 2px solid #fff;
	border-radius: 20px;
	text-align: center;
}
.videochamada__box h3 {
	font-weight: bold;
}
.frames {
	margin: 0 0 30px 0;
}
.videochamada__box strong {
	color: #fff;
}

.trocatroco {
	padding-bottom: 60px;
	background: #e9ebf1;
	text-align: center;
}
.trocatroco img {
	display: inline-block;
}
.trocatroco__box {
	margin-top: 20px;
	background: #f3123c;
	border-radius: 20px;
	padding: 20px;
	color: #fff;
}
.trocatroco__box h4 {
	font-size: 18px;
	margin: 0 0 10px 0;
}
.trocatroco__box strong {
	color: #171717;
}
.trocatroco__box p {
	margin: 0;
}
.trocatroco__box-2 {
	position: relative;
	margin-top: 40px;
	padding: 60px 20px 60px 20px;
	border-radius: 20px;
	border: 2px solid #f3123c;
}
.trocatroco__box-2:before {
	content: '';
	width: 60px;
	height: 80px;
	background: url('../img/selo-tt.png')no-repeat center;
	background-size: contain;
	display: block;
	position: absolute;
	top: -21px;
	left: 50%;
	margin-left: -30px;
}
.trocatroco__box-2 h3 {
	font-size: 21px;
	color: #f3123c;
}
.trocatroco__box-2-pill {
	background: #747482;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -40%;
	width: 80%;
	bottom: -30px;
}
@media screen and (min-width: 992px ) {
	.trocatroco__box-2-pill {
		bottom: -40px;
	}
}
.line {
	width: 50px;
	height: 3px;
	border-radius: 2px;
	background: #f3123c;
	display: inline-block;
}
.trocatroco__box-2-pill a {
	text-decoration: underline;
	color: #fff;
}

.new__content {
	text-align: center;
	background: #f9f9f9;
	padding: 30px 0;
	margin: 0 0 30px 0;
}
.new__content h2 {
	font-size: 22px;
}
.new__content img {
	height: 25px;
	margin: 0 5px;
}

@media screen and (min-width: 480px) {
	.hero {
		text-align: center;
	}
	.santander {
		padding: 60px 0;
		text-align: center;
	}
	.santander h3, .safe h3 {
		margin: 10px 0 30px 0;
	}
	.advantages {
		margin-top: -85px;
	}
	.safe {
		background-size: contain;
	}
}

@media screen and (min-width: 480px) {
	.hero {
		background-size: contain;
		padding-top: 35%;
	}
}
@media screen and (min-width: 992px) {
	.button {
		font-size: 18px;
		padding: 24px 35px;
	}
	.button__logo, .button__file {
		padding-right: 65px;
	}
	.section h2 {
		font-size: 32px;
	}
	.flow__carousel {
		text-align: center;
	}
	.flow h4 {
		font-size: 22px;
	}
	.flow__carousel {
		display: flex;
		justify-content: space-between;
		max-width: 90%;
		margin: 0 auto;
	}
	.flow__carousel--item:nth-child(2) {
		max-width: 135px;
	}
	.flow__carousel--item:nth-child(3) {
		max-width: 145px;
	}
	.flow__carousel--item:after {
		display: none;
	}
	.flow__carousel--item h3 {
		position: relative;
		font-size: 18px;
	}
	.flow__carousel--item h3:after {
		content: '';
		width: 20px;
		height: 19px;
		background: url('../img/arrow-right.png')no-repeat right center;
		display: block;
		top: 50%;
		margin-top: -9.5px;
		position: absolute;
		right: -35px;
	}
	.flow__carousel--item:nth-child(4) h3:after {
		right: -40px;
	}
	.flow__carousel--item:last-child h3:after {
		display: none;
	}

	.video__holder {
		margin: -120px 0 60px 0;
	}
	.video h4 {
		margin-bottom: 0px;
		font-size: 22px;
	}
	.video .row:nth-child(3) {
		text-align: left;
	}
	.panel__holder {
		z-index: 9998;
		position: relative;
		max-width: none;
		display: inline-block;
		overflow: visible;
	}
	.panel__holder img {
		border-radius: 15px;
		z-index: 0;
		position: relative;
	}
	.panel__holder:after {
		display: none;
	}
	.panel__message {
		position: relative;
		margin: 30px -30px 0 -60px;
		z-index: 9999;
		overflow: visible;
		padding: 40px;
	}
	.panel__message h3 {
		font-size: 18px;
	}
	.panel__message:before {
		content: '';
		display: block;
		position: absolute;
		width: 390px;
		height: 2px;
		left: -376px;
		top: 180px;
		background: #f3123c;
	}
	.panel__holder, .panel__message {
		margin-bottom: -320px!important;
	}

	.example {
		padding: 155px 0 60px 0;
		margin-bottom: -160px;
	}
	.example h2 {
		background-position: left 10px;
		padding: 0 0 0 70px;
		text-align: left;
		font-size: 28px;
	}
	.example__holder {
		max-width: none;
	}
	.example__holder:after {
		margin: -40px 0 0 150px;
	}

	.cockpit {
		padding: 220px 0 30px 0;
		background-position: 30% 40px;
		background-size: 250px;
	}
	.cockpit h2 {
		margin-top: 20px;
		font-size: 22px;
		text-align: left;
	}
	.cockpit span {
		color: #f3123c;
	}

	.santander {
		padding-bottom: 150px;
		text-align: left;
		background: url('../img/santander-image.jpg')no-repeat bottom center;
		background-size: contain;
		margin: 0 0 30px 0;
	}
	
	.enjoy {
		text-align: center;
	}
	.enjoy h3 {
		font-size: 24px;
		margin: 0 0 20px 0;
	}
	.advantages {
		margin-top: -25px;
	}
	.advantages__carousel {
		display: flex;
		justify-content: space-between;

	}
	.advantages__carousel--item {
		height: 250px!important;
		margin-bottom: -60px;
		box-shadow: 0 0 30px rgba(0,0,0,.4);
	}
	.advantages p {
		text-align: right;
	}
	.safe {
		padding-top: 80px;
		background-size: auto;
		background-position: 55% bottom;
	}
	.safe p {
		color: #fff;
		text-align: right;
		margin-bottom: 60px;
	}
	.safe h2 {
		margin: 0 0 20px 0;
	}

	.boxes {
		padding: 80px 0 40px 0;
	}
	.boxes__carousel {
		display: flex;
		justify-content: space-between;
		max-width: none;
		flex-basis: 1;
	}
	.box {
		margin-top: 70px;
		width: 33%;
		height: 370px!important;
	}
	.box h2, .box h3 {
		font-size: 24px;
	}
	.box__dark h3 {
		font-size: 18px;
	}
	.box .button {
		font-size: 14px;
	}
	.box .button__download {
		text-align: left;
		padding-left: 25px;
	}
	.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 a:after {
		content: '|';
		margin: 0 0 0 15px;
		display: inline-block;
		color: #fff;
	}
	.footer-nav--ul li:last-child a:after {
		display: none;
	}
	.footer-nav--ul a {
		color: #fff;
		padding: 10px 8px;
		display: block;
	}
	.footer-nav--social {
		margin-top: 0px;
		width: auto;
	}
	.footer-general p {
		margin-bottom: 10px;
	}
	.footer-general img {
		float: right;
	}
	/* V2 */
	.videochamada {
		padding: 70px 0;
		text-align: left;
	}
	.videochamada h3 {
		font-size: 28px;
	}
	.videochamada p {
		font-size: 20px;
	}
	.text__box {
		padding: 20px 25px;
	}
	.videochamada__box {
		padding: 30px 40px 35px 40px;
		text-align: left;
	}
	.videochamada__box h3 {
		font-size: 32px;
		margin: 15px 0 0 20px;
	}
	.videochamada__box p {
		margin: 5px 0 0 20px;
		font-size: 18px;
	}

	.trocatroco {
		padding: 70px 0 120px 0;
	}
	.trocatroco__box {
		margin-top: 150px;
		position: relative;
		padding: 40px;
		text-align: left;
	}
	.trocatroco__box:before {
		content: '';
		width: 400px;
		height: 418px;
		position: absolute;
		bottom: -100px;
		background: url('../img/trocatrococelular.png')no-repeat bottom center;
		background-size: contain;
		display: block;
		left: 50%;
		margin-left: -200px;
	}
	.trocatroco__box h4 {
		font-size: 22px;
		margin: 5px 0 0 0;
	}
	.breakline-md {
		display: block;
	}
	.trocatroco__box p {
		font-size: 18px;
		margin-top: 5px;
	}
	.trocatroco__box-2 {
		margin-top: 100px;
		padding: 40px;
	}
	.trocatroco__box-2:before {
		left: 7%;
		width: 80px;
		height: 100px;
		top: -25px;
	}
	.trocatroco__box-2 h3 {
		font-size: 32px;
		margin: 0 0 5px 0;
	}
	.trocatroco__box-2 p {
		font-size: 21px;
		margin: 0 0 20px 0;
	}
	.trocatroco__box-2-pill {
		padding: 25px;
		width: 50%;
		margin-left: -25%;
	}
	.trocatroco__box-2-pill  p{
		margin: 0;
	}
}

@media screen and (min-width: 1200px) {
	.header {
		padding-top: 40px;
		text-align: left;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.hero {
		background-size: auto;
		background-position: bottom center;
		padding: 150px 0 230px 0;
		text-align: left;
	}
	.hero h1 {
		font-size: 40px;
	}
	.hero img {
		position: relative;
		top: 120px;
		height: auto;
	}
	.flow__carousel--item {
		text-align: left;
	}
	.flow__carousel--item h3:after {
		width: 60px;
	}
	.flow__carousel--item h3:after {
		right: -80px;
	}

	.flow__carousel--item:nth-child(4) h3:after {
		right: -82px;
	}
	.flow__carousel--item:nth-child(5) img,
	.flow__carousel--item:nth-child(4) img {
		margin-top: 12px;
	}
	.video__holder {
		background-size: 300px auto;
	}
	.panel__message {
		max-width: none;
		margin-top: 50px;
	}
	.panel__message:before {
		width: 490px;
		top: 137px;
		left: -473px;
	}
	.panel__message h3 {
		font-size: 22px;
	}

	.example {
		margin-bottom: -240px; 
	}
	.example h2 {
		font-size: 32px;
	}
	.example__holder:before, .example__holder:after {
		font-size: 20px;
	}
	.example__holder:before {
		margin-right: 70px;
	}
	.example__holder:after {
		margin-left: 200px;
		margin-top: -50px;
	}

	.cockpit {
		padding: 330px 0 60px 0;
		background-size: 430px;
	}
	.cockpit h2 {
		margin-top: 35px;
	}
	
	.santander {
		padding-bottom: 180px;
	}
	.santander strong {
		display: block;
	}
	.footer-general {
		text-align: left;
	}
	.footer-nav--social {
		text-align: right;
		direction: rtl;
	}
	.footer-nav--social {
		margin-top: 8px;
	}
	.footer-nav--ul a {
		font-size: 12px;
	}

	.flow__carousel--item:nth-child(2) p, .flow__carousel--item:nth-child(3) p {
		width: 150%;
		font-size: 12px;
	}

	.box__red {
		padding-top: 60px;
	}
}

@media screen and (min-width: 1200px) {
	.santander {
		padding-bottom: 180px;
	}
}
@media screen and (min-width: 1440px) {
	.santander {
		padding-bottom: 240px;
	}
}
