#help {
	display: none;
}

#orador {
	margin-top: 60px;
}

.event-details:last-of-type h3 {
    display: none;
}

.cert-hint {
	font-size: 11px;
	margin-top: 10px;
}

.panelists .slick-dots {
	margin-top: 22px!important;
}

.bt-help {
	margin-top: 12px;
	display: inline-block;
	text-decoration: underline;
}

.download-cert {
	text-decoration: underline;
}

.single-projects .popover.right {
    margin-left: 25px;
}

.single-projects .popover {
	white-space: unset !important;
}

.single-projects .help-items {
	padding-left: 15px;
}

.flexslider-captioned {
  margin: 0;
  padding: 0;
}

.flexslider-captioned .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider-captioned .slides img {
  width: 100%;
  display: block;
}

.flexslider-captioned .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#biof-cursos .buttons {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 60px;
}

#biof-cursos .buttons a {
	color: #fff!important;
}

#biof-cursos .modal-login-f .fa,
#biof-cursos .modal-recover-f .fa {
	top: 25px;
    position: relative;
    left: 8px;
}

#biof-cursos .modal-login-f input[type="text"],
#biof-cursos .modal-recover-f input[type="text"],
#biof-cursos .modal-login-f input[type="email"],
#biof-cursos .modal-recover-f input[type="email"],
#biof-cursos .modal-login-f input[type="password"],
#biof-cursos .modal-recover-f input[type="password"] {
	padding-left: 30px;
}

html[xmlns] .flexslider-captioned .slides {
  display: block;
}

* html .flexslider-captioned .slides {
  height: 1%;
}

.no-js .flexslider-captioned .slides > li:first-child {
  display: block;
}

.flexslider-captioned {
  margin: 0 0 60px;
  background: #fff;
  position: relative;
  zoom: 1;
}

.flexslider-captioned .slides {
  zoom: 1;
}

.flexslider-captioned .slides img {
  height: auto;
  -moz-user-select: none;
}

.flexslider-captioned:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider-captioned:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider-captioned:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider-captioned:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flexslider-captioned .flex-caption {
	position: absolute!important;
	top: 30%!important;
	padding: 0 4%;
	color: #fff;
}

.flexslider-captioned .flex-caption h3 {
	color: #fff;
}

@media (max-width: 768px) {
	.flexslider-captioned .flex-caption {
		position: relative!important;
		top: unset!important;
		padding: 0 4%;
		color: #666666;
		font-size: 12px;
	}
	
	.flexslider-captioned .flex-caption h3 {
		color: #666666;
		font-size: 14px;
	}
	
	.anm-slider.flexslider .slider-title {
	  margin: 10px 0 40px 0!important;
	}
	
	.page-template-blog-new .anm-slider.flexslider .slides {
		padding-top: 0!important;
	}
	
	.page-template-blog-new .anm-slider.flexslider .slider-title {
	  padding: 0!important;
	}
	
	.flexslider .slides img {
		object-fit: contain!important;
	}
	
}

.position-relative {
    position: relative !important;
}

#register_by_email .btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

#register_by_email .form-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
}

#register_by_email .modal-register .form-group {
	display: block;
}

#register_by_email .form-control {
  border-radius: 0 0.25rem 0.25rem 0;
  border-left: 1px;
}

#register_by_email i {
  color: #000;
  padding: 10px;
  min-width: 50px;
  text-align: center;
  background: #fff;
  border-radius: 0.25rem 0 0 0.25rem;
}

#register_by_email .modal-register .fa,
#register_by_email .modal-login .fa {
    background: none;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 18px;
}

#register_by_email .modal-content {
  background: #68A851;
  color: #fff;
}

#register_by_email .form-control {
	border: none!important;
	box-shadow: none!important;
	height: 35px;
}

#register_by_email .modal-title {
	color: #fff!important;
}

#register_by_email .modal-header {
	border-bottom: 1px solid #526360!important;
}

