:root {
  --forest-green: #409b46;
  --white: white;
  --dark-slate-blue: #214a6b;
  --black: black;
  --gold: #f8d80b;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.body {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.div-block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.div-block-2 {
  flex-direction: column;
  align-items: center;
  width: 200px;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.navbar {
  background-color: #dddc;
  width: 100%;
  height: 100%;
}

.container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav-menu {
  flex-direction: column;
  display: flex;
}

.section {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: 250px;
  display: flex;
  position: relative;
}

.div-block-3 {
  background-color: #cae78e;
  width: 1145px;
  min-width: 1145px;
  height: 350px;
}

.div-block-4 {
  background-color: #ebe0af;
  flex-direction: column;
  align-items: flex-start;
  width: 500px;
  min-width: auto;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.div-block-5 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 1400px;
  display: flex;
}

.div-block-6 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 820px;
  max-width: none;
  height: 800px;
  display: flex;
  position: relative;
}

.div-block-7 {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block-8 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: auto;
  display: flex;
  position: relative;
}

.div-block-9 {
  background-color: #52e64dd6;
  width: 820px;
  min-width: auto;
  height: 462px;
  position: relative;
}

.div-block-10 {
  background-color: #c59898;
  width: 250px;
  height: 100%;
}

.div-block-11 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section-2 {
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  box-shadow: none;
  background-color: #0000;
  background-image: none;
  border-top: 0 #000;
  border-bottom: 8px #09face;
  border-radius: 3px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
  display: flex;
  position: relative;
}

.block-banner-hero {
  z-index: 5;
  background-color: #0000;
  background-image: url('../images/desenvolver-abraando-o-saber.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1145px;
  height: 450px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 20px 3px #0000001a;
}

.section-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: absolute;
}

.navbar-2 {
  z-index: auto;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  min-width: 1400px;
  height: 100%;
  display: block;
  position: static;
}

.div-block-13 {
  border-top: 20px #f7f7f7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  display: block;
  position: static;
}

.block-menu {
  z-index: 10;
  border-style: none;
  border-width: 5px 0;
  border-color: var(--forest-green) #000 #09face;
  background-color: var(--white);
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 90px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: auto;
}

.block-cortina {
  z-index: 10;
  opacity: 1;
  background-color: #0000;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-14 {
  background-color: var(--dark-slate-blue);
  width: 100%;
  height: 100%;
}

.div-block-15 {
  width: 1000px;
  height: 100%;
}

