/* Reset / Global Styles */
* {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  list-style: none;
  border: 0;
  font-family: "Roboto", sans-serif;
}

html,body{
  margin:0;
  font-family: "Roboto", sans-serif;
  color: var(--black);
  background:#fff;
  scroll-behavior: smooth; /* rolagem suave */
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ee4133;
  z-index: 100;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

header ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

header ul li a {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #DDB774;
  text-decoration: none;
}

.header {
    background-color: #231f20;
}

.header div {
    padding: 10px 70px;
}

.header img {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.topoMob {
  display: none;
}

/* Estrutura Principal */
.container {
  width: 100%;
  height: 100%;
}

.content {
  max-width: 1366px;
  margin: 0 auto;
}

.footer {
  background-color: #231f20;
  color: #ffffff;
}

.fooContent {
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}

.footer p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
}

.apoio {
  display: flex;
}

.apoio div {
  padding-right: 45px;
}

/* Tipografia */
h1 {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 3.75rem;
  text-transform: uppercase;
}

h2 {
  font-family: "Antonio", sans-serif;
  font-weight: 100;
  font-size: 3.1875rem;
  text-transform: uppercase;
}

h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2.1875rem;
}

h5 {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
}

h6 {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
}

/* Seção 1 */
#sec1 {
  width: 100%;
  height: 100%;
  color: #231f20;
  font-size: 2.65rem;
  position: relative;
  float: left;
  z-index: 999;
  margin-top: -231px;
}

.sec1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.sec1Display:nth-of-type(1) {
  padding: 20px 50px;
  background-color: #DCB674;  
}

.sec1Display:nth-of-type(1) > div:first-child {
  font-size: 4.7rem;
}

.sec1Display:nth-of-type(1) > div:nth-child(2) {
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
}

.sec1Display:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #EE4133;
}

.sec1Display:nth-of-type(2) > :first-child {
  background-color: #231f20;
  padding: 5px 30px;
  color: #DCB674;
}

.sec1Display div {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
}

/* Seção 2 */
#sec2 {
  width: 100%;
  height: 100%;
  background-color: #231f20;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  position: relative;
}

.sec2 {
  max-width: 435px;
  padding: 95px 0 195px 0;
}

.sec2 h1 {
  color: #1bb24b;
  padding-bottom: 30px;
}

.sec2 h4 {
  color: #ffffff;
  padding-bottom: 30px;
}

.sec2 h4 span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #ffffff;
}

.sec2 div p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.875rem; /* 14px */
  line-height: 1.2rem;
  color: #ffffff;
}

.sec2 div:nth-child(3) {
  padding-bottom: 30px;
}

.slide-container img {
  position: absolute;
  top: 15%;
  right: 2%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}

.slide-container img.active {
  opacity: 1;
  visibility: visible;
}

.imghf {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #ee4133;
}

.imghf::after {
  content: "";
  display: block;
  padding-top: 59%;
}

.imghf img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
}

.imghf img.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

#sec2Linha {
  width: 100%;
  height: 100%;
  min-height: 650px;
  background-color: #231f20;
  color: #ffffff;
  background-image: url("bgsec2info.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
}

.sec2Linha {
  color: #ffffff;
  width: 100%;
  max-width: 960px;
}

.sec2Linha div {
  font-family: "Antonio", sans-serif;
  font-weight: 300;
  font-size: 3.75rem; /* 60px */
  color: #1BB24B;
  width: 100%;
}

.infoLinha {
  display: flex;
  justify-content: space-between;
  align-self: baseline;
}

.infoLinha h5 {
  color: #1BB24B;
  padding-top: 10px;
  margin-top: 10px;
  padding-bottom: 22px;
  text-transform: uppercase;
  flex-direction: column;
  border-top: 4px solid #ffffff;
}

.infoLinha p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  color: #ffffff;
}

.infoLinha time {
  font-family: "Antonio", sans-serif;
  font-weight: 400;
  font-size: 1.375rem; /* já era rem */
  color: #231f20;
  background-color: #1BB24B;
  padding: 5px 20px;
}

/* Seção 3 */
#sec3 {
  width: 100%;
  height: 100%;
  min-height: 2485px;
  background-color: #DDB774;
  color: #231f20;
  background-image: url("bgsec3.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
}

