html,
body {
  margin: 0px !important;
  padding: 0px !important;
  font-family: "GothamBook", Arial, sans-serif;
  font-weight: normal;
  background-image: url(../img/bg.jpg);
  background-position: center center;
  background-repeat: repeat;
  color: #383838;
  overflow-x: hidden;
}
html strong,
html b,
body strong,
body b {
  font-family: "GothamBlack", Arial, sans-serif;
  font-weight: normal;
}

.bg {
  background-image: url(../img/bg-sobre.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
}

* {
  box-sizing: border-box;
  text-decoration: none !important;
  transition: all 0.5s ease;
}

*:focus,
*:focus-visible,
*:focus:not(.focus-visible) {
  outline: none !important;
  box-shadow: none;
}

a {
  text-decoration: none !important;
  transition: all 0.5s ease;
}

.titulo {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.titulo h1,
.titulo h2 {
  font-weight: 500;
  font-size: clamp(1.5rem, 2vw, 3rem);
  line-height: 10px;
}
.titulo h1 strong,
.titulo h2 strong {
  font-weight: 900;
}

header {
  padding: 50px 0;
}
header .topo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .topo .logo {
  width: 450px;
  filter: brightness(0) invert(1);
}
header .topo .btn {
  display: flex;
  align-items: center;
  background-color: #c41245;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  padding-right: 30px;
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 0;
  text-decoration: none !important;
  transition: all 0.5s ease;
}
header .topo .btn .icone {
  background-color: #0d79b7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -1px;
  border-radius: 10px;
  padding: 7px;
  margin-right: 30px;
}
header .topo .btn .icone span {
  height: 30px;
  width: 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #0d79b7;
  font-size: 24px;
}
header .topo .btn:hover {
  background-color: #0d79b7;
}

section.imersao {
  color: #fff;
  padding-bottom: 100px;
  position: relative;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
section.imersao h3 {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 42px;
  line-height: 80px;
}
section.imersao h3 span {
  color: #7ad2ff;
}
section.imersao h1 {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 4px solid #fff;
  font-size: 70px;
  line-height: 70px;
}
section.imersao h1 span {
  color: #7ad2ff;
}
section.imersao h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 15px;
}
section.imersao h2 span {
  color: #76ccf8;
}
section.imersao h2 span.de {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 70px;
  font-size: 80px;
  margin-top: 12px;
}
section.imersao h2 span.de b {
  font-size: 100px;
}
section.imersao h2 span.dia {
  font-size: 165px;
  line-height: 138px;
  margin-top: 13px;
  margin-right: 15px;
}
section.imersao h2 span.texto {
  font-family: "GothamBook", Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  margin-top: 10px;
}
section.imersao ul {
  position: absolute;
  top: 100px;
  left: 55%;
  width: 35%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
section.imersao ul li {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  background-image: url(../img/bg.jpg);
  background-position: center center;
  background-repeat: repeat;
  opacity: 0.7;
  text-decoration: none !important;
  transition: all 0.5s ease !important;
}
section.imersao ul li a {
  width: 100%;
}
section.imersao ul li a img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: luminosity;
  text-decoration: none !important;
  transition: all 0.5s ease !important;
  -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}
section.imersao ul li a .info {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding-bottom: 30px;
}
section.imersao ul li a .info h2 {
  text-align: center;
  font-size: 42px;
  line-height: 42px;
  color: #fff;
  text-transform: uppercase;
  width: -moz-min-content;
  width: min-content;
}
section.imersao ul li a .info i {
  color: #59b5e4;
  font-size: 28px;
}
section.imersao ul li:hover {
  opacity: 1 !important;
  margin: 0px !important;
  z-index: 20 !important;
  text-decoration: none !important;
  transition: all 0.5s ease !important;
}
section.imersao ul li:hover a img {
  mix-blend-mode: normal;
}
section.imersao ul li:hover a .info {
  opacity: 1;
}
section .card {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
  margin-bottom: 60px;
}
section .card h2 {
  background-color: #7ad2ff;
  padding: 5px 30px;
  border-radius: 15px;
  color: #122e50;
  text-transform: uppercase;
  font-size: 28px;
  position: relative;
  font-weight: bolder;
}
section .card h2::after {
  position: absolute;
  content: " ";
  background-color: #7ad2ff;
  width: 100px;
  height: 15px;
  bottom: -10px;
  left: 50%;
  margin-left: -50px;
  border-radius: 0 0 15px 15px;
}
section.master .titulo h2 {
  text-align: center;
  font-size: 70px;
  line-height: 100px;
  color: #fff;
}
section.master .titulo h2 span {
  color: #59b5e4;
}
section.master ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
section.master ul li p {
  color: #fff;
  font-size: 24px;
}
section.master ul li ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
section.master ul li ul li {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-size: 30.5px;
  color: #fff;
}
section.master ul li ul li span {
  background-color: #59b5e4;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.master ul li ul li span i {
  color: #122e50;
  font-size: 18px;
}
section.organizadora {
  padding: 100px 0;
}
section.organizadora ul {
  display: grid;
  grid-template-columns: 400px 1fr;
  -moz-column-gap: 100px;
       column-gap: 100px;
  margin: 0;
  padding: 0;
  list-style: none;
}
section.organizadora ul li .imagem {
  height: 400px;
  background-color: #ececec;
  padding: 10px;
  border-radius: 50%;
  overflow: hidden;
}
section.organizadora ul li .imagem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
section.organizadora ul li .titulo h2 {
  font-size: 70px;
  line-height: 100px;
  color: #fff;
}
section.organizadora ul li .titulo h2 span {
  color: #59b5e4;
}
section.organizadora ul li p {
  font-size: 24px;
  color: #fff;
}
section.palestrantes {
  position: relative;
}
section.palestrantes ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  will-change: transform;
}
section.palestrantes li {
  background-color: #1b3f64;
  position: relative;
  flex: 0 0 auto;
  transition: transform 0.3s;
}
section.palestrantes li a {
  width: 100%;
  display: block;
}
section.palestrantes li a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: luminosity;
  transition: mix-blend-mode 0.3s;
}
section.palestrantes li a .info {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding-bottom: 30px;
  transition: opacity 0.3s;
}
section.palestrantes li a .info h2 {
  text-align: center;
  font-size: 42px;
  line-height: 42px;
  color: #fff;
  text-transform: uppercase;
  width: -moz-min-content;
  width: min-content;
}
section.palestrantes li a .info i {
  color: #59b5e4;
  font-size: 28px;
}
section.palestrantes li:hover {
  border-radius: 15px !important;
  overflow: hidden !important;
  z-index: 20 !important;
  transform: scale(1.2) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4) !important;
}
section.palestrantes li:hover a img {
  mix-blend-mode: normal;
}
section.palestrantes li:hover a .info {
  opacity: 1;
}
section.garantia {
  background-color: #ffffff;
  padding: 100px 0;
}
section.garantia ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: min-content 25% 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
section.garantia ul h2 {
  font-size: 70px;
  line-height: 70px;
  color: #122e50;
}
section.garantia ul h2 span {
  color: #59b5e4;
}
section.garantia ul p {
  font-size: 24px;
}
section.garantia ul form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  font-size: 24px;
}
section.garantia ul form input, section.garantia ul form select {
  padding: 15px 40px;
  border: 1px solid #122e50;
  border-radius: 10px;
  font-size: 24px;
  color: #383838;
  height: auto !important;
}
section.garantia ul form input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #122e50;
  cursor: pointer;
}
section.garantia ul form .acao {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.garantia ul form .acao button {
  padding: 7px 30px;
  border: 0;
  background-color: #59b5e4;
  font-size: 18px;
  color: #fff;
  border-radius: 15px;
}
section.garantia ul form .acao button:hover {
  background-color: #122e50;
}

footer {
  background-color: #122e50;
  padding: 50px 0;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #ffffff;
}
footer ul .logo img {
  width: 350px;
  filter: brightness(0) invert(1);
}
footer ul a {
  font-size: 16px;
  color: #ffffff;
}/*# sourceMappingURL=main.css.map */