:root {
  --color-senati: #040DAC;
  --color-senati-alter: #0036F8;
  --color-sky: #5BBEFF;
  --color-secundary: #000A25;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

*,
h1,
h2,
h3,
h4,
h5,
p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.footer {
  background: #000A25;
  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;
  }
}
nav .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

nav a {
  color: #000A25;
}

nav a svg path {
  fill: var(--color-senati);
}

.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: center;
      -ms-flex-pack: center;
          justify-content: center;
  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;
  }
}
.menu {
  height: 64px;
  left: 0px;
  top: 0px;
  background: var(--color-senati);
  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: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@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;
}

.content--heroe .picture {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(./images/picture.jpg);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(./images/picture.jpg);
  height: 400px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}
.content--heroe--text {
  max-width: 400px;
}
.content--heroe--text h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 45px;
  color: white;
}
.content--heroe--text p {
  font-weight: 400;
  font-size: 28px;
  line-height: 33px;
  margin: 0;
}

.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 18px 0 0;
  padding-top: 31px;
  padding-left: 30px;
  margin-left: 18px;
  margin-right: 30px;
}

@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);
}

.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;
}

@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: var(--color-senati-alter);
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  max-width: 70%;
  padding-right: 50px;
}

@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: var(--color-senati);
}

@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 34px;
}

.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: 18px 0 18px 23px;
}

@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;
}
@media (max-width: 768px) {
  .category--drop--content--action {
    display: -webkit-inline-box;
  }
}

.category--drop--content--action button {
  height: 40px;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-senati);
  padding: 0 14px;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}

.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: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 20px;
  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;
  right: 0;
  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--drop--list a.category:hover {
  background: #EDF8FA;
}

.category--drop--list a.category:hover span {
  font-size: 16px;
  line-height: 19px;
  color: var(--color-senati);
}

.category--drop--list a.category:hover .icon {
  background-color: var(--color-senati);
}

.category--drop--list a.category:hover::after {
  background: var(--color-senati);
}

.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;
  max-width: 85%;
  margin: 2rem auto;
}

.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;
  }

  .programs--home {
    position: relative;
    overflow: hidden;
  }
}
@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-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;
  margin-bottom: 16px;
}

.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: 20px;
  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: 12px;
  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.programas-de-especializacion {
  background: #00BCFF;
}

.program--detail .program--content--tag.cursos {
  background: #000;
}

.program--detail .program--content--items {
  background: var(--color-solid);
  padding: 20px;
}

.program--detail .program--content--items h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-text);
}

.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: 15px;
  margin-bottom: 1rem;
}

.program--detail .program--content--items--li img {
  width: 15px;
}

.program--detail .program--content--items--li .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  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;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 56px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 24px;
  margin: 0 auto;
  -webkit-transition: 0.3s all;
  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;
    height: 45px;
  }
}
.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);
}

.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;
}

.title--senati {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: var(--color-senati-alter);
  text-align: center;
}

.programs--home {
  padding: 44px 0;
}

.category--drop--content--action button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  max-width: 175px;
  height: 50px;
  max-height: initial;
}
.category--drop--content--action button .icon {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  background-color: var(--color-senati);
}
.category--drop--content--action button span {
  white-space: pre-line;
  text-align: left;
}
.category--drop--content--action button.uk-active .icon {
  background-color: white;
}

.swiper-button-disabled {
  opacity: 0.5;
}

.spinner--loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.spinner--loader circle {
  stroke: var(--color-senati-alter) !important;
}

.row--programs {
  min-height: 450px;
  position: relative;
}