@keyframes efeito-entrada {
   0% {
      opacity: 0;
      transform: translateY(-100%)
   }

   50% {
      opacity: .5;
      transform: translateY(10%)
   }

   to {
      opacity: 1;
      transform: translateY(0)
   }
}

@keyframes efeito-opacity {
   from {
      opacity: 0
   }

   to {
      opacity: 1
   }
}

@keyframes rotate-arrow-start {
   from {
      transform: rotate(0)
   }

   to {
      transform: rotate(-180deg)
   }
}

@keyframes rotate-arrow-end {
   from {
      transform: rotate(-180deg)
   }

   to {
      transform: rotate(0)
   }
}

@keyframes heighOpentItems {
   from {
      opacity: .2
   }

   to {
      opacity: 1
   }
}

@keyframes heighClosetItems {
   from {
      opacity: 1
   }

   to {
      opacity: .2
   }
}

* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   font-family: poppins, sans-serif
}

html {
   scroll-behavior: smooth
}

body {
   background-color: #ffefeb
}

ul li {
   list-style: none
}

a {
   text-decoration: none
}

img,
video {
   max-width: 100%;
   height: auto;
   display: block
}

.mobile-content {
  display: none !important;
}
@media screen and (max-width: 33.75rem) {
  .mobile-content {
    display: inherit !important;
  }
}

.desktop-content {
  display: inherit;
}
@media screen and (max-width: 33.75rem) {
  .desktop-content {
    display: none !important;
  }
}

.main__iso{
    margin-top: 8rem;
}

.main__iso img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.main {
   margin-top: 80px;
   padding: 0 48px;
   background-repeat: no-repeat;
   background-size: cover;
   position: relative;
   overflow: hidden
}

@media screen and (max-width:64rem) {
   .main {
      padding: 0 24px
   }
}

.main .main__container {
   width: 100%;
   max-width: 1290px;
   margin: 142px auto 0;
   display: flex;
   justify-content: space-between;
   position: relative
}

@media screen and (max-width:48rem) {
   .main .main__container {
      margin: 100px auto 0;
      gap: 42px;
      flex-direction: column;
      align-items: center
   }
}

.main .main__articletitulo,
.main .main__divimg {
   position: relative;
   z-index: 3
}

.main .main__articletitulo {
   margin-top: 30px
}

@media screen and (max-width:48rem) {
   .main .main__articletitulo {
      margin: 0
   }
}

.main .main__articletitulo h1 {
   max-width: 429px;
   color: #fff;
   font-size: 2.75rem;
   font-weight: 700;
   line-height: 3.0625rem;
   animation: efeito-entrada 1s ease-out forwards
}

@media screen and (max-width:64rem) {
   .main .main__articletitulo h1 {
      font-size: 2.5rem;
      line-height: 3.125rem
   }
}

.main .main__articletitulo p {
   max-width: 491px;
   margin: 16px 0 48px;
   color: #fff;
   animation: efeito-entrada 1.1s ease-out forwards;
   font-size: 1.25rem;
   font-weight: 500;
   line-height: normal
}

@media screen and (max-width:33.75rem) {
   .main .main__articletitulo p br {
      display: none
   }
}

.main .main__articletitulo a {
   animation: efeito-entrada 1.2s ease-out forwards
}

.main .main__articletitulo .button__grupo {
   display: flex;
   gap: 8px;
   flex-wrap: wrap
}

.main .main__divimg {
   flex-shrink: 0;
   align-self: flex-end;
   animation: efeito-opacity 1s ease-out forwards
}

@media screen and (max-width:48rem) {
   .main .main__divimg {
      margin: 0 auto
   }
}

.main--azul-3 {
   min-height: 60vh;
   padding: 0 0 0 32px;
   background-color: #165dad;
   background-image: url(../../imgs/iso/main-hero-banner.webp)
}

@media screen and (max-width:64rem) {
   .main--azul-3 {
      padding: 0 0 0 24px
   }
}

@media screen and (max-width:48rem) {
   .main--azul-3 {
       min-height: auto;
      padding: 0 24px;
      background-image: none;
   }
}

