@CHARSET "UTF-8";

/******************** SOURCES ********************/
*:before, *:after, * {
	transition:all ease-in-out 100ms;
}

.paraxify {
	transition: none;
}

html, body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	color:#999999;
	margin:0;
}



/*text*/
h1 {
	font-size: 38px;
	color: #fff;
	font-weight: 100;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
}

h2 {
	font-size: 24px;
	color: #333;
	font-weight: 100;
	-webkit-font-smoothing: antialiased;
}

h3 {
	font-size: 18px;
	color: #999999;
	font-weight: 100;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
}

h4 {
	font-size: 18px;
	color: #999999;
	font-weight: 100;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
}

h5 {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	margin-top: 0;
	line-height: 1.5;
}

p {
	font-size: 14px;
	line-height: 2;
}

a {
	color: #98c23a;
	font-weight: 600;
}

a:hover {
	color: #105f5a;
	font-weight: 600;
	text-decoration: none;
}

a:focus {
	text-decoration: none;
	color: #999;
}

input, textarea, button, select, a:focus {
	outline: none;
	box-shadow:none !important;
}

textarea {
	width: 100%;
	max-width: 100%;
}
/*end text*/





/*lists*/
ul {
	padding-left: 0;
}

ul li {
	list-style-type: none;
	list-style: none;
	line-height: 2;
}
/*end lists*/






/*buttons*/
button {
	background-color: #cc3014;
	color: #fff;
	padding: 10px 20px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: 600;
	border-bottom: 3px solid #B22209;
	position: relative;
}

button:hover {
	background-color: #B22209;
	border-bottom: 3px solid  #cc3014;
}

.general-btn {
	background-color: #98c23a;
	color: #fff;
	border-bottom: 3px solid #89a835;
}

.general-btn:hover {
	background-color: #89a835;
	border-bottom: 3px solid  #98c23a;
}

.calendar-btn {
	background-color: transparent;
	color: #98c23a;
	margin-top: 0;
	padding-top: 10px;
}

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

.general-white-btn {
	background-color: #fff;
	color: #98c23a;
	border-bottom: 3px solid #f1f1f1;
	margin-top: 25px;
}

.general-white-btn:hover {
	background-color: #f1f1f1;
	border-bottom: 3px solid  #fff;
}

button.csvButton {
	background: #f1f1f1 !important;
    color: #333;
    border-bottom: 3px solid #ccc;
}

#collapseCSV .well {
    margin-bottom: 0;
    margin-top: 25px;
    background-color: #f1f1f1;
    border: none !important;
}

button.csvButton:hover {
	background: #ccc !important;
    border-bottom: 3px solid #f1f1f1;
}

.input-group-file .btn-file {
	background-color: transparent;
	color: #333;
	padding: 13px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: 600;
	border-left: 1px solid #fff;
	border-radius: 0;
	margin-top: 0px!important;
}

.input-group-file .btn-file i {
	margin-right: 0;
}

.input-group-file .btn-file:hover {
	color: #98c23a;
}

.spinner-wrapper {
  position: absolute;
  background-color: #98c23a;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 13px;
  display: none;
}

.fa-spinner {
	-webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

/*end buttons*/






/*sections*/
.section-title {
	padding: 50px 0 50px 0;
}

.section-title h2 {
	margin-top: 0px;
}

.section-title h3 {
	margin: 0px;
}

.section-subinfo h4 {
	color: #333;
	margin-top: 25px;
}

.page-main-content {
	margin-top: 50px;
	margin-bottom: 50px;
}

.page-main-content-under {
	margin-top: 50px;
	margin-bottom: 50px;
}

.general-contact-bar {
	padding: 50px 0;
	background-image: url("../img/bg-1.jpg");
	background-size: cover;
	margin-top: 50px;
}

.general-contact-bar button,.general-contact-bar .general-white-btn:hover {
	margin: 0;
}

.general-contact-bar h2 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
}

.general-contact-bar .col-md-3 {
	text-align: right;
}

.general-top-image .triangle-up {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	margin-top: 15px;
	right: 49%;
	top: 90px;
}
/*end sections*/




.paymentConfirmationPage {
	margin-top: 25vh;
}




/*popover*/
.citeve-popover {
	background-color: rgb(204, 48, 20);
    width: 145px;
    position: absolute;
    color: #fff;
    top: 33px;
    height: auto;
    left: -170px;
    padding: 9px 14px;
    z-index: 10;
}

.citeve-popover .triangle-right {
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent rgb(204, 48, 20);
    position: absolute;
    top: 12px;
    right: -5px;

}

.citeve-popover p {
	margin: 0;
	font-size: 10px;
}

#popover_recoverPassEmail {
	background-color: rgb(204, 48, 20);
    width: 166px;
    position: absolute;
    color: #fff;
    top: 31px;
    height: auto;
    left: 375px;
    padding: 9px 14px;
}
#popover_recoverPassEmail .triangle-right {
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0px;
    border-color: transparent rgb(204, 48, 20) transparent transparent;
    position: absolute;
    margin-top: 0px;
    left: -4px;
}


.form-group {
	position: relative;
}



#popover_empresa_Server {
	background-color: rgb(204, 48, 20);
    width: 145px;
    position: absolute;
    color: #fff;
    top: 5px;
    height: auto;
    left: -170px;
    padding: 9px 14px;
}


/*end popover*/




/*forms*/
.form-control, select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  background-color: #f1f1f1;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
   border-radius: 3px;
}

input[type="checkbox"] {
	float: right;
}

textarea {
	min-height: 150px;
}

.input-group-file {
	background-color: #f1f1f1;
}

.input-group-file .form-control {
	width: 99%;
}

#cv-updload-group .input-group-file {
	margin-bottom: 25px;	
}
/*end forms*/







/*greybox*/
.greybox-content {
	background-color: #f1f1f1;
	padding: 25px;
}

.greybox-content p {
	color: #666;
}

.greybox-content button {
	margin-top: 25px;
	margin-bottom: 15px;
}

.greybox-content table tr:nth-child(odd) {
    background-color: rgba(255,255,255,0.2);
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.greybox-content table td {
	padding: 8px 16px;
}

.greybox-content table {
	margin-top:25px;
	margin-bottom: 25px;
}
/*end greybox*/







/*back to top*/
#back-to-top {
	position: fixed;
	margin-right: 25px;
	margin-bottom: 15px;
	opacity: 0.9;
	bottom: 0;
	right: 0;
	z-index: 100;
	text-align: right;
}

#back-to-top i {
	color: #999;
	opacity: 0.7;
}

.modal-open {
	padding-right: 0 !important;
}
/*end back to top*/



.course-img img {
	width: 100%;
	overflow: hidden;
}
#course-logo {
	margin-top: 13px;
}

#course-logo img {
	width: 100%;
}



/******************** END SOURCES ********************/








/******************** POP UPS ********************/

/*general corrections*/
.modal-backdrop {
	background-color: #333;
}

.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: .8;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: 0 px 15px rgba(51, 51, 51, .5);
  box-shadow: 0px 0px 15px rgba(51, 51, 51, .5);
}

i.close-modal {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 999;
}

.modal-header, .modal-footer {
	border-bottom: none;
	padding: 0;
}

.modal-dialog {
	width: auto;
	margin-top: 100px;
	z-index: 1;
	margin-bottom: 15px;
	
}

.modal-footer button {
	background-color: #0077B5;
	color: #fff;
	padding-left: 25px;
	padding-right: 25px;
	height: 40px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: 600;
	border-bottom: 3px solid #006a99;
	width: 100%;
	margin: 0;
}

.modal-footer button:hover {
	background-color: #006a99;
	color: #fff;
	padding-left: 25px;
	padding-right: 25px;
	height: 40px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: 600;
	border-bottom: 3px solid  #0077B5;
	width: 100%;
	margin: 0;
}

.modal-title  {
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
}

.modal-body {
	padding: 25px;
}

.modal-body h4 {
	color: #333;
	font-weight: 600;
}

.modal-body .general-btn {
	width:100%;
	margin-top: 25px;
}

.form-group {
	margin-bottom: 0;
	margin-top: 15px;
}

.form-title p {
	color: #ccc;
	font-size: 12px;
}

.modal-body .close {
	position: absolute;
	top: -5px;
	right: 5px;
	margin-top: 0;
	float: none;
	font-size: 24px;
	z-index: 999;
}

.modal-body .close:hover {
	background-color: transparent;
	opacity: 0.1;
	padding-left: 0px;
	padding-right: 0px;
	height: 40px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: 600;
	border-bottom: none;
	position: absolute;
	top: -5px;
	right: 5px;
	margin-top: 0;
	float: none;
	font-size: 24px;
}

.popup-bottom-options a {
	text-align: center;
	color: #fff;
	font-weight: 100;
}

.popup-bottom-options a:hover p {
	text-align: center;
	color: #fff;
}

.popup-bottom-options p {
	font-size: 12px;
	margin-bottom: 5px;
    font-weight: 600;
    text-shadow: 0px 0px 15px rgba(51, 51, 51, .5);
}

.pop-error-msg {
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin-top: 15px;
    width: 100%;
    padding: 5px 10px;
}

.pop-error-msg p {
	margin: 0;
	font-size: 12px;
	font-weight: 400;
}
/*end general corrections*/




/*Pop Up Login*/
#ModalEntrar .popup-bottom-options p {
	cursor: pointer;
}

.login-type-sellection {
	text-align: center;
}

.login-type-sellection p {
	margin-bottom: 0;
}

.login-type-sellection a {
	color: #333;
	font-weight: 100;
}

.login-type-sellection .longin-individual, .login-type-sellection .longin-companies {
	background-color: #f1f1f1;
	padding: 25px;
}

/*End Pop Up Login*/


/*Pop Up Nova Conta*/

#ModalCriarConta .popup-bottom-options a p {
	font-size: 14px;
	opacity: 1;
	margin-top: 7px;
	font-weight: 600;
}

