.co__hero{
  position: relative;
  display: flex;
}
.co__hero-img{
  width: 100%;
}
.co__hero-title{
  font-weight: bold;
  position: absolute;
  color: white;
  font-size: 4rem;
  width: 100%;
  text-align: center;
  top: 50%;
}
.co__body{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.co__body-secure{
  display: flex;
  color: var(--color-text-negro);
  justify-content: center;
}
.co__body-desing{
  display: flex;
  background-color: var(--color-text-negro);
  color: white;
  justify-content: center;
}
.co__body-message{
  max-width: 1114px;
  text-align: center;
  font-size: 1.4rem;
}
.co__corporativo-form{
  text-align: center;
  background-color: var(--color-oficial-cec);
  padding: 1%;
  color: #FFF;
  font-size: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(92,89,92,1);
  -moz-box-shadow: 5px 5px 5px 0px rgba(92,89,92,1);
  box-shadow: 5px 5px 5px 0px rgba(92,89,92,1);
  width: max-content;
  margin: auto;
  text-decoration: none;
}
.co__advantages{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.co__advantages-cards{
  display: flex;
  flex-direction: column;
  border: 1px solid #FFF;
  color: white;
  align-items: center;
  padding: 1rem 1.5rem;
  text-align: center;
  text-wrap: balance;
  img{
    width: 5rem;
  }
}
.co__cards-detection{
  background-color: #747E8F;
}
.co__cards-design{
  background-color: #2D5D7B;
}
.co__cards-content{
  background-color: #00284E;
}
.co__cards-program{
  background-color: #226277;
}
.co__cards-development{
  background-color: #00684F;
}
.co__cards-scope{
  background-color: #009371;
}