@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap);
/**teste
 * Theme Name: AreaStructure
 * Theme URI: http://www.arealocal.com.br
 * Author: Equipe &Aacute;rea Local
 * Author URI: http://www.arealocal.com.br
 * Description: Esse tema &eacute; um tema personalizado pela &Aacute;rea Local, caso necessite de algum atendimento entre em contato no telefone <a href="tel:+554735219850" target="_blank">(47) 3521-9850</a> ou no e-mail <a href="mailto:suporte@arealocal.com.br" target="_blank">suporte@arealocal.com.br</a>. Para mais informa&ccedil;&otilde;es acesse: <a href="http://www.arealocal.com.br" target="_blank">www.arealocal.com.br</a>.
 * Version: 4.0.0
 * Text Domain: estrutura-basica
**/
/* Fonts
========================================================================== */
/* Global variables
========================================================================== */
/* Mixins
========================================================================== */
/* Global Mixins
========================================================================== */
/* Resets
========================================================================== */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
*:not(.fas, .fab, .fa),
*:before:not(.fas, .fab, .fa),
*:after:not(.fas, .fab, .fa) {
  font-size: 1rem;
}

.entry-title {
  padding-top: 50px;
}
.entry-title h1 {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #3a3a3a;
}
.entry-title h1 span {
  color: #002c51;
  font-weight: 800;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

a {
  transition: all linear 0.2s;
}
a:focus, a:hover, a:focus {
  text-decoration: none;
}

input,
button {
  outline: none;
}

section {
  position: relative;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

textarea {
  max-width: 100%;
}

.pagina-padrao {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pagina-padrao .title {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 20px;
}
.pagina-padrao .img-container {
  width: 82%;
  margin: 0 auto;
  padding-bottom: 57px;
}
.pagina-padrao .img-container img {
  width: 100%;
  border-radius: 8px;
}
.pagina-padrao .the-content {
  padding-bottom: 38px;
  margin-bottom: 28px;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #5f5f5f;
  position: relative;
}
.pagina-padrao .the-content a {
  font-size: 16px;
  color: #5f5f5f;
  transition: all 0.3s;
}
.pagina-padrao .the-content a:hover, .pagina-padrao .the-content a:focus {
  opacity: 0.6;
}
.pagina-padrao .the-content strong {
  color: #002c51;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.pagina-padrao .the-content p {
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #5f5f5f;
}
.pagina-padrao .the-content p:not(:last-of-type) {
  padding-bottom: 22px;
}
.pagina-padrao .the-content p a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #5f5f5f;
  transition: all 0.3s;
}
.pagina-padrao .the-content p a:hover, .pagina-padrao .the-content p a:focus {
  opacity: 0.6;
}
.pagina-padrao .the-content ul {
  padding-right: 10px;
}
.pagina-padrao .the-content ul li {
  list-style: disc inside;
}
.pagina-padrao .the-content h1 {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 30px;
}
.pagina-padrao .the-content h2 {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.pagina-padrao .the-content h2 a {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  transition: all 0.3s;
}
.pagina-padrao .the-content h2 a:hover, .pagina-padrao .the-content h2 a:focus {
  opacity: 0.6;
}
.pagina-padrao .the-content img.alignright {
  float: right;
  padding: 0px 0px 10px 10px;
}
.pagina-padrao .the-content img.alignleft {
  float: left;
  padding: 10px 10px 0px 0px;
}
.pagina-padrao .banner-topo {
  padding: 87px 50px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 80px;
  background: #002c51;
}
.pagina-padrao .banner-topo .banner-title {
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 25px;
}
@media (max-width: 480px) {
  .pagina-padrao .banner-topo .banner-title {
    font-size: 40px;
  }
}
.pagina-padrao .banner-topo .banner-subtitle {
  color: #d9d9d9;
  font-family: "Work Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 77%;
  display: block;
}
@media (max-width: 480px) {
  .pagina-padrao .banner-topo .banner-subtitle {
    max-width: 100%;
    font-size: 20px;
  }
}
.pagina-padrao .bloco-padrao:not(:last-of-type) {
  padding-bottom: 80px;
}
.pagina-padrao .bloco-padrao .titulo-bloco {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 20px;
}

/* Global classes
========================================================================== */
.btn-wpp {
  position: fixed;
  bottom: 100px;
  right: 10px;
  display: flex;
  align-items: center;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  border-radius: 25px;
  font-size: 13px;
  line-height: 32px;
  padding: 0 16px;
  z-index: 999999;
}
.btn-wpp img, .btn-wpp svg {
  margin: 0 8px 0 -12px;
  width: 32px;
  height: 32px;
}
.btn-wpp:hover, .btn-wpp:focus {
  background-color: #d9d9d9;
  color: #000;
}
@media (max-width: 1024px) {
  .btn-wpp {
    font-size: 0;
    padding: 6px;
    border-radius: 50%;
    bottom: 20px;
  }
  .btn-wpp img, .btn-wpp svg {
    margin: 0;
    width: 48px;
    height: 48px;
  }
}

.al-container {
  width: 1390px;
}
@media (max-width: 1430px) {
  .al-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.al-container.padrao {
  padding-top: 40px;
  padding-bottom: 40px;
}
.al-container.padrao img.alignright {
  float: right;
  padding: 0px 0px 10px 10px;
}
.al-container.padrao img.alignleft {
  float: left;
  padding: 10px 10px 0px 0px;
}

.al-container .al-sidebar {
  width: 300px;
  max-width: 100%;
}

.al-sidebar {
  max-width: 100%;
  width: calc((100% - 1390px) / 2);
}
@media screen and (max-width: 1690px) {
  .al-sidebar {
    width: 100%;
  }
}

.load_more {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.load_more .page-numbers {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #002c51;
}
.load_more .page-numbers:not(span) {
  transition: all 0.3s;
}
.load_more .page-numbers:not(span):hover, .load_more .page-numbers:not(span):focus {
  color: #002c51;
}
.load_more .page-numbers.current {
  background: #002c51;
  font-family: "Roboto";
  font-weight: 600;
  color: #81ec61;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.loadin {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.loadin.hidden {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.loadin .loader {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  display: inline-block;
  border-top: 12px solid #002c51;
  border-right: 12px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loadin .loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  border-left: 12px solid #81ec61;
  border-bottom: 12px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.al-small-container {
  width: 1042px;
}

.al-extra-small-container {
  position: relative;
  width: 844px;
}

.al-container,
.al-small-container,
.al-extra-small-container {
  max-width: 100%;
  margin: 0 auto;
}

div.left-right-content {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  div.left-right-content {
    row-gap: 20px;
  }
}
div.left-right-content div.left,
div.left-right-content div.right {
  width: 50%;
}
@media (max-width: 480px) {
  div.left-right-content div.left,
  div.left-right-content div.right {
    width: 100% !important;
  }
}

button.slick-next.elipse.slick-arrow.slick-disabled {
  opacity: 0.5 !important;
  cursor: auto !important;
}
button.slick-next.elipse.slick-arrow.slick-disabled:hover, button.slick-next.elipse.slick-arrow.slick-disabled:focus {
  background: #002c51 !important;
}
button.slick-next.elipse.slick-arrow.slick-disabled:hover svg path, button.slick-next.elipse.slick-arrow.slick-disabled:focus svg path {
  stroke: #fff !important;
}

/* Html / Body
========================================================================== */
html {
  height: 100%;
  overflow: auto;
}

body {
  background: #fff;
  height: 100%;
  line-height: 1.6;
  font: normal normal 16px "Roboto", sans-serif;
}

#wrapper {
  overflow: hidden;
}

.skip-link {
  position: fixed;
  right: 20px;
  bottom: auto;
  top: -80px;
  width: 40px;
  aspect-ratio: 1;
  z-index: 10000000000000000000000000000;
  transition: all 0.3s;
}
.skip-link svg {
  width: 100%;
  height: 100%;
}
.skip-link:focus {
  top: auto;
  bottom: 20px;
}

.form-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  justify-content: center;
  align-items: center;
}

.form-overlay.active {
  display: flex;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #004080;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Custom scrollbar
========================================================================== */
body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: rgb(229.5, 229.5, 229.5);
}

body::-webkit-scrollbar-thumb {
  background: #002c51;
}
body::-webkit-scrollbar-thumb:hover, body::-webkit-scrollbar-thumb:focus {
  background: black;
}

/* Mobmenu Classes
========================================================================== */
.mob-menu-header-holder,
.mobmenu {
  z-index: 99 !important;
}

.mobmenul-container {
  top: 0 !important;
  right: 2% !important;
  z-index: 0 !important;
  background: #002c51;
  padding: 10px 10px 0px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mob-icon-menu,
.mob-menu-icon {
  color: #fff !important;
}

[class^=mob-icon-]:before,
[class*=mob-icon-]:before {
  font-size: 28px !important;
  width: unset !important;
}

/* Contact Form 7
========================================================================== */
.form-container .ajax-loader {
  display: none !important;
}
.form-container span[role=alert] {
  display: none !important;
}
.form-container .wpcf7-not-valid {
  border: 1px solid #dc3545 !important;
}
.form-container .wpcf7-not-valid.placeholder {
  color: #dc3545 !important;
}
.form-container .wpcf7-not-valid:-moz-placeholder {
  color: #dc3545 !important;
}
.form-container .wpcf7-not-valid::-moz-placeholder {
  color: #dc3545 !important;
}
.form-container .wpcf7-not-valid:-ms-input-placeholder {
  color: #dc3545 !important;
}
.form-container .wpcf7-not-valid::-webkit-input-placeholder {
  color: #dc3545 !important;
}
.form-container div[role=alert] {
  position: absolute;
  bottom: 0;
  font-weight: bold;
  text-align: center;
  background: #f1f1f1;
  width: 100%;
  max-width: 502px;
  margin: 20px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.form-container div[role=alert].wpcf7-validation-errors {
  border-color: #dc3545;
  color: #dc3545;
}
.form-container div[role=alert].wpcf7-mail-sent-ok {
  border-color: #28a745;
  color: #28a745;
}
@media (max-width: 480px) {
  .form-container div[role=alert] {
    position: initial;
    max-width: 100%;
  }
}

/* Slider
========================================================================== */
.banner {
  width: 100%;
  height: 543px;
}
@media screen and (max-width: 500px) {
  .banner {
    height: 420px;
  }
  .banner img {
    height: 100% !important;
  }
}
.banner .swiper-slide picture {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner .swiper-slide > .al-container {
  top: 137px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1214px;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .banner .swiper-slide > .al-container {
    top: 60px;
  }
}
.banner .swiper-slide > .al-container .informacoes {
  color: #fff;
  font-family: "Inter";
  font-style: normal;
  line-height: normal;
  max-width: 709px;
}
.banner .swiper-slide > .al-container .informacoes h1 {
  font-size: 64px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .banner .swiper-slide > .al-container .informacoes h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 540px) {
  .banner .swiper-slide > .al-container .informacoes h1 {
    font-size: 34px;
  }
}
.banner .swiper-slide > .al-container .informacoes p {
  font-size: 32px;
  font-weight: 500;
  line-height: 112%; /* 35.84px */
  padding-top: 11px;
}
@media screen and (max-width: 768px) {
  .banner .swiper-slide > .al-container .informacoes p {
    font-size: 22px;
  }
}
@media screen and (max-width: 540px) {
  .banner .swiper-slide > .al-container .informacoes p {
    font-size: 18px;
  }
}

.slick-list .slick-track .slick-slide > div:has(> div.curso) {
  padding: 20px 10px;
}

.not-found {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  padding: 15px;
  background: #f6f6f6;
  border-radius: 10px;
}
.not-found p {
  font-family: "Roboto";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #5f5f5f;
}

.pagina-padrao .wpcf7-form {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.pagina-padrao .wpcf7-form br {
  display: none !important;
}
.pagina-padrao .wpcf7-form > p {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.pagina-padrao .wpcf7-form > p:first-of-type {
  margin-bottom: 30px;
}
.pagina-padrao .wpcf7-form label {
  display: flex;
  flex-direction: column;
  color: #5f5f5f;
  font-family: "Roboto Slab";
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}
.pagina-padrao .wpcf7-form label .wpcf7-form-control-wrap {
  margin-top: 10px;
}
.pagina-padrao .wpcf7-form label:has([type=checkbox]) {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
  color: #5f5f5f;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-transform: none;
  margin-top: 7.5px;
}
.pagina-padrao .wpcf7-form label:has([type=checkbox]) .wpcf7-list-item {
  margin: 0;
}
.pagina-padrao .wpcf7-form label:has([type=file]) input {
  display: none !important;
}
.pagina-padrao .wpcf7-form label:has([type=file]) .wpcf7-form-control-wrap::after {
  content: attr(data-label);
  display: block;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #b2b2b2;
  color: #999;
  background: none;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  text-transform: lowercase;
}
.pagina-padrao .wpcf7-form label:has([type=file]) .wpcf7-form-control-wrap::after::-moz-placeholder {
  color: #999;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 400;
}
.pagina-padrao .wpcf7-form label:has([type=file]) .wpcf7-form-control-wrap::after::placeholder {
  color: #999;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 400;
}
.pagina-padrao .wpcf7-form label:has([type=file]) .wpcf7-form-control-wrap::after:focus {
  outline: none;
}
.pagina-padrao .wpcf7-form label input:not([type=checkbox]),
.pagina-padrao .wpcf7-form label select,
.pagina-padrao .wpcf7-form label textarea {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #b2b2b2;
  color: #999;
  background: none;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.pagina-padrao .wpcf7-form label input:not([type=checkbox])::-moz-placeholder, .pagina-padrao .wpcf7-form label select::-moz-placeholder, .pagina-padrao .wpcf7-form label textarea::-moz-placeholder {
  color: #999;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 400;
}
.pagina-padrao .wpcf7-form label input:not([type=checkbox])::placeholder,
.pagina-padrao .wpcf7-form label select::placeholder,
.pagina-padrao .wpcf7-form label textarea::placeholder {
  color: #999;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 400;
}
.pagina-padrao .wpcf7-form label input:not([type=checkbox]):focus,
.pagina-padrao .wpcf7-form label select:focus,
.pagina-padrao .wpcf7-form label textarea:focus {
  outline: none;
}
.pagina-padrao .wpcf7-form label:has([type=submit]) {
  border-radius: 60px;
  background: #002c51;
  padding: 21px 16px;
  color: #fff;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.pagina-padrao .wpcf7-form label:has([type=submit]) [type=submit] {
  color: #fff;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 700;
  border: none;
  padding: 0;
}
.pagina-padrao .wpcf7-form label:has([type=submit]) .wpcf7-spinner {
  position: absolute;
  right: 0;
}
.pagina-padrao .wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
}

.wpcf7-not-valid-tip {
  position: absolute;
  margin-top: 2px;
}

/* Pages
========================================================================== */
/* Header
========================================================================== */
header.heading {
  margin-bottom: 40px;
}
header.heading .top-header {
  height: 50px;
  background: #002c51;
}
@media (max-width: 1024px) {
  header.heading .top-header {
    height: auto;
  }
  header.heading .top-header .top-header-pages a {
    display: none;
  }
  header.heading .top-header .top-header-pages a:has(img) {
    display: block !important;
    margin-right: auto;
    padding-top: 5px;
  }
  header.heading .top-header .top-header-pages a:has(img) img {
    filter: invert(100%) brightness(200%);
    padding: 5px 0;
  }
  header.heading .top-header .top-header-pages svg {
    display: block !important;
  }
}
header.heading .top-header .top-header-pages {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  text-align: center;
  padding-right: 60px;
}
header.heading .top-header .top-header-pages a {
  color: #F4F4F4;
}
header.heading .top-header .top-header-pages a:hover, header.heading .top-header .top-header-pages a:focus {
  color: #81ec61;
}
header.heading .top-header .top-header-pages a:has(img) {
  display: none;
}
header.heading .top-header .top-header-pages svg {
  display: none;
  margin-right: auto;
  padding: 6px 0;
}
header.heading .al-container .logo {
  display: flex;
}
header.heading .al-container .logo img, header.heading .al-container .logo svg {
  width: 157px;
  height: 53px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
header.heading .al-container #desktop-menu {
  padding-top: 17px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 122px;
       column-gap: 122px;
}
@media (max-width: 1366px) {
  header.heading .al-container #desktop-menu {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  header.heading .al-container #desktop-menu {
    display: none;
  }
}
header.heading .al-container #desktop-menu .btn-matricula a {
  color: #fff;
  width: 177px;
  height: 39px;
  padding: 12px 16px;
  background: #002c51;
  border-radius: 60px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  box-shadow: 0 0 5px #fff;
  position: fixed;
  margin-top: -20px;
  z-index: 9999999;
  transform: translateX(-77px) translateY(45px);
}
header.heading .al-container #desktop-menu .btn-matricula a:hover, header.heading .al-container #desktop-menu .btn-matricula a:focus {
  transition: all 0.3s;
  background: #81ec61;
  color: #000;
}
header.heading .al-container #desktop-menu .btn-busca {
  position: relative;
}
header.heading .al-container #desktop-menu .btn-busca a, header.heading .al-container #desktop-menu .btn-busca button {
  color: #002c51 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  background: none;
  border: none;
}
header.heading .al-container #desktop-menu .btn-busca a svg path, header.heading .al-container #desktop-menu .btn-busca a svg circle, header.heading .al-container #desktop-menu .btn-busca button svg path, header.heading .al-container #desktop-menu .btn-busca button svg circle {
  transition: all 0.3s;
}
header.heading .al-container #desktop-menu .btn-busca a:hover, header.heading .al-container #desktop-menu .btn-busca a:focus, header.heading .al-container #desktop-menu .btn-busca button:hover, header.heading .al-container #desktop-menu .btn-busca button:focus {
  color: #81ec61 !important;
}
header.heading .al-container #desktop-menu .btn-busca a:hover svg path, header.heading .al-container #desktop-menu .btn-busca a:hover svg circle, header.heading .al-container #desktop-menu .btn-busca a:focus svg path, header.heading .al-container #desktop-menu .btn-busca a:focus svg circle, header.heading .al-container #desktop-menu .btn-busca button:hover svg path, header.heading .al-container #desktop-menu .btn-busca button:hover svg circle, header.heading .al-container #desktop-menu .btn-busca button:focus svg path, header.heading .al-container #desktop-menu .btn-busca button:focus svg circle {
  stroke: #81ec61;
}
header.heading .al-container #desktop-menu .btn-busca #search-form-topo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #8F8F8F;
  outline: none;
  background: #fff;
  position: absolute;
  top: calc(100% + 15px);
  left: -60%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.05);
}
header.heading .al-container #desktop-menu .btn-busca #search-form-topo.active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
header.heading .al-container #desktop-menu .btn-busca #search-form-topo.interna-curso {
  top: 50%;
  left: initial;
  right: 100%;
  transform: translate(-5%, -50%);
}
header.heading .al-container #desktop-menu .btn-busca #search-form-topo input, header.heading .al-container #desktop-menu .btn-busca #search-form-topo button {
  color: #8F8F8F;
  font-family: "Roboto Slab";
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  border-radius: 5px;
  border: none;
  outline: none;
  background: #fff;
  max-width: 100%;
  flex-basis: 130px;
}
header.heading .al-container #desktop-menu .btn-busca #search-form-topo input#search-submit-topo, header.heading .al-container #desktop-menu .btn-busca #search-form-topo button#search-submit-topo {
  height: 16px;
  cursor: pointer;
}
@media (max-width: 480px) {
  header.heading .al-container #desktop-menu .btn-busca #search-form-topo input#search-submit-topo, header.heading .al-container #desktop-menu .btn-busca #search-form-topo button#search-submit-topo {
    flex-basis: 0px;
  }
}
header.heading .al-container #desktop-menu .btn-busca #search-form-topo:focus-within {
  outline: 2px solid #000;
  outline-offset: -2px;
}
header.heading .al-container #desktop-menu .menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}
header.heading .al-container #desktop-menu .menu ul.menu {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
header.heading .al-container #desktop-menu .menu ul.menu li {
  display: block;
  position: relative;
}
header.heading .al-container #desktop-menu .menu ul.menu li a {
  color: #595959;
}
header.heading .al-container #desktop-menu .menu ul.menu li.current-menu-item a, header.heading .al-container #desktop-menu .menu ul.menu li:hover a, header.heading .al-container #desktop-menu .menu ul.menu li:focus a {
  color: #002c51;
}
header.heading .al-container #desktop-menu .menu ul.menu li.current-menu-item a {
  font-weight: 700;
}
header.heading .al-container #mobile-icon {
  display: none;
  justify-content: right;
  position: fixed;
  padding: 13px 6px;
  right: 10px;
  top: 10px;
  z-index: 997;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.43);
}
@media (max-width: 1024px) {
  header.heading .al-container #mobile-icon {
    display: flex;
  }
}
header.heading .al-container #mobile-menu {
  display: none;
  background: #002c51;
  position: fixed;
  top: 0;
  right: -100%;
  width: 85vw;
  height: 100vh;
  transition: all 0.3s;
  overflow-y: scroll;
  z-index: 9999;
  max-width: 380px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.43);
}
@media (max-width: 1024px) {
  header.heading .al-container #mobile-menu {
    display: block;
  }
}
header.heading .al-container #mobile-menu.active {
  right: 0;
}
header.heading .al-container #mobile-menu .container {
  padding: 40px 30px 20px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
