*{

  padding: 0;

  margin: 0;

  box-sizing: border-box;

}





html,body{

  font-family: 'Myriad Pro Regular', Helvetica, sans-serif;

  overflow-x: hidden;

}



header {

  width: 100%;

  height: 100px; 

}

iframe{
  z-index: 20;
}



.header-content {

  display: flex;

  width: 100%;

  height: 100%;

}



.content-red {

  flex: 1;

  background-color: #EA5833;

}



.content-green {

  flex: 1;

  background-color: #38AC85;

}



.content-yellow {

  flex: 1;

  background-color: #FAB500;

}





.natal-section {

  position: relative;

  width: 100%;

}





.banner-container {

  position: relative;

  text-align: center;

}



.banner-image {

  width: 100%;

  height: auto;

}



.overlay-content {

  position: absolute;

  left: 50%;

  width: 60%;

  transform: translate(-50%, -50%);

  background-color: #38AC85; 

  color: white;

  padding: 20px;

  border-radius: 8px;

}



.overlay-content1 {

  position: absolute;

  left: 50%;

  transform: translate(-50%, -50%);

  background-color: #38AC85; 

  color: white;

  padding: 20px;

  border-radius: 8px;

}





.overlay-content h1 {

  font-size: 35px;

  letter-spacing: 10px;

  font-weight: bold;

  margin: 0;

  line-height: 1.5;

}



.overlay-content1 h1 {

  font-size: 24px;

  font-weight: bold;

  margin: 0;

  line-height: 1.5;

}



.description {

  text-align: center;

  padding: 10px;

  font-family: 'Goldplay', sans-serif;

}



.description1 {

  padding: 10px;

  text-align: center;

  font-family: 'Goldplay', sans-serif;

}



.description p {

  margin: 10px 320px;

  font-size: 21px;

}



.description1 p {

  margin: 10px 320px;

  font-size: 21px;

}





.color-bars-container {

  position: relative;

  height: 500px; 

}



.color-bars {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  display: flex;

  flex-direction: column;

}



.bar {

  flex: 1;

  height: 25%; 

}



