@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
#ef-contact {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 100;
}
#ef-contact a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  text-align: center;
  display: block;
  font-size: 2rem;
  transition: 0.5s;
  background-color: #df0049;
  color: #fff;
  box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.4);
}
#ef-contact a:hover {
  background: white;
  color: #df0049;
}

[data-theme=light] #ef-contact a {
  background-color: #df0049;
  color: #fff;
  box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.4);
}
[data-theme=light] #ef-contact a:hover {
  background: white;
  color: #df0049;
}

[data-theme=dark] #ef-contact a {
  background-color: #df0049;
  color: #fff;
  box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.4);
}
[data-theme=dark] #ef-contact a:hover {
  background: white;
  color: #df0049;
}

#ef-content {
  padding-top: 4rem;
}
#ef-content h1 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
#ef-content .ef-title a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}
#ef-content .ef-content h2 {
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
#ef-content .ef-content h3 {
  font-size: 1rem;
  font-weight: bold;
}
#ef-content .ef-content ul,
#ef-content .ef-content ol {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
#ef-content .ef-content ul li,
#ef-content .ef-content ol li {
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
#ef-content .ef-content p {
  color: rgba(255, 255, 255, 0.6);
}
#ef-content .ef-content a {
  color: #df0049;
}

[data-theme=light] #ef-content h1 {
  color: #000;
}
[data-theme=light] #ef-content .ef-title a {
  color: rgba(0, 0, 0, 0.6);
}
[data-theme=light] #ef-content .ef-content p {
  color: rgba(0, 0, 0, 0.6);
}
[data-theme=light] #ef-content .ef-content a {
  color: #df0049;
}

#ef-loading {
  background-color: #df0049;
  min-height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
#ef-loading svg {
  width: 64px;
  height: 64px;
  margin: 0 0 2.5rem 0 !important;
}

[data-theme=dark] body {
  background-color: rgba(0, 0, 0, 0.9);
  font-family: "Open Sans";
}

[data-theme=light] body {
  background-color: rgba(255, 255, 255, 0.9);
  font-family: "Open Sans";
}

#wpadminbar {
  display: none;
}

.ef-is-admin {
  height: 2px;
  background-color: #c00;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}

.accordion-item {
  background-color: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #fff;
}

[data-theme=light] .accordion-item {
  background-color: rgba(0, 0, 0, 0.025);
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #000;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

[data-theme=light] .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
[data-theme=light] .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

ul {
  color: rgba(255, 255, 255, 0.6);
}
ul.ef-details li {
  display: block;
  padding: 0.5rem 0;
  margin: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
ul.ef-details li a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: 0.5s;
  line-height: 1.25rem;
}
ul.ef-details li a:hover {
  color: #df0049;
}

[data-theme=light] ul {
  color: rgba(0, 0, 0, 0.6);
}
[data-theme=light] ul.ef-details li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
[data-theme=light] ul.ef-details li a {
  color: rgba(0, 0, 0, 0.8);
}
[data-theme=light] ul.ef-details li a:hover {
  color: #df0049;
}

#ef-modal .modal-header,
.ef-modal .modal-header,
#x-reportar .modal-header {
  background: #df0049;
  padding: 1rem 2rem;
  border-radius: 0;
  border: none;
}
#ef-modal .modal-body,
.ef-modal .modal-body,
#x-reportar .modal-body {
  padding: 2rem;
  background: #111;
  color: #fff;
}
#ef-modal .modal-footer,
.ef-modal .modal-footer,
#x-reportar .modal-footer {
  background: rgba(0, 0, 0, 0.9);
  padding: 1rem 2rem;
  border-radius: 0;
  border: none;
}
#ef-modal #ef-report-message,
.ef-modal #ef-report-message,
#x-reportar #ef-report-message {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem;
  background: #111;
  color: #fff;
  margin-bottom: 15px;
}
#ef-modal h3,
.ef-modal h3,
#x-reportar h3 {
  font-weight: 600;
  color: #fff;
}
#ef-modal h4,
.ef-modal h4,
#x-reportar h4 {
  padding-bottom: 0.5rem;
  font-weight: 600;
  color: #fff;
  font-size: 1.2rem;
}
#ef-modal a,
.ef-modal a,
#x-reportar a {
  color: #df0049;
}
#ef-modal #ef-list,
.ef-modal #ef-list,
#x-reportar #ef-list {
  padding: 1rem;
}
#ef-modal #ef-list ul,
.ef-modal #ef-list ul,
#x-reportar #ef-list ul {
  margin: 1rem 0 2rem 0;
  padding: 0;
  list-style: none;
}
#ef-modal #ef-list ul li a,
.ef-modal #ef-list ul li a,
#x-reportar #ef-list ul li a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  font-size: 1rem;
  display: block;
  padding: 5px;
}
#ef-modal #ef-list ul li a i,
.ef-modal #ef-list ul li a i,
#x-reportar #ef-list ul li a i {
  color: rgba(255, 255, 255, 0.4);
  transition: 0.5s;
}
#ef-modal #ef-list ul li a:hover,
.ef-modal #ef-list ul li a:hover,
#x-reportar #ef-list ul li a:hover {
  color: #df0049;
}
#ef-modal #ef-list ul li a:hover i,
.ef-modal #ef-list ul li a:hover i,
#x-reportar #ef-list ul li a:hover i {
  color: #df0049;
}

