:root {
  --color-senati: #1547F6;
  --color-senati-alter: #0036F8;
  --color-sky: #00BCFF;
  --color-truq: #2DCCCD;
  --color-secundary: #000A25;
}

.text_cabecera_general {
  font-weight: 400 !important;
}

html {
  font-size: 62.5% !important;
}

* {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
}

b,
strong {
  font-weight: bold !important;
}

.cambiar_orden_menu {
  z-index: 2 !important;
}

/* .alto_banner_selecionado {
  aspect-ratio: 16 / 9;
  max-height: 586px;
  width: 100%;
} */

.alto_banner_selecionado {
  aspect-ratio: 16 / 9;
  max-height: 400px;
  width: 100%;
}

.curses_a.curses {
  height: 40px !important;
  resize: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

a {
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

a:hover {
  text-decoration: none !important;
  opacity: 0.8;
}

.font-weight-bold {
  font-weight: 700;
}

[data-bg-image] {
  background-repeat: repeat;
  background-position: top center;
}

[data-bg-image]:not(.bg-pattern) {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  background-position: bottom !important;
  overflow: hidden;
}

.section-bottom-shape {
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 70px;
}

.section-bottom-shape.fill-color-gray svg path {
  fill: #f8f8f8;
}

.section-bottom-shape svg {
  width: 100%;
  height: 100%;
}

.section-bottom-shape svg path {
  fill: #FFFFFF;
}

.overlay--page {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 979;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.overlay--page.is-show {
  visibility: visible;
  opacity: 1;
}

.menu {
  height: 64px;
  /* left: 0px; */
  /* top: 0px; */
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* .menu.uk-sticky.uk-active {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4196078431);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4196078431);
} */
@media (min-width: 1200px) {
  .menu .container {
    max-width: 1300px;
  }
}

.menu--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu--container--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media (max-width: 768px) {
  .menu--container--left {
    width: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.menu--container--logo {
  border-right: 1px solid rgba(255, 255, 255, 0.431372549);
  padding-right: 20px;
}

@media (max-width: 768px) {
  .menu--container--logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
    border: none;
  }
}

@media (max-width: 768px) {
  .menu--container--search--mobile {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (max-width: 768px) {
  .menu--container--drop {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.menu--container--drop--action {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: white;
}

@media (max-width: 768px) {
  .menu--container--form {
    position: absolute;
    top: 64px;
    height: 50px;
    background: white;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }

  .menu--container--form.is-show {
    visibility: visible;
    opacity: 1;
  }
}

.menu--container--input {
  width: 390px;
  background: white;
  height: 42px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 8px;
  gap: 15px;
}

.menu--container--input input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  border: none;
  outline: none;
  color: var(--color-secundary);
}

.menu--container--input input::-webkit-input-placeholder {
  color: var(--color-secundary);
  opacity: 0.5;
}

.menu--container--input input::-moz-placeholder {
  color: var(--color-secundary);
  opacity: 0.5;
}

.menu--container--input input:-ms-input-placeholder {
  color: var(--color-secundary);
  opacity: 0.5;
}

.menu--container--input input::-ms-input-placeholder {
  color: var(--color-secundary);
  opacity: 0.5;
}

.menu--container--input input::placeholder {
  color: var(--color-secundary);
  opacity: 0.5;
}

.menu--container--link a {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: white;
  text-decoration: underline;
}

.category--drop .col-md-3 {
  padding-right: 0;
}

.category--drop .col-md-9 {
  padding-left: 0;
}

@media (max-width: 768px) {
  .category--drop .col-md-9 {
    display: none;
    width: 100%;
    padding: 0 15px 15px;
    background: white;
  }
}

.category--drop .uk-card {
  padding: 0;
}

.category--drop--right,
.category--drop--left {
  height: 100%;
  padding: 18px;
}

.category--drop .uk-card {
  overflow: hidden;
}

@media (max-width: 768px) {
  .category--drop .uk-card {
    border-radius: 0;
  }
}

.category--drop .spinner-section {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.4196078431);
  z-index: 1020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.category--drop .spinner-section.is-show {
  visibility: visible;
  opacity: 1;
}

.category--drop--left {
  padding: 0;
}

.category--drop--left .category--drop--title {
  padding: 18px 5px 0 0;
  padding-top: 31px;
  padding-left: 30px;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 768px) {
  .category--drop--left .category--drop--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #EDF8FA;
    border: none;
    height: 77px;
    margin: 0 0 16px 0 !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    margin-bottom: 16px;
  }

  .category--drop--left .category--drop--title h4 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
  }

  .category--drop--left .category--drop--title .close--drop {
    margin-right: 16px;
  }

  .category--drop--left .category--drop--title .close--drop svg * {
    stroke: #000;
  }
}

.category--drop--left.programs .category--drop--title {
  padding-left: 0;
  color: var(--color-senati-alter);
  border-color: var(--color-senati-alter);
  padding-right: 0;
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 768px) {
  .category--drop--left.programs .category--drop--title {
    height: auto;
    background: white;
  }
}

.category--drop--left.programs .category--drop--title h4 {
  color: var(--color-senati-alter);
  font-weight: 500;
}

@media (max-width: 768px) {
  .category--drop--left.programs .category--drop--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    border-bottom: 1px solid var(--color-senati);
  }
}

.category--drop--left.programs .category--drop--list:before {
  display: none;
}

.category--drop--left.programs .category--drop--list li {
  padding-left: 0 !important;

}

.category--drop--left.programs .category--drop--list li.uk-active .category {
  background: var(--color-senati-alter);
  border-bottom: 1px solid transparent !important;
}

.category--drop--left.programs .category--drop--list li.uk-active .category span {
  color: white;
}

@media (max-width: 768px) {
  .category--drop--left.programs .category--drop--list li.uk-active .category span {
    /* color: var(--color-senati) !important; */
  }
}

/* .category--drop--left.programs .category--drop--list li.uk-active .category .icon {
  background-color: white;
} */

@media (max-width: 768px) {
  .category--drop--left.programs .category--drop--list li.uk-active .category .icon {
    /* background-color: var(--color-senati) !important; */
  }
}

.category--drop--left.programs .category--drop--list li.uk-active .category svg path {
  fill: white;
}

.category--drop--left.programs .category--drop--list li.uk-active .category::after {
  background: var(--color-sky);
}

@media (max-width: 768px) {
  .category--drop--left.programs .category--drop--list li.uk-active .category::after {
    background: var(--color-senati-alter) !important;
  }
}

.category--drop--left.programs .category--drop--list li:hover .category::after {
  background: var(--color-sky);
}

.category--drop--left.programs .category--drop--list .category {
  padding: 0;
  text-align: left;
  text-transform: inherit;
  border: none !important;
  border-bottom: 1px solid #ffffff5e !important;
}

@media (max-width: 768px) {
  /* .category--drop--left.programs .category--drop--list .category {
    background: white !important;
    color: #525252 !important;
    width: 190px !important;
    gap: 5px !important;
  } */
}

@media (max-width: 768px) {
  .category--drop--left.programs .category--drop--list .category::after {
    width: 100%;
    top: auto;
    height: 5px;
    bottom: 0;
    right: 0;
  }
}

.category--drop--left.programs .category--drop--list .category span {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 17px;
  max-width: 70%;
  padding-right: 50px;
  padding-left: 20px;

}

@media (max-width: 768px) {
  .category--drop--left.programs .category--drop--list .category span {
    padding-right: 0 !important;
    /* color: #525252 !important; */
  }
}

.category--drop--left.programs .category--drop--list .category .icon {
  background-color: #17C9CF;
}

@media (max-width: 768px) {
  .category--drop--left.programs .category--drop--list .category .icon {
    /* background-color: #525252 !important; */
  }
}

.category--drop--left.programs .category--drop--list .category svg path {
  fill: var(--color-senati-alter);
}

.category--drop--right {
  background: #EDF8FA;
  padding: 18px 0 18px 15px;
}

.category--drop--right--drop {
  min-height: 450px;
}

@media (max-width: 768px) {
  .category--drop--right--drop {
    width: 100%;
    padding: 0;
    background: white;
  }
}

.category--drop--right .category--drop--content--list {
  padding: 0 16px;
}

@media (max-width: 768px) {
  .category--drop--right .category--drop--content--list {
    padding: 0;
  }
}

.category--drop--right .category--drop--title {
  padding-top: 13px;
  margin-left: 0;
  border-color: var(--color-senati-alter);
}

@media (max-width: 768px) {
  .category--drop--right .category--drop--title {
    background: #EDF8FA;
    background: #EDF8FA;
    border: none;
    height: 77px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .category--drop--right .category--drop--title h4 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .category--drop--right .category--drop--title .close--drop svg * {
    stroke: #000 !important;
  }
}

.category--drop--right .category--drop--title h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-senati);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.category--drop--right.programs {
  background: white;
  --color-senati: var(--color-senati-alter);
  padding: 0px;
}

@media (max-width: 768px) {
  .category--drop--right.programs {
    padding: 0;
  }

  .category--drop--right.programs .category--drop--title {
    padding: 0;
    background: transparent;
    height: auto;
    margin-top: 2rem;
  }

  .category--drop--right.programs .category--drop--title h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
  }
}

.category--drop--title {
  border-bottom: 1px solid #000000;
  margin-bottom: 1rem;
}

.category--drop--title h4 {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin: 0;
  padding-bottom: 1rem;
}

.category--drop--content--action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  gap: 14px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

@media (max-width: 768px) {
  .category--drop--content--action {
    /* overflow: initial;
    white-space: initial; */
    /* display: inline-block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0; */
  }
}

.category--drop--content--action button {
  height: 40px;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  padding: 0 14px;
  font-weight: 600;
  line-height: 16px;
}

.category--drop--content--action button:hover {
  background: #17C9CF !important;
  color: #fff !important;
  opacity: 1 !important;
}

.category--drop--content--action button.uk-active {
  background: var(--color-senati);
  border: 1px solid var(--color-senati);
  color: #FFFFFF;
}

.category--drop--list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.category--drop--list a.category {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 0px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.category--drop--list a.category::after {
  position: absolute;
  content: "";
  width: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  background: transparent;
}

.category--drop--list a.category .ico {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category--drop--list a.category .ico .icon {
  width: 24px;
  height: 24px;
  background-color: #333;
}

.category--drop--list a.category .ico svg {
  width: 20px;
}

.category--drop--list a.category .ico svg path {
  fill: #525252;
}

.category--drop--list a.category span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #525252;
}


.category:hover {
  opacity: 1 !important;
}

.category--drop--list a.category.active {
  background: #EDF8FA;
}

@media (max-width: 768px) {
  .category--drop--list a.category.active {
    background: transparent;
  }
}

.category--drop--list a.category.active .icon {
  background-color: var(--color-senati);
}

@media (max-width: 768px) {
  .category--drop--list a.category.active .icon {
    background-color: #525252;
  }
}

.category--drop--list a.category.active svg path {
  fill: var(--color-senati);
}

.category--drop--list a.category.active span {
  font-size: 16px;
  line-height: 19px;
  color: var(--color-senati);
  font-weight: 700;
}

@media (max-width: 768px) {
  .category--drop--list a.category.active span {
    font-weight: 400;
    color: #525252;
  }
}

.category--drop--list a.category.active::after {
  background: var(--color-senati);
}

.category--drop--programs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin: 2rem 1rem 4rem;
  gap: 20px;
}

@media (max-width: 768px) {
  .category--drop--programs.dropper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .category--drop--programs.dropper .program--single {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
  }

  .category--drop--programs.dropper .program--single h4 {
    margin-bottom: 16px;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }

  .category--drop--programs.dropper .program--single h4 a {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .category--drop--programs.dropper .program--single .program--content--items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.category--drop--programs.programs {
  display: block;
  position: relative;
  padding-bottom: 4rem;
}

.category--drop--programs.programs .swiper--actions {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  bottom: 1rem;
  gap: 15px;
}

.category--drop--programs.programs .swiper--actions .swiper-arrow {
  cursor: pointer;
  position: relative;
  -webkit-transform: none;
  transform: none;
}

.category--drop--programs.programs .swiper--actions .swiper-arrow.right {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.category--drop--programs.programs .swiper--actions .swiper-arrow img {
  height: 21px;
  width: auto;
  max-width: initial;
}

.category--drop--programs.programs .swiper--actions .swiper-pagination {
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category--drop--programs.programs .swiper--actions .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid var(--color-senati);
  opacity: 1;
  background: white;
}

.category--drop--programs.programs .swiper--actions .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-senati);
}

.category--drop--programs.programs .swiper-programs-pagination .swiper-pagination-bullet {
  background: #FFFFFF;
  border: 1px solid #040DAC;
  width: 14px;
  height: 14px;
}

.category--drop--programs.programs .swiper-programs-pagination .swiper-pagination-bullet-active {
  background: var(--color-senati);
}

.category--drop--programs.programs .swiper-arrow-home-left {
  position: absolute;
  left: -2rem;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

@media (max-width: 768px) {
  .category--drop--programs.programs .swiper-arrow-home-left {
    left: 0rem;
  }
}

.category--drop--programs.programs .swiper-arrow-home-right {
  position: absolute;
  right: -2rem;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}

@media (max-width: 768px) {
  .category--drop--programs.programs .swiper-arrow-home-right {
    right: 0rem;
  }
}

.link--why {
  height: 57px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link--why a {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-senati);
  border-top: 1px solid rgba(0, 0, 0, 0.2901960784);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
}

.swiper-programs-mobile {
  overflow: hidden;
}

.program--single .program--content h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: var(--color-senati);
  gap: 18px;
  margin-bottom: 24px;
}

.program--single .program--content h4 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-senati);
}

.program--single .program--content h4 img {
  height: 15px;
}

.program--single .program--content--items--li {
  gap: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666666;

}

.program--single .program--content--items--li img {
  width: 15px;
}

.program--detail {
  --color-solid: var(--color-senati);
  --color-button: var(--color-senati);
  --color-text: white;
}

.program--detail.line {
  --color-solid: #fff;
  --color-text: #000;
  --color-border: #0036F8;
  --color-button: var(--color-senati);
}

.program--detail.line .program--content {
  border: 1px solid var(--color-border);
}

.program--detail .program--content {
  border-radius: 10px;
  overflow: hidden;
}

.program--detail .program--content--picture {
  height: 144px;
  overflow: hidden;
  position: relative;
}

.program--detail .program--content--picture img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.program--detail .program--content--tag {
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--color-tag);
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  border-radius: 6px;
  color: white;
  z-index: 1;
}