#register_by_email .btn-info {
	background-color: #eeefed;
	border-color: #2a800e;
}

#register_by_email .modal-header {
  display: block;
}

#register_by_email .modal-header .close {
	color: #fff !important;
	box-shadow: none;
	text-shadow: none;
	border: none;
	opacity: 1;
}

#register_by_email .close:not(:disabled):not(.disabled):hover,
#register_by_email .close:not(:disabled):not(.disabled):focus {
  color: #8e8282;
  text-decoration: none;
  opacity: 0.75;
}

/*  Start Modal Login */

#register_by_email .modal-login h3 {
  font-weight: 300!important;
  text-transform: uppercase;
  margin-top: 0;
  color: #fff!important;
}

#register_by_email .modal-login .form-check {
  text-align: left;
  margin-top: 1rem;
}

#register_by_email .modal-login .form-group:last-child {
  display: block;
  height: 45px;
}

#register_by_email .modal-login .form-group .btn-dark {
  position: absolute;
  left: 0;
  top: 10px;
}

#register_by_email .modal-register .form-group .btn-primary,
#register_by_email .modal-login .form-group .btn-primary {
  width: 20%;
  position: absolute;
  right: 0;
  top: 10px;
  background-color: #3B5998;
  border-color: #3B5998;
}

.wp-auth-logged-row {
	display: flex;
	align-items: center;
}

.wp-auth-profile-image {
  width: 50px;
  height: 50px;
  background: #60B345;
  font-size: 35px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}

.wp-auth-login-name {
	margin-bottom: 0;
	margin-left: 5px;
}

/*  End Modal Login */

/* Start Modal Register  */
#register_by_email .modal-register h3 {
  font-weight: 300!important;
  text-transform: uppercase;
  margin-top: 0;
  color: #fff!important;
}

#register_by_email .modal-register .form-group:last-child {
  display: block;
  height: 45px;
}

#register_by_email .modal-register .form-group .btn-dark {
  position: absolute;
  left: 0;
  top: 10px;
}

#register_by_email .modal-register .form-group .btn-primary {
  width: 40%;
  position: absolute;
  right: 0;
  top: 10px;
}

/* End Modal Register  */