[data-theme=light] #ef-modal .modal-header,
[data-theme=light] .ef-modal .modal-header,
[data-theme=light] #x-reportar .modal-header {
  background: #df0049;
}
[data-theme=light] #ef-modal .modal-header h3,
[data-theme=light] #ef-modal .modal-header h5,
[data-theme=light] .ef-modal .modal-header h3,
[data-theme=light] .ef-modal .modal-header h5,
[data-theme=light] #x-reportar .modal-header h3,
[data-theme=light] #x-reportar .modal-header h5 {
  color: #fff !important;
}
[data-theme=light] #ef-modal .modal-header .btn-close,
[data-theme=light] .ef-modal .modal-header .btn-close,
[data-theme=light] #x-reportar .modal-header .btn-close {
  background-color: #fff;
}
[data-theme=light] #ef-modal .modal-body,
[data-theme=light] .ef-modal .modal-body,
[data-theme=light] #x-reportar .modal-body {
  background: rgba(0, 0, 0, 0.02);
  color: #000;
}
[data-theme=light] #ef-modal .modal-footer,
[data-theme=light] .ef-modal .modal-footer,
[data-theme=light] #x-reportar .modal-footer {
  background: #f1f3f5;
}
[data-theme=light] #ef-modal #ef-report-message,
[data-theme=light] .ef-modal #ef-report-message,
[data-theme=light] #x-reportar #ef-report-message {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #f1f3f5;
  color: #000;
}
[data-theme=light] #ef-modal h3,
[data-theme=light] .ef-modal h3,
[data-theme=light] #x-reportar h3 {
  color: #000;
}
[data-theme=light] #ef-modal h4,
[data-theme=light] .ef-modal h4,
[data-theme=light] #x-reportar h4 {
  color: #000;
}
[data-theme=light] #ef-modal a,
[data-theme=light] .ef-modal a,
[data-theme=light] #x-reportar a {
  color: #df0049;
}
[data-theme=light] #ef-modal #ef-list ul li a,
[data-theme=light] .ef-modal #ef-list ul li a,
[data-theme=light] #x-reportar #ef-list ul li a {
  color: #000;
}
[data-theme=light] #ef-modal #ef-list ul li a i,
[data-theme=light] .ef-modal #ef-list ul li a i,
[data-theme=light] #x-reportar #ef-list ul li a i {
  color: rgba(0, 0, 0, 0.4);
}
[data-theme=light] #ef-modal #ef-list ul li a:hover,
[data-theme=light] .ef-modal #ef-list ul li a:hover,
[data-theme=light] #x-reportar #ef-list ul li a:hover {
  color: #df0049;
}
[data-theme=light] #ef-modal #ef-list ul li a:hover i,
[data-theme=light] .ef-modal #ef-list ul li a:hover i,
[data-theme=light] #x-reportar #ef-list ul li a:hover i {
  color: #df0049;
}

