button,
hr,
input {
  overflow: visible;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
[type="checkbox"],
[type="radio"],
legend {
  padding: 0;
  box-sizing: border-box;
}
*,
legend {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
details,
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.button__moreInfo,
.button__seeProducts {
  font-size: 25px;
  margin: 10px 0;
  transition: all 0.5s ease;
  display: block;
  text-align: center;
  text-decoration: none;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.button__moreInfo {
  border: 2px solid #1699da;
  padding: 15px 0;
  width: 345px;
  color: #1699da;
}
.button__moreInfo:hover {
  background: #1699da;
  color: #fff;
  transition: all 0.5s ease;
}
.button__seeProducts {
  border: 2px solid #fff;
  padding: 10px 0;
  width: 235px;
  color: #fff;
  font-family: "Muli Semi Bold";
}
.button__seeProducts:hover {
  background: #fff;
  color: #202020;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1100px) {
  .button__moreInfo {
    max-width: 345px;
    width: 100%;
    font-size: 22px;
  }
  .button__seeProducts {
    font-size: 22px;
  }
}
#MenuMobile {
  width: 30px;
  height: 23px;
  position: absolute;
  top: 35px;
  right: 50px;
  transform: rotate(0);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#MenuMobile span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0);
  transition: 0.25s ease-in-out;
}
#MenuMobile span:nth-child(1) {
  top: 0;
}
#MenuMobile span:nth-child(2),
#MenuMobile span:nth-child(3) {
  top: 9px;
}
#MenuMobile span:nth-child(4) {
  top: 18px;
}
.is-menuOpened #MenuMobile span:nth-child(1),
.is-menuOpened #MenuMobile span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.is-menuOpened #MenuMobile {
  z-index: 9999;
}
.is-menuOpened #MenuMobile span {
  background: #fff;
}
.is-menuOpened #MenuMobile span:nth-child(2) {
  transform: rotate(45deg);
}
.is-menuOpened #MenuMobile span:nth-child(3) {
  transform: rotate(-45deg);
}
.MenuWeb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1699da;
  display: none;
  text-transform: uppercase;
}
.MenuWeb .MenuWebContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Muli Bold";
  font-size: 50px;
  z-index: 9999;
}
.MenuWeb .MenuWebContent .MenuWebContent-href,
.MenuWeb .MenuWebContent .MenuWebContent-link {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
}
.is-menuOpened {
  overflow: hidden;
}
.is-menuOpened .MenuWeb {
  z-index: 999;
}
@font-face {
  font-family: gotham_ultraregular;
  src: url(../fonts/gotham-ultra_0-webfont.eot);
  src: url(../fonts/gotham-ultra_0-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/gotham-ultra_0-webfont.woff) format("woff"),
    url(../fonts/gotham-ultra_0-webfont.ttf) format("truetype"),
    url(../fonts/gotham-ultra_0-webfont.svg#gotham_ultraregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Muli Extra Light";
  src: url(../fonts/Muli-ExtraLight.woff2) format("woff2"),
    url(../fonts/Muli-ExtraLight.woff) format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Muli;
  src: url(../fonts/Muli.woff2) format("woff2"),
    url(../fonts/Muli.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli Bold";
  src: url(../fonts/Muli-Bold.woff2) format("woff2"),
    url(../fonts/Muli-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli Bold Italic";
  src: url(../fonts/Muli-Semi-BoldItalic.woff2) format("woff2"),
    url(../fonts/Muli-Semi-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Muli Semi Bold";
  src: url(../fonts/Muli-SemiBold.woff2) format("woff2"),
    url(../fonts/Muli-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Black";
  src: url(../fonts/Gotham-Black.woff2) format("woff2"),
    url(../fonts/Gotham-Black.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body,
html {
  margin: 0;
  padding: 0;
  borqder: 0;
}
body {
  background: #fff;
  color: #202020;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body {
  font-family: Muli;
  overflow-x: hidden;
}
.body--home .home .slider__home .item .item__content h2,
.body--home .home .slider__home .item .item__content p span,
.body--home .home h1,
.body--home .products .products__banner h2 {
  font-family: "Muli Bold";
}
.header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999;
}
.header .header__container {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 87%;
  margin: 15px 0 0 50px;
}
.header .header__logo {
  display: inline-block;
}
.header .header__lang {
  position: relative;
  z-index: 999999;
  width: 80px;
  margin-top: 16px;
}
.header .header__lang .lang {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  margin: 5px 0;
  text-decoration: none;
  color: #fff;
}
.header .header__lang .lang:first-child {
  margin-top: 0;
}
.header .header__lang .lang.lang--active {
  cursor: pointer;
}
.header .header__lang .lang.lang--active:after {
  content: " ";
  vertical-align: middle;
  background: url(../images/arrow-down.png) no-repeat;
  background-size: cover;
  width: 15px;
  height: 8px;
  margin-left: 8px;
}
.header .header__lang .lang img {
  width: 30px;
  margin-right: 5px;
}
.header .header__lang .lang p {
  margin: 0;
  font-size: 14px;
}
.header .header__lang .show__lang {
  display: none;
  margin-top: 5px;
}
.container__main {
  max-width: 1080px;
  margin: 0 auto;
}
.body--home .home {
  height: 100vh;
  min-height: 660px;
  display: flex;
  align-items: center;
}
.body--home .home h1 {
  color: #fff;
  margin: 0;
  font-size: 100px;
  max-width: 650px;
}
.body--home .home .slider__home {
  height: 100vh;
  min-height: 660px;
  width: 100%;
}
.body--home .home .slider__home .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -30px;
  position: relative;
  z-index: 99999999;
}
.body--home .home .slider__home .owl-theme .owl-dots .owl-dot.active span,
.body--home .home .slider__home .owl-theme .owl-dots .owl-dot:hover span {
  background: #002f75;
}
.body--home .home .slider__home .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  width: 13px;
  height: 13px;
}
.body--home .home .slider__home .item {
  display: flex;
  align-items: center;
}
.body--home .home .slider__home .item .item__content {
  margin-left: 100px;
  max-width: 1000px;
}
.body--home .home .slider__home .item .item__content h2 {
  font-size: 90px;
  color: #fff;
  margin: 0 0 8px;
}
.body--home .home .slider__home .item .item__content p {
  font-size: 34px;
  color: #fff;
  margin: 0;
}
.body--home .home .slider__home .item .item__content .button__moreInfo {
  border-color: #fff;
  color: #fff;
}
.body--home .home .slider__home .item .item__content .button__moreInfo:hover {
  background: #002f75;
  border-color: #002f75;
}
.body--home .home .slider__home .item.item--2 {
  background: url(../images/banner-home.png) center center no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 660px;
}
.body--home .home .slider__home .item.item--1 {
  background: url(../images/banner-home2.jpg) center center no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 660px;
}
.body--home .home .slider__home .item.item--3 {
  background: url(../images/banner-home3.png) center center no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 660px;
  justify-content: center;
}
.body--home .home .slider__home .item.item--3 .item__content {
  max-width: 100%;
  text-align: center;
  margin-left: 0;
  padding: 0 30px;
}
.body--home .home .slider__home .item.item--3 .item__content h2 {
  font-size: 70px;
}
.body--home .years .years__container {
  padding: 45px 0;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 990px;
  margin: 0 auto;
}
.body--home .years .years__container .years__container__image {
  width: 203px;
}
.body--home .years .years__container .years__container__image img {
  width: 100%;
}
.body--home .years .years__container .years__container__content {
  width: calc(100% - 250px);
}
.body--home .years .years__container .years__container__content h3 {
  font-size: 60px;
  color: #1699da;
  margin: 0 0 8px;
  font-family: "Muli Bold";
}
.body--home .years .years__container .years__container__content p {
  font-size: 27px;
  color: #8d8d8d;
  margin: 0;
}
.body--home .years .years__container .years__container__content p span {
  color: #1699da;
}
.body--home .products .products__banner {
  min-height: 390px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 140px;
  margin: 5px 0;
}
.body--home .products .products__banner.banner__fish {
  background: url(../images/banner-fish.png) center center no-repeat;
  background-size: cover;
}
.body--home .products .products__banner.banner__seafoods {
  background: url(../images/banner-seafoods.png) center center no-repeat;
  background-size: cover;
}
.body--home .products .products__banner.banner__retail {
  background: url(../images/banner-retail.png) center center no-repeat;
  background-size: cover;
}
.body--home .products .products__banner h2 {
  font-size: 90px;
  margin: 0;
  color: #fff;
}
.body--home .events .container__events h2,
.body--home .events .container__findus h2 {
  color: #0055a8;
  font-size: 50px;
  font-family: "Muli Bold";
  text-align: center;
}
.body--home .events {
  position: relative;
}
.body--home .events .events__characters .character__right {
  position: absolute;
  right: 0;
  top: 100px;
}
.body--home .events .events__characters .character__right img {
  width: 300px;
}
.body--home .events .events__characters .character__left {
  position: absolute;
  left: -170px;
}
.body--home .events .events__characters .character__left img {
  width: 500px;
}
.body--home .events .container__events {
  margin: 40px auto;
}
.body--home .events .container__events .container__events__logos {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.body--home .events .container__events .container__events__logos img {
  margin: 10px;
}
.body--home .events .container__events .button__moreInfo {
  margin: 10px auto;
}
.body--home .events .container__findus {
  margin: 50px 0;
}
.body--home .events .container__findus .line__findus {
  max-width: 748px;
  margin: 40px auto;
  display: block;
}
.body--home .events .container__findus .container__findus__images {
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: middle;
  max-width: 1360px;
  padding: 0 25px;
  margin: 20px auto;
}
.body--home .events .container__findus .container__findus__images a img {
  width: 300px;
  margin: 20px 0;
}
.body--home .contact {
  background: url(../images/bg-contacto.jpg) center center no-repeat;
  background-size: cover;
  padding: 40px 0;
}
.body--home .contact .contact__container {
  width: 1088px;
  margin: 0 auto;
  border-bottom: 2px solid #fff;
}
.body--home .contact .contact__container h2 {
  color: #fff;
  text-align: center;
  font-size: 50px;
  margin: 0 0 20px;
}
.body--home .contact .contact__container form {
  max-width: 800px;
  margin: 0 auto;
}
.body--home .contact .contact__container form input,
.body--home .contact .contact__container form textarea {
  width: 100%;
  padding: 15px;
  color: #1699da;
  font-size: 18px;
  margin: 10px 0;
  outline: 0;
}
.body--home .contact .contact__container form textarea {
  height: 150px;
  resize: none;
}
.body--home .contact .contact__container form ::placeholder {
  color: #1699da;
}
.body--home .contact .contact__container form button {
  border: 2px solid #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 22px;
  color: #fff;
  width: 185px;
  margin: 15px auto 50px;
  background: 0 0;
  cursor: pointer;
  display: block;
  transition: all 0.5s ease;
}
.body--home .contact .contact__container form button:hover {
  background: #fff;
  color: #1699da;
  transition: all 0.5s ease;
}
.body--home .contact .contact__container form .tycContainer {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.body--home
  .contact
  .contact__container
  form
  .tycContainer
  input[type="checkbox"] {
  margin-right: 5px;
  width: auto;
}
.body--home .contact .contact__container form .tycContainer p {
  width: 90%;
  color: #fff;
  font-family: "Muli Bold";
}
.body--home .contact .contact__container form .tycContainer p a {
  color: inherit;
}
.body--home .contact .contact__container form .thanks__message {
  text-align: center;
  color: #fff;
  font-family: "Muli Bold";
  font-size: 16px;
  text-transform: uppercase;
  opacity: 0;
}
.body--home
  .contact
  .contact__container
  form
  .thanks__message.thanks__message--active {
  opacity: 1;
}
.body--tyc .container__full {
  margin: 40px 0;
}
@media screen and (max-width: 1500px) {
  .body--home .home h1 {
    font-size: 80px;
  }
  .body--home .products .products__banner {
    padding-right: 80px;
  }
  .body--home .events .events__characters {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .body--home .years,
  .header {
    padding: 20px;
  }
  .container__main {
    width: 96%;
    padding: 20px;
  }
  .header .header__logo {
    margin: 0;
  }
  .header .header__logo img {
    width: 180px;
  }
  .header .header__lang {
    margin-top: 8px;
  }
  .header .header__container {
    margin: 0;
  }
  #MenuMobile {
    right: 20px;
    top: 33px;
  }
  .body--home .home {
    height: 90vh;
    min-height: 580px;
  }
  .body--home .home h1 {
    font-size: 50px !important;
  }
  .body--home .home .item__content {
    max-width: 90% !important;
    margin: 0 auto !important;
  }
  .body--home .home .item__content h2 {
    font-size: 40px !important;
  }
  .body--home .home .item__content p {
    font-size: 24px !important;
  }
  .body--home .home .slider__home .item.item--2 {
    background: url(../images/m-banner-home.png) center center no-repeat;
    background-size: cover;
  }
  .body--home .home .slider__home .item.item--1 {
    background: url(../images/m-banner-home2.png) center center no-repeat;
    background-size: cover;
  }
  .body--home .home .slider__home .item.item--3 .item__content {
    background: url(../images/m-banner-home3.png) center center no-repeat;
    background-size: cover;
  }
  .body--home .years .years__container {
    flex-flow: column;
  }
  .body--home .years .years__container .years__container__image {
    width: 150px;
  }
  .body--home .contact .contact__container,
  .body--home .years .years__container .years__container__content {
    width: 100%;
  }
  .body--home .years .years__container .years__container__content h3 {
    font-size: 45px;
    text-align: center;
  }
  .body--home .years .years__container .years__container__content p {
    font-size: 18px;
    line-height: 26px;
  }
  .body--home
    .years
    .years__container
    .years__container__content
    .button__moreInfo {
    margin: 15px auto;
  }
  .body--home .products {
    margin-top: 60px;
  }
  .body--home .products .products__banner {
    padding: 50px 0;
    align-items: center;
    min-height: auto;
    margin: 20px 0;
    position: relative;
  }
  .body--home .products .products__banner h2 {
    font-size: 50px;
  }
  .body--home .products .products__banner .button__seeProducts,
  .body--home .products .products__banner h2 {
    position: relative;
    z-index: 2;
  }
  .body--home .products .products__banner:after {
    content: " ";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .body--home .events .container__events .container__events__logos {
    justify-content: center;
  }
  .body--home .events .container__events .container__events__logos img {
    max-width: 300px;
  }
  .body--home .contact .contact__container form {
    width: 90%;
  }
}
.page__banner {
  margin-bottom: 60px;
}
.page__banner img {
  width: 100%;
}
.page__title {
  font-size: 90px;
  margin: 0;
  color: #1699da;
  font-family: "Gotham Black";
}
.page__subtitle {
  font-size: 50px;
  margin: 0;
  color: #1699da;
}
.body--about p {
  font-size: 20px;
}
.body--about .container__data {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}
.body--about .container__data .data {
  width: 30%;
  text-align: center;
}
.body--about .container__data .data p {
  margin: 0;
}
.body--about .container__data .data .data__number {
  font-size: 80px;
  color: #f9b233;
  font-family: "Muli Bold";
}
.body--about .container__data .data .data__info {
  color: #1699da;
  font-size: 25px;
}
.body--about .container__data .data .data__info--low {
  color: #202020;
  font-size: 20px;
}
.body--about .container__about__info .info__bottom .info h3,
.body--about .container__about__info .info__top .info h3 {
  background: #0055a8;
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.body--about .container__about__info .info__bottom .info__images,
.body--about .container__about__info .info__top .info__images {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}
.body--about .container__about__info .info__top .info__images #imgBrc {
  width: 170px;
}
.body--about .container__about__info .info__top {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.body--about .container__about__info .info__top .info {
  border-bottom: 2px solid #0080be;
}
.body--about .container__about__info .info__top .info.info--medium {
  width: 60%;
}
.body--about .container__about__info .info__top .info.info--small {
  width: 30%;
}
.body--about .container__about__map {
  background: #e4e4e4;
  padding: 35px 0;
}
.body--about .container__about__map .container__map {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
.body--about .container__about__map .container__map .countrys__list {
  width: 200px;
  margin-left: 40px;
}
.body--about .container__about__map .container__map .countrys__list h3 {
  font-size: 30px;
  margin: 8px 0;
  color: #f9b233;
  font-family: "Muli Bold";
}
.body--about .container__about__map .container__map .countrys__list ul {
  margin: 0;
}
.body--about .container__about__map .container__map .countrys__list ul li {
  color: #91acbf;
  font-size: 16px;
  margin: 3px 0;
}
.body--about .container__full {
  position: relative;
}
.body--about .container__full .about__characters .character__right {
  position: absolute;
  right: 0;
  top: -60px;
  z-index: -1;
}
.body--about .container__full .about__characters .character__left {
  position: absolute;
  left: -40px;
  bottom: 260px;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .body--about .container__full .about__characters {
    display: none;
  }
  .body--about .container__about__map .container__map .map {
    width: 70%;
  }
  .body--about .container__about__map .container__map .map img {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .page__banner {
    margin-bottom: 30px;
  }
  .page__title {
    font-size: 55px;
  }
  .page__subtitle {
    font-size: 30px;
  }
  .body--about p {
    font-size: 18px;
  }
  .body--about .container__data .data {
    width: 100%;
    margin: 20px 0;
  }
  .body--about .container__about__map .container__map .countrys__list,
  .body--about .container__about__map .container__map .map {
    width: 96%;
    margin: 0;
  }
  .body--about .container__about__map .container__map .countrys__list h3,
  .body--about .container__about__map .container__map .map h3 {
    text-align: center;
    margin: 10px 0;
    font-size: 24px;
  }
  .body--about .container__about__map .container__map .countrys__list ul,
  .body--about .container__about__map .container__map .map ul {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
    padding: 0;
  }
  .body--about .container__about__map .container__map .countrys__list ul li,
  .body--about .container__about__map .container__map .map ul li {
    width: 42%;
  }
  .body--about .container__about__info .info__bottom,
  .body--about .container__about__info .info__top {
    flex-flow: column;
  }
  .body--about .container__about__info .info__bottom .info,
  .body--about .container__about__info .info__top .info {
    width: 100% !important;
  }
  .body--about .container__about__info .info__bottom .info .info__images,
  .body--about .container__about__info .info__top .info .info__images {
    justify-content: center;
  }
}
.body--mission .container__full {
  position: relative;
}
.body--mission .container__full .mission__characters .character__right {
  position: absolute;
  right: 0;
  z-index: -1;
  top: -60px;
}
.body--mission .container__full .mission__characters .character__left {
  position: absolute;
  left: -120px;
  z-index: -1;
  bottom: 300px;
}
.body--mission .container__mission__vision {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin: 50px 0;
}
.body--mission .container__mission__vision .item {
  width: 45%;
}
.body--mission .container__mission__vision .item p {
  font-size: 20px;
}
.body--mission .container__icons {
  margin: 50px 0;
}
.body--mission .container__icons .container__items {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  text-align: center;
  margin: 30px 0;
}
.body--mission .container__icons .container__items .item .item__image {
  height: 142px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.body--mission .container__icons .container__items .item p {
  font-size: 22px;
}
.body--mission .container__icons.container__icons--comp h2 {
  color: #0055a8;
}
@media screen and (max-width: 1500px) {
  .body--mission .container__full .mission__characters {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .body--mission .container__mission__vision {
    flex-flow: column;
  }
  .body--mission .container__mission__vision .item {
    width: 100%;
  }
  .body--mission .container__mission__vision .item p {
    font-size: 18px;
  }
  .body--mission .container__icons .container__items .item {
    width: 45%;
  }
}
.body--staff .container__full {
  position: relative;
}
.body--staff .container__full .staff__characters .character__right {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 150px;
}
.body--staff .container__full .staff__characters .character__right img {
  width: 340px;
}
.body--staff .container__full .staff__characters .character__left {
  position: absolute;
  left: -180px;
  z-index: -1;
  bottom: 300px;
}
.body--staff .staff__container__image {
  display: flex;
  flex-flow: wrap;
  margin: 45px 0;
}
.body--staff .staff__container__image .staff__image__desc {
  background: #1699da;
  width: 276px;
  padding: 0 30px;
  display: flex;
  align-items: flex-end;
}
.body--staff .staff__container__image .staff__image__desc p {
  color: #fff;
  font-size: 20px;
}
.body--staff .staff__container__image img {
  width: 800px;
}
.body--staff .container__slider__staff h2 {
  text-align: center;
}
.body--staff .container__slider__staff .slider__staff {
  margin: 60px 0;
  position: relative;
}
.body--staff .container__slider__staff .slider__staff .slider__next,
.body--staff .container__slider__staff .slider__staff .slider__prev {
  position: absolute;
  top: 32%;
  cursor: pointer;
}
.body--staff .container__slider__staff .slider__staff .slider__prev {
  left: -50px;
}
.body--staff .container__slider__staff .slider__staff .slider__next {
  right: -50px;
}
.body--staff .container__slider__staff .slider__staff .item {
  width: 300px;
  margin: 0 20px;
}
.body--staff .container__slider__staff .slider__staff .item a {
  text-decoration: none;
}
.body--staff .container__slider__staff .slider__staff .item .item__image img {
  width: 100%;
}
.body--staff .container__slider__staff .slider__staff .item .item__desc p {
  font-size: 20px;
  color: #1699da;
  text-align: center;
  margin: 10px 0;
  font-family: "Muli Bold";
}
.body--staff
  .container__slider__staff
  .slider__staff
  .item
  .item__desc
  p.item__desc__social__whatsapp:before {
  content: " ";
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  background: url(../images/ico-whatsapp.png) no-repeat;
  background-size: cover;
  width: 31px;
  height: 31px;
}
.body--staff
  .container__slider__staff
  .slider__staff
  .item
  .item__desc
  p.item__desc__social__wechat:before {
  content: " ";
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  background: url(../images/ico-wechat.png) no-repeat;
  background-size: cover;
  width: 31px;
  height: 31px;
}
@media screen and (max-width: 1500px) {
  .body--staff .container__full .staff__characters {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .body--staff .staff__container__image {
    flex-flow: column;
  }
  .body--staff .staff__container__image img {
    width: 100%;
    max-width: 800px;
  }
  .body--staff .staff__container__image .staff__image__desc {
    width: 100%;
  }
  .body--staff .container__slider__staff .slider__staff .slider__next img,
  .body--staff .container__slider__staff .slider__staff .slider__prev img {
    width: 30px;
  }
  .body--staff .staff__container__image .staff__image__desc p {
    font-size: 18px;
  }
  .body--staff .container__slider__staff .slider__staff .slider__next {
    right: -20px;
  }
  .body--staff .container__slider__staff .slider__staff .slider__prev {
    left: -20px;
  }
}
.body--events .container__full {
  position: relative;
}
.body--events .container__full .events__characters .character__right {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 250px;
}
.body--events .container__full .events__characters .character__left {
  position: absolute;
  left: -220px;
  z-index: -1;
  top: 300px;
}
.body--events .container__events {
  padding: 20px;
  border: 3px solid #1699da;
  margin: 25px 0;
}
.body--events .container__events .events__title {
  background: #1699da;
  padding: 25px;
  text-align: center;
}
.body--events .container__events .events__title p {
  color: #fff;
  font-size: 22px;
  margin: 0;
}
.body--events .container__events .events__logo {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.body--events .container__events .events__logo img {
  margin: 10px 20px;
  max-width: 300px;
}
.body--events .container__events .events__logo img.events__logo__image {
  max-width: 175px;
}
.body--events .container__next__events h2 {
  background: #0055a8;
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.body--events .container__next__events p {
  text-align: center;
  font-size: 20px;
  color: #202020;
}
.body--events .container__next__events .next__events {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.body--events .container__next__events .next__events .event {
  display: flex;
  flex-flow: wrap;
  width: 49%;
  margin: 20px 0;
}
.body--events .container__next__events .next__events .event .event__image {
  width: 50%;
}
.body--events .container__next__events .next__events .event .event__image img {
  width: 100%;
}
.body--events .container__next__events .next__events .event .event__desc {
  background: #1699da;
  width: 50%;
  display: flex;
  align-items: flex-end;
  flex-flow: column-reverse;
  padding: 15px;
}
.body--events .container__next__events .next__events .event .event__desc p {
  font-size: 20px;
  margin: 0;
  color: #fff;
  width: 100%;
  text-align: left;
}
.body--events
  .container__next__events
  .next__events
  .event
  .event__desc
  p:last-child {
  font-size: 28px;
  font-family: "Muli Bold";
}
@media screen and (max-width: 1500px) {
  .body--events .container__full .events__characters {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .body--events .container__events .events__title p,
  .body--events .container__next__events p {
    font-size: 18px;
  }
  .body--events .container__events .events__logo img {
    max-width: 280px;
  }
  .body--events .container__next__events .next__events {
    flex-flow: column;
  }
  .body--events .container__next__events .next__events .event {
    width: 100%;
  }
  .body--events .container__next__events .next__events .event .event__desc p {
    font-size: 16px;
  }
  .body--events
    .container__next__events
    .next__events
    .event
    .event__desc
    p:last-child {
    font-size: 22px;
  }
}
.body--contact .container__full {
  position: relative;
}
.body--contact .container__full .contact__characters .character__right {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 70px;
}
.body--contact .container__full .contact__characters .character__left {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 200px;
}
.body--contact .contact__container {
  margin: 30px 0;
}
.body--contact .contact__container form {
  max-width: 800px;
  margin: 0 auto;
}
.body--contact .contact__container form input,
.body--contact .contact__container form textarea {
  width: 100%;
  padding: 15px;
  color: #1699da;
  font-size: 18px;
  margin: 10px 0;
  outline: 0;
}
.body--contact .contact__container form textarea {
  height: 150px;
  resize: none;
}
.body--contact .contact__container form ::placeholder {
  color: #1699da;
}
.body--contact .contact__container form button {
  border: none;
  padding: 10px 0;
  text-align: center;
  font-size: 22px;
  color: #fff;
  width: 185px;
  margin: 15px auto;
  background: #1699da;
  cursor: pointer;
  display: block;
  transition: all 0.5s ease;
}
.body--contact .contact__container form .tycContainer {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.body--contact .contact__container form .tycContainer input[type="checkbox"] {
  margin-right: 5px;
  width: auto;
}
.body--contact .contact__container form .tycContainer p {
  width: 90%;
  color: #1699da;
  font-family: "Muli Bold";
}
.body--contact .contact__container form .tycContainer p a {
  color: inherit;
}
.body--contact .contact__container form .thanks__message {
  text-align: center;
  color: #1699da;
  font-family: "Muli Bold";
  font-size: 16px;
  text-transform: uppercase;
  opacity: 0;
}
.body--contact
  .contact__container
  form
  .thanks__message.thanks__message--active {
  opacity: 1;
}
@media screen and (max-width: 1100px) {
  .body--contact .container__full .contact__characters {
    display: none;
  }
}
.footer {
  background: #0055a8;
  padding: 75px 0;
}
.footer .container__footer {
  width: 90%;
  margin: 0 auto;
  max-width: 1800px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.footer .container__footer .container__logo {
  width: 20%;
}
.footer .container__footer .container__logo .container__social {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  margin-top: 25px;
}
.footer .container__footer .container__logo .container__social a img {
  margin: 0 15px;
}
.footer .container__footer .container__logo .container__social:before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 80px;
  background: #fff;
}
.footer .container__footer .container__nav {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 40%;
  margin-top: 25px;
}
.footer .container__footer .container__nav ul {
  margin: 0;
  padding: 0;
  width: 23%;
}
.footer .container__footer .container__nav ul li {
  list-style: none;
  color: #fff;
  font-family: "Muli Extra Light";
  font-size: 18px;
}
.footer .container__footer .container__nav ul li:first-child {
  margin-bottom: 10px;
}
.footer .container__footer .container__nav ul li a {
  color: inherit;
  text-decoration: none;
}
.footer .container__footer .container__nav ul li a img {
  max-width: 91px;
}
.footer .container__footer .container__address {
  padding: 15px 45px;
  border: 2px solid #fff;
  width: 25%;
  margin-top: 25px;
}
.footer .container__footer .container__address p {
  color: #fff;
  font-size: 20px;
  margin: 0;
  text-align: right;
}
@media screen and (max-width: 1500px) {
  .footer .container__footer .container__logo .container__social:before {
    width: 75px;
  }
  .footer .container__footer .container__address p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .footer {
    padding: 30px 0;
  }
  .footer .container__footer {
    flex-flow: column;
  }
  .footer .container__footer .container__address,
  .footer .container__footer .container__logo,
  .footer .container__footer .container__nav {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .footer .container__footer .container__nav ul li a img {
    max-width: 70px;
  }
}
.body--products .container__products {
  margin: 40px 0 80px 0;
}
.body--products .container__products .product {
  display: flex;
  flex-flow: wrap;
  text-decoration: none;
  margin: 15px 0;
}
.body--products .container__products .product .product__title {
  background: #1699da;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 377px;
}
.body--products .container__products .product .product__title h2 {
  color: #fff;
  font-family: "Gotham Black";
  font-size: 70px;
  margin: 0;
  text-align: center;
}
.body--products .container__products .product .product__image {
  width: calc(100% - 377px);
}
@media screen and (max-width: 1100px) {
  .body--product .container__products__list .list__item {
    width: 48% !important;
  }
  .body--product .container__products__list .list__item img {
    width: 100%;
  }
  .body--product .container__products__list .list__item p {
    font-size: 21px !important;
  }
}
.breadcrumbs ul {
  display: flex;
  flex-flow: wrap;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  list-style: none;
  margin: 0 5px;
  font-size: 30px;
  font-family: "Muli Extra Light";
  color: #8d8d8d;
}
.breadcrumbs ul li a {
  color: inherit;
  text-decoration: none;
}
.breadcrumbs ul li:last-child {
  color: #1699da;
}
.body--product--detail .container__products__detail .product__detail {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin: 60px 0;
}
.body--product--detail
  .container__products__detail
  .product__detail
  .product__detail__image {
  width: 50%;
}
.body--product--detail
  .container__products__detail
  .product__detail
  .product__detail__image
  img {
  width: 100%;
}
.body--product--detail
  .container__products__detail
  .product__detail
  .product__detail__desc {
  width: 40%;
}
.body--product--detail
  .container__products__detail
  .product__detail
  .product__detail__desc
  .desc__title
  h1 {
  color: #1699da;
  font-family: "Gotham Black";
  font-size: 80px;
  margin: 0;
}
.body--product--detail
  .container__products__detail
  .product__detail
  .product__detail__desc
  .desc__title
  p {
  font-size: 20px;
  margin: 0;
  color: #202020;
}
.body--product--detail
  .container__products__detail
  .product__detail
  .product__detail__desc
  .desc__list {
  margin-top: 20px;
}
.body--product--detail
  .container__products__detail
  .product__detail
  .product__detail__desc
  .desc__list
  p {
  font-size: 35px;
  margin: 10px 0;
}
.body--product--detail
  .container__products__detail
  .product__detail
  .product__detail__desc
  .desc__list
  ul {
  padding: 0;
  margin: 0;
}
.body--product--detail
  .container__products__detail
  .product__detail
  .product__detail__desc
  .desc__list
  ul
  li {
  list-style: none;
  font-size: 30px;
  color: #1699da;
}
@media screen and (max-width: 1100px) {
  .breadcrumbs ul li {
    font-size: 18px;
  }
  .body--product--detail .container__products__detail .product__detail {
    margin: 30px 0;
  }
  .body--product--detail
    .container__products__detail
    .product__detail
    .product__detail__image {
    width: 100%;
    text-align: center;
  }
  .body--product--detail
    .container__products__detail
    .product__detail
    .product__detail__image
    img {
    max-width: 800px;
  }
  .body--product--detail
    .container__products__detail
    .product__detail
    .product__detail__desc {
    width: 100%;
  }
  .body--product--detail
    .container__products__detail
    .product__detail
    .product__detail__desc
    .desc__title {
    margin: 15px 0;
  }
  .body--product--detail
    .container__products__detail
    .product__detail
    .product__detail__desc
    .desc__title
    h1 {
    font-size: 55px;
  }
  .body--product--detail
    .container__products__detail
    .product__detail
    .product__detail__desc
    .desc__title
    p {
    font-size: 16px;
  }
  .body--product--detail
    .container__products__detail
    .product__detail
    .product__detail__desc
    .desc__list
    p {
    font-size: 26px;
  }
  .body--product--detail
    .container__products__detail
    .product__detail
    .product__detail__desc
    .desc__list
    ul
    li {
    font-size: 20px;
  }
}
.body--product .container__products__list {
  margin: 40px 0;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.body--product .container__products__list .list__item {
  width: 329px;
  margin: 20px 0;
  text-decoration: none;
  color: inherit;
}
.body--product .container__products__list .list__item p {
  text-align: center;
  font-size: 30px;
  color: #1699da;
  font-family: "Muli Bold";
}
.body--product .container__products__list .list__item img {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .body--products .container__products {
    margin: 40px 0;
  }
  .body--products .container__products .product {
    flex-flow: column;
  }
  .body--products .container__products .product .product__title {
    width: 100%;
    padding: 10px 0;
  }
  .body--products .container__products .product .product__title h2 {
    font-size: 40px;
  }
  .body--products .container__products .product .product__image {
    width: 100%;
    max-width: 700px;
  }
  .body--products .container__products .product .product__image img {
    width: 100%;
  }
}

/*  PÁGINA GRACIAS  */
.body--thx .container__full {
  position: relative;
}
.body--thx .container__full .image__left {
  position: absolute;
  left: 2%;
  top: 140px;
}
.body--thx .container__full .image__right {
  position: absolute;
  right: 2%;
  top: 30px;
}
.body--thx .container__full .container__main {
  width: 800px;
  text-align: center;
  margin: 30px auto;
}
.body--thx .container__full .container__main h1 {
  color: #ff9000;
  font-size: 38px;
  font-family: "Gotham Black";
}
.body--thx .container__full .container__main p {
  font-size: 30px;
  color: #1699da;
  font-family: Muli;
}
.body--thx .container__full .container__main p span {
  font-family: "Muli Bold";
}
.body--thx .container__full .container__main .btnBack {
  padding: 25px;
  text-align: center;
  color: #fff;
  border-radius: 26px;
  background-color: #1699da;
  font-size: 25px;
  text-decoration: none;
  max-width: 425px;
  margin: 80px auto;
  display: block;
}
.body--thx .container__full .container__main .btnBack p {
  margin: 0;
}
.body--thx .container__full .container__main .image__mobile {
  display: none;
}
@media screen and (max-width: 1100px) {
  .body--thx .container__full .container__main .image__mobile {
    display: block;
    max-width: 250px;
    margin: 0 auto;
  }
  .body--thx .container__full .image__left,
  .body--thx .container__full .image__right {
    display: none;
  }
  .body--thx .container__full .container__main {
    width: 96%;
    margin: 30px auto;
  }
  .body--thx .container__full .container__main h1 {
    font-size: 32px;
  }
  .body--thx .container__full .container__main p {
    font-size: 22px;
  }
  .body--thx .container__full .container__main .btnBack {
    max-width: 300px;
    width: 100%;
    font-size: 20px;
    padding: 25px 15px;
  }
}

.btnDownload {
  border: 4px solid #1699da;
  color: #1699da;
  font-size: 24px;
  width: 290px;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  margin: 10px 0;
  display: block;
  font-weight: 600;
  transition: all 0.5s ease;
}
.btnDownload:hover {
  background: #1699da;
  color: #fff;
  transition: all 0.5s ease;
}