#ModalCriarConta .popup-bottom-options p {
	font-size: 12px;
	opacity: 1;
	margin-top: 25px;
	text-align: center;
	margin-bottom: 0;
}

#popup-frags-front-left-new-account, #popup-frags-back-left-new-account {
	position: absolute;
	margin-top: 80px;
	display: none;
	margin-top: 50px;
	position : absolute;
}

#popup-frags-front-right-new-account, #popup-frags-back-right-new-account {
	margin-top: 80px;
	display: none;
	margin-top: 50px;
	position : absolute;
}

#popup-frags-front-right-new-account, #popup-frags-front-left-new-account {
	z-index: 5;
	display: none;
	position : absolute;
}

#popup-frags-front-left-new-account, #popup-frags-back-left-new-account {
	right: 50px;
	 position : absolute;
	display: none;
}

#popup-frags-back-right-new-account {
	 position : absolute;
	z-index: -1;
	display: none;
}

#popup-frags-front-right-new-account {
	left: 50px;
	 position : absolute;
	display: none;
}
/*End Pop Up Nova Conta*/




/*Pop Up Escolha de Pagamento*/
.payment-logos {
	height: 150px;
    border: 1px solid #f1f1f1;
    padding: 15px;
    margin: 25px 0px;
    cursor: pointer;
}

#ModalPagamento .panel-group {
    margin-bottom: 0;
}

.payment-logos img {
	width: 100%;
}

.payment-logos img#paypal_btn {
	margin-top: 20px;
}
/*End Pop Up Escolha de Pagamento*/





/*Alerts*/
.alert {
	border-radius: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin-bottom: 0;
	z-index: 10000000;
}

.alert p {
	font-weight: 600;
}

.alert button {
	position: absolute;
	bottom: 5px;
	right: 20px;
}

.alert button:hover {
	background-color: transparent;
	border: none;
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .5;
	padding: 0;
}


#citeve-cookies {
	background-color: #f1f1f1;
	margin: -15px -15px 15px -15px;
}

#citeve-cookies .alert {
	background-color: #f1f1f1;
	border-radius: 0;
	position: initial;
	margin-bottom: 0;
	z-index: 100;
	border: none;
	padding: 15px 0;
}

#citeve-cookies .alert p {
	font-weight: 100;
	color: #999;
	margin: 5px 0 0 0;
}

#citeve-cookies .alert a {
	font-weight: 400;
}

#citeve-cookies .alert button {
	position: inherit;
	top: 2px;
	right: 0;
}

#citeve-cookies .alert button:hover {
	background-color: transparent;
	border: none;
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .5;
	padding: 0;
}
/*Alerts*/




/*Pré-Registo*/
#ModalPreRegisto {
	text-align: center;
}

#ModalPreRegisto h4 {
	margin-top: 0;
}

#ModalPreRegisto .modal-body {
	padding: 0;
}

#ModalPreRegisto .modal-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 25px;
}

.paying-options-pop {
	background-color: #105f5a;
	padding: 25px;
}

.paying-options-pop h3 {
	color: #0c443e;
	font-weight: 400;
	margin-top: 0;
	font-size: 14px;
}

.paying-options-pop p {
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}

#btn-pagamento-empresa {
	border-top: 1px solid #0c443e;
}

#ModalPreRegisto a:hover .paying-options-pop {
	background-color: #0c443e;
}


#ModalPreRegisto a:hover .paying-options-pop h3 {
	color: #105f5a;
}

#ModalPreRegisto a:hover #btn-pagamento-empresa {
	border-top: 1px solid #105f5a;
}

#ModalPreRegisto a:hover #btn-pagamento-eu .triangle-up, #ModalPreRegisto a:hover #btn-pagamento-empresa .triangle-down {
	display: block;
}

#btn-pagamento-eu .triangle-up {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #105f5a transparent;
	position: absolute;
	margin-top: 16px;
	right: 48%;
	display: none;
}

#btn-pagamento-empresa .triangle-down {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0px 10px;
	border-color: #105f5a transparent transparent transparent;
	position: absolute;
	margin-top: -25px;
	right: 48%;
	display: none;
}

.modal-title .triangle-down {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0px 10px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	margin-top: 25px;
	right: 48%;
}
/*End Pré-Registo*/


/*MB*/
#ModalMB {
	text-align: center;
}

#ModalMB h5 {
	color: #333;
	margin-top: 15px;
	margin-bottom: 0;
}

/*End MB*/



/*Soon*/
#ModalSoon {
	text-align: center;
}

#ModalSoon img {
	height: 300px;
}
/*End Soon*/


/*Video*/
#ModalVideo iframe, #ModalPjtOne iframe, #ModalPjtTwo iframe,  #ModalTestmonials iframe {
	width: 100%;
	height: 560px;
}
/*End Video*/



/*Progress*/

#ModalProgress .progress {
	border-radius: 0;
	height: 5px;
	margin-bottom: 0;
}

#ModalProgress .progress .progress-bar-success {
	background-color: #98C237;
}

#ModalProgress .progress-wrapper {
padding: 25px;
background-color: #fff;
margin-top: 100px;
}

/*End Progress*/


/*Pop Up Browser*/
#ModalExplorer {
	text-align: center;
}


#ModalExplorer i {
	margin: 25px 5px 25px 5px;
}
/*End Pop Up Browser*/




/*Pop Up QR*/
#ModalQR .modal-body {
	padding: 0px;
}

#ModalQR .modal-body h2 {
	margin-top: 0;
	color: #fff;
}

#ModalQR .modal-body p {
	color: #fff;
}

#ModalQR img {
    width: 200px;
    margin: 0 auto;
    margin-left: 15px;
}

#ModalQR .triangle-right {
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0px 10px 10px;
    border-color: transparent transparent transparent #105f5a;
    position: absolute;
    right: -10px;
    top: 47%;
    z-index: 1;
}

.modalQrLeft {
    height: 250px;
    background-color: #105f5a;
    padding: 25px;
}

.modalQrRight {
	height: 250px;
    background-color: #fff;
    padding: 25px;
}
/*End Pop Up QR*/








#courseCountentsBusiness label {
	margin-top: 15px;
}
/******************** END POP UPS ********************/








/******************** LOADING ********************/
#loading-content {
	position:absolute;
	z-index: 9999;
	display: flex;
	align-items: center;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: #fff;
	text-align: center;
	height: 100vh;
}

#loading-content img {
	margin: auto;
	width: auto;
}

/******************** END LOADING ********************/










/******************** COUNT-DOWN ********************/
#countdown-page {
	background-image: url("../img/bg-4.jpg");
	display: flex;
	height: 100vh;
	align-items: center;
	background-size: cover;
}

#countdown-page h1, #countdown-page h2 {
	color: #fff;
	text-align: center;
}
/******************** END COUNT DOWN ********************/









/******************** MAIN MENU ********************/
header {
	padding: 10px;
  	background-color: #fff;
  	position: relative;
    z-index: 999;
}

#desktop-header {
	margin-top: 0px;
}

.main-header {
	text-align: right;
}

.main-header ul li{
	display: inline;
	margin-left: 25px;
}

header button {
	margin-top:0;
}

header .secondary-button {
	margin-top:0;
}

header .row {
	display: flex;
	align-items: center;
}

header img {
	width: auto;
}

header .row ul {
	margin-bottom: 0;
}

header ul .general-header-links a {
	color: #999;
	font-weight: 100;
}

header ul .general-header-links a:hover {
	color: #333;
	font-weight: 100;
}

header i {
	margin-right: 10px;
}

header a {
	cursor: pointer;
}

.citeve-hidden-div {
	display: none !important; 
}

.citeve-show-div {
	display: block !important; 
}

.search-bar {
	background-color: #f1f1f1;
	padding: 16px;
	display:none;
    -webkit-transition: max-height 0.6s ease-out;
    -moz-transition: max-height 0.6s ease-out;
    -o-transition: max-height 0.6s ease-out;
    transition: max-height 0.6s ease-out;
	position: absolute;
	width: 100%;
	z-index: 1000;
}

.search-bar h2 {
	margin: 0;
}

.main-header .triangle-up {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #f1f1f1 transparent;
	position: absolute;
	margin-top: 6px;
	right: 47%;
	display:none;
}

.fa-graduation-cap {
	font-size: 14px;
}

.search-bar input{
	width: 100%;
	background-color: #f1f1f1;
	border: none;
	font-size: 18px;
}

.mobile-secondary-header {
	display: none;
}

.landing-page header {
	background-color: transparent;
}

header #myAcademy_btn button, header #myAcademyCorp_btn button {
	background-color: transparent;
	border: none;
	color: #CC3016;
}
/******************** END MAIN MENU ********************/









/******************** SECONDARY MENU ********************/
.secondary-header {
	background-color: #333;
	text-align: center;
	padding: 15px 0 15px 0;
}

.secondary-header .secondary-header-individuals ul li, .secondary-header .secondary-header-companies ul li{
	display: inline;
	list-style-type: none;
	color: #fff;
	padding: 15px 25px 15px 25px;
}

.secondary-header .secondary-header-individuals ul li .triangle-up, .secondary-header .secondary-header-companies ul li .triangle-up{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #222222 transparent;
	position: absolute;
}


.secondary-header ul li a{
	font-weight: 100;
	color: #999;
}


.secondary-header ul li a{
	color: #999;
}

.secondary-header ul li:hover a{
	color: #fff;
}

#secondaryHeaderIndividuals, #secondaryHeaderCompanies {
	position: relative;
	z-index: 999;
}

.secondary-header ul {
	margin-bottom: 0;		
	padding-left: 0;
}


/*Submenus*/
.secondary-header-submenu {
	text-align: left;
	padding-top: 25px;
	padding-bottom: 50px;
	background-color: #222;
	position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    display:none;
    position: absolute;
    top: 40px;
} 

