/* Estilos globais */
body {
   
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #343A40;
    overflow-x: hidden;
    box-sizing: border-box;
    
  }

  h1, h3 {
   
    margin-bottom: 20px;
    margin-top: -20px;
    line-height: 58px; /* Ajuste este valor conforme necessário */
    font-size:50px;
    color:#430064;
    font-family: "Merriweather Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
   
}

.mobtit{
  line-height: 38px; /* Ajuste este valor conforme necessário */
  font-size: 35px;
  
}

.mobile-only {
  display: none;
}

.laranja{
  color:#f5910f;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  
}

h6 {
  color:#343A40;
  text-decoration: underline;
  
}

.cor3{
  color: #430064;
  transform: rotate(45deg);
  padding:10px 30px;
  font-size:60px ;
}

.info{
 color:#343A40;
 font-size:14px;
 margin-bottom:90px;
 
}


  /* Estilo para a marca (logotipo) */
  .navbar-brand {
    color: #430064;
    font-weight: bold;
    font-size: 55px;
    font-family: "Chicle", serif;
    font-weight: 100;
    font-style: normal;
  }
  
  /* Links da Navbar */
  .nav-link {
    font-weight: bold;
    display: flex;
    justify-content: space-around;
    text-transform: uppercase;
   
    
  }

  .nav-item a:hover  {
    font-weight: bold;
    display: flex;
    justify-content: space-around;
    border-radius: 50px;
   
  }

  .nav-item i:hover{
    text-decoration: none;
  }
  
  /* Estilo para o ícone de patinha */
  .patinha {
    font-size: 50px;
    color: #f5910f;
  }
  
  .cor {
    color: #f5910f;
    font-size: 25px;
    padding-right: 10px;
    padding-bottom: 5px;
   
  }

  .cor2{
   font-size:13px;
  }
  
  /* Estilo para Navbar */
  .navbar.custom-navbar {
    background: transparent;
    transition: background 0.3s ease-in-out;
    
  }
  
  .navbar.custom-navbar.scrolled {
    /* background-color: #333;*/
    background-color:#430064;
    
  }

  

  .navbar.custom-navbar.scrolled .btn-whatsapp{
    background-color: #f5910f;
  }
 
  
  .navbar.custom-navbar.scrolled .navbar-brand {
    filter: brightness(0) invert(1); /* Muda o logotipo para branco */
  }
  
  .navbar-custom .navbar-nav .nav-link {
    margin: 0 25px; /* Ajuste de margem para espaçar os links de forma elegante */
    color: #fff;
  }
  
  .navbar.custom-navbar.scrolled .nav-link {
    color: #fff; /* Muda os links para branco ao rolar a página */
    
  }
  
  /* Estilo para o botão do WhatsApp */
  .btn-whatsapp {
    background-color: #430064;
    color: #fff;
    border-radius: 50px;
    padding: 5px 20px;
    transition: background-color 0.3s ease; /* Transição suave */
    margin-bottom: 10px;
  }

  .btn-insta {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    border-radius: 50px;
    padding: 5px 20px;
    transition: background-color 0.3s ease; /* Transição suave */
    margin-bottom: 10px;
  }

  .btn-insta:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    
  }
  
  .btn-whatsapp:hover {
    background-color: #f5910f; /* Laranja mais claro no hover */
  }
  
  /* Esconder o botão WhatsApp em telas menores */
  @media (max-width: 991px) {
    .navbar-brand {
      margin: 0 auto; /* Centraliza o logotipo e o ícone de patinha */
    }
    .btn-whatsapp {
      display: none;
    }
    .navbar-nav .nav-link i {
        display: none;
      }
      .navbar-collapse {
        background-color: #EBEAE5; /* Fundo dos itens no menu quando aberto */
        
      }
     .mob{ 
      display:none;     
      margin-top: 30px;
     }
     h1{
      font-size:35px;
     }
     .laranja{
      font-size:35px;
     }
     .descricao3{
      display: none;
     }
     .mobile-only {
      display: block;
  }

  .credit{
    display: none;
  }
  
 .navbar-nav .nav-link a{
     color:white;
  }

  .navbar.custom-navbar.scrolled .navbar-collapse {
    /* background-color: #333;*/
    background-color:#430064;
    transition: background 0.3s ease-in-out;
  }
  
  }
  
  /* Ajustes para dispositivos móveis */
  .navbar-toggler {
    border: none;
    background-color: #f5910f; /* Fundo laranja para o menu hambúrguer */
    color: #fff;
  }
  
  .navbar-toggler-icon {
    color: #fff;
  }
  
  .navbar.custom-navbar.scrolled .navbar-toggler-icon {
    background-color: #f5910f; /* Cor do ícone hambúrguer ao rolar a página */
  }
  
  /* Estilo para o dropdown do menu hambúrguer */
  
  
  .navbar-nav {
    text-align: center;
    width: 100%;
  }
  
  .navbar-nav .nav-item {
    display: block;
    padding: 15px 0;
  }
  
  .navbar-nav .nav-link {
    color:#430064;  /* Cor dos links no dropdown */
    font-size: 16px;
    margin: 0 20px; 
    padding: 10px 20px;
    text-decoration: none;
   
  }
  
  /* Esconde os ícones no menu hambúrguer */
  
  
  /* Estilo para o logotipo na navbar quando não está rolada */
  .navbar-brand {
    transition: filter 0.3s ease-in-out;
  }
  
   
 /* botao para video do site */
