/*
.banner-gradient {
	background: linear-gradient(90deg, #3657A6 -0.6%, #E94C43 100%);
}
*/
body{
	-webkit-transition: background-color 600ms linear;
	-ms-transition: background-color 600ms linear;
	transition: background-color 600ms linear;
}

body,h1,h2,h3,h4,h5,p,label,input,textarea,select{
	font-family: "GothamPro" !important;
}

#home{
	-webkit-transition: background 1000ms linear;
	-ms-transition: background 1000ms linear;
	transition: background 1000ms linear;
}

.nav-logo-wrap .logo {
    max-width: 200px;
}
.nav-logo-wrap .logo img{
	max-width: 70%;
}
.logo span {
    margin-left: 10px;
}

.fixa-fundo{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0%;
	z-index: 0;
	background: #333;
	-webkit-transition: height 300ms linear;
	-ms-transition: height 300ms linear;
	transition: height 300ms linear;
}

.banner-inicio {
	background: #3657a6;
}

.banner-gradient {
	background: hsla(3, 79%, 59%, 1);
	background: radial-gradient(circle, hsla(3, 79%, 59%, 1) 0%, hsla(222, 51%, 43%, 1) 72%);
	background: -moz-radial-gradient(circle, hsla(3, 79%, 59%, 1) 0%, hsla(222, 51%, 43%, 1) 72%);
	background: -webkit-radial-gradient(circle, hsla(3, 79%, 59%, 1) 0%, hsla(222, 51%, 43%, 1) 72%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E94C43", endColorstr="#3657A6", GradientType=1 );
}

.banner-gradient2 {
	background: hsla(3, 79%, 59%, 1);
	background: radial-gradient(circle, hsla(3, 79%, 59%, 1) 20%, hsla(222, 51%, 43%, 1) 77%);
	background: -moz-radial-gradient(circle, hsla(3, 79%, 59%, 1) 20%, hsla(222, 51%, 43%, 1) 77%);
	background: -webkit-radial-gradient(circle, hsla(3, 79%, 59%, 1) 20%, hsla(222, 51%, 43%, 1) 77%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E94C43", endColorstr="#3657A6", GradientType=1 );
}

.banner-gradient3 {
	background: hsla(3, 79%, 59%, 1);
	background: radial-gradient(circle, hsla(3, 79%, 59%, 1) 27%, hsla(222, 51%, 43%, 1) 85%);
	background: -moz-radial-gradient(circle, hsla(3, 79%, 59%, 1) 27%, hsla(222, 51%, 43%, 1) 85%);
	background: -webkit-radial-gradient(circle, hsla(3, 79%, 59%, 1) 27%, hsla(222, 51%, 43%, 1) 85%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E94C43", endColorstr="#3657A6", GradientType=1 );
}

.banner-gradient4 {
	background: hsla(3, 79%, 59%, 1);
	background: radial-gradient(circle, hsla(3, 79%, 59%, 1) 36%, hsla(222, 51%, 43%, 1) 92%);
	background: -moz-radial-gradient(circle, hsla(3, 79%, 59%, 1) 36%, hsla(222, 51%, 43%, 1) 92%);
	background: -webkit-radial-gradient(circle, hsla(3, 79%, 59%, 1) 36%, hsla(222, 51%, 43%, 1) 92%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E94C43", endColorstr="#3657A6", GradientType=1 );
}

.banner-gradient5 {
	background: hsla(3, 79%, 59%, 1);
	background: radial-gradient(circle, hsla(3, 79%, 59%, 1) 67%, hsla(222, 51%, 43%, 1) 100%);
	background: -moz-radial-gradient(circle, hsla(3, 79%, 59%, 1) 67%, hsla(222, 51%, 43%, 1) 100%);
	background: -webkit-radial-gradient(circle, hsla(3, 79%, 59%, 1) 67%, hsla(222, 51%, 43%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E94C43", endColorstr="#3657A6", GradientType=1 );
}

.banner-gradient6 {
	background: hsla(3, 79%, 59%, 1);
	background: radial-gradient(circle, hsla(3, 79%, 59%, 1) 100%, hsla(222, 51%, 43%, 1) 100%);
	background: -moz-radial-gradient(circle, hsla(3, 79%, 59%, 1) 100%, hsla(222, 51%, 43%, 1) 100%);
	background: -webkit-radial-gradient(circle, hsla(3, 79%, 59%, 1) 100%, hsla(222, 51%, 43%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E94C43", endColorstr="#3657A6", GradientType=1 );
}

.btn-gradient {
	background: #e94c45 !important;
	background: linear-gradient(0deg, hsla(3, 79%, 59%, 1) 100%, hsla(222, 51%, 43%, 1) 100%) !important;
	background: -moz-linear-gradient(0deg, hsla(3, 79%, 59%, 1) 100%, hsla(222, 51%, 43%, 1) 100%) !important;
	background: -webkit-linear-gradient(0deg, hsla(3, 79%, 59%, 1) 100%, hsla(222, 51%, 43%, 1) 100%) !important;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#e94c43", endColorstr="#3657a6", GradientType=1 );
	background-repeat: no-repeat !important;
	background-size: cover !important;
	border: 0px !important;
}

.btn-gradient2 {
	background: hsla(222, 51%, 43%, 1) !important;
	background: linear-gradient(0deg, hsla(222, 51%, 43%, 1) 0%, hsla(3, 79%, 59%, 1) 15%) !important;
	background: -moz-linear-gradient(0deg, hsla(222, 51%, 43%, 1) 0%, hsla(3, 79%, 59%, 1) 15%) !important;
	background: -webkit-linear-gradient(0deg, hsla(222, 51%, 43%, 1) 0%, hsla(3, 79%, 59%, 1) 15%) !important;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#3657a6", endColorstr="#e94c43", GradientType=1 );
	background-repeat: no-repeat !important;
	background-size: cover !important;
	border: 0px !important;
}

.btn-gradient3 {
	background: hsla(222, 51%, 43%, 1) !important;
	background: linear-gradient(0deg, hsla(222, 51%, 43%, 1) 17%, hsla(3, 79%, 59%, 1) 44%) !important;
	background: -moz-linear-gradient(0deg, hsla(222, 51%, 43%, 1) 17%, hsla(3, 79%, 59%, 1) 44%) !important;
	background: -webkit-linear-gradient(0deg, hsla(222, 51%, 43%, 1) 17%, hsla(3, 79%, 59%, 1) 44%) !important;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#3657a6", endColorstr="#e94c43", GradientType=1 );
	background-repeat: no-repeat !important;
	background-size: cover !important;
	border: 0px !important;
}

.btn-gradient4 {
	background: hsla(222, 51%, 43%, 1) !important;
	background: linear-gradient(0deg, hsla(222, 51%, 43%, 1) 32%, hsla(3, 79%, 59%, 1) 64%) !important;
	background: -moz-linear-gradient(0deg, hsla(222, 51%, 43%, 1) 32%, hsla(3, 79%, 59%, 1) 64%) !important;
	background: -webkit-linear-gradient(0deg, hsla(222, 51%, 43%, 1) 32%, hsla(3, 79%, 59%, 1) 64%) !important;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#3657a6", endColorstr="#e94c43", GradientType=1 );
	background-repeat: no-repeat !important;
	background-size: cover !important;
	border: 0px !important;
}

.btn-gradient5 {
	background: hsla(222, 51%, 43%, 1) !important;
	background: linear-gradient(0deg, hsla(222, 51%, 43%, 1) 44%, hsla(3, 79%, 59%, 1) 80%) !important;
	background: -moz-linear-gradient(0deg, hsla(222, 51%, 43%, 1) 44%, hsla(3, 79%, 59%, 1) 80%) !important;
	background: -webkit-linear-gradient(0deg, hsla(222, 51%, 43%, 1) 44%, hsla(3, 79%, 59%, 1) 80%) !important;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#3657a6", endColorstr="#e94c43", GradientType=1 );
	background-repeat: no-repeat !important;
	background-size: cover !important;
	border: 0px !important;
}

.btn-gradient6 {
	background: hsla(3, 79%, 59%, 1) !important;
	background: linear-gradient(0deg, hsla(3, 79%, 59%, 1) 0%, hsla(222, 51%, 43%, 1) 0%) !important;
	background: -moz-linear-gradient(0deg, hsla(3, 79%, 59%, 1) 0%, hsla(222, 51%, 43%, 1) 0%) !important;
	background: -webkit-linear-gradient(0deg, hsla(3, 79%, 59%, 1) 0%, hsla(222, 51%, 43%, 1) 0%) !important;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#e94c43", endColorstr="#3657a6", GradientType=1 );
	background-repeat: no-repeat !important;
	background-size: cover !important;
	border: 0px !important;
}

.n-d{
	display: none; 
}

.h-100{
	height: 100vh;
}

.n-overflow{
	overflow: hidden;
}

.wow{
	-webkit-animation-fill-mode: forwards; /* Chrome 16+, Safari 4+ */
	-moz-animation-fill-mode: forwards;    /* FF 5+ */
	-o-animation-fill-mode: forwards;      /* Not implemented yet */
	-ms-animation-fill-mode: forwards;     /* IE 10+ */
	animation-fill-mode: forwards; 
}

.tab-tb.fade {
	transition: all 0.5s;
	transform: translateY(150px);
}

.tab-tb.fade.in {
	transform: translateY(0px);
}

.tab-lr.fade {
	transition: all 0.5s;
	transform: translateX(150px);
}

.tab-lr.fade.in {
	transform: translateX(0px);
}

.input-typeform, textarea.input-typeform {
	background: transparent !important;
	border: 0px solid #fff !important;
	border-bottom: 2px solid #fff !important;
	border-radius: 0px !important;
	padding: 20px 10px !important;
	color: #fff !important;
	text-transform: none !important;
	font-size: 20px !important;
	height: 60px !important;
}

select.input-typeform {
	height: 65px !important;
	font-size: 16px !important;
}

.input-typeform:focus,
textarea.input-typeform:focus {
	outline: none !important;
	box-shadow: none !important;
}

.input-typeform::placeholder{
	color: #fff;
}

textarea.input-typeform {
	height: 150px !important;
}

select.input-typeform option {
	background: #333 !important;
}

.input2{
	font-size: 16px !important;
}

.range-valor{
	color: #303133;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
}

.aviso-campo{
	color: #fff;
}

.box-tipo2{
	cursor: pointer;
	transition: transform ease-in-out .3s, background-color .3s ease-in-out;
	padding: 20px;
	min-height: 220px;
	background-color: #333;
	-webkit-box-shadow: 0px 5px 10px 0px rgb(255 255 255 / 33%);
	-moz-box-shadow: 0px 5px 10px 0px rgba(255, 255, 255, 0.33);
	box-shadow: 0px 5px 10px 0px rgb(255 255 255 / 33%);
}

.box-tipo2:hover,
.box-tipo-ativo2{
	transform: scale(1.03);
	background-color: #3657A6;
}

.box-tipo2 h3 {
	font-weight: 700;
	font-size: 26px;
	line-height: 33px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: none;
	margin: 0px;
}

.box-tipo2:hover h3,
.box-tipo-ativo2 h3{
	color: #fff;
	font-weight: 700;
}

.alt-features-icon2 {
	padding-top: 10px;
	font-size: 30px;
	line-height: 1.3;
	color: #fff;
}

.icone-box2 span {
	background: #E6594F;
	color: #fff;
	padding: 10px;
	height: 70px;
	width: 70px;
	line-height: 50px;
	display: inline-block;
	border-radius: 50%;
}

.box-tipo2:hover .alt-features-descr,
.box-tipo-ativo2 .alt-features-descr{
	color: #fff;
}

.icone-box2 span {
	background: #E6594F;
	color: #fff;
	padding: 10px;
	height: 70px;
	width: 70px;
	line-height: 50px;
	display: inline-block;
	border-radius: 50%;
}

.file-input {
	display: inline-block;
	text-align: left;
	background: #fff;
	padding: 16px;
	width: 100%;
	position: relative;
	border-radius: 0px;
}

.file-input > [type='file'] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 10;
	cursor: pointer;
}

.file-input > .button {
	display: inline-block;
	cursor: pointer;
	background: #333;
	padding: 8px 16px;
	border-radius: 2px;
	margin-right: 8px;
	color: #fff;
	font-size: 20px;
}

.file-input:hover > .button {
	background: #333;
	color: white;
}

.file-input > .label {
	color: #333;
	white-space: nowrap;
	opacity: .8;
	font-size: 16px;
	font-weight: normal;
}

.file-input.-chosen > .label {
	opacity: 1;
}

.w-80{
	width: 80%;
}

.btn-player{
	background: #fff;
	padding: 9px 15px;
	text-align: center;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-left: 10px;
	border-radius: 50%;
	font-size: 15px;
}

.btn-player{
	background: #fff;
	padding: 9px 0px;
	text-align: center;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-left: 10px;
	border-radius: 50%;
	font-size: 15px;
}

.btn-player2 {
	font-family: "GothamPro";
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	padding: 12px 18px;
	border-radius: 2px;
	text-decoration: none;
	display: inline-block;
	width: 210px;
	color: #fff;
	background-color: #335999;
}

.btn-player2:hover {
	color: #fff;
}

.checkbox2{
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}

#aceita-tailor{
	width: 18px;
	height: 18px;
}

.main-nav{
	box-shadow: none !important;
}

.foto-avatar {
	margin-top: 20px;
	display: block;
	border-radius: 50%;
	width: 40px;
	border-radius: 50%;
}


.svg-menu svg{
	margin-top: 20px;
}

.titulo-form{
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	background: linear-gradient(90deg, rgba(51,86,165,1) 39%, rgba(200,81,156,1) 50%, rgba(238,94,82,1) 70%, rgba(231,65,59,1) 100%);
	color: transparent;
	background-clip: text;
	margin: 0px;
}

.titulo-form2{
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	color: #6D6E71;
	margin: 0px;
}

.titulo-anuncio{
	text-align: left;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	background: linear-gradient(90deg, rgba(51,86,165,1) 0%, rgba(200,81,156,1) 12%, rgba(238,94,82,1) 35%, rgba(231,65,59,1) 100%);
	color: transparent;
	background-clip: text;
	margin: 0px;
}

.tpl-tabs-cont{
	padding: 0px;
}

.tpl-alt-tabs > li {
	width: 150px !important;
	height: 10px;
	background-color: #D9D9D9 !important;
	border-radius: 50px;
	margin: 0px 3px;
}

.tabs-cad > li {
	width: 250px !important;
}

.tpl-alt-tabs > li.active, .tpl-alt-tabs > li.completo {
	background-image: linear-gradient(90deg, rgba(51, 86, 165, 1) 0%, rgba(200, 81, 156, 1) 56%, rgba(238, 94, 82, 1) 79%, rgba(231, 65, 59, 1) 100%) !important;
}

.tpl-alt-tabs > li a{
	display: none;
}

.lista-horizontal {
	border: 0px !important;
}

.lista-horizontal > li {
	float: none;
}

.lista-horizontal li a {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	font-family: "GothamPro" !important;
	background-clip: text;
	margin: 0px;
	border: 1px solid #d9d9d9 !important;
	text-decoration: none;
	padding: 10px 30px;
	border-radius: 30px;
	margin-bottom: 20px;
}

.lista-horizontal li.active a {
	color: #fff !important;
	background: linear-gradient(90deg, rgba(51, 86, 165, 1) 20%, rgba(200, 81, 156, 1) 50%, rgba(238, 94, 82, 1) 80%, rgba(231, 65, 59, 1) 100%);
}

.foto-cliente {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: 105%;
	display: inline-block;
	background-position: center center;
}

.contact-form label{
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #303133;
	margin-bottom: 10px;
}

.form-group{
	margin-bottom: 30px;
}

.contact-form input[type='text'],.contact-form select, .chosen-single{
	border-radius: 10px !important;
	border: 1px solid #E3E3E3 !important;
	padding: 0px 10px !important;
	height: 46px !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	line-height: 15px !important;
	font-weight: 400 !important;
	text-transform: none !important;
	color: #333 !important;
}

.contact-form .campo-padrao{
	border-radius: 10px !important;
	border: 1px solid #E3E3E3 !important;
	padding: 0px 10px !important;
	height: 46px !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	line-height: 15px !important;
	font-weight: 400 !important;
	text-transform: none !important;
	color: #333 !important;
}

.contact-form input[type="file"]{
	padding: 10px 10px !important;
}

select.campo-mapa {
	background-color: #231F20 !important;
	border-color: #E3E3E3 !important;
	color: #E3E3E3 !important;
}

.select-mapa .chosen-single{
	border-radius: 10px !important;
	border: 1px solid #E3E3E3 !important;
	padding: 0px 10px !important;
	height: 46px !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	text-transform: none !important;
	color: #E3E3E3 !important;
	line-height: 45px !important;
	background-color: #231F20 !important;
}

.btn-prev {
	font-family: "GothamPro";
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	padding: 12px 18px;
	border-radius: 2px;
	text-decoration: none;
	display: inline-block;
	width: 210px;
	color: #231F20;
	background-color: #D9D9D9;
}

.btn-prev:hover,
.btn-prev:active,
.btn-prev:visited {
	text-decoration: none !important;
	color: #231F20 !important;
	background-color: #b5b5b5;
}

.btn-prev:before {
	content: "\f190";
	font: normal normal normal 32px / 1 FontAwesome;
	font-size: 22px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: relative;
	right: 40px;
	top: 2px;
}

.btn-next svg {
	position: absolute;
	right: 33px;
}

.btn-next {
	font-family: "GothamPro";
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	padding: 12px 18px;
	border-radius: 2px;
	text-decoration: none;
	display: inline-block;
	width: 210px;
	color: #fff;
	background-image: linear-gradient(90deg, rgba(51, 86, 165, 1) 0%, rgba(200, 81, 156, 1) 56%, rgba(238, 94, 82, 1) 79%, rgba(231, 65, 59, 1) 100%);
	background-size: 100%;
	-webkit-transition: background-size .6sease-in-out;
	-moz-transition: background-size .6s ease-in-out;
	-o-transition: background-size .6s ease-in-out;
	transition: background-size .6sease-in-out;
}

.btn-next:hover,
.btn-next:active,
.btn-next:visited {
	text-decoration: none !important;
	color: #fff !important;
	background-size: 250%;
}

.btn-next:after {
	content: "\f18e";
	font: normal normal normal 32px / 1 FontAwesome;
	font-size: 22px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: relative;
	left: 15px;
	top: 2px;
}

.btn-next svg {
	position: absolute;
	right: 33px;
}

.btn-next svg {
	position: absolute;
	right: 33px;
}

.btn-gerar {
	font-family: "GothamPro";
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	padding: 12px 18px;
	border-radius: 2px;
	text-decoration: none;
	display: inline-block;
	width: 240px;
	color: #231F20;
	background-color: #D9D9D9;
}

.btn-gerar:hover,
.btn-gerar:active,
.btn-gerar:visited {
	text-decoration: none !important;
	color: #231F20 !important;
	background-color: #b5b5b5;
}

.btn-filtrar {
	font-family: "GothamPro";
    font-size: 16px;
    line-height: 15px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 2px;
    text-decoration: none;
    display: inline-block;
    width: 210px;
    color: #fff;
	background-image: linear-gradient(90deg, rgba(51, 86, 165, 1) 0%, rgba(200, 81, 156, 1) 56%, rgba(238, 94, 82, 1) 79%, rgba(231, 65, 59, 1) 100%);
	background-size: 100%;
	-webkit-transition: background-size .6sease-in-out;
	-moz-transition: background-size .6s ease-in-out;
	-o-transition: background-size .6s ease-in-out;
	transition: background-size .6sease-in-out;
}

.btn-filtrar:hover,
.btn-filtrar:active,
.btn-filtrar:visited {
	text-decoration: none !important;
	color: #fff !important;
	background-size: 250%;
}

.btn-addcart {
	font-family: "GothamPro";
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	padding: 12px 18px;
	border-radius: 2px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	background-image: linear-gradient(90deg, rgba(51, 86, 165, 1) 0%, rgba(200, 81, 156, 1) 56%, rgba(238, 94, 82, 1) 79%, rgba(231, 65, 59, 1) 100%);
	background-size: 100%;
	-webkit-transition: background-size .6sease-in-out;
	-moz-transition: background-size .6s ease-in-out;
	-o-transition: background-size .6s ease-in-out;
	transition: background-size .6sease-in-out;
}

.btn-addcart:hover,
.btn-addcart:active,
.btn-addcart:visited {
	text-decoration: none !important;
	color: #fff !important;
	background-size: 250%;
}

.remover-carrinho-mapa {
    font-size: 15px;
    margin-left: 10px;
    padding: 5px 13px;
    background: #e12727;
    position: absolute;
    top: 1px;
    right: 15px;
    color: #fff;
    border-radius: 0px;
}


.remover-carrinho-mapa:hover,
.remover-carrinho-mapa:active,
.remover-carrinho-mapa:visited {
	text-decoration: none !important;
	color: #fff !important;
}

.btn-remover-todos {
    font-family: "GothamPro";
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    padding: 12px 18px;
    border-radius: 2px;
    text-decoration: none;
    display: inline-block;
    width: 210px;
    color: #fff;
    background-color: #e74646;
}

.btn-remover-todos:hover,
.btn-remover-todos:active,
.btn-remover-todos:visited {
	text-decoration: none !important;
	color: #fff !important;
	background-color: #bb2e2e;
}

.btn-adicionar-todos {
    font-family: "GothamPro";
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    padding: 12px 18px;
    border-radius: 2px;
    text-decoration: none;
    display: inline-block;
    width: 210px;
    color: #fff;
    background-color: #47b16d;
    margin-right: 10px;
}

.btn-adicionar-todos:hover,
.btn-adicionar-todos:active,
.btn-adicionar-todos:visited {
	text-decoration: none !important;
	color: #fff !important;
	background-color: #278749;
}

.accordion > dt{
	margin-top: 10px;
	margin-bottom: 0px;
}

.accordion > dt > a{
	font-family: "GothamPro" !important;
	font-size: 16px !important;
	line-height: 18px !important;
	font-weight: 600 !important;
	color: #303133 !important;
	text-transform: none !important;
	border-radius: 10px !important;
	border: 0px !important;
	padding: 20px 50px;
	background-color: #F5F5F7 !important;
}

.accordion > dt > a.active {
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.accordion > dt > a:after{
	content: "\f18e" !important;
	font-size: 28px !important;
	right: unset !important;
	left: 20px !important;
	color: #303133 !important;
}

.accordion > dt > a.active:after{
	content: "\f01a" !important;
	color: #303133 !important;	
}

.accordion > dd {
	padding: 10px 10px;
	background: #F5F5F7;
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}

.interna-colapse {
	padding: 20px;
	background: #fff;
	border-radius: 10px !important;
}

.fundo-branco{
	background-color: #fff;
}

.fundo-preto{
	background-color: #231F20;
}

.barra{
	height: 10px;
	background-color: #D9D9D9 !important;
	border-radius: 50px;
}

.progress-bar{
	border-radius: 50px;
	height: 10px;
	width: 0%;
	background-image: linear-gradient(90deg, rgba(51, 86, 165, 1) 0%, rgba(200, 81, 156, 1) 56%, rgba(238, 94, 82, 1) 79%, rgba(231, 65, 59, 1) 100%) !important;
}

.texto-barra{
	color: #6D6E71;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	margin: 0px;
}

#svg2 {
	width: 100%;
	max-height: 45vh;
}

.porcentagem-barra{
	font-weight: bold;
	background-image: url(../images/porcentagem.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 12px;
	width: 67px;
	height: 35px;
	display: inline-block;
}

.card {
	border-radius: 11px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
	transition: transform 0.5s;
	transform: translateY(0px);
	display: flex;
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 1;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	min-height: 400px;
}

.card:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 1) 100%);
	border-radius: 11px;
}

.card-ativo{
	border: 2px solid #C8519C;
	transform: translateY(-5px);
}

.card-ativo{
	border: 2px solid #C8519C;
	transform: translateY(-5px) !important;
}

.div-titulo-card{
	border-radius: 11px;
	position: relative;
	z-index: 2;
}

.check-card{
	padding-bottom: 20px;
	opacity: 1;
	-webkit-transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-ms-transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
}

.card-ativo .check-card{
	opacity: 1 !important;
}



.titulo-card{
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	margin: 10px 0px;
	text-align: center;
}

.titulo-card2{
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	font-weight: 300;
	margin: 10px 0px;
	text-align: center;
}

.card-h {
	border-radius: 11px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
	transition: transform 0.5s;
	transform: translateY(0px);
}

.card-h:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 1) 100%);
	border-radius: 11px;
}

.card-h .check-card {
	position: absolute;
	opacity: 0;
	right: 30px;
	width: 30px;
	padding: 0px;
	bottom: 30px;
}

.card-h .titulo-card {
	text-align: left;
}

.card-h .titulo-card2 {
	text-align: left;
}

.card-h .div-titulo-card {
	padding: 50px 10px 10px 10px;
	border-radius: 11px;
	position: relative;
	z-index: 2;
	width: 75%;
}

.div-locais {
	height: 65vh;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0px 20px 0px 0px;
}

.div-locais::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
}