header.heading .al-container #mobile-menu .container .close {
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
header.heading .al-container #mobile-menu .container .close a {
  cursor: pointer;
}
header.heading .al-container #mobile-menu .container .logo {
  padding: 5px 20px;
}
header.heading .al-container #mobile-menu .container nav.menu.mobile {
  padding-bottom: 20px;
}
header.heading .al-container #mobile-menu .container nav.menu ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
}
header.heading .al-container #mobile-menu .container nav.menu ul.menu li.menu-item {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
header.heading .al-container #mobile-menu .container nav.menu ul.menu li.menu-item a {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  transition: all 0.3s;
  position: relative;
}
header.heading .al-container #mobile-menu .container nav.menu ul.menu li.menu-item a::after {
  content: "";
  display: block;
  width: 0%;
  transition: all 0.3s;
  background: #fff;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
header.heading .al-container #mobile-menu .container nav.menu ul.menu li.menu-item a:hover::after, header.heading .al-container #mobile-menu .container nav.menu ul.menu li.menu-item a:focus::after {
  width: 100%;
}
header.heading .al-container #mobile-menu .container nav.menu ul.menu li.menu-item.current-menu-item a {
  font-weight: 700;
}
header.heading .al-container #mobile-menu .container nav.menu ul.menu li.menu-item.current-menu-item a::after {
  width: 100%;
}
header.heading .al-container #mobile-menu .container nav.menu ul.menu li.menu-item.menu-item-has-children {
  position: relative;
}
header.heading .al-container #mobile-menu .container nav.menu ul.menu li.menu-item.menu-item-has-children ul.sub-menu {
  padding-top: 14px;
  background: #fff;
}
header.heading .al-container #mobile-menu .container nav.menu ul.menu li.menu-item.menu-item-has-children ul.sub-menu > li.menu-item a {
  color: #002c51;
}
header.heading .al-container #mobile-menu .container nav.menu ul.menu.top-header-pages {
  padding-bottom: 25px;
  margin-top: 40px;
}
header.heading .al-container #mobile-menu .container nav.menu ul.menu.top-header-pages .menu-item a {
  color: #fff;
}

body:has(#mobile-menu.active) {
  overflow: hidden;
}

.overlay {
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.43);
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
  z-index: 998;
}

/* Footer
========================================================================== */
footer {
  background: #002c51;
  padding: 60px 40px;
}
@media (max-width: 1366px) {
  footer {
    padding: 60px 0 84px 0;
  }
}
footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: self-start;
}
footer .footer-wrapper .contato-footer {
  width: 15.4%;
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}
@media (max-width: 1279px) {
  footer .footer-wrapper .contato-footer {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }
}
footer .footer-wrapper .contato-footer .contato-wrapper .contato {
  color: #fff;
  font-family: "Work Sans";
  font-weight: 500;
  line-height: 30px;
}
footer .footer-wrapper .contato-footer .contato-wrapper .contato:hover, footer .footer-wrapper .contato-footer .contato-wrapper .contato:focus {
  color: #81ec61;
}
footer .footer-wrapper .contato-footer .social-media {
  display: flex;
  gap: 15px;
}
footer .footer-wrapper .contato-footer .social-media a {
  display: flex;
  position: relative;
  color: #fff;
  font-size: 9px;
}
footer .footer-wrapper .contato-footer .social-media a:after {
  content: "\f08e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0.3em;
}
footer .footer-wrapper .contato-footer .social-media a:hover svg, footer .footer-wrapper .contato-footer .social-media a:focus svg {
  transition: all 0.3s;
  transform: rotateY(360deg);
}
footer .footer-wrapper .contato-footer .copyright-info {
  color: #fff;
  font-family: "Work Sans";
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
@media (max-width: 768px) {
  footer .footer-wrapper .contato-footer .copyright-info {
    width: 100%;
  }
}
footer .footer-wrapper .menu-container {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 22px;
}
@media (max-width: 1279px) {
  footer .footer-wrapper .menu-container {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  footer .footer-wrapper .menu-container {
    justify-content: space-between;
  }
}
footer .footer-wrapper .menu-container #menu-menu-footer,
footer .footer-wrapper .menu-container #menu-menu-footer-2,
footer .footer-wrapper .menu-container #menu-menu-footer-3,
footer .footer-wrapper .menu-container #menu-menu-footer-4 {
  width: calc((100% - 66px) / 4);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5px;
}
@media (max-width: 480px) {
  footer .footer-wrapper .menu-container #menu-menu-footer,
  footer .footer-wrapper .menu-container #menu-menu-footer-2,
  footer .footer-wrapper .menu-container #menu-menu-footer-3,
  footer .footer-wrapper .menu-container #menu-menu-footer-4 {
    width: 100%;
  }
}
footer .footer-wrapper .menu-container #menu-menu-footer li.menu-item,
footer .footer-wrapper .menu-container #menu-menu-footer-2 li.menu-item,
footer .footer-wrapper .menu-container #menu-menu-footer-3 li.menu-item,
footer .footer-wrapper .menu-container #menu-menu-footer-4 li.menu-item {
  width: 100%;
}
@media (max-width: 480px) {
  footer .footer-wrapper .menu-container #menu-menu-footer li.menu-item,
  footer .footer-wrapper .menu-container #menu-menu-footer-2 li.menu-item,
  footer .footer-wrapper .menu-container #menu-menu-footer-3 li.menu-item,
  footer .footer-wrapper .menu-container #menu-menu-footer-4 li.menu-item {
    text-align: center;
  }
}
footer .footer-wrapper .menu-container #menu-menu-footer li.menu-item a,
footer .footer-wrapper .menu-container #menu-menu-footer-2 li.menu-item a,
footer .footer-wrapper .menu-container #menu-menu-footer-3 li.menu-item a,
footer .footer-wrapper .menu-container #menu-menu-footer-4 li.menu-item a {
  color: #FFF;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
footer .footer-wrapper .menu-container #menu-menu-footer li.menu-item a:hover, footer .footer-wrapper .menu-container #menu-menu-footer li.menu-item a:focus,
footer .footer-wrapper .menu-container #menu-menu-footer-2 li.menu-item a:hover,
footer .footer-wrapper .menu-container #menu-menu-footer-2 li.menu-item a:focus,
footer .footer-wrapper .menu-container #menu-menu-footer-3 li.menu-item a:hover,
footer .footer-wrapper .menu-container #menu-menu-footer-3 li.menu-item a:focus,
footer .footer-wrapper .menu-container #menu-menu-footer-4 li.menu-item a:hover,
footer .footer-wrapper .menu-container #menu-menu-footer-4 li.menu-item a:focus {
  color: #81ec61;
}

