/* @font-face {
	font-family: 'Itau Display';
	src: url(itaudisplay_blk-webfont.woff2) format("woff2"), url(itaudisplay_blk-webfont.woff) format("woff");
	font-weight: 800;
	font-style: normal
}

@font-face {
	font-family: 'Itau Display';
	src: url(itaudisplay_bd-webfont.woff2) format("woff2"), url(itaudisplay_bd-webfont.woff) format("woff");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: 'Itau Display';
	src: url(itaudisplay_rg-webfont.woff2) format("woff2"), url(itaudisplay_rg-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal
} */

@font-face {
	font-family: 'MoriGothic';
	src: url("fonts/MoriGothic-Bold.woff2") format("woff2"), url("fonts/MoriGothic-Bold.woff") format("woff");
	font-style: normal;
	font-weight: 400;
  }



.banner {
	width: 100%;
	height: 640px;
	position: relative;
	background-color: #ffffff;
	padding-top: 70px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #000000;
	position: relative;
}

@media (max-width:1000px) {
	.banner {
		height: auto
	}
}


.banner .row {
	height: 905px;
	overflow: hidden
}

@media (max-width:1000px) {
	.banner .row {
		height: auto
	}
}

.banner img {
	width: auto!important;
	display: inline-block!important
}

.banner .owl-dots {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: 110px;
}

.banner .owl-dot {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, .5)!important;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
    background-color: #0045DD!important
}

.banner .owl-dot.active {
	width: 25px;
	background-color: #0045DD!important
}

@media (max-width:1000px) {
	.banner .item {
		padding-top: 40px;
		padding-left: 25px;
		padding-right: 25px
	}
}

.banner .item small {
	font-size: 14px
}

.banner .item h1 {
	line-height: 55px;
	color: #000000;
}

.banner .item h1 small {
	font-size: 47px;
    line-height: 54px;
    font-weight: 800;
    display: block;
}

.banner .item form {
	margin-top: -20px
}

.banner .item--white {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 35px;
	color: #1e1e1e;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
	bottom: 110px;
}

.banner .item--white h1 {
	color: #1e1e1e;
	font-family: 'MoriGothic';
}

.banner .item--white input,
.banner .item--white select {
	width: 100%;
	height: 48px;
	border-radius: 24px;
	background-color: #fff;
	color: #a4a3af;
	border: 1px solid #a4a3af;
	padding: 4px 15px 0;
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.banner .item--white input[type=submit] {
	background-color: #1e1e1e;
	border: 1px solid #1e1e1e;
	color: #fff;
	font-weight: 700;
	cursor: pointer
}

.banner .item--white input[type=submit]:hover {
	background-color: #000
}

.banner .item--white select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.app-cta-shape{
	width: 50%;
}

@media (max-width:768px) {
	.app-cta-shape{
		width: 100%;
		margin-bottom: 10%;

	}
}

.app-cta {
	width: 100%;
	height: auto;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	color: #1f1f1f;
	padding: 80px;
	margin-top: 21%;
}


span.app-cta__text {
    font-size: 60px;
}


@media (max-width:768px) {
	.app-cta {
		height: auto;
		padding: 15px 0
	}

	span.app-cta__text {
		font-size: 40px;
	line-height: 42px;
	}
}

.app-cta a {
	margin-left: 30px
}

@media (max-width:768px) {
	.app-cta a {
		margin-left: 0
	}
}

@media (max-width:768px) {
	.app-cta__text {
		display: block
	}
}

.app-midia {
	width: 100%;
	height: auto;
	background-color: #EEEDF1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	color: #1f1f1f;
	padding: 80px;
}

@media (max-width:768px) {
	.app-midia {
		height: auto;
		padding: 15px 0
	}
}

.app-midia h1 {
	color: #000000;
	margin-bottom: 50px;
	margin-top: 30px;
}

.app-midia p {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
}

.app-midia a {
	color: #E6007E;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
}

.app-midia img {
	width: 120px!important;
}

@media (max-width:768px) {
	.app-midia a {
		margin-left: 0
	}
}

@media (max-width:768px) {
	.app-midia__text {
		display: block
	}
}

.card-midia {
	background-color: transparent;
	border: 0px;
}

.app-falar {
	width: 100%;
	height: auto;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	color: #1f1f1f;
	padding: 80px;
}

@media (max-width:768px) {
	.app-falar {
		height: auto;
		padding: 15px 0
	}
}

.app-falar h1 {
	color: #000000;
	margin-bottom: 50px;
	margin-top: 30px;
}

.app-falar h4 {
	color: #000000;
	font-weight: 800;
}

.app-falar p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
}

