@charset "UTF-8";
/*
Theme Name:   base-theme
Author:       ALAXA TECH
Author URI:   https://github.com/ALAXA-TECH
Description:  Tema base para construir 'DEP & SLEP'
Requires PHP:  5.7
Version:       1.0.1
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
Tags:          Landing page, DEP, Sitio Web, Escuelas
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

@font-face {
  font-family: Gilmer;
  src: url("assets/fonts/Gilmer.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Gilmer;
  src: url("assets/fonts/Gilmer-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Gilmer;
  src: url("assets/fonts/Gilmer-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Gilmer;
  src: url("assets/fonts/Gilmer-heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Gilmer;
  src: url("assets/fonts/Gilmer-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

/* Reboot Codes - Based on normalize.css v5.0.0
**********************/
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  width: 100vw;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

main{
  width: 100vw;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: not-allowed;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type=search] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

body .wp-block-columns {
  margin: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

*,
:after,
:before {
  box-sizing: border-box;
}

*::-webkit-scrollbar {
  background: transparent;
  width: 10px;
  height: 10px;
}

*::-webkit-scrollbar-thumb {
  background-color: #aaa;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}

*::-webkit-scrollbar-track {
  background: #ddd;
}

body {
  overflow-x: hidden;
}

body ::placeholder {
  color: #CACACA;
  opacity: 1;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}

blockquote {
  margin: 0;
}

::selection {
  background-color: #282828;
  color: #fff;
}

input:focus-visible {
  outline: none;
}

summary {
  list-style: none;
  list-style-type: none;
}

summary::-webkit-details-marker,
details>summary::-webkit-details-marker {
  display: none;
}

summary::marker,
details>summary::marker {
  display: none;
}

summary:hover,
summary:focus,
summary:active {
  outline: none;
}

details>summary {
  list-style: none;
  list-style-type: none;
}

hr {
  border-top: none !important;
  border-bottom: 1px solid #c4c4c4 !important;
}

* {
  scroll-margin-top: 150px;
}

@media only screen and (min-width: 768px) {
  .theBody {
    position: relative;
  }

  .theBody::before {
    content: "";
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: -webkit-fill-available;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    z-index: -1;
    background-image: url("assets/img/bg/bg-lines.svg");
    background-color: #fff;
  }

  .theBody.firefox::before {
    height: 100%;
  }
}

@media only screen and (min-width: 1700px) {
  .theBody::before {
    top: -20px;
  }
}

body .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
  margin: 0 !important;
}

@media only screen and (max-width: 768px) {
  body .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
    flex-basis: inherit !important;
    flex-grow: 0;
  }

  body .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
  }
}

@media (min-width: 600px) and (max-width: 781px) {
  body .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
    flex-grow: 0;
  }
}

.-container,
.footer__container,
.mail-alert__container,
.burguer__container,
.contact__container,
.search-form__container,
.search-page__container,
.progress-card,
.post__container,
.header__container,
.container,
.bannerCaurosel__container,
.hero__container,
.news-related__container,
.applications__container,
.webinar__container,
.news__container,
.filters__container,
.featured-post__container,
.slep-menu__container {
  width: 100%;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 1700px) {

  .-container,
  .footer__container,
  .mail-alert__container,
  .burguer__container,
  .contact__container,
  .search-form__container,
  .search-page__container,
  .progress-card,
  .post__container,
  .header__container,
  .container,
  .bannerCaurosel__container,
  .hero__container,
  .news-related__container,
  .applications__container,
  .webinar__container,
  .news__container,
  .filters__container,
  .featured-post__container,
  .slep-menu__container {
    max-width: 1680px;
  }
}

@media only screen and (min-width: 768px) {

  .container-min-md,
  .info-public__container,
  .slep__container,
  .featured-news__container,
  .recent-news__container,
  .carousel-keys__container,
  .participation__container,
  .aula__container,
  .featured-documents__container,
  .dropdown__container {
    width: 100%;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 1700px) {

  .container-min-md,
  .info-public__container,
  .slep__container,
  .featured-news__container,
  .recent-news__container,
  .carousel-keys__container,
  .participation__container,
  .aula__container,
  .featured-documents__container,
  .dropdown__container {
    max-width: 1680px;
  }
}

.-mAuto {
  margin: auto;
}

.-mAutoRL {
  margin-left: auto !important;
  margin-right: auto !important;
}

.-mAutoLft {
  margin-left: auto;
}

.-mAutoRight {
  margin-right: auto;
}

.-mBgBottom {
  margin-bottom: 40px;
}

.hide {
  display: none;
}

.-show {
  display: block;
}

.-pRelative,
.-col {
  position: relative;
}

.-pAbsolute {
  position: absolute;
}

.-sticky {
  position: sticky;
}

.-overHidden {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .sm-none {
    display: none !important;
  }
}

.sm {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .sm {
    display: block !important;
  }
}

.flex {
  display: flex;
}

.flex-align-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.-flexCenterCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: -15px;
  margin-bottom: -15px;
}

.-row .-col-1 {
  width: 8.3333333333%;
}

.-row .-col-2 {
  width: 16.6666666666%;
}

.-row .-col-3 {
  width: 24.9999999999%;
}

.-row .-col-4 {
  width: 33.3333333332%;
}

.-row .-col-5 {
  width: 41.6666666665%;
}

.-row .-col-6 {
  width: 49.9999999998%;
}

.-row .-col-7 {
  width: 58.3333333331%;
}

.-row .-col-8 {
  width: 66.6666666664%;
}

.-row .-col-9 {
  width: 74.9999999997%;
}

.-row .-col-10 {
  width: 83.3333333333%;
}

.-row .-col-11 {
  width: 91.6666666663%;
}

.-row .-col-12 {
  width: 100%;
}

.-row .-col-1,
.-row .-col-2,
.-row .-col-3,
.-row .-col-4,
.-row .-col-5,
.-row .-col-6,
.-row .-col-7,
.-row .-col-8,
.-row .-col-9,
.-row .-col-10,
.-row .-col-11,
.-row .-col-12 {
  padding: 10px;
}

@media only screen and (max-width: 576px) {

  .-row .-col-1,
  .-row .-col-2,
  .-row .-col-3,
  .-row .-col-4,
  .-row .-col-5,
  .-row .-col-6,
  .-row .-col-7,
  .-row .-col-8,
  .-row .-col-9,
  .-row .-col-10,
  .-row .-col-11,
  .-row .-col-12 {
    width: 100%;
    padding: 0;
  }
}

.-col {
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.page__content {
  display: flex;
  flex-direction: column;
}

img {
  width: 100%;
  height: fit-content;
}

.crop {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #CACACA;
  overflow: hidden;
}

.crop::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 65%;
}

.crop img {
  object-position: 50% top;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: calc(100% + 2px);
  transform: translate(-50%, -50%);
}

.wpcf7-not-valid-tip {
  font-size: 0.8125rem !important;
}

.wp-block-columns .wp-block-column {
  margin-left: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
}

.wpcf7-response-output {
  color: #fff !important;
}

h1,
h2,
h3,
p,
small,
i,
label,
span,
button,
ol,
li,
ul,
a,
input,
label,
.-h1,
.-h2,
.-h3 {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilmer", sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 2.3125rem;
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  h3 {
    font-size: 2.25rem;
  }
}

h4 {
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  h4 {
    font-size: 1.5rem;
  }
}

p {
  font-size: 1rem;
  line-height: 1.7;
}

.-uppercase {
  text-transform: uppercase;
}

.-black,
.footer--links .footer__title,
.footer--newsletter .contact__header,
.swal-title,
.slep-zones .slep-zones__item,
.progress-card__title span,
.query-error span,
.filters .filters__title,
.card--slep h4,
.card--related h5,
.faq .faq__title,
.page__header h1,
.wp__content blockquote p,
.archive blockquote p,
.wp__content h4,
.archive h4,
.wp__content h3,
.archive h3,
.wp__content h1,
.wp__content h2,
.archive h1,
.archive h2,
.wp__content .subtitle,
.archive .subtitle,
.bookmarks__title,
.slep-menu__header .slep-menu__close,
.qoute-center {
  font-weight: 900;
}

.-extraBold {
  font-weight: 800;
}

.-bold,
.mail-alert__content a,
.page__header {
  font-weight: 700;
}

.-semiBold {
  font-weight: 600;
}

.-medium,
.wpcf7-form .wpcf7-form-control.wpcf7-submit,
.search-form--menu input[type=submit],
.alm-load-more-btn,
.btn>a,
.btn>span,
.btn .wp-block-button__link,
.wp-block-buttons>a,
.wp-block-buttons>span,
.wp-block-buttons .wp-block-button__link {
  font-weight: 500;
}

.-regular,
.page__header .page__subtitle,
.wp__content h6,
.archive h6,
.btn--without>a,
.btn--without>span,
.byline {
  font-weight: 400;
}

.-light {
  font-weight: 300;
}

.-extraLight {
  font-weight: 200;
}

.-thin {
  font-weight: 100;
}

.-italic {
  font-style: italic;
}

.-center {
  text-align: center;
}

.-condensed {
  letter-spacing: -1px;
}

.-semiBoldCondensed {
  letter-spacing: -0.35px;
}

.-loose {
  letter-spacing: 0.16px;
}

.-colorLightin {
  color: #fff;
}

