* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Bai Jamjuree";
}

html,
body {
  scroll-behavior: smooth;

  background: linear-gradient(90deg,
      rgba(225, 0, 152, 1) 30%,
      rgba(147, 50, 142, 1) 60%);
}

section {
  background-color: white;
}

a {
  color: #fff;
}

.center {
  max-width: 1440px;
  padding: 0 2%;
  margin: 0 auto;
}

button{
  cursor: pointer;
}

/* MENU FIXO */

.stiky {
  position: sticky;
  top: 0;
  z-index: 99999;
}

/* BOTAO HOME */

.botao-home {
  display: flex;
  align-items: center;
  position: fixed;
  padding: 0.5em;
  bottom: 0.5em;
  right: 0.5em;
  font-size: 30px;
  background-color: #ee2a7b;
  color: #fff;
  border-radius: 50px;
  box-shadow: 1px 1px 2px #888;
  text-decoration: none;
  z-index: 1000;
}

.botao-home i {
  margin: 0 auto;
}

/* CSS FLEXBOX 1 */

.flex {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.flex div {
  flex: 1 1 250px;
  margin: 10px;
}

.flex4 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.flex4 div {
  flex: 1 1 250px;
  margin: 10px;
}

.fotopilares {
  width: 200px;
  height: 200px;
}

/* HEADER */

/* 
	border-bottom-left-radius: 70% 200%;
	border-bottom-right-radius: 70% 200%;
*/

.header .main-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  height: 60px;
  color: white;
  background: linear-gradient(90deg,
      rgba(225, 0, 152, 1) 30%,
      rgba(147, 50, 142, 1) 60%);
}

.sub-counter {
  width: 100%;
  text-transform: uppercase;
  padding: 0 0 0.5em;
  background: linear-gradient(90deg,
      rgba(225, 0, 152, 1) 30%,
      rgba(147, 50, 142, 1) 60%);
  border-bottom-left-radius: 20% 20%;
  border-bottom-right-radius: 20% 20%;
}

.idiomas {
  display: flex;
  flex-direction: row;
  position: absolute;
  align-items: center;
  top: 125px;
  left: 2.5%;
  padding: 0.1em;
  border-radius: 2em;
  color: #fff;
  z-index: 6;
  background: rgb(225, 0, 152);
  background: linear-gradient(to right,
      rgba(225, 0, 152, 1) 30%,
      rgba(147, 50, 142, 1) 60%);
  transition: 500ms;
}

.idiomas div {
  border-radius: inherit;
  margin: 0 0.25em;
  transition: 500ms;
}

.idiomas div:hover {
  filter: brightness(50%);
}

.idiomas div a img {
  margin-top: 2.5px;
  width: 2em;
}