#ef-modal-expiration {
  color: #f8f9fa;
}
#ef-modal-expiration .modal-content {
  background: transparent;
}
#ef-modal-expiration .modal-body {
  padding: 4rem 6rem;
  border-radius: 20px;
  background-color: #212529;
}
#ef-modal-expiration .ef-title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}
#ef-modal-expiration .ef-subtitle {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
#ef-modal-expiration .ef-text {
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.7;
  margin-bottom: 3rem;
}
#ef-modal-expiration .ef-subscription-info {
  display: flex;
  align-items: center;
  text-align: left;
  font-weight: bold;
  border-radius: 10px;
  margin-bottom: 2.5rem;
  padding: 12px 24px 12px 20px;
  background: rgba(187, 52, 54, 0.25);
}
#ef-modal-expiration .ef-subscription-info .ef-close-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  border-radius: 10px;
  background: rgba(224, 42, 42, 0.25);
}
#ef-modal-expiration .ef-renew-btn {
  padding: 0.5rem;
  background-color: #10837c;
  font-weight: bold;
}
#ef-modal-expiration .ef-subscription-info,
#ef-modal-expiration .ef-renew-btn {
  width: 75%;
}

[data-theme=light] #ef-modal-expiration {
  color: #212529;
}
[data-theme=light] #ef-modal-expiration .modal-content {
  background: transparent;
}
[data-theme=light] #ef-modal-expiration .modal-body {
  background-color: #f1f3f5;
}
[data-theme=light] #ef-modal-expiration .ef-subscription-info {
  background: rgba(187, 52, 54, 0.25);
}
[data-theme=light] #ef-modal-expiration .ef-subscription-info .ef-close-icon {
  background: rgba(224, 42, 42, 0.25);
}
[data-theme=light] #ef-modal-expiration .ef-renew-btn {
  background-color: #10837c;
}

@media (max-width: 992px) {
  #ef-modal-expiration .modal-body {
    padding: 3rem 1.5rem;
  }
  #ef-modal-expiration .modal-dialog {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  #ef-modal-expiration .modal-dialog {
    max-width: 90%;
  }
  #ef-modal-expiration .ef-title {
    font-size: 1.5rem;
  }
  #ef-modal-expiration .ef-subtitle,
  #ef-modal-expiration .ef-text,
  #ef-modal-expiration .ef-subscription-info,
  #ef-modal-expiration .ef-renew-btn {
    font-size: 0.875rem;
  }
  #ef-modal-expiration .ef-subscription-info,
  #ef-modal-expiration .ef-text {
    margin-bottom: 2rem;
  }
  #ef-modal-expiration .ef-subscription-info,
  #ef-modal-expiration .ef-renew-btn {
    width: 100%;
  }
}
@media (max-width: 576px) {
  #ef-modal-expiration .modal-dialog {
    max-width: 100%;
  }
}
#ef-page-cursos #ef-modules .accordion-body {
  background-color: rgba(0, 0, 0, 0.025);
}

[data-theme=light] #ef-page-cursos #ef-modules .accordion-body {
  background-color: rgba(255, 255, 255, 0.025);
}