.main--azul-3 .main__container::before {
   content: "";
   width: 910px;
   height: 455px;
   position: absolute;
   right: -200px;
   bottom: 0;
   background-image: url(../../imgs/vetores/vetor-arco.svg);
   background-repeat: no-repeat;
   background-position: 100% 20px;
   display: block;
   animation: efeito-opacity 1s ease-in forwards
}

@media screen and (max-width:48rem) {
   .main--azul-3 .main__container::before {
      right: calc(100% - 768px);
      background-size: 100%;
      background-position: 50% 20px
   }
}

@media screen and (max-width:33.75rem) {
   .main--azul-3 .main__container::before {
      display: none
   }
}

.main--azul-3 .main__articletitulo {
   margin-top: 80px
}

@media screen and (max-width:64rem) {
   .main--azul-3 .main__articletitulo {
      margin-top: 0
   }
}

.main--azul-3 .main__articletitulo h1,
.main--azul-3 .main__articletitulo p {
   max-width: 500px
}

@media screen and (max-width:33.75rem) {
   .main--azul-3 .main__articletitulo p {
      margin: 16px 0
   }
}

@media screen and (max-width:48rem) {
   .main--azul-3 .main__divimg {
      height: 450px
   }
}

@media screen and (max-width:48rem) {
   .main--azul-3 .main__divimg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center
   }
}
.card__modal {
   max-width: 1148px;
   margin: 0 auto;
   padding: 16px;
   display: flex;
   gap: 109px;
   background-color: #fff;
   border-radius: 2rem;
   box-shadow: 0 0 17px rgba(255, 97, 56, .17)
}

@media screen and (max-width:80rem) {
   .card__modal {
      gap: 64px
   }
}

@media screen and (max-width:64rem) {
   .card__modal {
      gap: 32px
   }
}

@media screen and (max-width:48rem) {
   .card__modal {
      padding: 0
   }
}

.card__modal .card__modal__divcapa {
   flex-shrink: 0
}

@media screen and (max-width:64rem) {
   .card__modal .card__modal__divcapa {
      flex: 1 1 100%
   }
}

@media screen and (max-width:48rem) {
   .card__modal .card__modal__divcapa {
      display: none
   }
}

.card__modal .card__modal__divcapa img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   -o-object-position: center;
   object-position: center;
   border-radius: 16px
}

.card__modal .card__modal__divinfos {
   width: 100%;
   padding: 56px 8px 8px 0
}

@media screen and (max-width:48rem) {
   .card__modal .card__modal__divinfos {
      padding: 56px
   }
}

@media screen and (max-width:33.75rem) {
   .card__modal .card__modal__divinfos {
      padding: 48px 28px
   }
}

.card__modal .card__modal__divinfos h1 {
   margin-bottom: 16px;
   color: #ff6138;
   font-size: 1.9375rem;
   font-weight: 700;
   text-transform: capitalize
}

.card__modal .card__modal__divinfos p {
   max-width: 410px;
   margin-bottom: 32px;
   color: #3a3a3a;
   font-size: 1.4375rem;
   font-weight: 400;
   line-height: 2.15625rem;
   font-weight: 400
}

@media screen and (max-width:64rem) {
   .card__modal .card__modal__divinfos p {
      font-size: 1.25rem;
      line-height: 1.875rem
   }
}

.card__modal .card__modal__divinfos__divinput {
   display: flex;
   flex-direction: column;
   gap: 32px
}

.card__modal .card__modal__divinfos__divinput .card__modal__divinfos__inputs label {
   max-width: 410px;
   display: flex;
   flex-direction: column
}

.card__modal .card__modal__divinfos__divinput .card__modal__divinfos__inputs label div {
   display: flex;
   gap: 12px;
   align-items: center;
   border-bottom: 1px solid #ff6138
}

.card__modal .card__modal__divinfos__divinput .card__modal__divinfos__inputs label div svg {
   flex-shrink: 0
}

.card__modal .card__modal__divinfos__divinput .card__modal__divinfos__inputs label input {
   width: 100%;
   padding: 16px 0;
   font-size: 1rem;
   color: #3a3a3a;
   border: none;
   outline: none
}

