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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 70px;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

body.details-visible:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 80%);
  z-index: 1;
}

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

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

:root {
  --opensans: "Open Sans", sans-serif;
  --spectral: "Spectral";
  --prompt: "Prompt", sans-serif;

  --11: 11px;
  --12: 12px;
  --14: 14px;
  --16: 16px;
  --19: 19px;
  --24: 24px;
  --30: 30px;
  --36: 36px;
  --42: 42px;
  --50: 50px;
  --56: 56px;
  --85: 85px;

  --333: #333;
  --FFFFFF: #ffffff;
  --584446: #584446;
  --0C2448: #0c2448;
  --041E42: #041e42;
  --616161: #616161;
  --D9D9D9: #d9d9d9;
  --677283: #677283;
  --a2acab: #a2acab;
  --e40046: #e40046;
  --fbfbfb: #fbfbfb;
}

body {
  color: var(--584446);
}

strong {
  font-weight: 700;
}

.container--large {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.h1 {
  font-family: var(--spectral);
  font-size: var(--42);
  font-style: normal;
  font-weight: 300;
  line-height: 46px;
}

@media only screen and (min-width: 1024px) {
  .h1 {
    font-size: var(--56);
    line-height: 60px;
  }
}

.h2 {
  font-family: var(--prompt);
  font-size: var(--30);
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

@media only screen and (min-width: 1024px) {
  .h2 {
    font-size: var(--36);
    line-height: 46px;
  }
}

.text {
  font-family: var(--opensans);
  font-size: var(--14);
  color: var(--333);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.21px;
}

.number {
  font-family: var(--spectral);
  color: var(--0C2448);
  font-size: var(--36);
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}

.small {
  font-family: var(--opensans);
  font-size: var(--12);
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.06px;
}

.text--19 {
  color: var(--a2acab);
  font-family: var(--prompt);
  font-size: var(--19);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.color--677283 {
  color: var(--677283);
}

.color--616161 {
  color: var(--616161);
}

.color--333 {
  color: var(--333);
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.box-shadow {
  filter: drop-shadow(0px 7px 15px rgba(88, 68, 70, 0.1))
    drop-shadow(0px 28px 28px rgba(88, 68, 70, 0.1))
    drop-shadow(0px 60px 30px rgba(88, 68, 70, 0.05))
    drop-shadow(0px 100px 42px rgba(88, 68, 70, 0.02))
    drop-shadow(0px 120px 50px rgba(88, 68, 70, 0));
}

.border-radius-12 {
  margin-bottom: 6px;
  border-radius: 12px;
}

.border-radius-30 {
  border-radius: 30px;
}

/* Header */

.sectionHeaderHomenaje {
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
}

.sectionHeaderHomenaje__text .copy {
  font-family: var(--spectral);
  display: block;
  width: 100%;
  max-width: 348px;
  text-align: center;
  font-size: var(--24);
  color: var(--584446);
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding: 24px 0 0;
  background: transparent;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .sectionHeaderHomenaje {
    padding-bottom: 100px;
  }
}

.sectionHeaderHomenaje__bckg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 664px;
  z-index: -1;
}

.sectionHeaderHomenaje__bckg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.sectionHeaderHomenaje__logo {
  width: 300px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}

@media only screen and (min-width: 1024px) {
  .sectionHeaderHomenaje__bckg img {
    object-fit: cover;
    object-position: center;
  }

  .sectionHeaderHomenaje__logo {
    width: 379px;
  }
}

.sectionHeaderHomenaje__grid {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 30px;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (min-width: 1024px) {
  .sectionHeaderHomenaje__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1100px;
    margin: 0 auto;
  }
}

.sectionHeaderHomenaje__text .h1 {
  margin-bottom: 10px;
  padding-right: 0;
}

@media only screen and (min-width: 1024px) {
  .sectionHeaderHomenaje__text .h1 {
    margin-bottom: 20px;
    padding-right: 30px;
  }
}

.sectionHeaderHomenaje__text p {
  font-family: var(--prompt);
  max-width: max-content;
  color: var(--FFFFFF);
  font-size: var(--16);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  border-radius: 0px 0px 6px 0px;
  background: var(--584446);
  padding: 4px 18px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1024px) {
  .sectionHeaderHomenaje__text p {
    font-size: var(--19);
    line-height: 24px;
    letter-spacing: 0.5px;
    padding: 6px 22px;
  }
}

.sectionHeaderHomenaje__img {
  max-width: 300px;
  margin: 0 auto;
  padding: 26px 0 0 0;
}

@media only screen and (min-width: 1024px) {
  .sectionHeaderHomenaje__img {
    max-width: 372px;
    padding: 0;
  }
}

/* sectionWrapper */
.sectionWrapper {
  position: relative;
  /* overflow: hidden; */
}

.sectionGradient {
  padding: 30px 0 100px;
}

@media only screen and (min-width: 1024px) {
  .sectionGradient {
    padding: 100px 0;
  }
}

.sectionGradient:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 37.66%,
    #fff 100.46%
  );
  z-index: -1;
}

.sectionGradient:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: linear-gradient(
    25deg,
    rgba(248, 224, 142, 0.6) 30.68%,
    rgba(248, 224, 142, 0) 80.77%
  );
  z-index: -1;
}

