.ac__hero-banner{
  width: 100%;
  display: block;
}
.ac__img-mobile{
  display: none;
}
.ac__hero-message{
  background-color: rgb(244, 246, 248);
  display: flex;
  padding: 1.5rem 2rem;
  justify-content: center;
}
.ac__hero-text{
  text-align: center;
  text-wrap: balance;
}
.ac__body{
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
.ac__form{
  max-width: 1114px;
  width: 80%;
  min-width: 320px;
}
.ac__form-title{
  color: var(--color-texto-verde);
  font-size: 2rem;
  display: block;
  margin-bottom: 1rem;
}
.ac__form-options{
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
}
.ac__form-option{
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
}
.ac__label{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.ac__label span:nth-child(1){
  color: var(--color-texto-verde);
  margin-left: .5rem;
}
.ac__label span:nth-child(2){
  color: var(--color-texto-gris);
  margin-right: .5rem;
  text-wrap: nowrap;
  font-size: .9em;
}
.ac__input{
  width: 20px;
  height: 20px;
}
.ac__submit{
  color: white;
  background-color: var(--color-verde-claro);
  border-radius: 5px;
  padding: .5rem 3rem;
  border: none;
  font-size: 1rem;
  cursor: pointer;
}
.ac__blue{
  font-weight: 600;
  color: #4b4286;
  line-height: 1.4;
}
.ac__steps-wrapper{
  max-width: 780px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.ac__steps{
  flex-direction: column;
  text-align: center;
  width: 90%;
  margin: auto;
  text-wrap: balance;
}
/*
.ac__form-rpa{
  max-width: calc(100% - 4rem);
  width: 90%;
}*/
.ac__body-rpa{
  background-color: rgb(244, 246, 248);
}
.ac__pyramid{
  display: flex;
  /*justify-content: space-between;*/
  margin-top: 1rem;
  align-items: center;
  flex-direction: column;
}
.ac__pyramid-section{
  display: flex;
  width: 70%;
  min-width: 30rem;
  height: min-content;
  cursor: pointer;
}
.ac__section-top{
  margin-left: 9rem;
  margin-right: -9rem;
}
.ac__section-middle{
  margin-left: 4rem;
  margin-right: -4rem;
}
.ac__pyramid-img{
  z-index: 1;
  height: 120px;
}
.ac__pyramid-type{
  /*background: rgb(218, 229, 231);
  background: linear-gradient(90deg, rgba(218, 229, 231, 1) 0%, rgba(255, 255, 255, 1) 100%);*/
  margin-left: -4rem;
  padding-left: 4rem;
  align-content: center;
  display: flex;
}
.ac__pyramid-options{
  display: flex;
  width: 40%;
  min-width: 22rem;
  flex-direction: column;
  justify-content: center;
  margin-top: .5rem;
}
.ac__pyramid-title{
  align-self: center;
  font-size: 1.3rem;
  font-weight: bold;
  text-wrap: nowrap;
  text-transform: uppercase;
}
.ac__options-title{
  text-transform: uppercase;
  display: none;
}
.ac__pyramid-label{
  display: grid;
  grid-template-columns: 2rem 1fr;
  margin-bottom: .5rem;
}
.ac__rpa-checkbox{
  width: 1.1rem;
  height: 1.1rem;
  margin-right: .5rem;
}
.ac__pyramid-label>span{
  align-self: center;
  font-size: .9rem;
}
.ac__submit-rpa{
  display: flex;
  margin: 2rem auto 1rem;
}
.ac__pyramid-show{
  margin-left: auto;
  width: 2rem;
  height: 2rem;
  position: relative;
  align-self: center;
}
.ac__pyramid-show span{
  position: absolute;
  transition: 300ms;
  border-radius: 2px;
}
.ac__pyramid-show span:first-child{
  top: 25%;
  bottom: 25%;
  width: 10%;
  left: 45%;
  background: #1c4782;
}
.ac__pyramid-show span:last-child {
  left: 25%;
  right: 25%;
  height: 10%;
  top: 45%;
  background: #1c4782;
}
.ac__pyramid-effect span{
  transform: rotate(90deg);
}
.ac__pyramid-effect span:last-child {
  left: 50%;
  right: 50%;
}
@media (max-width: 780px){
  .ac__body{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ac__img-desktop{
    display: none;
  }
  .ac__img-mobile{
    display: block;
  }
  .ac__hero-message{
    padding: 1.5rem 1rem;
  }
  .ac__hero-text{
    text-align: justify;
  }
  .ac__carousel-height{
    margin: 6rem 0;
  }
  .ac__form-title{
    font-size: 1.5rem;
  }
  .ac__form{
    width: 90%;
  }
  .ac__pyramid-section{
    width: 100%;
    min-width: auto;
    flex-direction: column;
  }
  .ac__section-middle,
  .ac__section-top{
    margin-left: 0;
    margin-right: 0;
  }
  .ac__pyramid-img{
    height: 100px;
    width: fit-content;
    margin: auto;
  }
}
@media (max-width: 480px){
  .ac__form{
    width: 100%;
  }
  .ac__pyramid-img{
    height: 85px;
    width: fit-content;
    margin: auto;
  }
  .ac__pyramid-title{
    font-size: 1.2rem;
  }
  .ac__pyramid-type{
    justify-content: center;
    gap: 1rem
  }
  .ac__pyramid-show{
    margin-left: 0;
  }
}