.program--detail .program--content--tag.programas-modular {
  background: #0036F8;
}

.program--detail .program--content--tag.cursos {
  background: #000;
}

.program--detail .program--content--items {
  background: var(--color-solid);
  padding: 15px;
  height: 100%;
}

.program--detail .program--content--items .program--header img {
  margin-bottom: 15px;
  height: 120px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.program--detail .program--content--items h2 {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 18px;
  margin-bottom: 10px;
  color: var(--color-text);
  min-height: 36px;
}

.program--detail .program--content--items h2 a {
  color: var(--color-text);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none !important;
}

@media (max-width: 768px) {
  .program--detail .program--content--items h2 a {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.5px;
  }
}

.program--detail .program--content--items--li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.program--detail .program--content--items--li img {
  width: 15px;
}

.program--detail .program--content--items--li .text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 18px;
  color: var(--color-text);
}

@media (max-width: 768px) {
  .program--detail .program--content--items--li .text {
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
  }
}

.program--detail .program--content--items--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.program--detail .program--content--items--button a {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--color-button);
  border: 1px solid var(--color-button);
  border-radius: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 24px;
  margin: 0 auto;
  -webkit-transition: 0.3s all;
  width: 100%;
  text-align: center;
  transition: 0.3s all;
}

.program--detail .program--content--items--button a:hover {
  background: var(--color-button);
  color: var(--color-solid);
}