.sectionWrapper__body {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (min-width: 1024px) {
  .sectionWrapper__body {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 100px;
    max-width: 1100px;
  }
}

/* Timeline */

.sectionTimeLine {
  position: relative;
  display: none;
  padding: 40px 0 0;
}

@media only screen and (min-width: 1024px) {
  .sectionTimeLine {
    display: block;
    padding: 40px 0 0;
  }
}

.sectionTimeLine:before,
.sectionTimeLine:after {
  content: "";
  display: block;
  position: absolute;
}

.sectionTimeLine:before {
  top: -7px;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border: 1px solid var(--0C2448);
  border-radius: 10px;
}

.sectionTimeLine:after {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: var(--0C2448);
}

.sectionTimeLine__year {
  position: relative;
  padding: 0 0 46px 0;
}

.sectionTimeLine__year img {
  width: max-content;
  margin: 0 auto 18px;
}

.sectionTimeLine .sectionTimeLine__year:nth-child(2n) {
  display: flex;
  justify-content: flex-end;
}

.sectionTimeLine__button {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 28px;
  align-items: center;
  column-gap: 6px;
  padding: 0 0 0 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.sectionTimeLine__button:before {
  content: "";
  position: absolute;

  right: 45px;
  bottom: -32px;
  margin-bottom: 1px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 3px 6px 3px;
  border-color: transparent transparent var(--0C2448) transparent;
}

.sectionTimeLine__button:after {
  content: "";
  display: block;
  position: absolute;
  top: 39px;
  right: 48px;
  width: 1px;
  height: 50px;
  background-color: var(--0C2448);
}

.sectionTimeLine__button img {
  width: 31px;
  margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
  .sectionTimeLine__button {
    column-gap: 12px;
    padding: 0 48px 0 0;
    border-bottom: 1px solid var(--0C2448);
  }

  .sectionTimeLine__button:before {
    right: -1px;
    bottom: -4px;
    border-width: 3px 6px 3px 0;
    border-color: transparent var(--0C2448) transparent transparent;
  }

  .sectionTimeLine__button:after {
    display: none;
  }
}

.sectionTimeLine .sectionTimeLine__year:nth-child(2n) .sectionTimeLine__button {
  padding: 0 0 0 48px;
}

.sectionTimeLine
  .sectionTimeLine__year:nth-child(2n)
  .sectionTimeLine__button:before {
  left: 0;
  right: inherit;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent var(--0C2448);
}

.sectionTimeLine__button .close {
  position: absolute;
  top: 5px;
  left: 82px;
  opacity: 0;
}

.sectionTimeLine
  .sectionTimeLine__year:nth-child(2n)
  .sectionTimeLine__button
  .close {
  left: inherit;
  right: 0;
}

.active .next {
  opacity: 0;
}

.active .close {
  opacity: 1;
  z-index: 5;
}

.sectionTimeLine__details {
  position: fixed;
  top: 0;
  left: 50%;
  display: grid;
  row-gap: 24px;
  padding: 20px;
  background: linear-gradient(287deg, #D9D9D9 -22.86%, #F9F9F9 44%, #FBFBFB 110.86%);
  box-shadow: 0px 120px 50px 0px rgba(88, 68, 70, 0),
    0px 100px 42px 0px rgba(88, 68, 70, 0.02),
    0px 60px 30px 0px rgba(88, 68, 70, 0.05),
    0px 28px 28px 0px rgba(88, 68, 70, 0.1),
    0px 7px 15px 0px rgba(88, 68, 70, 0.1);
  transform: translate(-50%, 0);
  z-index: 10;
}

.sectionTimeLine__details div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 20px;
}

.sectionTimeLine__details .text {
  font-size: var(--16);
  line-height: 23px;
}

@media only screen and (min-width: 1024px) {
  .sectionTimeLine__details {
    position: absolute;
    top: -75px;
    left: inherit;
    right: -650px;
    padding: 42px 90px 42px 55px;
    border-radius: 12px 12px 30px 12px;
    transform: none;
  }

  .sectionTimeLine__details div {
    display: block;
    height: auto;
    padding-bottom: 0;
  }
}

.sectionTimeLine
  .sectionTimeLine__year:nth-child(2n)
  .sectionTimeLine__details {
  right: -640px;
}

.width--large,
.width--medium {
  width: calc(100% - 40px);
  height: calc(100vh - 121px);
  margin: 0 auto;
  overflow: auto;
}

.sectionTimeLine__details .number {
  padding: 0 0 6px;
}

@media only screen and (min-width: 1024px) {
  .width--large,
  .width--medium {
    height: auto;
    margin: 0 auto;
    overflow: inherit;
  }
  .width--large {
    width: 820px;
    height: auto;
  }

  .width--medium {
    width: 602px;
    height: auto;
  }

  .sectionTimeLine__details:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 98px;
    margin-top: -20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 20px 15px 0;
    border-color: transparent var(--fbfbfb) transparent transparent;
    transform: rotate(0deg);
  }
}

/* Start */
.sectionContentStart {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  padding-bottom: 100px;
}

@media only screen and (min-width: 1024px) {
  .sectionContentStart {
    grid-template-columns: 1fr 1fr;
    column-gap: 120px;
    padding-bottom: 100px;
  }
}

.sectionContentStart:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  width: 50%;
  height: 95%;
  border-radius: 0px 0px 0px 30px;
  opacity: 0.3;
  background: linear-gradient(
    20deg,
    #c1b2b6 1.62%,
    rgba(193, 178, 182, 0) 67.92%
  );
  z-index: -1;
}

