@charset "UTF-8";

/* General */
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #2e2d37;
}
.page-wrapper {
	overflow-x: hidden;
}

/* Header */
.header {
	padding: 15px 0;
}
.header img {
	height: 30px;
}
@media screen and (min-width: 992px) {
	.header {
		padding: 45px 0;
	}
}
/* Hero */
.hero {
	padding: 0 0 30px 0;
}
.hero img {
	height: 24px;
	margin: 0 10px 0 0;
}
.hero img + img {
	position: relative;
	top: -3px;
}
.hero ol + img {
	height: 30px;
}
.hero h2 {
	font-size: 21px;
	margin: 40px 0 20px 0;
}
.hero h2 span {
	color: #f3123c;
}
@media screen and (min-width: 992px) {
	.hero ol + img {
		height: 61px;
		margin: 30px 0 0 0;
	}
	.hero .container {
		background: url('../img/webmotorstv.png')no-repeat right center/contain;
	}
	.hero h2 {
		font-size: 38px;
		margin: 60px 0 90px 0;
	}
	.hero h2 span {
		display: block;
	}
}

/* Introdução */
.section-intro {
	padding: 30px 0;
	text-align: center;
}
.section-intro h2 {
	font-size: 21px;
	margin: 0;
}
.section-intro h2 span {
	color: #f3123c;
}
.section-intro img {
	max-width: 100%;
}
@media screen and (min-width: 992px) {
	.section-intro {
		padding: 20px 0 60px 0;
	}
	.section-intro h2 {
		font-size: 24.5px;
		margin: 20px 0 0 0;
	}
	.section-intro p {
		font-size: 18px;
		margin: 0;
		line-height: 32px;
	}
}

/* Cards */
.section-cards {
	padding: 50px 0;
	background: #f3123c;
	position: relative;
}
.section-cards:after {
	content: '';
	width: 76px;
	height: 76px;
	background: url('../img/arrow-down.png')no-repeat center/contain;
	display: block;
	position: absolute;
	bottom: -38px;
	left: 50%;
	margin-left: -38px;
}
.section-cards h2 {
	color: #fff;
	margin: 50px 0 0 0;
	text-align: center;
	font-size: 21px;
}
.cards-carousel {
	padding: 0 10%;
}
.card {
	padding: 25px 30px;
	border-radius: 20px;
	box-shadow: 0px 3px 15px 0 rgba(191, 11, 45, 0.96);
	background-color: #f3123c;
	text-align: center;
	margin: 15px 20px 30px 20px;
}
.card-icon {
	height: 65px;
	display: flex;
	justify-content: center;
}
.card-icon img {
	max-width: 60px; 
	align-self: center;
}
.card p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 0;
}
@media screen and (min-width: 992px) {
	.section-cards {
		padding: 80px 0;
	}
	.cards-carousel {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin: 0 -20px 30px -20px;
		justify-content: space-between;
	}
	.cards-carousel .card {
		flex: 0 0 calc(25% - 60px);
		position: relative;
	}
	.cards-carousel .card:after {
		content: '';
		width: 13px;
		height: 13px;
		border-radius: 100%;
		position: absolute;
		top: 50%;
		margin-top: -6.5px;
		display: block;
		background: #fff;
		right: -39px;
	}
	.cards-carousel .card:last-child:after {
		display: none;
	}
	.section-cards h2 {
		font-size: 32px;
	}
}

/* Team */
.section-team {
	padding: 50px 0 30px 0;
	text-align: center;
	background: #fff url('../img/bg-team.jpg')no-repeat top center/cover;
}
.section-team h2 {
	font-size: 21px;
	margin: 0 0 30px 0;
}
.section-team h2 span {
	color: #f3123c;
}
.team img {
	max-width: 150px;
	height: auto;
	margin: 0 auto 30px auto;
}
.team h3 {
	color: #f3123c;
	font-size: 18px;
}
.section-team .slick-dots button {
	border-color: #f3123c;
}
.section-team .slick-dots .slick-active button {
	background: #f3123c;
}
@media screen and (min-width: 992px) {
	.section-team {
		padding: 100px 0;
	}
	.section-team h2 {
		font-size: 32px;
		margin: 0 0 70px 0;
	}
	.team-carousel {
		display: flex;
		flex-wrap: wrap;
	}
	.team {
		flex: 0 0 33.33%;
		padding: 0 25px;
	}
	.section-team h3 {
		font-size: 24px;
	}
	.section-team p {
		font-size: 16px;
		line-height: 24px;
	}
}