.c-stars {
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-stars span:last-of-type {
    margin: 0;
}

.c-star-items {
	margin-top: 15px;
}

.c-rating-star {
	color: #FECB51;
	font-size: 21px!important;
}

.c-distribution-row {
	display: inline-block;
	width: 120px;
}

.c-distribution-row-value {
	width: 8px;
	height: 22px;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.69;
	letter-spacing: normal;
	text-align: center;
	color: #60B345;
	float: left
}

.c-distribution-row-bar {
	width: 93px;
	height: 7px;
	float: right;
	background-color: #e3e3e3;
	margin-top: 8px;
	margin-right: 10px;
}

.c-distribution-row-bar-score {
	height: 7px;
	background-color: #60B345;
}

.avg-score {
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	font-size: 52px;
	line-height: 0.69;
	text-align: center;
	display: block;
	margin-bottom: 15px;
}

.reviews-qa-label {
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: #6A6C77;
	width: 161px;
	height: 20px;
	font-size: 13px;
	line-height: 1.47;
	position: relative;
	display: block;
	top: 4px;
	text-align: center;
}

.reviews-wrap {
	padding-top: 60px;
	padding-bottom: 30px;
}

.reviews-wrap .wp-pagenavi {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.no-reviews-found {
	font-size: 12px;
	font-weight: 400;
	color: #707070;
}

#post-review {
	margin-bottom: 90px;
}

.post-review-stars .fa-star {
	color: #eaeaea;
}

.post-review-stars .fa-star:hover {
	color: #FECB51;
}

.post-review-selected-star {
	color: #FECB51!important;
}

.review-letter {
	width: 35px;
	height: 35px;
	background: #60B345;
	font-size: 25px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	display: block;
}

.reviews-wrap h4 {
	margin-bottom: 40px;
	border-bottom: 2px solid #60B345;
	width: -webkit-fit-content;
	width: -moz-fit-content;
}

.review-user-name {
	margin-bottom: 5px;
	display: block;
}

.reviews-amount {
	margin-bottom: 20px;
	display: block;
}

.review-item {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.review-item .col-sm-1 {
	width: 4%;
	padding: 0;
}

.review-item .col-sm-11 {
	width: 96%;
	padding: 0;
}

.review-element .fa-star {
	color: #eaeaea;
}

.review-element .selected-star {
	color: #FECB51;
}

.review-header {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

.post-review-title {
	font-weight: 600;
	margin-bottom: 10px;
}

.post-review-content {
	margin-bottom: 10px;
}

.review-item .post-review-date {
	position: absolute;
	top: 0;
	right: 0;
}

.quiz-quiz {
	text-align: center;
}

.quiz-quiz, .quiz-took {
    /* display: none; */
}

.quiz-quiz {
	display: block;
}

.quiz-took {
	background: #f9f9f9;
	padding: 5px;
	text-align: center;
}

.quiz-took p {
	margin-bottom: 0;
}

.quiz-quiz .question {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 130%;
	font-weight: 300;
	color: #45a28e;
	text-align: left;
}

.quiz-quiz .answers {
  margin-bottom: 20px;
  text-align: left;
  color: #444;
}

.quiz-quiz .answers label {
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 140%;
  font-size: 14px;
}

.quiz-quiz button {
  font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background-color: #60B345;
	color: #fff;
	border: 0px;
	border-radius: 3px;
	padding: 12px 15px;
	cursor: pointer;
	margin-bottom: 20px;
}

.quiz-quiz #submit {
	font-weight: 600;
}

.quiz-quiz button:hover {
	background-color: #CECECE;
}

.quiz-quiz .slide {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s;
}

.quiz-quiz .active-slide {
  opacity: 1;
  z-index: 2;
}

.quiz-quiz .quiz-container {
  position: relative;
  height: 330px;
  margin-top: 40px;
}

.quiz-score {
	font-weight: bold;
}

/* footer modal */

.modal .modal-footer button:first-child {
  text-align: left;
}

/* hide modal */

span.module-title {
	font-size: 12px;
	text-align: center;
}

.modules-wrap a {
    text-align: center;
    display: block;
    font-weight: bold;
    margin-top: 10px;
}

.modules-wrap .col-md-4 {
	margin-bottom: 15px;
	margin-top: 0;
	opacity: 0.4;
	pointer-events: none;
}

.modules-wrap .module1 {
	opacity: 1;
	pointer-events: all;
}

.modal-login,
.modal-register {
  display: none;
}

.modules-nav li {
  display: inline-block;
  padding: 0 2px;
}

.modules-nav li a {
  color: #fff!important;
  padding: 6px 12px;
  background: #60B345;
  font-size: 14px!important;
}

.modules-nav li a:hover {
	border: none!important;
}

#module-repeat {
	font-size: inherit !important;
	font-weight: normal;
	text-decoration: underline;
}

#module-repeat:hover {
	text-decoration: none!important;
	border: none;
}

.modules-nav {
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
  padding: 0;
}

#cafe-registation input, #cafe-registation select {
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
	box-shadow: none;
	border: none;
}

#cafe-registation p {
    width: 100%;
    display: block;
    overflow: hidden;
}

#cafe-register {
	color: #61AB46 !important;
	font-weight: bold !important;
	padding-top: 4px !important;
}

.cafe-reg-agenda-wrap {
	display: block;
	text-align: center;
	margin-bottom: 60px!important;
}

.cafe-reg-agenda-wrap a {
	color: #fff !important;
	box-shadow: 0 2px 3px rgba(0,0,0,0.4);
	transition: all ease 0.4s;
	padding: 13px 18px;
	font-size: 16px;
}

.cafe-reg-agenda-wrap a:hover {
	transform: translateY(-5px);
}

#form-register-text {
	margin-bottom: 40px;
}