.ripple-button {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #f5910f;
    border: none;
    color: white;
    font-size: 30px;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    animation: pulse 2s infinite;
    margin-top:-40px;
}


@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 87, 34, 0.7);
    }
    70% {
        box-shadow: 0 0 0 30px rgba(255, 87, 34, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 87, 34, 0);
    }
}


.modal {
  display: none; /* Mantém o modal oculto ao carregar a página */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
 
}

#videoModal .modal-content {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: slideDown 0.4s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color:none;
  
 
}

.modal-content{
  background-color: rgba(0, 0, 0, 0.7);
}

#video{
  background-color: rgba(0, 0, 0, 0.7);
}



@keyframes slideDown {
  from { transform: translateY(-300px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

 /* Inicio sessões do site */
 /* Estilo para Hero Section */
 .hero {
    min-height: 100vh;
    background-color: #EBEAE5;
    padding: 80px 0;
    text-align: left;
    

  }
  
  section {
    padding: 60px 0;
  }
  
  .text-white {
    color: #fff;
  }

   .descricao {
   
   color:#343A40;
   border-radius:50px;
   border: 1px solid #43006423;
   font-size:12px;
   text-transform: uppercase;  
   font-weight: bold;
   padding:5px 20px;
  }

  .descricao3 {
   
    color:#343A40;
    border-radius:50px;
    border: 1px solid #43006423;
    font-size:12px;
    text-transform: uppercase;  
    font-weight: bold;
    padding:5px 20px;

   }

  

  .descricao2 {
    margin-top:-20px;
    color:#1f2225;
    font-size:1em;
    text-transform: uppercase;  
  
   
   }
 


  .descricao i{
    color: #430064;
    font-size:20px;
    
  }

  .bot{
    border-radius: 50px;
    border: 1px solid #ff5722;    
    background-color: #ff5722;    
  }

  .btn-warning :hover{
    border-radius: 50px;
    background-color: #ff5722;    
    color:white;
  }

  /* sessão quem somos /*

     /* Cores e estilo */
     .section-quemsomos {
      background-color: #f8f9fa; /* Fundo claro */     
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .titsomos {
      color: #430064; /* Laranja */
      font-weight: bold;
      margin-bottom: 30px;
      font-size:2em;
    
  }

   p {
      color: #4b4b4b; /* Cinza escuro */
      font-size: 1.1rem;
      margin-bottom: 20px;
  }

  
  #filhotes{
    background-color: #EBEAE5;
  }

  /* Estilo da Imagem */
  .image-banner {
      max-width: 100%;     
      opacity: 0;
      transform: translateY(50px);
      transition: all 0.6s ease-in-out;
  }

  /* Animação ao aparecer */
  .image-banner.visible {
      opacity: 1;
      transform: translateY(0);
  }


/*galeria */
 
.section-title {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.section-title h2 {
  font-size: 2rem;
  color: #430064;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-title h2::before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #430064;
  border-radius: 5px;
}

.section-title i {
  color: #430064;
  font-size: 1.5rem;
  margin-right: 10px;
}

.paw-icon {
  position: absolute;
  top: -30px;
  right: 10%;
  font-size: 2.5rem;
  color: #ff6b6b;
}



.category-section h2 {
  color: white;
  font-size: 2rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.category-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.category-btns button {
  padding: 15px 30px;
  border: none;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: bold;
  background-color: white;
  color: #ff4444;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.category-btns button:hover {
  background-color: #ff8888;
  color: white;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
}

.gallery img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.gallery img:hover {
  transform: scale(1.05);
}

.hidden {
  display: none;
}

/* Responsividade */
@media (max-width: 768px) {
  .gallery {
      grid-template-columns: repeat(2, 1fr); /* Duas colunas em tablets */
      
  }
  .category-btns button {
    font-size:15px;
    border-radius: 10px;
    padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  .gallery {
      grid-template-columns: 1fr; /* Uma coluna em smartphones */
  }
}

/* pagamento */

.accordion-section {
  padding: 40px 0;
  background-color:#EBEAE5;
}

.accordion {
  border: none;
 
}

.accordion-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 15px;
 /* background-color: #f5f5f5;*/
  border-radius: 5px;
  transition: background 0.3s;
  background-color: #7a0cb1;
  color:#ffffff;
}

.accordion-header:hover {
  background-color: #7a0cb1b9;
}

.accordion-header h3 {
  margin: 0;
  font-size: 18px;
  color: #430064;
  line-height: 0px;
}

.accordion-icon {
  font-size: 24px;
  color: #430064;
  transition: transform 0.3s;
  background-color: #ffffff;
  padding:0px 10px;
  border-radius: 50px;
}

.accor{
  color: #430064;
}

.accordion-body {
  display: none;
  padding: 10px 10px;
 
}

.accordion-body p {
  margin: 0;
  font-size: 1em;
  color: #666;
}

.accordion-active .accordion-body {
  display: block;
}

.accordion-active .accordion-icon {
  transform: rotate(180deg);
  content: "-";
}

/* Image styling */
.image-column {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dog-image {
  max-width: 100%;
  border-radius: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .accordion-section .row {
    flex-direction: column;
  }

  .dog-image {
    margin-top: 20px;
    max-width: 100%;
  }
}

.foot{
  background-color: #430064;
  bottom:0px;
  color:white;
}

.foot a{
  font-size:12px;
}

.foot2 a{
  font-size:10px;
}

.foot2 .fab {
  font-weight: 900;
  font-size:21px;
}

.seta{
  position:fixed;
   bottom:100px;
   right: 20px;
   background-color: #430064;
   color:white;
}

/* Estilo do botão Scroll To Top */


/*cuidados com seu pet  */

.pet-tips {
  padding: 50px 0;
}

.pet-tips img {
  border-radius: 20px;
  max-width: 100%;
  padding:10px;
}

.pet-tips h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.tip {
  margin-bottom: 20px;
}

.tip-box {
  background-color: #f0f0f0;
  border-radius: 30px;
  padding: 20px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.tip-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.tip-box i {
  background-color: #ff9800;
  border-radius: 50%;
  padding: 15px;
  font-size: 1.5rem;
  color: white;
  margin-right: 20px;
  transition: background-color 0.3s ease;
}

.tip-box:hover i {
  background-color: #e68a00;
}

.tip-box p {
  font-size: 1.1rem;
  color: #333;
  margin: 0;
}

.tip-box p strong {
  font-weight: bold;
  color: #000;
}


@media (max-width: 768px) {
  .pet-tips {
      text-align: center;
  }

  .tip-box {
      flex-direction: column;
      text-align: center;
  }

  .tip-box i {
      margin-bottom: 15px;
  }
}

/* botão instagram */

/* Estilo do botão Instagram */
.instagram-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #430064;
 
}

.btn-instagram {
  display: inline-block;
 width: 200px;
 height: 40px;
  border-radius: 50px;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-instagram:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  transform: scale(1.1);
}

.btn-instagram i {
   vertical-align: middle;
  }


.top{
  bottom:30px;
  right:10px;
  position:fixed;
 
  
}


.photo-card {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.photo-card:hover {
  transform: scale(1.05);
}

.photo-description {
  padding: 10px;
  text-align: center;
}

.photo-description span{
     background-color:#f5910f;
      color: white;
      border: none;
      border-radius: 30px;
      padding: 10px 20px;
      font-size: 16px;
      transition: background 0.3s ease;
    
}


img {
  width: 100%;
  height: auto;
}


#nav-home-tab{
  background-color: #f5910f;
  border-radius:50px;
  color:white;
}

#nav-profile-tab{
  margin-left:20px;
  background-color: #f5910f;
  border-radius:50px;
  color:#333;
}

.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background-color: #25D366;
  border-radius: 50px;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  color: white;
}

.cor4{
 color: #f5910f;
}

.credit{
  width:143px;
  height: 161px;
  margin-top:-90px;
  position:absolute;
  

}