#ef-page-materiais .ef-class,
#ef-page-questoes .ef-class,
#ef-page-aulas-ao-vivo .ef-class,
#ef-page-avisos .ef-class {
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.035);
}
#ef-page-materiais .ef-class .ef-title,
#ef-page-questoes .ef-class .ef-title,
#ef-page-aulas-ao-vivo .ef-class .ef-title,
#ef-page-avisos .ef-class .ef-title {
  padding: 8px 5px;
}
#ef-page-materiais .ef-class .ef-title a,
#ef-page-questoes .ef-class .ef-title a,
#ef-page-aulas-ao-vivo .ef-class .ef-title a,
#ef-page-avisos .ef-class .ef-title a {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  text-decoration: none;
  transition: 0.5s;
}
#ef-page-materiais .ef-class .ef-title a:hover,
#ef-page-questoes .ef-class .ef-title a:hover,
#ef-page-aulas-ao-vivo .ef-class .ef-title a:hover,
#ef-page-avisos .ef-class .ef-title a:hover {
  color: #df0049;
}
#ef-page-materiais .ef-class .ef-date,
#ef-page-questoes .ef-class .ef-date,
#ef-page-aulas-ao-vivo .ef-class .ef-date,
#ef-page-avisos .ef-class .ef-date {
  padding: 8px 5px;
  color: rgba(255, 255, 255, 0.4);
}
#ef-page-materiais .ef-class .ef-download,
#ef-page-questoes .ef-class .ef-download,
#ef-page-aulas-ao-vivo .ef-class .ef-download,
#ef-page-avisos .ef-class .ef-download {
  padding: 8px 5px;
}
#ef-page-materiais .ef-class .btn,
#ef-page-questoes .ef-class .btn,
#ef-page-aulas-ao-vivo .ef-class .btn,
#ef-page-avisos .ef-class .btn {
  background: rgba(223, 0, 73, 0.8);
}
#ef-page-materiais .ef-class .btn:hover,
#ef-page-questoes .ef-class .btn:hover,
#ef-page-aulas-ao-vivo .ef-class .btn:hover,
#ef-page-avisos .ef-class .btn:hover {
  background: #df0049;
}

[data-theme=light] #ef-page-materiais .ef-class,
[data-theme=light] #ef-page-questoes .ef-class,
[data-theme=light] #ef-page-aulas-ao-vivo .ef-class,
[data-theme=light] #ef-page-avisos .ef-class {
  background-color: rgba(0, 0, 0, 0.025);
  border: 1px solid rgba(0, 0, 0, 0.035);
}
[data-theme=light] #ef-page-materiais .ef-class .ef-title a,
[data-theme=light] #ef-page-questoes .ef-class .ef-title a,
[data-theme=light] #ef-page-aulas-ao-vivo .ef-class .ef-title a,
[data-theme=light] #ef-page-avisos .ef-class .ef-title a {
  color: rgba(0, 0, 0, 0.6);
}
[data-theme=light] #ef-page-materiais .ef-class .ef-title a:hover,
[data-theme=light] #ef-page-questoes .ef-class .ef-title a:hover,
[data-theme=light] #ef-page-aulas-ao-vivo .ef-class .ef-title a:hover,
[data-theme=light] #ef-page-avisos .ef-class .ef-title a:hover {
  color: #df0049;
}
[data-theme=light] #ef-page-materiais .ef-class .ef-date,
[data-theme=light] #ef-page-questoes .ef-class .ef-date,
[data-theme=light] #ef-page-aulas-ao-vivo .ef-class .ef-date,
[data-theme=light] #ef-page-avisos .ef-class .ef-date {
  color: rgba(0, 0, 0, 0.4);
}
[data-theme=light] #ef-page-materiais .ef-class .btn,
[data-theme=light] #ef-page-questoes .ef-class .btn,
[data-theme=light] #ef-page-aulas-ao-vivo .ef-class .btn,
[data-theme=light] #ef-page-avisos .ef-class .btn {
  background: rgba(223, 0, 73, 0.8);
  border: 1px solid #df0049;
}
[data-theme=light] #ef-page-materiais .ef-class .btn:hover,
[data-theme=light] #ef-page-questoes .ef-class .btn:hover,
[data-theme=light] #ef-page-aulas-ao-vivo .ef-class .btn:hover,
[data-theme=light] #ef-page-avisos .ef-class .btn:hover {
  background: #df0049;
}

#ef-content .btn-light,
#ef-content .page-link,
#ef-page-cursos .btn-light,
#ef-page-cursos .page-link {
  color: white !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(255, 255, 255, 0.075) !important;
}
#ef-content .btn-light:hover,
#ef-content .page-link:hover,
#ef-page-cursos .btn-light:hover,
#ef-page-cursos .page-link:hover {
  color: #df0049 !important;
}
#ef-content .btn-light.current,
#ef-content .page-link.current,
#ef-page-cursos .btn-light.current,
#ef-page-cursos .page-link.current {
  color: #df0049 !important;
}

