/* ----------COMO PARTICIPAR ------------- */
#como-participar {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  overflow: hidden;
  /* background-color: #9ddb88; */
  background-color: #f0efef;
}

#como-participar h1:nth-child(1) {
  color: #0a7a00;
  font-family: "Exo 2";
  font-weight: 800;
  font-size: 3.8rem;
  font-style: italic;
  line-height: 54px;
  margin-bottom: 30px;
}

#como-participar h1:nth-child(1) .texto-menor {
  font-size: 2rem;
  color: #2cb620;
}
#como-participar p {
  padding-left: 15px;
  padding-top: 32px;
  margin-bottom: 40px;
  color: #495c63;
  font-size: 16px;
  font-weight: 400;
  font-family: "Exo 2";
}

#como-participar .card-como-participar {
  background: transparent;
  border-radius: 0px 20px 20px 20px;
  z-index: 3 !important;
}
#como-participar .card-como-participar img {
  border-radius: 0px 20px 20px 20px;
}

#como-participar span:first-of-type {
  font-family: "Exo 2";
  font-size: 1rem;
  font-weight: bold;
  line-height: 19.2px;
  background: rgba(231, 229, 229, 1);
  width: 285px !important;
  display: block;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 30px;
  margin-top: -20px;
  border-radius: 0px 0px 20px 20px;
  color: #146e37;
}
#como-participar span:last-of-type {
  font-family: "Exo 2";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  padding-left: 30px;
  display: block;
  width: 285px !important;
  margin-top: -143px;
  z-index: 9;
}
#como-participar .text-card-1,
.text-card-3 {
  margin-top: -120px !important;
}
.btn-como-participar {
  font-size: 1rem;
  font-family: "Exo 2";
  font-weight: bold;
  border-radius: 10px 10px 10px 10px;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  margin-top: 40px;
  background: linear-gradient(90deg, #0c9c00, #0a7a00) !important;
  color: #fff;
  z-index: 1;
}
.btn-como-participar:hover {
  background-color: #64c832;
  color: #fff;
}
#como-participar h6 {
  font-family: "Nunito";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #495c63;
  margin-top: 20px;
}
/* Cards */
#como-participar #desk .card {
  cursor: pointer;
  background-color: #fff;
  border-radius: 0px 20px 20px 20px;
  border: unset;
}
#como-participar #desk .card:hover {
 /*  background-color: #64c832;
  color: #fff !important; */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
#como-participar #desk .card:hover a {
  text-decoration: none;
}
#como-participar #desk .card:hover .card-body h5 {
  /* color: #fff !important; */
}
#como-participar #desk .card:hover .card-body h1 {
  /* color: #fff !important; */
}
#como-participar #desk .card:hover h6 {
 /*  color: #fff !important; */
}

#como-participar #desk .card-body {
  padding: 30px;
  font-family: "Exo 2";
}
#como-participar #desk .card-body h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0px;
  color: #64c832;
  padding-top: 30px;
}

#como-participar #desk .card-body h1 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0px;
  color: #146e37;
}
#como-participar #desk .card-body h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0px;
  color: #64c832;
  padding-top: 15px;
  padding-left: 0px;
  margin: 0px;
}
#como-participar #desk .card-body img {
  width: 30%;
}

.bg-verde {
  background-color: #64c832 !important;
}
.bg-verde-escuro {
  background-color: #146e37 !important;
}
@media only screen and (max-width: 767px) {
  #como-participar h1:nth-child(1) {
    font-size: 2.25rem;
    line-height: 2rem;
    margin: 0;
  }
  #como-participar h1:nth-child(1) .texto-menor {
    font-size: 1.6rem;
  }
}
/* ----------COMO PARTICIPAR ------------- */
