* {
  font-family: Poppins;
}

.type-education strong {
  border-radius: 15px 15px 15px 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 249 254/var(--tw-bg-opacity));
  color: #000000;
  font-size: 19px;
  font-style: normal;
  font-weight: 800;
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 2.2px;
  font-family: Poppins;
}
@media (max-width: 992px) {
  .type-education strong {
    height: 42px;
    font-size: 17px;
  }
}

.fecha-inicio {
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  color: white;
}
@media (max-width: 992px) {
  .fecha-inicio {
    font-size: 19px;
  }
}
.fecha-inicio span {
  color: var(--color-accent);
}

.description-education {
  font-family: Roboto Slab;
}
@media (max-width: 992px) {
  .description-education {
    font-family: Roboto Slab;
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    text-wrap: balance;
  }
}

@media (min-width: 992px) {
  .description-education {
    font-size: 48px;
    line-height: 50px;
    font-weight: 600;
    text-wrap: balance;
  }
}
@media (min-width: 1440px) {
  .content-course {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .content-course {
    padding-top: 4rem;
  }
}
.financiamiento {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: white;
  margin-top: 1rem;
}
.financiamiento svg {
  width: 21px;
}
@media (max-width: 992px) {
  .financiamiento {
    font-size: 16px;
  }
  .financiamiento svg {
    width: 14px;
  }
}

.modalidad {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.69px;
  background: white;
  border-radius: 0px 15px 15px 15px;
  overflow: hidden;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .modalidad {
    font-size: 13px;
  }
}
.modalidad span {
  padding: 13px 1.5rem;
  height: 100%;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
@media (max-width: 992px) {
  .modalidad span {
    padding: 11px 1.1rem;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .modalidad span svg {
    height: 18px;
  }
}
.modalidad .accent {
  background: var(--color-accent);
}

.dirigido {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: var(--color-accent);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.dirigido svg {
  width: 30px;
}
@media (max-width: 992px) {
  .dirigido {
    font-size: 16px;
  }
  .dirigido svg {
    width: 35px;
  }
}

.form-banner {
  border-radius: 20px 0px 20px 20px;
  background: rgba(0, 0, 0, 0.85);
  padding: 1rem 0 0;
  overflow: hidden;
}
.form-banner form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1rem;
}
.form-banner .btn-form {
  width: calc(100% + 2rem);
  margin: 0 -1rem;
  padding: 10px;
}

.detail-course {
  margin: 0 !important;
  padding: 3rem 0;
  background: var(--color-accent);
}
@media (max-width: 992px) {
  .detail-course {
    padding: 3rem 0 0rem;
  }
}

.form-banner h2 {
  font-weight: 700;
  font-size: 16px;
}

@media (min-width: 992px) {
  .form-banner {
    margin-top: -3rem;
  }
}

.detail-course-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .detail-course-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.detail-course-columns .l,
.detail-course-columns .card-datos {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
@media (max-width: 992px) {
  .detail-course-columns .l,
  .detail-course-columns .card-datos {
    padding: 2rem 1rem;
  }
}
@media (max-width: 992px) {
  .detail-course-columns .l {
    display: none;
  }
}
.detail-course-columns .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 69%;
          flex: 0 0 69%;
}
.detail-course-columns .right .card-container {
  background: white;
  border-radius: 0px 20px 20px 20px;
  padding: 2rem;
}

.detail-course.info {
  padding: 5rem 0;
}
.detail-course.info .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.detail-course.info .detail-course-columns .title {
  font-family: Roboto Slab;
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-wrap: balance;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 992px) {
  .detail-course.info .detail-course-columns .title {
    margin-bottom: 1.2rem;
  }
}
.detail-course.info .detail-course-columns .title h4 {
  font-family: Roboto Slab;
}
.detail-course.info .card-c {
  gap: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .detail-course.info .card-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.detail-course.info .card-c .card-course-info-l {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
}
.detail-course.info .card-c .card-course-info-r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.detail-course.info .card-c .separator {
  width: 1px;
  height: 14rem;
  background: #000;
}
@media (max-width: 992px) {
  .detail-course.info .card-c .separator {
    height: 1px;
    width: 100%;
  }
}
.detail-course.info .card-c ul li {
  margin-bottom: 0;
}

.card-datos {
  border-radius: 0px 20px 20px 20px;
  background: var(--brand-negro, #000);
  padding: 1rem;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
}
.card-datos .card-datos-datalles {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-datos .border-line {
  width: auto;
  height: 1px;
  padding: 0px 23px;
  width: 91%;
  margin: 0 auto;
}
.card-datos .card-datos-detalle {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 100%;
}
@media (max-width: 992px) {
  .card-datos .card-datos-detalle {
    gap: 6px;
  }
}
.card-datos .card-datos-detalle h2 {
  font-family: Roboto Slab;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 992px) {
  .card-datos .card-datos-detalle h2 {
    font-size: 24px;
  }
}
.card-datos .card-datos-detalle p {
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: white;
}
@media (max-width: 992px) {
  .card-datos .card-datos-detalle p {
    font-size: 14px;
  }
}

.card-detalle {
  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: 20px;
  padding: 7px 0rem;
  width: 100% !important;
  border-bottom: 1px solid #000;
}
@media (max-width: 992px) {
  .card-detalle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 18px;
    margin-bottom: 9px;
  }
}
.card-detalle:last-child {
  border-bottom: none;
}
@media (max-width: 992px) {
  .card-detalle:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.card-detalle .ert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 992px) {
  .card-detalle .ert {
    gap: 3px;
  }
}
.card-detalle .ert .icono {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}
@media (max-width: 992px) {
  .card-detalle .ert .icono {
    min-height: 42px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46px;
            flex: 0 0 46px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.card-detalle .ert .titulo {
  font-family: Roboto Slab;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: black;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14rem;
          flex: 0 0 14rem;
  width: 14rem;
  text-align: left;
}
@media (max-width: 992px) {
  .card-detalle .ert .titulo {
    font-size: 28px;
  }
}
.card-detalle .r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 992px) {
  .card-detalle .r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.card-detalle .r .descripcion {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  font-size: 19px;
  line-height: 24px;
}
@media (max-width: 992px) {
  .card-detalle .r .descripcion {
    font-size: 15px;
  }
}

.consulta {
  text-align: left;
  padding-left: 1rem;
  color: black;
}
@media (max-width: 992px) {
  .consulta {
    font-size: 14px;
    line-height: 19px;
  }
}

.diploma {
  position: relative;
  padding: 6rem 0px;
}
@media (max-width: 992px) {
  .diploma {
    padding: 0;
  }
}
.diploma .image {
  position: absolute;
  bottom: 0;
  top: 0;
}
@media (max-width: 992px) {
  .diploma .image {
    position: relative;
    min-height: 250px;
  }
}
.diploma .image img {
  height: 100%;
  width: 40vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .diploma .image img {
    width: 100%;
    height: 100%;
    max-height: 331px;
  }
}
.diploma .cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .diploma .cc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.diploma .cc .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
@media (max-width: 992px) {
  .diploma .cc .left {
    display: none;
  }
}
.diploma .cc .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
@media (max-width: 992px) {
  .diploma .cc .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.diploma .cc .right .text-diploma {
  background: transparent;
  padding: 0;
  width: 100% !important;
  padding: 3rem;
}
@media (max-width: 992px) {
  .diploma .cc .right .text-diploma {
    padding: 2rem 1rem;
  }
}
.diploma .cc .right .text-diploma h3 {
  font-family: Roboto Slab;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 110.885%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: black;
  text-wrap: balance;
}
@media (max-width: 992px) {
  .diploma .cc .right .text-diploma h3 {
    font-size: 30px;
  }
}
.diploma .cc .right .text-diploma .entry {
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.36px;
  color: black;
  text-align: justify;
}

.modulo1 {
  padding: 4rem 0;
  background: black;
}
@media (max-width: 992px) {
  .modulo1 {
    padding: 2rem 0;
  }
  .modulo1 .container-senati {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.modulo1 .subtitulo-modulo {
  border-radius: 0px 20px 20px 20px;
  background: var(--brand-celeste-senati, #47F9FE);
  height: 85px;
  font-family: Roboto Slab;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: black;
}
@media (max-width: 992px) {
  .modulo1 .subtitulo-modulo {
    height: 65px;
  }
}
.modulo1 .subtitulo-modulo .cc {
  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;
}
.modulo1 .subtitulo-modulo .cc p {
  font-family: Roboto Slab;
}
@media (max-width: 992px) {
  .modulo1 .subtitulo-modulo .cc {
    font-size: 22px;
  }
}

.ul-list li {
  text-align: justify;
}
@media (max-width: 992px) {
  .ul-list li {
    line-height: 18px;
  }
}

.list-bg {
  border-radius: 20px;
  background: #FFF;
  padding: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list-bg .ul-list {
  padding: 0;
}

.img-modulo1-desktop img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .img-modulo1-desktop img {
    position: relative;
    max-height: 396px;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .text-content-modulo1 {
    width: 40%;
  }
  .img-modulo1-desktop {
    width: 60%;
  }
  .img-modulo1-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 0 0 2rem;
    margin: 0;
    position: relative;
  }
}
.review--section {
  padding: 5rem 0 2rem;
  background: black;
}
.review--section .title-c {
  font-family: Roboto Slab;
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
  line-height: 110.885%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--color-accent);
}
@media (max-width: 992px) {
  .review--section .title-c {
    font-size: 30px;
  }
}

.review--content {
  background: white;
  padding: 2rem;
  border-radius: 0px 20px 20px 20px;
}
.review--content .docente-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .review--content .docente-c {
    display: none;
  }
}
.review--content .docente-c.m {
  display: none;
}
@media (max-width: 992px) {
  .review--content .docente-c.m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .review--content .docente-c.m .t {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  .review--content .docente-c.m .t .photo {
    width: 83px;
  }
  .review--content .docente-c.m h1 {
    font-size: 12px;
    height: 44px;
  }
}
.review--content .docente-c .photo {
  max-width: 125px;
  border-radius: 50%;
  overflow: hidden;
}
.review--content .docente-c h1 {
  border-radius: 15px 15px 15px 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 249 254/var(--tw-bg-opacity));
  color: #000000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  height: 53px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 2.2px;
  font-family: Poppins;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.review--content .docente-c h4 {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
@media (max-width: 992px) {
  .review--content .docente-c h4 {
    text-align: left;
    font-weight: 600;
    margin-bottom: 0;
  }
}
.review--content p {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #525252;
}

.content-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  color: var(--color-accent) !important;
  left: auto !important;
  right: auto !important;
  width: 45px;
  height: 45px;
  border: 1px solid var(--color-accent);
  border-radius: 50%;
  --swiper-navigation-size: 19px !important;
}

.descripcion-content-footer .content {
  text-align: center;
  color: white;
}

.descripcion-content-footer {
  background: black;
}
.descripcion-content-footer .entry {
  max-width: 83%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .descripcion-content-footer .entry {
    max-width: 95%;
  }
}

.descripcion-content-footer .content h3 {
  color: var(--color-accent);
  margin-bottom: 3rem;
  font-family: Roboto Slab;
}

.descripcion-content-footer .content p {
  font-family: Poppins;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .descripcion-content-footer .content p {
    font-size: 14px;
    line-height: 18px;
  }
}

.content-footer .h2_c {
  color: white;
  color: white;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 992px) {
  .content-footer .h2_c {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  footer {
    padding-top: 0;
  }
}

.footer {
  display: block;
}
@media (max-width: 992px) {
  .footer {
    padding: 9rem 1rem;
  }
}

.counts {
  margin: 5rem auto 1rem;
}
@media (max-width: 992px) {
  .counts {
    margin: 3rem auto 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.counts .count .right {
  position: relative;
  color: white;
  text-align: center;
}
.counts .count .right span {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  display: block;
  font-family: Poppins;
  text-transform: uppercase;
  letter-spacing: 2.3px;
  font-weight: 600;
}
.counts .count .right span.t {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  color: var(--color-accent);
  margin: 0 auto 1rem;
  padding-right: 0;
  display: block;
  text-align: center;
  font-family: Roboto Slab;
}

.footer {
  background-image: url(/dist/img/cd.png);
  background-position: top;
  background-size: cover;
  padding: 9rem 0px;
}
.footer h2 {
  font-family: Roboto Slab;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .footer h2 {
    font-size: 30px;
    line-height: 38px;
    padding: 0 1rem;
  }
}
.footer .btn-solicitar-informacion {
  font-family: Poppins;
  font-size: 16px;
  background: var(--color-accent);
  color: black;
  padding: 1rem 0;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  width: 442px;
  height: 52px;
  line-height: 23px;
}
@media (max-width: 992px) {
  .footer .btn-solicitar-informacion {
    font-family: Poppins;
    font-size: 15px;
    background: var(--color-accent);
    color: black;
    font-weight: 700;
    padding: 1rem 1rem;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    width: 90%;
  }
}

.pie-de-pagina {
  background: black;
  color: white;
}
.pie-de-pagina .container-senati {
  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;
  font-size: 14px;
}
@media (max-width: 992px) {
  .pie-de-pagina .container-senati {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 12px;
  }
  .pie-de-pagina .container-senati svg {
    width: 21px;
  }
}
.pie-de-pagina .container-senati .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.pie-de-pagina .container-senati .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.copyrate {
  text-align: center;
  width: 100%;
  padding: 1rem 0;
  font-size: 0.8em;
}
@media (max-width: 992px) {
  .copyrate {
    text-wrap: balance;
    padding: 1rem 1rem;
  }
}

.banner {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .banner {
    padding-bottom: 50px;
  }
}

.go-ac {
  border-radius: 12.245px;
  background: var(--color-accent);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  margin-top: 1rem;
  display: none;
  border: 1px solid #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .go-ac {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header {
  display: none;
}
@media (max-width: 992px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: black;
    padding: 1rem 2rem;
  }
  .header img {
    height: 50px;
  }
}

.banner_c {
  display: none;
}
@media (max-width: 992px) {
  .banner_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .banner_c img {
    width: 100%;
  }
}

.thanks-page {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .thanks-page {
    min-height: auto;
  }
}
.thanks-page > .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
@media (max-width: 992px) {
  .thanks-page > .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.thanks-page > .left .left-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.thanks-page > .left .left-content .top {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  background: black;
  color: white;
  padding: 4rem 5rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .thanks-page > .left .left-content .top {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    padding: 2rem;
    gap: 15px;
  }
  .thanks-page > .left .left-content .top .logo-content {
    display: none;
  }
}
.thanks-page > .left .left-content .top h1 {
  font-family: Roboto Slab;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 110.885%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #47F9FE;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .thanks-page > .left .left-content .top h1 {
    font-size: 30px;
  }
}
.thanks-page > .left .left-content .top p {
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 992px) {
  .thanks-page > .left .left-content .top p {
    font-size: 13px;
  }
}
.thanks-page > .left .left-content .top h2 {
  font-family: Roboto Slab;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 110.885%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #47F9FE;
}
@media (max-width: 992px) {
  .thanks-page > .left .left-content .top h2 {
    font-size: 28px;
  }
}
.thanks-page > .left .left-content .top .gray {
  font-size: 17px;
  color: #A7A7A7;
}
@media (max-width: 992px) {
  .thanks-page > .left .left-content .top .gray {
    font-size: 13px;
  }
}
.thanks-page > .left .left-content .bottom {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  background: #47F9FE;
  padding: 2rem 5rem;
  color: black;
}
@media (max-width: 992px) {
  .thanks-page > .left .left-content .bottom {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: auto;
    background: #47F9FE;
    padding: 2rem 2rem;
    color: black;
  }
}
.thanks-page > .left .left-content .contact-whatsapp a {
  background: #000000;
  border-radius: 20px;
  padding: 20px 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Poppins;
}
@media (max-width: 992px) {
  .thanks-page > .left .left-content .contact-whatsapp a {
    padding: 15px 27px;
    font-size: 13px;
  }
}
.thanks-page > .left .right-content h3 {
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .thanks-page > .left .right-content h3 {
    font-size: 18px;
  }
}
.thanks-page > .left .right-content p {
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .thanks-page > .left .right-content p {
    font-size: 13px;
  }
}
.thanks-page > .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
@media (max-width: 992px) {
  .thanks-page > .right {
    display: none;
  }
}
.thanks-page > .right .picture {
  display: block;
  height: 100%;
  width: 100%;
}
.thanks-page > .right .picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.proteccion-datos span {
  text-decoration: none;
  color: var(--color-accent);
}

@media (max-width: 992px) {
  .form-mobile {
    padding: 2rem 1rem;
    background: white;
  }
  .form-mobile .container-senati {
    border-radius: 20px 0px 20px 20px;
    background: var(--brand-negro, #000);
    padding: 2rem 1rem 0;
  }
  .form-mobile .container-senati h2 {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
  }
  .form-mobile .container-senati ul.countdown {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-mobile .container-senati ul.countdown .valido {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .form-mobile .container-senati .content-form {
    font-size: 14px;
  }
  .form-mobile .container-senati .btn-form {
    width: 110%;
    margin: 0 -1rem;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    height: 58px;
    border-radius: 0px 0px 18px 18px;
  }
  .form-control {
    font-size: 13px;
  }
}
.btn-flotante-desktop {
  background: var(--color-accent);
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
}
.btn-flotante-desktop .btn-solicitar-informacion-desktop {
  text-transform: uppercase;
  font-weight: 700;
}

.btn-solicitar-informacion {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  padding: 6px 1rem;
}

.exit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.go-b {
  position: absolute;
  bottom: 1rem;
  z-index: 2;
  right: 2rem;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: Poppins;
  font-size: 18px;
}
@media (max-width: 992px) {
  .go-b {
    /* display: none; */
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
  }
}
.go-b svg {
  width: 36px;
}

.swiperReviews {
  padding: 2rem 0 0rem 0;
}

#section-contact.hidden {
  display: none;
}

.body-ty {
  min-height: 100vh;
  background: black;
}