/* Show it is fixed to the top */
body {
	padding-top: 56px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
@media only screen and (min-width: 992px) {
	body {
		padding-top: 106px;
	}
}
nav.navbar {
	max-height: 100vh;
}
@media only screen and (max-width: 991px) {
	nav.navbar {
		overflow-y: auto;
	}
}
nav.navbar .container-fluid.navbar-top {
	background: #005a9b;
	background: -moz-linear-gradient(top, rgba(0,90,155,1) 0%, rgba(0,77,133,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,90,155,1)), color-stop(100%,rgba(0,77,133,1)));
	background: -webkit-linear-gradient(top, rgba(0,90,155,1) 0%,rgba(0,77,133,1) 100%);
	background: -o-linear-gradient(top, rgba(0,90,155,1) 0%,rgba(0,77,133,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,90,155,1) 0%,rgba(0,77,133,1) 100%);
	background: linear-gradient(to bottom, rgba(0,90,155,1) 0%,rgba(0,77,133,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a9b', endColorstr='#004d85',GradientType=0 );
}
nav.navbar .container-fluid.navbar-bottom {
	background: #f2f2f2;
	border-bottom: 1px solid #fff;
	-webkit-box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%);
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%);
	border-top: 3px solid #f89619;
}
.navbar-brand {
	position: relative;
	width: 135px;
	height: 40px;
	margin: 4px 0 0 4px;
	text-indent: -9999px;
}
.navbar-brand span {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background-position: -135px 0;
	width: 32px;
	height: 40px;
}
.navbar-brand:hover span {
	display: block;
}
@media only screen and (min-width: 992px) {
	nav.navbar .container-fluid.navbar-bottom .nav-item {
		border-left: 1px solid #fff;
		border-right: 1px solid #e5e5e5;
	}
}
.sprite {
	background: url(../img/sprite.png) no-repeat 0 0;
}
.sprite1, 
.card-search-HP:after, 
.card-gain-HP:after, 
.info-mark:after, 
.white_arrow_orange:before, 
.white_arrow_orange_small:before,
.more-info:before, 
.more-info:after, 
.warning-before:before,
.green-arrow-down:after {
	background: url(../img/content.png) no-repeat 0 0;
}
.pay-method:before {
	background: url(../../../v1/img/pachete_sprite.png) no-repeat 0 0;
}

.gsearch input[type="text"], .gsearchHP input[type="text"] {
	background: #ffffff!important;
	color: #737373;
}
.gsearch table.gsc-search-box td.gsc-input, .gsearchHP table.gsc-search-box td.gsc-input {
	padding-right: 0;
}
.gsearch .gsc-input-box {
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	width: 300px;
	max-width: 100%;
}
.gsearchHP .gsc-input-box {
	padding-top: 0;
	padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
	.gsearch .gsc-input-box {
		width: 100%;
	}
}
.gsearch .gsc-search-button, .gsearchHP .gsc-search-button {
	margin: 0 !important;
}
.gsearch button.gsc-search-button, .gsearchHP button.gsc-search-button {
	display: block;
	width: 56px;
	font-size: 16px;
	line-height: 1.5;
	padding: 5px 0 4px 0!important;
	border: none!important;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.gsearchHP button.gsc-search-button {
	padding: 6px 0 5px 0!important;
}
.navbar .card {
	border-top: none;
	border-bottom: 2px solid #f89619;
}
@media only screen and (min-width: 576px) {
	.navbar .card {
		width: 540px;
	}
}
@media only screen and (min-width: 768px) {
	.navbar .card {
		width: 720px;
	}
}
@media only screen and (min-width: 992px) {
	.navbar .card {
		width: 960px;
		position: absolute;
		left: 0px;
	}
}
@media only screen and (min-width: 1200px) {
	.navbar .card {
		width: 1140px;
	}
}
#dinamicModal .modal-header {
	border-top: 4px solid #f89619;
	border-bottom: 1px solid #ebebeb;
	background: #f5f5f5;
}

main {
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

.footer-line {
	position: relative;
}
.footer-line:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	border-top: 1px solid #f89619;
	width: 100%;
	transform: translateY(-50%);
}
.blue-back {
	background: url(../../../v1/img/main_bkg.png) repeat;
}
.footer-logo {
	display: inline-block;
	width: 90px;
	height: 24px;
	text-indent: -9999px;
	background-position: 0 -67px;
}

