.page-template-associados .banner .btn {
  color: #ea8a52;
}

.page-template-associados .banner .btn svg path {
  fill: #ea8a52;
}

.associados__sobre {
  padding: 120px 0 90px;
}

.associados__sobre__img {
  position: relative;
}

.e__img img {
  width: 480px;
  height: 407px;
  object-fit: cover;
  border-radius: 54px 54px 0 54px;
  z-index: 2;
  position: relative;
}

.associados__sobre__img::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 480px;
  height: 407px;
  border-radius: 54px 54px 0 54px;
  border: 4px solid #ea8a52;
  left: -25px;
  bottom: -35px;
}

.associados__sobre__img::after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 98px;
  height: 98px;
  padding: 2px 2px 2px 2px;
  border-radius: 25px 25px 0 25px;
  background-image: linear-gradient(
    -232.18328606953136deg,
    #ea8a52 22.947214361224933%,
    #f29961 62.551818830897865%,
    #f29961 62.551818830897865%,
    #f29961 62.551818830897865%,
    #f29961 62.551818830897865%,
    #f7a46c 91.23101517100586%
  );
  box-sizing: border-box;
  box-shadow: 5px 5px 5px 0px rgba(170, 170, 170, 0.18);
  top: -35px;
  right: 40px;
}

.associados__sobre__txt h2 {
  font-size: 3.6em;
  font-weight: 400;
  color: #333f49;
  margin-bottom: 25px !important;
}

.associados__sobre__txt h2 strong {
  font-weight: 700;
}

.associados__sobre__txt p {
  color: #666666;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 35px !important;
}

.associados__sobre__txt .btn {
  color: #ffffff;
  background-image: linear-gradient(
    -262.8115905103292deg,
    #ea8a52 15.888275007769954%,
    #f29961 59.5897065591231%,
    #f29961 59.5897065591231%,
    #f29961 59.5897065591231%,
    #f29961 59.5897065591231%,
    #f7a46c 91.23557078596504%
  );
  min-width: 320px;
  text-align: left;
}

.associados__sobre__txt .btn svg path {
  fill: #ffffff;
}

.associados__vantagens {
  background: #f3f4fa;
  padding: 85px 0;
  position: relative;
}
.associados__vantagens .container {
  position: relative;
  z-index: 3;
}

.associados__vantagens .detalhe {
  position: absolute;
  z-index: 2;
  top: 100px;
  left: calc(50% - 740px);
  opacity: 0.31;
}

.associados__vantagens__txt {
  padding: 60px 70px 60px 0;
  border-right: 1px solid var(--border-color);
}

.associados__vantagens__txt h2 {
  font-size: 4.6em;
  color: #333f49;
  font-weight: 700;
  margin-bottom: 15px !important;
}
.associados__vantagens__txt h2 strong {
  color: #ea8a52;
}

.associados__vantagens__txt p {
  font-size: 18px;
  font-weight: 300;
  color: #666666;
  line-height: 1.5;
}

.associados__vantagens__cards {
  padding: 20px 0 20px 20px;
}

.associados__vantagens__cards__item {
  min-height: 254px;
  padding: 34px 20px;
  border-radius: 44px 44px 0px 44px;
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 0px 14px 0px rgba(190, 190, 190, 0.58);
}

.associados__vantagens__cards .slick-slide {
  padding: 10px;
}

.associados__vantagens__cards .slick-dots li {
  width: 10px;
}

.associados__vantagens__cards .slick-dots li button::before {
  content: "";
  background: rgba(30, 33, 90, 0.3);
  border-radius: 50%;
  height: 10px;
  width: 10px;
  opacity: 1;
}

.associados__vantagens__cards .slick-dots li.slick-active button::before {
  background: #1e215a;
}

.associados__vantagens__cards img {
  margin-bottom: 15px;
  max-width: 28px;
  max-height: 28px;
  width: auto;
  height: auto;
}

.associados__vantagens__cards h3 {
  color: #333f49;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 6px !important;
  font-size: 22px;
}

.associados__vantagens__cards p {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 1.4;
}

.associados__passos {
  padding: 90px 0 80px;
}

.associados__passos__titulo {
  text-align: center;
  max-width: 783px;
  margin: 0 auto 120px;
}

.associados__passos__titulo h2 {
  font-size: 3.6em;
  font-weight: 400;
  color: #333f49;
  margin-bottom: 15px !important;
}
.associados__passos__titulo h2 strong {
  font-weight: 700;
}

.associados__passos__titulo h3 {
  font-size: 20px;
  font-weight: 300;
  color: #666666;
}