.card__modal .card__modal__divinfos__divbuttons {
   margin-top: 62px;
   display: flex;
   justify-content: flex-end;
   gap: 8px
}

@media screen and (max-width:48rem) {
   .card__modal .card__modal__divinfos__divbuttons {
      justify-content: flex-start
   }
}

.card__modal .card__modal__divinfos__divbuttons button {
   flex: .45;
   cursor: pointer
}

@media screen and (max-width:33.75rem) {
   .card__modal .card__modal__divinfos__divbuttons button {
      flex: 1
   }
}

.card__modal--azul-2 .card__modal__divinfos h1 {
   color: #338cc8
}

.card__modal--azul-2 .card__modal__divinfos__inputs svg path {
   stroke: #338cc8
}

.card__modal--azul-2 .card__modal__divinfos__divinput .card__modal__divinfos__inputs label div {
   border-bottom: 1px solid #338cc8
}

.card__modal--azul-3 .card__modal__divinfos h1 {
   color: #165dad
}

.card__modal--azul-3 .card__modal__divinfos__inputs svg path {
   stroke: #165dad
}

.card__modal--azul-3 .card__modal__divinfos__divinput .card__modal__divinfos__inputs label div {
   border-bottom: 1px solid #165dad
}

.card__modal--azul-4 .card__modal__divinfos h1 {
   color: #0a4793
}

.card__modal--azul-4 .card__modal__divinfos__inputs svg path {
   stroke: #0a4793
}

.card__modal--azul-4 .card__modal__divinfos__divinput .card__modal__divinfos__inputs label div {
   border-bottom: 1px solid #0a4793
}

.card__modal--azul-5 .card__modal__divinfos h1 {
   color: #2275b5
}

.card__modal--azul-5 .card__modal__divinfos__inputs svg path {
   stroke: #2275b5
}

.card__modal--azul-5 .card__modal__divinfos__divinput .card__modal__divinfos__inputs label div {
   border-bottom: 1px solid #2275b5
}

.card__modal--amarelo .card__modal__divinfos h1 {
   color: #dbac04
}

.card__modal--amarelo .card__modal__divinfos__inputs svg path {
   stroke: #dbac04
}

.card__modal--amarelo .card__modal__divinfos__divinput .card__modal__divinfos__inputs label div {
   border-bottom: 1px solid #dbac04
}

.card__modal--roxo .card__modal__divinfos h1 {
   color: #503d92
}

.card__modal--roxo .card__modal__divinfos p span {
   color: #503d92;
   font-weight: 500
}

.card__modal--roxo .card__modal__divinfos__inputs svg path {
   stroke: #503d92
}

.card__modal--roxo .card__modal__divinfos__divinput .card__modal__divinfos__inputs label div {
   border-bottom: 1px solid #503d92
}

.cards {
   padding: 24px;
   position: relative;
   background-color: #fff;
   box-shadow: 0 0 17px rgba(255, 97, 56, .17);
   border-radius: 2rem
}

.cards::before {
   content: "";
   width: 82px;
   height: 1px;
   position: absolute;
   left: 50%;
   bottom: 0;
   transform: translateX(-50%)
}

.cards .cards__icon {
   width: 56px;
   height: 56px;
   margin-bottom: 16px;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50%
}

.cards h1 {
   margin-bottom: 8px;
   font-size: 1.25rem;
   font-weight: 600
}

.cards p {
   color: #3a3a3a;
   font-size: .875rem;
   font-weight: 500;
   line-height: 1.3125rem
}

.cards p strong {
   color: #ff6138;
   font-weight: 600
}

.cards__lista {
   margin-top: 24px;
   display: flex;
   flex-direction: column;
   gap: 24px
}

.cards__lista li {
   display: flex;
   gap: 8px;
   color: #3a3a3a;
   font-size: .875rem;
   font-weight: 500;
   line-height: normal;
   position: relative
}

.cards__lista li::before {
   content: "";
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   background-position: 50%;
   background-repeat: no-repeat;
   background-size: cover
}