[data-theme=light] #ef-content .btn-light,
[data-theme=light] #ef-content .page-link,
[data-theme=light] #ef-page-cursos .btn-light,
[data-theme=light] #ef-page-cursos .page-link {
  color: #000 !important;
  background-color: rgba(0, 0, 0, 0.05) !important;
  border-color: rgba(0, 0, 0, 0.075) !important;
}
[data-theme=light] #ef-content .btn-light:hover,
[data-theme=light] #ef-content .page-link:hover,
[data-theme=light] #ef-page-cursos .btn-light:hover,
[data-theme=light] #ef-page-cursos .page-link:hover {
  color: #df0049 !important;
}
[data-theme=light] #ef-content .btn-light.current,
[data-theme=light] #ef-content .page-link.current,
[data-theme=light] #ef-page-cursos .btn-light.current,
[data-theme=light] #ef-page-cursos .page-link.current {
  color: #df0049 !important;
}

#ef-sidebar {
  background-color: #111;
  top: 56px;
}
#ef-sidebar.offcanvas-start {
  width: 320px;
}
#ef-sidebar h5 a {
  color: #fff;
}
#ef-sidebar hr {
  border-color: rgba(255, 255, 255, 0.6);
  margin: 5px 0 10px;
}
#ef-sidebar .nav-link {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 4px;
}
#ef-sidebar .nav-link.active, #ef-sidebar .nav-link:hover {
  color: #000;
  background-color: #df0049;
}

[data-theme=light] #ef-sidebar {
  background-color: #f1f3f5;
}
[data-theme=light] #ef-sidebar h5 a {
  color: #000;
}
[data-theme=light] #ef-sidebar hr {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
[data-theme=light] #ef-sidebar .nav-link {
  color: rgba(0, 0, 0, 0.8);
}
[data-theme=light] #ef-sidebar .nav-link.text-warning {
  background-color: #ffc107;
  color: #000 !important;
}
[data-theme=light] #ef-sidebar .nav-link.active, [data-theme=light] #ef-sidebar .nav-link:hover {
  color: #fff;
  background-color: #df0049;
}

#ef-tab-menu {
  background-color: rgba(255, 255, 255, 0.035);
  padding: 1px 1px 0 1px;
  border-color: transparent;
}
#ef-tab-menu li button.nav-link,
#ef-tab-menu li .nav-link:focus,
#ef-tab-menu li .nav-link:hover {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.025);
  border-top: 2px solid transparent;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  color: #fff !important;
}
#ef-tab-menu li button.nav-link.active {
  border-top: 2px solid #fff;
  font-weight: bold;
}

[data-theme=light] #ef-tab-menu {
  background-color: rgba(0, 0, 0, 0.035);
}
[data-theme=light] #ef-tab-menu li button.nav-link,
[data-theme=light] #ef-tab-menu li .nav-link:focus,
[data-theme=light] #ef-tab-menu li .nav-link:hover {
  background: rgba(255, 255, 255, 0.025);
  color: #000 !important;
}
[data-theme=light] #ef-tab-menu li button.nav-link.active {
  border-top: 2px solid #000;
}

#ef-tabs {
  background-color: rgba(255, 255, 255, 0.025);
  padding: 10px 15px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.025);
  border-left: 1px solid rgba(255, 255, 255, 0.025);
  border-bottom: 1px solid rgba(255, 255, 255, 0.025);
}

[data-theme=light] #ef-tabs {
  background-color: rgba(0, 0, 0, 0.025);
  border-right: 1px solid rgba(0, 0, 0, 0.025);
  border-left: 1px solid rgba(0, 0, 0, 0.025);
  border-bottom: 1px solid rgba(0, 0, 0, 0.025);
}

#ef-modules .accordion-button,
#ef-tabs .accordion-button {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.025);
}
#ef-modules .accordion-button:not(.collapsed),
#ef-tabs .accordion-button:not(.collapsed) {
  font-weight: bold;
}
#ef-modules .accordion-button:focus,
#ef-tabs .accordion-button:focus {
  box-shadow: none;
}

