@import url(https://fonts.googleapis.com/css2?family=Baloo+Tammudu+2:wght@400;500;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Baloo+2:wght@600&display=swap);
@charset "UTF-8";

/* Developer: Igor Nicoletti */
/* 
@font-face {
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-family: 'Ballo';
  src: url('../fonts/Ballo/balootammudu2-variablefont_wght-webfont.woff2');
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-family: "Poppins-Regular";
  src: url(../fonts/Poppins/Poppins-Regular.woff2) format("woff2");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-family: "Nunito-Regular";
  src: url(../fonts/Nunito/Nunito-Regular.woff2) format("woff2");
}
 */


* {
  margin: 0;
  padding: 0;
  border: none;
  outline: inherit;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

html {
  scroll-padding-top: 150px;
}

hr {
  border-top: inherit;
}

ul {
  margin: 0;
  padding: 0;
}

input,
button,
textarea {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Nunito-Regular", sans-serif;
}

/* h1,
h2,
h3,
h4,
h5,
h6,
strong {
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
} */

a {
  color: inherit;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.15s ease-in;
}

a:hover,
a:visited {
  color: inherit;
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
  -webkit-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
}

a:focus,
a:active {
  outline: inherit;
}

button,
input[type=submit],
input[type=reset] {
  cursor: pointer;
  transition: 0.15s ease-in;
}

button:hover,
input[type=submit]:hover,
input[type=reset]:hover {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
  -webkit-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
}

button:focus,
input[type=submit]:focus,
input[type=reset]:focus {
  outline: inherit;
}

button:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
}

html,
body {
  width: 100%;
  font-size: 16px;
  min-height: 100vh;
  font-style: normal;
  font-weight: normal;
  background-color: white;
  font-family: "Rubik", sans-serif;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

@media (max-width: 1200px) {

  html,
  body {
    font-size: 14px;
  }
}

@media (max-width: 768px) {

  html,
  body {
    font-size: 12px;
  }
}

@media (max-width: 576px) {

  html,
  body {
    font-size: 12px;
  }
}

@media screen and (max-width: 650px) {
  ::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    /* make scrollbar transparent */
  }
}

.grecaptcha-badge {
  cursor: none;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
}

.hide-border {
  border: none !important;
}


/* .news {
  display: grid;
  grid-template-columns: 1fr;
}

@media (max-width: 992px) {
  .news {
    display: block;
  }
}

.news .news-paragraph,
.news div {
  grid-gap: 2rem;
  gap: 2rem;
  display: grid;
  margin-bottom: 2.25rem;
  grid-template-columns: 1fr;
} */

.news a {
  text-decoration: underline;
  color: #01176c;
}

.news strong {
  font-weight: 550;
  font-size: 1.5625rem;
}



/* .news>h2 {
  font-weight: 600;
  font-size: 2.5rem;
  margin-top: 1.8rem;
} */

.news>h2:first-child {
  margin-top: 0;
}

.news h2 strong {
  font-size: 3.4375rem;
}

.news p {
  color: #151515;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  /* 170% */
}

.news strong {
  color: #151515;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}

@media (max-width: 576px) {
  .news p {
    font-size: 1.35rem;
  }
}

.news p:first-child {
  margin-top: 0;
}

@media (max-width: 992px) {
  .news p {
    word-break: break-word;
  }
}

.news .wp-block-table td,
.news .wp-block-table th {
  color: #151515;
  font-size: 1.5625rem;
  line-height: 2.125rem;
  font-family: "Rubik";
}

@media (max-width: 576px) {

  .news .wp-block-table td,
  .news .wp-block-table th {
    font-size: 1.35rem;
  }
}

.news .news-image,
.news img {
  width: 100%;
  padding-bottom: 0.2rem;
}

.news .news-description {
  color: #3e3e3e;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Arial";
  margin-top: -2.125rem;
  margin-bottom: 4.125rem;
}

.news .news-quotes {
  color: #3e3e3e;
  margin: 4rem 0 5.375rem;
  font-weight: bold;
  text-align: center;
  font-size: 2.625rem;
  font-family: "Rubik";
  line-height: 3.125rem;
  /* font-family: 'Rubik Roman'; */
}



@media (max-width: 576px) {
  .news .news-quotes {
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 2.5rem 0;
    text-align: left;
  }
}

.join-title {
  color: #01176c;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  font-family: "Rubik";
  line-height: 2.875rem;
  text-transform: uppercase;
  /* font-family: 'Rubik Roman'; */
}

@media (max-width: 576px) {
  .join-title {
    font-size: 1.7rem;
    line-height: 2rem;
  }
}

.join-image {
  width: 100%;
}

.join-action {
  grid-gap: 1.875rem;
  gap: 1.875rem;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(2, auto);
}

@media (max-width: 576px) {
  .join-action {
    grid-gap: 0.5rem;
    gap: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.join-action a {
  padding: 1rem;
}

.join-action>button,
.join-action a {
  width: 20.875rem;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  border-radius: 2rem;
  font-family: "Rubik";
  padding: 0.85rem 0.5rem;
  text-transform: uppercase;
  color: #fff;
  /* background-color: #565656; */
  /* font-family: 'Rubik Roman'; */
}

@media (max-width: 576px) {

  .join-action>button,
  .join-action a {
    width: 100%;
    font-size: 1.15rem;
  }
}

.join-action>button:first-child,
.join-action a:first-child {
  background-color: #01176c;
}

.join-action>button:nth-child(2),
.join-action a:nth-child(2) {
  color: #01176c;
  background-color: #98e0f6;
}

@media (min-width: 500px) and (max-width: 576px) {
  .footer-join-us .adjustiments-image {
    top: -4rem;
  }
}

@media (max-width: 576px) {
  .footer-join-us .adjustiments-action {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-join-us .adjustiments-action a {
    width: 49%;
    font-size: 1rem;
  }
}

.box {
  z-index: 2;
  width: 100%;
  position: relative;
}

.slider-box-container {
  background-color: #01176c;
}

.inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1320px;
  position: relative;
  padding-left: 1.45rem;
  padding-right: 1.45rem;
}

.fill-home {
  display: grid;
  padding: 4rem 0;
  grid-template-columns: 1fr;
}

.fill-banner {
  display: grid;
  padding: 2.875rem 0;
  grid-template-columns: 1fr;
}

.fill-subhome {
  display: grid;
  grid-template-columns: 1fr;
  padding: 1.175rem 0 3.875rem;
}

.fill-search {
  grid-gap: 3.375rem;
  gap: 3.375rem;
  display: grid;
  grid-template-columns: 1fr;
  padding: 4.375rem 0 12rem;
}

.fill-static {
  grid-gap: 3.375rem;
  gap: 3.375rem;
  display: grid;
  grid-template-columns: 1fr;
  padding: 2.875rem 0 6.125rem;
}

.fill-internal {
  grid-gap: 3.375rem;
  gap: 3.375rem;
  display: grid;
  padding: 1.175rem 0 11rem;
  grid-template-columns: 1fr;
}

@media (max-width: 992px) {
  .fill-internal {
    display: block;
  }
}

.fill-contact {
  grid-gap: 3.8125rem;
  gap: 3.8125rem;
  display: grid;
  padding: 3.875rem 0 11rem;
  grid-template-columns: 1fr;
}

.fill-join {
  grid-gap: 3.625rem;
  gap: 3.625rem;
  display: grid;
  grid-template-columns: 1fr;
  padding: 5.125rem 0 3.875rem;
}

@media (max-width: 576px) {
  .fill-join {
    grid-gap: 2rem;
    gap: 2rem;
    padding: 2.375rem 0;
  }
}

.fill-partners {
  grid-gap: 3.625rem;
  gap: 3.625rem;
  display: grid;
  padding: 2.375rem 0 0 0;
  grid-template-columns: 1fr;
}

@media (max-width: 576px) {
  .fill-partners {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }
}

.fill-newsletter {
  grid-gap: 2.375rem;
  gap: 2.375rem;
  display: grid;
  grid-template-columns: 1fr;
  padding: 3.25rem 0 5.125rem;
}

.fill-adjustiments {
  grid-gap: 3.5rem;
  gap: 3.5rem;
  display: grid;
  position: relative;
  padding: 2.625rem 0 6rem;
  grid-template-columns: 1fr;
}

@media (max-width: 576px) {
  .fill-adjustiments {
    padding: 2.625rem 0;
  }
}

.fill-calltoaction {
  grid-gap: 2.5rem;
  gap: 2.5rem;
  display: grid;
  align-items: center;
  padding: 4.25rem 0 2.25rem;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 576px) {
  .fill-calltoaction {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
    gap: 1rem;
    padding: 3.25rem 0;
  }
}

.fill-calltoaction iframe {
  max-width: 100%;
}

.image-full {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 576px) {
  .image-full {
    height: 20rem;
  }
}

.gap-0 {
  grid-gap: 0 !important;
  gap: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.bg-pink {
  background-color: #01176c;
}

.bg-grey {
  background-color: #f6f6f6;
}

.bg-grey-100 {
  background-color: #565656;
}

.bg-grey-200 {
  background-color: #323232;
}

.divider {
  width: 100%;
  height: 0.025rem;
  background-color: #9a9a9a;
}

/* Menu secundário */
.menu-secundario {
  border-top: 1px solid rgba(155, 155, 155, 0.6);
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0px !important;
  gap: 0px !important;
  justify-content: center !important;
}

.menu-secundario ul {
  display: flex;
  justify-content: space-between;
}

.menu-secundario ul li {
  padding: 0 0.5rem;
  border-right: 1px solid #9a9a9a;
}

.menu-secundario ul li:last-child {
  border-right: none;
}

.menu-secundario a {
  color: #01176C;
  font-weight: bold;
  position: relative;
  padding-right: 16px;
  font-size: 13px;
  line-height: 1;
  font-family: "Baloo 2";
  letter-spacing: -0.04rem;
}

.menu-secundario a:first-child:before {
  display: none;
}

.menu-secundario a:last-child {
  padding-right: 0 !important;
}

.menu-secundario a:before {
  content: "";
  width: 2px;
  height: 60%;
  top: 4px;
  display: block;
  position: absolute;
  background: #9b9b9b;
  left: -8px;
}

.menu-secundario-mobile a {
  color: #fff;
  font-weight: 300;
  font-weight: bold;
  line-height: 2rem;
  font-size: 1.375rem;
  text-transform: uppercase;
}

/* Politica de privacidade tabelas */
td {
  padding-right: 20px;
}

tr {
  vertical-align: top;
}

.inner {}

.full-sub .inner {
  display: block;
}

/* Slider Owl Mobile */
div.owl-carousel {
  width: 1px;
  min-width: 100%;
  *width: 100%;
}

/* Alguns ajustes aleatorias da página */
.home .fill-calltoaction {
  display: grid !important;
}

.newsletter-form input[type=email] {
  padding-left: 30px;
}

.newsletter-form .wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent;
}

.editorial-col .editorial-title p,
.editorial-row .editorial-title p {
  font-family: "Rubik", sans-serif;
}

.editorial {
  align-items: start;
}

.seetoo-title {
  display: grid;
  grid-template-columns: 1fr;
}

.seetoo-title>h3 {
  font-size: 2rem;
  color: #01176c;
  font-weight: bold;
  font-family: "Rubik";
  text-transform: uppercase;
  /* font-family: "Rubik Roman"; */
}

.static-title {
  display: grid;
  grid-template-columns: 1fr;
}

.static-title>hr {
  height: 1rem;
  width: 6.5625rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  background-color: #01176c;
}

.static-title>h2 {
  font-size: 5rem;
  color: #323232;
  font-weight: bold;
  font-family: "Rubik";
  line-height: 5.125rem;
  margin-bottom: 1.6875rem;
  text-transform: uppercase;
  /* font-family: "Rubik Roman"; */
}

@media (max-width: 576px) {
  .static-title>h2 {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
}

.static-title>p {
  color: #323232;
  font-family: "Rubik";
  max-width: 45.375rem;
  font-size: 1.5625rem;
  line-height: 2rem;
  /* font-family: "Rubik Roman"; */
}

@media (max-width: 576px) {
  .static-title>p {
    font-size: 1.35rem;
  }
}

.single-page .fill-internal {
  padding-top: 0;
}

.single-page .image-full {
  max-height: 570px;
  -o-object-position: center;
  object-position: center;
}

.single-page .wp-block-quote p {
  margin: revert;
  padding: revert;
  margin: 2.5rem 1.5rem;
  line-height: 1.15;
  font-weight: 500;
  text-align: center;
  font-family: "Baloo 2";
  color: #3e3e3e;
  font-size: 2.525rem;
}

.single-page h2 {
  color: #01176c;
}

.news-details-share p {
  font-size: 1.5rem;
  font-weight: 600;
}

.news-details-share nav {
  margin-top: 1.5rem;
}

@media (max-width: 576px) {
  .news-details-share nav {
    padding: 0;
  }
}

.news-details-share>nav>ul {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .news-details-share>nav>ul {
    margin-top: 2rem;
    flex-direction: row;
  }
}

.news-details-share>nav>ul>li {
  list-style: none;
  margin-right: 1rem;
}

@media (max-width: 576px) {
  .news-details-share>nav>ul>li {
    margin: 0.5rem;
  }
}

.news-details-share>nav>ul>li:last-child {
  margin-right: 0;
}

.news-details-share>nav>ul>li svg {
  width: 22px;
  fill: #01176c;
}

.news-details-share>nav>ul>li:hover a {
  transition: ease-in 0.2s;
}

.news-details-share>nav>ul>li:hover svg {
  fill: #01176c;
}

.news-details-share>nav>ul>li>a {
  width: 50px;
  height: 50px;
  border-radius: 36px;
  background: rgba(226, 226, 226, 0.4196078431);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in 0.2s;
}

.post-summary.news-quotes {
  color: #3e3e3e;
  margin-top: 2.5rem;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 3.125rem;
  font-family: "Baloo 2", "Rubik";
}

.tag-links-container {
  /* margin-left: .5rem; */
  display: flex !important;
  grid-gap: unset !important;
  gap: unset !important;
  flex-wrap: wrap;
  position: relative;
  margin: 0 !important;
}

.tag-links-container span {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: none;
  opacity: 0;
  position: absolute;
  left: -100%;
}

.tag-links-container a {
  padding: 0.5rem 1.5rem;
  color: #01176c;
  background-color: #98e0f6;
  margin: 0.5rem;
  text-decoration: none;
}

.header {
  z-index: 22;
  width: 100%;
  position: relative;
  /* .inner { overflow-x: hidden; }*/
}

.header .grid-logo a:visited {
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-filter: none !important;
  filter: none !important;
}

.header .header-full {
  display: grid;
  grid-template-columns: 1fr;
}

@media (max-width: 992px) {
  .header .header-full {
    display: none;
  }
}

.header .header-full .socials ul {
  display: flex;
}

.header .header-full .socials ul li {
  margin-left: 0;
}

.header .header-full .socials ul li img {
  width: auto;
}

.header .header-full .socials ul li a {
  background: transparent !important;
  width: 25px;
}

.header .header-full .full-sup {
  background-color: #01176c;
}

.header .header-full .full-sup .inner-grid {
  grid-gap: 1.75rem;
  gap: 1.75rem;
  display: grid;
  padding: 0.5rem 0;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: repeat(2, auto);
}

.header .header-full .full-sup .inner-grid .grid-nav>ul {
  grid-gap: 1.75rem;
  gap: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header .header-full .full-sup .inner-grid .grid-nav>ul>li {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.5rem;
  font-size: 1.0625rem;
  font-family: "Rubik";
  text-transform: uppercase;
  text-wrap: nowrap;
  /* font-family: 'Rubik Roman'; */
}

.header .header-full .full-sup .inner-grid .grid-action {
  grid-gap: 0.75rem;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .header-full .full-sup .inner-grid .grid-action button,
.header .header-full .full-sup .inner-grid .grid-action a {
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  width: 2.0875rem;
  height: 2.0875rem;
  border-radius: 50%;
  align-items: center;
  font-family: "Rubik";
  justify-content: center;
  text-transform: uppercase;
  color: #01176c;
  background-color: #98e0f6;
}

.header .header-full .full-sup .inner-grid .grid-action button>img,
.header .header-full .full-sup .inner-grid .grid-action button svg,
.header .header-full .full-sup .inner-grid .grid-action a>img,
.header .header-full .full-sup .inner-grid .grid-action a svg {
  height: 1.25rem;
}

.header .header-full .full-sup .inner-grid .grid-action button svg,
.header .header-full .full-sup .inner-grid .grid-action a svg {
  fill: #01176c;
}

.header .header-full .full-sup .inner-grid .grid-action .socials a {
  margin: 0 4px 0 4px;
}

.header .header-full .full-sup .inner-grid .grid-action .socials a img,
.header .header-full .full-sup .inner-grid .grid-action .socials a svg {
  width: 100%;
  height: 100%;
}

.header .header-full .full-sub {
  background-color: #ffffff;
}



.header .header-full .full-sub .inner-grid {
  grid-gap: 2.875rem;
  gap: 2.875rem;
  display: grid;
  grid-template-columns: 1fr;
  padding: 2.875rem 0 1.625rem;
  border-bottom: 0.0625rem solid #9a9a9a;
}

.header .header-full .full-sub .inner-grid .grid-logo {
  grid-gap: 1.75rem;
  gap: 1.75rem;
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: repeat(2, auto);
}

.header .header-full .full-sub .inner-grid .grid-logo>a:nth-child(1)>img {
  height: auto;
  max-width: 330px;
}

.header .header-full .full-sub .inner-grid .grid-logo>a:nth-child(1)>h1 {
  display: none;
}

.header .header-full .full-sub .inner-grid .grid-logo>a:nth-child(2) {
  grid-gap: 0.875rem;
  gap: 0.875rem;
  display: flex;
  color: #ffffff;
  font-weight: bold;
  align-items: center;
  border-radius: 2rem;
  font-size: 1.0625rem;
  font-family: "Rubik";
  justify-content: center;
  padding: 0.75rem 1.125rem;
  text-transform: uppercase;
  background-color: #01176c;
  /* font-family: "Rubik Roman"; */
}

.header .header-full .full-sub .inner-grid .grid-logo>a:nth-child(2)>img,
.header .header-full .full-sub .inner-grid .grid-logo>a:nth-child(2) svg {
  height: 1.75rem;
}

.header .header-full .full-sub .inner-grid .grid-logo>a:nth-child(2) svg {
  fill: #fff;
}

.header .header-full .full-sub .inner-grid .grid-nav>ul {
  grid-gap: 1.75rem;
  gap: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .header-full .full-sub .inner-grid .grid-nav>ul>li {
  color: #010101;
  font-weight: 300;
  line-height: 2rem;
  font-size: 1.375rem;
  font-family: "Rubik";
  text-transform: uppercase;
}

.header .header-mb {
  width: 100%;
  display: none;
  grid-template-columns: 1fr;
}

@media (max-width: 992px) {
  .header .header-mb {
    display: grid;
  }
}

.header .header-mb .inner-grid {
  grid-gap: 1.5rem;
  gap: 1.5rem;
  display: grid;
  position: relative;
  padding: 1rem 0;
}

.header .header-mb .inner-grid .grid-sup {
  grid-gap: 1rem;
  gap: 1rem;
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: 1fr 2fr 1fr;
}

.header .header-mb .inner-grid .grid-sup .sup-menu {
  position: relative;
}

.header .header-mb .inner-grid .grid-sup .sup-menu>input {
  display: none;
}

@media (max-width: 992px) {
  .header .header-mb .inner-grid .grid-sup .sup-menu>input:checked~label {
    right: 2rem;
    top: 2.5rem;
    left: auto;
    position: fixed;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

.header .header-mb .inner-grid .grid-sup .sup-menu>input:checked~label>span {
  background: #fff;
  transition: none;
  transition: 0.15s -webkit-transform;
  transition: 0.15s transform;
  transition: 0.15s transform, 0.15s -webkit-transform;
  transition-delay: 0.1s;
}

.header .header-mb .inner-grid .grid-sup .sup-menu>input:checked~label>span:nth-child(1) {
  top: 0.37rem;
  left: 0.05rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .header-mb .inner-grid .grid-sup .sup-menu>input:checked~label>span:nth-child(2) {
  top: -0.4rem;
  left: -0.05rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .header-mb .inner-grid .grid-sup .sup-menu>input:checked~.menu-logo {
  display: block;
}

.header .header-mb .inner-grid .grid-sup .sup-menu>input:checked~.menu-slice {
  visibility: visible;
  transition: 0.15s ease-in;
}

.header .header-mb .inner-grid .grid-sup .sup-menu>input:checked~.menu-slice .slice-slice {
  left: 0;
  transition: 0.15s ease-in;
}

.header .header-mb .inner-grid .grid-sup .sup-menu>label {
  top: 0;
  left: 0;
  width: 2rem;
  z-index: 99999;
  cursor: pointer;
  position: absolute;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.header .header-mb .inner-grid .grid-sup .sup-menu>label>span {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  float: left;
  height: 0.25rem;
  overflow: hidden;
  position: relative;
  background: #000;
  margin-bottom: 0.5rem;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.header .header-mb .inner-grid .grid-sup .sup-menu>label>span:nth-child(1) {
  float: left;
}

.header .header-mb .inner-grid .grid-sup .sup-menu>label>span:nth-child(2) {
  float: left;
  margin-bottom: 0;
}

.header .header-mb .inner-grid .grid-sup .sup-menu .menu-logo {
  display: none;
  z-index: 99999;
  position: fixed;
  margin-top: -2rem;
}

.header .header-mb .inner-grid .grid-sup .sup-menu .menu-logo a>img {
  height: auto;
  max-width: 107px;
  margin-bottom: 0.5rem;
}

.header .header-mb .inner-grid .grid-sup .sup-menu .menu-logo a>h1 {
  display: none;
}

.header .header-mb .inner-grid .grid-sup .sup-menu .menu-slice {
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: auto;
  visibility: hidden;
  justify-content: flex-end;
  position: fixed !important;
  overflow-x: hidden !important;
  z-index: 2;
}

.header .header-mb .inner-grid .grid-sup .sup-menu .menu-slice .slice-slice {
  z-index: 2;
  width: 100%;
  left: -45rem;
  height: 100vh;
  display: grid;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  background: #01176c;
  transition: 0.25s ease-in;
  overflow-y: auto !important;
  padding: 7.5rem 1.5rem 1.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.header .header-mb .inner-grid .grid-sup .sup-menu .menu-slice .slice-slice .slice-ctn {
  display: grid;
  align-items: flex-start;
  overflow: auto;
  height: calc(100vh - 90px);
  padding-bottom: 20px;
}

.header .header-mb .inner-grid .grid-sup .sup-menu .menu-slice .slice-slice .slice-ctn .ctn-nav {
  grid-gap: 1.875rem;
  gap: 1.875rem;
  width: 100%;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr;
}

.header .header-mb .inner-grid .grid-sup .sup-menu .menu-slice .slice-slice .slice-ctn .ctn-nav nav ul {
  grid-gap: 0.375rem;
  gap: 0.375rem;
  display: grid;
  grid-template-columns: 1fr;
}

.header .header-mb .inner-grid .grid-sup .sup-menu .menu-slice .slice-slice .slice-ctn .ctn-nav nav ul li {
  color: white;
  font-weight: 300;
  font-weight: bold;
  line-height: 2rem;
  font-size: 1.375rem;
  font-family: "Rubik";
  text-transform: uppercase;
  /* font-family: "Rubik Roman"; */
}

.header .header-mb .inner-grid .grid-sup .sup-menu .menu-slice .slice-slice .slice-ctn .ctn-nav nav span.content_title {
  color: white;
  font-weight: 300;
  font-weight: bold;
  line-height: 2rem;
  font-size: 1.7rem;
  font-family: "Rubik";
  text-transform: uppercase;
  display: none;
  margin-bottom: 1rem;
}

@media (max-width: 992px) {
  .header .header-mb .inner-grid .grid-sup .sup-menu .menu-slice .slice-slice .slice-ctn .ctn-nav nav span.content_title {
    display: block;
  }
}

.header .header-mb .inner-grid .grid-sup .sup-logo {
  margin: 0 auto;
}

.header .header-mb .inner-grid .grid-sup .sup-logo>a>img {
  height: auto;
  max-width: 110px;
}

.header .header-mb .inner-grid .grid-sup .sup-logo>a>h1 {
  display: none;
}

.header .header-mb .inner-grid .grid-sup .sup-action {
  grid-gap: 1rem;
  gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .header-mb .inner-grid .grid-sup .sup-action a,
.header .header-mb .inner-grid .grid-sup .sup-action button {
  display: flex;
  font-size: 1.5rem;
  color: #000000;
  font-weight: 700;
  align-items: center;
  font-family: "Rubik";
  justify-content: center;
  text-transform: uppercase;
  background-color: transparent;
}

.header .header-mb .inner-grid .grid-sup .sup-action a>img,
.header .header-mb .inner-grid .grid-sup .sup-action a svg,
.header .header-mb .inner-grid .grid-sup .sup-action button>img,
.header .header-mb .inner-grid .grid-sup .sup-action button svg {
  height: 1.5rem;
}

.header .header-mb .inner-grid .grid-sup .sup-action a svg,
.header .header-mb .inner-grid .grid-sup .sup-action button svg {
  fill: #000000;
}

.header .header-mb .inner-grid .grid-sub {
  margin: 0 auto;
}

.header .header-mb .inner-grid .grid-sub>a {
  grid-gap: 0.75rem;
  gap: 0.75rem;
  display: flex;
  color: #ffffff;
  font-weight: bold;
  align-items: center;
  border-radius: 2rem;
  font-size: 1rem;
  font-family: "Rubik";
  justify-content: center;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  background-color: #01176c;
  /* font-family: "Rubik Roman"; */
}

.header .header-mb .inner-grid .grid-sub>a>img,
.header .header-mb .inner-grid .grid-sub>a svg {
  height: 1.75rem;
}

.header .header-mb .inner-grid .grid-sub>a svg {
  fill: #fff;
}

.current_page_item,
.current-menu-item {
  font-weight: 500 !important;
}

.section-menus .current_page_item,
.section-menus .current-menu-item {
  color: #01176c !important;
}

.no-active,
.no-active a {
  color: #010101 !important;
  font-weight: 300 !important;
}

#menu-menu-principal .ancora {
  color: #fff !important;
}

.menu-slice .ancora {
  color: inherit !important;
  font-weight: 300 !important;
}

.header-mb-fixed {
  position: fixed !important;
}

.search-container {
  position: relative;
  z-index: 999;
  right: 0;
  /* &:hover {
    .search-form {
      opacity: 1;
    }
  } */
}

.search-container .form-container {
  position: absolute;
  right: 0;
  width: 500px;
}

.search-container .search-form {
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s;
  top: -1000px;
  min-width: 390px;
  background-color: #565656;
  position: absolute;
  padding: 1rem 1rem 1.5rem;
  right: 0.1rem;
  width: 100%;
  max-width: 500px;
}

.search-container .search-form.active {
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s;
}

.search-container .search-form::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #565656;
  position: absolute;
  top: -6px;
  right: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-container .search-form .slateLight {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.1rem;
}

.search-container .search-form .search-inner {
  display: flex;
}

.search-container .search-form input {
  box-shadow: 5px 9px #888888;
  width: 100%;
  color: #565656;
  font-weight: 300;
  padding: 0.75rem;
  height: 2.4375rem;
  font-size: 0.875rem;
  font-family: "Rubik";
  border-radius: 1.5rem;
  background-color: #fff;
  margin-right: 0.5rem;
}

.search-container .search-form input::-webkit-input-placeholder {
  color: #565656;
}

.search-container .search-form input:-ms-input-placeholder {
  color: #565656;
}

.search-container .search-form input::placeholder {
  color: #565656;
}

.search-container .search-form input:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search-container .search-form button[type=submit] {
  width: 100%;
}

.search-container .search-form input[type=text] {
  border: 1px solid #ccc;
}

.search-container .search-form input[type=submit] {
  background-color: #01176c;
  color: #fff;
}

.header-mb .search-container {
  z-index: 1;
}

.header-mb .search-container form {
  min-width: 50px;
  max-width: 300px;
}

.header-mb .search-container form.active {
  top: 1rem;
  right: -0.55rem;
}

@media (max-width: 360px) {
  .header-mb .search-container form {
    max-width: 250px;
  }
}

.header-mb .search-container form button {
  font-weight: 700 !important;
  width: 2.6875rem !important;
  height: 2.6875rem !important;
  border-radius: 50%;
  background-color: #98e0f6 !important;
}

.fixed {
  position: fixed;
  top: 0px;
  background: #fff;
  transition: all 0.3s ease;
}

.fixed * {
  transition: all 0.3s ease;
}

.fixed .inner-grid {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0 !important;
}

.fixed img {
  max-width: 120px !important;
}

.grid-sup {
  width: 100% !important;
}

.body-fixed {
  padding-top: 50px;
}

footer {
  min-height: 300px;
  overflow-y: hidden;
  background-color: #01176c;
}

.footer {
  position: relative;
  grid-gap: 1.875rem;
  gap: 1.875rem;
  display: grid;
  align-items: center;
  padding: 2.25rem 0 1.25rem;
  justify-content: space-between;
  grid-template-columns: repeat(3, auto);
}

@media (max-width: 768px) {
  .footer {
    grid-template-columns: repeat(2, auto);
  }
}

@media (max-width: 576px) {
  .footer {
    display: inline;
    display: initial;
    grid-gap: 2.875rem;
    gap: 2.875rem;
    padding: 1rem;
  }
}

.footer .footer-logo {
  display: grid;
  grid-template-columns: 1fr;
  align-self: center;
  margin-bottom: 0.5rem;
}

.footer .footer-logo img {
  height: auto;
  max-width: 230px;
}

@media (min-width: 600px) {
  .footer .footer-logo img {
    padding-bottom: 1.875rem;
  }
}

.footer .footer-logo>a:first-child>img {
  height: auto;
  width: 13rem;
}

.footer .footer-logo>hr {
  width: 14rem;
  height: 0.1rem;
  background-color: #808080;
}

.footer .footer-logo>a:last-child {
  grid-gap: 0.875rem;
  gap: 0.875rem;
  display: grid;
  grid-template-columns: 1fr;
}

.footer .footer-logo>a:last-child>span {
  color: #ffffff;
  font-weight: 300;
  font-family: "Rubik";
  font-size: 0.8125rem;
}

.footer .footer-logo>a:last-child>img {
  width: 4.8125rem;
  max-width: 148px;
}

.footer .footer-nav {
  grid-gap: 2.625rem;
  gap: 2.625rem;
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: repeat(3, auto);
}

@media (max-width: 576px) {
  .footer .footer-nav {
    display: none;
  }
}

.footer .footer-nav>ul {
  grid-gap: 1.125rem;
  gap: 1.125rem;
  display: grid;
  grid-template-columns: 1fr;
}

.footer .footer-nav>ul>li {
  color: #ffffff;
  font-weight: 300;
  font-size: 1.125rem;
  font-family: "Rubik";
  text-transform: uppercase;
}

.footer .footer-nav>hr {
  width: 0.1rem;
  height: 10rem;
  background-color: #808080;
}

.footer .footer-handle {
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 770px) {
  .footer .footer-handle {
    position: relative;
    top: -1.1rem;
  }
}

@media (max-width: 768px) {
  .footer .footer-handle {
    grid-row: 2;
    grid-column: 1/3;
    justify-content: space-between;
    grid-template-columns: 1fr auto;
  }
}

@media (max-width: 576px) {
  .footer .footer-handle {
    grid-template-columns: 1fr;
  }
}

.footer-top-container .socials,
.footer-handle .socials {
  grid-gap: 0.5625rem;
  gap: 0.5625rem;
  display: grid;
  grid-template-columns: 1fr;
}

@media (max-width: 576px) {

  .footer-top-container .socials,
  .footer-handle .socials {
    margin-top: 2rem;
  }
}

.footer-top-container .socials>p,
.footer-handle .socials>p {
  font-size: 1rem;
  color: rgba(152, 224, 246, 0.85);
  font-weight: 700;
  font-family: "Rubik";
  line-height: 1.875rem;
  text-transform: uppercase;
}

.footer-top-container .socials ul,
.footer-handle .socials ul {
  grid-gap: 0.875rem;
  gap: 0.875rem;
  display: grid;
  justify-content: flex-start;
  grid-template-columns: repeat(5, auto);
}

@media (max-width: 576px) {

  .footer-top-container .socials ul,
  .footer-handle .socials ul {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }
}

.footer-top-container .socials ul li img,
.footer-handle .socials ul li img {
  height: auto;
  min-height: 1.5rem;
  width: 1.5rem;
  max-width: 100%;
}

.copyright-title {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-family: "Rubik";
  font-size: 0.9375rem;
  line-height: 1.875rem;
  padding: 3.25rem 0 4rem;
  text-transform: uppercase;
  /* font-family: "Rubik Roman"; */
}

@media (max-width: 576px) {
  .copyright-title {
    font-size: 0.85rem;
    padding: 1.5rem 0;
  }
}

@media (max-width: 576px) {
  .footer-handle .socials {
    display: none;
  }
}

.footer-top-container .socials {
  display: none;
  height: 0;
}

@media (max-width: 576px) {
  .footer-top-container {
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
  }

  .footer-top-container .footer-logo {
    width: 35%;
  }

  .footer-top-container .footer-logo img {
    width: 100% !important;
    max-width: 120px;
  }
}

@media (max-width: 576px) and (max-width: 340px) {
  .footer-top-container .footer-logo img {
    max-width: 120px;
  }
}

@media (max-width: 576px) {
  .footer-top-container .socials {
    margin-top: 0;
    height: 100%;
    display: block;
  }

  .footer-top-container .socials p {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .footer-inner {
    padding: 2rem 1.45rem 0;
  }

  .newsletter-footer input {
    max-width: 100% !important;
  }

  .submit-container {
    margin-left: 1rem;
  }
}

.search-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.search-title .category-description {
  color: #323232;
  font-size: 1.5625rem;
  margin-top: 0.7rem !important;
  text-align: center;
  font-family: "Rubik", "Serif";
  line-height: 2.3rem;
  font-weight: 300;
  max-width: 700px;
  margin: auto;
}

@media (min-width: 1200px) {
  .search-title .category-description {
    max-width: 900px;
  }
}

.search-title>h2 {
  color: #01176c;
  font-weight: bold;
  text-align: center;
  font-size: 3.5625rem;
  line-height: 4.125rem;
  text-transform: uppercase;
  /* font-family: 'Rubik';
  font-family: "Rubik Roman"; */
  font-family: "Baloo 2", "Rubik";
}

@media (max-width: 576px) {
  .search-title>h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.search-title .searched-query {
  margin-top: 1.5rem;
  font-size: 1.77rem;
  word-break: break-word;
  text-align: center;
}

.search-title .searched-query b {
  color: #01176c;
}

.banner {
  position: relative;
  background-color: #01176c;
}

.banner.banner-slider-bg {
  max-width: 2000px;
  margin: auto;
}

.banner .banner-title {
  width: 50%;
  z-index: 4;
  grid-gap: 2.25rem;
  gap: 2.25rem;
  display: grid;
  position: relative;
  padding-right: 2.625rem;
  grid-template-columns: 1fr;
  min-height: 320px;
  font-family: "Baloo 2", "Rubik";
}

@media (min-width: 700px) {
  .banner .banner-title {
    min-height: 420px;
  }
}

@media (max-width: 992px) {
  .banner .banner-title {
    width: 100%;
    margin: 0 auto;
  }
}

.banner .banner-title>h3 {
  color: #98e0f6;
  font-weight: 700;
  line-height: 2rem;
  font-size: 1.75rem;
  text-transform: uppercase;
}

.banner .banner-title h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 2.875rem;
  line-height: 3.125rem;
  /* text-shadow: 0px -1px 20px #00000063; @include md { text-shadow: 0px -1px 20px #00000087; } */
}

@media (max-width: 768px) {

  .banner .banner-title h2,
  .banner .banner-title p,
  .banner .banner-title a {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4509803922), 1px 1px 40px #000, 1px 1px 58px #98e0f6;
  }

  .banner .banner-title a {
    color: #fff;
  }
}

.banner .banner-title>hr {
  height: 1rem;
  width: 6.5625rem;
  border-radius: 0.5rem;
  background-color: #98e0f6;
}

.banner a.slider-img-link {
  cursor: grab;
}

.banner a.slider-img-link:active {
  cursor: grabbing;
}

.banner a.slider-img-link:hover,
.banner a.slider-img-link:visited {
  color: inherit;
  -webkit-filter: unset;
  filter: unset;
  -webkit-transform: unset;
  transform: unset;
}

.banner .banner-image {
  top: 0;
  right: 0;
  width: 50%;
  z-index: 2;
  height: 100%;
  position: absolute;
  min-height: 500px;
}

@media (max-width: 992px) {
  .banner .banner-image {
    width: 100%;
  }
}

.banner .banner-image>img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.header-carousel {
  position: relative;
  display: none;
}

.header-carousel .owl-stage-outer {
  z-index: 1;
}

.header-carousel .owl-nav {
  position: absolute;
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
}

@media (min-width: 1040px) {
  .header-carousel .owl-nav {
    opacity: 1;
  }
}

.header-carousel .owl-nav span {
  font-size: 7.5rem;
}

.header-carousel .owl-nav button {
  position: relative;
  top: -1rem;
  z-index: 2;
}

.header-carousel .owl-nav button.owl-prev {
  left: 2rem;
}

.header-carousel .owl-nav button.owl-next {
  right: 2rem;
}

.slider-box-container .header-carousel {
  max-width: 1800px;
  margin: auto;
}

.slider-box-container .header-carousel .owl-dots {
  display: none;
}

.interviewee-container {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1.2rem;
  margin-bottom: -1.4rem;
}

.interviewee-container h3 {
  font-size: 1.27rem;
}

.interviewee-container h3,
.interviewee-container p {
  font-weight: 500;
}

.subhome-title {
  display: grid;
  grid-template-columns: 1fr;
  padding: 4.75rem 0 3.875rem;
}

.subhome-title>h2 {
  color: #01176c;
  font-weight: bold;
  text-align: center;
  font-family: "Rubik";
  font-size: 3.5625rem;
  line-height: 4.5625rem;
  margin-bottom: 1.6875rem;
  text-transform: uppercase;
  /* font-family: "Rubik Roman"; */
}

@media (max-width: 576px) {
  .subhome-title>h2 {
    font-size: 2.5rem;
  }
}

.subhome-title>p {
  color: #323232;
  text-align: center;
  font-family: "Rubik";
  font-size: 1.5625rem;
  line-height: 2rem;
}

@media (max-width: 576px) {
  .subhome-title>p {
    font-size: 1.35rem;
  }
}

.contact-title {
  display: grid;
  grid-template-columns: 1fr;
}
.contact-title>hr {
  height: 0.7rem;
  width: 6.5625rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  background-color: #01176c;
}

.contact-title>h2 {
  font-size: 32px;
  color: #323232;
  font-weight: bold;
  font-family: "Rubik";
  /* font-family: "Rubik Roman"; */
}

@media (max-width: 576px) {
  .contact-title>h2 {
    font-size: 24px;
  }
}

.contact-title>p {
  color: #323232;
  font-family: "Rubik";
  max-width: 45.375rem;
  font-size: 20px;
  line-height: 2rem;
  /* font-family: "Rubik Roman"; */
}

@media (max-width: 576px) {
  .contact-title>p {
    font-size: 16px;
  }
}

form.contact-form,
.contact-form form {
  grid-gap: 2.6875rem;
  gap: 2.6875rem;
  display: grid;
  grid-template-columns: 1fr;
}

form.contact-form .acceptance-container,
.contact-form form .acceptance-container {
  line-height: 1.9rem;
}

form.contact-form .acceptance-container .wpcf7-list-item-label,
.contact-form form .acceptance-container .wpcf7-list-item-label {
  font-size: 1.15rem;
}

form.contact-form input,
form.contact-form textarea,
.contact-form form input,
.contact-form form textarea {
  width: 100%;
  color: #323232;
  font-weight: 300;
  font-family: "Rubik";
  font-size: 1.5625rem;
  padding: 1.9375rem;
  text-transform: uppercase;
  background-color: #efefef;
  border-radius: 2.375rem;
}

form.contact-form input::-webkit-input-placeholder,
form.contact-form textarea::-webkit-input-placeholder,
.contact-form form input::-webkit-input-placeholder,
.contact-form form textarea::-webkit-input-placeholder {
  color: #323232;
}

form.contact-form input:-ms-input-placeholder,
form.contact-form textarea:-ms-input-placeholder,
.contact-form form input:-ms-input-placeholder,
.contact-form form textarea:-ms-input-placeholder {
  color: #323232;
}

form.contact-form input::placeholder,
form.contact-form textarea::placeholder,
.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
  color: #323232;
}

@media (max-width: 576px) {

  form.contact-form input,
  form.contact-form textarea,
  .contact-form form input,
  .contact-form form textarea {
    padding: 1.4375rem;
    font-size: 1.25rem;
  }
}

form.contact-form .wpcf7-not-valid-tip,
.contact-form form .wpcf7-not-valid-tip {
  margin-top: 1rem;
  margin-left: 0.7rem;
  font-size: 1.15rem;
}

form.contact-form input[type=checkbox],
.contact-form form input[type=checkbox] {
  width: 20px;
  height: 15px;
  padding: 1rem;
  margin-bottom: 0;
}

@media (max-width: 576px) {

  form.contact-form input[type=checkbox],
  .contact-form form input[type=checkbox] {
    top: 0.2rem;
  }
}

form.contact-form .acceptance-container,
.contact-form form .acceptance-container {
  margin: 0 0 1rem;
  margin-left: -1rem;
  display: flex;
  justify-content: flex-start;
}

form.contact-form .check-container .wpcf7-list-item,
.contact-form form .check-container .wpcf7-list-item {
  margin: 0;
}

form.contact-form .check-container .wpcf7-not-valid-tip,
.contact-form form .check-container .wpcf7-not-valid-tip {
  margin-left: 0;
}

form.contact-form .check-container input,
.contact-form form .check-container input {
  margin-right: 0.5rem;
}

form.contact-form .check-container span,
.contact-form form .check-container span {
  position: relative;
  top: -0.3rem;
  font-size: 1.2rem;
  line-height: 2.5rem;
}

form.contact-form textarea,
.contact-form form textarea {
  height: 13.75rem;
  border-radius: 1.25rem;
}

form.contact-form div,
.contact-form form div {
  grid-gap: 1.6875rem;
  gap: 1.6875rem;
  display: grid;
  justify-content: flex-end;
  grid-template-columns: repeat(2, auto);
}

@media (max-width: 576px) {

  form.contact-form div,
  .contact-form form div {
    grid-gap: 0.5rem;
    gap: 0.5rem;
    justify-content: center;
  }
}

form.contact-form div .clear,
form.contact-form div .send,
form.contact-form div input[type=reset],
form.contact-form div input[type=submit],
.contact-form form div .clear,
.contact-form form div .send,
.contact-form form div input[type=reset],
.contact-form form div input[type=submit] {
  padding: 1.4375rem 4.625rem !important;
  font-weight: bold;
  text-align: center;
  font-size: 1.25rem;
  border-radius: 2rem;
  text-transform: uppercase;
}

@media (max-width: 576px) {

  form.contact-form div .clear,
  form.contact-form div .send,
  form.contact-form div input[type=reset],
  form.contact-form div input[type=submit],
  .contact-form form div .clear,
  .contact-form form div .send,
  .contact-form form div input[type=reset],
  .contact-form form div input[type=submit] {
    width: 100%;
    font-size: 1.15rem;
  }
}

form.contact-form div .clear,
form.contact-form div input[type=reset],
.contact-form form div .clear,
.contact-form form div input[type=reset] {
  cursor: pointer;
  color: #323232;
  background-color: #a7a7a7;
}

form.contact-form div .send,
form.contact-form div input[type=submit],
.contact-form form div .send,
.contact-form form div input[type=submit] {
  color: #ffffff;
  background-color: #01176c;
}

form.contact-form div input[type=reset],
form.contact-form div input[type=submit],
.contact-form form div input[type=reset],
.contact-form form div input[type=submit] {
  line-height: inherit;
  padding: 0;
}

form.contact-form .wpcf7-response-output,
.contact-form form .wpcf7-response-output {
  margin: 1.5rem auto 1.5rem;
  width: 100%;
  display: block;
  font-size: 1.2rem;
}

form.contact-form .wpcf7-spinner,
.contact-form form .wpcf7-spinner {
  position: absolute;
  left: 0;
}

.class-newsletter .contact-form form .check-container,
.class-newsletter-2 .contact-form form .check-container {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.class-newsletter .contact-form form .check-container input,
.class-newsletter-2 .contact-form form .check-container input {
  margin-right: 0.5rem;
}

.class-newsletter .contact-form form .check-container span,
.class-newsletter-2 .contact-form form .check-container span {
  position: relative;
  top: -0.15rem;
  margin-top: 1rem;
  color: #fff;
  font-weight: 600;
}

.class-newsletter .contact-form form .check-container span.wpcf7-not-valid-tip,
.class-newsletter-2 .contact-form form .check-container span.wpcf7-not-valid-tip {
  color: #565656;
  display: none;
}

.class-newsletter .contact-form form div,
.class-newsletter-2 .contact-form form div {
  display: flex;
  justify-content: initial;
  align-items: baseline;
  grid-gap: 0;
  gap: 0;
}

@media (max-width: 768px) {

  .class-newsletter .contact-form form div,
  .class-newsletter-2 .contact-form form div {
    flex-wrap: wrap;
  }
}

.class-newsletter .contact-form form .submit-container,
.class-newsletter-2 .contact-form form .submit-container {
  width: 100%;
}

.class-newsletter .contact-form form .submit-container svg,
.class-newsletter-2 .contact-form form .submit-container svg {
  display: none;
}

.class-newsletter .contact-form form input[type=submit],
.class-newsletter .contact-form form button[type=submit],
.class-newsletter-2 .contact-form form input[type=submit],
.class-newsletter-2 .contact-form form button[type=submit] {
  padding: 0;
  cursor: pointer;
  padding: 1.4375rem 4.625rem;
  color: #ffffff;
  font-weight: 700;
  border-radius: 35px;
  font-family: "Rubik";
  font-size: 1.25rem;
  text-transform: uppercase;
  background-color: #565656;
}

@media (max-width: 576px) {

  .class-newsletter .contact-form form input[type=submit],
  .class-newsletter .contact-form form button[type=submit],
  .class-newsletter-2 .contact-form form input[type=submit],
  .class-newsletter-2 .contact-form form button[type=submit] {
    width: 100%;
    font-size: 1.15rem;
  }
}

@media (max-width: 576px) {

  .class-newsletter .contact-form form,
  .class-newsletter-2 .contact-form form {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 768px) {

  .class-newsletter .contact-form form input[type=submit],
  .class-newsletter .contact-form form button[type=submit],
  .class-newsletter-2 .contact-form form input[type=submit],
  .class-newsletter-2 .contact-form form button[type=submit] {
    margin-left: 0;
  }
}

@media (min-width: 800px) {

  .class-newsletter .contact-form form input[type=email],
  .class-newsletter-2 .contact-form form input[type=email] {
    width: 38rem;
  }
}

.page-contato .submit-container {
  margin-left: 1rem;
}

@media (max-width: 768px) {
  .page-contato .submit-container {
    margin-left: 0;
  }
}



.partners-title {
  color: #ffffff;
  font-weight: 500;
  font-size: 2.5rem;
  text-align: center;
  font-family: "Rubik";
  line-height: 2.875rem;
  text-transform: uppercase;
  /* font-family: 'Rubik Roman'; */
}

@media (max-width: 576px) {
  .partners-title {
    font-size: 1.7rem;
  }
}

.partners-images {
  display: flex;
  align-items: center;
  justify-content: space-around;
  grid-template-columns: repeat(3, auto);
}

.partners-images .owl-stage {
  display: flex;
  align-items: center;
}

.partners-images .owl-stage img {
  text-align: center;
}

.partners-images .owl-stage .img-container {
  text-align: center;
}

.partners-images img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 350px;
}

button.partners-action {
  padding: 0.85rem 0.5rem;
}

a.partners-action {
  color: #01176c;
  padding: 1rem 0.5rem;
  margin-top: -1.5rem;
}

@media (max-width: 576px) {
  a.partners-action {
    margin-top: inherit;
  }
}

.partners-action {
  margin: 0 auto;
  width: 17.9375rem;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  border-radius: 2rem;
  font-family: "Rubik";
  text-transform: uppercase;
  color: #01176c;
  background-color: #98e0f6;
  /* font-family: 'Rubik Roman'; */
}

.partners-page .partners-content {
  margin-bottom: 5rem;
}

.partners-page .partners-container {
  background-color: #01176c;
  padding: 3rem;
  padding-bottom: 0.7rem;
  margin-bottom: 5rem;
}

@media (max-width: 840px) {
  .partners-page .partners-container {
    padding-bottom: 1.7rem;
  }
}

.partners-page .img-container {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.partners-page .contact-title {
  display: grid;
  grid-template-columns: 1fr;
}

.partners-page .contact-title>hr {
  height: 1rem;
  width: 6.5625rem;
  border-radius: 0.5rem;
  margin-bottom: 0;
  background-color: #01176c;
}

.partners-page .contact-title>h2 {
  font-size: 48px;
  color: #323232;
  font-weight: bold;
  font-family: "Rubik";
  line-height: 5.125rem;
  margin-bottom: 0;
  /* text-transform: uppercase; */
  /* font-family: "Rubik Roman"; */
}

.partners-page .contact-title>p {
  color: #323232;
  font-family: "Rubik";
  max-width: 45.375rem;
  font-size: 1.5625rem;
  line-height: 2.375rem;
  /* font-family: "Rubik Roman"; */
}

.no-results {
  margin: 1.5rem auto 0.5rem;
  font-size: 3.1rem;
  text-align: center;
}

@media (max-width: 576px) {
  .no-results {
    font-size: 1.5rem;
  }
}

.editorial-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.editorial,
.alm-reveal {
  grid-gap: 5.375rem;
  gap: 5.375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {

  .editorial,
  .alm-reveal {
    grid-gap: 3.875rem;
    gap: 3.875rem;
  }
}

@media (max-width: 576px) {

  .editorial,
  .alm-reveal {
    grid-gap: 2.5rem;
    gap: 2.5rem;
    grid-template-columns: 1fr;
  }
}

@media (min-width: 700px) {
  .alm-reveal .editorial-row:first-child {
    grid-column: 1/3 !important;
  }
}

.alm-reveal .editorial-row:first-child .feature-container {
  min-height: 569px;
}

.alm-load-more-btn {
  margin: 1rem auto 1rem !important;
  color: #ffffff !important;
  height: 3.375rem !important;
  font-weight: 700 !important;
  width: 12.3125rem !important;
  font-size: 1.25rem !important;
  font-family: "Rubik" !important;
  line-height: 2.625rem !important;
  border-radius: 1.6875rem !important;
  text-transform: uppercase !important;
  background-color: #01176c !important;
  grid-column: 1/3 !important;
}

#ajax-load-more {
  margin-top: 4rem;
}

.col-full {
  grid-column: 1/3 !important;
}

@media (max-width: 576px) {
  .col-full {
    grid-column: 1 !important;
  }
}

.editorial-row {
  display: grid;
  grid-template-columns: 1fr;
}

@media (max-width: 576px) {
  .editorial-row {
    display: block;
  }

  .editorial-row img {
    width: 100%;
    height: auto;
  }
}

.editorial-row .editorial-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 576px) {
  .editorial-row .editorial-img {
    width: 112%;
    margin-left: -6%;
    height: 20rem;
  }
}

.editorial-img-container {
  height: 100%;
  width: 100%;
  max-height: 720px;
  min-height: 100px;
  background-color: rgba(204, 204, 204, 0.1490196078);
  overflow: hidden;
}

.editorial-img-container img {
  transition: 0.3s ease-in-out;
}

.editorial-img-container img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media (min-width: 400px) {
  .editorial-img-container img {
    min-height: 330px;
  }
}

@media (min-width: 500px) {
  .editorial-img-container {
    min-height: 313px;
  }
}

.editorial-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 576px) {
  .editorial-col {
    grid-template-columns: 1fr;
  }
}

.editorial-col .editorial-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 576px) {
  .editorial-col .editorial-img {
    padding-right: 0;
    padding-bottom: 1.6875rem;
    width: 112%;
    margin-left: -6%;
    height: 20rem;
  }
}

.editorial-col .editorial-title {
  font-family: "Baloo 2", "Rubik";
  margin-left: 1.6875rem;
}

@media (max-width: 576px) {
  .editorial-col .editorial-title {
    margin-left: 0;
  }
}

.lazy-item {
  transition: 1s;
  opacity: 0;
}

.lazy-item.active {
  opacity: 1;
}

.editorial-col .editorial-title,
.editorial-row .editorial-title {
  font-family: "Baloo 2", "Rubik";
  grid-gap: 1.125rem;
  gap: 1.125rem;
  display: grid;
  margin-top: 1.6875rem;
  grid-template-columns: 1fr;
}

@media (max-width: 576px) {

  .editorial-col .editorial-title,
  .editorial-row .editorial-title {
    text-align: center;
  }
}

.editorial-col .editorial-title .h2-sm,
.editorial-row .editorial-title .h2-sm {
  color: #323232;
  font-weight: 700;
  line-height: 2rem;
  font-size: 1.6875rem;
}

@media (max-width: 576px) {

  .editorial-col .editorial-title .h2-sm,
  .editorial-row .editorial-title .h2-sm {
    font-weight: 800;
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

.editorial-col .editorial-title .h2-lg,
.editorial-col .editorial-title h1,
.editorial-row .editorial-title .h2-lg,
.editorial-row .editorial-title h1 {
  color: #323232;
  font-weight: bold;
  font-size: 2.875rem;
  line-height: 3.125rem;
  /* font-family: "Rubik Roman"; */
}

@media (max-width: 576px) {

  .editorial-col .editorial-title .h2-lg,
  .editorial-col .editorial-title h1,
  .editorial-row .editorial-title .h2-lg,
  .editorial-row .editorial-title h1 {
    font-weight: 800;
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

.editorial-col .editorial-title>h3,
.editorial-row .editorial-title>h3 {
  color: #01176c;
  font-weight: 800;
  font-size: 1.5625rem;
  /* font-family: 'Rubik Roman'; */
  font-family: "Baloo Tammudu 2", cursive;
  text-transform: uppercase;
}

.editorial-col .editorial-title p,
.editorial-row .editorial-title p {
  color: #151515;
  font-size: 1.5625rem;
  line-height: 1.825rem;
  font-family: "ArialMT", "Serif";
}

@media (max-width: 576px) {

  .editorial-col .editorial-title p,
  .editorial-row .editorial-title p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.editorial-col .editorial-title>data,
.editorial-row .editorial-title>data {
  color: #323232;
  font-weight: 300;
  line-height: 2rem;
  font-size: 1.625rem;
  font-family: "Rubik";
}

.editorial-col .editorial-title>hr,
.editorial-row .editorial-title>hr {
  height: 1rem;
  width: 6.5625rem;
  border-radius: 0.5rem;
  background-color: #98e0f6;
}

.editorial-content p {
  margin-top: 1rem;
}

@media (min-width: 700px) {
  .editorial-content {
    min-height: 100px;
  }

  .editorial-content p {
    margin-top: 1.25rem;
  }
}

.editorial-row.col-full .editorial-content {
  min-height: 100%;
  max-height: 100%;
}

.editorial-row .editorial-img-container {
  height: 400px;
  display: flex;
}

.editorial-row .editorial-img-container img {
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  min-height: 100%;
}

.editorial-row.feature-container .editorial-img-container {
  max-height: none;
  max-height: initial;
  min-height: 0;
  min-height: initial;
  height: auto !important;
}

.editorial-row.feature-container .editorial-img-container img {
  max-height: 100%;
  width: 100%;
  height: auto;
}

.editorial-row.list-category .editorial-img-container {
  min-height: 390px !important;
  max-height: 390px !important;
}

@media (min-width: 700px) {
  .feature-container img {
    max-height: 360px;
  }
}

.feature-container .editorial-content {
  min-height: 100%;
  max-height: 100%;
}

@media (max-width: 500px) {
  .editorial-img-link {
    max-height: 210px;
    overflow: hidden;
  }
}

.editorial-img-link:hover,
.editorial-img-link:visited,
.editorial-content a:hover,
.editorial-content a:visited {
  color: inherit;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.editorial-action {
  margin: 6rem auto 1rem;
  color: #ffffff;
  height: 3.375rem;
  font-weight: 700;
  width: 12.3125rem;
  font-size: 1.25rem;
  font-family: "Rubik";
  line-height: 2.625rem;
  border-radius: 1.6875rem;
  text-transform: uppercase;
  background-color: #01176c;
  grid-column: 1/3 !important;
}

@media (max-width: 576px) {
  .editorial-action {
    margin-top: 2.5rem;
    grid-column: 1 !important;
  }
}

a.editorial-action {
  height: 100%;
  padding: 0.4rem;
  text-align: center;
  color: #fff;
}

.error-container {
  height: 0;
  display: none;
  justify-content: center;
}

.error-container .error-title {
  font-size: 2.5rem;
}

.error-container.active {
  display: flex;
  height: 100%;
}

figure picture {
  display: flex;
  width: 100%;
}

.newsletter-form,
.newsletter-footer {
  grid-gap: 1rem;
  gap: 1rem;
}

.newsletter-form button[type=submit] span,
.newsletter-footer button[type=submit] span {
  text-align: center;
  margin: 0;
}

.newsletter-form .wpcf7-spinner,
.newsletter-footer .wpcf7-spinner {
  position: absolute;
  bottom: -50%;
}

.newsletter-form .input-container,
.newsletter-footer .input-container {
  display: flex;
  justify-content: center;
}

.newsletter-form .wpcf7-not-valid-tip,
.newsletter-footer .wpcf7-not-valid-tip {
  margin-top: 1rem;
  margin-left: 1rem;
  color: #fff;
  font-weight: 600;
}

.newsletter-form .wpcf7-response-output,
.newsletter-footer .wpcf7-response-output {
  color: #fff;
  margin: 0;
  margin-top: 1rem;
  margin-left: 1rem;
  font-weight: 600;
}

.newsletter-form input[type=checkbox],
.newsletter-footer input[type=checkbox] {
  width: 15px;
  height: 15px;
  padding: 1rem;
  margin: 1.5rem 0 0;
  position: relative;
  right: 0.2rem;
}

@media (max-width: 576px) {

  .newsletter-form input[type=checkbox],
  .newsletter-footer input[type=checkbox] {
    top: 0.2rem;
  }
}

.newsletter-form .wpcf7-acceptance,
.newsletter-footer .wpcf7-acceptance {
  color: #fff;
}

.newsletter-form .check-container,
.newsletter-footer .check-container {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.newsletter-form .check-container input,
.newsletter-footer .check-container input {
  margin-right: 0.5rem;
}

.newsletter-form .check-container span,
.newsletter-footer .check-container span {
  position: relative;
  top: -0.15rem;
  margin-top: 1rem;
  color: #fff;
  font-weight: 600;
}

.newsletter-form .check-container span.wpcf7-not-valid-tip,
.newsletter-footer .check-container span.wpcf7-not-valid-tip {
  color: #565656;
  display: none;
}

.newsletter-title {
  grid-gap: 1.6875rem;
  gap: 1.6875rem;
  display: grid;
  grid-template-columns: 1fr;
}

@media (max-width: 576px) {
  .newsletter-title {
    grid-gap: 1rem;
    gap: 1rem;
  }
}

.newsletter-title>h2 {
  color: #ffffff;
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  font-family: "Rubik";
  line-height: 2.875rem;
  text-transform: uppercase;
  /* font-family: "Rubik Roman"; */
}

@media (max-width: 576px) {
  .newsletter-title>h2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

.newsletter-title>p {
  color: #ffffff;
  text-align: center;
  font-family: "Rubik";
  font-size: 1.125rem;
  line-height: 1.5rem;
}

@media (max-width: 576px) {
  .newsletter-title>p {
    font-size: 1.15rem;
    line-height: 1.35rem;
  }
}

.newsletter-form {
  width: 100%;
  max-width: 850px;
  margin: auto;
  position: relative;
}

.newsletter-form span {
  width: 100%;
  max-width: 856px;
  margin-right: 0.5rem;
}

.newsletter-form .submit-container svg {
  display: none;
}

.newsletter-form .acceptance-container span {
  font-size: 1.2rem;
  margin-top: 0;
  line-height: 1.9rem;
}

.newsletter-form input[type=email] {
  width: 100%;
  color: #afafaf;
  font-weight: 300;
  border-radius: 2rem;
  font-family: "Rubik";
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 0.85rem;
  text-transform: uppercase;
  background-color: #ffffff;
}

.newsletter-form input[type=email]::-webkit-input-placeholder {
  color: #afafaf;
}

.newsletter-form input[type=email]:-ms-input-placeholder {
  color: #afafaf;
}

.newsletter-form input[type=email]::placeholder {
  color: #afafaf;
}

.newsletter-form input[type=submit],
.newsletter-form button[type=submit] {
  cursor: pointer;
  width: 9.75rem;
  color: #ffffff;
  font-weight: 700;
  border-radius: 35px;
  font-family: "Rubik";
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 0.85rem;
  text-transform: uppercase;
  background-color: #565656;
}

@media (max-width: 576px) {

  .newsletter-form input[type=submit],
  .newsletter-form button[type=submit] {
    width: 100%;
  }
}

.newsletter-footer {
  flex-direction: column;
}

.newsletter-footer>label {
  color: rgba(152, 224, 246, 0.85);
  font-weight: 700;
  font-family: "Rubik";
  font-size: 0.9375rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}

.newsletter-footer form {
  min-height: 70px;
}

.newsletter-footer form .input-container {
  margin-top: 1rem;
  justify-content: start;
}

.newsletter-footer form .input-container input[type=email],
.newsletter-footer form .input-container input[type=submit],
.newsletter-footer form .input-container button[type=submit] {
  max-height: 35px;
}

@media (min-width: 800px) {

  .newsletter-footer form .input-container input[type=email],
  .newsletter-footer form .input-container input[type=submit],
  .newsletter-footer form .input-container button[type=submit] {
    max-height: 39px;
  }
}

.newsletter-footer form button[type=submit] {
  max-width: 40px;
}

@media (min-width: 770px) and (max-width: 860px) {
  .newsletter-footer form input[type=submit] {
    margin-bottom: 1.5rem;
  }

  .newsletter-footer form button[type=submit] {
    max-width: 100%;
    margin-top: 1.5rem;
  }

  .newsletter-footer form input {
    width: 100%;
    margin-top: 1.5rem;
  }

  .newsletter-footer form input:first-child {
    margin-top: 0;
  }

  .newsletter-footer form .input-container {
    flex-direction: column;
  }
}

.newsletter-footer form .check-container input,
.newsletter-footer form .check-container button {
  width: auto;
  height: auto;
}

.newsletter-footer form .check-container span {
  margin-top: 1rem;
  margin-left: 0.05rem;
  font-size: 0.7rem;
  line-height: 1.1rem;
  max-width: 190px;
}

.newsletter-footer form .check-container span .wpcf7-not-valid-tip {
  display: none;
}

.newsletter-footer form .acceptance-container {
  margin: 0.5rem 0;
  margin-left: 0.6rem;
  line-height: 1.5rem;
  font-size: 0.85rem;
  max-width: 290px;
}

@media (max-width: 576px) {
  .newsletter-footer form .acceptance-container {
    margin: 0.8rem 0;
    margin-left: 0.5rem;
  }
}

.newsletter-footer form .wpcf7-not-valid-tip {
  margin: 1rem 0 0;
  font-size: 0.8rem;
  color: #fff;
  max-width: 200px;
}

.newsletter-footer form .wpcf7-list-item {
  margin-top: 0.5rem;
  margin-left: -0.5rem;
}

.newsletter-footer form .wpcf7-list-item input {
  height: 14px;
  margin: 0;
}

.newsletter-footer form .wpcf7-response-output {
  margin: 0 0 1rem;
  font-size: 0.8rem;
  max-width: 299.6px;
}

.newsletter-footer form input {
  color: #565656;
  font-weight: 300;
  padding: 0.75rem;
  padding: 0.85rem;
  font-size: 0.875rem;
  font-family: "Rubik";
  border-radius: 1.5rem;
  text-transform: uppercase;
  background-color: #ffffff;
  margin-right: 0.3rem;
  width: 100%;
  max-width: 200px;
}

.newsletter-footer form input::-webkit-input-placeholder {
  color: #565656;
}

.newsletter-footer form input:-ms-input-placeholder {
  color: #565656;
}

.newsletter-footer form input::placeholder {
  color: #565656;
}

.newsletter-footer form input[type=checkbox] {
  top: 0.1rem;
}

@media (max-width: 576px) {
  .newsletter-footer form input[type=checkbox] {
    top: 0.2rem;
  }
}

.newsletter-footer form .submit-container .sign {
  display: none;
}

.newsletter-footer form .submit-container svg {
  display: block;
  height: 20px;
  fill: #01176c;
}

.newsletter-footer form input[type=submit],
.newsletter-footer form button[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: $primary; color: #fff; */
  color: #01176c;
  background-color: #98e0f6;
  padding: 0.85rem;
  position: relative;
  border-radius: 1.5rem;
  height: 100%;
}

.newsletter-footer form button[type=submit] {
  width: 100%;
}

.bg-green-gradient button[type=submit] {
  background-color: #397c49;
}

.calltoaction-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.calltoaction-title {
  grid-gap: 3.25rem;
  gap: 3.25rem;
  display: grid;
  grid-template-columns: 1fr;
}

@media (max-width: 576px) {
  .calltoaction-title {
    grid-gap: 1rem;
    gap: 1rem;
  }
}

.calltoaction-title>h2 {
  color: #01176c;
  font-weight: bold;
  font-family: "Rubik";
  font-size: 2.1875rem;
  line-height: 2.625rem;
  text-transform: uppercase;
  /* font-family: 'Rubik Roman'; */
}

@media (max-width: 576px) {
  .calltoaction-title>h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.calltoaction-title a {
  padding: 1rem;
}

.calltoaction-title>button,
.calltoaction-title a {
  color: #ffffff;
  width: 17.9375rem;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  font-family: "Rubik";
  border-radius: 2.5rem;
  padding: 0.85rem 0.5rem;
  text-transform: uppercase;
  background-color: #01176c;
  /* font-family: 'Rubik Roman'; */
}

@media (max-width: 576px) {

  .calltoaction-title>button,
  .calltoaction-title a {
    width: 100%;
    font-size: 1.15rem;
  }
}

.adjustiments-title {
  padding-right: 22rem;
  color: #ffffff;
  font-weight: bold;
  font-family: "Rubik";
  font-size: 2.5rem;
  line-height: 2.625rem;
  text-transform: uppercase;
  /* font-family: 'Rubik Roman'; */
}

@media (max-width: 576px) {
  .adjustiments-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding-right: 15rem;
  }
}

.adjustiments-action {
  grid-gap: 1.875rem;
  gap: 1.875rem;
  display: grid;
  align-items: center;
  justify-content: flex-start;
  grid-template-columns: repeat(2, auto);
}

@media (max-width: 576px) {
  .adjustiments-action {
    grid-gap: 0.5rem;
    gap: 0.5rem;
    grid-template-columns: 1fr 1fr;
  }
}

.adjustiments-action>button {
  height: 3.25rem;
}

.adjustiments-action a {
  padding: 1rem;
}

.adjustiments-action>button,
.adjustiments-action a {
  width: 18.125rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  border-radius: 2rem;
  font-family: "Rubik";
  text-transform: uppercase;
  background-color: #565656;
  /* font-family: 'Rubik Roman'; */
}

@media (max-width: 576px) {

  .adjustiments-action>button,
  .adjustiments-action a {
    width: 100%;
    font-size: 1.15rem;
  }
}

.adjustiments-action>button:first-child,
.adjustiments-action a:first-child {
  color: #01176c;
  background-color: #98e0f6;
}

@media (max-width: 576px) {

  .adjustiments-action>button:first-child,
  .adjustiments-action a:first-child {
    color: #01176c;
  }
}

.adjustiments-action>button:nth-child(2),
.adjustiments-action a:nth-child(2) {
  background-color: #01176c;
}

.adjustiments-image {
  bottom: 0;
  right: -7rem;
  width: 27.5rem;
  position: absolute;
  height: auto;
}

@media (max-width: 768px) {
  .adjustiments-image {
    top: -8.5rem;
    right: -5rem;
  }
}

@media (max-width: 576px) {
  .adjustiments-image {
    top: -2.5rem;
    bottom: auto;
    right: -2.5rem;
    width: 15rem;
  }
}

.page-texto .fill-internal {
  padding-bottom: 4rem;
}

.page-texto .image-full {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-height: 570px;
}

.page-equipe .inner .news div {
  margin-bottom: 1rem;
  grid-gap: initial;
  gap: initial;
  grid-gap: initial;
}

.page-equipe .inner .team-label-parts span {
  cursor: pointer;
  transition: 0.2s;
  display: inline-block;
  padding: 0.7rem 1.5rem;
  border-radius: 2rem;
  text-align: center;
  text-transform: uppercase;
  min-width: 120px;
  font-size: 1.15rem;
  margin-right: 0.1rem;
  font-weight: 450;
}

.page-equipe .inner .team-label-parts span:hover {
  opacity: 0.9;
}

.page-equipe .inner h1 {
  font-weight: 800 !important;
  font-size: 50px !important;
  line-height: 6rem !important;
  font-family: "Baloo Tammudu 2", cursive !important;
}

.page-equipe .inner h1:before {
  content: "";
  display: block;
  height: 1rem;
  background: #85e1fa;
  width: 110px;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.page-equipe .inner h2 {
  color: #01176c;
  font-size: 40px;
  font-family: "Baloo Tammudu 2", cursive !important;
  font-weight: 600;
  margin: 2rem 0 0;
}

.page-equipe .inner hr {
  display: block;
  width: 100%;
  height: 1px;
  background: #f0f0f0;
}

.page-equipe .inner .buttonGourp a.pill {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 1.5rem;
  background: #85e1fa;
  color: #000;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Rubik";
}

.page-equipe .inner .buttonGourp a.pill.blue {
  background: #85e1fa;
  color: #000;
}

.page-equipe .inner .buttonGourp a.pill.active {
  background: #43aaa0;
  color: #fff;
}

.page-equipe .inner .title-parts {
  border-bottom: 1px solid #ccc;
}

.page-equipe .inner .title-parts span {
  display: none;
  color: #01176c !important;
  background-color: transparent !important;
  background-color: initial !important;
  font-size: 3rem;
  padding: 1rem 0;
  font-weight: 500;
}

.page-equipe .inner .title-parts span.active {
  display: block;
}

.page-equipe .inner .editorial-title {
  text-transform: uppercase;
}

.page-equipe .inner .editorial-title h1 {
  font-size: 3.875rem;
  margin-top: 0.7rem;
}

.page-equipe .inner .equipe-item-container {
  transition: opacity 0.2s ease-in-out;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  margin-top: 2rem;
}

.page-equipe .inner .equipe-item-container.title {
  margin: 0 !important;
}

.page-equipe .inner .equipe-item-containerdiv {
  margin-bottom: 0 !important;
}

.page-equipe .inner .equipe-item-container.show-container-item {
  opacity: 1;
  visibility: visible;
}

.page-equipe .inner .equipe-item-container.hide-container-item {
  position: absolute;
  opacity: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: hidden;
}

.page-equipe .inner .equipe-item-container:first-child {
  margin-top: 0;
}

.page-equipe .inner .equipe-item-container p {
  font-family: "Rubik" !important;
}

.page-equipe .inner .equipe-item-container p a {
  font-family: "Baloo Tammudu 2", cursive !important;
}

.page-equipe .inner .equipe-item-container .title {
  margin: 0;
  font-weight: 700;
  line-height: 2.65rem;
}

.page-equipe .inner .equipe-item-container .title p {
  color: #01176c;
  font-size: 2.3rem;
}

.page-equipe .inner .equipe-item-container .title strong:first-child {
  display: block;
  color: #377743;
  font-size: 3.5rem;
  margin-bottom: 1rem;
  line-height: 2.8rem;
  font-family: "Baloo Tammudu 2", cursive !important;
}

.page-equipe .inner .equipe-item-container .title strong:first-child p {
  font-size: 2.5rem;
  line-height: 3rem;
  color: #01176c;
  font-weight: 700;
  font-family: "Baloo Tammudu 2", cursive;
}

.page-equipe .inner .equipe-item-container .title strong:first-child p strong {
  color: #0e7c3f;
  font-size: 3.75rem;
  font-weight: 800;
  display: block;
  height: 9px;
}

@media (max-width: 840px) {
  .page-equipe .inner .equipe-item-container .title strong:first-child {
    text-align: center;
  }

  .page-equipe .inner .equipe-item-container .title strong:first-child .page-equipe .equipe-item-container {
    flex-wrap: wrap;
  }

  .page-equipe .inner .equipe-item-container .title strong:first-child p,
  .page-equipe .inner .equipe-item-container .title strong:first-child strong {
    font-size: 2.5rem;
    line-height: unset;
  }
}

.page-equipe .inner .equipe-item-container .title .title2 {
  margin: 0;
}

.page-equipe .inner .equipe-item-container .title .title2 p {
  font-size: 2.5rem;
  line-height: 3rem;
  color: #01176c;
  font-weight: 700;
  font-family: "Baloo Tammudu 2", cursive;
}

.page-equipe .inner .equipe-item-container .title .title2 p strong {
  color: #0e7c3f;
  font-size: 3.75rem;
  font-weight: 800;
  display: inline;
}

@media (max-width: 840px) {
  .page-equipe .inner .equipe-item-container .title .title2 {
    text-align: center;
  }

  .page-equipe .inner .equipe-item-container .title .title2 p,
  .page-equipe .inner .equipe-item-container .title .title2 strong {
    font-size: 2.5rem !important;
    line-height: unset;
    line-height: 35px;
  }
}

.page-equipe .inner .equipe-item-container .equipe-content {
  display: flex;
  margin-top: 3rem;
}

.page-equipe .inner .equipe-item-container .equipe-content img {
  height: 100%;
  width: 100%;
  padding: 0;
  max-height: 300px;
  max-width: 300px;
  objetc-fit: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.page-equipe .inner .equipe-item-container .equipe-content p,
.page-equipe .inner .equipe-item-container .equipe-content strong {
  font-size: 1.313rem;
}

.page-equipe .inner .equipe-item-container .equipe-content h3 {
  font-size: 2rem;
  line-height: 3rem;
  color: #01176c;
  font-weight: 700;
  margin: 1em 0 0 0;
  font-family: "Baloo Tammudu 2", cursive;
}

@media (max-width: 840px) {
  .page-equipe .inner .equipe-item-container .equipe-content {
    justify-content: center;
    flex-direction: column;
  }

  .page-equipe .inner .equipe-item-container .equipe-content img {
    margin: 0 auto 2rem;
  }
}

@media (min-width: 840px) {
  .page-equipe .inner .equipe-item-container .equipe-content {
    flex-direction: row;
  }

  .page-equipe .inner .equipe-item-container .equipe-content img {
    max-width: 326px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
    margin-right: 1.5rem;
  }
}

.page-equipe .inner .page-equipe .funcao {
  font-size: 30px;
  color: #01176c;
  font-family: inherit;
  font-weight: bold;
  font-family: "Baloo Tammudu 2", cursive !important;
  margin-bottom: -35px;
}

.page-equipe .inner .page-equipe .equipe-item-container {
  flex-wrap: wrap;
}

.page-equipe .inner .page-equipe .equipe-item-container .title2 {
  margin: 0;
}

.page-equipe .inner .page-equipe .equipe-item-container .title2 p {
  font-size: 2.5rem;
  line-height: 3rem;
  color: #01176c;
  font-weight: 700;
  font-family: "Baloo Tammudu 2", cursive;
}

.page-equipe .inner .page-equipe .equipe-item-container .title2 p strong {
  color: #0e7c3f;
  font-size: 3.75rem;
  font-weight: 800;
}

.page-equipe .inner .page-equipe .equipe-image {
  flex: 0 0 28%;
}

.page-equipe .inner .page-equipe .text-content p {
  font-family: "Rubik" !important;
}

.page-equipe .inner .page-equipe .text-content a {
  text-decoration: none;
}

@media (max-width: 840px) {
  .page-equipe .inner .page-equipe .equipe-item-container .title2 {
    text-align: left;
  }
}

.page-equipe .inner .page-equipe .equipe-content {
  justify-content: center;
  flex-direction: column;
  flex: 0 0 100%;
}

.page-equipe .inner .page-equipe .equipe-content img {
  margin: 0 auto 2rem;
}

.page-equipe .inner .page-equipe .equipe-image {
  flex: 0 0 100%;
}

.page-equipe .inner .page-equipe .equipe-image img {
  object-fit: cover;
  object-position: top;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  max-width: 300px;
  -o-object-fit: cover;
  -o-object-position: top;
  filter: grayscale(100%);
  border-radius: 50%;
  margin: 0px auto;
  height: 300px;
}

.page-equipe .inner .page-equipe .equipe-image img:hover {
  -webkit-filter: unset !important;
  filter: unset !important;
}

@media (min-width: 840px) {
  .page-equipe .equipe-content {
    flex-direction: column;
  }

  .page-equipe .equipe-image img {
    max-width: 326px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    margin-right: 1.5rem;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border-radius: 50%;
    height: auto;
  }

  .page-equipe .equipe-image img:hover {
    -webkit-filter: unset !important;
    filter: unset !important;
  }
}

.page-equipe .equipe-image img {
  border-radius: 50%;
  height: auto;
}

.cookie-lgpd-popup {
  position: fixed;
  bottom: 20px;
  width: 100%;
  z-index: 999;
  transition: bottom 0.5s 0.5s ease;
  overflow: auto;
  display: none;
}

.cookie-lgpd-popup.active {
  bottom: 20px;
  display: inline-block;
}

@media (max-width: 600px) {
  .cookie-lgpd-popup.active {
    max-width: 98%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    left: 50%;
  }

  .cookie-lgpd-popup.active .close {
    right: 9px !important;
  }
}

.cookie-lgpd-popup .cookie-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.5rem;
}

@media (min-width: 600px) {
  .cookie-lgpd-popup .cookie-content {
    padding: 0 2rem;
    padding-right: 3rem;
  }

  .cookie-lgpd-popup .cookie-content .cookie-text-container {
    flex: 3;
  }

  .cookie-lgpd-popup .cookie-content .cookie-btn-container {
    flex: 1;
  }

  .cookie-lgpd-popup .cookie-content .cookie-btn-container a {
    margin: auto 2rem;
    padding: 1rem 0.5rem;
    max-width: 220px;
  }

  .cookie-lgpd-popup .cookie-content>div {
    padding: 0 0.2rem;
  }
}

.cookie-lgpd-popup .container {
  background-color: rgba(50, 50, 50, 0.95);
  padding: 0.5rem;
  border-radius: 30px;
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .cookie-lgpd-popup .container {
    padding: 2rem;
  }
}

.cookie-lgpd-popup .container .close {
  font-family: sans-serif;
  position: absolute;
  top: 12px;
  right: 2rem;
  color: #fff;
  cursor: pointer;
  font-size: 2.2rem;
}

.cookie-lgpd-popup .container img {
  float: left;
  margin: 20px 30px 20px 0;
}

.cookie-lgpd-popup .container p {
  font-size: 14px;
  color: #fff;
}

.cookie-lgpd-popup .container p a {
  color: #ff0;
  text-decoration: underline;
  -webkit-transform: unset;
  transform: unset;
}

.cookie-lgpd-popup .container .cookie-btn-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.cookie-lgpd-popup .container .cookie-btn {
  width: 100%;
  margin-top: 1rem;
  padding: 0.5rem 0.8rem;
  cursor: pointer;
  text-align: center;
  border: 0.15rem solid #959545;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  display: block;
  transition: 0.1s;
}

@media (min-width: 600px) {
  .cookie-lgpd-popup .container .cookie-btn {
    font-size: 1.4rem;
  }
}

.cookie-lgpd-popup .container .cookie-btn:hover {
  color: #fff;
  border: 0.15rem solid #fff;
  background-color: #333333;
}

.bg-blue-gradient {
  background: #01176c;
  background: linear-gradient(90deg, rgba(1, 23, 108, 0.8705882353) 15%, #98e0f6 100%);
}

.bg-blue-solid {
  background: #01176c;
}

.bg-green-gradient {
  background: #397c49;
  background: linear-gradient(90deg, #18662C 15%, #98e0f6 100%);
}

.link-button.bg-green-gradient {
  background: linear-gradient(90deg, #348548 15%, #98e0f6 100%);
}

body {
  scroll-behavior: smooth;
}

@media (max-width: 500px) {
  .editorial-img-link {
    display: block !important;
    max-height: 250px !important;
  }
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  font-family: "Rubik";
}

table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}

table th,
table td {
  padding: 0.625em;
  text-align: center;
}

table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}

.partners-images.owl-carousel img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .partners-images.owl-carousel .owl-item {
    text-align: center;
  }
}

.partners-images.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.partners-images.owl-carousel .owl-dots button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  margin: 0 0.25rem;
}

.wp-block-embed__wrapper,
.flexVideo {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  margin-bottom: 0;
  overflow: hidden;
}

.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed,
.wp-block-embed__wrapper video,
.flexVideo iframe,
.flexVideo object,
.flexVideo embed,
.flexVideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-embed__wrapper.widescreen {
  padding-bottom: 56.25%;
}

.wp-block-embed__wrapper.vimeo {
  padding-top: 0;
}

.home .fill-calltoaction {
  display: block !important;
}

.equipe {
  display: none;
}

.equipe.active {
  display: block;
}

@media (min-width: 1023px) {
  .equipe.active {
    margin-bottom: -50px;
  }
}

.programas {
  width: 100%;
  padding: 4rem 0;
}

.programas hr {
  display: block;
  background: #c8c1c1;
  margin-bottom: 2rem 0 4rem;
}

@media (min-width: 1023px) {
  .programas hr {
    margin: 4rem 0 6rem;
  }
}

.programas .editorial-title h1 {
  color: #323232;
  line-height: 1.25 !important;
  font-size: 3.5rem !important;
  margin-bottom: 0 !important;
}

@media (min-width: 1023px) {
  .programas .editorial-title h1 {
    font-size: 50px !important;
  }
}

.programas .equipe-item-container {
  margin-bottom: 2rem;
  margin-top: 0 !important;
}

.programas .equipe-item-container p {
  font-size: 18px;
  line-height: 1.2;
  color: #151515;
  font-family: "Rubik" !important;
}

@media (min-width: 1023px) {
  .programas .equipe-item-container p {
    font-size: 25px;
  }
}

.programas * {
  font-family: "Baloo Tammudu 2", cursive;
}

.programas h3 {
  font-size: 36px;
  font-weight: 700;
  color: #0e7c3f;
  line-height: 1.2;
  margin-bottom: 3rem;
}

.programas h4 {
  font-size: 36px;
  color: #01176c;
  line-height: 1;
  font-weight: 700;
}

.programas h4 small {
  font-size: 18px;
}

@media (min-width: 1023px) {
  .programas h3 {
    font-size: 40px;
  }

  .programas h3 small {
    font-size: 30px;
  }

  .programas h4 {
    font-size: 37px;
  }

  .programas h4 small {
    font-size: 29px;
  }
}

.programas .page-equipe .editorial-title {
  font-size: 50px !important;
}

.programas .flex {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
}

.programas .flex .card {
  text-align: center;
  width: 48%;
  margin-right: 2%;
}

@media (min-width: 1023px) {
  .programas .flex .card {
    width: 30%;
  }
}

.programas .flex .card h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.programas .flex .card h5 {
  font-size: 18px;
  color: #0e7c3f;
  font-weight: 700;
}

.programas .flex .card img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  margin-bottom: 2rem;
  margin-top: 0rem;
  border-radius: 50%;
  overflow: hidden;
}

.programas .flex .card:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

@media (min-width: 1023px) {
  .programas .flex .card h4 {
    font-size: 28px;
  }

  .programas .flex .card h5 {
    font-size: 21px;
  }
}


/* Na midia */
.descricaoMidia p {
  color: #323232;
  font-size: 1.5625rem;
  margin-top: 0.7rem !important;
  text-align: center;
  font-family: "Rubik", "Serif";
  line-height: 2.3rem;
  font-weight: 300;
  max-width: 700px;
  margin: auto;
}

.container .row .col-md-6 {
  display: flex;
  flex-direction: column;
  height: fit-content;
}

.container .row .col-md-6 img {
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16/9;
  min-height: 100%;
  max-height: 325px;
}

.container .row .col-md-6 h4 {
  color: #323232;
  font-weight: 700;
  line-height: 2rem;
  font-size: 1.6875rem;
  margin: 1.25rem 0;
}

.container .row .col-md-6 p {
  color: #151515;
  font-size: 1.5625rem;
  line-height: 1.825rem;
  font-family: "ArialMT", "Serif";
}