.-lineClampTitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.-lineClampTitleLong {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.-lineClampText {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.list--check {
  list-style: none;
}

.list--check li {
  font-size: 0.9375rem;
  position: relative;
  margin-left: 40px;
  padding-bottom: 12px;
  color: #888888;
}

.list--check li::before {
  content: url("assets/img/icons/check.svg");
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -35px;
}

.byline {
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  line-height: 1;
  color: #3ABFF0;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.change-color .byline {
  color: #000;
}

.qoute-center {
  font-family: "Gilmer", sans-serif;
  font-size: 1rem;
  margin: 0 auto !important;
  color: #282828;
  letter-spacing: -0.01em;
  text-align: center;
  line-height: 1.1;
  max-width: 570px;
}

@media only screen and (min-width: 768px) {
  .qoute-center {
    font-size: 2.25rem !important;
  }
}

a {
  color: inherit;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 30px;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
}

.btn>a,
.btn>span,
.btn .wp-block-button__link,
.wp-block-buttons>a,
.wp-block-buttons>span,
.wp-block-buttons .wp-block-button__link {
  font-family: "Inter", sans-serif;
  cursor: pointer;
  outline: none;
  font-size: 1rem;
  line-height: 1.2;
  padding: 10px 25px;
  border-radius: 3px;
  width: fit-content;
  display: block;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}

.btn>a:hover,
.btn>span:hover,
.btn .wp-block-button__link:hover,
.wp-block-buttons>a:hover,
.wp-block-buttons>span:hover,
.wp-block-buttons .wp-block-button__link:hover {
  outline: none;
}

.btn .wp-block-button,
.wp-block-buttons .wp-block-button {
  margin-bottom: 0;
}

.btn--primary>a,
.btn--primary>span {
  color: #fff !important;
  background-color: #3ABFF0;
}

.change-color .btn--primary>a,
.change-color .btn--primary>span {
  background-color: #000;
}

.btn--primary:hover>a,
.btn--primary:hover>span {
  filter: drop-shadow(0px 6px 12px rgba(58, 191, 240, 0.08)) drop-shadow(0px 12px 24px rgba(58, 191, 240, 0.16));
}

.btn--lightin>a,
.btn--lightin>span {
  color: #3ABFF0 !important;
  background-color: #fff;
}

.change-color .btn--lightin>a,
.change-color .btn--lightin>span {
  color: #282828 !important;
}

.btn--lightin:hover>a,
.btn--lightin:hover>span {
  box-shadow: 0px 12px 24px rgba(44, 39, 56, 0.04), 0px 24px 48px rgba(44, 39, 56, 0.08);
}

.btn--outline>a,
.btn--outline>span,
.is-style-outline>a,
.is-style-outline>span {
  background-color: transparent !important;
  color: #3ABFF0 !important;
  border: 2px solid #3ABFF0 !important;
}

.change-color .btn--outline>a,
.change-color .btn--outline>span,
.change-color .is-style-outline>a,
.change-color .is-style-outline>span {
  color: #000 !important;
  border-color: #000 !important;
}

.btn--outline:hover>a,
.btn--outline:hover>span,
.is-style-outline:hover>a,
.is-style-outline:hover>span {
  background: rgba(58, 191, 240, 0.1) !important;
}

.change-color .btn--outline:hover>a,
.change-color .btn--outline:hover>span,
.change-color .is-style-outline:hover>a,
.change-color .is-style-outline:hover>span {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.btn--without>a,
.btn--without>span {
  padding: 0;
  color: #3ABFF0 !important;
}

.change-color .btn--without>a,
.change-color .btn--without>span {
  color: #282828 !important;
}

.btn--arrow>a::after,
.btn--arrow>span::after {
  display: inline-block;
  width: 6px;
  height: 14px;
  content: "";
  -webkit-mask: url("assets/img/icons/go-right-blue.svg") no-repeat 50% 50%;
  mask: url("assets/img/icons/go-right-blue.svg") no-repeat 50% 50%;
  background-color: #3ABFF0;
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-right: 16px;
  transition: all 0.4s;
  position: absolute;
  bottom: 17px;
  right: 0;
}

.change-color .btn--arrow>a::after,
.change-color .btn--arrow>span::after {
  background-color: #000;
}

@media only screen and (min-width: 768px) {

  .btn--arrow>a::after,
  .btn--arrow>span::after {
    width: 8px;
    height: 16px;
  }
}

.btn--dropdown>a,
.btn--dropdown>span {
  display: block;
  padding: 16px 16px 13px;
  color: #888888;
  position: relative;
}

.aula .btn--dropdown>a,
.aula .btn--dropdown>span {
  padding: 12px 45px 12px 14px;
}

.btn--dropdown>a::after,
.btn--dropdown>span::after {
  content: "";
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 22px;
  right: 15px;
  background-image: url(assets/img/icons/go-right-blue.svg);
  transform: rotate(90deg);
  transition: all 400ms ease-in;
}

.change-color .btn--dropdown>a::after,
.change-color .btn--dropdown>span::after {
  background-image: url(assets/img/icons/go-right-dark.svg);
}

.aula .btn--dropdown>a::after,
.aula .btn--dropdown>span::after {
  top: 18px;
}

.btn--outline-lightin>a,
.btn--outline-lightin>span {
  background-color: transparent !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}

/* ------------------------------------
 #              Animation
 -------------------------------------- */
.slide-top {
  animation: 1.5s ease 0s normal forwards 1 slide-top;
  opacity: 1;
}

.slide-right {
  animation: 0.6s ease-out 0s normal forwards 1 slide-right;
  opacity: 1;
}

@keyframes slide-top {
  0% {
    transform: translateY(-50px);
    opacity: 0.5;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-right {
  0% {
    transform: translateX(20%);
    opacity: 0.8;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-left {
  0% {
    transform: translateX(-10%);
    opacity: 0.8;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

/* ------------------------------------
 #                Header
 #    menú principal del landing page
 -------------------------------------- */
.header {
  box-sizing: border-box;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
}

.header ul {
  list-style: none;
}

.header.slep-active {
  bottom: 0;
  overflow: auto;
}

.header__top {
  color: #fff;
  background-color: #3ABFF0;
}

.change-color .header__top {
  background-color: #000;
}

.header__blue-link {
  margin-right: 60px;
}

.header__blue-link a {
  font-size: 0.875rem;
}

.header__menu {
  transition: all 0.01s ease-out;
}

.active .header__menu {
  background-color: #fff;
}

.slep-active .header__menu {
  display: none;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header__top .header__container {
  padding: 8px 15px;
}

.header__menu .header__container {
  padding: 8px 15px;
}

.header__container .btn {
  padding: 0;
}

.header__top ul,
.header__top .header__column {
  display: flex;
  align-items: center;
  list-style: none;
}

.header__top li a,
.header__top span {
  color: #fff;
}

.header__top .btn--local span {
  font-size: 0.875rem;
  text-transform: uppercase;
}

.header__top .btn--icon svg {
  vertical-align: middle;
}

.header__navbar,
.burguer-nav {
  display: none;
}

@media only screen and (min-width: 768px) {

  .header__navbar,
  .burguer-nav {
    display: block;
  }
}

.header__blue-link {
  gap: 30px;
}

.header__top .header__column {
  display: none;
}

@media only screen and (min-width: 768px) {
  .header__top .header__column {
    display: flex;
  }
}

.header__media,
.footer--social-media {
  margin-left: 35px;
}

.header__media li,
.footer--social-media li {
  margin: 0 6.5px;
  line-height: 0;
}

.header__media li a,
.footer--social-media li a {
  font-size: 0;
  line-height: 0;
}

.header__media li a::before,
.footer--social-media li a::before {
  content: "";
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: relative;
  top: 4px;
}

.header__media .social-media--facebook a::before,
.footer--social-media .social-media--facebook a::before {
  background-image: url(assets/img/social-media/facebook-circle.svg);
}

.header__media .social-media--instagram a::before,
.footer--social-media .social-media--instagram a::before {
  background-image: url(assets/img/social-media/instagram.svg);
}

.header__media .social-media--twitter a::before,
.footer--social-media .social-media--twitter a::before {
  background-image: url(assets/img/social-media/twitter.svg);
}

.header__media .social-media--youtube a::before,
.footer--social-media .social-media--youtube a::before {
  background-image: url(assets/img/social-media/youtube.svg);
}

.header__navbar a,
.header__navbar span {
  font-size: 0.875rem;
}

.header__navbar a {
  color: #282828;
}

@media only screen and (min-width: 768px) {
  .header__navbar {
    display: flex;
    align-items: center;
  }

  .header__navbar .header__nav {
    display: flex;
  }
}

.header__logo img {
  max-width: 110px;
}

@media only screen and (min-width: 768px) {
  .header__logo img {
    max-width: 150px;
  }
}

.header__nav a {
  cursor: pointer;
}

.header__nav li {
  margin: 0 20px;
}

.header__nav li .sub-menu__description {
  display: none;
}

.burguer span {
  text-transform: uppercase;
  color: #3ABFF0;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .burguer {
    display: none;
  }
}

.sub-menu {
  display: none;
}

.sub-menu.active {
  animation: 0.6s ease-out 0s normal forwards 1 slide-left;
  opacity: 1;
  display: block;
}

.sub-menu .sub-menu__description {
  display: none;
}

.sub-menu li {
  margin: 0 !important;
  padding: 10px 25px;
  box-sizing: content-box;
}

.menu-item:last-child .sub-menu {
  right: 11.5%;
  left: auto;
}

@media only screen and (min-width: 768px) {
  .sub-menu {
    position: absolute;
    z-index: 0;
    padding: 30px 25px 35px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    flex-direction: row;
    top: 62%;
    left: 20.7%;
    box-shadow: 0px 10px 30px rgba(44, 39, 56, 0.1);
  }

  .sub-menu.active {
    animation: 1.5s ease 0s normal forwards 1 slide-top;
    display: flex;
  }

  .sub-menu::after {
    content: "";
    display: block;
    background-color: #3ABFF0;
    width: 20%;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .change-color .sub-menu::after {
    background-color: #000;
  }

  .sub-menu .menu-item {
    max-width: 233px;
  }

  .menu-item:last-child .sub-menu::after {
    width: 10%;
    left: auto;
    right: 0;
  }

  .sub-menu .sub-menu__link {
    display: block;
    font-family: "Gilmer", sans-serif;
    font-weight: 900;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000;
    margin-bottom: 5px;
  }

  .sub-menu .sub-menu__description {
    display: block !important;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #000;
  }

  .sub-menu .sub-menu__description::after {
    display: block;
    content: "Ver más";
    color: #3ABFF0;
    margin-top: 5px;
  }

  .change-color .sub-menu .sub-menu__description::after {
    color: #000;
    font-weight: 600;
  }

  .sub-menu li {
    padding: 0 25px;
  }

  .sub-menu li:first-child {
    padding-left: 0;
  }

  .sub-menu li:last-child {
    padding-right: 0;
  }

  .sub-menu li:not(:last-child) {
    position: relative;
  }

  .sub-menu li:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 105%;
    background-color: #CACACA;
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* ------------------------------------
 #              SLEP Menu
 -------------------------------------- */
.slep-menu {
  position: relative;
  padding: 45px 0 110px;
  display: none;
}

.slep-menu.active {
  display: block;
}

.slep-menu__container {
  box-sizing: content-box;
}

.slep-menu__header {
  display: flex;
  justify-content: space-between;
}

.slep-menu__header .slep-menu__title {
  color: #fff;
}

.slep-menu__header .slep-menu__close {
  font-family: "Gilmer", sans-serif;
  font-size: 2.25rem;
  color: #fff;
  cursor: pointer;
}

.slep-menu__header .slep-menu__close::after {
  content: "";
  display: inline-block;
  background: url("assets/img/icons/close-white.svg") no-repeat 100% 100%;
  width: 21px;
  height: 21px;
  z-index: 10;
  margin-left: 15px;
}

.slep-menu__zones {
  margin-top: 30px;
}

.slep-menu__zones .splide--slep {
  position: static;
}

.slep-menu__zones .splide__arrow {
  bottom: 8%;
}

.slep-menu__zones .splide__arrow[disabled] {
  display: none;
}

.slep-menu__zones .splide__arrow svg {
  height: auto;
  width: auto;
}

.slep-menu__zones .splide__arrow--next {
  right: 0;
}

.slep-menu__zone {
  position: relative;
}

.slep-menu__zone:not(:first-child) {
  margin-top: 53px;
}

.splide__title {
  margin-bottom: 20px;
}

/* ------------------------------------
 #            Breadcrumb
 -------------------------------------- */
.breadcrumb {
  position: relative;
  display: none;
}

@media only screen and (min-width: 768px) {
  .breadcrumb {
    display: block;
    margin-top: 0.5rem;
  }

  .breadcrumb ul {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0 !important;
  }

  .breadcrumb li {
    font-size: 12px;
    color: #888888;
    text-transform: uppercase;
    margin-bottom: 0 !important;
  }

  .breadcrumb li a {
    color: #3ABFF0;
    font-size: inherit;
    transition: all 1.5s ease-out;
  }

  .breadcrumb li a:hover {
    text-decoration: underline;
  }

  .change-color .breadcrumb li a {
    color: #282828;
  }

  .breadcrumb li span {
    cursor: default;
  }

  .breadcrumb li:not(:last-child)::after {
    display: inline;
    content: ">";
    margin: 0 4px;
    color: #3ABFF0;
    position: relative;
    top: -1px;
  }

  .change-color .breadcrumb li:not(:last-child)::after {
    color: #282828;
  }

  .breadcrumb .breadcrumb__disabled {
    color: #888888;
  }
}

/* ------------------------------------
 #              Bookmark
 -------------------------------------- */
.bookmarks {
  position: fixed;
  top: 85px;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0px 10px 30px rgba(44, 39, 56, 0.1);
  border-radius: 10px;
  padding: 20px 24px 30px 16px;
}

.bookmarks__title {
  display: block;
  font-family: "Gilmer", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  color: #282828;
}

.bookmarks .bookmark__list {
  list-style: none;
}

.bookmarks .bookmark__list li {
  padding: 20px 0;
}

.bookmarks .bookmark__list li:last-child {
  padding-bottom: 0;
}

.bookmarks .bookmark__list li:not(:last-child) {
  border-bottom: 1px solid #CACACA;
}

.bookmarks .bookmark__list a {
  color: #3ABFF0;
  font-size: 1rem;
  line-height: 1.4;
}

.change-color .bookmarks .bookmark__list a {
  color: #282828;
}

@media only screen and (max-width: 768px) {
  .bookmarks.active .bookmark__list {
    display: block;
  }

  .bookmarks.active .bookmarks__title::after {
    transform: rotate(270deg);
  }

  .bookmarks .bookmarks__title::after {
    content: "";
    display: inline-block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 22px;
    right: 15px;
    background-image: url(assets/img/icons/go-right-blue.svg);
    transition: all 400ms ease-in;
    transform: rotate(90deg);
  }

  .bookmarks .bookmark__list {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .bookmarks {
    display: block;
    position: sticky;
    top: 200px;
    right: auto;
    left: auto;
    margin-bottom: 30px;
    max-width: 270px;
    padding: 27px 25px;
  }

  .bookmarks__title {
    font-size: 1.5rem;
    padding: 0;
  }

  .bookmarks .bookmark__list li:first-child {
    padding-top: 20px;
  }
}

/* ------------------------------------
 #                 Post
 -------------------------------------- */
.post {
  padding-top: 50px;
  padding-bottom: 135px;
}

@media only screen and (min-width: 768px) {
  .post {
    padding-top: 0;
  }
}

.post--webinar .wp__content .wp-block-embed__wrapper {
  max-width: 1010px;
}

.post--participation .wp__content .wp-block-embed__wrapper {
  max-width: 970px;
}

.post--participation .wp__content p {
  max-width: 970px;
  margin-top: 30px;
}

.post--participation .wp__content ul {
  max-width: 970px;
}

.post--participation .wp__content *>p {
  max-width: none;
}

.post__content ul {
  margin-left: 20px;
  margin-bottom: 25px;
}

.post__content ul li {
  margin-bottom: 5px;
}

.post__content p {
  text-align: justify;
}

.post__content h3 {
  font-weight: 700;
}

.post__content p,
.post__content h3,
.post__content li {
  font-size: 0.9375rem;
  line-height: 33px;
  margin-bottom: 30px;
}

.post__content figure {
  display: flex;
  justify-content: center;
  margin: 60px 0;
}

.post__content figure img {
  margin: 0 auto;
  width: auto;
  height: auto;
  object-fit: cover;
}

.post__content a {
  font-weight: 700;
  color: #FF3C4C;
  text-decoration: none;
}

.post__content blockquote {
  max-width: 687px;
  border-left: 5px solid #1F84EC;
  padding: 10px 16px;
  margin-bottom: 15px;
}

.post__content blockquote p {
  margin-bottom: 5px;
}

.wp__featured-img img {
  object-fit: cover;
  max-height: 95px;
}

@media only screen and (min-width: 768px) {
  .wp__featured-img img {
    max-height: 380px;
  }
}

.wp__content,
.archive {
  padding-top: 160px;
}

.post .wp__content,
.post .archive {
  padding-top: 30px;
}

.post--participation .wp__content .container+h2+p,
.post--participation .wp__content .bannerCaurosel__container+h2+p,
.post--participation .wp__content .hero__container+h2+p,
.post--participation .wp__content .news-related__container+h2+p,
.post--participation .wp__content .applications__container+h2+p,
.post--participation .wp__content .webinar__container+h2+p,
.post--participation .wp__content .news__container+h2+p,
.post--participation .wp__content .filters__container+h2+p,
.post--participation .wp__content .featured-post__container+h2+p,
.post--participation .wp__content .slep-menu__container+h2+p,
.post--participation .archive .container+h2+p,
.post--participation .archive .bannerCaurosel__container+h2+p,
.post--participation .archive .hero__container+h2+p,
.post--participation .archive .news-related__container+h2+p,
.post--participation .archive .applications__container+h2+p,
.post--participation .archive .webinar__container+h2+p,
.post--participation .archive .news__container+h2+p,
.post--participation .archive .filters__container+h2+p,
.post--participation .archive .featured-post__container+h2+p,
.post--participation .archive .slep-menu__container+h2+p {
  margin: 15px 0 20px;
}

.wp__content .subtitle,
.archive .subtitle {
  font-family: "Gilmer", sans-serif;
  line-height: 1.2;
  font-size: 1rem;
  color: #3ABFF0;
  letter-spacing: -0.01em;
  margin-top: 10px;
  margin-bottom: 35px;
  max-width: 1070px;
}

.change-color .wp__content .subtitle,
.change-color .archive .subtitle {
  color: #888888;
}

.wp__content p,
.archive p {
  font-size: 0.875rem;
  margin-top: 40px;
  color: #282828;
}

.wp__content p+h1,
.wp__content p+h2,
.wp__content p+h3,
.wp__content p+h4,
.wp__content p+h5,
.wp__content p+h6,
.archive p+h1,
.archive p+h2,
.archive p+h3,
.archive p+h4,
.archive p+h5,
.archive p+h6 {
  margin-top: 50px;
}

.wp__content p+h1,
.wp__content p+h2,
.wp__content p+h3,
.wp__content p+h4,
.wp__content p+h5,
.wp__content p+h6,
.wp__content blockquote+h1,
.wp__content blockquote+h2,
.wp__content blockquote+h3,
.wp__content blockquote+h4,
.wp__content blockquote+h5,
.wp__content blockquote+h6,
.wp__content button+h1,
.wp__content button+h2,
.wp__content button+h3,
.wp__content button+h4,
.wp__content button+h5,
.wp__content button+h6,
.wp__content ul+h1,
.wp__content ul+h2,
.wp__content ul+h3,
.wp__content ul+h4,
.wp__content ul+h5,
.wp__content ul+h6,
.wp__content ol+h1,
.wp__content ol+h2,
.wp__content ol+h3,
.wp__content ol+h4,
.wp__content ol+h5,
.wp__content ol+h6,
.wp__content table+h1,
.wp__content table+h2,
.wp__content table+h3,
.wp__content table+h4,
.wp__content table+h5,
.wp__content table+h6,
.wp__content .wp-block-buttons+h1,
.wp__content .wp-block-buttons+h2,
.wp__content .wp-block-buttons+h3,
.wp__content .wp-block-buttons+h4,
.wp__content .wp-block-buttons+h5,
.wp__content .wp-block-buttons+h6,
.archive p+h1,
.archive p+h2,
.archive p+h3,
.archive p+h4,
.archive p+h5,
.archive p+h6,
.archive blockquote+h1,
.archive blockquote+h2,
.archive blockquote+h3,
.archive blockquote+h4,
.archive blockquote+h5,
.archive blockquote+h6,
.archive button+h1,
.archive button+h2,
.archive button+h3,
.archive button+h4,
.archive button+h5,
.archive button+h6,
.archive ul+h1,
.archive ul+h2,
.archive ul+h3,
.archive ul+h4,
.archive ul+h5,
.archive ul+h6,
.archive ol+h1,
.archive ol+h2,
.archive ol+h3,
.archive ol+h4,
.archive ol+h5,
.archive ol+h6,
.archive table+h1,
.archive table+h2,
.archive table+h3,
.archive table+h4,
.archive table+h5,
.archive table+h6,
.archive .wp-block-buttons+h1,
.archive .wp-block-buttons+h2,
.archive .wp-block-buttons+h3,
.archive .wp-block-buttons+h4,
.archive .wp-block-buttons+h5,
.archive .wp-block-buttons+h6 {
  margin-top: 30px;
}

.wp__content h1,
.wp__content h2,
.archive h1,
.archive h2 {
  font-size: 2.3125rem;
}

.wp__content h3,
.archive h3 {
  font-size: 1.5rem;
}

.wp__content h4,
.archive h4 {
  font-size: 1rem;
}

.wp__content figure,
.archive figure {
  margin: 30px 0;
}

.wp__content .wp-block-image,
.archive .wp-block-image {
  padding-bottom: 30px;
}

.wp__content blockquote,
.archive blockquote {
  margin: 30px 0;
}

.wp__content blockquote p,
.archive blockquote p {
  font-family: "Gilmer", sans-serif;
  font-size: 1rem;
  margin: 0 !important;
  color: #282828;
  letter-spacing: -0.01em;
}

.wp__content hr,
.archive hr {
  margin: 50px 0;
}

.wp__content h6,
.archive h6 {
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  line-height: 1;
  color: #3ABFF0;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.wp__content .wp-block-embed__wrapper,
.archive .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.wp__content .wp-block-embed__wrapper iframe,
.archive .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9.9px;
  box-shadow: 0px 17.7645px 35.529px rgba(35, 23, 5, 0.26);
}

.wp__content .is-style-outline a,
.archive .is-style-outline a {
  color: #1F84EC !important;
  border-radius: 6px;
  border-color: #1F84EC !important;
}

.change-color .wp__content .is-style-outline a,
.change-color .archive .is-style-outline a {
  color: #000 !important;
  border-color: #000 !important;
}

.wp__content .wp-block-table,
.archive .wp-block-table {
  margin: 30px 0 40px;
  overflow-x: auto;
}

.wp__content .person-block,
.archive .person-block {
  margin-top: 40px;
}

.wp__content .person-block .wp-block-columns,
.archive .person-block .wp-block-columns {
  justify-content: center;
}

.wp__content .person-block .wp-block-column,
.archive .person-block .wp-block-column {
  flex-basis: auto !important;
  flex-grow: initial;
}

.wp__content .fill-container,
.archive .fill-container {
  margin-left: 0 !important;
}

.wp__content .wp-block-image figcaption,
.archive .wp-block-image figcaption {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.6;
  color: #282828;
  margin-top: 15px;
}

.wp__content table tr:not(:last-child),
.archive table tr:not(:last-child) {
  border-bottom: 1px solid #1F84EC;
}

.change-color .wp__content table tr:not(:last-child),
.change-color .archive table tr:not(:last-child) {
  border-color: #000 !important;
}

.wp__content table tr:hover,
.archive table tr:hover {
  background-color: #F1F1F1;
}

.wp__content table td,
.archive table td {
  width: 180px;
  padding: 25px 25px 25px 0;
  vertical-align: baseline;
  color: #282828;
  font-size: 0.875rem;
  line-height: 1.7;
}

@media only screen and (max-width: 768px) {

  .wp__content figure.wp-block-image,
  .archive figure.wp-block-image {
    transform: scale(1.1);
  }

  .wp__content blockquote,
  .archive blockquote {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {

  .wp__content,
  .archive {
    padding-top: 140px;
  }

  .wp__content .subtitle,
  .archive .subtitle {
    font-size: 1.5rem;
  }

  .post .wp__content,
  .post .archive {
    padding-top: 60px;
  }

  .post--participation .wp__content .container+h2+p,
  .post--participation .wp__content .bannerCaurosel__container+h2+p,
  .post--participation .wp__content .hero__container+h2+p,
  .post--participation .wp__content .news-related__container+h2+p,
  .post--participation .wp__content .applications__container+h2+p,
  .post--participation .wp__content .webinar__container+h2+p,
  .post--participation .wp__content .news__container+h2+p,
  .post--participation .wp__content .filters__container+h2+p,
  .post--participation .wp__content .featured-post__container+h2+p,
  .post--participation .wp__content .slep-menu__container+h2+p,
  .post--participation .archive .container+h2+p,
  .post--participation .archive .bannerCaurosel__container+h2+p,
  .post--participation .archive .hero__container+h2+p,
  .post--participation .archive .news-related__container+h2+p,
  .post--participation .archive .applications__container+h2+p,
  .post--participation .archive .webinar__container+h2+p,
  .post--participation .archive .news__container+h2+p,
  .post--participation .archive .filters__container+h2+p,
  .post--participation .archive .featured-post__container+h2+p,
  .post--participation .archive .slep-menu__container+h2+p {
    margin: 25px 0 35px;
  }

  .wp__content h1,
  .wp__content h2,
  .archive h1,
  .archive h2 {
    font-size: 3rem;
  }

  .wp__content h3,
  .archive h3 {
    font-size: 2.25rem;
  }

  .wp__content h4,
  .archive h4 {
    font-size: 1.5rem;
  }

  .wp__content figure,
  .archive figure {
    margin: 50px 0;
    border-radius: 10px;
  }

  .wp__content .wp-block-image,
  .archive .wp-block-image {
    padding: 0;
  }

  .wp__content blockquote,
  .archive blockquote {
    margin: 40px 0 25px;
  }

  .wp__content blockquote p,
  .archive blockquote p {
    font-size: 1.5rem;
  }

  .wp__content .wp-block-buttons,
  .archive .wp-block-buttons {
    margin-bottom: 50px;
  }

  .wp__content .is-style-outline a,
  .archive .is-style-outline a {
    padding: 18px 50px;
  }

  .wp__content .wp-block-table,
  .archive .wp-block-table {
    margin: 25px 0 40px;
  }

  .wp__content table td,
  .archive table td {
    padding: 25px 55px 25px 0;
    width: 50%;
  }
}

.page--info .wp__content ul,
.post .wp__content ul,
.post--participation .wp__content ul {
  margin-left: 15px;
  margin-top: 30px;
  margin-bottom: 25px;
  list-style: none;
}

.page--info .wp__content ul li,
.post .wp__content ul li,
.post--participation .wp__content ul li {
  position: relative;
  font-size: 0.875rem;
  margin-bottom: 15px;
}

ul:not(.splide__list) .page--info .wp__content ul li:before,
ul:not(.splide__list) .post .wp__content ul li:before,
ul:not(.splide__list) .post--participation .wp__content ul li:before {
  content: "•";
  font-size: 10px;
  position: absolute;
  top: 3px;
  left: -15px;
}

.page--info .wp__content ul li li::before,
.post .wp__content ul li li::before,
.post--participation .wp__content ul li li::before {
  content: none;
}

.wp__header h1 {
  line-height: 1.1;
  margin-bottom: 25px;
}

.wp__byline {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wp__byline figure {
  margin: 0;
  max-width: 25px;
}

.wp__byline .flex {
  gap: 10px;
}

.wp__byline .post__local span {
  color: #3ABFF0;
}

.wp__byline span {
  font-size: 0.875rem;
}

@media only screen and (min-width: 768px) {
  .wp__byline {
    flex-direction: row;
    gap: 50px;
  }
}

.wp__share {
  margin-top: 55px;
}

.wp__share span {
  color: #3ABFF0;
  font-size: 1rem;
}

.change-color .wp__share span {
  color: #282828 !important;
}

.wp__share span::before {
  display: inline-block;
  width: 25px;
  height: 25px;
  content: "";
  -webkit-mask: url("assets/img/icons/share.svg") no-repeat 100% 100%;
  mask: url("assets/img/icons/share.svg") no-repeat 100% 100%;
  background-color: #3ABFF0;
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-right: 10px;
  transition: all 0.4s;
  position: relative;
  vertical-align: middle;
}

.change-color .wp__share span::before {
  background-color: #000;
}

.archive {
  padding-top: 0;
}

/* ------------------------------------
 #            Default Page
 -------------------------------------- */

@media only screen and (min-width: 768px) {
  .page {
    padding-top: 0px;
  }
}

.page__header {
  color: #282828;
}

.archive .page__header {
  padding-bottom: 160px;
}

.page__header .page__subtitle {
  color: inherit;
  text-transform: uppercase;
}

.page__header h1 {
  font-family: "Gilmer", sans-serif;
  font-size: 2.3125rem;
  color: inherit;
  letter-spacing: -0.1px;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 700px;
}

.page__header h3 {
  font-family: "Inter", sans-serif;
  max-width: 370px;
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: inherit;
}

.page--contact .page__header h3 {
  font-weight: 900 !important;
  font-family: "Gilmer", sans-serif;
  max-width: 330px;
  line-height: 1.2;
  letter-spacing: -0.1px;
  color: #3ABFF0;
}

.change-color .page--contact .page__header h3 {
  color: #888888;
}

@media only screen and (min-width: 768px) {
  .page__header {
    margin: 1.5rem 0rem 0rem 0rem;
  }

  .page--contact .page__header {
    margin-top: 48px;
  }

  .archive .page__header {
    padding-bottom: 1.5rem;
  }

  .page__header h1 {
    font-size: 3rem;
    margin-bottom: 15px;
  }

  .page--contact .page__header h3 {
    max-width: 1070px;
    font-size: 1.5rem !important;
  }
}

@media only screen and (max-width: 768px) {
  .page--info .wp__content figure.wp-block-image {
    transform: scale(1.1);
  }
}

@media only screen and (min-width: 768px) {
  .page--info .wp__content {
    display: grid;
    grid: auto/repeat(12, 1fr);
    gap: 65px 30px;
  }

  .page--info aside {
    grid-column: 1/5;
  }
}

.wp__body {
  grid-column: 5/13;
}

.wp__body h1,
.wp__body h2,
.wp__body h3,
.wp__body h4,
.wp__body h5,
.wp__body h6 {
  line-height: 1.1;
}

@media only screen and (min-width: 768px) {

  .wp__body h1,
  .wp__body h2,
  .wp__body h3,
  .wp__body h4,
  .wp__body h5,
  .wp__body h6 {
    font-family: "Gilmer", sans-serif;
    margin-left: 100px;
    line-height: 1.2;
  }

  .wp__body p,
  .wp__body .wp-block-embed,
  .wp__body .wp-block-table {
    margin-left: 100px;
  }
}

.page--info .wp__body>ul li,
.page--info .wp__content>ul li,
.post--participation .wp__body>ul li,
.post--participation .wp__content>ul li {
  position: relative;
  margin-left: 18px;
}

.page--info .wp__body>ul li:before,
.page--info .wp__content>ul li:before,
.post--participation .wp__body>ul li:before,
.post--participation .wp__content>ul li:before {
  content: "•";
  font-size: 15px;
  position: absolute;
  top: -1px;
  left: -14px;
}

@media only screen and (min-width: 768px) {

  .page--info .wp__body>ul,
  .post--participation .wp__body>ul {
    margin-left: 100px;
  }
}

.progress+.container .mas-margen,
.progress+.bannerCaurosel__container .mas-margen,
.progress+.hero__container .mas-margen,
.progress+.news-related__container .mas-margen,
.progress+.applications__container .mas-margen,
.progress+.webinar__container .mas-margen,
.progress+.news__container .mas-margen,
.progress+.filters__container .mas-margen,
.progress+.featured-post__container .mas-margen,
.progress+.slep-menu__container .mas-margen {
  margin: 150px 0 0;
}

@media only screen and (min-width: 768px) {

  .progress+.container .mas-margen,
  .progress+.bannerCaurosel__container .mas-margen,
  .progress+.hero__container .mas-margen,
  .progress+.news-related__container .mas-margen,
  .progress+.applications__container .mas-margen,
  .progress+.webinar__container .mas-margen,
  .progress+.news__container .mas-margen,
  .progress+.filters__container .mas-margen,
  .progress+.featured-post__container .mas-margen,
  .progress+.slep-menu__container .mas-margen {
    margin: 400px 0 0;
  }
}

.mas-margen {
  position: relative;
}

.mas-margen.wp-block-columns {
  margin: 50px 0 0;
}

.page--info .mas-margen {
  margin-top: 100px;
}

@media only screen and (min-width: 768px) {
  .mas-margen.wp-block-columns {
    margin: 50px auto 0;
  }

  .page--info .mas-margen {
    margin-top: 150px;
  }
}

.mas-margen:not(.disable-margen).wp-block-columns {
  margin: 100px 0 0;
}

.mas-margen:not(.disable-margen) .wp-block-column:first-child::after {
  content: "Links relacionados";
  font-family: "Gilmer", sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #3ABFF0;
  position: absolute;
  top: -50px;
}

.change-color .mas-margen:not(.disable-margen) .wp-block-column:first-child::after {
  color: #282828;
}

@media only screen and (min-width: 768px) {
  .mas-margen:not(.disable-margen).wp-block-columns {
    margin: 200px auto 0;
  }

  .mas-margen:not(.disable-margen) .wp-block-column:first-child::after {
    font-size: 1.5rem;
    top: -80px;
  }
}

.post--participation .wp-block-columns.small-imgs .wp-block-image {
  max-width: 180px;
}

@media only screen and (min-width: 768px) {
  .post--participation .wp-block-columns>.wp-block-column:not(:first-child) {
    padding-left: 50px;
  }
}

/* ------------------------------------
 #                 FAQ
 -------------------------------------- */
.faq {
  position: relative;
  padding: 20px 15px;
  background-color: #fff;
  box-shadow: 0px 0px 12px rgba(44, 39, 56, 0.06);
}

.faq:not(:last-child) {
  margin-bottom: 20px;
}

.faq .faq__title {
  font-family: "Gilmer", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  list-style: none;
  cursor: pointer;
  max-width: 85%;
}

.faq .faq__title::after {
  content: "";
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 24px;
  right: 18px;
  background-image: url("assets/img/icons/go-down.svg");
  transition: all 400ms ease-in;
}

@media only screen and (min-width: 768px) {
  .faq {
    border-radius: 10px;
    padding: 27px 38px;
  }

  .faq .faq__title {
    font-size: 1.5rem;
    max-width: 90%;
  }

  .faq .faq__title::after {
    top: 35px;
    right: 30px;
  }
}

[open].faq .faq__title::after {
  transform: rotate(180deg);
}

[open].faq .faq__description {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

::after [open].faq .faq__title::after {
  transform: rotate(180deg);
}

[open].faq .faq__description {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.faq__description {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding-top: 20px;
  max-width: 96%;
  transition: all 600ms ease-in;
}

.faq__description p {
  margin: 0;
  font-size: 0.875rem;
}

.faq__description p:not(:last-child) {
  margin-bottom: 25px;
}

/* ------------------------------------
 #               Modal
 -------------------------------------- */
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.64);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 100;
  padding: 35px;
  overflow: auto;
}

.modal__container {
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 955px;
  box-sizing: border-box;
  position: relative;
}

.modal__content {
  width: 100%;
  padding: 40px 50px 37px 45px;
  box-sizing: border-box;
}

.modal__content .wp__share {
  margin-top: 40px;
  justify-content: flex-end;
}

.modal__header {
  position: relative;
}

.modal__header .modal__title {
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 1.18;
  margin-bottom: 25px;
  color: #282828;
}

.modal__text .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.modal__text .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
}

.modal__close {
  position: absolute;
  top: -15px;
  right: -30px;
}

.modal__close::before {
  content: "";
  display: block;
  background: url("assets/img/icons/close.svg") no-repeat 100% 100%;
  width: 21px;
  height: 21px;
  z-index: 10;
}

.modal--search .modal__overlay {
  background-color: #fff;
  align-items: center;
}

.modal--search .modal__close {
  top: 0;
  right: 0;
}

.modal--search .modal__header .modal__title {
  color: #000;
}

@media only screen and (max-width: 768px) {
  .modal--search .modal__overlay {
    padding: 15px;
  }

  .modal--search .modal__content {
    padding: 5px;
  }
}

.modal--share .modal__overlay {
  align-items: center;
}

.modal--share .heateor_sss_sharing_ul a {
  margin: 0 10px !important;
}

.modal--share .heateor_sss_sharing_ul a:first-child {
  margin-left: 0;
}

/**************************\
    Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/* ------------------------------------
 #            Acordeon
 -------------------------------------- */
.acordion-list__title,
.acordion-list__droptitle,
.actas__title,
.actas p,
.acordion-list p {
  margin-top: 0 !important;
}

.acordion-list__drop.active .acordion-list__list {
  display: block;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.acordion-list__drop.active .acordion-list__droptitle::after {
  transform: rotate(180deg);
}

.acordion-list__droptitle {
  position: relative;
}

.acordion-list__droptitle::after {
  content: "";
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 35%;
  right: 18px;
  background-image: url("assets/img/icons/go-down.svg");
  transition: all 400ms ease-in;
}

.change-color .acordion-list__droptitle::after {
  background-color: #282828 !important;
}

.acordion-list__list {
  margin: 0 !important;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 600ms ease-in;
}

.acordion-list__list li:before {
  content: "•";
  font-size: 10px;
  position: absolute;
  top: 3px;
  left: -15px;
}

.acordion-list {
  overflow: auto;
}

@media only screen and (max-width: 768px) {
  .acordion-list {
    margin-bottom: 15px;
  }
}

.actas {
  background-color: #fff;
  margin-bottom: 15px;
  max-width: 100%;
}

.actas .actas__header {
  position: relative;
}

.actas .actas__header::after {
  content: "";
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 40%;
  right: 18px;
  background-image: url("assets/img/icons/plus.svg");
  transition: all 400ms ease-in;
}

@media only screen and (min-width: 768px) {
  .actas {
    max-width: 370px;
  }
}

.actas.active .actas__header::after {
  transform: rotate(90deg);
}

.actas__list li a {
  font-size: 0.875rem;
}

.actas__list li::before {
  position: relative !important;
  top: -1px !important;
  left: auto !important;
  padding-right: 10px;
}

.post .wp__content .container,
.post .wp__content .bannerCaurosel__container,
.post .wp__content .hero__container,
.post .wp__content .news-related__container,
.post .wp__content .applications__container,
.post .wp__content .webinar__container,
.post .wp__content .news__container,
.post .wp__content .filters__container,
.post .wp__content .featured-post__container,
.post .wp__content .slep-menu__container {
  padding: 0;
}

.post .wp-block-group h3 {
  margin-left: 0;
}

.actas-tab .wp-block-group__inner-container,
.header-tab .wp-block-group__inner-container {
  width: 100%;
}

@media only screen and (min-width: 768px) {

  .actas-tab .wp-block-group__inner-container .wp-block-columns,
  .header-tab .wp-block-group__inner-container .wp-block-columns {
    gap: 20px;
    flex-wrap: nowrap !important;
  }
}

.person-card__container .download-link__text {
  margin-left: 0 !important;
}

.tabs {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .tabs {
    margin-bottom: 50px;
  }
}

.change-color .actas__header {
  background-color: #282828 !important;
}

.tabs__item-actas a,
.tabs__item a {
  color: #3ABFF0 !important;
  border: 1px solid #3ABFF0 !important;
  background-color: transparent !important;
  border-radius: 30px !important;
  line-height: 1;
  padding: 4px 15px !important;
}

.tabs__item-actas a:hover,
.tabs__item a:hover {
  color: #fff !important;
  background-color: #3ABFF0 !important;
}

.tabs__item-actas.active a,
.tabs__item.active a {
  background-color: #3ABFF0 !important;
  color: #fff !important;
}

@media only screen and (min-width: 768px) {

  .tabs__item-actas a,
  .tabs__item a {
    padding: 9px 50px !important;
  }
}

.tabs__item-actas a {
  color: #90D039 !important;
  border-color: #90D039 !important;
}

.change-color .tabs__item-actas a {
  color: #282828 !important;
  border-color: #282828 !important;
}

.tabs__item-actas a:hover {
  color: #fff !important;
  background-color: #90D039 !important;
}

.change-color .tabs__item-actas a:hover {
  background-color: #282828 !important;
}

.tabs__item-actas.active a {
  background-color: #90D039 !important;
}

.change-color .tabs__item-actas.active a {
  color: #fff !important;
  background-color: #282828 !important;
}

.header-tab,
.actas-tab {
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 600ms ease-in;
}

.header-tab.active,
.actas-tab.active {
  display: flex;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 1024px) {

  .header-tab,
  .actas-tab {
    flex-wrap: wrap !important;
  }
}

@media only screen and (min-width: 768px) {

  .header-tab,
  .actas-tab {
    gap: 20px;
  }

  .header-tab .wp-block-column,
  .actas-tab .wp-block-column {
    max-width: 370px;
  }
}

.change-color .is-style-other .download-link {
  background-color: #282828 !important;
}

.change-color .is-style-other .download-link .download-link__container .btn a {
  color: #282828 !important;
}

.change-color .download__icon svg path {
  fill: #282828 !important;
}

/* ------------------------------------
 #                Posts
 -------------------------------------- */
.posts__pagination {
  grid-column: 1/3;
  margin-top: 35px;
}

.posts__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.posts__buttons .page-numbers {
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3ABFF0;
  border: 2px solid #3ABFF0;
  background-color: white;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.change-color .posts__buttons .page-numbers {
  color: #000;
  border-color: #000 !important;
}

.posts__buttons .page-numbers.current {
  color: #fff;
  background-color: #3ABFF0;
  box-shadow: 0px 6px 12px rgba(58, 191, 240, 0.08);
}

.change-color .posts__buttons .page-numbers.current {
  background-color: #000 !important;
}

.posts__buttons .page-numbers.current::after {
  cursor: auto !important;
}

.posts__buttons .page-numbers:not(:first-child) {
  margin-left: 18px;
}

.posts__buttons .page-numbers:first-child::after {
  display: block;
  content: "";
  width: 10px;
  height: 19px;
  -webkit-mask: url("assets/img/icons/go-right-blue.svg") no-repeat 100% 100%;
  mask: url("assets/img/icons/go-right-blue.svg") no-repeat 100% 100%;
  background-color: #3ABFF0;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  bottom: 12px;
  left: -40px;
  transform: rotate(180deg);
  cursor: pointer;
}

.change-color .posts__buttons .page-numbers:first-child::after {
  background-color: #000 !important;
}

.posts__buttons .page-numbers:last-child::after {
  display: block;
  content: "";
  width: 10px;
  height: 19px;
  -webkit-mask: url("assets/img/icons/go-right-blue.svg") no-repeat 100% 100%;
  mask: url("assets/img/icons/go-right-blue.svg") no-repeat 100% 100%;
  background-color: #3ABFF0;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  bottom: 12px;
  right: -40px;
  cursor: pointer;
}

.change-color .posts__buttons .page-numbers:last-child::after {
  background-color: #000 !important;
}

.posts__buttons .next,
.posts__buttons .prev {
  border: none !important;
  width: 0;
  margin: 0 !important;
}

.posts__buttons .prev+.page-numbers {
  margin: 0 !important;
}

/* ------------------------------------
 #                Card
 -------------------------------------- */
.card {
  width: 100%;
}

.card .card__wrap {
  display: flex;
  flex-flow: column;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(44, 39, 56, 0.1);
  position: relative;
  transition: transform 0.1s ease-in;
  will-change: transform;
  border-radius: 10px;
}

.card .card__wrap:hover {
  box-shadow: rgba(44, 39, 56, 0.1);
}

.card .card__img {
  margin: 0;
}

.card .card__img .crop {
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card .card__img .crop::after {
  padding-bottom: 35%;
}

.card .card__header {
  padding: 20px 15px 30px;
}

.card h4 {
  max-width: 400px;
}

.card p {
  margin-top: 10px;
}

.card button {
  margin-top: 25px;
  padding: 0;
}

.card .card__content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 13;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .card .card__wrap {
    flex-flow: row nowrap;
  }

  .card .card__img {
    flex-basis: 33%;
    max-height: 515px;
  }

  .card .card__img .crop {
    height: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .card .card__img .crop::after {
    padding-bottom: 100%;
  }

  .card .card__header {
    padding: 25px 50px 40px;
    height: 100%;
    flex-basis: 66%;
    max-height: 515px;
  }
}

.card--application:not(:first-child) {
  padding-top: 50px;
}

.card--application h4 {
  font-family: "Gilmer", sans-serif;
  color: #282828;
  letter-spacing: -0.01em;
}

.card--featured-document .card__wrap {
  display: flex;
  flex-flow: row;
  box-shadow: none;
}

.card--featured-document .card__img {
  max-height: none;
}

.card--featured-document .card__img .crop {
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
}

.card--featured-document .card__header {
  position: relative;
  padding: 15px 30px 30px 25px;
  max-height: 160px;
}

.card--featured-document h4 {
  font-family: "Gilmer", sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .card--featured-document button {
    margin-top: 10px;
  }

  .card--featured-document .card__img {
    flex-basis: 22%;
  }

  .card--featured-document .card__header {
    flex-basis: 78%;
    padding: 10px 20px 16px;
  }
}

.card--post {
  max-width: 850px;
}

.card--post .card__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 16px 25px;
}

.card--post .card__content {
  margin-top: 10px;
  max-width: 455px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.card--post .btn--lightin span {
  padding: 14px 44px;
}

.card--post .card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.card--post h3,
.card--post h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.card--post .card__date {
  font-size: 12px;
  line-height: 1;
}

.card--post .card__date span {
  color: #CACACA;
}

.card--post .card__date::first-letter {
  text-transform: uppercase;
}

.card--post .card__content {
  font-size: 0.875rem;
}

.webinar .card--post .card__content,
.post--webinar .card--post .card__content {
  color: #888888;
}

@media only screen and (min-width: 768px) {
  .card--post .card__img {
    flex-basis: 38%;
    max-height: 390px;
  }

  .card--post .card__header {
    flex-basis: 62%;
    padding: 25px 30px 30px;
    min-height: 320px;
    max-height: 320px;
  }

  .card--post .card__date {
    font-size: 0.875rem;
  }
}

.card--featured-post {
  max-width: none;
}

.card--featured-post .card__wrap {
  background-color: #3ABFF0;
}

.change-color .card--featured-post .card__wrap {
  background-color: #282828 !important;
}

.card--featured-post .card__header {
  padding: 10px 16px 32px;
}

.card--featured-post .byline,
.card--featured-post h3,
.card--featured-post .card__date span,
.card--featured-post .card__content {
  color: #fff;
}

.change-color .card--featured-post .byline {
  color: #fff !important;
}

.card--featured-post h3 {
  font-family: "Gilmer", sans-serif;
  line-height: 1.1;
  letter-spacing: -0.01em;
  max-width: 550px;
  margin-bottom: 15px;
}

.card--featured-post .card__content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  line-height: 1.45;
}

.card--featured-post .card__content {
  max-width: 455px;
}

.card--featured-post .card__img .crop::after {
  padding-bottom: 55%;
}

.card--featured-post .btn a,
.card--featured-post .btn span {
  border-radius: 6px;
}

@media only screen and (min-width: 768px) {
  .card--featured-post .card__img {
    max-height: 390px;
  }

  .card--featured-post .card__header {
    padding: 30px 40px 40px 50px;
    min-height: 390px;
    max-height: 390px;
  }
}

.card--participation {
  max-width: none;
}

.card--participation.color--azul .card__header {
  background-color: #3ABFF0;
}

.card--participation.color--azul .card__header::before {
  height: 220px;
  bottom: -70px;
  left: 42px;
  background-image: url(assets/img/line/line-on-blue-small.svg);
}

.change-color .card--participation.color--azul .card__header {
  background-color: #282828;
}

.card--participation.color--azul .btn span {
  color: #3ABFF0 !important;
}

.change-color .card--participation.color--azul .btn span {
  color: #282828 !important;
}

.card--participation.color--rojo .card__header {
  background-color: #FF3C4C;
}

.card--participation.color--rojo .card__header::before {
  height: 200px;
  background-image: url(assets/img/line/line-on-red-small.svg);
}

.change-color .card--participation.color--rojo .card__header {
  background-color: #888888;
}

.card--participation.color--rojo .btn span {
  color: #FF3C4C !important;
}

.change-color .card--participation.color--rojo .btn span {
  color: #888888 !important;
}

.card--participation.color--verde .card__header {
  background-color: #90D039;
}

.card--participation.color--verde .card__header::before {
  bottom: 10px;
  transform: scale(1.05);
  background-image: url(assets/img/line/line-on-green-small.svg);
}

.change-color .card--participation.color--verde .card__header {
  background-color: #282828;
}

.card--participation.color--verde .btn span {
  color: #90D039 !important;
}

.change-color .card--participation.color--verde .btn span {
  color: #282828 !important;
}

.card--participation.color--amarillo .card__header {
  background-color: #F8D63C;
}

.card--participation.color--amarillo .card__header::before {
  height: 260px;
  bottom: -100px;
  background-image: url(assets/img/line/line-on-yellow-small.svg);
}

.change-color .card--participation.color--amarillo .card__header {
  background-color: #888888;
}

.card--participation.color--amarillo .btn span {
  color: #F8D63C !important;
}

.change-color .card--participation.color--amarillo .btn span {
  color: #888888 !important;
}

.card--participation .card__wrap {
  border-radius: 20px;
}

.card--participation .crop img {
  object-position: center;
}

.card--participation h3,
.card--participation p {
  color: #fff !important;
}

.card--participation p {
  font-size: 1rem;
  font-weight: 300;
}

.card--participation .card__content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}

.card--participation .card__img .crop {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card--participation .card__img .crop::after {
  padding-bottom: 50%;
}

.card--participation .card__content {
  margin: 0;
}

.card--participation .card__header {
  position: relative;
  overflow: hidden;
}

.card--participation .card__header::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 120px;
}

@media only screen and (min-width: 768px) {
  .card--participation.color--azul .card__header::before {
    top: -20px;
    transform: scale(1.05);
    background-image: url(assets/img/line/line-on-blue.svg);
  }

  .card--participation.color--rojo .card__header::before {
    top: -30px;
    background-image: url(assets/img/line/line-on-red.svg);
  }

  .card--participation.color--verde .card__header::before {
    top: -65px;
    transform: scale(1);
    background-image: url(assets/img/line/line-on-green.svg);
  }

  .card--participation.color--amarillo .card__header::before {
    top: -20px;
    background-image: url(assets/img/line/line-on-yellow.svg);
  }

  .card--participation:nth-child(odd) .card__header {
    order: -1;
  }

  .card--participation:nth-child(odd) .card__img .crop {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0;
  }

  .card--participation:nth-child(odd) .card__header {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
  }

  .card--participation:nth-child(even) .card__header {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
  }

  .card--participation .card__img {
    flex-basis: 55%;
    max-height: 550px;
  }

  .card--participation .card__img .crop {
    border-top-left-radius: 20px;
  }

  .card--participation .card__header {
    flex-basis: 45%;
    padding: 30px 40px 50px 40px;
    min-height: 550px;
    max-height: 550px;
    justify-content: flex-end;
  }

  .card--participation .card__header::before {
    top: 0;
    right: 0 !important;
    left: 0 !important;
    bottom: auto !important;
    height: 430px !important;
  }

  .card--participation p:first-child {
    margin: 0;
  }

  .card--participation button {
    margin-top: 30px;
  }
}

.card--related .card__img {
  flex-basis: 40%;
  min-height: 217px;
  max-height: 217px;
}

.card--related .card__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 60%;
  min-height: 217px;
  max-height: 217px;
}

.card--related .card__wrap {
  box-shadow: 0px 10px 30px rgba(44, 39, 56, 0.1);
}

.card--related h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-family: "Gilmer", sans-serif;
  font-size: 0.875rem;
  color: #282828;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .card--related .card__header {
    padding: 18px 30px 25px;
  }

  .card--related h5 {
    font-size: 1.25rem;
  }
}

.card--aula {
  max-width: 1012px;
  cursor: pointer;
}

.card--aula .card__wrap {
  border-radius: 0;
}

.card--aula .card__img {
  min-height: 165px;
  max-height: 165px;
  position: relative;
}

.card--aula .card__img::after {
  content: "";
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 18%;
  right: 35%;
  background-image: url(assets/img/icons/play.svg);
  z-index: 10;
}

.card--aula .card__img .crop {
  position: relative;
  border-radius: 0;
}

.card--aula .card__img .crop::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
  z-index: 1;
}

.card--aula .card__img .crop::after {
  padding-bottom: 40%;
}

.card--aula h3 {
  display: block;
  line-height: 1.2;
  color: #282828;
  margin-bottom: 5px;
}

.card--aula .card__header {
  padding-top: 10px;
}

.card--aula .card__content {
  margin: 0;
}

.card--aula .card__content p {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .card--aula .card__wrap {
    background-color: transparent;
    box-shadow: none;
  }

  .card--aula .card__header {
    flex-basis: 50%;
    padding: 0 0 15px 30px;
    display: block;
    min-height: auto;
    max-height: none;
  }

  .card--aula .card__img {
    flex-basis: 50%;
    min-height: 280px;
    max-height: 280px;
  }

  .card--aula .card__img::after {
    top: 30%;
    right: 37%;
  }

  .card--aula .card__img .crop {
    border-radius: 10px;
  }

  .card--aula h3 {
    margin-bottom: 17px;
  }
}

.card.card--small-post .card__wrap {
  flex-direction: row;
}

.card.card--small-post .card__header {
  padding: 10px 20px;
  flex-basis: 50%;
  gap: 8px;
}

.card.card--small-post h5,
.card.card--small-post .card__title a {
  margin-left: 0;
  font-size: 0.875rem;
  line-height: 1.3;
}

.card.card--small-post .color-line {
  width: 10px;
}

.change-color .card.card--small-post .color-line {
  background-color: #282828;
}

@media only screen and (max-width: 768px) {
  .card.card--small-post .btn--arrow span::after {
    width: 8px;
    height: 15px;
    margin-right: 18px;
    bottom: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .page--info .card.card--small-post .card__header {
    gap: 25px !important;
  }

  .card.card--small-post .card__header {
    padding: 14px 35px 16px 30px;
    flex-basis: 100%;
    gap: 25px;
  }

  .card.card--small-post h5,
  .card.card--small-post .card__title a {
    font-size: 20px;
  }

  .card.card--small-post .color-line {
    width: 15px;
  }
}

.card--recent {
  margin: auto;
  max-width: 95%;
  min-width: 50%;
}

.card--recent h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: 900;
  color: #282828 !important;
  margin-bottom: 20px !important;
  line-height: 1.2;
}

.card--recent .card__content {
  display: none;
}

.card--recent .card__content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0;
}

.card--recent .card__img .crop {
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
}

.card--recent .card__img .crop::after {
  padding-bottom: 45%;
}

.card--recent .btn {
  display: none;
}

.card--recent .btn a,
.card--recent .btn span {
  padding: 10px 25px !important;
  font-size: 0.875rem !important;
  border-radius: 3px !important;
}

.card--recent .card__header {
  padding: 13px;
  min-height: 150px;
}

@media only screen and (min-width: 768px) {
  .card--recent {
    width: 100%;
  }

  .card--recent .card__wrap {
    flex-direction: column;
  }

  .card--recent .card__header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 32px 32px;
    min-height: 352px;
    max-height: none;
  }

  .card--recent .card__content {
    display: block;
  }

  .card--recent .btn {
    display: block;
  }

  .card--recent .card__img .crop::after {
    padding-bottom: 70%;
  }
}

.card--featured {
  min-width: 275px;
  max-width: 275px;
}

.card--featured .btn span {
  padding: 10px 25px;
}

.card--featured .card__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 15px 32px;
  min-height: 270px;
  max-height: 270px;
}

.card--featured .card__header h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.2;
}

.card--featured .card__content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.card--featured .card__content p {
  font-size: 0.875rem;
}

@media only screen and (max-width: 768px) {
  .card--featured{
    max-width: unset;
    min-width: unset;
  }

  .card--featured .btn span {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 768px) {
  .card--featured {
    min-width: 730px;
    max-width: 730px;
  }

  .card--featured .card__img {
    flex-basis: 52%;
    min-height: 320px;
    max-height: 320px;
  }

  .card--featured .card__header {
    padding: 25px 60px 30px 30px;
    flex-basis: 48%;
    min-height: 320px;
    max-height: 320px;
  }

  .card--featured .card__content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}

.card--result {
  border-bottom: 1px solid #3ABFF0;
  transition: background-color 400ms ease-in;
}

.change-color .card--result {
  border-color: #000 !important;
}

.card--result:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.card--result .card__wrap {
  display: block;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
}

.card--result .card__header {
  padding: 20px 0;
  padding-left: 3px;
}

.card--result h3 {
  line-height: 1.1;
}

.card--result .card__content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.card--result .card__content p {
  margin-top: 18px;
}

@media only screen and (min-width: 768px) {
  .card--result .card__wrap {
    max-width: 82%;
  }
}

.card--slep {
  width: 100%;
  min-width: 230px;
  max-width: 230px;
  position: relative;
}

.card--slep .card__line {
  margin: 0;
}

.card--slep .color-line {
  width: 9px;
  height: 100%;
  background: #FF3C4C;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.change-color .card--slep .color-line {
  background-color: #CACACA;
}

.card--slep h4 {
  font-family: "Gilmer", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  color: #000;
  letter-spacing: -0.01em;
}

.card--slep .card__header {
  flex-basis: auto;
  padding: 10px 30px;
  padding-left: 20px;
  height: 80px;
  max-height: none;
}

.card--slep .card__byline {
  color: #FF3C4C;
  font-size: 12px;
  line-height: 1.2;
  text-transform: none;
}

.card--slep .card__top {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.card--slep .card__bottom {
  position: absolute;
  bottom: 5px;
  right: 17px;
}

.card--slep .card__more {
  color: #FF3C4C;
  font-size: 12px;
}

.change-color .card--slep .card__more {
  color: #282828;
}

.card--slep .card__more::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 10px;
  -webkit-mask: url("assets/img/icons/go-right-blue.svg") no-repeat 100% 100%;
  mask: url("assets/img/icons/go-right-blue.svg") no-repeat 100% 100%;
  background-color: #FF3C4C;
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-left: 5px;
  transition: all 0.4s;
  position: relative;
  top: 1px;
}

.change-color .card--slep .card__more::after {
  background-color: #282828;
}

.card--small-post p {
  margin: 0 !important;
}

/* ------------------------------------
 #         Featured Documents
 -------------------------------------- */
.featured-documents__content {
  padding: 30px 15px 50px;
  background-color: #3ABFF0;
  box-shadow: 0px 30px 60px rgba(58, 191, 240, 0.2);
}

.change-color .featured-documents__content {
  background-color: #000;
}

.featured-documents__content h3 {
  font-family: "Gilmer", sans-serif;
  color: #fff;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .featured-documents__content {
    padding: 30px 25px 35px;
    border-radius: 10px;
  }
}

.featured-documents__list {
  display: grid;
  grid: auto/1fr;
  gap: 25px 30px;
}

@media only screen and (min-width: 768px) {
  .featured-documents__list {
    grid: auto/repeat(2, 1fr);
  }
}

/* ------------------------------------
 #           Featured Post
 -------------------------------------- */
/* ------------------------------------
 #               Filters
 -------------------------------------- */
.filters {
  margin: 60px 0 50px;
  display: flex;
  flex-direction: column;
}

.filters.aula {
  margin-top: 0;
}

.filters .filters__title {
  display: block;
  font-family: "Gilmer", sans-serif;
  font-size: 1.875rem;
  color: #282828;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .filters {
    flex-direction: row;
    justify-content: space-between;
  }

  .filters .filters__title {
    font-size: 2.25rem;
    margin-bottom: 30px;
  }

  .filters.all-filters {
    flex-direction: column;
  }

  .filters.two-filters .filters__title {
    flex-basis: 33%;
  }

  .filters.two-filters .filters__list {
    flex-basis: 66%;
  }
}

.filters__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .filters__list {
    display: grid;
    grid: auto/repeat(2, 1fr);
    gap: 45px;
  }

  .aula .filters__list {
    grid: auto/40% 1fr;
    gap: 30px;
  }

  .all-filters .filters__list {
    display: grid;
    grid: auto/repeat(3, 1fr);
    gap: 45px;
  }
}

.filter__dropdown,
.filter__search input[type=search] {
  background-color: #fff;
  border: 2px solid #3ABFF0;
  box-shadow: 0px 4px 8px rgba(44, 39, 56, 0.04);
  border-radius: 6px;
  height: fit-content;
}

.change-color .filter__dropdown,
.change-color .filter__search input[type=search] {
  border-color: #282828;
}

.filter__dropdown .active .btn--dropdown span::after,
.filter__search input[type=search] .active .btn--dropdown span::after {
  transform: rotate(270deg);
}

.filter__dropdown .filter__content,
.filter__search input[type=search] .filter__content {
  list-style: none;
  display: none;
  margin-left: 18px;
  transition: all 800ms ease-in;
}

.filter__dropdown .filter__content li,
.filter__search input[type=search] .filter__content li {
  margin-bottom: 10px;
}

.filter__dropdown .filter__content.active,
.filter__search input[type=search] .filter__content.active {
  display: block;
}

.filter__search {
  position: relative;
}

.one-filter .filter__search {
  grid-column: 2/3;
}

.filter__search input[type=search] {
  display: block;
  padding: 16px 16px 13px;
  color: #888888;
  position: relative;
  width: 100%;
}

.aula .filter__search input[type=search] {
  padding: 12px 14px 12px 45px;
}

.filter__search .search-submit {
  display: block;
  background-image: url("assets/img/icons/search.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  border: none;
  outline: none;
  background-color: transparent;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}

.change-color .filter__search .search-submit {
  background-image: url("assets/img/icons/search-dark.svg");
}

.aula .filter__search .search-submit {
  background-image: url("assets/img/icons/search-gray.svg");
  width: 18px;
  height: 18px;
  top: 17px;
  right: auto;
  left: 20px;
}

.query-error {
  grid-column: 1/3;
  margin: 60px 0;
}

.query-error span {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: "Gilmer", sans-serif;
  font-size: 1rem;
}

.query-error span:last-child {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .query-error span {
    font-size: 1.5rem;
  }
}

.filter__item:last-of-type {
  margin-bottom: 0;
}

/* ------------------------------------
 #                 News
 -------------------------------------- */
.news__content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2rem;
  align-content: center;
}

/* ------------------------------------
 #               Webinar
 -------------------------------------- */
.post .webinar {
  margin-top: 90px;
}

.post .webinar h3 {
  margin-bottom: 50px;
}

.webinar__content {
  display: flex;
  flex-direction: column;
}

.webinar__content .card:not(:last-child) {
  margin-bottom: 50px;
}

.webinar__content .alm-reveal:not(:first-child) {
  margin-top: 50px;
}

.alm-btn-wrap {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .alm-btn-wrap {
    margin-top: 110px;
  }
}

.alm-load-more-btn {
  font-family: "Inter", sans-serif;
  cursor: pointer;
  outline: none;
  font-size: 1rem;
  line-height: 1.2;
  padding: 18px 50px;
  border-radius: 3px;
  width: fit-content;
  display: block;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  color: #3ABFF0;
  border: 2px solid #3ABFF0;
  margin: 0 auto;
}

.alm-load-more-btn:hover {
  outline: none;
  opacity: 0.9;
}

.alm-load-more-btn.done {
  display: none;
}

/* ------------------------------------
 #                Aula
 -------------------------------------- */
.aula__content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

/* ------------------------------------
 #            Applications
 -------------------------------------- */
/* ------------------------------------
 #            Participation
 -------------------------------------- */
.participation {
  margin-top: 60px;
}

.participation__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media only screen and (min-width: 768px) {
  .participation__content {
    gap: 60px;
  }
}

/* ------------------------------------
 #              Progress
 -------------------------------------- */
.progress__content {
  position: relative;
}

.progress__content::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #3ABFF0;
  top: 45px;
  bottom: 45px;
  left: 8%;
  margin-left: -3px;
}

.change-color .progress__content::after {
  background-color: #282828;
}

@media only screen and (min-width: 768px) {
  .progress__content::after {
    left: 50%;
    bottom: -180px;
  }
}

.progress-card__article {
  transition: all 400ms ease-in;
  position: relative;
}

.progress-card__article.active::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 8%;
  margin-left: -3px;
  z-index: 2;
}

.progress-card__article.active:first-child::after {
  top: 45px;
}

.change-color .progress-card__article.active {
  background-color: #282828 !important;
}

@media only screen and (min-width: 768px) {
  .progress-card__article.active::after {
    left: 50%;
  }
}

.progress-card[open] .progress-card__title::after {
  transform: rotate(180deg);
  background-color: #fff;
}

.progress-card[open] .progress-card__title span {
  font-family: "Gilmer", sans-serif;
  background-color: transparent;
  box-shadow: none !important;
  color: #fff;
}

.progress-card[open] .progress-card__title span::before {
  display: none;
}

.progress-card[open] .progress-card__title span::after {
  background-color: #fff !important;
}

.progress-card[open] .progress-card__content {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .progress-card[open] .progress-card__content {
    margin-left: 78px;
    padding-bottom: 40px;
  }
}

.progress-card__article {
  margin-bottom: 70px;
}

.progress-card__article .progress-card__title {
  cursor: pointer;
}

.progress-card__article .progress-card__title span {
  margin-right: auto;
  text-align: left;
  box-shadow: -4px 2px 28px rgba(36, 46, 76, 0.15);
}

.progress-card__article .progress-card__title span::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 23%;
  width: 0;
  z-index: 1;
  left: -10px;
  border: medium solid white;
  border-width: 20px 20px 20px 0;
  border-color: transparent white transparent transparent;
}

.progress-card__article .progress-card__title span:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: -36px;
  background-color: #3ABFF0;
  top: 33%;
  border-radius: 50%;
  z-index: 1;
}

.change-color .progress-card__article .progress-card__title span:after {
  background-color: #282828;
}

@media only screen and (min-width: 768px) {
  .progress-card__article:nth-child(odd) .progress-card__texts {
    padding-left: 25px;
  }

  .progress-card__article:nth-child(even) .progress-card__title {
    left: 0;
  }

  .progress-card__article:nth-child(even) .progress-card__title span {
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    box-shadow: 4px 2px 28px rgba(36, 46, 76, 0.15);
  }

  .progress-card__article:nth-child(even) .progress-card__title span::before {
    top: 22px;
    right: -10px;
    left: auto;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent white;
  }

  .progress-card__article:nth-child(even) .progress-card__title span:after {
    right: -49px;
    left: auto;
  }

  .progress-card__article:nth-child(even) .progress-card__title::after {
    left: auto;
    right: 60px;
  }

  .progress-card__article:nth-child(even) .progress-card__content {
    text-align: right;
  }

  .progress-card__article:nth-child(even) .progress-card__texts {
    grid-column: 1/2;
  }

  .progress-card__article:nth-child(even) .progress-card__img {
    grid-column: 2/3;
  }

  .progress-card__article .progress-card__title span::after {
    left: -51px;
  }

  .progress-card__article:first-child .progress-card__img {
    top: -65px;
  }
}

.progress-card {
  position: relative;
}

.progress-card__title {
  position: relative;
  padding: 10px 0;
  padding-left: 40px;
  width: 100%;
}

.progress-card__title::after {
  content: "";
  display: block;
  width: 18px;
  height: 13px;
  position: absolute;
  top: 43%;
  left: 54px;
  transition: all 400ms ease-in;
  -webkit-mask: url("assets/img/icons/go-down.svg") no-repeat 100% 100%;
  mask: url("assets/img/icons/go-down.svg") no-repeat 100% 100%;
  background-color: #3ABFF0;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.change-color .progress-card__title::after {
  background-color: #282828;
}

.progress-card__title span {
  font-size: 1rem;
  line-height: 1.2;
  max-width: 100%;
  padding: 22px 65px 22px 40px;
  background: #fff;
  border-radius: 16px;
  position: relative;
  display: block;
}

@media only screen and (min-width: 768px) {
  .progress-card__title {
    padding: 10px 40px;
    width: 50%;
    left: 50%;
  }

  .progress-card__title::after {
    top: 38px;
  }

  .progress-card__title span {
    font-size: 1.5rem;
    width: fit-content;
    max-width: 415px;
  }

  .progress-card__title span:after {
    left: -52px;
    top: 25%;
  }
}

.progress-card__content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media only screen and (min-width: 768px) {
  .progress-card__content {
    position: relative;
    display: grid;
    grid: auto/repeat(2, 1fr);
    gap: 50px;
  }
}

.progress-card__texts {
  grid-column: 2/3;
}

@media only screen and (min-width: 768px) {
  .progress-card__texts {
    padding-right: 25px;
    margin-bottom: 75px;
  }
}

.progress-card__img {
  grid-column: 1/2;
  margin: 0 !important;
}

.progress-card__img .crop {
  border-radius: 10px;
}

.progress-card__img .crop::after {
  padding-bottom: 45%;
}

@media only screen and (min-width: 768px) {
  .progress-card__img {
    position: absolute;
    left: 0;
    top: -85px;
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .progress-card__img {
    order: -1;
  }
}

/* ------------------------------------
 #           Post Related
 -------------------------------------- */
.news-related {
  margin-top: 85px;
}

.news-related__content h4 {
  font-family: "Gilmer", sans-serif;
  font-size: 1rem;
  color: #282828;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .news-related__content h4 {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .news-related__posts {
    display: grid;
    gap: 30px;
    grid: auto/repeat(2, 1fr);
  }
}

/* ------------------------------------
 #               Search
 -------------------------------------- */
.search-page {
  margin-top: 80px;
}

@media only screen and (min-width: 768px) {
  .search-page {
    margin-top: 180px;
  }
}

.search-page__content .posts__pagination {
  margin-top: 80px;
}

@media only screen and (min-width: 768px) {
  .search-page__content .posts__pagination {
    margin-top: 145px;
  }
}

.archive .search-form__container {
  margin-top: 120px;
}

.search-form__container .search-form {
  max-width: 770px;
}

.search-form--menu .search-submit {
  top: 22px;
  right: auto;
  left: 15px;
}

.search-form--menu input[type=search] {
  padding: 23px 16px 20px;
  padding-left: 45px !important;
  color: #282828;
}

.search-form--menu input[type=submit] {
  font-family: "Inter", sans-serif;
  cursor: pointer;
  outline: none;
  font-size: 1rem;
  line-height: 1.2;
  padding: 10px 25px;
  border-radius: 3px;
  width: fit-content;
  display: block;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  color: #fff;
  background-color: #3ABFF0;
  position: absolute;
  top: 16px;
  right: 16px;
  border: none;
}

.search-form--menu input[type=submit]:hover {
  outline: none;
  opacity: 0.9;
}

.change-color .search-form--menu input[type=submit] {
  background-color: #000;
}

/* ------------------------------------
 #                 Hero
 -------------------------------------- */
.hero {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .hero {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.hero__content {
  margin: 0 auto;
  max-width: 485px;
}

.hero__content h1 {
  font-family: "Gilmer", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
  color: #282828;
}

.hero__content p {
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .hero__content h1 {
    font-size: 5.625rem;
  }
}

/* ------------------------------------
 #            Carousel Keys
 -------------------------------------- */
.carousel-keys {
  position: relative;
  padding-bottom: 80px;
}

@media only screen and (min-width: 768px) {
  .carousel-keys {
    padding-bottom: 130px;
  }
}

.carousel-keys__content {
  gap: 80px;
}

.carousel-keys__content h2 {
  font-family: "Gilmer", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 12px;
  color: #282828;
}

.carousel-keys__content .splide__slide {
  width: 100%;
}

.carousel-keys__content .splide__arrows {
  display: block;
}

.carousel-keys__content .splide__arrow {
  bottom: 10px;
}

.carousel-keys__content .splide__arrow .splide__arrow--prev {
  right: 5em;
}

.carousel-keys__content .splide__arrow .splide__arrow--next {
  right: 2em;
}

.carousel-keys__content .splide__arrow .splide__arrow-left,
.carousel-keys__content .splide__arrow .splide__arrow-right {
  background-image: url(assets/img/icons/arrow-carousel.svg);
}

.carousel-keys__content .splide__arrow[disabled] .splide__arrow-right,
.carousel-keys__content .splide__arrow[disabled] .splide__arrow-left {
  background-image: url(assets/img/icons/arrow-carousel.svg);
  opacity: 0.6;
}

.carousel-keys__content .splide__arrow .splide__arrow-left {
  transform: rotate(180deg);
}

.carousel-keys__content .splide__arrow .splide__arrow-right {
  transform: rotate(0);
}

.carousel-keys__content .splide__arrow[disabled] .splide__arrow-left {
  transform: rotate(180dg);
}

.carousel-keys__content .splide__arrow[disabled] .splide__arrow-right {
  transform: rotate(0);
}

@media only screen and (max-width: 768px) {
  .carousel-keys__content .carousel-keys__text {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .carousel-keys__content {
    gap: 90px;
  }

  .carousel-keys__content p {
    max-width: 330px;
    color: #282828;
  }

  .carousel-keys__content .splide__arrow {
    top: 65%;
    bottom: auto;
  }
}

.carousel-keys__item figure {
  position: relative;
}

.carousel-keys__item figure img {
  min-height: 550px;
  max-height: 550px;
  width: 100%;
  object-fit: cover;
}

.carousel-keys__item figure::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(40, 40, 40, 0) 30.35%, #282828 100%);
  opacity: 0.8;
}

.carousel-keys__item .carousel-keys__body {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 40px;
}

.carousel-keys__item .carousel-keys__body h3 {
  max-width: 290px;
  color: #fff;
}

.carousel-keys__item .carousel-keys__body p {
  font-weight: 400;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .carousel-keys__item figure img {
    border-radius: 20px;
    min-height: 550px;
    max-height: 550px;
  }

  .carousel-keys__item figure::after {
    border-radius: 20px;
  }

  .carousel-keys__item .carousel-keys__body {
    left: 30px;
    right: auto;
  }

  .carousel-keys__item .carousel-keys__body h3 {
    max-width: 340px;
  }
}

/* ------------------------------------
 #            Recent News
 -------------------------------------- */
.recent-news {
  position: relative;
  padding-top: 50px;
  padding-bottom: 85px;
}

@media only screen and (min-width: 768px) {
  .recent-news {
    padding-bottom: 90px;
  }
}

.recent-news__content .recent-news__title {
  font-family: "Gilmer", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 30px;
  color: #3ABFF0;
  padding-left: 15px;
  font-size: 24px;
}

.recent-news__content .btn a,
.recent-news__content .btn span {
  padding: 18px 50px;
  border-radius: 6px;
}

@media only screen and (min-width: 768px) {
  .recent-news__content .recent-news__title {
    padding: 0;
  }
}

.recent-news__posts {
  display: grid;
  max-width: 95vw;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 1.5rem auto 1.5rem auto;
}

@media only screen and (max-width: 768px) {
  .recent-news__posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 15px 50px;
  }

  .recent-news__posts .card--recent h4 {
    margin-bottom: 0 !important;
  }
}

/* ------------------------------------
 #           Featured News
 -------------------------------------- */
.featured-news {
  position: relative;
}

.featured-news__content {
  background-color: #3ABFF0;
  box-shadow: 0px 30px 60px rgba(58, 191, 240, 0.2);
  padding: 30px 0 50px;
}

.change-color .featured-news__content {
  background-color: #282828;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.2);
}

.featured-news__content h3 {
  font-family: "Gilmer", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  font-size: 1.5rem;
  padding: 0 15px;
  color: #fff;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .featured-news .splide__track{
    padding: 0;
  }

  .featured-news .splide__list{
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 1.5rem !important;
  }

  .card {
    min-width: unset;
    width: 90vw;
  }
  .card--featured{
    min-width: unset;
    max-width: unset;
    width: 90vw;
  }
}

@media only screen and (min-width: 768px) {
  .featured-news__content {
    padding: 40px 0;
    padding-left: 58px;
    border-radius: 20px;
  }

  .featured-news__content h3 {
    font-size: 36px;
    padding: 0;
    margin-bottom: 30px;
  }
}

.splide--featured .splide__pagination {
  position: static;
  padding: 0;
  margin-top: 40px;
  justify-content: start;
  gap: 5px;
}

.splide--featured .splide__pagination__page {
  background-color: #fff;
  height: 5px;
  width: 5px;
}

.splide--featured .splide__pagination__page.is-active {
  background-color: #1F84EC;
  transform: scale(2);
}

.change-color .splide--featured .splide__pagination__page.is-active {
  background-color: #000;
}

@media only screen and (max-width: 768px) {
  .splide--featured .splide__track {
    overflow: auto;
    /* padding: 0 15px !important; */
  }
}

.splide__arrow {
  background-color: transparent;
  opacity: 1;
  top: auto;
  bottom: -27px;
}

.splide__arrow--prev {
  left: auto;
  right: 5em;
}

.splide__arrow--next {
  right: 2em;
}

.splide__arrow .splide__arrow-left,
.splide__arrow .splide__arrow-right {
  content: "";
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 16px;
  background-image: url(assets/img/icons/arrow-on.svg);
  transition: background-image 400ms ease-in, transform 0s;
}

.splide__arrow .splide__arrow-right {
  transform: rotate(180deg);
}

.splide__arrow[disabled] .splide__arrow-left {
  transform: rotate(180deg);
}

.splide__arrow[disabled] .splide__arrow-right {
  transform: rotate(0);
}

.splide__arrow[disabled] .splide__arrow-right,
.splide__arrow[disabled] .splide__arrow-left {
  background-image: url(assets/img/icons/arrow-off.svg);
  cursor: default;
}

.splide__arrows {
  display: none;
}

@media only screen and (min-width: 768px) {
  .splide__arrows {
    display: block;
  }
}

/* ------------------------------------
 #                SLEP
 -------------------------------------- */
.slep {
  position: relative;
}

.slep__content {
  position: relative;
  padding: 50px 15px 60px;
  background-color: #3ABFF0;
}

.change-color .slep__content {
  background-color: #000;
}

.slep__content h2,
.slep__content p {
  color: #fff;
}

.slep__content h2 {
  font-family: "Gilmer", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 50px;
}

.slep__content p {
  margin-bottom: 20px;
}

.slep__content .btn a {
  padding: 18px 65px;
  border-radius: 6px;
}

@media only screen and (min-width: 768px) {
  .slep__content {
    padding: 75px 30px;
    border-radius: 20px;
  }

  .slep__content h2 {
    margin-bottom: 15px;
  }

  .slep__content p {
    margin-bottom: 30px;
    max-width: 90%;
  }

  .slep__content .btn a {
    padding: 14px 40px;
  }
}

.front-page .slep-zones {
  display: none;
}

.front-page .slep-zones .slep-zones__img {
  position: absolute;
  max-width: 640px;
  top: -10px;
  left: -25px;
}

.wp__content .slep-zones {
  margin: 30px 0;
  position: relative;
}

.wp__content .slep-zones h3,
.wp__content .slep-zones h4 {
  margin-left: 0;
}

.wp__content .slep-zones li::before {
  content: none;
}

.wp__content .slep-zones ul {
  margin: 0;
}

.slep-zones .slep-zones__list {
  list-style: none;
}

.slep-zones .slep-zones__item {
  font-family: "Gilmer", sans-serif;
  font-size: 1rem;
  padding: 9px;
  background-color: #FF798A;
  color: #fff;
  border-radius: 3.5px;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  max-width: 133px;
  margin-bottom: 30px;
  position: absolute !important;
  cursor: pointer;
  z-index: 10;
}

.slep-zones .slep-zones__item::after {
  content: " ";
  height: 0;
  position: absolute;
  bottom: -8px;
  width: 0;
  z-index: 1;
  right: 40px;
  border: medium solid #FF798A;
  border-width: 10px 10px 0;
  border-color: #FF798A transparent transparent transparent;
}

.slep-zones .slep-zones__item:nth-of-type(1) {
  top: -10px;
  left: 38%;
}

.slep-zones .slep-zones__item:nth-of-type(2) {
  top: 25%;
  left: 19%;
}

.slep-zones .slep-zones__item:nth-of-type(3) {
  top: 50%;
}

.change-color .slep-zones .slep-zones__item {
  background-color: #888888;
}

.change-color .slep-zones .slep-zones__item::after {
  border-color: #888888 transparent transparent transparent;
}

@media only screen and (max-width: 768px) {
  .wp__content .slep-zones .slep-zones__item {
    left: 30% !important;
  }

  .wp__content .slep-zones .slep-zones__item:nth-of-type(1) {
    top: 0px;
  }

  .wp__content .slep-zones .slep-zones__item:nth-of-type(2) {
    top: 25%;
  }

  .wp__content .slep-zones .slep-zones__item:nth-of-type(3) {
    top: 53%;
  }
}

@media only screen and (min-width: 768px) {
  .front-page .slep-zones {
    display: block;
  }

  .wp__content .slep-zones {
    margin-left: 120px;
  }

  .wp__content .slep-zones .slep-zones__item:nth-of-type(1) {
    top: 0px;
    right: 8%;
    left: auto;
  }

  .wp__content .slep-zones .slep-zones__item:nth-of-type(2) {
    top: 25%;
    left: 38%;
  }

  .wp__content .slep-zones .slep-zones__item:nth-of-type(3) {
    top: 53%;
  }
}

.modal--slep .modal__overlay {
  align-items: center;
}

.modal--slep .modal__container {
  max-width: 650px;
  background-color: #3ABFF0;
}

.change-color .modal--slep .modal__container {
  background-color: #000;
}

.modal--slep .modal__title,
.modal--slep .byline:not(.card__byline) {
  color: #fff;
}

.modal--slep .modal__close::before {
  background-image: url("assets/img/icons/close-white.svg");
}

.modal--slep .modal__content {
  padding-bottom: 20px;
}

.modal--slep .splide__track {
  padding-bottom: 45px;
}

/* ------------------------------------
 #            Info Public
 -------------------------------------- */
.info-public {
  position: relative;
  padding-top: 130px;
  padding-bottom: 95px;
}

@media only screen and (min-width: 768px) {
  .info-public {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 768px) {
  .info-public__container .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
  }
}

.info-public__content {
  gap: 60px;
}

.info-public__content h2 {
  font-family: "Gilmer", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 15px;
  color: #282828;
}

.info-public__content h3 {
  font-family: "Gilmer", sans-serif;
  font-weight: 900;
  line-height: 1;
  color: #282828;
}

.info-public__content .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.info-public__content .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 17.7645px 35.529px rgba(35, 23, 5, 0.26);
}

