@font-face {
  font-family: "Museo Sans 900";
  src: url("fonts/MuseoSans-900.eot");
  src: url("fonts/MuseoSans-900.eot?#iefix") format("embedded-opentype"), url("fonts/MuseoSans-900.woff2") format("woff2"), url("fonts/MuseoSans-900.woff") format("woff"), url("fonts/MuseoSans-900.ttf") format("truetype"), url("fonts/MuseoSans-900.svg#MuseoSans-900") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans 700";
  src: url("fonts/MuseoSans-700.eot");
  src: url("fonts/MuseoSans-700.eot?#iefix") format("embedded-opentype"), url("fonts/MuseoSans-700.woff2") format("woff2"), url("fonts/MuseoSans-700.woff") format("woff"), url("fonts/MuseoSans-700.ttf") format("truetype"), url("fonts/MuseoSans-700.svg#MuseoSans-700") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans 300";
  src: url("fonts/MuseoSans-300.eot");
  src: url("fonts/MuseoSans-300.eot?#iefix") format("embedded-opentype"), url("fonts/MuseoSans-300.woff2") format("woff2"), url("fonts/MuseoSans-300.woff") format("woff"), url("fonts/MuseoSans-300.ttf") format("truetype"), url("fonts/MuseoSans-300.svg#MuseoSans-300") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  text-decoration: none;
  appearance: none;
  outline: none;
  padding: 0;
  outline: 0;
  margin: 0;
  border: 0;
  list-style: none;
}

html.no-scroll,
body.no-scroll {
  overflow: initial;
}

html,
body {
  background: #FFFFFF;
  width: 100%;
  color: #FFFFFF;
  font-size: 16px;
  position: relative;
  font-family: "Museo Sans 300";
}

.guide {
  box-shadow: inset 0px 0px 0px 1px #beed05;
}

.wrapper__container_root {
  position: relative;
}

.wrapper__center {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}

.wrapper__bg {
  position: relative;
  background: #8123A8;
  background: linear-gradient(35deg, rgb(129, 35, 168) 9%, rgb(22, 80, 173) 49%, rgb(69, 170, 206) 90%);
}
.wrapper__bg::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background: url(../images/img-grid.png) left center repeat-x;
  background-size: 55%;
  z-index: 0;
}

section {
  position: relative;
}
section.section {
  width: 100%;
  margin: 0 auto;
}
section img {
  width: 100%;
  height: auto;
  display: block;
}
section img.desktop {
  display: block;
}
section img.mobile {
  display: none !important;
}

.loading-content {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8) url(../images/ajax-loader.svg) center center no-repeat;
  background-size: 100px;
  width: 100%;
  height: 100%;
  z-index: 1000000000000000000;
  display: none;
}

@media only screen and (max-width: 1540px) {
  .wrapper__center {
    max-width: 100%;
    width: 100%;
    padding: 0 5vw;
    margin: 0 auto;
    z-index: 10;
  }
}
@media only screen and (max-width: 1024px) {
  html.no-scroll,
  body.no-scroll {
    overflow: hidden;
  }
  html,
  body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: initial;
  }
  .wrapper__container_root {
    width: 100%;
    max-width: initial;
  }
  section img.desktop {
    display: none !important;
  }
  section img.mobile {
    display: block !important;
  }
  .wrapper__center {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 5vw;
    z-index: 10;
  }
  .wrapper__bg {
    position: relative;
    background: #8123A8;
    background: linear-gradient(80deg, rgb(129, 35, 168) 9%, rgb(22, 80, 173) 49%, rgb(69, 170, 206) 90%);
  }
  .wrapper__bg::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background: url(../images/img-grid.png) left top repeat;
    background-size: 300%;
    z-index: 0;
  }
}
#loading-site {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0 !important;
  z-index: 99992000;
  background: #FFFFFF;
}
#loading-site .progress-bar {
  width: 300px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/loading-container.png) left top no-repeat;
  background-size: cover;
  backface-visibility: hidden;
}
#loading-site .progress-bar .progress {
  width: 0;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/loading-progress.png) left top no-repeat;
  background-size: cover;
  backface-visibility: hidden;
  transition: 0.2s all;
  z-index: 10;
}

@media only screen and (max-width: 770px) {
  #loading-site .progress-bar {
    top: 45%;
    width: 150px;
    height: 100px;
    background-size: cover;
  }
  #loading-site .progress-bar .progress {
    width: 0;
    height: 100px;
    background-size: cover;
  }
}
section.section#header {
  position: relative;
}
section.section#header .wrapper__center {
  height: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.section#header .wrapper__center .logo {
  width: 220px;
}
section.section#header .wrapper__center .wrapper__nav {
  display: flex;
  height: fit-content;
}
section.section#header .wrapper__center .wrapper__nav nav {
  border: 1px solid #48BFEA;
  border-radius: 50px;
}
section.section#header .wrapper__center .wrapper__nav nav ul {
  display: flex;
  padding: 6px;
  height: 100%;
}
section.section#header .wrapper__center .wrapper__nav nav ul li a {
  padding: 15px 30px;
  display: flex;
  border-radius: 50px;
  background: transparent;
  color: #FFFFFF;
  font-family: "Museo Sans 300";
  font-size: min(1.038961039vw, 16px);
  transition: all 0.2s ease-in-out;
}
section.section#header .wrapper__center .wrapper__nav nav ul li a:hover {
  background: #1E4487;
  color: #48BFEA;
}
section.section#header .wrapper__center .wrapper__nav .wrapper__btn {
  width: 180px;
  padding: 6px;
  background: #48BFEA;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
}
section.section#header .wrapper__center .wrapper__nav .wrapper__btn:hover {
  background: #1E4487;
}
section.section#header .wrapper__center .wrapper__nav .wrapper__btn:hover a p {
  color: #FFFFFF;
}
section.section#header .wrapper__center .wrapper__nav .wrapper__btn:hover a span {
  background: #E53766;
}
section.section#header .wrapper__center .wrapper__nav .wrapper__btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.section#header .wrapper__center .wrapper__nav .wrapper__btn a p {
  font-family: "Museo Sans 300";
  color: #1E4487;
  font-size: 16px;
  padding: 0 30px;
  transition: all 0.2s ease-in-out;
}
section.section#header .wrapper__center .wrapper__nav .wrapper__btn a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1E4487;
  transition: all 0.2s ease-in-out;
}
section.section#header .wrapper__center .wrapper__nav .wrapper__btn a span img {
  width: 20px;
  display: block;
}
section.section#header .wrapper__center .ico__star {
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
section.section#header .wrapper__center .hamburger {
  display: none;
}

