.mil-button-card {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  letter-spacing: 2px;
  font-size: 12px;
  background-color: rgb(22, 134, 74);
  color: rgb(0, 0, 0);
  border-radius: 70px;
  padding: 0 15px 0 50px;
  height: 70px;
  
  font-weight: 500;
  
}
  .mil-button-card span {
    white-space: nowrap;
  }
  .mil-button-card svg {
    margin-left: 30px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  }
  .mil-button-card svg path {
    fill: rgb(22 134 74);
  }
  .mil-button-card.mil-icon-button {
    padding: 15px;
  }
  .mil-button-card.mil-icon-button svg {
    margin-left: 0;
  }
  .mil-button-card.mil-icon-button-sm {
    padding: 0;
    height: 40px;
  }
  .mil-button-card.mil-icon-button-sm svg {
    margin-left: 0;
    background-color: rgb(22, 134, 74);
  }
  .mil-button-card.mil-icon-button-sm svg path {
    fill: rgb(5, 5, 5);
  }

.mil-green-bg{
  background-color:  rgb(22 134 74);
}
 
.teste{
  display: flex;               /* Habilita o flexbox */
  justify-content: center;     /* Alinha horizontalmente ao centro */
  align-items: center; 
}

.swiper-pagination-bullet-active {
  background-color: #000 !important;
}

:root {
  --swiper-button-next-color: var(--swiper-navigation-color, var(--swiper-theme-color));;
  --swiper-button-prev-color: var(--swiper-navigation-color, var(--swiper-theme-color));;
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  
}

.mil-symbol.mil-h3.mil-minus{
  color: green;
  background-color: green !important;
}

.animation {
  animation: alerta 1.5s infinite;
}
.botao {
  cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    letter-spacing: 2px;
    font-size: 12px;
    background-color:  rgb(22 134 74);
    color: rgb(255, 255, 255);
    border-radius: 70px;
    padding: 0 15px 0 50px;
    height: 70px;
    text-transform: uppercase;
    font-weight: 500;


  box-shadow: 0 0 0 0 rgba(9, 165, 19, 0.50);

  transition: background, padding 500ms ease-in-out;  
}

@media screen and (max-width: 320px) {
  .botao {
    padding: 0 10;
    font-size: 9px;
  }
}

@keyframes alerta {
  0% {
    transform: scale();
  }
  70% {
    transform: scale();
    box-shadow: 0 0 0 50px rgba(69, 152, 27, 0);
  }
    100% {
    transform: scale();
    box-shadow: 0 0 0 0 rgba(69, 152, 27, 0);
  }
}


footer {
  display: flex;
  justify-content: center; /* Centraliza horizontalmente */
  align-items: center;    /* Alinha verticalmente */
       /* Alinha o texto centralizado */
}

footer .container {
  max-width: 100%;
}

/* Estilos para a linha */
.row-contact {
  display: flex;
  align-items: center; /* Alinha verticalmente */
  justify-content: space-between; /* Espaço entre colunas */
}

/* Estilos para a coluna direita */
.col-text-contact.d-flex {
  text-align: center;
}


@media (max-width: 768px) {
  .footer-button{
      display: none;
  }

  .place-footer{
      margin-left: 10px;
  }

  .socials-footer{
      margin-right: 15px;
  }

  .logo-footer-c{
      width: 60%;
  }

  .place-footer-c{
      margin-left: 0px;
  }

  .socials-footer-c{
      margin-right: 15px;
  }

}

@media (max-width: 760px) {
  .logo-footer-c{
      width: 80%;
  }

  .place-footer-c{
      margin-bottom: 10px;
  }

  .socials-footer-c{
      margin-right: 15px;
  }
}
@media (max-width: 500px) {
  .footer-button{
      display: none;
  }
  footer img{
      width: 60%;
  }
  .place-footer{
      margin-left: 10px;
  }

  .socials-footer{
      margin-right: 15px;
  }

  .logo-footer-c{
      width: 70%;
  }

}