@media only screen and (max-width: 480px) {
	#ibx-header.default .brand {
		height: 45px !important;
		max-height: 45px !important;
		background-image: url('../images/logo-klickart.svg') !important;
		background-position: center center !important;
	}
	#ibx-header.default.border-top:before {
		top: 0 !important;
	}
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
	#ibx-header.default .brand {
		height: 45px !important;
		max-height: 45px !important;
		background-image: url('../images/logo-klickart.svg') !important;
		background-position: center center !important;
	}
}
.ibx-header-nav figure.brand {
	height: 75px !important;
	max-height: 75px !important;
	background-image: url('../images/logo-klickart.svg') !important;
}
.ibx-header-nav nav {
	margin-top: 18px;
}
.ibx-header-nav nav a:hover {
	color: #2174b8 !important;
}
.button.full:not(.green) {
	color: white !important;
	background-color: #2174b8;
}
.button.full:not(.green):hover {
	color: white !important;
	background-color: #059e97;
}
.button.outline:not(.green) {
	color: #099093 !important;
	border-color: #099093;
}
.button.outline:not(.green):hover {
	color: #2075b6 !important;
	border-color: #2075b6;
}
.ibx-link {
	color: #2174b8 !important;
}
.ibx-link:hover {
	color: #059e97 !important;
}
.ibx-tab-horizontal a.active {
	color: #2174b8;
	border-bottom-color: #2174b8;
}
.ibx-tab-horizontal a.active:hover {
	color: #2174b8;
	border-bottom-color: #2174b8;
}
#ibx-header.default.border-top:before {
	background-image: -webkit-linear-gradient(30deg, #2174b8, #059e97);
	background-image: -o-linear-gradient(30deg, #2174b8, #059e97);
	background-image: linear-gradient(120deg, #2174b8, #059e97);
}
.ibx-home-lists {
	display: none !important;
}
.ibx-footer .social {
	display: none !important;
}
#onesignal-bell-container {
	display: none !important;
}
body, html {
	overflow-x: hidden !important;
}
.p-relative {
	position: relative;
}
.circle-header {
	width: 110%;
	min-height: 600px;
	background-color: #F6F7F8;
	right: -50%;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	z-index: 0;
	-webkit-clip-path: circle(50% at 50% 100%);
	clip-path: circle(50% at 50% 100%);
}

.modal, textarea {
	overflow: auto
}
.modal .modal-content, .upsell .upsell-video {
	-webkit-box-shadow: -1px 2px 20px 0 rgba(0, 0, 0, .5)
}
input.error, textarea.error {
	background-color: rgba(255, 77, 77, .1);
	border-color: #FF4D4D
}
label.error {
	display: none!important
}
.input-icon {
	padding-left: 37px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 7px center
}
.modal, .modal .modal-overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0
}
.modal {
	display: none;
	z-index: 99;
	min-height: 100%;
}
.modal.active {
	display: block
}
.modal .modal-overlay {
	background: rgba(58, 70, 74, .9);
	z-index: 1000
}
.modal .modal-content {
	z-index: 1001;
	background: #fff;
	border-radius: 5px;
	box-shadow: -1px 2px 20px 0 rgba(0, 0, 0, .5);
	padding: 10px;
	position: relative;
	margin: 100px auto;
	max-width: 700px
}
.modal .modal-content.modal-checkout {
	padding: 200px 50px 50px;
	max-width: 600px;
	text-align: center
}
@media screen and (max-width:400px) {
	.modal .modal-content.modal-checkout {
		padding: 200px 10px 10px
	}
}
.modal .modal-content .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden
}
.modal .modal-content .video-container embed, .modal .modal-content .video-container iframe, .modal .modal-content .video-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.modal .modal-content .modal__header {
	background-image: linear-gradient(-177deg, var(--second-color) 0, var(--first-color) 100%);
	border-radius: 5px 5px 0 0;
	position: absolute;
	height: 160px;
	top: 0;
	left: 0;
	text-align: center;
	padding: 15px;
	width: 100%
}
.modal .modal-content .modal__header.modal__header--white {
	background-image: initial;
	background-color: #fff
}
.modal .modal-content .modal__header.modal__header--white h2 {
	color: var(--first-color)
}
.modal .modal-content .modal__header.modal__header--white p {
	font-size: 1.125em;
	color: #606873;
	line-height: 28px
}
@media screen and (max-width:400px) {
	.modal .modal-content .modal__header {
		height: initial
	}
}
.modal .modal-content .modal__header h2 {
	color: #fff;
	font-family: truenobold!important;
	font-size: 1.8em;
	margin-top: 40px;
}
.modal .modal-content .modal__header p {
	color: #fff;
	font-size: 0.8em;
	font-family: "Open Sans";
	margin: 10px 0 0
}
.modal .modal-content .modal-message {
	font-family: "Open Sans";
	margin: 10px 0 0
}
.modal .modal-content .modal-message a{
	color: #2174b8;
}
.modal .modal-steps {
	padding: 0;
	margin: 0 0 50px;
	list-style: none;
	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
}
.modal .modal-steps .step {
	background-color: #C6CCD4;
	border-radius: 50%;
	border: 3px solid #C6CCD4;
	color: #fff;
	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;
	width: 25px;
	height: 25px;
	font-weight: 700;
	font-size: .875em;
	margin-right: 40px;
	position: relative
}
.modal .modal-steps .step:after {
	background-color: #C6CCD4;
	content: '';
	position: absolute;
	width: 40px;
	height: 4px;
	top: 8px;
	right: -43px
}
.modal .modal-steps .step:last-of-type {
	margin-right: 0
}
.modal .modal-steps .step:last-of-type:after {
	display: none
}
.modal .modal-steps .step.current {
	background-color: #fff;
	border-color: #3BB75D;
	color: #3BB75D
}
.modal .modal-steps .step.done {
	content: 'a';
	background-color: #3BB75D;
	border-color: #3BB75D
}
.modal .modal-steps .step.done:before {
	background: url(../images/ic-check-badge.svg) center center no-repeat #3BB75D;
	background-size: contain;
	border-radius: 50%;
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0
}
.modal .modal-steps .step.done:after {
	background-color: #3BB75D
}
@media screen and (max-width:680px) {
	.modal .modal-content {
		margin: 100px 10px 50px
	}
	.modal .modal-steps {
		margin-top: 30px;
		margin-bottom: 30px
	}
}


.modal-content input, textarea {
    padding: 12px 16px;
    height: auto;
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #555;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    margin: 15px 0;
}
.modal-content h3{
    color: #fff;
    font-family: truenobold!important;
    font-size: 1.0em;
    margin-top: 20px;
}

.modal-content .button.button-success:hover {
    background: #2174b8;
}
.modal-content .button.button-arrow {
    position: relative;
    padding-right: 50px;
}
.modal-content .button.button-success {
    background: #059e97;
    border: 1px solid #43CB6F;
    color: #fff;
}
.modal-content .button {
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    padding: 15px 20px;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    text-decoration: none;
    white-space: nowrap;
}

.modal-content .button.button-arrow:after {
    background: url(../images/ico-arrow-btn.png) center center no-repeat;
    content: ' ';
    position: absolute;
    right: 15px;
    top: calc(50% - 12px);
    height: 24px;
    width: 24px;
}

.campoRequerido{
    border: 1px solid #f00;
    background: #fff3f3;
}

