@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
 
 /* Reset global */
 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}

body{
  
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight:weight;
  font-style:normal; 
  overflow-x: hidden;

}

.logo{
  position: fixed;
  z-index:2;
  background-image:url(../images/logo.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  width: 8%;
  margin: auto;
  display: flex;
  justify-content: center;
  border-right: 1px solid #B01324;
  height:68px;
 
}

.logo img{
  display: none;
}

.hamburguer{
  display: none;
}

.sidebar{
  display: none;
}

.hero-items{
 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;

  
}

.hero-items h1{
  width: 100%;
  font-weight: 900;
  text-align: center;
  padding:20px;
  color:white;
  text-transform: uppercase;
  margin-bottom: 10px; /* Reduz o espaço abaixo do título */
  letter-spacing: 5px;
 
  
}

.cta-button{
  padding:15px 35px;
  background-color: #B01324;
  color: white;
}


.hero-items p{
  color:white;
  font-size: 20px;
  letter-spacing: 5px;
  margin-top:-35px; /* Remove o espaço acima do parágrafo */
 /* background-color: rgba(176, 19, 36, 0.3);*/

 
}

.whats {
  display: flex;
  justify-content: flex-end;
  bottom:0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}

.navbar{
 /* background-color: transparent !important;*/
 
  box-shadow: none; /* Remover sombra se necessário */
  position: fixed;
  z-index: 1;
  display: flex;
  justify-content:center;
  align-items: center;
  width: 8%;
  height: 100vh;
  background-color: #B01324;
}

.navbar img{
  
  position: relative;
  margin-bottom: -35px;
  width: 100%;
 
}

.fa-times-circle{
  color:white;
}

.fa-bars{
  color:#B01324;
}



 /* Menu overlay */
 .menu-toggle {
  font-size: 30px;
  cursor: pointer;
  position: fixed;
  top:18px;
  right: 20px;
  z-index: 1000; /* Para que o ícone fique acima de outros elementos */
  }
  
  .sidebar {
  position: fixed;
  top: 0;
  right: 100%; /* Inicialmente fora da tela */
  width: 100%;
  height: 100vh;
  background:#B01324;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
  transition: right 0.3s ease; /* Transição suave */
  padding: 20px;
  z-index: 999; /* Para que a sidebar fique acima de outros elementos */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  }
  
  .sidebar a {
  color: white;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.041);
  margin: 7px 0;
  transition: color 0.3s; /* Transição suave para a cor */
  width: 100%;
  padding:10px;
  text-align: center;
  font-size: 20px;
  }
  
  .sidebar a:hover {
  color: #ffffff; /* Cor ao passar o mouse */
  background-color:#BD2635;
  }    


.hero { 
  height: 100vh;
  width: 92%;
  background-image: url(../images/04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  float: right;
  overflow: hidden;
  transition: background-image 1.5s ease-in-out, transform 1.5s ease-in-out; /* Transição suave */
   
}


.menu{
  width: 100%;
  background-color: #B01324;
  margin-top: 30px;
}

.menu i{
  font-size: 15px;
}



.navbar  a {
  width: 100%;
  text-decoration: none;
  color:white;
  font-size: 13px;
  transition: color 0.3s ease;
  text-transform: uppercase;
  display: flex;
  align-items:flex-start;
  justify-content: flex-start;
   padding-left: 10px;
   padding-top:20px;
  
   
}


/* botao para video do site */
.ripple-button {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #25D366;
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  animation: pulse 2s infinite;
  margin-top:-40px;
}

.whatsapp-btn i{
  font-size:40px;
  padding:5px;
  padding-left: 8px;
  
}

.mobile-tel{
  display: none;
}

@keyframes pulse {
  0% {
      box-shadow: 0 0 0 0 rgba(176, 19, 36, 1);
  }
  70% {
      box-shadow: 0 0 0 30px rgba(255, 87, 34, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(255, 87, 34, 0);
  }
}


/* Animação de zoom suave background*/
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05); /* Zoom-in */
  }
  100% {
    transform: scale(1);
  }
}


/*sessões do site : sobre */

.sobre{
  height:auto;
  width: 92%;
  background-color:#F8F9FA;
  margin: auto;
  float: right;
  padding:50px;
  padding-bottom:80px;

}

.sobre .objetos{
  margin-top: 50px;
  display: flex;

}


.sobre p{
 
  padding-left:20px;
  font-size: 20px;
}

.sobre img{
  min-width:125px ;
  height: 125px;
  margin-top:10px;
  border: solid 2px #B01324;
 
 
}


.sobre .subtitle{
  width:auto;
  background-color: #B01324;
  padding:5px 10px;
  color:white;
  
}

/*sessões do site : serviço */