.info-public__content .btn a,
.info-public__content .btn span {
  padding: 18px 50px;
  border-radius: 6px;
}

.info-public__content .points .wp-block-column {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.info-public__content .wp-block-column:last-child .btn {
  margin-top: 50px;
  display: block;
}

.info-public__content .wp-block-column:last-child .btn a,
.info-public__content .wp-block-column:last-child .btn span {
  margin: 0 auto;
}

@media (min-width: 600px) and (max-width: 781px) {
  .info-public__content .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
    flex-grow: 0;
  }
}

@media only screen and (min-width: 768px) {
  .info-public__content {
    gap: 90px;
  }

  .info-public__content h2 {
    max-width: 400px;
  }

  .info-public__content p {
    color: #282828;
  }

  .info-public__content iframe {
    border-radius: 9.9px;
  }

  .info-public__content .points {
    margin: 20px 0 35px;
    padding: 0 10px;
    align-items: center;
  }

  .info-public__content .points .wp-block-column {
    min-height: 92px;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    gap: 8px;
  }

  .info-public__content .points .wp-block-column:not(:last-child) {
    border-right: 1px solid #282828;
  }
}

@media only screen and (max-width: 768px) {
  .info-public__text {
    padding: 0 15px;
  }

  .info-public__text .points .wp-block-column {
    flex-wrap: nowrap;
  }

  .info-public__text h3 {
    font-size: 1rem;
    flex-basis: 20%;
    text-align: right;
    line-height: 1.7;
  }
}