.div-locais::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}

.div-locais::-webkit-scrollbar-thumb{
	background-color: #0ae;
	background-image: linear-gradient(180deg, rgba(51, 86, 165, 1) 0%, rgba(200, 81, 156, 1) 56%, rgba(238, 94, 82, 1) 79%, rgba(231, 65, 59, 1) 100%);
}

.imagem-local{
	border-radius: 11px;
	width: 100%;
}

.titulo-local{
	color: #000000;
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
	margin: 10px 0px 0px 0px;
}

.endereco-local{
	color: #6D6E71;
	font-size: 9px;
	line-height: 18px;
	font-weight: 400;
	margin: 5px 0px;
}

.tags-local {
	margin-top: 13px;
}

.tag-audio {
	background: #3456A5;
	color: #fff;
	padding: 8px 10px;
	font-size: 10px !important;
	margin-right: 5px;
	border-radius: 2px;
}

.tag-video {
	background: #D358A1;
	color: #fff;
	padding: 8px 10px;
	font-size: 10px !important;
	margin-right: 5px;
	border-radius: 2px;
}

.preco-local{
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 10px;
}

.preco-local span{
	color: #6D6E71;
	font-size: 12px;
	line-height: 18px;
	font-weight: 300;
}

.titulo-selecionalocais {
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    background: linear-gradient(90deg, rgba(51, 86, 165, 1) 0%, rgba(200, 81, 156, 1) 12%, rgba(238, 94, 82, 1) 35%, rgba(231, 65, 59, 1) 100%);
    color: transparent;
    background-clip: text;
    margin: 0px 0px 15px 0px;
}