/* Footer */
.footer-general {
	padding: 30px 0;
	background: #292730;
}
.footer-general ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-general li {
	margin: 0 0 5px 0;
}
.footer-general li a, .footer-general p {
	color: #fff;
	display: block;
}
.download-button {
	margin: 0 10px 0 0;
	height: 35px;
}
.footer-general .col-md-6 {
	margin: 0 0 20px 0;
}
.social-icon {
	height: 20px;
	margin: 0 15px 0 0;
}
.brands {
	height: 20px;
	opacity: .2;
	margin: 0 10px 10px 0;
}
.brands-visible {
	opacity: 1;
}
.brands-visible--wm {
	margin-top: 6px;
}
.footer-general .col-md-8 p {
	opacity: .2;
}
.footer-general .col-md-3 {
	margin-bottom: 15px;
}
.footer-brands {
	display: none;
	padding: 15px 0;
	text-align: center;
}
.footer-general .col-md-7 p {
	color: #5f5f65;
	margin: 30px 0 15px 0;
	font-size: 14px;
}
.footer-general .col-md-5 {
	display: flex;
}
.footer-general .col-md-5 img {
	height: 20px;
}
.footer-general .col-md-5 img:first-child {
	position: relative;
	top: 3px;
	margin: 0 15px 0 0;
}

@media screen and (min-width: 992px) {
	.footer-general {
		padding: 50px 0;
	}
	.footer-general p {
		margin: 0;
	}
	.social-icon {
		margin-bottom: 0;
	}
	.brands {
		height: 17px;
		margin: 0 10px 0 0;
	}
	.footer-brands {
		text-align: right;
	}
	.footer-general .col-md-6, .footer-general .col-md-7 {
		display: flex;
		align-items: center;
	}
	.footer-general .col-md-6 p {
		margin: 0 30px 0 0;
	}
	.footer-general .row:first-child .col-md-6:last-child {
		justify-content: flex-end;
	}
	.footer-general .col-md-7 {
		justify-content: flex-end;
	}
	.footer-general .col-md-7 p {
		margin: 0 15px 0 0;
	}
	.footer-general .row + .row {
		margin-top: 30px;
	}
}
@media screen and (min-width: 1200px) {
	.brands {
		height: 20px;
	}
}


/* Responsive Iframe */
.responsive__embed {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	z-index: 0;
}
.responsive__embed:before {
	content: '';
	width: 100%;
	height: 100%;
	bottom: -25px;
	background: url('../img/shadow-iframe.png')no-repeat bottom center;
	background-size: contain;
	display: block;
	position: absolute;
	left: 0;
	z-index: -1;
}
.responsive__embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
@media screen and (min-width: 992px) {
	.responsive__embed:before {
		bottom: -50px;
	}
}

/* Breadcrumbs */
.breadcrumbs {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
.breadcrumbs li {
	display: inline-block;
}
.breadcrumbs a {
	font-size: 13px;
	color: #888890;
}
.breadcrumbs a span {
	color: #888890;
}
.breadcrumbs li:after {
	content: '>';
	margin: 0 5px 0 3px;
	color: #888890;
	font-size: 12px;
	position: relative;
	top: 0px;
}
.breadcrumbs li:last-child:after {
	display: none;
}
@media screen and (min-width: 992px) {
	.breadcrumbs {
		margin: 20px 0;
	}
}

/* Dots */
.slick-dots {
	margin: 20px 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: transparent;
	border: 2px solid #fff;
	text-indent: -9999px;
	border-radius: 100%;
	padding: 0;
	transition: all .3s ease-in-out;
}
.slick-dots button:focus {
	outline: 0;
}
.slick-dots .slick-active button {
	background: #fff;
}

/* Map */
.section-map {
	background: #f9f9f9;
	padding: 30px 0;
}
.section-map p {
	text-align: center;
	font-size: 18px;
}
.section-map p span {
	color: #f3123c;
}
#svg-map {
	max-width: 90%;
	height: auto;
	margin: 30px 0;
}
#svg-map path {
  fill: #f9f9f9;
  stroke: #afafaf;
}
#svg-map text {
  display: none;
  font-size: 12px;
}
#svg-map .show path {
	fill: #afafaf;
	stroke: #fff;
}
#svg-map .show text {
	display: block;
	color: #fff;
	font-weight: bold;
}
#svg-map .show .circle {
	display: block;
}
#svg-map a {
  text-decoration: none
}
#svg-map a:hover {
  cursor: pointer;
  text-decoration: none
}
#svg-map a:hover path {
  fill: #ff0a39 !important
}
#svg-map .circle {
  fill: #fff;
  stroke: #afafaf;
  display: none;
}
#svg-map .circle + text {
	color: #afafaf;
}
#svg-map a:hover .circle {
  fill: #afafaf !important;
  cursor: pointer
}
.areas-description {
	background: #f5f5f5;
	overflow: hidden;
	position: relative;
	box-shadow: -17.3px 10px 40px 0 rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	margin: 0 0 30px 0;
}
.areas-description p {
	text-align: left;
}
.areas-item {
	padding: 100px 30px;
	background: #f5f5f5;
	border-radius: 20px;
}
.areas-item h3 {
	font-size: 21px;
	margin: 0;
}
.areas-item p {
	margin: 0 0 5px 0;
	font-size: 18px;
}
.slick-slide.areas-item h3 img {
	display: inline-block;
	margin: 0 10px 0 0;
	max-height: 30px;
}
.slick-arrow {
	position: absolute;
	top: 40%;
	margin-top: -15px;
	height: 30px;
	width: 30px;
	text-indent: -9999px;
	border: 0;
	outline: 0;
}
.areas-description .slick-arrow {
	top: 50px;
	left: 30px;
	z-index: 10;
	width: 28px;
	height: 34px;
	opacity: .5;
}
.areas-description .slick-arrow:hover {
	opacity: 1;
}
.areas-description .slick-prev {
	background: url('../img/arrow-up-map.png')no-repeat center;
}
.areas-description .slick-next {
	bottom: 30px;
	top: auto;
	background: url('../img/arrow-down-map.png')no-repeat center;
}
@media screen and (min-width: 992px) {
	.section-map {
		padding: 100px 0;
	}
	.section-map .row:last-child p {
		font-size: 22px;
		font-weight: 500;
		margin: 30px 0 0 0;
	}
}

