.container-anuidade {
  padding: 0 15px;
}

.row-anuidade {
  margin-left: -15px;
  margin-right: -15px
}

.row-anuidade>* {
  padding-left: 15px;
  padding-right: 15px
}

.row-anuidade .no-menu {
  padding: 0;
}

.row-anuidade .container {
  max-width: 1200px;
}

.row-anuidade ul {
  list-style-type: disc;
  list-style-position: outside;
  font-size: 14px;
  padding-left: 20px
}

.row-anuidade ul li::marker {
  color: #FFFFFF
}

.row-anuidade ul li {
  line-height: 20px;
  margin-bottom: 14px
}

.row-anuidade p {
  font-size: 14px;
  margin-bottom: 27px;
}

.row-anuidade .card-event>p {
  font-size: 12px;
  margin-bottom: 8px;
}

.row-anuidade h1 {
  font-size: 36px;
  font-family: 'Merriweather Sans', sans-serif;
  font-family: var(--ly-font_family2);
  color: #028B92;
  color: var(--ly-color1);
  font-weight: 700;
  margin-bottom: 1em
}

.row-anuidade h2 {
  font-size: 32px;
  margin-bottom: 8px
}

.row-anuidade h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.row-anuidade h5 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px
}

.row-anuidade img,
.row-anuidade svg {
  height: auto;
  max-width: 100%;
}

.row-anuidade a.video-light-box:before {
  background: rgb(0 0 0 / 20%);
  opacity: 1;
  transition: all 300ms;
}

.row-anuidade .row>* {
  padding-left: 15px;
  padding-right: 15px;
}

section.hero-anuidade h2 {
  font-weight: 700;
  font-size: 42px;
  text-align: center;
  color: #00b2bb;
}

section.hero-anuidade p {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  max-width: 854px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

section.hero-anuidade .btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
}

.hero-anuidade .btn-anuidade strong {
  font-size: 23px;
}

.hero-anuidade .btn-anuidade {
  font-size: 16px;
  background: #00b2bb;
  border: 4px solid #00b2bb;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  padding: 0 27px;
  min-height: 120px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.hero-anuidade .btn-anuidade:hover {
  background: #00b2bb;
}


.hero-anuidade .btn-anuidade2 {
  color: #00b2bb;
  border-radius: 10px;
  background: #ffffff;
  border: 4px solid #00b2bb;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1)
}

.hero-anuidade .btn-anuidade2:hover {
  color: #00b2bb;
  background: #ffffff;
}


section.hero-anuidade .btns a strong {
  display: block;
}

.anuidade-categories h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  text-align: center;
  color: #00b2bb;
  margin-bottom: 64px;
}

.anuidade-categories .items {
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1170px;
  margin: 0 auto;
}

.anuidade-categories .item {
  flex: 1 1 300px;
  /* flex: 1 1 370px; */
  /* max-width: 370px; */
}

.tab-item .title {
  cursor: pointer;
}

.tab-item .content {
  display: none;
  max-width: 300px;
}

.card-categorie {
  background-color: #FFFFFF;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 32px
}

.card-categorie h3 {
  color: #00b2bb;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 28px;
}


.tab-item h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #00b2bb;
  background: #FFFFFF;
  border: 1px solid #00B2BB;
  padding: 9px 20px;
  border-radius: 5px;
}

section.anuidade-categories {
  margin-bottom: 80px;
}

section.block-1 {
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 50px;
  margin-bottom: 125px;
}

section.block-1 .container {
  display: flex;
  justify-content: flex-end;
}

.block-1 .content {
  position: relative;
  background: #008b92;
  border-radius: 5px;
  width: 100%;
  max-width: 1008px;
  padding: 0 48px;
}

section.block-1 .text {
  max-width: 615px;
  margin-left: auto;
  padding: 38px 0 54px;
}

section.block-1 .text,
section.block-1 p,
section.block-1 h3 {
  color: #FFFFFF;
}



section.block-1 .img {
  position: absolute;
  flex: 1 1 470px;
  top: -50px;
  left: -162px;
}

.block-1 img {
  display: block;
}