@media (max-width: 768px) {
  .program--detail .program--content--items--button a {
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
  }
}

.swiper--actions--results {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  bottom: 1rem;
  gap: 15px;
}

.swiper--actions--results .swiper-arrow {
  cursor: pointer;
}

.swiper--actions--results .swiper-arrow.right {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper--actions--results .swiper-arrow img {
  height: 21px;
  width: auto;
  max-width: initial;
}

.swiper--actions--results .swiper-pagination {
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper--actions--results .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid var(--color-senati);
  opacity: 1;
}

.swiper--actions--results .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-senati);
}

.intro-slider {
  position: relative;
  height: 650px;
}

@media (max-width: 768px) {
  .intro-slider {
    height: 490px;
  }
}

.intro-slider .swiper--actions {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  bottom: 6rem;
  gap: 15px;
}

@media (max-width: 768px) {
  .intro-slider .swiper--actions {
    background: rgba(0, 10, 37, 0.6);
    opacity: 1;
    height: 42px;
    width: 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    bottom: 3rem;
    right: 0;
    -webkit-transform: none;
    transform: none;
    left: auto;
  }
}

.intro-slider .swiper--actions .swiper-arrow {
  cursor: pointer;
}

.intro-slider .swiper--actions .swiper-arrow.right {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.intro-slider .swiper--actions .swiper-arrow img {
  height: 21px;
  width: auto;
  max-width: initial;
}

.intro-slider .swiper--actions .swiper-pagination {
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .intro-slider .swiper--actions .swiper-pagination {
    display: none;
  }
}

.intro-slider .swiper--actions .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  opacity: 1;
}

.intro-slider .swiper--actions .swiper-pagination .swiper-pagination-bullet-active {
  background: white;
}

.intro-slider .section-bottom-shape {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .intro-slider .section-bottom-shape {
    height: 30px;
  }
}

.intro-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-section .container {
  position: relative;
  margin-top: -4rem;
}

.intro--container {
  max-width: 495px;
}

.intro--container h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 37px;
  letter-spacing: -0.5px;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .intro--container h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    width: 200px;
  }
}

.intro--container h1 strong {
  color: var(--color-sky);
}

.intro--container p {
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}

.intro--container p strong {
  font-weight: bold;
}

@media (max-width: 768px) {
  .intro--container p {
    font-weight: lighter;
    font-size: 12px;
    line-height: 14px;
    width: 250px;
  }

  .intro--container p strong {
    font-weight: bold;
  }
}

.intro--container a.uk-button-banner {
  border-radius: 6px;
  overflow: hidden;

}

.intro--container a.uk-button-banner .uk-btn-icon {
  background-color: var(--color-senati);
  border-radius: 6px 0 0 6px;
}

.intro--container a.uk-button-banner .uk-btn-text {
  background: #101473;
  border-radius: 0 6px 6px 0;
}

.intro--container a.uk-button-banner span {
  padding: 13px 12px;
  font-size: 20px;
}

@media (max-width: 768px) {
  .intro--container a {
    /*width: 100%;*/
  }
}

.programs--home {
  margin-top: -1rem;
  z-index: 3;
  position: relative;
}

@media (max-width: 768px) {
  .programs--home {
    padding-top: 2rem;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

.programs--home .title--senati {
  font-weight: 500;
  font-size: 3rem;
  line-height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #000A25;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  .programs--home .title--senati {
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    margin: 1rem auto 4rem;
    width: 216px;
  }
}

.programs--single {
  position: relative;
}

.programs--picture {
  position: absolute;
  top: 0;
  height: 500px;
  overflow: hidden;
  width: 100%;
}

.programs--picture img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.programs--picture--overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.programs--heroe {
  /* height: 500px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.programs--heroe--content {
  width: 100%;
}

@media (max-width: 768px) {
  .programs--heroe--content--p {
    width: 232px;
  }
}

.programs--heroe--content h4 {
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 21px;
  margin-bottom: 24px;
  color: #17C9CF;
}

@media (max-width: 768px) {
  .programs--heroe--content h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
  }
}

.programs--heroe--content h1 {
  margin-top: 0;
  font-weight: bold;
  font-size: 3.7rem;
  line-height: 40px;
  letter-spacing: -0.5px;
  color: white;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .programs--heroe--content h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
  }
}

.programs--heroe--content p {
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: white;
  width: 80%;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .programs--heroe--content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }
}

.programs--heroe--content a.show--form {
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: var(--color-sky);
  padding: 0 16px;
  color: var(--color-senati);
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  border: 1px solid var(--color-sky);
  margin-bottom: 1rem;
}

.programs--heroe--content a.brochure {
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: var(--color-senati-alter);
  padding: 0 16px;
  color: white;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  border: 1px solid white;
}

@media (max-width: 768px) {
  .programs--heroe--content a.brochure {
    background: transparent !important;
  }
}

@media (max-width: 768px) {
  .programs--heroe--content a {
    width: 100%;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

.programs--breadcrumb {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #666C7C;
  margin: 80px 0 40px;
  display: flex;
}

@media (max-width: 768px) {
  .programs--breadcrumb {
    margin: 40px 0;
  }
}

.programs--breadcrumb a {
  color: #666C7C;
}

.programs--breadcrumb> :last-child>*,
.programs--breadcrumb span {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-senati) !important;
}

.programs--breadcrumb .back--results {
  margin-right: 1rem;
}

.programs--breadcrumb> :nth-child(n+2):not(.uk-first-column)::before {
  background: url(/wp-content/uploads/2022/05/arrow_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  content: "" !important;
  height: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

@media (max-width: 768px) {
  .programs--breadcrumb> :nth-child(n+2):not(.uk-first-column)::before {
    display: none !important;
  }
}

.programs--detail {
  margin-bottom: 10rem;
}

@media (max-width: 768px) {
  .programs--detail {
    margin-bottom: 0rem;
  }
}

.programs--detail h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 39px;
  color: #000000;
}

@media (max-width: 768px) {
  .programs--detail h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 31px;
  }
}

.programs--detail .info {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: justify;
  letter-spacing: 0.005em;
}

@media (max-width: 768px) {
  .programs--detail .info {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}

.programs--detail .info--list {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .programs--detail .info--list {
    line-height: 17px;
  }
}

.programs--detail .info--list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0 15px;
}

.programs--detail .info--list--item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.programs--detail .info--list--item .ico {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
}

.programs--detail .info--list--item .detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.programs--detail .info--list--item .detail span {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

@media (max-width: 768px) {
  .programs--detail .info--list--item .detail span {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
  }
}

.programs--detail .video {
  margin-bottom: 2rem;
}

.programs--detail .video--image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/* .programs--detail .video--image img {
  width: 100%;
} */

.programs--detail .managed {
  margin-bottom: 2rem;
}

.programs--detail .managed--list {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
}

@media (max-width: 768px) {
  .programs--detail .managed--list {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}

.programs--detail .certification {
  margin-bottom: 2rem;
}

.programs--detail .certification--list {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  display: -ms-grid;
  display: grid;
  color: #333333;
}

@media (max-width: 768px) {
  .programs--detail .certification--list {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}

.programs--detail .requirements p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  letter-spacing: 0.005em;
}

@media (max-width: 768px) {
  .programs--detail .requirements p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}

.programs--detail .courses {
  margin-top: 28px;
  margin-bottom: 6rem;
}

.programs--detail .courses .uk-accordion-container {
  border: 1px solid #000;
  padding: 33px;
  border-radius: 20px;

}

@media (max-width: 768px) {
  .programs--detail .courses {
    margin-top: 3rem;
  }
}

.programs--detail .courses h2 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 37px;
  color: var(--color-senati);
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .programs--detail .courses h2 {
    font-weight: 600;
    text-align: left;
  }
}

.programs--detail .courses .uk-accordion a span {
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 16px;
  color: var(--color-senati);
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-decoration: underline;
  text-transform: capitalize !important;
}



.programs--detail .courses .uk-accordion a::before {
  background-image: url("/wp-content/uploads/2022/05/across.png");
  right: 1rem;
}

.programs--detail .courses .uk-accordion a::after {
  content: "";
  width: 4px;
  height: 100%;
  left: 0;
  background: var(--color-senati);
}

.programs--detail .courses .uk-accordion .uk-accordion-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding: 12px 2rem;
  color: #000000;
}

@media (max-width: 768px) {
  .programs--detail .courses .uk-accordion .uk-accordion-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    padding: 12px 1rem;
    display: flex;
  }
}