@media only screen and (max-width: 1024px) {
  section.section#header {
    position: relative;
    z-index: 100;
  }
  section.section#header .wrapper__center {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.section#header .wrapper__center::before {
    content: "";
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(28, 7, 53, 0.8);
    z-index: 10;
    transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0;
    pointer-events: none;
  }
  section.section#header .wrapper__center.active .wrapper__nav {
    transform: translateX(0);
  }
  section.section#header .wrapper__center.active::before {
    top: 0;
    opacity: 1;
  }
  section.section#header .wrapper__center .logo {
    width: 130px;
  }
  section.section#header .wrapper__center .wrapper__nav {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20vw 8vw 0 8vw;
    background: #563082;
    background: linear-gradient(45deg, rgb(86, 48, 130) 0%, rgb(129, 35, 168) 50%, rgb(86, 48, 130) 100%);
    z-index: 500;
    border-bottom-left-radius: 50px;
    transform: translateX(110%);
    transition: all 0.6s cubic-bezier(0.87, 0, 0.13, 1);
    display: block;
    box-shadow: 2px 2px 10px #1a181b;
    height: 85vh;
  }
  section.section#header .wrapper__center .wrapper__nav nav {
    border: 0;
    border-radius: 0;
  }
  section.section#header .wrapper__center .wrapper__nav nav ul {
    display: block;
    padding: 0;
    height: auto;
  }
  section.section#header .wrapper__center .wrapper__nav nav ul li {
    margin: 20px 0;
  }
  section.section#header .wrapper__center .wrapper__nav nav ul li a {
    width: 100%;
    padding: 15px 30px;
    display: flex;
    border-radius: 50px;
    background: transparent;
    color: #FFFFFF;
    font-family: "Museo Sans 300";
    font-size: 16px;
    transition: all 0.2s ease-in-out;
    border: 1px solid #FFFFFF;
  }
  section.section#header .wrapper__center .wrapper__nav nav ul li a:hover {
    background: transparent;
    color: #FFFFFF;
  }
  section.section#header .wrapper__center .wrapper__nav .wrapper__btn {
    width: 100%;
    padding: 6px;
    background: #48BFEA;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
  }
  section.section#header .wrapper__center .wrapper__nav .wrapper__btn:hover {
    background: #1E4487;
  }
  section.section#header .wrapper__center .wrapper__nav .wrapper__btn:hover a p {
    color: #FFFFFF;
  }
  section.section#header .wrapper__center .wrapper__nav .wrapper__btn:hover a span {
    background: #E53766;
  }
  section.section#header .wrapper__center .wrapper__nav .wrapper__btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.section#header .wrapper__center .wrapper__nav .wrapper__btn a p {
    font-family: "Museo Sans 300";
    color: #1E4487;
    font-size: 16px;
    padding: 0 30px;
    transition: all 0.2s ease-in-out;
  }
  section.section#header .wrapper__center .wrapper__nav .wrapper__btn a span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1E4487;
    transition: all 0.2s ease-in-out;
  }
  section.section#header .wrapper__center .wrapper__nav .wrapper__btn a span img {
    width: 20px;
    display: block;
  }
  section.section#header .wrapper__center .ico__star {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
  }
  section.section#header .wrapper__center .hamburger {
    position: relative;
    width: 1em;
    height: 1em;
    font-size: 2rem;
    cursor: pointer;
    display: block;
    z-index: 500;
    transition: all 0.3s ease-in-out;
  }
  section.section#header .wrapper__center .hamburger .line {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    transition: inherit;
  }
  section.section#header .wrapper__center .hamburger .line:nth-child(1) {
    top: 0.125em;
  }
  section.section#header .wrapper__center .hamburger .line:nth-child(2) {
    top: 0.438em;
  }
  section.section#header .wrapper__center .hamburger .line:nth-child(3) {
    top: 0.75em;
  }
  section.section#header .wrapper__center .hamburger.is-active .line:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotateZ(-135deg);
    width: 100%;
    left: -5px;
  }
  section.section#header .wrapper__center .hamburger.is-active .line:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  section.section#header .wrapper__center .hamburger.is-active .line:nth-child(3) {
    top: 50%;
    width: 100%;
    transform: translateY(-50%) rotateZ(135deg);
    width: 100%;
    right: 5px;
  }
}
section.section#hero .wrapper__center {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
section.section#hero .wrapper__center .title {
  padding-top: 2.5%;
  margin-bottom: 20px;
}
section.section#hero .wrapper__center .title h2 {
  font-family: "Museo Sans 900";
  font-size: min(4.6753246753vw, 72px);
  line-height: min(4.025974026vw, 62px);
  color: #48BFEA;
}
section.section#hero .wrapper__center .title p {
  font-family: "Museo Sans 300";
  font-size: min(4.6753246753vw, 72px);
  line-height: min(3.7662337662vw, 58px);
}
section.section#hero .wrapper__center .title p:nth-child(4) span {
  margin-left: 6vw;
}
section.section#hero .wrapper__center .title p span {
  margin-left: 3vw;
}
section.section#hero .wrapper__center .text {
  margin-bottom: 24px;
}
section.section#hero .wrapper__center .text p {
  font-family: "Museo Sans 300";
  line-height: min(1.8181818182vw, 28px);
  font-size: min(1.2987012987vw, 20px);
}
section.section#hero .wrapper__center .text p strong {
  font-family: "Museo Sans 700";
}
section.section#hero .wrapper__center .text p strong.blue {
  color: #48BFEA;
}
section.section#hero .wrapper__center .actions {
  display: flex;
  align-items: center;
}
section.section#hero .wrapper__center .actions .wrapper__btn {
  width: auto;
  padding: 6px;
  background: #FFFFFF;
  border-radius: 50px;
  margin-right: 2vw;
  transition: all 0.2s ease-in-out;
}
section.section#hero .wrapper__center .actions .wrapper__btn:hover {
  background: #E53766;
}
section.section#hero .wrapper__center .actions .wrapper__btn:hover a p {
  color: #FFFFFF;
}
section.section#hero .wrapper__center .actions .wrapper__btn:hover a span {
  background: #1E4487;
}
section.section#hero .wrapper__center .actions .wrapper__btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.section#hero .wrapper__center .actions .wrapper__btn a p {
  font-family: "Museo Sans 300";
  color: #E53766;
  font-size: min(1.038961039vw, 16px);
  padding: 0 20px;
  transition: all 0.2s ease-in-out;
}
section.section#hero .wrapper__center .actions .wrapper__btn a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #E53766;
  transition: all 0.2s ease-in-out;
}
section.section#hero .wrapper__center .actions .wrapper__btn a span img {
  width: 20px;
  display: block;
  transform: rotate(90deg);
}
section.section#hero .wrapper__center .actions > p a {
  font-family: "Museo Sans 700";
  text-decoration: underline;
  cursor: pointer;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
}
section.section#hero .wrapper__center .actions > p a:hover {
  color: #48BFEA;
}
section.section#hero .wrapper__center .detail__hero_mobile {
  display: none;
}
section.section#hero .img__hero {
  position: relative;
  z-index: 2;
  width: 80vw;
  max-width: 1680px;
  margin: 0 auto;
}
section.section#hero .img__hero .img {
  transform: translateY(-25px);
}
section.section#hero .img__hero .detail__hero {
  position: absolute;
  width: 20vw;
  max-width: 390px;
  top: 50%;
  left: 19%;
  z-index: 1;
}