.imagem-fisico {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 45px;
}

.observacoes-fisico {
    color: #6D6E71;
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    margin: 5px 0px;
}

.preco-localfisico{
	color: #000000;
	font-size: 12px;
	line-height: 14px;
	font-weight: 600;
	margin: 0px;
}

.preco-localfisico span{
	color: #6D6E71;
	font-size: 11px;
	line-height: 11px;
	font-weight: 300;
}

.btn-addfisico {
    font-family: "GothamPro";
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    padding: 0px;
    border-radius: 2px;
    text-decoration: none;
    display: inline-block;
    color: #000;
    margin-top: 10px;
}

.btn-addfisico:hover,
.btn-addfisico:active,
.btn-addfisico:visited {
	text-decoration: none !important;
    color: #278749;
}

.fisico-ativo{
    color: #278749 !important;
}

#listafisicos-modal{
	max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
}

#listafisicos-modal .linha-fisico:first-child {
    border: 0px;
}

.linha-fisico{
    border-top: 1px solid #ccc;
    padding-top: 5px;
    margin-top: 2px;
}

.btn-salvaitensfisicos {
	font-family: "GothamPro";
    font-size: 16px;
    line-height: 15px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 2px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    text-align: center;
	background-color: #3356a5;
}

.btn-salvaitensfisicos:hover,
.btn-salvaitensfisicos:active,
.btn-salvaitensfisicos:visited {
	text-decoration: none !important;
	color: #fff !important;
	background-color: #9c52a0;
}

