/* 


    _/                                  _/            
   _/          _/_/_/  _/_/_/      _/_/_/  _/    _/   
  _/        _/    _/  _/    _/  _/    _/  _/    _/    
 _/        _/    _/  _/    _/  _/    _/  _/    _/     
_/_/_/_/    _/_/_/  _/    _/    _/_/_/    _/_/_/      
                                             _/       
                                        _/_/          
                                                 
											   V 1.0                                  
                                  													 
                                  													 */
@import "iconfont.css";
@import "animate.min.css";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/*-----------------------------------------------------------------------------------*/
/* GENERAL
/*-----------------------------------------------------------------------------------*/
html {}

body {
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	background: url('../img/bg-coop.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.btn.btn-inicio {
	display: flex;
	gap: 15px;
	background-color: #04c176;
	font-size: 18px;
	color: white;
	padding: 15px;
	border-radius: 40px;
	align-self: flex-start;
	max-width: 300px;
	margin-top: 4em;
}

.detail .col-sm-12.col-md-offset-1.col-md-6 {
	margin-top: 3em;
}

.principal-flex .container-iphone .btn.btn-inicio {
	display: none;
}

.detail .row.order-1 .col-sm-12.col-md-6 {
	margin-top: 2em;
}



body#precos-body {
	background: none;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #3a3a3a;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}

p {
	font-size: 1.5em;
}

.lead {
	font-weight: 300;
}

button {
	display: inline-block;
	margin-bottom: 0;
	margin-bottom: 10px;
	padding: 6px 12px;
	border: 1px solid transparent;
	border-radius: 4px;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.428571429;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.visibility {
	visibility: hidden;
}

.animated {
	visibility: visible !important;
}

/*-----------------------------------------------------------------------------------*/
/*	KEY COLOR
/*-----------------------------------------------------------------------------------*/

/*---- Typography ----*/
header h1,
.payoff h1,
.details .carousel,
.social a:hover {
	color: #0bf397;
}

.features p {
	color: #06b872;
}

/*---- Background ----*/
.features,
.detail .carousel-indicators .active {
	background: #0e9961;
}

#wave {
	margin-top: -2px;
}

.acesso-via {
	max-width: 400px;
	border: 1px solid #aaa;
	border-radius: 5px;
	display: flex;
	justify-content: space-around;
	padding: 2em;
	/* flex-wrap: wrap; */
	margin: 8em 0;
}

.acesso-via .acesso-via-item {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	color: #aaa;
	font-size: 26px;
}

.acesso-via .acesso-via-item p {
	font-size: 20px;
	/* font-weight: bold; */
	color: #aaa;
	font-variant: small-caps;
}



/*-----------------------------------------------------------------------------------*/
/* NAVBAR
/*-----------------------------------------------------------------------------------*/

nav.navbar {
	position: fixed;
	top: 0;
	padding: 10px 0px 10px 0px;
	width: 100%;
	border-radius: 0px;
	transition: all 0.2s;
}

.navbar-nav {
	float: right;
}

nav.navbar.fixed-to-top {
	top: 0px;
}

.navbar-default {
	border: none;
	border-bottom: 1px solid #eee;
	background: #fff;
	display: none;
	box-shadow: 1px 1px 1px #44444420;
}

.navbar-default .navbar-nav>li>a {
	color: #aaa;
	font-size: 1.2em;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #3A3A3A;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.navbar-default .navbar-brand {
	color: #333333;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 2em;
	font-family: 'Roboto Condensed', sans-serif;
}

#floating-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #04c176;
	/* Cor de fundo do botão */
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

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

.d-flex-container-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

/*-----------------------------------------------------------------------------------*/
/* HEADER 
/*-----------------------------------------------------------------------------------*/

header {
	padding: 150px 0px 0px 0px;
	/* border: 1px solid #aaa; */
	background: transparent;
	color: white;

}

header h1 {
	text-transform: uppercase;
	font-weight: 700;
	font-weight: 300;
	font-size: 100px;
	font-family: 'Roboto Condensed', sans-serif;

}

header p.lead {
	font-size: 36px;
}


header .carousel-iphone {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	height: 672px;
	background: url('../img/iphone-front.png') no-repeat;
	background-size: 100%;
	filter: drop-shadow(5.4px 11.8px 2.2px rgba(0, 0, 0, 0.08)) drop-shadow(13px 28.4px 5.3px rgba(0, 0, 0, 0.058)) drop-shadow(24.5px 53.5px 10px rgba(0, 0, 0, 0.048)) drop-shadow(43.8px 95.4px 17.9px rgba(0, 0, 0, 0.04)) drop-shadow(81.9px 178.4px 33.4px rgba(0, 0, 0, 0.032)) drop-shadow(196px 427px 80px rgba(0, 0, 0, 0.022));
}



.carousel-iphone .carousel .carousel-inner {
	border-radius: 5px;
	transform: translateY(-20px);
	height: 520px;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px 3px rgba(0, 0, 0, 0.18);
}

header .carousel {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 95px 0px 0px 4px;
	width: 282px;
}

header .carousel-indicators .active {
	width: 15px;
	height: 15px;
	background: #444444;
}

header .carousel-indicators {
	bottom: -63px;
}

header .carousel-indicators li {
	display: inline-block;
	margin: 1px;
	width: 15px;
	height: 15px;
	border: 1px solid #666666;
	border-radius: 10px;
	text-indent: -999px;
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/* PURCHASE
/*-----------------------------------------------------------------------------------*/

.purchase {
	overflow: hidden;
	padding: 100px 0px 10px 0px;
	min-height: 200px;
}

.purchase button.app-store {
	width: 152px;
	height: 52px;
	background: url(../img/badge-appstore.png) #3a3a3a no-repeat 0px 5px;
	color: white;
}

/*-----------------------------------------------------------------------------------*/
/*	PAYOFF
/*-----------------------------------------------------------------------------------*/

.payoff {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding: 2em 0 1em 0;
	min-height: 300px;
	background: url('../img/dunes.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	color: white;
}

.payoff h1 {
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.8em;
}

/*-----------------------------------------------------------------------------------*/
/*	DETAIL
/*-----------------------------------------------------------------------------------*/

#desk-section {
	background: url('../img/fundo-desk-section.png') no-repeat;
	background-size: 100% 100%;
	background-position: bottom;
}

.detail {
	overflow: hidden;
	padding: 50px 0px 0px 0px;
	min-height: 500px;
}

.detail .title {
	margin-bottom: 80px;
	text-align: center;
}

.detail .features .row {
	margin-bottom: 40px;
}

.detail .carousel h1 {
	font-size: 3.8em;
}


.detail .carousel h1,
.detail p {
	text-align: left;
	font-weight: 300;
}

.detail p {
	color: #aaa;
}

.detail .carousel-control {
	background: none;
}

.detail .app-screenshot {

	margin-right: auto;
	margin-left: auto;
	padding-top: 95px;
	width: 320px;
	height: 690px;
	background: url('../img/iphone-front.png') no-repeat;
	background-size: 100%;
	transform: scale(.9);

}

.detail .app-screenshot-2 {

	margin-right: auto;
	margin-left: auto;
	padding-top: 95px;
	max-width: 900px;
	height: 590px;
	background: url('../img/mac-frint.png') no-repeat;
	background-size: 100%;

}

.detail .app-screenshot-2 img {
	width: 660px;
	height: 420px;
	border-radius: 5px;
	transform: translateY(-5.5em) translateX(0.3em);
}

.detail .app-screenshot img {
	margin-right: auto;
	margin-left: auto;
	padding-left: 4px;
	width: 300px;
	height: 400px;
	border-radius: 5px;
	transform: translateY(-10px);
}

.detail .app-screenshot-2 img#img-gt {
	height: 395px;
}

.detail .app-screenshot img#img-doc {
	height: 540px;
}