@media only screen and (min-width: 1024px) {
  .sectionContentStart:before {
    position: absolute;
    right: -3%;
    width: 30%;
    height: 484px;
  }
}

.sectionContentStart__img {
  text-align: center;
  padding-top: 30px;
}

@media only screen and (min-width: 1024px) {
  .sectionContentStart__img {
    text-align: center;
    padding-top: 0;
  }
}

.sectionContentStart__img img {
  border-radius: 30px;
}

.sectionContentStart__text .h2 {
  padding-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  .sectionContentStart__text .h2 {
    padding-bottom: 30px;
  }
}

/* sectionContentStudies */
.sectionContentStudies .h2 {
  padding-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  .sectionContentStudies .h2 {
    padding-bottom: 40px;
  }
}

.sectionContentStudies__img {
  padding-bottom: 30px;
  filter: drop-shadow(0px 7px 15px rgba(88, 68, 70, 0.1))
    drop-shadow(0px 28px 28px rgba(88, 68, 70, 0.1))
    drop-shadow(0px 60px 30px rgba(88, 68, 70, 0.05))
    drop-shadow(0px 100px 42px rgba(88, 68, 70, 0.02))
    drop-shadow(0px 120px 50px rgba(88, 68, 70, 0));
}

@media only screen and (min-width: 1024px) {
  .sectionContentStudies__img {
    padding-bottom: 40px;
  }
}