.label-filtro{
	color: #6D6E71 !important;
	font-size: 12px !important;
	line-height: 18px !important;
	font-weight: 300 !important;
}

.campo-filtro{
	background-color: #F5F5F7 !important;
}

.label-filtro{
	color: #6D6E71 !important;
	font-size: 12px !important;
	line-height: 18px !important;
	font-weight: 300 !important;
}

.label-mapa{
	color: #6D6E71 !important;
	font-size: 15px !important;
	line-height: 18px !important;
	font-weight: 400 !important;
}

.campo-mapa{
	background-color: #231F20 !important;
	border-color: #E3E3E3;
	color: #E3E3E3 !important;
}

.label-anuncio{
	color: #303133 !important;
	font-size: 15px !important;
	line-height: 18px !important;
	font-weight: 400 !important;
}

.campo-anuncio{
	background-color: transparent !important;
	border-color: #E3E3E3 !important;
	color: #303133 !important;
}

textarea.campo-anuncio{
	border-radius: 10px !important;
	border: 1px solid #E3E3E3 !important;
	padding: 10px 10px !important;
	height: 46px !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	line-height: 15px !important;
	font-weight: 400 !important;
	text-transform: none !important;
	color: #333 !important;
	min-height: 244px;
}

input[type="range"]{
	height: auto;
}