.programs--facitators {
  padding: 3rem 0;
  background: var(--color-senati);
  position: relative;
}

@media (max-width: 768px) {
  .programs--facitators {
    padding: 6rem 0 6rem;
  }

  .programs--facitators .decorate {
    width: 100%;
    position: absolute;
    top: 0;
    height: 30px;
  }

  .programs--facitators .decorate * {
    fill: white;
  }
}

.programs--facitators .section-bottom-shape {
  bottom: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 55px;
}

@media (max-width: 768px) {
  .programs--facitators .section-bottom-shape svg {
    height: 30px;
  }
}

.programs--facitators .section-bottom-shape path {
  fill: var(--color-senati);
}

.programs--facitators .title {
  max-width: 485px;
}

@media (max-width: 768px) {
  .programs--facitators .title {
    text-align: center;
    margin: 0 auto;
  }
}

.programs--facitators .title h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 25px;
  color: white;
}

@media (max-width: 768px) {
  .programs--facitators .title h3 {
    width: 300px;
    margin: 0 auto;
  }
}

.programs--facitators .title p {
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .programs--facitators .title p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
  }
}

.programs--facitators .row {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.programs--facitators .facitators--list {
  margin-top: 4rem;
  position: relative;
}

.programs--facitators .facitators--list .swiper--actions {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  bottom: -3rem;
  gap: 15px;
}

.programs--facitators .facitators--list .swiper--actions .swiper-arrow {
  cursor: pointer;
}

.programs--facitators .facitators--list .swiper--actions .swiper-arrow img {
  height: 20px;
  width: auto;
  max-width: initial;
}

.programs--facitators .facitators--list .swiper--actions .swiper-arrow.right {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.programs--facitators .facitators--list .swiper--actions .swiper-pagination {
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.programs--facitators .facitators--list .swiper--actions .swiper-pagination-bullet {
  background: #FFFFFF;
  border: 1px solid #5BBEFF;
  width: 14px;
  height: 14px;
  opacity: 1 !important;
}

.programs--facitators .facitators--list .swiper--actions .swiper-pagination-bullet-active {
  background: #5BBEFF;
}

@media (max-width: 768px) {
  .programs--facitators .facitators--item--content {
    max-width: 80%;
    margin: 0 auto;
  }
}

.programs--facitators .facitators--item--content .picture {
  width: 111px;
  height: 111px;
  background: #42B7B8;
  border-radius: 50%;
  overflow: hidden;
}

.programs--facitators .facitators--item--content .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  margin-top: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 768px) {
  .programs--facitators .facitators--item--content .detail {
    height: 160px;
  }
}

.programs--facitators .facitators--item--content .detail p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: white;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .programs--facitators .facitators--item--content .detail p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}

.programs--facitators .facitators--item--content .info {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.programs--facitators .facitators--item--content .info .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.005em;
  color: white;
}

@media (max-width: 768px) {
  .programs--facitators .facitators--item--content .info .name {
    font-weight: 700;
    font-size: 16.1798px;
    line-height: 19px;
  }
}

.programs--facitators .facitators--item--content .info .carrer {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #5BBEFF;
}

@media (max-width: 768px) {
  .programs--facitators .facitators--item--content .info .carrer {
    font-weight: 400;
    font-size: 12.1348px;
    line-height: 14px;
  }
}

.programs--facitators .facitators--item--content .info .social a {
  background: #5BBEFF;
  color: var(--color-senati);
}

@media (max-width: 768px) {
  .programs--facitators .facitators--item--content .info .social a {
    width: 33px;
    height: 33px;
  }
}

.programs--courses {
  position: relative;
  padding: 10rem 0px 4rem;
}

@media (max-width: 768px) {
  .programs--courses {
    padding: 7rem 0px 4rem;
  }
}

.programs--courses .title {
  text-align: center;
}

.programs--courses .title h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  color: var(--color-senati);
}

@media (max-width: 768px) {
  .programs--courses .title h3 {
    font-weight: 500;
    font-size: 23px;
    line-height: 27px;
    width: 80%;
    margin: 0 auto;
  }
}

.programs--courses .decorate {
  width: 100%;
  height: 9rem;
  position: absolute;
  top: 0;
}

@media (max-width: 768px) {
  .programs--courses .decorate {
    height: 50px;
  }
}

.programs--courses .decorate path {
  fill: var(--color-senati);
}

.programs--courses .courses--list {
  margin-top: 6rem;
  position: relative;
}

@media (max-width: 768px) {
  .programs--courses .courses--list {
    margin-top: 4rem;
  }
}

.programs--courses .courses--list .swiper--actions {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  bottom: -3rem;
  gap: 15px;
}

.programs--courses .courses--list .swiper--actions .swiper-arrow {
  cursor: pointer;
}

.programs--courses .courses--list .swiper--actions .swiper-arrow img {
  height: 20px;
  width: auto;
  max-width: initial;
}

.programs--courses .courses--list .swiper--actions .swiper-arrow.right {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.programs--courses .courses--list .swiper--actions .swiper-pagination {
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.programs--courses .courses--list .swiper--actions .swiper-pagination-bullet {
  background: #FFFFFF;
  border: 1px solid var(--color-senati);
  width: 14px;
  height: 14px;
  opacity: 1 !important;
}

.programs--courses .courses--list .swiper--actions .swiper-pagination-bullet-active {
  background: var(--color-senati);
}

.programs--courses .courses--list--item h4 {
  font-weight: 700;
  font-size: 29px;
  line-height: 22px;
  color: #000;
  margin-bottom: 1.8rem;
}

@media (max-width: 768px) {
  .programs--courses .courses--list--item h4 {
    font-weight: 700;
    font-size: 21.2482px;
    line-height: 17px;
  }
}

.programs--courses .courses--list--item h4 a {
  font-weight: 700;
  font-size: 29px;
  line-height: 22px;
  color: #000;
  margin-bottom: 1.8rem;
}

@media (max-width: 768px) {
  .programs--courses .courses--list--item h4 a {
    font-weight: 700;
    font-size: 21.2482px;
    line-height: 17px;
  }
}

.programs--courses .courses--list--item .list .item {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  border-top: 1px solid #000;
}

@media (max-width: 768px) {
  .programs--courses .courses--list--item .list .item {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
  }
}

.programs--courses .courses--list--item .list .item:last-child {
  border-bottom: 1px solid #000;
}

.programs--courses .courses--list--item .list .item.alter {
  height: 100px;
}

.programs--courses .courses--list--item .list .item.alter .top {
  font-weight: 700;
  font-size: 28px;
  line-height: 22px;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .programs--courses .courses--list--item .list .item.alter .top {
    font-weight: 700;
    font-size: 20.8395px;
    line-height: 17px;
    margin-bottom: 5px;

  }
}

.programs--courses .courses--list--item .list .item.alter .bottom {
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #333;
}

.programs--courses .courses--list--item .list .item .left {
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}

.programs--courses .courses--list--item .list .item .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.programs--courses .courses--list--item .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
}

.programs--courses .courses--list--item .action a {
  background: #5BBEFF;
  border-radius: 8px;
  height: 42px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-senati);
}