.btn-orange {
	background: rgb(255,180,0);
	background: -moz-linear-gradient(top, rgba(255,180,0,1) 0%, rgba(243,154,13,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,180,0,1)), color-stop(100%,rgba(243,154,13,1)));
	background: -webkit-linear-gradient(top, rgba(255,180,0,1) 0%,rgba(243,154,13,1) 100%);
	background: -o-linear-gradient(top, rgba(255,180,0,1) 0%,rgba(243,154,13,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,180,0,1) 0%,rgba(243,154,13,1) 100%);
	background: linear-gradient(to bottom, rgba(255,180,0,1) 0%,rgba(243,154,13,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb400', endColorstr='#f39a0d',GradientType=0 );
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffda80, 0px 2px 0px 0px rgb(149 102 24);
	box-shadow: inset 0px 1px 0px 0px #ffda80, 0px 2px 0px 0px rgb(149 102 24);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #543916;
}

.btn-orange:hover {
	background: rgb(243,154,13);
	background: -moz-linear-gradient(top, rgba(243,154,13,1) 0%, rgba(255,180,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,154,13,1)), color-stop(100%,rgba(255,180,0,1)));
	background: -webkit-linear-gradient(top, rgba(243,154,13,1) 0%,rgba(255,180,0,1) 100%);
	background: -o-linear-gradient(top, rgba(243,154,13,1) 0%,rgba(255,180,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(243,154,13,1) 0%,rgba(255,180,0,1) 100%);
	background: linear-gradient(to bottom, rgba(243,154,13,1) 0%,rgba(255,180,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39a0d', endColorstr='#ffb400',GradientType=0 );
}

.card-search-HP, .card-gain-HP {
	min-height: 156px;
}
.card-search-HP:after {
	content: ' ';
	display: block;
	position: absolute;
	width: 140px;
	height: 146px;
	background-position: 0 -23px;
	top: 5px;
	right: 10px;
	z-index: 1;
}
.card-gain-HP:after {
	content: ' ';
	display: block;
	position: absolute;
	width: 104px;
	height: 143px;
	background-position: 0 -169px;
	top: 5px;
	right: 10px;
	z-index: 1;
}

.border-bottom-orange {
	border-bottom: 2px solid #f89619;
}
.border-top-orange {
	border-top: 2px solid #f89619;
}
a, a:hover, .link-color {
	color: #315f80;
}
.orange-link, .orange-link:hover {
	color: #f26422;
}
.info-mark:after {
	content: '';
	display: block;
	background-position: -14px 0;
	position: absolute;
	top: 4px;
	right: 4px;
	width: 23px;
	height: 23px;
}
.white_arrow_orange:before {
	content: ' ';
	display: block;
	background-position: 0 -496px;
	position: absolute;
	width: 25px;
	height: 34px;
	left: 0;
}
.white_arrow_orange.arrow-top:before {
	top: 0;
}
.white_arrow_orange:not(.arrow-top):before {
	top: 50%;
	transform: translateY(-50%);
}
.white_arrow_orange_small:before {
	content: ' ';
	display: block;
	background-position: -58px 0;
	position: absolute;
	width: 10px;
	height: 11px;
	left: 2px;
}
.white_arrow_orange_small.arrow-top:before {
	top: 5px;
}
.white_arrow_orange_small:not(.arrow-top):before {
	top: 50%;
	transform: translateY(-50%);
}
.small_white_arrow_orange {
	position: relative;
	padding-left: 15px;
}
.small_white_arrow_orange:before {
	content: ' ';
	display: block;
	background: url(../../../v1/images/mainlist_bullet.gif) no-repeat 0px 0px;
	position: absolute;
	width: 10px;
	height: 17px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.white_arrow_blue_small {
	position: relative;
	padding-left: 15px;
}
.white_arrow_blue_small:before {
	content: ' ';
	display: block;
	background: url(../../../v1/images/ceref_bullet.gif) no-repeat 0px 0px;
	position: absolute;
	width: 11px;
	height: 10px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.plus-before {
	padding-left: 10px;
	position: relative;
}
.plus-before:before {
	content: ' ';
	position: absolute;
	display: inline-block;
	background: url(../../../v1/images/list-com.jpg) no-repeat left 0px;
	width: 7px;
	height: 7px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.active-white {
	background-color: white;
}
.btn.focus, .btn:focus {
	box-shadow: none;
}
.line-height-1 {
	line-height: 1;
}
.text-orange {
	color: #f89619 !important;
}
.more-info[aria-expanded="true"] .less, .more-less[aria-expanded="true"] .less {
	display: inline;
}
.more-info[aria-expanded="false"] .less, .more-less[aria-expanded="false"] .less {
	display: none;
}
.more-info[aria-expanded="true"] .more, .more-less[aria-expanded="true"] .more {
	display: none;
}
.more-info[aria-expanded="false"] .more, .more-less[aria-expanded="false"] .more {
	display: inline;
}
.more-info:before {
	left: 5px;
}
.more-info:after {
	right: 5px;
}
.more-info:before, .more-info:after {
	content: ' ';
	display: block;
	position: absolute;
	width: 15px;
	height: 25px;
	top: 50%;
	transform: translateY(-50%);
}
.more-info[aria-expanded="false"]:before, .more-info[aria-expanded="false"]:after {
	background-position: -32px -388px;
}
.more-info[aria-expanded="true"]:before, .more-info[aria-expanded="true"]:after {
	background-position: -32px -413px;
}
.warning-before {
	position: relative;
	padding-left: 15px;
}
.warning-before:before {
	content: ' ';
	display: block;
	background-position: -123px 0;
	position: absolute;
	width: 13px;
	height: 13px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.btn-green {
	background: rgb(109,181,56);
	background: -moz-linear-gradient(top, rgba(109,181,56,1) 0%, rgba(87,137,38,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,181,56,1)), color-stop(100%,rgba(87,137,38,1)));
	background: -webkit-linear-gradient(top, rgba(109,181,56,1) 0%,rgba(87,137,38,1) 100%);
	background: -o-linear-gradient(top, rgba(109,181,56,1) 0%,rgba(87,137,38,1) 100%);
	background: -ms-linear-gradient(top, rgba(109,181,56,1) 0%,rgba(87,137,38,1) 100%);
	background: linear-gradient(to bottom, rgba(109,181,56,1) 0%,rgba(87,137,38,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db538', endColorstr='#578926',GradientType=0 );
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	-webkit-box-shadow: 0px 2px 0px 0px #395c1f;
	box-shadow: 0px 2px 0px 0px #395c1f;
}
.btn-green:hover {
	background: rgb(87,137,38);
	background: -moz-linear-gradient(top, rgba(87,137,38,1) 0%, rgba(109,181,56,1) 86%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(87,137,38,1)), color-stop(86%,rgba(109,181,56,1)));
	background: -webkit-linear-gradient(top, rgba(87,137,38,1) 0%,rgba(109,181,56,1) 86%);
	background: -o-linear-gradient(top, rgba(87,137,38,1) 0%,rgba(109,181,56,1) 86%);
	background: -ms-linear-gradient(top, rgba(87,137,38,1) 0%,rgba(109,181,56,1) 86%);
	background: linear-gradient(to bottom, rgba(87,137,38,1) 0%,rgba(109,181,56,1) 86%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#578926', endColorstr='#6db538',GradientType=0 );
	color: #fff;
}
.green-arrow-down {
	position: relative;
	padding-right: 40px;
}
.green-arrow-down:after {
	content: ' ';
	display: block;
	background-position: 0 -337px;
	position: absolute;
	width: 26px;
	height: 26px;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}
.popover {
	max-width: 400px;
}
.bg-light-blue {
	background-color: #f1f8ff;
}
.bg-blue {
	background-color: #01afee;
}
.bg-green {
	background-color: #95c941;
}
.arrow.border-color-bg-light-blue:after {
	border-top-color: #f1f8ff;
	border-bottom-color: #f1f8ff;
}
.border-top-green-1 {
	border-top: 0.5rem solid #28a745;
}
.disable_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../../../v1/img/overlay_grey.png) rgba(255,255,255,0.5) repeat 0 0;
	z-index: 2;
}
.pay-method {
	padding-left: 75px;
}
.pay-method:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 64px;
	height: 60px;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
}
.pay-method-sms:before {
	background-position: -236px 0;
}
.pay-method-card:before {
	background-position: -172px 0;
}
.font-family-times {
	font-family: Times, "Times New Roman", serif;
}
.green-arrows-down {
	position: relative;
	padding-left: 72px;
	min-height: 72px;
}
.green-arrows-down:before {
	background: url(../../../v1/images/thesisHowToBuy.jpg) no-repeat -20px -10px;
	content: ' ';
	display: block;
	position: absolute;
	width: 62px;
	height: 62px;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
}
.orange-arrows-up {
	position: relative;
	padding-left: 72px;
	min-height: 72px;
}
.orange-arrows-up:before {
	background: url(../../../v1/images/thesisHowToSend.jpg) no-repeat -16px -12px;
	content: ' ';
	display: block;
	position: absolute;
	width: 65px;
	height: 65px;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
}
.new-green {
	position: relative;
	padding-left: 140px;
}
.new-green:before {
	background: url(../img/nou_verde.png) no-repeat 0px 0px;
	content: ' ';
	display: block;
	position: absolute;
	width: 138px;
	height: 134px;
	left: 0px;
	top: 0px;
}
.scholarship-human {
	position: relative;
	padding-left: 140px;
	min-height: 243px;
}
.scholarship-human:before {
	background: url(../img/scholarships_human.png) no-repeat 0px 0px;
	content: ' ';
	display: block;
	position: absolute;
	width: 131px;
	height: 243px;
	left: 5px;
	bottom: 0px;
}
.career-humans {
	position: relative;
	padding-left: 270px;
	min-height: 222px;
}
.career-humans:before {
	background: url(../img/career_humans.png) no-repeat 0px 0px;
	content: ' ';
	display: block;
	position: absolute;
	width: 270px;
	height: 222px;
	left: 0px;
	bottom: 0px;
}
.right-arrow-red:after {
	background: url(../img/right_arrow_red.png) no-repeat 0px 0px;
	content: ' ';
	display: block;
	position: absolute;
	width: 38px;
	height: 38px;
	right: 5px;
	bottom: 5px;
}
.right-arrow-green:after {
	background: url(../img/right_arrow_green.png) no-repeat 0px 0px;
	content: ' ';
	display: block;
	position: absolute;
	width: 38px;
	height: 38px;
	right: 5px;
	bottom: 5px;
}
.no-js .lazy {
	display: none;
}