body {
  margin: 0;
  padding: 0;
}

section.mainContent.promocao-uefa div.row>div.voltar {
  display: none;
}

section.mainContent.promocao-uefa h1,
section.mainContent.promocao-uefa h2,
section.mainContent.promocao-uefa h3 {
  font-weight: normal;
}

section.mainContent.promocao-uefa strong {
  font-weight: normal;
}

section.mainContent.promocao-uefa .clearfix:before,
section.mainContent.promocao-uefa .header:before,
section.mainContent.promocao-uefa .participe:before,
section.mainContent.promocao-uefa .premios:before,
section.mainContent.promocao-uefa .premios .content-container:before,
section.mainContent.promocao-uefa .clearfix:after,
section.mainContent.promocao-uefa .header:after,
section.mainContent.promocao-uefa .participe:after,
section.mainContent.promocao-uefa .premios:after,
section.mainContent.promocao-uefa .premios .content-container:after {
  content: "";
  display: table;
}

section.mainContent.promocao-uefa .clearfix:after,
section.mainContent.promocao-uefa .header:after,
section.mainContent.promocao-uefa .participe:after,
section.mainContent.promocao-uefa .premios:after,
section.mainContent.promocao-uefa .premios .content-container:after {
  clear: both;
}

section.mainContent.promocao-uefa .overflow-x-auto {
  overflow: auto;
}