.single-projects .vc_row.wpb_row.vc_row-fluid.social {
	background: #60B345!important;
}

.single-projects #loader-image {
	float: none;
	position: absolute;
	bottom: 27px;
	right: 30px;
}

.single-projects .input-disabled {
	background: #b7b7b7!important;
	pointer-events: none;
}

#notes_module_form {
	margin-top: 40px;
	padding-left: 25px;
}

#notes_module_form h4 {
	border-bottom: 4px solid;
}

#notes_module_form button {
	margin-top: 20px;
}

#my_notes {
	font-size: 13px;
}

.notes-spinner {
	margin-top: 30px;
	display: none;
}

.flexslider-post-slider,
.flexslider-carousel {
  margin: 0;
  padding: 0;
}

.flexslider-post-slider .slides > li,
.flexslider-carousel .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}

.flexslider-post-slider .slides img,
.flexslider-carousel .slides img {
  width: 100%;
  display: block;
  border-radius: 5px;
}

.flexslider-post-slider .slides:after,
.flexslider-carousel .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider-post-slider .slides,
html[xmlns] .flexslider-carousel .slides {
  display: block;
}

* html .flexslider-post-slider .slides,
* html .flexslider-carousel .slides {
  height: 1%;
}

.no-js .flexslider-post-slider .slides > li:first-child,
.no-js .flexslider-carousel .slides > li:first-child {
  display: block;
}

.flexslider-carousel {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider-post-slider {
	position: relative;
	zoom: 1;
}

.flexslider-post-slider .slides,
.flexslider-carousel .slides {
  zoom: 1;
}

.flexslider-carousel .slides img {
  -moz-user-select: none;
  height: 225px;
  object-fit: cover;
}

.flexslider-post-slider .slides img {
	-moz-user-select: none;
	object-fit: cover;
}

.flexslider-post-slider:hover .flex-direction-nav .flex-prev,
.flexslider-carousel:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider-post-slider:hover .flex-direction-nav .flex-prev:hover,
.flexslider-carousel:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider-post-slider:hover .flex-direction-nav .flex-next,
.flexslider-carousel:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider-post-slider:hover .flex-direction-nav .flex-next:hover,
.flexslider-carousel:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.carousel li {
  margin-right: 20px!important;
}

.flexslider-carousel .flex-caption {
  position: absolute;
  bottom: 20px;
  background: rgba(70, 162, 140, 0.75);
  width: 100%;
  padding: 8px;
}

.flexslider-carousel .flex-caption h6 {
	color: #fff!important;
	font-weight: 400!important;
}

.flexslider-post-slider .flex-text a {
	margin-top: 20px;
	display: block;
}

.flexslider-post-slider .flex-control-nav {
	display: block;
}

.flexslider-post-slider .flex-control-paging li a:hover, 
.flexslider-post-slider .flex-control-paging li a.flex-active {
	background: #fff!important;
}

.flexslider-post-slider .flex-control-paging li a {
	background: rgba(255,255,255,0.4);
}

.flexslider-post-slider h3 a {
	margin-top: 0!important;
	text-decoration: none!important;
}

.projects-container .single-projects .flexslider-post-slider li h3 a {
	text-decoration: none!important;
}

#exposicoes .flexslider-post-slider h3 {
	color: #fff!important;
}

#expo-slider {
	margin-top: 40px;
}

#expo-slider .vc_column-inner {
	padding: 0!important;
}

#expo-slider .flexslider-post-slider .flex-text a {
	color: #fff!important;
}

#post_slider_dropdown {
	width: 25%;
	position: absolute;
	right: 18px;
	top: -32px;
	font-size: 1.15rem;
	padding: 0.675em 6em 0.675em 1em;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 0.25rem;
	color: #000;
	cursor: pointer;
}

.lds-ellipsis {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  float: left;
  top: 8px;
  right: 0;
  left: 0;
  bottom: 0;
}
.lds-ellipsis div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #60B345;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