@media only screen and (max-width: 770px) {
  section.section#hero .wrapper__center {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    z-index: 5;
  }
  section.section#hero .wrapper__center .title {
    width: fit-content;
    padding-top: 2.5%;
    margin: 0 auto 20px auto;
  }
  section.section#hero .wrapper__center .title h2 {
    font-family: "Museo Sans 900";
    font-size: 12vw;
    line-height: 11vw;
    color: #48BFEA;
  }
  section.section#hero .wrapper__center .title p {
    font-family: "Museo Sans 300";
    font-size: 10vw;
    line-height: 9vw;
  }
  section.section#hero .wrapper__center .title p:nth-child(4) span {
    margin-left: 15vw;
  }
  section.section#hero .wrapper__center .title p span {
    margin-left: 10vw;
  }
  section.section#hero .wrapper__center .text {
    margin-bottom: 20px;
    text-align: center;
  }
  section.section#hero .wrapper__center .text p {
    font-family: "Museo Sans 300";
    line-height: 5vw;
    font-size: 4vw;
  }
  section.section#hero .wrapper__center .text p strong {
    font-family: "Museo Sans 700";
  }
  section.section#hero .wrapper__center .text p strong.blue {
    color: #48BFEA;
  }
  section.section#hero .wrapper__center .actions {
    display: flex;
    align-items: center;
  }
  section.section#hero .wrapper__center .actions .wrapper__btn {
    width: auto;
    padding: 6px;
    background: #E53766;
    border-radius: 50px;
    margin-right: 2vw;
    transition: all 0.2s ease-in-out;
    margin: 0 auto;
  }
  section.section#hero .wrapper__center .actions .wrapper__btn:hover {
    background: #FFFFFF;
  }
  section.section#hero .wrapper__center .actions .wrapper__btn:hover a p {
    color: #1E4487;
  }
  section.section#hero .wrapper__center .actions .wrapper__btn:hover a span {
    background: #E53766;
  }
  section.section#hero .wrapper__center .actions .wrapper__btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.section#hero .wrapper__center .actions .wrapper__btn a p {
    font-family: "Museo Sans 300";
    color: #FFFFFF;
    font-size: 4vw;
    padding: 0 20px;
    transition: all 0.2s ease-in-out;
  }
  section.section#hero .wrapper__center .actions .wrapper__btn a span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1E4487;
    transition: all 0.2s ease-in-out;
  }
  section.section#hero .wrapper__center .actions .wrapper__btn a span img {
    width: 20px;
    display: block;
  }
  section.section#hero .wrapper__center .actions > p {
    width: 100%;
  }
  section.section#hero .wrapper__center .actions > p a {
    text-align: center;
    display: block;
    font-size: 4vw;
    font-family: "Museo Sans 700";
    text-decoration: underline;
    cursor: pointer;
    color: #FFFFFF;
    transition: all 0.2s ease-in-out;
  }
  section.section#hero .wrapper__center .actions > p a:hover {
    color: #48BFEA;
  }
  section.section#hero .wrapper__center .detail__hero_mobile {
    position: relative;
    width: 100%;
    max-width: initial;
    z-index: 1;
    padding: 10%;
    display: block;
  }
  section.section#hero .img__hero {
    position: relative;
    z-index: 2;
    width: 160%;
    max-width: initial;
    margin: 0 auto;
  }
  section.section#hero .img__hero .img {
    transform: translate(-38.5%, 0);
  }
  section.section#hero .img__hero .detail__hero {
    display: none;
  }
}
section.section#about {
  padding-bottom: 2.5vw;
}
section.section#about .wrapper__center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.section#about .wrapper__center .wrapper__description {
  width: 45%;
}
section.section#about .wrapper__center .wrapper__description .title {
  position: relative;
  margin-bottom: 60px;
}
section.section#about .wrapper__center .wrapper__description .title .ico__title {
  position: absolute;
  left: 48%;
  top: -48%;
  width: 15%;
}
section.section#about .wrapper__center .wrapper__description .title > p {
  font-size: min(4.6753246753vw, 72px);
  line-height: min(4.025974026vw, 62px);
}
section.section#about .wrapper__center .wrapper__description .title > p span {
  margin-left: 17%;
}
section.section#about .wrapper__center .wrapper__description .title > p span strong {
  font-family: "Museo Sans 900";
  color: #48BFEA;
}
section.section#about .wrapper__center .wrapper__description .text p {
  font-size: min(1.2987012987vw, 20px);
  line-height: min(1.8181818182vw, 28px);
  margin-bottom: 40px;
}
section.section#about .wrapper__center .wrapper__description .text p:last-child {
  margin-bottom: 0;
}
section.section#about .wrapper__center .wrapper__description .text p strong {
  font-family: "Museo Sans 700";
}
section.section#about .wrapper__center .wrapper__images {
  width: 50%;
}
section.section#about .wrapper__center .wrapper__images .image {
  position: relative;
  width: 100%;
  max-width: 750px;
  transform: translate(3%, -5%);
}
section.section#about .wrapper__center .wrapper__images .image .detail__about {
  position: absolute;
  width: 20vw;
  max-width: 390px;
  top: 1vw;
  left: -25%;
  z-index: 1;
}
section.section#about .wrapper__center .wrapper__images .image .star {
  position: absolute;
  width: 75px;
  top: 50%;
  left: -22.5px;
  transform: translateY(110%);
  z-index: 1;
}