.banner-home {
  margin: 0 auto !important;
  justify-content: center;
  gap: 20px;
  max-width: 300px;
}

@media only screen and (min-width: 768px) {
  .banner-home {
    max-width: 600px;
    gap: 40px;
  }
}

/* ------------------------------------
 #           Contact Form
 -------------------------------------- */
.wpcf7-form p {
  margin: 0;
}

.wpcf7-form .contact__form label {
  width: 100%;
  font-size: 1rem;
  color: #282828;
  margin-bottom: 40px;
}

.wpcf7-form .contact__form input:not([type=checkbox]),
.wpcf7-form .contact__form select,
.wpcf7-form .contact__form textarea {
  margin-top: 5px;
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  border: 2px solid #3ABFF0;
  font-size: 1rem;
  padding: 16px 16px 13px;
  color: #282828;
  line-height: 1.1;
  box-shadow: 0px 4px 8px rgba(44, 39, 56, 0.04);
}

.wpcf7-form .contact__form input:not([type=checkbox]):focus-visible,
.wpcf7-form .contact__form select:focus-visible,
.wpcf7-form .contact__form textarea:focus-visible {
  outline: none;
}

.change-color .wpcf7-form .contact__form input:not([type=checkbox]),
.change-color .wpcf7-form .contact__form select,
.change-color .wpcf7-form .contact__form textarea {
  border-color: #000;
}

