:root {
  --font-size--small: 0.8rem;
  --font-size--default: 1rem;
  --font-size--large: 42px;
}
* {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  background: #ffffff;
  font-size: 100%;
}
.content {
  width: 1080px;
  margin: 0px auto;
}
a {
  text-decoration: none;
  color: #000000;
  transition: all ease 0.2s;
}
.btn {
  display: inline-block;
  padding: 10px 25px;
  color: #ffffff;
}
.btn.purple {
  background: #5c00f9;
}
.btn.purple a {
  color: #ffffff;
}
.btn.purple:hover {
  background: #4414ac;
}
.btn.yellowborder {
  border: 2px solid #ffcc2f;
}
.btn.yellowborder:hover {
  background: #ffcc2f;
  color: #000000;
}
.btn.blackborder {
  border: 2px solid #000000;
  background: #ffffff;
  color: #000000;
  text-transform: uppercase;
}
.btn.blackborder:hover {
  background: #000000;
  color: #ffffff !important;
}
.btn.blackborder:hover a {
  color: #ffffff !important;
}
.btn.center {
  display: table;
  margin: 20px auto;
}
.sectitle {
  text-align: center;
  display: table;
  font-size: var(--font-size--large);
  text-transform: uppercase;
  margin: 0px auto 20px auto;
  padding: 0px 20px 7px 20px;
}
.sectitle.orangeborder {
  border-bottom: 10px solid #f3551f;
}
.sectitle.yellowborder {
  border-bottom: 10px solid #ffcc2f;
}
.sectitle.purpleborder {
  border-bottom: 10px solid #5c00f9;
}
.sectitle.orangecolor {
  color: #b23b18;
}
.sectitle.browborder {
  border-bottom: 10px solid #a5722b;
}
.subtitle {
  text-align: center;
  max-width: 70%;
  margin: 20px auto;
  font-size: 20px;
  line-height: 30px;
}
.breadcrumb {
  font-size: 14px;
  margin-bottom: 30px;
  font-weight: normal;
}
.wpcf7-form {
  margin: 0px 0px 50px 0px;
}
.wpcf7-form label {
  font-weight: bold;
  font-size: var(--font-size--default);
}
.wpcf7-form .inputboxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wpcf7-form .inputboxes span {
  width: 31%;
}
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
  font-weight: normal;
  width: 97%;
  padding: 10px 0px 10px 10px;
  border-radius: 0px;
  border: 2px solid #000000;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
}
.wpcf7-form input::placeholder,
.wpcf7-form select::placeholder,
.wpcf7-form textarea::placeholder {
  text-transform: uppercase;
}
.wpcf7-form input[type="submit"] {
  float: right;
  font-size: 14px;
  text-align: center;
  display: table;
  color: #000000;
  padding: 10px 30px;
  background: #ffcc2f;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  width: auto;
  margin-top: 10px;
  transition: all ease 0.2s;
  border: 4px solid #000000;
  border-radius: 0px;
}
.wpcf7-form input[type="submit"]:hover {
  background: #5c00f9;
  color: #ffffff;
}
.wpcf7-form .policy p {
  width: auto;
}
.wpcf7-form .policy p .wpcf7-list-item {
  margin: 0px;
}
.wpcf7-form .policy p .wpcf7-list-item input {
  width: auto;
}
.greybox {
  padding: 20px;
  background: #efefef;
  border: 2px solid #000000;
}
.greybox h4 {
  color: #5c00f9;
  font-weight: normal;
  margin-bottom: 10px;
}
.greybox p {
  font-weight: normal;
  padding: 0px;
  max-width: 100%;
  text-align: left;
}
.preheader {
  background-color: #737373;
  padding: 10px 5vw;
}
.preheader .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.preheader .container .firstmenu p,
.preheader .container .acessibilidade p {
  display: inline-block;
  margin: 0px 15px;
  font-size: var(--font-size--small);
  color: #ffffff;
  cursor: pointer;
  transition: all ease 0.2s;
}
.preheader .container .firstmenu p:hover,
.preheader .container .acessibilidade p:hover {
  color: #ffcc2f;
}
.preheader .container .firstmenu p a,
.preheader .container .acessibilidade p a {
  color: #ffffff;
  transition: all ease 0.2s;
}
.preheader .container .firstmenu p a:hover,
.preheader .container .acessibilidade p a:hover {
  color: #ffcc2f;
}
.preheader .container .firstmenu p.active,
.preheader .container .acessibilidade p.active {
  color: #ffcc2f;
}
.submenucontainer {
  background: #efefef;
  width: 100%;
  position: relative;
}
.submenucontainer .closesubmenu {
  position: absolute;
  font-size: 24px;
  right: 70px;
  top: 20px;
  display: none;
  cursor: pointer;
}
.submenucontainer .closesubmenu:hover {
  color: #5c00f9;
}
.submenucontainer .menu {
  width: 97%;
  margin: 0px auto;
  list-style-type: none;
}
.submenucontainer .menu li {
  z-index: 9999;
}
.submenucontainer .menu li a {
  display: none;
}
.submenucontainer .menu li .sub-menu {
  grid-template-columns: 1fr;
  grid-gap: 10px;
  max-width: 300px;
  display: none;
  list-style-type: none;
  text-align: left;
  padding: 20px 0px;
}
.submenucontainer .menu li .sub-menu.active {
  display: block;
}
.submenucontainer .menu li .sub-menu li {
  width: 100%;
  margin: 10px 0px 10px 0px;
  padding: 20px 20px;
  transition: all ease 0.2s;
}
.submenucontainer .menu li .sub-menu li a {
  display: block;
}
.submenucontainer .menu li .sub-menu li a span {
  display: block;
  font-weight: normal;
  margin-top: 10px;
  opacity: 0.7;
}
.submenucontainer .menu li .sub-menu li a span i {
  display: block;
  margin-top: 20px;
  transition: all ease 0.2s;
  color: transparent;
}
.submenucontainer .menu li .sub-menu li:hover {
  background: rgba(92, 0, 249, 0.1);
}
.submenucontainer .menu li .sub-menu li:hover a span i {
  color: #000000;
}
header {
  padding: 30px 6vw;
  background: #ffffff;
}
header .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header .container p.logo {
  background: url(../images/logo-criola-old.png) no-repeat center center;
  width: 54px;
  height: 87px;
  background-size: contain;
  font-size: 0px;
}
header .container p.logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header .container nav ul {
  display: flex;
}
header .container nav ul li {
  margin-left: 55px;
  position: relative;
  z-index: 9999;
}
header .container nav ul li .sub-menu {
  grid-template-columns: 1fr;
  grid-gap: 10px;
  border-top: 10px solid #ffffff;
}
header .container nav ul li .sub-menu li {
  background: #efefef;
  padding: 20px;
  width: 100%;
  margin-bottom: 0px;
  display: block;
  margin-left: 0px;
}
header .container nav ul li .sub-menu li a span {
  display: block;
  font-weight: normal;
  margin-top: 10px;
  opacity: 0.7;
}
header .container nav ul li.menu-item-has-children {
  position: relative;
  padding-right: 20px;
}
header .container nav ul li.menu-item-has-children::after {
  content: "\f078";
  font-family: "FontAwesome";
  display: block;
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: 5px;
}
header .container ul {
  list-style-type: none;
}
header .container ul li {
  display: inline-block;
  margin-left: 20px;
}
header .container ul li:first-child {
  margin-left: 0px;
}
header .container ul li a {
  color: #000000;
}
header .container ul li a:hover {
  color: #f3551f;
}
header .container ul li#opensearch {
  cursor: pointer;
}
header .container ul li#opensearch:hover {
  color: #f3551f;
}
header .smallgrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header .smallgrid .btn {
  margin-right: 40px;
}
header .smallgrid #menumobile {
  display: none;
}
footer {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
footer .logosec {
  background: #f3551f;
  padding: 3vw;
}
footer .logosec p.logo {
  background: url(../images/logo-criola-white.png) no-repeat center center;
  width: 109px;
  height: 177px;
  background-size: contain;
  font-size: 0px;
  display: block;
  margin: 100px auto 0px auto;
}
footer .logosec p.logo a {
  display: block;
  width: 100%;
  height: 100%;
}
footer .linksec {
  background: #b23b18;
  display: grid;
  grid-template-columns: 2fr 1.5fr 1fr;
  padding: 3vw;
  grid-gap: 60px;
}
footer .linksec ul {
  list-style-type: none;
  columns: 2;
  column-gap: 60px;
}
footer .linksec ul li {
  margin-bottom: 15px;
  display: block;
}
footer .linksec ul li a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: var(--font-size--default);
  color: #ffffff;
}
footer .linksec ul li a:hover {
  color: #ffcc2f;
}
footer .linksec ul li ul {
  columns: 1;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
  margin-top: 15px;
  list-style-type: none;
}
footer .linksec ul li ul li a {
  font-weight: 400;
  text-transform: none;
}
footer .linksec h3 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer .linksec p {
  color: #ffffff;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
}
footer .linksec .redes {
  list-style-type: none;
  margin-bottom: 30px;
}
footer .linksec .redes li {
  display: inline-block;
  margin-left: 20px;
}
footer .linksec .redes li:first-child {
  margin-left: 0px;
}
footer .linksec .redes li a {
  color: #ffffff;
  font-size: 24px;
}
footer .linksec .redes li a:hover {
  color: #ffcc2f;
}
footer .linksec .ngo img {
  width: 70%;
  display: block;
  margin: 10px 0px 0px 0px;
}
.slider {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
}
.slider .text {
  background: #f3551f;
  padding: 6vw;
}
.slider .text h1 {
  font-size: 4vw;
  color: #ffffff;
  line-height: 5vw;
  text-transform: uppercase;
}
.slider .text h2 {
  font-size: 2vw;
  line-height: 3vw;
  color: #ffffff;
  margin-top: 20px;
  font-weight: normal;
}
.slider img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.wordlist {
  position: relative;
}
.wordlist .loop {
  overflow: hidden;
  max-height: 50px;
  width: 100%;
  position: absolute;
  left: -50%;
  top: 0%;
  transform: translate(50%, 0%);
}
.wordlist .loop p {
  width: 500%;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10x 0px;
}
.wordlist .loop p a {
  color: #ffffff;
  display: inline-block;
  border-right: 2px solid #ffffff;
  margin: 10px 0px 10px 0px;
  padding: 0px 10px;
}
.wordlist .loop p a:hover {
  color: #ffcc2f;
}
.wordlist.purple .loop p {
  background: #5c00f9;
}
.wordlist.black .loop p {
  background: #000000;
}
.thirtyyears {
  padding: 70px 0px;
  background: url(../images/bg-banner-30anos.png) no-repeat center center;
  background-size: cover;
  display: grid;
  grid-template-rows: 1fr;
  text-align: center;
}
.thirtyyears img {
  display: block;
  margin: 60px auto 0px auto;
}
.thirtyyears h3 {
  font-size: 72px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 30px;
}
.historyhome {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
}
.historyhome .text {
  background: #000000;
  padding: 6vw 20vw 6vw 6vw;
}
.historyhome .text h3 {
  font-size: 2vw;
  color: #ffffff;
  line-height: 3vw;
  font-weight: normal;
}
.historyhome .text p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin: 20px 0px;
  font-weight: normal;
}
.historyhome img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.fighthome {
  background: #ffcc2f;
  padding: 80px 0px;
  position: relative;
}
.fighthome .fightslider {
  overflow: hidden;
}
.fighthome .fightslider .slick-track a {
  width: 300px;
  display: inline-block;
  height: 400px;
}
.fighthome .fightslider .slick-track a img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.fighthome .fightslider .slick-prev {
  left: 25%;
  top: 73%;
  z-index: 9999;
}
.fighthome .fightslider .slick-prev:hover:before {
  background: #f3551f !important;
}
.fighthome .fightslider .slick-next {
  right: 25%;
  top: 73%;
  z-index: 9999;
}
.fighthome .fightslider .slick-next:hover:before {
  background: #f3551f !important;
}
.fighthome .fightslider .slick-prev:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f060";
  font-size: 22px;
  color: #ffffff;
  padding: 20px 22px;
  background: #4414ac;
  opacity: 1 !important;
}
.fighthome .fightslider .slick-next:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  font-size: 22px;
  color: #ffffff;
  padding: 20px 22px;
  background: #4414ac;
  opacity: 1 !important;
}
.fighthome .actions {
  display: table;
  margin: 80px auto 0px auto;
}
.fighthome .actions .btn {
  margin: 10px;
}
.newshome h2 {
  display: block;
  text-align: center;
  font-size: 64px;
  color: #ffcc2f;
  background: #5c00f9;
  text-transform: uppercase;
  padding: 10px 0px;
}
.newshome .btn {
  display: table;
  margin: 20px auto;
}
.newshome .postslider {
  background: #efefef;
}
.newshome .postslider .postbox {
  display: block;
  margin: 0px auto 60px auto;
  width: 1080px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 30px;
}
.newshome .postslider .postbox img {
  display: block;
  width: 100%;
  height: 102%;
  object-fit: cover;
}
.newshome .postslider .postbox .text {
  padding: 60px 0px;
}
.newshome .postslider .postbox .text .date {
  color: #5c00f9;
  margin-bottom: 20px;
}
.newshome .postslider .postbox .text h3 {
  font-size: 38px;
  line-height: 48px;
  font-weight: normal;
  margin-bottom: 20px;
}
.newshome .postslider .postbox .text p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.newshome .postslider .postbox .text .actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newshome .postslider .postbox .text .actions a {
  text-decoration: underline;
}
.newshome .postslider .postbox .text .actions a:hover {
  color: #5c00f9;
}
.voiceshome {
  margin-top: 60px;
  background: #971271;
}
.voiceshome h2 {
  display: block;
  text-align: center;
  font-size: 64px;
  color: #5c00f9;
  background: #ffffff;
  text-transform: uppercase;
  padding: 10px 0px;
}
.voiceshome .voicegrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.voiceshome .voicegrid .text {
  background: #971271;
  padding: 3vw 6vw;
}
.voiceshome .voicegrid .text h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 20px;
}
.voiceshome .voicegrid .text p {
  font-size: var(--font-size--default);
  line-height: 26px;
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 20px;
}
.voiceshome .voicegrid .podcast {
  background: #ffcc2f;
  padding: 3vw 6vw;
}
.voiceshome .voicegrid .podcast iframe {
  margin: 0px auto 40px auto;
  display: block;
}
.voiceshome .voicegrid .podcast .otherlinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 70%;
  margin: 0px auto;
}
.donatehome {
  margin-top: 60px;
}
.donatehome .donategrid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
  margin: 50px 0px 100px 0px;
}
.donatehome .donategrid .text {
  background: #ffffff;
  padding: 3vw 6vw;
}
.donatehome .donategrid .text p {
  font-size: var(--font-size--default);
  line-height: 26px;
  color: #000000;
  font-weight: normal;
  margin-bottom: 20px;
}
.donatehome .donategrid img {
  display: block;
  height: 600px;
  width: 100%;
  object-fit: cover;
}
.support .logolist {
  position: relative;
  margin: 80px auto;
}
.support .logolist a {
  display: inline-block;
  margin: 0px 10px;
  height: 250px;
}
.support .logolist img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.support .logolist .slick-list {
  overflow: hidden;
}
.support .logolist .slick-next:before,
.support .logolist .slick-prev:before,
.support .logolist .slick-next,
.support .logolist .slick-prev {
  color: #000000;
}
.basicpage .topsec {
  padding: 50px 0px;
  position: relative;
}
.basicpage .topsec .colorshadow {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.basicpage .topsec .content {
  position: relative;
  z-index: 10;
}
.basicpage .topsec .content .breadcrumb {
  color: #ffffff;
}
.basicpage .topsec .content .breadcrumb a {
  color: #ffffff;
}
.basicpage .topsec .content h1 {
  font-size: 4vw;
  line-height: 5vw;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
.basicpage .maincontent {
  margin: 60px 0px;
}
.basicpage .maincontent p {
  font-size: var(--font-size--default);
  line-height: 26px;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
}
.basicpage .maincontent h2 {
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 10px;
}
.templatepage .slider .text {
  background: #971271;
}
.templatepage .topsec {
  padding: 50px 0px;
  position: relative;
}
.templatepage .topsec .colorshadow {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.templatepage .topsec .content {
  position: relative;
  z-index: 10;
}
.templatepage .topsec .content .breadcrumb {
  color: #ffffff;
}
.templatepage .topsec .content .breadcrumb a {
  color: #ffffff;
}
.templatepage .topsec .content h1 {
  font-size: 4vw;
  line-height: 5vw;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
.templatepage .maincontent {
  margin: 60px 0px;
}
.templatepage .maincontent p {
  font-size: var(--font-size--default);
  line-height: 26px;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
}
.templatepage .maincontent h2 {
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 10px;
}
.templatepage .maincontent img {
  display: block;
  margin: 20px auto;
}
.templatepage .maincontent .sectitle {
  font-weight: bold;
  color: #4414ac;
  text-align: center;
  display: block;
  margin: 30px auto 10px auto;
}
.templatepage .maincontent hr {
  border: none;
  width: 100%;
  height: 1px;
  background: #000000;
  margin: 30px auto;
}
.resultsec {
  padding: 50px 0px;
  background: #971271;
}
.resultsec .content p {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}
.resultsec .content img {
  display: block;
  margin: 20px auto;
}
.apoiosec {
  padding: 50px 0px;
}
.apoiosec img {
  display: block;
  margin: 20px auto;
}
.aboutpage .topsec {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.aboutpage .topsec .text {
  background: #efefef;
  padding: 6vw;
}
.aboutpage .topsec .text h1 {
  font-size: 4vw;
  line-height: 5vw;
  text-transform: uppercase;
}
.aboutpage .topsec .text p {
  font-size: var(--font-size--default);
  line-height: 26px;
  margin-top: 20px;
  font-weight: normal;
}
.aboutpage .topsec img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.aboutpage .textgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: #5c00f9;
}
.aboutpage .textgrid .textbox {
  min-height: 400px;
  padding: 50px 20px;
  position: relative;
  background-size: contain;
}
.aboutpage .textgrid .textbox .text {
  position: absolute;
  bottom: 30px;
}
.aboutpage .textgrid .textbox .text h3 {
  text-align: center;
  font-size: 42px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.aboutpage .textgrid .textbox .text p {
  color: #ffffff;
  font-size: var(--font-size--default);
  line-height: 26px;
  max-width: 70%;
  margin: 0px auto;
  max-height: 0px;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  opacity: 0;
  transition: all ease 0.2s;
}
.aboutpage .textgrid .textbox:hover p {
  max-height: 300px;
  opacity: 1;
}
.aboutpage .history {
  padding: 100px 0px;
  overflow-x: hidden;
}
.aboutpage .history .sectitle {
  position: relative;
}
.aboutpage .history .sectitle:after {
  position: absolute;
  right: -40px;
  top: -40px;
  content: "";
  background: url("../images/crown-icon.png") no-repeat center center;
  height: 60px;
  width: 60px;
  display: block;
  background-size: contain;
}
.aboutpage .history .slidernav {
  max-width: 1080px;
  margin: 50px auto 20px auto;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutpage .history .slidernav li {
  font-size: 24px;
  line-height: 34px;
  position: relative;
  cursor: pointer;
}
.aboutpage .history .slidernav li::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #000000;
  position: absolute;
  left: 0px;
  bottom: -10px;
}
.aboutpage .history .slidernav li.active::after,
.aboutpage .history .slidernav li:hover::after {
  background: #ffcc2f;
}
.aboutpage .history .timelinegrid {
  padding: 30px 0px;
  background: #efefef;
  margin: 60px 0px 30px 0px;
  overflow-x: scroll;
}
.aboutpage .history .timelinegrid #timelinetrack {
  width: max-content;
}
.aboutpage .history .timelinegrid #timelinetrack .timelinebox {
  max-width: 800px;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  padding: 0px 20px;
  border-right: 1px solid #000000;
  margin: 0px;
  position: relative;
}
.aboutpage .history .timelinegrid #timelinetrack .timelinebox .text h3 {
  margin-top: 20px;
  font-weight: normal;
  padding-bottom: 5px;
  border-bottom: 3px solid #000000;
  margin-bottom: 20px;
}
.aboutpage .history .timelinegrid #timelinetrack .timelinebox .text p {
  font-size: var(--font-size--default);
  line-height: 20px;
  margin-bottom: 10px;
  padding-right: 30px;
}
.aboutpage .history .timelinegrid #timelinetrack .timelinebox .text ul {
  margin-left: 30px;
  margin-top: 30px;
  padding-right: 40px;
}
.aboutpage .history .timelinegrid #timelinetrack .timelinebox .text ul li {
  font-size: 14px;
  margin-bottom: 10px;
}
.aboutpage .history .timelinegrid #timelinetrack .timelinebox img {
  display: block;
  width: 100%;
  position: relative;
  height: 300px;
  object-fit: cover;
}
.aboutpage .history .timelinegrid #timelinetrack .timelinebox:after {
  position: absolute;
  right: 0px;
  top: 290px;
  content: "";
  background: url("../images/dots-icon.png") no-repeat center center;
  height: 30px;
  width: 230px;
  display: block;
}
.aboutpage .team {
  background: #ffcc2f;
}
.aboutpage .team img {
  width: 100%;
  display: block;
}
.aboutpage .team .content {
  padding: 50px 0px;
}
.aboutpage .team .content h3 {
  text-transform: uppercase;
  font-size: 64px;
  margin-bottom: 30px;
  text-align: center;
}
.aboutpage .team .content .teambox {
  background: #ffffff;
  margin-bottom: 30px;
  padding: 20px 0px;
}
.aboutpage .team .content .teambox h4 {
  font-size: 42px;
  font-weight: normal;
  display: block;
  border-bottom: 1px solid #000000;
  padding: 0px 0px 20px 20px;
}
.aboutpage .team .content .teambox p {
  font-size: var(--font-size--default);
  display: block;
  padding: 10px 20px;
}
.aboutpage .team .content .teambox p span,
.aboutpage .team .content .teambox p em {
  font-style: normal;
  float: right;
}
.aboutpage .oportunidades {
  padding: 80px 10vw;
}
.aboutpage .oportunidades .oportunidadeslist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
  margin-top: 80px;
}
.aboutpage .oportunidades .oportunidadeslist .oportunidadebox {
  border: 1px solid #000000;
  padding: 20px;
}
.aboutpage .oportunidades .oportunidadeslist .oportunidadebox .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}
.aboutpage .oportunidades .oportunidadeslist .oportunidadebox p {
  font-size: var(--font-size--default);
  line-height: 26px;
}
.aboutpage .oportunidades .oportunidadeslist .oportunidadebox a {
  display: block;
  border: 2px solid #000000;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  padding: 5px 0px;
  margin-top: 20px;
}
.aboutpage .oportunidades .oportunidadeslist .oportunidadebox a:hover {
  background: #000000;
  color: #ffffff;
}
.fightpage .topsec {
  padding: 70px 0px 70px 0px;
  background: url(../images/bg-banner-30anos.png) no-repeat center center;
  background-size: cover;
  margin-bottom: 30px;
}
.fightpage .topsec .breadcrumb {
  color: #ffffff;
}
.fightpage .topsec .breadcrumb a {
  color: #ffffff;
}
.fightpage .topsec h1 {
  text-align: center;
  font-size: 72px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 30px;
}
.fightpage .textlute p {
  text-align: center;
  font-size: var(--font-size--default);
  line-height: 26px;
  margin-bottom: 20px;
}
.fightpage .fightlist .content {
  padding: 50px 0px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin: 50px auto;
}
.fightpage .fightlist .fightbox {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 50px;
  margin-bottom: 40px;
}
.fightpage .fightlist .fightbox img {
  display: block;
  width: 100%;
  border: 2px solid #000000;
}
.fightpage .fightlist .fightbox .text {
  padding: 20px 0px;
}
.fightpage .fightlist .fightbox .text h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.fightpage .fightlist .fightbox .text p {
  margin-bottom: 20px;
}
.fightpage .fightlist .fightbox .text a {
  margin-top: 10px;
}
.fightpage .denuncie {
  padding: 80px 0px;
}
.fightpage .denuncie h3 {
  margin-bottom: 40px;
}
.fightpage .denuncie p {
  max-width: 60%;
  margin: 0px auto;
}
.fightpage .denuncie p span {
  color: #5c00f9;
}
.fightpage .denuncie .numbersboxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  margin-top: 50px;
}
.fightpage .denuncie .numbersboxes .numberbox {
  padding: 20px;
  background: #efefef;
  border: 2px solid #000000;
}
.fightpage .denuncie .numbersboxes .numberbox h4 {
  color: #5c00f9;
  font-weight: normal;
  margin-bottom: 10px;
}
.fightpage .denuncie .numbersboxes .numberbox p {
  font-weight: normal;
  padding: 0px;
  max-width: 100%;
  text-align: left;
}
.atuacaopage .topsec {
  padding: 30px 0px;
}
.atuacaopage .topsec h1 {
  color: #ffffff;
  margin-top: 150px;
  font-size: 64px;
}
.atuacaopage .topsec .breadcrumb {
  color: #ffffff;
}
.atuacaopage .topsec .breadcrumb a {
  color: #ffffff;
}
.atuacaopage .textatuacao {
  padding: 50px 0px;
  background: #efefef;
}
.atuacaopage .textatuacao p {
  margin-bottom: 20px;
  font-size: var(--font-size--default);
  line-height: 26px;
  font-family: "Lato", sans-serif;
}
.atuacaopage .eixosatuacao {
  padding: 50px 0px;
}
.atuacaopage .eixosatuacao h2 {
  text-align: center;
  font-weight: normal;
  font-size: 36px;
}
.atuacaopage .eixosatuacao .eixoslist {
  margin-top: 60px;
}
.atuacaopage .eixosatuacao .eixoslist .eixobox {
  width: 100%;
  margin-bottom: 10px;
}
.atuacaopage .eixosatuacao .eixoslist .eixobox .questioneixo {
  font-size: 24px;
  line-height: 34px;
  display: block;
  border-bottom: 2px solid #000000;
  font-weight: normal;
  padding: 10px 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.atuacaopage .eixosatuacao .eixoslist .eixobox .questioneixo:hover {
  color: #5c00f9;
}
.atuacaopage .eixosatuacao .eixoslist .eixobox .questioneixo i {
  float: right;
}
.atuacaopage .eixosatuacao .eixoslist .eixobox .answereixo {
  display: none;
  grid-template-columns: 2fr 1fr;
  grid-gap: 40px;
  padding: 0px 30px;
}
.atuacaopage .eixosatuacao .eixoslist .eixobox .answereixo img {
  display: block;
  width: 100%;
}
.atuacaopage .eixosatuacao .eixoslist .eixobox .answereixo p {
  margin-bottom: 20px;
  font-size: var(--font-size--default);
  line-height: 26px;
  font-family: "Lato", sans-serif;
}
.atuacaopage .eixosatuacao .eixoslist .eixobox.active .answereixo {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 40px;
}
.atuacaopage .salvaguardasec {
  margin-bottom: 80px;
}
.atuacaopage .salvaguardasec h3 {
  text-align: center;
  font-weight: normal;
  font-size: 36px;
  border-bottom: 1px solid #000000;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.atuacaopage .salvaguardasec p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
.atuacaopage .redesarticulacoes {
  margin-bottom: 80px;
}
.atuacaopage .redesarticulacoes h3 {
  text-align: center;
  font-weight: normal;
  font-size: 36px;
}
.atuacaopage .redesarticulacoes h4 {
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  border-bottom: 1px solid #000000;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.atuacaopage .redesarticulacoes p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
.atuacaopage .redesarticulacoes ul {
  list-style-type: none;
  columns: 2;
}
.atuacaopage .redesarticulacoes ul li {
  display: block;
  margin-bottom: 10px;
}
.blogpage .postslider {
  background: #efefef;
}
.blogpage .postslider .postbox {
  display: block;
  margin: 0px auto 60px auto;
  width: 1080px;
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  grid-gap: 30px;
}
.blogpage .postslider .postbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogpage .postslider .postbox .text {
  padding: 60px 0px;
}
.blogpage .postslider .postbox .text .date {
  color: #5c00f9;
  margin-bottom: 20px;
}
.blogpage .postslider .postbox .text h3 {
  font-size: 38px;
  line-height: 48px;
  font-weight: normal;
  margin-bottom: 20px;
}
.blogpage .postslider .postbox .text p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.blogpage .postslider .postbox .text .actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blogpage .postslider .postbox .text .actions a {
  text-decoration: underline;
}
.blogpage .postslider .postbox .text .actions a:hover {
  color: #5c00f9;
}
.blogpage .blogpostlist {
  margin-bottom: 80px;
}
.blogpage .blogpostlist .content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}
.blogpage .blogpostlist .content .postbox {
  display: block;
}
.blogpage .blogpostlist .content .postbox img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  margin-bottom: 20px;
}
.blogpage .blogpostlist .content .postbox .text .date {
  color: #5c00f9;
  margin-bottom: 20px;
  font-size: 14px;
}
.blogpage .blogpostlist .content .postbox .text h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.blogpage .blogpostlist .content .postbox .text p {
  font-size: var(--font-size--default);
  line-height: 26px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.blogpage .blogpostlist .content .postbox .text a {
  text-decoration: underline;
  margin-top: 20px;
  display: inline-block;
}
.blogpage .blogpostlist .content .postbox .text a:hover {
  color: #5c00f9;
}
.navigation {
  text-align: center;
  margin-top: 60px;
}
.navigation a,
.navigation span {
  display: inline-block;
  margin: 0px 10px;
}
.navigation a.current,
.navigation span.current {
  color: #5c00f9;
}
.singlepost {
  margin-bottom: 80px;
}
.singlepost .topsec {
  padding: 50px 5vw;
  background: #ffcc2f;
  margin-bottom: 80px;
}
.singlepost .topsec img {
  display: block;
  margin: 0px auto -80px auto;
  height: 320px;
  width: auto;
}
.singlepost .postcontent .date {
  color: #5c00f9;
  margin-bottom: 20px;
  font-size: var(--font-size--default);
  text-align: center;
}
.singlepost .postcontent h1 {
  font-size: 32px;
  line-height: 42px;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
}
.singlepost .postcontent h2,
.singlepost .postcontent h3,
.singlepost .postcontent h4,
.singlepost .postcontent h5,
.singlepost .postcontent h6,
.singlepost .postcontent figure {
  margin-bottom: 10px;
}
.singlepost .postcontent h2 a,
.singlepost .postcontent h3 a,
.singlepost .postcontent h4 a,
.singlepost .postcontent h5 a,
.singlepost .postcontent h6 a,
.singlepost .postcontent figure a {
  color: #5c00f9;
  text-decoration: underline;
}
.singlepost .postcontent h2 a:hover,
.singlepost .postcontent h3 a:hover,
.singlepost .postcontent h4 a:hover,
.singlepost .postcontent h5 a:hover,
.singlepost .postcontent h6 a:hover,
.singlepost .postcontent figure a:hover {
  color: #f3551f;
}
.singlepost .postcontent p {
  font-size: var(--font-size--default);
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
}
.singlepost .postcontent p a {
  color: #5c00f9;
  text-decoration: underline;
}
.singlepost .postcontent p a:hover {
  color: #f3551f;
}
.singlepost .relatedblogpostlist {
  margin: 80px 0px;
}
.singlepost .relatedblogpostlist h3 {
  margin-bottom: 60px;
}
.singlepost .relatedblogpostlist .content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}
.singlepost .relatedblogpostlist .content .postbox {
  display: block;
}
.singlepost .relatedblogpostlist .content .postbox img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  margin-bottom: 20px;
}
.singlepost .relatedblogpostlist .content .postbox .text .date {
  color: #5c00f9;
  margin-bottom: 20px;
  font-size: 14px;
}
.singlepost .relatedblogpostlist .content .postbox .text h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.singlepost .relatedblogpostlist .content .postbox .text p {
  font-size: var(--font-size--default);
  line-height: 26px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.singlepost .relatedblogpostlist .content .postbox .text a {
  text-decoration: underline;
  margin-top: 20px;
  display: inline-block;
}
.singlepost .relatedblogpostlist .content .postbox .text a:hover {
  color: #5c00f9;
}
.legaltextpage .topsec {
  padding: 20px 5vw;
  margin-bottom: 30px;
}
.legaltextpage .topsec h1 {
  text-align: center;
  display: table;
  font-size: 42px;
  margin: 0px auto 20px auto;
  padding: 0px 20px 7px 20px;
  border-bottom: 10px solid #ffcc2f;
  font-weight: normal;
}
.legaltextpage .maincontent h2,
.legaltextpage .maincontent h3,
.legaltextpage .maincontent h4,
.legaltextpage .maincontent h5,
.legaltextpage .maincontent h6 {
  margin-bottom: 10px;
}
.legaltextpage .maincontent p {
  font-size: var(--font-size--default);
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
}
.legaltextpage .maincontent ul {
  font-family: "Lato", sans-serif;
  margin: 0px 0px 30px 50px;
}
.legaltextpage .maincontent ul li {
  margin-bottom: 10px;
}
.newsletter {
  margin: 30px 0px;
}
.newsletter .content {
  padding: 60px 0px;
  border-top: 1px solid #737373;
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
}
.newsletter .content .text h3 {
  font-size: 38px;
  font-weight: normal;
  margin-bottom: 20px;
}
.newsletter .content form {
  display: flex;
  flex-wrap: wrap;
  margin: 45px 0px 0px 0px;
  font-size: 0px;
}
.newsletter .content form input,
.newsletter .content form select,
.newsletter .content form textarea,
.newsletter .content form button {
  font-size: 16px;
  font-weight: normal;
  width: 97%;
  padding: 10px 0px 10px 10px;
  border-radius: 0px;
  border: 2px solid #000000;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
  margin-top: 0px;
}
.newsletter .content form input::placeholder,
.newsletter .content form select::placeholder,
.newsletter .content form textarea::placeholder,
.newsletter .content form button::placeholder {
  text-transform: uppercase;
}
.newsletter .content form p {
  width: 28%;
  display: inline-block;
  margin: 0px 20px 0px 0px;
  font-size: 16px;
}
.newsletter .content form .policy p {
  width: auto;
}
.newsletter .content form .policy p .wpcf7-list-item {
  margin: 0px 5px 0px 0px;
}
.newsletter .content form .policy p .wpcf7-list-item input {
  width: auto;
}
.newsletter .content form button {
  background: #ffcc2f;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 19px;
}
.newsletter .content form button:hover {
  background: #5c00f9;
  color: #ffffff;
}
.formationlist {
  margin: 50px 0px;
}
.formationlist .formationbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
}
.formationlist .formationbox .text {
  width: 48%;
}
.formationlist .formationbox .text h3 {
  font-weight: normal;
  font-size: 2.5vw;
  margin-bottom: 20px;
}
.formationlist .formationbox .text p {
  font-size: var(--font-size--default);
  line-height: 26px;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
}
.formationlist .formationbox img {
  display: block;
  width: 50%;
}
.errorpage {
  background: #efefef;
  padding: 50px 0px;
}
.errorpage .maincontent .content p {
  text-align: center;
  margin: 0px auto 20px auto;
  max-width: 60%;
}
.errorpage .maincontent .content a {
  display: table;
  margin: 0px auto;
}
.multiversidadepage .topsec {
  background: #f3551f;
  color: #ffffff;
  padding: 50px 0px;
}
.multiversidadepage .topsec a {
  color: #ffffff;
}
.multiversidadepage .topsec h1 {
  text-align: center;
  font-size: 42px;
  margin: 0px auto 20px auto;
  padding: 0px 20px 7px 20px;
  text-transform: uppercase;
}
.multiversidadepage .topsec p {
  text-align: center;
  max-width: 70%;
  margin: 20px auto;
}
.multiversidadepage .topsec .searchbox {
  margin-top: 60px;
}
.multiversidadepage .topsec .searchbox form {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 3fr 1fr 1fr;
}
.multiversidadepage .topsec .searchbox form input,
.multiversidadepage .topsec .searchbox form select {
  padding: 10px 20px;
  background: #ffffff;
  border: 2px solid #000000;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}
.multiversidadepage .topsec .searchbox form input[type="submit"] {
  cursor: pointer;
  transition: all ease 0.2s;
}
.multiversidadepage .topsec .searchbox form input[type="submit"]:hover {
  background: #000000;
  color: #ffffff;
}
.multiversidadepage .maincontent .content {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 60px;
}
.multiversidadepage .maincontent .content .leftcontent h2 {
  font-weight: normal;
  font-size: 42px;
  border-bottom: 1px solid #000000;
  padding: 10px 0px;
  margin-bottom: 30px;
}
.multiversidadepage .maincontent .content .leftcontent .searchtitle span {
  display: inline-block;
  margin: 0px 10px;
}
.multiversidadepage .maincontent .content .rightcontent {
  margin: 30px 0px;
}
.multiversidadepage .maincontent .content .rightcontent h2 {
  margin-bottom: 20px;
  font-weight: normal;
}
.multiversidadepage .maincontent .content .rightcontent img {
  display: block;
  width: 100%;
  margin: 15px 0px 15px 0px;
  border: 1px solid #000000;
}
.multiversidadepage .maincontent .content .rightcontent .catlist {
  background: #efefef;
  padding: 20px;
}
.multiversidadepage .maincontent .content .rightcontent .catlist p,
.multiversidadepage .maincontent .content .rightcontent .catlist a {
  display: inline-block;
  text-transform: lowercase;
  background: #5c00f9;
  padding: 5px 10px;
  margin: 10px 10px 10px 0px;
  color: #ffffff;
  cursor: pointer;
}
.multiversidadelist {
  margin: 50px 0px;
}
.multiversidadelist .multicategory {
  display: inline-block;
  text-transform: lowercase;
  background: #5c00f9;
  padding: 10px 20px;
  margin: 10px 10px 10px 0px;
  color: #ffffff;
}
.multiversidadelist .multicategory a {
  color: #ffffff;
}
.multiversidadelist .multiversidadebox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.multiversidadelist .multiversidadebox .text {
  width: 68%;
}
.multiversidadelist .multiversidadebox .text h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.multiversidadelist .multiversidadebox .text p {
  font-size: var(--font-size--default);
  line-height: 26px;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
}
.multiversidadelist .multiversidadebox .text a {
  display: inline-block;
  padding: 5px 20px;
  margin: 10px 10px 10px 0px;
  border: 2px solid #000000;
  transition: all ease 0.2s;
}
.multiversidadelist .multiversidadebox .text a:hover {
  background: #000000;
  color: #ffffff;
}
.multiversidadelist .multiversidadebox img {
  display: block;
  width: 30%;
  object-fit: cover;
}
.repositoriopage .topsec {
  background: #e0379c;
  color: #ffffff;
  padding: 50px 0px;
}
.repositoriopage .topsec a {
  color: #ffffff;
}
.repositoriopage .topsec h1 {
  text-align: center;
  font-size: 42px;
  margin: 0px auto 20px auto;
  padding: 0px 20px 7px 20px;
  text-transform: uppercase;
}
.repositoriopage .topsec p {
  text-align: center;
  max-width: 70%;
  margin: 20px auto;
}
.repositoriopage .topsec .searchbox {
  margin-top: 60px;
}
.repositoriopage .topsec .searchbox form {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 3fr 1fr 1fr;
}
.repositoriopage .topsec .searchbox form input,
.repositoriopage .topsec .searchbox form select {
  padding: 10px 20px;
  background: #ffffff;
  border: 2px solid #000000;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}
.repositoriopage .topsec .searchbox form input[type="submit"] {
  cursor: pointer;
  transition: all ease 0.2s;
}
.repositoriopage .topsec .searchbox form input[type="submit"]:hover {
  background: #000000;
  color: #ffffff;
}
.repositoriopage .maincontent .content {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 60px;
}
.repositoriopage .maincontent .content .leftcontent h2 {
  font-weight: normal;
  font-size: 42px;
  border-bottom: 1px solid #000000;
  padding: 10px 0px;
  margin-bottom: 30px;
}
.repositoriopage .maincontent .content .rightcontent {
  margin: 30px 0px;
}
.repositoriopage .maincontent .content .rightcontent img {
  display: block;
  width: 100%;
  margin: 15px 0px 15px 0px;
  border: 1px solid #000000;
}
.repositoriopage .maincontent .content .rightcontent .catlist {
  background: #efefef;
  padding: 20px;
}
.repositoriopage .maincontent .content .rightcontent .catlist p {
  display: inline-block;
  text-transform: lowercase;
  background: #5c00f9;
  padding: 5px 10px;
  margin: 10px 10px 10px 0px;
  color: #ffffff;
  cursor: pointer;
}
.repositoriopage .maincontent .content .rightcontent .catlist p a {
  color: #ffffff;
}
.repositoriolist {
  margin: 50px 0px;
}
.repositoriolist .multicategory {
  display: inline-block;
  text-transform: lowercase;
  background: #5c00f9;
  padding: 5px 10px;
  margin: 10px 10px 10px 0px;
  color: #ffffff;
}
.repositoriolist .repositoriobox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.repositoriolist .repositoriobox .text {
  width: 100%;
}
.repositoriolist .repositoriobox .text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.repositoriolist .repositoriobox .text p {
  font-size: var(--font-size--default);
  line-height: 26px;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
}
.repositoriolist .repositoriobox .text a {
  display: inline-block;
  padding: 5px 20px;
  margin: 10px 10px 10px 0px;
  border: 2px solid #000000;
  transition: all ease 0.2s;
}
.repositoriolist .repositoriobox .text a:hover {
  background: #000000;
  color: #ffffff;
}
.repositoriolist .repositoriobox img {
  display: block;
  width: 30%;
  object-fit: cover;
}
.negrasnahistorialist {
  margin-top: 30px;
}
.negrasnahistorialist .negrasnahistoriabox {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 50px;
  margin-bottom: 40px;
}
.negrasnahistorialist .negrasnahistoriabox img {
  display: block;
  width: 100%;
}
.negrasnahistorialist .negrasnahistoriabox .text {
  padding: 20px 0px;
}
.negrasnahistorialist .negrasnahistoriabox .text h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: normal;
}
.negrasnahistorialist .negrasnahistoriabox .text p {
  margin-bottom: 20px;
}
.negrasnahistorialist .negrasnahistoriabox .text a {
  margin-top: 10px;
}
.page-id-138 .topsec {
  padding-bottom: 300px;
}
.colortopsec {
  padding: 50px 0px;
}
.colortopsec p {
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 20px;
}
.wp-block-column.has-background {
  padding: 30px;
}
.single-iniciativas .singlepost .postcontent .date {
  display: none;
}
.schema-faq-question {
  background-color: #ffcc2f;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  margin-bottom: 0px;
  display: block;
  color: #5c00f9;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
}
.schema-faq-question strong {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
}
.schema-faq-question.active,
p.accordion:hover {
  background-color: #ffcc2f;
  color: #5c00f9;
}
.schema-faq-question:after {
  content: "›";
  font-size: 32px;
  color: #5c00f9;
  float: right;
  margin-left: 0px;
  transform: rotate(90deg);
  margin-top: -10px;
  transition: all ease 0.2s;
}
.schema-faq-question.active:after {
  transform: rotate(-90deg);
}
.schema-faq-answer {
  background-color: #ffffff;
  color: #000000;
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease-in-out;
  opacity: 0;
  margin-bottom: 10px;
  margin-top: 0px !important;
}
.schema-faq-answer.show {
  opacity: 1;
  padding: 30px 18px;
  max-height: 900px;
}
.paddingbox {
  padding: 40px;
}
.searchcontainer {
  position: fixed;
  z-index: 99999;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.searchcontainer .formcontent {
  height: 100%;
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchcontainer .formcontent .closesearch {
  color: #ffffff;
  font-size: 30px;
  margin: -120px -20px 0px 10px;
  cursor: pointer;
}
.searchcontainer .formcontent form {
  background: #ffcc2f;
  padding: 20px;
  display: flex;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.searchcontainer .formcontent form input {
  border: 2px solid #000000;
  width: 300px;
  padding: 10px 0px 10px 10px;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
}
.searchcontainer .formcontent form input[type=submit] {
  background: #5c00f9;
  color: #ffffff;
  border: none;
  width: 130px !important;
  padding: 10px 10px;
  cursor: pointer;
}
.searchcontainer .formcontent form input[type=submit]:hover {
  background: #f3551f;
}
.searchcontainer .shadowsearch {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #000;
}
.searchcontent h2 {
  font-weight: normal;
  font-size: 42px;
  border-bottom: 1px solid #000000;
  padding: 10px 0px;
  margin-bottom: 30px;
}
.searchcontent .searchtitle span {
  display: inline-block;
  margin: 0px 10px;
}
.searchcontent .searchlist {
  margin: 50px 0px;
}
.searchcontent .searchlist .searchbox {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.searchcontent .searchlist .searchbox .text {
  width: 100%;
}
.searchcontent .searchlist .searchbox .text h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.searchcontent .searchlist .searchbox .text p {
  font-size: var(--font-size--default);
  line-height: 26px;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
}
.searchcontent .searchlist .searchbox .text a:hover {
  color: #5c00f9;
}