@media only screen and (max-width: 770px) {
  section.section#about {
    padding-bottom: 0;
  }
  section.section#about .wrapper__center {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  section.section#about .wrapper__center .wrapper__description {
    padding-top: 5vw;
    width: 100%;
  }
  section.section#about .wrapper__center .wrapper__description .title {
    position: relative;
    margin-bottom: 5vw;
    padding-left: 10vw;
  }
  section.section#about .wrapper__center .wrapper__description .title .ico__title {
    position: absolute;
    left: 55%;
    top: -35%;
    width: 20%;
  }
  section.section#about .wrapper__center .wrapper__description .title p {
    font-size: 12vw;
    line-height: 11vw;
  }
  section.section#about .wrapper__center .wrapper__description .title p span {
    margin-left: 17%;
  }
  section.section#about .wrapper__center .wrapper__description .title p span strong {
    font-family: "Museo Sans 900";
    color: #48BFEA;
  }
  section.section#about .wrapper__center .wrapper__description .text {
    margin-bottom: 5vw;
    text-wrap: pretty;
    text-align: center;
  }
  section.section#about .wrapper__center .wrapper__description .text p {
    font-size: 3vw;
    line-height: 4.5vw;
    margin-bottom: 4vw;
  }
  section.section#about .wrapper__center .wrapper__description .text p br {
    display: none;
  }
  section.section#about .wrapper__center .wrapper__description .text p:last-child {
    margin-bottom: 0;
  }
  section.section#about .wrapper__center .wrapper__description .text p strong {
    font-family: "Museo Sans 700";
  }
  section.section#about .wrapper__center .wrapper__images {
    width: 100%;
    padding-bottom: 10vw;
  }
  section.section#about .wrapper__center .wrapper__images .image {
    position: relative;
    width: 100%;
    max-width: initial;
    transform: translate(0, 0);
  }
  section.section#about .wrapper__center .wrapper__images .image .detail__about {
    position: relative;
    width: 100%;
    max-width: initial;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0 10%;
    transform: translateY(-20%);
  }
  section.section#about .wrapper__center .wrapper__images .image .star {
    position: absolute;
    width: 60px;
    top: -1%;
    right: initial;
    left: 5%;
    transform: translateY(0);
    z-index: 1;
  }
}
section.section#contest {
  background: #1E4487;
  padding: 5vw 0;
}
section.section#contest::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background: url(../images/img-grid-contest.png) left center repeat-x;
  background-size: 55%;
  z-index: 0;
}
section.section#contest .wrapper__center {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section.section#contest .wrapper__center .wrapper__title {
  position: relative;
  width: 48%;
}
section.section#contest .wrapper__center .wrapper__title .title {
  position: relative;
  padding-left: 0;
  margin-bottom: 5%;
}
section.section#contest .wrapper__center .wrapper__title .title .ico__title {
  position: absolute;
  left: 70%;
  top: -40%;
  width: 12%;
}
section.section#contest .wrapper__center .wrapper__title .title > p {
  font-size: min(4.6753246753vw, 72px);
  line-height: min(4.025974026vw, 62px);
}
section.section#contest .wrapper__center .wrapper__title .title > p span {
  margin-left: 32%;
}
section.section#contest .wrapper__center .wrapper__title .title > p span strong {
  font-family: "Museo Sans 900";
}
section.section#contest .wrapper__center .wrapper__title .text p {
  font-size: min(1.2987012987vw, 20px);
  line-height: min(1.8181818182vw, 28px);
  margin-bottom: 4%;
}
section.section#contest .wrapper__center .wrapper__title .text p:last-child {
  margin-bottom: 0;
}
section.section#contest .wrapper__center .wrapper__title .text p strong {
  font-family: "Museo Sans 900";
}
section.section#contest .wrapper__center .wrapper__title .ico__stars_group {
  position: absolute;
  right: 140%;
  bottom: 0;
  width: 65%;
}
section.section#contest .wrapper__center .wrapper__images {
  position: relative;
  width: 49%;
}
section.section#contest .wrapper__center .wrapper__images .image {
  position: relative;
  width: 100%;
  max-width: 710px;
}
section.section#contest .wrapper__center .wrapper__images .image.adj {
  transform: translate(0, -11%);
}
section.section#contest .wrapper__center .wrapper__images .image .star-01 {
  position: absolute;
  width: 50px;
  top: 25.5%;
  right: -10px;
  transform: translateY(110%);
  z-index: 1;
}
section.section#contest .wrapper__center .wrapper__images .image .star-02 {
  position: absolute;
  width: 140px;
  top: 48%;
  left: -70px;
  transform: translateY(110%);
  z-index: 1;
}
section.section#contest .wrapper__center .wrapper__images .img__ilustra {
  position: absolute;
  top: 72%;
  left: 15%;
  width: 70%;
}