.cards__lista--laranja li::before {
   background-image: url(../../imgs/vetores/check-circle-laranja.svg)
}

.cards--laranja::before {
   background-color: #ff6138
}

.cards--laranja .cards__icon--laranja {
   background-color: rgba(243, 201, 177, .2)
}

.cards--laranja .cards__titulo--laranja {
   color: #ff6138
}

.cards--verdeclaro::before {
   background-color: #70be5a
}

.cards--verdeclaro .cards__icon--verde {
   background-color: rgba(194, 228, 185, .2)
}

.cards--verdeclaro .cards__titulo--verde {
   color: #70be5a
}

.cards--amarelo::before {
   background-color: #e0b109
}

.cards--amarelo .cards__icon--amarelo {
   background-color: #fbf5df
}

.cards--amarelo .cards__titulo--amarelo {
   color: #e0b109
}

.cards--azul-1::before {
   background-color: #165dad
}

.cards--azul-1 .cards__icon--azul {
   background-color: rgba(152, 200, 255, .2)
}

.cards--azul-1 .cards__titulo--azul {
   color: #165dad
}

.cards--azul-2::before {
   background-color: #165dad
}

.cards--azul-2 .cards__icon--azul {
   background-color: rgba(142, 192, 255, .2)
}

.cards--azul-2 .cards__titulo--azul {
   color: #165dad
}

.cards--roxo::before {
   background-color: #503d92
}

.cards--roxo .cards__icon--roxo {
   background-color: rgba(97, 77, 172, .2)
}

.cards--roxo .cards__titulo--roxo {
   color: #503d92
}

.cards-3--roxo .cards-3__descricao h2 {
   color: #503d92 !important
}

.cards-3--roxo .cards-3__descricao .cards-3__descricao__divicon svg path {
   stroke: #503d92 !important
}

.cards-5--roxo::before {
   background-color: #524093
}

.cards-5--roxo .cards-5__icone svg path {
   stroke: #503d92
}

.cards-5--roxo .cards-5__info h1 {
   color: #524093
}

.cards-5--azul::before {
   background-color: #2275b5
}

.cards-5--azul .cards-5__icone svg path {
   stroke: #2275b5
}

.cards-5--azul .cards-5__info h1 {
   color: #2275b5
}

.cards-2 {
   position: relative;
   background-color: #fff;
   border-radius: 2rem;
   box-shadow: 0 0 17px rgba(255, 97, 56, .17);
   overflow: hidden
}

.cards-2::before {
   content: "";
   width: 82px;
   height: 1px;
   position: absolute;
   left: 50%;
   bottom: 0;
   transform: translateX(-50%);
   background-color: #ff6138
}

.cards-2 .cards-2__divimg {
   width: 100%;
   height: 231px;
   overflow: hidden
}

.cards-2 .cards-2__divimg img {
   width: 100%;
   height: 100%;
   -o-object-position: center;
   object-position: center;
   -o-object-fit: cover;
   object-fit: cover
}

.cards-2 .cards-2__descricao {
   padding: 8px 24px 34px
}

.cards-2 .cards-2__descricao h2 {
   color: #ff6138;
   font-size: 1.25rem;
   font-weight: 600
}

.cards-2 .cards-2__descricao span {
   margin: 8px 0;
   display: block;
   color: #b7b7b7;
   font-size: .8125rem;
   font-weight: 400
}

.cards-2 .cards-2__descricao p {
   color: #3a3a3a;
   font-size: .875rem;
   font-weight: 400;
   line-height: 1.3125rem
}

.cards-2 .cards-2__descricao p+p {
   margin-top: 24px
}

.cards-3 {
   position: relative;
   background-color: #fff;
   border-radius: 2rem;
   box-shadow: 0 0 17px rgba(255, 97, 56, .17);
   overflow: hidden
}

.cards-3 .cards-3__descricao {
   padding: 24px 24px 20px;
   display: flex;
   flex-direction: column;
   gap: 8px
}

.cards-3 .cards-3__descricao h2 {
   color: #ff6138;
   font-size: 1.25rem;
   font-weight: 600
}