.wpcf7-form .contact__form .wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-form .contact__form .wpcf7-list-item-label {
  font-size: 0.8125rem;
  margin-left: 10px;
}

.wpcf7-form .contact__form select {
  -webkit-appearance: none;
  appearance: none;
  background: transparent url("assets/img/icons/go-bottom-blue.svg") no-repeat 60px center;
  background-position-x: 97%;
  background-position-y: 50%;
}

.change-color .wpcf7-form .contact__form select {
  background-image: url("assets/img/icons/go-bottom-dark.svg");
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
  border: none;
  cursor: pointer;
  outline: none;
  font-size: 1rem;
  line-height: 1;
  padding: 18px 50px;
  border-radius: 6px;
  display: block;
  color: #fff !important;
  background-color: #3ABFF0;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
  margin-left: auto;
}

.change-color .wpcf7-form .wpcf7-form-control.wpcf7-submit {
  background-color: #000;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
  filter: drop-shadow(0px 6px 12px rgba(58, 191, 240, 0.08)) drop-shadow(0px 12px 24px rgba(58, 191, 240, 0.16));
}

.wpcf7-form .wpcf7-spinner {
  display: none;
}

.wpcf7-form br {
  display: none;
}

.page--contact .wpcf7 {
  margin-top: 50px;
}