@media only screen and (max-width: 770px) {
  section.section#contest {
    background: #1E4487;
    padding-bottom: 10vw;
  }
  section.section#contest::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background: url(../images/img-grid-contest.png) left top repeat-x;
    background-size: 300%;
    z-index: 0;
  }
  section.section#contest .wrapper__center {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0;
  }
  section.section#contest .wrapper__center .wrapper__title {
    order: 0;
    width: 100%;
    padding-top: 5vw;
    margin-bottom: 10vw;
  }
  section.section#contest .wrapper__center .wrapper__title .title {
    position: relative;
    padding-left: 10vw;
    margin-bottom: 8vw;
  }
  section.section#contest .wrapper__center .wrapper__title .title .ico__title {
    position: absolute;
    left: 70%;
    top: -25%;
    width: 12%;
  }
  section.section#contest .wrapper__center .wrapper__title .title > p {
    font-size: 12vw;
    line-height: 11vw;
  }
  section.section#contest .wrapper__center .wrapper__title .title > p span {
    margin-left: 32%;
  }
  section.section#contest .wrapper__center .wrapper__title .title > p span strong {
    font-family: "Museo Sans 900";
    color: #48BFEA;
  }
  section.section#contest .wrapper__center .wrapper__title .text {
    padding: 0 8vw;
    margin-bottom: 10vw;
    text-wrap: pretty;
    text-align: center;
  }
  section.section#contest .wrapper__center .wrapper__title .text p {
    font-size: 3vw;
    line-height: 4.5vw;
    margin-bottom: 5vw;
  }
  section.section#contest .wrapper__center .wrapper__title .text p:last-child {
    margin-bottom: 0;
  }
  section.section#contest .wrapper__center .wrapper__title .text p strong {
    font-family: "Museo Sans 900";
  }
  section.section#contest .wrapper__center .wrapper__title .ico__stars_group {
    position: absolute;
    left: 5vw;
    bottom: 3vw;
    width: 90%;
    display: none;
  }
  section.section#contest .wrapper__center .wrapper__images {
    order: 1;
    width: 100%;
    padding: 0 5vw;
    margin-bottom: 0;
  }
  section.section#contest .wrapper__center .wrapper__images .image {
    position: relative;
    width: 100%;
    max-width: 710px;
  }
  section.section#contest .wrapper__center .wrapper__images .image.adj {
    transform: translate(1%, -10%);
  }
  section.section#contest .wrapper__center .wrapper__images .image .star-01 {
    position: absolute;
    width: 50px;
    top: -30px;
    right: initial;
    left: 25px;
    transform: translateY(110%);
    z-index: 1;
  }
  section.section#contest .wrapper__center .wrapper__images .image .star-02 {
    position: absolute;
    width: 50px;
    top: -33px;
    right: initial;
    left: 25px;
    transform: translateY(110%);
    z-index: 1;
  }
  section.section#contest .wrapper__center .wrapper__images .img__ilustra {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
  }
}
section.section#participate {
  background: #EEEEEE;
}
section.section#participate .wrapper__center {
  padding: 5% 0;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
}
section.section#participate .wrapper__center .wrapper__content {
  width: 50%;
}
section.section#participate .wrapper__center .wrapper__content .title {
  margin-bottom: 20px;
}
section.section#participate .wrapper__center .wrapper__content .title p {
  font-family: "Museo Sans 300";
  font-size: min(4.6753246753vw, 72px);
  line-height: min(4.025974026vw, 62px);
  color: #1E4487;
}
section.section#participate .wrapper__center .wrapper__content .title p strong {
  font-family: "Museo Sans 900";
  color: #48BFEA;
}
section.section#participate .wrapper__center .wrapper__content .title p span {
  margin-left: 23%;
}
section.section#participate .wrapper__center .wrapper__content .text {
  position: relative;
  margin-bottom: 40px;
  color: #1E4487;
  padding-right: 5%;
  text-wrap: balance;
}
section.section#participate .wrapper__center .wrapper__content .text p {
  font-family: "Museo Sans 300";
  font-size: min(1.5584415584vw, 24px);
  line-height: min(2.0779220779vw, 32px);
  padding-top: 2vw;
}
section.section#participate .wrapper__center .wrapper__content .text p strong {
  font-family: "Museo Sans 700";
}
section.section#participate .wrapper__center .wrapper__content .text p strong.blue {
  color: #48BFEA;
}
section.section#participate .wrapper__center .wrapper__content span.stars {
  width: 30vw;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 5%;
}
section.section#participate .wrapper__center .wrapper__content .actions {
  display: none;
  align-items: center;
}
section.section#participate .wrapper__center .wrapper__content .actions .wrapper__btn {
  width: 180px;
  padding: 6px;
  background: #E53766;
  border-radius: 50px;
  margin-right: 2vw;
  transition: all 0.2s ease-in-out;
}
section.section#participate .wrapper__center .wrapper__content .actions .wrapper__btn:hover {
  background: #1E4487;
}
section.section#participate .wrapper__center .wrapper__content .actions .wrapper__btn:hover a p {
  color: #FFFFFF;
}
section.section#participate .wrapper__center .wrapper__content .actions .wrapper__btn:hover a span {
  background: #E53766;
}
section.section#participate .wrapper__center .wrapper__content .actions .wrapper__btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.section#participate .wrapper__center .wrapper__content .actions .wrapper__btn a p {
  font-family: "Museo Sans 300";
  color: #FFFFFF;
  font-size: 16px;
  padding: 0 20px;
  transition: all 0.2s ease-in-out;
}
section.section#participate .wrapper__center .wrapper__content .actions .wrapper__btn a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1E4487;
  transition: all 0.2s ease-in-out;
}
section.section#participate .wrapper__center .wrapper__content .actions .wrapper__btn a span img {
  width: 20px;
  display: block;
}
section.section#participate .wrapper__center .wrapper__content .actions > p {
  font-family: "Museo Sans 700";
}
section.section#participate .wrapper__center .wrapper__content .actions > p a {
  text-decoration: underline;
  cursor: pointer;
  color: #1E4487;
  transition: all 0.2s ease-in-out;
}
section.section#participate .wrapper__center .wrapper__content .actions > p a:hover {
  color: #E53766;
}
section.section#participate .wrapper__center .img__ilustra {
  width: 48%;
  position: absolute;
  left: 0;
  bottom: -16px;
  transform: translateX(-5%);
}