.cards-3 .cards-3__descricao .cards-3__descricao__divicon {
   display: flex;
   gap: 8px;
   align-items: center
}

.cards-3 .cards-3__img {
   width: 100%;
   height: 270px;
   position: relative
}

.cards-3 .cards-3__img img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   -o-object-position: center;
   object-position: center
}

.cards-3 .cards-3__img .cards-3__img__linksocial {
   width: 100%;
   position: absolute;
   left: 0;
   bottom: 24px;
   z-index: 10;
   display: flex;
   flex-direction: column;
   gap: 8px;
   align-items: center
}

.cards-3 .cards-3__img .cards-3__img__linksocial p {
   color: #fff;
   font-size: 1.25rem;
   font-weight: 500;
   line-height: normal
}

.cards-3 .cards-3__img .flex__socialmidia {
   display: flex;
   justify-content: center;
   gap: 25px
}

.cards-4 {
   max-width: 500px;
   padding: 24px 24px 34px;
   position: relative;
   display: flex;
   gap: 32px;
   background-color: #fff;
   border-radius: 1.5rem;
   animation: home-vetor 3e3ms linear forwards infinite alternate
}

@media screen and (max-width:33.75rem) {
   .cards-4 {
      gap: 20px
   }
}

.cards-4::before {
   content: "";
   width: 64px;
   height: 52px;
   position: absolute;
   bottom: 0;
   background-image: url(../../imgs/vetores/destaque.svg);
   background-repeat: no-repeat;
   background-size: cover
}

.cards-4 .cards-4__img {
   width: 56px;
   height: 56px;
   flex-shrink: 0;
   border-radius: 50%;
   overflow: hidden
}

.cards-4 .cards-4__img img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   -o-object-position: center;
   object-position: center
}

.cards-4 .cards-4__info {
   max-width: 519px;
   display: flex;
   flex-direction: column;
   gap: 8px
}

.cards-4 .cards-4__info .cards-4__info__header {
   display: flex;
   justify-content: space-between
}

.cards-4 .cards-4__info .cards-4__info__header h1 {
   color: #074087;
   font-size: 1.125rem;
   font-weight: 600
}

.cards-4 .cards-4__info .cards-4__info__descricao {
   max-width: 351px;
   color: #3a3a3a;
   font-size: 1.0625rem;
   font-weight: 500;
   line-height: 1.59375rem
}

@media screen and (max-width:33.75rem) {
   .cards-4 .cards-4__info .cards-4__info__descricao {
      font-size: 1rem
   }
}

.cards-5 {
   max-width: 412px;
   padding: 24px;
   position: relative;
   display: flex;
   gap: 24px;
   background-color: #fff;
   border-radius: 2rem;
   box-shadow: 0 0 17px rgba(255, 97, 56, .17)
}

@media screen and (max-width:33.75rem) {
   .cards-5 {
      gap: 20px
   }
}

.cards-5::before {
   content: "";
   width: 82px;
   height: 1px;
   position: absolute;
   left: 50%;
   bottom: 0;
   transform: translateX(-50%)
}

.cards-5 .cards-5__icone {
   width: 56px;
   height: 56px;
   background-color: #ecf3f9;
   flex-shrink: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50%;
   overflow: hidden
}

.cards-5 .cards-5__info h1 {
   margin-bottom: 8px;
   font-size: 1.125rem;
   font-weight: 600
}

.cards-5 .cards-5__info p {
   color: #3a3a3a;
   font-size: .875rem;
   font-weight: 500;
   line-height: normal
}

.button {
   width: -moz-fit-content;
   width: fit-content;
   padding: 19px 20px;
   display: flex;
   gap: 10px;
   align-items: center;
   justify-content: center;
   background-color: #ffefeb;
   font-size: 1.25rem;
   font-weight: 700;
   border-radius: 62.4375rem;
   transition: .3s ease-out;
   border: none;
   text-transform: uppercase
}

@media screen and (max-width:33.75rem) {
   .button {
      font-size: 1.125rem
   }
}

.button__outline {
   background-color: initial;
   border: 1px solid #ff6138
}

.button__outline--2 {
   background-color: initial;
   border: 1px solid #338cc8
}