.detail .app-screenshot img#img-menu {
	border-bottom: 1px solid #ddd;
	height: 550px;
}


.detail .carousel-indicators {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	padding-bottom: 8px;
	width: 100%;
	border-top: 1px solid #eee;
	background: #ffffff;
}

.detail .carousel-indicators .active {
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
}

.detail .carousel-indicators li {
	display: inline-block;
	margin: 1px;
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
	background: #eeeeee;
	text-indent: -999px;
	cursor: pointer;
}

.container-iphone {
	display: flex;
	gap: 10px;
	align-items: baseline;
	flex-wrap: wrap;
}

.principal-flex {
	display: flex;

}

.principal-flex h1 {
	color: #04c176;
	font-size: 58px;
	text-align: left;
}

.principal-flex p {
	color: #8d8d8d;
	font-size: 36px;
	text-align: left;
	font-weight: lighter;
}

.geral {
	min-height: 100vh;
	background: url('../img/antonio-janeski-CHVTt0aGbx0-unsplash.jpg');
	background-size: cover;
	background-position: left top;
	background-attachment: fixed;
}

.detail .container .row {
	margin: 1em 0;
}

/*-----------------------------------------------------------------------------------*/
/*	FEATURES
/*-----------------------------------------------------------------------------------*/

.features {
	overflow: hidden;
	padding: 50px 0px 100px 0px;
	min-height: 400px;
	color: black;
}