.app-falar a {
	color: #E6007E;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
}

.app-falar img {
	width: 120px!important;
}

@media (max-width:768px) {
	.app-falar a {
		margin-left: 0
	}
}

@media (max-width:768px) {
	.app-falar__text {
		display: block
	}
}

.card-midia {
	background-color: transparent;
	border: 0px;
}

.linkinsta {
	color: #E6007E;
}

.pracas {
	width: 100%;
	position: relative;
	padding: 50px 0;
	background-color: #fff
}

.pracas__wrap-slider {
	padding-right: 0
}

.pracas__slider {
	margin-top: 40px
}

@media (max-width:768px) {
	.pracas__slider {
		margin-top: 0
	}
}

.pracas__slider .owl-nav {
	display: block!important;
	position: absolute;
	top: -100px;
	right: 50px
}

@media (max-width:768px) {
	.pracas__slider .owl-nav {
		display: none!important
	}
}

.pracas__slider .owl-nav button {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #E6007E!important;
	color: #E6007E!important;
	line-height: 52px!important;
	margin-left: 15px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.pracas__slider .owl-nav button:first-child {
	margin-left: 0
}

.pracas__slider .owl-nav button:hover {
	background-color: #E6007E;
	color: #fff!important
}

.pracas__slider .owl-dots {
	max-width: 1140px;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	position: relative;
	margin-top: 60px
}

@media (max-width:768px) {
	.pracas__slider .owl-dots {
		margin-top: 30px
	}
}

.pracas__slider .owl-dots:before {
	width: 100%;
	height: 2px;
	left: 0;
	top: calc(50% - 1px);
	position: absolute;
	content: '';
	background-color: #eeedf1;
	z-index: -1
}

.pracas__slider .owl-dot {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	height: 6px;
	border-radius: 3px
}

.pracas__slider .owl-dot.active {
	background-color: #E6007E!important
}

.pracas__image {
	width: 100%;
	padding-top: 100%;
	background-color: #E6007E;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	margin-bottom: 25px
}

.stepper {
	width: 100%;
	position: relative;
	/*background-image: url(../img/home/stepper-background.jpg);*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	padding: 20px 0;
	margin: 20px 0
}


@media (max-width:768px) {
	.stepper {
	display:none;
	}
}


@media (max-width:1000px) {
	.stepper {
		padding: 0
	}
}



.stepper .container {
	position: relative;
	margin: 50px auto
}

.stepper__wrap {
	background-color: #fff;
	border-radius: 10px;
	/* -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
	box-shadow: 0 0 16px rgba(0, 0, 0, .1) */
}

@media (max-width:1000px) {
	.stepper__wrap {
		margin: 0 10px
	}
}

@media (max-width:1000px) {
	.stepper__text {
		display: none
	}
}

.stepper__column--first {
	padding: 80px 0 80px 80px
}

@media (max-width:1000px) {
	.stepper__column--first {
		padding: 0 20px
	}
}

.stepper__column--last {
	padding: 80px 80px 80px 0
}

@media (max-width:1000px) {
	.stepper__column--last {
		padding: 20px 15px
	}
}

.stepper__column--last a {
	margin-bottom: 10px;
	display: inline-block
}

.stepper__column--middle {
	position: absolute;
	left: calc((100% - 41.666667%)/ 2)
}

@media (max-width:1000px) {
	.stepper__column--middle {
		position: relative;
		left: 0
	}
}

@media (max-width:1000px) {
	.stepper__menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.stepper__menu-item {
	width: 100%;
	margin-bottom: 1px !important;
	font-weight: 800;
	position: relative;
	cursor: pointer
}

@media (max-width:1000px) {
	.stepper__menu-item {
		margin-bottom: 0
	}
}

.stepper__menu-item.active .stepper__circle,
.stepper__menu-item:hover .stepper__circle {
	background-color: #E6007E;
	border-color: #fbe2cc
}

.stepper__menu-item:after {
	position: absolute;
	content: '';
	background-color: #fff;
	bottom: -40px;
	left: 18px
}

@media (max-width:1000px) {
	.stepper__menu-item:after {
		height: 1px;
		width: 20px;
		top: 19px;
		left: 45px;
		display: none
	}
}

.stepper__menu-item:last-child {
	margin-bottom: 0
}

.stepper__menu-item:last-child:after {
	display: none
}

.stepper__menu-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-end;
}

@media (max-width:1000px) {
	.stepper__menu-item a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.stepper__circle {
	width: 38px;
	height: 38px;
	text-align: center;
	background-color: #a4a3af;
	color: #fff;
	font-size: 15px;
	line-height: 31px;
	border: 5px solid #fff;
	border-radius: 50%;
	margin-right: 12px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.stepper__phone-slider {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%
}

@media (max-width:1000px) {
	.stepper__phone-slider {
		margin-top: -80px
	}
}

.stepper__item img {
	width: auto
}

.stepper__mobile-title {
	display: none
}

@media (max-width:1000px) {
	.stepper__mobile-title {
		display: block;
		font-weight: 800;
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 5px
	}
}

.bikes {
	width: 100%;
	position: relative;
	padding: 50px 0
}

.bikes__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 30px
}

.bikes__menu-item {
	background-color: #eeedf1;
	color: #a4a3af;
	height: 45px;
	border-radius: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 16px;
	max-width: 250px
}

.bikes__menu-item.active {
	background-color: #E6007E;
	color: #fff;
	font-weight: 800;
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .2);
	box-shadow: 0 0 16px rgba(0, 0, 0, .2)
}

.bikes__menu-item:first-child {
	margin-right: 10px
}

.bikes__menu-item a {
	padding-top: 5px
}

.bikes__menu-item i {
	margin-right: 10px;
	font-size: 20px
}

.change-bike {
	z-index: 0
}

.bike__info {
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: #fff;
	color: #1e1e1e;
	font-size: 23px;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0 0 24px rgba(0, 0, 0, .36);
	box-shadow: 0 0 24px rgba(0, 0, 0, .36)
}

@media (max-width:767px) {
	.bike__info {
		width: 35px;
		height: 35px;
		font-size: 20px
	}
}

.bike__info--conforto {
	top: 40%;
	left: 32%
}

.bike__info--potencia {
	top: 66%;
	left: 48%
}

.bike__info--praticidade {
	top: 35%;
	left: 67%
}

.bike__info--seguranca {
	top: 17%;
	left: 76%
}

@media (max-width:767px) {
	.bike__info--desktop {
		display: none
	}
}

@media (min-width:768px) {
	.bike__info--mobile {
		display: none
	}
}

.bike__info i {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	line-height: 50px;
	width: 100%;
	text-align: center
}

.bike__info i:hover {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	color: #fff
}

.bike__info i:hover+.bike__caixa {
	opacity: 1
}

.bike__info:hover {
	background-color: #039
}

.bike__caixa {
	position: absolute;
	bottom: 60px;
	left: -95px;
	padding: 15px;
	width: 240px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 24px rgba(0, 0, 0, .36);
	box-shadow: 0 0 24px rgba(0, 0, 0, .36);
	opacity: 0;
	background-color: #fff;
	z-index: 1;
	pointer-events: none;
	font-size: 16px;
	line-height: 24px
}

.bike__caixa-mobile {
	padding: 15px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .36);
	box-shadow: 0 0 7px rgba(0, 0, 0, .36);
	background-color: #fff;
	font-size: 16px;
	line-height: 24px;
	height: 100%;
	width: 100%
}