.et_pb_contact_form_label {
	display: block;
	color: black;
	font-weight: bold;
	letter-spacing: 1.2px;
	font-size: 18px;
	padding-bottom: 5px;
}
input[id="et_pb_contact_brand_file_request_0"] {
	display: none;
}
label[for="et_pb_contact_brand_file_request_0"] {
	background: #F5F5F7;
	height: 230px;
	background-image: url('../images/icone3.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 7%;
	color: transparent;
	margin: auto;
	width: 100%;
	border: 0px;
	border-radius: 10px;
	box-sizing: border-box;
}
label[for="et_pb_contact_brand_file_request_0"] {
	cursor: pointer;
	transition: 400ms ease;
}
.file_names {
	display: block;
	color: black;
	font-size: 13px;
	font-weight: 300;
}
.file_names {
	text-align: center;
}

.cidade-select .chosen-single{
	border-radius: 4px !important;
    border: 1px solid #ccc !important;
    padding: 0px 10px !important;
    height: 34px !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    color: #333 !important;
    line-height: 34px !important;
    background-color: #F5F5F7 !important;
}

.select-mapa .chosen-single{
	border-radius: 4px !important;
    border: 1px solid #E3E3E3 !important;
    padding: 0px 15px !important;
    height: 34px !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    color: #E3E3E3 !important;
    line-height: 34px !important;
    background-color: #231F20 !important;
}

.titulo-locais{
	color: #000000;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	margin: 0px;
}

.subtitulo-locais{
	color: #6D6E71;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin: 5px 0px;
}

#div-mapa{
	min-height: 630px;
}