.sectionContentStudies__img img {
  width: 100%;
  border-radius: 30px;
}

.sectionContentStudies__text {
  padding: 0 10px 0 0;
}

.sectionContentStudies__text .text {
  margin-bottom: 30px;
}

/* sectionContentProfessional */

.sectionContentProfessional {
  margin-top: -100px;
}

.sectionContentProfessional .sectionTimeLine:before,
.sectionContentProfessional .sectionTimeLine:after {
  display: none;
}

.sectionContentProfessional__img:before {
  content: "";
  display: block;
  position: absolute;
  top: 150px;
  left: -118px;
  width: 256px;
  height: 484px;
  border-radius: 0 0 30px 0;
  opacity: 0.3;
  background: linear-gradient(
    20deg,
    #c1b2b6 1.62%,
    rgba(193, 178, 182, 0) 67.92%
  );
  z-index: -1;
}

.sectionContentProfessional__img {
  padding-top: 150px;
}

.sectionContentProfessional__body-img {
  text-align: center;
  padding-bottom: 30px;
}

.sectionContentProfessional__box {
  position: relative;
  padding: 20px 18px 30px 30px;
  border-radius: 0px 0px 30px 0px;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .sectionContentProfessional__box {
    padding: 40px 65px 40px 50px;
    border-radius: 0px 0px 60px 0px;
  }
}

.sectionContentProfessional__box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: linear-gradient(
    307deg,
    #d5dbe7 1.02%,
    rgba(119, 122, 129, 0) 49.98%
  );
}

.sectionContentProfessional__box .text {
  position: relative;
}

.sectionContentProfessional__box .quote-left {
  position: absolute;
  top: -10px;
  left: -30px;
  width: 27px;
}

.sectionContentProfessional__box .quote-right {
  margin-bottom: -15px;
  width: 27px;
}

@media only screen and (min-width: 1024px) {
  .sectionContentProfessional__box .quote-left {
    top: -10px;
    left: -50px;
    width: auto;
  }

  .sectionContentProfessional__box .quote-right {
    width: auto;
  }
}

.sectionContentProfessional__text .sectionContentProfessional__img:before {
  display: none;
}

.sectionContentProfessional__text .sectionContentProfessional__img {
  padding-top: 30px;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .sectionContentProfessional__text .sectionContentProfessional__img {
    display: none;
  }
}

/* sectionWrapperThree */
.sectionWrapperThree .sectionContent {
  padding: 0;
}

.sectionWrapperThree .sectionContent p {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  .sectionWrapperThree .sectionContent {
    padding: 50px 0 0;
  }

  .sectionWrapperThree .sectionContent p {
    margin-bottom: 30px;
  }
}

/* sectionWrapperFour */
.sectionWrapperFour {
  padding: 0 0 83px;
}

.sectionWrapperFour .sectionTimeLine:before,
.sectionWrapperFour .sectionTimeLine:after {
  display: none;
}

.sectionWrapperFour .sectionWrapper__body {
  align-items: flex-end;
  padding: 30px;
}

@media only screen and (min-width: 1024px) {
  .sectionWrapperFour {
    padding: 0 0 110px;
  }

  .sectionWrapperFour .sectionWrapper__body {
    padding-top: 0;
  }
}

/* sectionWrapperFive */

.sectionWrapperFive {
  padding: 30px 0 100px 0;
  background: linear-gradient(
    178deg,
    rgb(0 45 114 / 3%) 67.74%,
    rgb(0 45 114 / 7%) 100%
  );
}

@media only screen and (min-width: 1024px) {
  .sectionWrapperFive {
    padding: 70px 0 100px 0;
  }

  .sectionWrapperFive {
    padding: 0 0 100px 0;
    background: linear-gradient(
      359deg,
      rgb(0 45 114 / 4%) 67.74%,
      rgb(0 45 114 / 0%) 100%
    );
  }
}