.block-2 .block-container>h2 {
  font-weight: 300;
  font-size: 70px;
  color: #00b2bb;
  max-width: 492px;
  line-height: 1;
  margin-bottom: 82px;
}

.block-2 .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 40px;
  row-gap: 40px;
}

.block-2 .card-block {
  height: 100%;
  min-height: 460px;
}


.card-block h2 {
  font-weight: 800;
  font-size: 28px;
  line-height: 1.25;
  color: #00b2bb;
  margin-bottom: 24px;
}

.card-block p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #7c7c7c;
}

.card-block {
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 32px 24px;
}

.card-block .img {
  display: flex;
  justify-content: center;
  margin-top: -102px;
  margin-bottom: 22px;
}

section.block-2 {
  padding-bottom: 83px;
  overflow: hidden;
}

section.block-2 .item {
  padding-top: 70px;
}

.block-2 .block-container {
  position: relative;
  z-index: 1;
}

.block-2 ._bgvantagem {
  position: absolute;
  top: 0;
  right: -164px;
  z-index: -1;
}

/* block3 */
section.block-3.s-isbasce {
  background: rgba(225, 96, 10, 1);
}

.block-3 .logoheader {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 322px;
}

/* block3 */
.s-isbasce .block-imgtext {
  background: url(./dist/images/anuidade/bg_sbasce.jpg) no-repeat;
  background-size: cover;
}

.block-imgtext {
  display: flex;
  align-items: center;
  min-height: 481px;
  padding: 48px 0;
}

.block-imgtext h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.block-imgtext p {
  font-weight: 300;
  font-size: 28px;
  line-height: 1.2;
  color: #ffffff;
}

a.btn-p.btn-anuidade1 {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #e1600a;
  height: 40px;
  border-radius: 3px;
  background: #ffffff;
  max-width: 290px;
  padding: 8px 20px;
}

.block-imgtext .text {
  padding-top: 48px;
}

.block-imgtext .img,
.block-imgtext .text {
  padding-left: 15px;
  padding-right: 15px;
}

/* block 4 */
section.block-4 {
  background: #0D81AA;
  padding: 80px 0;
  min-height: 660px;
}

section.block-4 h2 {
  font-weight: 700;
  font-size: 38px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 48px;
}

section.block-4 h3 {
  font-weight: 400;
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 28px;
}

section.block-4 p {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
}

.s-video .video {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* block 5 */
.block-5 {
  margin: 67px 0;
}

.block-5 h2 {
  color: #00b2bb;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 32px;
}

.block-5 p {
  font-weight: 400;
  font-size: 16px;
  color: #4a4a4a;
}

/* block partners */
.block-partners .thumb {
  display: flex;
  align-items: center;
  z-index: 1;
}


.anuidade-partners {
  display: flex;
  flex-wrap: wrap;
  padding: 48px 30px 48px 60px;
  border-radius: 5px;
  border: 1px solid rgba(0, 178, 187, 0.2);
  /* margin-left: -30px; */
}

.anuidade-partners .partner {
  padding: 9px;
  width: 33.333%;
}

.block-partners .list {
  margin-left: -45px;
  padding: 0;
}

.block-partners._reverse .list {
  order: -1;
  margin: 0;
  margin-right: -45px;
}

.block-partners._reverse .anuidade-partners {
  padding: 48px 60px 48px 30px;
}


@media screen and (max-width:1320px) {
  section.block-1 .img {
    position: absolute;
    flex: 1 1 470px;
    top: -50px;
    left: -10%;
    width: 30vw;
  }
}

@media screen and (max-width:1170px) {
  section.block-1 .img {
    position: static;
    flex: 1 1 470px;
    top: 0;
    left: 0;
    width: auto;
  }

  .block-1 .content {
    background: #FFF;
  }

  section.block-1 .text {
    background: #008b92;
    max-width: 100%;
    margin: auto;
    padding: 25px;
    border-radius: 5px;
  }

  section.block-1 .container {
    justify-content: center;
  }

  section.block-1 .img {
    text-align: center;
  }

  .block-1 img {
    margin: auto;
  }

  .block-2 ._bgvantagem {
      width: 30vw;
      right: -8vw;
  }

}