.card-tipo {
	border-radius: 10px;
	background-color: #F5F5F7;
	cursor: pointer;
	transition: transform 0.5s;
	transform: translateY(0px);
	padding: 30px 35px;
	min-height: 355px;
}

.card-ativo{
	border: 2px solid #C8519C;
	transform: translateY(-5px);
}

.card-desativado{
	cursor: unset !important;
}

.pd-template{
	padding: 0px 10px;
}

.titulo-template{
	color: #303133;
	font-size: 9px;
	line-height: 18px;
	font-weight: 400;
	margin: 0px;
}

.imagem-template{
	border-radius: 10px;
	width: 100%;
	margin-bottom: 5px;
}

.card-template{
	transition: transform 0.5s;
}

.card-ativo-template{
	transform: translateY(-5px);
}

.card-ativo-template .imagem-template{
	border: 2px solid #C8519C;
}

.card-ativo-template .titulo-template{
	color: #3656a4;
	font-size: 11px;
	font-weight: 600;
}

.card-tipo img{
	padding-top: 20px;
}

.titulo-tipo{
	background: linear-gradient(90deg, rgba(51,86,165,1) 2%, rgba(200,81,156,1) 30%, rgba(238,94,82,1) 90%, rgba(231,65,59,1) 100%);
	color: transparent;
	background-clip: text;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin: 20px 0px;
}

.subtitulo-tipo{
	color: #6D6E71;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	margin: 15px 0px;
}

.titulo-sessao-plano{
	color: #000000;
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	margin: 0px;
}

.titulo-sessao-plano2 {
	text-align: left;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	color: #6D6E71;
	margin: 0px;
}

.titulo-tipopag {
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	color: #6D6E71;
	margin: 0px;
}

