
.text-start{
    text-align: start!important;
}


.text-justify {
  text-align: justify;
}

.image-service img {
  border-radius: 20px ;
  
  
}
@media (min-width: 379px) and (max-width: 1440px) {
.navbar{
    padding-left: 0;
}
}
@media (min-width: 379px) and (max-width: 1440px) {
.image-service img {
  width: 100%;
  height: auto;

  
  
}
}

/* new layout  ajust */
 .services-section {
    font-family: 'Segoe UI', sans-serif;
    background-color: #333C47;
    padding: 60px 20px;
    color: #F0F0F0;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.services-section-title {
    color: #F0F0F0;
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
    position: relative;
}

.services-section-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background-color: #D9822B;
    margin: 12px auto 0;
    border-radius: 2px;
}

.services-section-description {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
    color: #C0C0C0;
    font-size: 16px;
    line-height: 1.7;
}

.services-row {
   
    margin-top: 30px;
    margin-bottom: 30px;
}

.services-card {
    background-color: #2B2B2B;
    border-radius: 14px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 340px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
}

.services-card:hover {
    transform: translateY(-6px);
    border-color: #D9822B;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.services-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    color: #D9822B !important;
}

.services-title {
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 12px;
    font-weight: 600;
}

.services-description {
    color: #B0B0B0;
    font-size: 15px;
    line-height: 1.6;
}

.hexagon-bg {
    position: absolute;
    opacity: 0.03;
    z-index: -1;
}


/* new layout */
.flex-wrap{
    gap: 30px;
}
.sudeste{
    margin-bottom: 50px;
}
.lista_estado_intro{
    margin-top: 70px;
}

.lista_estado_intro > div {
  width: 100%;
  margin-bottom: 2rem;
}

.lista_estado_intro p {
  font-weight: bold;
  padding-left: 1rem;
  border-left: 5px solid;
  margin-bottom: 1rem;
}

.sudeste p {
  color: #333C47;
  border-color:#D9822B;
}

.sul p {
  color: #333C47;
  border-color:#D9822B;
}

/* Contêiner flex para os links */
.sudeste .d-flex,
.sul .d-flex {
  display: flex;
  flex-wrap: wrap;   
  gap: 0.75rem 1.5rem; 
}

/* Links das cidades */
.sudeste a,
.sul a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  white-space: nowrap; 
  transition: color 0.3s ease;
  font-size: 1rem;
}

.sudeste a:hover,
.sul a:hover {
  color: #f38d26;
}

/* Responsividade */
@media (max-width: 768px) {
  .sudeste a,
  .sul a {
    font-size: 0.9rem;
    padding: 0.2rem 0.4rem;
  }
}

@media (max-width: 480px) {
  .sudeste .d-flex,
  .sul .d-flex {
    flex-direction: column; 
    align-items: flex-start; 
    gap: 0.5rem 0; 
    justify-content: flex-start; 
  }

  .sudeste a,
  .sul a {
    font-size: 0.85rem;
    padding: 0.15rem 0.3rem;
    white-space: normal; 
  }
}
.sudeste,
 .sul{
    border-left:none;
}

body{
    background-color: #f5f5f5!important;
}
.hero{
    background-color:#333C47;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.rodape{
        border-top: 1px solid #000;
}
.footer{
  background-color: #333C47!important;
}
.header{
    background-color:#333C47;
}
.header_intro{
background-color: #f5f5f5;

}
.h1-list-citys::after{
  content: "";
    display: block;
    width: 80px;
    height: 4px;
    background-color: #D9822B;
    margin: 12px auto 0;
    border-radius: 2px;
}
.rodape-gap{
  gap: 100px!important;
}

.wpp-button{
border-radius:12px!important;
}

.city-item {
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    color: #333; 
    text-decoration: none; 
    
}


.city-item:hover {
    color: #D9822B; 
}


.city-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px; 
    background-color: #D9822B; 
    transition: width 0.3s ease;
}


.city-item:hover::after {
    width: 100%; 
}
.navbar{
  padding-left: 0;
}


@media (max-width: 767px) {

.services-row{
  min-width: 100%;
  gap: 10px;
  margin-bottom: 0.6rem;
  margin-top: 0;
  
}


}
@media (min-width: 300px) and (max-width: 1440px) {
.image-service img {
  width: 100%;
  height: auto;

  
  
}
}
.numero{
  display: none!important;
}

/* Estilo Base para as Faixas de Contato */
.contact-ribbon {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
  transition: all 0.3s ease;
}

.contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 0;
  width: 100%;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.15);
}

/* Posicionamento e Cores */
.wapp-ribbon {
  bottom: 63px;
  background: #0E6F64;
}

.sms-ribbon {
  bottom: 124px;
  background: #0056b3;
}

.email-ribbon {
  bottom: 185px;
  background: #6C757D;
}

/* Botão Flutuante Redondo */
.float-btn {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  animation: float 2s ease-in-out infinite;
}

.wapp-float {
  background: #25D366;
}

/* Efeitos de Hover */
.contact-btn:hover {
  opacity: 0.9;
}

.float-btn:hover {
  transform: scale(1.1);
  animation: none;
}

/* Animações */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Responsividade */
@media (max-width: 768px) {
  .contact-ribbon {
    display: block;
  }
  .float-btn {
    display: none;
  }
}

@media (min-width: 769px) {
  .contact-ribbon {
    display: none;
  }
  .float-btn {
    display: flex;
  }
}

.float-btn {
  position: fixed;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  animation: float 2s ease-in-out infinite;
}

/* Posicionamento e Cores */
.wpp-float {
  bottom: 25px;
  right: 25px;
  background: #25D366; 
  
}

.sms-float {
  bottom: 25px;
  right: 120px; 
  background: #007BFF; 
}

.email-float {
  bottom: 25px;
  right: 215px; 
  background: #6C757D;
}

/* Efeitos de Hover */
.float-btn:hover {
  transform: scale(1.1);
  animation: none;
}

/* Animações */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Responsividade */
@media (max-width: 768px) {
  .float-btn {
    display: none; 
  }
}

@media (min-width: 769px) {
  .contact-ribbon {
    display: none; 
  }
}
.button-contacts {
    padding: 10px 57px;
    font-size: 19px;
    border-radius: 8px;
    background-color: #0056b3;
    color: white;
    border: none;
    cursor: pointer;
  animation: pulse 1.5s infinite;
}

/* Animação de pulsar */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 86, 179, 0.7);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 15px rgba(0, 86, 179, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 86, 179, 0);
    }
}


@media (min-width: 300px) and (max-width:767px) {
  .contacts-options {
    padding: 8px 20px!important; 
    font-size: 16px!important;   
    display: block;    
    width: 100%;     
    min-width: 100%;
    flex-direction: column;
    box-sizing: border-box;
    text-align: center;
  }
}