@media (max-width: 768px) {
  .programs--courses .courses--list--item .action a {
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
  }
}

.programs--form {
  background: #FFFFFF;
  border-radius: 12px;
  max-width: 100%;
  width: 470px;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 30px;
}

.programs--form .programs--form--header {
  background-color: var(--color-senati);
  color: #fff;
  padding: 1rem;
  border-radius: 12px 12px 0 0;
}

.programs--form .programs--form--body {
  padding: 1.5rem 2rem;
  padding-top: 0;
}

@media (max-width: 768px) {}

.programs--form h1 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 21px;
  text-align: center;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;

}

@media (max-width: 768px) {
  .programs--form h1 {
    font-size: 19px;
    line-height: 19px;
    color: #fff;
  }
}

.programs--form p {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  margin-top: 5px;
}

.programs--form form .field {
  /* margin-bottom: 1.3rem; */
}

.programs--form form .field.checkbox {
  /* margin-bottom: 8px; */
}

.programs--form form .field.checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2;
  color: black;
  margin-bottom: 0px;
}

.programs--form form .field.checkbox label a {
  text-decoration: underline;
  font-weight: 600;
  color: black;
}

.programs--form form .field.checkbox input {
  accent-color: #5BBEFF;
  color: #5BBEFF;
  border-color: #5BBEFF;
}

.programs--form form .field.checkbox input.error {
  color: red;
  border-color: red;
}

.programs--form form .field.checkbox input.error+span {
  color: red;
  border-color: red;
}

.programs--form form .field.checkbox input.error+span a {
  color: red;
  border-color: red;
}

.programs--form form select {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 16 16"><path stroke="%23000A25" stroke-linecap="round" stroke-linejoin="round" stroke-width="2px" d="M8.156 1.333v13.333m6.511-6.512H1.334"/></svg>') no-repeat;
  background-position: calc(100% - 0.3rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 2rem !important;
}

.programs--form form select,
.programs--form form input:not([type=checkbox]) {
  width: 100%;
  border: 1px solid #000;
  font-weight: 500;
  font-size: 1.3rem;
  outline: none;
}

.programs--form form select.loading,
.programs--form form input:not([type=checkbox]).loading {
  pointer-events: none;
  opacity: 0.6;
}

.programs--form form select::-webkit-input-placeholder,
.programs--form form input:not([type=checkbox])::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 19px;
  color: #999;
}

.programs--form form select::-moz-placeholder,
.programs--form form input:not([type=checkbox])::-moz-placeholder {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 19px;
  color: #999;
}

.programs--form form select:-ms-input-placeholder,
.programs--form form input:not([type=checkbox]):-ms-input-placeholder {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 19px;
  color: #999;
}

.programs--form form select::-ms-input-placeholder,
.programs--form form input:not([type=checkbox])::-ms-input-placeholder {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 19px;
  color: #999;
}

.programs--form form select::placeholder,
.programs--form form input:not([type=checkbox])::placeholder {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 19px;
  color: #999;
}

.programs--form form select.error,
.programs--form form input:not([type=checkbox]).error {
  color: red;
  border-color: red;
}

.programs--form form select.error::-webkit-input-placeholder,
.programs--form form input:not([type=checkbox]).error::-webkit-input-placeholder {
  color: red;
}

.programs--form form select.error::-moz-placeholder,
.programs--form form input:not([type=checkbox]).error::-moz-placeholder {
  color: red;
}

.programs--form form select.error:-ms-input-placeholder,
.programs--form form input:not([type=checkbox]).error:-ms-input-placeholder {
  color: red;
}

.programs--form form select.error::-ms-input-placeholder,
.programs--form form input:not([type=checkbox]).error::-ms-input-placeholder {
  color: red;
}

.programs--form form select.error::placeholder,
.programs--form form input:not([type=checkbox]).error::placeholder {
  color: red;
}

.programs--form form label.error {
  display: none !important;
}

.programs--form form .__group_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0.5rem;
}

.programs--form form .__group_buttons button {
  background: var(--color-senati);
  border-radius: 8px;
  border: none;
  height: 42px;
  min-width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: white;
  cursor: pointer;

}

.modal--now .uk-modal-dialog {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 4rem 2rem;
}

.modal--now .uk-modal-dialog .close-ico {
  height: 35px;
  width: 35px;
  background: var(--color-senati);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 1rem;
  right: 1rem;
}

.modal--now .uk-modal-dialog .close-ico svg * {
  stroke: white !important;
}

.modal--now .uk-modal-dialog h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  color: var(--color-senati);
}

.modal--now .uk-modal-dialog .modal--quote-now--content h1,
.modal--now .uk-modal-dialog .modal--quote-now--content h2,
.modal--now .uk-modal-dialog .modal--quote-now--content h3,
.modal--now .uk-modal-dialog .modal--quote-now--content h4,
.modal--now .uk-modal-dialog .modal--quote-now--content h5,
.modal--now .uk-modal-dialog .modal--quote-now--content h6 {
  color: var(--color-senati);
}

.modal--now .uk-modal-dialog .modal--quote-now--content h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
}

.modal--now .uk-modal-dialog .modal--quote-now--content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

.col--form {
  padding-bottom: 6rem;
  margin-top: 2rem;
}

.overlay-loading {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.4784313725);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3a all;
  transition: 0.3a all;
}

.overlay-loading.loading {
  opacity: 1;
  visibility: visible;
}

.drivers {
  position: relative;
  background: var(--color-senati);
  padding: 8rem 0 12rem;
}

@media (max-width: 768px) {
  .drivers {
    padding: 6rem 0 12rem;
  }
}

.drivers .container {
  position: relative;
  z-index: 1;
}

.drivers--content {
  position: relative;
}

.drivers--content .swiper--drivers--programs {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  bottom: 1rem;
  gap: 15px;
  bottom: -4rem;
}

@media (max-width: 768px) {
  .drivers--content .swiper--drivers--programs {
    bottom: -3rem;
    gap: 15px;
  }
}

.drivers--content .swiper-programs-drivers {
  bottom: auto !important;
  top: 110% !important;
  position: relative;
}

