@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Poppins:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,300;0,6..12,400;0,6..12,700;0,6..12,800;0,6..12,900;1,6..12,300;1,6..12,400;1,6..12,700;1,6..12,800;1,6..12,900&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito Sans", sans-serif;
  background-color: #fff;
}

.fontep {
  font-size: 12px;
}

.pop {
  position: fixed;
  background-color: #fff;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 3px 2px 20px -1px rgba(163, 163, 163, 0.75);
  -webkit-box-shadow: 3px 2px 20px -1px rgba(163, 163, 163, 0.75);
  -moz-box-shadow: 3px 2px 20px -1px rgba(163, 163, 163, 0.75);
}

.x {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  color: #ff0000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
.poptxt {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.poptxt h3 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.linky a {
  color: #000;
  text-decoration: underline;
}

.linky a:hover {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}

#mostralinkC1,
#mostralinkC2,
#mostralinkC3,
#mostralinkC4,
#mostralinkC5,
#mostralinkC6,
#mostralinkC7,
#mostralinkC8,
#mostradia1,
#mostradia2,
#mostradia3 {
  cursor: pointer;
}

i .uil uil-eye {
  cursor: pointer;
}

.btnL {
  background-color: #a54c12;
  color: #fff;
  width: auto;
  height: auto;
  padding: 10px 20px;
  border-radius: 100px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.prog {
  width: 100%;
  height: auto;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 10px;
  margin-top: 20px;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}

.red {
  color: #fd0404;
}

.azul1 {
  color: #2d4059;
}

.azul2 {
  color: #56729c;
}

.guara1 {
  color: #ffdeb8;
}

.guara15 {
  color: #fad1a2;
}

.guara2 {
  color: #cd7c4f;
}
.guara3 {
  color: #a54c12;
}
video.guara4 {
  color: #5d2a00;
}
.guara5 {
  color: #291608;
}
.guara6 {
  color: #c8d1d8;
}

.superp {
  font-size: 10px;
}

video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.programacao {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  flex-direction: row;

  -webkit-display: flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-flex-direction: row;
}

.programacao-item {
  width: 100%;
  height: auto;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  flex-direction: column;
  background-color: #fad1a2;
  color: #291608;
  margin: 7px;
  padding: 10px;
  border-radius: 7px;

  -webkit-display: flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-flex-direction: column;
}

.principal {
  height: 100vh;
  position: relative;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  flex-direction: column;

  -webkit-display: flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}

.content {
  width: 100%;
  height: auto;
  z-index: 100;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  flex-direction: column;
  color: #fff;

  -webkit-display: flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}

.content i {
  font-size: 40px;
}
.content a {
  color: #fff;
}

.content-item {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}

.logo {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  text-align: center;
  -webkit-display: flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-flex-direction: column;
  padding: 30px;
}
.logo p {
  padding-left: 80px;
}
.content-item p {
  font-size: 24px;
}

.cor1 {
  background-color: #969fac;
}

.redy {
  color: #ff0000;
  font-weight: bold;
}

.topy {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.topy img {
  width: 100%;
}

.backhome {
  width: 100%;
  height: auto;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #2d4059;
  padding: 20px;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}

span.heady {
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}

.eventos {
  width: 100%;
  height: auto;

  display: flex;
  justify-content: center;
  align-items: center;

  color: #2d4059;
  padding: 50px;
  text-align: left;
  background-color: #aec3e0;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.eventos-item {
  width: 100%;
  flex: 1;
  margin: 7px;
  min-height: 300px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 7px;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;

  background-color: #fff;
}

.eventos-item h3 {
  width: auto;
  font-size: 24px;
  background-color: #2b3f58;
  color: #fff;
  font-weight: 900;
  border-radius: 7px;
  padding: 7px;
  margin-top: 7px;
}

.eventos-item p {
  font-weight: bold;
}

.back3 {
  background-color: #7fb3fc;
}

.back2 {
  background-color: #82cea1;
}

.back1 {
  background-color: #ffdeb8;
}
.back {
  background-color: #c3defd;
}

.palestrantes {
  width: 100%;
  height: auto;

  display: flex;
  justify-content: flex-start;
  align-items: flex-start;

  color: #2d4059;
  padding: 50px;
  text-align: left;
  background-color: #aec3e0;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.palestrantes-item {
  width: 100%;
  flex: 1;
  margin: 7px;
  min-height: 300px;
}

.palestrantes-item h3 {
  width: auto;
  font-size: 24px;
  background-color: #2b3f58;
  color: #fff;
  font-weight: 900;
  border-radius: 7px;
  padding: 7px;
  margin-top: 7px;
}

.palestrantes-item p {
  font-weight: bold;
}

.palestrantes3 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #ffdeb8;
  padding: 50px;
  text-align: left;
  background-color: #cd7c4f;

  -webkit-display: flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
}

.palestrantes3-item {
  width: 100%;
  flex: 1;
  margin: 7px;
}

.palestrantes3-item h3 {
  width: auto;
  font-size: 24px;
  background-color: #a54c12;
  color: #fff;
  font-weight: 900;
  border-radius: 7px;
  padding: 7px;
  margin-top: 7px;
}

.palestrantes3-item p {
  font-weight: bold;
}

.palestrantes4 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #291608;
  padding: 50px;
  text-align: left;
  background-color: #ffdeb8;

  -webkit-display: flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
}

.palestrantes4-item {
  width: 100%;
  flex: 1;
  margin: 7px;
}

.palestrantes4-item h3 {
  width: auto;
  font-size: 24px;
  background-color: #cd7c4f;
  color: #fff;
  font-weight: 900;
  border-radius: 7px;
  padding: 7px;
  margin-top: 7px;
}

.palestrantes4-item p {
  font-weight: bold;
}

.topoportunidade {
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 70px;
  background-color: #006aff;
  background: url("../images/Oportunidade.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30px;
  color: #fff;
  text-align: center;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}

.banner {
  width: 100%;
  height: auto;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #291608;
  padding: 30px;
  text-align: center;
  background-color: #fff;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}

.conteudo {
  width: 100%;
  height: auto;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #291608;
  padding: 30px;
  text-align: center;
  background-color: #fff;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}

.conteudo2 {
  width: 100%;
  height: auto;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #291608;
  padding: 30px;
  text-align: center;
  background-color: #80decf;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}

.conteudo3 {
  width: 100%;
  height: auto;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #291608;
  padding: 30px;
  text-align: center;
  background-color: #5ca293;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}

.lotes {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  color: #291608;
  padding: 50px;
  text-align: justify;
  background-color: #ffdeb8;

  -webkit-display: flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-flex-direction: column;
}

.lotes-item1 {
  width: 100%;
  flex: 1;
  background-color: #cd7c4f;
  color: #fff;
  box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.75);
  border-radius: 7px;
  padding: 10px;
  margin: 7px;
}

.lotes-item3 {
  width: 100%;
  flex: 1;
  background-color: #fff;
  box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.75);
  border-radius: 7px;
  padding: 10px;
  margin: 7px;
}
.lotes-item3 h3,
.lotes-item1 h3,
.lotes-item3 h3 {
  font-size: 30px;
  font-weight: 900;
}

.lote-content {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  color: #291608;
  padding: 50px;
  text-align: justify;
  background-color: #fad1a2;

  -webkit-display: flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-flex-direction: column;
}

.login {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: row;
  padding: 20px;
  border-bottom: solid 7px #80decf;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: flex-endcenter;
  -webkit-flex-direction: row;
}

.login-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: flex-endcenter;
  -webkit-flex-direction: column;
}

.skyline2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: flex-endcenter;
  -webkit-flex-direction: column;
}

.cabeca {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.btn1 {
  background-color: #969fac;
  color: #2d4059;
  width: auto;
  height: auto;
  padding: 5px 10px;
  border-radius: 100px;
  text-align: center;
}

button {
  border: none;
  margin-top: 20px;
}

.btn1 a {
  background-color: #969fac;
  color: #2d4059;
  width: auto;
  height: auto;
  padding: 5px 10px;
  border-radius: 100px;
  text-align: center;
}
.btn1 a:hover {
  background-color: #2d4059;
  color: #969fac;
  width: auto;
  height: auto;
  padding: 5px 10px;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
}

.btn2 {
  background-color: #5ca293;
  color: #fff;
  width: auto;
  height: auto;
  padding: 10px 20px;
  border-radius: 100px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.btn2 a {
  background-color: #969fac;
  color: #2d4059;
  width: auto;
  height: auto;
  padding: 5px 10px;
  border-radius: 100px;
  text-align: center;
}
.btn2 a:hover {
  background-color: #2d4059 !important;
  color: #fff !important;
  width: auto;
  height: auto;
  padding: 5px 10px;
  border-radius: 100px;
  text-align: center;
  text-decoration: none !important;
}
.titulo {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #2d4059;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}

.formulario {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2d4059;
  padding: 20px;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.formulario-item {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  color: #2d4059;
  padding: 20px;

  -webkit-display: flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-flex-direction: column;
}

.jumboForm {
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: #f4f4f4;
  color: #000;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}

.localiza {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2d4059;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.localiza-item {
  width: 100%;
  flex: 1;
}

.localizaAC {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;

  color: #2d4059;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.localizaAC-item {
  width: 100%;
  min-height: 350px;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px;
  margin: 7px;
  border-radius: 7px;
  background-color: #f4f4f4;
  -webkit-display: flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-flex-direction: column;
}

.localizapag {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #2d4059;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
}

.localizapag-item {
  width: 100%;
  flex: 1;
  align-items: flex-start;
  margin: 10px;
  border: solid 1px #ccc;
  padding: 10px;
  -webkit-flex: 1;
  -webkit-align-items: flex-start;
}

.lote {
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: #2d4059;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lote-item {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-color: #969fac;
  padding: 10px;
  color: #2d4059;
  margin: 5px;
  border-radius: 7px;

  -webkit-display: flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-flex-direction: column;
}

.lote-item h3 {
  font-size: 24px;
  font-weight: bold;
  color: #2d4059;
}

.apoio {
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: #fff;
  color: #2b3f58;
  display: flex;
  justify-content: center;
  align-items: center;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.apoio-item {
  width: 100%;
  flex: 1;
  margin: 10px;
  color: #2b3f58;
  text-align: center;
}

.carcon {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.foot {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5ca293;
  color: #fff;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.foot-item {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.foot i {
  font-size: 40px;
  color: #fff;
}

.foot a {
  color: #fff;
  text-decoration: none;
}

.foot a:hover {
  text-decoration: none;
  font-weight: bold;
}

.recsenha {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  color: #2b3f58;
  padding: 20px;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}

.recsenha-item {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.loteh {
  width: 100%;
  height: auto;
  padding: 20px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.loteh-item {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;

  padding: 10px;
  color: #2d4059;
  margin: 5px;
  border-radius: 7px;

  -webkit-display: flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-flex-direction: column;
}

.testeh {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  padding: 20px;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  -webkit-flex-direction: row;
}

.testeh-item {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin: 10px;

  -webkit-display: flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-flex-direction: column;
}

.tituloH {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #56729c;
  color: #fff;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}

@media screen and (max-width: 768px) {
  .foot,
  .formulario,
  .lote,
  .localiza,
  .palestrantes,
  .apoio,
  .palestrantes3,
  .palestrantes4,
  .localizapag,
  .hospedagem,
  .testeh,
  .localizaAC,
  .programacao,
  .skyline2,
  .login,
  .eventos {
    flex-direction: column;

    -webkit-flex-direction: column;
  }

  .lotes {
    padding: 10px;
  }

  .lote-content {
    padding: 1px;
    text-align: left;
  }

  .cabeca img {
    max-width: 140px;
  }

  .btn2 {
    width: auto;
    height: auto;
    padding: 5px 10px;
    border-radius: 100px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }
  .palestrantes,
  .palestrantes3 {
    padding: 10px;
  }

  span.heady {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
  }

  .content-item h1 {
    font-size: 33px;
    font-weight: bold;
  }
  .content-item p {
    font-size: 16px;
  }

  .titulo h3 {
    font-size: 24px;
    text-align: center;
  }

  .skyline2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