.foto-plano {
	height: 200px;
	width: 100%;
	display: inline-block;
	border-radius: 10px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.titulo-plano{
	color: #000000;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	margin: 10px 0px;
}

.subtitulo-plano{
	color: #6D6E71;
	font-size: 15px;
	line-height: 18px;
	font-weight: 300;
	margin: 10px 0px;
}

.box-plano{
	padding: 15px;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	text-align: right;
}

.box-plano h1{
	color: #000000;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	text-align: right;
	margin: 15px 0px 10px 0px;
}

.box-plano p{
	color: #6D6E71;
	font-size: 15px;
	line-height: 18px;
	font-weight: 300;
	text-align: right;
	margin: 0px;
}

.box-plano img{
	display: inline-block;
	margin-left: 5px;
}

.info-plano{
	color: #6D6E71;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
}

.box-carrinho{
	padding: 10px 0px 5px 0px;
	border-bottom: 1px solid #000;
}

.titulo-prod h1{
	color: #000000;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	margin: 0px;
}

.titulo-prod p{
	color: #6D6E71;
	font-size: 13px;
	line-height: 18px;
	font-weight: 300;
	margin: 5px 0px;
}

.alcance {
	color: #6D6E71;
	font-size: 11px;
	line-height: 18px;
	font-weight: 300;
	margin: 0px;
}

.alcance img {
	display: inline-block;
	width: 10px;
}

.prod-audio {
	background: #3456A5;
	color: #fff;
	padding: 8px 10px;
	font-size: 10px !important;
	margin-right: 5px;
	border-radius: 2px;
}

.prod-video {
	background: #D358A1;
	color: #fff;
	padding: 8px 10px;
	font-size: 10px !important;
	margin-right: 5px;
	border-radius: 2px;
}

.preco-prod h1{
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	margin-top: 20px;
}

.preco-prod span{
	color: #6D6E71;
	font-size: 12px;
	line-height: 18px;
	font-weight: 300;
}

.box-total{
	border-bottom: 2px solid #000;
}

.total{
	color: #000000;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	margin: 10px 0px;
}

.div-carregando {
	display: none;
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding-top: 25%;
	text-align: center;
	background: #fff;
	z-index: 1;
}

.div-adicionando {
	display: none;
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding-top: 25%;
	text-align: center;
	background: #fff;
	z-index: 1;
}

.div-adicionando2 {
	display: none;
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding-top: 20%;
	text-align: center;
	background: #fff;
	z-index: 1;
}

.div-adicionado{
	display: none;
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding-top: 25%;
	text-align: center;
	background: #fff;
	z-index: 1;
	color: #40af4e;
}

.div-adicionado2{
	display: none;
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding-top: 20%;
	text-align: center;
	background: #fff;
	z-index: 1;
	color: #40af4e;
}


.div-removendo {
	display: none;
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding-top: 25%;
	text-align: center;
	background: #fff;
	z-index: 1;
}

.div-removido{
	display: none;
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding-top: 25%;
	text-align: center;
	background: #fff;
	z-index: 1;
	color: #40af4e;
}

.remover-item {
	position: absolute;
	right: 20px;
	top: 0px;
}

.edita-item {
	position: absolute;
	right: 20px;
	top: 0px;
}

.ja-adicionado {
	color: #6D6E71;
	margin-top: 5px;
}

/* Important styles */
#toggle {
	display: block;
	width: 28px;
	height: 30px;
	padding-top: 36px;
}

#toggle span:after,
#toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}
#toggle span:after{
	top: 9px;
}
#toggle span {
	position: relative;
	display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
	width: 100%;
	height: 4px;
	background-color: #000;
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 10px;
}

/* on activation */
#toggle.on span {
	background-color: transparent;
}
#toggle.on span:before {
	transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
	transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
	opacity: 1;
	visibility: visible;
}

/* menu appearance*/
#menu {
	position: absolute;
	left: -85px;
	top: 70px;
	color: #999;
	width: 200px;
	padding: 10px;
	margin: auto;
	text-align: center;
	border-radius: 4px;
	background: #f5f5f5;
	/* just for this demo */
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
}
#menu:after {
	position: absolute;
	top: -15px;
	left: 85px;
	content: "";
	display: block;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 20px solid #f5f5f5;
}
#menu ul,#menu li,#menu li a {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	float: none;
}
#menu li a {
	padding: 5px;
	color: #333;
	text-decoration: none;
	font-family: "GothamPro" !important;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	transition: all .2s;
	text-transform: none;
	letter-spacing: 0px;
}
#menu li a:hover,
#menu li a:focus {
	background: linear-gradient(90deg, rgba(51, 86, 165, 1) 0%, rgba(200, 81, 156, 1) 56%, rgba(238, 94, 82, 1) 79%, rgba(231, 65, 59, 1) 100%) !important;
	color: #fff;
}

.form input.warning{
	border-color: #a38000 !important;
}
.form select.warning{
	border-color: #a38000 !important;
	border-color: #a38000 !important;
}
.form div.warning{
	margin-top: 20px;
	padding: 13px 20px;
	text-align: center;
	background: #a38000;
	color: #fff;
}
.form div.warning a,
.form div.warning a:hover{
	color: #fff;
}

.carregando-pagamento{
	position: absolute;
	text-align: center;
	top: 40px;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 2;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	display: none;
}

.card-data-inicio {
	border-radius: 11px;
	text-align: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
	transition: transform 0.5s;
	transform: translateY(0px);
	display: flex;
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 1;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	min-height: 400px;
	padding: 15px;
	border: 2px solid #6D6E71;
}

.input-group-addon{
	top: 30px;
	left: 13px;
	color: #fff;
	display: block;
	position: relative;
}

#data-inicio-anuncio {
	padding-left: 35px;
}

.em-breve{
	position: absolute;
	top: 15px;
	right: 30px;
	font-family: "GothamPro";
	font-size: 10px;
	line-height: 10px;
	font-weight: 600;
	padding: 7px;
	border-radius: 5px;
	color: #fff;
	background: #3356a5;
}