.dev-wrap {
  background: #00213c;
  padding: 35px 0;
}
.dev-wrap .dev {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.dev-wrap .dev a {
  color: #fff;
  font-family: "Work Sans";
  font-weight: 500;
  line-height: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}
.dev-wrap .dev a img {
  transition: all 0.3s;
  margin-left: 5px;
}
.dev-wrap .dev a:hover, .dev-wrap .dev a:focus {
  color: #81ec61;
}
.dev-wrap .dev a:after {
  content: "\f08e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0.3em;
  font-size: 9px;
}

/* Home
========================================================================== */
.home #slider-home {
  width: 100%;
  transition: opacity 0.3s ease;
}
.home #slider-home a:has(img) {
  display: flex;
}
.home #slider-home img {
  width: 100%;
  border-radius: 10px;
}
.home #slider-home:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}
.home #slider-home:not(.slick-initialized) .slick-slide.slick-current {
  display: block;
}
.home #slider-home:not(.slick-initialized) li {
  position: relative;
  display: none;
}
.home #slider-home:not(.slick-initialized) li:not(.slide-0) {
  display: none;
}
.home #slider-home:not(.slick-initialized) li img {
  max-width: 100%;
}
.home #slider-home:not(.slick-initialized) li .slide-details {
  position: absolute;
  top: 0;
  left: 0;
}
.home #slider-home:not(.slick-initialized) li:first-child {
  display: block;
}
.home #slider-home .slick-list li {
  position: relative;
}
.home #slider-home .slick-list li .slide-details {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home #slider-home .slick-list li .slide-details article {
  width: 100%;
  height: 100%;
  padding: 0 113px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
}
@media (max-width: 1366px) {
  .home #slider-home .slick-list li .slide-details article {
    padding: 0 70px;
  }
}
@media (max-width: 480px) {
  .home #slider-home .slick-list li .slide-details article {
    padding: 0 20px;
  }
}
.home #slider-home .slick-list li .slide-details article .title-wrap {
  width: 100%;
}
.home #slider-home .slick-list li .slide-details article .title-wrap .banner-title {
  width: 52%;
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 1366px) {
  .home #slider-home .slick-list li .slide-details article .title-wrap .banner-title {
    font-size: 45px;
    width: 54%;
  }
}
@media (max-width: 768px) {
  .home #slider-home .slick-list li .slide-details article .title-wrap .banner-title {
    font-size: 29px;
  }
}
@media (max-width: 480px) {
  .home #slider-home .slick-list li .slide-details article .title-wrap .banner-title {
    font-size: 34px;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .home #slider-home .slick-list li .slide-details article .title-wrap .banner-title {
    font-size: 29px;
  }
}
.home #slider-home .slick-list li .slide-details article .banner-text {
  width: 49%;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media (max-width: 1366px) {
  .home #slider-home .slick-list li .slide-details article .banner-text {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .home #slider-home .slick-list li .slide-details article .banner-text {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .home #slider-home .slick-list li .slide-details article .banner-text {
    width: 100%;
  }
}
.home #slider-home .slick-list li .slide-details article .btn-wrap {
  width: 100%;
}
.home #slider-home .slick-list li .slide-details article .btn-wrap a.btn {
  border-radius: 80px;
  padding: 15px 40px;
  background: #81ec61;
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
}
.home #slider-home .slick-list li .slide-details article .btn-wrap a.btn:hover, .home #slider-home .slick-list li .slide-details article .btn-wrap a.btn:focus {
  background: #002c51;
  color: #81ec61;
}
@media (max-width: 1366px) {
  .home #slider-home .slick-list li .slide-details article .btn-wrap a.btn {
    font-size: 18px;
    padding: 10px 15px;
  }
}
@media (max-width: 480px) {
  .home #slider-home .slick-list li .slide-details article .btn-wrap a.btn {
    font-size: 16px;
    padding: 10px;
  }
}
.home #slider-home .slick-prev, .home #slider-home .slick-next {
  position: absolute;
  top: 78%;
  background: none;
  border: none;
  z-index: 1;
  display: flex;
  border-radius: 50%;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
}
.home #slider-home .slick-prev svg, .home #slider-home .slick-next svg {
  width: 40px;
  height: 40px;
  transition: all 0.3s;
}
.home #slider-home .slick-prev svg path, .home #slider-home .slick-next svg path {
  transition: all 0.3s;
}
.home #slider-home .slick-prev::before, .home #slider-home .slick-next::before {
  content: none;
}
.home #slider-home .slick-prev:hover, .home #slider-home .slick-prev:focus, .home #slider-home .slick-next:hover, .home #slider-home .slick-next:focus {
  transition: all 0.3s;
}
.home #slider-home .slick-prev:hover svg path, .home #slider-home .slick-prev:focus svg path, .home #slider-home .slick-next:hover svg path, .home #slider-home .slick-next:focus svg path {
  fill: #002c51;
  stroke: #fff;
}
@media (max-width: 1366px) {
  .home #slider-home .slick-prev, .home #slider-home .slick-next {
    width: 40px;
    height: 40px;
  }
  .home #slider-home .slick-prev svg, .home #slider-home .slick-next svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .home #slider-home .slick-prev, .home #slider-home .slick-next {
    width: 30px;
    height: 30px;
  }
  .home #slider-home .slick-prev svg, .home #slider-home .slick-next svg {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .home #slider-home .slick-prev, .home #slider-home .slick-next {
    top: 67%;
  }
}
.home #slider-home .slick-prev:focus-within, .home #slider-home .slick-next:focus-within {
  outline: 2px solid #000;
  outline-offset: -2px;
}
.home #slider-home .slick-prev {
  left: 84%;
}
@media (max-width: 768px) {
  .home #slider-home .slick-prev {
    left: 83%;
  }
}
@media (max-width: 480px) {
  .home #slider-home .slick-prev {
    left: 76%;
  }
}
@media (max-width: 375px) {
  .home #slider-home .slick-prev {
    left: 71%;
  }
}
.home #slider-home .slick-next {
  right: 9%;
}
.home #slider-home .slick-dots {
  bottom: 20px;
}
.home #slider-home .slick-dots li .custom-dot {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><circle cx="5" cy="5" r="4.5" stroke="white"/></svg>') no-repeat center center;
}
.home #slider-home .slick-dots li.slick-active .custom-dot {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><circle cx="5" cy="5" r="5" fill="white"/></svg>') no-repeat center center;
}
.home .filtros-wrapper form {
  width: 100%;
  display: none;
  flex-wrap: wrap;
  gap: 10px;
  padding: 30px 0px 0px 0px;
}
@media (max-width: 768px) {
  .home .filtros-wrapper form {
    display: flex;
  }
}
.home .filtros-wrapper form .filtros-selecionados {
  display: none;
}
.home .filtros-wrapper form .filtros-selecionados.active {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.home .filtros-wrapper form .filtros-selecionados .filtro {
  border: none;
  background: #002c51;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 5px 15px;
  border-radius: 5px;
}
.home .filtros-wrapper form .filtros-selecionados .filtro p {
  color: #d9d9d9;
  font-family: "Roboto Slab";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
}
.home .filtros-wrapper form .filtros-selecionados .filtro svg {
  cursor: pointer;
}
.home .filtros-wrapper form > *:not(.filtros-selecionados) {
  color: #8f8f8f;
  font-family: "Roboto Slab";
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #8f8f8f;
  background: #fff;
  max-width: 100%;
  flex-basis: 130px;
  width: 20%;
}
@media (max-width: 768px) {
  .home .filtros-wrapper form > *:not(.filtros-selecionados) {
    flex-grow: 1;
  }
}
.home .filtros-wrapper form > *:not(.filtros-selecionados).search-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.home .filtros-wrapper form > *:not(.filtros-selecionados).search-container input,
.home .filtros-wrapper form > *:not(.filtros-selecionados).search-container button {
  color: #8f8f8f;
  font-family: "Roboto Slab";
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  border-radius: 5px;
  border: none;
  background: #fff;
  max-width: calc(100% - 16px);
  flex-basis: 130px;
}
@media (max-width: 480px) {
  .home .filtros-wrapper form > *:not(.filtros-selecionados).search-container input,
  .home .filtros-wrapper form > *:not(.filtros-selecionados).search-container button {
    flex-grow: 1;
  }
}
.home .filtros-wrapper form > *:not(.filtros-selecionados).search-container input#search-submit,
.home .filtros-wrapper form > *:not(.filtros-selecionados).search-container button#search-submit {
  height: 16px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .home .filtros-wrapper form > *:not(.filtros-selecionados).search-container input#search-submit,
  .home .filtros-wrapper form > *:not(.filtros-selecionados).search-container button#search-submit {
    flex-basis: 0px;
    flex-grow: 0;
  }
}
.home .bloco-2 {
  padding-top: 50px;
  padding-bottom: 80px;
}
.home .bloco-2 .left-right-content {
  align-items: center;
}
.home .bloco-2 .left-right-content .left {
  padding-top: 62px;
  padding-bottom: 62px;
  width: 35%;
}
@media (max-width: 480px) {
  .home .bloco-2 .left-right-content .left {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.home .bloco-2 .left-right-content .left .referencia {
  color: #8F8F8F;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 5px;
}
.home .bloco-2 .left-right-content .left .titulo-b2 {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}
.home .bloco-2 .left-right-content .left .titulo-b2 {
  color: #1E1E1E;
}
.home .bloco-2 .left-right-content .left .btn-bloco-2 {
  background-color: #002c51;
  padding: 14px 20px;
  color: #fff;
  font-family: "Roboto Slab";
  font-weight: 700;
  line-height: 16px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  border-radius: 50px;
}
.home .bloco-2 .left-right-content .left .btn-bloco-2:hover, .home .bloco-2 .left-right-content .left .btn-bloco-2:focus {
  background-color: #81ec61;
  color: #002c51;
}
.home .bloco-2 .left-right-content .right {
  width: 57%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 38px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.home .bloco-2 .left-right-content .right .card {
  width: calc((100% - 24px) / 2);
  max-height: 182px;
  border-radius: 10px;
  transition: all 0.3s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
}
@media (max-width: 768px) {
  .home .bloco-2 .left-right-content .right .card {
    width: 100%;
  }
}
.home .bloco-2 .left-right-content .right .card img, .home .bloco-2 .left-right-content .right .card svg {
  width: 108px;
  height: 80px;
  border-radius: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .bloco-2 .left-right-content .right .card .content-card-b2 {
  width: calc(100% - 136px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.home .bloco-2 .left-right-content .right .card .content-card-b2 .dado-card {
  color: #002c51;
  text-align: center;
  font-family: #002c51;
  font-size: 42px;
  font-weight: 700;
  line-height: 140%;
}
.home .bloco-2 .left-right-content .right .card .content-card-b2 .texto-card {
  color: #002c51;
  font-size: 16px;
  font-weight: 800;
}
.home .bloco-3 {
  padding-bottom: 80px;
}
.home .bloco-3 .titulo-bloco-3 {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 36px;
  font-weight: 700;
}
.home .bloco-3 .filtros-wrapper form {
  width: calc(100% - 150px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .home .bloco-3 .filtros-wrapper form {
    width: 100%;
  }
}
.home .bloco-3 .filtros-wrapper form .filtros-selecionados {
  display: none;
}
.home .bloco-3 .filtros-wrapper form .filtros-selecionados.active {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.home .bloco-3 .filtros-wrapper form .filtros-selecionados .filtro {
  border: none;
  background: #002c51;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 5px 15px;
  border-radius: 5px;
}
.home .bloco-3 .filtros-wrapper form .filtros-selecionados .filtro p {
  color: #D9D9D9;
  font-family: "Roboto Slab";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
}
.home .bloco-3 .filtros-wrapper form .filtros-selecionados .filtro svg {
  cursor: pointer;
}
.home .bloco-3 .filtros-wrapper form > *:not(.filtros-selecionados) {
  color: #8F8F8F;
  font-family: "Roboto Slab";
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #8F8F8F;
  background: #fff;
  max-width: 100%;
  flex-basis: 130px;
  width: 20%;
}
@media (max-width: 480px) {
  .home .bloco-3 .filtros-wrapper form > *:not(.filtros-selecionados) {
    width: 100%;
    flex-basis: auto;
  }
}
.home .bloco-3 .filtros-wrapper form > *:not(.filtros-selecionados).search-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 480px) {
  .home .bloco-3 .filtros-wrapper form > *:not(.filtros-selecionados).search-container {
    justify-content: space-between;
  }
}
.home .bloco-3 .filtros-wrapper form > *:not(.filtros-selecionados).search-container input, .home .bloco-3 .filtros-wrapper form > *:not(.filtros-selecionados).search-container button {
  color: #8F8F8F;
  font-family: "Roboto Slab";
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  border-radius: 5px;
  border: none;
  background: #fff;
  max-width: 93%;
  flex-basis: 130px;
}
.home .bloco-3 .filtros-wrapper form > *:not(.filtros-selecionados).search-container input#search-submit, .home .bloco-3 .filtros-wrapper form > *:not(.filtros-selecionados).search-container button#search-submit {
  height: 16px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .home .bloco-3 .filtros-wrapper form > *:not(.filtros-selecionados).search-container input, .home .bloco-3 .filtros-wrapper form > *:not(.filtros-selecionados).search-container button {
    flex-basis: auto;
  }
}
.home .bloco-3 .filtros-wrapper form > *:not(.filtros-selecionados).search-container:focus-within {
  outline: 2px solid #000;
  outline-offset: -2px;
}
.home .bloco-3 .cursos-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  transition: opacity 0.3s ease;
}
.home .bloco-3 .cursos-wrapper:not(.slick-initialized) {
  opacity: 0;
}
.home .bloco-3 .cursos-wrapper:not(.slick-initialized) .curso {
  display: none !important;
}
.home .bloco-3 .cursos-wrapper:not(.slick-initialized) .curso:first-child {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  height: 444px;
}
.home .bloco-3 .cursos-wrapper .slick-prev, .home .bloco-3 .cursos-wrapper .slick-next {
  position: absolute;
  top: -14.5%;
  background: none;
  border: none;
  z-index: 1;
  display: flex;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .home .bloco-3 .cursos-wrapper .slick-prev, .home .bloco-3 .cursos-wrapper .slick-next {
    top: -2%;
  }
}
.home .bloco-3 .cursos-wrapper .slick-prev.elipse, .home .bloco-3 .cursos-wrapper .slick-next.elipse {
  background: #002c51;
  border-radius: 100%;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 1px solid #002c51;
}
.home .bloco-3 .cursos-wrapper .slick-prev.elipse svg, .home .bloco-3 .cursos-wrapper .slick-next.elipse svg {
  transition: all 0.3s;
}
.home .bloco-3 .cursos-wrapper .slick-prev.elipse svg path, .home .bloco-3 .cursos-wrapper .slick-next.elipse svg path {
  transition: all 0.3s;
}
.home .bloco-3 .cursos-wrapper .slick-prev.elipse:hover, .home .bloco-3 .cursos-wrapper .slick-prev.elipse:focus, .home .bloco-3 .cursos-wrapper .slick-next.elipse:hover, .home .bloco-3 .cursos-wrapper .slick-next.elipse:focus {
  background: #81ec61;
  transition: all 0.3s;
}
.home .bloco-3 .cursos-wrapper .slick-prev.elipse:hover svg path, .home .bloco-3 .cursos-wrapper .slick-prev.elipse:focus svg path, .home .bloco-3 .cursos-wrapper .slick-next.elipse:hover svg path, .home .bloco-3 .cursos-wrapper .slick-next.elipse:focus svg path {
  stroke: #002c51;
}
.home .bloco-3 .cursos-wrapper .slick-prev::before, .home .bloco-3 .cursos-wrapper .slick-next::before {
  content: none;
}
@media (max-width: 1366px) {
  .home .bloco-3 .cursos-wrapper .slick-prev, .home .bloco-3 .cursos-wrapper .slick-next {
    width: 40px;
    height: 40px;
  }
  .home .bloco-3 .cursos-wrapper .slick-prev svg, .home .bloco-3 .cursos-wrapper .slick-next svg {
    width: 40px;
  }
}
.home .bloco-3 .cursos-wrapper .slick-prev:focus-within, .home .bloco-3 .cursos-wrapper .slick-next:focus-within {
  outline: 2px solid #000;
  outline-offset: -2px;
}
.home .bloco-3 .cursos-wrapper .slick-prev {
  left: calc(100% - 128px);
}
.home .bloco-3 .cursos-wrapper .slick-next {
  left: calc(100% - 53px);
}
.home .bloco-3 .cursos-wrapper .curso {
  width: calc((100% - 60px) / 4);
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.05);
  min-height: 404px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.home .bloco-3 .cursos-wrapper .curso img {
  width: 100%;
  aspect-ratio: 2.4;
  border-radius: 20px;
}
.home .bloco-3 .cursos-wrapper .curso .precos {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.home .bloco-3 .cursos-wrapper .curso .precos .valor {
  border-radius: 5px;
  padding: 5px;
  background-color: #9747ff;
  color: #F4F4F4;
  font-family: "Work Sans";
  font-weight: 600;
}
.home .bloco-3 .cursos-wrapper .curso .precos .desconto {
  border-radius: 5px;
  padding: 5px;
  background-color: #81ec61;
  color: #000;
  font-family: "Work Sans";
  font-weight: 600;
}
.home .bloco-3 .cursos-wrapper .curso .tipo {
  order: 1;
  width: 100%;
  color: #747474;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.home .bloco-3 .cursos-wrapper .curso .title-curso {
  order: 2;
  width: 100%;
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  overflow: hidden;
}
.home .bloco-3 .cursos-wrapper .curso .curso-info {
  order: 3;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.home .bloco-3 .cursos-wrapper .curso .curso-info .info {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  color: #000;
  font-family: "Work Sans";
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 130px;
}
.home .bloco-3 .cursos-wrapper .curso .curso-info .info span {
  width: 100%;
  color: #000;
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 700;
}
.home .bloco-3 .cursos-wrapper .curso .btn-wrapper {
  order: 4;
  display: flex;
  justify-content: space-between;
}
.home .bloco-3 .cursos-wrapper .curso .btn-wrapper .btn-inscrever {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 60px;
  background-color: #002c51;
  color: #fff;
  font-family: "Roboto";
  font-weight: 700;
  width: calc((100% - 20px) / 2);
}
.home .bloco-3 .cursos-wrapper .curso .btn-wrapper .btn-inscrever:hover, .home .bloco-3 .cursos-wrapper .curso .btn-wrapper .btn-inscrever:focus {
  background-color: #81ec61;
  color: #000;
}
.home .bloco-3 .cursos-wrapper .curso .btn-wrapper .btn-inscrever.interesse {
  font-size: 14px;
}
.home .bloco-3 .cursos-wrapper .curso .btn-wrapper .btn-saiba-mais {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  border: 1px solid #000;
  padding: 10px 15px;
  color: #000;
  font-family: "Roboto";
  color: #000;
  font-family: "Roboto Slab";
  width: calc((100% - 20px) / 2);
}
.home .bloco-3 .cursos-wrapper .curso .btn-wrapper .btn-saiba-mais:hover, .home .bloco-3 .cursos-wrapper .curso .btn-wrapper .btn-saiba-mais:focus {
  background-color: #81ec61;
  color: #000;
}
.home .bloco-3 .cursos-wrapper .curso .btn-wrapper:not(:has(.btn-inscrever)) .btn-saiba-mais {
  width: 100%;
  background-color: #002c51;
  color: #fff;
  border: none;
}
.home .bloco-3 .cursos-wrapper .curso .btn-wrapper:not(:has(.btn-inscrever)) .btn-saiba-mais:hover, .home .bloco-3 .cursos-wrapper .curso .btn-wrapper:not(:has(.btn-inscrever)) .btn-saiba-mais:focus {
  background-color: #81ec61;
  color: #000;
}
.home .bloco-3 .btn-all {
  display: block;
  padding: 15px 25px;
  width: -moz-fit-content;
  width: fit-content;
  background: #002c51;
  color: #fff;
  border-radius: 60px;
  margin: 0 auto;
  font-weight: 600;
  font-family: "Roboto";
  border: 1px solid #002c51;
}
.home .bloco-3 .btn-all:hover, .home .bloco-3 .btn-all:focus {
  background: #81ec61;
  color: #002c51;
}
.home .bloco-4 {
  width: 100%;
  height: 475px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .home .bloco-4 {
    height: 336px;
  }
}
@media (max-width: 768px) {
  .home .bloco-4 {
    height: 249px;
  }
}
@media (max-width: 480px) {
  .home .bloco-4 {
    height: 132px;
  }
}
.home .bloco-4:not(:has(.video-b4)) {
  display: none;
}
.home .bloco-4 .video-b4 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.home .bloco-4 .video-b4::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: #002c51;
  opacity: 0.5;
}
.home .bloco-4 .video-b4 .thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.home .bloco-4 .video-b4 .playbtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.home .bloco-4 .video-b4 .playbtn svg {
  transition: all 0.3s;
  position: relative;
  z-index: 3;
}
@media (max-width: 480px) {
  .home .bloco-4 .video-b4 .playbtn svg {
    width: 15%;
    height: auto;
  }
}
.home .bloco-4 .video-b4 .playbtn svg path {
  transition: all 0.3s;
}
.home .bloco-4 .video-b4 .playbtn .assistir {
  width: 100%;
  text-align: center;
  position: inherit;
  z-index: 3;
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 33px;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 480px) {
  .home .bloco-4 .video-b4 .playbtn .assistir {
    font-size: 23px;
  }
}
.home .bloco-4:hover .video-b4, .home .bloco-4:focus .video-b4 {
  transform: scale(1.1);
  transition: all 0.3s;
}
.home .bloco-4:hover .video-b4 svg, .home .bloco-4:focus .video-b4 svg {
  transition: all 0.3s;
}
.home .bloco-4:hover .video-b4 svg path, .home .bloco-4:focus .video-b4 svg path {
  transition: all 0.3s;
  fill: #002c51;
  stroke: #fff;
}
.home .bloco-4 .fancybox-container {
  transition: all 0.3s;
}
.home .bloco-4 .fancybox-container:not(.fancybox-is-open) {
  position: relative;
  transform: translateY(-100%);
}
.home .bloco-4 .fancybox-container .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
}
.home .bloco-4 .fancybox-container .fancybox-slide:before {
  display: none;
}
.home .bloco-4 .fancybox-container .fancybox-content {
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  aspect-ratio: 1.7826086957;
  height: auto;
  display: flex;
}
.home .bloco-4 .fancybox-container iframe {
  width: 100%;
  height: 100%;
}
.home .bloco-4:not(:has(.fancybox-is-open)) {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .home .bloco-4:not(:has(.fancybox-is-open)) .video-b4 {
    z-index: 99996;
  }
}
.home .bloco-4:not(:has(.fancybox-is-open)) .fancybox-container {
  opacity: 0.01;
}
.home .bloco-4:not(:has(.fancybox-is-open)) .fancybox-container .fancybox-slide {
  padding: 0;
  overflow: hidden;
}
.home .bloco-4:not(:has(.fancybox-is-open)) .fancybox-container .fancybox-content {
  width: 100% !important;
}
.home .bloco-4:not(:has(.fancybox-container.loaded)) {
  box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.2);
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><radialGradient id="a7" cx=".66" fx=".66" cy=".3125" fy=".3125" gradientTransform="scale(1.5)"><stop offset="0" stop-color="%23002C51"></stop><stop offset=".3" stop-color="%23002C51" stop-opacity=".9"></stop><stop offset=".6" stop-color="%23002C51" stop-opacity=".6"></stop><stop offset=".8" stop-color="%23002C51" stop-opacity=".3"></stop><stop offset="1" stop-color="%23002C51" stop-opacity="0"></stop></radialGradient><circle transform-origin="center" fill="none" stroke="url(%23a7)" stroke-width="15" stroke-linecap="round" stroke-dasharray="200 1000" stroke-dashoffset="0" cx="100" cy="100" r="70"><animateTransform type="rotate" attributeName="transform" calcMode="spline" dur="2" values="360;0" keyTimes="0;1" keySplines="0 0 1 1" repeatCount="indefinite"></animateTransform></circle><circle transform-origin="center" fill="none" opacity=".2" stroke="%23002C51" stroke-width="15" stroke-linecap="round" cx="100" cy="100" r="70"></circle></svg>') no-repeat;
  background-size: 20%;
  background-position: center;
  background-color: rgba(0, 44, 79, 0.1294117647);
}
.home .bloco-4:not(:has(.fancybox-container.loaded)) .video-b4 {
  opacity: 0;
}
.home .bloco-5 {
  padding-top: 80px;
}
.home .bloco-5 .texto-b5 {
  color: #595959;
  text-align: center;
  font-family: "Roboto";
  font-weight: 700;
}
.home .bloco-5 .titulo-b5 {
  color: #002C51;
  text-align: center;
  font-family: "Roboto Slab";
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}
.home .bloco-5 .metodologia-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
}
@media (max-width: 480px) {
  .home .bloco-5 .metodologia-wrapper {
    justify-content: center;
    gap: 20px;
  }
}
.home .bloco-5 .metodologia-wrapper .metodologia {
  width: calc((100% - 44px) / 3);
  border-radius: 20px;
  background: #002c51;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .home .bloco-5 .metodologia-wrapper .metodologia {
    width: calc((100% - 22px) / 2);
  }
}
@media (max-width: 480px) {
  .home .bloco-5 .metodologia-wrapper .metodologia {
    width: 100%;
  }
}
.home .bloco-5 .metodologia-wrapper .metodologia img, .home .bloco-5 .metodologia-wrapper .metodologia svg {
  width: 107px;
  height: 92px;
  margin-bottom: 50px;
}
.home .bloco-5 .metodologia-wrapper .metodologia .titulo-metodologia {
  color: #F3F3F3;
  font-family: "Roboto Slab";
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.home .bloco-5 .metodologia-wrapper .metodologia .descricao-metodologia {
  color: #fff;
  font-family: "Roboto";
}
.home .bloco-6 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.home .bloco-6 .historias {
  color: #8F8F8F;
  font-weight: 700;
}
.home .bloco-6 .wrapper-b6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .bloco-6 .wrapper-b6 .titulo-b6 {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 36px;
  font-weight: 700;
}
.home .bloco-6 .depoimentos-wrapper {
  display: flex;
  justify-content: space-between;
}
.home .bloco-6 .depoimentos-wrapper.slick-initialized {
  flex-wrap: wrap;
}
.home .bloco-6 .depoimentos-wrapper:not(.slick-initialized) {
  overflow: hidden;
}
.home .bloco-6 .depoimentos-wrapper:not(.slick-initialized) .depoimento .text-depoimento {
  display: none !important;
}
.home .bloco-6 .depoimentos-wrapper .slick-track {
  padding: 12px 0px 22px 0px;
}
.home .bloco-6 .depoimentos-wrapper .slick-prev,
.home .bloco-6 .depoimentos-wrapper .slick-next {
  position: absolute;
  top: -14.5%;
  background: none;
  border: none;
  z-index: 1;
  transition: all 0.3s;
}
.home .bloco-6 .depoimentos-wrapper .slick-prev.elipse,
.home .bloco-6 .depoimentos-wrapper .slick-next.elipse {
  background: #002c51;
  border-radius: 100%;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 1px solid #002c51;
}
.home .bloco-6 .depoimentos-wrapper .slick-prev.elipse:hover, .home .bloco-6 .depoimentos-wrapper .slick-prev.elipse:focus,
.home .bloco-6 .depoimentos-wrapper .slick-next.elipse:hover,
.home .bloco-6 .depoimentos-wrapper .slick-next.elipse:focus {
  transition: all 0.3s;
  background: #81ec61;
  border: 1px solid #002c51;
}
.home .bloco-6 .depoimentos-wrapper .slick-prev.elipse:hover svg path, .home .bloco-6 .depoimentos-wrapper .slick-prev.elipse:focus svg path,
.home .bloco-6 .depoimentos-wrapper .slick-next.elipse:hover svg path,
.home .bloco-6 .depoimentos-wrapper .slick-next.elipse:focus svg path {
  stroke: #002c51;
}
.home .bloco-6 .depoimentos-wrapper .slick-prev svg,
.home .bloco-6 .depoimentos-wrapper .slick-next svg {
  transition: all 0.3s;
}
.home .bloco-6 .depoimentos-wrapper .slick-prev svg path,
.home .bloco-6 .depoimentos-wrapper .slick-next svg path {
  transition: all 0.3s;
}
.home .bloco-6 .depoimentos-wrapper .slick-prev::before,
.home .bloco-6 .depoimentos-wrapper .slick-next::before {
  content: none;
}
@media (max-width: 1366px) {
  .home .bloco-6 .depoimentos-wrapper .slick-prev,
  .home .bloco-6 .depoimentos-wrapper .slick-next {
    width: 40px;
    height: 40px;
  }
  .home .bloco-6 .depoimentos-wrapper .slick-prev svg,
  .home .bloco-6 .depoimentos-wrapper .slick-next svg {
    width: 40px;
  }
}
@media (max-width: 480px) {
  .home .bloco-6 .depoimentos-wrapper .slick-prev,
  .home .bloco-6 .depoimentos-wrapper .slick-next {
    top: -10.5%;
  }
}
.home .bloco-6 .depoimentos-wrapper .slick-prev:focus-within,
.home .bloco-6 .depoimentos-wrapper .slick-next:focus-within {
  outline: 2px solid #000;
  outline-offset: -2px;
}
.home .bloco-6 .depoimentos-wrapper .slick-prev {
  left: calc(100% - 128px);
}
@media (max-width: 480px) {
  .home .bloco-6 .depoimentos-wrapper .slick-prev {
    left: calc(100% - 110px);
  }
}
.home .bloco-6 .depoimentos-wrapper .slick-next {
  left: calc(100% - 53px);
}
@media (max-width: 480px) {
  .home .bloco-6 .depoimentos-wrapper .slick-next {
    left: calc(100% - 35px);
  }
}
.home .bloco-6 .depoimentos-wrapper .slick-slide {
  margin: 0 28px;
}
@media (max-width: 768px) {
  .home .bloco-6 .depoimentos-wrapper .slick-slide {
    margin: 0px 20px;
  }
}
.home .bloco-6 .depoimentos-wrapper .slick-list {
  margin: 0 -28px;
}
@media (max-width: 768px) {
  .home .bloco-6 .depoimentos-wrapper .slick-list {
    margin: 0px -20px;
  }
}
.home .bloco-6 .depoimentos-wrapper .depoimento {
  width: 655px;
  max-width: 100%;
  padding: 20px 30px;
  display: flex !important;
  flex-wrap: wrap;
  gap: 20px;
  border-radius: 10px;
  background: #fbfbfb;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 480px) {
  .home .bloco-6 .depoimentos-wrapper .depoimento {
    padding: 10px 10px;
  }
}
.home .bloco-6 .depoimentos-wrapper .depoimento img {
  border-radius: 95px;
  border: 2px solid #002c51;
  width: 95px;
  height: 95px;
}
.home .bloco-6 .depoimentos-wrapper .depoimento .text-depoimento {
  width: calc(100% - 115px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 480px) {
  .home .bloco-6 .depoimentos-wrapper .depoimento .text-depoimento {
    width: 100%;
  }
}
.home .bloco-6 .depoimentos-wrapper .depoimento .text-depoimento .nome, .home .bloco-6 .depoimentos-wrapper .depoimento .text-depoimento .nome-depoente {
  width: 100%;
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 5px;
}
.home .bloco-6 .depoimentos-wrapper .depoimento .text-depoimento .curso, .home .bloco-6 .depoimentos-wrapper .depoimento .text-depoimento .cargo-depoente {
  width: 100%;
  color: #656565;
  font-family: "Roboto";
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.home .bloco-6 .depoimentos-wrapper .depoimento .text-depoimento .texto {
  color: #5f5f5f;
  font-family: "Roboto";
  line-height: 24px;
}
.home .bloco-6 .depoimentos-wrapper .depoimento .text-depoimento .video iframe {
  max-width: 90%;
  height: auto !important;
  aspect-ratio: 1.7777777778;
}
@media (max-width: 480px) {
  .home .bloco-6 .depoimentos-wrapper .depoimento .text-depoimento .video iframe {
    max-width: 100%;
  }
}
.home .bloco-6 .depoimentos-wrapper .depoimento .text-depoimento:first-child {
  width: 100%;
}
.home .bloco-6 .depoimentos-wrapper .depoimento .text-depoimento:first-child .video {
  text-align: center;
}
.home .bloco-6 .depoimentos-wrapper .depoimento .text-depoimento:first-child .video iframe {
  max-width: 90%;
}
.home .bloco-7 {
  border-radius: 10px;
  background: #002c51;
  padding: 40px 0 40px 40px;
}
.home .bloco-7 .left-right-content .right {
  width: 47.7%;
}
.home .bloco-7 .left-right-content .right .titulo-news {
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 30px;
}
.home .bloco-7 .left-right-content .right .texto-news {
  color: #fff;
  font-family: "Work Sans";
  line-height: 150%;
}
.home .bloco-7 .left-right-content .left {
  width: 47.7%;
  overflow: hidden;
}
.home .bloco-7 .left-right-content .left .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
}
.home .bloco-7 .left-right-content .left .wpcf7-form > p:nth-of-type(1) label {
  margin-bottom: 30px;
}
.home .bloco-7 .left-right-content .left .wpcf7-form p {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.home .bloco-7 .left-right-content .left .wpcf7-form p label {
  display: block;
  width: 100%;
  color: #fff;
  font-family: "Roboto Slab";
  font-weight: 700;
  text-transform: uppercase;
}
.home .bloco-7 .left-right-content .left .wpcf7-form p label .wpcf7-form-control-wrap input {
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Roboto";
  padding: 10px;
  margin-top: 5px;
  background: transparent;
  color: #fff;
}
.home .bloco-7 .left-right-content .left .wpcf7-form p.consentimento {
  display: block;
  color: #fff;
  font-size: 12px;
  margin-bottom: 5px;
}
.home .bloco-7 .left-right-content .left .wpcf7-form p.consentimento a {
  color: #fff;
  font-size: 12px;
  text-decoration-line: underline;
}
.home .bloco-7 .left-right-content .left .wpcf7-form > p:last-of-type {
  margin-bottom: 0;
  display: block;
}
.home .bloco-7 .left-right-content .left .wpcf7-form > p:last-of-type .wpcf7-form-control {
  width: 100%;
}
.home .bloco-7 .left-right-content .left .wpcf7-form > p:last-of-type .wpcf7-form-control .wpcf7-list-item {
  width: 100%;
  margin: 0;
}
.home .bloco-7 .left-right-content .left .wpcf7-form > p:last-of-type .wpcf7-form-control .wpcf7-list-item label {
  width: 100%;
  display: flex;
  align-items: flex-end;
  align-items: center;
  gap: 5px;
  font-family: "Roboto";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home .bloco-7 .left-right-content .left .wpcf7-form > p:last-of-type .wpcf7-form-control .wpcf7-list-item label input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s;
}
.home .bloco-7 .left-right-content .left .wpcf7-form > p:last-of-type .wpcf7-form-control .wpcf7-list-item label input[type=checkbox]:checked {
  background-color: #81ec61;
}
.home .bloco-7 .left-right-content .left .wpcf7-form > p:last-of-type label:has(.wpcf7-submit) {
  width: 100%;
  border-radius: 60px;
  padding: 10px 15px;
  background-color: #81ec61;
  border: none;
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.home .bloco-7 .left-right-content .left .wpcf7-form > p:last-of-type label:has(.wpcf7-submit):hover, .home .bloco-7 .left-right-content .left .wpcf7-form > p:last-of-type label:has(.wpcf7-submit):focus {
  transition: all 0.3s;
  background-color: #fff;
  color: #002c51;
}
.home .bloco-7 .left-right-content .left .wpcf7-form > p:last-of-type label:has(.wpcf7-submit) .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 22%;
}
.home .bloco-7 .left-right-content .left .wpcf7-form > p:last-of-type label:has(.wpcf7-submit) .wpcf7-submit {
  color: #002c51;
  font-family: "Roboto Slab";
  font-weight: 700;
  font-size: 16px;
  border: none;
  background: none;
}
.home .bloco-7 .left-right-content .left .wpcf7-form .wpcf7-response-output {
  display: none;
}
.home .bloco-7 .left-right-content .left iframe {
  width: 100%;
  border: none;
  overflow: hidden;
  margin: -65px 0 -105px 0;
}
@media (max-width: 1024px) {
  .home .bloco-7 .left-right-content .left iframe, .home .bloco-7 .left-right-content .right iframe {
    zoom: 0.9;
  }
}
@media (max-width: 768px) {
  .home .bloco-7 {
    padding: 40px 0;
  }
  .home .bloco-7 .left-right-content .right {
    padding: 0 40px;
  }
  .home .bloco-7 .left-right-content .left, .home .bloco-7 .left-right-content .right {
    width: 100%;
  }
  .home .bloco-7 .left-right-content .left iframe, .home .bloco-7 .left-right-content .right iframe {
    margin: -65px 0 0 0;
  }
}
.home .bloco-8 {
  padding-top: 40px;
  width: 100%;
}
.home .bloco-8:not(:has(.evento)) {
  display: none;
}
.home .bloco-8 .titulo-b8 {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.home .bloco-8 .eventos-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.3s ease;
}
.home .bloco-8 .eventos-wrapper:not(.slick-initialized) {
  opacity: 0;
}
.home .bloco-8 .eventos-wrapper:not(.slick-initialized) .evento {
  display: none !important;
}
.home .bloco-8 .eventos-wrapper:not(.slick-initialized) .evento:first-child {
  display: flex !important;
  height: 302px;
}
.home .bloco-8 .eventos-wrapper > .evento {
  width: calc((100% - 60px) / 4);
}
.home .bloco-8 .eventos-wrapper .evento {
  width: 333px;
  height: 330px;
  display: flex;
  flex-wrap: wrap;
  background: #F3F3F3;
  border-radius: 14px;
}
.home .bloco-8 .eventos-wrapper .evento img {
  width: 100%;
  border-radius: 14px;
  height: 150px;
}
.home .bloco-8 .eventos-wrapper .evento .evento-content {
  margin-top: 10px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
.home .bloco-8 .eventos-wrapper .evento .evento-content .data-evento {
  width: 100%;
  color: #747474;
  font-family: "Roboto";
  font-weight: 600;
  text-transform: uppercase;
}
.home .bloco-8 .eventos-wrapper .evento .evento-content .nome-evento {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  color: #000;
  font-family: "Roboto Slab";
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 20px;
}
.home .bloco-8 .eventos-wrapper .evento .evento-content .btn-evento {
  width: 100%;
  border-radius: 60px;
  background: #002c51;
  color: #fff;
  font-family: "Roboto Slab";
  font-weight: 700;
  padding: 10px 15px;
  text-align: center;
}
.home .bloco-8 .eventos-wrapper .evento .evento-content .btn-evento:hover, .home .bloco-8 .eventos-wrapper .evento .evento-content .btn-evento:focus {
  transition: all 0.3s;
  background: #81ec61;
  color: #000;
}
.home .bloco-8 .eventos-wrapper .slick-prev, .home .bloco-8 .eventos-wrapper .slick-next {
  position: absolute;
  top: -14.5%;
  background: none;
  border: none;
  z-index: 1;
  display: flex;
  border-radius: 50%;
  transition: all 0.3s;
}
.home .bloco-8 .eventos-wrapper .slick-prev.elipse, .home .bloco-8 .eventos-wrapper .slick-next.elipse {
  background: #002c51;
  border-radius: 100%;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 1px solid #002c51;
}
.home .bloco-8 .eventos-wrapper .slick-prev.elipse svg, .home .bloco-8 .eventos-wrapper .slick-next.elipse svg {
  transition: all 0.3s;
}
.home .bloco-8 .eventos-wrapper .slick-prev.elipse svg path, .home .bloco-8 .eventos-wrapper .slick-next.elipse svg path {
  transition: all 0.3s;
}
.home .bloco-8 .eventos-wrapper .slick-prev.elipse:hover, .home .bloco-8 .eventos-wrapper .slick-prev.elipse:focus, .home .bloco-8 .eventos-wrapper .slick-next.elipse:hover, .home .bloco-8 .eventos-wrapper .slick-next.elipse:focus {
  background: #81ec61;
  transition: all 0.3s;
}
.home .bloco-8 .eventos-wrapper .slick-prev.elipse:hover svg path, .home .bloco-8 .eventos-wrapper .slick-prev.elipse:focus svg path, .home .bloco-8 .eventos-wrapper .slick-next.elipse:hover svg path, .home .bloco-8 .eventos-wrapper .slick-next.elipse:focus svg path {
  stroke: #002c51;
}
.home .bloco-8 .eventos-wrapper .slick-prev::before, .home .bloco-8 .eventos-wrapper .slick-next::before {
  content: none;
}
@media (max-width: 1366px) {
  .home .bloco-8 .eventos-wrapper .slick-prev, .home .bloco-8 .eventos-wrapper .slick-next {
    width: 40px;
    height: 40px;
  }
  .home .bloco-8 .eventos-wrapper .slick-prev svg, .home .bloco-8 .eventos-wrapper .slick-next svg {
    width: 40px;
  }
}
.home .bloco-8 .eventos-wrapper .slick-prev:focus-within, .home .bloco-8 .eventos-wrapper .slick-next:focus-within {
  outline: 2px solid #000;
  outline-offset: -2px;
}
.home .bloco-8 .eventos-wrapper .slick-prev {
  left: calc(100% - 128px);
}
.home .bloco-8 .eventos-wrapper .slick-next {
  left: calc(100% - 53px);
}
.home .bloco-8 .eventos-wrapper .slick-slide {
  margin-right: 20px;
}
.home .bloco-8 .eventos-wrapper .slick-list {
  margin-right: -20px;
}
.home .bloco-9 {
  padding-top: 40px;
  padding-bottom: 112px;
}
.home .bloco-9 .titulo-b9 {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.home .bloco-9 .blog-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.3s ease;
}
.home .bloco-9 .blog-wrapper:not(.slick-initialized) {
  opacity: 0;
}
.home .bloco-9 .blog-wrapper:not(.slick-initialized) .blog-card-container {
  display: none !important;
}
.home .bloco-9 .blog-wrapper:not(.slick-initialized) .blog-card-container:first-child {
  display: flex !important;
  height: 288px;
}
@media (max-width: 1024px) {
  .home .bloco-9 .blog-wrapper:not(.slick-initialized) .blog-card-container:first-child {
    height: 284px;
  }
}
@media (max-width: 480px) {
  .home .bloco-9 .blog-wrapper:not(.slick-initialized) .blog-card-container:first-child {
    height: 288px;
  }
}
.home .bloco-9 .blog-wrapper .blog-card-container {
  width: calc((100% - 60px) / 4);
  border-radius: 20px;
  overflow: hidden;
}
.home .bloco-9 .blog-wrapper .blog {
  height: 284px;
  padding: 40px 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
}
.home .bloco-9 .blog-wrapper .blog .data {
  width: 100%;
  color: #fff;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 110px;
}
.home .bloco-9 .blog-wrapper .blog .titulo-blog {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  width: 100%;
  color: #fff;
  font-family: "Work Sans";
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 20px;
  text-wrap: balance;
}
.home .bloco-9 .blog-wrapper .blog .bnt-blog {
  width: 100%;
  border-radius: 50px;
  background: #fff;
  padding: 10px 15px;
  color: #002c51;
  font-family: "Work Sans";
  text-align: center;
}
.home .bloco-9 .blog-wrapper .blog .bnt-blog:hover, .home .bloco-9 .blog-wrapper .blog .bnt-blog:focus {
  transition: all 0.3s;
  background: #81ec61;
  color: #002c51;
}
.home .bloco-9 .blog-wrapper .slick-prev, .home .bloco-9 .blog-wrapper .slick-next {
  position: absolute;
  top: -14.5%;
  background: none;
  border: none;
  z-index: 1;
  display: flex;
  border-radius: 50%;
  transition: all 0.3s;
}
.home .bloco-9 .blog-wrapper .slick-prev.elipse, .home .bloco-9 .blog-wrapper .slick-next.elipse {
  background: #002c51;
  border-radius: 100%;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 1px solid #002c51;
}
.home .bloco-9 .blog-wrapper .slick-prev.elipse:hover, .home .bloco-9 .blog-wrapper .slick-prev.elipse:focus, .home .bloco-9 .blog-wrapper .slick-next.elipse:hover, .home .bloco-9 .blog-wrapper .slick-next.elipse:focus {
  transition: all 0.3s;
  background: #81ec61;
  border: 1px solid #002c51;
}
.home .bloco-9 .blog-wrapper .slick-prev.elipse:hover svg path, .home .bloco-9 .blog-wrapper .slick-prev.elipse:focus svg path, .home .bloco-9 .blog-wrapper .slick-next.elipse:hover svg path, .home .bloco-9 .blog-wrapper .slick-next.elipse:focus svg path {
  stroke: #002c51;
}
.home .bloco-9 .blog-wrapper .slick-prev svg, .home .bloco-9 .blog-wrapper .slick-next svg {
  transition: all 0.3s;
}
.home .bloco-9 .blog-wrapper .slick-prev svg path, .home .bloco-9 .blog-wrapper .slick-next svg path {
  transition: all 0.3s;
}
.home .bloco-9 .blog-wrapper .slick-prev::before, .home .bloco-9 .blog-wrapper .slick-next::before {
  content: none;
}
@media (max-width: 1366px) {
  .home .bloco-9 .blog-wrapper .slick-prev, .home .bloco-9 .blog-wrapper .slick-next {
    width: 40px;
    height: 40px;
  }
  .home .bloco-9 .blog-wrapper .slick-prev svg, .home .bloco-9 .blog-wrapper .slick-next svg {
    width: 40px;
  }
}
.home .bloco-9 .blog-wrapper .slick-prev:focus-within, .home .bloco-9 .blog-wrapper .slick-next:focus-within {
  outline: 2px solid #000;
  outline-offset: -2px;
}
.home .bloco-9 .blog-wrapper .slick-prev {
  left: calc(100% - 128px);
}
.home .bloco-9 .blog-wrapper .slick-next {
  left: calc(100% - 53px);
}
.home .bloco-9 .blog-wrapper .slick-slide {
  margin-right: 20px;
}
.home .bloco-9 .blog-wrapper .slick-list {
  margin-right: -20px;
  padding-right: 150px;
}
@media (max-width: 768px) {
  .home .bloco-9 .blog-wrapper .slick-list {
    padding-right: 0;
  }
}

.al-container.blog.destaques:not(.slick-initialized) {
  opacity: 0;
  display: flex;
  overflow: hidden;
}
.al-container.blog .title {
  text-align: left;
}
.al-container.blog.destaques {
  padding-bottom: 29px;
  padding-top: 40px;
}
.al-container.blog.destaques .article-container {
  width: 100%;
}
.al-container.blog.destaques .article-container .artigo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 117px;
  min-height: 375px;
  position: relative;
}
@media (max-width: 768px) {
  .al-container.blog.destaques .article-container .artigo {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .al-container.blog.destaques .article-container .artigo {
    padding: 20px;
  }
}
.al-container.blog.destaques .article-container .artigo img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.al-container.blog.destaques .article-container .artigo::after {
  content: "";
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), transparent 50%/cover no-repeat;
  border-radius: 10px;
  overflow: hidden;
}
.al-container.blog.destaques .article-container .artigo .content {
  position: relative;
  z-index: 3;
}
.al-container.blog.destaques .article-container .artigo .content .title {
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 17px;
}
@media (max-width: 768px) {
  .al-container.blog.destaques .article-container .artigo .content .title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .al-container.blog.destaques .article-container .artigo .content .title {
    font-size: 22px;
  }
}
.al-container.blog.destaques .article-container .artigo .content span {
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 43px;
  display: block;
}
.al-container.blog.destaques .article-container .artigo .content .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: all 0.3s;
  border-radius: 80px;
  background: #81ec61;
  gap: 10px;
  padding: 15px 40px;
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 480px) {
  .al-container.blog.destaques .article-container .artigo .content .btn {
    font-size: 16px;
    padding: 15px 30px;
  }
}
.al-container.blog.destaques .article-container .artigo .content .btn:hover, .al-container.blog.destaques .article-container .artigo .content .btn:focus {
  background: #002c51;
  color: #fff;
}
.al-container.blog.listagem {
  padding-bottom: 52px;
}
.al-container.blog.listagem .title {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
}
.al-container.blog.listagem .filtros-wrapper form {
  width: calc(100% - 150px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 30px 0px;
}
@media (max-width: 768px) {
  .al-container.blog.listagem .filtros-wrapper form {
    width: 100%;
  }
}
.al-container.blog.listagem .filtros-wrapper form .filtros-selecionados {
  display: none;
}
.al-container.blog.listagem .filtros-wrapper form .filtros-selecionados.active {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.al-container.blog.listagem .filtros-wrapper form .filtros-selecionados .filtro {
  border: none;
  background: #002c51;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 5px 15px;
  border-radius: 5px;
}
.al-container.blog.listagem .filtros-wrapper form .filtros-selecionados .filtro p {
  color: #d9d9d9;
  font-family: "Roboto Slab";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
}
.al-container.blog.listagem .filtros-wrapper form .filtros-selecionados .filtro svg {
  cursor: pointer;
}
.al-container.blog.listagem .filtros-wrapper form > *:not(.filtros-selecionados) {
  color: #8f8f8f;
  font-family: "Roboto Slab";
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #8f8f8f;
  background: #fff;
  max-width: 100%;
  flex-basis: 130px;
  width: 20%;
}
@media (max-width: 768px) {
  .al-container.blog.listagem .filtros-wrapper form > *:not(.filtros-selecionados) {
    flex-grow: 1;
  }
}
.al-container.blog.listagem .filtros-wrapper form > *:not(.filtros-selecionados).search-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.al-container.blog.listagem .filtros-wrapper form > *:not(.filtros-selecionados).search-container input,
.al-container.blog.listagem .filtros-wrapper form > *:not(.filtros-selecionados).search-container button {
  color: #8f8f8f;
  font-family: "Roboto Slab";
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  border-radius: 5px;
  border: none;
  background: #fff;
  max-width: calc(100% - 16px);
  flex-basis: 130px;
}
@media (max-width: 480px) {
  .al-container.blog.listagem .filtros-wrapper form > *:not(.filtros-selecionados).search-container input,
  .al-container.blog.listagem .filtros-wrapper form > *:not(.filtros-selecionados).search-container button {
    flex-grow: 1;
  }
}
.al-container.blog.listagem .filtros-wrapper form > *:not(.filtros-selecionados).search-container input#search-submit,
.al-container.blog.listagem .filtros-wrapper form > *:not(.filtros-selecionados).search-container button#search-submit {
  height: 16px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .al-container.blog.listagem .filtros-wrapper form > *:not(.filtros-selecionados).search-container input#search-submit,
  .al-container.blog.listagem .filtros-wrapper form > *:not(.filtros-selecionados).search-container button#search-submit {
    flex-basis: 0px;
    flex-grow: 0;
  }
}
.al-container.blog.listagem .filtros-wrapper form > *:not(.filtros-selecionados).search-container:focus-within {
  outline: 2px solid #000;
  outline-offset: -2px;
}
.al-container.blog.listagem .posts-content {
  position: relative;
  min-height: 400px;
}
.al-container.blog.listagem .posts-content .loadin {
  bottom: 0;
  height: 400px;
}
.al-container.blog.listagem .posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  padding-bottom: 40px;
}
.al-container.blog.listagem .posts .article-container {
  width: calc(33.3333333333% - 13.3333333333px);
}
@media (max-width: 768px) {
  .al-container.blog.listagem .posts .article-container {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .al-container.blog.listagem .posts .article-container {
    width: 100%;
  }
}
.al-container.blog.listagem .posts .article-container .artigo {
  height: 100%;
}
@media (max-width: 480px) {
  .al-container.blog.listagem .posts .article-container .artigo {
    min-height: auto;
  }
}
.al-container.blog.listagem .posts .article-container .artigo .img-container {
  width: 100%;
}
.al-container.blog.listagem .posts .article-container .artigo .img-container img {
  width: 100%;
  height: 188px;
  border-radius: 10px;
}
.al-container.blog.listagem .posts .article-container .artigo .titulo {
  padding: 10px 0px 0px 0px;
  min-height: 82px;
}
.al-container.blog.listagem .posts .article-container .artigo .titulo a {
  display: block;
}
.al-container.blog.listagem .posts .article-container .artigo .titulo a h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
  font-family: "Roboto Slab";
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}
.al-container.blog.listagem .posts .article-container .artigo .text {
  padding: 0px 24px 28px 24px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #444444;
  min-height: 86px;
}
@media (max-width: 1366px) {
  .al-container.blog.listagem .posts .article-container .artigo .text {
    font-size: 15px;
  }
}
.al-container.blog.listagem .load_more {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.al-container.blog.listagem .load_more .page-numbers {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #002c51;
}
.al-container.blog.listagem .load_more .page-numbers:not(span) {
  transition: all 0.3s;
}
.al-container.blog.listagem .load_more .page-numbers:not(span):hover, .al-container.blog.listagem .load_more .page-numbers:not(span):focus {
  color: #000;
}
.al-container.blog.listagem .load_more .page-numbers.current {
  background: #002c51;
  font-family: "Roboto";
  font-weight: 600;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.al-container.blog.loop .posts .article-container .artigo .text {
  min-height: 56px;
  padding: 0px 24px 16px 24px;
}
.al-container.blog.loop .entry-date {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #002c51;
  padding: 0px 24px 10px 24px;
}
.al-container.blog.loop .entry-category {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 123.68%;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  border-radius: 8px;
  padding: 5px 10px;
  margin: 0px 24px 10px 24px;
  background-color: #002c51;
}

.al-container.single.destaques {
  padding-bottom: 29px;
  padding-top: 40px;
}
.al-container.single.destaques .article-container {
  width: 100%;
}
.al-container.single.destaques .article-container .artigo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 117px;
  min-height: 375px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-blend-mode: hard-light, normal;
}
@media (max-width: 768px) {
  .al-container.single.destaques .article-container .artigo {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .al-container.single.destaques .article-container .artigo {
    padding: 20px;
  }
}
.al-container.single.destaques .article-container .artigo .content {
  position: relative;
  z-index: 3;
}
.al-container.single.destaques .article-container .artigo .content .title {
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 17px;
}
@media (max-width: 768px) {
  .al-container.single.destaques .article-container .artigo .content .title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .al-container.single.destaques .article-container .artigo .content .title {
    font-size: 22px;
  }
}
.al-container.single.destaques .article-container .artigo .content span {
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 43px;
  display: block;
}
.al-container.single .title {
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  color: #454545;
}
.al-container.single .data {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #002c51;
  padding-bottom: 41px;
  display: block;
}
.al-container.single .img-container {
  width: 82%;
  margin: 0 auto;
  padding-bottom: 57px;
}
.al-container.single .img-container img {
  width: 100%;
  border-radius: 8px;
}
.al-container.single .the-content {
  padding-bottom: 38px;
  margin-bottom: 28px;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #5F5F5F;
  position: relative;
}
.al-container.single .the-content:after {
  content: "";
  display: block;
  width: 115%;
  max-width: 100vw;
  height: 1px;
  background: #ededed;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media (max-width: 1366px) {
  .al-container.single .the-content:after {
    width: calc(100% - 40px);
  }
}
.al-container.single .the-content ul li {
  list-style: disc inside;
}
.al-container.single .the-content ol li {
  list-style: numeric inside;
}
.al-container.single .the-content li {
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #5F5F5F;
}
.al-container.single .the-content li:not(:last-of-type) {
  padding-bottom: 21px;
}
.al-container.single .the-content p {
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #5F5F5F;
}
.al-container.single .the-content p:not(:last-of-type) {
  padding-bottom: 21px;
}
.al-container.single .the-content p a {
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #5F5F5F;
  transition: all 0.3s;
}
.al-container.single .the-content p a:hover, .al-container.single .the-content p a:focus {
  opacity: 0.6;
}
.al-container.single .the-content h2 {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 21px;
}
.al-container.single .the-content h2 a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #454545;
  transition: all 0.3s;
}
.al-container.single .the-content h2 a:hover, .al-container.single .the-content h2 a:focus {
  opacity: 0.6;
}
.al-container.single .compartilhe {
  display: flex;
  justify-content: right;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  padding-top: 61px;
}
.al-container.single .compartilhe span {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #ababab;
}
.al-container.single .compartilhe .links {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 9px;
       column-gap: 9px;
}
.al-container.single .compartilhe .links > a {
  cursor: pointer;
  display: inline-flex;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #002c51;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
  transition: all 0.5s;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.al-container.single .compartilhe .links > a img {
  transition: all 0.5s;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.al-container.single .compartilhe .links > a:hover, .al-container.single .compartilhe .links > a:focus {
  background: #002c51;
}
.al-container.single .compartilhe .links > a:hover img, .al-container.single .compartilhe .links > a:focus img {
  transform: rotateY(360deg);
}
.al-container.single .compartilhe .a2a_kit {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
  transition: all 0.3s;
  visibility: visible;
  opacity: 1;
}
.al-container.single .compartilhe .a2a_kit.hidden {
  visibility: hidden;
  opacity: 0;
}
.al-container.single .compartilhe .a2a_kit span {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #ababab;
  margin-right: 4px;
}
.al-container.single .compartilhe .a2a_kit a {
  display: inline-flex;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #002c51;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
  transition: all 0.5s;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.al-container.single .compartilhe .a2a_kit a img {
  transition: all 0.5s;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.al-container.single .compartilhe .a2a_kit a:hover, .al-container.single .compartilhe .a2a_kit a:focus {
  background: #002c51;
}
.al-container.single .compartilhe .a2a_kit a:hover img, .al-container.single .compartilhe .a2a_kit a:focus img {
  transform: rotateY(360deg);
}
.al-container.single .compartilhe .a2a_kit a.addtoany_share {
  order: 1;
}
.al-container.single .compartilhe .a2a_kit a.rede {
  order: 2;
}
.al-container.single .compartilhe .a2a_kit a.a2a_button_facebook {
  order: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.al-container.single .compartilhe .a2a_kit a.a2a_button_whatsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 4;
}
.al-container.single .comment {
  width: 100%;
  max-width: 100%;
  min-height: 280px;
}
.al-container.single .comment h1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  color: #002c51;
  padding-bottom: 20px;
}

.quem-somos .banner-quem-somos {
  position: relative;
  margin-bottom: 80px;
}
.quem-somos .banner-quem-somos img {
  border-radius: 10px;
}
@media (max-width: 480px) {
  .quem-somos .banner-quem-somos {
    margin-bottom: 40px;
  }
}
.quem-somos .banner-quem-somos .slide-details {
  width: 100%;
  height: calc(100% - 4px);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  max-height: 100%;
  overflow: hidden;
}
@media (max-width: 480px) {
  .quem-somos .banner-quem-somos .slide-details {
    padding: 0 20px;
  }
}
.quem-somos .banner-quem-somos .slide-details article {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
}
.quem-somos .banner-quem-somos .slide-details article .banner-title {
  width: 100%;
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}
.quem-somos .banner-quem-somos .slide-details article .banner-subtitle {
  width: 100%;
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 60px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  .quem-somos .banner-quem-somos .slide-details article .banner-subtitle {
    font-size: 51px;
  }
}
@media (max-width: 768px) {
  .quem-somos .banner-quem-somos .slide-details article .banner-subtitle {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .quem-somos .banner-quem-somos .slide-details article .banner-subtitle {
    font-size: 19px;
  }
}
.quem-somos .bloco-2 {
  margin-bottom: 40px;
  width: 100%;
  height: 475px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .quem-somos .bloco-2 {
    height: 336px;
  }
}
@media (max-width: 768px) {
  .quem-somos .bloco-2 {
    height: 249px;
  }
}
@media (max-width: 480px) {
  .quem-somos .bloco-2 {
    margin-bottom: 0;
    height: 132px;
  }
}
.quem-somos .bloco-2:not(:has(.video-b2)) {
  display: none;
}
.quem-somos .bloco-2 a.video-b2 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  position: relative;
}
.quem-somos .bloco-2 a.video-b2::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: #002c51;
  opacity: 0.5;
}
.quem-somos .bloco-2 a.video-b2:hover, .quem-somos .bloco-2 a.video-b2:focus {
  transform: scale(1.1);
  transition: all 0.3s;
}
.quem-somos .bloco-2 a.video-b2:hover svg, .quem-somos .bloco-2 a.video-b2:focus svg {
  transition: all 0.3s;
}
.quem-somos .bloco-2 a.video-b2:hover svg path, .quem-somos .bloco-2 a.video-b2:focus svg path {
  transition: all 0.3s;
  fill: #002c51;
  stroke: #fff;
}
.quem-somos .bloco-2 a.video-b2 .thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.quem-somos .bloco-2 a.video-b2 .playbtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.quem-somos .bloco-2 a.video-b2 .playbtn svg {
  transition: all 0.3s;
  position: relative;
  z-index: 3;
}
@media (max-width: 480px) {
  .quem-somos .bloco-2 a.video-b2 .playbtn svg {
    width: 15%;
    height: auto;
  }
}
.quem-somos .bloco-2 a.video-b2 .playbtn svg path {
  transition: all 0.3s;
}
.quem-somos .bloco-2 a.video-b2 .playbtn .assistir {
  width: 100%;
  text-align: center;
  position: inherit;
  z-index: 3;
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 33px;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 480px) {
  .quem-somos .bloco-2 a.video-b2 .playbtn .assistir {
    font-size: 23px;
  }
}
.quem-somos .bloco-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.quem-somos .bloco-3:not(:has(.left-right-content)) {
  display: none;
}
@media (max-width: 480px) {
  .quem-somos .bloco-3 {
    padding-bottom: 0px;
  }
}
.quem-somos .bloco-3 .left-right-content .left {
  width: 40%;
  color: #5F5F5F;
  line-height: 140%;
}
@media (max-width: 768px) {
  .quem-somos .bloco-3 .left-right-content .left {
    width: 100%;
  }
}
.quem-somos .bloco-3 .left-right-content .right {
  width: calc(60% - 50px);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .quem-somos .bloco-3 .left-right-content .right {
    width: 100%;
  }
}
.quem-somos .bloco-3 .left-right-content .right .missao-wrapper,
.quem-somos .bloco-3 .left-right-content .right .valores-wrapper {
  width: 100%;
  padding: 24px 20px;
  border-radius: 10px;
  background: #F6F6F6;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
.quem-somos .bloco-3 .left-right-content .right .missao-wrapper .title,
.quem-somos .bloco-3 .left-right-content .right .valores-wrapper .title {
  width: 100%;
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 36px;
  font-weight: 700;
}
.quem-somos .bloco-3 .left-right-content .right .missao-wrapper .texto,
.quem-somos .bloco-3 .left-right-content .right .valores-wrapper .texto {
  color: #5F5F5F;
  line-height: 140%;
}
.quem-somos .bloco-3 .left-right-content .right .missao-wrapper .features-wrapper,
.quem-somos .bloco-3 .left-right-content .right .valores-wrapper .features-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.quem-somos .bloco-3 .left-right-content .right .missao-wrapper .features-wrapper .texto,
.quem-somos .bloco-3 .left-right-content .right .valores-wrapper .features-wrapper .texto {
  width: calc(50% - 40px);
  list-style: disc;
  margin-left: 20px;
}
@media (max-width: 480px) {
  .quem-somos .bloco-3 .left-right-content .right .missao-wrapper .features-wrapper .texto,
  .quem-somos .bloco-3 .left-right-content .right .valores-wrapper .features-wrapper .texto {
    width: 100%;
  }
}
.quem-somos .bloco-4 {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2.2988505747% 4.5977011494%;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.quem-somos .bloco-4:hover, .quem-somos .bloco-4:focus {
  transform: scale(1.03);
  transition: all 0.3s;
}
.quem-somos .bloco-4 .link-emec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.quem-somos .bloco-4 .title-banner2 {
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 40px;
  font-weight: 700;
  width: 50%;
}
@media (max-width: 1366px) {
  .quem-somos .bloco-4 .title-banner2 {
    font-size: 32px;
    width: 54%;
  }
}
@media (max-width: 480px) {
  .quem-somos .bloco-4 .title-banner2 {
    font-size: 16px;
    width: 58%;
  }
}
@media (max-width: 375px) {
  .quem-somos .bloco-4 .title-banner2 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .quem-somos .bloco-4 img {
    width: 130px;
  }
}
.quem-somos .bloco-5,
.quem-somos .bloco-6 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.quem-somos .bloco-5:not(:has(.titulo)),
.quem-somos .bloco-6:not(:has(.titulo)) {
  display: none;
}
.quem-somos .bloco-5 .titulo,
.quem-somos .bloco-6 .titulo {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.quem-somos .bloco-5 .texto,
.quem-somos .bloco-6 .texto {
  color: #5F5F5F;
  line-height: 140%;
}
.quem-somos .bloco-5 .card-wrapper,
.quem-somos .bloco-6 .card-wrapper {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
.quem-somos .bloco-5 .card-wrapper .card,
.quem-somos .bloco-6 .card-wrapper .card {
  width: calc((100% - 60px) / 4);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 768px) {
  .quem-somos .bloco-5 .card-wrapper .card,
  .quem-somos .bloco-6 .card-wrapper .card {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 480px) {
  .quem-somos .bloco-5 .card-wrapper .card,
  .quem-somos .bloco-6 .card-wrapper .card {
    width: 100%;
    justify-content: center;
  }
}
.quem-somos .bloco-5 .card-wrapper .card img,
.quem-somos .bloco-6 .card-wrapper .card img {
  border-radius: 10px;
  width: 100%;
  height: 300px;
}
@media (max-width: 480px) {
  .quem-somos .bloco-5 .card-wrapper .card img,
  .quem-somos .bloco-6 .card-wrapper .card img {
    width: 333px;
  }
}
.quem-somos .bloco-5 .card-wrapper .card .info,
.quem-somos .bloco-6 .card-wrapper .card .info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 10px;
}
.quem-somos .bloco-5 .card-wrapper .card .info > p,
.quem-somos .bloco-6 .card-wrapper .card .info > p {
  overflow-wrap: break-word;
  word-break: break-word;
}
.quem-somos .bloco-5 .card-wrapper .card .info .nome,
.quem-somos .bloco-6 .card-wrapper .card .info .nome {
  width: 100%;
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}
.quem-somos .bloco-5 .card-wrapper .card .info .cargo,
.quem-somos .bloco-6 .card-wrapper .card .info .cargo {
  width: 100%;
  color: #595959;
  font-family: "Roboto Slab";
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 10px;
}
.quem-somos .bloco-5 .card-wrapper .card .info .text,
.quem-somos .bloco-6 .card-wrapper .card .info .text {
  color: #5F5F5F;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
.quem-somos .bloco-7 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.quem-somos .bloco-7:not(:has(.card-wrapper)) {
  display: none;
}
.quem-somos .bloco-7 .card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.quem-somos .bloco-7 .card-wrapper .card {
  width: 100%;
  border-radius: 10px;
  background: #FBFBFB;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 30px;
  cursor: pointer;
}
.quem-somos .bloco-7 .card-wrapper .card.active .card-text {
  display: block;
}
.quem-somos .bloco-7 .card-wrapper .card.active svg {
  transform: rotate(90deg);
}
.quem-somos .bloco-7 .card-wrapper .card .card-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quem-somos .bloco-7 .card-wrapper .card .card-content .card-title {
  color: #002c51;
  font-family: "Roboto Slab";
  font-weight: 600;
  line-height: 140%;
  font-size: 16px;
}
.quem-somos .bloco-7 .card-wrapper .card .card-text {
  display: none;
  background: #fff;
  width: 100%;
  border-radius: 10px;
  background: #FBFBFB;
  padding: 20px 30px;
  cursor: pointer;
}
.quem-somos .bloco-7 .card-wrapper .card .card-text ul li {
  list-style: disc inside;
}
.quem-somos .bloco-7 .card-wrapper .card .card-text ol li {
  list-style: numeric inside;
}
.quem-somos .bloco-7 .card-wrapper .card .card-text li {
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #5F5F5F;
}
.quem-somos .bloco-7 .card-wrapper .card .card-text h2, .quem-somos .bloco-7 .card-wrapper .card .card-text h3, .quem-somos .bloco-7 .card-wrapper .card .card-text h4, .quem-somos .bloco-7 .card-wrapper .card .card-text h5, .quem-somos .bloco-7 .card-wrapper .card .card-text h6 {
  padding-bottom: 21px;
  font-size: 16px;
  font-weight: 500;
}
.quem-somos .bloco-7 .card-wrapper .card .card-text p {
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #5F5F5F;
  padding-bottom: 21px;
}
.quem-somos .bloco-7 .card-wrapper .card .card-text p a {
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #002c51;
  transition: all 0.3s;
}
.quem-somos .bloco-7 .card-wrapper .card .card-text p a:hover, .quem-somos .bloco-7 .card-wrapper .card .card-text p a:focus {
  opacity: 0.6;
}
.quem-somos .bloco-7 .card-wrapper .card .card-text h2 {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 21px;
}
.quem-somos .bloco-7 .card-wrapper .card .card-text h2 a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #454545;
  transition: all 0.3s;
}
.quem-somos .bloco-7 .card-wrapper .card .card-text h2 a:hover, .quem-somos .bloco-7 .card-wrapper .card .card-text h2 a:focus {
  opacity: 0.6;
}

.archive-cursos .banner-archive-cursos {
  position: relative;
}
.archive-cursos .banner-archive-cursos img {
  border-radius: 10px;
}
.archive-cursos .banner-archive-cursos .slide-details {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.archive-cursos .banner-archive-cursos .slide-details article {
  width: 100%;
  height: 100%;
  padding: 0 113px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  width: 64%;
}
@media (max-width: 1366px) {
  .archive-cursos .banner-archive-cursos .slide-details article {
    padding: 0 70px;
  }
}
@media (max-width: 480px) {
  .archive-cursos .banner-archive-cursos .slide-details article {
    padding: 0 20px;
    width: 100%;
    gap: 30px;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .archive-cursos .banner-archive-cursos .slide-details article {
    gap: 10px;
  }
}
.archive-cursos .banner-archive-cursos .slide-details article .banner-title {
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 1366px) {
  .archive-cursos .banner-archive-cursos .slide-details article .banner-title {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .archive-cursos .banner-archive-cursos .slide-details article .banner-title {
    font-size: 29px;
  }
}
@media (max-width: 375px) {
  .archive-cursos .banner-archive-cursos .slide-details article .banner-title {
    text-align: center;
  }
}
.archive-cursos .banner-archive-cursos .slide-details article .banner-text {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .archive-cursos .banner-archive-cursos .slide-details article .banner-text {
    margin-bottom: 10px;
  }
}
.archive-cursos .banner-archive-cursos .slide-details article .banner-text .text {
  width: 65%;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  .archive-cursos .banner-archive-cursos .slide-details article .banner-text .text {
    font-size: 25px;
    width: 69%;
  }
}
@media (max-width: 768px) {
  .archive-cursos .banner-archive-cursos .slide-details article .banner-text .text {
    font-size: 21px;
    width: 80%;
  }
}
.archive-cursos .banner-archive-cursos .slide-details article a.btn {
  border-radius: 80px;
  padding: 15px 40px;
  background: #81ec61;
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
}
.archive-cursos .banner-archive-cursos .slide-details article a.btn:hover, .archive-cursos .banner-archive-cursos .slide-details article a.btn:focus {
  background: #002c51;
  color: #81ec61;
}
@media (max-width: 1366px) {
  .archive-cursos .banner-archive-cursos .slide-details article a.btn {
    font-size: 18px;
    padding: 10px 15px;
  }
}
@media (max-width: 480px) {
  .archive-cursos .banner-archive-cursos .slide-details article a.btn {
    font-size: 16px;
    padding: 10px;
    margin: 0;
  }
}
.archive-cursos .bloco-1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.archive-cursos .bloco-1 .titulo-bloco-1 {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 36px;
  font-weight: 700;
}
.archive-cursos .bloco-1 .filtros-wrapper form {
  width: calc(100% - 150px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .archive-cursos .bloco-1 .filtros-wrapper form {
    width: 100%;
  }
}
.archive-cursos .bloco-1 .filtros-wrapper form .filtros-selecionados {
  display: none;
}
.archive-cursos .bloco-1 .filtros-wrapper form .filtros-selecionados.active {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.archive-cursos .bloco-1 .filtros-wrapper form .filtros-selecionados .filtro {
  border: none;
  background: #002c51;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 5px 15px;
  border-radius: 5px;
}
.archive-cursos .bloco-1 .filtros-wrapper form .filtros-selecionados .filtro p {
  color: #D9D9D9;
  font-family: "Roboto Slab";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
}
.archive-cursos .bloco-1 .filtros-wrapper form .filtros-selecionados .filtro svg {
  cursor: pointer;
}
.archive-cursos .bloco-1 .filtros-wrapper form > *:not(.filtros-selecionados) {
  color: #8F8F8F;
  font-family: "Roboto Slab";
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #8F8F8F;
  background: #fff;
  max-width: 100%;
  flex-basis: 130px;
  width: 20%;
}
@media (max-width: 768px) {
  .archive-cursos .bloco-1 .filtros-wrapper form > *:not(.filtros-selecionados) {
    flex-grow: 1;
  }
}
.archive-cursos .bloco-1 .filtros-wrapper form > *:not(.filtros-selecionados).search-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.archive-cursos .bloco-1 .filtros-wrapper form > *:not(.filtros-selecionados).search-container input, .archive-cursos .bloco-1 .filtros-wrapper form > *:not(.filtros-selecionados).search-container button {
  color: #8F8F8F;
  font-family: "Roboto Slab";
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  border-radius: 5px;
  border: none;
  background: #fff;
  max-width: calc(100% - 16px);
  flex-basis: 130px;
}
@media (max-width: 480px) {
  .archive-cursos .bloco-1 .filtros-wrapper form > *:not(.filtros-selecionados).search-container input, .archive-cursos .bloco-1 .filtros-wrapper form > *:not(.filtros-selecionados).search-container button {
    flex-grow: 1;
  }
}
.archive-cursos .bloco-1 .filtros-wrapper form > *:not(.filtros-selecionados).search-container input#search-submit, .archive-cursos .bloco-1 .filtros-wrapper form > *:not(.filtros-selecionados).search-container button#search-submit {
  height: 16px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .archive-cursos .bloco-1 .filtros-wrapper form > *:not(.filtros-selecionados).search-container input#search-submit, .archive-cursos .bloco-1 .filtros-wrapper form > *:not(.filtros-selecionados).search-container button#search-submit {
    flex-basis: 0px;
    flex-grow: 0;
  }
}
.archive-cursos .bloco-1 .filtros-wrapper form > *:not(.filtros-selecionados).search-container:focus-within {
  outline: 2px solid #000;
  outline-offset: -2px;
}
.archive-cursos .bloco-1 .cursos-wrapper-archive {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 40px;
  position: relative;
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .loadin {
  bottom: 0;
  height: 400px;
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .slick-prev, .archive-cursos .bloco-1 .cursos-wrapper-archive .slick-next {
  position: absolute;
  top: -14.5%;
  background: none;
  border: none;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .archive-cursos .bloco-1 .cursos-wrapper-archive .slick-prev, .archive-cursos .bloco-1 .cursos-wrapper-archive .slick-next {
    top: -2%;
  }
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .slick-prev.elipse, .archive-cursos .bloco-1 .cursos-wrapper-archive .slick-next.elipse {
  background: #002c51;
  border-radius: 100%;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 1px solid #002c51;
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .slick-prev.elipse svg, .archive-cursos .bloco-1 .cursos-wrapper-archive .slick-next.elipse svg {
  transition: all 0.3s;
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .slick-prev.elipse svg path, .archive-cursos .bloco-1 .cursos-wrapper-archive .slick-next.elipse svg path {
  transition: all 0.3s;
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .slick-prev.elipse:hover, .archive-cursos .bloco-1 .cursos-wrapper-archive .slick-prev.elipse:focus, .archive-cursos .bloco-1 .cursos-wrapper-archive .slick-next.elipse:hover, .archive-cursos .bloco-1 .cursos-wrapper-archive .slick-next.elipse:focus {
  background: #81ec61;
  transition: all 0.3s;
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .slick-prev.elipse:hover svg path, .archive-cursos .bloco-1 .cursos-wrapper-archive .slick-prev.elipse:focus svg path, .archive-cursos .bloco-1 .cursos-wrapper-archive .slick-next.elipse:hover svg path, .archive-cursos .bloco-1 .cursos-wrapper-archive .slick-next.elipse:focus svg path {
  stroke: #002c51;
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .slick-prev::before, .archive-cursos .bloco-1 .cursos-wrapper-archive .slick-next::before {
  content: none;
}
@media (max-width: 1366px) {
  .archive-cursos .bloco-1 .cursos-wrapper-archive .slick-prev svg, .archive-cursos .bloco-1 .cursos-wrapper-archive .slick-next svg {
    width: 40px;
  }
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .slick-prev:focus-within, .archive-cursos .bloco-1 .cursos-wrapper-archive .slick-next:focus-within {
  outline: 2px solid #000;
  outline-offset: -2px;
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .slick-prev {
  left: calc(100% - 128px);
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .slick-next {
  left: calc(100% - 53px);
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .cursos-container, .archive-cursos .bloco-1 .cursos-wrapper-archive .cursos-content {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  min-height: 404px;
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .load_more {
  width: 100%;
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .curso {
  width: calc((100% - 60px) / 4);
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.05);
  min-height: 404px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1366px) {
  .archive-cursos .bloco-1 .cursos-wrapper-archive .curso {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 768px) {
  .archive-cursos .bloco-1 .cursos-wrapper-archive .curso {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 480px) {
  .archive-cursos .bloco-1 .cursos-wrapper-archive .curso {
    width: 100%;
  }
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .curso img {
  width: 100%;
  aspect-ratio: 2.4;
  border-radius: 20px;
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .curso .precos {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .curso .precos .valor {
  border-radius: 5px;
  padding: 5px;
  background-color: #9747ff;
  color: #F4F4F4;
  font-family: "Work Sans";
  font-weight: 600;
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .curso .precos .desconto {
  border-radius: 5px;
  padding: 5px;
  background-color: #81ec61;
  color: #000;
  font-family: "Work Sans";
  font-weight: 600;
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .curso .tipo {
  order: 1;
  width: 100%;
  color: #747474;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .curso .title-curso {
  order: 2;
  width: 100%;
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  overflow: hidden;
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .curso .curso-info {
  order: 3;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .curso .curso-info .info {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  color: #000;
  font-family: "Work Sans";
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 130px;
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .curso .curso-info .info span {
  width: 100%;
  color: #000;
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 700;
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .curso .btn-wrapper {
  order: 4;
  display: flex;
  justify-content: space-between;
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .curso .btn-wrapper .btn-inscrever {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 60px;
  background-color: #002c51;
  color: #fff;
  font-family: "Roboto";
  font-weight: 700;
  width: calc((100% - 20px) / 2);
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .curso .btn-wrapper .btn-inscrever:hover, .archive-cursos .bloco-1 .cursos-wrapper-archive .curso .btn-wrapper .btn-inscrever:focus {
  background-color: #81ec61;
  color: #000;
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .curso .btn-wrapper .btn-inscrever.interesse {
  font-size: 14px;
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .curso .btn-wrapper .btn-saiba-mais {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  border: 1px solid #000;
  padding: 10px 15px;
  color: #000;
  font-family: "Roboto";
  color: #000;
  font-family: "Roboto Slab";
  width: calc((100% - 20px) / 2);
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .curso .btn-wrapper .btn-saiba-mais:hover, .archive-cursos .bloco-1 .cursos-wrapper-archive .curso .btn-wrapper .btn-saiba-mais:focus {
  background-color: #81ec61;
  color: #000;
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .curso .btn-wrapper:not(:has(.btn-inscrever)) .btn-saiba-mais {
  width: 100%;
  background-color: #002c51;
  color: #fff;
  border: none;
}
.archive-cursos .bloco-1 .cursos-wrapper-archive .curso .btn-wrapper:not(:has(.btn-inscrever)) .btn-saiba-mais:hover, .archive-cursos .bloco-1 .cursos-wrapper-archive .curso .btn-wrapper:not(:has(.btn-inscrever)) .btn-saiba-mais:focus {
  background-color: #81ec61;
  color: #000;
}

body.archive.tax-tipo .archive-cursos .filtros-wrapper #tipo {
  display: none;
}
body.archive.tax-tipo .archive-cursos .filtros-wrapper .filtro[data-filtro=tipo] {
  display: none;
}

.single-cursos .banner-single-cursos {
  position: relative;
}
@media (max-width: 1024px) {
  .single-cursos .banner-single-cursos {
    margin-top: 40px;
  }
}
.single-cursos .banner-single-cursos > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.single-cursos .banner-single-cursos .slide-details {
  position: relative;
  z-index: 2;
  min-height: 542px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 110px;
  max-height: 100%;
  overflow: hidden;
  gap: 40px;
}
@media (max-width: 1366px) {
  .single-cursos .banner-single-cursos .slide-details {
    padding: 10px 35px;
  }
}
@media (max-width: 768px) {
  .single-cursos .banner-single-cursos .slide-details {
    padding: 10px 26px;
  }
}
@media (max-width: 480px) {
  .single-cursos .banner-single-cursos .slide-details {
    padding: 40px 20px;
  }
}
.single-cursos .banner-single-cursos .slide-details article {
  width: 65%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media (max-width: 1366px) {
  .single-cursos .banner-single-cursos .slide-details article {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .single-cursos .banner-single-cursos .slide-details article {
    width: 46%;
  }
}
@media (max-width: 480px) {
  .single-cursos .banner-single-cursos .slide-details article {
    width: 100%;
    align-content: space-around;
  }
}
.single-cursos .banner-single-cursos .slide-details article .banner-title {
  width: 100%;
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 1366px) {
  .single-cursos .banner-single-cursos .slide-details article .banner-title {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .single-cursos .banner-single-cursos .slide-details article .banner-title {
    font-size: 29px;
  }
}
@media (max-width: 480px) {
  .single-cursos .banner-single-cursos .slide-details article .banner-title {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
  }
}
.single-cursos .banner-single-cursos .slide-details article .banner-text {
  width: 84%;
  display: flex;
  align-items: center;
  gap: 17px;
  color: #d9d9d9;
  font-family: "Work Sans";
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  .single-cursos .banner-single-cursos .slide-details article .banner-text {
    width: 90%;
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .single-cursos .banner-single-cursos .slide-details article .banner-text {
    font-size: 21px;
    width: 80%;
  }
}
@media (max-width: 480px) {
  .single-cursos .banner-single-cursos .slide-details article .banner-text {
    width: 100%;
    font-size: 17px;
    text-align: center;
  }
}
.single-cursos .banner-single-cursos .slide-details .curso-details {
  width: 28%;
  border-radius: 20px;
  border: 3px solid #002c51;
  background: #f4f4f4;
  padding: 20px;
}
@media (max-width: 1366px) {
  .single-cursos .banner-single-cursos .slide-details .curso-details {
    width: 35%;
    max-height: 366px;
  }
}
@media (max-width: 768px) {
  .single-cursos .banner-single-cursos .slide-details .curso-details {
    width: 47%;
    padding: 10px 20px;
    max-height: 256px;
  }
}
@media (max-width: 480px) {
  .single-cursos .banner-single-cursos .slide-details .curso-details {
    display: none;
  }
}
.single-cursos .banner-single-cursos .slide-details .curso-details > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1366px) {
  .single-cursos .banner-single-cursos .slide-details .curso-details .botoes {
    justify-content: space-between;
  }
}
.single-cursos .banner-single-cursos .slide-details .curso-details .botoes .matricule-se {
  width: 100%;
  border-radius: 60px;
  background: #81ec61;
  color: #002c51;
  font-family: "Roboto Slab";
  font-weight: 700;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.single-cursos .banner-single-cursos .slide-details .curso-details .botoes .matricule-se:hover, .single-cursos .banner-single-cursos .slide-details .curso-details .botoes .matricule-se:focus {
  background: #002c51;
  color: #81ec61;
}
@media (max-width: 1366px) {
  .single-cursos .banner-single-cursos .slide-details .curso-details .botoes .matricule-se {
    width: 45%;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .single-cursos .banner-single-cursos .slide-details .curso-details .botoes .matricule-se {
    width: 100%;
    font-size: 14px;
    padding: 5px;
  }
}
.single-cursos .banner-single-cursos .slide-details .curso-details .botoes .curso-info {
  width: 100%;
  border-radius: 60px;
  border: 1px solid #000;
  padding: 10px 15px;
  color: #000;
  font-family: "Roboto Slab";
  background-color: transparent;
  margin-bottom: 15px;
  text-align: center;
}
.single-cursos .banner-single-cursos .slide-details .curso-details .botoes .curso-info:hover, .single-cursos .banner-single-cursos .slide-details .curso-details .botoes .curso-info:focus {
  background: #002c51;
  color: #fff;
}
@media (max-width: 1366px) {
  .single-cursos .banner-single-cursos .slide-details .curso-details .botoes .curso-info {
    width: 45%;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .single-cursos .banner-single-cursos .slide-details .curso-details .botoes .curso-info {
    width: 100%;
    font-size: 14px;
    padding: 5px;
    margin: 0;
  }
}
.single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .valor-riscado {
  color: #000;
  font-family: "Roboto Slab";
  font-size: 13px;
}
.single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .valor-riscado span {
  text-decoration: line-through;
}
@media (max-width: 480px) {
  .single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .valor-riscado {
    display: none;
  }
}
.single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .valor {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .valor {
    font-size: 27px;
  }
}
@media (max-width: 480px) {
  .single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .valor {
    display: none;
  }
}
.single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .opcoes-pagamento {
  color: #000;
  font-family: "Roboto Slab";
  font-size: 13px;
  cursor: pointer;
}
.single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .opcoes-pagamento:hover, .single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .opcoes-pagamento:focus {
  color: #002c51;
  font-weight: 700;
}
@media (max-width: 480px) {
  .single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .opcoes-pagamento {
    display: none;
  }
}
.single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .wrapper-details {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 10px;
  background: #002c51;
  padding: 20px 30px;
  margin: 20px 0;
}
.single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .wrapper-details .modalidade,
.single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .wrapper-details .duracao {
  width: 50%;
  display: flex;
  flex-direction: column;
  color: #d9d9d9;
  text-align: center;
  font-family: "Work Sans";
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .wrapper-details .modalidade span,
.single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .wrapper-details .duracao span {
  text-transform: none;
  color: #f4f4f4;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  .single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .wrapper-details {
    margin: 15px 0;
  }
}
@media (max-width: 768px) {
  .single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .wrapper-details {
    display: flex;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .wrapper-details {
    display: none;
  }
}
.single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .inicio,
.single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .aulas,
.single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .horario {
  width: 100%;
  color: #000;
  text-align: center;
  font-family: "Work Sans";
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .inicio span,
.single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .aulas span,
.single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .horario span {
  color: #002c51;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  .single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .inicio,
  .single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .aulas,
  .single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .horario {
    width: calc((100% - 15px) / 3);
    margin: 0;
  }
}
@media (max-width: 768px) {
  .single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .inicio,
  .single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .aulas,
  .single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .horario {
    display: none;
  }
}
.single-cursos .banner-single-cursos .slide-details .curso-details .pagamento-wrapper .horario {
  margin: 0;
}
.single-cursos .banner-single-cursos .slide-details .curso-details .bloco-opcoes-pagamento {
  display: none;
  background-color: #002c51;
  border-radius: 20px;
  padding: 20px;
}
@media (max-width: 1366px) {
  .single-cursos .banner-single-cursos .slide-details .curso-details .bloco-opcoes-pagamento {
    height: 246px;
    overflow-y: scroll;
  }
}
@media (max-width: 768px) {
  .single-cursos .banner-single-cursos .slide-details .curso-details .bloco-opcoes-pagamento {
    height: 156px;
    overflow-y: scroll;
  }
}
.single-cursos .banner-single-cursos .slide-details .curso-details .bloco-opcoes-pagamento .topo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.single-cursos .banner-single-cursos .slide-details .curso-details .bloco-opcoes-pagamento .topo svg {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.single-cursos .banner-single-cursos .slide-details .curso-details .bloco-opcoes-pagamento .topo svg:hover, .single-cursos .banner-single-cursos .slide-details .curso-details .bloco-opcoes-pagamento .topo svg:focus {
  transform: scale(1.1);
}
.single-cursos .banner-single-cursos .slide-details .curso-details .bloco-opcoes-pagamento .topo .pagamento-title {
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 20px;
}
.single-cursos .banner-single-cursos .slide-details .curso-details .bloco-opcoes-pagamento table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
.single-cursos .banner-single-cursos .slide-details .curso-details .bloco-opcoes-pagamento table thead tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.single-cursos .banner-single-cursos .slide-details .curso-details .bloco-opcoes-pagamento table thead tr th {
  width: 25%;
  padding: 10px 0px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}
.single-cursos .banner-single-cursos .slide-details .curso-details .bloco-opcoes-pagamento table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.single-cursos .banner-single-cursos .slide-details .curso-details .bloco-opcoes-pagamento table tbody tr td {
  padding: 10px 0px 10px 0px;
  text-align: center;
  vertical-align: middle;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  border-bottom: solid 1px #4d6486;
}
.single-cursos .banner-single-cursos .slide-details .iframe-wrapper {
  width: 28%;
  min-width: 320px;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .single-cursos .banner-single-cursos .slide-details .iframe-wrapper {
    width: 100%;
    min-width: -moz-fit-content;
    min-width: fit-content;
    display: flex;
    justify-content: center;
  }
}
.single-cursos .banner-single-cursos .slide-details .iframe-wrapper iframe {
  height: 100%;
  min-height: 581px;
}
.single-cursos .bloco-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.single-cursos .bloco-2 .left {
  width: 100%;
}
.single-cursos .bloco-2 h2 {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.single-cursos .bloco-2 .expandir {
  display: none;
  align-items: center;
  gap: 5px;
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  border-radius: 5px;
  border: none;
  background: none;
  cursor: pointer;
  transition: all 0.3s;
}
.single-cursos .bloco-2 .expandir svg {
  width: 12px;
}
.single-cursos .bloco-2 .expandir:hover, .single-cursos .bloco-2 .expandir:focus {
  transition: all 0.3s;
  color: #000;
}
.single-cursos .bloco-2 .expandir.expandido svg {
  transform: rotate(180deg);
}
.single-cursos .bloco-2 .expandir:focus-within {
  outline: 2px solid #000;
  outline-offset: -2px;
}
.single-cursos .bloco-2 .descricao-bloco-2 {
  color: #5f5f5f;
  line-height: 140%;
  margin-bottom: 15px;
  max-height: 191px;
  overflow: hidden;
  position: relative;
}
.single-cursos .bloco-2 .descricao-bloco-2.expandido {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.single-cursos .bloco-2 .descricao-bloco-2 p,
.single-cursos .bloco-2 .descricao-bloco-2 li {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #5c5c5c;
  font-family: "Roboto";
}
.single-cursos .bloco-2 .descricao-bloco-2 p:not(:last-of-type):not(li),
.single-cursos .bloco-2 .descricao-bloco-2 li:not(:last-of-type):not(li) {
  padding-bottom: 21px;
}
.single-cursos .bloco-2 .descricao-bloco-2 p a,
.single-cursos .bloco-2 .descricao-bloco-2 li a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #002c51;
  transition: all 0.3s;
}
.single-cursos .bloco-2 .descricao-bloco-2 p a:hover, .single-cursos .bloco-2 .descricao-bloco-2 p a:focus,
.single-cursos .bloco-2 .descricao-bloco-2 li a:hover,
.single-cursos .bloco-2 .descricao-bloco-2 li a:focus {
  opacity: 0.6;
}
.single-cursos .bloco-2 .descricao-bloco-2 ul {
  list-style: initial !important;
  padding-left: 20px;
  padding-bottom: 20px;
}
.single-cursos .bloco-2 .descricao-bloco-2 ul li {
  list-style: initial !important;
}
.single-cursos .bloco-2 .descricao-bloco-2 img.alignright {
  float: right;
  padding: 0px 0px 10px 10px;
}
.single-cursos .bloco-2 .descricao-bloco-2 img.alignleft {
  float: left;
  padding: 10px 10px 0px 0px;
}
.single-cursos .bloco-3 {
  border-radius: 10px;
  overflow: hidden;
  width: 826px;
  margin: 40px auto;
  max-width: 100%;
  aspect-ratio: 1.7878787879;
}
.single-cursos .bloco-3:not(:has(.video-b3)) {
  display: none;
}
.single-cursos .bloco-3 a.video-b3 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  position: relative;
}
.single-cursos .bloco-3 a.video-b3::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: #002c51;
  opacity: 0.5;
}
.single-cursos .bloco-3 a.video-b3:hover, .single-cursos .bloco-3 a.video-b3:focus {
  transform: scale(1.1);
  transition: all 0.3s;
}
.single-cursos .bloco-3 a.video-b3:hover svg, .single-cursos .bloco-3 a.video-b3:focus svg {
  transition: all 0.3s;
}
.single-cursos .bloco-3 a.video-b3:hover svg path, .single-cursos .bloco-3 a.video-b3:focus svg path {
  transition: all 0.3s;
  fill: #002c51;
  stroke: #fff;
}
.single-cursos .bloco-3 a.video-b3 .thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.single-cursos .bloco-3 a.video-b3 .playbtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.single-cursos .bloco-3 a.video-b3 .playbtn svg {
  transition: all 0.3s;
  position: relative;
  z-index: 3;
}
@media (max-width: 480px) {
  .single-cursos .bloco-3 a.video-b3 .playbtn svg {
    width: 50%;
  }
}
.single-cursos .bloco-3 a.video-b3 .playbtn svg path {
  transition: all 0.3s;
}
.single-cursos .bloco-3 a.video-b3 .playbtn .assistir {
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 33px;
  font-weight: 700;
  margin-top: 10px;
  z-index: 3;
}
@media (max-width: 480px) {
  .single-cursos .bloco-3 a.video-b3 .playbtn .assistir {
    font-size: 23px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.single-cursos .bloco-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.single-cursos .bloco-4:not(:has(.title-b4)) {
  display: none;
}
.single-cursos .bloco-4 .title-b4 {
  width: 100%;
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 32px;
}
.single-cursos .bloco-4 .left {
  width: 56.5%;
}
.single-cursos .bloco-4 .left .modulo-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.single-cursos .bloco-4 .left .modulo-wrapper .modulo {
  width: 100%;
  border-radius: 10px;
  background: #fbfbfb;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 30px;
  cursor: pointer;
}
.single-cursos .bloco-4 .left .modulo-wrapper .modulo.active .modulo-container svg {
  transform: rotate(90deg);
}
.single-cursos .bloco-4 .left .modulo-wrapper .modulo.active .content {
  display: block;
}
.single-cursos .bloco-4 .left .modulo-wrapper .modulo .modulo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-cursos .bloco-4 .left .modulo-wrapper .modulo .modulo-container .module-title {
  color: #818181;
  font-family: "Roboto Slab";
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
}
.single-cursos .bloco-4 .left .modulo-wrapper .modulo .modulo-container .module-title span {
  color: #002c51;
  font-family: "Roboto Slab";
  font-weight: 600;
  line-height: 140%;
}
.single-cursos .bloco-4 .left .modulo-wrapper .modulo .content {
  display: none;
  padding: 15px 30px;
  color: #000;
  font-family: "Roboto Slab";
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}
.single-cursos .bloco-4 .left .modulo-wrapper .modulo .content a {
  color: #002c51;
  font-weight: 500;
}
.single-cursos .bloco-4 .left .modulo-wrapper .modulo .content a:hover, .single-cursos .bloco-4 .left .modulo-wrapper .modulo .content a:focus {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .single-cursos .bloco-4 .left {
    width: 43%;
  }
}
.single-cursos .bloco-4 .right {
  width: 39%;
  padding: 30px 35px;
  border-radius: 20px;
  border: 1px solid #000;
  background: #002c51;
}
@media (max-width: 480px) {
  .single-cursos .bloco-4 .right .left-right-content {
    width: 100%;
  }
}
.single-cursos .bloco-4 .right .left-right-content .left2 {
  width: 35%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.single-cursos .bloco-4 .right .left-right-content .left2 .baixe {
  color: #d9d9d9;
  font-family: #81ec61;
  font-size: 22px;
  font-weight: 700;
}
.single-cursos .bloco-4 .right .left-right-content .right2 {
  width: 65%;
}
.single-cursos .bloco-4 .right .left-right-content .right2 label {
  display: block;
  width: 100%;
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 12px;
}
.single-cursos .bloco-4 .right .left-right-content .right2 label .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.single-cursos .bloco-4 .right .left-right-content .right2 label .wpcf7-form-control-wrap input {
  width: 100%;
  padding: 12px 10px;
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-family: "Roboto";
  border: none;
  outline: none;
}
.single-cursos .bloco-4 .right .left-right-content .right2 label .wpcf7-form-control-wrap input::-moz-placeholder {
  color: #8f8f8f;
}
.single-cursos .bloco-4 .right .left-right-content .right2 label .wpcf7-form-control-wrap input::placeholder {
  color: #8f8f8f;
}
.single-cursos .bloco-4 .right .left-right-content .right2 label:has(.wpcf7-submit) {
  background: #81ec61;
  position: relative;
  border-radius: 60px;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
  width: -moz-min-content;
  width: min-content;
  margin-right: auto;
}
.single-cursos .bloco-4 .right .left-right-content .right2 label:has(.wpcf7-submit) .wpcf7-submit {
  border: none;
  outline: none;
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 16px;
  background: none;
  font-weight: 700;
  padding: 10px 30px;
  width: auto;
  cursor: pointer;
  transition: all 0.3s;
}
.single-cursos .bloco-4 .right .left-right-content .right2 label:has(.wpcf7-submit):hover, .single-cursos .bloco-4 .right .left-right-content .right2 label:has(.wpcf7-submit):focus {
  background: #fff;
}
.single-cursos .bloco-4 .right .left-right-content .right2 label:has(.wpcf7-submit) .wpcf7-spinner {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.single-cursos .bloco-4 .right .left-right-content .right2 .wpcf7-response-output {
  margin: 10px 0 0 0 !important;
  border: none;
  color: #fff;
}
@media (max-width: 480px) {
  .single-cursos .bloco-4 .right .left-right-content .left2, .single-cursos .bloco-4 .right .left-right-content .right2 {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .single-cursos .bloco-4 .right {
    width: 55%;
  }
}
.single-cursos .bloco-5,
.single-cursos .bloco-6 {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.single-cursos .bloco-5:not(:has(.titulo)),
.single-cursos .bloco-6:not(:has(.titulo)) {
  display: none;
}
.single-cursos .bloco-5 .titulo,
.single-cursos .bloco-6 .titulo {
  color: #818181;
  font-family: "Roboto Slab";
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}
.single-cursos .bloco-5 .subtitulo,
.single-cursos .bloco-6 .subtitulo {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 36px;
  font-weight: 700;
}
.single-cursos .bloco-5 .card-wrapper,
.single-cursos .bloco-6 .card-wrapper {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.single-cursos .bloco-5 .card-wrapper .card,
.single-cursos .bloco-6 .card-wrapper .card {
  width: calc((100% - 36px) / 2);
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 768px) {
  .single-cursos .bloco-5 .card-wrapper .card,
  .single-cursos .bloco-6 .card-wrapper .card {
    width: calc((100% - 20px) / 2);
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .single-cursos .bloco-5 .card-wrapper .card,
  .single-cursos .bloco-6 .card-wrapper .card {
    width: 100%;
  }
}
.single-cursos .bloco-5 .card-wrapper .card img,
.single-cursos .bloco-6 .card-wrapper .card img {
  border-radius: 10px;
  height: 188px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-cursos .bloco-5 .card-wrapper .card .nome,
.single-cursos .bloco-5 .card-wrapper .card .nome a,
.single-cursos .bloco-6 .card-wrapper .card .nome,
.single-cursos .bloco-6 .card-wrapper .card .nome a {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}
.single-cursos .bloco-5 .card-wrapper .card .nome a:hover, .single-cursos .bloco-5 .card-wrapper .card .nome a:focus,
.single-cursos .bloco-6 .card-wrapper .card .nome a:hover,
.single-cursos .bloco-6 .card-wrapper .card .nome a:focus {
  opacity: 0.6;
}
.single-cursos .bloco-5 .card-wrapper .card .cargo,
.single-cursos .bloco-6 .card-wrapper .card .cargo {
  color: #595959;
  font-family: "Roboto Slab";
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 10px;
}
.single-cursos .bloco-5 .card-wrapper .card .text,
.single-cursos .bloco-6 .card-wrapper .card .text {
  color: #5f5f5f;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
.single-cursos .bloco-5 .slick-prev, .single-cursos .bloco-5 .slick-next,
.single-cursos .bloco-6 .slick-prev,
.single-cursos .bloco-6 .slick-next {
  position: absolute;
  top: -14.5%;
  background: none;
  border: none;
  z-index: 1;
  transition: all 0.3s;
}
.single-cursos .bloco-5 .slick-prev.elipse, .single-cursos .bloco-5 .slick-next.elipse,
.single-cursos .bloco-6 .slick-prev.elipse,
.single-cursos .bloco-6 .slick-next.elipse {
  background: #002c51;
  border-radius: 100%;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 1px solid #002c51;
}
.single-cursos .bloco-5 .slick-prev.elipse svg, .single-cursos .bloco-5 .slick-next.elipse svg,
.single-cursos .bloco-6 .slick-prev.elipse svg,
.single-cursos .bloco-6 .slick-next.elipse svg {
  transition: all 0.3s;
}
.single-cursos .bloco-5 .slick-prev.elipse svg path, .single-cursos .bloco-5 .slick-next.elipse svg path,
.single-cursos .bloco-6 .slick-prev.elipse svg path,
.single-cursos .bloco-6 .slick-next.elipse svg path {
  transition: all 0.3s;
}
.single-cursos .bloco-5 .slick-prev.elipse:hover, .single-cursos .bloco-5 .slick-prev.elipse:focus, .single-cursos .bloco-5 .slick-next.elipse:hover, .single-cursos .bloco-5 .slick-next.elipse:focus,
.single-cursos .bloco-6 .slick-prev.elipse:hover,
.single-cursos .bloco-6 .slick-prev.elipse:focus,
.single-cursos .bloco-6 .slick-next.elipse:hover,
.single-cursos .bloco-6 .slick-next.elipse:focus {
  background: #81ec61;
  transition: all 0.3s;
}
.single-cursos .bloco-5 .slick-prev.elipse:hover svg path, .single-cursos .bloco-5 .slick-prev.elipse:focus svg path, .single-cursos .bloco-5 .slick-next.elipse:hover svg path, .single-cursos .bloco-5 .slick-next.elipse:focus svg path,
.single-cursos .bloco-6 .slick-prev.elipse:hover svg path,
.single-cursos .bloco-6 .slick-prev.elipse:focus svg path,
.single-cursos .bloco-6 .slick-next.elipse:hover svg path,
.single-cursos .bloco-6 .slick-next.elipse:focus svg path {
  stroke: #002c51;
}
.single-cursos .bloco-5 .slick-prev::before, .single-cursos .bloco-5 .slick-next::before,
.single-cursos .bloco-6 .slick-prev::before,
.single-cursos .bloco-6 .slick-next::before {
  content: none;
}
@media (max-width: 1366px) {
  .single-cursos .bloco-5 .slick-prev svg, .single-cursos .bloco-5 .slick-next svg,
  .single-cursos .bloco-6 .slick-prev svg,
  .single-cursos .bloco-6 .slick-next svg {
    width: 40px;
  }
}
.single-cursos .bloco-5 .slick-prev:focus-within, .single-cursos .bloco-5 .slick-next:focus-within,
.single-cursos .bloco-6 .slick-prev:focus-within,
.single-cursos .bloco-6 .slick-next:focus-within {
  outline: 2px solid #000;
  outline-offset: -2px;
}
.single-cursos .bloco-5 .slick-prev,
.single-cursos .bloco-6 .slick-prev {
  left: calc(100% - 128px);
}
.single-cursos .bloco-5 .slick-next,
.single-cursos .bloco-6 .slick-next {
  left: calc(100% - 53px);
}
.single-cursos .bloco-5 .slick-slide,
.single-cursos .bloco-6 .slick-slide {
  margin-right: 20px;
}
.single-cursos .bloco-5 .slick-list,
.single-cursos .bloco-6 .slick-list {
  margin-right: -20px;
}
@media (max-width: 480px) {
  .single-cursos .bloco-5 .slick-prev,
  .single-cursos .bloco-6 .slick-prev {
    left: calc(100% - 95px);
  }
  .single-cursos .bloco-5 .slick-next,
  .single-cursos .bloco-6 .slick-next {
    left: calc(100% - 30px);
  }
}
.single-cursos .bloco-7 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.single-cursos .bloco-7:not(:has(.titulo)) {
  display: none;
}
.single-cursos .bloco-7 .titulo {
  color: #818181;
  font-family: "Roboto Slab";
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}
.single-cursos .bloco-7 .subtitulo {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.single-cursos .bloco-7 .depoimento-wrapper-cursos {
  display: flex;
  justify-content: space-between;
}
.single-cursos .bloco-7 .depoimento-wrapper-cursos.slick-initialized {
  flex-wrap: wrap;
}
.single-cursos .bloco-7 .depoimento-wrapper-cursos:not(.slick-initialized) {
  overflow: hidden;
}
.single-cursos .bloco-7 .depoimento-wrapper-cursos:not(.slick-initialized) .depoimento .text-depoimento {
  display: none !important;
}
.single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-track {
  padding: 12px 0px 22px 0px;
}
.single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-prev,
.single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-next {
  position: absolute;
  top: -14.5%;
  background: none;
  border: none;
  z-index: 1;
  transition: all 0.3s;
}
.single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-prev.elipse,
.single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-next.elipse {
  background: #002c51;
  border-radius: 100%;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 1px solid #002c51;
}
.single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-prev.elipse:hover, .single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-prev.elipse:focus,
.single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-next.elipse:hover,
.single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-next.elipse:focus {
  transition: all 0.3s;
  background: #81ec61;
  border: 1px solid #002c51;
}
.single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-prev.elipse:hover svg path, .single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-prev.elipse:focus svg path,
.single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-next.elipse:hover svg path,
.single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-next.elipse:focus svg path {
  stroke: #002c51;
}
.single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-prev svg,
.single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-next svg {
  transition: all 0.3s;
}
.single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-prev svg path,
.single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-next svg path {
  transition: all 0.3s;
}
.single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-prev::before,
.single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-next::before {
  content: none;
}
@media (max-width: 1366px) {
  .single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-prev svg,
  .single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-next svg {
    width: 40px;
  }
}
@media (max-width: 480px) {
  .single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-prev,
  .single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-next {
    top: -10.5%;
  }
}
.single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-prev {
  left: calc(100% - 128px);
}
@media (max-width: 480px) {
  .single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-prev {
    left: calc(100% - 110px);
  }
}
.single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-next {
  left: calc(100% - 53px);
}
@media (max-width: 480px) {
  .single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-next {
    left: calc(100% - 35px);
  }
}
.single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-slide {
  margin: 0 28px;
}
@media (max-width: 768px) {
  .single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-slide {
    margin: 0px 20px;
  }
}
.single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-list {
  margin: 0 -28px;
}
@media (max-width: 768px) {
  .single-cursos .bloco-7 .depoimento-wrapper-cursos .slick-list {
    margin: 0px -20px;
  }
}
.single-cursos .bloco-7 .depoimento-wrapper-cursos .depoimento {
  width: 655px;
  max-width: 100%;
  padding: 20px 30px;
  display: flex !important;
  flex-wrap: wrap;
  gap: 20px;
  border-radius: 10px;
  background: #fbfbfb;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 480px) {
  .single-cursos .bloco-7 .depoimento-wrapper-cursos .depoimento {
    padding: 10px 10px;
  }
}
.single-cursos .bloco-7 .depoimento-wrapper-cursos .depoimento img {
  border-radius: 95px;
  border: 2px solid #002c51;
  width: 95px;
  height: 95px;
}
.single-cursos .bloco-7 .depoimento-wrapper-cursos .depoimento .text-depoimento {
  width: calc(100% - 115px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 480px) {
  .single-cursos .bloco-7 .depoimento-wrapper-cursos .depoimento .text-depoimento {
    width: 100%;
  }
}
.single-cursos .bloco-7 .depoimento-wrapper-cursos .depoimento .text-depoimento .nome, .single-cursos .bloco-7 .depoimento-wrapper-cursos .depoimento .text-depoimento .nome-depoente {
  width: 100%;
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 5px;
}
.single-cursos .bloco-7 .depoimento-wrapper-cursos .depoimento .text-depoimento .curso, .single-cursos .bloco-7 .depoimento-wrapper-cursos .depoimento .text-depoimento .cargo-depoente {
  width: 100%;
  color: #656565;
  font-family: "Roboto";
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.single-cursos .bloco-7 .depoimento-wrapper-cursos .depoimento .text-depoimento .texto {
  color: #5f5f5f;
  font-family: "Roboto";
  line-height: 24px;
}
.single-cursos .bloco-7 .depoimento-wrapper-cursos .depoimento .text-depoimento .video iframe {
  max-width: 90%;
  height: auto !important;
  aspect-ratio: 1.7777777778;
}
@media (max-width: 480px) {
  .single-cursos .bloco-7 .depoimento-wrapper-cursos .depoimento .text-depoimento .video iframe {
    max-width: 100%;
  }
}
.single-cursos .bloco-7 .depoimento-wrapper-cursos .depoimento .text-depoimento:first-child {
  width: 100%;
}
.single-cursos .bloco-7 .depoimento-wrapper-cursos .depoimento .text-depoimento:first-child .video {
  text-align: center;
}
.single-cursos .bloco-7 .depoimento-wrapper-cursos .depoimento .text-depoimento:first-child .video iframe {
  max-width: 90%;
}
.single-cursos .bloco-8 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.single-cursos .bloco-8:not(:has(.titulo)) {
  display: none;
}
.single-cursos .bloco-8 .titulo {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}
.single-cursos .bloco-8 .perguntas-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.single-cursos .bloco-8 .perguntas-wrapper .pergunta {
  width: 100%;
  border-radius: 10px;
  background: #fbfbfb;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 30px;
  cursor: pointer;
}
.single-cursos .bloco-8 .perguntas-wrapper .pergunta.active {
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}
.single-cursos .bloco-8 .perguntas-wrapper .pergunta.active .respostas {
  display: block;
}
.single-cursos .bloco-8 .perguntas-wrapper .pergunta .pergunta-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-cursos .bloco-8 .perguntas-wrapper .pergunta .pergunta-container button:has(.pergunta-title) {
  background: none;
  border: none;
}
.single-cursos .bloco-8 .perguntas-wrapper .pergunta .pergunta-container button:has(.pergunta-title):focus-within {
  outline: 2px solid #000;
  outline-offset: -2px;
}
.single-cursos .bloco-8 .perguntas-wrapper .pergunta .pergunta-container .pergunta-title {
  color: #002c51;
  font-family: "Roboto Slab";
  font-weight: 600;
  line-height: 140%;
}
.single-cursos .bloco-8 .perguntas-wrapper .pergunta .respostas {
  display: none;
  background: #fff;
  width: 100%;
  border-radius: 10px;
  background: #fbfbfb;
  padding: 20px 30px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .single-cursos .bloco-8 .perguntas-wrapper .pergunta .respostas {
    padding: 20px 0px;
  }
}
.single-cursos .bloco-8 .perguntas-wrapper .pergunta .respostas.the-content {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #5c5c5c;
  position: relative;
}
.single-cursos .bloco-8 .perguntas-wrapper .pergunta .respostas.the-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #5c5c5c;
}
.single-cursos .bloco-8 .perguntas-wrapper .pergunta .respostas.the-content p:not(:last-of-type) {
  padding-bottom: 21px;
}
.single-cursos .bloco-8 .perguntas-wrapper .pergunta .respostas.the-content p a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #5c5c5c;
  transition: all 0.3s;
}
.single-cursos .bloco-8 .perguntas-wrapper .pergunta .respostas.the-content p a:hover, .single-cursos .bloco-8 .perguntas-wrapper .pergunta .respostas.the-content p a:focus {
  opacity: 0.6;
}
.single-cursos .bloco-8 .perguntas-wrapper .pergunta .respostas.the-content h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #454545;
  padding-bottom: 21px;
}
.single-cursos .bloco-8 .perguntas-wrapper .pergunta .respostas.the-content h2 a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #454545;
  transition: all 0.3s;
}
.single-cursos .bloco-8 .perguntas-wrapper .pergunta .respostas.the-content h2 a:hover, .single-cursos .bloco-8 .perguntas-wrapper .pergunta .respostas.the-content h2 a:focus {
  opacity: 0.6;
}
.single-cursos .bloco-8 .perguntas-wrapper .pergunta .respostas.the-content img.alignright {
  float: right;
  padding: 0px 0px 10px 10px;
}
.single-cursos .bloco-8 .perguntas-wrapper .pergunta .respostas.the-content img.alignleft {
  float: left;
  padding: 10px 10px 0px 0px;
}
.single-cursos .bloco-8 .perguntas-wrapper .pergunta .respostas.the-content > ul {
  margin: 0 0 0 -30px;
}
.single-cursos .bloco-8 .perguntas-wrapper .pergunta .respostas.the-content ul {
  list-style: initial !important;
  padding-inline-start: 30px;
}
.single-cursos .bloco-8 .perguntas-wrapper .pergunta .respostas.the-content ul li {
  list-style: initial !important;
}
.single-cursos .bloco-8 .perguntas-wrapper .pergunta .respostas.the-content ul li ul li {
  list-style-type: circle !important;
}
.single-cursos .bloco-9 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.single-cursos .bloco-9:not(:has(.titulo)) {
  display: none;
}
.single-cursos .bloco-9 .titulo {
  width: calc(100% - 130px);
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}
.single-cursos .bloco-9 .cursos-relacionados-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.single-cursos .bloco-9 .cursos-relacionados-wrapper .slick-prev,
.single-cursos .bloco-9 .cursos-relacionados-wrapper .slick-next {
  position: absolute;
  top: -14.5%;
  background: none;
  border: none;
  z-index: 1;
  transition: all 0.3s;
}
.single-cursos .bloco-9 .cursos-relacionados-wrapper .slick-prev.elipse,
.single-cursos .bloco-9 .cursos-relacionados-wrapper .slick-next.elipse {
  background: #002c51;
  border-radius: 100%;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 1px solid #002c51;
}
.single-cursos .bloco-9 .cursos-relacionados-wrapper .slick-prev.elipse:hover, .single-cursos .bloco-9 .cursos-relacionados-wrapper .slick-prev.elipse:focus,
.single-cursos .bloco-9 .cursos-relacionados-wrapper .slick-next.elipse:hover,
.single-cursos .bloco-9 .cursos-relacionados-wrapper .slick-next.elipse:focus {
  transition: all 0.3s;
  background: #81ec61;
  border: 1px solid #002c51;
}
.single-cursos .bloco-9 .cursos-relacionados-wrapper .slick-prev.elipse:hover svg path, .single-cursos .bloco-9 .cursos-relacionados-wrapper .slick-prev.elipse:focus svg path,
.single-cursos .bloco-9 .cursos-relacionados-wrapper .slick-next.elipse:hover svg path,
.single-cursos .bloco-9 .cursos-relacionados-wrapper .slick-next.elipse:focus svg path {
  stroke: #002c51;
}
.single-cursos .bloco-9 .cursos-relacionados-wrapper .slick-prev svg,
.single-cursos .bloco-9 .cursos-relacionados-wrapper .slick-next svg {
  transition: all 0.3s;
}
.single-cursos .bloco-9 .cursos-relacionados-wrapper .slick-prev svg path,
.single-cursos .bloco-9 .cursos-relacionados-wrapper .slick-next svg path {
  transition: all 0.3s;
}
.single-cursos .bloco-9 .cursos-relacionados-wrapper .slick-prev::before,
.single-cursos .bloco-9 .cursos-relacionados-wrapper .slick-next::before {
  content: none;
}
@media (max-width: 1366px) {
  .single-cursos .bloco-9 .cursos-relacionados-wrapper .slick-prev svg,
  .single-cursos .bloco-9 .cursos-relacionados-wrapper .slick-next svg {
    width: 40px;
  }
}
@media (max-width: 375px) {
  .single-cursos .bloco-9 .cursos-relacionados-wrapper .slick-prev,
  .single-cursos .bloco-9 .cursos-relacionados-wrapper .slick-next {
    top: -24%;
  }
}
.single-cursos .bloco-9 .cursos-relacionados-wrapper .slick-prev {
  left: calc(100% - 128px);
}
.single-cursos .bloco-9 .cursos-relacionados-wrapper .slick-next {
  left: calc(100% - 53px);
}
.single-cursos .bloco-9 .cursos-relacionados-wrapper .curso {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.05);
  min-height: 417px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  width: 333px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .single-cursos .bloco-9 .cursos-relacionados-wrapper .curso {
    width: auto;
  }
}
.single-cursos .bloco-9 .cursos-relacionados-wrapper .curso img {
  width: 100%;
  aspect-ratio: 2.4;
  border-radius: 20px;
}
.single-cursos .bloco-9 .cursos-relacionados-wrapper .curso .precos {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.single-cursos .bloco-9 .cursos-relacionados-wrapper .curso .precos .valor {
  border-radius: 5px;
  padding: 5px;
  background-color: #9747ff;
  color: #f4f4f4;
  font-family: "Work Sans";
  font-weight: 600;
}
.single-cursos .bloco-9 .cursos-relacionados-wrapper .curso .precos .desconto {
  border-radius: 5px;
  padding: 5px;
  background-color: #81ec61;
  color: #000;
  font-family: "Work Sans";
  font-weight: 600;
}
.single-cursos .bloco-9 .cursos-relacionados-wrapper .curso .tipo {
  order: 1;
  width: 100%;
  color: #747474;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.single-cursos .bloco-9 .cursos-relacionados-wrapper .curso .title-curso {
  order: 2;
  width: 100%;
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  overflow: hidden;
}
.single-cursos .bloco-9 .cursos-relacionados-wrapper .curso .curso-info {
  order: 3;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.single-cursos .bloco-9 .cursos-relacionados-wrapper .curso .curso-info .info {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  color: #000;
  font-family: "Work Sans";
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 130px;
}
.single-cursos .bloco-9 .cursos-relacionados-wrapper .curso .curso-info .info span {
  width: 100%;
  color: #000;
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 700;
}
.single-cursos .bloco-9 .cursos-relacionados-wrapper .curso .btn-wrapper {
  order: 4;
  display: flex;
  justify-content: space-between;
}
.single-cursos .bloco-9 .cursos-relacionados-wrapper .curso .btn-wrapper .btn-inscrever {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 60px;
  background-color: #002c51;
  color: #fff;
  font-family: "Roboto";
  font-weight: 700;
  width: calc((100% - 20px) / 2);
}
.single-cursos .bloco-9 .cursos-relacionados-wrapper .curso .btn-wrapper .btn-inscrever:hover, .single-cursos .bloco-9 .cursos-relacionados-wrapper .curso .btn-wrapper .btn-inscrever:focus {
  background-color: #81ec61;
  color: #000;
}
.single-cursos .bloco-9 .cursos-relacionados-wrapper .curso .btn-wrapper .btn-inscrever.interesse {
  font-size: 14px;
}
.single-cursos .bloco-9 .cursos-relacionados-wrapper .curso .btn-wrapper .btn-saiba-mais {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  border: 1px solid #000;
  padding: 10px 15px;
  color: #000;
  font-family: "Roboto";
  color: #000;
  font-family: "Roboto Slab";
  width: calc((100% - 20px) / 2);
}
.single-cursos .bloco-9 .cursos-relacionados-wrapper .curso .btn-wrapper .btn-saiba-mais:hover, .single-cursos .bloco-9 .cursos-relacionados-wrapper .curso .btn-wrapper .btn-saiba-mais:focus {
  background-color: #81ec61;
  color: #000;
}

.trilha-esg .banner-trilha-esg {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 480px) {
  .trilha-esg .banner-trilha-esg {
    margin-bottom: 40px;
  }
}
.trilha-esg .banner-trilha-esg .slide-details {
  width: 100%;
  height: calc(100% - 4px);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 120px;
  max-height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .trilha-esg .banner-trilha-esg .slide-details {
    padding: 0 20px;
  }
}
.trilha-esg .banner-trilha-esg .slide-details article {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
}
.trilha-esg .banner-trilha-esg .slide-details article .banner-title {
  width: 100%;
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 60px;
  font-weight: 700;
}
.trilha-esg .banner-trilha-esg .slide-details article .banner-subtitle {
  width: 100%;
  color: #D9D9D9;
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .trilha-esg .banner-trilha-esg .slide-details article .banner-subtitle {
    font-size: 20px;
  }
}
.trilha-esg .bloco-2 .title-bloco2 {
  color: #002c51;
  font-family: #002c51;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  width: calc(100% - 130px);
}
.trilha-esg .bloco-2 .text-bloco2 {
  color: #5F5F5F;
  line-height: 140%;
  margin-bottom: 40px;
  width: calc(100% - 130px);
}
@media (max-width: 480px) {
  .trilha-esg .bloco-2 .text-bloco2 {
    width: 100%;
  }
}
.trilha-esg .bloco-2 .cursos-esg-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.trilha-esg .bloco-2 .cursos-esg-wrapper:not(.slick-initialized) {
  opacity: 0;
}
.trilha-esg .bloco-2 .cursos-esg-wrapper .slick-prev, .trilha-esg .bloco-2 .cursos-esg-wrapper .slick-next {
  position: absolute;
  top: -14.5%;
  background: none;
  border: none;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .trilha-esg .bloco-2 .cursos-esg-wrapper .slick-prev, .trilha-esg .bloco-2 .cursos-esg-wrapper .slick-next {
    top: -3%;
  }
}
.trilha-esg .bloco-2 .cursos-esg-wrapper .slick-prev.elipse, .trilha-esg .bloco-2 .cursos-esg-wrapper .slick-next.elipse {
  background: #002c51;
  border-radius: 100%;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 1px solid #002c51;
}
.trilha-esg .bloco-2 .cursos-esg-wrapper .slick-prev.elipse svg, .trilha-esg .bloco-2 .cursos-esg-wrapper .slick-next.elipse svg {
  transition: all 0.3s;
}
.trilha-esg .bloco-2 .cursos-esg-wrapper .slick-prev.elipse svg path, .trilha-esg .bloco-2 .cursos-esg-wrapper .slick-next.elipse svg path {
  transition: all 0.3s;
}
.trilha-esg .bloco-2 .cursos-esg-wrapper .slick-prev.elipse:hover, .trilha-esg .bloco-2 .cursos-esg-wrapper .slick-prev.elipse:focus, .trilha-esg .bloco-2 .cursos-esg-wrapper .slick-next.elipse:hover, .trilha-esg .bloco-2 .cursos-esg-wrapper .slick-next.elipse:focus {
  background: #81ec61;
  transition: all 0.3s;
}
.trilha-esg .bloco-2 .cursos-esg-wrapper .slick-prev.elipse:hover svg path, .trilha-esg .bloco-2 .cursos-esg-wrapper .slick-prev.elipse:focus svg path, .trilha-esg .bloco-2 .cursos-esg-wrapper .slick-next.elipse:hover svg path, .trilha-esg .bloco-2 .cursos-esg-wrapper .slick-next.elipse:focus svg path {
  stroke: #002c51;
}
.trilha-esg .bloco-2 .cursos-esg-wrapper .slick-prev::before, .trilha-esg .bloco-2 .cursos-esg-wrapper .slick-next::before {
  content: none;
}
@media (max-width: 1366px) {
  .trilha-esg .bloco-2 .cursos-esg-wrapper .slick-prev svg, .trilha-esg .bloco-2 .cursos-esg-wrapper .slick-next svg {
    width: 40px;
  }
}
.trilha-esg .bloco-2 .cursos-esg-wrapper .slick-prev:focus-within, .trilha-esg .bloco-2 .cursos-esg-wrapper .slick-next:focus-within {
  outline: 2px solid #000;
  outline-offset: -2px;
}
.trilha-esg .bloco-2 .cursos-esg-wrapper .slick-prev {
  left: calc(100% - 128px);
}
.trilha-esg .bloco-2 .cursos-esg-wrapper .slick-next {
  left: calc(100% - 53px);
}
.trilha-esg .bloco-2 .cursos-esg-wrapper .curso {
  width: calc((100% - 60px) / 4);
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.05);
  min-height: 404px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.trilha-esg .bloco-2 .cursos-esg-wrapper .curso img {
  width: 100%;
  aspect-ratio: 2.4;
  border-radius: 20px;
}
.trilha-esg .bloco-2 .cursos-esg-wrapper .curso .precos {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.trilha-esg .bloco-2 .cursos-esg-wrapper .curso .precos .valor {
  border-radius: 5px;
  padding: 5px;
  background-color: #9747ff;
  color: #F4F4F4;
  font-family: "Work Sans";
  font-weight: 600;
}
.trilha-esg .bloco-2 .cursos-esg-wrapper .curso .precos .desconto {
  border-radius: 5px;
  padding: 5px;
  background-color: #81ec61;
  color: #000;
  font-family: "Work Sans";
  font-weight: 600;
}
.trilha-esg .bloco-2 .cursos-esg-wrapper .curso .tipo {
  order: 1;
  width: 100%;
  color: #747474;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.trilha-esg .bloco-2 .cursos-esg-wrapper .curso .title-curso {
  order: 2;
  width: 100%;
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  overflow: hidden;
}
.trilha-esg .bloco-2 .cursos-esg-wrapper .curso .curso-info {
  order: 3;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.trilha-esg .bloco-2 .cursos-esg-wrapper .curso .curso-info .info {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  color: #000;
  font-family: "Work Sans";
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 130px;
}
.trilha-esg .bloco-2 .cursos-esg-wrapper .curso .curso-info .info span {
  width: 100%;
  color: #000;
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 700;
}
.trilha-esg .bloco-2 .cursos-esg-wrapper .curso .btn-wrapper {
  order: 4;
  display: flex;
  justify-content: space-between;
}
.trilha-esg .bloco-2 .cursos-esg-wrapper .curso .btn-wrapper .btn-inscrever {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 60px;
  background-color: #002c51;
  color: #fff;
  font-family: "Roboto";
  font-weight: 700;
  width: calc((100% - 20px) / 2);
}
.trilha-esg .bloco-2 .cursos-esg-wrapper .curso .btn-wrapper .btn-inscrever:hover, .trilha-esg .bloco-2 .cursos-esg-wrapper .curso .btn-wrapper .btn-inscrever:focus {
  background-color: #81ec61;
  color: #000;
}
.trilha-esg .bloco-2 .cursos-esg-wrapper .curso .btn-wrapper .btn-inscrever.interesse {
  font-size: 14px;
}
.trilha-esg .bloco-2 .cursos-esg-wrapper .curso .btn-wrapper .btn-saiba-mais {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  border: 1px solid #000;
  padding: 10px 15px;
  color: #000;
  font-family: "Roboto";
  color: #000;
  font-family: "Roboto Slab";
  width: calc((100% - 20px) / 2);
}
.trilha-esg .bloco-2 .cursos-esg-wrapper .curso .btn-wrapper .btn-saiba-mais:hover, .trilha-esg .bloco-2 .cursos-esg-wrapper .curso .btn-wrapper .btn-saiba-mais:focus {
  background-color: #81ec61;
  color: #000;
}
.trilha-esg .bloco-3,
.trilha-esg .bloco-6 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.trilha-esg .bloco-3 .title-bloco3,
.trilha-esg .bloco-3 .titulo_b6,
.trilha-esg .bloco-6 .title-bloco3,
.trilha-esg .bloco-6 .titulo_b6 {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}
.trilha-esg .bloco-3 .texto-bloco3,
.trilha-esg .bloco-3 .texto_b6,
.trilha-esg .bloco-6 .texto-bloco3,
.trilha-esg .bloco-6 .texto_b6 {
  color: #5F5F5F;
  font-family: "Roboto";
  line-height: 140%;
  margin-bottom: 40px;
}
.trilha-esg .bloco-3 .videos-wrapper,
.trilha-esg .bloco-6 .videos-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.trilha-esg .bloco-3 .videos-wrapper .video,
.trilha-esg .bloco-6 .videos-wrapper .video {
  width: calc((100% - 60px) / 4);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
  position: relative;
  height: 250px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .trilha-esg .bloco-3 .videos-wrapper .video,
  .trilha-esg .bloco-6 .videos-wrapper .video {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 480px) {
  .trilha-esg .bloco-3 .videos-wrapper .video,
  .trilha-esg .bloco-6 .videos-wrapper .video {
    width: 100%;
  }
}
.trilha-esg .bloco-3 .videos-wrapper .video .play-btn,
.trilha-esg .bloco-6 .videos-wrapper .video .play-btn {
  border-radius: 10px;
  background: rgba(0, 44, 81, 0.7294117647);
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}
.trilha-esg .bloco-3 .videos-wrapper .video:hover, .trilha-esg .bloco-3 .videos-wrapper .video:focus,
.trilha-esg .bloco-6 .videos-wrapper .video:hover,
.trilha-esg .bloco-6 .videos-wrapper .video:focus {
  transform: scale(1.03);
}
.trilha-esg .bloco-3 .texto-rodape,
.trilha-esg .bloco-6 .texto-rodape {
  color: #5F5F5F;
  font-family: "Roboto";
  line-height: 140%;
  margin-top: 20px;
}
.trilha-esg .bloco-3 .texto-rodape:hover, .trilha-esg .bloco-3 .texto-rodape:focus,
.trilha-esg .bloco-6 .texto-rodape:hover,
.trilha-esg .bloco-6 .texto-rodape:focus {
  color: #002c51;
}
.trilha-esg .bloco-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.trilha-esg .bloco-4 .title-b4 {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}
.trilha-esg .bloco-4 .text-b4 {
  color: #5F5F5F;
  font-family: "Roboto";
  line-height: 140%;
  margin-bottom: 20px;
}
.trilha-esg .bloco-4 .card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.trilha-esg .bloco-4 .card-wrapper .card {
  width: calc((100% - 60px) / 4);
  display: flex;
  flex-wrap: wrap;
  max-height: 223px;
  gap: 10px;
}
@media (max-width: 768px) {
  .trilha-esg .bloco-4 .card-wrapper .card {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 480px) {
  .trilha-esg .bloco-4 .card-wrapper .card {
    width: 100%;
  }
}
.trilha-esg .bloco-4 .card-wrapper .card img {
  width: 100%;
  height: 188px;
}
.trilha-esg .bloco-4 .card-wrapper .card .card-title {
  color: #000;
  font-family: "Roboto Slab";
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.trilha-esg .bloco-4 .ver-todas {
  color: #5F5F5F;
  font-family: "Roboto";
  line-height: 140%;
}
.trilha-esg .bloco-4 .ver-todas:hover, .trilha-esg .bloco-4 .ver-todas:focus {
  color: #002c51;
}
.trilha-esg .bloco-5 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px;
  border-radius: 10px;
  background: #002c51;
}
.trilha-esg .bloco-5 .titulo-b5 {
  color: #81ec61;
  font-family: "Roboto Slab";
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}
.trilha-esg .bloco-5 .left-right-content .left {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1366px) {
  .trilha-esg .bloco-5 .left-right-content .left {
    width: 58%;
  }
}
@media (max-width: 768px) {
  .trilha-esg .bloco-5 .left-right-content .left {
    width: 100%;
  }
}
.trilha-esg .bloco-5 .left-right-content .left .texto-b5 {
  width: 100%;
  color: #fff;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 768px) {
  .trilha-esg .bloco-5 .left-right-content .left img {
    width: 100%;
  }
}
.trilha-esg .bloco-5 .left-right-content .right {
  width: 55%;
}
@media (max-width: 1366px) {
  .trilha-esg .bloco-5 .left-right-content .right {
    width: 36%;
  }
}
@media (max-width: 768px) {
  .trilha-esg .bloco-5 .left-right-content .right {
    width: 100%;
  }
}
.trilha-esg .bloco-5 .left-right-content .right label {
  display: block;
  width: 100%;
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 12px;
}
.trilha-esg .bloco-5 .left-right-content .right label .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.trilha-esg .bloco-5 .left-right-content .right label .wpcf7-form-control-wrap input {
  width: 100%;
  padding: 12px 10px;
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-family: "Roboto";
  border: none;
  outline: none;
}
.trilha-esg .bloco-5 .left-right-content .right label .wpcf7-form-control-wrap input::-moz-placeholder {
  color: #8F8F8F;
}
.trilha-esg .bloco-5 .left-right-content .right label .wpcf7-form-control-wrap input::placeholder {
  color: #8F8F8F;
}
.trilha-esg .bloco-5 .left-right-content .right label:has(.wpcf7-submit) {
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  outline: none;
  background: #81ec61;
  padding: 10px 30px;
  border-radius: 60px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.trilha-esg .bloco-5 .left-right-content .right label:has(.wpcf7-submit):hover, .trilha-esg .bloco-5 .left-right-content .right label:has(.wpcf7-submit):focus {
  transition: all 0.3s;
  background: #fff;
}
.trilha-esg .bloco-5 .left-right-content .right label:has(.wpcf7-submit) .wpcf7-submit {
  color: #002c51;
  font-family: #81ec61;
  font-weight: 700;
  border: none;
  background: none;
}
.trilha-esg .bloco-5 .left-right-content .right label:has(.wpcf7-submit) .wpcf7-spinner {
  position: absolute;
  right: 0;
  right: -15%;
  top: 20%;
}
.trilha-esg .bloco-7 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.trilha-esg .bloco-7 .left-right-content .left {
  display: flex;
  width: 41%;
}
.trilha-esg .bloco-7 .left-right-content .right {
  width: 49.5%;
}
.trilha-esg .bloco-7 .left-right-content .right .title-b7 {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.trilha-esg .bloco-7 .left-right-content .right .texto-b7 {
  color: #5F5F5F;
  line-height: 140%;
}

section.contato {
  padding-bottom: 108px;
}
section.contato .banner-contato {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 6.25% 3.591954023%;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  margin-bottom: 44px;
}
section.contato .banner-contato h1 {
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 60px;
  font-weight: 700;
}
section.contato .left-right-content {
  gap: 54px;
}
section.contato .left-right-content > div {
  width: calc(50% - 27px);
}
section.contato .left-right-content .left p {
  color: #5F5F5F;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
section.contato .left-right-content .right .contact-info {
  border-radius: 20px;
  background: #002c51;
  padding: 40px 50px;
}
@media (max-width: 768px) {
  section.contato .left-right-content > div {
    width: 100%;
  }
}

.al-container.pagina-padrao.convenios .bloco-padrao.bloco-2 {
  padding-bottom: 0;
}
.al-container.pagina-padrao.convenios .bloco-padrao.bloco-2 a {
  font-weight: 700;
}
.al-container.pagina-padrao.convenios .bloco-padrao.bloco-4 {
  padding-bottom: 0;
}
.al-container.pagina-padrao.convenios .bloco-padrao.bloco-3 .ver-empresas {
  color: #5f5f5f;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  cursor: pointer;
  transition: all 0.3s;
  padding-bottom: 10px;
}
.al-container.pagina-padrao.convenios .bloco-padrao.bloco-3 .ver-empresas svg {
  transition: all 0.3s;
}
.al-container.pagina-padrao.convenios .bloco-padrao.bloco-3 .ver-empresas svg path {
  transition: all 0.3s;
}
.al-container.pagina-padrao.convenios .bloco-padrao.bloco-3 .ver-empresas:hover, .al-container.pagina-padrao.convenios .bloco-padrao.bloco-3 .ver-empresas:focus {
  opacity: 0.6;
}
.al-container.pagina-padrao.convenios .bloco-padrao.bloco-3 .ver-empresas:hover svg path, .al-container.pagina-padrao.convenios .bloco-padrao.bloco-3 .ver-empresas:focus svg path {
  opacity: 0.6;
}
.al-container.pagina-padrao.convenios .bloco-padrao.bloco-3 .ver-empresas.expanded svg {
  transform: rotate(90deg);
}
.al-container.pagina-padrao.convenios .bloco-padrao.bloco-3 .the-content {
  display: none;
}
.al-container.pagina-padrao.convenios .bloco-padrao.bloco-5 .the-content {
  padding-bottom: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .al-container.pagina-padrao.saladeimprensa .banner-topo {
    padding: 50px 25px;
  }
}
.al-container.pagina-padrao.saladeimprensa .banner-topo .left-right-content {
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .al-container.pagina-padrao.saladeimprensa .banner-topo .left-right-content {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .al-container.pagina-padrao.saladeimprensa .banner-topo .left-right-content .left {
    width: 49%;
  }
}
.al-container.pagina-padrao.saladeimprensa .banner-topo .left-right-content .right {
  display: inline-flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 29px;
  border-radius: 10px;
  background: #fff;
  flex-basis: 320px;
  width: auto;
}
.al-container.pagina-padrao.saladeimprensa .banner-topo .left-right-content .right .colaboradores {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 29px;
}
.al-container.pagina-padrao.saladeimprensa .banner-topo .left-right-content .right .colaboradores .colaborador {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
.al-container.pagina-padrao.saladeimprensa .banner-topo .left-right-content .right .colaboradores .colaborador p {
  color: #595959;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.al-container.pagina-padrao.saladeimprensa .banner-topo .left-right-content .right .colaboradores .colaborador p:first-child {
  padding-bottom: 10px;
}
.al-container.pagina-padrao.saladeimprensa .banner-topo .left-right-content .right .colaboradores .colaborador p strong {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.al-container.pagina-padrao.saladeimprensa .banner-topo .left-right-content .right .colaboradores .colaborador p a {
  color: #595959;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  transition: all 0.3s;
}
.al-container.pagina-padrao.saladeimprensa .banner-topo .left-right-content .right .colaboradores .colaborador p a:hover, .al-container.pagina-padrao.saladeimprensa .banner-topo .left-right-content .right .colaboradores .colaborador p a:focus {
  opacity: 0.7;
}
.al-container.pagina-padrao.saladeimprensa .banner-topo .left-right-content .right .telefone-empresa {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.al-container.pagina-padrao.saladeimprensa .banner-topo .left-right-content .right .telefone-empresa a {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s;
}
.al-container.pagina-padrao.saladeimprensa .banner-topo .left-right-content .right .telefone-empresa a:hover, .al-container.pagina-padrao.saladeimprensa .banner-topo .left-right-content .right .telefone-empresa a:focus {
  opacity: 0.7;
}
.al-container.pagina-padrao.saladeimprensa .iniciativas {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 38px;
  flex-wrap: wrap;
}
.al-container.pagina-padrao.saladeimprensa .iniciativas .iniciativa {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 17px;
}
.al-container.pagina-padrao.saladeimprensa .iniciativas .iniciativa .content .data {
  color: #848484;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.al-container.pagina-padrao.saladeimprensa .iniciativas .iniciativa .content .titulo {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.al-container.pagina-padrao.saladeimprensa .iniciativas .iniciativa .content .titulo a {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s;
  text-transform: capitalize;
}
.al-container.pagina-padrao.saladeimprensa .iniciativas .iniciativa .content .titulo a:hover, .al-container.pagina-padrao.saladeimprensa .iniciativas .iniciativa .content .titulo a:focus {
  opacity: 0.7;
}

.al-container.pagina-padrao.canaldenuncia .banner-topo {
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .al-container.pagina-padrao.canaldenuncia .banner-topo {
    padding: 50px 25px;
  }
}
.al-container.pagina-padrao.canaldenuncia .banner-topo .left-right-content {
  align-items: flex-start;
  justify-content: space-between;
}
.al-container.pagina-padrao.canaldenuncia .banner-topo .left-right-content .left {
  flex-basis: 565px;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .al-container.pagina-padrao.canaldenuncia .banner-topo .left-right-content .left {
    width: 100%;
    max-width: 100%;
    flex-grow: 1;
  }
}
.al-container.pagina-padrao.canaldenuncia .banner-topo .left-right-content .left .banner-subtitle {
  max-width: 100%;
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.al-container.pagina-padrao.canaldenuncia .banner-topo .left-right-content .left .banner-subtitle p:not(:last-of-type) {
  padding-bottom: 16px;
}
.al-container.pagina-padrao.canaldenuncia .banner-topo .left-right-content .right {
  display: inline-flex;
  padding: 50px;
  flex-direction: column;
  align-items: flex-start;
  gap: 29px;
  border-radius: 10px;
  background: #fff;
  flex-basis: 550px;
  width: auto;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .al-container.pagina-padrao.canaldenuncia .banner-topo .left-right-content .right {
    width: 100%;
    max-width: 100%;
    flex-grow: 1;
  }
}
@media screen and (max-width: 480px) {
  .al-container.pagina-padrao.canaldenuncia .banner-topo .left-right-content .right {
    padding: 50px 20px;
  }
}
.al-container.pagina-padrao.canaldenuncia .banner-topo .left-right-content .right .the-content {
  padding-bottom: 0;
  margin-bottom: 0;
}
.al-container.pagina-padrao.canaldenuncia .banner-topo .left-right-content .right .the-content h2 {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 35px;
}
.al-container.pagina-padrao.canaldenuncia > div > .the-content {
  margin-bottom: 0px;
  padding-bottom: 40px;
}
.al-container.pagina-padrao.canaldenuncia > div > .the-content h2 {
  color: #002c51;
  font-family: "Roboto Slab";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 20px;
}
.al-container.pagina-padrao.canaldenuncia > div > .the-content p {
  color: #5F5F5F;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.al-container.pagina-padrao.canaldenuncia > div > .the-content p:not(:last-of-type) {
  padding-bottom: 22px;
}
.al-container.pagina-padrao.canaldenuncia > div > .the-content p a {
  font-weight: 700;
}
.al-container.pagina-padrao.canaldenuncia > div.codigoconduta {
  padding-top: 41px;
}

@media (max-width: 1024px) {
  .al-container.pagina-padrao.trabalheconosco {
    padding-top: 0;
  }
}
.al-container.pagina-padrao.trabalheconosco .the-content .wp-block-columns {
  gap: 140px;
}
.al-container.pagina-padrao.trabalheconosco .the-content .wp-block-columns .wp-block-column {
  width: calc(50% - 70px);
}
.al-container.pagina-padrao.trabalheconosco .the-content .dark {
  border-radius: 20px;
  background: #002c51;
  padding: 20px;
  color: #fff;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.al-container.pagina-padrao.trabalheconosco .the-content .dark a {
  color: #81ec61;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  transition: all 0.3s;
}
.al-container.pagina-padrao.trabalheconosco .the-content .dark a:hover, .al-container.pagina-padrao.trabalheconosco .the-content .dark a:focus {
  opacity: 0.7;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