@media only screen and (max-width: 1540px) {
  section.section#participate .wrapper__center {
    padding: 5vw;
  }
  section.section#participate .wrapper__center .img__ilustra {
    width: 40%;
    transform: translateX(5%);
  }
}
@media only screen and (max-width: 770px) {
  section.section#participate {
    background: #EEEEEE;
  }
  section.section#participate .wrapper__center {
    z-index: 5;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10vw 0 0 0;
  }
  section.section#participate .wrapper__center .wrapper__content {
    width: 100%;
    padding: 0 5vw;
  }
  section.section#participate .wrapper__center .wrapper__content .title {
    margin-bottom: 10vw;
    padding-left: 5vw;
  }
  section.section#participate .wrapper__center .wrapper__content .title p {
    font-family: "Museo Sans 300";
    font-size: 10vw;
    line-height: 9vw;
    color: #1E4487;
  }
  section.section#participate .wrapper__center .wrapper__content .title p strong {
    font-family: "Museo Sans 900";
    color: #48BFEA;
  }
  section.section#participate .wrapper__center .wrapper__content .title p span {
    margin-left: 15%;
  }
  section.section#participate .wrapper__center .wrapper__content .text {
    position: relative;
    margin-bottom: 0;
    color: #1E4487;
    padding-right: 5%;
    text-wrap: balance;
    text-align: center;
  }
  section.section#participate .wrapper__center .wrapper__content .text p {
    font-family: "Museo Sans 300";
    line-height: 5vw;
    font-size: 4vw;
    padding-top: 0;
  }
  section.section#participate .wrapper__center .wrapper__content .text p strong {
    font-family: "Museo Sans 700";
  }
  section.section#participate .wrapper__center .wrapper__content .text p strong.blue {
    color: #48BFEA;
  }
  section.section#participate .wrapper__center .wrapper__content span.stars {
    width: 85vw;
    position: absolute;
    top: 52%;
    transform: translateY(-160%);
    right: 5%;
  }
  section.section#participate .wrapper__center .wrapper__content .actions {
    display: none;
    align-items: center;
  }
  section.section#participate .wrapper__center .wrapper__content .actions .wrapper__btn {
    width: 180px;
    padding: 6px;
    background: #E53766;
    border-radius: 50px;
    margin-right: 2vw;
    transition: all 0.2s ease-in-out;
  }
  section.section#participate .wrapper__center .wrapper__content .actions .wrapper__btn:hover {
    background: #1E4487;
  }
  section.section#participate .wrapper__center .wrapper__content .actions .wrapper__btn:hover a p {
    color: #FFFFFF;
  }
  section.section#participate .wrapper__center .wrapper__content .actions .wrapper__btn:hover a span {
    background: #E53766;
  }
  section.section#participate .wrapper__center .wrapper__content .actions .wrapper__btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.section#participate .wrapper__center .wrapper__content .actions .wrapper__btn a p {
    font-family: "Museo Sans 300";
    color: #FFFFFF;
    font-size: 16px;
    padding: 0 20px;
    transition: all 0.2s ease-in-out;
  }
  section.section#participate .wrapper__center .wrapper__content .actions .wrapper__btn a span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1E4487;
    transition: all 0.2s ease-in-out;
  }
  section.section#participate .wrapper__center .wrapper__content .actions .wrapper__btn a span img {
    width: 20px;
    display: block;
  }
  section.section#participate .wrapper__center .wrapper__content .actions > p {
    font-family: "Museo Sans 700";
  }
  section.section#participate .wrapper__center .wrapper__content .actions > p a {
    text-decoration: underline;
    cursor: pointer;
    color: #1E4487;
    transition: all 0.2s ease-in-out;
  }
  section.section#participate .wrapper__center .wrapper__content .actions > p a:hover {
    color: #E53766;
  }
  section.section#participate .wrapper__center .img__ilustra {
    width: 200vw;
    position: relative;
    left: 0;
    bottom: -8px;
    transform: translateX(-10%);
  }
  section.section#participate .wrapper__center .img__ilustra img {
    width: 110%;
  }
}
section.section#faq {
  position: relative;
  padding: 3.5vw 0 0 0;
}
section.section#faq .wrapper__center {
  color: #1E4487;
}
section.section#faq .wrapper__center h2 {
  font-size: min(4.6753246753vw, 72px);
  font-family: "Museo Sans 900";
}
section.section#faq .wrapper__center > p {
  font-size: min(1.5584415584vw, 24px);
  font-family: "Museo Sans 300";
  margin-bottom: 2vw;
}
section.section#faq .wrapper__center .wrapper__faq {
  margin-bottom: 3.5vw;
}
section.section#faq .wrapper__center .wrapper__faq .tit__section {
  background: #EEEEEE;
  color: #1E4487;
  padding: 20px;
  font-style: italic;
  font-size: min(1.2987012987vw, 20px);
  font-family: "Museo Sans 300";
}
section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion {
  position: relative;
  z-index: 10;
  width: 100%;
}
section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set {
  position: relative;
  width: 100%;
  height: auto;
  background: transparent;
  border-bottom: 1px solid #48BFEA;
  will-change: transform;
}
section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set:nth-child(even) > a {
  color: #1E4487;
}
section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set:nth-child(even) > a:after {
  color: #1E4487;
}
section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set > a {
  position: relative;
  display: block;
  padding: 1vw 0;
  text-decoration: none;
  color: #48BFEA;
  font-size: min(1.038961039vw, 16px);
  font-family: "Museo Sans 700";
  transition: 0.2s ease-in-out all;
  cursor: pointer;
}
section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set > a::after {
  content: "+";
  width: 15px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out all;
  color: #48BFEA;
  font-size: 2vw;
}
section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set > a.active {
  border-bottom: 0;
}
section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set > a.active::after {
  content: "-";
}
section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set .ums-content {
  overflow: hidden;
  display: none;
  padding: 0 0.6vw;
  padding: 0 0.6vw 1vw 0.6vw;
}
section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set .ums-content .outer {
  overflow-y: auto;
  padding-right: 1.5vw;
  transition: all 0.4s ease-in-out 0.5s;
}
section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set .ums-content .outer .inner {
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  padding-left: 2%;
  padding-right: 5%;
}
section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set .ums-content .outer .inner p {
  margin-top: 1vw;
}
section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set .ums-content .outer .inner p:first-child {
  margin-top: 0;
}
section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set .ums-content .outer .inner p strong {
  font-family: "Museo Sans 700";
}
section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set .ums-content .outer .inner p a {
  font-family: "Museo Sans 700";
  color: #48BFEA;
  transition: all 0.3s ease;
}
section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set .ums-content .outer .inner p a:hover {
  color: #E53766;
}