.bike__mobile-menu {
	margin-top: 40px
}

.bike__mobile-menu .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.bike__mobile-menu .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.bike__mobile-menu .item {
	padding: 10px
}

.numbers {
	width: 100%;
	position: relative;
	padding: 50px 0
}

.numbers__line:nth-child(odd) .numbers__item {
	background-color: #E6007E;
	background-image: url(../img/home/card-down.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.numbers__line:nth-child(even) .numbers__item {
	background-color: #E6007E;
	background-image: url(../img/home/card-up.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.numbers__item-wrap {
	margin-top: 30px
}

.numbers__item {
	width: 100%;
	height: 180px;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-align: center;
	line-height: 20px;
	padding: 10px
}

@media (max-width:768px) {
	.numbers__item {
		height: 140px
	}
}

.numbers__item--image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.numbers__item:hover {
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .3);
	box-shadow: 0 0 16px rgba(0, 0, 0, .3)
}

.numbers__big {
	font-size: 52px;
	line-height: 52px;
	font-weight: 800;
	margin-top: 10px
}

@media (max-width:768px) {
	.numbers__big {
		font-size: 38px
	}
}

.numbers__counter {
	display: inline-block
}

.divfooter{
	background-color: #A4A3AF;
}

.middle-banner {
	width: 100%;
	height: auto;
	background-color: #0045DD;
	/*background-image: url(../img/home/midbanner-background.png);*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	overflow: hidden;
	padding: 30px
}

@media (max-width:1000px) {
	.middle-banner {
		height: auto;
		padding-top: 40px
	}
}

.middle-banner .container,
.middle-banner .row {
	height: 100%
}

.middle-banner h2 {
	color: #fff;
}

.middlebannerh3 {
	color: #000000;
	font-size: 25px;
    font-weight: 800;
    line-height: 30px;
}

.middle-banner__phone1,
.middle-banner__phone2 {
	width: 292px;
	height: 411px;
	position: absolute;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto
}

.middle-banner__phone1 img,
.middle-banner__phone2 img {
	display: none
}

@media (max-width:1000px) {
	.middle-banner__phone1 img,
	.middle-banner__phone2 img {
		display: inline-block
	}
}

.middle-banner__phone1 {
	right: 292px;
	top: 0
}

@media (max-width:1000px) {
	.middle-banner__phone1 {
		display: none
	}
}

.middle-banner__phone2 {
	right: 0;
	bottom: 0
}

@media (max-width:1000px) {
	.middle-banner__phone2 {
		width: 100%;
		position: relative;
		height: auto;
		background-image: none!important;
		right: unset;
		top: unset;
		margin-top: 30px;
		text-align: center
	}
}

.middle-banner--rotativo .middle-banner__item {
	height: 490px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.middle-banner--rotativo .owl-dots {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: 40px
}

.middle-banner--rotativo .owl-dot {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, .5)!important;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.middle-banner--rotativo .owl-dot.active {
	width: 25px;
	background-color: #fff!important
}

.middle-banner-ifood {
	width: 100%;
	height: auto;
	background-color: #fff;
	/*background-image: url(../img/home/midbanner-background.png);*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #000000;
	overflow: hidden;
	padding: 30px
}

@media (max-width:1000px) {
	.middle-banner-ifood {
		height: auto;
		padding-top: 40px
	}
}

.middle-banner-ifood .container,
.middle-banner-ifood .row {
	height: 100%
}

.middle-banner-ifood h2 {
	color: #000000;
}

.middlebannerifoodh3 {
	color: #000000;
	font-size: 25px;
    font-weight: 800;
    line-height: 30px;
}

.middle-banner-ifood__phone1,
.middle-banner-ifood__phone2 {
	width: 292px;
	height: 411px;
	position: absolute;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto
}

.middle-banner-ifood__phone1 img,
.middle-banner-ifood__phone2 img {
	display: none
}

@media (max-width:1000px) {
	.middle-banner-ifood__phone1 img,
	.middle-banner-ifood__phone2 img {
		display: inline-block
	}
}

.middle-banner-ifood__phone1 {
	right: 292px;
	top: 0
}

@media (max-width:1000px) {
	.middle-banner-ifood__phone1 {
		display: none
	}
}

.middle-banner-ifood__phone2 {
	right: 0;
	bottom: 0
}

@media (max-width:1000px) {
	.middle-banner-ifood__phone2 {
		width: 100%;
		position: relative;
		height: auto;
		background-image: none!important;
		right: unset;
		top: unset;
		margin-top: 30px;
		text-align: center
	}
}

.middle-banner-ifood--rotativo .middle-banner-ifood__item {
	height: 490px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.middle-banner-ifood--rotativo .owl-dots {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: 40px
}

.middle-banner-ifood--rotativo .owl-dot {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, .5)!important;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.middle-banner-ifood--rotativo .owl-dot.active {
	width: 25px;
	background-color: #fff!important
}

.middle-banner-fotos {
	width: 100%;
    height: auto;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #000000;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
	margin-top: 18%;
}

@media (max-width:1000px) {
	.middle-banner-fotos {
		height: auto;
		padding-top: 40px
	}
}

.middle-banner-fotos .container,
.middle-banner-fotos .row {
	height: 100%
}

.middle-banner-fotos h2 {
	color: #000000;
}

.middlebannerh3 {
	color: #000000;
    font-size: 40px;
    font-weight: bold;
    line-height: 42px;
}

@media (max-width:768px) {
	.middlebannerh3 {
		color: #000000;
		font-size: 30px;
		font-weight: bold;
		line-height: 31,5px;

	}
	
}

.middle-banner-fotos__phone1,
.middle-banner-fotos__phone2 {
	width: 292px;
	height: 411px;
	position: absolute;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto
}

.middle-banner-fotos__phone1 img,
.middle-banner-fotos__phone2 img {
	display: none
}

@media (max-width:1000px) {
	.middle-banner-fotos__phone1 img,
	.middle-banner-fotos__phone2 img {
		display: inline-block
	}
}

.middle-banner-fotos__phone1 {
	right: 292px;
	top: 0
}

@media (max-width:1000px) {
	.middle-banner-fotos__phone1 {
		display: none
	}
}

.middle-banner-fotos__phone2 {
	right: 0;
	bottom: 0
}

@media (max-width:1000px) {
	.middle-banner-fotos__phone2 {
		width: 100%;
		position: relative;
		height: auto;
		background-image: none!important;
		right: unset;
		top: unset;
		margin-top: 30px;
		text-align: center
	}
}

.middle-banner-fotos--rotativo .middle-banner-fotos__item {
	height: 490px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.middle-banner-fotos--rotativo .owl-dots {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: 40px
}

.middle-banner-fotos--rotativo .owl-dot {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, .5)!important;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.middle-banner-fotos--rotativo .owl-dot.active {
	width: 25px;
	background-color: #fff!important
}

.testimonials {
	width: 100%;
	position: relative;
	padding: 80px 0 80px;
	background-color: #fff
}

.testimonials__wrap-slider {
	padding: 0
}

.testimonials__slider {
	margin-top: 40px
}

.testimonials__slider .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.testimonials__slider .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.testimonials__slider .item {
	border: 1px solid #eeedf1;
	border-radius: 10px;
	padding: 25px;
	font-size: 16px;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}

.testimonials__slider .owl-nav {
	display: block!important;
	position: absolute;
	top: -100px;
	right: 50px
}

@media (max-width:768px) {
	.testimonials__slider .owl-nav {
		display: none!important
	}
}

.testimonials__slider .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #A4A3AF!important;
    color: #A4A3AF!important;
    line-height: 52px!important;
    margin-left: 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.testimonials__slider .owl-nav button:first-child {
	margin-left: 0
}

.testimonials__slider .owl-nav button:hover {
	background-color: #A4A3AF!important;
	color: #fff!important
}

.testimonials__slider .owl-dots {
	max-width: 1140px;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	position: relative;
	margin-top: 60px
}

.testimonials__slider .owl-dots:before {
	width: 100%;
	height: 2px;
	left: 0;
	top: calc(50% - 1px);
	position: absolute;
	content: '';
	background-color: #eeedf1;
	z-index: -1
}

.testimonials__slider .owl-dot {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	height: 6px;
	border-radius: 3px
}


.testimonials__author {
	margin-top: 30px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:768px) {
	.testimonials__author {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.testimonials__name {
	padding-top: 4px
}

.testimonials__stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 10px
}

@media (max-width:768px) {
	.testimonials__stars {
		margin-left: 0
	}
}

.testimonials__star {
	width: 18px;
	height: 18px;
	background-image: url(../img/star.svg);
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 5px
}

.testimonials__star:last-child {
	margin-right: 0
}

.partnerships {
	width: 100%;
	position: relative;
	padding: 80px 0 80px;
	background-color: #eeedf1;
}

.partnerships h2 {
	margin-bottom: 0;
	padding-top: 5px
}

.partnerships img {
	margin-right: 40px
}

@media (max-width:768px) {
	.partnerships img {
		margin-top: 20px;
		margin-right: 2%;
		width: 48%
	}
}

.partnerships img:last-child {
	margin-right: 0
}


.premios {
	width: 100%;
	position: relative;
	padding: 80px 0 80px;
	background-image: url("../img/bg-partnerships.png");}

.premios h2 {
	margin-bottom: 0;
	padding-top: 5px
}

.premios img {
	margin-right: 40px
}

@media (max-width:768px) {
	.premios img {
		margin-top: 20px;
		margin-right: 2%;
		width: 48%
	}
}

.premios img:last-child {
    margin-right: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}





/* Parceiros*/

.parceiros {
	width: 100%;
	position: relative;
	padding: 80px 0 80px;
	background-color: #fff
}

.parceiros__wrap-slider {
	padding: 0
}

.parceiros__slider {
	margin-top: 40px
}

.parceiros__slider .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.parceiros__slider .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.parceiros__slider .item {
	border: 1px solid #eeedf1;
	border-radius: 10px;
	padding: 25px;
	font-size: 16px;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}

.parceiros__slider .owl-nav {
	display: block!important;
	position: absolute;
	top: -100px;
	right: 50px
}

@media (max-width:768px) {
	.parceiros__slider .owl-nav {
		display: none!important
	}
}

.parceiros__slider .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #A4A3AF!important;
    color: #A4A3AF!important;
    line-height: 52px!important;
    margin-left: 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.parceiros__slider .owl-nav button:first-child {
	margin-left: 0
}

.parceiros__slider .owl-nav button:hover {
	background-color: #A4A3AF!important;
	color: #fff!important
}

.parceiros__slider .owl-dots {
	max-width: 1140px;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	position: relative;
	margin-top: 60px
}

.parceiros__slider .owl-dots:before {
	width: 100%;
	height: 2px;
	left: 0;
	top: calc(50% - 1px);
	position: absolute;
	content: '';
	background-color: #eeedf1;
	z-index: -1
}

.parceiros__slider .owl-dot {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	height: 6px;
	border-radius: 3px
}


.parceiros__author {
	margin-top: 30px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:768px) {
	.parceiros__author {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.parceiros__name {
	padding-top: 4px
}

.parceiros__stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 10px
}

@media (max-width:768px) {
	.parceiros__stars {
		margin-left: 0
	}
}

.parceiros__star {
	width: 18px;
	height: 18px;
	background-image: url(../img/star.svg);
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 5px
}

.parceiros__star:last-child {
	margin-right: 0
}

.partnerships {
	width: 100%;
	position: relative;
	padding: 80px 0 80px;
	background-color: #fff
}

.partnerships h2 {
	margin-bottom: 0;
	padding-top: 5px
}

.partnerships img {
	margin-right: 40px
}

@media (max-width:768px) {
	.partnerships img {
		margin-top: 20px;
		margin-right: 2%;
		width: 48%
	}
}

.partnerships img:last-child {
	margin-right: 0;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);}


.overlay { 
	display: none; 
}

.middle-banner__item {
    background-repeat: no-repeat !important;
    background-position: right !important;
}