.page--contact .wpcf7-form {
  max-width: 770px;
}

@media only screen and (max-width: 768px) {
  .page--contact .wpcf7-form {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }
}

.swal-icon {
  margin: 0 auto;
  margin-top: 33px;
  margin-bottom: 15px;
  border: none;
}

.swal-icon div,
.swal-icon span {
  display: none;
}

.swal-icon::before {
  content: "";
  display: inline-block;
  position: relative;
  border-radius: 0;
  top: auto;
  left: auto;
  transform: none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  background-image: url("assets/img/icons/check.svg");
  transition: all 0.4s;
}

.swal-icon::after {
  content: none;
}

.wpcf7-form {
  background-color: #fff;
  box-shadow: 0px 10px 30px rgba(44, 39, 56, 0.1);
  border-radius: 20px;
  padding: 48px 52px 40px 40px;
}

.swal-modal {
  border-radius: 20px;
}

.swal-title {
  display: block;
  font-family: "Gilmer", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000;
  margin-bottom: 15px;
}

.swal-text {
  font-size: 1rem;
  line-height: 1.4;
  color: #000;
  margin-bottom: 40px;
}

/* ------------------------------------
 #               Burguer
 -------------------------------------- */
.burguer-nav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 51;
  width: 100%;
  max-width: 105vw;
  min-height: 100vh;
  overflow-y: auto;
}

