@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");

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

html {
  scroll-behavior: smooth;
}

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

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

a:hover {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.home {
  height: 100vh;
  position: relative;
}
video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-content {
  position: relative;
  padding-top: 1px;
  color: #fff;
  text-align: center;
}
h1 {
  font-family:
    Playfair Display,
    serif;
  font-size: 45px;
  line-height: 1.1;
}

.home p {
  font-size: 25px;
  margin-top: 10px;
}

.home-content button {
  display: block;
  font-size: clamp(14px, 1.5vw, 18px);
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  margin: 50px auto 0;
  padding: 12px 20px;
  cursor: pointer;
}

.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;
}

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

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

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

.content-item p {
  font-size: 24px;
}

.content2 {
  width: 100%;
  height: auto;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: row;
  padding: 20px;
}

.content2-item {
  width: 100%;
  flex: 1;
  color: #fff;
}

.content2-item p {
  font-size: 16px;
}
.content2-item a {
  color: #fff;
}
.content2-item a:hover {
  color: #fff;
  font-weight: bold;
}

.content2-item h3 {
  font-family:
    Playfair Display,
    serif;
  font-size: 25px;
  color: black;
}
.content2 form {
  font-family:
    Playfair Display,
    serif;
  font-size: 18px;
  color: black;
}

.fontes {
  font-family:
    Playfair Display,
    serif;
  font-size: 25px;
  color: black;
}

.well {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  color: #fff;
  background-color: #426eac;
  border-radius: 7px;
  padding: 20px;
}

@keyframes updown {
  0% {
    transform: translateY(-100%);
  }

  50% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

.blanco {
  color: #fff;
}

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

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

span.heady img {
  width: 700px !important;
}

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

.homecard {
  width: auto;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 2px 4px #888888;
  margin-top: 40px;
  padding: 20px;
  text-align: center;
}

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

.titulo h1 {
  font-size: 35px;
}
.jumbo {
  width: 100%;
  min-height: 600px;
  padding: 40px;
  background-color: #2d4059;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.jumboForm {
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: #a8a8a8;
  color: #000;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

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

.palestrantes-item {
  width: 100%;
  flex: 1;
  background-color: #ccd1d7;
  border-radius: 7px;
  box-shadow: 2px 4px #888888;
  padding: 20px;
  margin: 5px;
}

.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;
}

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

.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;
}

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

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

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

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

.newSepara1 {
  width: 95%;
  height: 5px;
  background-color: #426eac;
  margin: 20px 5px 20px 5px;
}

.newSepara2 {
  width: 95%;
  height: 5px;
  background-color: #1fde2f;
  margin: 20px 5px 20px 5px;
}

.newSepara3 {
  width: 95%;
  height: 5px;
  background-color: #cd7c4f;
  margin: 20px 5px 20px 5px;
}

.newCabeca {
  width: 100%;
  height: auto;
  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;
}

.newCabeca h1 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #426eac;
}

.newbtn1 {
  background-color: #1fdecf;
  color: #2d4059;
  width: auto;
  height: auto;
  padding: 5px 10px;
  border-radius: 7px;
  text-align: center;
}

.newbtn2 {
  background-color: #1fde2f;
  color: #2d4059;
  width: auto;
  height: auto;
  padding: 5px 10px;
  border-radius: 7px;
  text-align: center;
}

.newbtn3 {
  background-color: #cd7c4f;
  color: #fff;
  width: auto;
  height: auto;
  padding: 5px 10px;
  border-radius: 7px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .content2,
  .localiza,
  .foot,
  .palestrantes,
  .formulario,
  .lote {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  span.heady img {
    width: 330px !important;
  }

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

  h1 {
    font-size: 30px;
  }

  .titulo h1 {
    font-size: 24px;
  }

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