/* YouTube */
.section-youtube {
	padding: 30px 0;
	background: #2e2d37;
	text-align: center;
}
.section-youtube h2 {
	color: #fff;
	font-size: 21px;
	margin: 0 0 30px 0;
}
.section-youtube h2 span {
	color: #f3123c;
}
.playlists .special{
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: 420px;
}
.playlists .ytv-list-header > a{
	-webkit-animation: pulse 2s infinite;
	-moz-animation: pulse 2s infinite;
	-o-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
}
.playlists .ytv-list-header.ytv-playlist-open > a{
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
}

@-webkit-keyframes pulse {
  0%   { background: rgba(255,255,255,0); }
  50%  { background: rgba(255,255,255,0.1); }
  100% { background: rgba(255,255,255,0); }
}
@-moz-keyframes pulse {
  0%   { background: rgba(255,255,255,0); }
  50%  { background: rgba(255,255,255,0.1); }
  100% { background: rgba(255,255,255,0); }
}
@-o-keyframes pulse {
  0%   { background: rgba(255,255,255,0); }
  50%  { background: rgba(255,255,255,0.1); }
  100% { background: rgba(255,255,255,0); }
}
@keyframes pulse {
  0%   { background: rgba(255,255,255,0); }
  50%  { background: rgba(255,255,255,0.1); }
  100% { background: rgba(255,255,255,0); }
}

@media screen and (min-width: 992px) {
	.section-youtube {
		padding: 100px 0;
	}
	.section-youtube h2 {
		font-size: 32px;
		margin: 0 0 50px 0;
	}
}

/* TV */
.section-cta {
	position: relative;
	padding: 30px 0;
	text-align: center;
}
.section-cta:before {
	content: '';
	position: absolute;
	background: #f3123c;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
}
.section-cta img {
	height: 192px;
	margin: 0 auto 30px auto;
}
.section-cta h2 {
	font-size: 21px;
}
.section-cta h2 span {
	color: #f3123c;
}
@media screen and (min-width: 992px) {
	.section-cta {
		text-align: left;
	}
	.section-cta:before {
		width: 24.7%;
		height: 100%;
	}
	.section-cta img {
		height: auto;
	}
	.section-cta h2 {
		font-size: 32px;
	}
}


/* Button */
.button {
	display: inline-block;
	padding: 15px 20px;
	color: #fff;
	border-radius: 10px;
	background: #f11335;
	border: 0;
	font-weight: bold;
	transition: all .3s ease-in-out;
	box-shadow: 0 10px 20px rgba(241,19,53,.2);
}
.button:hover {
	background-color: #dc1130;
	color: #fff;
	text-decoration: none;
}
.button:focus {
	color: #fff;
	text-decoration: none;
}
@media screen and (min-width: 992px) {
	.button {
		padding: 25px 60px;
		font-size: 21px;
		margin: 0 0 20px 0;
	}
	.section__intro h2 {
		font-size:24px;
		margin-bottom: 10px;
	}
}