section.mainContent.promocao-uefa .fixed-button {
  background-color: #cc092f;
  background: -webkit-gradient(linear, right top, left top, from(#cc092f), to(#b2207b));
  background: -webkit-linear-gradient(right, #cc092f 0%, #b2207b 100%);
  background: -o-linear-gradient(right, #cc092f 0%, #b2207b 100%);
  background: linear-gradient(270deg, #cc092f 0%, #b2207b 100%);
  -webkit-box-shadow: 0 1px 7px 0 rgba(0,0,0,0.3);
          box-shadow: 0 1px 7px 0 rgba(0,0,0,0.3);
  border: none;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Gilroy-Bold", sans-serif;
  padding: 14px 0;
  position: fixed;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
       -o-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  z-index: 4;
  width: 100%;
  max-width: 1280px;
  -webkit-transition: all ease-in 0.1s;
  -o-transition: all ease-in 0.1s;
  transition: all ease-in 0.1s;
  cursor: pointer;
}

section.mainContent.promocao-uefa .fixed-button span {
  display: inline-block;
}

section.mainContent.promocao-uefa .fixed-button span::after {
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
       -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

@media (hover: hover) {
  section.mainContent.promocao-uefa .fixed-button:hover span::after {
    -webkit-transform-origin: 0% 50%;
        -ms-transform-origin: 0% 50%;
         -o-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
  }
}

section.mainContent.promocao-uefa .fixed-button.show {
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
       -o-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

section.mainContent.promocao-uefa .fixed-button.fix-in-the-bottom {
  position: relative;
  -webkit-animation: mymove 0.5s;
       -o-animation: mymove 0.5s;
          animation: mymove 0.5s;
}

@media only screen and (max-width: 1279px) {
  section.mainContent.promocao-uefa .fixed-button {
    width: 1024px;
  }
}

@media only screen and (max-width: 1023px) {
  section.mainContent.promocao-uefa .fixed-button {
    width: 768px;
  }
}

@media only screen and (max-width: 767px) {
  section.mainContent.promocao-uefa .fixed-button {
    width: 640px;
  }
}

@media only screen and (max-width: 639px) {
  section.mainContent.promocao-uefa .fixed-button {
    width: 480px;
  }
}

@media only screen and (max-width: 479px) {
  section.mainContent.promocao-uefa .fixed-button {
    width: 100%;
  }
}

@-webkit-keyframes mymove {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  100% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

@-o-keyframes mymove {
  0% {
    -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  }

  100% {
    -o-transform: translate(-50%, 0%);
       transform: translate(-50%, 0%);
  }
}

@keyframes mymove {
  0% {
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  100% {
    -webkit-transform: translate(-50%, 0%);
         -o-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

section.mainContent.promocao-uefa .lds-spinner {
  color: official;
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
}

section.mainContent.promocao-uefa .lds-spinner div {
  -webkit-animation: lds-spinner 1.2s linear infinite;
       -o-animation: lds-spinner 1.2s linear infinite;
          animation: lds-spinner 1.2s linear infinite;
  -webkit-transform-origin: 32px 32px;
      -ms-transform-origin: 32px 32px;
       -o-transform-origin: 32px 32px;
          transform-origin: 32px 32px;
}

section.mainContent.promocao-uefa .lds-spinner div:after {
  border-radius: 20%;
  background-color: #73308b;
  content: "";
  display: block;
  height: 14px;
  left: 29px;
  position: absolute;
  top: 3px;
  width: 5px;
}

section.mainContent.promocao-uefa .lds-spinner div:nth-child(1) {
  -webkit-animation-delay: -1.1s;
       -o-animation-delay: -1.1s;
          animation-delay: -1.1s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}

section.mainContent.promocao-uefa .lds-spinner div:nth-child(2) {
  -webkit-animation-delay: -1s;
       -o-animation-delay: -1s;
          animation-delay: -1s;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
       -o-transform: rotate(30deg);
          transform: rotate(30deg);
}

section.mainContent.promocao-uefa .lds-spinner div:nth-child(3) {
  -webkit-animation-delay: -0.9s;
       -o-animation-delay: -0.9s;
          animation-delay: -0.9s;
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
       -o-transform: rotate(60deg);
          transform: rotate(60deg);
}

section.mainContent.promocao-uefa .lds-spinner div:nth-child(4) {
  -webkit-animation-delay: -0.8s;
       -o-animation-delay: -0.8s;
          animation-delay: -0.8s;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

section.mainContent.promocao-uefa .lds-spinner div:nth-child(5) {
  -webkit-animation-delay: -0.7s;
       -o-animation-delay: -0.7s;
          animation-delay: -0.7s;
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
       -o-transform: rotate(120deg);
          transform: rotate(120deg);
}

section.mainContent.promocao-uefa .lds-spinner div:nth-child(6) {
  -webkit-animation-delay: -0.6s;
       -o-animation-delay: -0.6s;
          animation-delay: -0.6s;
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
       -o-transform: rotate(150deg);
          transform: rotate(150deg);
}

section.mainContent.promocao-uefa .lds-spinner div:nth-child(7) {
  -webkit-animation-delay: -0.5s;
       -o-animation-delay: -0.5s;
          animation-delay: -0.5s;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

section.mainContent.promocao-uefa .lds-spinner div:nth-child(8) {
  -webkit-animation-delay: -0.4s;
       -o-animation-delay: -0.4s;
          animation-delay: -0.4s;
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
       -o-transform: rotate(210deg);
          transform: rotate(210deg);
}

section.mainContent.promocao-uefa .lds-spinner div:nth-child(9) {
  -webkit-animation-delay: -0.3s;
       -o-animation-delay: -0.3s;
          animation-delay: -0.3s;
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
       -o-transform: rotate(240deg);
          transform: rotate(240deg);
}

section.mainContent.promocao-uefa .lds-spinner div:nth-child(10) {
  -webkit-animation-delay: -0.2s;
       -o-animation-delay: -0.2s;
          animation-delay: -0.2s;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}

section.mainContent.promocao-uefa .lds-spinner div:nth-child(11) {
  -webkit-animation-delay: -0.1s;
       -o-animation-delay: -0.1s;
          animation-delay: -0.1s;
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
       -o-transform: rotate(300deg);
          transform: rotate(300deg);
}

section.mainContent.promocao-uefa .lds-spinner div:nth-child(12) {
  -webkit-animation-delay: 0s;
       -o-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
       -o-transform: rotate(330deg);
          transform: rotate(330deg);
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

section.mainContent.promocao-uefa [data-collapse-content] {
  display: none;
}

section.mainContent.promocao-uefa .header {
  background-color: #000544;
  background-image: url(../img/1280.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 680px;
  position: relative;
  width: 100%;
}

@media (max-width: 1279px) {
  section.mainContent.promocao-uefa .header {
    background-image: url(../img/1024.jpg);
  }
}

@media (max-width: 1023px) {
  section.mainContent.promocao-uefa .header {
    background-image: url(../img/768.jpg);
    background-position: center top;
    position: static;
  }
}

@media (max-width: 767px) {
  section.mainContent.promocao-uefa .header {
    background-image: url(../img/640.jpg);
  }
}

@media (max-width: 639px) {
  section.mainContent.promocao-uefa .header {
    background-image: url(../img/480.jpg);
  }
}

@media (max-width: 320px) {
  section.mainContent.promocao-uefa .header {
    background-image: url(../img/320.jpg);
  }
}

section.mainContent.promocao-uefa .header .content-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 900px;
  margin: auto;
}

@media (max-width: 1279px) {
  section.mainContent.promocao-uefa .header .content-container {
    max-width: 944px;
  }
}

@media (max-width: 1023px) {
  section.mainContent.promocao-uefa .header .content-container {
    max-width: 518px;
  }
}

@media (max-width: 767px) {
  section.mainContent.promocao-uefa .header .content-container {
    max-width: 520px;
  }
}

@media (max-width: 479px) {
  section.mainContent.promocao-uefa .header .content-container {
    max-width: 459px;
  }
}

section.mainContent.promocao-uefa .header .brand {
  display: block;
  margin: auto;
  margin-top: 77px;
  height: auto;
  width: 208px;
}

@media (max-width: 639px) {
  section.mainContent.promocao-uefa .header .brand {
    width: 160px;
  }
}

section.mainContent.promocao-uefa .header .heading {
  margin-top: 40px;
}

section.mainContent.promocao-uefa .header .bold-heading {
  color: #f9f9f9;
  display: block;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  width: 207px;
}

@media (max-width: 1023px) {
  section.mainContent.promocao-uefa .header .bold-heading {
    margin: 0 auto;
  }
}

@media (max-width: 320px) {
  section.mainContent.promocao-uefa .header .bold-heading {
    text-align: center;
  }
}

section.mainContent.promocao-uefa .header .gradient-heading {
  background-image: -webkit-linear-gradient(90deg, #cc092f 0%, #b2207b 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ededed;
  display: block;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  max-width: 516px;
}

@media (max-width: 1023px) {
  section.mainContent.promocao-uefa .header .gradient-heading {
    margin: 0 auto;
  }
}

@media (max-width: 639px) {
  section.mainContent.promocao-uefa .header .gradient-heading {
    text-align: center;
    width: 346px;
    line-height: 28px;
  }
}

@media (max-width: 479px) {
  section.mainContent.promocao-uefa .header .gradient-heading {
    width: 310px;
    margin-top: 17px;
  }
}

section.mainContent.promocao-uefa .menu-nav {
  background-color: rgba(115,48,139,0.5);
  background-color: #3a1b6b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1280px;
  padding-top: 4px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}

section.mainContent.promocao-uefa .menu-nav-item {
  color: #f3f3f3;
  display: inline-block;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 14px;
  line-height: 48px;
  margin-right: 60px;
  text-transform: uppercase;
  text-decoration: none;
}

section.mainContent.promocao-uefa .menu-nav-item:after {
  background-color: #b41a83;
  content: "";
  display: block;
  height: 3px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
       -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
  width: 100%;
}

section.mainContent.promocao-uefa .menu-nav-item:last-child {
  margin-right: 0;
}

section.mainContent.promocao-uefa .menu-nav-item:hover:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
       -o-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

@media (max-width: 1023px) {
  section.mainContent.promocao-uefa .menu-nav {
    background-color: rgba(115,48,139,0.5);
    background-color: #3a1b6b;
    height: 100%;
    position: absolute;
    padding: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease, -o-transform 0.4s ease;
    top: 0;
    width: 252px;
  }

  section.mainContent.promocao-uefa .menu-nav-bar {
    height: 55px;
  }

  section.mainContent.promocao-uefa .menu-nav.opened {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }

  section.mainContent.promocao-uefa .menu-bar {
    background-color: rgba(115,48,139,0.5);
    background-color: #3a1b6b;
    height: 55px;
    position: absolute;
    top: 0;
    width: 100%;
  }

  section.mainContent.promocao-uefa .menu-open {
    background-color: transparent;
    cursor: pointer;
    height: 19px;
    left: 23px;
    top: 18px;
    padding: 0px;
    position: absolute;
    width: 27px;
    z-index: 2;
  }

  section.mainContent.promocao-uefa .menu-open span {
    background-color: #f3f3f3;
    content: "";
    display: block;
    height: 3px;
    width: 100%;
  }

  section.mainContent.promocao-uefa .menu-open span:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
         -o-animation: outT 0.8s backwards;
            animation: outT 0.8s backwards;
    animation-direction: reverse;
  }

  section.mainContent.promocao-uefa .menu-open span:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
         -o-animation: outM 0.8s backwards;
            animation: outM 0.8s backwards;
    animation-direction: reverse;
  }

  section.mainContent.promocao-uefa .menu-open span:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
         -o-animation: outBtm 0.8s backwards;
            animation: outBtm 0.8s backwards;
    animation-direction: reverse;
  }

  section.mainContent.promocao-uefa .menu-open.active span {
    background-color: #f3f3f3;
  }

  section.mainContent.promocao-uefa .menu-open.active span:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
         -o-animation: inT 0.8s forwards;
            animation: inT 0.8s forwards;
  }

  section.mainContent.promocao-uefa .menu-open.active span:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
         -o-animation: inM 0.8s forwards;
            animation: inM 0.8s forwards;
  }

  section.mainContent.promocao-uefa .menu-open.active span:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
         -o-animation: inBtm 0.8s forwards;
            animation: inBtm 0.8s forwards;
  }

  section.mainContent.promocao-uefa .menu-nav-item {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #f3f3f3;
    display: block;
    font-family: "Gilroy-Medium", sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-right: 0;
    padding: 15px 20px;
    text-align: left;
    text-transform: uppercase;
  }

  section.mainContent.promocao-uefa .menu-nav-item:after {
    display: none;
  }

  section.mainContent.promocao-uefa .menu-nav-item:hover:after,
  section.mainContent.promocao-uefa .menu-nav-item.selected:after {
    display: none;
  }
}

@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-o-keyframes inM {
  50% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
  }
}

@keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-o-keyframes outM {
  50% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
  }
}

@keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(8px) rotate(135deg);
            transform: translateY(8px) rotate(135deg);
  }
}

@-o-keyframes inT {
  0% {
    -o-transform: translateY(0px) rotate(0deg);
       transform: translateY(0px) rotate(0deg);
  }

  50% {
    -o-transform: translateY(8px) rotate(0deg);
       transform: translateY(8px) rotate(0deg);
  }

  100% {
    -o-transform: translateY(8px) rotate(135deg);
       transform: translateY(8px) rotate(135deg);
  }
}

@keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
         -o-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(8px) rotate(0deg);
         -o-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(8px) rotate(135deg);
         -o-transform: translateY(8px) rotate(135deg);
            transform: translateY(8px) rotate(135deg);
  }
}

@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(8px) rotate(135deg);
            transform: translateY(8px) rotate(135deg);
  }
}

@-o-keyframes outT {
  0% {
    -o-transform: translateY(0px) rotate(0deg);
       transform: translateY(0px) rotate(0deg);
  }

  50% {
    -o-transform: translateY(8px) rotate(0deg);
       transform: translateY(8px) rotate(0deg);
  }

  100% {
    -o-transform: translateY(8px) rotate(135deg);
       transform: translateY(8px) rotate(135deg);
  }
}

@keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
         -o-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(8px) rotate(0deg);
         -o-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(8px) rotate(135deg);
         -o-transform: translateY(8px) rotate(135deg);
            transform: translateY(8px) rotate(135deg);
  }
}