.features p {
	font-weight: 400;
	color: #f4f4f4;
}

.features h1 {
	font-size: 52px;
	margin-bottom: 1.5em;
	color: #e5fff4;
}

.features h2 {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 300;
}

.features .circle {
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	width: 150px;
	height: 150px;
	border: 2px solid #ffffff;
	border-radius: 100%;
	text-align: center;

}

.features span.glyphicon,
.features i {
	margin-top: 3px;
	color: #ffffff;
	font-size: 5em;
}

/*-----------------------------------------------------------------------------------*/
/*	SOCIAL
/*-----------------------------------------------------------------------------------*/

.social {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 15px;
	margin: 15px 0;
}

.social h2 {
	color: #0e9961;
	font-size: 18px;
}

.social a {
	color: #0e9961;
	font-size: 5em;
	transition: all 0.3s;
}

.social a:hover {
	text-decoration: none;
	cursor: pointer;

}

/*-----------------------------------------------------------------------------------*/
/*	GET-IT
/*-----------------------------------------------------------------------------------*/

.get-it {
	padding: 100px 0px 160px 0px;
	text-align: center;
}

.get-it button.app-store {
	width: 152px;
	height: 52px;
	background: url(../img/badge-appstore.png) #373737 no-repeat 0px 5px;
	color: white;
}

.get-it hr {
	margin-top: 3em;
	margin-bottom: 3em;
}

.get-it ul {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

.get-it ul li {
	display: inline-block;
	margin-left: 30px;
}

.get-it ul li:first-child {
	margin-left: 0px;
}

.get-it ul li a {
	color: #aaa;
	font-size: 1.2em;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.get-it ul li a:hover {
	color: #3A3A3A;
	text-decoration: none;
	cursor: pointer;
}

.lista ul {
	display: flex;
	justify-content: start;
	align-items: start;
	flex-wrap: wrap;
	gap: .8em;
	padding: 0 !important;
}

.lista li {
	list-style: none;
	flex: 1 1 400px;
	text-align: left;
	font-size: 20px;
	font-weight: lighter;
}

.documentos .container .row {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 5em;
	padding-bottom: 10em;
}

.documentos .container .row h1 {
	font-weight: lighter;
	text-align: left;
	/* max-width: 400px; */
	line-height: 52px;
	font-size: 48px;
	color: #242424;
	margin-bottom: 1em;
}

.geral .container .row h1 {
	font-weight: bold;
	text-align: center;
	/* max-width: 300px; */
	line-height: 62px;
	font-size: 56px;
	color: #fff;
	margin-bottom: 1em;
}

.geral .container .row {
	padding: 4em 1em;
	/* display: flex;
	gap: 1em;
	align-items: center; */
}

.card-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
	flex-wrap: wrap;
}

.card-list .card {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-around;
	padding: .8em;
	border-radius: 5px;
	background: rgba(34, 97, 71, 0.411);
	box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	/* max-width: 350px; */
	min-height: 200px;
	font-size: 22px;
	color: #fff;
	flex: 1 2 250px;

}

.card-list .card i {
	font-size: 46px;
	color: #fff;
}

.acess-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: .5em;
}

