@import url("https://static-files-saint-gobain.s3.amazonaws.com/gotham-2/stylesheet.css");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
input,
td,
card-img {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-image: none;
}

input[type=radio]:checked+label,
input[type=checkbox]:checked+label {
  background-image: none;
  background-size: auto;
  background-repeat: no-repeat;
  width: auto;
  height: auto;
  display: block;
  max-width: inherit;
}

input[type=radio]+label,
input[type=checkbox]+label {
  background-image: none;
  background-size: auto;
  background-repeat: no-repeat;
  /* width: 18px; */
  height: auto;
  display: block;
}

label {
  display: block;
  position: relative;
  float: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-top: 0;
}

input:not([type=checkbox]),
input:not([type=radio]),
select,
textarea {
  position: inherit;
  width: 100%;
  padding: 5px;
  height: inherit;
  font-size: 14px;
  font-weight: inherit;
  background-color: inherit;
}

.participantes .container {
  padding: 20px 0px 50px 0px;
}

.participantes .container .participantes__titulo {
  position: relative;
}

.participantes .container .participantes__titulo h3.participantes__titulo-h3 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 99;
}

/*.participantes .container .participantes__titulo::after {
  content: " ";
  width: 180px;
  height: 15px;
  background-color: #ffef3e;
  position: absolute;
  top: 12px;
  left: 60px;
}*/

.banner-regulation {
  background-image: url(/images/bg-regulamento.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  position: relative;
}

.banner-regulation::after {
  content: "";
  width: 260px;
  height: 80px;
  background: #57ff8f;
  display: block;
  position: absolute;
  bottom: -35px;
  left: 450px;
}

@media (max-width: 37.4375em) {
  .banner-regulation::after {
    display: none;
  }
}

.banner-regulation__h1 {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 1em;
  text-align: left;
  padding: 135px 0;
}

@media (max-width: 37.4375em) {
  .banner-regulation__h1 {
    font-size: 40px;
  }
}

@media (max-width: 37.4375em) {
  .banner-regulation__h1 {
    padding: 35px 0;
  }
}

.regulation {
  padding-top: 100px;
  display: block;
}

@media (max-width: 37.4375em) {
  .regulation {
    padding-top: 40px;
/*    display: none;*/
  }
}

.regulation-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.regulation-list {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 37.4375em) {
  .regulation-list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 40px;
  }
}

.regulation-list li {
  margin-bottom: 15px;
}

.regulation-list__a {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
}

@media (max-width: 37.4375em) {
  .regulation-list__a {
    font-size: 16px;
  }
}

.regulation-list__a:hover {
  color: #ef4d43;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.regulation-tabs {
  background-color: #f2f2f2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0px 20px;
  padding: 20px;
  max-width: 68%;
  overflow: scroll;
  max-height: 800px;
  height: 800px;
}

@media (max-width: 37.4375em) {
  .regulation-tabs {
    width: 100%;
  }
}