@media (max-width: 768px) {
  .drivers--content .swiper-programs-drivers {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.drivers--content .swiper-programs-drivers span {
  width: 14px;
  height: 14px;
  background: white;
  border: 1px solid var(--color-sky);
  opacity: 1;
}

.drivers--content .swiper-programs-drivers span.swiper-pagination-bullet-active {
  background: var(--color-sky);
}

.drivers--content .swiper-arrow-drivers-left {
  position: absolute;
  left: -2rem;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

@media (max-width: 768px) {
  .drivers--content .swiper-arrow-drivers-left {
    /*  left: 0rem;
    position: relative;
    -webkit-transform: none;
            transform: none; */
  }
}

.drivers--content .swiper-arrow-drivers-right {
  position: absolute;
  right: -2rem;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}

@media (max-width: 768px) {
  .drivers--content .swiper-arrow-drivers-right {
    /*  right: 0rem;
    position: relative; */
  }
}

.drivers svg {
  width: 100% !important;
  height: 164px !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media (max-width: 768px) {
  .drivers svg {
    height: 50px !important;
  }
}

.drivers svg path {
  stroke: none;
  fill: white;
}

.drivers .image--gr {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 84%;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.drivers .section-bottom-shape {
  bottom: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.drivers .section-bottom-shape svg {
  height: 88px !important;
}

@media (max-width: 768px) {
  .drivers .section-bottom-shape svg {
    height: 30px !important;
  }
}

.drivers .title--senati {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: -0.5px;
  color: #FFFFFF;
  margin-bottom: 4rem;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
}

.drivers .title--senati strong {
  color: var(--color-sky);
}

.drivers--item {
  margin-right: 70px;
  text-align: center;
}

.drivers--item h3 {
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.005em;
  color: white;
  margin-top: 20px;
  margin-bottom: 36px;
}

.drivers--item p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  letter-spacing: 0.005em;
  color: #FFFFFF;
  opacity: 0.8;
  min-height: 158px;
  border-bottom: 1px solid #ccc;
}

.partners {
  padding: 1rem 0 5rem;
}

.partners .title--senati {
  font-weight: 700;
  font-size: 3rem;
  line-height: 39px;
  letter-spacing: -0.5px;
  color: var(--color-senati);
  text-align: center;
  margin-bottom: 1rem;
}

.partners .title--senati.title--white {
  color: #fff;
}

.partners .title--senati.title--white span,
.partners .title--senati.title--white strong,
.partners .title--senati.title--white b {
  color: var(--color-truq);
}

@media (max-width: 768px) {
  .partners .title--senati {
    font-size: 24px;
    line-height: 28px;
    width: 290px;
    margin: 1rem auto 2rem;
  }
}

.partners .title--senati strong {
  color: var(--color-senati-alter);
}

.partners .parrg {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 21px;
  text-align: center;
  width: 70%;
  margin: 0 auto 4rem;
  color: #000000;
}

@media (max-width: 768px) {
  .partners .parrg {
    font-size: 14px;
    line-height: 18px;
    width: 80%;
  }
}

.partners--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.partners--item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(16.66% - 20px);
  flex: 0 0 calc(16.66% - 20px);
  text-align: center;
}

@media (max-width: 768px) {
  .partners--item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(34.66% - 20px);
    flex: 0 0 calc(34.66% - 20px);
  }
}

.home--video {
  padding: 9rem 0 4rem;
  position: relative;
}

@media (max-width: 768px) {
  .home--video {
    padding: 7rem 0 4rem;
  }
}

.home--video .section-bottom-shape {
  bottom: auto;
  top: 0;
}

@media (max-width: 768px) {
  .home--video .section-bottom-shape svg {
    height: 30px;
  }
}

.home--video .col-md-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home--video h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 45px;
  margin: 0;
  width: 81%;
  color: white;
}

@media (max-width: 768px) {
  .home--video h1 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin: 0 auto 2rem;
  }
}

.home--video h1 strong {
  color: var(--color-sky);
}

.video--image {
  position: relative;
  height: 300px;
  width: 100%;
  overflow: hidden;
}

.video--image .video--content {
  font-size: 28px;
}

.home--video .video--content h1,
.home--video .video--content h2,
.home--video .video--content h3,
.home--video .video--content h4,
.home--video .video--content h5 {
  font-size: 2.5rem;
  color: var(--color-senati);
  font-weight: bold;
}

.home--video .video--content p {
  font-size: 2.5rem;
  color: #000;
  font-weight: 100;
}

@media (max-width: 768px) {
  .video--image {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
  }
}

.video--image img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

/* @media (max-width: 768px) {
  .video--image img {
    width: 100%;
  }
} */

.video--image .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.44);
}

.video--image .ico {
  position: absolute;
  width: 5rem;
  height: 5rem;
  z-index: 4;
  top: 50%;
  color: white;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3rem;
  cursor: pointer;
}

.video--image .ico svg {
  width: 45px;
}

.video--image .ico svg polygon {
  stroke: white;
  fill: white;
}

.new--programs-section {
  padding: 5rem 0 1rem;
  position: relative;
}

.new--programs-section .decorate {
  width: 100%;
  height: 9rem;
  position: absolute;
  top: 0;
}

@media (max-width: 768px) {
  .new--programs-section .decorate {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}

@media (max-width: 768px) {
  .new--programs-section .decorate {
    height: 30px;
  }
}

.new--programs-section .decorate path {
  fill: var(--color-senati);
}

.new--programs-section.white .decorate path {
  fill: white !important;
}

.new--programs-section .new--programs {
  margin: 6rem 0;
}

@media (max-width: 768px) {
  .new--programs-section .new--programs {
    margin: 2rem 0 6rem 0;
  }
}

.new--programs-section .picture--surprise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 80%;
}

@media (max-width: 768px) {
  .new--programs-section .picture--surprise {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .new--programs-section .picture--surprise img {
    display: none;
  }
}

.new--programs-section .picture--surprise h3 {
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  max-width: 70%;
  color: var(--color-senati);
}

@media (max-width: 768px) {
  .new--programs-section .picture--surprise h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    max-width: 290px;
  }
}

.new--programs-section .swiper-pagination {
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.new--programs-section .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #040DAC;
  width: 14px;
  height: 14px;
  opacity: 1 !important;
}

.new--programs-section .swiper-pagination-bullet-active {
  background: var(--color-senati);
}

.new--programs-section .swiper--actions {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  bottom: 2rem;
  gap: 25px;
}

.new--programs-section .swiper-arrow {
  cursor: pointer;
}

.new--programs-section .swiper-arrow img {
  height: 20px;
  width: auto;
  max-width: initial;
}

.new--programs-section .swiper-arrow.right {
  -webkit-transform: rotate(180deg) translateY(-50%);
  transform: rotate(180deg) translateY(50%);
}

.footer {
  background: #101473;
  padding: 18px 0;
}

.footer a {
  color: white;
  text-decoration: none !important;
}

.footer a.link {
  font-weight: 700;
  font-size: 18px;
}

.footer .row--section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: white;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}

@media (max-width: 768px) {
  .footer .row--section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.footer .row--section .action--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .footer .row--section .action--list {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.footer .row--section .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .row--section .right .external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 15px;
}

@media (max-width: 768px) {
  .footer .row--section .right .external {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.footer .row--section .right .external .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.footer .row--section .right .external .social a {
  color: #000A25;
}

.footer .row--section .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}

.footer .row--section .item:nth-child(2) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding-left: 2rem;
  margin-left: 2rem;
  padding-right: 2rem;
  margin-right: 2rem;
}

@media (max-width: 768px) {
  .footer .row--section .item:nth-child(2) {
    padding: 0;
    border: none;
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .footer .row--section .item:nth-child(3) h4 {
    display: none;
  }
}

.footer .row--section .item h4 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: white;
}

.footer .copyrate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: white;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 768px) {
  .footer .copyrate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer .copyrate .right {
    display: none;
  }
}

.we-us-heroe {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (max-width: 768px) {
  .we-us-heroe {
    min-height: 486px;
  }
}

.we-us-heroe .container {
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
}

.we-us-heroe .section-bottom-shape {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .we-us-heroe .section-bottom-shape svg {
    height: 30px;
  }
}

.we-us-heroe h1 {
  color: var(--color-sky);
  font-weight: 700;
  font-size: 34px;
  line-height: 37px;
  margin-top: 0px;
}

@media (max-width: 768px) {
  .we-us-heroe h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 45px;
  }
}

.we-us-heroe p {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: white;
  max-width: 700px;
}

@media (max-width: 768px) {
  .we-us-heroe p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
}

.we-us-detail {
  padding: 4rem 0;
}

.we-us-detail .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.we-us-detail .row.first {
  margin-bottom: 5rem;
}

.we-us-detail .row .detail h1 {
  font-weight: 500;
  font-size: 3rem;
  line-height: 3.5rem;
  color: var(--color-senati);
}