.acess-info h3 {
	color: #fff;

}

.acess-info i {
	font-size: 70px;
	color: #fff;
}

.playoff-itens {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10em;
}

/*-----------------------------------------------------------------------------------*/
/*	MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/

@media (max-width:768px) {

	header {
		padding-bottom: 50px;
		min-height: 1000px;
		height: 100%;
	}

	.navbar-nav {
		float: left;
		text-align: left;
	}


}

@media (max-width:992px) {

	.detail .carousel h1,
	.detail p {
		text-align: center;
	}

	.detail p {
		margin-bottom: 60px;
	}

	header,
	.social {
		background-position-y: 0px;
		background-size: 200%;
	}

	.payoff {
		padding-top: 50px;
		padding-bottom: 50px;
		min-height: 200px;
	}

	.payoff h1 {
		font-size: 24px;
	}

	.features .col-md-4 {
		margin-bottom: 60px;
	}

}

@media (max-width:480px) {

	header .carousel-iphone,
	.detail .app-screenshot {
		width: 280px;
	}

	header .carousel,
	.detail .app-screenshot img {
		padding-top: 85px;
		width: 245px;
	}

	.detail .app-screenshot img {
		margin-top: -12px;
		padding-top: 0px;
	}

	header {
		padding-top: 30px;
		padding-bottom: 0px;
	}

	header h1 {
		font-size: 70px;
	}

	.purchase {
		padding-top: 50px;
	}

	.features col-md-4 {
		margin-bottom: 50px;
	}

	.documentos .container .row {
		padding: 1em 1.5em !important;
	}

	.documentos .container .row h1 {
		font-size: 28px !important;
		line-height: 34px !important;
	}

	.lista li {
		font-size: 17px !important;
	}
}

.contato {
	width: 100%;
	padding: 3em 0 4em 0;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background: url('../img/fundo-desk-section.png');
	background-size: cover;
	background-position: bottom left;
}

.contato .row h1 {
	padding-left: .75em;
	color: #0bf397;
	font-weight: lighter;
	width: 100%;
	font-size: 48px;
	text-align: left;

}

.contato .row p {
	padding-left: 1.4em;
	color: #777;
	font-weight: 400;
	width: 100%;
	margin-top: -2em !important;
	text-align: left;

}

.contato .container,
.contato .container .row {
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 2em;
}

.footer {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #d9d9d9;
	min-height: 20vh;
}

.footer .footer-item {
	flex: 1 1 100%;
}

.input-form {
	display: flex;
	flex-direction: column;
	align-items: start;
	width: 100%;

}

.input-form input,
.input-form textarea {
	border-radius: 5px;
	border: #d9d9d9;
	background-color: #f1f1f1;
	min-height: 42px;
	max-width: 100%;
}

form#contato {
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
	align-items: center;
}

.display-btn-form {
	width: 100%;
	padding-right: 1em;
	display: flex;
	justify-content: flex-end;
	align-content: flex-end;
}

.btn.btn-primary {
	max-width: 100%;
	min-width: 150px;
	min-height: 38px;
	background-color: #0bf397;
	border: none;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
	border-radius: 35px;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: bold;
}

.btn.btn-primary:hover {
	background-color: #09e08a;
	transition: all .3s ease-in-out;
}

.form-label {
	color: #777;
	font-weight: 400;
	font-size: 15px;
	text-align: left;
}

.info-contato {
	background-color: #04c176;
	border-radius: 10px;
	box-shadow:
		3.5px 3.7px 10.2px rgba(0, 0, 0, 0.081),
		11.8px 12.3px 34.4px rgba(0, 0, 0, 0.119),
		53px 55px 154px rgba(0, 0, 0, 0.2);
	padding: 2em 4em;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	order: 0;
}

.info-contato h2 {
	color: white;
	font-weight: 400;
	margin-bottom: .5em;
	text-align: left;
	width: 100%;
	font-size: 38px;
}

.info-contato .item-info-contato {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2em;
	padding: .7em 0;
}

.info-contato .item-info-contato i {
	font-size: 28px;
	color: white;
}

.info-contato .item-info-contato a,
.info-contato .item-info-contato p {
	font-size: 20px;
	display: block;
	margin-top: .6em !important;
	color: white;
	text-align: left;
	font-weight: 300;
}

.brand-conjunto {
	display: flex;
	align-items: center;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
	body {
		background: none;
	}
	.brand-conjunto img{
		width: 45px !important;
		height: 45px !important;
	}
	.brand-conjunto a.navbar-brand{
		font-size: 25px;
	
	}
	header{
		padding: 6em 0.5em 2em 0.5em !important ;
		background: url('../img/bg-mob.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	
	}
	#floating-button {
		z-index: 1000;
	}

	.principal-flex {
	
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		/* padding: 2em 0.5em !important; */
		/* margin: 1em .2em 0 !important; */
	}

	.principal-flex .header-text h1 {
		font-size: 44px;
		text-align: left;
		margin: .5em 0;
		color: #242424;
	}

	.principal-flex .header-text p {
		text-align: left;
		font-size: 28px;
		margin: .5em 0;

	}

	.principal-flex .header-text .btn.btn-inicio {
		display: none;

	}

	.principal-flex .container-iphone {
		margin: 0 !important;
	}

	.container-iphone {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.principal-flex .container-iphone .btn.btn-inicio {
		margin-top: 2em !important;
		padding: 1.2em;
		display: block !important;
			filter: drop-shadow(
		5.4px 11.8px 2.2px rgba(0, 0, 0, 0.08)
	  ) drop-shadow(
		13px 28.4px 5.3px rgba(0, 0, 0, 0.058)
	  ) drop-shadow(
		24.5px 53.5px 10px rgba(0, 0, 0, 0.048)
	  ) drop-shadow(
		43.8px 95.4px 17.9px rgba(0, 0, 0, 0.04)
	  ) drop-shadow(
		81.9px 178.4px 33.4px rgba(0, 0, 0, 0.032)
	  ) drop-shadow(
		196px 427px 80px rgba(0, 0, 0, 0.022)
	  );
	}

	.detail {
		padding: .5em .3em !important;
	}

	.detail .container .row {
		margin: 0;
		padding: 0;
	}

	.detail .container .row .col-md-12 .carousel .carousel-inner .item .row.order-1 {
		display: flex;
		flex-direction: column-reverse;
	}

	.detail .container .row .col-md-12 .carousel .carousel-inner .item .row h1 {
		font-size: 42px;
		margin: 1em 0;
		text-align: left;

	}

	.detail .container .row .col-md-12 .carousel .carousel-inner .item .row p {
		font-size: 24px;
		text-align: left;

	}

	.lista ul li {
		margin: 0;
		font-size: 21px !important;
	}

	.detail .col-sm-12.col-md-offset-1.col-md-6 {
		margin-top: 0;
		padding: 0;
	}

	.detail .row.order-1 .col-sm-12.col-md-6 {
		margin-top: 0 !important;
	}

	.row {
		padding: 0;
		margin: 0;
	}

	.col-md-12 {
		padding: 0;
		margin: 0;
	}

	header .carousel-iphone {
		width: 300px;
		height: 630px;
		/* filter: drop-shadow(
		5.4px 11.8px 2.2px rgba(0, 0, 0, 0.08)
	  ) drop-shadow(
		13px 28.4px 5.3px rgba(0, 0, 0, 0.058)
	  ) drop-shadow(
		24.5px 53.5px 10px rgba(0, 0, 0, 0.048)
	  ) drop-shadow(
		43.8px 95.4px 17.9px rgba(0, 0, 0, 0.04)
	  ) drop-shadow(
		81.9px 178.4px 33.4px rgba(0, 0, 0, 0.032)
	  ) drop-shadow(
		196px 427px 80px rgba(0, 0, 0, 0.022)
	  ); */
	}

	.carousel-iphone .carousel .carousel-inner {
		transform: translate(-13px, -18px) !important;
		width: 270px;
		height: 520px !important;
	}

	.detail .app-screenshot {
		width: 320px !important;
	}

	.detail .app-screenshot img#img-menu {
		width: 290px !important;
		height: 540px !important;
	}

	.detail .app-screenshot img {
		padding-left: 4px;
		width: 300px;
		height: 400px;
		border-radius: 5px;
		transform: translateY(-10px);
	}

	#desk-section {
		background: none !important;
		padding: 3em 0.5em !important;
	}
	#desk-section h1{
		max-width: 100% !important;
		font-size: 40px !important;
	}

	.detail .app-screenshot-2 {
		background: transparent !important;
		padding-top: 0 !important;
		height: max-content !important;

	}
	
	.detail .app-screenshot-2 img {
		width: 100% !important;
		height: 250px !important;
		border: 1px solid #efefef !important;
		transform: none !important;
	}
	.planos table.table.table-borderless tr td:nth-child(1){
		max-width: 50%; 
		width: 30% !important;
		overflow-wrap: break-word; /* Define que o texto deve quebrar ao atingir o limite de largura */	}
}
.planos{
	padding: 6em 0.5em;
	background: url('../img/fundo-desk-section.png') no-repeat;
	background-position: center;
	background-size: cover;
}
.planos .container .principal-flex{
	padding: 0;
}
.planos .container .principal-flex .header-text h1{
	font-weight: normal;
	padding: 0;
	margin: 1em 0;
	text-align: left;
 }