.forma-pag {
	width: 80px;
}

.pag-pix.pag-ativo{
	fill: url(#preenchimento-pix) #fff;
}

.pag-cartao.pag-ativo{
	fill: url(#preenchimento-cartao) #fff;
}


.btn-finalizar-compra {
	font-family: "GothamPro" !important;
	font-size: 16px !important;
	line-height: 18px !important;
	font-weight: 600 !important;
	padding: 14px 18px !important;
	border-radius: 2px !important;
	text-decoration: none;
	display: inline-block;
	border: 0px;
	bottom: 2px;
	display: inline-block;
	position: relative;
	color: #fff !important;
	background-image: linear-gradient(90deg, rgba(51, 86, 165, 1) 0%, rgba(200, 81, 156, 1) 56%, rgba(238, 94, 82, 1) 79%, rgba(231, 65, 59, 1) 100%);
	background-size: 100%;
	-webkit-transition: background-size .6sease-in-out;
	-moz-transition: background-size .6s ease-in-out;
	-o-transition: background-size .6s ease-in-out;
	transition: background-size .6sease-in-out;
}

.btn-finalizar-compra:hover,
.btn-finalizar-compra:active,
.btn-finalizar-compra:visited {
	text-decoration: none !important;
	color: #fff !important;
	background-size: 250%;
}

.borda-10{
	border-radius: 10px !important;
}

.table th {
	text-align: center;
}

.bagde-aberto {
	padding: 5px 5px;
	background: #57a4c9;
	color: #fff;
	border-radius: 4px;
	text-wrap: nowrap;
}

.bagde-pago {
	padding: 5px 5px;
	background: #45b352;
	color: #fff;
	border-radius: 4px;
	text-wrap: nowrap;
}

.pagar{
	cursor: pointer;
}

.btn-play-anuncio {
	font-family: "GothamPro";
	font-size: 13px;
	line-height: 13px;
	font-weight: 600;
	padding: 12px 15px;
	border-radius: 2px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	color: #fff;
	background-color: #335999;
}

.btn-play-anuncio:hover,
.btn-play-anuncio:active,
.btn-play-anuncio:visited {
	text-decoration: none !important;
	color: #fff !important;
}

.btn-otimizar {
	font-family: "GothamPro" !important;
	font-size: 16px !important;
	line-height: 18px !important;
	font-weight: 600 !important;
	padding: 14px 18px !important;
	border-radius: 2px !important;
	text-decoration: none;
	display: inline-block;
	border: 0px;
	bottom: 2px;
	display: inline-block;
	position: relative;
	color: #fff !important;
	background-color: #9c539d;
}

.btn-otimizar:hover,
.btn-otimizar:active,
.btn-otimizar:visited {
	text-decoration: none !important;
	color: #fff !important;
	background-color: #c8519c;
}

.error2 {
	border-color: #b74c4c;
	color: #fff;
	background: #b74c4c;
}

.btn-mapa{
	display: none;
}

.div-resultado-finalizada .alert {
    padding: 50px;
    text-align: center;
    margin-top: 50px;
}

.div-resultado-finalizada i {
    font-size: 70px;
}

.div-resultado-finalizada p {
    font-size: 20px;
    text-transform: none;
}

.form input[type="text"].error, .form input[type="email"].error, .form input[type="number"].error, .form input[type="url"].error, .form input[type="search"].error, .form input[type="tel"].error, .form input[type="password"].error, .form input[type="date"].error, .form input[type="color"].error, .form select.error {
	border: 1px solid #e41919 !important;
}

@media(max-width:767px){
	.foto-avatar{
		margin-top: 10px;
	}

	.svg-menu svg{
		margin-top: 15px;
	}

	#toggle {
		padding-top: 30px;
	}

	.card{
		min-height: 300px;
	}

	.card-data-inicio{
		min-height: 200px;
		padding: 20px;
	}

	.card-tipo {
		padding: 30px 35px;
		min-height: 250px;
	}

	.btn-prev, .btn-next{
		width: 48%;
	}

	.btn-gerar{
		width: 100%;
	}

	.btn-player2{
		width: 100%;
	}

	.box-plano{
		text-align: left;
	}

	.div-locais {
		height: auto;
		padding: 40px 20px 40px 20px;
	}

	.total{
		text-align: left !important;
	}
	.remover-item {
		right: 20px;
		top: unset;
		bottom: 0px;
		font-size: 20px;
	}

	.tabs-cad > li {
		margin-top: 20px;
		width: 48% !important;
	}

	.mobile-on .inner-nav li {
		margin-left: 25px !important;
	}

	#menu {
		position: absolute;
		left: unset;
		right: 0px;
	}
	#menu:after {
		position: absolute;
		top: -15px;
		left: 170px;
		right: 0px;
	}

	.btn-mapa{
		display: block;
		position: fixed;
		right: 16px;
		bottom: 20%;
		padding: 3px;
		color: #fff !important;
		background-color: #3356a5;
		text-align: center;
		font-size: 30px;
		border-radius: 50%;
		width: 60px;
		height: 60px;
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
	}

	.mapa-aberto {
		color: #3356a5 !important;
		background: #fff;
		z-index: 9999;
		right: 20px;
		padding: 1px;
		font-size: 20px;
		width: 40px;
		height: 40px;
	}

	.box-mapa{
		display: block;
		position: fixed;
		bottom: 0px;
		left: -100%;
		margin: 0;
		padding: 10px;
		width: 100%;
		background: #F5F5F7;
		z-index: 999;
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
		overflow: hidden;
	}
	.mostrar-mapa{
		left: 0px !important;
	}
}