.tevento {
  width: 80px;
  font-size: 0.6em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.regressiva {
  font-size: 0.7em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.regressiva ul li {
  display: inline-block;
}

.regressiva ul li {
  text-align: center;
}

.regressiva ul li span {
  font-size: 1.2em;
}

.regressiva ul li p {
  font-size: 0.5em;
}

.btntop a button {
  width: 80px;
  font-size: 0.6em;
  padding: 0.2em 0;
  background: #f0b323;
  border: 0;
  border-radius: 60px;
  font-weight: 600;
}

.banner-principal {
  position: relative;
  width: 100%;
  background: #241c33;
  background-image: url("../images/bg-topo.jpg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}

.logobanner {
  text-align: right;
}

.logobanner img {
  width: 160px;
  margin-left: 50px;
  margin-top: 25px;
}

.titulobanner {
  padding: 0 auto;
}

.titulobanner p {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-top: 50px;
}

.databanner p {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.descricaotitle {
  font-size: 60px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.btnbanner {
  text-align: center;
}

.btnbanner a button {
  background: linear-gradient(90deg,
      rgba(225, 0, 152, 1) 30%,
      rgba(147, 50, 142, 1) 60%);
  border: none;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  border-radius: 60px;
  width: 300px;
  height: 60px;
  margin-top: 50px;
}

.numeros-evento {
  height: 200px;
  padding: 30px 0;
  background: rgb(225, 0, 152);
  background: linear-gradient(90deg,
      rgba(225, 0, 152, 1) 30%,
      rgba(147, 50, 142, 1) 60%);
}

.encerramento {
  height: 200px;
  padding: 30px 0;
  background: rgb(225, 0, 152);
  background: linear-gradient(90deg,
      rgba(225, 0, 152, 1) 30%,
      rgba(147, 50, 142, 1) 60%);
}

.sobre-kis {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #ee2a7b;
  padding-top: 40px;
  padding-bottom: 50px;
}

.title {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-bottom: 25px;
}

.subtitle {
  font-size: 24px;
  color: #fff;
  text-align: center;
}

/* LIDERES PARTICIPANTES */

.flex-lider {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}

.flex-lider div {
  flex: 1 1 250px;
  margin: 10px;
}

.fotolider {
  width: 270px;
  border-radius: 30px;
}

.lideres-confirmados {
  padding-bottom: 50px;
}

.titlelider {
  font-size: 40px;
  font-weight: 700 !important;
  color: #1d1f2a;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.nomelider {
  font-size: 30px;
  font-weight: 700;
  color: #1d1f2a;
  margin: 10px 0px;
}

.cargolider {
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0px;
  color: #1d1f2a;
}

.embreve-parti {
  padding-top: 50px;
}

.embreve-parti p {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #ee2a7b;
  text-decoration: underline;
}

.embreve-parti a p {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #ee2a7b;
  text-decoration: underline;
}

/* PROGRAMAÇAO PRELIMINAR */

.programacao-preliminar {
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.box-programacao {
  display: flex;
  align-items: center;
  padding-bottom: 80px;
}

.box-programacao div {
  padding-left: 15px;
}

.titleprogramacao {
  font-size: 40px;
  font-weight: 700;
  color: #1d1f2a;
  text-align: center;
  padding-bottom: 50px;
  text-transform: uppercase;
}

.titleprogramacao span {
  font-weight: 500;
}

.diaproga {
  min-width: 170px;
  height: 80px;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  padding-right: 15px;
}

.diacolor3 {
  background-color: #93328e;
}

.diacolor4 {
  background-color: #b9d9eb;
}

.diacolor5 {
  background-color: #e10098;
}

.diacolor6 {
  background-color: #f0b323;
}

.horarioproga {
  font-size: 38px;
  font-weight: 700;
  min-width: 430px;
}

.descricaoproga {
  font-size: 35px;
  font-weight: 700;
}

.embreve-prog p {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #ee2a7b;
  text-decoration: underline;
}

.embreve-prog a p {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #ee2a7b;
  text-decoration: underline;
}

/* DIVISÃO */

.divisao {
  background-color: #ee2a7b;
  height: 75px;
}

/* QUEM SOMOS */

.quemsomos {
  padding-top: 50px;
  padding-bottom: 50px;
}

.quemsomos div h2 {
  font-size: 40px;
  font-weight: 700;
  color: #1d1f2a;
  text-align: center;
  padding-bottom: 30px;
}

.quemsomos div p {
  font-size: 24px;
  font-weight: 500;
  color: #1d1f2a;
  text-align: center;
  margin-bottom: 50px;
}

.box-quemsomos {
  display: flex;
  flex-wrap: wrap;
  max-width: 1440px;
  text-align: center;
  justify-content: center;
}

.box-pilares div img {
  width: 200px;
  height: 200px;
}

.box-quemsomos div {
  flex: 1 1 300px;
  margin: 10px auto;
}

.box-pilares2 {
  padding: 2px auto;
  border-radius: 12px;
  max-width: 250px;
}

.numeros-conteiner {
  background-color: #131025;
}

.flex2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
  background: #131025;
  color: #fff;
  align-items: center;
  height: 200px;
}

.numeros {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  margin: 0px;
}

.numerostxt {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0px;
}

/* FORMULÁRIO DE INSCRIÇÃO */

.inscricao {
  display: flex;
  align-items: center;
  padding: 0 0 1em;
  background: rgb(236, 0, 140);
  background: linear-gradient(190deg,
      rgba(236, 0, 140, 1) 0%,
      rgba(102, 45, 145, 1) 80%);
}

.box-inscricao {
  text-align: center;
}

.box-inscricao h2 {
  margin: 0.5em 0 1em;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.box-inscricao h3 {
  margin: 1em 0;
  font-size: 1em;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.conhece-fis {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.genero {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.radios {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.radio-div {
  flex-basis: 100px;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 500;
  color: white;
}

form div.radios:nth-last-child(5) div.radio-div:last-child {
  flex-basis: 200px;
}

form .form-inputs .radios input {
  width: 95%;
  max-width: 380px;
  padding: 10px 20px;
}

form .form-inputs input {
  width: 95%;
  max-width: 380px;
  padding: 10px 15px;
  margin: 0.2em 0;

}

form .form-inputs input::placeholder {
  color: rgb(175, 175, 175);
  font-size: 1.2em;
  font-weight: 500;
}


.form-inscricao label {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.button-submit {
  background: #fff;
  border: none;
  color: #000;
  text-decoration: none;
  font-size: 28px;
  font-weight: 500;
  border-radius: 60px;
  width: 300px;
  height: 60px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.aceite {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.aceite-permissao {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.flex2 div {
  flex: 1 1 150px;
  margin: 0px;
}

.flex3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

.flex3 div {
  flex: 1 1 250px;
  margin: 10px;
}

/* TRST */

.trst {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #110e25;
  padding-top: 30px;
}

.trst-box {
  margin-left: 250px;
  margin-right: 250px;
  text-align: center;
}

.trst-box img {
  width: 270px;
  height: 119px;
  margin-bottom: 20px;
}

.trst-title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-bottom: 25px;
}

.trst-subtitle {
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding-bottom: 30px;
  font-weight: 500;
}

/* PARCEIROS */

.parceiros {
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.parceiros h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}

.box-parceiros {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin: 30px 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}


.diamond {
  background-color: #b9d9eb;
  height: 50px;
}

.diamond img {
  height: 0px;
}

.gold {
  background-color: #f0b323;
  height: 50px;
}

.apoio {
  background-color: #e10098;
  height: 50px;
}

/* AJUDA / CONTATO */

.ajuda-conteiner {
  background-color: #100b25;
}

.ajuda-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
  background: #100b25;
  color: #fff;
  align-items: center;
  height: 250px;
  justify-content: space-between;
}

.ajuda-flex div {
  align-items: center;
  text-align: center;
}

.ajuda-flex div p {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

.ajuda-flex div h2 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin: 0px;
}

.termo {
  text-align: right;
  align-items: center;
  padding-bottom: 20px;
}

.termo p a {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

/* REDES SOCIAIS */

footer {
  background: rgb(225, 0, 152);
  background: linear-gradient(90deg,
      rgba(225, 0, 152, 1) 30%,
      rgba(147, 50, 142, 1) 60%);
}

footer div {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-redesocial a i {
  padding: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 30px;
}

/* ---------------------- THANKS PAGE ------------------------------- */

.bnt-zap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.bnt-tele {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.bnt-zap a {
  text-decoration: none;
}

.bnt-tele a {
  text-decoration: none;
}

.bnt-zap a div i {
  margin-right: 10px;
  font-size: 24px;
}

.bnt-tele a div i {
  margin-right: 10px;
  font-size: 24px;
}

.banner-thanks {
  position: relative;
  width: 100%;
  height: 500px;
  background: #241c33;
  background-image: url("../images/bg-topo.jpg");
  background-position: left;
  background-repeat: no-repeat;
}

.banner-thanks-es {
  position: relative;
  width: 100%;
  height: 500px;
  background: #241c33;
  background-image: url("../images/bg-topo.jpg");
  background-position: left;
  background-repeat: no-repeat;
}

.bnt-wathsapp {
  display: flex;
  background-color: #34af23;
  width: 350px;
  height: 50px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 32px;
  font-weight: 500;
}

.bnt-telegram {
  display: flex;
  background-color: #0088cc;
  width: 350px;
  height: 50px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 32px;
  font-weight: 500;
}

/* BOX PROGRAMACAO PAGE PARTICIPANTES */

.proga-section {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #110e25;
  padding-top: 30px;
  padding-bottom: 10px;
}

.proga-box {
  margin-left: 250px;
  margin-right: 250px;
  text-align: center;
}

.proga-box p {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.proga-title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.button-progracompleta {
  background: #fff;
  border: none;
  color: #000;
  text-decoration: none;
  font-size: 28px;
  font-weight: 500;
  border-radius: 60px;
  width: 300px;
  height: 60px;
}

.bntprogracompleta {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 30px;
}

/* BOX PROGRAMACAO COMPLETA */

.fixodatas {
  position: sticky;
  top: 60px;
  z-index: 99999;
}

.container {
  max-width: 1440px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.tab-container {
  position: relative;
  width: 100%;
  min-width: 500px;

  display: flex;
  flex-direction: column;
}

.tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.tab-holder {
  position: relative;
  background: var(--main-color);
  color: var(--text);
  border-top: 1em solid black;
  z-index: 5;
}

.tab {
  display: none;
  transition: opacity 150ms;
}

.tab-content {
  padding: 10px 15px;
}

.labeldia {
  background: var(--edges);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-right: 15px;
  padding: 20px 10px;
  width: 100px;
  text-align: center;
  transition: 150ms ease-in-out;
  z-index: 1;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

.labeldia:hover {
  cursor: pointer;
}

.labeldia span::before,
.labeldia span::after {
  content: "";
  display: inline;
  position: absolute;
  top: 0;
  transition: 150ms ease-in-out;
  width: 0;
  height: 0;
}

.labeldia span::before {
  left: 0px;

  border-top: 0px solid var(--bg-color);
  border-bottom: 0px solid var(--edges);
  border-left: 0px solid transparent;
  border-right: 0px solid var(--edges);
}

.labeldia span::after {
  right: 0px;

  border-top: 0px solid var(--bg-color);
  border-bottom: 0px solid var(--edges);
  border-left: 0px solid var(--edges);
  border-right: 0px solid transparent;
}

input.hidden {
  display: none;
}

.lbtab1 {
  background-color: #93328e;
}

.lbtab2 {
  background-color: #b9d9eb;
}

.lbtab3 {
  background-color: #e10098;
}

.lbtab4 {
  background-color: #f0b323;
}

#tab-1:checked~.tab-holder #tab-1 {
  opacity: 1;
}

#tab-1:checked~.tabs label[for="tab-1"] {
  --edges: #93328e;
  width: 140px;
  background: var(--edges);
  /*   color: var(--text-highlight); */
  z-index: 2;
}

#tab-1:checked~.tab-holder {
  border-top-color: #93328e;
}

#tab-2:checked~.tab-holder #tab-2 {
  opacity: 1;
}

#tab-2:checked~.tabs label[for="tab-2"] {
  --edges: #b9d9eb;
  width: 140px;

  color: var(--text-highlight);
  z-index: 2;
}

#tab-2:checked~.tab-holder {
  border-top-color: #b9d9eb;
}

#tab-3:checked~.tab-holder #tab-3 {
  opacity: 1;
}

#tab-3:checked~.tabs label[for="tab-3"] {
  --edges: #e10098;
  width: 140px;
  background: #e10098;
  /*   color: var(--text-highlight); */
  z-index: 2;
}

#tab-3:checked~.tab-holder {
  border-top-color: #e10098;
}

#tab-4:checked~.tab-holder #tab-4 {
  opacity: 1;
}

#tab-4:checked~.tabs label[for="tab-4"] {
  --edges: #f0b323;
  width: 140px;
  background: var(--edges);
  color: var(--text-highlight);
  z-index: 2;
}

#tab-4:checked~.tab-holder {
  border-top-color: #f0b323;
}

.box-progracompleta {
  display: flex;
  justify-content: space-between;
}

.horarioprogacompleta {
  font-size: 35px;
  font-weight: 700;
  min-width: 380px;
}

.horariocor01 {
  color: #fff;
  background-color: #93328e;
}

.horariocor02 {
  color: #fff;
  background-color: #b9d9eb;
}

.horariocor03 {
  color: #fff;
  background-color: #e10098;
}

.horariocor04 {
  color: #fff;
  background-color: #f0b323;
}

.descricaoprogacompleta {
  font-size: 35px;
  font-weight: 700;
  padding-left: 80px;
}

.flex-liderprogra {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}

.flex-liderprogra div {
  flex: 1 1 250px;
  margin: 10px;
}

.nomesala {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}

/* DIVISÃO */

.divisao01 {
  background-color: #93328e;
  height: 10px;
}

/* DIVISÃO */

.divisao02 {
  background-color: #b9d9eb;
  height: 10px;
}

/* DIVISÃO */

.divisao03 {
  background-color: #e10098;
  height: 10px;
}

/* DIVISÃO */

.divisao04 {
  background-color: #f0b323;
  height: 10px;
}

@media screen and (min-width: 768px) {
  .header .main-content {
    height: 85px;
  }

  .idiomas {
    top: 170px;
    left: 2.5%;
    padding: 0.2em;
  }

  .sub-counter {
    height: 50px;
    font-size: 1.25em;
    border-bottom-left-radius: 90% 150%;
    border-bottom-right-radius: 90% 150%;
  }

  .tevento {
    width: 250px;
    font-size: 1em;
  }

  .regressiva {
    width: 255px;
  }

  .regressiva ul li {
    width: 45px;
  }

  .regressiva ul li span {
    font-size: 2em;
  }

  .regressiva ul li p {
    font-size: 0.8em;
  }

  .btntop a button {
    width: 250px;
    font-size: 1em;
    padding: 0.5em 0;
  }

  .banner-principal {
    height: 33em;
    background-size: initial;
  }

  .logobanner img {
    width: 200px;
  }

  .radio-div {
    flex-basis: 200px;
  }

  form div.radios:nth-last-child(5) div.radio-div:last-child {
    flex-basis: 200px;
  }
}

@media screen and (min-width: 1024px) {
  .idiomas {
    position: fixed;
    flex-direction: column;
    top: 55%;
    height: fit-content;
    left: 10px;
    padding: 0.5em 0.5em;
    background: linear-gradient(to bottom,
        rgba(225, 0, 152, 1) 40%,
        rgba(147, 50, 142, 1) 80%);
  }

  .idiomas div {
    margin: 0 0 5px;
  }

  .idiomas div:last-child {
    margin: 0;
  }

  .idiomas div a img {
    margin-top: 2.5px;
    width: 2.25em;
  }

  .botao-home {
    top: 65%;
    bottom: unset;
  }

  .header .main-content {
    padding: 0.5em;
    height: 100px;
  }

  .sub-counter {
    height: 55px;
    font-size: 1.25em;
    border-bottom-left-radius: 90% 150%;
    border-bottom-right-radius: 90% 150%;
  }

  .tevento {
    width: 315px;
    font-size: 1.4em;
  }

  .regressiva {
    width: 340px;
  }

  .regressiva ul li {
    width: 60px;
  }

  .regressiva ul li span {
    font-size: 2.5em;
  }

  .regressiva ul li p {
    font-size: 1em;
  }

  .btntop a button {
    width: 300px;
    font-size: 1.25em;
    padding: 0.5em 0;
  }

  .banner-principal {
    height: 33em;
    background-size: initial;
  }

  .logobanner {
    text-align: left;
  }

  .logobanner img {
    width: 250px;
  }

  .box-inscricao h2 {
    font-size: 2.5em;
  }

  .box-inscricao h3 {
    font-size: 1.5em;
  }

  .radio-div {
    flex-basis: 100px;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 500;
    color: white;
  }

  form div.radios:nth-last-child(5) div.radio-div:last-child {
    flex-basis: 190px;
  }
}

@media screen and (min-width: 1440px) {
  .tevento {
    width: 350px;
    font-size: 1.55em;
  }

  .regressiva {
    width: auto;
  }

  .regressiva ul li {
    width: 70px;
  }

  .regressiva ul li span {
    font-size: 3em;
  }

  .btntop a button {
    width: 350px;
    font-size: 1.25em;
    padding: 0.5em 0;
  }

  .banner-principal {
    height: 33em;
    background-size: initial;
  }
}

@media screen and (min-width: 1920px) {
  .idiomas {
    top: 50%;
  }

  .botao-home {
    top: 60%;
  }
}

@media screen and (max-width: 900px) {

  .divisao {
    background-color: #ee2a7b;
    height: 25px;
  }

  .btleft {
    background-color: #f0b323;
    border: none;
    color: #1d1f2a;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    border-radius: 32px;
    width: 80px;
    height: 20px;
  }

  .banner-principal {
    width: 100%;
    height: 409px;
    background: rgb(225, 0, 152);
    background-image: url("../images/bg-topo.jpg");
    background-position: left;
    background-size: cover;
  }

  .titulobanner p {
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
  }

  .databanner p {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }

  .btnbanner a button {
    background: linear-gradient(90deg,
        rgba(225, 0, 152, 1) 30%,
        rgba(147, 50, 142, 1) 60%);
    border: none;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 60px;
    width: 200px;
    height: 40px;
    margin-top: 30px;
  }

  .sobre-kis {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ee2a7b;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .titulodiv {
    margin-left: 15px;
    margin-right: 15px;
  }

  .title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-bottom: 16px;
  }

  .subtitle {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    text-align: center;
  }

  /* PARTICIPANTES */

  .lideres-confirmados {
    padding-bottom: 0px;
  }

  .titlelider {
    font-size: 24px;
    font-weight: 700;
    color: #1d1f2a;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .flex-lider div {
    max-width: 157px;
  }

  .flex-lider div img {
    width: 157px;
    border-radius: 30px;
  }

  .nomelider {
    font-size: 18px;
    font-weight: 700;
    color: #1d1f2a;
    margin: 5px 0px;
  }

  .cargolider {
    font-size: 12px;
    font-weight: 500;
    margin: 5px 0px;
    color: #1d1f2a;
  }

  .embreve-parti {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .embreve-parti p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #ee2a7b;
    text-decoration: underline;
  }

  .embreve-parti a p {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #ee2a7b;
    text-decoration: underline;
  }

  .flex2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    align-items: center;
    height: 291px;
  }

  .flex2 div {
    flex: 1 1 150px;
    margin: 0px;
  }

  .numeros {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
  }

  .numerostxt {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
  }

  /* FORMULÁRIO DE INSCRIÇÃO */

  .conhece-fis {
    font-size: 16px;
  }

  .genero {
    font-size: 16px;
  }

  .form-inputs {
    margin-bottom: 20px;
  }

  .button-submit {
    background: #fff;
    border: none;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 60px;
    width: 200px;
    height: 40px;
  }

  .aceite {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .aceite-permissao {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
  }

  /* PROGRAMAÇAO PRELIMINAR */

  .programacao-preliminar {
    align-items: center;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .box-programacao {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 40px;
    justify-content: center;
    text-align: center;
  }

  .box-programacao div {
    padding-left: 15px;
    margin: 10px;
  }

  .titleprogramacao {
    font-size: 24px;
    font-weight: 700;
    color: #1d1f2a;
    text-align: center;
    padding-bottom: 40px;
    text-transform: uppercase;
  }

  .titleprogramacao span {
    font-weight: 500;
  }

  .diaproga {
    min-width: 94px;
    height: 40px;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding-right: 15px;
  }

  .horarioproga {
    font-size: 18px;
    font-weight: 700;
    min-width: 150px;
  }

  .descricaoproga {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
  }

  .embreve-prog {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .embreve-prog p {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #ee2a7b;
    text-decoration: underline;
  }

  .embreve-prog a p {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #ee2a7b;
    text-decoration: underline;
  }

  /* QUEM SOMOS */

  .quemsomos {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .quemsomos div h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1d1f2a;
    text-align: center;
    padding-bottom: 30px;
  }

  .quemsomos div p {
    font-size: 16px;
    font-weight: 500;
    color: #1d1f2a;
    text-align: center;
    margin-bottom: 30px;
  }

  .box-quemsomos {
    display: flex;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    justify-content: space-between;
  }

  .pilanulo {
    display: none;
  }

  .box-quemsomos div {
    flex: 1 1 30px;
    margin: 0px;
  }

  .fotopilares {
    width: 110px;
    height: 110px;
  }

  /* TRST */

  .trst {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #110e25;
  }

  .trst-box {
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
  }

  .trst-box img {
    width: 95px;
    height: 42px;
    margin-bottom: 10px;
  }

  .trst-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }

  .trst-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
  }

  /* PARCEIROS */

  .parceiros {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .parceiros h2 {
    font-size: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-parceiros {
    font-size: 18px;
  }

  .diamond {
    height: 25px;
  }

  .gold {
    height: 25px;
  }

  .apoio {
    height: 25px;
  }

  /* AJUDA / CONTATO */

  .ajuda-conteiner {
    background-color: #100b25;
  }

  .ajuda-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 258px;
    align-items: center;
  }

  .ajuda-flex div {
    align-items: center;
    text-align: center;
  }

  .ajuda-flex div p {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
  }

  .ajuda-flex div h2 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0px;
  }

  .termo {
    text-align: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .termo p a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
  }

  /* REDES SOCIAIS */

  footer div {
    height: 30px;
  }

  .box-redesocial a i {
    padding: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
  }

  /* ---------------- THANKS PAGE --------------*/

  .txt-telegram {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-thanks {
    width: 100%;
    height: 315px;
    background: rgb(225, 0, 152);
    background-image: url("../images/bg-topo.jpg");
    background-position: left;
    background-size: cover;
  }

  .banner-thanks-es {
    width: 100%;
    height: 350px;
    background: rgb(225, 0, 152);
    background-image: url("../images/bg-topo.jpg");
    background-position: left;
    background-size: cover;
  }

  /* BOX PROGRAMACAO PAGE PARTICIPANTES */

  .proga-section {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #110e25;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .proga-box {
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
  }

  .proga-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }

  .proga-box p {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
  }

  .button-progracompleta {
    background: #fff;
    border: none;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 60px;
    width: 200px;
    height: 40px;
  }

  .bntprogracompleta {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  /* BOX PROGRAMACAO COMPLETA */

  .container {
    max-width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .tab-container {
    position: relative;
    width: 100%;
    min-width: 100px;
    display: flex;
    flex-direction: column;
  }

  .tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
  }

  .tab-holder {
    position: relative;
    background: var(--main-color);
    color: var(--text);
    border-top: 10px solid black;
    z-index: 5;
  }

  .tab-content {
    padding: 10px 15px;
  }

  .labeldia {
    background: var(--edges);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 15px;
    width: 100px;
    text-align: center;
    transition: 150ms ease-in-out;
    z-index: 1;
    position: relative;
  }

  .labeldia:hover {
    cursor: pointer;
  }

  .labeldia span::before,
  .labeldia span::after {
    content: "";
    display: inline;
    position: absolute;
    top: 0;
    transition: 150ms ease-in-out;
    width: 0;
    height: 0;
  }

  .labeldia span::before {
    left: 0px;

    border-top: 0px solid var(--bg-color);
    border-bottom: 0px solid var(--edges);
    border-left: 0px solid transparent;
    border-right: 0px solid var(--edges);
  }

  .labeldia span::after {
    right: 0px;

    border-top: 0px solid var(--bg-color);
    border-bottom: 0px solid var(--edges);
    border-left: 0px solid var(--edges);
    border-right: 0px solid transparent;
  }

  input.hidden {
    display: none;
  }

  .lbtab1 {
    background-color: #93328e;
    margin-right: 10px;
  }

  .lbtab2 {
    background-color: #b9d9eb;
    margin-right: 10px;
  }

  .lbtab3 {
    background-color: #e10098;
    margin-right: 10px;
  }

  .lbtab4 {
    background-color: #f0b323;
  }

  #tab-1:checked~.tab-holder #tab-1 {
    opacity: 1;
  }

  #tab-1:checked~.tabs label[for="tab-1"] {
    --edges: #93328e;
    width: 140px;
    background: var(--edges);
    /*   color: var(--text-highlight); */
    z-index: 2;
  }

  #tab-1:checked~.tab-holder {
    border-top-color: #93328e;
  }

  #tab-2:checked~.tab-holder #tab-2 {
    opacity: 1;
  }

  #tab-2:checked~.tabs label[for="tab-2"] {
    --edges: #b9d9eb;
    width: 140px;

    color: var(--text-highlight);
    z-index: 2;
  }

  #tab-2:checked~.tab-holder {
    border-top-color: #b9d9eb;
  }

  #tab-3:checked~.tab-holder #tab-3 {
    opacity: 1;
  }

  #tab-3:checked~.tabs label[for="tab-3"] {
    --edges: #e10098;
    width: 140px;
    background: #e10098;
    /*   color: var(--text-highlight); */
    z-index: 2;
  }

  #tab-3:checked~.tab-holder {
    border-top-color: #e10098;
  }

  #tab-4:checked~.tab-holder #tab-4 {
    opacity: 1;
  }

  #tab-4:checked~.tabs label[for="tab-4"] {
    --edges: #f0b323;
    width: 140px;
    background: var(--edges);
    color: var(--text-highlight);
    z-index: 2;
  }

  #tab-4:checked~.tab-holder {
    border-top-color: #f0b323;
  }

  .box-progracompleta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .horarioprogacompleta {
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    min-width: 200px;
    padding-bottom: 0px;
    text-align: center;
    justify-content: center;
  }

  .descricaoprogacompleta {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 30px 10px 30px;
  }

  .flex-liderprogra div img {
    width: 157px;
    border-radius: 10px;
  }

  .flex-liderprogra {
    display: flex;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
  }

  .flex-liderprogra div {
    flex: 1 1 50px;
    margin: 2px;
  }

  .nomesala {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 5px;
  }

  .logosala {
    width: 200px;
  }

  .divisao01,
  .divisao02,
  .divisao03,
  .divisao04 {
    height: 3px;
  }
}

/* FINAL MOBILE */