.subMenu li > div {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

.secondary-header-submenu a {
	font-weight: 100;
}

.secondary-header-submenu a:hover p {
	color: #fff;
}

.secondary-header-submenu button {
	margin-top: 25px;
}

.secondary-header-submenu .col-md-3, .secondary-header-submenu .col-md-2  {
	border-left: 1px solid #666;
}

.secondary-header-submenu h4 {
	color: #98c23a;
	font-weight: 400;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 15px;
}

.secondary-header-submenu p {
	font-size: 12px;
	font-weight: 400;
	color: #999;
	margin-top: 15px;
	margin-bottom: 0;
}

#secondary-menu-item-formacao-quadros button {
	width: 100%;
	margin-top: 15px;
}

#secondary-menu-item-formacao-quadros .secondary-header-submenu {
	padding-bottom: 0;
}

.formacao-avancada-option-a {
	min-height: 35px;
}

#secondary-menu-item-formacao-avancada .secondary-header-submenu p {
	margin-bottom: 0;
	margin-top: 15px;
}
/*End of Submenus*/
/******************** END SECONDARY MENU ********************/				









/******************** LANDING PAGE ********************/
.landing-page {
	background-image: url("../img/bg-2.jpg");
	background-size: cover;
	height: 100vh;
	align-items: center;
}

.landing-page h1 {
	margin-top: 35vh;
    font-size: 64px;
}

.landing-page-content {
	text-align: center;
}

.landing-page .landing-page-header {
	position: absolute;
	top: 0;
	background-color: #fff;
}

.landing-page header {
	position: fixed;
	left: 0;
	right: 0;
}

.landing-page h2 {
	color: #fff;
    margin-top: 0;
    font-weight: 400;
    font-size: 18px;
}

.landing-page li {
	color: #fff;
	cursor: pointer;
}

.landing-page li#entrar_btn {
	font-weight: 600;
}

.lading-page-buttons {
	text-align: center;
}

.lading-page-buttons button {
	width: 155px;
}

.lading-page-buttons #goIndividual {
	margin-right: 10px;
}

.lading-page-buttons #goCompany {
	margin-left: 10px;
}
/******************** END LANDING PAGE ********************/











/******************** HOMEPAGE ********************/

/* Top Slider */
.home-top-slider {
	height: 250vh;
	text-align: center;
	align-items: center;
	background-image: url("../img/bg-2.jpg");
	background-size: cover;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: -1;
  	/*
  	background: rgb(104,207,75); 
	background: -moz-linear-gradient(left,  rgba(104,207,75,1) 0%, rgba(152,194,58,1) 100%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(104,207,75,1)), color-stop(100%,rgba(152,194,58,1)));
	background: -webkit-linear-gradient(left,  rgba(104,207,75,1) 0%,rgba(152,194,58,1) 100%);
	background: -o-linear-gradient(left,  rgba(104,207,75,1) 0%,rgba(152,194,58,1) 100%);
	background: -ms-linear-gradient(left,  rgba(104,207,75,1) 0%,rgba(152,194,58,1) 100%); 
	background: linear-gradient(to right,  rgba(104,207,75,1) 0%,rgba(152,194,58,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68cf4b', endColorstr='#98c23a',GradientType=1 ); 
	*/
}

.home-top-slider h1 {
	margin-top: 300px;
}

.home-top-slider h2 {
	color: #fff;
	margin: 0;
}

.home-featured-lessons .triangle-up {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	margin-top: -10px;
	right: 50%;
}

.home-individuals-content,
.home-companies-content {
	margin-top: 500px;
}
/* End Top Slider */






/* Featured Lessons */

.home-featured-lessons {
	background-color: #fff;
	padding-bottom: 50px;
}

.home-featured-lessons#homeFormandoContainer {
	margin-top: 410px;
}

.home-featured-lessons-cookies {
	margin-top: 320px;
}

.section-title {
	text-align: center;
}

.featured-lessons-big {
	background-image: url("../img/polygon-bg-big.png");
	padding: 25px;
	height: 460px;
}

.featured-lessons-content h3 {
	margin-top: 0;
	font-weight: 600;
}

.featured-lessons-content h3, .featured-lessons-content h4 {
	color: #fff;
}

.featured-lessons-small-one {
	background-image: url("../img/polygon-bg-small-one.png");
	padding: 25px;
	height: 223px;
	margin-bottom: 15px;
}

.featured-lessons-small-two {
	background-image: url("../img/polygon-bg-small-two.png");
	
	padding: 25px;
	height: 222px;
}

.home-featured-lessons .triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #ffffff;
	color: #fff;
	position: absolute;
    margin-left: -25px;
    top: 25px;
}

.featured-lessons-big:hover, .featured-lessons-small-one:hover, .featured-lessons-small-two:hover {
	opacity: 0.9;
}

.small-featured-lessons-companies .col-md-6 {
	padding-right: 0;
	padding-left: 0;
}

.small-featured-lessons-companies .featured-lessons-small-three-wrapper {
	padding-left: 7px;
}

.small-featured-lessons-companies .featured-lessons-small-two-wrapper {
	padding-right: 8px;
}


/* Featured Lessons */





/* About */
.home-about {
	background-image: url("../img/bg-1.jpg");
	background-size: cover;
	padding-top: 80px;
    padding-bottom: 80px;
	text-align: center;
	background-color:rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(150, 150, 150, 0.5);
	margin-top: 0;
	margin-bottom: -33px;
}



 button {
	margin-top: 25px;
}

.home-about h2, .home-about h4 {
	color: #fff;
}

.home-about h2 {
	font-weight: 100;
	margin-top: 0;
	margin-bottom:15px;
}

.home-about h4 {
	font-weight: 400;
}

.home-companies-content .home-about {
	padding-bottom: 100px;
}

/* End About */





/* Tech School */
.home-tech-school {
	background-color: #ffffff;
  	padding: 0 0 50px 0;
  	width: 100%;
  	text-align: center;
  	margin-top: 50px;
}

.tech-card-bg {
	align-items: center;
	text-align: center;
	padding: 50px 25px;
	
}

.section-title h2 {
	margin-top: 0px;
}

.tech-card-bg h3 {
	color: #333;
	padding: 25px;
	margin: 0 auto;
	font-weight: 600;
	font-size:14px;
}

.tech-school-content a p {
	color: #999;
	font-weight: 100;
}

.tech-school-content a:hover .tech-card-bg {
	background-color: #f1f1f1;
}

/* End Tech School */





/* Projects */
.home-projects-content {
	padding: 50px 0;
    background-color: #fff;
}

.home-projects-title {
	text-align: center;
}



.home-projects button {
	margin-left: 0;
	margin-top: 50px;
	margin-bottom: 25px;
}

.home-projects .triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #ffffff;
	color: #fff;
	position: absolute;
	margin-left: -18px;
	top: 45px;
}

.home-projects .home-project-one-logo, .home-projects .home-project-two-logo {
	padding-right: 0;
}

.home-projects .home-project-two-text, .home-projects .home-project-one-text {
	padding-left: 0;
}

.home-projects .triangle-inverted {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #ffffff transparent transparent;
	position: absolute;
	top: 55px;
	right: 0;
}

.home-projects .project-name {
  padding: 15px;
  border-left: 3px solid #f1f1f1;
  border-bottom: 3px solid #f1f1f1;
  border-top: 3px solid #f1f1f1;
  margin-top: 25px;
  height: 155px;
}

.home-projects .project-name img {
	width: 90%;
}

.home-projects .project-name-inverted {
  padding: 15px;
  border-right: 3px solid #f1f1f1;
  border-bottom: 3px solid #f1f1f1;
  border-top: 3px solid #f1f1f1;
  margin-top: 25px;
  height: 175px;
}

.project-name-inverted img {
  width: 100%;
}

.home-projects h1 {
	color: #333;
}

.home-projects .greybox-content {
	margin-top: 25px;
	padding: 17px;
	min-height: 155px;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.home-projects h3 {
	margin: 0;
}

/* Projects */





/* Home Video */
.home-video {
	background-image: url("../img/bg-10.jpg");
    background-size: cover;
    padding: 100px 0;
    text-shadow: 0px 0px 5px rgba(180, 180, 180, 0.5);
    text-align: center;

}


.home-video h2{
	font-size: 26px;
	color: #fff;
	margin-top: 10px;
    margin-bottom: -10px;
}
.home-video h3{
	font-size: 19px;
	color: #fff;
	margin-top: 10px;
}

.home-video i {
	cursor: pointer;
	color: #fff;
	font-size: 100px;
	margin: 50px 0 0 0;
}

.home-video .triangle-down {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0px 10px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	margin-top: -100px;
	right: 49%;
}
/* END Home Video */




/* Talents */
.home-talents {
	    margin-top: -15px;
	background-image: url("../img/bg-6.jpg");
	background-size: cover;
	padding-top: 75px;
	padding-bottom: 75px;
	text-shadow: 0px 0px 5px rgba(150, 150, 150, 0.5);
}

.home-companies-content .home-talents {
	background-image: url("../img/bg-6.jpg");
	background-size: cover;
	padding-top: 75px;
	padding-bottom: 75px;
	margin-top: -23px;
	text-shadow: 0px 0px 5px rgba(150, 150, 150, 0.5);
}

.home-talents h2, .home-talents h4 {
	color: #fff;
}

.home-talents h2 {
	margin-bottom: 25px;
	margin-top: 0;
}

.home-talents h4 {
	font-weight: 400;
}

.home-talents button {
	margin-top: 25px;
	margin-left: 15px;
}

.home-talents .col-md-10 {
	text-align: center;
}
/* End Talents */





/*Learn Now*/
#learn-now-home {
	padding: 0;
	margin: 100px 0;
}

#learn-now-home .col-md-3 {
	padding: 0;
}

#learn-now-home h4 {
	font-weight: 600;
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
}

#learn-now-home i {
	color: #98c23a;
}


#learn-now-home h2 {
	margin-top: 0;
}


#learn-now-video, #learn-now-doc, #learn-now-ppts, #learn-now-sound {
	padding: 100px;
	border-top: 1px solid #f1f1f1;
	border-left: 1px solid #fff;
	text-align: center;
	margin-top: 50px;
	background-color: #f1f1f1;
}