.overflow-x-scroll{
	overflow-x: scroll;
}
 .planos table.table.table-borderless tr td:nth-child(2),
 .planos .table.table-borderless tr td:nth-child(3),
 .planos .table.table-borderless tr td:nth-child(4){
	 width: 5% !important;
	 background-color: #e7fff5;
	 /* color: white; */
	}


.table tr td {
	padding: 15px 10px !important;
	border: none !important;
	vertical-align: middle !important;

}

.table tr td:first-child {
	text-align: left;
}

.table tr.valores-bold {
	font-weight: bold;
}

.table tr:first-child {
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	form#contato {
		width: 100%;
		padding: 0;
	}
	
	form#contato .input-form {
		max-width: 100% !important;
	}
	
	.form-control {
		width: 100% !important;
	}
	
}
@media screen and (min-width: 480px) {
	.carousel-iphone .carousel .carousel-inner {
		transform: translate(2px, -18px) !important;
	}
	.principal-flex .container-iphone .btn.btn-inicio {
		min-width: 100%;
	}
}
@media screen and (min-width: 546px) and (max-width: 1023px) {
	.detail .app-screenshot-2 img {
		width: 100% !important;
		height: 320px !important;
		border: 1px solid #efefef !important;
		transform: none !important;
	}

}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

	/* Retina-specific stuff here */
	.purchasebutton.app-store,
	.get-it button.app-store {
		background: url(../img/badge-appstore@2x.png) #3a3a3a no-repeat 0px 5px;
		background-size: 98%;
		color: white;
	}
}