[data-theme=light] #ef-modules .accordion-button,
[data-theme=light] #ef-tabs .accordion-button {
  color: #000 !important;
  background-color: rgba(0, 0, 0, 0.025);
}
[data-theme=light] #ef-modules .accordion-button::after,
[data-theme=light] #ef-tabs .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#ef-tabs .accordion-button {
  padding: 1rem 0.5rem;
}
#ef-tabs .ef-subtitle {
  color: #df0049;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.025);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
#ef-tabs .accordion-body {
  padding: 0.5rem;
}

[data-theme=light] #ef-tabs .ef-subtitle {
  color: #df0049;
  border-bottom: 1px solid rgba(0, 0, 0, 0.025);
}

.ef-tabs {
  background: rgba(255, 255, 255, 0.025);
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.ef-tabs h2 {
  font-weight: bold;
  font-size: 1rem;
  padding: 1rem 1rem;
  background: rgba(255, 255, 255, 0.035);
  color: #df0049;
}
.ef-tabs .ef-subtitle {
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.ef-tabs .ef-details {
  padding: 10px 15px 10px;
}

[data-theme=light] .ef-tabs {
  background: rgba(0, 0, 0, 0.025);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
[data-theme=light] .ef-tabs h2 {
  background: rgba(0, 0, 0, 0.035);
  color: #df0049;
}
[data-theme=light] .ef-tabs .ef-subtitle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  padding: 10px 20px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff !important;
}

.input-group .form-control:not(:focus) {
  border-right: none;
}
.input-group .input-group-text {
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.form-control:hover {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  border-color: #df0049;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: none;
  color: #fff !important;
  border-radius: 0;
}

[data-theme=light] .form-control:focus {
  border-color: #df0049;
}
[data-theme=light] .form-control {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
  color: #000 !important;
}
[data-theme=light] .input-group .form-control:not(:focus) {
  border-right: none;
}
[data-theme=light] .input-group .input-group-text {
  border-color: rgba(0, 0, 0, 0.1);
  color: #000;
  background-color: rgba(0, 0, 0, 0.05);
}

.bootstrap-select > .dropdown-toggle {
  padding: 10px 20px;
}

.dropdown-menu {
  border-radius: 0;
  border-color: #111;
}

[data-theme=light] .dropdown-menu {
  border-color: #f1f3f5;
}

div.wpcf7-response-output {
  background: #fa0;
  padding: 0.5rem 1rem !important;
  color: #000;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  background: #c00;
  color: #000;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
  margin: 0 !important;
  padding: 0;
  border: 0 !important;
}

.wpcf7-not-valid,
.error {
  border-color: #c00;
}

span.wpcf7-not-valid-tip {
  display: none;
}

#ef-breadcrumb {
  font-size: 0.8rem;
}
#ef-breadcrumb ol.breadcrumb a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}
#ef-breadcrumb ol.breadcrumb a:hover {
  color: #df0049;
}
#ef-breadcrumb ol.breadcrumb li {
  color: rgba(255, 255, 255, 0.6);
}

[data-theme=light] #ef-breadcrumb ol.breadcrumb a {
  color: rgba(0, 0, 0, 0.8);
}
[data-theme=light] #ef-breadcrumb ol.breadcrumb a:hover {
  color: #df0049;
}
[data-theme=light] #ef-breadcrumb ol.breadcrumb li {
  color: rgba(0, 0, 0, 0.6);
}

.text-muted {
  color: #df0049 !important;
}

[data-theme=light] .text-muted {
  color: #df0049 !important;
}

.table-responsive {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 10px;
}
.table-responsive tr,
.table-responsive td,
.table-responsive th {
  color: #fff;
}
.table-responsive tr:hover td,
.table-responsive tr:hover th {
  color: #df0049;
}

[data-theme=light] .table-responsive {
  background-color: rgba(0, 0, 0, 0.05);
}
[data-theme=light] .table-responsive tr,
[data-theme=light] .table-responsive td,
[data-theme=light] .table-responsive th {
  color: #000;
}
[data-theme=light] .table-responsive tr:hover td,
[data-theme=light] .table-responsive tr:hover th {
  color: #df0049;
}