@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-8px) rotate(135deg);
            transform: translateY(-8px) rotate(135deg);
  }
}

@-o-keyframes inBtm {
  0% {
    -o-transform: translateY(0px) rotate(0deg);
       transform: translateY(0px) rotate(0deg);
  }

  50% {
    -o-transform: translateY(-8px) rotate(0deg);
       transform: translateY(-8px) rotate(0deg);
  }

  100% {
    -o-transform: translateY(-8px) rotate(135deg);
       transform: translateY(-8px) rotate(135deg);
  }
}

@keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
         -o-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-8px) rotate(0deg);
         -o-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-8px) rotate(135deg);
         -o-transform: translateY(-8px) rotate(135deg);
            transform: translateY(-8px) rotate(135deg);
  }
}

@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-8px) rotate(135deg);
            transform: translateY(-8px) rotate(135deg);
  }
}

@-o-keyframes outBtm {
  0% {
    -o-transform: translateY(0px) rotate(0deg);
       transform: translateY(0px) rotate(0deg);
  }

  50% {
    -o-transform: translateY(-8px) rotate(0deg);
       transform: translateY(-8px) rotate(0deg);
  }

  100% {
    -o-transform: translateY(-8px) rotate(135deg);
       transform: translateY(-8px) rotate(135deg);
  }
}

@keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
         -o-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-8px) rotate(0deg);
         -o-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-8px) rotate(135deg);
         -o-transform: translateY(-8px) rotate(135deg);
            transform: translateY(-8px) rotate(135deg);
  }
}

section.mainContent.promocao-uefa .participe {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 367px;
  right: 120px;
  top: 227px;
  position: absolute;
  width: 320px;
  z-index: 1;
}

section.mainContent.promocao-uefa .participe iframe {
  background-color: rgba(249,249,249,0.85);
  border: none;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  min-height: 367px;
  width: 320px;
}

section.mainContent.promocao-uefa .participe .loader {
  background-color: rgba(249,249,249,0.85);
  border-radius: 5px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1279px) {
  section.mainContent.promocao-uefa .participe {
    right: 40px;
  }
}

@media (max-width: 1023px) {
  section.mainContent.promocao-uefa .participe {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: auto;
    margin-top: 355px;
    position: static;
    width: 100%;
  }

  section.mainContent.promocao-uefa .participe iframe {
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: auto;
    width: 100%;
  }

  section.mainContent.promocao-uefa .participe .loader {
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media (max-width: 767px) {
  section.mainContent.promocao-uefa .participe {
    margin-top: 267px;
  }
}

@media (max-width: 639px) {
  section.mainContent.promocao-uefa .participe {
    margin-top: 250px;
  }
}

@media (max-width: 320px) {
  section.mainContent.promocao-uefa .participe {
    margin-top: 210px;
  }
}

section.mainContent.promocao-uefa .premios {
  background-color: #000544;
  background-image: url(../img/premios.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 840px;
}

section.mainContent.promocao-uefa .premios .content-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 850px;
  margin: 105px auto 0;
  padding: 0;
  width: 100%;
}

section.mainContent.promocao-uefa .premios .section-title {
  background-image: -webkit-linear-gradient(90deg, #cc092f 0%, #b2207b 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #cc092f;
  float: left;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 32px;
  line-height: 32px;
  margin-left: 70px;
  margin-bottom: 100px;
  margin-right: 100px;
  max-width: 219px;
  position: relative;
}

section.mainContent.promocao-uefa .premios .section-title:before,
section.mainContent.promocao-uefa .premios .section-title:after {
  background-color: #cc092f;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(3.05%, #cc092f), color-stop(47.08%, #bf1455), to(#b2207b));
  background-image: -webkit-linear-gradient(left, #cc092f 3.05%, #bf1455 47.08%, #b2207b 100%);
  background-image: -o-linear-gradient(left, #cc092f 3.05%, #bf1455 47.08%, #b2207b 100%);
  background-image: linear-gradient(90deg, #cc092f 3.05%, #bf1455 47.08%, #b2207b 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  display: block;
  height: 4px;
  width: 120px;
}

section.mainContent.promocao-uefa .premios .section-title:before {
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
       -o-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: 0 120px;
      -ms-transform-origin: 0 120px;
       -o-transform-origin: 0 120px;
          transform-origin: 0 120px;
  margin-bottom: 20px;
}

section.mainContent.promocao-uefa .premios .section-title:after {
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
       -o-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: 120px 0;
      -ms-transform-origin: 120px 0;
       -o-transform-origin: 120px 0;
          transform-origin: 120px 0;
  margin-top: 20px;
  position: absolute;
  right: -10px;
}

section.mainContent.promocao-uefa .premios .section-title .title-description {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  width: 191px;
  -webkit-text-fill-color: #fff;
}

@media (max-width: 767px) {
  section.mainContent.promocao-uefa .premios .section-title .title-description {
    width: 288px;
  }
}

@media (max-width: 479px) {
  section.mainContent.promocao-uefa .premios .section-title .title-description {
    width: 213px;
  }
}

section.mainContent.promocao-uefa .premios .section-description {
  color: #fff;
  display: block;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

section.mainContent.promocao-uefa .premios .section-description>strong {
  font-family: "Gilroy-Bold", sans-serif;
}

section.mainContent.promocao-uefa .premios .section-list {
  list-style: none;
  margin: 0;
  margin-top: 60px;
  padding: 0;
  overflow: hidden;
}

section.mainContent.promocao-uefa .premios .list-item {
  background-color: #cc092f;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(3.05%, #cc092f), color-stop(47.08%, #bf1455), to(#b2207b));
  background-image: -webkit-linear-gradient(left, #cc092f 3.05%, #bf1455 47.08%, #b2207b 100%);
  background-image: -o-linear-gradient(left, #cc092f 3.05%, #bf1455 47.08%, #b2207b 100%);
  background-image: linear-gradient(90deg, #cc092f 3.05%, #bf1455 47.08%, #b2207b 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-clip-path: polygon(100% 0, 100% 75%, 60% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 75%, 60% 100%, 0 100%, 0 0);
  display: inline-block;
  margin: 0;
  height: 184px;
  padding: 20px;
  position: relative;
  width: 200px;
}

section.mainContent.promocao-uefa .premios .list-item:first-child {
  margin-right: 36px;
}

section.mainContent.promocao-uefa .premios .item-image {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
}

section.mainContent.promocao-uefa .premios .item-heading {
  color: #f6f6f6;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

section.mainContent.promocao-uefa .premios .item-date {
  color: #f6f6f6;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 20px;
  line-height: 24px;
}

section.mainContent.promocao-uefa .premios .item-line {
  background-color: #f6f6f6;
  border: none;
  display: block;
  height: 2px;
  margin: 20px auto;
}

section.mainContent.promocao-uefa .premios .item-caption {
  color: #f6f6f6;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
}

section.mainContent.promocao-uefa .premios .item-description {
  color: #fff;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 12px;
  line-height: 16px;
  max-width: 120px;
}

@media (max-width: 1023px) {
  section.mainContent.promocao-uefa .premios .content-container {
    padding: 0 40px;
    margin: 135px auto 0;
  }

  section.mainContent.promocao-uefa .premios .section-title {
    margin-right: 54px;
    margin-left: 0;
  }

  section.mainContent.promocao-uefa .premios .list-item:first-child {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  section.mainContent.promocao-uefa .premios {
    padding-bottom: 140px;
  }

  section.mainContent.promocao-uefa .premios .content-container {
    padding: 0 20px;
  }

  section.mainContent.promocao-uefa .premios .section-title {
    float: none;
    margin-bottom: 130px;
    margin-left: auto;
    margin-right: auto;
    max-width: 275px;
  }

  section.mainContent.promocao-uefa .premios .section-description {
    max-width: 415px;
    margin-left: auto;
    margin-right: auto;
  }

  section.mainContent.promocao-uefa .premios .section-list {
    text-align: center;
  }

  section.mainContent.promocao-uefa .premios .list-item {
    text-align: left;
  }
}

@media (max-width: 479px) {
  section.mainContent.promocao-uefa .premios .content-container {
    margin-bottom: 82px;
  }

  section.mainContent.promocao-uefa .premios .section-description {
    text-align: center;
  }

  section.mainContent.promocao-uefa .premios .section-title {
    max-width: 219px;
  }

  section.mainContent.promocao-uefa .premios .list-item {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  section.mainContent.promocao-uefa .premios .list-item:first-child {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

section.mainContent.promocao-uefa .suas-chances {
  background-color: #000544;
  background-image: url(../img/suas-chances.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 420px;
}

section.mainContent.promocao-uefa .suas-chances iframe {
  background-color: transparent;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  margin-bottom: -227px;
}

@media (max-width: 460px) {
  section.mainContent.promocao-uefa .suas-chances iframe {
    margin-bottom: -110px;
  }
}

section.mainContent.promocao-uefa .suas-chances .loader {
  background-color: transparent;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

section.mainContent.promocao-uefa .ganhadores {
  background-color: #cc092f;
  background-image: -webkit-gradient(linear, left top, right top, from(#cc092f), to(#b2207b));
  background-image: -webkit-linear-gradient(left, #cc092f 0%, #b2207b 100%);
  background-image: -o-linear-gradient(left, #cc092f 0%, #b2207b 100%);
  background-image: linear-gradient(90deg, #cc092f 0%, #b2207b 100%);
  background-attachment: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 512px;
  padding-bottom: 50px;
}

section.mainContent.promocao-uefa .ganhadores .content-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  max-width: 980px;
  padding: 0 30px;
  width: 100%;
}

section.mainContent.promocao-uefa .ganhadores .section-title {
  color: #f3f3f3;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 44px;
  line-height: 64px;
  margin-bottom: 60px;
  text-align: center;
  padding-top: 50px;
}

section.mainContent.promocao-uefa .ganhadores .section-description {
  color: #f3f3f3;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
  text-align: center;
}

section.mainContent.promocao-uefa .ganhadores .section-description strong {
  font-family: "Gilroy-Bold", sans-serif;
}

section.mainContent.promocao-uefa .ganhadores .section-disclaimer {
  color: #f3f3f3;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

section.mainContent.promocao-uefa .ganhadores .section-list {
  list-style: none;
  margin: 0 auto 40px;
  padding: 0;
  text-align: center;
}

section.mainContent.promocao-uefa .ganhadores .list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 271px;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

section.mainContent.promocao-uefa .ganhadores .winner-item {
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 90%, 60% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 90%, 60% 100%, 0 100%, 0 0);
  margin-right: 20px;
  padding-top: 15px;
  width: 161px;
}

section.mainContent.promocao-uefa .ganhadores .winner-item .item-heading {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cc092f), to(#b2207b));
  background-image: -webkit-linear-gradient(bottom, #cc092f 0%, #b2207b 100%);
  background-image: -o-linear-gradient(bottom, #cc092f 0%, #b2207b 100%);
  background-image: linear-gradient(0deg, #cc092f 0%, #b2207b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #cc092f;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  margin: auto;
  text-align: center;
  width: 120px;
}

section.mainContent.promocao-uefa .ganhadores .winner-item .item-caption {
  color: #73308b;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin: auto;
  text-align: center;
  width: 120px;
}

section.mainContent.promocao-uefa .ganhadores .winner-item .item-image {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  width: 41px;
}

section.mainContent.promocao-uefa .ganhadores .winner-item .item-description {
  color: #73308b;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  margin: auto;
  margin-bottom: 18px;
  width: 120px;
}

section.mainContent.promocao-uefa .ganhadores .winner-item .item-description:after {
  background-color: #73308b;
  content: '';
  display: block;
  height: 2px;
  margin: auto;
  margin-top: 18px;
  width: 100px;
}

section.mainContent.promocao-uefa .ganhadores .raffle-item {
  padding-top: 24px;
  width: 260px;
}

section.mainContent.promocao-uefa .ganhadores .raffle-item:first-child {
  margin-right: 36px;
}

section.mainContent.promocao-uefa .ganhadores .raffle-item .item-background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

section.mainContent.promocao-uefa .ganhadores .raffle-item .item-background>.path {
  fill: none;
  stroke: rgba(255,255,255,0.8);
  stroke-width: 2;
  stroke-dasharray: 2 4;
  shape-rendering: geometricPrecision;
}

section.mainContent.promocao-uefa .ganhadores .raffle-item .item-background>.path-a {
  stroke-width: 1;
}

section.mainContent.promocao-uefa .ganhadores .raffle-item .item-heading {
  color: #f6f6f6;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
}

section.mainContent.promocao-uefa .ganhadores .raffle-item .item-caption {
  color: #f6f6f6;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}

section.mainContent.promocao-uefa .ganhadores .raffle-item .item-image {
  display: block;
  margin: 15px auto 20px;
  width: 173px;
}

section.mainContent.promocao-uefa .ganhadores .raffle-item .item-description {
  color: #f6f6f6;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
  margin: auto;
  width: 174px;
}

section.mainContent.promocao-uefa .ganhadores .raffle-item .item-description>strong {
  display: block;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 30px;
  letter-spacing: 1.25px;
  line-height: 30px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  section.mainContent.promocao-uefa .ganhadores .winner-item {
    margin-bottom: 40px;
    margin-right: 0;
  }

  section.mainContent.promocao-uefa .ganhadores .winner-item:first-child {
    margin-right: 20px;
  }
}

@media (max-width: 640px) {
  section.mainContent.promocao-uefa .ganhadores .raffle-item:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 405px) {
  section.mainContent.promocao-uefa .ganhadores .winner-item {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  section.mainContent.promocao-uefa .ganhadores .winner-item:first-child {
    margin-right: auto;
  }
}

section.mainContent.promocao-uefa .duvidas-frequentes {
  background-color: #000544;
  background-image: -webkit-linear-gradient(30deg, #1b3677 0%, #000544 100%);
  background-image: -o-linear-gradient(30deg, #1b3677 0%, #000544 100%);
  background-image: linear-gradient(60deg, #1b3677 0%, #000544 100%);
  background-attachment: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 600px;
  padding-bottom: 50px;
}

section.mainContent.promocao-uefa .duvidas-frequentes .content-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 995px;
  margin: auto;
  padding: 0 30px;
  width: 100%;
  margin-top: 50px;
}

section.mainContent.promocao-uefa .duvidas-frequentes .section-title {
  color: #fff;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 44px;
  font-weight: normal;
  float: left;
  line-height: 48px;
  margin-right: 128px;
  max-width: 223px;
}

section.mainContent.promocao-uefa .duvidas-frequentes .section-list-container {
  margin: 0;
  overflow: hidden;
}

section.mainContent.promocao-uefa .duvidas-frequentes .section-list {
  display: block;
  list-style: none;
  margin: 0;
  margin-top: 20px;
  padding: 0;
}

section.mainContent.promocao-uefa .duvidas-frequentes .section-list[data-questions-content] {
  display: none;
  margin: 0;
  padding: 0;
}

section.mainContent.promocao-uefa .duvidas-frequentes .list-item {
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  padding-bottom: 25px;
  border-bottom: 2px solid rgba(191,205,226,0.1);
}

section.mainContent.promocao-uefa .duvidas-frequentes .item-heading {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  padding-right: 30px;
  position: relative;
}

section.mainContent.promocao-uefa .duvidas-frequentes .item-heading:after {
  background-image: url(../svg/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  width: 24px;
}

section.mainContent.promocao-uefa .duvidas-frequentes .collapse-is-open .item-heading:after {
  background-image: url(../svg/arrowclose.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

section.mainContent.promocao-uefa .duvidas-frequentes .item-heading span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: block;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

section.mainContent.promocao-uefa .duvidas-frequentes .item-description {
  color: #cacaca;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  padding-top: 8px;
}

section.mainContent.promocao-uefa .duvidas-frequentes .item-description strong {
  font-family: "Gilroy-Bold", sans-serif;
}

section.mainContent.promocao-uefa .duvidas-frequentes .item-description a {
  color: inherit;
  text-decoration: underline;
}

section.mainContent.promocao-uefa .duvidas-frequentes .item-description a:hover {
  text-decoration: none;
}

section.mainContent.promocao-uefa .duvidas-frequentes .item-list {
  list-style: disc;
}

section.mainContent.promocao-uefa .duvidas-frequentes .item-list li {
  color: #cacaca;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  padding-top: 8px;
}

section.mainContent.promocao-uefa .duvidas-frequentes .table-faq {
  border-collapse: separate;
  border-spacing: 0 15px;
  margin-top: 20px;
  table-layout: fixed;
  text-align: center;
  width: 584px;
}

section.mainContent.promocao-uefa .duvidas-frequentes .table-faq tr {
  height: 36px;
}

section.mainContent.promocao-uefa .duvidas-frequentes .table-faq th {
  background-color: #2b479c;
  color: #fff;
  font-family: 'Gilroy-Regular', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
}

section.mainContent.promocao-uefa .duvidas-frequentes .table-faq th span {
  display: block;
  margin: auto;
  max-width: 80%;
  width: 100%;
}

section.mainContent.promocao-uefa .duvidas-frequentes .table-faq th:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  padding: 10px 10px;
}

section.mainContent.promocao-uefa .duvidas-frequentes .table-faq th:last-child {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

section.mainContent.promocao-uefa .duvidas-frequentes .table-faq td {
  border-bottom: 1px dashed rgba(202,202,202,0.2);
  color: #cacaca;
  font-family: 'Gilroy-Regular', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
}

section.mainContent.promocao-uefa .duvidas-frequentes .table-faq tr:last-child td {
  border: none;
}

section.mainContent.promocao-uefa .duvidas-frequentes .section-link {
  color: #fff;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 18px;
  line-height: 21px;
}

section.mainContent.promocao-uefa .duvidas-frequentes .section-link:hover {
  text-decoration: none;
}

@media (max-width: 1023px) {
  section.mainContent.promocao-uefa .duvidas-frequentes .section-title {
    margin-right: 60px;
  }
}

@media (max-width: 767px) {
  section.mainContent.promocao-uefa .duvidas-frequentes .section-title {
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 320px) {
  section.mainContent.promocao-uefa .duvidas-frequentes .content-container {
    padding: 0 20px;
  }
}

section.mainContent.promocao-uefa .fix-master {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

section.mainContent.promocao-uefa .fix-logo,
section.mainContent.promocao-uefa .section-description-tickets {
  display: inline-block;
  vertical-align: middle;
}

section.mainContent.promocao-uefa .fix-logo {
  width: 208px;
  margin-right: 50px;
  margin-top: 50px;
}

@media (max-width: 1023px) {
  section.mainContent.promocao-uefa .fix-logo {
    margin-right: 37px;
  }
}

@media (max-width: 639px) {
  section.mainContent.promocao-uefa .fix-logo {
    margin-right: 23px;
  }
}

@media (max-width: 479px) {
  section.mainContent.promocao-uefa .fix-logo {
    width: 160px;
    margin-right: 0;
  }
}

section.mainContent.promocao-uefa .section-description-tickets {
  color: #fff;
  font-family: 'Gilroy-Regular', sans-serif;
  font-size: 13px;
  line-height: 15px;
  margin-top: 50px;
}

@media (max-width: 1023px) {
  section.mainContent.promocao-uefa .section-description-tickets {
    width: 299px;
    text-align: left;
  }
}

@media (max-width: 639px) {
  section.mainContent.promocao-uefa .section-description-tickets {
    width: 208px;
  }
}

@media (max-width: 479px) {
  section.mainContent.promocao-uefa .section-description-tickets {
    display: block;
    text-align: center;
    width: 227px;
    margin: 20px auto 0;
  }
}

section.mainContent.promocao-uefa .footer {
  background-color: #000544;
  background-image: -webkit-linear-gradient(30deg, rgba(27,54,119,0.5) 0%, rgba(0,5,68,0.5) 100%);
  background-image: -o-linear-gradient(30deg, rgba(27,54,119,0.5) 0%, rgba(0,5,68,0.5) 100%);
  background-image: linear-gradient(60deg, rgba(27,54,119,0.5) 0%, rgba(0,5,68,0.5) 100%);
  background-attachment: fixed;
  padding-bottom: 43px;
  padding-top: 43px;
}

section.mainContent.promocao-uefa .footer .content-container {
  max-width: 960px;
  margin: auto;
  padding: 0 30px;
}

section.mainContent.promocao-uefa .footer .section-description {
  color: #fff;
  font-size: 12px;
  font-family: "Gilroy-Medium", sans-serif;
  line-height: 16px;
  margin: 0;
}

section.mainContent.promocao-uefa .footer .section-description a {
  color: inherit;
  text-decoration: underline;
}

section.mainContent.promocao-uefa .footer .section-description a:hover {
  text-decoration: none;
}

@media (max-width: 320px) {
  section.mainContent.promocao-uefa .footer .content-container {
    padding: 0 20px;
  }
}