#learn-now-video:hover, #learn-now-doc:hover, #learn-now-ppts:hover, #learn-now-sound:hover {
	padding: 100px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #fff;
	text-align: center;
	margin-top: 50px;
	
}

#learn-now-home button {
	margin-top: 25px;
}


/*End Learn Now*/



/* RH */

.home-rh {
	background-color: #fff;
	/*transform:  rotate(359deg) scale(1) skew(-1deg) translate(0px);
	-webkit-transform:  rotate(359deg) scale(1) skew(-1deg) translate(0px);
	-moz-transform: rotate(359deg) scale(1) skew(-1deg) translate(0px);
	-o-transform:  rotate(359deg) scale(1) skew(-1deg) translate(0px);
	-ms-transform:  rotate(359deg) scale(1) skew(-1deg) translate(0px);*/
  	padding-bottom: 75px;
  	width: 100%;
  	text-align: center;
}

.home-rh .section-title {
	text-align: center;
}


.home-rh #home-rh-content {
	/*transform:  rotate(1deg) scale(1) skew(1deg) translate(0px);
	-webkit-transform:  rotate(1deg) scale(1) skew(1deg) translate(0px);
	-moz-transform: rotate(1deg) scale(1) skew(1deg) translate(0px);
	-o-transform:  rotate(1deg) scale(1) skew(1deg) translate(0px);
	-ms-transform:  rotate(1deg) scale(1) skew(1deg) translate(0px);*/
	width: 100%;
	padding-bottom: 15px;
	padding-top: 25px;
}

#home-rh-content .section-title {
	padding-bottom: 0;
	
}


.home-rh i {
	margin-top: 50px;
	color: #98c23a;
}

.home-rh h3 {
  color: #333;
  padding: 25px 0;
  margin: 0 auto;
  font-weight: 600;
  font-size: 14px;
}


/* End RH */

/******************** END HOME  ********************/








/******************** NEW ACCOUNT INDIVIDUAL - SECOND STEP  ********************/

#new-account-second-step h4 {
	margin-top: 25px;
	margin-bottom: 25px;
}

.new-account-permissions {
	margin-top: 15px;
}

.btn-group-new-account button {
	margin-left: 15px;
	float: right;
	margin-top: 25px;
}

.form-control [readonly] {
	background-color: #f1f1f1;
}

.general-btn i {
	font-size: 14px;
	margin-right: 5px;
}



.twitter-typeahead {
	width: 100%;
}


/******************** END NEW ACCOUNT INDIVIDUAL - SECOND STEP  ********************/










/******************** NEW ACCOUNT BUSINESS ********************/

#new-business-account h4 {
	margin-top: 25px;
	margin-bottom: 25px;
}

.new-account-permissions {
	margin-top: 15px;
}

.new-business-account input[type="checkbox"] {
	float: right;
}
/******************** END NEW ACCOUNT BUSINESS ********************/










/******************** SUBFOOTER ********************/
.link-to-corporate, .link-to-individuals  {
	border-bottom: 1px solid #666;
	padding-top: 10px;
	padding-bottom: 10px;
}

.link-to-corporate span, .link-to-individuals span {
	cursor: pointer;
}

.link-to-corporate h4, .link-to-individuals  h4{
	font-weight: 400;
}

.link-to-corporate .col-md-4, .link-to-individuals .col-md-4{
	text-align: right;
}

.link-to-corporate button, .link-to-individuals button {
	margin-bottom: 0;
	margin-top: 5px;
}

.subfooter-individuals {
	background-color: #333;
	padding-bottom: 50px;
}

.subfooter-stats {
	text-align: center;
	border-bottom: 1px solid #666;
}

.subfooter-stats .container {
	padding-bottom: 50px;
}

.subfooter-stats h2 {
	color: #fff;
}

.subfooter-stats h1 {
	color: #98c23a;
	font-weight: 600;
}

#calendar-and-learn-now {
	padding-top: 50px;
}

.subfooter-calender-learn-now button {
	margin-top: 25px;
}

.featured-expression {
	color: #98c23a;
}

.link-to-corporate, .link-to-individuals {
	text-align: center;
}

.subfooter-stats p{
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
}


/******************** END SUBFOOTER ********************/









/******************** FOOTER ********************/
footer {
	background-image: url("../img/bg-footer.png");
	padding-top: 50px;
	padding-bottom: 100px;
}

footer .footer-list-title {
	color: #98c23a;
	margin-top: 50px;
	margin-bottom: 15px;
}

footer ul li {
	line-height: 1.5;
	margin-bottom: 25px;
}

footer ul, .last-footer ul {
	padding-left: 0;
}

.last-footer img {
	width: 75px;
	margin-right: 25px;
}

.last-footer #sigma-link img {
	width: 65px;
}


footer a {
	color: #999;
	font-weight: 100;
}

footer a:hover {
	color: #fff;
	font-weight: 100;
}

#social-citeve i {
	padding-right: 25px;
}
/******************** END FOOTER ********************/









/******************** LAST FOOTER ********************/
.last-footer.smartphone {
	display: none;
}

.last-footer.tablet-desktop {
	display: block;
}

.last-footer a{
	color: #999;
	font-weight: 100;	
}

.last-footer p {
	margin-bottom: 0;
}

.last-footer .col-md-8 {
	text-align: left;
}

.last-footer .last-footer-special-url a{
	color: #98c23a;
}


.last-footer .col-md-4 {
	text-align: right;
}

.last-footer a:hover{
	color: #fff;
	font-weight: 100;
}

.last-footer {
	background-color: #333;
	padding-top: 15px;
	padding-bottom: 15px;
}

.last-footer ul li {
	display: inline;
	margin-right: 25px;
	font-size: 12px;
}

.last-footer ul {
	margin-bottom: 0;
}

.last-footer #sigma-link {
	color: #98c23a;
}

.last-footer img {
	margin-left: 5px;
}

/******************** END LAST FOOTER ********************/









/******************** NEW ACCOUNT ********************/
/**** bootstrap line: 2855 ***/


.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

input[readonly] {
  background-color: #f1f1f1 !important;
  cursor: text !important;
}
/******************** END NEW ACCOUNT ********************/











/******************** FTT BY SUBJECT ********************/
.general-top-image {
	background-image: url("../img/bg-2.jpg");
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;	
}

.ftt-by-subject #ftt-cards-wrapper {
	margin-bottom: 50px;
}

.general-top-image h2, .general-top-image h3 {
	text-align: center;
	color: #fff;
	font-weight: 400;
}

.general-top-image h2 {
	margin-top:0;
}

.general-top-image h3 {
	margin:0;
}



/* --- Standard Product Card ---- */
#make-3D-space{
    position: relative;
    perspective: 800px;
    width:100%;
    height:400px;
    transform-style: preserve-3d;
    transition: transform 5s;
    margin-bottom: 25px;
}

.product-card.animate #product-front{
	top:0px;
	left:0px;
	-webkit-transition: all 100ms ease-out; 
       -moz-transition: all 100ms ease-out; 
         -o-transition: all 100ms ease-out; 
            transition: all 100ms ease-out; 
}


.product-card{
	width:100%;
	height:400px;
	position:absolute;    
	overflow:hidden;
    transform-style: preserve-3d;
	-webkit-transition:  100ms ease-out; 
       -moz-transition:  100ms ease-out; 
         -o-transition:  100ms ease-out; 
            transition:  100ms ease-out;
}

.product-card .image-wrapper img {
	height: 100%;
	width: auto;
}

.stats-container{
	background:#f1f1f1;	
	position:absolute;
	top:290px;
	left:0;
	width:100%;
	height:300px;
	padding: 15px;	
	-webkit-transition: all 200ms ease-out; 
       -moz-transition: all 200ms ease-out; 
         -o-transition: all 200ms ease-out; 
            transition: all 200ms ease-out;
}

.product-card.animate .stats-container{
	top:185px;
	-webkit-transition: all 200ms ease-out; 
       -moz-transition: all 200ms ease-out; 
         -o-transition: all 200ms ease-out; 
            transition: all 200ms ease-out; 
}


.stats-container .product_price{
	float:right;
	color:#48cfad;
	font-size:22px;
	font-weight:600;
}


.image_overlay{
	position:absolute;
	top:0;
	left:0; 
	width:100%;
	height:100%;
	background:#333;
	opacity:0;	
}


.product-card.animate .image_overlay{
	opacity:0.7;	
	-webkit-transition: all 200ms ease-out; 
       -moz-transition: all 200ms ease-out; 
         -o-transition: all 200ms ease-out; 
            transition: all 200ms ease-out; 
}

.product-card button{	
	position:absolute;
	top:85px;
	left:50%;
	margin-left:-85px;	
	font-size:10px;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	padding:10px 0;
	width:172px;	
	opacity:0;
	margin-top: 0;
	-webkit-transition: all 200ms ease-out; 
       -moz-transition: all 200ms ease-out; 
         -o-transition: all 200ms ease-out; 
            transition: all 200ms ease-out; 
}

.product-card button:hover{	
	cursor:pointer;
	margin-top: 0;

}

.product-card.animate button{
	opacity:1;
	width:152px;
	font-size:11px;
	margin-left:-75px;
	top:75px;
	margin-top: 0;
	-webkit-transition: all 200ms ease-out; 
       -moz-transition: all 200ms ease-out; 
         -o-transition: all 200ms ease-out; 
            transition: all 200ms ease-out; 		
}

.product-options i {
	margin-right: 10px;
    float: left;
    margin-top: 7px;
}

.product-informations h4 {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	margin-top: 0;
}

.product-subject-area {
	margin-top: 0;
	color: #666;
	font-weight: 600;
	font-size: 12px;
}

.product-options {
	margin-top: 25px;
}

.product-date {
	background-color: #105f5a;
	position: absolute;
	right: 0;
	bottom: 110px;
	padding: 15px;	
	text-align: center;
}

.product-date h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}