@media (max-width: 768px) {
  .we-us-detail .row .detail h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    max-width: 90%;
  }
}

.we-us-detail .row .detail p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.5rem;
}

@media (max-width: 768px) {
  .we-us-detail .row .detail p {
    font-size: 12px;
    line-height: 14px;
    text-align: justify;
    letter-spacing: 0.5px;
  }
}

.we-us-categories {
  position: relative;
  padding: 8rem 0 4rem;
}

.we-us-categories .section-bottom-shape {
  bottom: auto;
  top: 0;
}

.we-us-categories h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2rem;
  color: var(--color-senati);
}

.we-us-categories .categories {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .we-us-categories .categories {
    max-width: 90%;
    margin: 0 auto;
  }
}

.we-us-categories .categories .col-category {
  margin-bottom: 30px;
}

.we-us-categories .categories .category {
  -webkit-box-shadow: 0 0 0 5px #2dcccd;
  box-shadow: 0 0 0 5px #2dcccd;
  background: #0036F8;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  padding: 0 30px;
  color: white;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.we-us-categories .categories .category svg {
  width: 25px;
}

.we-us-categories .categories .category svg path {
  fill: white;
}

.we-us-categories .categories .category .i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
}

.we-us-categories .categories .category .i .icon {
  width: 30px;
  height: 30px;
  background-color: var(--color-truq);
}

.we-us-categories .categories .category span {

  text-align: center;
  padding-right: 30px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

.thnks--page {
  height: 677px;
  overflow: hidden;
  padding: 2rem 4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .thnks--page {
    padding: 2rem;
  }
}

.thnks--page .picture--tks {
  position: absolute;
  z-index: -1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .thnks--page .picture--tks {
    height: 100%;
  }
}

.thnks--container {
  background: rgba(0, 10, 37, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .thnks--container .check {
    width: 56px;
  }
}

.thnks--container h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 55px;
  color: white;
}

@media (max-width: 768px) {
  .thnks--container h1 {
    font-size: 25px;
    line-height: 31px;
    text-align: center;
  }
}

.thnks--container p {
  font-weight: 400;
  font-size: 16px;
  color: white;
  line-height: 22px;
  max-width: 730px;
  text-align: center;
}

@media (max-width: 768px) {
  .thnks--container p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
}

.thnks--container .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.thnks--container .group a.second,
.thnks--container .group a.first {
  background: #040DAC;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  min-width: 250px;
  color: white;
}

.thnks--container .group a.third {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  background: #5BBEFF;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  min-width: 250px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .thnks--container .group a {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    text-align: center;
    font-size: 13px !important;
    line-height: 14px !important;
  }
}

.results {
  position: fixed;
  z-index: 919;
  width: 100%;
  top: 64px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  .results {
    z-index: 990;
  }
}

.results.is-show {
  opacity: 1;
  visibility: visible;
}

.results--container {
  background: #fff;
  padding-top: 34px;
  min-height: 450px;
  position: relative;
  overflow-y: auto;
  max-height: calc(100vh - 144px);
  overflow-x: hidden;
}