.regulation-link {
  margin-top: 26px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 37.4375em) {
  .regulation-link {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.regulation-link-a {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  background-color: #8501eb;
  color: #ffef3e;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 37.4375em) {
  .regulation-link-a {
    font-size: 16px;
  }
}

@media (max-width: 37.4375em) {
  .regulation-link-a {
    padding: 15px 15px;
    width: 100%;
  }
}

.regulation-link-a:hover {
  background-color: #ef4d43;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.regulation-list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-tabs {
  padding: 50px 0;
}

.container-tabs__h4 {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 37.4375em) {
  .container-tabs__h4 {
    font-size: 16px;
  }
}

.container-tabs__li-2 {
  padding-left: 20px;
}

.container-tabs__li {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  font-size: 14px;
  line-height: 1.4em;
  color: black;
  margin-bottom: 25px;
}

@media (max-width: 37.4375em) {
  .container-tabs__li {
    font-size: 16px;
  }
}

.caixa.caixa-1.caixa-reg {
  margin-top: 0;
}

.regulation-mobile {
  display: none;
}

@media (max-width: 37.4375em) {
  .regulation-mobile {
    display: block;
  }
}

.regulation-accordion {
  background-color: #f2f2f2;
  padding: 10px;
}

.regulation-accordion__box {
  margin-top: 20px;
}

.regulation-accordion__box h4 {
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
}

.fas.fa-chevron-down {
  color: #8501eb;
}

.fas.fa-chevron-down.active {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.fas.fa-chevron-down {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

h4.regulation-accordion {
  cursor: pointer;
}

section.regulation .container {
  max-width: 1170px;
}

div.regulation-accordion {
  display: none;
}

.regulamento-box__single--top {
  margin: 20px 0px;
}

.regulamento-box__single--bottom p {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 24px;
}

.table-responsive-sm th,
.table-responsive-sm td {
  font-size: 14px;
  line-height: 24px;
}

.table-responsive-sm td,
table.table.table_padrao.table_cronograma th {
  border: solid 1px #0000004d;
  padding: 5px;
}

table.table.table-cat-regulamento th,
table.table.table-cat-regulamento td {
  font-size: 14px !important;
  line-height: 24px;
}

table.table.table_padrao.table_cronograma th,
table.table.table_padrao.table_cronograma td {
  font-size: 14px;
  line-height: 24px;
}

.table-responsive-sm.mt-1 p {
  font-size: 14px;
  line-height: 24px;
}

table.table.t_criterios {
  width: 80%;
  margin: 0 auto;
}

table.table.t_criterios td {
  border: solid 1px #000;
  padding: 5px;
  font-size: 14px;
}

table.table-categorias td {
  border: solid 1px #000;
  padding: 5px;
  font-size: 14px;
}

img.img-apresentacao {
  max-width: 100%;
}

table.table.table-cat-regulamento .premios_categories,
table.table.table-cat-regulamento td {
  border: solid 1px #fff;
  padding: 5px;
  font-size: 14px !important;
  background-color: #d0e3ea;
}

th.premios_title p {
  font-size: 10px;
  text-transform: uppercase;
}

th.premios_title {
  background-color: #4bacc6;
  color: #fff !important;
}

table.table.table-cat-regulamento {
  margin-top: 20px;
}

th.premios_title p span {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
}

th.premios_title {
  padding: 20px 0px;
}

th.premios_categories {
  background-color: #4bacc6;
  color: #fff;
  padding: 5px;
  border: solid 1px #fff !important;
}

.regulamento-box__single--bottom {
  max-width: 100%;
}

h4.regulation-accordion {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.regulation-accordion-content {
  height: 380px;
  overflow: scroll;
  display: none;
}

@media screen and (max-width: 1100px) and (min-width: 769px) {
  .banner-regulation__h1 {
    padding-left: 65px;
  }

  .regulation-list__box {
    padding-left: 65px;
  }
}

@media screen and (max-width: 767px) {
  img.img-apresentacao {
    max-width: 100%;
  }
}

.bodyregulamento .box__purple-regulamento {
  content: "";
  display: block;
  background-image: url(../images/Grupo222.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 195px;
  height: 311px;
  position: absolute;
  right: 0px;
  z-index: 99999999;
  top: -49px;
}

.bodyregulamento header.header-opremio.page-inscrevase .container .header-opremio__top::after {
  content: " ";
  width: 260px;
  height: 80px;
  background-color: #57ff8f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0px;
  left: 320px;
}

.bodyregulamento header.header-opremio.page-inscrevase .container .header-opremio__top .header-opremio__top-p {
  left: -170px;
}

.bodyregulamento .regulation-accordion__box h4 {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .bodyregulamento .box__purple-regulamento {
    display: none;
  }
}

p.sec-4__content--titulo {
  font-weight: 600;
  font-size: 70px;
  line-height: 1em;
  text-align: left;
  font-size: 220px;
  text-align: center;
  color: #f2f2f2;
  position: relative;
  margin-top: -180px;
  pointer-events: none;
  position: relative;
  left: -220px;
}

@media only screen and (max-width: 767px) {
  p.sec-4__content--titulo {
    font-size: 60px;
    margin-top: -50px;
  }
}

.sec-4__content--h2 {
  z-index: 1;
  position: relative;
}

p.sec-2__content--titulo {
  font-weight: 600;
  line-height: 1em;
  font-size: 220px;
  text-align: center;
  opacity: 0.5;
  position: relative;
  margin-top: -180px;
  pointer-events: none;
  position: relative;
  left: -170px;
}

@media only screen and (max-width: 767px) {
  p.sec-2__content--titulo {
    font-size: 55px;
    margin-top: -50px;
  }
}

.sec-3__full .sec-3__box--descricao {
  font-size: 16px;
  color: #000000;
  background-color: #fff;
  padding: 40px;
  width: 351px;
  position: absolute;
  top: 310px;
  margin-left: 100px;
  line-height: 20px;
  min-height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec-3__full .sec-3__box--descricao a.btn-saibamais {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: white;
  text-decoration: none;
  background-color: #15364c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 161px;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

@media (max-width: 37.4375em) {
  .sec-3__full .sec-3__box--descricao {
    bottom: -280px;
    width: 70%;
    right: 33px;
    top: 250px;
    z-index: 99999;
    min-height: 366px !important;
  }
}

.pageopremio .sec-3 {
  height: 720px;
  position: relative;
}

.pageopremio button.slick-next.slick-arrow {
  bottom: 8px;
  right: 0;
  left: calc(50% + 291px);
}

@media only screen and (min-width: 1600px) {
  .pageopremio button.slick-next.slick-arrow {
    left: calc(50% + 201px);
  }
}

.pageopremio button.slick-prev.slick-arrow {
  top: unset;
  bottom: 8px;
  left: calc(50% + 220px);
}

@media only screen and (min-width: 1600px) {
  .pageopremio button.slick-prev.slick-arrow {
    left: calc(50% + 135px);
  }
}

@media (max-width: 37.4375em) {
  .pageopremio .sec-3 {
    height: 662px !important;
  }
}

.modalidade {
  margin-top: 50px;
}

.modalidade .modalidade-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modalidade .modalidade-box .modalidade__item {
  background-color: #ffef3e;
  width: 295px;
  margin: 5px 0px;
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modalidade .modalidade-box .modalidade__item .modalidade__item-titulo {
  font-size: 18px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  min-height: 56px;
}

.modalidade .modalidade-box .modalidade__item .modalidade__item-titulo.ativo img {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.modalidade .modalidade-box .modalidade__item .modalidade__item-desc {
  padding: 10px 20px;
  font-weight: 300;
  display: none;
}

.academica {
  margin: 100px 0px 120px;
  position: relative;
}

.academica .box-verde {
  position: relative;
  width: 70%;
  margin: 0 auto;
}

.academica .box-verde::before {
  content: " ";
  width: 240px;
  height: 60px;
  display: block;
  background: #57ff8f;
  position: absolute;
  bottom: -30px;
  left: -80px;
  z-index: 1;
}

.academica .academica--box {
  background-color: #8501eb;
  width: 70%;
  position: relative;
  margin: 0 auto;
  z-index: 9;
}

.academica .academica--box .academica__top {
  position: relative;
}

.academica .academica--box .academica__top .academica__top-h2 {
  padding: 138px 91px 220px 91px;
}

.academica .academica--box .academica__top .academica__top-h2 span {
  font-size: 16px;
  color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.academica .academica--box .academica__top .academica__top-h2 strong {
  font-size: 40px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.academica .academica--box .academica__bottom {
  position: relative;
}

.academica .academica--box .academica__bottom .academica__bottom-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-weight: 300;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  line-height: 20px;
  width: 490px;
  position: absolute;
  bottom: -110px;
  left: 30px;
}

.academica .academica__bottom-img {
  position: absolute;
  right: 0px;
  z-index: 10;
}

@media (max-width: 74.9375em) {
  .academica .academica__bottom-img {
    z-index: 0;
  }
}

@media (max-width: 37.4375em) {
  .academica .academica__bottom-img {
    z-index: 10;
  }
}

@media only screen and (min-width: 1240px) {
  .academica .academica__bottom-img {
    top: 128px;
  }
}

@media only screen and (min-width: 1366px) {
  .academica .academica__bottom-img {
    top: 128px;
  }
}

.premios {
  overflow: hidden;
  padding: 60px 0px;
  margin-bottom: -100px;
}

.premios .container {
  position: relative;
}

.premios .container::before {
  content: " ";
  background-color: #ffef3e;
  width: 260px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 10px;
  z-index: 70;
  right: -340px;
}

.premios .container .premios-titulo {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: -180px;
  z-index: 9;
  position: relative;
}

.premios .container .premios-p {
  font-weight: 600;
  line-height: 1em;
  font-size: 220px;
  text-align: center;
  color: #f2f2f2;
  position: absolute;
  top: -70px;
  pointer-events: none;
  left: -30px;
}

.premios .container .premios__item {
  position: relative;
  margin: 220px 0px;
}

.premios .container .premios__item .premio__item--titulo {
  width: 470px;
  position: relative;
  position: relative;
  z-index: 9999;
}

.premios .container .premios__item .premio__item--titulo .premio__item--titulo-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: center;
  justify-content: center;
  width: 410px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 999;
  min-height: 310px;
  padding-left: 70px;
}

.premios .container .premios__item .premio__item--titulo .premio__item--titulo-p span {
  font-size: 17px;
  font-weight: 300;
  color: #f2f2f2;
}

.premios .container .premios__item .premio__item--titulo .premio__item--titulo-p strong {
  font-size: 40px;
  color: #ffffff;
  margin-top: 10px;
}

.premios .container .premios__item .premio__item--cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 60%;
  position: absolute;
  top: 70px;
  right: 0px;
  z-index: 100000;
}

.premios .container .premios__item .premio__item--cards .premio__item--card--box {
  background-color: #57ff8f;
  width: 168px;
  height: 168px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.premios .container .premios__item .premio__item--cards .premio__item--card--box div {
  padding: 20px;
}

.premios .container .premios__item .premio__item--cards .premio__item--card--box div span,
.premios .container .premios__item .premio__item--cards .premio__item--card--box div strong {
  color: #15364c;
}

.premios .container .premios__item .premio__item--cards .premio__item--card--box:nth-child(1):after,
.premios .container .premios__item .premio__item--cards .premio__item--card--box:nth-child(2):after {
  content: "+";
  width: 34px;
  height: 34px;
  background-color: #8501eb;
  border-radius: 50%;
  position: absolute;
  right: -25px;
  z-index: 999;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  z-index: 1000;
}

.premios .container .premio__item--card-img {
  position: absolute;
  top: -70px;
  right: -270px;
}

.premios .container .caminho-premio {
  position: absolute;
  right: -330px;
  bottom: -150px;
}

.box__purple-2 {
  content: "";
  display: block;
  background-image: url(/src/images/Grupo-162.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 240px;
  height: 262px;
  position: absolute;
  right: 0px;
  z-index: 15;
  top: -7px;
}

.header-opremio {
  position: relative;
  overflow: hidden;
}

.header-opremio .container {
  position: relative;
}

.header-opremio .container .header-opremio__top .header-opremio__top-h1 {
  font-size: 70px;
  padding: 187px 0px 40px 0px;
  z-index: 1;
  position: relative;
}

.header-opremio .container .header-opremio__top .header-opremio__top-img {
  position: absolute;
  top: 0px;
  right: -500px;
  width: 110%;
}

.header-opremio .container .header-opremio__top .header-opremio__top-p {
  font-weight: 600;
  font-size: 70px;
  line-height: 1em;
  text-align: left;
  font-size: 220px;
  text-align: center;
  opacity: 0.5;
  position: absolute;
  top: 140px;
  left: -170px;
}

.header-opremio .container .header-opremio__top::after {
  content: " ";
  width: 260px;
  height: 80px;
  background-color: #ffef3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 210px;
  left: 320px;
}

.header-opremio .container .header-opremio__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 80px 0px 0px;
}

.header-opremio .container .header-opremio__bottom .header-opremio__bottom-p {
  width: 48%;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  .header-opremio .container .header-opremio__top .header-opremio__top-h1 {
    font-size: 40px;
    padding: 117px 0px;
  }

  .header-opremio .container .header-opremio__top .header-opremio__top-p {
    font-size: 70px;
    left: 0px;
  }

  .header-opremio .container .header-opremio__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-opremio .container .header-opremio__bottom .header-opremio__bottom-p {
    width: 100%;
  }

  .premios .container .premios__item .premio__item--cards .premio__item--card--box {
    width: 80%;
    height: 40px;
    margin: 10px auto;
    font-weight: bold;
  }

  .premios .container .premio__item--card-img {
    display: none;
  }

  .premios .container .premios__item .premio__item--cards {
    position: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .premio-card-1 {
    background-color: #ef4d43;
  }

  .premio-card-2 {
    background-color: #8501eb;
  }

  .premio-card-3 {
    background-color: #15364c;
  }

  .premios .container .premios__item .premio__item--cards .premio__item--card--box strong {
    font-size: 16px !important;
  }

  .premio__item--card--box {
    margin: 10px 0px;
  }

  .premios .container .premios__item .premio__item--cards .premio__item--card--box div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
  }

  .premios .container .premios__item .premio__item--cards .premio__item--card--box div span,
  .premios .container .premios__item .premio__item--cards .premio__item--card--box div strong {
    font-size: 16px !important;
    margin-right: 1px;
  }

  .premios .container .premios__item .premio__item--cards .premio__item--card--box:nth-child(1):after,
  .premios .container .premios__item .premio__item--cards .premio__item--card--box:nth-child(2):after {
    left: 50%;
    -webkit-transform: translate(-50%, 30px);
    transform: translate(-50%, 30px);
    width: 25px;
    height: 25px;
    font-size: 25px;
  }

  .premios .container .premios__item .premio__item--titulo {
    width: 100%;
  }

  .premios .container .premios-titulo {
    font-size: 40px;
    padding-left: 30px;
  }

  .premios .container .premios-p {
    font-size: 100px;
    top: -50px;
    left: 0px;
  }

  section.premios .container {
    width: 100% !important;
    padding: 0px;
  }

  .premios .container .premios__item .premio__item--titulo .premio__item--titulo-p {
    min-height: 230px;
  }

  .premios .container .premios__item .premio__item--cards {
    padding: 0px 0px 40px 0px;
  }

  button.opremio-prev {
    position: absolute;
    bottom: -615px;
    right: 43px;
    width: 40px;
    height: 40px;
    border: none;
    z-index: 99;
    background-color: #f2f2f2;
    cursor: pointer;
  }

  button.opremio-next {
    position: absolute;
    bottom: 165px;
    right: 0px;
    width: 40px;
    height: 40px;
    border: none;
    background-color: #f2f2f2;
    cursor: pointer;
  }

  .premios .container::before {
    top: 50px;
    right: -150px;
  }

  .premios .container .premios__item {
    margin: 220px 0px 20px;
  }

  .academica .academica__bottom-img {
    width: 150px;
    left: 0px;
    bottom: -20px;
  }

  .academica .academica--box {
    width: 90%;
    position: relative;
    margin-right: 0px;
  }

  section.academica .container {
    width: 100% !important;
    padding: 0px;
    margin: 0px;
  }

  .academica .academica--box .academica__bottom .academica__bottom-p {
    width: 93%;
    left: 0px;
    top: -30px;
    padding: 60px 30px;
    line-height: 24px;
  }

  .academica .academica--box .academica__top .academica__top-h2 {
    padding: 55px 0px 128px 40px;
  }

  .academica {
    margin: 100px 0px 420px;
  }

  .modalidade .modalidade-box .modalidade__item {
    width: 100%;
  }

  .modalidade .modalidade-box .modalidade__item p {
    line-height: 24px;
  }

  .sec-3__full .sec-3__box--descricao {
    bottom: -280px;
    width: 70%;
    right: 33px;
    top: 250px;
    z-index: 99999;
  }

  section.pageopremio {
    margin: 0px 0px 360px 0px;
  }

  .academica .academica--box .academica__top .academica__top-h2 strong {
    font-size: 30px;
  }

  .academica .academica--box .academica__top .academica__top-h2 span {
    font-weight: 300;
  }

  section.h-brands.h-brands-opremio .box__purple-2 {
    display: none;
  }

  .header-opremio .container .header-opremio__top .header-opremio__top-img {
    right: -160px;
    top: 40px;
    opacity: 0.8;
  }

  .header-opremio .container .header-opremio__top::after {
    top: 0;
    background-color: #57ff8f;
  }

  .header-opremio .container .header-opremio__bottom {
    padding: 30px 0px;
  }
}

.premio__item--titulo-p ul {
  margin-top: 10px;
}

.premio__item--titulo-p ul li {
  font-size: 17px;
  font-weight: 300;
  color: #f2f2f2;
}

.box__purple-opremio {
  content: "";
  display: block;
  background-image: url(../images/Grupo-162.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 195px;
  height: 311px;
  position: absolute;
  right: 0px;
  z-index: 99999999;
  top: -49px;
}

@media only screen and (max-width: 767px) {
  .box__purple-opremio {
    display: none;
  }
}

.h-brands-edicoes .box__purple-3 {
  content: "";
  display: block;
  background-image: url(/src/images/Grupo-163.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 240px;
  height: 262px;
  position: absolute;
  right: 0px;
  z-index: 15;
  top: -7px;
}

.header-edicoes .container .header-opremio__top::after {
  content: " ";
  width: 260px;
  height: 80px;
  background-color: #8501eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 320px;
}

.sessao2 {
  padding: 200px 0px 80px;
}

.sessao2 .container {
  position: relative;
}

.sessao2 .container::after {
  content: " ";
  width: 260px;
  height: 60px;
  background-color: #ffef3e;
  position: absolute;
  bottom: 50px;
  left: 0;
}

.sessao2 .container .sessao2-box {
  background-color: #57ff8f;
  width: 80%;
  margin-left: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.sessao2 .container .sessao2-box p.sessao2-p {
  font-size: 40px;
  font-weight: bold;
  padding: 135px 0px;
}

.sessao2 .container .sessao2-box .sessao2-imgabsolut {
  position: absolute;
  top: -40px;
  right: 20px;
}

.sessao2 .container .sessao2-box .sec-4__content--ebook {
  position: absolute;
  bottom: -60px;
  right: 80px;
}

.sessao2 .container .sessao2-box .sec-4__content--ebook .sec-4__content--ebook-img {
  position: absolute;
  margin-left: -406px;
  display: block;
}

.sessao2 .container .sessao2-box .sec-4__content--ebook p.sec-4__content--ebook-p.ebook-p__2 {
  font-size: 18px;
  line-height: 24px;
}

.sessao2 .container img.sessao2-img {
  position: absolute;
  top: -120px;
  left: -120px;
  z-index: 9;
}

.sessao2 .container img.sessao2-caminho {
  position: absolute;
  bottom: -130px;
  z-index: 8;
  left: 0;
}

.sessao4 {
  padding: 70px 0px;
}

.sessao4 {
  padding: 70px 0px;
}

.sessao4 .container .sessao4-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.sessao4 .container .sessao4-box .sessao4__card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  width: 100%;
  margin-bottom: 0;
}

.sessao4 .container .sessao4-box .sessao4__card video {
  width: 100%;
  height: auto;
  display: block;
}

.sessao4 .container .sessao4-box .sessao4__card img.sessao4-img {
  max-width: 100%;
  width: 100%;
}

.sessao4 .container .sessao4-box .sessao4__card .sessao4__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  gap: 16px;
}

.sessao4 .container .sessao4-box .sessao4__card .sessao4-p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #3D3D3B;
  font-weight: 600 !important;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
}

.sessao4 .container .sessao4-box .sessao4__card .sessao4-p strong {
  font-weight: 700 !important;
}

.sessao4 .container .sessao4-box .sessao4__card .sessao4-a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #E2E2E2;
  color: #00ADE1;
/*  border: 2px solid #00ADE1;*/
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: auto;
  height: auto;
  margin: 0;
  position: static;
  bottom: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sessao4 .container .sessao4-box .sessao4__card .sessao4-a svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sessao4 .container .sessao4-box .sessao4__card .sessao4-a svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sessao4 .container .sessao4-box .sessao4__card .sessao4-a:hover {
  background: #17428C;
  color: #ffffff;
  border-color: #17428C;
}

.sessao4 .container .sessao4-box .sessao4__card .sessao4-a:hover svg path {
  fill: #ffffff;
}

.sessao4 .container .sessao4-box .sessao4__card .sessao4-a:hover img.sessao4-a-img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%);
  filter: brightness(0) saturate(100%) invert(100%);
}

.sessao4 .container .sessao4-box .sessao4__card .sessao4-a img.sessao4-a-img {
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 0;
}

.sessao4 .container .sessao4-box button.slick-next.edicoes-next.slick-arrow {
  left: unset;
  bottom: 0px;
  right: 0;
}

.sessao4 .container .sessao4-box button.slick-prev.edicoes-prev.slick-arrow {
  position: absolute;
  top: unset;
  left: unset;
  bottom: 0px;
  right: 75px;
}

.sessao4 .slick-dots {
  bottom: 20px !important;
  width: 67%;
  left: 0px;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
  background-color: #f2f2f2;
  font-weight: bold;
}

.participantes .container .participantes__logos .participante__logo-item,
.apoiadores .container .apoiadores__logos .apoiador__logo-item {
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
}

.participantes .container .participantes__logos .participante__logo-item:hover,
.apoiadores .container .apoiadores__logos .apoiador__logo-item:hover {
  -webkit-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
}

.apoiadores .container .apoiadores__logos {
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .h-brands-edicoes .box__purple-3 {
    display: none;
  }

  .header-edicoes .container .header-opremio__top::after {
    content: " ";
    width: 260px;
    height: 80px;
    background-color: #ef4d43;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 320px;
  }

  .sessao2 {
    padding: 100px 0px 5px 0px;
  }

  .sessao2 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .sessao2 .container::after {
    display: none;
  }

  .sessao2 .container .sessao2-box {
    margin-left: 0px;
    width: 90%;
  }

  .sessao2 .container .sessao2-box p.sessao2-p {
    font-size: 20px;
    padding: 90px 0px 150px;
  }

  .sessao2 .container .sessao2-box .sessao2-imgabsolut {
    max-width: 32px;
    top: -13px;
    right: 10px;
  }

  .sessao2 .container .sessao2-box .sec-4__content--ebook {
    bottom: 0;
    width: 318px;
    right: 0px;
  }

  .sessao2 .container .sessao2-box .sec-4__content--ebook .sec-4__content--ebook-img {
    margin-left: -260px;
  }

  .sessao2 .container .sessao2-box .sec-4__content--ebook p.sec-4__content--ebook-p.ebook-p__2 {
    font-size: 16px;
    margin-left: 90px;
  }

  .sessao2 .container .sessao2-box .sec-4__content--ebook .sec-4__content--ebook-a {
    width: 46px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sessao2 .container .sessao2-box .sec-4__content--ebook .sec-4__content--ebook-a .sec-4__content--ebook-a img {
    padding: 0;
  }

  .sessao2 .container img.sessao2-caminho {
    display: none;
  }

  .sessao2 .container img.sessao2-img {
    max-width: 45%;
    left: 20px;
    top: -100px;
  }

  .sessao4 .container .sessao4-box {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sessao4 .container .sessao4-box .sessao4__card .sessao4__card-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
  }

  .sessao4 .container .sessao4-box .sessao4__card .sessao4-a {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.bodyedicoes .sessao4__card video,
.bodyedicoes .sessao4__card iframe {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bodyedicoes .edicoes-next {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  border: none;
  background-color: #f2f2f2;
  position: absolute;
  bottom: -10px;
  right: 0px;
  z-index: 99;
  cursor: pointer;
}

.bodyedicoes .edicoes-prev {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  border: none;
  background-color: #f2f2f2;
  position: absolute;
  bottom: -10px;
  right: 70px;
  z-index: 99;
  cursor: pointer;
}

.bodyedicoes iframe.sessao2-img {
  position: absolute;
  top: -163px;
  left: -120px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bodyedicoes .box__purple-edicoes {
  content: "";
  display: block;
  background-image: url(../images/burple-red.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 195px;
  height: 311px;
  position: absolute;
  right: 0px;
  z-index: 99999999;
  top: -49px;
}

@media only screen and (max-width: 767px) {
  .bodyedicoes iframe.sessao2-img {
    width: 236px;
    left: 10px;
    top: -100px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .bodyedicoes .box__purple-edicoes {
    display: none !important;
  }

  .premio-bottom ul.slick-dots {
    bottom: 173px;
    text-align: left;
    width: 80%;
    margin-left: 20px;
  }

  button.opremio-next {
    z-index: 999999;
  }
}

html,
body {
  margin: 0px;
  padding: 0px;
  font-family: "Gotham", "Times New Roman", Times, serif;
  overflow-x: hidden;
}

.container {
  max-width: 904px;
  margin: 0 auto;
}

.home {
  background-color: #b1d4ef;
  width: 100%;
  height: 100vh;
}

.menu {
  width: 70px;
  height: 100vh;
  background-color: rgba(238, 238, 238, 0.95);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  display: block;
}

@media (min-width: 1200px) {
  .menu {
    display: none;
  }
}

@media (max-width: 1199px) {
  .menu {
    display: block;
    background: transparent;
    height: auto;
    width: auto !important;
  }
}

.menu ul {
  padding: 60px 0px 0px 0px;
  margin: 0px;
  display: block;
}

@media (min-width: 1200px) {
  .menu ul {
    display: none;
  }
}

.menu ul li {
  list-style: none;
  padding: 10px 0px 10px 23px;
}

.menu ul li a {
  text-decoration: none;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu ul li a .menu-img {
  max-width: 24px;
  max-height: 24px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.menu ul li a .menu-texto {
  display: none;
  margin: 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu ul li a .menu-texto:hover {
  color: #ef4d43;
}

.menu .menu-botao {
  background-image: url(../images/menu.svg);
  width: 24px;
  height: 24px;
  border: none;
  background-size: cover;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 23px;
  background-color: rgba(238, 238, 238, 0.88);
}

.menu .menu-botao.ativo {
  background-image: none;
}

.menu .menu-botao.ativo::after {
  content: "X";
  color: red;
  font-size: 20px;
}

@media only screen and (max-width: 1199px) {
  .menu ul {
    display: none;
  }

  .menu.ativo {
    width: 250px !important;
    background-color: rgba(238, 238, 238, 0.97) !important;
    height: 100vh !important;
  }

  .menu.ativo ul {
    display: block !important;
  }

  .menu.ativo .menu-texto {
    display: block !important;
  }
}

.menu-header {
  width: 100%;
  max-width: 100%;
  display: none;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .menu-header {
    display: block;
  }
}

.menu-header__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

    .menu-header__ul li a {
        text-decoration: none;
        font-size: 0.8em;
    }

.menu-header__ul li a p {
  -webkit-transition: .2s;
  transition: .2s;
}

.menu-header__ul li:hover a p {
  color: #ef4d43;
}

.container-menu {
  grid-gap: 50px;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}

.h-brands__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -120px;
}

.menu-texto {
  color: #000;
}

header.header-opremio.page-inscrevase .container .header-opremio__top::after {
  content: ' ';
  width: 260px;
  height: 80px;
  background-color: #FFEF3E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0px;
  left: 320px;
}

header.header-opremio.page-inscrevase .container .header-opremio__top .header-opremio__top-p {
  left: -20px;
}

@media only screen and (max-width: 767px) {
  .h-brands-pageinscrevase .box__purple {
    display: none;
  }
}

.footer .container .footer__top {
  height: 48px;
  width: 100%;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.footer .container .footer__top p {
  font-size: 14px;
  color: #919191;
  font-weight: bold;
}

.footer .container .footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 50px 0px;
}

.footer .container .footer__bottom .footer__bottom--logo {
  width: 22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .container .footer__bottom .footer__bottom--logo .footer__bottom--logo-sg {
  width: 112px;
  height: 42px;
}

.footer .container .footer__bottom .footer__bottom--logo .footer__bottom--logo-asbea {
  width: 54px;
  height: 47px;
}

.footer .container .footer__bottom .footer__bottom--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 56%;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.footer .container .footer__bottom .footer__bottom--menu div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer .container .footer__bottom .footer__bottom--menu div .footer__bottom--menu-a {
  text-decoration: none;
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px;
}

.footer .container .footer__bottom .footer__bottom--menu div .footer__bottom--menu-a:hover {
  color: #ef4d43;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.footer .container .footer__bottom .footer__bottom--social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22%;
}

.footer .container .footer__bottom .footer__bottom--social .footer__bottom--social-a {
  text-decoration: none;
  color: #8501eb;
}

.footer .container .footer__bottom .footer__bottom--social .footer__bottom--social-a i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer .container .footer__bottom .footer__bottom--social .footer__bottom--social-a:hover {
  color: #ffef3e;
}

.footer .container .footer__bottom .footer__bottom--social .footer__bottom--social-a:hover i {
  background-color: #8501eb;
  color: #ffef3e;
}

.footer .container .footer__bottom .footer__bottom--social .footer__bottom--social-a .fab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffef3e;
  color: #8501eb;
  font-size: 25px;
}

.participantes .container {
  padding: 20px 0px 50px 0px;
}

.participantes .container .participantes__titulo {
  position: relative;
  margin-bottom: 30px;
}

.participantes .container .participantes__titulo h3.participantes__titulo-h3 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 99;
}

/*.participantes .container .participantes__titulo::after {
  content: " ";
  width: 180px;
  height: 15px;
  background-color: #ffef3e;
  position: absolute;
  top: 12px;
  left: 50px;
}*/

.participantes .container .participantes__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.participantes .container .participantes__logos .participante__logo-item {
  margin-bottom: 15px;
  margin: 0px 10px;
}

.apoiadores .container {
  padding: 20px 0px 50px 0px;
}

.apoiadores .container .apoiadores__titulo {
  position: relative;
}

.apoiadores .container .apoiadores__titulo h3.apoiadores__titulo-h3 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 99;
}

/*
.apoiadores .container .apoiadores__titulo::after {
  content: " ";
  width: 68px;
  height: 15px;
  background-color: #57ff8f;
  position: absolute;
  top: 12px;
  left: 50px;
}*/

.apoiadores .container .apoiadores__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.apoiadores .container .apoiadores__logos .apoiador__logo-item {
  width: 129px;
  height: 68px;
  margin-bottom: 15px;
}

.sobre {
  background-color: #f2f2f2;
}

.sobre .container {
  position: relative;
  padding: 120px 0px 70px 0px;
}

.sobre .container .sobre__top {
  position: relative;
  background-color: #8501eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 145px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sobre .container .sobre__top .sobre__top-img {
  position: absolute;
  top: -30px;
  left: 38px;
}

.sobre .container .sobre__top .sobre__top--texto {
  padding: 0px 30px 0px 310px;
}

.sobre .container .sobre__top .sobre__top--texto .sobre__top--texto-p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}

.sobre .container .sobre__top .sobre__top--botao {
  padding: 0px 40px;
}

.sobre .container .sobre__top .sobre__top--botao a.sobre__top--botao-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f2f2f2;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #8501eb;
  width: 212px;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.sobre .container .sobre__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  bottom: -100px;
}

.sobre .container .sobre__bottom .sobre__bottom--texto {
  background-color: #15364c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 60px;
  width: 444px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

.sobre .container .sobre__bottom .sobre__bottom--texto .sobre__bottom--texto-p {
  font-size: 20px;
  font-weight: bold;
/*  color: #fff;*/
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sobre .container .sobre__bottom .sobre__bottom--texto .sobre__bottom--texto-sg,
.sobre .container .sobre__bottom .sobre__bottom--texto .sobre__bottom--texto-asbea {
  background-color: transparent;
  border: none;
  background-image: url(../images/arrow.svg);
  width: 24px;
  height: 24px;
  background-size: cover;
  cursor: pointer;
}

.sobre .container .sobre__bottom .sobre__bottom--texto .sobre__bottom--dropdown-asbea,
.sobre .container .sobre__bottom .sobre__bottom--texto .sobre__bottom--dropdown-sg {
  font-size: 16px;
  color: #fff;
}

.sobre .container::before {
  content: " ";
  width: 260px;
  height: 60px;
  background-color: #ef4d43;
  position: absolute;
  left: -90px;
  top: 85px;
}

.caixa .container {
  position: relative;
  padding: 120px 0px;
}

.caixa .container .sobre__top {
  position: relative;
  background-color: #8501eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 145px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.caixa .container .sobre__top .sobre__top-img {
  position: absolute;
  top: -30px;
  left: 38px;
}

.caixa .container .sobre__top .sobre__top--texto {
  padding: 0px 0px 0px 310px;
}

.caixa .container .sobre__top .sobre__top--texto .sobre__top--texto-p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}

.caixa .container .sobre__top .sobre__top--botao {
  padding: 0px 40px;
}

.caixa .container .sobre__top .sobre__top--botao a.sobre__top--botao-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f2f2f2;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #8501eb;
  width: 212px;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.caixa .container::before {
  content: " ";
  width: 260px;
  height: 60px;
  background-color: #ef4d43;
  position: absolute;
  left: -90px;
  top: 85px;
}

@media only screen and (max-width: 767px) {
  .footer .container {
    padding: 0px 30px;
  }

  .footer .container .footer__top {
    padding: 15px 0px;
  }

  .footer .container .footer__top p {
    text-align: center;
  }

  .footer .container .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer .container .footer__bottom .footer__bottom--logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .footer .container .footer__bottom .footer__bottom--menu {
    width: 100%;
    padding: 30px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer .container .footer__bottom .footer__bottom--social {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .apoiadores .container {
    padding: 20px 30px 50px;
  }

  .participantes .container {
    padding: 20px 30px 50px;
  }

  .participantes .container img.participante__logo-item:nth-child(1) {
    min-width: 104px;
  }

  .participantes .container img.participante__logo-item:nth-child(2) {
    min-width: 66px;
  }

  .participantes .container img.participante__logo-item:nth-child(3) {
    min-width: 102.58px;
  }

  .participantes .container img.participante__logo-item:nth-child(4) {
    min-width: 91px;
  }

  .participantes .container img.participante__logo-item:nth-child(5) {
    min-width: 56px;
  }

  .participantes .container img.participante__logo-item:nth-child(6) {
    min-width: 112px;
  }

  .participantes .container img.participante__logo-item:nth-child(7) {
    min-width: 50px;
  }

  .caixa .container {
    padding: 80px 30px 10px;
  }

  .caixa .container .sobre__top {
    padding: 70px 0px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  .caixa .container .sobre__top .sobre__top--texto {
    padding: 10px 30px;
  }

  .caixa .container .sobre__top .sobre__top--texto .sobre__top--texto-p {
    text-align: center;
  }

  .caixa .container .sobre__top .sobre__top-img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -50px;
    max-width: 120px;
  }

  .caixa .container::before {
    top: 10%;
  }

  .sobre .container {
    padding: 80px 30px 10px;
  }

  .sobre .container .sobre__top {
    padding: 70px 0px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  .sobre .container .sobre__top .sobre__top--texto {
    padding: 10px 30px;
  }

  .sobre .container .sobre__top .sobre__top--texto .sobre__top--texto-p {
    text-align: center;
  }

  .sobre .container .sobre__top .sobre__top-img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -50px;
    max-width: 120px;
  }

  .sobre .container .sobre__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: -40px;
  }

  .sobre .container .sobre__bottom .sobre__bottom--texto {
    width: 100%;
    margin: 5px 0px;
  }

  .sobre .container::before {
    top: 10%;
  }
}

@media only screen and (max-width: 767px) {
  .pageopremio .sec-3 {
    height: 826px;
  }

  .sec-3__categorias {
    font-size: 55px !important;
  }

  .banner .banner__box .banner__content::after {
    display: none;
  }

  a.sec-2__content--travel-a2 {
    background-color: #f2f2f2;
    padding: 20px 60px;
  }

  section.pageopremio {
    margin: 0px 0px 70px;
  }

  .sec-3__full .sec-3__box--descricao a.btn-saibamais {
    height: 40px;
    width: 140px;
  }

  p.sec-2__content--titulo {
    font-size: 55px;
    margin-top: -50px;
  }

  .pageopremio button.slick-prev.slick-arrow {
    left: calc(50% + 28px);
    bottom: 16px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pageopremio button.slick-next.slick-arrow {
    right: unset;
    left: calc(50% + 72px);
    bottom: 16px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec-3__full .sec-3__box--descricao {
    bottom: -280px;
    width: 70%;
    right: 33px;
    top: 250px;
    z-index: 99999;
    min-height: 520px;
  }
}

.modal-box {
  width: 100%;
  padding: 50px;
  background-color: white;
}

.modal-nav__box [name="modal"] {
  text-decoration: none;
}

.slide-modal button.slick-prev-2.slick-arrow {
  position: absolute;
  background-color: #ffef3e;
  top: -9px;
  left: 737px;
  z-index: 100;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
}

.slide-modal button.slick-next-2.slick-arrow {
  position: absolute;
  background-color: #ffef3e;
  left: 784px;
  z-index: 100;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  top: -9px;
}

.slide-modal button.slick-prev-2.slick-arrow:hover {
  background-color: #57ff8f;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.slide-modal button.slick-next-2.slick-arrow:hover {
  background-color: #57ff8f;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.header-opremio .container .header-opremio__top.header-pilares::after {
  content: " ";
  width: 260px;
  height: 80px;
  background-color: #ef4d43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 160px;
  left: 320px;
}

.header-opremio .container .header-opremio__top.header-pilares .header-opremio__top-h1 {
  z-index: 1;
}

.header-pilares img.header-opremio__top-img {
  right: 0 !important;
}

div#ex1 {
  max-width: 904px;
  padding: 50px;
  height: 530px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.modal-content__h2 {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

@media (max-width: 37.4375em) {
  .modal-content__h2 {
    font-size: 16px;
  }
}

.modal-content__h2::after {
  content: "";
  width: 103px;
  height: 15px;
  background: #ffef3e;
  display: block;
  position: absolute;
  top: 15px;
  left: 54px;
  z-index: -1;
}

.modal-content p {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  line-height: 2em;
}

@media (max-width: 37.4375em) {
  .modal-content p {
    font-size: 16px;
  }
}

.modal-nav {
  padding: 0;
}

@media (max-width: 37.4375em) {
  .modal-nav {
    padding-top: 30px;
  }
}

.modal-nav__box {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 56.1875em) {
  .modal-nav__box {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.modal-nav__box a {
  text-decoration: none;
}

.modal-nav__btn {
  background-color: #ffef3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 30px;
  margin-bottom: 16px;
  cursor: pointer;
}

@media (max-width: 37.4375em) {
  .modal-nav__btn {
    padding: 20px 30px;
    margin-bottom: 10px;
  }
}

.modal-nav__btn--span {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: black;
}

@media (max-width: 37.4375em) {
  .modal-nav__btn--span {
    font-size: 16px;
  }
}

i.fas.fa-plus {
  color: #8501eb;
}

.empresas-participantes {
  overflow: hidden;
}

.empresas-participantes__h2 {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 1em;
  text-align: left;
  color: black;
  padding: 100px 0;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__h2 {
    font-size: 40px;
  }
}

@media (max-width: 37.4375em) {
  .empresas-participantes__h2 {
    padding: 70px 0 20px 0;
  }
}

.empresas-participantes__img {
  position: absolute;
  max-width: 540px;
  left: -220px;
  top: 170px;
  z-index: 999;
  margin-top: 20px;
}

.empresas-participantes__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 200px 0px;
}

.empresas-participantes__content {
  z-index: 99;
  width: 80%;
  background-color: #f2f2f2;
  height: 376px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 190px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 80%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.empresas-participantes__content-brand {
  margin-top: 40px;
}

.empresas-participantes__content-p {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: black;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__content-p {
    font-size: 16px;
  }
}

.empresas-participantes__content-btn--a {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  font-weight: 600;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: #15364c;
  padding: 20px 40px;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__content-btn--a {
    font-size: 16px;
  }
}

.empresas-participantes__content-btn--a:hover {
  background-color: #ef4d43;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.empresas-participantes__content-3 {
  margin-left: 54px;
  position: relative;
}

.empresas-participantes__content-3::after {
  display: block;
  content: "";
  background-image: url(/src/images/Seta-grande.svg);
  background-position: center;
  background-size: contain;
  width: 84px;
  height: 74px;
  position: absolute;
  margin-top: -70px;
  left: 554px;
}

@media (max-width: 74.9375em) {
  .empresas-participantes__content-3::after {
    left: 286px;
  }
}

.empresas-participantes__content-5 {
  margin-left: 54px;
  position: relative;
}

.empresas-participantes__content-5::after {
  display: block;
  content: "";
  background-image: url(/src/images/Seta-grande.svg);
  background-position: center;
  background-size: contain;
  width: 84px;
  height: 74px;
  position: absolute;
  margin-top: -70px;
  left: 554px;
}

@media (max-width: 74.9375em) {
  .empresas-participantes__content-5::after {
    left: 286px;
  }
}

.empresas-participantes__box:nth-child(even) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.empresas-participantes__box:nth-child(even) .empresas-participantes__img {
  left: unset;
  bottom: -160px;
  right: -240px;
}

.empresas-participantes__box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-top: 175px;
  margin-bottom: 175px;
}

.empresas-participantes__box-2 .empresas-participantes__content {
  margin-right: 100px;
}

@media (max-width: 56.1875em) {

  .empresas-participantes__box,
  .empresas-participantes__box-2 {
    display: none;
  }
}

.empresas-participantes__slide {
  display: none;
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide {
    display: block;
  }
}

.empresas-participantes__slide-box {
  background: -webkit-gradient(linear, right top, left top, color-stop(95.83%, #ffef3e), color-stop(70.86%, white));
  background: linear-gradient(270deg, #ffef3e 95.83%, white 70.86%);
  padding-top: 55px;
  height: auto;
  position: relative;
}

.empresas-participantes__slide-box::after {
  display: block;
  content: "";
  background-image: url(../images/arco-slide.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  /* HTML5 display-role reset for older browsers */
  width: 156px;
  height: 144px;
  position: absolute;
  margin-top: -117px;
  left: 0px;
  z-index: 5;
}

.empresas-participantes__slide-box::after html,
.empresas-participantes__slide-box::after body,
.empresas-participantes__slide-box::after div,
.empresas-participantes__slide-box::after span,
.empresas-participantes__slide-box::after applet,
.empresas-participantes__slide-box::after object,
.empresas-participantes__slide-box::after iframe,
.empresas-participantes__slide-box::after h1,
.empresas-participantes__slide-box::after h2,
.empresas-participantes__slide-box::after h3,
.empresas-participantes__slide-box::after h4,
.empresas-participantes__slide-box::after h5,
.empresas-participantes__slide-box::after h6,
.empresas-participantes__slide-box::after p,
.empresas-participantes__slide-box::after blockquote,
.empresas-participantes__slide-box::after pre,
.empresas-participantes__slide-box::after a,
.empresas-participantes__slide-box::after abbr,
.empresas-participantes__slide-box::after acronym,
.empresas-participantes__slide-box::after address,
.empresas-participantes__slide-box::after big,
.empresas-participantes__slide-box::after cite,
.empresas-participantes__slide-box::after code,
.empresas-participantes__slide-box::after del,
.empresas-participantes__slide-box::after dfn,
.empresas-participantes__slide-box::after em,
.empresas-participantes__slide-box::after img,
.empresas-participantes__slide-box::after ins,
.empresas-participantes__slide-box::after kbd,
.empresas-participantes__slide-box::after q,
.empresas-participantes__slide-box::after s,
.empresas-participantes__slide-box::after samp,
.empresas-participantes__slide-box::after small,
.empresas-participantes__slide-box::after strike,
.empresas-participantes__slide-box::after strong,
.empresas-participantes__slide-box::after sub,
.empresas-participantes__slide-box::after sup,
.empresas-participantes__slide-box::after tt,
.empresas-participantes__slide-box::after var,
.empresas-participantes__slide-box::after b,
.empresas-participantes__slide-box::after u,
.empresas-participantes__slide-box::after i,
.empresas-participantes__slide-box::after center,
.empresas-participantes__slide-box::after dl,
.empresas-participantes__slide-box::after dt,
.empresas-participantes__slide-box::after dd,
.empresas-participantes__slide-box::after ol,
.empresas-participantes__slide-box::after ul,
.empresas-participantes__slide-box::after li,
.empresas-participantes__slide-box::after fieldset,
.empresas-participantes__slide-box::after form,
.empresas-participantes__slide-box::after label,
.empresas-participantes__slide-box::after legend,
.empresas-participantes__slide-box::after table,
.empresas-participantes__slide-box::after caption,
.empresas-participantes__slide-box::after tbody,
.empresas-participantes__slide-box::after tfoot,
.empresas-participantes__slide-box::after thead,
.empresas-participantes__slide-box::after tr,
.empresas-participantes__slide-box::after th,
.empresas-participantes__slide-box::after td,
.empresas-participantes__slide-box::after article,
.empresas-participantes__slide-box::after aside,
.empresas-participantes__slide-box::after canvas,
.empresas-participantes__slide-box::after details,
.empresas-participantes__slide-box::after embed,
.empresas-participantes__slide-box::after figure,
.empresas-participantes__slide-box::after figcaption,
.empresas-participantes__slide-box::after footer,
.empresas-participantes__slide-box::after header,
.empresas-participantes__slide-box::after hgroup,
.empresas-participantes__slide-box::after menu,
.empresas-participantes__slide-box::after nav,
.empresas-participantes__slide-box::after output,
.empresas-participantes__slide-box::after ruby,
.empresas-participantes__slide-box::after section,
.empresas-participantes__slide-box::after summary,
.empresas-participantes__slide-box::after time,
.empresas-participantes__slide-box::after mark,
.empresas-participantes__slide-box::after audio,
.empresas-participantes__slide-box::after video {
  margin: 0;
  padding: 0;
  border: 0;
}

.empresas-participantes__slide-box::after article,
.empresas-participantes__slide-box::after aside,
.empresas-participantes__slide-box::after details,
.empresas-participantes__slide-box::after figcaption,
.empresas-participantes__slide-box::after figure,
.empresas-participantes__slide-box::after footer,
.empresas-participantes__slide-box::after header,
.empresas-participantes__slide-box::after hgroup,
.empresas-participantes__slide-box::after menu,
.empresas-participantes__slide-box::after nav,
.empresas-participantes__slide-box::after section {
  display: block;
}

.empresas-participantes__slide-box::after body {
  line-height: 1;
}

.empresas-participantes__slide-box::after ol,
.empresas-participantes__slide-box::after ul {
  list-style: none;
}

.empresas-participantes__slide-box::after blockquote,
.empresas-participantes__slide-box::after q {
  quotes: none;
}

.empresas-participantes__slide-box::after blockquote:before,
.empresas-participantes__slide-box::after blockquote:after,
.empresas-participantes__slide-box::after q:before,
.empresas-participantes__slide-box::after q:after {
  content: "";
  content: none;
}

.empresas-participantes__slide-box::after table {
  border-collapse: collapse;
  border-spacing: 0;
}

.empresas-participantes__slide-box::after table,
.empresas-participantes__slide-box::after input,
.empresas-participantes__slide-box::after td,
.empresas-participantes__slide-box::after card-img {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-image: none;
}

.empresas-participantes__slide-box::after input[type="radio"]:checked+label,
.empresas-participantes__slide-box::after input[type="checkbox"]:checked+label {
  background-image: none;
  background-size: auto;
  background-repeat: no-repeat;
  width: auto;
  height: auto;
  display: block;
  max-width: inherit;
}

.empresas-participantes__slide-box::after input[type="radio"]+label,
.empresas-participantes__slide-box::after input[type="checkbox"]+label {
  background-image: none;
  background-size: auto;
  background-repeat: no-repeat;
  /* width: 18px; */
  height: auto;
  display: block;
}

.empresas-participantes__slide-box::after label {
  display: block;
  position: relative;
  float: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-top: 0;
}

.empresas-participantes__slide-box::after input:not([type="checkbox"]),
.empresas-participantes__slide-box::after input:not([type="radio"]),
.empresas-participantes__slide-box::after select,
.empresas-participantes__slide-box::after textarea {
  position: inherit;
  width: 100%;
  padding: 5px;
  height: inherit;
  font-size: 14px;
  font-weight: inherit;
  background-color: inherit;
}

.empresas-participantes__slide-box::after .participantes .container {
  padding: 20px 0px 50px 0px;
}

.empresas-participantes__slide-box::after .participantes .container .participantes__titulo {
  position: relative;
}

.empresas-participantes__slide-box::after .participantes .container .participantes__titulo h3.participantes__titulo-h3 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 99;
}

.empresas-participantes__slide-box::after .participantes .container .participantes__titulo::after {
  content: " ";
  width: 180px;
  height: 15px;
  background-color: #ffef3e;
  position: absolute;
  top: 12px;
  left: 60px;
}

.empresas-participantes__slide-box::after .banner-regulation {
  background-image: url(../images/bg-regulamento.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  position: relative;
}

.empresas-participantes__slide-box::after .banner-regulation::after {
  content: "";
  width: 260px;
  height: 80px;
  background: #57ff8f;
  display: block;
  position: absolute;
  bottom: -35px;
  left: 450px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .banner-regulation::after {
    display: none;
  }
}

.empresas-participantes__slide-box::after .banner-regulation__h1 {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 1em;
  text-align: left;
  padding: 135px 0;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .banner-regulation__h1 {
    font-size: 40px;
  }
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .banner-regulation__h1 {
    padding: 35px 0;
  }
}

.empresas-participantes__slide-box::after .regulation {
  padding-top: 100px;
  display: block;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .regulation {
    padding-top: 40px;
    display: none;
  }
}

.empresas-participantes__slide-box::after .regulation-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.empresas-participantes__slide-box::after .regulation-list {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .regulation-list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 40px;
  }
}

.empresas-participantes__slide-box::after .regulation-list li {
  margin-bottom: 15px;
}

.empresas-participantes__slide-box::after .regulation-list__a {
  font-family: "Gotham" sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .regulation-list__a {
    font-size: 16px;
  }
}

.empresas-participantes__slide-box::after .regulation-list__a:hover {
  color: #ef4d43;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.empresas-participantes__slide-box::after .regulation-tabs {
  width: 50%;
  background-color: #f2f2f2;
  padding: 0 30px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .regulation-tabs {
    width: 100%;
  }
}

.empresas-participantes__slide-box::after .regulation-link {
  margin-top: 26px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .regulation-link {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.empresas-participantes__slide-box::after .regulation-link-a {
  font-family: "Gotham" sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  background-color: #8501eb;
  color: #ffef3e;
  padding: 20px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .regulation-link-a {
    font-size: 16px;
  }
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .regulation-link-a {
    padding: 15px 15px;
    width: 100%;
  }
}

.empresas-participantes__slide-box::after .regulation-link-a:hover {
  background-color: #ef4d43;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.empresas-participantes__slide-box::after .regulation-list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.empresas-participantes__slide-box::after .container-tabs {
  padding: 50px 0;
}

.empresas-participantes__slide-box::after .container-tabs__h4 {
  font-family: "Gotham" sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .container-tabs__h4 {
    font-size: 16px;
  }
}

.empresas-participantes__slide-box::after .container-tabs__li-2 {
  padding-left: 20px;
}

.empresas-participantes__slide-box::after .container-tabs__li {
  font-family: "Gotham" sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  font-size: 14px;
  line-height: 1.4em;
  color: black;
  margin-bottom: 25px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .container-tabs__li {
    font-size: 16px;
  }
}

.empresas-participantes__slide-box::after .caixa.caixa-1.caixa-reg {
  margin-top: 0;
}

.empresas-participantes__slide-box::after .regulation-mobile {
  display: none;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .regulation-mobile {
    display: block;
  }
}

.empresas-participantes__slide-box::after .regulation-accordion {
  background-color: #f2f2f2;
  padding: 10px;
}

.empresas-participantes__slide-box::after .regulation-accordion__box {
  margin-top: 20px;
}

.empresas-participantes__slide-box::after .regulation-accordion__box h4 {
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
}

.empresas-participantes__slide-box::after .fas.fa-chevron-down {
  color: #8501eb;
}

.empresas-participantes__slide-box::after .fas.fa-chevron-down.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.empresas-participantes__slide-box::after .fas.fa-chevron-down {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s;
}

.empresas-participantes__slide-box::after h4.regulation-accordion {
  cursor: pointer;
}

.empresas-participantes__slide-box::after div.regulation-accordion {
  display: none;
}

@media screen and (max-width: 1100px) and (min-width: 769px) {
  .empresas-participantes__slide-box::after .banner-regulation__h1 {
    padding-left: 65px;
  }

  .empresas-participantes__slide-box::after .regulation-list__box {
    padding-left: 65px;
  }
}

.empresas-participantes__slide-box::after p.sec-4__content--titulo {
  font-weight: 600;
  font-size: 70px;
  line-height: 1em;
  text-align: left;
  font-size: 220px;
  text-align: center;
  color: #f2f2f2;
  position: relative;
  margin-top: -180px;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .empresas-participantes__slide-box::after p.sec-4__content--titulo {
    font-size: 60px;
    margin-top: -50px;
  }
}

.empresas-participantes__slide-box::after .sec-4__content--h2 {
  z-index: 1;
  position: relative;
}

.empresas-participantes__slide-box::after p.sec-2__content--titulo {
  font-weight: 600;
  line-height: 1em;
  font-size: 220px;
  text-align: center;
  opacity: 0.5;
  position: relative;
  margin-top: -180px;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .empresas-participantes__slide-box::after p.sec-2__content--titulo {
    font-size: 60px;
    margin-top: -50px;
  }
}

.empresas-participantes__slide-box::after .sec-3__full .sec-3__box--descricao {
  font-size: 16px;
  color: #000000;
  background-color: #fff;
  padding: 40px;
  width: 351px;
  position: absolute;
  top: 310px;
  margin-left: 100px;
  line-height: 20px;
  min-height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.empresas-participantes__slide-box::after .sec-3__full .sec-3__box--descricao a.btn-saibamais {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: white;
  text-decoration: none;
  background-color: #15364c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 161px;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.empresas-participantes__slide-box::after .pageopremio .sec-3 {
  height: 720px;
  position: relative;
}

.empresas-participantes__slide-box::after .pageopremio button.slick-next.slick-arrow {
  bottom: 8px;
  right: 0;
  left: calc(50% + 291px);
}

@media only screen and (min-width: 1600px) {
  .empresas-participantes__slide-box::after .pageopremio button.slick-next.slick-arrow {
    left: calc(50% + 201px);
  }
}

.empresas-participantes__slide-box::after .pageopremio button.slick-prev.slick-arrow {
  top: unset;
  bottom: 8px;
  left: calc(50% + 220px);
}

@media only screen and (min-width: 1600px) {
  .empresas-participantes__slide-box::after .pageopremio button.slick-prev.slick-arrow {
    left: calc(50% + 135px);
  }
}

.empresas-participantes__slide-box::after .modalidade {
  margin-top: 50px;
}

.empresas-participantes__slide-box::after .modalidade .modalidade-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.empresas-participantes__slide-box::after .modalidade .modalidade-box .modalidade__item {
  background-color: #ffef3e;
  width: 295px;
  margin: 5px 0px;
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.empresas-participantes__slide-box::after .modalidade .modalidade-box .modalidade__item .modalidade__item-titulo {
  font-size: 18px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.empresas-participantes__slide-box::after .modalidade .modalidade-box .modalidade__item .modalidade__item-desc {
  padding: 10px 20px;
  font-weight: 300;
  display: none;
}

.empresas-participantes__slide-box::after .academica {
  margin: 100px 0px 120px;
  position: relative;
}

.empresas-participantes__slide-box::after .academica .box-verde {
  position: relative;
  width: 70%;
  margin: 0 auto;
}

.empresas-participantes__slide-box::after .academica .box-verde::before {
  content: " ";
  width: 240px;
  height: 60px;
  display: block;
  background: #57ff8f;
  position: absolute;
  bottom: -30px;
  left: -80px;
  z-index: 1;
}

.empresas-participantes__slide-box::after .academica .academica--box {
  background-color: #8501eb;
  width: 70%;
  position: relative;
  margin: 0 auto;
  z-index: 9;
}

.empresas-participantes__slide-box::after .academica .academica--box .academica__top {
  position: relative;
}

.empresas-participantes__slide-box::after .academica .academica--box .academica__top .academica__top-h2 {
  padding: 138px 91px 220px 91px;
}

.empresas-participantes__slide-box::after .academica .academica--box .academica__top .academica__top-h2 span {
  font-size: 16px;
  color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.empresas-participantes__slide-box::after .academica .academica--box .academica__top .academica__top-h2 strong {
  font-size: 40px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.empresas-participantes__slide-box::after .academica .academica--box .academica__bottom {
  position: relative;
}

.empresas-participantes__slide-box::after .academica .academica--box .academica__bottom .academica__bottom-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-weight: 300;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  line-height: 20px;
  width: 490px;
  position: absolute;
  bottom: -110px;
  left: 91px;
}

.empresas-participantes__slide-box::after .academica .academica__bottom-img {
  position: absolute;
  right: 0px;
  z-index: 10;
}

@media only screen and (min-width: 1240px) {
  .empresas-participantes__slide-box::after .academica .academica__bottom-img {
    top: 128px;
  }
}

@media only screen and (min-width: 1366px) {
  .empresas-participantes__slide-box::after .academica .academica__bottom-img {
    top: 128px;
  }
}

.empresas-participantes__slide-box::after .premios {
  overflow: hidden;
  padding: 60px 0px;
  margin-bottom: -100px;
}

.empresas-participantes__slide-box::after .premios .container {
  position: relative;
}

.empresas-participantes__slide-box::after .premios .container::before {
  content: " ";
  background-color: #ffef3e;
  width: 260px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 10px;
  z-index: 9999999999;
  right: -340px;
}

.empresas-participantes__slide-box::after .premios .container .premios-titulo {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: -180px;
  z-index: 9;
  position: relative;
}

.empresas-participantes__slide-box::after .premios .container .premios-p {
  font-weight: 600;
  line-height: 1em;
  font-size: 220px;
  text-align: center;
  color: #f2f2f2;
  position: absolute;
  top: -70px;
  pointer-events: none;
  left: -30px;
}

.empresas-participantes__slide-box::after .premios .container .premios__item {
  position: relative;
  margin: 220px 0px;
}

.empresas-participantes__slide-box::after .premios .container .premios__item .premio__item--titulo {
  width: 470px;
  position: relative;
  position: relative;
  z-index: 9999;
}

.empresas-participantes__slide-box::after .premios .container .premios__item .premio__item--titulo .premio__item--titulo-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: center;
  justify-content: center;
  width: 410px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 999;
  min-height: 310px;
  padding-left: 70px;
}

.empresas-participantes__slide-box::after .premios .container .premios__item .premio__item--titulo .premio__item--titulo-p span {
  font-size: 17px;
  font-weight: 300;
  color: #f2f2f2;
}

.empresas-participantes__slide-box::after .premios .container .premios__item .premio__item--titulo .premio__item--titulo-p strong {
  font-size: 40px;
  color: #ffffff;
  margin-top: 10px;
}

.empresas-participantes__slide-box::after .premios .container .premios__item .premio__item--cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 60%;
  position: absolute;
  top: 70px;
  right: 0px;
  z-index: 100000;
}

.empresas-participantes__slide-box::after .premios .container .premios__item .premio__item--cards .premio__item--card--box {
  background-color: #57ff8f;
  width: 168px;
  height: 168px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.empresas-participantes__slide-box::after .premios .container .premios__item .premio__item--cards .premio__item--card--box div {
  padding: 20px;
}

.empresas-participantes__slide-box::after .premios .container .premios__item .premio__item--cards .premio__item--card--box div span,
.empresas-participantes__slide-box::after .premios .container .premios__item .premio__item--cards .premio__item--card--box div strong {
  color: #15364c;
}

.empresas-participantes__slide-box::after .premios .container .premios__item .premio__item--cards .premio__item--card--box:nth-child(1):after,
.empresas-participantes__slide-box::after .premios .container .premios__item .premio__item--cards .premio__item--card--box:nth-child(2):after {
  content: "+";
  width: 34px;
  height: 34px;
  background-color: #8501eb;
  border-radius: 50%;
  position: absolute;
  right: -25px;
  z-index: 999;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  z-index: 1000;
}

.empresas-participantes__slide-box::after .premios .container .premio__item--card-img {
  position: absolute;
  top: -70px;
  right: -270px;
}

.empresas-participantes__slide-box::after .premios .container .caminho-premio {
  position: absolute;
  right: -330px;
  bottom: -150px;
}

.empresas-participantes__slide-box::after .box__purple-2 {
  content: "";
  display: block;
  background-image: url(/src/images/Grupo-162.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 240px;
  height: 262px;
  position: absolute;
  right: 0px;
  z-index: 15;
  top: -7px;
}

.empresas-participantes__slide-box::after .header-opremio {
  position: relative;
  overflow: hidden;
}

.empresas-participantes__slide-box::after .header-opremio .container {
  position: relative;
}

.empresas-participantes__slide-box::after .header-opremio .container .header-opremio__top .header-opremio__top-h1 {
  font-size: 70px;
  padding: 187px 0px;
  z-index: 1;
  position: relative;
}

.empresas-participantes__slide-box::after .header-opremio .container .header-opremio__top .header-opremio__top-img {
  position: absolute;
  top: 0px;
  right: -500px;
  width: 110%;
}

.empresas-participantes__slide-box::after .header-opremio .container .header-opremio__top .header-opremio__top-p {
  font-weight: 600;
  font-size: 70px;
  line-height: 1em;
  text-align: left;
  font-size: 220px;
  text-align: center;
  opacity: 0.5;
  position: absolute;
  top: 100px;
  left: -220px;
}

.empresas-participantes__slide-box::after .header-opremio .container .header-opremio__top::after {
  content: " ";
  width: 260px;
  height: 80px;
  background-color: #ffef3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 280px;
  left: 320px;
}

.empresas-participantes__slide-box::after .header-opremio .container .header-opremio__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 130px 0px 0px;
}

.empresas-participantes__slide-box::after .header-opremio .container .header-opremio__bottom .header-opremio__bottom-p {
  width: 46%;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  .empresas-participantes__slide-box::after .header-opremio .container .header-opremio__top .header-opremio__top-h1 {
    font-size: 40px;
    padding: 117px 0px;
  }

  .empresas-participantes__slide-box::after .header-opremio .container .header-opremio__top .header-opremio__top-p {
    font-size: 70px;
    left: 0px;
  }

  .empresas-participantes__slide-box::after .header-opremio .container .header-opremio__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .empresas-participantes__slide-box::after .header-opremio .container .header-opremio__bottom .header-opremio__bottom-p {
    width: 100%;
  }

  .empresas-participantes__slide-box::after .premios .container .premios__item .premio__item--cards .premio__item--card--box {
    width: 80%;
    height: 40px;
    margin: 10px auto;
    font-weight: bold;
  }

  .empresas-participantes__slide-box::after .premios .container .premio__item--card-img {
    display: none;
  }

  .empresas-participantes__slide-box::after .premios .container .premios__item .premio__item--cards {
    position: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .empresas-participantes__slide-box::after .premio-card-1 {
    background-color: #ef4d43;
  }

  .empresas-participantes__slide-box::after .premio-card-2 {
    background-color: #8501eb;
  }

  .empresas-participantes__slide-box::after .premio-card-3 {
    background-color: #15364c;
  }

  .empresas-participantes__slide-box::after .premios .container .premios__item .premio__item--cards .premio__item--card--box strong {
    font-size: 16px !important;
  }

  .empresas-participantes__slide-box::after .premio__item--card--box {
    margin: 10px 0px;
  }

  .empresas-participantes__slide-box::after .premios .container .premios__item .premio__item--cards .premio__item--card--box div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
  }

  .empresas-participantes__slide-box::after .premios .container .premios__item .premio__item--cards .premio__item--card--box div span,
  .empresas-participantes__slide-box::after .premios .container .premios__item .premio__item--cards .premio__item--card--box div strong {
    font-size: 16px !important;
    margin-right: 1px;
  }

  .empresas-participantes__slide-box::after .premios .container .premios__item .premio__item--cards .premio__item--card--box:nth-child(1):after,
  .empresas-participantes__slide-box::after .premios .container .premios__item .premio__item--cards .premio__item--card--box:nth-child(2):after {
    left: 50%;
    -webkit-transform: translate(-50%, 30px);
    transform: translate(-50%, 30px);
    width: 25px;
    height: 25px;
    font-size: 25px;
  }

  .empresas-participantes__slide-box::after .premios .container .premios__item .premio__item--titulo {
    width: 100%;
  }

  .empresas-participantes__slide-box::after .premios .container .premios-titulo {
    font-size: 40px;
    padding-left: 30px;
  }

  .empresas-participantes__slide-box::after .premios .container .premios-p {
    font-size: 100px;
    top: -50px;
    left: 0px;
  }

  .empresas-participantes__slide-box::after section.premios .container {
    width: 100% !important;
    padding: 0px;
  }

  .empresas-participantes__slide-box::after .premios .container .premios__item .premio__item--titulo .premio__item--titulo-p {
    min-height: 230px;
  }

  .empresas-participantes__slide-box::after .premios .container .premios__item .premio__item--cards {
    padding: 0px 0px 40px 0px;
  }

  .empresas-participantes__slide-box::after button.slick-prev.opremio-prev {
    position: absolute;
    bottom: -670px;
    right: 43px;
    width: 40px;
    height: 40px;
    border: none;
    z-index: 99;
    background-color: #f2f2f2;
  }

  .empresas-participantes__slide-box::after button.slick-next.opremio-next {
    position: absolute;
    bottom: 20px;
    right: 0px;
    width: 40px;
    height: 40px;
    border: none;
    background-color: #f2f2f2;
  }

  .empresas-participantes__slide-box::after .premios .container::before {
    top: 50px;
    right: -150px;
  }

  .empresas-participantes__slide-box::after .premios .container .premios__item {
    margin: 220px 0px 20px;
  }

  .empresas-participantes__slide-box::after .academica .academica__bottom-img {
    width: 150px;
    left: 0px;
    bottom: -20px;
  }

  .empresas-participantes__slide-box::after .academica .academica--box {
    width: 90%;
    position: relative;
    margin-right: 0px;
  }

  .empresas-participantes__slide-box::after section.academica .container {
    width: 100% !important;
    padding: 0px;
    margin: 0px;
  }

  .empresas-participantes__slide-box::after .academica .academica--box .academica__bottom .academica__bottom-p {
    width: 93%;
    left: 0px;
    top: -30px;
    padding: 30px;
    line-height: 24px;
  }

  .empresas-participantes__slide-box::after .academica .academica--box .academica__top .academica__top-h2 {
    padding: 55px 0px 128px 40px;
  }

  .empresas-participantes__slide-box::after .academica {
    margin: 100px 0px 420px;
  }

  .empresas-participantes__slide-box::after .modalidade .modalidade-box .modalidade__item {
    width: 100%;
  }

  .empresas-participantes__slide-box::after .sec-3__full .sec-3__box--descricao {
    bottom: -280px;
    width: 70%;
    right: 33px;
    top: 250px;
    z-index: 99999;
  }

  .empresas-participantes__slide-box::after section.pageopremio {
    margin: 0px 0px 360px 0px;
  }

  .empresas-participantes__slide-box::after .academica .academica--box .academica__top .academica__top-h2 strong {
    font-size: 30px;
  }

  .empresas-participantes__slide-box::after .academica .academica--box .academica__top .academica__top-h2 span {
    font-weight: 300;
  }

  .empresas-participantes__slide-box::after section.h-brands.h-brands-opremio .box__purple-2 {
    display: none;
  }

  .empresas-participantes__slide-box::after .header-opremio .container .header-opremio__top .header-opremio__top-img {
    right: -160px;
    top: 40px;
    opacity: 0.8;
  }

  .empresas-participantes__slide-box::after .header-opremio .container .header-opremio__top::after {
    top: 0;
    background-color: #57ff8f;
  }

  .empresas-participantes__slide-box::after .header-opremio .container .header-opremio__bottom {
    padding: 30px 0px;
  }
}

.empresas-participantes__slide-box::after .modal-box {
  width: 100%;
  padding: 50px;
  background-color: white;
}

.empresas-participantes__slide-box::after .modal-nav__box [name="modal"] {
  text-decoration: none;
}

.empresas-participantes__slide-box::after .slide-modal button.slick-prev-2.slick-arrow {
  position: absolute;
  background-color: #ffef3e;
  top: -9px;
  left: 737px;
  z-index: 100;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
}

.empresas-participantes__slide-box::after .slide-modal button.slick-next-2.slick-arrow {
  position: absolute;
  background-color: #ffef3e;
  left: 784px;
  z-index: 100;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  top: -9px;
}

.empresas-participantes__slide-box::after .slide-modal button.slick-prev-2.slick-arrow:hover {
  background-color: #57ff8f;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.empresas-participantes__slide-box::after .slide-modal button.slick-next-2.slick-arrow:hover {
  background-color: #57ff8f;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.empresas-participantes__slide-box::after .header-opremio .container .header-opremio__top.header-pilares::after {
  content: " ";
  width: 260px;
  height: 80px;
  background-color: #ef4d43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 160px;
  left: 320px;
}

.empresas-participantes__slide-box::after .header-opremio .container .header-opremio__top.header-pilares .header-opremio__top-h1 {
  z-index: 1;
}

.empresas-participantes__slide-box::after .header-pilares img.header-opremio__top-img {
  right: 0 !important;
}

.empresas-participantes__slide-box::after div#ex1,
.empresas-participantes__slide-box::after div#ex2 {
  max-width: 904px;
  padding: 50px;
  height: 530px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.empresas-participantes__slide-box::after .modal-content__h2 {
  font-family: "Gotham" sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .modal-content__h2 {
    font-size: 16px;
  }
}

.empresas-participantes__slide-box::after .modal-content__h2::after {
  content: "";
  width: 103px;
  height: 15px;
  background: #ffef3e;
  display: block;
  position: absolute;
  top: 15px;
  left: 54px;
  z-index: -1;
}

.empresas-participantes__slide-box::after .modal-content p {
  font-family: "Gotham" sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  line-height: 2em;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .modal-content p {
    font-size: 16px;
  }
}

.empresas-participantes__slide-box::after .modal-nav {
  padding: 0;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .modal-nav {
    padding-top: 30px;
  }
}

.empresas-participantes__slide-box::after .modal-nav__box {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .modal-nav__box {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.empresas-participantes__slide-box::after .modal-nav__box a {
  text-decoration: none;
}

.empresas-participantes__slide-box::after .modal-nav__btn {
  background-color: #ffef3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 30px;
  margin-bottom: 16px;
  cursor: pointer;
}

.empresas-participantes__slide-box::after .modal-nav__btn--span {
  font-family: "Gotham" sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: black;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .modal-nav__btn--span {
    font-size: 16px;
  }
}

.empresas-participantes__slide-box::after i.fas.fa-plus {
  color: #8501eb;
}

.empresas-participantes__slide-box::after .empresas-participantes__h2 {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 1em;
  text-align: left;
  color: black;
  padding: 100px 0;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .empresas-participantes__h2 {
    font-size: 40px;
  }
}

.empresas-participantes__slide-box::after .empresas-participantes__img {
  position: relative;
}

.empresas-participantes__slide-box::after .empresas-participantes__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.empresas-participantes__slide-box::after .empresas-participantes__content {
  max-width: 400px;
  padding-left: 10px;
}

.empresas-participantes__slide-box::after .empresas-participantes__content:nth-child(2) {
  margin-right: 100px;
}

.empresas-participantes__slide-box::after .empresas-participantes__content-brand {
  margin-bottom: 40px;
}

.empresas-participantes__slide-box::after .empresas-participantes__content-p {
  font-family: "Gotham" sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: black;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .empresas-participantes__content-p {
    font-size: 16px;
  }
}

.empresas-participantes__slide-box::after .empresas-participantes__content-btn {
  margin-top: 60px;
}

.empresas-participantes__slide-box::after .empresas-participantes__content-btn--a {
  font-family: "Gotham" sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  font-weight: 600;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: #15364c;
  padding: 20px 40px;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .empresas-participantes__content-btn--a {
    font-size: 16px;
  }
}

.empresas-participantes__slide-box::after .empresas-participantes__content-btn--a:hover {
  background-color: #ef4d43;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.empresas-participantes__slide-box::after .empresas-participantes__content-3 {
  margin-left: 54px;
  position: relative;
}

.empresas-participantes__slide-box::after .empresas-participantes__content-3::after {
  display: block;
  content: "";
  background-image: url(/src/images/Seta-grande.svg);
  background-position: center;
  background-size: contain;
  width: 84px;
  height: 74px;
  position: absolute;
  margin-top: -70px;
  left: 554px;
}

@media (max-width: 74.9375em) {
  .empresas-participantes__slide-box::after .empresas-participantes__content-3::after {
    left: 286px;
  }
}

.empresas-participantes__slide-box::after .empresas-participantes__content-5 {
  margin-left: 54px;
  position: relative;
}

.empresas-participantes__slide-box::after .empresas-participantes__content-5::after {
  display: block;
  content: "";
  background-image: url(/src/images/Seta-grande.svg);
  background-position: center;
  background-size: contain;
  width: 84px;
  height: 74px;
  position: absolute;
  margin-top: -70px;
  left: 554px;
}

@media (max-width: 74.9375em) {
  .empresas-participantes__slide-box::after .empresas-participantes__content-5::after {
    left: 286px;
  }
}

.empresas-participantes__slide-box::after .empresas-participantes__box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-top: 175px;
  margin-bottom: 175px;
}

.empresas-participantes__slide-box::after .empresas-participantes__box-2 .empresas-participantes__content {
  margin-right: 100px;
}

@media (max-width: 56.1875em) {

  .empresas-participantes__slide-box::after .empresas-participantes__box,
  .empresas-participantes__slide-box::after .empresas-participantes__box-2 {
    display: none;
  }
}

.empresas-participantes__slide-box::after .empresas-participantes__slide {
  display: none;
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .empresas-participantes__slide {
    display: block;
  }
}

.empresas-participantes__slide-box::after .empresas-participantes__slide-box {
  background: -webkit-gradient(linear, right top, left top, color-stop(95.83%, #ffef3e), color-stop(70.86%, white));
  background: linear-gradient(270deg, #ffef3e 95.83%, white 70.86%);
  padding-top: 55px;
  height: auto;
  position: relative;
}

.empresas-participantes__slide-box::after .empresas-participantes__slide-box::after {
  display: block;
  content: "";
  background-image: url(../images/arco-slide.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 156px;
  height: 144px;
  position: absolute;
  margin-top: -117px;
  left: 0px;
  z-index: 5;
}

.empresas-participantes__slide-box::after .empresas-participantes__slide--content {
  margin: 0 auto;
  max-width: 245px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.empresas-participantes__slide-box::after .empresas-participantes__slide--content h2 {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1em;
  text-align: left;
  color: black;
  margin-bottom: 20px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .empresas-participantes__slide--content h2 {
    font-size: 20px;
  }
}

.empresas-participantes__slide-box::after .empresas-participantes__slide--content p {
  font-family: "Gotham" sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: black;
  margin-bottom: 30px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .empresas-participantes__slide--content p {
    font-size: 16px;
  }
}

.empresas-participantes__slide-box::after .empresas-participantes__slide--content-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 15px 70px;
  background-color: white;
  position: relative;
  z-index: 10;
}

.empresas-participantes__slide-box::after .empresas-participantes__slide--content a {
  font-family: "Gotham" sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  font-weight: 600;
  color: white;
  background-color: #15364c;
  padding: 10px 30px;
  text-align: center;
  width: 105px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .empresas-participantes__slide--content a {
    font-size: 16px;
  }
}

.empresas-participantes__slide-box::after button.slick-next-3.slick-arrow {
  border: none;
  background-color: #f2f2f2;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 85px;
}

.empresas-participantes__slide-box::after button.slick-prev-3.slick-arrow {
  border: none;
  background-color: #f2f2f2;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1;
  top: 474px;
  left: 36px;
}

.empresas-participantes__slide-box::after .box__purple-3 {
  content: "";
  display: block;
  background-image: url(../images/box-purple-3.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 262px;
  position: absolute;
  right: 0px;
  z-index: 15;
  top: -7px;
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .box__purple-3 {
    width: 120px;
    top: 37px;
  }
}

.empresas-participantes__slide-box::after .header-opremio .container .header-opremio__top.header-opremio__top2::after {
  content: " ";
  width: 260px;
  height: 80px;
  background-color: #ef4d43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 161px;
  left: 320px;
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .header-opremio .container .header-opremio__top.header-opremio__top2::after {
    display: none;
  }
}

.empresas-participantes__slide-box::after .modal-nav__box a {
  width: 352px;
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .modal-nav__box a {
    width: 100%;
  }
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after section.modal-nav {
    margin-top: 30px;
  }
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after section.modal-nav {
    margin-top: -135px;
  }
}

.empresas-participantes__slide-box::after .empresas-participantes__content.empresas-participantes__content-4 {
  position: relative;
}

.empresas-participantes__slide-box::after .empresas-participantes__box {
  position: relative;
}

.empresas-participantes__slide-box::after .empresas-participantes__box.before::before {
  content: " ";
  width: 290px;
  height: 40px;
  background-color: #8501eb;
  position: absolute;
  bottom: 315px;
  left: 168px;
}

.empresas-participantes__slide-box::after .empresas-participantes__box.before2::before {
  content: " ";
  width: 290px;
  height: 40px;
  background-color: #ef4d43;
  position: absolute;
  bottom: 315px;
  left: 168px;
}

.empresas-participantes__slide-box::after .empresas-participantes__box-2 .empresas-participantes__content {
  position: relative;
}

.empresas-participantes__slide-box::after .empresas-participantes__box-2 .empresas-participantes__content::after {
  content: " ";
  width: 184px;
  height: 40px;
  background-color: #ef4d43;
  position: absolute;
  bottom: 30px;
  left: 326px;
  z-index: 5;
}

.empresas-participantes__slide-box::after .empresas-participantes__box-2 .empresas-participantes__content.after::after {
  content: " ";
  width: 184px;
  height: 40px;
  background-color: #ffef3e;
  position: absolute;
  bottom: 30px;
  left: 326px;
  z-index: 5;
}

.empresas-participantes__slide-box::after .header-edicoes .container .header-opremio__top::after {
  content: " ";
  width: 260px;
  height: 80px;
  background-color: #8501eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 320px;
}

.empresas-participantes__slide-box::after .sessao2 {
  padding: 200px 0px 80px;
}

.empresas-participantes__slide-box::after .sessao2 .container {
  position: relative;
}

.empresas-participantes__slide-box::after .sessao2 .container::after {
  content: " ";
  width: 260px;
  height: 60px;
  background-color: #ffef3e;
  position: absolute;
  bottom: 50px;
  left: 0;
}

.empresas-participantes__slide-box::after .sessao2 .container .sessao2-box {
  background-color: #57ff8f;
  width: 80%;
  margin-left: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.empresas-participantes__slide-box::after .sessao2 .container .sessao2-box p.sessao2-p {
  font-size: 40px;
  font-weight: bold;
  padding: 135px 0px;
}

.empresas-participantes__slide-box::after .sessao2 .container .sessao2-box .sessao2-imgabsolut {
  position: absolute;
  top: -40px;
  right: 20px;
}

.empresas-participantes__slide-box::after .sessao2 .container .sessao2-box .sec-4__content--ebook {
  position: absolute;
  bottom: -60px;
  right: 80px;
}

.empresas-participantes__slide-box::after .sessao2 .container .sessao2-box .sec-4__content--ebook .sec-4__content--ebook-img {
  position: absolute;
  margin-left: -406px;
  display: block;
}

.empresas-participantes__slide-box::after .sessao2 .container .sessao2-box .sec-4__content--ebook p.sec-4__content--ebook-p.ebook-p__2 {
  font-size: 18px;
  line-height: 24px;
}

.empresas-participantes__slide-box::after .sessao2 .container img.sessao2-img {
  position: absolute;
  top: -120px;
  left: -120px;
  z-index: 9;
}

.empresas-participantes__slide-box::after .sessao2 .container img.sessao2-caminho {
  position: absolute;
  bottom: -130px;
  z-index: 8;
  left: 0;
}

.empresas-participantes__slide-box::after .sessao4 {
  padding: 70px 0px;
}

.empresas-participantes__slide-box::after .sessao4 .container .sessao4-box .sessao4__card {
  background-color: #f2f2f2;
  margin: 0px 10px;
  margin-bottom: 100px;
}

.empresas-participantes__slide-box::after .sessao4 .container .sessao4-box .sessao4__card img.sessao4-img {
  max-width: 100%;
  width: 100%;
}

.empresas-participantes__slide-box::after .sessao4 .container .sessao4-box .sessao4__card .sessao4-p {
  font-size: 20px;
  font-weight: bold;
  padding: 50px 0px 30px 50px;
}

.empresas-participantes__slide-box::after .sessao4 .container .sessao4-box .sessao4__card .sessao4-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 256px;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffef3e;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
  bottom: -30px;
}

.empresas-participantes__slide-box::after .sessao4 .container .sessao4-box .sessao4__card .sessao4-a img.sessao4-a-img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.empresas-participantes__slide-box::after .sessao4 .container .sessao4-box .sessao4__card .sessao4-a:hover img.sessao4-a-img {
  margin-top: 10px;
}

.empresas-participantes__slide-box::after .sessao4 .container .sessao4-box button.slick-next.edicoes-next.slick-arrow {
  left: unset;
  bottom: 0px;
  right: 0;
}

.empresas-participantes__slide-box::after .sessao4 .container .sessao4-box button.slick-prev.edicoes-prev.slick-arrow {
  position: absolute;
  top: unset;
  left: unset;
  bottom: 0px;
  right: 75px;
}

.empresas-participantes__slide-box::after button.slick-prev.slick-arrow,
.empresas-participantes__slide-box::after button.slick-next.slick-arrow {
  background-color: #f2f2f2;
  font-weight: bold;
}

.empresas-participantes__slide-box::after .participantes .container .participantes__logos .participante__logo-item,
.empresas-participantes__slide-box::after .apoiadores .container .apoiadores__logos .apoiador__logo-item {
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
}

.empresas-participantes__slide-box::after .participantes .container .participantes__logos .participante__logo-item:hover,
.empresas-participantes__slide-box::after .apoiadores .container .apoiadores__logos .apoiador__logo-item:hover {
  -webkit-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
}

.empresas-participantes__slide-box::after .apoiadores .container .apoiadores__logos {
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .empresas-participantes__slide-box::after .h-brands-edicoes .box__purple-3 {
    display: none;
  }

  .empresas-participantes__slide-box::after .header-edicoes .container .header-opremio__top::after {
    content: " ";
    width: 260px;
    height: 80px;
    background-color: #ef4d43;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 320px;
  }

  .empresas-participantes__slide-box::after .sessao2 {
    padding: 100px 0px 5px 0px;
  }

  .empresas-participantes__slide-box::after .sessao2 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .empresas-participantes__slide-box::after .sessao2 .container::after {
    display: none;
  }

  .empresas-participantes__slide-box::after .sessao2 .container .sessao2-box {
    margin-left: 0px;
    width: 90%;
  }

  .empresas-participantes__slide-box::after .sessao2 .container .sessao2-box p.sessao2-p {
    font-size: 20px;
    padding: 90px 0px 150px;
  }

  .empresas-participantes__slide-box::after .sessao2 .container .sessao2-box .sessao2-imgabsolut {
    max-width: 32px;
    top: -13px;
    right: 10px;
  }

  .empresas-participantes__slide-box::after .sessao2 .container .sessao2-box .sec-4__content--ebook {
    bottom: 0;
    width: 318px;
    right: 0px;
  }

  .empresas-participantes__slide-box::after .sessao2 .container .sessao2-box .sec-4__content--ebook .sec-4__content--ebook-img {
    margin-left: -260px;
  }

  .empresas-participantes__slide-box::after .sessao2 .container .sessao2-box .sec-4__content--ebook p.sec-4__content--ebook-p.ebook-p__2 {
    font-size: 16px;
    margin-left: 90px;
  }

  .empresas-participantes__slide-box::after .sessao2 .container .sessao2-box .sec-4__content--ebook .sec-4__content--ebook-a {
    width: 46px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .empresas-participantes__slide-box::after .sessao2 .container .sessao2-box .sec-4__content--ebook .sec-4__content--ebook-a .sec-4__content--ebook-a img {
    padding: 0;
  }

  .empresas-participantes__slide-box::after .sessao2 .container img.sessao2-caminho {
    display: none;
  }

  .empresas-participantes__slide-box::after .sessao2 .container img.sessao2-img {
    max-width: 45%;
    left: 20px;
    top: -100px;
  }

  .empresas-participantes__slide-box::after .sessao4 .container .sessao4-box .sessao4__card .sessao4-p {
    padding: 30px 0px 0px 50px;
  }
}

.empresas-participantes__slide-box::after html,
.empresas-participantes__slide-box::after body {
  margin: 0px;
  padding: 0px;
  font-family: "Gotham", "Times New Roman", Times, serif;
}

.empresas-participantes__slide-box::after .container {
  max-width: 904px;
  margin: 0 auto;
}

.empresas-participantes__slide-box::after .home {
  background-color: #b1d4ef;
  width: 100%;
  height: 100vh;
}

.empresas-participantes__slide-box::after .menu {
  width: 70px;
  height: 100vh;
  background-color: #eeeeeef0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
}

.empresas-participantes__slide-box::after .menu ul {
  padding: 60px 0px 0px 0px;
  margin: 0px;
}

.empresas-participantes__slide-box::after .menu ul li {
  list-style: none;
  padding: 10px 0px 10px 23px;
}

.empresas-participantes__slide-box::after .menu ul li a {
  text-decoration: none;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.empresas-participantes__slide-box::after .menu ul li a .menu-img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 10px;
}

.empresas-participantes__slide-box::after .menu ul li a .menu-texto {
  display: none;
  margin: 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.empresas-participantes__slide-box::after .menu ul li a .menu-texto:hover {
  color: #ef4d43;
}

.empresas-participantes__slide-box::after .menu .menu-botao {
  background-image: url(../images/menu.svg);
  width: 24px;
  height: 24px;
  border: none;
  background-size: cover;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 23px;
  background-color: rgba(238, 238, 238, 0.88);
}

.empresas-participantes__slide-box::after .menu .menu-botao.ativo {
  background-image: none;
}

.empresas-participantes__slide-box::after .menu .menu-botao.ativo::after {
  content: "X";
  color: red;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .empresas-participantes__slide-box::after nav.menu {
    background: transparent;
    height: auto;
  }

  .empresas-participantes__slide-box::after .menu ul {
    display: none;
  }
}

.empresas-participantes__slide-box::after header.header-opremio.page-inscrevase .container .header-opremio__top::after {
  content: " ";
  width: 260px;
  height: 80px;
  background-color: #ffef3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0px;
  left: 320px;
}

.empresas-participantes__slide-box::after header.header-opremio.page-inscrevase .container .header-opremio__top .header-opremio__top-p {
  left: -20px;
}

@media only screen and (max-width: 767px) {
  .empresas-participantes__slide-box::after .h-brands-pageinscrevase .box__purple {
    display: none;
  }
}

.empresas-participantes__slide-box::after .footer .container .footer__top {
  height: 48px;
  width: 100%;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.empresas-participantes__slide-box::after .footer .container .footer__top p {
  font-size: 14px;
  color: #919191;
  font-weight: bold;
}

.empresas-participantes__slide-box::after .footer .container .footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 50px 0px;
}

.empresas-participantes__slide-box::after .footer .container .footer__bottom .footer__bottom--logo {
  width: 22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.empresas-participantes__slide-box::after .footer .container .footer__bottom .footer__bottom--logo .footer__bottom--logo-sg {
  width: 112px;
  height: 42px;
}

.empresas-participantes__slide-box::after .footer .container .footer__bottom .footer__bottom--logo .footer__bottom--logo-asbea {
  width: 54px;
  height: 47px;
}

.empresas-participantes__slide-box::after .footer .container .footer__bottom .footer__bottom--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 56%;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.empresas-participantes__slide-box::after .footer .container .footer__bottom .footer__bottom--menu div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.empresas-participantes__slide-box::after .footer .container .footer__bottom .footer__bottom--menu div .footer__bottom--menu-a {
  text-decoration: none;
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px;
}

.empresas-participantes__slide-box::after .footer .container .footer__bottom .footer__bottom--menu div .footer__bottom--menu-a:hover {
  color: #ef4d43;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.empresas-participantes__slide-box::after .footer .container .footer__bottom .footer__bottom--social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22%;
}

.empresas-participantes__slide-box::after .footer .container .footer__bottom .footer__bottom--social .footer__bottom--social-a {
  text-decoration: none;
  color: #8501eb;
}

.empresas-participantes__slide-box::after .footer .container .footer__bottom .footer__bottom--social .footer__bottom--social-a .fab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffef3e;
  color: #8501eb;
  font-size: 25px;
}

.empresas-participantes__slide-box::after .participantes .container {
  padding: 20px 0px 50px 0px;
}

.empresas-participantes__slide-box::after .participantes .container .participantes__titulo {
  position: relative;
  margin-bottom: 30px;
}

.empresas-participantes__slide-box::after .participantes .container .participantes__titulo h3.participantes__titulo-h3 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 99;
}

.empresas-participantes__slide-box::after .participantes .container .participantes__titulo::after {
  content: " ";
  width: 180px;
  height: 15px;
  background-color: #ffef3e;
  position: absolute;
  top: 12px;
  left: 50px;
}

.empresas-participantes__slide-box::after .participantes .container .participantes__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.empresas-participantes__slide-box::after .participantes .container .participantes__logos .participante__logo-item {
  margin-bottom: 15px;
  margin: 0px 10px;
}

.empresas-participantes__slide-box::after .apoiadores .container {
  padding: 20px 0px 50px 0px;
}

.empresas-participantes__slide-box::after .apoiadores .container .apoiadores__titulo {
  position: relative;
}

.empresas-participantes__slide-box::after .apoiadores .container .apoiadores__titulo h3.apoiadores__titulo-h3 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 99;
}

.empresas-participantes__slide-box::after .apoiadores .container .apoiadores__titulo::after {
  content: " ";
  width: 68px;
  height: 15px;
  background-color: #57ff8f;
  position: absolute;
  top: 12px;
  left: 50px;
}

.empresas-participantes__slide-box::after .apoiadores .container .apoiadores__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.empresas-participantes__slide-box::after .apoiadores .container .apoiadores__logos .apoiador__logo-item {
  width: 129px;
  height: 68px;
  margin-bottom: 15px;
}

.empresas-participantes__slide-box::after .sobre {
  background-color: #f2f2f2;
}

.empresas-participantes__slide-box::after .sobre .container {
  position: relative;
  padding: 120px 0px 70px 0px;
}

.empresas-participantes__slide-box::after .sobre .container .sobre__top {
  position: relative;
  background-color: #8501eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 145px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.empresas-participantes__slide-box::after .sobre .container .sobre__top .sobre__top-img {
  position: absolute;
  top: -30px;
  left: 38px;
}

.empresas-participantes__slide-box::after .sobre .container .sobre__top .sobre__top--texto {
  padding: 0px 30px 0px 310px;
}

.empresas-participantes__slide-box::after .sobre .container .sobre__top .sobre__top--texto .sobre__top--texto-p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}

.empresas-participantes__slide-box::after .sobre .container .sobre__top .sobre__top--botao {
  padding: 0px 40px;
}

.empresas-participantes__slide-box::after .sobre .container .sobre__top .sobre__top--botao a.sobre__top--botao-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f2f2f2;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #8501eb;
  width: 212px;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.empresas-participantes__slide-box::after .sobre .container .sobre__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  bottom: -100px;
}

.empresas-participantes__slide-box::after .sobre .container .sobre__bottom .sobre__bottom--texto {
  background-color: #3d3d3b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 60px;
  width: 444px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

.empresas-participantes__slide-box::after .sobre .container .sobre__bottom .sobre__bottom--texto .sobre__bottom--texto-p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.empresas-participantes__slide-box::after .sobre .container .sobre__bottom .sobre__bottom--texto .sobre__bottom--texto-sg,
.empresas-participantes__slide-box::after .sobre .container .sobre__bottom .sobre__bottom--texto .sobre__bottom--texto-asbea {
  background-color: transparent;
  border: none;
  background-image: url(../images/arrow.svg);
  width: 24px;
  height: 24px;
  background-size: cover;
  cursor: pointer;
}

.empresas-participantes__slide-box::after .sobre .container .sobre__bottom .sobre__bottom--texto .sobre__bottom--dropdown-asbea,
.empresas-participantes__slide-box::after .sobre .container .sobre__bottom .sobre__bottom--texto .sobre__bottom--dropdown-sg {
  font-size: 16px;
  color: #fff;
}

.empresas-participantes__slide-box::after .sobre .container::before {
  content: " ";
  width: 260px;
  height: 60px;
  background-color: #ef4d43;
  position: absolute;
  left: -90px;
  top: 85px;
}

.empresas-participantes__slide-box::after .caixa .container {
  position: relative;
  padding: 120px 0px;
}

.empresas-participantes__slide-box::after .caixa .container .sobre__top {
  position: relative;
  background-color: #8501eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 145px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.empresas-participantes__slide-box::after .caixa .container .sobre__top .sobre__top-img {
  position: absolute;
  top: -30px;
  left: 38px;
}

.empresas-participantes__slide-box::after .caixa .container .sobre__top .sobre__top--texto {
  padding: 0px 0px 0px 310px;
}

.empresas-participantes__slide-box::after .caixa .container .sobre__top .sobre__top--texto .sobre__top--texto-p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}

.empresas-participantes__slide-box::after .caixa .container .sobre__top .sobre__top--botao {
  padding: 0px 40px;
}

.empresas-participantes__slide-box::after .caixa .container .sobre__top .sobre__top--botao a.sobre__top--botao-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f2f2f2;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #8501eb;
  width: 212px;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.empresas-participantes__slide-box::after .caixa .container::before {
  content: " ";
  width: 260px;
  height: 60px;
  background-color: #ef4d43;
  position: absolute;
  left: -90px;
  top: 85px;
}

@media only screen and (max-width: 767px) {
  .empresas-participantes__slide-box::after .footer .container {
    padding: 0px 30px;
  }

  .empresas-participantes__slide-box::after .footer .container .footer__top {
    padding: 15px 0px;
  }

  .empresas-participantes__slide-box::after .footer .container .footer__top p {
    text-align: center;
  }

  .empresas-participantes__slide-box::after .footer .container .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .empresas-participantes__slide-box::after .footer .container .footer__bottom .footer__bottom--logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .empresas-participantes__slide-box::after .footer .container .footer__bottom .footer__bottom--menu {
    width: 100%;
    padding: 30px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .empresas-participantes__slide-box::after .footer .container .footer__bottom .footer__bottom--social {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .empresas-participantes__slide-box::after .apoiadores .container {
    padding: 20px 30px 50px;
  }

  .empresas-participantes__slide-box::after .apoiadores .container .apoiadores__logos {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: scroll;
  }

  .empresas-participantes__slide-box::after .participantes .container {
    padding: 20px 30px 50px;
  }

  .empresas-participantes__slide-box::after .participantes .container .participantes__logos {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: scroll;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .empresas-participantes__slide-box::after .participantes .container img.participante__logo-item:nth-child(2) {
    min-width: 66px;
  }

  .empresas-participantes__slide-box::after .participantes .container img.participante__logo-item:nth-child(3) {
    min-width: 102.58px;
  }

  .empresas-participantes__slide-box::after .participantes .container img.participante__logo-item:nth-child(4) {
    min-width: 91px;
  }

  .empresas-participantes__slide-box::after .participantes .container img.participante__logo-item:nth-child(5) {
    min-width: 56px;
  }

  .empresas-participantes__slide-box::after .participantes .container img.participante__logo-item:nth-child(6) {
    min-width: 112px;
  }

  .empresas-participantes__slide-box::after .participantes .container img.participante__logo-item:nth-child(7) {
    min-width: 50px;
  }

  .empresas-participantes__slide-box::after .caixa .container {
    padding: 80px 30px 10px;
  }

  .empresas-participantes__slide-box::after .caixa .container .sobre__top {
    padding: 70px 0px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  .empresas-participantes__slide-box::after .caixa .container .sobre__top .sobre__top--texto {
    padding: 10px 30px;
  }

  .empresas-participantes__slide-box::after .caixa .container .sobre__top .sobre__top--texto .sobre__top--texto-p {
    text-align: center;
  }

  .empresas-participantes__slide-box::after .caixa .container .sobre__top .sobre__top-img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -50px;
    max-width: 120px;
  }

  .empresas-participantes__slide-box::after .caixa .container::before {
    top: 10%;
  }

  .empresas-participantes__slide-box::after .sobre .container {
    padding: 80px 30px 10px;
  }

  .empresas-participantes__slide-box::after .sobre .container .sobre__top {
    padding: 70px 0px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  .empresas-participantes__slide-box::after .sobre .container .sobre__top .sobre__top--texto {
    padding: 10px 30px;
  }

  .empresas-participantes__slide-box::after .sobre .container .sobre__top .sobre__top--texto .sobre__top--texto-p {
    text-align: center;
  }

  .empresas-participantes__slide-box::after .sobre .container .sobre__top .sobre__top-img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -50px;
    max-width: 120px;
  }

  .empresas-participantes__slide-box::after .sobre .container .sobre__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: -40px;
  }

  .empresas-participantes__slide-box::after .sobre .container .sobre__bottom .sobre__bottom--texto {
    width: 100%;
    margin: 5px 0px;
  }

  .empresas-participantes__slide-box::after .sobre .container::before {
    top: 10%;
  }
}

@media only screen and (max-width: 767px) {
  .empresas-participantes__slide-box::after .pageopremio .sec-3 {
    height: 826px;
  }

  .empresas-participantes__slide-box::after .sec-3__categorias {
    font-size: 55px !important;
  }

  .empresas-participantes__slide-box::after .banner .banner__box .banner__content::after {
    display: none;
  }

  .empresas-participantes__slide-box::after a.sec-2__content--travel-a2 {
    background-color: #f2f2f2;
    padding: 20px 60px;
  }

  .empresas-participantes__slide-box::after section.pageopremio {
    margin: 0px 0px 70px;
  }

  .empresas-participantes__slide-box::after .sec-3__full .sec-3__box--descricao a.btn-saibamais {
    height: 40px;
    width: 140px;
  }

  .empresas-participantes__slide-box::after p.sec-2__content--titulo {
    font-size: 55px;
    margin-top: -50px;
  }

  .empresas-participantes__slide-box::after .pageopremio button.slick-prev.slick-arrow {
    left: calc(50% + 28px);
    bottom: 16px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .empresas-participantes__slide-box::after .pageopremio button.slick-next.slick-arrow {
    right: unset;
    left: calc(50% + 72px);
    bottom: 16px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .empresas-participantes__slide-box::after .sec-3__full .sec-3__box--descricao {
    bottom: -280px;
    width: 70%;
    right: 33px;
    top: 250px;
    z-index: 99999;
    min-height: 520px;
  }
}

.empresas-participantes__slide-box::after body {
  font-family: "Gotham", sans-serif;
}

.empresas-participantes__slide-box::after .container {
  max-width: 904px;
  margin: 0 auto;
  padding: 0 10px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .container {
    padding: 0 30px;
  }
}

.empresas-participantes__slide-box::after .container-2 {
  max-width: 1089px;
  margin: 0 auto;
  padding: 0 10px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .container-2 {
    padding: 0 30px;
  }
}

.empresas-participantes__slide-box::after .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.empresas-participantes__slide-box::after .h-brands {
  padding: 30px 0;
}

.empresas-participantes__slide-box::after .h-brands__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 74.9375em) {
  .empresas-participantes__slide-box::after .h-brands__logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.empresas-participantes__slide-box::after .h-brands__logos--img {
  margin-left: 20px;
}

.empresas-participantes__slide-box::after .banner .banner__box .banner__content {
  position: relative;
}

.empresas-participantes__slide-box::after .banner .banner__box .banner__content::after {
  content: " ";
  width: 84px;
  height: 74px;
  background-image: url(../images/absolut-play.png);
  position: absolute;
  background-size: cover;
  bottom: -153px;
  z-index: 99999999999;
  left: 190px;
}

.empresas-participantes__slide-box::after .banner {
  background: -webkit-gradient(linear, right top, left top, color-stop(80.83%, #ffef3e), color-stop(70.86%, #ffffff));
  background: linear-gradient(270deg, #ffef3e 80.83%, #ffffff 70.86%);
  height: 580px;
}

@media (max-width: 74.9375em) {
  .empresas-participantes__slide-box::after .banner {
    height: 700px;
  }
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .banner {
    background: -webkit-gradient(linear, right top, left top, color-stop(90.83%, #ffef3e), color-stop(70.86%, #ffffff));
    background: linear-gradient(270deg, #ffef3e 90.83%, #ffffff 70.86%);
  }
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .banner {
    background: -webkit-gradient(linear, right top, left top, color-stop(95.83%, #ffef3e), color-stop(70.86%, #ffffff));
    background: linear-gradient(270deg, #ffef3e 95.83%, #ffffff 70.86%);
  }
}

.empresas-participantes__slide-box::after .banner::after {
  display: block;
  content: "";
  background-image: url();
  background-position: center;
  background-size: contain;
  width: 340px;
  height: 267px;
  position: absolute;
  margin-top: -120px;
}

.empresas-participantes__slide-box::after .banner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 550px;
}

@media (max-width: 74.9375em) {
  .empresas-participantes__slide-box::after .banner__box {
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.empresas-participantes__slide-box::after .banner__content--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  position: relative;
  z-index: 1;
}

@media (max-width: 74.9375em) {
  .empresas-participantes__slide-box::after .banner__content--logo {
    margin-top: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.empresas-participantes__slide-box::after .banner__logo--img {
  width: 100%;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .banner__logo--img {
    width: 268px;
  }
}

.empresas-participantes__slide-box::after .banner__content--title {
  max-width: 340px;
  float: right;
}

@media (max-width: 74.9375em) {
  .empresas-participantes__slide-box::after .banner__content--title {
    float: none;
    margin-left: 53px;
    margin-top: 30px;
  }
}

.empresas-participantes__slide-box::after .banner__content--title-h2 {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5em;
  text-align: left;
  font-size: 20px;
  color: black;
  margin-bottom: 15px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .banner__content--title-h2 {
    font-size: 18px;
  }
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .banner__content--title-h2 {
    font-size: 20px;
  }
}

.empresas-participantes__slide-box::after .banner__content--title-p {
  font-family: "Gotham" sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: black;
  margin-bottom: 35px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .banner__content--title-p {
    font-size: 16px;
  }
}

.empresas-participantes__slide-box::after .banner__content--title-link {
  font-family: "Gotham" sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #ffef3e;
  background-color: #8501eb;
  padding: 20px 40px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .banner__content--title-link {
    font-size: 16px;
  }
}

.empresas-participantes__slide-box::after .banner__content--title-link:hover {
  background-color: #ef4d43;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.empresas-participantes__slide-box::after .banner__photo {
  position: absolute;
  left: 0;
  top: 152px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 74.9375em) {
  .empresas-participantes__slide-box::after .banner__photo {
    position: absolute;
    margin-top: 469px;
    margin-right: 0px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.empresas-participantes__slide-box::after .banner__photo img {
  width: 100%;
}

@media (max-width: 74.9375em) {
  .empresas-participantes__slide-box::after .banner__photo img {
    width: 300px;
  }
}

.empresas-participantes__slide-box::after .box__purple {
  content: "";
  display: block;
  background-image: url(../images/Grupo-137.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 285px;
  height: 262px;
  position: absolute;
  right: 0;
  z-index: 15;
  top: -7px;
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .box__purple {
    width: 160px;
  }
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .box__purple {
    width: 109px;
    height: 242px;
  }
}

.empresas-participantes__slide-box::after .sec-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 192px;
}

.empresas-participantes__slide-box::after .sec-2__content--h2 {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 1em;
  text-align: left;
  color: black;
  position: relative;
  z-index: 2;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-2__content--h2 {
    font-size: 40px;
  }
}

.empresas-participantes__slide-box::after .sec-2__content--p {
  font-family: "Gotham" sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: black;
  width: 350px;
  margin-top: 22px;
  position: relative;
  z-index: 2;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-2__content--p {
    font-size: 16px;
  }
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .sec-2__content--p {
    width: 100%;
  }
}

.empresas-participantes__slide-box::after .sec-2__content--award {
  background-color: #ef4d43;
  padding: 28px 150px 28px 51px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -110px;
  margin-left: 470px;
  z-index: 10;
}

@media (max-width: 74.9375em) {
  .empresas-participantes__slide-box::after .sec-2__content--award {
    margin-left: 410px;
  }
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .sec-2__content--award {
    position: inherit;
    margin-top: 25px;
    margin-left: 0;
    z-index: 10;
    text-align: center;
    height: 100px;
    padding: 0;
  }
}

.empresas-participantes__slide-box::after .sec-2__content--award-p {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1em;
  text-align: left;
  color: white;
  margin-bottom: 10px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-2__content--award-p {
    font-size: 20px;
  }
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .sec-2__content--award-p {
    text-align: center;
  }
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-2__content--award-p {
    margin-bottom: 5px;
  }
}

.empresas-participantes__slide-box::after .sec-2__content--award-span {
  font-family: "Gotham" sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: white;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-2__content--award-span {
    font-size: 16px;
  }
}

.empresas-participantes__slide-box::after .sec-2__content--travel {
  background-color: #57ff8f;
  width: 730px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 62px;
  margin-top: 40px;
  position: relative;
  z-index: 15;
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .sec-2__content--travel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: initial;
    width: 100%;
    height: 100px;
    padding: 0;
  }
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-2__content--travel {
    margin-top: 0px;
  }
}

@media (min-width: 100em) {
  .empresas-participantes__slide-box::after .sec-2__content--travel {
    width: 1000px;
  }
}

.empresas-participantes__slide-box::after .sec-2__content--travel-p {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5em;
  text-align: left;
  font-size: 30px;
  line-height: 1em;
  color: black;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-2__content--travel-p {
    font-size: 18px;
  }
}

.empresas-participantes__slide-box::after .sec-2__content--travel-a {
  font-family: "Gotham" sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #15364c;
  background-color: #f2f2f2;
  padding: 20px 75px;
  position: relative;
  margin-right: -45px;
  display: block;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-2__content--travel-a {
    font-size: 16px;
  }
}

.empresas-participantes__slide-box::after .sec-2__content--travel-a:hover {
  background-color: #15364c;
  color: white;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .sec-2__content--travel-a {
    display: none;
  }
}

.empresas-participantes__slide-box::after .sec-2__content--travel-link2 {
  text-align: center;
  margin: 30px 0;
  display: none;
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .sec-2__content--travel-link2 {
    display: block;
  }
}

.empresas-participantes__slide-box::after .sec-2__content--travel-a2 {
  font-family: "Gotham" sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  font-weight: 600;
  color: black;
  text-align: center;
  margin: 10px auto;
  text-decoration: none;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-2__content--travel-a2 {
    font-size: 16px;
  }
}

.empresas-participantes__slide-box::after .sec-2__content--award-new {
  padding: 40px 0 0 70px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-2__content--award-new {
    padding: 0;
  }
}

.empresas-participantes__slide-box::after .sec-2__content--award-new_p:nth-child(1) {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5em;
  text-align: left;
  font-size: 20px;
  color: black;
  margin-bottom: 25px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-2__content--award-new_p:nth-child(1) {
    font-size: 18px;
  }
}

.empresas-participantes__slide-box::after .sec-2__content--award-new_p:nth-child(1)::after {
  content: "";
  display: block;
  width: 128px;
  height: 15px;
  background-color: #ffef3e;
  margin-top: -15px;
  margin-left: 60px;
}

.empresas-participantes__slide-box::after .sec-2__content--award-new_p:nth-child(n + 2) {
  font-family: "Gotham" sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: black;
  padding-left: 30px;
  margin-bottom: 10px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-2__content--award-new_p:nth-child(n + 2) {
    font-size: 16px;
  }
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-2__content--award-new_p:nth-child(n + 2) {
    padding: 0;
  }
}

.empresas-participantes__slide-box::after .sec-2__img {
  position: absolute;
  right: 0;
  display: block;
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .sec-2__img {
    display: none;
  }
}

.empresas-participantes__slide-box::after .sec-3__full {
  position: relative;
}

.empresas-participantes__slide-box::after .sec-3 {
  height: 650px;
  position: relative;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-3 {
    height: 380px;
  }
}

.empresas-participantes__slide-box::after .sec-3__h2 {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 1em;
  text-align: left;
  color: black;
  margin-top: 150px;
  position: relative;
  z-index: 15;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-3__h2 {
    font-size: 40px;
  }
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-3__h2 {
    margin-top: 90px;
    margin-bottom: 20px;
  }
}

.empresas-participantes__slide-box::after .sec-3__img {
  position: absolute;
  left: 0;
  margin-top: 170px;
  z-index: 16;
  display: block;
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .sec-3__img {
    margin-left: 0;
    margin-top: 170px;
    z-index: 16;
    width: 155px;
  }
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-3__img {
    margin-top: 215px;
  }
}

@media (max-width: 74.9375em) {
  .empresas-participantes__slide-box::after .sec-3__img img {
    width: 400px;
  }
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-3__img img {
    width: 200px;
  }
}

.empresas-participantes__slide-box::after .sec-3__img::before {
  content: "";
  width: 275px;
  height: 60px;
  background-color: #57ff8f;
  position: absolute;
  margin-left: 155px;
  margin-top: -60px;
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .sec-3__img::before {
    margin-left: 0;
  }
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-3__img::before {
    width: 47px;
    height: 40px;
    margin-top: -40px;
  }
}

.empresas-participantes__slide-box::after .sec-3__categorias {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 1em;
  text-align: left;
  font-size: 220px;
  text-align: center;
  opacity: 0.5;
  position: relative;
  margin-top: -150px;
  pointer-events: none;
  left: -170px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-3__categorias {
    font-size: 40px;
  }
}

@media (max-width: 74.9375em) {
  .empresas-participantes__slide-box::after .sec-3__categorias {
    font-size: 160px;
    margin-top: -117px;
    text-align: left;
  }
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .sec-3__categorias {
    font-size: 100px;
    margin-top: -84px;
    text-align: left;
  }
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-3__categorias {
    font-size: 60px;
    margin-top: -51px;
  }
}

.empresas-participantes__slide-box::after .sec-3__box--red {
  background-color: #ef4d43;
  width: 70%;
  position: absolute;
  height: 461px;
  margin-left: 303px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 74.9375em) {
  .empresas-participantes__slide-box::after .sec-3__box--red {
    width: 50%;
  }
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .sec-3__box--red {
    width: 60%;
  }
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-3__box--red {
    width: 90%;
    right: 0;
    height: 300px;
  }
}

.empresas-participantes__slide-box::after .sec-3__box--red-h3 {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1em;
  text-align: left;
  font-size: 40px;
  color: white;
  margin-bottom: 20px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-3__box--red-h3 {
    font-size: 20px;
  }
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .sec-3__box--red-h3 {
    font-size: 30px;
  }
}

.empresas-participantes__slide-box::after .sec-3__box--red-p {
  font-family: "Gotham" sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: white;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-3__box--red-p {
    font-size: 16px;
  }
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .sec-3__box--red-p {
    font-size: 16px;
  }
}

.empresas-participantes__slide-box::after button.slick-prev.slick-arrow {
  position: absolute;
  top: 405px;
  left: 516px;
  z-index: 100;
  padding: 20px 30px;
  border: none;
  cursor: pointer;
}

.empresas-participantes__slide-box::after button.slick-prev.slick-arrow:hover {
  background-color: #57ff8f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 74.9375em) {
  .empresas-participantes__slide-box::after button.slick-prev.slick-arrow {
    left: 312px;
  }
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after button.slick-prev.slick-arrow {
    top: 253px;
    left: 93px;
    padding: 15px 20px;
  }
}

.empresas-participantes__slide-box::after button.slick-next.slick-arrow {
  position: absolute;
  bottom: 190px;
  left: 584px;
  z-index: 100;
  padding: 20px 30px;
  border: none;
  cursor: pointer;
}

.empresas-participantes__slide-box::after button.slick-next.slick-arrow:hover {
  background-color: #57ff8f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 74.9375em) {
  .empresas-participantes__slide-box::after button.slick-next.slick-arrow {
    left: 381px;
  }
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after button.slick-next.slick-arrow {
    left: 142px;
    bottom: 81px;
    padding: 15px 20px;
  }
}

.empresas-participantes__slide-box::after a.btn-more {
  font-family: "Gotham" sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: white;
  position: absolute;
  left: 654px;
  bottom: 190px;
  text-decoration: none;
  background-color: #15364c;
  padding: 16px 40px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after a.btn-more {
    font-size: 16px;
  }
}

.empresas-participantes__slide-box::after a.btn-more:hover {
  color: black;
  background-color: #57ff8f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 74.9375em) {
  .empresas-participantes__slide-box::after a.btn-more {
    left: 451px;
  }
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after a.btn-more {
    left: 191px;
    bottom: 81px;
    padding: 7px 10px;
  }
}

.empresas-participantes__slide-box::after .sec-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 23px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-4 {
    padding-top: 100px;
  }
}

.empresas-participantes__slide-box::after .sec-4__content {
  width: 100%;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-4__content {
    width: 100%;
  }
}

.empresas-participantes__slide-box::after .sec-4__content--h2 {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 1em;
  text-align: left;
  color: black;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-4__content--h2 {
    font-size: 40px;
  }
}

.empresas-participantes__slide-box::after .sec-4__content--p {
  font-family: "Gotham" sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: black;
  width: 350px;
  margin-top: 22px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-4__content--p {
    font-size: 16px;
  }
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-4__content--p {
    margin-bottom: 100px;
    width: 100%;
  }
}

.empresas-participantes__slide-box::after .sec-4__content--ebook {
  background-color: #15364c;
  width: 444px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
  z-index: 15;
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .sec-4__content--ebook {
    width: 100%;
    margin-top: 20px;
  }
}

.empresas-participantes__slide-box::after .sec-4__content--ebook:nth-child(1) {
  margin-right: 16px;
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .sec-4__content--ebook:nth-child(1) {
    margin-right: 0;
  }
}

.empresas-participantes__slide-box::after .sec-4__content--ebook-img {
  position: absolute;
  margin-left: -186px;
  display: block;
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .sec-4__content--ebook-img {
    display: none;
  }
}

.empresas-participantes__slide-box::after .sec-4__content--ebook-p {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5em;
  text-align: left;
  font-size: 20px;
  line-height: 1em;
  color: white;
  width: 200px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-4__content--ebook-p {
    font-size: 18px;
  }
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-4__content--ebook-p {
    width: 166px;
  }
}

.empresas-participantes__slide-box::after .sec-4__content--ebook-a {
  font-family: "Gotham" sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #15364c;
  background-color: #ffef3e;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-4__content--ebook-a {
    font-size: 16px;
  }
}

.empresas-participantes__slide-box::after .sec-4__content--ebook-a img {
  padding: 20px 24px 15px;
}

.empresas-participantes__slide-box::after .sec-4__content--ebook-a img:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.empresas-participantes__slide-box::after .sec-4__content--award-new {
  padding: 40px 0 0 70px;
}

.empresas-participantes__slide-box::after .sec-4__content--award-new_p:nth-child(1) {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5em;
  text-align: left;
  font-size: 20px;
  color: black;
  margin-bottom: 25px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-4__content--award-new_p:nth-child(1) {
    font-size: 18px;
  }
}

.empresas-participantes__slide-box::after .sec-4__content--award-new_p:nth-child(1)::after {
  content: "";
  display: none;
  width: 128px;
  height: 15px;
  background-color: #ffef3e;
  margin-top: -15px;
  margin-left: 60px;
}

.empresas-participantes__slide-box::after .sec-4__content--award-new_p:nth-child(n + 2) {
  font-family: "Gotham" sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: black;
  padding-left: 30px;
  margin-bottom: 10px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .sec-4__content--award-new_p:nth-child(n + 2) {
    font-size: 16px;
  }
}

.empresas-participantes__slide-box::after .sec-4__img {
  position: absolute;
  right: 0;
  display: block;
  margin-top: 23px;
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .sec-4__img {
    display: none;
  }
}

.empresas-participantes__slide-box::after .sec-4__content--ebook-a.ebook-a2 img:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.empresas-participantes__slide-box::after .ebook-p__2 {
  margin-left: 70px;
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .ebook-p__2 {
    margin-left: 0;
  }
}

.empresas-participantes__slide-box::after .box-yelow {
  width: 260px;
  height: 60px;
  background-color: #ffef3e;
  position: relative;
  margin-left: -57px;
  margin-top: 60px;
  margin-bottom: -130px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .box-yelow {
    position: absolute;
    margin-left: -95px;
    margin-top: -6px;
    margin-bottom: -56px;
  }
}

.empresas-participantes__slide-box::after .box-green {
  width: 700px;
  height: 100px;
  background-color: #57ff8f;
  margin-top: -68px;
  margin-left: 360px;
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .box-green {
    display: none;
  }
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .box-green {
    display: block;
    width: 280px;
    height: 100px;
    margin-top: 227px;
    margin-left: 53px;
    position: absolute;
  }
}

.empresas-participantes__slide-box::after .box-green img {
  position: relative;
  margin-left: 456px;
  margin-top: -35px;
  z-index: 10;
}

@media (max-width: 56.1875em) {
  .empresas-participantes__slide-box::after .box-green img {
    position: relative;
    margin-left: 100px;
    margin-top: -35px;
    z-index: 10;
  }
}

@media screen and (max-width: 335px) {
  .empresas-participantes__slide-box::after .box-green {
    margin-left: 6px;
  }
}

.empresas-participantes__slide-box::after section.caixa-1 {
  margin: 63px 0px -80px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after section.caixa-1 {
    margin-bottom: 0;
  }
}

.empresas-participantes__slide-box::after section.participantes {
  margin-top: 85px;
}

.empresas-participantes__slide-box::after p.sobre__bottom--texto-p {
  padding: 20px;
}

.empresas-participantes__slide-box::after p.sobre__bottom--dropdown-sg.ativo {
  padding: 20px 0;
  line-height: 1.5em;
}

.empresas-participantes__slide-box::after p.sobre__bottom--dropdown-asbea.ativo {
  padding: 20px 0;
  line-height: 1.5em;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after section.caixa.caixa-2 {
    margin-top: 40px;
  }
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after .caixa .container .sobre__top {
    position: relative;
    background-color: #8501eb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    height: 145px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 210px !important;
  }
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-box::after p.sobre__top--texto-p {
    line-height: 1.1em;
  }
}

.empresas-participantes__slide-box::after .sobre__top--botao-a:hover {
  background-color: #ef4d43 !important;
  color: white !important;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.empresas-participantes__slide--content {
  margin: 0 auto;
  max-width: 245px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.empresas-participantes__slide--content h2 {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1em;
  text-align: left;
  color: black;
  margin-bottom: 20px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide--content h2 {
    font-size: 20px;
  }
}

.empresas-participantes__slide--content p {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: black;
  margin-bottom: 30px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide--content p {
    font-size: 16px;
  }
}

.empresas-participantes__slide--content-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 15px 70px;
  background-color: white;
  position: relative;
  z-index: 10;
}

.empresas-participantes__slide--content a {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  font-weight: 600;
  color: white;
  background-color: #15364c;
  padding: 10px 30px;
  text-align: center;
  width: 105px;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide--content a {
    font-size: 16px;
  }
}

button.slick-next-3.slick-arrow {
  border: none;
  background-color: #f2f2f2;
  width: 40px;
  height: 45px;
  position: absolute;
  bottom: 0px;
  left: 17%;
}

button.slick-prev-3.slick-arrow {
  border: none;
  background-color: #f2f2f2;
  width: 40px;
  height: 45px;
  position: absolute;
  z-index: 1;
  left: 6%;
  bottom: 0;
}

.box__purple-3 {
  content: "";
  display: block;
  background-image: url(../images/box-purple-3.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 240px;
  height: 262px;
  position: absolute;
  right: 0px;
  z-index: 15;
  top: 25px;
}

@media (max-width: 56.1875em) {
  .box__purple-3 {
    width: 120px;
    top: -5px;
  }
}

.header-opremio .container .header-opremio__top.header-opremio__top2::after {
  content: " ";
  width: 260px;
  height: 80px;
  background-color: #ef4d43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 161px;
  left: 320px;
}

@media (max-width: 56.1875em) {
  .header-opremio .container .header-opremio__top.header-opremio__top2::after {
    display: none;
  }
}

.modal-nav__box a {
  width: 352px;
}

@media (max-width: 56.1875em) {
  .modal-nav__box a {
    width: 100%;
  }
}

@media (max-width: 56.1875em) {
  section.modal-nav {
    margin-top: 30px;
  }
}

@media (max-width: 37.4375em) {
  section.modal-nav {
    margin-top: -135px;
  }
}

.empresas-participantes__content.empresas-participantes__content-4 {
  position: relative;
}

.empresas-participantes__content.empresas-participantes__content-4::before {
  content: " ";
  width: 246px;
  height: 246px;
  background-color: transparent;
  border-color: #000;
  border-top: 2px solid transparent;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-radius: 100%;
  -webkit-transform: rotate(54deg);
  transform: rotate(54deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -68px;
  left: -190px;
  z-index: 5;
}

.empresas-participantes__box {
  position: relative;
}

.empresas-participantes__box.before::before {
  content: " ";
  width: 290px;
  height: 40px;
  background-color: #8501eb;
  position: absolute;
  bottom: 315px;
  left: 168px;
}

.empresas-participantes__box:nth-child(3) .empresas-participantes__content:before {
  content: " ";
  width: 290px;
  height: 40px;
  background-color: #ffef3e;
  position: absolute;
  bottom: 186px;
  left: -20px;
}

.empresas-participantes__box:nth-child(4) .empresas-participantes__content:before {
  content: " ";
  width: 290px;
  height: 40px;
  background-color: #e30613;
  position: absolute;
  bottom: -40px;
  left: 410px;
}

.empresas-participantes__box:nth-child(5) .empresas-participantes__content:before {
  content: " ";
  width: 290px;
  height: 40px;
  background-color: #005eb8;
  position: absolute;
  bottom: 180px;
  left: -20px;
}

.empresas-participantes__box:nth-child(6) .empresas-participantes__content:after {
  content: " ";
  width: 290px;
  height: 40px;
  background-color: #ffd500;
  position: absolute;
  bottom: -40px;
  left: 410px;
}

.empresas-participantes__box:nth-child(7) .empresas-participantes__content:before {
  content: " ";
  width: 290px;
  height: 40px;
  background-color: #1568aa;
  position: absolute;
  bottom: 180px;
  left: -20px;
}

.empresas-participantes__box:nth-child(8) .empresas-participantes__content:after {
  content: " ";
  width: 290px;
  height: 40px;
  background-color: #e4581c;
  position: absolute;
  bottom: -40px;
  left: 410px;
}

.empresas-participantes__box:nth-child(9) .empresas-participantes__content:before {
  content: " ";
  width: 290px;
  height: 40px;
  background-color: #ffef3e;
  position: absolute;
  bottom: 180px;
  left: -20px;
}

.empresas-participantes__box:nth-child(3):before {
  content: " ";
  width: 169px;
  height: 169px;
  background-image: url(../images/Caminho78.png);
  background-size: cover;
  position: absolute;
  bottom: -170px;
  left: 220px;
  z-index: 99999;
  background-repeat: no-repeat;
}

.empresas-participantes__box:nth-child(5) .empresas-participantes__content:after,
.empresas-participantes__box:nth-child(7) .empresas-participantes__content:after,
.empresas-participantes__box:nth-child(9) .empresas-participantes__content:after {
  content: " ";
  width: 83px;
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../images/absolut-play.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: -40px;
  bottom: -40px;
}

.empresas-participantes__box:nth-child(6):before,
.empresas-participantes__box:nth-child(8):before {
  content: " ";
  width: 246px;
  height: 246px;
  background-image: url(../images/elipse3.png);
  background-size: cover;
  bottom: -110px;
  position: absolute;
  left: -120px;
}

.empresas-participantes__box.before2::before {
  content: " ";
  width: 290px;
  height: 40px;
  background-color: #ef4d43;
  position: absolute;
  bottom: 315px;
  left: 168px;
}

.empresas-participantes__box:nth-child(3) {
  margin-top: 0px;
}

.empresas-participantes__box-2 .empresas-participantes__content {
  position: relative;
}

.empresas-participantes__box-2 .empresas-participantes__content::after {
  content: " ";
  width: 184px;
  height: 40px;
  background-color: #ef4d43;
  position: absolute;
  bottom: 30px;
  left: 326px;
  z-index: 5;
}

.empresas-participantes__box-2 .empresas-participantes__content.after::after {
  content: " ";
  width: 184px;
  height: 40px;
  background-color: #ffef3e;
  position: absolute;
  bottom: 30px;
  left: 326px;
  z-index: 5;
}

.empresas-participantes__slide-content {
  background: -webkit-gradient(linear, right top, left top, color-stop(95.83%, #ffef3e), color-stop(70.86%, white));
  background: linear-gradient(270deg, #ffef3e 95.83%, white 70.86%);
  height: 583px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.empresas-participantes__slide-content--text {
  width: 200px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-top: 60px;
}

.empresas-participantes__slide-content--text h2 {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1em;
  text-align: left;
  color: black;
  margin-bottom: 25px;
  font-size: 30px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-content--text h2 {
    font-size: 20px;
  }
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-content--text h2 {
    font-size: 30px;
  }
}

.empresas-participantes__slide-content--text p {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: black;
  margin-bottom: 30px;
}

@media (max-width: 37.4375em) {
  .empresas-participantes__slide-content--text p {
    font-size: 16px;
  }
}

.empresas-participantes__slide-content--img {
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

a.empresas-participantes__slide-content--a {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  font-weight: 600;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: #15364c;
  width: 160px;
  padding: 10px 0;
  position: relative;
  bottom: 0;
  margin: 0 auto;
}

@media (max-width: 37.4375em) {
  a.empresas-participantes__slide-content--a {
    font-size: 16px;
  }
}

.slick-empresas {
  display: none;
}

@media screen and (max-width: 768px) {
  .slick-empresas {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .empresas-participantes__h2 {
    padding-left: 20px;
  }

  p.empresas-participantes-p {
    margin-left: 0px !important;
    left: 0px !important;
  }

  .h-brands__logos {
    margin: 0px auto;
  }
}

.bodypilares .header-opremio .container .header-opremio__top.header-opremio__top2::after {
  bottom: 110px;
  left: 280px;
}

.bodypilares .box__purple-pilares {
  content: "";
  display: block;
  background-image: url(../images/Grupo222.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 195px;
  height: 311px;
  position: absolute;
  right: 0px;
  z-index: 99999999;
  top: -49px;
}

.bodypilares .modal a.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
}

@media only screen and (max-width: 767px) {
  .bodypilares .box__purple-pilares {
    display: none;
  }

  .bodypilares section.modal-nav {
    margin-top: 0px;
  }

  .bodypilares .header-opremio .container .header-opremio__top .header-opremio__top-h1 {
    font-size: 40px;
    padding: 117px 0px 00px;
  }

  .bodypilares div#ex1,
  .bodypilares div#ex2,
  .bodypilares div#ex3,
  .bodypilares div#ex4,
  .bodypilares div#ex5,
  .bodypilares div#ex6 {
    padding: 50px 20px;
  }
}

.bodyhome .box__purple {
  z-index: 99999999999;
  width: 195px;
  height: 269px;
  right: 0px;
}

.bodyhome .sec-3__categorias {
  left: -170px;
}

.bodyhome .caixa .container {
  position: relative;
  padding: 80px 0px;
}

.bodyhome .sec-2 {
  margin-left: 70px;
}

.bodyhome .sec-2 .sec-2__content--award {
  margin-left: 390px;
  padding: 28px 122px 28px 51px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 1800px) {
  .bodyhome .sec-2 .sec-2__content--award {
    margin-left: 610px;
  }
}

.bodyhome .sec-2 .sec-2__img:after {
  content: " ";
  background-image: url(../images/circle-s2.png);
  width: 121px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  height: 224px;
  position: absolute;
  bottom: -110px;
  right: 0px;
}

.bodyhome .sec-2 .sec-2__content--travel {
  width: 630px;
}

@media screen and (min-width: 1800px) {
  .bodyhome .sec-2 .sec-2__content--travel {
    width: 780px;
  }
}

.bodyhome .sec-2 p.sec-2__content--titulo {
  left: -240px;
}

.bodyhome .sec-4 .sec-4__img:after {
  content: " ";
  width: 84px;
  height: 73px;
  background-image: url(../images/absolut-play.png);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -35px;
  right: 50px;
}

.bodyhome .sec-4 .box-green {
  width: 700px;
  height: 114px;
  background-color: #57ff8f;
  margin-top: -88px;
  margin-left: 360px;
}

.bodyhome .section-2 {
  overflow: hidden;
}

.sobre .container .sobre__bottom .sobre__bottom--texto .sobre__bottom--texto-sg,
.sobre .container .sobre__bottom .sobre__bottom--texto .sobre__bottom--texto-asbea {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sobre .container .sobre__bottom .sobre__bottom--texto .sobre__bottom--texto-sg.ativo,
.sobre .container .sobre__bottom .sobre__bottom--texto .sobre__bottom--texto-asbea.ativo {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.participantes .slick-arrow,
.apoiadores .slick-arrow {
  display: none !important;
}

.bodypilares .empresas-participantes .container {
  position: relative;
}

.bodypilares .empresas-participantes .container .empresas-participantes-p {
  font-weight: 600;
  font-size: 70px;
  line-height: 1em;
  text-align: left;
  font-size: 220px;
  text-align: center;
  opacity: 0.5;
  position: absolute;
  top: 40px;
  left: -170px;
}

@media only screen and (max-width: 767px) {
  .bodypilares .empresas-participantes .container .empresas-participantes-p {
    font-size: 55px;
  }
}

.bodypilares .empresas-participantes .container .empresas-participantes__h2 {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .bodyhome .box__purple {
    z-index: 2147483647;
    width: 74px;
    height: 237px;
    right: 0px;
  }

  .bodyhome .sec-2 {
    padding-top: 130px;
    margin-left: 0px;
  }

  .bodyhome .sec-2 .sec-2__content {
    max-width: 100%;
  }

  .bodyhome .sec-2 .sec-2__content .sec-2__content--titulo {
    left: -20px !important;
  }

  .bodyhome .sec-2 .sec-2__content--travel {
    width: 100%;
  }

  .bodyhome .sec-2 .sec-2__content--travel .sec-2__content--travel-p {
    text-align: center;
  }

  .bodyhome .sec-2 .sec-2__content--travel-link2 a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bodyhome .sec-2 .sec-2__content--travel-link2 {
    width: 100%;
  }

  .bodyhome .sec-2 .sec-2__content--award {
    margin-left: 0px;
    padding: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bodyhome .sec-3__categorias {
    left: -20px !important;
  }

  .bodyhome .section-4 {
    overflow: hidden;
  }

  .bodyhome .sec-4 {
    position: relative;
    padding-bottom: 80px;
  }

  .bodyhome .sec-4 p.sec-4__content--titulo {
    left: -20px !important;
  }

  .bodyhome .sec-4 .box-green {
    margin-left: 50px;
    position: absolute;
    bottom: 30px;
  }

  .bodypilares section.empresas-participantes .container {
    padding: 0px;
  }

  .bodypilares .empresas-participantes__slide-content {
    min-height: 611px;
  }

  .bodypilares a.empresas-participantes__slide-content--a {
    position: relative;
    right: -20px;
    margin-top: 20px;
  }

  .bodypilares button.empresa-next.slick-arrow {
    position: absolute;
    bottom: 0px;
    left: 16%;
    width: 40px;
    height: 40px;
    border: none;
    background-color: #f2f2f2;
  }

  .bodypilares button.empresa-prev.slick-arrow {
    position: absolute;
    bottom: 0px;
    left: 4%;
    width: 40px;
    height: 40px;
    border: none;
    background-color: #f2f2f2;
    z-index: 999;
    cursor: pointer;
  }
}

p.modalidade__item-desc.ativo {
  line-height: 1.3em;
}

.premio__item--card--box.viagem-internacional {
  width: 536px !important;
}

.premio__item--card--box.viagem-internacional span {
  font-size: 28px;
  font-weight: bold;
  color: #15364c;
}

.premio__item--card--box.viagem-internacional::after {
  content: none !important;
}

.bodypremio .caixa.caixa-1 {
  margin: 0px 0px -80px;
}

@media only screen and (max-width: 767px) and (min-width: 490px) {
  .header-opremio__top {
    margin-bottom: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .bodyedicoes section.participantes {
    margin-top: 0;
  }

  .bodypremio .header-opremio .container .header-opremio__bottom {
    padding: 0 0;
  }

  .bodypremio section.participantes {
    margin-top: 0;
  }

  .bodypremio section.premios {
    padding-bottom: 0;
  }

  .premio__item--card--box.viagem-internacional {
    width: 300px !important;
  }

  .premios .container .premios__item .premio__item--titulo .premio__item--titulo-p {
    padding-left: 35px;
  }

  .d-none-span {
    display: none !important;
  }

  .d-block-span {
    display: block;
  }

  .premios .container .premios__item .premio__item--cards .premio__item--card--box div span,
  .premios .container .premios__item .premio__item--cards .premio__item--card--box div strong {
    font-size: 14px !important;
  }

  .bodyhome .sec-3__h2 {
    margin-top: 30px;
  }

  .bodyhome .academica {
    margin: 80px 0px 420px;
  }

  .bodyhome .sec-4 {
    padding-top: 50px;
  }

  .bodyhome section.participantes {
    margin-top: 40px;
  }
}

.d-none-span {
  display: block;
}

.d-block-span {
  display: none;
}

@media screen and (min-width: 768px) {
  /*  .margin-lg__5 {
    margin-top: 212px;
    margin-bottom: 75px;
  }
  .margin-bottom__110 {
    margin-bottom: 110px;
  }
  section.apoiadores {
    margin-top: 30px;
    margin-bottom: 30px;
  }*/
}

.bodypremio .caixa.caixa-2 {
  margin-top: 218px;
}

.bodypremio .premios .container .premios__item {
  margin: 165px 0;
}

.bodypremio .premios .container .premios-titulo {
  margin-bottom: -125px;
}

p {
  font-weight: 600 !important;
}

p.marca-dagua,
div.marca-dagua {
  color: #bdbdbd;
  opacity: 0.2 !important;
}

img[alt="quartzolit"] {
  width: 125px;
}

.participantes__logos a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.empresas-participantes__content-brand {
  width: 200px;
}

.empresas-participantes__content--logos-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.empresas-participantes__content--logos-flex img:nth-child(1) {
  margin-right: 20px;
}

p.premio-arraste {
  display: none;
}

a.banner__content--navegacao-a {
  color: #8501eb;
  border: solid 1px #8501eb;
  padding: 5px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.banner__content--navegacao {
  text-align: right;
  margin-bottom: 40px;
  width: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

a.banner__content--navegacao-a:hover {
  background-color: #8501eb;
  color: #ffef3e;
}

.modal-nav__btn {
  padding: 10px 20px !important;
  min-height: 102px !important;
  margin-bottom: 0px !important;
}

.modal-nav__box {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  gap: 1rem;
}

p.sessao4-arraste {
  display: none;
}

.premio-bottom .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

.premios .container .premios-p {
  color: #bdbdbd !important;
}

img.btn__top--a-img:hover {
  -webkit-animation: button-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: button-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

img.btn__top--a-img {
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-box-shadow: 50px green;
  box-shadow: 50px green;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 15px 3px #0e205038;
  box-shadow: 0px 0px 15px 3px #0e205038;
  z-index: 99999999999;
}

.btn__top {
  display: none;
}

.premios p.pagingInfo {
  position: absolute;
  bottom: 178px;
  right: 150px;
  color: #fff;
  font-size: 14px;
  display: none;
}

.slick-empresas p.pagingInfo {
  position: absolute;
  bottom: 42px;
  left: 35px;
  color: #15364c;
  font-size: 14px;
  display: none;
}

.sessao4 {
  position: relative;
}

.sessao4 p.pagingInfo {
  font-size: 14px;
  position: absolute;
  right: 55px;
  bottom: 88px;
  display: none;
}

@media screen and (max-width: 768px) {
  .premios p.pagingInfo {
    display: block;
  }

  .sessao4 p.pagingInfo {
    display: block;
  }

  .slick-empresas p.pagingInfo {
    display: block;
  }

  p.premio-arraste {
    display: block;
    position: relative;
    top: 140px;
    left: 30px;
    color: #000000;
    z-index: 9999;
  }

  p.sessao4-arraste {
    display: block;
  }

  .banner__photo {
    margin-top: 550px !important;
  }

  .banner__content--navegacao {
    margin-top: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 250px;
  }

  a.banner__content--navegacao-a {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    z-index: 99999;
  }

  .bodyhome .sec-2 {
    padding-top: 210px !important;
  }

  .bodyhome section.caixa.caixa-mobile .container {
    padding: 80px 0px 40px !important;
  }

  .caixa-mobile .container .sobre__top .sobre__top--texto {
    padding: 0px 10px;
  }

  .caixa-mobile .container div.sobre__top {
    height: 100px !important;
    padding: 40px 0px 20px;
  }

  .caixa-mobile .container .sobre__top .sobre__top-img {
    max-width: 80px;
  }

  .caixa-mobile .container .sobre__top .sobre__top--botao a.sobre__top--botao-a {
    height: 40px;
  }

  .caixa-mobile .container .sobre__top .sobre__top--texto .sobre__top--texto-p {
    font-size: 16px;
  }

  .caixa-mobile .container .sobre__top .sobre__top--botao {
    margin: 10px 0px 0px;
  }

  .caixa-mobile .container::before {
    height: 40px;
    top: 20%;
  }

  .bodyhome section.caixa.caixa-2.margin-lg__5 .container {
    padding: 80px 0px 40px !important;
  }

  section.caixa.caixa-mobile .container {
    padding: 80px 0px 40px !important;
  }

  p.sessao4-arraste {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }

  p.slick-empresas-p {
    margin-left: 17px;
    margin-bottom: 10px;
  }

  .empresas-participantes__slide-content--text {
    width: 80% !important;
    margin-top: 40px;
  }

  .bodypilares .empresas-participantes__slide-content {
    min-height: 472px !important;
  }

  .empresas-participantes__slide-content {
    background: -webkit-gradient(linear, right top, left top, color-stop(95.83%, #57ff8f), color-stop(70.86%, white)) !important;
    background: linear-gradient(270deg, #57ff8f 95.83%, white 70.86%) !important;
  }

  a.empresas-participantes__slide-content--a {
    padding: 8px;
  }

  p.modal-content__p {
    text-align: justify !important;
  }

  .bodyedicoes .edicoes-next,
  .bodyedicoes .edicoes-prev {
    width: 40px;
    height: 40px;
    bottom: 10px;
  }

  .bodyedicoes .edicoes-prev {
    right: 50px !important;
  }

  p.sessao4-arraste {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  img.btn__top--a-img {
    width: 40px;
    height: 40px;
  }
}

@-webkit-keyframes button-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes button-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.banner__content--navegacao {
  margin-left: -40px !important;
}

.banner__content--title-link {
  margin-left: 70px !important;
}

@media only screen and (max-width: 350px) {
  .sessao4 .container .sessao4-box .sessao4__card .sessao4-a {
    width: 230px;
  }
}

@media only screen and (max-width: 768px) {
  .banner__content--navegacao {
    margin-left: 0px !important;
  }

  .banner__content--title-link {
    margin-left: 0px !important;
  }
}

.box__purple-inscricao {
  content: "";
  display: block;
  background-image: url(../images/Grupo-137.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 195px !important;
  height: 311px !important;
  position: absolute;
  right: 0px !important;
  z-index: 9999999;
  top: -49px !important;
}

.bodyhome .box__purple {
  z-index: 99999999999;
  width: 195px;
  height: 311px;
  right: 0px;
  top: -49px;
}

section#categoria-profissional {
  padding-top: 30px !important;
}

section#edicoes {
  padding-top: 90px;
}

@media only screen and (max-width: 1300px) {
  .bodyhome .box__purple {
    width: 119px !important;
    right: 0px !important;
    top: -91px !important;
  }

  .box__purple-opremio {
    width: 90px;
    top: -106px;
  }

  .bodyregulamento .box__purple-regulamento,
  .bodypilares .box__purple-pilares,
  .bodyedicoes .box__purple-edicoes {
    width: 120px !important;
    top: -89px !important;
  }

  .box__purple-inscricao {
    width: 116px !important;
    top: -92px !important;
    right: 0px !important;
  }
}

@media only screen and (min-width: 1320px) and (max-width: 1400px) {
  .bodyhome .box__purple {
    width: 175px;
    top: -69px;
  }

  .box__purple-opremio {
    width: 175px;
    top: -60px;
  }

  .bodyregulamento .box__purple-regulamento,
  .bodypilares .box__purple-pilares,
  .bodyedicoes .box__purple-edicoes,
  .box__purple-inscricaoo {
    width: 175px !important;
    top: -60px !important;
  }

  .box__purple-inscricao {
    width: 175px !important;
    top: -60px !important;
    right: 0px !important;
  }
}

section.formulario {
  background-color: #fff03f;
}

@media only screen and (max-width: 767px) {
  .bodyhome .box__purple {
    display: none;
  }

  .bodyhome section.caixa.caixa-1 .container {
    padding: 80px 30px 40px;
  }

  .bodyhome section.caixa.caixa-2.margin-lg__5 .container {
    padding: 80px 30px 60px;
  }

  .bodyhome section.sobre.caixa .container {
    padding: 80px 30px 60px;
  }

  .bodyhome p.sec-4__content--ebook-p.ebook-p__2,
  .bodyhome p.sec-4__content--ebook-p {
    font-size: 16px;
  }

  .bodyhome a.sec-4__content--ebook-a {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bodyhome .sec-4__content--ebook-a img {
    padding: 0px;
  }

  .bodypremio header.header-opremio {
    padding-top: 50px;
  }

  .bodypremio .premio__item--card--box.viagem-internacional {
    height: 160px !important;
  }

  .bodyregulamento header.header-opremio.page-inscrevase {
    padding-top: 50px;
  }

  .bodypilares header.header-opremio {
    padding-top: 50px;
  }

  .bodyedicoes header.header-opremio.header-edicoes {
    padding-top: 50px;
  }

  .bodyedicoes .iframe.sessao2-img {
    left: 10px !important;
  }

  img.participante__logo-item:nth-child(1) {
    min-width: auto !important;
  }

  img.participante__logo-item:nth-child(2) {
    min-width: auto !important;
  }

  img.participante__logo-item:nth-child(3) {
    min-width: auto !important;
  }

  img.participante__logo-item:nth-child(4) {
    min-width: auto !important;
  }

  img.participante__logo-item:nth-child(5) {
    min-width: auto !important;
  }

  img.participante__logo-item:nth-child(6) {
    min-width: auto !important;
  }

  img.participante__logo-item:nth-child(7) {
    min-width: auto !important;
  }

  header.header-opremio.page-inscrevase {
    padding-top: 50px;
  }
}

.information {
  margin-top: -151px;
}

.information .information__box {
  background-color: #8501eb;
  padding: 80px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 80%;
  z-index: 999;
  position: relative;
}

.information .information__box h2 {
  color: #fff;
  position: relative;
  z-index: 9;
}

.information .information__box p {
  color: #fff;
  line-height: 21px;
  margin-top: 20px;
  position: relative;
  z-index: 9;
}

.information .container {
  position: relative;
}

.information .container .box__animate {
  content: "";
  width: 80%;
  height: 100%;
  position: absolute;
  background-color: #ffef3e;
  top: 30px;
  right: 0px;
}

.selecionados__item {
  margin-top: 140px;
}

.selecionados__item .selecionados__item__mod {
  background-color: #ef4d43;
  padding: 50px;
  margin: 80px 0px 30px;
  position: relative;
}

.selecionados__item .selecionados__item__mod h3 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}

.selecionados__item .selecionados__item__mod h5 {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.selecionados__item .selecionados__item__mod .box__animate {
  width: 200px;
  height: 50px;
  position: absolute;
  bottom: -20px;
  right: -60px;
  background-color: #57ff8f;
}

.selecionados__item .selecionados__item__projeto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.selecionados__item .selecionados__item__projeto .selecionados__item__left {
  width: 50%;
}

.selecionados__item .selecionados__item__projeto .selecionados__item__left .selecionados__item__left__image {
  position: relative;
  width: 100%;
  height: 400px;
  left: -30px;
}

.selecionados__item .selecionados__item__projeto .selecionados__item__left .selecionados__item__left__image img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.selecionados__item .selecionados__item__projeto .selecionados__item__left .selecionados__item__left__image .box__animate {
  width: 200px;
  height: 50px;
  position: absolute;
  bottom: -20px;
  left: -60px;
  background-color: #ffef3e;
}

.selecionados__item .selecionados__item__projeto .selecionados__item__left .selecionados__item__left-descricao {
  text-align: center;
  font-size: 12px;
  padding: 30px 20px 10px;
  line-height: 18px;
  font-weight: normal !important;
}

.selecionados__item .selecionados__item__projeto .selecionados__item__right {
  width: 50%;
  padding-left: 50px;
}

.selecionados__item .selecionados__item__projeto .selecionados__item__right p {
  margin: 20px 0px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 25px;
}

.selecionados__item:nth-child(even) .selecionados__item__projeto {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.selecionados__item:nth-child(even) .selecionados__item__mod {
  background-color: #57ff8f;
}

.selecionados__item:nth-child(even) .selecionados__item__mod h3,
.selecionados__item:nth-child(even) .selecionados__item__mod h5 {
  color: #000;
}

.selecionados__item:nth-child(even) .selecionados__item__mod .box__animate {
  background-color: #8501eb;
  right: unset;
  left: -60px;
}

.selecionados__item:nth-child(even) .selecionados__item__projeto .selecionados__item__left .box__animate {
  background-color: #ef4d43;
  left: unset;
  right: -60px;
}

.selecionados__item:nth-child(even) .selecionados__item__projeto .selecionados__item__left .selecionados__item__left__image {
  position: relative;
  left: unset;
  right: -30px;
}

@media only screen and (max-width: 768px) {
  .information {
    margin-top: 0px;
  }

  .information .information__box {
    max-width: 95%;
    padding: 30px;
  }

  section.selecionados {
    position: relative;
    overflow: hidden;
  }

  .selecionados__item .selecionados__item__mod {
    padding: 50px 30px;
  }

  .selecionados__item .selecionados__item__mod h3 {
    font-size: 22px;
  }

  .selecionados__item .selecionados__item__projeto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .selecionados__item .selecionados__item__projeto .selecionados__item__left {
    width: 100% !important;
  }

  .selecionados__item .selecionados__item__projeto .selecionados__item__left .selecionados__item__left__image {
    left: unset;
    height: 250px;
  }

  .selecionados__item .selecionados__item__projeto .selecionados__item__left .selecionados__item__left__image .img-fixed {
    left: unset;
    right: -90px;
  }

  .selecionados__item .selecionados__item__projeto .selecionados__item__left .selecionados__item__left__image .img-float {
    width: 100px !important;
    left: -10px !important;
    top: -65px;
  }

  .selecionados__item .selecionados__item__projeto .selecionados__item__right {
    width: 100% !important;
    padding: 30px 0px !important;
  }

  .selecionados__item:nth-child(even) .selecionados__item__projeto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .selecionados__item:nth-child(even) .selecionados__item__projeto .selecionados__item__left .selecionados__item__left__image {
    right: 0px !important;
  }
}

#vencedores {
  overflow: hidden;
}

#vencedores .vencedores__row {
  padding: 20px 15px;
  position: relative;
}

#vencedores .vencedores__row p {
  margin: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  gap: 10px;
  padding: 0px 50px 0px 0px;
}

#vencedores .vencedores__row p span {
  font-size: 18px;
  line-height: 130%;
}

@media only screen and (max-width: 768px) {
  #vencedores .vencedores__row p span {
    font-size: 16px;
  }
}

#vencedores .vencedores__row p span:nth-child(1) {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  #vencedores .vencedores__row p {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

#vencedores .vencedores__row h4.vencedores__row-tr {
  font-size: 18px;
  padding: 10px;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  #vencedores .vencedores__row h4.vencedores__row-tr {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  #vencedores .vencedores__row {
    margin: 0px 0px 40px 0px;
  }
}

#vencedores .vencedores__row:nth-child(4n+1) {
  border: solid 1px #f2f2f2;
  border-top: none;
}

#vencedores .vencedores__row:nth-child(4n+1) h4 {
  background-color: #57ff8f;
  color: #000;
}

#vencedores .vencedores__row:nth-child(4n+2) {
  border: solid 1px #f2f2f2;
  border-top: none;
}

#vencedores .vencedores__row:nth-child(4n+2) h4 {
  background-color: #57ff8f;
  color: #000;
}

#vencedores .vencedores__row:nth-child(4n+3) {
  border: solid 1px #f2f2f2;
  border-top: none;
}

#vencedores .vencedores__row:nth-child(4n+3) h4 {
  background-color: #57ff8f;
  color: #000;
}

#vencedores .vencedores__row:nth-child(4n+4) {
  border: solid 1px #f2f2f2;
  border-top: none;
}

#vencedores .vencedores__row:nth-child(4n+4) h4 {
  background-color: #57ff8f;
  color: #000;
}

html,
body {
  background-color: #E3E3E2;
  font-family: 'Gotham', sans-serif !important;
}

.container {
  width: 1200px !important;
  max-width: 100% !important;
}

@media only screen and (max-width: 1100px) {
  .container {
    width: 860px;
  }
}

.sobre .container .sobre__bottom .sobre__bottom--texto {
  background-color: #3d3d3b;
  border-radius: 10px;
}

.sobre .container .sobre__bottom .sobre__bottom--texto .sobre__bottom--texto-sg,
.sobre .container .sobre__bottom .sobre__bottom--texto .sobre__bottom--texto-asbea {
  width: 20px;
  height: 13px;
}

.footer .container .footer__bottom .footer__bottom--social .footer__bottom--social-a .fab {
  background-color: #00b9ab;
  color: #fff;
  border-radius: 100px;
  margin: 10px
}

.footer .container .footer__bottom .footer__bottom--social .footer__bottom--social-a .fab:hover {
  background-color: #3d3d3b;
  color: #fff;
}

.footer .container .footer__top {
  background-color: #D5D5D5;
}

.footer .container .footer__top p {
  color: #3D3D3B;
}

.chamada__box__new {
  /*  background: #7087B5;*/
  border-radius: 20px;
  padding: 40px 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .chamada__box__new {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    padding: 40px 20px;
  }
}

.chamada__box__new .chamada-col1 img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  left: -40px;
}

@media only screen and (max-width: 767px) {
  .chamada__box__new .chamada-col1 img {
    position: unset;
    -webkit-transform: unset;
    transform: unset;
    margin-top: -90px;
    max-width: 120px;
  }
}

.chamada__box__new .chamada-col2 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  /*  padding-left: 120px;*/
}

@media only screen and (max-width: 767px) {
  .chamada__box__new .chamada-col2 {
    padding-left: 0px;
  }
}

.chamada__box__new .chamada-col2 p {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  max-width: 380px;
}

@media only screen and (max-width: 767px) {
  .chamada__box__new .chamada-col2 p {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
  }
}

.chamada__box__new .chamada-col3 a {
  background: #E3E3E2;
  -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  color: #3d3d3b;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: .4s;
  transition: .4s;
}

.chamada__box__new .chamada-col3 a:hover {
  background: #3d3d3b;
  color: #E3E3E2;
}

.sobre .container::before {
  display: none;
}

.sobre .container .sobre__bottom .sobre__bottom--texto .sobre__bottom--dropdown-asbea,
.sobre .container .sobre__bottom .sobre__bottom--texto .sobre__bottom--dropdown-sg {
  font-weight: normal !important;
}

.footer .container .footer__bottom .footer__bottom--menu div .footer__bottom--menu-a {
  font-weight: normal !important;
  color: #17428C;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #3D3D3B;
}

/*.participantes .container .participantes__titulo::after {
  background-color: #7087B5;
  width: 40px;
  height: 6px;
  position: absolute;
  top: -10px;
  left: 0px;
  border-radius: 5px;
}*/

.apoiadores .container .apoiadores__titulo,
.participantes .container .participantes__titulo {
  font-weight: 700;
}

/*.apoiadores .container .apoiadores__titulo::after {
  background-color: #4DAF8A;
  width: 40px;
  height: 6px;
  position: absolute;
  top: -10px;
  left: 0px;
  border-radius: 5px;
}*/

.sec-4__content--ebook {
  background-color: #3D3D3B !important;
  border-radius: 20px;
}

.sec-4__content--ebook-a {
  background-color: #7087B5 !important;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec-4__content--ebook-a img {
  padding: 0px !important;
}

.sec-4__content--ebook-p {
  font-size: 18px !important;
  line-height: 23px !important;
  font-weight: 500 !important;
}

.sec-4__content--ebook {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  gap: 10px;
  padding: 10px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img.sec-4__content--ebook-image {
  margin-left: -60px;
}

@media only screen and (max-width: 600px) {
  img.sec-4__content--ebook-image {
    display: none;
  }
}

.sec-4__content--ebook-p.ebook-p__2 {
  margin-left: 0px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.sec-4.margin-bottom__110 .d-flex {
  gap: 2%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .sec-4.margin-bottom__110 .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.sec-4__content--ebook:nth-child(1) {
  margin-right: 0px !important;
}

.sec-4__content--ebook {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 49% !important;
}

@media only screen and (max-width: 768px) {
  .sec-4__content--ebook {
    width: 80% !important;
  }
}

@media only screen and (max-width: 600px) {
  .sec-4__content--ebook {
    width: 100% !important;
  }

  .sec-4__content--ebook .sec-4__content--ebook-p {
    width: 100% !important;
  }
}

h2.sec-4__content--h2 {
  color: #3D3D3B;
}

p.sec-4__content--p {
  color: #3D3D3B !important;
  line-height: 24px;
  font-weight: 500 !important;
  font-size: 16px !important;
  width: 400px;
  max-width: 100% !important;
}

section#edicoes .container {
  position: relative;
}

@media only screen and (max-width: 600px) {
  p.sec-4__content--p {
    margin-bottom: 40px;
  }
}

.sec-4__img {
  position: absolute;
  right: -160px !important;
  display: block;
  margin-top: 23px;
}

.sec-4__img img {
  border-radius: 20px;
}

.sec-4__img:after {
  display: none !important;
}

.sec-4__content {
  position: relative;
}

img.float-forma {
  position: absolute;
  bottom: -10px;
  right: -120px;
}

@media only screen and (max-width: 767px) {
  .container {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
}

@media only screen and (max-width: 480px) {
  #box--information .container {
    padding: 0px 10px;
  }
}

.modalidade .modalidade-box .modalidade__item {
  border-radius: 10px;
  background-color: #F4E554;
  width: 387px;
}

@media only screen and (max-width: 1170px) {
  .modalidade .modalidade-box .modalidade__item {
    width: 49%;
  }
}

@media only screen and (max-width: 660px) {
  .modalidade .modalidade-box .modalidade__item {
    width: 100%;
  }
}

.modalidade .modalidade-box .modalidade__item p {
  font-size: 15px;
}

@media only screen and (max-width: 600px) {
  section#edicoes {
    padding-top: 0px;
  }
}

section.section-category {
  padding: 50px 0px 80px;
  overflow: hidden;
}

@media only screen and (max-width: 1000px) {
  section.section-category {
    padding-top: 230px;
  }
}

@media only screen and (max-width: 600px) {
  section.section-category {
    padding-top: 160px;
  }

  section.section-category.category-reverse {
    padding-top: 90px;
  }
}

section.section-category .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 480px) {
  section.section-category .container {
    padding: 0px 10px !important;
  }
}

section.section-category.category-reverse .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 1000px) {
  section.section-category.category-reverse .container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

section.section-category.category-reverse .container #box-category .block-container {
  margin-left: 130px;
}

@media only screen and (max-width: 1000px) {
  section.section-category.category-reverse .container #box-category .block-container {
    margin-left: 0px;
  }
}

section.section-category.category-reverse .container #box-category img.box-category--image {
  left: -280px;
}

section.section-category #box-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
}

@media only screen and (max-width: 1000px) {
  section.section-category #box-category {
    width: 100%;
  }
}

section.section-category #box-category.color-red::after {
  content: '';
  width: 90%;
  height: 480px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e96266;
  border-radius: 20px;
}

@media only screen and (max-width: 1000px) {
  section.section-category #box-category.color-red::after {
    width: 100%;
  }
}

section.section-category #box-category.color-blue::after {
  content: '';
  width: 90%;
  height: 480px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #7087B5;
  border-radius: 20px;
}

@media only screen and (max-width: 1000px) {
  section.section-category #box-category.color-blue::after {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  section.section-category #box-category {
    padding: 40px;
  }
}

@media only screen and (max-width: 768px) {
  section.section-category #box-category {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  section.section-category #box-category {
    padding: 40px 20px;
  }
}

section.section-category #box-category h2.box-category-title {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1000px) {
  section.section-category #box-category h2.box-category-title {
    margin-top: -60px;
  }
}

@media only screen and (max-width: 600px) {
  section.section-category #box-category h2.box-category-title {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 480px) {
  section.section-category #box-category h2.box-category-title {
    font-size: 30px;
    line-height: 40px;
  }
}

section.section-category #box-category .box-category-desc {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}

section.section-category #box-category .paragraph-box {
  margin-top: 40px;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #E3E3E2;
  border-radius: 15px;
  max-width: 490px;
  width: 100%;
  position: relative;
  z-index: 9;
}

@media only screen and (max-width: 768px) {
  section.section-category #box-category .paragraph-box {
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  section.section-category #box-category .paragraph-box {
    padding: 30px;
  }
}

section.section-category #box-category .paragraph-box p {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 24px;
  color: #3D3D3B;
  position: relative;
  z-index: 1;
}

section.section-category #box-category img.box-category--image {
  position: absolute;
  right: -280px;
  top: 80px;
  z-index: 99;
}

@media only screen and (max-width: 1000px) {
  section.section-category #box-category img.box-category--image {
    top: -60px;
    max-width: 350px;
    right: -10px;
  }
}

@media only screen and (max-width: 1000px) {
  section.section-category #box-category img.box-category--image {
    max-width: 350px;
    position: unset;
    margin: -230px 0 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  section.section-category #box-category img.box-category--image {
    max-width: 250px;
  }
}

@media only screen and (max-width: 600px) {
  section.section-category #box-category img.box-category--image {
    max-width: 180px;
    margin: -130px 0 0 auto;
  }
}

.modalidade .modalidade-box {
  gap: 6px;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.modalidade .modalidade-box .modalidade__item .modalidade__item-titulo {
  color: #3d3b3b !important;
  font-size: 16px !important;
  line-height: 22px;
}

.modalidade .modalidade-box .modalidade__item .modalidade__item-desc {
  color: #3d3d3b !important;
  font-weight: 500 !important;
}

.modalidade .modalidade-box .modalidade__item .modalidade__item-titulo img {
  display: inline-block;
  margin-left: 10px;
}

.modalidade .modalidade-box .modalidade__item {
  min-height: 64px !important;
  margin: 0px !important;
}

.modalidade .modalidade-box .modalidade__item .modalidade__item-desc {
  padding: 10px 20px 20px !important;
}

.sec-2__content--p {
  font-weight: 500 !important;
}

.bodyhome .section-2 {
  overflow: hidden;
  padding-bottom: 70px;
}

.bodyhome .sec-2 {
  margin-left: 0px;
  gap: 30px 5%;
}

@media only screen and (max-width: 880px) {
  .bodyhome .sec-2 {
    padding-top: 50px !important;
  }
}

@media only screen and (max-width: 800px) {
  .bodyhome .sec-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 50px;
  }
}

.bodyhome .sec-2 .sec-2__content--p {
  margin-right: 0px;
  width: 100%;
}

.bodyhome .sec-2 .sec-2__content {
  width: 36%;
}

@media only screen and (max-width: 1000px) {
  .bodyhome .sec-2 .sec-2__content {
    width: 45%;
  }
}

@media only screen and (max-width: 800px) {
  .bodyhome .sec-2 .sec-2__content {
    width: 100%;
  }
}

.bodyhome .sec-2 .sec-2__content .sec-2__content--h2 {
  color: #3d3b3b !important;
}

.bodyhome .sec-2 .sec-2__content .sec-2__content--p {
  color: #3d3b3b !important;
}

.bodyhome .sec-2 .sec2--right {
  position: relative;
  width: 60%;
  position: relative;
  right: -70px;
}

@media only screen and (max-width: 1000px) {
  .bodyhome .sec-2 .sec2--right {
    right: 0px;
    width: 100%;
  }
}

.bodyhome .sec-2 .sec2--right img {
  position: relative;
  right: -70px;
}

@media only screen and (max-width: 1000px) {
  .bodyhome .sec-2 .sec2--right img {
    right: 0px;
    max-width: 100%;
  }
}

.bodyhome .sec-2 .sec2--right .sec2--right-cta {
  background-color: #F4E554;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 50px;
  border-radius: 15px;
  max-width: 460px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translate(0px, -70%);
  transform: translate(0px, -70%);
}

@media only screen and (max-width: 1000px) {
  .bodyhome .sec-2 .sec2--right .sec2--right-cta {
    margin-top: 30px;
    position: unset;
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .bodyhome .sec-2 .sec2--right .sec2--right-cta {
    width: 80%;
  }
}

@media only screen and (max-width: 600px) {
  .bodyhome .sec-2 .sec2--right .sec2--right-cta {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .bodyhome .sec-2 .sec2--right .sec2--right-cta {
    padding: 30px;
  }
}

.bodyhome .sec-2 .sec2--right .sec2--right-cta p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: 400 !important;
}

@media only screen and (max-width: 480px) {
  .bodyhome .sec-2 .sec2--right .sec2--right-cta p {
    font-size: 16px;
  }
}

.bodyhome .sec-2 .sec2--right .sec2--right-cta a {
  background: #E3E3E2;
  -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  color: #3d3d3b;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: .4s;
  transition: .4s;
  position: relative;
  right: -190px;
  bottom: -10px;
  margin-bottom: -56px;
}

.bodyhome .sec-2 .sec2--right .sec2--right-cta a:hover {
  background: #3d3d3b;
  color: #E3E3E2;
}

@media only screen and (max-width: 1000px) {
  .bodyhome .sec-2 .sec2--right .sec2--right-cta a {
    right: 0;
  }
}

section#edicoes {
  overflow: hidden;
}

.container {
  padding: 0px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 920px) {
  .container {
    padding: 0px 30px !important;
  }
}

#header-home {
  margin-top: 107px;
  padding: 80px 0px;
  overflow-x: clip;
}

@media only screen and (max-width: 480px) {
  #header-home {
    padding: 50px 0px 50px;
  }
}

#header-home .container {
  position: relative;
  width: 1070px !important;
}

@media only screen and (max-width: 1090px) {
  #header-home .container {
    padding: 0px 30px !important;
  }
}

#header-home .container::before {
  content: '';
  width: 1325px;
  height: 1000px;
  position: absolute;
  background-color: #F4E554;
  -webkit-transform: skewY(-13deg);
  transform: skewY(-13deg);
  border-radius: 40px;
  top: -510px;
  left: 170px;
}

@media only screen and (max-width: 880px) {
  #header-home .container::before {
    left: 20px;
  }
}

@media only screen and (max-width: 480px) {
  #header-home .container::before {
    left: 10px;
  }
}

#header-home .container .header-home-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 5%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 880px) {
  #header-home .container .header-home-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

#header-home .container .header-home-box .home-box-left {
  width: 57%;
}

@media only screen and (max-width: 880px) {
  #header-home .container .header-home-box .home-box-left {
    width: 100%;
  }
}

#header-home .container .header-home-box .home-box-left img {
  max-width: 100%;
}

@media only screen and (max-width: 880px) {
  #header-home .container .header-home-box .home-box-left img {
    width: 100%;
    max-width: 320px;
    margin: 0px 0px 0px auto;
    display: block;
  }
}

#header-home .container .header-home-box .home-box-right {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 880px) {
  #header-home .container .header-home-box .home-box-right {
    width: 80%;
  }
}

@media only screen and (max-width: 600px) {
  #header-home .container .header-home-box .home-box-right {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  #header-home .container .header-home-box .home-box-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 480px) {
  #header-home .container .header-home-box .home-box-right img {
    max-width: 100px;
  }
}

#header-home .container .header-home-box .home-box-right div {
  margin-top: 10px;
}

#header-home .container .header-home-box .home-box-right div h1 {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

#header-home .container .header-home-box .home-box-right div p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500 !important;
  margin: 5px 0 15px 0px;
}

#header-home .container .header-home-box .home-box-right div a {
  background: #E96266;
  -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: .4s;
  transition: .4s;
}

#header-home .container .header-home-box .home-box-right div a:hover {
  background: #3D3D3B;
}

#header-home .container .header-home-box .home-box-right div a.c-categorias {
  border: solid 2px #E96266;
  background-color: transparent !important;
  color: #E96266 !important;
  width: 220px !important;
  margin-bottom: 16px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#header-home .container .header-home-box .home-box-right div a.c-categorias:hover {
  background-color: #E96266 !important;
  color: #fff !important;
}

section.caixa {
  padding: 70px 0px;
  background-color: #D5D5D5;
}

.menu-header__ul {
  gap: 30px;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.header-opremio .container {
  position: unset;
}

.bodyregulamento header.header-opremio.page-inscrevase .container .header-opremio__top::after,
header.header-opremio.page-inscrevase .container .header-opremio__top::after {
  display: none;
}

img.img-header-single-page {
    position: absolute;
    /*  bottom: 0px;*/
    right: 0px;
    width: 100%;
/*    height: 100%;*/
}

@media only screen and (max-width: 1447px) {
    img.img-header-single-page {
        height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    img.img-header-single-page {
        bottom: unset;
        /*        top: 100px !important;*/
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }
}

@media only screen and (max-width: 767px) {
  .header-opremio .container .header-opremio__top .header-opremio__top-h1 {
    font-size: 70px !important;
  }
}

@media only screen and (max-width: 480px) {
  .header-opremio .container .header-opremio__top .header-opremio__top-h1 {
    font-size: 50px !important;
    margin-top:-0.6em !important;
  }
}

.bodyregulamento header.header-opremio.page-inscrevase .container .header-opremio__top .header-opremio__top-p {
  left: 0px;
}

img.float-symbol {
  position: absolute;
  z-index: 9999999999999;
  top: 80px;
  right: -260px;
}

section#new-about {
  padding: 60px 0px;
}

section#new-about .container div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 25px 4%;
}

@media only screen and (max-width: 600px) {
  section#new-about .container div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

section#new-about .container div p {
  width: 48%;
  line-height: 24px;
  font-weight: 500 !important;
}

@media only screen and (max-width: 600px) {
  section#new-about .container div p {
    width: 100%;
  }
}

.premios .container::before {
  display: none;
}

.premios .container .premios__item .premio__item--titulo {
  border-radius: 20px;
}

.premios .container .premios__item .premio__item--cards .premio__item--card--box {
  border-radius: 15px;
  background-color: #F4E554;
}

.premio__item--card--box strong,
.premios .container .premios__item .premio__item--cards .premio__item--card--box div span,
.premios .container .premios__item .premio__item--cards .premio__item--card--box div strong {
  color: #3D3D3B;
}

.premios .container .premios__item .premio__item--cards .premio__item--card--box:nth-child(1):after,
.premios .container .premios__item .premio__item--cards .premio__item--card--box:nth-child(2):after {
  background-color: #4DAF8A;
}

@media only screen and (max-width: 767px) {
  .premios .container .premios__item .premio__item--titulo {
    border-radius: 20px 20px 0px 0px;
  }

  .premio__item--cards {
    border-radius: 0px 0px 20px 20px;
  }

  .premio-card-1 {
    background-color: #e96266;
  }

  .premio-card-2 {
    background-color: #7087b5;
  }

  .premio-card-3 {
    background-color: #3d3d3b;
  }

  .premio-bottom ul.slick-dots {
    bottom: 175px;
  }

  .premios p.pagingInfo {
    bottom: 145px;
    color: #3d3d3b !important;
    right: 65px;
    width: 80%;
    margin: 0 auto;
    text-align: right;
    margin-right: 0%;
  }

  .premio__item--card--box.viagem-internacional {
    padding: 20px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 480px) {
  .bodypremio section.premios .container {
    padding: 0px !important;
  }
}

.premios .container .premio__item--card-img {
  border-radius: 20px;
}

.regulation-link-a {
  background-color: #E96266 !important;
  border-radius: 10px;
  color: #fff;
}

.regulation-link-a:hover {
  background-color: #3d3b3b !important;
}

section.regulation .container {
  width: 1170px !important;
}

.regulamento-box__single--bottom p {
  font-weight: 400 !important;
}

th.premios_title p {
  font-weight: 700 !important;
}

.footer .container .footer__bottom .footer__bottom--social .footer__bottom--social-a {
  font-size: 1px;
  color: transparent;
}

.sec-3__h2 {
  color: #3D3D3B !important;
}

img.float-symbol-2 {
  position: absolute;
  z-index: 9999999999999;
  top: -140px;
  right: -200px;
}

.bodyhome .section-2 .container {
  width: 1070px !important;
}

section.modalidade .container {
  width: 1180px !important;
}

section.apoiadores .container,
section.participantes .container {
  width: 980px !important;
}

section.participantes {
  padding-bottom: 50px;
}

.participantes .container .participantes__logos {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.apoiadores .container .apoiadores__logos {
  gap: 10px;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.apoiadores .container .apoiadores__logos .apoiador__logo-item {
  height: auto;
  width: auto;
}

@media only screen and (max-width: 600px) {
  .premios .container .premios__item .premio__item--cards .premio__item--card--box div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  span.w-100 {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {

  .premio__item--card--box strong,
  .premios .container .premios__item .premio__item--cards .premio__item--card--box div span,
  .premios .container .premios__item .premio__item--cards .premio__item--card--box div strong {
    margin-top: 0px !important;
    margin-right: 3px;
  }

  .premios .container .premios__item .premio__item--cards .premio__item--card--box {
    padding: 5px 0px;
    width: 95%;
  }

  button.opremio-prev {
    bottom: -645px;
  }
}

.regulation-list__a {
  font-weight: 500 !important;
  -webkit-transition: .4s;
  transition: .4s;
}

.regulation-list__a:hover {
  font-weight: 600 !important;
}

.regulation-list__a.active {
  color: #E96266;
}

.regulation-tabs {
  background-color: #DADADA;
}

.regulation-mobile .regulation-link-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.regulation-mobile .fas.fa-chevron-down {
  color: #E96266;
}

@media only screen and (max-width: 480px) {
  section#inscricao .container {
    padding: 0px 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .h-brands__logos {
    gap: 60px;
  }

  .h-brands__logos .h-brands__logos--img {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 480px) {
  .h-brands__logos {
    gap: 30px;
  }
}

.menu .menu-botao {
  top: 40px !important;
  border-radius: 5px;
}

img[alt="quartzolit"] {
  width: unset;
}

.apoiadores .container .apoiadores__logos .apoiador__logo-item {
  margin: 0 auto;
  margin-bottom: 15px;
}

.participantes .container .participantes__logos .participante__logo-item {
  margin: 0 auto;
}

.sessao2 .container .sessao2-box .sessao2-imgabsolut,
.sessao2 .container img.sessao2-caminho {
  display: none !important;
}

.sessao2 .container .sessao2-box {
  background-color: #3D3D3B !important;
  border-radius: 20px;
  width: 740px !important;
}

.sessao2 .container .sessao2-box p.sessao2-p {
  color: #fff !important;
  margin-left: 110px;
}

.sessao4 .container .sessao4-box .sessao4__card {
  border-radius: 15px;
  background-color: #FFF !important;
}

.sessao4 .container .sessao4-box .sessao4__card video {
  border-radius: 15px 15px 0px 0px;
}

.sessao4 .container .sessao4-box .sessao4__card .sessao4-a {
  border-radius: 10px;
/*  background-color: #f4e554 !important;*/
  color: #3d3d3b;
}

.bodyedicoes section.sessao4 .container {
  width: 1100px !important;
}

.bodyedicoes .sessao2 .container::after {
  display: none !important;
}

.bodyedicoes .sec-4__content--ebook-a {
  border-radius: 5px;
  background-color: #ededeb !important;
}

.bodyedicoes .sec-4__content--ebook-img {
  position: unset !important;
  margin-left: -60px !important;
}

.bodyedicoes .sec-4__content--ebook {
  width: 460px !important;
}

@media only screen and (max-width: 767px) {
  .bodyedicoes .sessao2 .container .sessao2-box .sec-4__content--ebook p.sec-4__content--ebook-p.ebook-p__2 {
    margin-left: 0px;
  }

  .bodyedicoes .sessao2 .container .sessao2-box .sec-4__content--ebook {
    bottom: -20px;
    right: 20px;
  }
}

@media only screen and (max-width: 980px) {
  .bodyedicoes section.sessao2 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 00px;
  }

  .bodyedicoes section.sessao2 .container .sessao2-box {
    width: 95% !important;
    margin: 0 auto !important;
  }

  .bodyedicoes section.sessao2 .container .sessao2-box p.sessao2-p {
    color: #fff !important;
    margin-left: 0px;
  }

  .bodyedicoes section.sessao2 .container .sessao2-box .sec-4__content--ebook {
    right: unset;
  }

  .bodyedicoes iframe.sessao2-img {
    position: unset !important;
    margin-bottom: -80px;
    z-index: 2;
    border-radius: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bodyedicoes section.sessao2 .container .sessao2-box p.sessao2-p {
    font-size: 40px !important;
  }

  .bodyedicoes iframe.sessao2-img {
    width: 360px;
    height: 210px;
    margin-bottom: -60px;
  }
}

@media only screen and (max-width: 600px) {
  .bodyedicoes section.sessao2 .container .sessao2-box p.sessao2-p {
    font-size: 30px !important;
  }

  .bodyedicoes iframe.sessao2-img {
    width: 360px;
    height: 210px;
    margin-bottom: -60px;
  }

  .bodyedicoes .sec-4__content--ebook {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 480px) {
  .bodyedicoes section.sessao2 .container {
    padding: 10px !important;
  }

  .bodyedicoes section.sessao2 .container .sessao2-box p.sessao2-p {
    font-size: 22px !important;
  }

  .bodyedicoes iframe.sessao2-img {
    width: 300px;
    height: 180px;
    margin-bottom: -60px;
  }

  .bodyedicoes .sessao2 .container .sessao2-box .sec-4__content--ebook .sec-4__content--ebook-img {
    display: none !important;
  }

  .bodyedicoes section.sessao2 .container .sessao2-box .sec-4__content--ebook {
    padding: 30px 15px !important;
    height: auto !important;
  }

  .bodyedicoes .sessao2 .container .sessao2-box .sec-4__content--ebook p.sec-4__content--ebook-p.ebook-p__2 {
    margin-left: 0px;
    font-size: 16px !important;
  }
    img.img-header-single-page {
        /*    min-height: 290px;
    bottom: 0px !important;
    top: unset !important;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0px !important;
    right: unset !important;*/
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;

    }
  .header-opremio .container .header-opremio__top .header-opremio__top-h1 {
    font-size: 40px !important;
  }

  /* Problema 4: Adicionar padding lateral nos textos do header da página o premio no mobile */
  .header-opremio .container .header-opremio__top .texto-header {
    padding: 0 20px !important;
  }

  .header-opremio .container .header-opremio__top .texto-header > div {
    padding: 0 10px;
  }
}

.bodyedicoes iframe.sessao2-img {
  border-radius: 20px !important;
}

section.modal-nav {
  padding-top: 100px;
}

.modal-nav__btn {
  min-height: 75px !important;
}

.modal-nav__btn.modal-nav__btn--btn-1 {
  background-color: #7087B5 !important;
  border-radius: 10px !important;
}

.modal-nav__btn.modal-nav__btn--btn-1 .modal-nav__btn--span {
  color: #fff;
}

.modal-nav__btn.modal-nav__btn--btn-1 i.fas.fa-plus {
  color: #F4E554 !important;
}

.empresas-participantes__content-btn--a {
  background-color: #3d3d3b !important;
  border: solid 1px #3d3d3b;
  border-radius: 10px;
  margin-bottom: -20px;
  margin-top: 10px;
}

.empresas-participantes__content-btn--a:hover {
  background-color: #E3E3E2 !important;
  color: #3d3d3b !important;
}

.empresas-participantes__box:nth-child(6) .empresas-participantes__content:after,
.empresas-participantes__box:nth-child(7) .empresas-participantes__content:before,
.empresas-participantes__box:nth-child(4) .empresas-participantes__content:before,
.empresas-participantes__box:nth-child(5) .empresas-participantes__content:before,
.empresas-participantes__box:nth-child(3) .empresas-participantes__content:before {
  display: none !important;
}

.empresas-participantes__box:nth-child(3):before,
.empresas-participantes__box:nth-child(6):before,
.empresas-participantes__box:nth-child(8):before,
.empresas-participantes__box:nth-child(8) .empresas-participantes__content:after,
.empresas-participantes__box:nth-child(5) .empresas-participantes__content:after,
.empresas-participantes__box:nth-child(7) .empresas-participantes__content:after,
.empresas-participantes__box:nth-child(9) .empresas-participantes__content:after {
  display: none !important;
}

.empresas-participantes__content-p {
  font-weight: 500 !important;
}

.empresas-participantes__content {
  background-color: #EDEDEB;
  border-radius: 15px !important;
  -webkit-box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.05);
  box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.05);
}

.empresas-participantes__img {
  top: 30px !important;
  left: -160px;
}

.empresas-participantes__box:nth-child(even) .empresas-participantes__img {
  right: -130px !important;
}

.empresas-participantes__slide-content {
  background: #f4e554 !important;
  border-radius: 20px;
}

.empresas-participantes__slide-content--text p,
.empresas-participantes__slide-content--text h2 {
  color: #3d3d3b !important;
}

.empresas-participantes__slide {
  border-radius: 20px;
}

a.empresas-participantes__slide-content--a {
  background-color: #3d3b3b !important;
  border-radius: 10px;
}

.empresas-participantes__slide-content--img {
  background-color: transparent;
}

.empresas-participantes__slide-content--img img {
  max-width: 280px !important;
}

@media only screen and (max-width: 900px) {
  .slick-empresas {
    display: block !important;
  }

  .slick-empresas .empresas-participantes__slide-content {
    padding: 0px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .slick-empresas .empresas-participantes__slide-content--text {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .empresas-participantes__slide-content {
    min-height: 500px;
  }
}

@media only screen and (max-width: 480px) {
  .bodypilares .empresas-participantes .container {
    padding: 0px 10px !important;
  }
}

.matrizs__box--text {
  background-color: #7087B5 !important;
}

.box-lateral::after {
  border-color: #7087B5 !important;
  background-color: #7087B5 !important;
}

.right-border::before {
  background-color: #7087B5 !important;
}

.matrizs__box h4 {
  color: #3d3d3b !important;
}

.apoiadores .container .apoiadores__logos .apoiadores__logos-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Gotham", sans-serif;
}

.container {
  max-width: 904px;
  margin: 0 auto;
  padding: 0 10px;
}

@media (max-width: 37.4375em) {
  .container {
    padding: 0 30px;
  }
}

.container-2 {
  max-width: 1089px;
  margin: 0 auto;
  padding: 0 10px;
}

@media (max-width: 37.4375em) {
  .container-2 {
    padding: 0 30px;
  }
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.h-brands {
  padding: 10px 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999999;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 74.9375em) {
  .h-brands {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.h-brands__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 74.9375em) {
  .h-brands__logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px auto;
  }
}

.h-brands__logos--img {
  margin-left: 35px;
}

.banner .banner__box .banner__content {
  position: relative;
}

.banner {
  background: -webkit-gradient(linear, right top, left top, color-stop(80.83%, #ffef3e), color-stop(70.86%, #ffffff));
  background: linear-gradient(270deg, #ffef3e 80.83%, #ffffff 70.86%);
  height: 580px;
  margin-top: 110px;
}

@media (max-width: 74.9375em) {
  .banner {
    height: 700px;
  }
}

@media (max-width: 56.1875em) {
  .banner {
    background: -webkit-gradient(linear, right top, left top, color-stop(90.83%, #ffef3e), color-stop(70.86%, #ffffff));
    background: linear-gradient(270deg, #ffef3e 90.83%, #ffffff 70.86%);
  }
}

@media (max-width: 37.4375em) {
  .banner {
    background: -webkit-gradient(linear, right top, left top, color-stop(95.83%, #ffef3e), color-stop(70.86%, #ffffff));
    background: linear-gradient(270deg, #ffef3e 95.83%, #ffffff 70.86%);
  }
}

.banner::after {
  display: block;
  content: "";
  background-image: url();
  background-position: center;
  background-size: contain;
  width: 340px;
  height: 267px;
  position: absolute;
  margin-top: -120px;
}

.banner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 550px;
}

@media (max-width: 74.9375em) {
  .banner__box {
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.banner__content--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  position: relative;
  z-index: 1;
}

@media (max-width: 74.9375em) {
  .banner__content--logo {
    margin-top: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.banner__logo--img {
  width: 100%;
}

@media (max-width: 37.4375em) {
  .banner__logo--img {
    width: 268px;
  }
}

.banner__content--title {
  max-width: 340px;
  float: right;
}

@media (max-width: 74.9375em) {
  .banner__content--title {
    float: none;
    margin-left: 53px;
    margin-top: 30px;
  }
}

.banner__content--title-h2 {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5em;
  text-align: left;
  font-size: 20px;
  color: black;
  margin-bottom: 15px;
}

@media (max-width: 37.4375em) {
  .banner__content--title-h2 {
    font-size: 18px;
  }
}

@media (max-width: 37.4375em) {
  .banner__content--title-h2 {
    font-size: 20px;
  }
}

.banner__content--title-p {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: black;
  margin-bottom: 35px;
}

@media (max-width: 37.4375em) {
  .banner__content--title-p {
    font-size: 16px;
  }
}

.banner__content--title-link {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #ffef3e;
  background-color: #8501eb;
  padding: 20px 40px;
}

@media (max-width: 37.4375em) {
  .banner__content--title-link {
    font-size: 16px;
  }
}

.banner__content--title-link:hover {
  background-color: #ef4d43;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banner__photo {
  position: absolute;
  left: 0;
  top: 152px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 74.9375em) {
  .banner__photo {
    position: absolute;
    margin-top: 469px;
    margin-right: 0px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.banner__photo img {
  width: 100%;
}

@media (max-width: 74.9375em) {
  .banner__photo img {
    width: 300px;
  }
}

.box__purple {
  content: "";
  display: block;
  background-image: url(../images/Grupo-137.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 285px;
  height: 262px;
  position: absolute;
  right: 0;
  z-index: 15;
  top: -7px;
}

@media (max-width: 56.1875em) {
  .box__purple {
    width: 160px;
  }
}

@media (max-width: 37.4375em) {
  .box__purple {
    width: 109px;
    height: 242px;
  }
}

.sec-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 52px;
}

.sec-2__content--h2 {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 1em;
  text-align: left;
  color: black;
  position: relative;
  z-index: 2;
}

@media (max-width: 37.4375em) {
  .sec-2__content--h2 {
    font-size: 40px;
  }
}

.sec-2__content--p {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: black;
  width: 350px;
  margin-top: 22px;
  position: relative;
  z-index: 2;
}

@media (max-width: 37.4375em) {
  .sec-2__content--p {
    font-size: 16px;
  }
}

@media (max-width: 56.1875em) {
  .sec-2__content--p {
    width: 100%;
  }
}

.sec-2__content--award {
  background-color: #ef4d43;
  padding: 28px 150px 28px 51px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -110px;
  margin-left: 618px;
  z-index: 10;
}

@media (max-width: 74.9375em) {
  .sec-2__content--award {
    margin-left: 410px;
  }
}

@media (max-width: 56.1875em) {
  .sec-2__content--award {
    position: inherit;
    margin-top: 25px;
    margin-left: 0;
    z-index: 10;
    text-align: center;
    height: 100px;
    padding: 0;
  }
}

.sec-2__content--award-p {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1em;
  text-align: left;
  color: white;
  margin-bottom: 10px;
}

@media (max-width: 37.4375em) {
  .sec-2__content--award-p {
    font-size: 20px;
  }
}

@media (max-width: 56.1875em) {
  .sec-2__content--award-p {
    text-align: center;
  }
}

@media (max-width: 37.4375em) {
  .sec-2__content--award-p {
    margin-bottom: 5px;
  }
}

.sec-2__content--award-span {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: white;
}

@media (max-width: 37.4375em) {
  .sec-2__content--award-span {
    font-size: 16px;
  }
}

.sec-2__content--travel {
  background-color: #57ff8f;
  width: 730px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 62px;
  margin-top: 40px;
  position: relative;
  z-index: 15;
}

@media (max-width: 56.1875em) {
  .sec-2__content--travel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: initial;
    width: 100%;
    height: 100px;
    padding: 0;
  }
}

@media (max-width: 37.4375em) {
  .sec-2__content--travel {
    margin-top: 0px;
  }
}

@media (min-width: 100em) {
  .sec-2__content--travel {
    width: 1000px;
  }
}

.sec-2__content--travel-p {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5em;
  text-align: left;
  font-size: 30px;
  line-height: 1em;
  color: black;
}

@media (max-width: 37.4375em) {
  .sec-2__content--travel-p {
    font-size: 18px;
  }
}

.sec-2__content--travel-a {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #15364c;
  background-color: #f2f2f2;
  padding: 20px 75px;
  position: relative;
  margin-right: -45px;
  display: block;
}

@media (max-width: 37.4375em) {
  .sec-2__content--travel-a {
    font-size: 16px;
  }
}

.sec-2__content--travel-a:hover {
  background-color: #15364c;
  color: white;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

@media (max-width: 56.1875em) {
  .sec-2__content--travel-a {
    display: none;
  }
}

.sec-2__content--travel-link2 {
  text-align: center;
  margin: 30px 0;
  display: none;
}

@media (max-width: 56.1875em) {
  .sec-2__content--travel-link2 {
    display: block;
  }
}

.sec-2__content--travel-a2 {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  font-weight: 600;
  color: black;
  text-align: center;
  margin: 10px auto;
  text-decoration: none;
}

@media (max-width: 37.4375em) {
  .sec-2__content--travel-a2 {
    font-size: 16px;
  }
}

.sec-2__content--award-new {
  padding: 40px 0 0 70px;
}

@media (max-width: 37.4375em) {
  .sec-2__content--award-new {
    padding: 0;
  }
}

.sec-2__content--award-new_p:nth-child(1) {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5em;
  text-align: left;
  font-size: 20px;
  color: black;
  margin-bottom: 25px;
}

@media (max-width: 37.4375em) {
  .sec-2__content--award-new_p:nth-child(1) {
    font-size: 18px;
  }
}

.sec-2__content--award-new_p:nth-child(1)::after {
  content: "";
  display: block;
  width: 128px;
  height: 15px;
  background-color: #ffef3e;
  margin-top: -15px;
  margin-left: 60px;
}

.sec-2__content--award-new_p:nth-child(n + 2) {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: black;
  padding-left: 30px;
  margin-bottom: 10px;
}

@media (max-width: 37.4375em) {
  .sec-2__content--award-new_p:nth-child(n + 2) {
    font-size: 16px;
  }
}

@media (max-width: 37.4375em) {
  .sec-2__content--award-new_p:nth-child(n + 2) {
    padding: 0;
  }
}

.sec-2__img {
  position: absolute;
  right: 0;
  display: block;
}

@media (max-width: 56.1875em) {
  .sec-2__img {
    display: none;
  }
}

.sec-3__full {
  position: relative;
}

.sec-3 {
  height: 650px;
  position: relative;
}

@media (max-width: 37.4375em) {
  .sec-3 {
    height: 380px;
  }
}

.sec-3__h2 {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 1em;
  text-align: left;
  color: black;
  margin-top: 150px;
  position: relative;
  z-index: 15;
}

@media (max-width: 37.4375em) {
  .sec-3__h2 {
    font-size: 40px;
  }
}

@media (max-width: 37.4375em) {
  .sec-3__h2 {
    margin-top: 90px;
    margin-bottom: 20px;
  }
}

.sec-3__img {
  position: absolute;
  left: 0;
  margin-top: 170px;
  z-index: 16;
  display: block;
}

@media (max-width: 56.1875em) {
  .sec-3__img {
    margin-left: 0;
    margin-top: 170px;
    z-index: 16;
    width: 155px;
  }
}

@media (max-width: 37.4375em) {
  .sec-3__img {
    margin-top: 215px;
  }
}

@media (max-width: 74.9375em) {
  .sec-3__img img {
    width: 400px;
  }
}

@media (max-width: 37.4375em) {
  .sec-3__img img {
    width: 200px;
  }
}

.sec-3__img::before {
  content: "";
  width: 275px;
  height: 60px;
  background-color: #57ff8f;
  position: absolute;
  margin-left: 155px;
  margin-top: -60px;
}

@media (max-width: 56.1875em) {
  .sec-3__img::before {
    margin-left: 0;
  }
}

@media (max-width: 37.4375em) {
  .sec-3__img::before {
    width: 47px;
    height: 40px;
    margin-top: -40px;
  }
}

.sec-3__categorias {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 1em;
  text-align: left;
  font-size: 220px;
  text-align: center;
  opacity: 0.5;
  position: relative;
  margin-top: -150px;
  pointer-events: none;
}

@media (max-width: 37.4375em) {
  .sec-3__categorias {
    font-size: 40px;
  }
}

@media (max-width: 74.9375em) {
  .sec-3__categorias {
    font-size: 160px;
    margin-top: -117px;
    text-align: left;
  }
}

@media (max-width: 56.1875em) {
  .sec-3__categorias {
    font-size: 100px;
    margin-top: -84px;
    text-align: left;
  }
}

@media (max-width: 37.4375em) {
  .sec-3__categorias {
    font-size: 60px;
    margin-top: -51px;
  }
}

.sec-3__box--red {
  background-color: #ef4d43;
  width: 70%;
  position: absolute;
  height: 461px;
  margin-left: 303px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 74.9375em) {
  .sec-3__box--red {
    width: 50%;
  }
}

@media (max-width: 56.1875em) {
  .sec-3__box--red {
    width: 60%;
  }
}

@media (max-width: 37.4375em) {
  .sec-3__box--red {
    width: 90%;
    right: 0;
    height: 300px;
  }
}

.sec-3__box--red-h3 {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1em;
  text-align: left;
  font-size: 40px;
  color: white;
  margin-bottom: 20px;
}

@media (max-width: 37.4375em) {
  .sec-3__box--red-h3 {
    font-size: 20px;
  }
}

@media (max-width: 56.1875em) {
  .sec-3__box--red-h3 {
    font-size: 30px;
  }
}

.sec-3__box--red-p {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: white;
}

@media (max-width: 37.4375em) {
  .sec-3__box--red-p {
    font-size: 16px;
  }
}

@media (max-width: 56.1875em) {
  .sec-3__box--red-p {
    font-size: 16px;
  }
}

button.slick-prev.slick-arrow {
  position: absolute;
  top: 405px;
  left: 516px;
  z-index: 100;
  padding: 20px 30px;
  border: none;
  cursor: pointer;
}

button.slick-prev.slick-arrow:hover {
  background-color: #57ff8f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 74.9375em) {
  button.slick-prev.slick-arrow {
    left: 312px;
  }
}

@media (max-width: 37.4375em) {
  button.slick-prev.slick-arrow {
    top: 253px;
    left: 93px;
    padding: 15px 20px;
  }
}

button.slick-next.slick-arrow {
  position: absolute;
  bottom: 190px;
  left: 584px;
  z-index: 100;
  padding: 20px 30px;
  border: none;
  cursor: pointer;
}

button.slick-next.slick-arrow:hover {
  background-color: #57ff8f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 74.9375em) {
  button.slick-next.slick-arrow {
    left: 381px;
  }
}

@media (max-width: 37.4375em) {
  button.slick-next.slick-arrow {
    left: 142px;
    bottom: 81px;
    padding: 15px 20px;
  }
}

a.btn-more {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: white;
  position: absolute;
  left: 654px;
  bottom: 190px;
  text-decoration: none;
  background-color: #15364c;
  padding: 16px 40px;
}

@media (max-width: 37.4375em) {
  a.btn-more {
    font-size: 16px;
  }
}

a.btn-more:hover {
  color: black;
  background-color: #57ff8f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 74.9375em) {
  a.btn-more {
    left: 451px;
  }
}

@media (max-width: 37.4375em) {
  a.btn-more {
    left: 191px;
    bottom: 81px;
    padding: 7px 10px;
  }
}

.sec-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 23px;
}

@media (max-width: 37.4375em) {
  .sec-4 {
    padding-top: 100px;
  }
}

.sec-4__content {
  width: 100%;
}

@media (max-width: 37.4375em) {
  .sec-4__content {
    width: 100%;
  }
}

.sec-4__content--h2 {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 1em;
  text-align: left;
  color: black;
}

@media (max-width: 37.4375em) {
  .sec-4__content--h2 {
    font-size: 40px;
  }
}

.sec-4__content--p {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: black;
  width: 350px;
  margin-top: 22px;
}

@media (max-width: 37.4375em) {
  .sec-4__content--p {
    font-size: 16px;
  }
}

@media (max-width: 37.4375em) {
  .sec-4__content--p {
    margin-bottom: 100px;
    width: 100%;
  }
}

.sec-4__content--ebook {
  background-color: #15364c;
  width: 444px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
  z-index: 15;
}

@media (max-width: 56.1875em) {
  .sec-4__content--ebook {
    width: 100%;
    margin-top: 20px;
  }
}

.sec-4__content--ebook:nth-child(1) {
  margin-right: 16px;
}

@media (max-width: 56.1875em) {
  .sec-4__content--ebook:nth-child(1) {
    margin-right: 0;
  }
}

.sec-4__content--ebook-img {
  position: absolute;
  margin-left: -186px;
  display: block;
}

@media (max-width: 56.1875em) {
  .sec-4__content--ebook-img {
    display: none;
  }
}

.sec-4__content--ebook-p {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5em;
  text-align: left;
  font-size: 20px;
  line-height: 1em;
  color: white;
  width: 200px;
}

@media (max-width: 37.4375em) {
  .sec-4__content--ebook-p {
    font-size: 18px;
  }
}

@media (max-width: 37.4375em) {
  .sec-4__content--ebook-p {
    width: 166px;
  }
}

.sec-4__content--ebook-a {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #15364c;
  background-color: #ffef3e;
}

@media (max-width: 37.4375em) {
  .sec-4__content--ebook-a {
    font-size: 16px;
  }
}

.sec-4__content--ebook-a img {
  padding: 20px 24px 15px;
}

.sec-4__content--ebook-a img:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.sec-4__content--award-new {
  padding: 40px 0 0 70px;
}

.sec-4__content--award-new_p:nth-child(1) {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5em;
  text-align: left;
  font-size: 20px;
  color: black;
  margin-bottom: 25px;
}

@media (max-width: 37.4375em) {
  .sec-4__content--award-new_p:nth-child(1) {
    font-size: 18px;
  }
}

.sec-4__content--award-new_p:nth-child(1)::after {
  content: "";
  display: none;
  width: 128px;
  height: 15px;
  background-color: #ffef3e;
  margin-top: -15px;
  margin-left: 60px;
}

.sec-4__content--award-new_p:nth-child(n + 2) {
  font-family: "Gotham" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: black;
  padding-left: 30px;
  margin-bottom: 10px;
}

@media (max-width: 37.4375em) {
  .sec-4__content--award-new_p:nth-child(n + 2) {
    font-size: 16px;
  }
}

.sec-4__img {
  position: absolute;
  right: 0;
  display: block;
  margin-top: 23px;
}

@media (max-width: 56.1875em) {
  .sec-4__img {
    display: none;
  }
}

.sec-4__content--ebook-a.ebook-a2 img:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.ebook-p__2 {
  margin-left: 70px;
}

@media (max-width: 56.1875em) {
  .ebook-p__2 {
    margin-left: 0;
  }
}

.box-yelow {
  width: 260px;
  height: 60px;
  background-color: #ffef3e;
  position: relative;
  margin-left: -57px;
  margin-top: 60px;
  margin-bottom: -130px;
}

@media (max-width: 37.4375em) {
  .box-yelow {
    position: absolute;
    margin-left: -95px;
    margin-top: -6px;
    margin-bottom: -56px;
  }
}

.box-green {
  width: 700px;
  height: 100px;
  background-color: #57ff8f;
  margin-top: -68px;
  margin-left: 360px;
}

@media (max-width: 56.1875em) {
  .box-green {
    display: none;
  }
}

@media (max-width: 37.4375em) {
  .box-green {
    display: block;
    width: 280px;
    height: 100px;
    margin-top: 227px;
    margin-left: 53px;
    position: absolute;
  }
}

.box-green img {
  position: relative;
  margin-left: 456px;
  margin-top: -35px;
  z-index: 10;
}

@media (max-width: 56.1875em) {
  .box-green img {
    position: relative;
    margin-left: 100px;
    margin-top: -35px;
    z-index: 10;
  }
}

@media screen and (max-width: 335px) {
  .box-green {
    margin-left: 6px;
  }
}

section.caixa-1 {
  margin: 63px 0px -80px;
}

@media (max-width: 37.4375em) {
  section.caixa-1 {
    margin-bottom: 0;
    margin-top: 0;
  }
}

section.participantes {
  margin-top: 85px;
}

p.sobre__bottom--texto-p {
  padding: 20px;
}

p.sobre__bottom--dropdown-sg.ativo {
  padding: 20px 0;
  line-height: 1.5em;
}

p.sobre__bottom--dropdown-asbea.ativo {
  padding: 20px 0;
  line-height: 1.5em;
}

@media (max-width: 37.4375em) {
  section.caixa.caixa-2 {
    margin-top: 40px;
  }
}

@media (max-width: 37.4375em) {
  .caixa .container .sobre__top {
    position: relative;
    background-color: #8501eb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    height: 145px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 210px !important;
  }
}

@media (max-width: 37.4375em) {
  p.sobre__top--texto-p {
    line-height: 1.1em;
  }
}

.sobre__top--botao-a:hover {
  background-color: #ef4d43 !important;
  color: white !important;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.self-center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100px;
}

.participantes.slide {
  display: none;
}

@media (max-width: 56.1875em) {
  .participantes.slide {
    display: block;
  }
}

.apoiadores.slide {
  display: none;
}

@media (max-width: 56.1875em) {
  .apoiadores.slide {
    display: block;
  }
}

.participantes.desk {
  display: block;
}

@media (max-width: 56.1875em) {
  .participantes.desk {
    display: none;
  }
}

.apoiadores.desk {
  display: block;
}

@media (max-width: 56.1875em) {
  .apoiadores.desk {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */

/* ==========================================================================
   DESIGN SYSTEM 11º PRÊMIO - TEXTO SOLTO E BOTÕES GRADIENT PILL
   ========================================================================== */

/* 1. CONFIGURAÇÃO GERAL E FONTES */
body, html, .bodyhome, h1, h2, h3, h4, p, a, span, button {
    font-family: 'Gotham', sans-serif !important;
    /*background-color: #fff !important;*/ /* Fundo branco para as seções brancas */
}

/* 2. HEADER HERO - LARGURA TOTAL E CONTEÚDO SOLTO */
#header-home {
  display: none !important;
  /* Mata layout antigo */
}

#header-home-hero {
  position: relative;
  width: 100%;
  height: 75vh;
  /* Ocupa 75% da altura da tela */
  min-height: 600px;
  margin-top: 107px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.container-hero {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 10;
}

/* TEXTO 100% SOLTO SEM CAIXA OU FUNDO */
.hero-content-direct {
  max-width: 650px;
  text-align: left;
  background: transparent !important;
  /* Garante fundo transparente */
  padding: 0 !important;
  box-shadow: none !important;
  border: none !important;
}

.hero-titulo {
  font-family: 'Gotham', sans-serif !important;
  font-size: 52px !important;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 25px;
  background: linear-gradient(135deg, #00B9AA 0%, #00ADE1 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
}

.hero-descricao {
  font-family: 'Gotham', sans-serif !important;
  font-size: 19px !important;
  color: #17428C !important;
  line-height: 1.5;
  margin-bottom: 45px;
  font-weight: 400 !important;
  background: transparent !important;
  -webkit-text-fill-color: #17428C !important;
}

.hero-descricao strong {
  color: #17428C !important;
  font-weight: 700 !important;
  -webkit-text-fill-color: #17428C !important;
}

/* 3. BOTÕES PILL COM GRADIENTE */
.hero-botoes-wrapper {
  display: flex;
  gap: 20px;
  background: transparent !important;
}

.btn-pill {
  font-family: 'Gotham', sans-serif !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  padding: 15px 45px !important;
  font-weight: bold !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}

/* Botão Inscreva-se: Gradiente (Verde -> Azul) */
.btn-pill.btn-solido {
  background: linear-gradient(90deg, #00B9AA 0%, #00ADE1 100%) !important;
  color: #fff !important;
  border: none !important;
}

/* Botão Conheça: Outline Turquesa */
.btn-pill.btn-outline {
  background: transparent !important;
  color: #00B9AA !important;
  border: 2px solid #00B9AA !important;
}

.btn-pill:hover {
  transform: translateY(-3px);
  filter: brightness(1.1);
  box-shadow: 0 10px 20px rgba(0, 185, 170, 0.2) !important;
}

/* 4. AJUSTES DAS SEÇÕES INFERIORES (CATEGORIAS E EDIÇÕES) */
.section-categorias,
.section-edicoes {
  padding: 90px 0;
  background-color: #fff !important;
  overflow: hidden;
}

.categoria-profissional-wrapper,
.categoria-academica-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.card-edicao {
  background: #fff !important;
  border-radius: 20px;
  padding: 25px;
  margin: 10px;
  text-align: center;
  border: 1px solid #f0f0f0;
}

.btn-saiba-mais {
  font-family: 'Gotham', sans-serif !important;
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid #00B9AA;
  color: #00B9AA;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}

/* 5. RESPONSIVIDADE GERAL */
@media (max-width: 991px) {
  .hero-titulo {
    font-size: 38px !important;
  }

  .categoria-profissional-wrapper {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 768px) {
  #header-home-hero {
    height: auto;
    min-height: 420px;
    padding: 60px 0 50px;
  }

  .hero-content-direct {
    text-align: center;
    margin: 0 auto;
  }

  .hero-botoes-wrapper {
    justify-content: center;
  }

  .hero-titulo {
    font-size: 30px !important;
  }

  .hero-descricao {
    font-size: 16px !important;
  }
}

.section-sobre {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
  padding: 120px 0 !important;
  /* Dá um respiro em cima e embaixo */
  background-color: #fff !important;
}

.sobre-wrapper {
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* 1. FAZ A IMAGEM QUEBRAR O CONTAINER E OCUPAR A TELA TODA */
.sobre-imagem {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100vw !important;
  /* Força largura total da tela */
  height: 100% !important;
  z-index: 1 !important;
  pointer-events: none !important;
  /* Evita que a imagem bloqueie cliques */
}

.sobre-imagem img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  /* Foi isso aqui que cortou o topo na época */
}

/* 2. CAIXA DE TEXTO CENTRALIZADA NA ÁREA BRANCA */
.sobre-conteudo {
  position: relative !important;
  z-index: 10 !important;
  max-width: 680px !important;
  /* Segura o texto no meio para não bater nas imagens laterais */
  margin: 0 auto !important;
  text-align: center !important;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

/* 3. TÍTULO PRINCIPAL (GRADIENTE) */
.sobre-conteudo h2 {
  font-family: 'Gotham', sans-serif !important;
  font-size: 50px !important;
  font-weight: 900 !important;
  margin-bottom: 30px !important;
  line-height: 1.1 !important;
  background: linear-gradient(135deg, #00B9AA 0%, #00ADE1 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
}

.sobre-conteudo h2 span {
  background: inherit !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* 4. TEXTO DOS PARÁGRAFOS (CINZA CLARO E NEGRITO ESCURO) */
.sobre-textos p {
  font-family: 'Gotham', sans-serif !important;
  font-size: 16px !important;
  color: #7A7A7A !important;
  /* Cinza Claro */
  line-height: 1.6 !important;
  margin-bottom: 20px !important;
  font-weight: 400 !important;
  text-align: justify !important;
}

.sobre-textos strong {
  font-weight: 700 !important;
  color: #333333 !important;
  /* Destaques em Cinza muito escuro */
}

/* 5. CHAMADA INFERIOR E BOTÃO */
.sobre-cta {
  margin-top: 50px !important;
}

.sobre-cta h3 {
  font-family: 'Gotham', sans-serif !important;
  font-size: 18px !important;
  color: #17428C !important;
  /* Azul Escuro Secondary */
  font-weight: 900 !important;
  line-height: 1.4 !important;
  margin-bottom: 25px !important;
  text-transform: uppercase !important;
}

/* Botão Sólido Turquesa */
.sobre-cta a.btn-conheca {
  font-family: 'Gotham', sans-serif !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #00B9AA !important;
  color: #fff !important;
  padding: 15px 45px !important;
  border-radius: 50px !important;
  /* Pill Button */
  font-weight: 700 !important;
  font-size: 14px !important;
  text-transform: none !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  border: none !important;
}

.sobre-cta a.btn-conheca:hover {
  transform: translateY(-3px) !important;
  filter: brightness(1.1) !important;
  box-shadow: 0 10px 20px rgba(0, 185, 170, 0.2) !important;
}

/* 6. RESPONSIVIDADE RÁPIDA */
@media (max-width: 768px) {
  .sobre-conteudo h2 {
    font-size: 38px !important;
  }

  .sobre-conteudo {
    padding: 0 20px !important;
  }
}

/* ==============================================
   HOME - ESTILOS DO CORPO
   ============================================== */

/* SEÇÃO SOBRE - suporte à nova estrutura */
.sobre-imagem-fundo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.sobre-imagem-fundo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sobre-container-centralizado {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* SEÇÃO CATEGORIAS */
.categorias-main-title {
  font-family: 'Gotham', sans-serif;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 60px;
  background: linear-gradient(135deg, #00B9AA 0%, #00ADE1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.categoria-profissional-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 60px;
}

.cat-prof-textos {
  flex: 1;
  max-width: 42%;
}

.cat-prof-textos h3 {
  font-family: 'Gotham', sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #00ADE1;
  color: #00ADE1;
}

.cat-modalidades {
  display: block;
  font-family: 'Gotham', sans-serif;
  font-size: 13px;
  color: #A4A4A4;
  margin-bottom: 20px;
}

.cat-prof-textos p {
  font-family: 'Gotham', sans-serif;
  font-size: 15px;
  font-weight: 400 !important;
  color: #8C8C8C !important;
  -webkit-text-fill-color: #8C8C8C !important;
  line-height: 1.6;
}

.cat-prof-imagem {
  flex: 1;
  max-width: 52%;
  text-align: center;
}

.cat-prof-imagem img {
  max-width: 100%;
  height: auto;
}

/* TIPOLOGIAS */
.tipologias-header {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 auto 30px auto;
  max-width: 860px;
}

.tipologias-header h3 {
  font-family: 'Gotham', sans-serif;
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
  margin: 0;
  padding-right: 30px;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #00ADE1;
  color: #00ADE1;
}

.tipologias-header p {
  font-family: 'Gotham', sans-serif;
  font-size: 14px;
  font-weight: 400 !important;
  color: #8C8C8C;
/*  -webkit-text-fill-color: #8C8C8C;*/
  line-height: 1.5;
  margin: 0;
  border-left: 2px solid #17428C;
  padding-left: 30px;
  max-width: 580px;
}
.destaque-p {
    font-family: 'Gotham', sans-serif;
    font-size: 14px;
    font-weight: 400 !important;
    color: #17428C !important;
    line-height: 1.5;
    margin: 0;
    border-left: 2px solid #17428C;
    padding-left: 30px;
    max-width: 580px;
}

.modalidade-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  column-gap: 60px;
  margin: 0 auto 40px auto;
  max-width: 820px;
  align-items: start;
}

.modalidade-item {
  background: #ffffff;
  border: 1px solid #E2E2E2;
  border-radius: 16px;
  padding: 20px 25px;
  cursor: pointer;
}

.modalidade-titulo {
  font-family: 'Gotham', sans-serif;
  font-size: 15px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.modalidade-titulo strong {
  color: #17428C;
}

.modalidade-titulo .fas {
  color: #00B9AA;
  font-size: 13px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 10px;
}

.modalidade-item.active .modalidade-titulo .fas {
  transform: rotate(180deg);
}

.modalidade-desc {
  display: none;
  font-family: 'Gotham', sans-serif;
  font-size: 13px;
  font-weight: 400 !important;
  color: #8C8C8C !important;
  -webkit-text-fill-color: #8C8C8C !important;
  line-height: 1.5;
  margin: 15px 0 0 0;
}

/* BOTÃO INSCREVA-SE JÁ */
.btn-inscrevase {
  font-family: 'Gotham', sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #00B9AA 0%, #00ADE1 100%);
  color: #fff;
  padding: 15px 45px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.btn-inscrevase:hover {
  transform: translateY(-3px);
  filter: brightness(1.1);
  box-shadow: 0 10px 20px rgba(0, 185, 170, 0.2);
  color: #fff;
  text-decoration: none;
}

.btn-center {
  text-align: center;
  margin: 40px 0;
}

/* CATEGORIA ACADÊMICA */
.categoria-academica-box {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 60px;
}

.cat-acad-imagem {
  flex: 1;
  max-width: 40%;
  text-align: center;
}

.cat-acad-imagem img {
  max-width: 100%;
  height: auto;
}

.cat-acad-textos {
  flex: 1;
  max-width: 42%;
}

.cat-acad-textos h3 {
  font-family: 'Gotham', sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  background: linear-gradient(135deg, #00B9AA 0%, #00ADE1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.cat-acad-textos p {
  font-family: 'Gotham', sans-serif;
  font-size: 13px;
  font-weight: 400 !important;
  color: #8C8C8C !important;
  -webkit-text-fill-color: #8C8C8C !important;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* FAIXA 11 ANOS */
.section-faixa-11anos {
  position: relative;
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
}

.section-faixa-11anos .bg-faixa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.section-faixa-11anos .container {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
}

.section-faixa-11anos .container p {
  background-image: linear-gradient(rgba(0, 185, 170, 0.95), rgba(0, 185, 170, 0.95)) !important;
  background-blend-mode: overlay;
  background-size: 800px;
  background-position: center;
  background-repeat: repeat, no-repeat;
  border-radius: 20px;
  padding: 40px 60px;
  max-width: 560px;
  font-family: 'Gotham Rounded', 'Gotham', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  line-height: 1.6;
  margin: 0;
}

/* Chamada Box (usado em opremio.html e outras páginas) */
.section-faixa-11anos .chamada__box__new {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background-image: linear-gradient(rgba(0, 185, 170, 0.95), rgba(0, 185, 170, 0.95));
  background-blend-mode: overlay;
  background-size:800px;
  background-position: center;
  background-repeat: repeat, no-repeat;
  border-radius: 20px;
  padding: 40px 50px;
  max-width: 70%;
}

.chamada-col1 {
  flex: 0;
}

.chamada-col2 {
  flex: 1;
  font-family: 'Gotham', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
}

.chamada-col3 {
  flex: 0;
}

.chamada-col3 a {
  display: inline-block;
  background: #ffffff;
  color: #00B9AA;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-family: 'Gotham', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.chamada-col3 a:hover {
  background: #17428C;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .section-faixa-11anos .chamada__box__new {
    flex-direction: column;
    max-width: 90%;
    padding: 30px 25px;
    text-align: center;
  }

  .chamada-col2 {
    font-size: 14px;
  }

  .chamada-col3 a {
    width: 100%;
    text-align: center;
  }
}

/* EDIÇÕES ANTERIORES */
.edicoes-header {
  display: flex;
  align-items: stretch;
  gap: 40px;
  margin-bottom: 50px;
}

.edicoes-header h2 {
  font-family: 'Gotham', sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
  margin: 0;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #00B9AA 0%, #00ADE1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.edicoes-sub {
  border-left: 4px solid #17428C;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.edicoes-sub p {
  font-family: 'Gotham', sans-serif;
  font-size: 14px;
  font-weight: 400 !important;
  color: #8C8C8C !important;
  -webkit-text-fill-color: #8C8C8C !important;
  line-height: 1.5;
  margin: 0;
}

.edicoes-sub p:last-child {
  margin-bottom: 0;
}

/* CARDS DO CARROSSEL DE EDIÇÕES */
.card-edicao {
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 15px !important;
  margin: 8px !important;
  text-align: center !important;
  border: 1px solid #E2E2E2 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  overflow: hidden !important;
  gap: 10px !important;
  box-sizing: border-box !important;
}

.card-edicao img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 15px;
  display: block;
  flex-shrink: 0;
}

.card-edicao h4 {
  font-family: 'Gotham Rounded', 'Gotham', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #00ADE1;
  -webkit-text-fill-color: #00ADE1;
  line-height: 1.4;
  margin: 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-saiba {
  font-family: 'Gotham Rounded', 'Gotham', sans-serif;
  display: inline-block;
  padding: 8px 16px;
  border: 1.5px solid #00B9AA;
  color: #00B9AA;
  border-radius: 18px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.btn-saiba:hover {
  background: linear-gradient(90deg, #00B9AA 0%, #00ADE1 100%);
  color: #fff;
  border-color: transparent;
  text-decoration: none;
}

/* CARROSSEL DE EDIÇÕES */
.carrossel-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.carrossel-edicoes {
  flex: 1;
  min-width: 0;
}

.carrossel-edicoes .slick-list {
  margin: 0 -12px !important;
  padding: 10px 0 !important;
  overflow: hidden !important;
}

/* BOTÕES DE NAVEGAÇÃO CUSTOM (sem conflito com Slick nativo) */
.btn-edicao-prev,
.btn-edicao-next {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  outline: none;
  transition: transform 0.2s ease;
}

.btn-edicao-prev i,
.btn-edicao-next i {
  font-size: 28px;
  color: #17428C;
  font-weight: 900;
}

.btn-edicao-prev:hover,
.btn-edicao-next:hover {
  transform: scale(1.15);
}

/* RESPONSIVIDADE */
@media (max-width: 991px) {

  .categoria-profissional-box,
  .categoria-academica-box {
    flex-direction: column;
    text-align: center;
  }

  .cat-prof-textos,
  .cat-acad-textos,
  .cat-prof-imagem,
  .cat-acad-imagem {
    max-width: 100%;
  }

  .modalidade-grid {
    grid-template-columns: 1fr;
  }

  .tipologias-header {
    flex-direction: column;
    gap: 10px;
    border-left: none;
    border-top: 3px solid #E2E2E2;
    padding-left: 0;
    padding-top: 15px;
  }

  .edicoes-header {
    flex-direction: column;
    gap: 20px;
  }

  .edicoes-sub {
    border-left: none;
    border-top: 2px solid #E2E2E2;
    padding-left: 0;
    padding-top: 15px;
  }

  .categorias-main-title {
    font-size: 36px;
  }

  .cat-prof-textos h3,
  .cat-acad-textos h3 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .section-faixa-11anos .bg-faixa {
    width: 100%;
  }

  .section-faixa-11anos p {
    font-size: 14px;
    padding: 0 20px;
  }

  .categorias-main-title {
    font-size: 30px;
  }

  .edicoes-header h2 {
    font-size: 28px;
  }

  /* Corrigir achatamento das imagens do footer no mobile */
  .footer .container .footer__bottom section.realizacao .participantes__logos img {
/*    width: auto !important;*/
    height: auto !important;
    max-width: 80px;
    object-fit: contain;
  }

  section.realizacao {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  section.realizacao .container {
    width: 100% !important;
    margin: 0 !important;
  }

  section.realizacao .participantes__logos {
    justify-content: center !important;
    align-items: center;
    gap: 20px !important;
  }
}

/* ================================================
   PÁGINA INSCREVA-SE
   ================================================ */

.inscricao-hero {
  background-color: #EDF0F5;
  padding: 130px 0 60px;
  text-align: center;
}

.inscricao-titulo {
  font-family: 'Gotham', sans-serif;
  font-size: 44px;
  font-weight: 900;
  letter-spacing: 3px;
  background: linear-gradient(135deg, #00B9AA 0%, #00ADE1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 0 0 28px;
}

.inscricao-desc {
  font-family: 'Gotham', sans-serif;
  font-size: 14px;
  font-weight: 700 !important;
  color: #17428C !important;
  -webkit-text-fill-color: #17428C !important;
  letter-spacing: 0.5px;
  max-width: 720px;
  margin: 0 auto 32px;
  line-height: 1.8;
}

.inscricao-selecione {
  font-family: 'Gotham', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #00ADE1;
  -webkit-text-fill-color: #00ADE1;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.45;
}

.inscricao-categorias {
  background-color: #EDF0F5;
  padding: 60px 0 90px;
}

.inscricao-cards {
  display: flex;
  gap: 32px;
  justify-content: center;
  max-width: 860px;
  margin: 0 auto;
}

.inscricao-card {
  flex: 1;
  border-radius: 20px;
  padding: 54px 40px 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 22px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.inscricao-card--profissional {
  background-color: #00ADE1;
}

.inscricao-card--academica {
  background-image: url('../../img_premio11/bg_categoria_acadêmica.png');
  background-color: #00B9AA;
}

.inscricao-card h3 {
  font-family: 'Gotham', sans-serif;
  font-size: 26px;
  font-weight: 900 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  margin: 0;
  line-height: 1.25;
}

.inscricao-card p {
  font-family: 'Gotham', sans-serif;
  font-size: 13px;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.92) !important;
  line-height: 1.65;
  margin: 0;
}

.btn-inscricao-card {
  display: inline-block;
  background: #fff;
  color: #17428C !important;
  -webkit-text-fill-color: #17428C !important;
  font-family: 'Gotham', sans-serif;
  font-size: 14px;
  font-weight: 700 !important;
  padding: 18px 48px;
  border-radius: 50px;
  text-decoration: none !important;
  margin-top: auto;
  transition: opacity 0.2s ease, transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
  border: none;
}

.btn-inscricao-card:hover {
  opacity: 0.85;
  text-decoration: none !important;
  transform: translateY(-3px);
  filter: brightness(1.1);
  box-shadow: 0 10px 20px rgba(0, 185, 170, 0.2) !important;
}

/* ================================================
   INSCRIÇÃO (inscricao.html) - RESPONSIVIDADE
   ================================================ */

@media (max-width: 768px) {
  .inscricao-hero {
    padding: 170px 0 40px !important;
  }

  .inscricao-titulo {
    font-size: 30px !important;
    letter-spacing: 1.5px;
  }

  .inscricao-desc {
    font-size: 13px !important;
    padding: 0 20px;
  }

  .inscricao-selecione {
    font-size: 18px !important;
    padding: 0 20px;
  }

  .inscricao-categorias {
    padding: 40px 0 60px;
  }

  .inscricao-cards {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 20px !important;
    padding: 0 20px !important;
    max-width: 100% !important;
  }

  .inscricao-card {
    flex: none !important;
    width: 100% !important;
    max-width: 420px !important;
    padding: 40px 30px 36px !important;
  }
}

@media (max-width: 480px) {
  .inscricao-titulo {
    font-size: 26px !important;
  }

  .inscricao-selecione {
    font-size: 16px !important;
  }

  .inscricao-card {
    padding: 32px 24px 28px !important;
  }

  .btn-inscricao-card {
    padding: 14px 36px;
  }
}

/* ================================================
   HOME - RESPONSIVIDADE: TABLET E MOBILE
   (header e footer ficam com o Romulo)
   ================================================ */

/* ---- Tablet (≤ 991px) ---- */
@media (max-width: 991px) {

  /* Hero */
  .container-hero {
    padding: 0 30px;
  }

  /* Sobre */
  .section-sobre {
    padding: 80px 0 !important;
  }

  .sobre-cta h3 {
    font-size: 16px !important;
  }

  /* Categorias */
  .section-categorias,
  .section-edicoes {
    padding: 60px 0;
  }

  /* Remove border-left do parágrafo de tipologias quando empilhado */
  .tipologias-header p {
    border-left: none;
    padding-left: 0;
    padding-top: 12px;
    text-align: center;
    max-width: 100%;
  }
}

/* ---- Mobile (≤ 768px) ---- */
@media (max-width: 768px) {

  /* Hero */
  .container-hero {
    padding: 0 20px;
  }

  .hero-content-direct {
    max-width: 100%;
  }

  .hero-botoes-wrapper {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }

  .btn-pill {
    max-width: 280px;
    width: 100%;
  }

  /* Sobre */
  .section-sobre {
    padding: 60px 0 !important;
  }

  .sobre-conteudo h2 {
    font-size: 32px !important;
  }

  .sobre-cta h3 {
    font-size: 14px !important;
  }

  /* Categorias */
  .section-categorias,
  .section-edicoes {
    padding: 50px 0;
  }

  /* Faixa 11 anos */
  .section-faixa-11anos {
    padding: 50px 0;
  }

  .section-faixa-11anos .container p {
    max-width: 90%;
    padding: 28px 24px;
    font-size: 14px;
  }

  /* Edições */
  .edicoes-header h2 {
    white-space: normal;
  }

  .btn-edicao-prev i,
  .btn-edicao-next i {
    font-size: 22px;
  }
}

/* ---- Small Mobile (≤ 480px) ---- */
@media (max-width: 480px) {

  /* Hero */
  .hero-titulo {
    font-size: 26px !important;
  }

  .hero-descricao {
    font-size: 14px !important;
    margin-bottom: 28px;
  }

  .btn-pill {
    padding: 13px 28px !important;
    font-size: 13px !important;
  }

  /* Sobre */
  .sobre-conteudo h2 {
    font-size: 26px !important;
  }

  .sobre-textos p {
    font-size: 14px !important;
  }

  .sobre-cta h3 {
    font-size: 13px !important;
  }

  /* Categorias */
  .categorias-main-title {
    font-size: 26px;
  }

  .cat-prof-textos h3,
  .cat-acad-textos h3 {
    font-size: 24px;
  }

  .cat-prof-textos p,
  .cat-acad-textos p {
    font-size: 14px;
  }

  /* Tipologias */
  .modalidade-item {
    padding: 16px 18px;
  }

  .modalidade-titulo {
    font-size: 14px;
  }

  /* Faixa 11 anos */
  .section-faixa-11anos .container p {
    font-size: 13px;
    padding: 22px 18px;
    max-width: 95%;
  }

  /* Edições */
  .edicoes-header h2 {
    font-size: 24px;
  }

  .btn-edicao-prev,
  .btn-edicao-next {
    width: 32px;
    height: 32px;
  }

  .btn-edicao-prev i,
  .btn-edicao-next i {
    font-size: 18px;
  }
}

/* ================================================
   MENU ATIVO - HIGHLIGHT DA PÁGINA ATUAL
   ================================================ */

/* SCROLL SUAVE MOBILE - GLOBAL */
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
  * {
    -webkit-overflow-scrolling: touch;
  }

  body {
    overflow-x: hidden !important;
    width: 100%;
    position: relative;
  }
}

/* Cor padrão do menu */
.menu a .menu-texto,
.menu-header a .menu-texto {
  color: #000000;
  font-weight: 400;
  transition: color 0.3s ease, font-weight 0.3s ease;
}

/* Estilo para o item de menu ativo */
.menu a.active-menu-item,
.menu-header a.active-menu-item {
  position: relative;
}

.menu a.active-menu-item .menu-texto,
.menu-header a.active-menu-item .menu-texto {
  color: #00ADE1 !important;
  font-weight: bold !important;
  transition: color 0.3s ease;
}

/* Indicador visual adicional para o menu desktop */
.menu-header a.active-menu-item::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background: linear-gradient(90deg, #00B9AA 0%, #00ADE1 100%);
  border-radius: 2px;
}

/* Hover nos itens de menu - não aplicar ao item ativo */
.menu a:not(.active-menu-item):hover .menu-texto,
.menu-header a:not(.active-menu-item):hover .menu-texto {
  color: #17428C;
  transition: color 0.3s ease;
}

/* Ajustes para mobile */
@media (max-width: 1199px) {
  .menu a.active-menu-item .menu-texto {
    background: linear-gradient(90deg, #00B9AA 0%, #00ADE1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
}

/* Não aplicar estilos de menu ativo aos itens especiais */
.menu-header li[style*="background-color"] a .menu-texto {
  color: white !important;
}

.menu-header li[style*="background-color"] a.active-menu-item .menu-texto {
  color: white !important;
  font-weight: bold !important;
}

/* ================================================
   FOOTER - RESPONSIVIDADE MOBILE
   ================================================ */

@media (max-width: 768px) {
  /* Seção Realização e Co-realização */
  section.realizacao {
    flex-direction: column !important;
    gap: 40px !important;
    padding: 40px 20px !important;
  }

  section.realizacao .container {
    width: 100% !important;
    margin: 0 !important;
  }

  section.realizacao .participantes__logos {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
  }

  section.realizacao .participantes__logos img {
    max-width: 120px !important;
  }

  /* Empresas Participantes */
  section.participantes .container {
    padding: 40px 20px !important;
  }

  section.participantes .participantes__logos {
    width: 100% !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 30px 20px !important;
  }

  section.participantes .participantes__logos img {
    max-width: 100px !important;
    height: auto !important;
  }

  /* Apoiadores */
  section.apoiadores {
    padding: 40px 20px !important;
  }

  section.apoiadores .container {
    width: 100% !important;
  }

  section.apoiadores .apoiadores__logos {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 20px !important;
  }

  section.apoiadores .apoiadores__logos-box {
    flex: 0 0 calc(50% - 10px) !important;
    max-width: 120px !important;
  }

  section.apoiadores .apoiadores__logos-box img {
    max-width: 100% !important;
    height: auto !important;
  }
}