.section-4 {
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-16 {
  z-index: 2;
  background-color: #0000;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 1100px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  top: auto;
}

.block-malha-de-logo {
  z-index: 4;
  opacity: .04;
  filter: sepia();
  background-image: url('../images/points.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 4px;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.block-slide-cores {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.slider {
  width: 100%;
  height: 100%;
}

.right-arrow, .left-arrow, .slide-nav {
  display: none;
}

.block-slide-blue {
  background-color: #b3d7f0;
  background-image: none;
  width: 100%;
  height: 100%;
}

.block-slide-green {
  background-color: #97e9b9;
  background-image: none;
  width: 100%;
  height: 100%;
}

.brand {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-items: center;
  width: 20%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  bottom: auto;
}

.nav-menu-2 {
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-link {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.block-slide-yellow {
  background-color: #f3f7cb;
  background-image: none;
  width: 100%;
  height: 100%;
}

.block-slide-gray {
  background-image: radial-gradient(circle, #f0f0f0, #f1f1f1);
  width: 100%;
  height: 100%;
}

.block-gray-under-hero {
  z-index: 4;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  overflow: hidden;
}

.div-block-18 {
  background-color: #0000;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-19 {
  background-color: var(--white);
  width: 300%;
  height: 200%;
  transform: rotate(20deg);
}

.div-block-20 {
  background-color: var(--white);
  width: 50%;
  height: 100%;
  position: absolute;
}

.block-vinheta {
  z-index: 5;
  opacity: .05;
  background-color: #0000;
  background-image: url('../images/brasil-no-mundo.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.block-under {
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000001a);
  width: 100%;
  height: 150px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-21 {
  background-color: #0000;
  background-image: linear-gradient(#0000001a, #0000);
  width: 100%;
  height: 150px;
  display: none;
  position: absolute;
  inset: 80px 0% auto;
}

.heading {
  color: var(--black);
  text-align: left;
  letter-spacing: 2px;
  border-bottom: .5px solid #818181;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.heading.h_2 {
  text-align: left;
  border-bottom-style: none;
  padding-left: 0;
  padding-right: 0;
}

.paragraph {
  color: var(--black);
  text-align: left;
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 45px;
  position: relative;
}

.paragraph.p_left {
  text-align: left;
  margin-top: 10px;
}

.div-block-22 {
  opacity: .08;
  filter: grayscale();
  background-image: url('../images/logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 350px;
  height: 350px;
  position: absolute;
  inset: auto;
}

.section-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 650px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.block-image {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.block-text {
  background-color: #f7f7f7;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-25 {
  background-color: #ffdede;
  background-image: url('../images/abracicon-saber-capa.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 294px;
  height: 396px;
  margin-bottom: 0;
  position: relative;
  box-shadow: 1px 1px 14px 7px #00000012;
}

.section-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-26 {
  width: 200px;
}

.heading-2, .heading-2-copy {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.bold-text {
  text-transform: uppercase;
}

.block-revista {
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-28 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--black), transparent 68%);
  filter: blur(20px);
  border-radius: 100%;
  width: 400px;
  height: 450px;
  position: absolute;
}

.div-block-29 {
  flex-direction: column;
  align-items: center;
  width: 500px;
  display: flex;
}

.heading-3 {
  width: 100%;
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  border-bottom: 1px solid #cecece;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-30 {
  margin-top: 50px;
}

.div-block-31 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  color: #474747;
  letter-spacing: 1px;
  background-color: #ebebeb;
  border-radius: 3px;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
}

.body-2 {
  font-family: Open Sans, sans-serif;
}

.div-block-32 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-33 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.block-capa {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  inset: 0% auto 0% 0%;
}

.block-capa.bc_capa_post {
  min-width: 670px;
}

.block-contents {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding: 20px 20px 0;
  display: flex;
  position: relative;
}

.div-block-36 {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 90%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-37 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  width: 600px;
  height: 235.81px;
  box-shadow: 1px 1px 14px #0000001c;
}

.div-block-37.db37_posts {
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 10px;
  position: relative;
}

.block-gradient-up {
  background-color: #0000;
  background-image: linear-gradient(#fff, #0000);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.block-gradient-down {
  background-image: linear-gradient(#0000, #fff);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-40 {
  border-bottom: 1px #d6d6d6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.link-block {
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.link-block.lb_list {
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-4 {
  color: #444;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 35px;
  transition: all .2s;
}

.heading-4:hover {
  color: var(--black);
}

.heading-4.h4_list {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-2 {
  color: #444;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 17px;
  line-height: 35px;
  transition: all .2s;
}

.paragraph-2:hover {
  color: var(--black);
}

.block-h1-capa {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 85%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.heading-5 {
  z-index: 1;
  color: var(--black);
  text-shadow: 2px 2px 18px #fff6;
  margin-top: 10px;
  font-weight: 800;
  position: relative;
}

.div-block-42 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.block-image_capa {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.block-image_capa.bic_post {
  background-color: #ccc;
  background-image: none;
  padding-bottom: 20px;
}

.collection-list-wrapper, .collection-list, .collection-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.text-block {
  z-index: 1;
  color: #5e5e5e;
  letter-spacing: 1px;
  font-size: 13px;
  transition: all .2s;
  position: relative;
}

.text-block:hover {
  color: var(--black);
}

.text-block.tb_list {
  font-size: 11px;
}

.collection-item-2 {
  border-bottom: 1px solid #d6d6d6;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.div-block-43 {
  z-index: 1;
  border-top: 1px solid #700597;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: 5px;
  padding-top: 15px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.redes-sociais {
  opacity: .8;
  background-color: #0000;
  background-image: url('../images/instagram-white.png'), linear-gradient(308deg, #5e0270, #4258ff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 15px, auto;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  margin-left: 5px;
  margin-right: 5px;
  transition: all .2s;
}

.redes-sociais:hover {
  opacity: 1;
  border-radius: 5%;
}

.redes-sociais.rs_facebook {
  background-image: url('../images/facebook-white_2.png'), linear-gradient(308deg, #001341, #004adf);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 15px, auto;
}

.redes-sociais.rs_3 {
  background-image: url('../images/logo-pb.png'), linear-gradient(308deg, #5e0270, #4258ff);
  background-size: 20px, auto;
}

.block-logo {
  z-index: 5;
  background-color: #0000;
  border-bottom: 1px #ddd;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-45 {
  background-color: #0000;
  border-bottom: 1px #696969;
  justify-content: space-between;
  width: 95%;
  height: 100%;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.facebook {
  opacity: .8;
  background-color: #0000;
  background-image: url('../images/facebook-white_2.png'), linear-gradient(308deg, #001d49, #2b5fc7);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 15px, auto;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  transition: all .2s;
}

.facebook:hover {
  opacity: 1;
  border-radius: 5%;
}

.div-block-46 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.tabs-menu {
  background-color: #0000;
  justify-content: flex-end;
  width: 600px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.collection-list-wrapper-2, .collection-list-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.text-block-2 {
  align-self: flex-end;
  font-style: italic;
}

.div-block-47 {
  justify-content: flex-end;
  align-items: center;
  width: 600px;
  padding-left: 5px;
  padding-right: 7px;
  display: flex;
}

.button-2 {
  width: 154px;
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.div-block-48 {
  z-index: 1;
  border: 1px #700597;
  border-bottom-style: solid;
  width: 60%;
  position: relative;
}

.div-block-49 {
  filter: blur(20px);
  background-image: linear-gradient(88deg, #ffffffb0, #0000);
  width: 80%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-block-2 {
  width: 250px;
}

.button-3 {
  z-index: 1;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #640092cc;
  justify-content: center;
  align-items: center;
  width: 154px;
  margin-top: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 10px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
  position: relative;
}

.button-3:hover {
  background-color: #640092;
  border-radius: 20px;
}

.website {
  opacity: .8;
  background-color: #0000;
  background-image: url('../images/instagram-white.png'), linear-gradient(308deg, #5e0270, #4258ff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 15px, auto;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  margin-left: 5px;
  margin-right: 5px;
  transition: all .2s;
}

.website:hover {
  opacity: 1;
  border-radius: 5%;
}

.website.rs_facebook {
  background-image: url('../images/facebook-white_2.png'), linear-gradient(308deg, #001341, #004adf);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 15px, auto;
}

.website.rs_3 {
  background-image: url('../images/logo-pb.png'), linear-gradient(308deg, #5e0270, #4258ff);
  background-size: 20px, auto;
}

.button-4 {
  height: 28px;
}

.link {
  opacity: .8;
  height: 28px;
  color: var(--white);
  letter-spacing: 2px;
  background-image: url('../images/logo-abracicon-white.png'), linear-gradient(#a400bd, #41024b);
  background-position: 10px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 18px, auto;
  border-radius: 20px;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 33px;
  padding-right: 15px;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.link:hover {
  opacity: 1;
  border-radius: 0;
}

.div-block-50 {
  background-color: #0000;
  background-image: linear-gradient(356deg, #acacac, #c7c7c7);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.block-ads {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  width: 540px;
  height: 212.22px;
  box-shadow: 1px 1px 14px #0000001c;
}

.div-block-51 {
  width: 100%;
  height: 300px;
}

.text-block-3 {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-size: 13px;
  font-style: italic;
}

.div-block-52 {
  z-index: 1;
  background-color: var(--white);
  width: 500px;
  height: 200px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  top: auto;
}

.body-3 {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  height: 100%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.rich-text-block {
  width: 100%;
  color: var(--black);
  padding-left: 0;
  padding-right: 0;
  font-size: 19px;
  font-weight: 300;
  line-height: 36px;
  position: relative;
}

.link-block-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 8px;
  text-decoration: none;
}

.body-4 {
  flex-direction: column;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.div-block-53 {
  background-image: url('../images/executiva-sorrindo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: relative;
}

.div-block-54 {
  width: 65%;
  min-width: 500px;
  height: auto;
  margin-left: 40px;
  padding-left: 20px;
  position: relative;
}

.bold-text-2 {
  letter-spacing: 3px;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
}

.text-block-6-copy {
  color: #ffffffde;
  text-align: center;
  letter-spacing: 1px;
  border-top: 1px solid #308836;
  min-width: 500px;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  position: relative;
}

.block-gradient-down-2 {
  z-index: 1;
  background-image: linear-gradient(#0000, #ffffffb3);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.block-gradient-down-2.bgd_blog {
  background-image: linear-gradient(#0000, #ffffffb3 75%);
}

.text-block-4 {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-size: 10px;
  font-style: italic;
}

.paragraph-3 {
  color: #363636;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.div-block-86 {
  background-color: #55007a;
  width: 20%;
  height: 1px;
  position: absolute;
  top: 0;
}

.section-content {
  background-color: var(--white);
  border-top: 1px solid #e9e9e900;
  border-radius: 2px;
  width: 980px;
  margin-top: 0;
  margin-bottom: 50px;
  padding-bottom: 50px;
  padding-left: 110px;
  padding-right: 110px;
  position: relative;
}

.div-block-87 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 450px;
  height: 177px;
  box-shadow: 1px 1px 14px #0000001c;
}

.image {
  z-index: 2;
  height: 100%;
  min-height: 650px;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
  left: 0;
}

.rte2 {
  color: #000;
  text-align: left;
  width: 100%;
  font-size: 18.5px;
  line-height: 35px;
}

.rte2 p {
  margin-bottom: 25px;
}

.rte2 blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 10px;
  padding: 15px 30px;
  font-style: normal;
  line-height: 30px;
}

.rte2 figcaption {
  text-align: left;
  font-size: 16px;
  line-height: 30px;
}

.rte2 h2 {
  margin-top: 0;
  font-size: 30px;
  line-height: 34px;
}

.block-gradient-up-2 {
  z-index: 1;
  background-color: #0000;
  background-image: linear-gradient(#ffffffb3, #0000);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.block-gradient-up-2.gru_blog {
  background-image: linear-gradient(#ffffffb3, #0000 68%);
}

.block-content {
  border-bottom: 1px #d6d6d6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 0;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
}

.block-ads-hero {
  background-color: #0000;
  background-image: linear-gradient(#640092, #a400bd);
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}

.block-ads-hero.bah_post {
  background-image: linear-gradient(#640092, #a400bd);
  margin-bottom: 0;
}

.div-block-56 {
  background-image: url('../images/brasil-no-mundo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.block-post-hero {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.block-footer {
  z-index: 1;
  background-image: linear-gradient(#a400bd, #640092);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.button-5 {
  z-index: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#a400bd, #640092);
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.button-5:hover {
  background-color: #640092;
  border-radius: 20px;
}

.button-6 {
  color: #ffffffe6;
  letter-spacing: .5px;
  background-color: #0000;
  background-image: url('../images/home-white.png');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #0000;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 40px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s;
}

.button-6:hover {
  opacity: 1;
  background-color: #8601a2;
  border-color: #590080;
  border-radius: 50px;
}

.button-6.w--current {
  background-image: url('../images/home-white.png');
  background-position: 15px 45%;
  padding-left: 45px;
}

.button-6.b5_past_editions {
  background-image: url('../images/past-editions.png');
  background-position: 15px 45%;
  padding-left: 45px;
}

.button-6.b5_site_abracicon {
  background-image: url('../images/logo-abracicon-white.png');
  padding-left: 45px;
}

.block-picture {
  opacity: 1;
  background-color: #0000;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 14px #00000026;
}

.block-picture:hover {
  border-radius: 2px;
  box-shadow: 1px 1px 20px 1px #00000059;
}

.block-picture.bp_posts {
  z-index: 1;
  width: 100%;
  height: auto;
  box-shadow: none;
}

.block-image_capa-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.block-image_capa-2.bic_p {
  background-image: url('../images/bg-home.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
}

.block-post {
  flex-direction: column;
  align-items: center;
  width: 1145px;
  max-width: none;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-64 {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.image-post {
  opacity: 1;
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 235.81px;
  position: absolute;
  inset: 0%;
  transform: scale(1);
  box-shadow: inset 1px 1px 14px 7px #0000000d;
}

.image-post.ip_posts {
  width: 100%;
  height: auto;
  box-shadow: none;
  background-image: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.content {
  flex-direction: column;
  align-items: center;
  padding: 70px 0 0;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.div-block-73 {
  justify-content: center;
  align-items: center;
  width: 95%;
  min-width: 600px;
  margin-top: 25px;
  display: flex;
  position: relative;
}

.div-block-68 {
  width: 100%;
  height: 100%;
}

.link-block-4 {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 8px;
  text-decoration: none;
}

.link-2 {
  opacity: .8;
  color: #fff;
  letter-spacing: 2px;
  background-image: url('../images/logo-abracicon-white.png'), linear-gradient(#a400bd, #41024b);
  background-position: 10px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 18px, auto;
  border-radius: 20px;
  align-items: center;
  height: 28px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 33px;
  padding-right: 15px;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.link-2:hover {
  opacity: 1;
  border-radius: 0;
}

.columns {
  background-color: #9b4b4b;
  height: 100%;
  position: relative;
}

.block-logo-footer {
  background-color: #0000;
  background-image: url('../images/abracicon-saber-logo-branca-12.png');
  background-position: -5px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 100px;
  margin-bottom: 10px;
  padding: 0;
  display: flex;
  position: relative;
}

.block-logo-footer.w--current {
  background-color: #0000;
  background-image: url('../images/abracicon-saber-logo-branca-12.png');
  background-size: cover;
  width: 270px;
  margin-bottom: 0;
}

.text-block-6 {
  color: #ffffffde;
  text-align: center;
  letter-spacing: 1px;
  border-top: 1px solid #308836;
  min-width: 600px;
  margin-top: 25px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  position: relative;
}

.text-block-6.tb6_2 {
  border-top-style: none;
  margin-top: 5px;
}

.block-redes-sociais {
  z-index: 1;
  border-top: 1px solid #700597;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.block-taxonomies {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: auto;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 0;
  display: none;
  position: relative;
}

.div-block-76 {
  background-image: url('../images/logotipo-abracicon-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-top: 1px #660093;
  width: 160px;
  height: 60px;
  margin-top: 0;
}

.heading-6 {
  z-index: 1;
  color: #000;
  text-shadow: 1px 1px 4px #ffffff40;
  margin-top: 10px;
  font-weight: 800;
  position: relative;
}

.heading-6.h5_p {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 45px;
}

.div-block-77 {
  background-image: url('../images/cq_logo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
  transition: all .2s;
}

.div-block-77:hover {
  transform: scale(.97)rotate(5deg);
}

.div-block-59 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.bold-text-3 {
  letter-spacing: 1.5px;
  font-size: 13px;
}

.block-h1-capa-2 {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 85%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.block-h1-capa-2.bhc_p {
  margin-top: 70px;
}

.block-category {
  z-index: 5;
  border: 1px #700597;
  border-bottom-style: solid;
  width: 60%;
  min-width: 360px;
  position: relative;
}

.section-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.button-7 {
  color: #4e4e4e;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #e9e9e9;
  border: 1px #b8b8b8;
  border-radius: 100px;
  align-self: flex-end;
  margin: 8px 5px 5px;
  padding: 3px 15px;
  font-size: 9px;
  font-weight: 600;
  line-height: 15px;
  transition: all .2s;
}

.button-7:hover {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#a400bd, #640692);
  border-radius: 100px;
}

.button-8 {
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 350px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.button-8.b2_leia {
  z-index: 0;
  color: #ffffff4d;
  width: auto;
  min-width: auto;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 65px;
  line-height: 80px;
  position: relative;
}

.gradient-left-to-right {
  filter: blur(20px);
  background-image: linear-gradient(60deg, #ffffffb0, #ffffff29);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto -12%;
}

.div-block-55 {
  background-image: url('../images/banner-institucional.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section-7 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.block-image-content {
  border-top: 1px solid #e9e9e9;
  flex-direction: column;
  align-items: center;
  width: 95%;
  margin-top: 10px;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.div-block-89 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.heading-10 {
  color: #000;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  display: none;
}

.text-block-8 {
  color: #9c9b9b;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 13px;
}

.button-9 {
  letter-spacing: .5px;
  background-color: #992fca;
  margin: 5px;
  font-size: 9px;
  line-height: 16px;
  transition: all .5s;
  box-shadow: inset 1px 1px 8px #0000001a;
}

.button-9:hover {
  background-color: #6a0f94;
  border-radius: 100px;
}

.button-9.b9_rev {
  letter-spacing: 2px;
  padding: 15px 25px;
  font-size: 11px;
  font-weight: 600;
}

.button-9.b9_rev.b9_rev_2 {
  z-index: 3;
  background-color: var(--white);
  opacity: .86;
  color: #000000e6;
  letter-spacing: 1px;
  border-radius: 100px;
  margin-left: 25px;
  padding: 12px 30px;
  font-size: 11px;
  transition-duration: .2s;
  position: absolute;
  bottom: 78px;
  left: 30px;
}

.button-9.b9_rev.b9_rev_2:hover {
  border-radius: 0;
}

.button-9.b9_rev.b9_rev_3 {
  z-index: 3;
  background-color: var(--dark-slate-blue);
  opacity: 1;
  color: var(--white);
  letter-spacing: 1px;
  border-radius: 100px;
  margin-top: 50px;
  margin-left: 5px;
  padding: 12px 30px;
  font-size: 11px;
  transition-duration: .2s;
  position: relative;
  bottom: auto;
  left: auto;
}

.button-9.b9_rev.b9_rev_3:hover {
  border-radius: 0;
}

.button-9.b9_rev.b9_rev_4 {
  z-index: 3;
  background-color: var(--dark-slate-blue);
  opacity: 1;
  color: var(--white);
  letter-spacing: 1px;
  border-radius: 100px;
  margin-top: 30px;
  margin-left: 5px;
  padding: 12px 30px;
  font-size: 11px;
  font-weight: 500;
  transition-duration: .2s;
  position: relative;
  bottom: auto;
  left: auto;
}

.button-9.b9_rev.b9_rev_4:hover {
  border-radius: 0;
}

.button-9.b9_rev.b9_rev_5 {
  z-index: 3;
  background-color: var(--dark-slate-blue);
  opacity: 1;
  color: var(--white);
  letter-spacing: 2px;
  border-radius: 0;
  margin-top: 0;
  margin-left: 5px;
  padding: 12px 30px;
  font-size: 11px;
  transition-duration: .2s;
  position: relative;
  bottom: auto;
  left: auto;
}

.button-9.b9_rev.b9_rev_5:hover {
  border-radius: 100px;
}

.button-9.b9_rev.b9_rev_doacao {
  z-index: 3;
  background-color: var(--dark-slate-blue);
  opacity: 1;
  color: var(--white);
  letter-spacing: 1px;
  border-radius: 100px;
  margin-top: 30px;
  margin-left: 0;
  padding: 12px 30px;
  font-size: 11px;
  transition-duration: .2s;
  position: relative;
  bottom: auto;
  left: auto;
}

.button-9.b9_rev.b9_rev_doacao:hover {
  border-radius: 0;
}

.text-block-9 {
  color: #ccc;
  letter-spacing: 5px;
  text-shadow: 1px 1px 15px #d9d9d924;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  top: auto;
}

.heading-8 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-size: 23px;
  line-height: 25px;
}

.heading-8.h8_rev {
  margin-top: 0;
}

.div-block-95 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-95.dp95_rev {
  width: auto;
  min-width: 300px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.capa {
  background-image: url('../images/capa-abracicon-saber-38.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1px;
  width: 198px;
  height: 264px;
  transition: opacity .3s;
  position: relative;
  box-shadow: inset 1px 1px 9px 4px #00000026, 1px 1px 9px 2px #0000004d;
}

.capa.c_eds {
  background-image: url('../images/capa-revista-abracicon-saber-ed-43.webp');
  border-radius: 1px;
  width: 257.4px;
  height: 343.2px;
  transition-property: none;
  display: flex;
}

.capa.c_40 {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#000, #000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 2px;
  width: 158.4px;
  height: 211.12px;
  transition-property: none;
  box-shadow: 1px 1px 20px 2px #0003;
}

.card-revista {
  flex-direction: column;
  align-items: center;
  width: 315px;
  height: auto;
  margin: 0 5px 20px;
  padding: 30px 0;
  transition: all .4s;
  display: flex;
  position: relative;
}

.card-revista:hover {
  background-color: #f2f2f2;
}

.card-revista.db93rev {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  display: none;
}

.card-revista.db93rev:hover {
  background-color: #0000;
}

.div-block-90 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-banner-revista {
  background-color: #0000;
  border-bottom: 1px #cfcfcf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-91 {
  background-color: #e2e2e2;
  width: 80%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 20px;
}

.div-block-67 {
  z-index: 1;
  opacity: .08;
  filter: invert(70%);
  background-color: #0000;
  background-image: url('../images/logo-abracicon-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 350px;
  height: 350px;
  margin-top: 0;
  transition: all .3s;
  position: absolute;
  inset: auto;
}

.div-block-67:hover {
  filter: invert(70%);
}

.heading-11 {
  color: #ffffff3d;
  letter-spacing: -3px;
  width: auto;
  margin-top: 10px;
  font-size: 120px;
  line-height: 110px;
}

.slide-3 {
  background-image: url('../images/mulher-sorrindo-lendo-a-abracicon-saber.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide {
  background-image: url('../images/mulher-de-culos-lendo-revista-verso-digital-da-abracicon.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/bg-home.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/homem-de-barba-e-culos-lendo-a-revista-verso-web-abracicon-saber.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-98 {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  height: 100%;
  padding-bottom: 190px;
  display: flex;
  position: relative;
}

.slide-2 {
  background-image: url('../images/homem-na-praia-lendo-a-revista-da-abracicon-saber.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-99 {
  z-index: 2;
  width: auto;
  min-width: 550px;
  margin-left: 20px;
  padding: 10px;
  position: absolute;
}

.heading-12 {
  color: #ffffffc2;
  letter-spacing: 2px;
  border-bottom: 1px solid #d1d1d1;
  width: 80%;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 25px;
  font-size: 25px;
  position: relative;
}

.button-10 {
  margin-top: 0;
  margin-left: 5px;
}

.section-8 {
  background-color: #409b46;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-100 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.block-projetos-out_0 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.heading-title {
  color: var(--dark-slate-blue);
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
}

.heading-title.h_13_white_left {
  color: var(--white);
  text-align: left;
  margin-top: 60px;
  margin-bottom: 10px;
}

.heading-title.ht_footer {
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: lowercase;
  padding-left: 5px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
}

.div-block-102 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 1350px;
  min-width: 1350px;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-103 {
  background-color: var(--gold);
  width: 250px;
  height: 250px;
  position: relative;
}

.div-block-104 {
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  min-width: 1100px;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-105 {
  background-color: #b1a6a6;
  background-image: url('../images/medalha-identidade-visual-abracicon.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 300px;
}

.div-block-106 {
  width: 850px;
  min-width: 750px;
  margin-top: 0;
  margin-bottom: 80px;
  margin-left: 50px;
}

.heading-14 {
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 50px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.paragraph-4 {
  color: var(--white);
  text-align: justify;
  letter-spacing: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-107 {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  top: -14px;
}

.button-11 {
  letter-spacing: 3px;
  margin-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
}

.div-block-108 {
  background-color: #e0e8eb;
  background-image: linear-gradient(to bottom, var(--white), transparent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  padding-bottom: 30px;
  display: flex;
}

.section-projetos {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.div-block-109 {
  background-color: #0000;
  background-image: radial-gradient(circle, #0000, #214a6b73);
  position: absolute;
  inset: 0%;
}

.block-line {
  background-color: var(--dark-slate-blue);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 40%;
  height: 2px;
  margin-top: 20px;
  position: relative;
}

.block-line.db110_doacao {
  width: 15%;
}

.block-line.bl_footer {
  background-color: var(--white);
  align-self: center;
  width: 100%;
  height: 1px;
  margin-top: 3px;
}

.block-title-line {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.block-title-line.btl_docao {
  align-items: flex-start;
}

.block-title-line.btl_footer {
  align-items: flex-start;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-112 {
  border: 1px solid #f0f0f0;
  flex-direction: column;
  align-items: flex-start;
  width: 350px;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-113 {
  width: 350px;
  height: 175px;
  position: relative;
  overflow: hidden;
}

.heading-15 {
  font-size: 15px;
  line-height: 22px;
}

.div-block-114 {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 13px;
  line-height: 18px;
}

.div-block-115 {
  align-items: center;
  display: flex;
}

.text-block-10 {
  margin-right: 3px;
}

.link-3 {
  color: #919191;
  text-decoration: none;
}

.paragraph-5 {
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 25px;
}

.link-4 {
  color: var(--black);
  letter-spacing: 1px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.link-4:hover {
  letter-spacing: 2px;
  text-decoration: underline;
}

.section-10 {
  background-color: var(--white);
  background-image: url('../images/bg_01-abracicon_4.png');
  background-position: 50%;
  background-size: 100px;
  background-attachment: fixed;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.block-projetos-out {
  justify-content: center;
  width: 100%;
  height: 300px;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.block-left {
  background-color: var(--dark-slate-blue);
  width: 3%;
  height: 100%;
  position: relative;
  inset: 0% auto 0% 0%;
}

.block-right {
  background-color: var(--gold);
  width: 3%;
  height: 100%;
  position: relative;
  inset: 0% 0% 0% auto;
}

.block-projetos-in {
  justify-content: space-around;
  align-items: center;
  width: 94%;
  min-width: 1100px;
  display: flex;
}

.projeto {
  background-color: #f3f3f3;
  background-image: url('../images/projeto-revista-abracicon-saber.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 230px;
  min-width: 210px;
  height: 230px;
  margin-left: 1vw;
  margin-right: 1vw;
}

.projeto.p_2 {
  background-image: url('../images/projeto-quintas-do-saber.webp');
}

.projeto.p_3 {
  background-image: url('../images/projeto-illinois.webp');
}

.projeto.p_4 {
  background-image: url('../images/projeto-encontros-literrios.webp');
}

.projeto.p_5 {
  background-image: url('../images/projeto-conexo-contbil.jpg');
}

.bold-text-4 {
  letter-spacing: 1px;
  font-size: 17.5px;
  font-weight: 600;
  line-height: 16px;
}

.text-block-11 {
  letter-spacing: 1px;
  margin-top: 25px;
  margin-bottom: 1px;
  font-size: 12px;
}

.div-block-120 {
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 700px;
  margin-top: 100px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.div-block-121, .div-block-122 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.diretoria {
  z-index: 0;
  background-color: #0000;
  background-image: url('../images/bg-diretoria.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 50%;
  display: flex;
  position: relative;
  bottom: 0;
  left: -15px;
  overflow: hidden;
  box-shadow: 1px 1px 12px #0000004a;
}

.diretoria.d_2 {
  justify-content: flex-start;
  bottom: 15px;
  left: auto;
  right: 0;
}

.diretoria.d_3 {
  bottom: -15px;
  left: 0;
}

.diretoria.d_4 {
  justify-content: flex-start;
  top: 0;
  left: auto;
  right: -15px;
}

.div-block-124 {
  background-color: #0000;
  background-image: radial-gradient(circle, #285274, #214a6b);
  width: 100%;
  height: 50%;
  position: relative;
  bottom: -15px;
  left: 0;
}

.div-block-125 {
  background-image: radial-gradient(circle, #285274, #214a6b);
  width: 100%;
  height: 50%;
  position: relative;
  bottom: 15px;
  right: 0;
}

.div-block-126 {
  z-index: 0;
  background-color: #0000;
  background-image: radial-gradient(circle, #285274, #214a6b);
  width: 100%;
  height: 50%;
  position: relative;
  top: 0;
  right: -15px;
}

.logo-central {
  background-color: #ececec;
  background-image: url('../images/logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 45px;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  position: absolute;
  box-shadow: 1px 1px 11px #00000042;
}

.diretor {
  z-index: 2;
  background-image: url('../images/maria-clara.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 200px;
  position: relative;
}

.diretor.d_2 {
  opacity: .85;
  background-image: url('../images/jos-antonio-de-frana.webp');
}

.diretor.d_3 {
  background-image: url('../images/gardnia-maria-braga-de-carvalho.webp');
}

.diretor.d_4 {
  background-image: url('../images/fbio-moraes-da-costa.webp');
}

.nome-cargo {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  margin-left: 20px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nome-cargo.n_2 {
  align-items: flex-end;
  margin-left: 0;
  margin-right: 20px;
}

.cargo {
  width: 40%;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff38;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.cargo.c_2 {
  text-align: right;
  width: 95%;
  padding-left: 0;
  padding-right: 5px;
}

.cargo.c_3 {
  width: 70%;
}

.cargo.c_4 {
  text-align: right;
  width: 80%;
  padding-left: 0;
  padding-right: 5px;
}

.nome {
  color: #0a2942;
  width: 100%;
  margin-top: 15px;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.nome.nome_2 {
  text-align: right;
  width: 90%;
}

.nome.nome_3 {
  width: 70%;
}

.div-block-130 {
  width: 100%;
  height: auto;
}

.logo_whiite {
  opacity: .06;
  background-image: url('../images/logo-abracicon-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: auto auto 0% -34px;
}

.logo_whiite.lw_2 {
  left: auto;
  right: -34px;
}

.div-block-131 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.collection-item-3 {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 420px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-132 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-133 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

.div-block-134 {
  opacity: .06;
  filter: grayscale() blur(5px);
  background-image: url('../images/maria-clara.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-135 {
  width: 50%;
}

.div-block-136 {
  background-color: var(--gold);
  background-image: none;
  width: 100%;
  height: 200px;
  position: absolute;
}

.div-block-137 {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--white), var(--white)), url('../images/bg-section-diretoria.jpg');
  opacity: .55;
  filter: grayscale();
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.paragraph-6 {
  width: 50%;
  color: var(--dark-slate-blue);
  text-align: center;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  position: relative;
}

.text-block-12 {
  color: var(--dark-slate-blue);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  top: 48px;
}

.div-block-138 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon {
  filter: invert(10%);
}

.dropdown-list {
  background-color: #dad9d9;
}

.dropdown-list.w--open {
  background-color: #f8f8f8;
  border-radius: 1px;
  position: absolute;
  box-shadow: 1px 1px 11px #00000038;
}

.image-2 {
  position: absolute;
}

.dropdown-toggle {
  align-items: center;
  height: 100%;
  display: flex;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.brand-2 {
  background-image: url('../images/logo-abracicon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 190px;
  height: 90px;
  margin-left: 0;
  padding-bottom: 0;
}

.div-block-139 {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 1100px;
  max-width: none;
  display: flex;
  position: relative;
}

.navbar-3 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 1500px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav-menu-3 {
  z-index: 0;
  height: auto;
  display: flex;
}

.nav-link-2 {
  letter-spacing: .5px;
  height: auto;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: all .1s;
}

.nav-link-2:hover {
  color: #02810a;
}

.nav-link-2.w--current {
  color: #333;
}

.dropdown-toggle-2 {
  padding: 10px 40px 10px 20px;
  font-size: 12.5px;
  transition: all .1s;
}

.dropdown-toggle-2:hover {
  color: #02810a;
}

.dropdown-2 {
  font-size: 13px;
  font-weight: 600;
}

.icon-2 {
  margin-right: 20px;
}

.text-block-13 {
  letter-spacing: .5px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
}

.div-block-140 {
  width: 300px;
  height: 600px;
}

.div-block-141 {
  background-color: #cecece;
  width: 35px;
  height: 23px;
  margin: 5px;
}

.estado {
  color: var(--dark-slate-blue);
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  display: flex;
}

.text-block-14 {
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
}

.dropdown-list-2 {
  display: flex;
}

.dropdown-list-2.w--open {
  justify-content: center;
}

.div-block-142 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-143, .div-block-144 {
  width: 100%;
}

.div-block-145 {
  background-color: silver;
  width: 35px;
  height: 23px;
}

.div-block-146 {
  align-items: center;
  display: flex;
}

.div-block-147 {
  background-color: #c2c2c2;
  width: 35px;
  height: 23px;
  margin-left: 5px;
  margin-right: 5px;
}

.link-block-5 {
  width: 100%;
  color: var(--dark-slate-blue);
  letter-spacing: 1px;
  border-bottom: 1px solid #0000000f;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all .1s;
  display: flex;
}

.link-block-5:hover {
  color: #02810a;
  border-bottom: 1px solid #02810a;
}

.dropdown-list-3 {
  padding: 16px;
}

.dropdown-list-3.w--open {
  background-color: #f8f8f8;
  justify-content: space-between;
  padding: 15px 20px 35px;
  display: flex;
}

.link-block-6 {
  display: flex;
}

.text-block-15, .text-block-16 {
  margin-right: 5px;
}

.dropdown-link-2 {
  color: var(--dark-slate-blue);
  letter-spacing: .5px;
  font-size: 13px;
  font-weight: 600;
}

.dropdown-list-4 {
  padding-left: 10px;
}

.dropdown-list-4.w--open {
  background-color: #f8f8f8;
  padding: 15px 20px 35px;
}

.dropdown-link-3 {
  color: var(--dark-slate-blue);
  letter-spacing: 1px;
  text-transform: lowercase;
  border-bottom: 1px solid #0000000f;
  padding-top: 20px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  transition: all .1s;
}

.dropdown-link-3:hover {
  color: #02810a;
  border-bottom: 1px solid #02810a;
}

.collection-list-3 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  min-width: auto;
  max-width: none;
  display: flex;
}

.section-11 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.div-block-148 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 820px;
  height: 100%;
  margin-top: 0;
  margin-bottom: -40px;
  display: flex;
  position: relative;
}

.div-block-149 {
  background-image: url('../images/faa-uma-doao_2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-end;
  width: 400px;
  height: 400px;
  position: relative;
  top: auto;
}

.section-footer {
  background-color: #0000;
  background-image: radial-gradient(circle, #288f2e, #2b702f);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.div-block-150 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.div-block-151 {
  width: 50%;
  max-width: 400px;
  height: 100%;
  margin-left: 20px;
}

.div-block-152 {
  background-color: var(--forest-green);
  width: 100%;
  height: 40px;
  position: relative;
  inset: auto 0% 0%;
}

.paragraph-7 {
  text-align: center;
  border-bottom: 1px solid #d4d4d4;
  width: 60%;
  min-width: 900px;
  max-width: none;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.paragraph-8 {
  text-align: center;
  width: 60%;
  min-width: 900px;
}

.paragraph-9 {
  font-size: 13px;
}

.italic-text {
  font-size: 14px;
  line-height: 25px;
}

.bold-text-5 {
  line-height: 20px;
}

.paragraph-10 {
  width: 590px;
  min-width: auto;
  max-width: 650px;
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 30px;
  font-size: 16px;
  line-height: 25px;
}

.div-block-153 {
  flex-direction: column;
  align-items: center;
  width: 1000px;
  height: auto;
  margin-top: 50px;
  display: flex;
}

.block-logo-footer-branco {
  background-image: url('../images/logo-abracicon-branca.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 280px;
  height: 100px;
  margin-bottom: 50px;
}

.block-cat {
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 20px 5px;
  display: none;
}

.block-cat.bc_post {
  flex-wrap: wrap;
  padding-left: 5px;
}

.link-cat {
  color: #6e7577;
  letter-spacing: .5px;
  border-left: 1px solid #dadada;
  border-right: 1px #dadada;
  margin-bottom: 5px;
  margin-left: 0;
  padding-top: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s;
}

.link-cat:hover {
  color: #d60000;
  background-color: #f1f1f1;
}

.div-block-155 {
  background-color: var(--white);
  border: 1px solid #f0f0f0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin: 10px 50px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.div-block-156 {
  background-color: #f3f3f3;
  border: 1px #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  width: 400px;
  height: 160px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.link-block-9 {
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: none;
}

.heading-16 {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}

.link-tag {
  color: #303030;
  letter-spacing: 0;
  background-image: url('../images/icon_tag.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 13px;
  border-left: 1px #c3d7db;
  border-right: 1px #cfc8c8;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 3px;
  padding-top: 1px;
  padding-left: 17px;
  padding-right: 5px;
  font-size: 11.5px;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s;
}

.link-tag:hover {
  color: #d60000;
}

.link-block-8 {
  color: #000;
  text-decoration: none;
}

.icon-tag {
  color: #000;
  background-image: url('../images/icon_tag.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 20px;
  height: 20px;
}

.icon-cat {
  color: #000;
  background-image: url('../images/icon-categoria_svg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 20px;
  height: 20px;
}

.link-5 {
  float: none;
  color: #000;
  letter-spacing: 1px;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  transition: all .2s;
}

.link-5:hover {
  color: #017e69;
  letter-spacing: 2px;
  text-decoration: underline;
}

.div-block-157 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  font-size: 13px;
  line-height: 18px;
  display: flex;
}

.block-image-item {
  opacity: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transform: scale(1);
}

.block-tag {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 5px 20px;
  display: none;
}

.paragraph-11 {
  letter-spacing: 1px;
  margin-top: 7px;
  font-size: 14px;
  line-height: 21px;
}

.link-block-10 {
  width: 150px;
  height: 30px;
}

.block-gray {
  background-color: #f1f1f1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 39%;
  height: 100px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.block-gray.bg_footer {
  opacity: .41;
  background-color: #316f35ba;
  background-image: url('../images/logo-abracicon-white.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 17px;
  width: 55%;
  height: 33px;
  left: 20px;
}

.block-logo-cor {
  background-color: #0000;
  background-image: url('../images/logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto auto -40px;
}

.div-block-160 {
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.image-3 {
  opacity: .59;
}

.image-4 {
  opacity: .05;
  position: absolute;
  top: -43px;
  left: auto;
}

.block-cortina-acad {
  background-color: var(--gold);
  height: 50%;
  position: absolute;
  inset: 0%;
}

.div-block-161 {
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  min-width: 800px;
  display: flex;
}

.block-links {
  width: 300px;
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.block-links.bl_2 {
  margin-top: 50px;
}

.div-block-163 {
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 20px;
  display: flex;
}

.link-6 {
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: lowercase;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 3px 10px;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  transition: all .1s;
}

.link-6:hover {
  color: var(--gold);
}

.link-6.l6_aa {
  text-transform: none;
}

.div-block-164 {
  flex-direction: column;
  display: flex;
}

.div-block-165 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-166 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  display: flex;
}

.green-bar-up-menu {
  z-index: 11;
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--forest-green), var(--forest-green));
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.icon-redes {
  z-index: 12;
  background-color: #217e27;
  background-image: url('../images/home-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 3px;
  margin-right: 3px;
  transition: all .2s;
  display: flex;
  position: relative;
  top: 7px;
}

.icon-redes:hover {
  background-color: var(--dark-slate-blue);
  box-shadow: none;
  transform: translate(0, -3px);
}

.icon-redes.w--current {
  background-size: 12px;
  width: 20px;
  height: 20px;
  top: 7px;
}

.icon-redes.ir_insta {
  background-image: url('../images/instagram-white.png');
  background-size: 12px;
  width: 20px;
  height: 20px;
  top: 7px;
}

.icon-redes.ir_face {
  background-image: url('../images/facebook-white_2.png');
  background-size: 12px;
  width: 20px;
  height: 20px;
  top: 7px;
}

.div-block-168 {
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0 auto auto;
}

.slider-3 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slide-nav-2 {
  background-color: #0000;
  height: 28px;
  padding-top: 8px;
  padding-bottom: 0;
  inset: auto 0% -30px;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.text-block-17 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.body-5 {
  flex-direction: column;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.div-block-169 {
  justify-content: center;
  align-items: center;
  width: 1145px;
  margin-top: 0;
  padding-top: 30px;
  display: none;
  position: relative;
}

.div-block-170 {
  background-color: #c8d0d5;
  width: 95%;
  height: 1px;
  margin-top: 10px;
}

.block-image-blur {
  opacity: .6;
  filter: blur(17px);
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.image-5 {
  opacity: .99;
}

.div-block-171 {
  opacity: .6;
  filter: blur(17px);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.div-block-172 {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.div-block-173 {
  background-color: var(--white);
  width: 7px;
  height: 100%;
  position: absolute;
}

.triangle-left {
  z-index: 15;
  background-color: #0000;
  background-image: url('../images/triangle-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  min-width: 0;
  height: 20px;
  min-height: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.triangle-right {
  width: 20px;
  height: 20px;
  transform-style: preserve-3d;
  background-image: url('../images/triangle-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.block_content-academias {
  width: 85%;
  min-width: 1145px;
  height: auto;
  box-shadow: none;
  background-color: #0000;
  background-image: linear-gradient(#009201, #002f67);
  border-radius: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.div_academia {
  border: 1px solid #ffffff26;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  min-height: 215px;
  margin-left: 1vw;
  margin-right: 1vw;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.div_academia:hover {
  background-color: #ffffff0d;
  border-radius: 3px;
  box-shadow: 1px 1px 13px 2px #ffffff0d;
}

.content_academia {
  background-color: var(--dark-slate-blue);
  width: 50px;
  min-width: auto;
  height: 50px;
  color: var(--forest-green);
  text-align: left;
  letter-spacing: .5px;
  border-right: 1px solid #ffffff4a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 800;
  line-height: 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 14px #0003;
}

.content_academia.ca_presidente {
  width: 230px;
  min-width: auto;
  box-shadow: none;
  color: var(--black);
  letter-spacing: 2px;
  background-color: #0000;
  border-right-style: none;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: .5rem;
  font-size: 23px;
  font-weight: 400;
  line-height: 23px;
}

.content_academia.ca_sigla {
  width: 120px;
  min-width: auto;
  box-shadow: none;
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  font-weight: 400;
}

.content_academia.ca_nome {
  width: 500px;
  min-width: auto;
  box-shadow: none;
  color: var(--white);
  background-color: #0000;
  border-right-color: #fff0;
  font-weight: 400;
  line-height: 16px;
}

.collection-item-4 {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.columns-2 {
  border: 1px solid #ffffff4a;
  align-items: center;
  width: 930px;
  padding: 1rem;
  display: flex;
}

.collection-list-wrapper-3 {
  margin-top: 30px;
}

.text-block-18 {
  color: var(--white);
}

.column {
  border-right: 1px solid #ffffff3b;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.column-2 {
  border-right: 1px solid #ffffff3b;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.column-3, .column-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.div-block-174 {
  border-bottom: .5px solid #ffffff26;
  align-items: center;
  width: 95%;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

.div-block-175 {
  background-color: #f8d80b1a;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
  position: relative;
}

.text-block-19 {
  color: var(--black);
  letter-spacing: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}

.text-block-20 {
  color: var(--black);
  letter-spacing: .5px;
  padding-right: .5rem;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  position: relative;
}

.text-block-21 {
  color: var(--black);
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 300;
}

.collection-list-4 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.collection-list-wrapper-4 {
  position: relative;
}

.div-block-176 {
  margin-top: 0;
}

.filter_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  box-shadow: none;
  border-top: 1px #33333363;
  border-radius: 5px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.filter_form {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.div-block-177 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.filter_tag {
  color: #fff;
  background-color: #000;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: .5rem 2.5rem .5rem 1rem;
  font-size: .85rem;
  font-weight: 500;
  position: relative;
  box-shadow: inset 1px 1px 6px #52525233;
}

.filter_form-wrapper {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.collection-list-9 {
  width: 100%;
  display: flex;
  position: relative;
}

.filter_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  min-width: 1100px;
  max-width: none;
  display: flex;
  position: relative;
}

.filter_tag-text {
  color: var(--white);
  font-weight: 600;
}

.div-block-178 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.filter_tags-text {
  color: var(--black);
  margin-right: 1rem;
}

.block-filtro {
  opacity: 1;
  flex-direction: column;
  align-items: center;
  width: auto;
  min-height: auto;
  max-height: none;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.block-filtro.bf_tipo {
  min-height: 200px;
  max-height: none;
}

.block-filtro.bf_estudo {
  border-top-style: none;
  flex-direction: column;
  width: 250px;
  min-height: auto;
  padding-right: 1rem;
}

.filter_sort-by {
  border: 1px solid var(--black);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 12rem;
  padding: .5rem 4rem .5rem 1.2rem;
  display: flex;
}

.filter_block {
  z-index: 5;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  width: 100%;
  height: 70px;
  color: var(--white);
  border-bottom: 1px #dfdfdf;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: auto;
}

.heading-17 {
  color: #333;
  margin-top: 10px;
  margin-bottom: 0;
}

.filter_empty {
  background-color: #fff1f1;
  border: 1px solid #dfdfdf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 2rem;
  display: flex;
  position: relative;
}

.text-block-37 {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}

.div-block-179 {
  width: 100%;
  padding-top: .125rem;
  padding-left: .5rem;
  padding-right: .5rem;
  position: relative;
}

.text-color-green {
  color: var(--gold);
  font-size: 16px;
  font-weight: 800;
}

.filter_reset-tipo {
  color: var(--black);
  border-bottom: 1px solid #ffffff38;
  padding-bottom: 0;
  padding-left: .125rem;
  padding-right: .125rem;
  font-size: 10px;
  line-height: 15px;
  text-decoration: none;
  position: absolute;
  inset: .5rem 1rem auto auto;
}

.filter_block-header {
  z-index: 4;
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .5rem 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.hide {
  display: none;
}

.text-block-38 {
  color: #333;
  font-size: 16px;
}

.dropdown_icon {
  filter: invert(0%);
  margin-right: 1.2rem;
  font-size: 1rem;
}

.collection-item-8 {
  flex-direction: row;
  align-items: center;
  width: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
}

.content_filter {
  background-color: #0000;
  background-image: none;
  border: 1px #333;
  border-radius: 5px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 50px;
  position: relative;
}

.filter_reset-all {
  border-bottom: 1px solid #3c7c43;
  padding-bottom: .2rem;
  text-decoration: none;
}

.filter_reset-all.text-color-green {
  border-bottom-color: var(--white);
  width: 10%;
  color: var(--black);
  align-self: center;
  margin-bottom: 0;
  margin-left: 1rem;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 11px;
  font-weight: 500;
  transition: all .2s;
  position: relative;
}

.filter_reset-all.text-color-green:hover {
  border-bottom-color: var(--gold);
  color: var(--gold);
}

.filter_reset-all.text-color-green {
  color: var(--white);
  border-bottom-color: #333;
  align-self: flex-start;
  margin-bottom: 1rem;
  margin-left: 1rem;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 11px;
  font-weight: 500;
  transition: all .2s;
  position: relative;
}

.filter_reset-all.text-color-green:hover {
  color: #d00;
  border-bottom-color: #d00;
}

.filter_block-number {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 1px #dfdfdf;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
  position: relative;
}

.block-filter {
  z-index: 1;
  background-color: #0000;
  border-radius: 3px;
  flex-direction: column;
  align-items: center;
  width: 85%;
  min-width: 1200px;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.div-block-180 {
  z-index: 6;
  background-color: #f5f7fa;
  width: 100%;
  height: 10px;
  position: sticky;
  inset: 80px 0% auto;
}

.filter_empty-icon {
  width: 5rem;
  margin-bottom: .5rem;
}

.block-head-up {
  background-color: #0000;
  justify-content: space-between;
  width: 85%;
  min-width: 1200px;
  height: 110px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.filter_tags-wrapper {
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: start;
  align-items: center;
  width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
}

.filter_search-field {
  border: 1px solid var(--black);
  height: 70px;
  min-height: auto;
  color: var(--white);
  background-color: #0000;
  background-image: url('../images/lupa-de-pesquisa.png');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem 1rem 3rem;
  font-size: 1rem;
  position: relative;
}

.filter_search-field::placeholder {
  color: #ffffffa8;
  font-style: italic;
}

.collection-list-wrapper-7 {
  width: 100%;
  padding-top: 0;
}

.filter_results-text {
  width: 90%;
  color: var(--black);
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 400;
  position: relative;
}

.block-tag-dropdown {
  z-index: 5;
  background-color: #0000;
  border: 1px solid #c5c5c5;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 70px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
  top: auto;
}

.div-block-182 {
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.text-block-40 {
  width: 100%;
  color: var(--black);
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-183 {
  background-image: url('../images/site-fellipe-guerra-2_1site-fellipe-guerra-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 350px;
  height: 100%;
  margin-bottom: 0;
  position: relative;
}

.sort_field {
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 1rem 2rem 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.sort_field.w--current {
  color: #3c7c43;
  background-color: #f4f9f4;
}

.fs-cmsfilter_highlight {
  color: #fff;
  background-color: #3c7c43;
}

.content_collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.text-span {
  color: var(--gold);
  font-size: 18px;
  font-weight: 800;
}

.filter_tag-remove {
  opacity: .5;
  filter: invert();
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: column;
  width: 1.5rem;
  margin-top: .4rem;
  margin-right: .5rem;
  padding: .25rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.block-lateral {
  border: 1px #c5c5c5;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dropdown-8 {
  align-self: center;
  margin-bottom: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}

.dropdown_list.w--open {
  background-color: #fff;
}

.checkbox-field {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.checkbox {
  margin-top: 0;
  margin-left: 0;
  position: relative;
  left: 30px;
}

.checkbox-label {
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
  position: relative;
}

.div-block-184 {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.empty-state {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-41 {
  background-color: var(--black);
  color: var(--forest-green);
  letter-spacing: .5px;
  padding: .25rem .5rem;
  font-size: 11px;
  line-height: 10px;
  position: relative;
  inset: auto 0% 0% auto;
}

.div-block-185 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.link-block-11 {
  width: 100%;
  height: 100%;
  padding: 1rem;
  text-decoration: none;
  position: relative;
}

.empty-state-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-42 {
  color: var(--black);
}

.checkbox-field-2 {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 1rem;
  display: flex;
}

.checkbox-2 {
  border-color: #272626;
  margin-top: 0;
  margin-right: 5px;
}

.checkbox-label-2 {
  color: var(--black);
}

.filter_content-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 80%;
  box-shadow: none;
  border-top: 1px #33333363;
  border-radius: 5px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.filter_form-2 {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.div-block-186 {
  border: 1px solid #c5c5c5;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.filter_tag-2 {
  color: #fff;
  background-color: #333;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: .5rem 2.5rem .5rem 1rem;
  font-size: .85rem;
  font-weight: 500;
  position: relative;
  box-shadow: inset 1px 1px 6px #fff3;
}

.filter_grid-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  min-width: 1100px;
  max-width: none;
  display: flex;
  position: relative;
}

.div-block-187 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  height: 100%;
  padding-left: 1rem;
  display: flex;
}

.filter_tags-text-2 {
  color: #333;
  margin-right: 1rem;
}

.block-filtro-2 {
  opacity: 1;
  border-top: 1px solid #c5c5c5;
  width: 100%;
  min-height: 200px;
  max-height: 200px;
  padding: 1rem;
  position: relative;
  overflow: auto;
}

.block-filtro-2.bf_tipo {
  min-height: 200px;
  max-height: none;
}

.block-filtro-2.bf_estudo {
  min-height: auto;
}

.filter_block-2 {
  z-index: 5;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 1px #dfdfdf;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  height: 70px;
  display: flex;
  position: sticky;
  top: 90px;
}

.text-color-green-2 {
  color: #333;
  font-size: 16px;
  font-weight: 800;
}

.filter_reset-tipo-2 {
  color: var(--white);
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 0;
  padding-left: .125rem;
  padding-right: .125rem;
  font-size: 10px;
  line-height: 15px;
  text-decoration: none;
  position: absolute;
  inset: .5rem 1rem auto auto;
}

.dropdown_icon-2 {
  margin-right: 1.2rem;
  font-size: 1rem;
}

.block-filter-2 {
  z-index: 1;
  background-color: #0000;
  border-radius: 3px;
  flex-direction: column;
  align-items: center;
  width: 85%;
  min-width: 1200px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 20px 6px #0000001a;
}

.filter_search-field-2 {
  color: #f5f7fa;
  background-color: #333;
  background-image: url('../images/lupa-de-pesquisa.png');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border: 1px solid #33333321;
  border-bottom-style: none;
  height: 70px;
  min-height: auto;
  margin-bottom: 0;
  padding: 1rem 1.5rem 1rem 3rem;
  font-size: 1rem;
}

.filter_results-text-2 {
  width: 100%;
  color: var(--white);
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 400;
  position: relative;
}

.div-block-188 {
  z-index: 5;
  background-color: #f5f7fa;
  border: 1px solid #c5c5c5;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 70px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: sticky;
  top: 90px;
}

.div-block-189 {
  flex-direction: column;
  display: flex;
}

.text-block-43 {
  color: var(--white);
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.text-span-2 {
  color: #333;
  font-size: 18px;
  font-weight: 800;
}

.filter_tag-remove-2 {
  opacity: .5;
  filter: invert();
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: column;
  width: 1.5rem;
  margin-top: .4rem;
  margin-right: .5rem;
  padding: .25rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.block-lateral-2 {
  border: 1px #c5c5c5;
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.checkbox-field-3 {
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
}

.checkbox-3 {
  cursor: pointer;
  border-radius: 1px;
  width: 15px;
  height: 15px;
  margin-top: 0;
  position: relative;
}

.checkbox-3.w--redirected-checked {
  background-color: #e99f00;
  border-style: solid;
  border-color: #e99f00;
  width: 15px;
  height: 15px;
}

.checkbox-3.w--redirected-focus {
  box-shadow: 0 0 3px 1px #e99f00;
}

.checkbox-label-3 {
  color: var(--white);
  margin-left: 0;
  padding-left: .5rem;
}

.html-embed {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.html-embed-desktop {
  width: 100%;
  position: relative;
}

.html-embed-tablet, .html-embed-landscape, .html-embed-mobile {
  display: none;
  position: relative;
}

.div-block-190 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.tab-link-tab-1 {
  background-color: #f7f7f7;
  margin-left: 5px;
  margin-right: 5px;
}

.tab-link-tab-1.w--current {
  background-color: #f7f7f7;
  transition: all .2s;
}

.tab-link-tab-1.w--current:hover {
  background-color: #ffef7e;
}

.tab-link-tab-2 {
  background-color: #0000;
  margin-left: 5px;
  margin-right: 5px;
  transition: all .2s;
}

.tab-link-tab-2:hover {
  background-color: #ffef7e;
}

.tab-link-tab-2.w--current {
  background-color: #ffef7e;
  margin-left: 5px;
  margin-right: 5px;
}

.tab-pane-tab-1, .tabs-2 {
  width: 100%;
}

.tabs-menu-2 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 25px;
  display: flex;
}

.div-block-191 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-167-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-192 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.block-revistas {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  display: flex;
}

.div-block-193 {
  width: 100%;
  padding-bottom: 50px;
  position: relative;
}

.collection-list-wrapper-8 {
  width: 100%;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  position: relative;
}

.collection-list-7-copy {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.collection-item-5 {
  border-radius: 3px;
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  margin: 5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-18 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  background-color: #ebebebf2;
  border-radius: 50px;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 7px 18px;
  font-size: 14px;
  line-height: 17px;
  position: relative;
  box-shadow: 0 2px 8px 1px #0003;
}

.div-block-194 {
  background-color: #e2e2e2;
  width: 85%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.block-buttons {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.card-revista-2 {
  border: 1px solid #0000;
  flex-direction: column;
  align-items: center;
  width: 250px;
  height: auto;
  margin: 0 5px;
  padding: 30px 10px;
  font-family: Open Sans, sans-serif;
  transition: all .2s;
  display: flex;
  position: relative;
}

.card-revista-2:hover {
  background-color: #fcfcfc;
  border: 1px solid #cfcfcf;
}

.text-block-44 {
  z-index: 1;
  color: #ffffffeb;
  letter-spacing: 1.5px;
  text-shadow: 1px 1px 2px #000000b8;
  background-color: #0000;
  background-image: radial-gradient(circle, #ca0000, #a70000);
  border: 1px solid #d1d1d1;
  border-radius: 1px;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 1.5px 13px 1px;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  inset: -23px auto auto 6px;
  box-shadow: 1px 1px 15px #0000007d;
}

.taxs-revista {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.meses-revista {
  color: #8b8b8b;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  border-bottom: 1px solid #eee;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  position: relative;
}

.block-two-buttons {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.button-12 {
  color: #214a6b;
  text-align: center;
  letter-spacing: 3px;
  -webkit-text-stroke-width: .2px;
  background-color: #ffef7e;
  border: 1px solid #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 93%;
  margin: 5px;
  padding: 10px 5px;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  transition: all .1s;
  display: flex;
  position: relative;
}

.button-12:hover {
  box-shadow: none;
  color: #000;
  -webkit-text-stroke-width: .5px;
  background-color: #f1f1f1;
  border-color: #0000;
  border-radius: 100px;
  font-weight: 600;
}

.button-12.b10_2 {
  color: #000;
  letter-spacing: .5px;
  -webkit-text-stroke-width: 0px;
  background-color: #f1f1f1;
  border: 1px solid #0000;
  border-radius: 2px;
  width: 100%;
  margin: 3px;
  padding: 10px;
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
}

.button-12.b10_2:hover {
  color: #353535;
  background-color: #ffef7e;
  border: 1px solid #cfcfcf00;
}

.paragraph-12 {
  text-align: center;
  border-bottom: 1px solid #ececec;
  width: 65%;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  position: relative;
}

.div-block-195 {
  z-index: 1;
  background-color: var(--white);
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-196 {
  flex-direction: column;
  align-items: center;
  width: 95%;
  height: 1000px;
  display: flex;
}

.div-block-197 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.block-acad {
  aspect-ratio: auto;
  color: #fff;
  letter-spacing: .5px;
  -webkit-text-stroke-width: .2px;
  border: 1px solid #ffffff29;
  justify-content: flex-start;
  align-items: center;
  width: 55px;
  height: 60px;
  padding: 15px;
  font-size: 13px;
  font-weight: 300;
  display: flex;
  position: relative;
}

.block-acad.ba_presid {
  border-left-width: 0;
  width: 250px;
}

.block-acad.ba_sigla {
  border-left-width: 0;
  width: 120px;
}

.block-acad.ba_nomeacad {
  border-left-width: 0;
  width: 400px;
}

.text-block-45 {
  position: relative;
}

.text-block-46 {
  line-height: 15px;
  position: relative;
}

.text-block-47, .text-block-48 {
  position: relative;
}

.collection-item-10 {
  width: 100%;
}

.code-embed {
  display: block;
}

@media screen and (max-width: 991px) {
  .section-2 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .block-banner-hero {
    width: 700px;
    height: 275.11px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .navbar-2 {
    width: 90%;
    min-width: auto;
  }

  .section-4 {
    flex-direction: column;
    height: 1000px;
  }

  .div-block-16 {
    align-items: center;
    width: 90%;
    max-width: none;
  }

  .slider {
    height: 100%;
  }

  .slider.s_2 {
    height: 600px;
  }

  .nav-menu-2 {
    background-color: #a110ce;
  }

  .paragraph {
    font-size: 17px;
    line-height: 38px;
  }

  .section-5 {
    height: 100%;
  }

  .block-image {
    order: -1;
    width: 100%;
  }

  .block-text {
    width: 100%;
  }

  .block-revista, .div-block-33 {
    flex-direction: column;
  }

  .block-capa {
    height: 70vh;
    position: relative;
  }

  .block-capa.bc_capa_post {
    min-width: auto;
    height: 90vh;
  }

  .block-contents {
    padding-top: 10px;
    top: auto;
  }

  .div-block-37.db37_posts {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .block-gradient-up, .block-gradient-down {
    height: 70%;
  }

  .block-h1-capa {
    justify-content: center;
    margin-top: 70px;
  }

  .block-image_capa {
    justify-content: center;
    padding-bottom: 0;
  }

  .tabs-menu {
    justify-content: center;
  }

  .div-block-47 {
    justify-content: center;
    padding-right: 5px;
  }

  .link-block-2 {
    width: 180px;
  }

  .div-block-53 {
    width: 100%;
  }

  .div-block-54 {
    width: 95%;
    min-width: auto;
    margin-left: 0;
    padding-left: 0;
  }

  .block-gradient-down-2 {
    height: 70%;
  }

  .block-gradient-down-2.bgd_blog {
    background-image: linear-gradient(#0000, #ffffffad 85%);
    height: 50%;
  }

  .section-content {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .image {
    height: 90vh;
    min-height: 550px;
    position: relative;
  }

  .image.image_p {
    background-color: #660b6d;
    height: 90vh;
    top: auto;
    left: auto;
  }

  .rte2 figcaption {
    color: #6d6d6d;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 20px;
  }

  .block-gradient-up-2 {
    height: 70%;
  }

  .block-gradient-up-2.gru_blog {
    background-image: linear-gradient(#ffffff8f, #0000 48%);
  }

  .block-content {
    width: auto;
    padding-bottom: 30px;
  }

  .block-post-hero {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .block-picture {
    width: 600px;
  }

  .block-picture.bp_posts {
    width: 100%;
  }

  .block-image_capa-2 {
    justify-content: flex-end;
    padding-bottom: 30px;
  }

  .block-post {
    width: 100%;
  }

  .image-post {
    width: 600px;
  }

  .image-post.ip_posts {
    width: 100%;
  }

  .content {
    padding-top: 0;
    position: relative;
  }

  .columns {
    background-color: #0000;
  }

  .block-taxonomies {
    width: 100%;
  }

  .block-h1-capa-2 {
    justify-content: center;
    margin-top: 100px;
  }

  .block-h1-capa-2.bhc_p {
    margin-top: 120px;
    margin-bottom: 50px;
  }

  .button-8.b2_leia {
    font-size: 50px;
    line-height: 50px;
  }

  .block-image-content {
    padding-top: 30px;
  }

  .button-9.b9_rev.b9_rev_3, .button-9.b9_rev.b9_rev_doacao {
    margin-top: 20px;
  }

  .div-block-95.dp95_rev {
    margin-right: 0;
  }

  .card-revista {
    width: 330px;
  }

  .div-block-67 {
    opacity: .37;
    width: 400px;
    height: 400px;
    display: block;
    inset: 0% 0% 0% auto;
  }

  .slide-3, .slide, .slide-4, .slide-2 {
    background-position: 50% 0;
  }

  .heading-title {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-title.h_13_white_left {
    margin-top: 0;
  }

  .div-block-102 {
    width: 700px;
    min-width: auto;
  }

  .div-block-104 {
    flex-direction: column;
    align-items: center;
    min-width: auto;
  }

  .div-block-106 {
    width: 600px;
    min-width: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: 0;
  }

  .section-projetos {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-112 {
    width: 250px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-113 {
    width: 250px;
    height: 125px;
  }

  .section-10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .block-projetos-out {
    height: 200px;
    margin-top: 50px;
  }

  .block-projetos-in {
    min-width: auto;
  }

  .projeto {
    width: 150px;
    height: 150px;
  }

  .div-block-120 {
    width: 650px;
    height: 650px;
    margin-top: 80px;
  }

  .nome-cargo {
    margin-top: 20px;
    margin-left: 15px;
  }

  .nome-cargo.n_2 {
    margin-right: 15px;
  }

  .nome {
    margin-top: 10px;
    font-size: 35px;
    line-height: 40px;
  }

  .collection-item-3 {
    justify-content: center;
    align-items: flex-start;
    width: 500px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .dropdown-list.w--open {
    align-self: center;
    position: relative;
  }

  .div-block-139 {
    min-width: auto;
  }

  .nav-menu-3 {
    border-bottom: 10px solid var(--forest-green);
    background-color: #f8f8f8;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    margin-bottom: 10px;
    padding-left: 40px;
    font-size: 18px;
  }

  .nav-link-2:hover {
    background-color: #ececec;
  }

  .dropdown-toggle-2 {
    width: 100%;
    padding-left: 40px;
    font-size: 18px;
    display: flex;
  }

  .dropdown-2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .dropdown-2:hover {
    background-color: #ececec;
  }

  .icon-2 {
    margin-left: 5px;
    position: relative;
  }

  .text-block-13 {
    position: relative;
  }

  .dropdown-list-3 {
    background-color: #ececec;
  }

  .dropdown-list-3.w--open {
    background-color: gold;
  }

  .dropdown-list-4.w--open {
    background-color: var(--gold);
  }

  .dropdown-link-3 {
    padding-left: 20px;
  }

  .collection-list-3 {
    flex-direction: column;
    align-items: center;
    min-width: 780px;
    display: flex;
  }

  .div-block-148 {
    flex-direction: column;
  }

  .div-block-151 {
    background-color: #f5f5f5;
    order: -1;
    width: 70%;
    max-width: none;
    margin-top: 20px;
    margin-left: 0;
    padding: 30px 50px;
  }

  .paragraph-7, .paragraph-8 {
    width: 70%;
    min-width: auto;
  }

  .paragraph-10 {
    width: 70%;
    margin-top: 10px;
    font-size: 15px;
    line-height: 22px;
  }

  .div-block-153 {
    width: 768px;
  }

  .block-logo-footer-branco {
    margin-bottom: 30px;
  }

  .div-block-155 {
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-161 {
    min-width: 600px;
  }

  .block-links {
    width: 250px;
  }

  .div-block-163 {
    align-items: flex-start;
    padding-left: 10px;
  }

  .icon-redes {
    background-size: 12px;
    width: 20px;
    height: 20px;
  }

  .icon-redes.ir_insta, .icon-redes.ir_face {
    background-size: 12px;
  }

  .div-block-168 {
    padding-right: 20px;
  }

  .menu-button {
    top: 15px;
  }

  .div-block-169 {
    width: 95%;
  }

  .block_content-academias {
    width: 95%;
    min-width: auto;
  }

  .collection-item-4 {
    width: 600px;
  }

  .columns-2 {
    width: auto;
  }

  .filter_content {
    width: 100%;
  }

  .div-block-177 {
    border-style: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: .5rem;
  }

  .collection-list-9 {
    flex-wrap: wrap;
    display: flex;
  }

  .filter_grid {
    flex-direction: column;
    grid-template-columns: .66fr 1fr;
    width: 95%;
    min-width: auto;
    max-width: none;
  }

  .block-filtro {
    min-height: auto;
    padding: 1rem .5rem .5rem;
  }

  .filter_block {
    position: relative;
    top: 0;
  }

  .div-block-179 {
    padding-left: 0;
    padding-right: 0;
  }

  .filter_block-header {
    align-items: start;
    width: 80%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1rem;
  }

  .text-block-38 {
    font-size: 15px;
  }

  .collection-item-8 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .filter_reset-all.text-color-green {
    align-self: center;
    margin-bottom: .5rem;
    margin-left: 1rem;
    margin-right: 2rem;
    font-size: 12px;
  }

  .filter_block-number {
    justify-content: center;
    width: 60%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .block-filter {
    width: 95%;
    min-width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-180 {
    display: none;
  }

  .block-head-up {
    width: 95%;
    min-width: auto;
  }

  .filter_tags-wrapper {
    justify-content: flex-start;
    margin-top: 0;
  }

  .filter_search-field {
    height: auto;
  }

  .filter_results-text {
    width: 100%;
    margin-bottom: .5rem;
  }

  .block-tag-dropdown {
    height: auto;
    margin-top: 1rem;
    position: relative;
    top: 0;
  }

  .div-block-182 {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .text-block-40 {
    margin-bottom: .5rem;
  }

  .div-block-183 {
    width: 40%;
  }

  .block-lateral, .filter_content-2 {
    width: 100%;
  }

  .div-block-186 {
    border-style: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: .5rem;
  }

  .collection-list-10 {
    flex-wrap: wrap;
    display: flex;
  }

  .filter_grid-2 {
    flex-direction: column;
    grid-template-columns: .66fr 1fr;
    width: 95%;
    min-width: auto;
    max-width: none;
  }

  .block-filtro-2 {
    min-height: auto;
    padding: 1rem .5rem .5rem;
  }

  .filter_block-2 {
    position: relative;
    top: 0;
  }

  .collection-item-9 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .block-filter-2 {
    width: 95%;
    min-width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .filter_search-field-2 {
    height: auto;
  }

  .filter_results-text-2 {
    width: 100%;
    margin-bottom: .5rem;
  }

  .div-block-188 {
    height: auto;
    margin-top: 1rem;
    position: relative;
    top: 0;
  }

  .div-block-189 {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .text-block-43 {
    margin-bottom: .5rem;
  }

  .block-lateral-2 {
    width: 100%;
  }

  .checkbox-field-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .html-embed-desktop {
    display: none;
  }

  .html-embed-tablet {
    width: 100%;
    display: flex;
  }

  .html-embed-landscape, .html-embed-mobile {
    display: none;
  }

  .div-block-192 {
    margin-top: 20px;
  }

  .card-revista-2 {
    width: 330px;
  }

  .paragraph-12 {
    width: 90%;
  }

  .block-acad {
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-acad.ba_presid {
    width: 200px;
  }

  .block-acad.ba_sigla {
    width: 100px;
  }

  .block-acad.ba_nomeacad {
    width: 300px;
  }

  .text-block-46 {
    letter-spacing: 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .block-banner-hero {
    width: 500px;
    height: 196.51px;
  }

  .block-contents {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-37 {
    width: 500px;
    height: 196.51px;
  }

  .div-block-40 {
    width: 500px;
  }

  .block-h1-capa {
    width: 90%;
    margin-top: 110px;
    top: -35px;
  }

  .heading-5 {
    font-size: 32px;
    line-height: 38px;
  }

  .tabs-menu, .div-block-47 {
    width: 500px;
  }

  .link-block-2 {
    width: 200px;
  }

  .block-ads {
    width: 450px;
    height: 176.86px;
  }

  .block-gradient-down-2.bgd_blog {
    height: 70%;
  }

  .section-content {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-87 {
    width: 450px;
  }

  .block-gradient-up-2.gru_blog {
    background-image: linear-gradient(#ffffff9e, #0000 78%);
  }

  .block-content {
    width: auto;
    margin-top: 10px;
  }

  .block-picture {
    width: 500px;
    height: 250px;
  }

  .block-picture.bp_posts {
    width: 100%;
  }

  .block-image_capa-2 {
    padding-bottom: 0;
  }

  .block-post {
    width: 100%;
  }

  .image-post {
    width: 500px;
    height: 196.51px;
  }

  .image-post.ip_posts {
    width: 100%;
    height: auto;
  }

  .text-block-6 {
    width: 100%;
    min-width: auto;
  }

  .block-taxonomies {
    margin-top: 20px;
  }

  .heading-6 {
    font-size: 32px;
    line-height: 38px;
  }

  .block-h1-capa-2 {
    width: 90%;
    margin-top: 110px;
    top: -35px;
  }

  .block-h1-capa-2.bhc_p {
    top: auto;
  }

  .gradient-left-to-right.glr_blog {
    display: none;
  }

  .block-image-content {
    padding-top: 20px;
  }

  .text-block-9 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .heading-8.h8_rev {
    margin-top: 20px;
  }

  .div-block-95.dp95_rev {
    margin-left: 5px;
    margin-right: 5px;
  }

  .card-revista.db93rev {
    flex-direction: column;
  }

  .block-banner-revista {
    width: 500px;
    margin-top: 20px;
  }

  .slide, .slide-4 {
    background-position: 50% 0;
  }

  .block-projetos-out_0 {
    position: relative;
  }

  .heading-title {
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-102 {
    width: 100%;
    min-width: 550px;
  }

  .div-block-106 {
    width: 500px;
  }

  .section-projetos {
    position: relative;
  }

  .div-block-112 {
    align-items: center;
  }

  .block-projetos-out {
    height: 500px;
  }

  .block-projetos-in {
    flex-wrap: wrap;
  }

  .projeto {
    width: 200px;
    height: 200px;
    margin-top: 1vh;
    margin-bottom: 1vh;
  }

  .div-block-120 {
    width: 450px;
  }

  .nome-cargo {
    margin-left: 10px;
  }

  .cargo {
    letter-spacing: 0;
    font-size: 11px;
    line-height: 16px;
  }

  .nome {
    margin-top: 5px;
    font-size: 25px;
    line-height: 30px;
  }

  .nome.nome_3 {
    width: 90%;
  }

  .collection-item-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .collection-list-3 {
    min-width: auto;
  }

  .div-block-151 {
    width: 60%;
  }

  .paragraph-7, .paragraph-8 {
    width: 80%;
  }

  .paragraph-10 {
    width: 90%;
  }

  .div-block-153 {
    width: 568px;
  }

  .div-block-155 {
    align-items: center;
  }

  .div-block-161 {
    flex-direction: column;
    align-items: center;
    min-width: auto;
  }

  .block-links {
    width: 250px;
  }

  .div-block-163 {
    align-items: center;
    padding-left: 0;
  }

  .div-block-163.db163_2 {
    border-top: 1px solid #3c8b41;
    margin-top: 10px;
  }

  .div-block-166 {
    width: 95%;
  }

  .div-block-169 {
    padding-top: 20px;
  }

  .collection-item-4 {
    width: 400px;
  }

  .filter_grid {
    grid-template-columns: 1fr;
  }

  .div-block-178 {
    text-align: center;
    align-items: center;
    width: 95%;
    height: auto;
    margin-bottom: 1rem;
    padding-left: 0;
  }

  .filter_block-header {
    width: 100%;
  }

  .text-block-38 {
    margin-top: 5px;
    font-size: 18px;
    line-height: 23px;
  }

  .block-head-up {
    flex-direction: column;
    align-items: center;
    height: 280px;
  }

  .filter_tags-wrapper {
    margin-bottom: 0;
    margin-right: 0;
  }

  .div-block-183 {
    order: 1;
    width: 90%;
  }

  .filter_grid-2 {
    grid-template-columns: 1fr;
  }

  .div-block-187 {
    text-align: center;
    align-items: center;
    width: 95%;
    height: auto;
    margin-bottom: 1rem;
    padding-left: 0;
  }

  .checkbox-field-3 {
    padding-top: .125rem;
    padding-bottom: .125rem;
  }

  .html-embed-tablet {
    display: none;
  }

  .html-embed-landscape {
    width: 100%;
    display: block;
  }

  .div-block-192 {
    width: 100%;
  }

  .block-revistas {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .paragraph-12 {
    width: 95%;
  }
}

@media screen and (max-width: 479px) {
  .block-banner-hero {
    width: 300px;
    height: 117.9px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .navbar-2 {
    height: 90%;
  }

  .section-4 {
    height: auto;
    padding-bottom: 30px;
  }

  .div-block-16 {
    width: 95%;
    margin-top: 30px;
    top: 0;
  }

  .div-block-21 {
    top: 0;
  }

  .heading {
    padding-left: 0;
    line-height: 19px;
  }

  .block-image {
    padding-top: 0;
  }

  .block-revista {
    min-width: 350px;
  }

  .block-capa {
    height: 80vh;
  }

  .block-capa.bc_capa_post {
    height: auto;
  }

  .block-contents {
    padding-left: 5px;
    padding-right: 5px;
    top: -10px;
  }

  .div-block-36 {
    width: 95%;
  }

  .div-block-37 {
    width: 300px;
    height: 117.9px;
  }

  .div-block-37.db37_posts {
    margin-top: 30px;
  }

  .div-block-40 {
    width: 300px;
  }

  .link-block {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-4 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 19px;
    line-height: 23px;
  }

  .paragraph-2 {
    margin-top: 5px;
    font-size: 18px;
  }

  .block-h1-capa {
    margin-top: 50px;
    top: auto;
  }

  .block-h1-capa.bh_post {
    width: 95%;
  }

  .heading-5.h5_post {
    margin-left: 5px;
    margin-right: 5px;
  }

  .block-image_capa {
    justify-content: center;
  }

  .div-block-43.db43_post {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
    padding-right: 10px;
  }

  .redes-sociais {
    background-size: 14px, auto;
    width: 25px;
    height: 25px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .redes-sociais.rs_facebook {
    background-size: 14px, auto;
  }

  .tabs-menu, .div-block-47 {
    width: 300px;
  }

  .button-2 {
    font-size: 12px;
    line-height: 17px;
  }

  .button-2.b2_post, .div-block-48.db48_post {
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-49 {
    width: 100%;
  }

  .link-block-2 {
    width: 180px;
  }

  .button-3.b3_post {
    margin-left: 5px;
    margin-right: 5px;
  }

  .website {
    background-size: 14px, auto;
    width: 25px;
    height: 25px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .website.rs_facebook {
    background-size: 14px, auto;
  }

  .link {
    background-size: 16px, auto;
    height: 25px;
  }

  .block-ads {
    width: 270px;
    height: 106.11px;
  }

  .div-block-53 {
    height: 500px;
  }

  .bold-text-2 {
    font-size: 23px;
  }

  .text-block-6-copy {
    letter-spacing: 0;
    width: 90%;
    min-width: auto;
  }

  .block-gradient-down-2.bgd_blog {
    background-image: linear-gradient(#0000, #fffc 61%);
    height: 70%;
  }

  .paragraph-3 {
    align-self: center;
    width: 100%;
    min-width: auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .section-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-87 {
    width: 270px;
    height: 106.11px;
  }

  .image {
    height: 95vh;
  }

  .rte2 {
    text-align: left;
  }

  .rte2 blockquote {
    padding-left: 20px;
  }

  .block-gradient-up-2.gru_blog {
    background-image: linear-gradient(#ffffff9e 19%, #0000);
    height: 50%;
  }

  .block-content {
    width: 100%;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .block-post-hero {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-5 {
    letter-spacing: 2px;
    background-image: linear-gradient(#a400bd, #640092);
    margin-left: 5px;
    font-weight: 600;
  }

  .button-6 {
    letter-spacing: 1px;
    background-position: 50% 10px;
    background-size: 30px;
    border-color: #640692;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 50px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 14px;
  }

  .button-6.w--current, .button-6.b5_past_editions, .button-6.b5_site_abracicon {
    background-position: 50% 10px;
    background-size: 30px;
    border-color: #640692;
    padding-top: 50px;
  }

  .block-picture {
    width: 324px;
    height: 200px;
  }

  .block-picture.bp_posts {
    height: auto;
  }

  .block-image_capa-2 {
    justify-content: flex-end;
    padding-bottom: 20px;
  }

  .block-image_capa-2.bic_p {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .block-post {
    width: 100%;
    min-width: auto;
  }

  .image-post {
    width: 324px;
    height: 127.33px;
  }

  .image-post.ip_posts {
    width: 100%;
    height: auto;
  }

  .content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-73 {
    flex-direction: column;
    min-width: auto;
  }

  .link-2 {
    background-size: 16px, auto;
    height: 25px;
  }

  .block-logo-footer {
    width: 210px;
    height: 90px;
  }

  .text-block-6 {
    text-align: left;
    letter-spacing: 0;
    width: 100%;
    min-width: auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
  }

  .block-taxonomies {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-self: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 2px;
  }

  .heading-6.h5_p {
    font-size: 35px;
    line-height: 40px;
  }

  .div-block-77 {
    width: 70px;
    height: 70px;
  }

  .block-h1-capa-2 {
    margin-top: 70px;
    top: auto;
  }

  .block-h1-capa-2.bhc_p {
    margin-top: 110px;
    margin-bottom: 20px;
  }

  .block-h1-capa-2.bhc_taxonomies {
    margin-bottom: 10px;
  }

  .block-category {
    width: 85%;
    min-width: auto;
  }

  .section-image {
    background-color: #f7f7f7;
    position: relative;
  }

  .button-7 {
    margin: 3px;
    padding: 4px 11px 3px;
    font-size: 10px;
    line-height: 12px;
  }

  .button-8 {
    min-width: auto;
    padding: 4px 5px;
    font-size: 25px;
    line-height: 25px;
  }

  .button-8.b2_leia {
    padding-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 45px;
    line-height: 55px;
  }

  .gradient-left-to-right {
    width: 100%;
  }

  .block-image-content {
    width: 100%;
    padding-top: 10px;
  }

  .heading-10 {
    font-size: 18px;
  }

  .text-block-8 {
    font-size: 12px;
  }

  .button-9.b9_rev.b9_rev_2 {
    bottom: 50px;
    left: 15px;
  }

  .capa.c_40 {
    width: 140px;
    min-width: 140px;
    height: 186.66px;
  }

  .card-revista.db93rev {
    padding-top: 0;
  }

  .block-banner-revista {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-67 {
    width: 250px;
    height: 250px;
  }

  .slide {
    background-position: -180px 0;
  }

  .slide-4 {
    background-position: 50% 0;
  }

  .div-block-99 {
    min-width: 300px;
  }

  .heading-12 {
    width: 95%;
    padding-right: 20px;
    line-height: 34px;
  }

  .div-block-100 {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .heading-title {
    letter-spacing: 1px;
    font-size: 23px;
    line-height: 30px;
  }

  .heading-title.h_13_white_left {
    text-align: center;
  }

  .div-block-102 {
    width: 100%;
    min-width: 350px;
    margin-top: 30px;
  }

  .div-block-104 {
    width: 95%;
  }

  .div-block-106 {
    width: 95%;
    min-width: 300px;
    margin-bottom: 30px;
  }

  .paragraph-4 {
    text-align: center;
    font-size: 17px;
    line-height: 35px;
  }

  .section-projetos {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .block-line {
    margin-top: 10px;
  }

  .block-title-line {
    margin-bottom: 20px;
  }

  .div-block-112 {
    width: 280px;
  }

  .div-block-113 {
    width: 280px;
    height: 140px;
  }

  .section-10 {
    padding-top: 80px;
  }

  .block-projetos-out {
    height: 1100px;
    margin-top: 50px;
  }

  .projeto {
    width: 220px;
    height: 220px;
  }

  .bold-text-4 {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 15px;
  }

  .div-block-120 {
    flex-direction: column;
    width: 320px;
    height: 1320px;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .div-block-121, .div-block-122 {
    width: 100%;
  }

  .diretoria {
    height: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
    left: 0;
  }

  .diretoria.d_2, .diretoria.d_3 {
    bottom: 0;
  }

  .diretoria.d_4 {
    right: 0;
  }

  .logo-central {
    display: none;
  }

  .diretor {
    width: 180px;
    height: 180px;
  }

  .nome-cargo {
    margin-top: 15px;
    margin-left: 10px;
  }

  .nome-cargo.n_2 {
    margin-right: 10px;
  }

  .cargo {
    font-size: 14px;
    line-height: 20px;
  }

  .nome {
    font-size: 45px;
    line-height: 45px;
  }

  .nome.nome_3 {
    width: 80%;
  }

  .logo_whiite {
    width: 150px;
    height: 150px;
  }

  .collection-item-3 {
    width: 324.36px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-6 {
    width: 70%;
  }

  .text-block-12 {
    top: 20px;
  }

  .brand-2 {
    margin-left: 0;
  }

  .navbar-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-list-3 {
    max-width: none;
  }

  .div-block-148 {
    width: 95%;
    min-width: 330px;
  }

  .div-block-149 {
    width: 300px;
    height: 300px;
  }

  .div-block-150 {
    width: 300px;
  }

  .div-block-151 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .paragraph-7 {
    width: 90%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 17px;
    line-height: 35px;
  }

  .paragraph-8 {
    width: 90%;
    font-size: 17px;
    line-height: 35px;
  }

  .paragraph-9 {
    font-size: 16px;
  }

  .italic-text {
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph-10 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-153 {
    width: 320px;
  }

  .block-cat {
    padding-left: 17px;
  }

  .link-cat {
    margin-top: 2px;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .div-block-155 {
    width: 324.36px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .div-block-156 {
    width: 324.36px;
    height: 127.5px;
  }

  .link-block-9 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-16 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
    line-height: 25px;
  }

  .link-5 {
    padding-left: 12px;
  }

  .block-tag {
    padding-left: 12px;
    padding-right: 12px;
  }

  .paragraph-11 {
    font-size: 15px;
    line-height: 25px;
  }

  .block-gray {
    height: 80px;
  }

  .div-block-160 {
    margin-top: 30px;
  }

  .div-block-163 {
    align-items: flex-start;
    padding-left: 10px;
  }

  .div-block-168 {
    padding-right: 5px;
  }

  .div-block-169 {
    width: 100%;
    padding-top: 10px;
  }

  .triangle-left, .triangle-right {
    display: none;
  }

  .block_content-academias {
    margin-top: 30px;
  }

  .collection-item-4 {
    width: 300px;
  }

  .div-block-177 {
    flex-direction: column;
    align-items: flex-start;
  }

  .filter_tag {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .filter_grid {
    grid-column-gap: 0rem;
  }

  .div-block-178 {
    background-color: #0000;
    margin-bottom: 0;
  }

  .filter_tags-text {
    margin-right: .5rem;
  }

  .heading-17 {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .filter_empty {
    width: 95%;
  }

  .filter_block-header {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }

  .text-block-38 {
    margin-bottom: 5px;
  }

  .filter_reset-all.text-color-green {
    align-self: flex-start;
    margin-top: .5rem;
    margin-bottom: 1rem;
  }

  .filter_block-number {
    width: 100%;
  }

  .block-filter {
    min-width: 320px;
    padding-top: 15px;
  }

  .block-head-up {
    height: 270px;
  }

  .filter_tags-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .filter_search-field {
    background-position: 10px;
    padding-left: 2.5rem;
  }

  .collection-list-wrapper-7 {
    padding-top: 10px;
  }

  .filter_results-text {
    width: 100%;
  }

  .block-tag-dropdown {
    border-style: none;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-182 {
    flex-direction: column;
  }

  .text-block-40 {
    font-size: 14px;
    line-height: 16px;
  }

  .div-block-183 {
    background-color: #0000;
    background-position: 50% 100%;
    width: 320px;
    min-width: 320px;
    height: 100%;
  }

  .dropdown-8 {
    align-self: flex-start;
    margin-left: 0;
  }

  .div-block-186 {
    flex-direction: column;
    align-items: flex-start;
  }

  .filter_tag-2 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .filter_grid-2 {
    grid-column-gap: 0rem;
  }

  .div-block-187 {
    background-color: #0000;
    margin-bottom: 0;
  }

  .filter_tags-text-2 {
    margin-right: .5rem;
  }

  .block-filter-2 {
    min-width: 320px;
    padding-top: 15px;
  }

  .filter_search-field-2 {
    background-position: 10px;
    padding-left: 2.5rem;
  }

  .filter_results-text-2 {
    width: 100%;
  }

  .div-block-188 {
    border-style: none;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-189 {
    flex-direction: column;
  }

  .text-block-43 {
    font-size: 14px;
    line-height: 16px;
  }

  .checkbox-label-3 {
    margin-left: 0;
    padding-left: .25rem;
    font-size: 12px;
  }

  .html-embed-landscape {
    display: none;
  }

  .html-embed-mobile {
    width: 100%;
    display: block;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2 {
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .tab-link-tab-2.w--current {
    margin-left: 2px;
    margin-right: 2px;
  }

  .div-block-192 {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .collection-list-wrapper-8 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .collection-list-7-copy {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    min-width: 330px;
    padding-top: 0;
  }

  .collection-item-5 {
    width: auto;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-18 {
    letter-spacing: .5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .card-revista-2 {
    background-color: #f7f7f7;
    width: 130px;
    min-width: 130px;
    margin: 0 5vw 10px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .card-revista-2:hover {
    background-color: #f2f2f2;
  }

  .meses-revista {
    letter-spacing: 0;
    border-bottom-style: none;
    padding-top: 5px;
    font-size: 11px;
  }

  .block-two-buttons {
    flex-direction: column;
  }

  .button-12 {
    letter-spacing: 1px;
    background-color: #ffef7e;
    border-radius: 20px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .button-12.b10_2 {
    background-color: #0000;
  }

  .paragraph-12 {
    margin-top: 40px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}