.product-date h4 {
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	font-weight: 400;
	font-size: 14px;
}

.product-date .triangle-up {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #f1f1f1 transparent;
	position: absolute;
	margin-top: 15px;
	right: 32px;
	margin-top: 5px;
    right: 17px;
}

.product-informations-main {
  height: 65px;
  overflow: hidden;
}

.stats-container p {
	margin-bottom: 0;
}
/* --- End Standard Product Card ---- */





/* --- Static Product Card ---- */
.static-product-card.animate #product-front{
	top:0px;
	left:0px;
	-webkit-transition: all 100ms ease-out; 
       -moz-transition: all 100ms ease-out; 
         -o-transition: all 100ms ease-out; 
            transition: all 100ms ease-out; 
}

.static-product-card{
	width:100%;
	height:400px;
	position:absolute;    
	overflow:hidden;
    transform-style: preserve-3d;
	-webkit-transition:  100ms ease-out; 
       -moz-transition:  100ms ease-out; 
         -o-transition:  100ms ease-out; 
            transition:  100ms ease-out;
}

.static-product-card .image-wrapper img {
	height: 100%;
	width: auto;
}

.static-product-card .stats-container{
	background:#f1f1f1;	
	position:absolute;
	top:300px;
	left:0;
	width:100%;
	height:300px;
	padding: 15px;	
	-webkit-transition: all 200ms ease-out; 
       -moz-transition: all 200ms ease-out; 
         -o-transition: all 200ms ease-out; 
            transition: all 200ms ease-out;
}

.static-product-card.animate .stats-container{
	top:225px;
	-webkit-transition: all 200ms ease-out; 
       -moz-transition: all 200ms ease-out; 
         -o-transition: all 200ms ease-out; 
            transition: all 200ms ease-out; 
}

.static-product-card.animate .image_overlay{
	opacity:0.7;	
	-webkit-transition: all 200ms ease-out; 
       -moz-transition: all 200ms ease-out; 
         -o-transition: all 200ms ease-out; 
            transition: all 200ms ease-out; 
}

.static-product-card button{	
	position:absolute;
	top:80px;
	left:50%;
	margin-left:-85px;	
	font-size:10px;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	padding:10px 0;
	width:172px;	
	opacity:0;
	margin-top: 0;
	-webkit-transition: all 200ms ease-out; 
       -moz-transition: all 200ms ease-out; 
         -o-transition: all 200ms ease-out; 
            transition: all 200ms ease-out; 
}

.static-product-card button:hover{	
	cursor:pointer;
	margin-top: 0;

}

.static-product-card.animate button{
	opacity:1;
	width:152px;
	font-size:11px;
	margin-left:-75px;
	top:90px;
	margin-top: 0;
	-webkit-transition: all 200ms ease-out; 
       -moz-transition: all 200ms ease-out; 
         -o-transition: all 200ms ease-out; 
            transition: all 200ms ease-out; 		
}


.static-product-card .product-date {
	background-color: #105f5a;
	position: absolute;
	right: 0;
	bottom: 100px;
	padding: 15px;	
	text-align: center;
}
/* --- End Static Product Card ---- */





/* --- Tech School Product Card ---- */
.et-product-card.animate #product-front{
	top:0px;
	left:0px;
	-webkit-transition: all 100ms ease-out; 
       -moz-transition: all 100ms ease-out; 
         -o-transition: all 100ms ease-out; 
            transition: all 100ms ease-out; 
}


.et-product-card{
	width:100%;
	height:400px;
	position:absolute;    
	overflow:hidden;
    transform-style: preserve-3d;
	-webkit-transition:  100ms ease-out; 
       -moz-transition:  100ms ease-out; 
         -o-transition:  100ms ease-out; 
            transition:  100ms ease-out;
}

.et-product-card .image-wrapper img {
	height: 100%;
	width: auto;
}

.et-product-card.animate .stats-container{
	top:225px;
	-webkit-transition: all 200ms ease-out; 
       -moz-transition: all 200ms ease-out; 
         -o-transition: all 200ms ease-out; 
            transition: all 200ms ease-out; 
}


.et-stats-container .product_price{
	float:right;
	color:#48cfad;
	font-size:22px;
	font-weight:600;
}

.et-product-card.animate .image_overlay{
	opacity:0.7;	
	-webkit-transition: all 200ms ease-out; 
       -moz-transition: all 200ms ease-out; 
         -o-transition: all 200ms ease-out; 
            transition: all 200ms ease-out; 
}

.et-product-card button{	
	position:absolute;
	top:85px;
	left:50%;
	margin-left:-85px;	
	font-size:10px;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	padding:10px 0;
	width:172px;	
	opacity:0;
	margin-top: 0;
	-webkit-transition: all 200ms ease-out; 
       -moz-transition: all 200ms ease-out; 
         -o-transition: all 200ms ease-out; 
            transition: all 200ms ease-out; 
}

.et-product-card button:hover{	
	cursor:pointer;
	margin-top: 0;

}

.et-product-card.animate button{
	opacity:1;
	width:152px;
	font-size:11px;
	margin-left:-75px;
	top:75px;
	margin-top: 0;
	-webkit-transition: all 200ms ease-out; 
       -moz-transition: all 200ms ease-out; 
         -o-transition: all 200ms ease-out; 
            transition: all 200ms ease-out; 		
}

.et-product-card .product-date {
	background-color: #105f5a;
	position: absolute;
	right: 0;
	bottom: 110px;
	padding: 15px;	
	text-align: center;
}

/* --- End Tech School Product Card ---- */








/* --- Know More Slider ---- */
.know-more-call  i.fa {
	color: #98c23a;
	font-weight: 600;
	font-size: 16px;
}

.know-more-section  i.fa {
	color: #98c23a;
	font-weight: 600;
	font-size: 16px;
}

.know-more-section img {
	width: 100%;
}

.know-more-section a:hover, .know-more-section a:focus{
	color: #98c23a;
}

.know-more-section h4 {
	color: #333;
}

.know-more-section h5 {
	font-weight: 400;
	color: #888;
	
}

.know-more-call h5 {
	font-weight: 400;
	color: #888;
}


#ftt-stakeholder h5 {
	margin-top: 0;
	margin-bottom: 0;
	color: #333;
}

#ftt-stakeholder {
	margin-top: 15px;
}
/* --- End Know More Slider ---- */


/******************** END FTT BY SUBJECT ********************/







/******************** FTT ALL ********************/
.subject-title-of-all {
	margin-top: 35px;
}

.ftt-subject-title {
	text-align: center;
	padding: 25px 0;
}

.ftt-subject-title h4 {
	color: #333;
}

.grey-top-bar {
	background-color: #f1f1f1;
	text-align: center;
	padding: 15px 0;
}

.grey-top-bar a p {
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 0;
	color: #98c23a;
}

.grey-top-bar a:hover p {
	color: #333;
}

.grey-top-bar p {
	font-size: 12px;
	margin-bottom: 0;
}

.general-top-image .triangle-up-grey {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #f1f1f1 transparent;
	position: absolute;
	margin-top: 35px;
	right: 49%;
	top: 75px;
}

#ftt-cards-wrapper {
	margin-bottom: 35px;
}



#ftt-all-subject #ftt-filter a p, #mtp #ftt-filter a p {
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 0;
	color: #98c23a;
}

#ftt-subject .container {
	padding-right: 0;
	padding-left: 0;
}

#ftt-subject .product-card .container {
	padding-right: 15px;
	padding-left: 15px;
}
/******************** END FTT ALL ********************/







/******************** COURSE ********************/


.course-img {
	height: 300px;
	overflow: hidden;
	background-image: url(../img/default-img.png);
}

#side-content h2 {
	margin-top: 0;
}

#side-content {
	margin-top: -66px;
}

.side-content-box {
	margin-bottom: 25px;
}

.course-img-big .triangle-up-grey {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #f1f1f1 transparent;
	position: absolute;
	margin-top: 15px;
	right: 49%;
	top: 275px;
}

.course-informations-section {
	margin-bottom: 25px;
}

.course-informations-section-price {
	margin-bottom: 0;
}


.course-teacher-content, .course-about-ftt-content {
	background-color: #f1f1f1;
	padding: 25px;
	margin-top: 25px;
}

.course-teacher-title, .course-about-ftt-title {
	margin-top: 25px;
}

.course-teacher-photo img {
	width: 100%;
	height: auto;
}

#course-page hr {
	margin-top: 10px
}

.about-the-course .product-date {
	background-color: #105f5a;
	position: absolute;
	top: 190px;
	padding: 25px;
	text-align: center;
	bottom: auto;
	right: 15px;
}

.about-the-course .product-date .triangle-up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #f1f1f1 transparent;
  position: absolute;
  margin-top: 15px;
  right: 32px;
  margin-top: 15px;
  right: 30px;
}

.about-the-course .product-date h3 {
	font-size: 24px;
}

.about-the-course .product-date h4 {
	font-size: 16px;
}

.course-rating-stars i {
	color: #E8C41D;
}

#course-informations button{
	margin-top:0;
	margin-bottom:0;
	width: 100%;
}

#side-content .greybox-content {
	margin-bottom: 25px;
}

#course-teacher-info .carousel-caption {
	position:static;
	text-shadow: none;
	text-align: left;
	padding: 0;
}

#course-teacher-info .greybox-content {
	min-height: 325px;
}

#course-teacher-info .carousel-indicators {
    position: absolute;
    bottom: initial;
    top: 250px;
    left: 100px;
}

.teacher-img-wrapper {
	height: 200px;
	overflow: hidden;
}

.teacher-img-wrapper img {
	width: 100%;
}

#course-teacher-info .left.carousel-control {
	height: 50px;
    width: 50px;
    top: 50px;
}

#course-teacher-info .right.carousel-control {
	height: 50px;
    width: 50px;
    top: 50px;
    left: 160px;
}
/******************** END COURSE ********************/




/******************** PG ********************/
.about-pg-img {
	height: 300px;
}


