*{
  margin: 0px;
}

.header-curso{
  background-color: green;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}
.form-group .red{
  color: #66ff00;
  text-decoration: none;
  font-size: 20px;
}

.form-group .curso:hover{
  color: rgb(0, 255, 0);
}
button{
  background-color: red;
  border: none;
  color: white;
  border-radius: 0px 30px 30px 0px;
  padding: 10px;
  cursor: pointer;
  transition: .4s;
}

.form:focus {
  border: 1px solid red;
}

.form:focus ~ button {
 background-color: black;
}

.logo p{
  color: white;
}

.logo-img img{
  margin-top: 13px;
}





.form-group ul{
  display: flex;
  list-style: none;
  gap: 20px;
}
.services-titulo {
  text-align: center;
  margin-top: 50px;
}
.paragrafo-services {
  text-align: center;
  margin: 0px;
}
#sobre h1 {
  padding-left: 10rem;
  font-size: 25pt;
  padding-top: 5rem;
  color: white;
}
#sobre h1 span {
  color: #058789;
}

.sobre {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  flex-direction: column;
}
.sobre-curso {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  flex-wrap: wrap;
}


.sobre-image img {
  width: 60vh;
  border-radius: 20px;
}
.sobre-imagem img {
  width: 35vh;
  border-radius: 20px;
}

.sobre-texto {
  margin-bottom: 1rem;
}

.sobre-texto-curso {
  padding-left: 4rem;
  margin-top: -20px;
}

.sobre-texto-curso h5{
  max-width: 500px;
  color: #323232;
  margin-top: 1rem;
  font-size: 17pt;
}

.sobre-texto h5 {
  max-width: 500px;
  color: #323232;
  margin-top: 1rem;
  font-size: 15pt;
}

.sobre-texto p {
  color: #323232;
}



.integrantes{
  margin-bottom: 10px;
}
.titulo-integrantes{
  margin-bottom: 1rem;
}

.objetivo{

  width: 100%;
  max-width: 500px;
  text-align: justify;
}



/*services*/
.services {
  background-color: rgba(0, 128, 0, 0.082);
}

.services-titulo {
  text-align: center;
  color: #323232;
}
.services-titulo .titul{
  padding-top: 40px;
}
.services-titulo i {
  color: green;
  margin-bottom: 1rem;
}

.services-row {
  display: flex;
  justify-content: space-around;
  margin-top: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  gap: 40px;
  align-items: center;
  margin: auto;
}



.services-item .carga {
   margin-top: 3px;
}



.services-item i {
  font-size: 40pt;
}
.services-item h3 {
  color: green;
  margin-bottom: 1rem;
  font-size: 15px;
}
.services-item p {
  font-size: 13pt;
}

.flex-2{
  display: flex;
  justify-content: space-around;
}
.sobre-fundo {
  margin-bottom: 4rem;
}

.sobre-fundo h2{
  text-align: center;
  margin-top: 2rem;
}
.sobre-fundo i{
  color: green;
}
.fundo-branco {
  text-align: center;
  background-color: green;
  padding: 10px;
  color: white;
}

.texto-g3 {
  width: 100%;
  max-width: 600px;
  padding: 10px;
  text-align: justify;
}
.texto-g3-1 {
  margin-right: 9%;
  width: 100%;
  max-width: 600px;
  padding: 10px;
  text-align: justify;
}