@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexatextblack-webfont.woff2') format('woff2'),
  url('../fonts/nexatextblack-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;

}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexatextheavy-webfont.woff2') format('woff2'),
  url('../fonts/nexatextheavy-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexatextextralight-webfont.woff2') format('woff2'),
  url('../fonts/nexatextextralight-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexatextextrabold-webfont.woff2') format('woff2'),
  url('../fonts/nexatextextrabold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexatextregular-webfont.woff2') format('woff2'),
  url('../fonts/nexatextregular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Nexa", Helvetica, sans-serif;
}

main {
  display: block;
}


hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.scrollButton {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 40px;
  z-index: 9;
  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;
  cursor: pointer;
}



.scrollButton .scrollArrow {
  width: 15px;
  height: 20px;
  position: relative;
  margin-bottom: 10px;
}

.scrollButton .scrollArrow img {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-animation: fadeOutRightDesktop 2s infinite;
  animation: fadeOutRightDesktop 2s infinite;
}

.scrollButton .scrollArrow img:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.scrollButton .text p {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 12px;
}

header.show {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

header .wrapper {
  padding: 0 80px;
  background-color: #FFFFFF;
}


header .wrapper .headerLogos {
  height: 84px;
  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: flex-start;
  gap: 20px;
}


header .colorsBlock {
  height: 18px;
}


* {
  -webkit-locale: auto;
  white-space: normal;
}

header:not(#header2026) {
  display: none;
}

footer:not(#footer2026) {
  display: none;
}

body {

}


h1 {
  color: #FFF;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.80);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 95% */
  margin-block-start: 0;
  margin-block-end: 0;
}


img {
  display: block;
  max-width: 100%;
}


svg path {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}


header {
  position: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
  -webkit-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.colorsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.colorsBlock span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.colorsBlock span:nth-child(1) {
  background-color: #2BBADA;
}

.colorsBlock span:nth-child(2) {
  background-color: #0094D9;
}

.colorsBlock span:nth-child(3) {
  background-color: #EE7016;
}

.colorsBlock span:nth-child(4) {
  background-color: #E9530E;
}

.colorsBlock span:nth-child(5) {
  background-color: #B7CD1F;
}

.colorsBlock span:nth-child(6) {
  background-color: #35A936;
}





.sectionWrapper {
  max-width: 853px;
  margin: 0 auto;
  padding: 0 150px 0 400px;
  height: 100%;
}






.section01 .fp-tableCell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.section01 .sectionWrapper01 {
  background-image: url("../img/bg-main.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: calc(100vh - 102px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}





.section01 .sectionWrapper01 .tit {
  padding: 0px 106px;
}
.section01 .sectionWrapper01 .textBlock {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: baseline;
  position: relative;
  width: 90%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 180px;
}
.section01 .sectionWrapper01 .textBlock .text {
  position: relative;
  z-index: 9;
}

.section01 .sectionWrapper01 .textBlock .text p{
  color: #FFF;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.80);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 120.833% */
}


@media (max-height: 770px) and (min-width: 767px) {
  .section01 .fp-tableCell .fp-scrollable{
    width: 100%;
  }
  .section01 .sectionWrapper01 {
    margin-top: 102px;
  }
  .section01 .sectionWrapper01 .tit {
    padding: 0px 144px;
  }
  .section01 .sectionWrapper01 .tit img {
    max-width: 30%;
  }
}
@media (max-height: 770px) and (min-width: 600px) {
  .section01 .fp-tableCell .fp-scrollable{
    width: 100%;
  }
  .section01 .sectionWrapper01 {
    margin-top: 102px;
  }
  .section01 .sectionWrapper01 .tit {
    padding: 0px 144px;
  }
  .section01 .sectionWrapper01 .tit img {
    max-width: 30%;
  }
}


@media (max-width: 767px) {

  .section01 .sectionWrapper01 {
    height: calc(100vh);
  }
  .section01 .sectionWrapper01 .tit{

    margin-top: 95px;

  }
}

@media (max-height: 770px) and (max-width: 443px) {
  .section01 .fp-tableCell .fp-scrollable{
    width: 100%;
  }
  .section01 .sectionWrapper01 {
    margin-top: 95px;
  }
  .section01 .sectionWrapper01 .tit {
    padding: 0px 144px;
  }
  .section01 .sectionWrapper01 .tit img {
    max-width: 80%;
  }

}

.section02 .flecha1{
  position: absolute;
  top: 260px;
  right: 75px;
}

.section02 .sectionWrapper {
  background: #FFFFFF;
}

.section02 .sectionWrapper .wrapper .title h2 {
  color: #B76E6E;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.8px;
  margin-top: 60px;
  margin-bottom: 24px;
}
.section02 .sectionWrapper .wrapper .title2 h3 {
  color: #2D2D2D;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 43.2px;
  margin-top: 12px;
  margin-bottom: 30px;
}

.section02 .sectionWrapper .wrapper .content-ganadores {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  margin-bottom: 60px;
}

.section02 .sectionWrapper .wrapper .content-ganadores .item-ganador{
  background: rgba(217, 217, 217, 0.20);
}
.section02 .sectionWrapper .wrapper .content-ganadores .item-ganador img{
  width: 100%;
}

.section02 .sectionWrapper .wrapper .content-ganadores .item-ganador .content-txt-ganador{
  padding: 20px;
}
.section02 .sectionWrapper .wrapper .content-ganadores .item-ganador .content-txt-ganador h4{
  color: #1D1D1B;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height:  30px;
  margin-block-start: 0;
  margin-block-end: 0;
}
.section02 .sectionWrapper .wrapper .content-ganadores .item-ganador .content-txt-ganador span{
  color: #1D1D1B;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 20px;
  /* margin-bottom: 20px; */
}
.section02 .sectionWrapper .wrapper .content-ganadores .item-ganador .content-txt-ganador p{
  color: #1D1D1B;
  /* Regular - 150%/Body - Regular */
  /* font-family: "Nexa Text"; */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 20px;
}

.section03  {
  background: #B46B6B;
}
.section03 .sectionWrapper {
  color: #FFF;
}
.section03 .sectionWrapper .wrapper {
  margin-bottom: 60px;
}

.section03 .sectionWrapper .wrapper .title h2{
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 43.2px;
  margin-block-start: 60px;
  margin-block-end: 24px;
}

.section03 .sectionWrapper .wrapper p{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 24px 0px;
}

.section03 .sectionWrapper .wrapper  img{
  width: 100%;
  margin: 60px 0px;
}


.section04 .flecha2{
  position: absolute;
  top: 150px;
  right: 75px;
}
.section04 .flecha3{
  position: absolute;
  top: 1180px;
  right: 75px;
}


.section04  {
  background: #ffffff;
}
.section04 .sectionWrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}
.section04 .sectionWrapper .content .title h2{
  color: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 43.2px;
  margin-block-start: 60px;
  margin-block-end: 24px;
  margin-bottom: 60px;
}


.content .cardsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  max-width: 780px;
}


.content .cardsBlock .card {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 312px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 1439px) {
  .content .cardsBlock .card {
    margin-bottom: 20px;
  }
}


.content .cardsBlock .card figure {
  margin: 0;
}


.content .cardsBlock .card figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content .cardsBlock .card .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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;
  padding: 28px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content .cardsBlock .card .box.gris {
  background: #8B8B89;
}

.content .cardsBlock .card .box.esmeralda {
  background: #3A9A90;
}

.content .cardsBlock .card .box.grana {
  background: #B46B6B;
}



.content .cardsBlock .card .box span {
  margin-bottom: 30px;
  padding: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  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;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;

  border: 2px solid #FFFFFF;
}

.content .cardsBlock .card .box p {
  color: #FFFFFF;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 15px;
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}

.content .cardsBlock .card .box p.textHidden {
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}


.section05 {
  background: #B76E6E;
}
.section05 .sectionWrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}
.section05 .sectionWrapper .wrapper .title h2{
  color: #ffffff;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 43.2px;
  margin-block-start: 60px;
  margin-block-end: 24px;
  margin-bottom: 60px;
}
.section05 .sectionWrapper .wrapper .content-gala{
  display: flex;
  gap: 20px;
}
.section05 .sectionWrapper .wrapper .content-gala .item-gala{
  display: flex;
  flex-direction: column;
  gap: 20px;
}



.section06 {
  background: #FFFFFF;
}
.section06 .sectionWrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}
.section06 .sectionWrapper .wrapper .content-trofeo{
  margin-top: 80px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.section06 .sectionWrapper .wrapper .content-trofeo img{
  object-fit: contain;
}
.section06 .sectionWrapper .wrapper .content-trofeo .title h2{
  color: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 43.2px;
  margin-bottom: 24px;
}

.section06 .sectionWrapper .wrapper .content-trofeo .title p{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 24px 0px;
}
.section06 .sectionWrapper .wrapper h3{
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 24px;
}

.section06 .sectionWrapper .wrapper p{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 24px 0px;
}

.section06 .sectionWrapper .wrapper .content-materiales{
  display: flex;
  justify-content: space-between;
  gap:20px;
}

.section07 #footer2026{
  width: 100%;
  background: #ffffff;
}