p.product-type {
	font-weight: 600;
	color: #666;	
	margin-bottom: 0;
	font-size: 12px;
}

.more-info-section {
	text-align: center;
	padding: 100px 0;
	background-image: url("../img/bg-1.jpg");
	margin-top: 50px;
	background-size: cover;
	
}

.more-info-section button {
	background-color: #fff;
	color: #98c23a;
	padding-left: 25px;
	padding-right: 25px;
	height: 40px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: 600;
	border-bottom: 3px solid #f1f1f1;
	border-radius: 0;
}

.more-info-section button:hover {
	background-color: #f1f1f1;
	color: #98c23a;
	padding-left: 25px;
	padding-right: 25px;
	height: 40px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: 600;
	border-bottom: 3px solid  #fff;
}


.more-info-section h2 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 25px;
  color: #fff;
}

.more-info-section h4 {
  color: #fff;
  margin-bottom: 25px;
}

#pg-page {
	margin-bottom: 0;
}

.product-name {
	color: #333;
	font-size: 32px;
	margin-top:0;
	margin-bottom: 0;
}

#pg-page hr {
	margin-top: 10px
}

.more-info-section .triangle-down {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0px 10px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	margin-top: -100px;
	right: 49%;
}

.greybox-content .course-informations-featured {
	text-align: center;
}

#course-informations hr {
	margin-top: 25px;
	margin-bottom: 25px;
	border-color: #fff;
}

.greybox-content .course-informations-featured p {
	color: #105f5a;
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 0;
}

.greybox-content .course-informations-featured h5 {
	margin-bottom: 0;
}

.greybox-content .course-informations-featured .course-informations-section {
	margin-bottom: 0;
}


.pg-supporters img {
	width: 100%;
	margin-top: 75px;
}

.pg-itv .pg-supporters img {
	width: 65%;
	margin-top: 0px;
	float: right;
}

.pg-itv .module-title {
	color: #333;
}

.more-info-section button {
	margin-top: 25px;
}

.about-the-course ul li {
	color: #666;
}

/******************** END PG ********************/




/******************** MTP ********************/
.mtt-button {
	width: 100%;
	margin-bottom: 25px;
}

#mtp #make-3D-space{
	margin-bottom: 0;
}

#mtt-subject {
	margin-bottom: 0;
}

#mtt-selected-courses {
	background-color: #f1f1f1;
	text-align: center;
	padding: 50px 0;
}

#mtt-selected-courses h2 {
	margin-top: 0;
}

#mtp .more-info-section {
	margin-top:0;
}

#mtp #mtt-selected-courses .triangle-down {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0px 10px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	margin-top: -50px;
	right: 50%;
}


#mtp #mtt-selected-courses h2 {
	font-weight: 600;
}

#mtp #mtt-selected-courses button {
	margin-top: 25px;
}

#mtp {
	margin-bottom: 0;
}

/******************** END MTP ********************/






/******************** APRENDER JÁ ********************/
.learn-card .stats-container {
	top: 285px;
}

.learn-card .product-card.animate .stats-container{
	top:220px;
	-webkit-transition: all 200ms ease-out; 
       -moz-transition: all 200ms ease-out; 
         -o-transition: all 200ms ease-out; 
            transition: all 200ms ease-out; 
}

#learn-now-filters-tags h2 {
	margin-top:0;
}
/******************** END APRENDER JÁ ********************/






/******************** LEARN NOW CONTENT PAGE ********************/
#learn-content-page .col-md-4{
	padding-left: 0;
}

#learn-content-page .col-md-8{
	padding-right: 0;
}
/******************** END LEARN NOW CONTENT PAGE ********************/






/******************** MY ACADEMY ********************/
/*topbar*/
#my-academy-individual-top .general-top-image, #my-academy-business-top .general-top-image {
	background-image: url("../img/bg-footer.png");
	background-size: initial;
}

#my-academy-individual-top #profile-top-image, #my-academy-business-top #profile-top-image {
	background-image: url("../img/bg-green.png");
	background-size: initial;
}

.cv-download {
	text-align: right;
}

#my-academy-individual-top .general-top-image .triangle-up-grey {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #f1f1f1 transparent;
  position: absolute;
  margin-top: 35px;
  right: 49%;
  top: 40px;
}

i.fa-calendar.add-on {
    position: absolute;
    right: 10px;
    top: 40px;
}


#my-academy-individual-top .general-top-image h3 {
	margin-top: 0;
	font-size: 14px;

}

#my-academy-individual-top .general-top-image h2, #my-academy-business-top .general-top-image h2 {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
	margin-top: 15px;
}


#my-academy-individual-top .grey-top-bar, #my-academy-business-top .grey-top-bar {
	padding-bottom: 5px;
}

#my-academy-individual-top .grey-top-bar ul li, #my-academy-business-top .grey-top-bar ul li {
  display: inline;
  list-style-type: none;
  padding: 15px;
}

#my-academy-individual-top .grey-top-bar a, #my-academy-business-top .grey-top-bar a {
	color: #666;
	opacity: 1;
	font-weight: 100;
}

#my-academy-individual-top .grey-top-bar a:hover, #my-academy-business-top .grey-top-bar a:hover {
	opacity: 0.5;
}

.edit-user-photo {
	background-color: rgba(16, 95, 90, 0.8);
	color: #fff;
	padding: 45px 0 50px;
	display: block;
	min-height: 200px;
}

.edit-user-photo .input-group .btn-file {
	background-color: transparent;
	color: #fff;
	padding-left: 15px;
	padding-right: 13px;
	height: 25px;
	border: none;
	text-transform: inherit;
	letter-spacing: inherit;
	font-size: 14px;
	font-weight: 100;
	border-bottom: 0;
	border-radius: 0;
	margin-top: 0;
}

.edit-user-photo .input-group .btn-file:hover {
	background-color: transparent;
	color: #98c23a;
	padding-left: 15px;
	padding-right: 13px;
	height: 25px;
	border: none;
	text-transform: inherit;
	letter-spacing: inherit;
	font-size: 14px;
	font-weight: 100;
	border-bottom: 0;
	border-radius: 0;
	margin-top: 0;
}

.edit-user-photo .input-group .btn-file i {
	margin-right: 5px;
}

#my-academy-user-photo {
	text-align: center; 
	height: 150px;
	width: 150px;
	border-radius: 50%;
	margin: 0 auto;
	background-image: url("../img/default-avatar.jpg");
	background-size: cover;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
	box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
}

#my-academy-user-photo button {  
    padding-left: 45px;
    padding-right: 50px;
}

#my-academy-user-photo img {
	height: 155px;
  	width: 155px;
}

#my-academy-user-photo #userImg_server {
	margin-left: 250px;
}

#my-academy-user-photo:hover img {
	display: none;
}

#my-academy-user-photo .form-group {
	margin-top: 0;
}

.edit-user-photo .input-group #apagarFoto_btn_Container button {
	padding-left: 40px;
}
/*end topbar*/





/*Public Profile*/
.profileTitles {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 15px;
	
}

#my-academy-individual-top #my-academy-myProfileMenu {
	padding: 0px;
}

#myAcademyTop-IndividualPublic #my-academy-individual-top #my-academy-user-photo:hover img {
	display: block !important;
}

#my-academy-individual-top #my-academy-myProfileMenu h5 {
    margin-bottom: 0;
    margin-top: 10px;
}

#my-academy-individual-top #my-academy-myProfileMenu h5, #my-academy-individual-top #my-academy-myProfileMenu p, #my-academy-individual-top #my-academy-myProfileMenu i {
	color: #333;
}

#my-academy-individual-top #my-academy-myProfileMenu #profileAboutItem {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 15px;
}

#my-academy-individual-top #my-academy-myProfileMenu #profileKitItem, #my-academy-individual-top #my-academy-myProfileMenu #profileCoursesItem {
	border-right: 1px solid #fff;
	padding: 15px;
}

#qrCodeCall {
	position: fixed;
    right: 0;
    top: 40%;
    box-shadow: 0px 0px 5px #888888;
    text-align: center;
    height: 170px;
    cursor: pointer;
    width: 85px;
}

#qrCodeCallTop {
	background-color: #105f5a;
    padding: 10px;
    height: 85px;
    width: 85px;
}

#qrCodeCallBottom {
	background-color: #fff;
    height: 85px;
    position: relative;
    width: 85px;
}

#qrCodeCallTop h5, #qrCodeCallTop p {
	color: #fff;
}

#qrCodeCallTop p {
	margin-bottom: 0;
    margin-top: 15px;
    font-size: 12px;
}

#qrCodeCallBottom .triangle-up-white {
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 34px;
    top: -5px;
}

#qrCodeCallBottom .fa-qrcode {
	font-size: 80px;
    color: #000;
    margin-top: 4px;
}

.skillCard {
	padding: 25px;
	height: 350px;
}

#skillSustentabilidade {
	background-color: #b8cf4b;
}

#skillComportamental {
	background-color: #7cb05a;
}

#skillTecnologia {
	background-color: #339966;
}

.skillCard h1 {
	font-size: 86px;
	margin-top: 45px;
}

.skillCard h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
}
/*End Public Profile*/





/*personal*/


#cv-updload-group_server .input-group {
	margin-bottom: 25px;
}
/*end personal*/



/*subs*/
#my-academy-subs .greybox-content {
	padding-bottom: 1px;
}

#my-academy-subs .triangle-up-grey {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #f1f1f1 transparent;
	position: absolute;
	margin-top: 15px;
	right: 49%;
	top: 160px;
}

.my-academy-subs-card {
	margin-top: 25px;
	position: relative;
}

.my-academy-subs-card button.pagar-curso-btn {
	float: right;
}

.my-academy-subs-card button {
	margin-top: 0;
	width: 48%;
    margin-bottom: 25px;
}

.my-academy-subs-card .triangle-up-grey {
	position: absolute !important;
    top: -10px !important;
    margin-top: 0 !important;
}

.my-academy-subs-card h5 {
	margin: 0;
}
/*end subs*/