.button__outline--3 {
   background-color: initial;
   border: 1px solid #dbac04
}

.button__outline--4 {
   background-color: initial;
   border: 1px solid #165dad
}

.button__outline--5 {
   background-color: initial;
   color: #ffefeb;
   border: 1px solid #ffefeb
}

.button__outline--6 {
   background-color: initial;
   border: 1px solid #0a4793
}

.button__outline--7 {
   background-color: initial;
   border: 1px solid #2275b5
}

.button__outline--roxo {
   background-color: initial;
   border: 1px solid #503d92
}

.button__outline--branco {
   background-color: initial;
   color: #ffefeb;
   border: 1px solid #ffefeb
}

.button__small {
   padding: 9.5px 16px;
   font-weight: 600
}

.button__full {
   color: #fff
}

.button__full--laranja {
   background-color: #ff6138;
   color: #fff
}

.button__full--azul-2 {
   background-color: #1b6aa8;
   color: #fff
}

.button__full--amarelo {
   background-color: #cda206;
   color: #fff
}

.button__full--azul-3 {
   background-color: #165dad;
   color: #fff
}

.button__full--azul-4 {
   background-color: #0a4793;
   color: #fff
}

.button__full--azul-5 {
   background-color: #2275b5;
   color: #fff
}

.button__full--azul-6 {
   background-color: #1e5a88;
   color: #fff
}

.button__full--roxo {
   background-color: #503d92;
   color: #fff
}

.button--verde {
   color: #116737
}

.button--verde-2 {
   color: #70be5a
}

.button--laranja {
   color: #e97244
}

.button--laranja-2 {
   color: #f78c51
}

.button--laranja-3 {
   color: #ff6138
}

.button--azulclaro {
   color: #338cc8
}

.button--azulclaro-2 {
   color: #1c8bcc
}

.button--azul {
   color: #004b97
}

.button--azul-2 {
   color: #165dad
}

.button--azul-3 {
   color: #0a4793
}

.button--azul-4 {
   color: #2275b5
}

.button--azulclaro-3 {
   color: #2275b5
}

.button--amarelo {
   color: #e0b109
}

.button--roxo {
   color: #524093
}

.button--preto {
   color: #090c15
}

.section1__iso {
   position: relative;
   z-index: 5
}

.section1__iso .section1__iso__container {
   max-width: 1290px;
   margin: -3rem auto 0 auto;
   position: relative;
   z-index: 2
}

@media screen and (max-width:64rem) {
   .section1__iso .section1__iso__container {
      margin: 2rem auto 0 auto;
   }
}

.section1__iso .section1__iso__items {
   display: flex;
   gap: 30px;
   justify-content: center
}

@media screen and (max-width:80rem) {
   .section1__iso .section1__iso__items {
      padding: 0 24px
   }
}

@media screen and (max-width:64rem) {
   .section1__iso .section1__iso__items {
      flex-wrap: wrap
   }
}

.section1__iso .section1__iso__items article {
   max-width: 300px;
   flex: 1 1 240px
}

@media screen and (max-width:64rem) {
   .section1__iso .section1__iso__items article {
      max-width: 400px
   }
}

.section1__iso .section1__iso__main {
   margin: 0 auto;
   padding: 0 24px;
   position: relative;
   top: 100px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 61px
}

@media screen and (max-width:48rem) {
   .section1__iso .section1__iso__main {
      gap: 40px
   }
}

@media screen and (max-width:33.75rem) {
   .section1__iso .section1__iso__main {
      flex-direction: column
   }
}

.section1__iso .section1__iso__main>h1 {
   max-width: 665px;
   color: #165dad;
   text-align: center;
   font-size: 1.9375rem;
   font-weight: 700;
   line-height: 2.3rem
}

@media screen and (max-width:48rem) {
   .section1__iso .section1__iso__main>h1 {
      font-size: 1.5rem;
      line-height: 2.25rem
   }
}

.section1__iso .section1__iso__main .main__containerflex {
   max-width: 900px;
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   grid-template-rows: auto 147px auto;
   gap: 30px
}

