#about{
    height: 100%;
    text-align: center;
    color: white;
}

#about .container{
    text-align: center;
    margin: auto;
    margin-top: 15vh;
   
}

#about p{
    text-align: left;
}



#services{
    background-color: #1d2224;
    background-image: linear-gradient(203deg, #1d2224 0%, #4c5f92 100%);
    height: 100%;
    color: white;

}


#services .card-title{
    color: #000;
}
#services .card-text{
    color: #000;
}




.propaganda {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 25px;
}

.btnpromocao{
    padding: 1.3em 3em;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;

}

.btnpromocao:hover {
    background-color: #23c483;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
  }

  .btnpromocao:active {
    transform: translateY(-1px);
  }


  #portfolio .card{
    height: 60vh;
    margin-top: 2vh;
  }


  .portfolio #container{
    width: 100vw;
  }


  #portfolio h1{
    text-align: center;
    color: white;
  }

  #programas p{
    color: black;
  }

  #programas h1{
    text-align: center;
    color: white;
  }

  #programas .card{
    height: 100%;
    margin-top: 5vh;
  }

  #programas button {
    border: 1px solid rgb(43, 101, 226);
  
  }

  #programas h5{
    color: black;
  }





#companies{
    text-align: center;
    background-color: #1d2224;
    background-image: linear-gradient(203deg, #1d2224 0%, #4c5f92 100%);

    transition: background 0.5s ease;
    color: white;
 

}

#companies h1{
    margin-bottom: 2%;
}





  @keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-250px * 7)); }
}

#companies .slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%
}

#companies .slider::before,
#companies .slider::after {
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

#companies .slider::before {
    left: 0;
    top: 0;
}

#companies .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

#companies .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

#companies .slide {
    height: 100px;
    width: 250px;
}


  /* Estilo para a seção de contato */
  #contact {
    padding: 50px 0;
    text-align: center;
    background-color: #1d2224;
    background-image: linear-gradient(203deg, #1d2224 0%, #4c5f92 100%);

    transition: background 0.5s ease;
    color: white;

}

#contact .container {
    max-width: 800px;
    margin: auto;
}

#contact .text-center {
    margin-bottom: 30px;
}

/* Estilo para o botão de WhatsApp */
.whatsapp-button {
    background-color: #25D366;
    color: white;
    font-size: 18px;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s ease;
}

.whatsapp-button:hover {
    background-color: #1EBE53;
}

.whatsapp-button i {
    margin-right: 10px;
}

.footer{

    text-align: center;
    background-color: #1d2224;
    background-image: linear-gradient(203deg, #1d2224 0%, #4c5f92 100%);
}