.section07 .sectionWrapper02 {
  background-image: url("../img/img_footer.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  width: 100%;
  height: calc(100vh);
  flex-direction: column;
}


@media (max-width: 991px) {

  .section07 .sectionWrapper02 {
    background-position:65% 40%;
  }
}

.section07 .sectionWrapper02 footer .footelinks{
  border-bottom: 1px solid #F0F0F0;
  text-align: center;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.section07 .sectionWrapper02 footer .footelinks a{
  font-size: 16px;
   color: #9A9A9A;

}

.section07 .sectionWrapper02 footer .footerWrapper{display: flex;justify-content: space-between;gap:20px;padding: 10px 40px;background: #ffffff;}



.section07 .sectionWrapper02 footer .footerWrapper .footerLogo01{
  display: flex;
  gap:20px;
  align-items: center;
  justify-content: center;
}


.fixedBlock {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 80px;
  left: 80px;
  height: calc(100vh - 20px - 20px);
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: cubic-bezier(1, 0, 0, 1);
  transition: cubic-bezier(1, 0, 0, 1);
}

@media (max-width: 767px) {
  .fixedBlock {
    top: 25px;
    right: 25px;
    left: inherit;
    width: 0;
    height: 0;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: width 0.3s, height 0.3s;
    transition: width 0.3s, height 0.3s;
    z-index: 999999;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    -webkit-animation: none;
    animation: none;
  }
}

.fixedBlock.show {
  opacity: 1;
  visibility: visible;
  -webkit-animation: 1s fadeIn;
  animation: 1s fadeIn;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media (max-width: 767px) {
  .fixedBlock.show {
    -webkit-animation: none;
    animation: none;
  }
}


.fixedBlock .closeButton {
  display: none;
  border: none;
  outline: none;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
}

@media (max-width: 767px) {
  .fixedBlock .closeButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
  }
}



.fixedBlock .scrollToTopMobile {
  display: none;
}

@media (max-width: 767px) {
  .fixedBlock .scrollToTopMobile {
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-left: 42px;
    margin-top: 14px;
  }
  .fixedBlock .scrollToTopMobile p {
    font-weight: 400;
    font-size: 15px;
    line-height: 12px;
    color: #000000;
  }
}

.scrollToTop {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: cubic-bezier(1, 0, 0, 1);
  transition: cubic-bezier(1, 0, 0, 1);
}

.scrollToTop.show {
  opacity: 1;
  visibility: visible;
  -webkit-animation: 1s fadeIn;
  animation: 1s fadeIn;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.scrollToTop .imgContainer {
  border: 1px solid #000;
  width: 38px;
  height: 38px;
  margin-bottom: 40px;
  border-radius: 99em;
  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;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}

.scrollToTop .imgContainer svg {
  width: 14px;
}

.scrollToTop .imgContainer:hover {
  border-color: #595959;
}

.scrollToTop .imgContainer:hover svg path {
  fill: #595959;
}

.pager {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 300px;
}


.pager li {
  padding-left: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media (max-width: 1439px) {
  .pager li {
    height: 35px;
  }
}

@media (max-width: 1620px) {
  .section02 .flecha1{
    display:none;
  }
  .section04 .flecha2{
    display:none;
  }
  .section04 .flecha3{
    display:none;
  }
}




@media (max-width: 414px) {
  .pager li {
    padding-left: 15px;
  }
}

.pager li:before {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background: #e8e8e8;
  position: absolute;
  left: 0;
  top: 0;
}

.pager li a {
  color: #8B8B89;
  font-size: 15px;
  line-height: 13px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pager.grana li a {
  color: #ffffffa6;

}

@media (max-width: 414px) {
  .pager li a {
    font-size: 14px;
  }
}

.pager li.active a {
  font-weight: 700;
}

.pager li.active:nth-child(1) a {
  color: #B76E6E;
}

.pager li.active:nth-child(1):before {
  background: #B76E6E;
}

.pager li.active:nth-child(2) a {
  color: #ffffff;
}

.pager li.active:nth-child(2):before {
  background: #ffffff;
}

.pager li.active:nth-child(3) a {
  color: #B76E6E;
}

.pager li.active:nth-child(3):before {
  background: #B76E6E;
}

.pager li.active:nth-child(4) a {
  color: #FFFFFF;
}

.pager li.active:nth-child(4):before {
  background: #FFFFFF;
}

.pager li.active:nth-child(5) a {
  color: #B76E6E;
}

.pager li.active:nth-child(5):before {
  background: #B76E6E;
}

.downloadPdf {
  color: #000000;
  font-weight: 400;
  font-size: 15px;
  line-height: 12px;
  border-bottom: 1.4px solid #000000;
  margin-bottom: 20px;
  display: inline-block;
  padding: 0 3px 7px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.downloadPdf.secondPdf {
  margin-bottom: 30px;
}



.downloadPdf svg {
  margin-left: 9px;
  width: 10px;
  height: 13px;
}

.downloadPdf:hover {
  border-color: #595959;
  color: #595959;
}

.downloadPdf:hover svg path {
  fill: #595959;
}

.mobileButton {
  display: none;
  background: #FFFFFF;
  width: 48px;
  height: 48px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
  margin: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 18.5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 18.5px rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-animation: 1s fadeIn;
  animation: 1s fadeIn;
}


.mobileButton span {
  display: block;
  width: 100%;
  height: 3.6px;
  background-color: #000000;
  border-radius: 99em;
}

.mobileButton span:nth-child(1) {
  width: 20px;
}

.mobileButton span:nth-child(3) {
  width: 14px;
}

.mobileMenuOpened .mobileButton {
  opacity: 0;
  z-index: 9;
}

.mobileMenuOpened .fixedBlock .pager li a {
  color: #8B8B89;

}
.mobileMenuOpened .fixedBlock .pager.grana li a {
  color: #8B8B89;

}

.mobileMenuOpened .fixedBlock .pager li.active:nth-child(1):before{
  background: #8B8B89;
}
.mobileMenuOpened .fixedBlock .pager li.active:nth-child(2):before{
  background: #8B8B89;
}
.mobileMenuOpened .fixedBlock .pager li.active:nth-child(3):before{
  background: #8B8B89;
}
.mobileMenuOpened .fixedBlock .pager li.active:nth-child(4):before{
  background: #8B8B89;
}
.mobileMenuOpened .fixedBlock .pager li.active:nth-child(5):before{
  background: #8B8B89;
}



.mobileMenuOpened .fixedBlock {
  width: calc(100% - 50px);
  height: 290px;
  -webkit-animation: anim-jelly 0.8s linear forwards;
  animation: anim-jelly 0.8s linear forwards;
}

.mobileMenuOpened .fixedBlock .closeButton,
.mobileMenuOpened .fixedBlock .mobileHeader,
.mobileMenuOpened .fixedBlock .pager,
.mobileMenuOpened .fixedBlock .downloadPdf,
.mobileMenuOpened .fixedBlock .scrollToTopMobile {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}

@media (max-width: 767px) {
  .mobileMenuOpened .fixedBlock .closeButton,
  .mobileMenuOpened .fixedBlock .mobileHeader,
  .mobileMenuOpened .fixedBlock .pager,
  .mobileMenuOpened .fixedBlock .downloadPdf,
  .mobileMenuOpened .fixedBlock .scrollToTopMobile {
    margin-bottom: 15px;
  }
}

.mobileMenuOpened .section.active:before {
  opacity: 1;
  z-index: 99999;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* ----------------------------------------------
 * Generated by Animista on 2021-2-17 2:57:22
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-hor-left
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
}
@keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
}

@-webkit-keyframes scale-up-hor-right {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}

@keyframes scale-up-hor-right {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}

@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}



/* Generated with Bounce.js. Edit at http://goo.gl/PJ93gs */
@-webkit-keyframes anim-jelly {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.333333% {
    -webkit-transform: matrix3d(0.32778, 0, 0, 0, 0, 0.32778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.32778, 0, 0, 0, 0, 0.32778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.666667% {
    -webkit-transform: matrix3d(0.69875, 0, 0, 0, 0, 0.69875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.69875, 0, 0, 0, 0, 0.69875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.333333% {
    -webkit-transform: matrix3d(1.1815, 0, 0, 0, 0, 1.1815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.1815, 0, 0, 0, 0, 1.1815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.24402, 0, 0, 0, 0, 1.24402, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.24402, 0, 0, 0, 0, 1.24402, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20% {
    -webkit-transform: matrix3d(1.21871, 0, 0, 0, 0, 1.21871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.21871, 0, 0, 0, 0, 1.21871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.333333% {
    -webkit-transform: matrix3d(1.14702, 0, 0, 0, 0, 1.14702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.14702, 0, 0, 0, 0, 1.14702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.666667% {
    -webkit-transform: matrix3d(1.06589, 0, 0, 0, 0, 1.06589, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.06589, 0, 0, 0, 0, 1.06589, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(0.9603, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9603, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.666667% {
    -webkit-transform: matrix3d(0.94663, 0, 0, 0, 0, 0.94663, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.94663, 0, 0, 0, 0, 0.94663, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(0.95217, 0, 0, 0, 0, 0.95217, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.95217, 0, 0, 0, 0, 0.95217, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.333333% {
    -webkit-transform: matrix3d(0.96784, 0, 0, 0, 0, 0.96784, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96784, 0, 0, 0, 0, 0.96784, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  46.666667% {
    -webkit-transform: matrix3d(0.98559, 0, 0, 0, 0, 0.98559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98559, 0, 0, 0, 0, 0.98559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  53.333333% {
    -webkit-transform: matrix3d(1.00868, 0, 0, 0, 0, 1.00868, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00868, 0, 0, 0, 0, 1.00868, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.666667% {
    -webkit-transform: matrix3d(1.01167, 0, 0, 0, 0, 1.01167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01167, 0, 0, 0, 0, 1.01167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(1.01046, 0, 0, 0, 0, 1.01046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01046, 0, 0, 0, 0, 1.01046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.333333% {
    -webkit-transform: matrix3d(1.00703, 0, 0, 0, 0, 1.00703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00703, 0, 0, 0, 0, 1.00703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00315, 0, 0, 0, 0, 1.00315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00315, 0, 0, 0, 0, 1.00315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  73.333333% {
    -webkit-transform: matrix3d(0.9981, 0, 0, 0, 0, 0.9981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9981, 0, 0, 0, 0, 0.9981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.666667% {
    -webkit-transform: matrix3d(0.99745, 0, 0, 0, 0, 0.99745, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99745, 0, 0, 0, 0, 0.99745, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80% {
    -webkit-transform: matrix3d(0.99771, 0, 0, 0, 0, 0.99771, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99771, 0, 0, 0, 0, 0.99771, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(0.99846, 0, 0, 0, 0, 0.99846, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99846, 0, 0, 0, 0, 0.99846, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  86.666667% {
    -webkit-transform: matrix3d(0.99931, 0, 0, 0, 0, 0.99931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99931, 0, 0, 0, 0, 0.99931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.333333% {
    -webkit-transform: matrix3d(1.00042, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00042, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  96.666667% {
    -webkit-transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes anim-jelly {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.333333% {
    -webkit-transform: matrix3d(0.32778, 0, 0, 0, 0, 0.32778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.32778, 0, 0, 0, 0, 0.32778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.666667% {
    -webkit-transform: matrix3d(0.69875, 0, 0, 0, 0, 0.69875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.69875, 0, 0, 0, 0, 0.69875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.333333% {
    -webkit-transform: matrix3d(1.1815, 0, 0, 0, 0, 1.1815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.1815, 0, 0, 0, 0, 1.1815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.24402, 0, 0, 0, 0, 1.24402, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.24402, 0, 0, 0, 0, 1.24402, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20% {
    -webkit-transform: matrix3d(1.21871, 0, 0, 0, 0, 1.21871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.21871, 0, 0, 0, 0, 1.21871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.333333% {
    -webkit-transform: matrix3d(1.14702, 0, 0, 0, 0, 1.14702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.14702, 0, 0, 0, 0, 1.14702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.666667% {
    -webkit-transform: matrix3d(1.06589, 0, 0, 0, 0, 1.06589, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.06589, 0, 0, 0, 0, 1.06589, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(0.9603, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9603, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.666667% {
    -webkit-transform: matrix3d(0.94663, 0, 0, 0, 0, 0.94663, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.94663, 0, 0, 0, 0, 0.94663, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(0.95217, 0, 0, 0, 0, 0.95217, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.95217, 0, 0, 0, 0, 0.95217, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.333333% {
    -webkit-transform: matrix3d(0.96784, 0, 0, 0, 0, 0.96784, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96784, 0, 0, 0, 0, 0.96784, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  46.666667% {
    -webkit-transform: matrix3d(0.98559, 0, 0, 0, 0, 0.98559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98559, 0, 0, 0, 0, 0.98559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  53.333333% {
    -webkit-transform: matrix3d(1.00868, 0, 0, 0, 0, 1.00868, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00868, 0, 0, 0, 0, 1.00868, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.666667% {
    -webkit-transform: matrix3d(1.01167, 0, 0, 0, 0, 1.01167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01167, 0, 0, 0, 0, 1.01167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(1.01046, 0, 0, 0, 0, 1.01046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01046, 0, 0, 0, 0, 1.01046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.333333% {
    -webkit-transform: matrix3d(1.00703, 0, 0, 0, 0, 1.00703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00703, 0, 0, 0, 0, 1.00703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00315, 0, 0, 0, 0, 1.00315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00315, 0, 0, 0, 0, 1.00315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  73.333333% {
    -webkit-transform: matrix3d(0.9981, 0, 0, 0, 0, 0.9981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9981, 0, 0, 0, 0, 0.9981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.666667% {
    -webkit-transform: matrix3d(0.99745, 0, 0, 0, 0, 0.99745, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99745, 0, 0, 0, 0, 0.99745, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80% {
    -webkit-transform: matrix3d(0.99771, 0, 0, 0, 0, 0.99771, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99771, 0, 0, 0, 0, 0.99771, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(0.99846, 0, 0, 0, 0, 0.99846, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99846, 0, 0, 0, 0, 0.99846, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  86.666667% {
    -webkit-transform: matrix3d(0.99931, 0, 0, 0, 0, 0.99931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99931, 0, 0, 0, 0, 0.99931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.333333% {
    -webkit-transform: matrix3d(1.00042, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00042, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  96.666667% {
    -webkit-transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}



@-webkit-keyframes fadeOutRightDesktop {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }
  75% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(40%) rotate(0);
    transform: translateY(40%) rotate(0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50%) rotate(0);
    transform: translateY(50%) rotate(0);
  }
}

@keyframes fadeOutRightDesktop {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }
  75% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(40%) rotate(0);
    transform: translateY(40%) rotate(0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50%) rotate(0);
    transform: translateY(50%) rotate(0);
  }
}


@media (max-width: 1439px) {

}

@media (max-width: 1199px) {
  .section01 .sectionWrapper01 .tit {
    padding: 0px 26px;
  }
  .section01 .sectionWrapper01 .textBlock {
    padding: 80px 100px;
    width: 100%;
  }

  .sectionWrapper {
    padding: 0 50px 0 400px;
  }

  .section05 .sectionWrapper .wrapper .content-gala {
    flex-direction: row;
    flex-wrap: wrap;

  }
  .section05 .sectionWrapper .wrapper .content-gala .item-gala:nth-child(3){
    flex-direction: row;
    align-items: flex-start;

  }

  .section05 .sectionWrapper .wrapper .content-gala img{
    max-width: 272px;
    object-fit: contain;
  }

  .section06 .sectionWrapper .wrapper .content-trofeo {
    flex-direction: column;
    gap: 20px;
  }
  .section06 .sectionWrapper .wrapper .content-trofeo img{
    max-width: 309px;
  }
  .section06 .sectionWrapper .wrapper .content-materiales {

    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .section06 .sectionWrapper .wrapper .content-materiales img {
    max-width: 242px;
  }

  .content .cardsBlock .card {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content .cardsBlock .card figure {
    height: 160px;
  }

  .content .cardsBlock .card .box p {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
  }

  .section07 .sectionWrapper02 footer .footerWrapper .footerLogo01 img:nth-child(1) {
    width: 135px;
  }
  .section07 .sectionWrapper02 footer .footerWrapper .footerLogo01 img:nth-child(2) {
    width: 95px;
  }
  .section07 .sectionWrapper02 footer .footerWrapper .footerLogo01 img:nth-child(3) {
    width: 146px;
  }
  .section07 .sectionWrapper02 footer .footerWrapper .footerLogo02 img:nth-child(1) {
    width: 90px;
  }


}

@media (max-width: 990px) {
  .section02 .sectionWrapper .wrapper .content-ganadores{
    grid-template-columns: 1fr;
  }
  .content .cardsBlock .card .box span {
    text-overflow: unset;
    white-space: normal;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .scrollButton {
    z-index: 99;
  }

  header .colorsBlock {
    height: 11px;
  }

  .content .cardsBlock {
    margin: 0 0px 0px;
  }


  .scrollToTop {
    display: none;
  }
  .pager {
    margin-left: 20px;
    margin-bottom: 20px;
    opacity: 0;
    visibility: hidden;
  }
  .downloadPdf {
    margin-left: 42px;
    margin-bottom: 40px;
  }

  .mobileButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s;
  }

  header .wrapper .headerLogos img{
    max-width: 100px;
  }
  header .wrapper {
    padding: 0 20px;
  }
  .section01 .sectionWrapper01 .tit img {
    width: 80%;
  }
  .section01 .sectionWrapper01 .textBlock {
    width: 100%;
    padding: 80px 20px;
    text-align: center;
  }
  .section01 .sectionWrapper01 .textBlock .text{
    margin: 0 auto;
  }

  .section01 .sectionWrapper01 .textBlock .text p{
    font-size: 20px;
    line-height: 22px;
  }
  h1{
    font-size: 30px;
    line-height: 35px;
  }
  .sectionWrapper {
    padding: 0 20px 0 20px;
  }
  .content .cardsBlock .card .box p {
    font-size: 20px;
    line-height: 24px;
    padding: 0;
  }
  .section02 .sectionWrapper .wrapper .title h2 {
    font-size: 18px;
    line-height: 20.8px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .section02 .sectionWrapper .wrapper .title2 h3 {
    font-size: 26px;
    line-height: 30.2px;
    margin-top: 12px;
    margin-bottom: 20px;
  }
  .section02 .sectionWrapper .wrapper .content-ganadores .item-ganador .content-txt-ganador h4 {
    font-size: 18px;
    line-height: 21px;
  }
  .section02 .sectionWrapper .wrapper .content-ganadores .item-ganador .content-txt-ganador span {
    font-size: 16px;
    line-height: 18px;
  }
  .section02 .sectionWrapper .wrapper .content-ganadores {
    justify-items: center;
  }
  .section02 .sectionWrapper .wrapper .content-ganadores .item-ganador img {
    max-width: 416px;
  }
  .section02 .sectionWrapper .wrapper .content-ganadores .item-ganador {
    max-width: 416px;
  }
  .section03 .sectionWrapper .wrapper .title h2 {
    font-size: 24px;
    line-height: 30.2px;
    margin-block-start: 40px;
    margin-block-end: 20px;
  }
  .section03 .sectionWrapper .wrapper p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 16px 0px;
  }
  .section03 .sectionWrapper .wrapper img {
    width: 100%;
    margin: 25px 0px;
  }
  .section04 .sectionWrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section04 .sectionWrapper .content .title h2 {
    font-size: 24px;
    line-height: 30.2px;
    margin-block-start: 40px;
    margin-block-end: 20px;
    margin-bottom: 40px;
  }
  .section05 .sectionWrapper .wrapper .title h2 {
    font-size: 24px;
    line-height: 30.2px;
    margin-block-start: 40px;
    margin-block-end: 20px;
    margin-bottom: 40px;
  }
  .section05 .sectionWrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section05 .sectionWrapper .wrapper .content-gala {
    flex-direction: column;
    align-items: center;
  }
  .section05 .sectionWrapper .wrapper .content-gala .item-gala:nth-child(3) {
    flex-direction: column;

  }
  .section06 .sectionWrapper .wrapper .content-trofeo .title h2 {
    font-size: 24px;
    line-height: 30.2px;
    margin-block-start: 00px;
    margin-block-end: 20px;
  }
  .section06 .sectionWrapper .wrapper .content-trofeo {
    margin-top: 0px;
    align-items: center;
  }
  .section06 .sectionWrapper .wrapper .content-materiales {
    justify-content: center;
  }


  .section06 .sectionWrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section06 .sectionWrapper .wrapper h3 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 15px;
  }
  .section06 .sectionWrapper .wrapper p {

    margin: 15px 0px;
  }

  .section07 .sectionWrapper02 footer .footerWrapper .footerLogo01 img:nth-child(1) {
    width: 111px;
  }
  .section07 .sectionWrapper02 footer .footerWrapper .footerLogo01 img:nth-child(2) {
    width: 77px;
  }
  .section07 .sectionWrapper02 footer .footerWrapper .footerLogo01 img:nth-child(3) {
    width: 120px;
  }
  .section07 .sectionWrapper02 footer .footerWrapper .footerLogo02 img:nth-child(1) {
    width: 74px;
  }



}


@media (max-width: 550px) {
  .section07 .sectionWrapper02 footer .footerWrapper {
    gap: 0px;
    padding: 10px 10px;
  }
  .section07 .sectionWrapper02 footer .footerWrapper .footerLogo01 {
    gap: 10px;
    justify-content: flex-start;
  }
  .section07 .sectionWrapper02 footer .footerWrapper .footerLogo01 img:nth-child(1) {
    width: 75px;
  }
  .section07 .sectionWrapper02 footer .footerWrapper .footerLogo01 img:nth-child(2) {
    width: 60px;
  }
  .section07 .sectionWrapper02 footer .footerWrapper .footerLogo01 img:nth-child(3) {
    width: 90px;
  }
  .section07 .sectionWrapper02 footer .footerWrapper .footerLogo02 img:nth-child(1) {
    width: 50px;
  }
}