#versionbeclean header {
  all: unset;  
  position: absolute;  
  z-index: 5;  
}

html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

 .titulo {
   font-size: 3em;
   padding: 5px 40px;
   margin-bottom: 0px;
   color: black; 
   background-color: white;
   text-align: center;
}

 .subtitulo {
   font-size: 3em;
   padding: 5px 40px;
   margin: -30px 0px 0px 0px;
   color: black; 
   background-color: white;
   font-family:'Rouge Script', cursive;
   font-weight: normal; 
   text-align: center;
 }

.versao-pet {
	display: flex;
	align-items: center;
	min-height: 500px;
	background-color: white;
	background-attachment: fixed;
}

.versaopet-imagem {
	flex: 1;
	background-size: cover;
	background-position: center;
	min-height: 500px;
}

 .pet-titulo {
    font-size: 60px;
  }

.precos-pet {
  	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 20px;
	padding: 40px;
	background: white;
}

.card-pet-frase {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 1.1em;
  margin-top: 30px;
  color: #333;
}
	
 #como-funciona {
 padding: 50px;
 text-align: center;
 background-color: white;
}

@media (max-width: 768px) {
  #como-funciona {
 padding: 0;
}
}

@media (max-width: 1180px) and (max-height: 820px) and (orientation: landscape) {
  .dica.from-left,
  .dica.from-right,
  .dica.animate-left,
  .dica.animate-right {
    transform: none !important;
    opacity: 1 !important;
  }
 }


@media (max-width: 768px) {

  .versao-pet {
    flex-direction: column;
    padding: 20px;
    align-items: center;
  }

  .versaopet-imagem {
    width: 300px;
    max-width: 100%;
    min-height: 250px;
    position: relative;
    border-radius: 10px;
    background-image: url('cao.png');
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 40px 10px rgba(255, 255, 255, 0.25);
    overflow: hidden;
    order: 2;
  }

.versaopet-imagem::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  background: radial-gradient(circle, white 40%, transparent 95%);
  z-index: -1;
  border-radius: 20px;
}

  .versaopet-texto {
    width: 100%;
    max-width: 100%;
    order: 3;
  }

  .pet-titulo {
    font-size: 40px;
    order: 1;
  }

  .precos-pet {
       display: flex;
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  padding: 50px;
  padding-top: 40px;
  min-height: 100vh;  
  box-sizing: border-box; 

  }
}

.step {
	border: 2px solid #eee; 
	border-radius: 50%; 
	width: 200px; 
	height: 200px; 
	margin: 0 auto; 
        margin-bottom: 50px;
	display: flex; 
	align-items: center; 
	justify-content: center;
  }


.swiper-slide {
	flex: 1 1 200px;
	max-width: 200px;
 }

.swiper-wrapper {
	display: flex; 
	flex-wrap: wrap; 
	gap: 40px; 
	max-width: 1200px; 
	margin: 0 auto;
  }

@media (max-width: 768px) {
  .swiper-wrapper {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding: 0 10px;
  }

  .swiper-slide {
    flex: 0 0 80%;
    scroll-snap-align: center;
    max-width: 250px;
  }
  
  .step {
	margin-top: 50px;
}

.step h3 {
	margin-top: 50px;
  }

}

@media (max-width: 1180px) {
  .swiper-wrapper {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding: 0 10px;
  }

  .swiper-slide {
    flex: 0 0 80%;
    scroll-snap-align: center;
    max-width: 250px;
  }

  .step {
    margin-top: 50px;
  }

  .step h3 {
    margin-top: 50px;
  }
}

 .card-pet {
    background: white;
    border: 2px solid transparent;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 0.1);
    padding: 25px 20px;
    width: 220px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
  }

  .card-pet h3 {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .price {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 12px;
    color: #222;
  }

  .card-pet ul {
    padding-left: 20px;
    margin: 0;
  }

  .card-pet ul li {
    margin-bottom: 8px;
    font-size: 16px;
    color: #555;
  }

 
  .card-pet:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 20px rgb(0 0 0 / 0.15);
    border-color: #ccc;
    z-index: 10;
  }

  section:hover .card-pet:not(:hover) {
    filter: blur(2px);
    transition: filter 0.3s ease;
  }