/*courses*/
#my-academy-courses h2 {
	margin-top: 0;
}

#my-academy-courses th, #my-academy-courses td {
	padding: 10px;
}
/*end courses*/




/*contents*/
#my-academy-contents th, #my-academy-contents td {
	padding: 10px;
}

#my-academy-contents h2 {
	margin-top: 0;
}
/*end contents*/




/*invoices*/
#my-academy-invoices th, #my-academy-invoices td {
	padding: 10px;
}

#my-academy-invoices h2 {
	margin-top: 0;
}

.table > tbody + tbody {
    border-top: 1px solid #ddd;
}

.table {
	margin-bottom: 0;
}
/*end invoices*/

#my-academy-business-top .general-top-image .triangle-up-grey {
	margin-top: 0;
    top: 101px;
}
/******************** END MY ACADEMY ********************/






/******************** SEARCH RESULTS ********************/
#search-filter-two {
	margin-top: 15px;
}
/******************** END SEARCH RESULTS ********************/






/******************** SONAE ********************/
.general-content-top {
	padding-top: 175px;
	padding-bottom: 100px;
	background-image: url("../img/bg-2.jpg");
	background-size: cover;
}

.general-content-top h2 {
	color: #fff;
}

#sonae-partner ul {
	padding-left: 0;
}

#sonae-partner li {
	margin-top: 15px;
	line-height: 1.5;
}

#sonae-partner img {
	width: 85%;
}

#sonae-partner h1 {
	color: #333;
	margin-top: 0;
	margin-bottom: 0;
}

#sonae-partner h2 {
	color: #333;
	margin-top: 0;
	margin-bottom: 25px;
}
/******************** END SONAE ********************/









/******************** FORMACAO ACAO ********************/

#formacao-acao {
	margin-bottom: 0;
}

#formacao-acao .carousel-indicators {
    top: 245px;
}

#formacao-acao .title h2 {
	font-size: 64px;
}

#formacao-acao .carousel {
	margin-bottom: 100px;
} 

#formacao-acao .main {
	margin-top: 125px;
}

#formacao-acao .icons-container {
	margin-bottom: 50px;
}

#formacao-acao .icons-container h3 {
	font-size: 14px;
	color: #333;
	font-weight: 700;
	margin-top: 0;
}

#formacao-acao .icons-container i {
	color: #98c23a;
}

#formacao-acao .icons-row {
	margin-top: 0px;
}

#formacao-acao .icons-row .col-md-1, #formacao-acao .icons-row .col-md-3 {
	margin-top: 40px;
}


#formacao-acao .col-md-1 {
	text-align: right;
}

#formacao-acao-heading, #formacao-acao-icons-heading  {
	margin-top: 75px;
	margin-bottom: 50px;
}
#formacao-acao-icons-heading  {
	margin-bottom: 25px;
}

#formacao-acao .general-contact-bar .col-md-3 {
	text-align: right;
}

#formacao-acao-process .process-step {
	padding: 50px;
	min-height: 365px;
}

#formacao-acao-process .process-step hr {
	opacity: 0.2;
	margin-top: 40px;
}

#formacao-acao-process .process-step p {
	font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
}

#formacao-acao-process .process-step h1 {
    text-align: center;
    font-weight: 100;
    font-size: 86px;
    margin-top: 0;
}

#formacao-acao-process .process-step i {
	position: absolute;
    right: -5px;
    top: 50%;
    opacity: 0.8;
}

#step-one {
	background-color: #187f73;
}

#step-two {
	background-color: #14665a;
}

#step-three {
	background-color: #0e4c46;
}

#step-four {
	background-color: #0d443d;
}

#step-five {
	background-color: #0b3f3a;
}

#last-step {
	background-color: #09332e;
}

.process-step .triangle-right {
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 137.5px 0 137.5px 25px;
    position: absolute;
    top: 0;
    right: -25px;
    z-index: 100;
}



.process-step .triangle-down {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0px 10px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -10px;
    right: 50%;
    z-index: 100;
}

.process-step .triangle-up {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #f1f1f1 transparent;
	position: absolute;
	right: 50%;
    top: -10px;
}

.process-step .triangle-left {
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 137.5px 0 137.5px 25px;
    position: absolute;
    top: 0;
    right: -25px;
    z-index: 100;
    border-width: 137.5px 25px 137.5px 0;
}

#step-one .triangle-right {
	border-color: transparent transparent transparent #187f73;
}

#step-two .triangle-right {
	border-color: transparent transparent transparent #14665a;
}

#step-three .triangle-down {
	border-color: #0e4c46 transparent transparent transparent;
}

#step-four .triangle-left {
	border-color: transparent #0d443d transparent transparent;
}

#step-five .triangle-left {
	border-color: transparent #0b3f3a transparent transparent;
}

#last-step .triangle-up {
	border-color: transparent transparent #09332e transparent;
}
/******************** END FORMACAO ACCAO ********************/









/******************** PROJETOS INOVADORES ********************/
#projetos-title .carousel-indicators {
    top: 245px;
}

#projetos-title .title h2 {
	font-size: 64px;
}

#projetos-title .carousel {
	margin-bottom: 100px;
} 

.projetos-content .pi-title img {
	width: 100%;
	margin-bottom: 25px;
}

#projetos-logos, #projetos-logos:hover {
	text-align: center;
	margin-top: 50px;
	cursor: pointer;
}

#projetos-logos img {
	max-width: 35%;
	opacity: 0.3;
	cursor: pointer;
}

.nav-tabs {
	border-bottom: none;
}

.projetos-content {
	margin-top: 80px;
}

#projects-content li {
	line-height: 1.5;
	color: #666;
}

#projects-content h1 {
	color: #333;
}

#projetos-logos li {
	height: 115px;
	position: relative;
}

.projetos-content h2, .projetos-content h3  {
	margin-top: 0;
}

.projetos-content h2 {
	margin-bottom: 0;
}

#projects-content h4 {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	margin-top: 25px;
}

#projects-content ul{
	padding-left: 0;
}

#f-one-video-1, #f-one-video-2 {
	background-image: url("../img/bg-1.jpg");
	padding: 100px 50px;
	width: 100%;
	text-align: center;
	margin-top: 25px;
	background-size: cover;
}

#f-one-video-1 i, #f-one-video-2 i {
	font-size: 48px;
	color: #fff;
	cursor: pointer;
}

#f-one-video-1 h4, #f-one-video-2 h4 {
	color: #fff;
	font-size: 14px;
}

.project-name h3 {
	margin-top: 0;
}

#projects-content .project-name {
  padding: 15px;
  border-left: 3px solid #f1f1f1;
  border-bottom: 3px solid #f1f1f1;
  border-top: 3px solid #f1f1f1;
}

.projetos-content .triangle-up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  margin-top: -60px;
  right: 50%;
}

#projetos-title img {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 80px;
}

#projetos-logos .triangle-up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #f1f1f1 transparent;
  position: absolute;
  bottom: 0;
  right: 47%;
  display: none;
}

#projects-content .tab-pane {
	margin-bottom: 50px;
}

#projetos-logos .active .triangle-up {
	display: block;
}

#projetos-logos .active img{
	opacity: 1;
}

#projects-content img {
	width: 100%;
    margin-right: 50px;
}

/******************** END PROJETOS INOVADORES ********************/






/******************** SOBRE A ACADEMIA CITEVE ********************/
#about-academia-title {
	padding: 150px 0;
	background-image: url("../img/bg-1.jpg");
	background-size: cover;
	text-align: center;
}

#about-academia-title h2, .video-section h2  {
	color: #fff;
}

#about-academia-content .triangle-up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 50%;
  margin-top: -60px;
}


#about-academia-title .container {
	height: 100%;
}

#about-academia-icons {
	text-align: left;
	margin: 50px 0;
}

/*video*/
.video-section {
	background-image: url("../img/bg-7.jpg");
	padding: 50px;
	margin: 50px 0 0 0;
}

.video-section h1 {
	margin-top: 0;
}

.video-section .col-md-4 {
	text-align: center;
}

.video-section i {
	color: #fff;
	font-size: 115px;
	cursor: pointer;
	margin-top: 10px;
}
/*end video*/




/*contactos*/
#contatos {
	margin-top: 50px;
}

#contatos hr {
	border-color: #f1f1f1;
	margin: 0 15px 50px 15px;
}

#contactos .general-btn {
	width: 100%;
}

#contatos h2 {
	margin-top: 0px;
}

#contatos a {
	margin-top: 25px;
	margin-right: 15px;
}
/* end contactos*/




#about-academia-content #about-academia-icons h4 {
	padding: 0 0 5px 0;
}

#about-academia-icons i {
	color: #98c23a;
	float: left;
	margin-right: 15px;
}


#about-academia-title .general-white-btn {
	margin-top: 25px;
	background: #fff;
	color: #98c23a;
	padding-left: 25px;
	padding-right: 25px;
	height: 40px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: 600;
	border-bottom: 3px solid #f1f1f1;
	margin-top: 25px;
}

#video-wrapper {
	height: 650px;
	overflow: hidden;
}

#about-academia-content .page-main-content-under, #about-citeve-content .page-main-content-under {
	 margin-top: 50px;
}

#about-academia-content img {
	width: 65%;
	margin-top: 25px;
	text-align: center;
}

#about-citeve-content .greybox-content {
	margin-top: 25px;
}


#about-citeve-content .greybox-content h2 {
	margin-top: 0;
	font-weight: 100;
}

#about-academia-content .home-about h4 {
  color: #fff;
  padding: 15px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 14px;
}

#about-academia-content h4 {
  color: #333;
  padding: 25px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 14px;
}

#about-citeve-content img {
	width: 100%;
}

#about-academia-content .home-about, #about-citeve-content .home-about{
	margin-bottom: 0;
	padding-top: 50px;
}


#about-academia-content .home-about  {
	background-image: url("../img/bg-6.jpg");
}

/******************** END SOBRE A ACADEMIA CITEVE ********************/