.green { background-color: #38AC85; }

.orange { background-color: #EA5833; }

.blue { background-color: #283F92; }

.yellow { background-color: #FAB500; }





/* .video-placeholder {

  position: absolute;

  top: 50px; 

  left: 50%;

  transform: translate(-50%, 0);

  width: 80%;

  max-width: 700px;

  height: 400px;

  background-color: #000;

  border-radius: 8px;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

  z-index: 10;

} */



.play-button {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 60px;

  height: 60px;

  background: white;

  border-radius: 50%;

  border: 4px solid #333;

  display: flex;

  justify-content: center;

  align-items: center;

  cursor: pointer;

  z-index: 11; 

}



.play-button::before {

  content: "";

  width: 0;

  height: 0;

  border-style: solid;

  border-width: 10px 0 10px 20px;

  border-color: transparent transparent transparent #333;

  transform: translateX(2px);

}





iframe {

  position: absolute;

  top: 50px;

  left: 50%;

  transform: translate(-50%, 0);

  width: 80%;

  max-width: 700px;

  border-radius: 8px;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

  z-index: 10;

}







.side-image {

  position: absolute;

  max-width: 165px;

  height: auto;

}





.bicho {

  left: 20px; 

  bottom: 0; 

}



.arvore {

  right: -25px;

  bottom: 0; 

}



.fixed-button-container {

  position: fixed;

  bottom: 0;

  left: 0;

  width: 100%;

  padding: 10px 0;

  display: flex;

  justify-content: center;

  align-items: center;

  z-index: 1000;

}



.fixed-button-container .btn {

  padding: 10px 20px;

  border: none;

  font-size: 18px;

  cursor: pointer;

  color: #ffffff;

  background-color: #38AC85;

  border-radius: 4px;

  transition: all 0.2s ease-in-out;

}



.btn:hover{

  background-color: #38AC85 !important;

  border-color: unset #38AC85 !important;

}



footer{

  border-top: 1px solid #efefef;

  padding: 30px;

  background-color: #38AC85;

  color: #fff;

  position: relative;

  z-index: 1000;

}



footer a{

  color: #fff;

}





@media(min-width: 320px){

  .description1 p {

    margin: 10px 0;

    font-size: 21px;

}



.description p {

  margin: 10px 0px;

  font-size: 21px;

}



  .overlay-content h1 {

    font-size: 19px;

    letter-spacing: unset;

    font-weight: bold;

    margin: 0;

    line-height: 1.5;

}



.video-element {

  width: 96%;

  height: 27vh;

  top: 20px;

}





.overlay-content1 h1 {

  font-size: 19px;

}



.description1 {

  padding-top: 58px;

}



.description {

  padding-top: 59px;

}

.overlay-content {

  width: 95%;

}



.color-bars-container {

  height: 291px;

}



.overlay-content1 {

  text-align: center;

  width: 80%;

}



.side-image {

  position: absolute;

  max-width: 100px;

  height: auto;

}



.description1 {

  padding-top: 63px;

  height: 126vh;

}

iframe {
  position: absolute;
  top: 31px;
  height: 190px;
}

}





@media(min-width: 370px){



.description1 {

  padding-top: 63px;

  height: 104vh;

}

}



@media(min-width: 768px){

  .description1 {

    padding-top: 70px;

    margin: 0 79px;

    height: unset;

  }

  

  .side-image {

    max-width: 112px;

}



.description1 p {

  margin: 10px 77px;

  font-size: 18px;

}



  .color-bars-container {

    height: 460px;

}

.video-element {

  width: 80%;

  height: unset;

  top: unset;

}

iframe {
  position: absolute;
  top: 51px;
  height: 330px;
}

}





@media(min-width: 1024px){

  .description {

    padding-top: 70px;

    text-align: center;

    font-family: 'Goldplay', sans-serif;

  }

  

.video-element {

  width: 80%;

  height: unset;

  top: 50px;

}



  .description1 {

    padding-top: 100px;

    text-align: center;

    font-family: 'Goldplay', sans-serif;

  }

  

  .description p {

    margin: 10px 136px;

    font-size: 21px;

  }

  

  .description1 p {

    margin: 10px 164px;

    font-size: 21px;

  }

  .overlay-content {

    width: 60%;

  }

  .overlay-content h1 {

    font-size: 25px;

    letter-spacing: 10px;

    font-weight: bold;

    margin: 0;

    line-height: 1.5;

  }



  .overlay-content1 h1 {

    font-size: 25px;

  }



  .overlay-content1 {

    text-align: center;

    width: unset;

  }



  .color-bars-container {

    height: 500px; 

  }



  .side-image {

    max-width: 154px;

}

iframe {
  position: absolute;
  top: 51px;
  height: 370px;
}

}



@media(min-width: 1200px){

  .description {

    padding-top: 70px;

    text-align: center;

    font-family: 'Goldplay', sans-serif;

  }

  

.video-element {

  width: 80%;

  height: unset;

  top: 50px;

}



  .description1 {

    padding-top: 100px;

    text-align: center;

    font-family: 'Goldplay', sans-serif;

  }

  

  .description p {

    margin: 0px 239px;

    font-size: 21px;

  }

  

  .description1 p {

    margin: 10px 164px;

    font-size: 21px;

  }

  .overlay-content {

    width: 60%;

  }

  .overlay-content h1 {

    font-size: 35px;

    letter-spacing: 10px;

    font-weight: bold;

    margin: 0;

    line-height: 1.5;

  }



  .overlay-content1 h1 {

    font-size: 25px;

  }



  .overlay-content1 {

    text-align: center;

    width: unset;

  }



  .color-bars-container {

    height: 500px; 

  }



  .side-image {

    max-width: 154px;

}

}