@font-face {
	font-family: truenobold;
	src: url(../fonts/truenobd-webfont.woff2) format("woff2"), url(../fonts/truenobd-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: truenolight;
	src: url(../fonts/truenolt-webfont.woff2) format("woff2"), url(../fonts/truenolt-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: truenoregular;
	src: url(../fonts/truenorg-webfont.woff2) format("woff2"), url(../fonts/truenorg-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: truenoultrablack;
	src: url(../fonts/truenoultblk-webfont.woff2) format("woff2"), url(../fonts/truenoultblk-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: truenoultralight;
	src: url(../fonts/truenoultlt-webfont.woff2) format("woff2"), url(../fonts/truenoultlt-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal;
    font-display: swap;
}

.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:28px;
	margin:20px 0px 0px 0px;
	line-height: 36px;
}
.modal .modal-content .modal__header p {
	color: #fff;
	font-family: "Open Sans";
	font-size: 14px;
	margin: 0px;
}
.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;
	font-size: 12px;
}
.modal-content h3{
    color: #fff;
    font-family: truenobold!important;
    font-size: 16px;
    margin-top: 20px;
	line-height: 30px;
}

.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;
}