.botao {
  display: inline-block;
  margin-top: 20px;
  background: black;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s;
  font-family: 'Poiret One', cursive;
  font-size: 15px;
}

.botao:hover {
  transform: scale(1.05);
}

.dicas-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
  }

  .dicas-title {
    text-align: center;
    font-size: 60px;
    margin-bottom: 50px;
    font-family: "Rouge Script", cursive;
  }

 .dica {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateX(0);
  transition: all 0.9s ease;
}

.dica img {
    width: 520px;
    height: 330px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .dica-texto {
     max-width: 650px;  
  margin-left: auto;
  margin-right: auto;
  }

  .dica-texto h3 {
    margin-bottom: 15px;
    font-size: 28px;
    color: #333;
  }

  .dica-texto p {
    font-size: 18px;
    color: #555;
  }
 
.dica.animate-left {
  opacity: 1;
  transform: translateX(0);
}

 
.dica.animate-right {
  opacity: 1;
  transform: translateX(0);
}
 
.dica.from-left {
  transform: translateX(-100px);
}

 
.dica.from-right {
  transform: translateX(100px);
}
 
@media (max-width: 768px) {

.titulo {
 font-size: 2em;
 text-align: center;
 padding: 0px;
 margin: 0px;
}

.subtitulo {
 font-size: 2em;
 text-align: center;
 padding: 0px;
 margin: 0px;
} 

.p {
 text-align: center;
}
}

@media (max-width: 768px) {
  .dica {
    flex-direction: column !important;
    text-align: center;
  }

  .dica img {
    max-width: none;
  }

  .dica-texto {
    text-align: center;
    flex: 1 1 100%;
    width: 100%;
    text-align: justify;
    max-width: 100%;
    margin: 0;  
  }

 .dica-texto h3 {
	text-align: center;
  }
 }

@media (max-width: 768px) {
  .dica.from-left,
  .dica.from-right,
  .dica.animate-left,
  .dica.animate-right {
    transform: none !important;
    opacity: 1 !important;
  }
 }

.versionbeclean-video-wrapper {
  position: relative;
  height: 76vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  text-align: center;
  padding: 0;
  overflow: hidden;
}

#background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.video-overlay {
  font-size: 2em;
  position: relative;
  z-index: 1;
  color: white; 
  padding: 0 1rem;  
}
@media (max-width: 768px) {

.versionbeclean-video-wrapper {
    height: 70vh;
  }

  .video-overlay {
    font-size: 1.2rem;
    padding: 1.5rem;
  }
} 

.modal-frase {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); 
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-conteudo {
  background: transparent;  
  text-align: center;
  padding: 20px;
  border: none;
  animation: aparecer 0.5s ease forwards;
}

.card-pet-frase {
  font-size: 60px;
  margin-bottom: 50px;
  font-family: "Rouge Script", cursive;
  color: white; 
  text-align: center;
}

#fechar-modal {
  padding: 10px 25px;
  font-size: 18px;
  border: 2px solid white;  
  background: transparent;
  color: white;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#fechar-modal:hover {
  background-color: white;
  color: black;
}

@keyframes aparecer {
  from { opacity: 0; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1); }
}

.imagem-fundo {
  width: 100%;
  height: 100%;
  object-fit: cover;  
  display: block;
}

.versionbeclean-video-wrapper {
  position: relative;
  width: 100%;
  height: 70vh; /* ou a altura desejada */
  overflow: hidden;
}

#background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* fica atrás da overlay */
}

.video-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3); /* opcional, efeito escurecido */
  z-index: 0;
}
