section#aboutTDC {
  background-color: black;
}

section#areasTDC {
  background: url("https://cdn.thedevconf.com.br/2024/img/banners/banner-home-background-2.webp")
    center center/cover no-repeat;
}

.control-box,
section {
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section-aboutTDC,
  .section-areas,
  .section-eventos,
  .section-home,
  .section-news {
    height: auto;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    scroll-behavior: auto;
    scroll-snap-type: y mandatory;
  }
}
section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  scroll-snap-align: center;
}
.title-home {
  color: #fff;
}
.paragraph-home,
.text-row-page {
  color: #fff;
  font-size: large;
}
.logo-home {
  margin-top: 12%;
}

.container-eventos {
  margin-top: 4rem;
}
.title-eventos {
  color: #000;
  font-size: 3rem;
}
.row-page-home {
  position: absolute;
  bottom: 0;
}
section#home {
  background: url(https://thedevconf.s3.sa-east-1.amazonaws.com/2024/img/banners/banner-home-background-1.webp)
    center center/cover no-repeat;
}
section#eventos,
section#news {
  background: url(https://thedevconf.s3.sa-east-1.amazonaws.com/2022/img/banners/banner-background-home-eventos.jpg)
    center center/cover no-repeat;
}
section#footer {
  color: #fff;
}

.section-aboutTDC iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
h2.title-aboutTDC {
  position: absolute;
  top: 100px;
  color: black;
  background-color: white;
  padding: 15px;
  border-radius: 15px;
  opacity: 0.6;
  font-size: 3rem;
}

.section-aboutTDC .texto {
  font-size: 1.2rem;
  color: white;
  position: absolute;
  bottom: 100px;
  opacity: 0.5;
}
.section-aboutTDC .texto:hover {
  opacity: 0.8;
  background-color: black;
}
@media (max-width: 800px) {
  .section-aboutTDC .texto {
    display: none;
  }
  h2.title-aboutTDC {
    font-size: 2rem;
  }
}
img {
  max-width: 100%;
}
a {
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  -ms-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
}
a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.page-header {
  background: #f9f9f9;
  margin: -30px -40px 40px;
  padding: 20px 40px;
  border-top: 4px solid #ccc;
  color: #999;
  text-transform: uppercase;
}
.page-header h3 {
  line-height: 0.88rem;
  color: #000;
}
ul.thumbnails {
  margin-bottom: 0;
}
.control-box {
  margin-left: 2rem;
}
.carousel-control {
  background: #666;
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-size: 34px;
  font-weight: 200;
  line-height: 18px;
  opacity: 0.5;
  padding: 4px 10px 0;
  position: static;
  height: 30px;
  width: 15px;
}
@media (max-width: 767px) {
  .control-box,
  .page-header {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .caption {
    word-break: break-all;
  }
}
li {
  list-style-type: none;
}
a.event-finished {
  opacity: 0.7;
}