.sec3 {
  padding: 70px 0 45px 0;
}

.sec3 h1,
.sec3 h2 {
  color: #231f20;
}

/* Seção 4 */
#sec4 {
  background-color: #EE4133;
  color: #231f20;
  position: relative;
}

.sec4 {
  padding: 50px 0 15px 0;
}

/* Participantes */
.gridParticipantes {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 0;
  border: none;
  margin: 0;
  padding: 80px 0 150px 0;
}

.gridParticipantes img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gridParticipantes > div:first-child {
    grid-column: 1 / -1;
    width: 100%;
    height: 100%;
}

.gridParticipantes > div {
  overflow: hidden;
}

.gridPartiTexto {
  background-color: #231f20;
  color: #ffffff;
  font-size: 0.8125rem; /* 13px */
}

.gridPartiTexto > div:first-child {
  font-family: "Antonio", sans-serif;
  font-size: 2.1875rem; /* 35px */
  color: #DDB774;
}

.gridDisclaimer  {
  position: relative;
  display: flex;
  justify-content: space-between;
  color: #231f20;
  font-size: 1.25rem; /* 20px */
}

.gridDisclaimer div {
  font-family: "Antonio", sans-serif;
}

/* Cards */
.card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.card-content {
  position: absolute;
  inset: 0;
  background-color: #231f20;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  opacity: 0;
  transition: opacity 0.5s ease;
  padding: 19%;
}

.card:hover img {
  transform: scale(1.1);
}

.card:hover .card-content {
  opacity: 1;
}

/* Seção 5 */
#sec5 {
  background-color: #1bb24b;
  color: #231f20;
  position: relative;
}

.sec5 {
  padding: 70px 0 45px 0;
}

/* Seção 6 */
#sec6 {
  width: 100%;
  height: 1035px;
  background-color: #ddb774;
  color: #231f20;
  background-image: url("bgsec6.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.sec6 {
  max-width: 495px;
  padding: 40px 0 525px 0;
}

.sec6content {
  width: 100%; 
  display: flex; 
  justify-content: flex-end;
} 

.sec6 h1,
.sec6 h4 {
  color: #231f20;
  padding-bottom: 15px;
}

.sec6 h4 span {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #231f20;
}

.sec6 div p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #231f20;
}

.sec6 div:nth-child(3) {
  padding-bottom: 30px;
}

.titlesec6 {
  font-family: "Antonio", sans-serif !important;
}

/* Seção 7 */
#sec7 {
  width: 100%;
  height: 1044px;
  background-color: #ee4133;
  color: #231f20;
  background-image: url("bgsec7.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.sec7 {
  max-width: 435px;
  padding: 95px 0 195px 0;
}

.sec7 h1 {
  color: #231f20;
}

.watch {
  font-family: "Antonio", sans-serif !important;
  font-weight: 100;
  font-size: 3.1875rem;
  color: #231f20;
  margin-bottom: 35px;
}

.sec7 div p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  color: #231f20;
}

.sec7 div:nth-child(3) {
  padding-bottom: 30px;
}

.sec7 button {
  font-family: "Antonio", sans-serif;
  font-weight: 100;
  font-size: 1.375rem;
  padding: 5px 15px;
  margin-bottom: 35px;
  background-color: #231f20;
  color: #ffffff;
  cursor: pointer;
}

/* Componentes / Utilitários */
.align {
  width: 100%;
  padding-top: 75px;
  display: grid;
  grid-template-columns: repeat(5, 145px);
  justify-content: space-between;
}

time {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #1bb24b;
  background-color: #231f20;
  padding: 2px 10px;
  text-align: center;
}

.time h6 {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #ddb774;
  background-color: #231f20;
  padding: 2px 10px;
  width: 100%;
  max-width: 130px;
  text-align: center;
}

.time p {
  font-family: "Antonio", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #231f20;
  padding-top: 20px;
  padding-bottom: 13px;
}

.time div {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem; /* 12px */
}

.time button {
    font-family: "Antonio", sans-serif;
    font-size: 0.875rem; /* 14px */
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #231f20;
    margin: 20px 0 40px 0;
    background-color: #DDB774;
}