@media screen and (max-width:48rem) {
   .section1__iso .section1__iso__main .main__containerflex {
      max-width: 500px;
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: 147px
   }
}

@media screen and (max-width:33.75rem) {
   .section1__iso .section1__iso__main .main__containerflex {
      grid-template-rows: auto
   }
}

.section1__iso .section1__iso__main .carditem {
   padding: 1.5rem;
   display: flex;
   gap: 1.25rem;
   background-color: #fff;
   box-shadow: 0 0 17px rgba(255, 97, 56, .17);
   border-radius: 2rem
}

@media screen and (max-width:33.75rem) {
   .section1__iso .section1__iso__main .carditem {
      gap: 1rem
   }
}

.section1__iso .section1__iso__main .carditem .carditem__icone {
   flex-shrink: 0;
   width: 3.5rem;
   height: 3.5rem;
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: #ecf3f9;
   border-radius: 50%
}

.section1__iso .section1__iso__main .carditem p {
   color: #165dad;
   font-size: 1.25rem;
   font-weight: 600;
   line-height: normal
}

@media screen and (max-width:64rem) {
   .section1__iso .section1__iso__main .carditem p {
      font-size: 1.125rem
   }
}

@media screen and (max-width:33.75rem) {
   .section1__iso .section1__iso__main .carditem p {
      font-size: 1rem
   }
}

.section2__iso {
   margin-top: -160px;
   padding: 400px 48px 261px;
   background-image: url(../../imgs/iso/section2-bg.webp);
   background-repeat: no-repeat;
   background-size: cover;
   position: relative
}

@media screen and (max-width:64rem) {
   .section2__iso {
      padding: 500px 48px 140px
   }
}

@media screen and (max-width:48rem) {
   .section2__iso {
      padding: 400px 24px 180px;
      background-position: 50%
   }
}

@media screen and (max-width:33.75rem) {
   .section2__iso {
      padding: 350px 24px 140px
   }
}

@media screen and (max-width:33.75rem) {
   .section2__iso img {
      max-width: 140px;
   }
}

.section2__iso::after {
   content: "";
   width: 100%;
   height: 170px;
   position: absolute;
   right: 0;
   bottom: 40%;
   display: block;
   background-image: url(../../imgs/vetores/linha-8.svg);
   background-repeat: no-repeat;
   background-position: 100%;
   filter: invert(93%)sepia(94%)saturate(0%)hue-rotate(248deg)brightness(106%)contrast(106%)
}

@media screen and (max-width:48rem) {
   .section2__iso::after {
      bottom: auto;
      top: 40%
   }
}

.section2__iso .section2__iso__container {
   max-width: 1290px;
   margin: 0 auto;
   padding-left: 110px;
   display: flex;
   gap: 40px;
   align-items: flex-end;
   position: relative;
   z-index: 2
}

@media screen and (max-width:64rem) {
   .section2__iso .section2__iso__container {
      padding-left: 60px
   }
}

@media screen and (max-width:48rem) {
   .section2__iso .section2__iso__container {
      padding-left: 0;
      flex-direction: column;
      align-items: center;
      justify-content: center
   }
}

.section2__iso .section2__iso__divinfo h1 {
   margin-bottom: 35px;
   color: #fff;
   font-size: 1.9375rem;
   font-weight: 700;
   line-height: normal
}

@media screen and (max-width:48rem) {
   .section2__iso .section2__iso__divinfo h1 {
      text-align: center
   }
}

.section2__iso .section2__iso__divinfo .button {
   padding: 1rem 1.25rem
}

@media screen and (max-width:48rem) {
   .section2__iso .section2__iso__divinfo .button {
      margin: 0 auto
   }
}

.section3__iso {
   padding: 0 48px;
   position: relative;
   top: -100px
}

@media screen and (max-width:48rem) {
   .section3__iso {
      padding: 0;
      top: -60px
   }
}

.section3__iso::before {
   content: "";
   width: 100%;
   height: 250px;
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   display: block;
   z-index: -1;
   background-image: url(../../imgs/vetores/linha-4.svg);
   background-repeat: no-repeat;
   background-position: 0;
   filter: invert(33%)sepia(67%)saturate(1252%)hue-rotate(187deg)brightness(80%)contrast(102%)
}