@media only screen and (max-width: 770px) {
  section.section#faq {
    position: relative;
  }
  section.section#faq .wrapper__center {
    color: #1E4487;
    padding: 5vw;
  }
  section.section#faq .wrapper__center h2 {
    font-size: 10vw;
    font-family: "Museo Sans 900";
  }
  section.section#faq .wrapper__center > p {
    font-size: 4vw;
    font-family: "Museo Sans 300";
    margin-bottom: 5vw;
  }
  section.section#faq .wrapper__center .wrapper__faq {
    margin-bottom: 3.5vw;
  }
  section.section#faq .wrapper__center .wrapper__faq .tit__section {
    background: #EEEEEE;
    color: #1E4487;
    padding: 3vw;
    font-style: italic;
    font-size: 4vw;
    font-family: "Museo Sans 300";
  }
  section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion {
    position: relative;
    z-index: 10;
    width: 100%;
  }
  section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set {
    position: relative;
    width: 100%;
    height: auto;
    background: transparent;
    border-bottom: 1px solid #48BFEA;
    will-change: transform;
  }
  section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set:nth-child(even) > a {
    color: #1E4487;
  }
  section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set:nth-child(even) > a:after {
    color: #1E4487;
  }
  section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set > a {
    position: relative;
    display: block;
    padding: 4vw 0;
    text-decoration: none;
    color: #48BFEA;
    font-size: 3vw;
    font-family: "Museo Sans 700";
    transition: 0.2s ease-in-out all;
    cursor: pointer;
  }
  section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set > a::after {
    content: "+";
    width: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: 0.2s ease-in-out all;
    color: #48BFEA;
    font-size: 4vw;
  }
  section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set > a.active {
    border-bottom: 0;
  }
  section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set > a.active::after {
    content: "-";
  }
  section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set .ums-content {
    overflow: hidden;
    padding: 0 1vw 4vw 1vw;
  }
  section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set .ums-content .outer {
    padding-right: 1.5vw;
  }
  section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set .ums-content .outer .inner {
    font-size: 3vw;
    line-height: 4vw;
    padding-left: 2%;
    padding-right: 5%;
  }
  section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set .ums-content .outer .inner p {
    margin-top: 1vw;
  }
  section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set .ums-content .outer .inner p:first-child {
    margin-top: 0;
  }
  section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set .ums-content .outer .inner p strong {
    font-family: "Museo Sans 700";
  }
  section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set .ums-content .outer .inner p a {
    font-family: "Museo Sans 700";
    color: #48BFEA;
    transition: all 0.3s ease;
  }
  section.section#faq .wrapper__center .wrapper__faq .wrapper__accordion .ums-set .ums-content .outer .inner p a:hover {
    color: #E53766;
  }
}
section.section#regulation {
  background: #EEEEEE;
  padding: 6% 0 5% 0;
}
section.section#regulation .wrapper__center {
  z-index: 5;
  display: flex;
  justify-content: flex-start;
}
section.section#regulation .wrapper__center .wrapper__content {
  width: 50%;
}
section.section#regulation .wrapper__center .wrapper__content .title {
  margin-bottom: 2vw;
}
section.section#regulation .wrapper__center .wrapper__content .title p {
  font-size: min(4.6753246753vw, 72px);
  line-height: min(4.025974026vw, 62px);
  font-family: "Museo Sans 300";
  color: #1E4487;
}
section.section#regulation .wrapper__center .wrapper__content .title p strong {
  font-family: "Museo Sans 900";
  color: #1E4487;
}
section.section#regulation .wrapper__center .wrapper__content .title p span {
  margin-left: 9vw;
}
section.section#regulation .wrapper__center .wrapper__content .text {
  position: relative;
  color: #1E4487;
  padding-right: 5%;
  text-wrap: balance;
}
section.section#regulation .wrapper__center .wrapper__content .text p {
  font-family: "Museo Sans 300";
  font-size: min(1.5584415584vw, 24px);
  line-height: min(2.0779220779vw, 32px);
  padding-top: 2vw;
}
section.section#regulation .wrapper__center .wrapper__content .text p strong {
  font-family: "Museo Sans 700";
}
section.section#regulation .wrapper__center .wrapper__content .text p strong.blue {
  color: #48BFEA;
}
section.section#regulation .wrapper__center .wrapper__content .text ul {
  display: flex;
  padding-top: 1vw;
}
section.section#regulation .wrapper__center .wrapper__content .text ul li {
  margin-right: 3vw;
}
section.section#regulation .wrapper__center .wrapper__content .text ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1E4487;
  font-size: min(1.6883116883vw, 26px);
  transition: all 0.2s ease-in-out;
}
section.section#regulation .wrapper__center .wrapper__content .text ul li a:hover {
  color: #E53766;
}
section.section#regulation .wrapper__center .wrapper__content .text ul li a:hover span {
  background: #E53766;
}
section.section#regulation .wrapper__center .wrapper__content .text ul li a:hover span img {
  filter: brightness(10);
}
section.section#regulation .wrapper__center .wrapper__content .text ul li a span {
  background: #1E4487;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  transition: all 0.2s ease-in-out;
}
section.section#regulation .wrapper__center .wrapper__content .text ul li a span img {
  width: 17px;
}
section.section#regulation .wrapper__center .img__ilustra {
  width: 90%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -167px;
  pointer-events: none;
}