.prog {
  margin: 25px 0 60px 0;
  padding: 20px 0;
  border-top: 4px solid #231f20;
  border-bottom: 4px solid #231f20;
  display: grid;
  grid-template-columns: repeat(5, 145px);
  justify-content: space-between;
}

.info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: baseline;
  width: 100%;
}

.info h5 {
  color: #231f20;
  padding-bottom: 20px;
  text-transform: uppercase;
  flex-direction: column;
}

.info p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  color: #231f20;
}

/* Outros */
.wid {
  width: 100%;
}

.wid1 {
  width: 100%;
  max-width: 550px;
  border-bottom: 4px solid #231f20;
  margin-top: 70px;
}

.wid1 img {
  width: 100%;
}

.wid2 {
  width: 100%;
  max-width: 774px;
  padding-top: 10px;
}

.wid2 img {
  width: 100%;
}

.wid3 {
  max-width: 300px;
}

.wid4{
  width: 100%;
  max-width: 467px;
}

.wid5 {
  padding-top: 60px;
  width: 100%;
  max-width: 572px;
}

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

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

.schedule {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.schedule-people {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
  gap: 20px;
}

.speaker {
  font-family: "Antonio", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 10px;
}

.headline {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 25px 0 15px 0;
}

.description {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 400;
}

.input {
  font-family: "Antonio", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #ddb774;
  background-color: #231f20;
  padding: 0px 20px 5px 20px;
  text-transform: uppercase;
  max-width: 268px;
  text-align: center;
}

.bordak {
  margin-top: 15px;
  padding-top: 30px; 
  border-top: 4px solid #231f20;
}

.hidemob {
  display: none;
}

.socialmedia {
  height: 123px;
  align-items: center;
}

.mobnumb {
  font-family:'Antonio', sans-serif; 
  font-size: 3.4375rem;
  font-weight: 700; 
  color: #231f20;
}

#mobCard {
  display: none;
}

.ftemp { 
  position: relative; 
  display: grid; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr; 
  grid-column-gap: 0px; 
  grid-row-gap: 0px; 
} 
  
.ftemp div img { 
  display: block; 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
}

@media screen and (max-width: 1080px) {
  header{
    position: relative;
  }

  
  .topo{
    display: none !important;
  }
  
  .topoMob {
    display: block;
  }
  
  .sec2, .sec3, .sec4, .sec5, .sec6, .sec7, .sec2Linha {
    padding: 20px !important;
  }
  
  #sec2, #sec3, #sec6, #sec7, #sec2Linha {
    background-image: none;
    height: auto;
    min-height: auto;
  }

  .sec1Display div {
    padding: 0px 20px;
    text-align: center;
  }

  .sec1Display:nth-of-type(1) {
    padding: 20px;
  }
  
  .sec1Display:nth-of-type(1) > div:first-child {
    font-size: 3.4rem;
  }

  .sec1Display:nth-of-type(2) {
    flex-direction: column;
  }

  .sec1Display:nth-of-type(2) > div:first-child {
   padding: 5px 20px;
  }

  .slide-container{
    display: none;
  }

  .infoLinha{
    flex-wrap: wrap;
  }

  #sec1 {
    margin-top: -20px;
  }

  .sec2 {
    max-width: none;
  }

  .sec2Linha{
    width: auto;
  }

  #mobCard {
    display: block;
  }
  .gridParticipantes > div:first-child {
    display: none;
  }

  .gridParticipantes {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    padding: 20px 0;
  }

  .gridDisclaimer {
    flex-direction: column;
    text-align: center;
  }

  .sec6content {
    justify-content: flex-start;
  }

  .sec6 div:nth-child(3) {
    padding-bottom: 0px;
  }

  .bordak {
    padding-bottom: 50px;
  }

  .showmob {
    display: initial;
  }

  .hide {
    display: none;
  }

  .prog {
    margin: 25px 0;
    padding: 15px 0;
    grid-template-columns: 1fr;
  }

  .fooContent {
    flex-direction: column;
    padding: 20px;
  }

  .widflex {
    padding: 20px 0;
  }

  .widflex2 {
    flex-direction: column;
  }

  .socialmedia {
    padding: 20px 0;
    align-items: flex-start;
  }

  .mobnumb {
    font-size: 1.75rem; 
  }

  .input {
    font-size: 2rem;
    padding: 0px 5px 5px 5px;
    max-width: 230px;
  }
}