.burguer-nav.active {
  display: block;
}

.burguer__container {
  padding: 15px;
  background-color: #3ABFF0;
}

.burguer__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.burguer__logo img {
  max-width: 115px;
}

.burguer__logo .close span {
  text-transform: uppercase;
  padding: 0;
  font-size: 1rem;
  color: #fff;
}

.burguer__content {
  min-height: 100vh;
}

.burguer__content .slep-menu {
  padding-top: 40px;
  padding-bottom: 0;
}

.burguer__content .slep-menu__container {
  padding: 0;
}

.burguer__content .slep-menu__header {
  display: none;
}

.burguer__content .slep-menu__zones {
  margin: 0;
}

.burguer__content .slep-menu__zones .dropmenu_list {
  display: none;
  margin-top: 20px;
}

.burguer__content .slep-menu__zones .dropmenu_list.active {
  display: block;
}

.burguer__content .slep-menu__zones .slep-menu__slide {
  border: none;
}

.burguer__content .slep-menu__zones .slep-menu__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.burguer__content .slep-menu__zones .card .card__wrap {
  flex-flow: row nowrap;
}

.burguer__content .slep-menu__zone {
  margin: 0;
  padding: 20px 0;
}

.burguer__content .slep-menu__zone:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.burguer__content .slep-menu__title {
  position: relative;
  color: #fff;
}

