/* @font-face {
  font-family: 'Clbd';
  src: url('../fonts/CLBD.woff2') format('woff2'),
    url('../fonts/CLBOLF.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Clbd';
  src: url('../fonts/CLBKSC.woff2') format('woff2'),
    url('../fonts/CLBKSC.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Clbd';
  src: url('../fonts/CLBD.woff2') format('woff2'),
    url('../fonts/CLBD.woff') format('woff');
  font-weight: bolder;
  font-style: normal;
} */

body {
  padding: 0;
  margin: 0;
  font-style: normal;
  background-color: #153238;
  /* font-family: 'Clbd' !important; */
}

.hero {
  background-image: url(../images/banner-hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 2rem 0;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-align: center;
}

.hero-content-attention {
  color: #99DBD8;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 30px;
  text-shadow: 1px 1px 2px #000;
}

.hero-content-attention span {
  letter-spacing: 8.9px;
}

.hero-content-title {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
}

.hero-content-arrowdown {
  animation: bounce infinite 2s ease-in-out;
  margin-top: 10px;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
    transform: scale(1.2);
  }

  40% {
    transform: translateY(-50px);
  }

  60% {
    transform: translateY(-30px);
  }
}

.you {
  padding: 2rem 0 0 0;
}

.video-container {
  position: relative;
  width: 100%;
  /* ou a largura desejada */
}

#myVideo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

#toggleAudio {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  font-size: 28px;
  border-radius: 10px;
  background: cadetblue;
}

#toggleAudio i {
  display: flex;
  gap: 5px;
  align-items: center;
}

#toggleAudio i span {
  font-family: 'Clbd' !important;
  font-size: 14px;
}

.dramatic-exit {
  opacity: 0;
  transform: translateX(-100%) scale(0.5) rotate(-90deg);
  transition: transform 1s ease-out, opacity 1s ease-out;
}


.you-me {
  padding-bottom: 2rem;
}

.you-me-display {
  display: flex;
  align-items: center;
}

.rd-button {
  background-color: #4a9f9b !important;
}

.you-me-link {
  text-decoration: none;
  background-color: #4a9f9b;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 20px;
  border-radius: 35px;
  border: 2px solid #fff;
  font-size: 22px;
  animation: zoom 2s infinite ease-in-out;
  box-shadow: 0px 0px 10px white;
  margin-top: 2rem;
  display: flex;
  width: fit-content;
}

@keyframes zoom {
  0% {
    transform: scale(.9, .9);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(.9, .9);
  }
}

.you-me-display-img {
  width: 50%;
  margin-right: 3rem;
}

.you-me-title,
.about-display-content-title {
  color: #99DBD8;
  margin-bottom: 1rem;
}

.you-me-display-content p,
.about-display-content p {
  font-weight: 100;
  color: #fff;
}

.about-display {
  display: flex;
  align-items: center;
}

.about-display-content {
  width: 50%;
  margin-right: 3rem;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1111111111;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0 0 0 / 76%);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  position: relative;
}

.close {
  color: #ff0000;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: -10px;
  top: -10px;
  background: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

iframe {
  width: 100%;
  min-height: 400px;
}

.hero-content-arrowdown {
  display: none;
}

.heroVideos {
  height: 100vh;
  width: 100vw;
  position: relative;
  background-color: #1f1e21;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/book.webp);
  background-size: 600px;
  background-position: right bottom;
  background-repeat: no-repeat;
  flex-direction: column;
}

.heroVideos .row {
  align-items: flex-start;
}

.heroVideos .container {
  position: relative;
  z-index: 11;
}

.heroVideos h3 {
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 130%;
  margin-bottom: 4rem;
}

.heroVideos h3 span {
  font-weight: bolder;
}

.heroVideos::before {
  content: "";
  width: 5%;
  height: 100%;
  background-color: #be9e58;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.heroVideos h1 {
  color: #fff;
  font-weight: 100;
  font-size: 2.3rem;
  position: relative;
}

.heroVideos h1 span {
  font-weight: bolder;
}

.heroVideos h1::after {
  content: "";
  width: 15%;
  height: 5px;
  background-color: #be9e58;
  position: absolute;
  left: 0;
  bottom: -10%;
}

.heroVideos .titleBook {
  width: fit-content;
  height: auto;
  margin-top: 6rem;
}

.textBG {
  background-color: #be9e58;
  padding: 1.5rem 0;
}

.textBG p {
  color: #000;
  text-align: center;
  margin: 0;
  font-weight: 600;
}

.videos {
  background-color: #1f1e21;
}

.videos .row {
  width: 100%;
  border-bottom: #be9e58 10px solid;
  margin: 0;
}

.videoSection {
  padding: 4rem 0;
}

.videoSection h5 {
  color: #fff;
  font-weight: bolder;
  position: relative;
  margin-bottom: 2rem;
}

.videoSection h5::after {
  content: "";
  width: 10%;
  height: 2.5px;
  background-color: #be9e58;
  position: absolute;
  left: 0;
  bottom: -40%;
}

.videoSection h5 span {
  font-weight: 100;
}

.final {
  min-height: 900px;
  background-image: url(../images/finalbg.webp);
  background-size: cover;
  background-position: left top;
  position: relative;
}

.linkFinal {
  position: absolute;
  left: 9%;
  bottom: 20%;
  background-color: #00b946;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: bolder;
}

@media (max-width: 750px) {

  .heroVideos {
    height: 100%;
    padding: 4rem 0;
    background-size: 225px;
    background-position: right top 122px;
  }

  .heroVideos h3 {
    margin-bottom: 2rem;
  }

  .heroVideos h1 {
    font-size: 1.2rem;
  }

  .heroVideos::before {
    width: 100%;
    height: 5%;
    top: 100%;
  }

  .heroVideos h1::after {
    height: 3px;
    bottom: -17%;
  }

  .heroVideos .titleBook {
    max-width: 40%;
    margin-top: 3rem;
  }

  .heroVideos p {
    margin-top: 3rem;
  }

  .videoSection h5 {
    font-size: .7rem;
  }

  .hero {
    background-image: url(../images/banner-hero-mobile.webp);
  }

  .final {
    background-image: url(../images/bgmob.webp);
    min-height: 700px;
  }

  .linkFinal {
    left: 7%;
    bottom: 49%;
    padding: 10px;
    font-size: 1rem;
  }

  #myVideo {
    height: 320px !important;
  }

  p {
    font-family: sans-serif;
  }

  .hero-content-arrowdown {
    display: block;
  }

  .hero-content {
    max-width: 100%;
    align-items: center;
    justify-content: space-evenly;
    gap: 1rem;
  }

  .hero-content-attention {
    font-size: 34px;
  }

  .hero-content-title {
    font-size: 19px;
    max-width: 100%;
    text-align: center;
  }

  .hero-content-arrowdown {
    margin-top: 2rem;
  }

  .you-me-display {
    flex-direction: column-reverse;
  }

  .you-me-display-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .you-me-display-content p {
    font-size: 14px;
  }

  .you-me-link {
    margin: 2rem auto;
  }

  .about-display {
    flex-direction: column;
  }

  .about-display-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 0;
  }

  .about-display-img {
    margin-top: 2rem !important;
    filter: drop-shadow(2px 4px 6px white);
  }

  .you-me-display-img,
  .about-display-img {
    padding: 0 1.5rem;
    margin: 0;
    width: 100%;
  }

  .about-display-content p {
    font-weight: 100;
    color: #fff;
    font-size: 14px;
  }
}