.associados__passos__itens {
  display: flex;
  flex-wrap: wrap;
}

.associados__passos__item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: fit-content;
}

.associados__passos__item:nth-child(even) {
  flex-direction: row-reverse;
  margin-top: 210px;
}

.associados__passos__item h4,
.associados__passos__item img {
  position: relative;
  z-index: 2;
}

.associados__passos__item img {
  width: 309px;
  height: 201px;
  border-radius: 30px;
  object-fit: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.associados__passos__item h4 {
  width: 198px;
  font-size: 32px;
  font-weight: 700;
  color: #333f49;
}

.associados__passos__item:nth-child(even) h4 {
  text-align: right;
}

.associados__passos__item:last-child h4 {
  color: #3fc08a;
}

.associados__passos__item__num {
  position: absolute;
  z-index: 1;
  font-size: 250px;
  opacity: 0.05;
  color: #1e215a;
  top: 50%;
  left: 65%;
  transform: translate(-50%, -50%);
  font-weight: 700;
}

.associados__passos__item:nth-child(even) .associados__passos__item__num {
  left: 35%;
}

.associados__programa {
  padding: 90px 0 120px;
}
.associados__programa__content {
  background: #f3f4fa;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 90px 50px 60px;
  border-radius: 3.6em;
}

.associados__programa__txt {
  max-width: 410px;
}

.associados__programa__img {
  max-width: 484px;
}

.associados__programa__txt h2 {
  font-size: 3.6em;
  line-height: 1.3;
  color: #333f49;
  margin-bottom: 11px !important;
  font-weight: 700;
}

.associados__programa__txt h2 strong {
  color: #ea8a52;
}
.associados__programa__txt p {
  font-size: 20px;
  font-weight: 300;
  color: #666666;
  line-height: 1.3;
  margin-bottom: 25px !important;
}

.associados__programa__txt .btn {
  color: #ffffff;
  background-image: linear-gradient(
    -262.8115905103292deg,
    #ea8a52 15.888275007769954%,
    #f29961 59.5897065591231%,
    #f29961 59.5897065591231%,
    #f29961 59.5897065591231%,
    #f29961 59.5897065591231%,
    #f7a46c 91.23557078596504%
  );
  text-align: left;
}

.associados__programa__txt .btn svg path {
  fill: #ffffff;
}

.associados__beneficios {
  padding-bottom: 130px;
}

.associados__beneficios__txt {
  padding-left: 30px;
}
.associados__beneficios__txt h2 {
  font-size: 3.6em;
  line-height: 1.3;
  color: #333f49;
  margin-bottom: 24px !important;
  font-weight: 400;
}

.associados__beneficios__txt h2 strong {
  font-weight: 700;
}
.associados__beneficios__txt p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  color: #666666;
  margin-bottom: 25px !important;
}

.associados__beneficios__txt .btn {
  color: #ffffff;
  background-image: linear-gradient(
    -262.8115905103292deg,
    #ea8a52 15.888275007769954%,
    #f29961 59.5897065591231%,
    #f29961 59.5897065591231%,
    #f29961 59.5897065591231%,
    #f29961 59.5897065591231%,
    #f7a46c 91.23557078596504%
  );
  text-align: left;
}

.associados__beneficios__txt .btn svg path {
  fill: #ffffff;
}

.associados__beneficios__img {
  position: relative;
  width: fit-content;
}

.associados__beneficios__img:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 10px;
  width: 92px;
  height: 92px;
  padding: 2px 2px 2px 2px;
  border-radius: 67px 0 0 0;
  border-top: 3px solid #ed8f57;
  border-left: 3px solid #ed8f57;
  background-color: transparent;
  z-index: 1;
}

.associados__beneficios__img:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: -20px;
  width: 92px;
  height: 92px;
  padding: 2px 2px 2px 2px;
  border-radius: 0 0 67px 0;
  border-bottom: 3px solid #ed8f57;
  border-right: 3px solid #ed8f57;
  background-color: transparent;
  z-index: 1;
}

.associados__carteira {
  padding-bottom: 200px;
  overflow: hidden;
}
.associados__carteira__txt {
  margin-bottom: 30px;
}
.associados__carteira__txt h2 {
  font-size: 3.6em;
  font-weight: 400;
  color: #333f49;
  margin-bottom: 15px !important;
}

.associados__carteira__txt p {
  font-size: 18px;
  color: #333f49;
  line-height: 1.8;
}