/******************** SOBRE O CITEVE ********************/
#about-citeve-title {
	padding: 200px 0;
    overflow: hidden;
    text-align: center;
    height: 570px;
}

#about-citeve-title .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

video { 
	position: fixed;
    width: 100%;
    height: auto;
    z-index: -100;
    background-size: cover;
    transition: 1s opacity;
    top: 0;
    right: 0;
    left: 0;
}

#about-citeve-content {
	background-color: #fff;
}

#about-citeve-content .triangle-up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 50%;
  margin-top: -10px;
}

#about-citeve-content .page-main-content-under {
	margin-top: 0;
	padding-top: 50px;
}

#about-citeve-title h1 {
	font-size: 37px;
}

#about-citeve-content h4 {
  color: #333;
  margin: 0 auto;
  font-weight: 600;
  font-size: 14px;
}

.about-academica-block {
	margin-top: 50px;
}

#about-citeve-content #about-academia-icons img{
	width: auto;
	float: left;
    margin-right: 15px;
}

#about-citeve-content .home-about h4 {
  color: #fff;
  padding: 15px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 14px;
}

#about-citeve-content .home-about  {
	background-image: url("../img/bg-1.jpg");
}
/******************** END SOBRE O CITEVE ********************/











/******************** ESCOLA TECH ********************/

.et-table-titles {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	padding: 13px 8px !important;
}

.et-table-totals {
	font-weight: 400;
	color: #777;
}

.module-title {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	padding: 13px 8px !important;
}

#course-informations th {
	padding: 13px 8px !important;
}

.table.table-striped td {
	padding: 8px 16px;
}
.
/******************** END ESCOLA TECH ********************/








/***************** CHANCELA ***********/
#chancela {
	margin-bottom: 0;
}

#logo-chancela-wrapper {
	height: 80%;
	text-align: center;
	overflow: hidden;
}

#chancela h2 {
	margin-top: 15px;
}

#logo-chancela-wrapper img {
	width: 50%;
	margin: 0 auto;
	height: auto;
}

#chancela-content .info {
	margin: 50px 0;
}

.chancela-bar {
	background-image: url("../img/polygon-bg-small-two.png");
	height: 15px;
	width: 100%;
	margin-top: 50px;
}

#chancela-content .triangle-left {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0px;
	border-color: transparent #f1f1f1 transparent transparent;
	position: absolute;
	margin-top: 25px;
	left: 5px;
}

#chancela-content .triangle-right {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0px 10px 10px;
	border-color: transparent transparent transparent #f1f1f1;
	position: absolute;
	margin-top: 25px;
	right: 5px;
}

.more-padd-right {
	padding-right: 25px;
}

.more-padd-left {
	padding-left: 25px;
}

#chancela ul {
	color: #666;
	line-height: 1.5;
}

#chancela .chancela-companies {
	display:none;
	margin-top: 75px;
	margin-bottom: 50px;	
}

#chancela .chancela-companies h3{
	margin-bottom: 30px;	
}

#chancela .chancela-company-logo {
	opacity: 0.7;
	text-align: center;
	margin-top: 25px;
}
#chancela .chancela-company-logo img{
	width: 50%;
	margin-top:10px;
	margin-bottom: 40px;
}

#chancela .chancela-company-logo:hover {
	opacity: 1.0;
}

/***************** END CHANCELA ***********/






/***************** CONSULTORIA ***********/
#consultoria {
	margin-bottom: 0;
}

.title h3 {
	margin-top: 0;
}

#consultoria #fields {
	margin-top: 50px;
}

#consultoria #fields ul {
	color: #666;
	line-height: 1.5;
}

#consultoria .top-content h4 {
	color: #333;
}

#consultoria .info {
	margin-top: 50px;
	margin-bottom: 25px;
}

#consultoria .info img {
	width: 150px;
	margin: 0;
	margin-top: 25px;
}

#consultoria .info .logo-sm img {
	width: 250px;
	margin-top: 45px;
}

#consultoria .carousel-indicators {
    top: 245px;
}

#consultoria .title h2 {
	font-size: 64px;
}

#consultoria .carousel {
	margin-bottom: 100px;
} 

.carousel-indicators li {
    border: 1px solid #ccc;
}

.carousel-indicators .active {
    background-color: #ccc;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
}

.carousel-control.left {
    left: 0;
    right: auto;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
}


#consultoria .info .triangle-left {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0px;
	border-color: transparent #f1f1f1 transparent transparent;
	position: absolute;
	top: 30px;
	left: 5px;
}

#consultoria .triangle-up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #f1f1f1 transparent;
  position: absolute;
  right: 50%;
  margin-top: -35px;
}


#consultoria .info .triangle-right {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0px 10px 10px;
	border-color: transparent transparent transparent #f1f1f1;
	position: absolute;
	top: 30px;
	right: 5px;
}


#consultoria .general-contact-bar button, #consultoria .general-contact-bar .general-white-btn:hover {
	margin: 0;
}

#consultoria .general-contact-bar h2 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
}

#consultoria .general-contact-bar .col-md-3 {
	text-align: right;
}

#consultoria .top-content .greybox-content {
	min-height: 255px;
}

#consultoria-description {
	padding: 50px 0;
	margin: 25px 0;
	background-image: url("../img/bg-white.png");
	background-size: cover;
}

#consultoria-description p {
	margin-bottom: 0;
	color: #666;
}

#fields .greybox-content {
	margin-top: 50px;
	margin-bottom: 50px;
	min-height: 775px;
}

#fields .greybox-content h3 {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	margin-top: 0px;	
}

#consultoria-featured {
	margin-top: 125px;
}

#consultoria-featured-skills-img {
	background-image: url("../img/bg-1-corp.png");
	background-size: cover;
	min-height: 490px;
}

#consultoria-featured-chancela-img .triangle-right {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0px 20px 20px;
	border-color: transparent transparent transparent #105f5a;
	position: absolute;
	margin-top: 125px;
	left: 0px;
}

#consultoria-featured-skills-img .triangle-left {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 20px 0px;
	border-color: transparent #105f5a transparent transparent;
	position: absolute;
	margin-top: 125px;
	right: 0px;
}


#consultoria-featured-chancela-img {
	background-image: url("../img/bg-4-corp.png");
	background-size: cover;
	min-height: 490px;
}

.consultoria-featured-content {
	background-color: #105f5a;
	padding: 100px;
	min-height: 490px;
}

.consultoria-featured-content h4 {
	color: #fff;
    font-size: 32px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1;
}

.consultoria-featured-content p {
	font-size: 18px;
    color: #fff;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    margin-top: 20px;
}

.consultoria-featured-content img {
	max-width: 200px;
    margin-right: 15px;
    float: left;
}
#consultoria-featured-chancela-img .consultoria-featured-content {
	padding-top:145px;
}

#consultoria-featured-chancela .consultoria-featured-content img {
	float: left;
}

#consultoria-featured-chancela .consultoria-featured-content h4 {
	margin-top: 0;
}


#carousel-example-generic .item h2 {
	font-weight: 400;
}

/***************** END CONSULTORIA ***********/








/***************** 	BOLSA DE TALENTOS ***********/
#bolsa-talentos-title {
	background-image: url("../img/bg-1.jpg");
	background-size: cover;
	text-align: center;
	height: 100vh;
    margin-top: -122px;
}

#bolsa-talentos-title h2{
	color: #fff;
	margin-top: 0;
}

#bolsa-talentos-title h1 {
	font-weight: 700;
	text-shadow: 0px 0px 10px rgba(0,0,0, 0.5);
	margin: 0;
	margin-top: 35vh;
}

#bolsa-talentos-title input, #bolsa-talentos-title select{
	margin-top: 25px;
}

#bolsa-talentos-title button{
    width: 100%;
    text-align: center;
}

#searchTalentsForm {
	margin-top: 50px;
}

#bolsa-talentos-content {
	height: 100vh;
	display: none;
	/* background-image: url(/img/bg-white.png); */
}

#bolsa-talentos-content .page-main-content-under {
	margin-top: 0;
}

#bolsa-talentos-content h2{
	font-size: 48px;
	margin-top: 35vh;
}

#bolsa-talentos-title .citeve-popover {
    background-color: rgb(204, 48, 20);
    width: 145px;
    position: absolute;
    color: #fff;
    top: 5px;
    height: auto;
    left: -155px;
    padding: 9px 14px;
}



#bolsa-emprego-title {
	background-image: url("../img/bg-1.jpg");
	background-size: cover;
	text-align: center;
	height: 100vh;
    margin-top: -122px;
}

#bolsa-emprego-title h2{
	color: #fff;
	margin-top: 0;
}

#bolsa-emprego-title h1 {
	font-weight: 700;
	text-shadow: 0px 0px 10px rgba(0,0,0, 0.5);
	margin: 0;
	margin-top: 35vh;
}

#bolsa-emprego-title input, #bolsa-emprego-title select{
	margin-top: 25px;
}

#bolsa-emprego-title button{
    width: 100%;
    text-align: center;
}

#searchTalentsForm {
	margin-top: 50px;
}

#bolsa-emprego-content {
	min-height: 100vh;
	display: none;
	/* background-image: url(/img/bg-white.png); */
}

#bolsa-emprego-content .page-main-content-under {
	margin-top: 0;
}

#bolsa-emprego-content h2{
	font-size: 48px;
	margin-top: 50px;
}

.available-jobs-content {
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}
/***************** 	BOLSA DE TALENTOS ***********/












/***************** PRIVACIDADE ***********/
#privacy .col-md-8 {
	padding-top: 20px;
}

#termsandconditions h2 {
	margin-top: 50px;
}

#termsandconditions h1 {
	color: #333;
}
/***************** PRIVACIDADE ***********/


.clickable {
   	cursor: pointer;
}

.alert button.close {
	bottom: 10px !important;
}

.alert h4 {
	margin-bottom: 0;
}


/*************** RATING ******************/
.star-rating {
  line-height:32px;
  font-size:1.25em;
  cursor: pointer;
}
/*************** RATING ******************/