@media only screen and (max-width: 1920px) {
  section.section#regulation .wrapper__center .img__ilustra {
    top: -8.6979166667vw;
  }
}
@media only screen and (max-width: 1540px) {
  section.section#regulation .wrapper__center .img__ilustra {
    width: 80%;
    top: -9.0909090909vw;
  }
}
@media only screen and (max-width: 770px) {
  section.section#regulation {
    background: #EEEEEE;
  }
  section.section#regulation .wrapper__center {
    z-index: 5;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10vw 5vw 0 5vw;
  }
  section.section#regulation .wrapper__center .wrapper__content {
    width: 100%;
  }
  section.section#regulation .wrapper__center .wrapper__content .title {
    margin-bottom: 20px;
  }
  section.section#regulation .wrapper__center .wrapper__content .title p {
    font-family: "Museo Sans 300";
    font-size: 12vw;
    line-height: 11vw;
    color: #1E4487;
  }
  section.section#regulation .wrapper__center .wrapper__content .title p strong {
    font-family: "Museo Sans 900";
    color: #1E4487;
  }
  section.section#regulation .wrapper__center .wrapper__content .title p span {
    margin-left: 9vw;
  }
  section.section#regulation .wrapper__center .wrapper__content .text {
    position: relative;
    color: #1E4487;
    padding-right: 0;
    text-wrap: balance;
  }
  section.section#regulation .wrapper__center .wrapper__content .text p {
    font-family: "Museo Sans 300";
    font-size: 4vw;
    line-height: 5vw;
    padding-top: 0;
  }
  section.section#regulation .wrapper__center .wrapper__content .text p strong {
    font-family: "Museo Sans 700";
  }
  section.section#regulation .wrapper__center .wrapper__content .text p strong.blue {
    color: #48BFEA;
  }
  section.section#regulation .wrapper__center .wrapper__content .text ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 10vw;
  }
  section.section#regulation .wrapper__center .wrapper__content .text ul li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10vw;
  }
  section.section#regulation .wrapper__center .wrapper__content .text ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #1E4487;
    font-size: 26px;
    transition: all 0.2s ease-in-out;
  }
  section.section#regulation .wrapper__center .wrapper__content .text ul li a:hover {
    color: #E53766;
  }
  section.section#regulation .wrapper__center .wrapper__content .text ul li a:hover span {
    background: #E53766;
  }
  section.section#regulation .wrapper__center .wrapper__content .text ul li a:hover span img {
    filter: brightness(10);
  }
  section.section#regulation .wrapper__center .wrapper__content .text ul li a span {
    background: #1E4487;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    transition: all 0.2s ease-in-out;
  }
  section.section#regulation .wrapper__center .wrapper__content .text ul li a span img {
    width: 17px;
  }
  section.section#regulation .wrapper__center .img__ilustra {
    width: 100%;
    position: relative;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, 15%);
  }
}
section.section#footer {
  position: relative;
  background: #8123A8;
  background: linear-gradient(15deg, rgb(129, 35, 168) 9%, rgb(22, 80, 173) 49%, rgb(69, 170, 206) 90%);
  overflow-x: hidden;
}
section.section#footer::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background: url(../images/img-grid-footer.png) left center repeat-x;
  background-size: 55%;
  z-index: 0;
}
section.section#footer .wrapper__center {
  text-align: center;
  padding: 5vw 0 20px 0;
}
section.section#footer .wrapper__center .stars {
  width: 40%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
section.section#footer .wrapper__center .logo {
  width: 286px;
  margin: 0 auto 100px auto;
}
section.section#footer .wrapper__center ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
section.section#footer .wrapper__center ul::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -100vw;
  width: 200vw;
  height: 1px;
  background: #48BFEA;
  opacity: 0.5;
}
section.section#footer .wrapper__center ul::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -100vw;
  width: 200vw;
  height: 1px;
  background: #48BFEA;
  opacity: 0.5;
}
section.section#footer .wrapper__center ul li {
  padding: 0 50px;
}
section.section#footer .wrapper__center p {
  margin-top: 15px;
  font-size: min(1.038961039vw, 16px);
}
section.section#footer .wrapper__center p a {
  color: #FFFFFF;
}
section.section#footer .wrapper__center p a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 770px) {
  section.section#footer {
    position: relative;
    background: #8123A8;
    background: linear-gradient(15deg, rgb(129, 35, 168) 9%, rgb(22, 80, 173) 49%, rgb(69, 170, 206) 90%);
    overflow-x: hidden;
  }
  section.section#footer::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background: url(../images/img-grid-footer.png) left center repeat-x;
    background-size: 300%;
    z-index: 0;
  }
  section.section#footer .wrapper__center {
    text-align: center;
    padding: 10vw 0 5vw 0;
  }
  section.section#footer .wrapper__center .stars {
    width: 80%;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
  }
  section.section#footer .wrapper__center .logo {
    width: 50vw;
    margin: 0 auto 20vw auto;
  }
  section.section#footer .wrapper__center ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20vw;
    width: 100%;
  }
  section.section#footer .wrapper__center ul::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -100vw;
    width: 200vw;
    height: 1px;
    background: #48BFEA;
    opacity: 0.5;
  }
  section.section#footer .wrapper__center ul::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -100vw;
    width: 200vw;
    height: 1px;
    background: #48BFEA;
    opacity: 0.5;
  }
  section.section#footer .wrapper__center ul li {
    width: 40%;
    padding: 0 10px;
  }
  section.section#footer .wrapper__center p {
    margin-top: 15px;
    font-size: 3vw;
  }
  section.section#footer .wrapper__center p a {
    color: #FFFFFF;
  }
  section.section#footer .wrapper__center p a:hover {
    text-decoration: underline;
  }
}
/*# sourceMappingURL=style.min.css.map */