.results--container .spinner-section {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.results--container .spinner-section.is-show {
  visibility: visible;
  opacity: 1;
}

.results--breadcrumb {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #EDF8FA;
}

.results--breadcrumb .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.results--breadcrumb .uk-breadcrumb {
  margin: 0 !important;
}

.results--breadcrumb .uk-close svg * {
  stroke: #000000 !important;
}

.overlay--results {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 918;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.overlay--results.is-show {
  opacity: 1;
  visibility: visible;
}

.close--section {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: none;
}

@media (max-width: 768px) {
  .close--section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.close--section svg * {
  stroke: #000;
}

@media (min-width: 768px) {
  .programs--home .category--drop--content--list .swiper-programs {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
}

.swiper-button-disabled {
  opacity: 0;
  pointer-events: none !important;
}

.empty__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 0;
  font-weight: 600;
}

.empty__post p {
  font-weight: 500;
  color: var(--color-senati);
  letter-spacing: 0.5px;
}

.floating--go-sol {
  display: none;
  position: fixed;
  bottom: 10px;
  z-index: 20;
  left: auto;
  right: 10px;
  background: #17C9CF;
  color: #fff;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px 10px;
  border-radius: 5px;
}

.floating--go-sol.btn-desktop {
  display: block;
}

.floating--go-sol:hover,
.floating--go-sol:focus {
  background: var(--color-senati);
  color: #fff;
}

.floating--go-sol img {
  filter: brightness(0) invert(1);
}

.floating--go-sol.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.floating--go-sol span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}

.arrow-see {
  position: absolute;
  bottom: 6rem;
  z-index: 99;
  left: 50%;
  -webkit-animation: scrollMove 3s infinite;
  animation: scrollMove 3s infinite;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.arrow-see img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (max-width: 768px) {
  .arrow-see {
    bottom: 4rem;
  }
}

@-webkit-keyframes scrollMove {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  50% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes scrollMove {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  50% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.uk-section-frase {
  padding-top: 12px;
  padding-bottom: 12px;
}

.uk-section-frase .uk-frase-text {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  text-align: right;
  text-transform: uppercase;
  margin-right: 30px;
  margin-bottom: 0;
}

.uk-section-frase .uk-frase-img {
  max-width: 100px;
}

.uk-slider-ventajas .uk-slider-items-container {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.uk-slider-ventajas .uk-slidenav-container .uk-slidenav {
  bottom: -32px;
  top: auto;
  transform: initial;
  background: var(--color-senati);
  color: #fff;
  border-radius: 50%;
  padding: 10px 10px;
  z-index: 2;
}

.uk-slider-ventajas .uk-slidenav-container .uk-slidenav svg {
  height: 15px;
}

.uk-slider-ventajas .uk-slidenav-container .uk-slidenav.uk-slidenav-previous {
  right: auto;
  left: 45%;
}

.uk-slider-ventajas .uk-slidenav-container .uk-slidenav.uk-slidenav-next {
  left: auto;
  right: 45%;
}

@media screen and (max-width:600px) {




  .uk-slider-ventajas .uk-slidenav-container .uk-slidenav {
    margin: 0px;
    background-color: var(--color-senati);
    top: auto;
    --uk-position-translate-y: -45%;
    transform: translate(0, var(--uk-position-translate-y));

  }

  .uk-slider-ventajas .uk-slidenav-container .uk-slidenav svg {
    height: 15px;
  }

  .uk-slider-ventajas .uk-slidenav-container .uk-slidenav.uk-slidenav-previous {
    right: auto;
    left: 40%;
  }

  .uk-slider-ventajas .uk-slidenav-container .uk-slidenav.uk-slidenav-next {
    left: auto;
    right: 40%;
  }

}


.uk-card-ventaja.uk-card-default {
  box-shadow: none;
}

.uk-card-ventaja.uk-card-small .uk-card-body {
  padding-bottom: 45px;
}

.uk-card-ventaja .uk-card-body img {
  max-height: 75px;
  width: auto;
}

.uk-card-ventaja .uk-card-body h3 {
  margin: 10px 0;
  font-size: 1.8rem;
  line-height: 21px;
  color: #000000;
  font-weight: bold;
}

.uk-ventajas-title {
  margin-bottom: 2rem;
}

.uk-ventajas-title h3 {
  font-size: 2rem;
}

.uk-ventajas-title.uk-text-color h3 {
  color: #000;
  font-weight: bold;
  font-size: 3rem;
}

.uk-ventajas-title.uk-text-color h3 span {
  font-weight: bold;
  color: var(--color-senati);
}

.multiselect-container.dropdown-menu {
  z-index: 1051 !important;
  /* Modal z-index: 1050 por defecto */
}


.bloq_row_sup h2 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 5px;
  margin-left: 40px;
}

.bloq_row_sup span {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.espacio_gap_15 {
  gap: 15px;
}

.espacio_gap_10 {
  gap: 10px;
}

.bloq_2_sup p {
  width: 100%;
  max-width: 379px;
  color: #fff;
  font-size: 12px;
}

.bor_der_top_footer {
  border-top: 1px solid #fff;
}

.text_copiright_2025 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px;
}



@media (max-width: 980px) {
  .quitar_padding_left_movil {
    padding-left: 0px !important;
  }
}


@media (max-width: 959px) {
  .programs--form {
    margin: auto;
  }

  .bloq_row_sup h2 {
    margin-left: 0;
  }

  .margin_movil_footer {
    margin-top: 15px;
  }
}

@media (max-width: 639px) {
  .text_copiright_2025 {
    width: 100%;
    max-width: 100%;
  }
}

.spiner_load_ajax {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffffbf;
  width: 100%;
  height: 100vh;
  z-index: 9999999999 !important;
}

.spiner_load_ajax svg circle {
  stroke-width: 2px !important;
  stroke: #1547f6 !important
}

.quitar_svg_button svg {
  display: none;
}

.btn_aceptar_error {
  background: #1547f6;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
}

.ancho_logo_error {
  width: 80px;
}


.fondo_banner_gracias {
  width: 100%;
  height: calc(100vh - 71px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

.fondo_banner_gracias .uk-section {
  height: 100vh;
}


.alto_full_100 {
  height: 100%;
}

.gap_10_icon {
  gap: 10px;
}

.bloq_regresar_gracias span {
  font-size: 18px;
  color: #fff;
  line-height: 21px;
  font-weight: bold;
}

.icon_gracias_fle_2025 {
  width: 30px;
}

.bloq_titulo_azul h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #17C9CF;
  text-align: center;
  margin: 0;
}

.bloq_titulo_parrafo {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 21px;
}

.bloq_titulo_parrafo p strong {
  font-weight: bold;

}

.boton_descarga_2025 {
  background-color: #fff;
  padding: 19px 23px;
  border-radius: 10px;
}

.boton_descarga_2025 span {
  color: #000;
  font-size: 15px;
  font-weight: bold;
}

.bloq_redes_gracias h2 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 21px;
  margin: 0;
  padding-right: 10px;
}

.bloq_redes_gracias a {
  width: 38px;
  height: 38px;
}

.alto_face_gracias {
  height: 29px;
}

.bloq_redes_gracias a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}


.bloq_redes_gracias {
  display: flex;
  align-items: center;
  justify-content: center;
}



@media (max-width:800px) {
  .flex_column_movil_colum {
    flex-direction: column;
  }

  .flex_column_movil_colum .uk-width-1-2 {
    width: 100%;
    padding-bottom: 40px;
  }

  .fondo_banner_gracias,
  .fondo_banner_gracias .uk-section {
    height: 100%;
  }

  .flex_column_movil_colum .uk-width-1-2:first-child {
    height: 100vh;
  }


  .flex_column_movil_colum .uk-width-1-2:last-child {
    display: none;
  }
}

.color_boton_nuevo {
  background: #1547F6 !important;
}

/* .uk-navbar-transparent .top_40_destokp {
  top: 40px;
} */

.titulo_new_2025 {
  color: #000 !important;
  text-transform: initial !important;
}

.titulo_new_2025 strong {
  color: #1547F6 !important;

}

.titulo_verde_new_2025 {
  text-transform: initial !important;
  color: #fff;
  gap: 10px;
}

.titulo_verde_new_2025 strong {
  color:
    #17C9CF;
}

.text_new_programas {
  width: 260px;
}

.text_new_programas h1 {
  color: #fff !important;
  font-size: 34px;
  line-height: 37px;
}

.text_new_programas h1 span {
  color: #17C9CF !important;
  font-weight: initial !important;
  font-weight: 700 !important;
}

.bloq_detalle_verde_text {
  background: #17C9CF;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 4px 10px;
  width: max-content;
  font-weight: 700;
  font-size: 1.4rem;
}

.modificar_cuadro_s {
  padding: 25px 15px 15px 15px !important;
  border-radius: 8px;
}

.bloq_flotabte_verde {
  position: relative;
  top: 10px;
}

.nuevo_tamano_icon {
  width: 30px !important;
  height: 30px !important;
}

#we-us-heroe {
  background-position: top center !important;
  width: 100%;
}

.text_titulo_ventajas {
  color: #fff;
}

.text_titulo_ventajas,
.text_titulo_ventajas span {
  font-size: 3.5rem;
  font-weight: bold !important;
}

.padding_35_destokp {
  padding: 35px !important;
}

.titulo_v_detalle {
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-top: 15px !important;
  font-weight: bold !important;
}

.detalle_texto_s {
  font-size: 1.6rem;
  line-height: 20px;
  color: #000000;
  margin-top: 10px;
}

.titulo_v_detalle_socios,
.titulo_v_detalle_socios strong {
  font-size: 3rem !important;
  font-weight: bold !important;
}

.titulo_v_detalle_socios {
  color: #000000;
}

.fondo_blanco_2025 {
  background: #fff !important;
}

.titulo_principal_categorias {
  font-size: 3rem !important;
  font-weight: bold !important;
  color: #000000 !important;
  max-width: 830px !important;
  line-height: 3.5rem !important;
}

.titulo_principal_categorias span {
  font-size: 3rem !important;
  font-weight: bold !important;
  line-height: 3.5rem
}

.padding_36_single {
  padding-top: 36px !important;
}

.bloq_legales_form {
  color: #000000;
  font-size: 13px;
  line-height: 15px;
  margin-top: 10px;
}

.bloq_legales_form p {
  width: 100%;
  max-width: 258px;
}

.titulo_detalles_horas b,
.certification--list--item span {
  font-size: 1.6rem;
}

.titulo_detalles_horas {
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}

.titulo_detalles_programa_s {
  font-size: 3rem !important;
  line-height: 37px !important;
  font-weight: bold !important;
}

.border_bloq_single {
  padding-bottom: 28px;
  border-bottom: 2px solid #EBEAEA;
}

.border_bloq_single .managed,
.border_bloq_single .certification {
  margin-bottom: 0px;
  padding-top: 28px;
}

@media(max-width:959px) {
  #banner_single_curso {
    padding-bottom: 100px !important;
  }

  .uk-grid-curso-detail {
    top: -35px;
    margin-bottom: 0px !important;
  }

  .padding_con_publicidad {
    padding-top: 40px !important;
    margin-bottom: 20px !important;
  }
}


@media(max-width:768px) {
  .uk-accordion-content {
    flex-direction: column;
  }
}


@media(max-width:639px) {
  .reducir_margin_botom_banner {
    margin-bottom: 5px !important;
  }
}

@media(max-width:480px) {

  .titulo_modificado_marca {
    font-size: 1.8rem !important;
    line-height: 1.2 !important;
    font-weight: bold !important;
    width: 100%;
    max-width: 244px;
    margin: auto;
  }

  .uk-card-inscribete .uk-card-body .uk-button {
    font-size: 1.3rem !important;
  }

  .programs--heroe--content h1 {
    font-size: 18px !important;
    margin-bottom: 5px !important;
  }

  .programs--heroe--content h4 {
    margin-bottom: 10px;
  }

  .programs--heroe--content p {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .programs--heroe--content {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .programs--form h1 {
    font-size: 15px;
  }

  .bloq_legales_form {
    display: none;
  }

  .programs--form .programs--form--body {
    padding: 30px !important;
  }

  .programs--detail .info p,
  .titulo_detalles_horas b,
  .certification--list--item span {
    font-size: 14px !important;
  }
}


.padre_cabecera_bloques li:last-child a {
  color: #17C9CF !important;
  border: 1px solid #17C9CF !important;
}