#ef-copyright {
  padding: 3rem 0;
}
#ef-copyright p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.8rem;
  line-height: 2;
  margin: 0 0 0.5rem;
  text-align: center;
}
#ef-copyright p a {
  color: rgba(255, 255, 255, 0.85);
}
#ef-copyright p a:hover {
  color: #df0049;
}

#ef-social {
  text-align: center;
  padding-top: 0.75rem;
}
#ef-social a {
  display: inline;
  margin: 5px;
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
}
#ef-social a:hover {
  color: #df0049;
}

@media (max-width: 768px) {
  #ef-copyright {
    padding-bottom: 6rem;
  }
}
#ef-page- #ef-modules .accordion-button {
  background-color: white;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
#ef-page- #ef-modules .accordion-button:focus {
  background-color: #df0049;
  color: #fff;
}
#ef-page- #ef-modules .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
#ef-page- #ef-modules .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23888888'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

#ef-top .navbar-brand {
  font-weight: 600;
}
#ef-top a#ef-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
#ef-top a#ef-logo svg path {
  fill: #df0049;
}
#ef-top a#ef-logo .ef-logo {
  background-image: url("../img/logo-cursocei.png");
  background-size: 100%;
  height: 32px;
  width: 32px;
  display: inline-block;
  float: left;
}
#ef-top a#ef-logo .ef-logo-text {
  color: #fff;
  display: inline-block;
  float: left;
}
#ef-top ul li {
  padding: 0 0.5rem;
}
#ef-top ul li a,
#ef-top ul li .btn {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  transition: 0.5s;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  color: rgba(223, 0, 73, 0.75);
}
#ef-top ul li a:hover,
#ef-top ul li .btn:hover {
  color: #fff;
  background: #df0049;
}
#ef-top .navbar-toggler {
  background-color: rgba(223, 0, 73, 0.75);
}
#ef-top .ef-cart {
  font-size: 1.4rem;
  padding: 2px 10px;
  display: block;
  border-radius: 0.25rem;
  transition: 0.5s;
  margin: 2px 0;
  background-color: rgba(223, 0, 73, 0.75);
}
#ef-top .ef-cart i {
  color: #fff;
}
#ef-top .ef-cart:hover {
  background-color: #df0049;
}
#ef-top .ef-cart:hover i {
  color: #fff;
}

[data-theme=dark] #ef-top {
  background-color: #111 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}
[data-theme=dark] #ef-top ul li a,
[data-theme=dark] #ef-top ul li .btn {
  color: #df0049;
}
[data-theme=dark] #ef-top ul li a:hover,
[data-theme=dark] #ef-top ul li .btn:hover {
  color: #fff;
  background: #df0049;
}
[data-theme=dark] #ef-top .ef-cart {
  background-color: #df0049;
}
[data-theme=dark] #ef-top .ef-cart:hover {
  background-color: rgba(223, 0, 73, 0.75);
}

[data-theme=light] #ef-top {
  background-color: #f1f3f5 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.13);
}
[data-theme=light] #ef-top a#ef-logo svg path {
  fill: #df0049;
}
[data-theme=light] #ef-top a#ef-logo .ef-logo-text {
  color: #000;
}
[data-theme=light] #ef-top ul li a,
[data-theme=light] #ef-top ul li .btn {
  color: rgba(223, 0, 73, 0.75);
}
[data-theme=light] #ef-top ul li a:hover,
[data-theme=light] #ef-top ul li .btn:hover {
  color: #fff;
  background: #df0049;
}
[data-theme=light] #ef-top .navbar-toggler {
  background-color: rgba(223, 0, 73, 0.75);
}
[data-theme=light] #ef-top .ef-cart {
  background-color: rgba(223, 0, 73, 0.75);
}
[data-theme=light] #ef-top .ef-cart i {
  color: #fff;
}
[data-theme=light] #ef-top .ef-cart:hover {
  background-color: #df0049;
}
[data-theme=light] #ef-top .ef-cart:hover i {
  color: #fff;
}

/*# sourceMappingURL=styles.css.map */