.section3__iso .section5__escpublica__container {
   max-width: 1200px;
   margin: 0 auto;
   position: relative
}


.footer {
   padding: 40px 48px 0;
   background-repeat: no-repeat;
   background-size: cover;
   overflow: hidden
}

@media screen and (max-width:64rem) {
   .footer {
      padding: 40px 24px 0
   }
}

@media screen and (max-width:48rem) {
   .footer {
      background-size: contain;
      background-position: bottom
   }
}

.footer .footer__container {
   max-width: 1290px;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
   gap: 40px
}

@media screen and (max-width:64rem) {
   .footer .footer__container {
      gap: 30px
   }
}

@media screen and (max-width:48rem) {
   .footer .footer__container {
      flex-wrap: wrap
   }
}

@media screen and (max-width:33.75rem) {
   .footer .footer__container {
      flex-direction: column
   }
}

.footer .footer__redessociais {
   flex-shrink: 0
}

.footer .footer__redessociais p {
   margin-top: 16px;
   color: #fff;
   font-size: 1.25rem;
   font-weight: 700;
   line-height: 1.5625rem
}

.footer .footer__redessociais small {
   margin: 16px 0;
   display: block;
   color: #fff;
   font-size: 1.25rem;
   font-weight: 600;
   line-height: normal
}

.footer .footer__redessociais .footer__redessociais__lista {
   display: flex;
   gap: 16px
}

.footer .footer__redessociais .footer__redessociais__lista a {
   display: block
}

.footer .footer__navlinks {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 20px
}

@media screen and (max-width:80rem) {
   .footer .footer__navlinks {
      grid-template-columns: repeat(3, 1fr)
   }
}

@media screen and (max-width:64rem) {
   .footer .footer__navlinks {
      grid-template-columns: repeat(2, 1fr)
   }
}

@media screen and (max-width:48rem) {
   .footer .footer__navlinks {
      order: 3;
      grid-template-columns: repeat(4, 1fr)
   }
}

@media screen and (max-width:33.75rem) {
   .footer .footer__navlinks {
      grid-template-columns: repeat(2, 1fr)
   }
}

.footer .footer__navlinks .footer__navlinks__items p {
   margin-bottom: 8px;
   color: #fff;
   font-size: 1.25rem;
   font-style: normal;
   font-weight: 600;
   line-height: 1.875rem
}

.footer .footer__navlinks .footer__navlinks__items a {
   color: #fff;
   font-size: 1.0625rem;
   font-weight: 400;
   line-height: 1.875rem
}

@media screen and (max-width:33.75rem) {
   .footer .footer__map {
      order: 3 !important
   }
}

.footer .footer__map .footer__map__items {
   margin-bottom: 24px
}

.footer .footer__map .footer__map__items p {
   margin-bottom: 4px;
   color: #fff;
   font-size: 1.25rem;
   font-style: normal;
   font-weight: 600;
   line-height: 1.875rem
}

.footer .footer__map .footer__map__items small {
   color: #fff;
   font-size: 1.0625rem;
   font-weight: 400;
   line-height: 1.875rem
}

.footer .footer__map .footer__map__container {
   width: 100%;
   height: 237px;
   background-color: #fff
}

.footer .footer__copy {
   margin: 45px 0 23px
}

.footer .footer__copy .footer__copy__lista {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 16px
}

.footer .footer__copy .footer__copy__info {
   margin-top: 16px;
   text-align: center;
   color: #fff
}

.footer .footer__copy .footer__copy__info a {
   color: #fff;
   text-decoration: underline
}

.footer--azul-3 {
   background-color: #165dad;
   background-image: url(../../imgs/iso/footer-iso.webp)
}

.newsletterIframe iframe {
   height: 160px !important
}

@media screen and (max-width:68.75rem) {
   .newsletterIframe iframe {
      height: 220px !important
   }
}

@media screen and (max-width:48rem) {
   .newsletterIframe iframe {
      height: 300px !important
   }
}