.associados__carteira__img {
  position: relative;
  width: 570px;
  height: 354px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-top: 102px;
}
.associados__carteira__img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 60px 60px 0 60px;
  background-image: linear-gradient(
    -244.27610119194043deg,
    #ea8a52 19.446159493987967%,
    #f29961 61.08268627894818%,
    #f29961 61.08268627894818%,
    #f29961 61.08268627894818%,
    #f29961 61.08268627894818%,
    #f7a46c 91.23327464047111%
  );
  z-index: 2;
}

.associados__carteira__img:after {
  content: "";
  position: absolute;
  z-index: 4;
  width: 233px;
  height: 70px;
  padding: 2px 2px 2px 2px;
  border-radius: 40px;
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 0px 24px 0px rgba(170, 170, 170, 0.35);
  bottom: -50px;
  left: -50px;
}
.associados__carteira__img img:not(.detalhe) {
  position: relative;
  z-index: 3;
  height: 100%;
  width: auto;
}
.associados__carteira__img .detalhe {
  position: absolute;
  z-index: 1;
}

.associados__carteira__img .detalhe.elipse {
  right: -40px;
  top: -102px;
}

.associados__carteira__img .detalhe.triangulo {
  bottom: -83px;
  right: -40px;
}

.page-template-associados .aneps-accordeon {
  border: 1px solid var(--border-color);
  border-radius: 12px;
}
.page-template-associados .aneps-accordeon h4 {
  height: 70px;
  border-radius: 0px;
  color: #333f49;
}
.page-template-associados .aneps-accordeon.aberto h4 {
  border-bottom: 1px solid var(--border-color);
}
.page-template-associados .aneps-accordeon p {
  padding-bottom: 35px;
  color: #666666;
}

.page-template-associados .aneps-accordeon .btn {
  margin-left: 20px;
  margin-bottom: 35px;
  color: #ffffff;
  background-image: linear-gradient(
    -262.8115905103292deg,
    #ea8a52 15.888275007769954%,
    #f29961 59.5897065591231%,
    #f29961 59.5897065591231%,
    #f29961 59.5897065591231%,
    #f29961 59.5897065591231%,
    #f7a46c 91.23557078596504%
  );
  text-align: left;
}

.page-template-associados .aneps-accordeon .btn svg path {
  fill: #ffffff;
}

@media (max-width: 991px) {
  .associados__sobre {
    padding: 80px 0 80px;
  }

  .associados__sobre__img {
    padding: 20px;
    margin-bottom: 30px;
  }
  .associados__sobre__img::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .associados__sobre__img::after {
    width: 78px;
    height: 78px;
  }

  .associados__vantagens {
    padding: 60px 0;
  }

  .associados__vantagens__cards {
    padding: 0 0 20px;
  }

  .associados__vantagens__txt {
    padding: 0;
    margin-bottom: 30px;
    border-right: none;
  }

  .associados__passos__item img {
    margin: 0 auto 20px;
  }

  .associados__passos__item h4 {
    margin: 0 auto !important;
    padding-left: 80px;
    max-width: 280px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 130px;
    font-size: 1.7em;
  }
  .associados__passos__item__num {
    left: calc(50% - 130px);
    top: auto;
    bottom: 0;
    transform: none;
    font-size: 130px;
  }

  .associados__passos__item:last-child h4 {
    color: #333f49;
  }

  .slick-slide:last-child .associados__passos__item h4 {
    color: #3fc08a;
  }

  .associados__programa {
    padding: 0 0 80px;
  }

  .associados__programa__content {
    flex-wrap: wrap-reverse;
    padding: 40px 20px;
  }

  .associados__programa__img {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .associados__programa__txt h2 {
    line-height: 1.2;
  }

  .associados__beneficios__img {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
  }

  .associados__beneficios__img:after {
    right: 30px;
    bottom: 5px;
    width: 62px;
    height: 62px;
    border-radius: 0 0 47px 0;
  }
  .associados__beneficios__img:before {
    left: 0px;
    top: 20px;
    width: 62px;
    height: 62px;
    border-radius: 47px 0 0 0;
  }

  .associados__beneficios__txt {
    padding-left: 0;
  }

  .associados__beneficios__txt h2 {
    font-size: 2.8em;
  }

  .associados__beneficios {
    padding-bottom: 80px;
  }

  .associados__carteira__img {
    width: 100%;
    height: auto;
  }

  .associados__carteira__img::before {
    border-radius: 45px 45px 0 0px;
  }
  .associados__carteira__img:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .associados__carteira__img .detalhe.elipse {
    right: 10px;
    top: -82px;
  }
}