.servico { 
  height:auto;
  width: 92%;
  background-color:white;
  margin: auto;
  float: right;
  padding:50px;
   
}

.servico .items{
  display:flex;
  justify-content: center;
  align-items: center;
  gap:10px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.servico .items p{
  padding:10px;
}

.items1{
  flex:1;
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #343A40;
  color:white;
  border-radius: 20px;
}

.items2{
  flex:1;
  padding-top: 25px;
  padding-bottom: 15px;
  border-radius: 20px;
  background-color:#F8F9FA;
}

.items3{
  flex:1;
  padding-top: 25px;
  padding-bottom: 15px;
  border-radius: 20px;
  background-color:#F8F9FA;
}

.items4{
  flex:1;
  padding-top: 25px;
  padding-bottom: 15px;
  border-radius: 20px;
  background-color:#F8F9FA;
}

.servico .subtitle{
  width:auto;
  background-color: #B01324;
  padding:5px 10px;
  color:white;
  
}

.servico i{
  font-size: 30px;
  border-radius: 50%;
  background-color: #B01324;
  color:white;
  padding:15px;
}

.servico h3{
  padding-top:50px;
}

/*sessões do site : fotos */

.fotos{
 
  background-color: #F8F9FA;
  width: 92%;
  float: right;
  padding:50px;
}

.fotos .subtitle{
  width:auto;
  background-color: #B01324;
  padding:5px 10px;
  color:white;
}

.grid-item {
  margin-bottom: 15px;
 
}

.grid-item img{
  object-fit: cover;
  width: 100%;
}

.whatsapp-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  background-color:#B01324;
  border-radius: 50px;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  color: white;
}


/*sessões do site : contato */

.contato{
  width: 92%;
  float: right;
  padding:50px;
  padding-bottom:0;
}



/* media querie website */

@media (max-width:1200px) {
  /* Estilos para tablet */
  .hero{
    width: 100%;
  }
  .hero-items p{
    text-align: center;
    font-size: 15px;
    padding-left:25px;
    padding-right:25px;
    padding-top: 10px;
    
  }

  .hero-items h1{
    font-size:40px;
  }

  .navbar{
    display:none;
  }
  .logo{
    width: 100%;
    display: flex;
    justify-content:flex-start;
    border: 0;
    background-image: none;
  }
  .logo img{
    display: inline;
  }
  .hamburguer{
    display:inline ;

  }
  .sidebar{
    display: flex;
    flex-direction: column;
  }
  .contato{
    width: 100%;
  }
  .servico{
    width: 100%;
    padding-left:25px;
    padding-right: 25px;
  }
  .servico .items{
    flex-direction: column;
    border-radius: 0;
    gap:0;
    margin-top: 10px;
    width: 100%;
  }
  .items1{
    margin-top: 10px;
    width: 100%;
  }
  .items2 {
    background-color:#F8F9FA;
    margin-top: 10px;
    width: 100%;
  }
  .items3 {
    background-color:#F8F9FA;
    margin-top: 10px;
    width: 100%;
  }
  .items4 {
    background-color:#F8F9FA;
    margin-top: 10px;
    width: 100%;
  }

  .fotos{
    width: 100%;
    padding-left:20px;
    padding-right: 20px;
  }
  .sobre{
    width: 100%;
    padding-left:25px;
    padding-right: 25px;
   }
   .objetos{
    flex-direction: column;
    padding:0;
   }
   .objetos img{
    display:none;
   }
   .objetos p{
    padding:0;
   }
   .contato{
    padding-left:25px;
    padding-right: 25px;
   }
   .whatsapp-btn{
    display: none;
   }
}

@media (min-width:1367px) {
  .navbar  a{
    padding-left:30px;
  }
  h3{
    font-size: 25px;
  }
}

/* Media query para dispositivos móveis em modo retrato (vertical) */
@media (max-width: 768px) and (orientation: portrait) {
 
  .mobile-tel{
    display: flex;   
    justify-content: center;   
    position: fixed;
    bottom: 0;
    width: 100%;
    left:0;
    }
    
    .mobile-item-1{
    background-color: #B01324;
    padding:10px;
    flex:1;
    text-align: center;
    display: flex;
    flex-direction: column;
    color:white;
    border-right: 1px solid #d63041bd;
    }

    .mobile-item-1 button{
      background-color: #B01324;
      color: white;
      border: 0;
      font-size: 20px;
    }
    
    .mobile-item-2{
      background-color:#B01324;
      padding:10px;
      flex:1;
      text-align: center;
      display: flex;
      flex-direction: column;
      color:white;
    }

    .mobile-item-2 button{
      background-color: #B01324;
      color: white;
      border: 0;
      font-size: 20px;
    }

}

.rodape i{
    border-radius:50%;
    color:white;
    padding:10px;
    background-color:#d63041;
}


