.fadein_header div {

	-webkit-animation-duration: 25s;
    animation-duration: 25s;
}

@-webkit-keyframes fade_header {
    0% {opacity: 0;}
    8.33% {opacity: 1;}
    16.66% {opacity: 1;}
    25% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes fade_header {
    0% {opacity: 0;}
    8.33% {opacity: 1;}
    16.66% {opacity: 1;}
    25% {opacity: 0;}
    100% {opacity: 0;}
}

#f1 {
 
  
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  background-image: url('imagens/1_desktop.webp?v=2026-1');
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 27.93%;

}
#f2 {
	animation-delay: -20s;
    -webkit-animation-delay: -20s;
  background-image: url('imagens/2_desktop.webp?v=2026-1');
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 27.93%;
}
#f3 {
	animation-delay: -15s;
    -webkit-animation-delay: -15s;
   background-image: url('imagens/3_desktop.webp?v=2026-1');
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 27.93%;
}
#f4 {
	animation-delay: -10s;
    -webkit-animation-delay: -10s;
  background-image: url('imagens/4_desktop.webp?v=2026-1');
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 27.93%;
}
#f5 {
	animation-delay: -5s;
    -webkit-animation-delay: -5s;
   background-image: url('imagens/5_desktop.webp?v=2026-1');
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 27.93%;
}

@media only screen and (max-width: 960px) {

#f1 {
  background-image: url('imagens/1_mobile.webp?v=2026-1');
  padding-top: 66.8%;
}

#f2 {
  background-image: url('imagens/2_mobile.webp?v=2026-1');
  padding-top: 66.8%;
}

#f3 {
  background-image: url('imagens/3_mobile.webp?v=2026-1');
  padding-top: 66.8%;
}

#f4 {
  background-image: url('imagens/4_mobile.webp?v=2026-1');
  padding-top: 66.8%;
}

#f5 {
  background-image: url('imagens/5_mobile.webp?v=2026-1');
  padding-top: 66.8%;
}

}