.sectionContentCardio__box {
  position: relative;
  margin-bottom: 50px;
  padding: 20px 18px 30px 50px;
  border-radius: 0px 0px 30px 0px;
  background: #ffffff96;
  overflow: hidden;
}

.sectionContentCardio__box p {
  position: relative;
}

.sectionContentCardio__box .quote-left,
.sectionContentCardio__box .quote-right {
  position: absolute;
}

.sectionContentCardio__box .quote-left {
  top: -7px;
  left: -30px;
  width: 27px;
}

.sectionContentCardio__box .quote-right {
  position: relative;
  margin-bottom: -20px;
  width: 27px;
}

@media only screen and (min-width: 1024px) {
  .sectionContentCardio__box {
    margin-bottom: 50px;
    padding: 40px 65px 40px 50px;
    border-radius: 0px 0px 60px 0px;
  }

  .sectionContentCardio__box .quote-left {
    top: -16px;
    left: -50px;
    width: auto;
  }

  .sectionContentCardio__box .quote-right {
    width: auto;
  }
}

.sectionContentCardio__box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: linear-gradient(307deg, #fff 1.02%, rgb(255 255 255) 49.98%);
}

.sectionContentCardio__text + p,
.sectionContentCardio__text + p + p {
  margin-bottom: 20px;
}

.sectionContentCardio__text .h2 {
  margin-bottom: 30px;
}

/* sectionSlickHistory */

.sectionSlickHistory .slider {
  margin: 0 auto;
}

.sectionSlickHistory .slick-track {
  padding-top: 100px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 1024px) {
  .sectionSlickHistory .slider {
    max-width: 1110px;
    margin: 0 auto;
  }

  .sectionSlickHistory .slick-track {
    padding-top: 130px;
    padding-bottom: 53px;
  }
}

.sectionSlickHistory .slick-slide {
  text-align: center;
  transition: transform 0.3s ease-in-out;
}

.sectionSlickHistory .slick-slide img {
  width: 100%;
  border-radius: 20px;
}

.sectionSlickHistory .slick-slide.slick-current {
  position: relative;
  transform: scale(2);
  z-index: 1;
}

@media only screen and (min-width: 1024px) {
  .sectionSlickHistory .slick-slide img {
    border-radius: 30px;
  }

  .sectionSlickHistory .slick-slide.slick-current {
    transform: scale(1.35);
  }
}

.sectionSlickHistory .slick-slide:not(.slick-current) {
  filter: opacity(0.2) grayscale(1);
}

.sectionSlickHistoryNav {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: auto;
  max-width: max-content;
  margin: 0 auto;
  height: 40px;
}

.sectionSlickHistoryNav .slick-prev,
.sectionSlickHistoryNav .slick-next {
  position: relative;
  top: 0;
  width: 40px;
  height: 27px;
  border-radius: 50px;
  border: 1px solid var(--0C2448);
  transform: translate(0);
}

.sectionSlickHistoryNav .slick-prev {
  left: 0;
  order: 1;
  background: url(../images/icons/icon-arrow-next-white.svg) !important;
  background-position: center !important;
  transform: rotate(180deg);
}

.sectionSlickHistoryNav .slick-next {
  right: 0;
  order: 3;
  background: url(../images/icons/icon-arrow-next-white.svg) !important;
  background-position: center !important;
}

.sectionSlickHistoryNav .slick-dots {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 0;
  order: 2;
}

.sectionSlickHistoryNav .slick-active button:before {
  font-size: 47px !important;
}

.sectionSlickHistoryNav .slick-dots li button:before {
  font-size: 28px;
}

.sectionSlickHistoryNav .slick-dots li {
  margin: 0;
}

.sectionSlickHistoryNav .slick-prev:before,
.sectionSlickHistoryNav .slick-next:before {
  font-size: 0;
}