.burguer__content .slep-menu__title::after {
  content: "";
  display: inline-block;
  -webkit-mask: url("assets/img/icons/go-right-blue.svg") no-repeat 100% 100%;
  mask: url("assets/img/icons/go-right-blue.svg") no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #fff;
  width: 8px;
  height: 15px;
  position: absolute;
  top: 7px;
  right: 15px;
  transform: rotate(90deg);
  transition: all 400ms ease-in;
}

.burguer__content .sub-menu__btn {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  padding-top: 45px;
  width: 100%;
}

.burguer__content .sub-menu__btn span {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #fff;
}

.burguer__content .sub-menu__btn.active i.slep-menu__close {
  display: inline-block;
}

.burguer__content .sub-menu__btn.active i.slep-menu__arrow {
  display: none;
}

.burguer__content i.slep-menu__close {
  display: none;
  background: url("assets/img/icons/close-white.svg") no-repeat 50% 50%;
  width: 10px;
  height: 10px;
  position: relative;
  top: 7px;
}

.burguer__content i.slep-menu__arrow {
  display: inline-block;
  background: url("assets/img/icons/arrow-right-fill.svg") no-repeat 50% 50%;
  width: 9px;
  height: 16px;
  position: relative;
  top: 3px;
}

.burguer__navbar {
  flex-basis: 100%;
  padding-top: 45px;
}

.burguer__navbar ul {
  list-style: none;
}

.burguer__navbar .header__nav {
  padding-top: 22px;
}

.burguer__navbar li {
  margin: 0;
  padding: 0;
}

.burguer__navbar li:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}

.burguer__navbar .header__nav .sub-menu__link {
  position: relative;
  display: block;
  padding: 20px 0;
  color: #fff;
  font-size: 1rem;
}

.burguer__navbar .header__nav .sub-menu__link:hover {
  color: #fff;
}

.burguer__navbar .menu-item-has-children .sub-menu__link::after {
  content: "";
  display: inline-block;
  -webkit-mask: url("assets/img/icons/go-right-blue.svg") no-repeat 100% 100%;
  mask: url("assets/img/icons/go-right-blue.svg") no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #fff;
  width: 8px;
  height: 15px;
  position: absolute;
  top: 22px;
  right: 15px;
  transform: rotate(90deg);
  transition: all 400ms ease-in;
}

.burguer__navbar .sub-menu a {
  display: block;
  border: none !important;
}

.burguer__navbar .sub-menu li {
  border: none !important;
}

.burguer__navbar .sub-menu .sub-menu__link {
  padding: 20px;
  color: #fff;
}

.burguer__navbar .sub-menu .sub-menu__link:first-child {
  padding-top: 0;
}

.burguer__navbar .sub-menu .sub-menu__link::after {
  content: none;
}

/* ------------------------------------
 #             Mail Alert
 -------------------------------------- */
.mail-alert {
  position: relative;
  margin-top: 150px;
  background-color: #3ABFF0;
  display: none;
}

.change-color .mail-alert {
  background-color: #888888;
}

@media only screen and (min-width: 768px) {
  .mail-alert {
    display: block;
    padding: 35px 0;
  }
}

.mail-alert__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mail-alert__content h3,
.mail-alert__content p {
  font-family: "Gilmer", sans-serif;
  color: #fff;
}

.mail-alert__content a {
  font-family: "Inter", sans-serif;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .mail-alert__content {
    padding: 0 40px;
  }
}

/* ------------------------------------
 #                SLEP
 -------------------------------------- */
.bannerCaurosel {
  position: relative;
  padding-bottom: 80px;
}

.bannerCaurosel__content .splide__slide {
  display: flex;
  align-items: center;
}

.bannerCaurosel__content .splide__arrows {
  display: block !important;
}

.bannerCaurosel__content .splide__arrow {
  bottom: -55px;
}

.bannerCaurosel__content .bannerCaurosel__item {
  display: block;
  max-width: 180px;
  width: 100%;
  overflow: hidden;
  max-height: 90px;
}

.bannerCaurosel__content .bannerCaurosel__item img {
  transition: transform 0.3s ease-in;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bannerCaurosel__content .bannerCaurosel__item:hover img {
  transform: scale(1.02);
}

@media only screen and (max-width: 768px) {
  .bannerCaurosel__content .splide__arrow--prev {
    right: 2rem;
  }

  .bannerCaurosel__content .splide__arrow--next {
    right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .bannerCaurosel__content .bannerCaurosel__item {
    max-width: 250px;
    max-height: 125px;
  }
  .bannerCaurosel__item img{
    width: 100%;
    height: 100%;
  }
}

/* ------------------------------------
 #                Footer
 -------------------------------------- */
.footer {
  position: relative;
  margin-top: 1.5rem;
  background-color: #282828;
}

.page--participation .footer {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .footer::before {
    content: "";
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: -webkit-fill-available;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    opacity: 0.3;
    background-image: url("assets/img/bg/footer-line.svg");
  }
}

.footer__container {
  position: relative;
  z-index: 1;
  padding: 110px 9px 32px;
}

@media only screen and (min-width: 768px) {
  .footer__container {
    padding: 60px 9px 55px;
  }
}

.footer__content {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.footer__content ul {
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .footer__content {
    display: grid;
    grid: auto/repeat(12, 1fr);
    gap: 65px 30px;
  }
}

@media only screen and (max-width: 768px) {
  .footer__column {
    padding: 0 30px;
  }

  .footer__column:nth-last-of-type(2),
  .footer__column:nth-of-type(2) {
    padding: 0;
  }
}

.footer--logo {
  grid-column: 1/8;
}

.footer--logo .footer__logo {
  max-width: 180px;
}

@media only screen and (min-width: 768px) {
  .footer--logo .footer__logo {
    max-width: 200px;
  }
}

.footer--newsletter {
  display: none;
  grid-column: 8/13;
  position: absolute;
  top: -160px;
  padding-right: 15px !important;
  padding-left: 5px !important;
}

.footer--newsletter .wpcf7-form {
  border-radius: 7px;
  padding: 25px 33px 20px;
}

.footer--newsletter .wpcf7-form label {
  margin-top: 0;
  margin-bottom: 15px;
}

.footer--newsletter .wpcf7-form label input {
  border: 1px solid #DBE2EA !important;
}

.footer--newsletter .wpcf7-form .wpcf7-form-control.wpcf7-submit {
  margin: 0;
}

.footer--newsletter .wpcf7-form .btn--outline {
  padding: 10px 25px;
  border: 2px solid #3ABFF0 !important;
  background-color: transparent !important;
  color: #3ABFF0 !important;
}

.change-color .footer--newsletter .wpcf7-form .btn--outline {
  border-color: #000 !important;
  color: #000 !important;
}

.footer--newsletter .wpcf7-form .btn--outline:hover {
  background: rgba(58, 191, 240, 0.1) !important;
}

.footer--newsletter .contact__header {
  display: block;
  font-family: "Gilmer", sans-serif;
  font-size: 1.875rem;
  line-height: 1;
  color: #282828;
  margin-bottom: 5px;
}

.footer--newsletter .contact__text {
  display: block;
  font-size: 0.875rem;
}

@media only screen and (min-width: 768px) {
  .footer--newsletter {
    position: static;
    padding: 0 !important;
    margin-top: -185px;
  }

  .footer--newsletter .wpcf7-form {
    border-radius: 10px;
    padding: 35px 45px;
  }

  .footer--newsletter .wpcf7-form label {
    margin-bottom: 20px;
  }

  .footer--newsletter .wpcf7-form .btn--outline {
    padding: 14px 40px;
  }

  .footer--newsletter .contact__header {
    font-size: 2.25rem;
  }

  .footer--newsletter .contact__text {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

.footer--links {
  grid-column: 1/7;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.footer--links span,
.footer--links a {
  color: #fff;
}

.footer--links .footer__title {
  display: block;
  font-family: "Gilmer", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}

.footer--links a {
  font-size: 0.875rem;
}

.footer--links li:not(:last-child) {
  padding-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .footer--links {
    flex-direction: row;
    gap: 80px;
  }
}

.footer--btn {
  grid-column: 7/13;
}

.footer--btn .btn a {
  border-radius: 6px;
}

.change-color .footer--btn .btn--outline a,
.change-color .footer--btn .btn--outline span {
  color: #fff !important;
  border-color: #fff !important;
}

@media only screen and (min-width: 768px) {
  .footer--btn .btn a {
    padding: 14px 40px;
    margin-left: auto;
  }
}

.footer--nav {
  grid-column: 1/11;
  order: 1;
}

.footer--nav .footer__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 0;
}

.footer--nav a {
  font-size: 10px;
  color: #fff;
  line-height: 1.4;
}

.footer--nav li:not(:last-child)::after {
  display: inline;
  content: "|";
  margin: 0 7px;
  font-size: 10px;
  color: #fff;
  position: relative;
  top: 1px;
}

@media only screen and (min-width: 768px) {
  .footer--nav {
    order: 0;
    padding-top: 90px;
  }

  .footer--nav .footer__list {
    justify-content: start;
    gap: 12px 0;
  }

  .footer--nav a {
    font-size: 12px;
  }

  .footer--nav li:not(:last-child)::after {
    margin: 0 15px;
    font-size: 12px;
  }
}

.footer--social-media {
  grid-column: 11/13;
  margin: 0;
}

.footer--social-media ul {
  display: flex;
  justify-content: center;
  gap: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.footer--social-media ul li {
  margin: 0;
}

.footer--social-media .social-media--facebook {
  order: -1;
}

.footer--social-media .social-media--facebook a::before {
  background-image: url(assets/img/social-media/facebook.svg);
}

.footer--social-media .social-media--youtube {
  display: none;
}

@media only screen and (min-width: 768px) {
  .footer--social-media {
    padding-top: 90px;
    margin-left: auto;
  }

  .footer--social-media ul {
    border: none;
    padding-bottom: 0;
    width: fit-content;
  }
}
