@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  background: #293F22;
}


.cont-agradecimento{
    background: #f1a054;
    border-radius: 15px;
    padding: 20px;
}

.error{
    color: red;
}

main {
  margin: 100px 100px;
}

.pr-5 {
  padding-right: 3rem;
}

.line {
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  margin: 100px 0;
}


.lang-container a {
  text-decoration: none;
  font-family: "PP Eiko";
  font-style: normal;
  font-weight: 500;
  line-height: 115.648%; /* 39.32px */
  text-transform: uppercase;
  font-size: 34px;
  color: #A9C47F;
}

.lang-container a.active {
  color: #EEE9CC;
}

.lang-container p {
  color: white;
  margin: 0 10px;
}

.video-container {
  max-width: 100%;
}
.video-container .show {
  display: flex !important;
}
.video-container .view-video {
  display: none;
}
.video-container .view-video iframe {
  width: 100%;
  display: flex;
}
.video-container .pre-view-video {
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
}
.video-container .pre-view-video img {
  width: 100%;
}
.video-container .pre-view-video .playButton {
  position: absolute;
  width: 70px;
}

.title-container {
  margin: 80px 0px;
}
.title-container .title {
  text-transform: uppercase;
  font-family: "PP Eiko";
  font-style: normal;
  font-weight: 500;
  color: #A9C47F;
  font-size: 89px;
}

.subtitle-container {
  margin: 80px 0px;
}
.subtitle-container .subtitle {

  color: #EEE9CC;
  font-size: 34px;
  line-height: 115.648%; /* 39.32px */
  text-transform: uppercase;
  font-family: "PP Eiko";
  font-style: normal;
  font-weight: 500;
  line-height: 115.648%;
}

.subtitle-container h3.text {

  color: #EEE9CC;
  font-family: "PP Eiko";
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 44.2px */
}

.subtitle-container h4.text {

  color: #EEE9CC;
  font-family: "PP Eiko";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
}

.form-container .termos-container {
  
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.form-container .termos-container label {
  color: var(--Cinza, #e2e2dd);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
.form-container .termos-container input {
  width: 1.5em;
  height: 1.5em;
  margin-right: 15px;
  border-radius: 33px !important;
  background-color: #EEE9CC;
  box-shadow: none !important;
}
.form-container .termos-container :checked {
  background-color: #f1a054;
  border: none;
}
.form-container .termos-container a {
  cursor: pointer;
}
.form-container input[type=text] {
  background: #EEE9CC;
  border: none;
  width: 100%;
  margin-top: 10px;
  outline: none;
  color: #293F22;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  padding: 5px 10px;
  font-size: 34px;
  line-height: 115.648%; /* 39.32px */
}
.form-container .submit {
  background: var(--Laranja, #f1a054);
  width: 100%;
  border: none;
  color: #322923;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  padding: 5px;
  text-transform: uppercase;
  margin-top: 20px;
}

footer {
  margin: 0px 100px;
  color: white;
}
footer .footer-line {
  height: 1px;
  width: 100%;
  background-color: white;
}
footer .footer-content {
  margin: 100px 0px;
}
footer .footer-content h2 {
  color: var(--Cinza, #e2e2dd);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
footer .footer-content h1 {
  color: #fff;
  text-align: right;
  font-family: "PP Eiko";
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}


.imgs-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem; /* ou use gap-4 do Bootstrap */
    flex-wrap: nowrap; /* impede quebra de linha */
    overflow: hidden;
    max-width: 100%;
}

.imgs-container img {
    max-width: 33%;
    height: auto;
    object-fit: contain;
}


@media (max-width: 1400px){
    
    .video-container .view-video.show{
      height: 450px !important;
  }
  
  .subtitle-container h4.text{
      font-size: 16px;
  }
  
  .line{
      margin: 50px 0;
  }
  
  main{
      margin: 50px;
  }
    
}


@media (max-width: 1100px) {
  .title-container .title {
    font-size: 45px;
  }
  .subtitle-container .subtitle {
    font-size: 22px;
  }
  .form-container input[type=text] {
    font-size: 18px;
  }
  .form-container .termos-container label {
    font-size: 18px;
  }
  .form-container .submit {
    font-size: 22px;
  }
  footer .footer-content h1 {
    font-size: 24px;
  }
}
@media (max-width: 760px) {
    
    .logo{
        max-width: 150px;
        margin-top: 20px;
    }

  .line{
    margin: 50px 0;
  }

  .subtitle-container h3.text {
    font-size: 16px;
  }


  .video-container .view-video.show{
      height: 250px !important;
  }
 

  .pr-5 {
    padding: 0 20px;
  }
  main {
    margin: 20px;
  }
  main .lang-container {
    margin-top: 10px;
  }
  main .video-container {
    margin-top: 80px;
  }
  main .video-container .pre-view-video .playButton {
    width: 50px;
  }
  main .title-container {
    margin: 50px 0px;
  }
  main .title-container .title {
    font-size: 40px;
  }
  main .subtitle-container {
    margin: 50px 0px;
  }
  main .subtitle-container .subtitle {
    font-size: 18px;
  }
  main .form-container input[type=text] {
    font-size: 18px;
  }
  main .form-container .termos-container label {
    font-size: 14px;
  }
  main .form-container .termos-container input {
    margin-right: 8px;
  }
  main .form-container .submit {
    font-size: 24px;
  }
  footer {
    margin: 0 10px;
  }
  footer .footer-content {
    margin-bottom: 20px;
  }
  
  footer .footer-content.agradecimento {
    margin-top: 0px;
  }
  
  
  footer .footer-content img {
    max-width: 90px;
  }
  
  footer .footer-content h1 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}