.sectionSlickHistoryNav__text {
  font-family: var(--opensans);
  max-width: 350px;
  margin: 0 auto 30px;
  color: var(--333);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.27px;
}

/* sectionComment */
.sectionComment {
  padding: 0;
  background: linear-gradient(
    360deg,
    rgb(0 45 114 / 3%) 67.74%,
    rgb(0 45 114 / 7%) 100%
  );
}

@media only screen and (min-width: 1024px) {
  .sectionComment {
    padding: 80px 0;
    background: linear-gradient(
      360deg,
      rgb(0 45 114 / 3%) 67.74%,
      rgb(0 45 114 / 7%) 100%
    );
  }
}

.sectionComment__box {
  margin: 0 auto;
  padding: 0 20px 80px;
  text-align: center;
}

.sectionComment__box .h2 {
  position: relative;
  margin-bottom: 40px;
}

.sectionComment__box .quote-left,
.sectionComment__box .quote-right {
  position: absolute;
}

.sectionComment__box .quote-left {
  top: -50px;
  left: 0;
}

.sectionComment__box .quote-right {
  bottom: -20px;
  right: 0;
}

@media only screen and (min-width: 1024px) {
  .sectionComment__box {
    max-width: 500px;
    padding: 0 20px;
  }

  .sectionComment__box .quote-left {
    top: -10px;
    left: -65px;
  }

  .sectionComment__box .quote-right {
    bottom: -10px;
    right: -55px;
  }
}

/* sectionFooterHomenaje */
.sectionFooterHomenaje__top {
  padding: 16px 0;
  border-radius: 0px 60px 0px 0px;
  background-color: var(--0C2448);
}

.sectionFooterHomenaje__wrapper {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.sectionFooterHomenaje__top a {
  font-family: var(--prompt);
  display: flex;
  width: max-content;
  padding: 14px 33px;
  font-size: var(--16);
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  color: var(--FFFFFF);
  border-radius: 0px 0px 18px 0px;
  border: 1px solid var(--e40046);
  background: var(--e40046);
  text-decoration: none;
}

.sectionFooterHomenaje__top img {
  position: absolute;
  top: -55px;
  right: 20px;
}

@media only screen and (min-width: 1024px) {
  .sectionFooterHomenaje__top img {
    right: 0;
  }
}

.sectionFooterHomenaje__bottom {
  background-color: rgba(0, 46, 114, 0.1);
}

.sectionFooterHomenaje__bottom-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 30px 0 150px;
  row-gap: 20px;
}

.sectionFooterHomenaje__bottom-grid p {
  font-family: var(--prompt);
  font-size: var(--11);
  color: var(--333);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.sectionFooterHomenaje__bottom-social {
  display: flex;
  justify-content: center;
  column-gap: 10px;
}

.sectionFooterHomenaje__bottom-social img {
  width: 40px;
}

@media only screen and (min-width: 1024px) {
  .sectionFooterHomenaje__bottom-grid {
    grid-template-columns: 2fr 1fr;
    padding: 30px 0;
    column-gap: 10px;
  }

  .sectionFooterHomenaje__bottom-social {
    justify-content: flex-end;
  }

  .sectionFooterHomenaje__bottom-social img {
    width: 24px;
  }
}

/* sectionTimeLine__mobile */

.sectionTimeLine__mobile {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px 0 20px 30px;
  background: linear-gradient(
    126deg,
    rgb(167 188 214) -5.16%,
    rgb(167 188 214) 91.27%
  );
  z-index: 999;
  background-image: url(../images/background/background-year-mobile.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f8f9fb;
}

.sectionTimeLine__mobile .sectionTimeLine__year {
  padding: 0;
}

.sectionTimeLine__mobile .sectionTimeLine__year .small {
  text-align: center;
}

.sectionTimeLine__mobile .slick-list {
  padding-bottom: 30px;
  border-bottom: 1px solid var();
}

.sectionTimeLine__mobile .slick-slider {
  margin-bottom: -13px;
}

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