@charset "UTF-8";
@font-face {
  font-family: "Gotham-Light";
  src: url("../fonts/Gotham-Light.eot");
  src: local("Gotham-Light"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("../fonts/Gotham-Bold.eot");
  src: local("Gotham-Bold"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.eot");
  src: local("Gotham-Book"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
#logo-svg {
  width: 310px;
  fill: #4D3737;
  top: 13px;
  position: relative;
  left: -32px;
}

#logo-mob-svg {
  width: 250px;
  fill: #FFFFFF;
  left: -25px;
  position: relative;
  top: 8px;
}

#logo-svg-rodape {
  width: 200px;
  fill: #FFFFFF;
  top: 13px;
  position: relative;
  left: -26px;
}

.main-menu__right-top-address-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 25px;
  color: yellow;
}

i.color-navy {
  color: #004A6D;
}

i.color-blue {
  color: #39A7CA;
}

i.color-green {
  color: #94BE3E;
}

i.color-pink {
  color: #DA3466;
}

i.color-yellow {
  color: #EDCE01;
}

.main-menu__btn i {
  font-size: 15px;
  padding-right: 10px;
  position: relative;
}

.steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
}

.step-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #E5E1E2;
  transition: 0.4s;
}

.step-button[aria-expanded=true] {
  width: 60px;
  height: 60px;
  background-color: #39A7CA;
  color: #fff;
}

.done {
  background-color: #39A7CA;
  color: #fff;
}

.step-item {
  z-index: 10;
  text-align: center;
}

#progress {
  -webkit-appearance: none;
  position: absolute;
  width: 95%;
  z-index: 5;
  height: 10px;
  margin-left: 18px;
  margin-bottom: 0px;
}

/* to customize progress bar */
#progress::-webkit-progress-value {
  background-color: #39A7CA;
  transition: 0.5s ease;
}

#progress::-webkit-progress-bar {
  background-color: #E5E1E2;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  color: #FFFFFF;
}

.main-menu .main-menu__list > li.current > a {
  /*color: $branco;*/
  color: #40B3CE;
}

.main-menu .main-menu__list > li:hover > a {
  color: #40B3CE;
}

.main-menu__right-top-address-list li .content h5 {
  font-size: 16px;
  font-family: "Gotham-Bold";
}

.main-slider .image-layer {
  mix-blend-mode: normal;
}

.main-slider .swiper-slide {
  background-color: #FFFFFF;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.main-slider__sub-title {
  /*color: $voc-azul-01-04;*/
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 24px;
}

.main-slider__title {
  color: #FFFFFF;
  /*color: $voc-azul-01-01;*/
  font-size: 38px;
}

.thm-btn {
  background-color: #40B3CE;
  color: #FFFFFF;
}

.thm-btn2 {
  background-color: #EDCE01;
  color: #4D3737;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  border-radius: 30px;
  padding: 15px 49px 15px;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}
.thm-btn2:hover {
  background-color: #004A6D;
  color: #FFFFFF;
}

.main-slider__btn:hover {
  color: #FFFFFF;
}

.main-slider__btn:before {
  background-color: #004A6D;
}

.become-volunteer-one {
  background-color: #004A6D;
}

.become-volunteer-one__sub-title {
  font-size: 20px;
  color: #EDCE01;
  text-transform: uppercase;
  font-family: "Gotham-light";
}

.thm-btn:hover {
  color: #4D3737;
}

.thm-btn:before {
  background-color: #FDEC00;
}

.section-title__tagline {
  font-size: 20px;
  text-transform: uppercase;
}

.section-title__title {
  color: #004A6D;
}

.section-title__title2 {
  color: #4D3737;
}

.events-one__text-1 {
  color: #4D3737;
}

.events-one__line-one {
  font-family: "Gotham-light";
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}

.team-one__content {
  background-color: #006694;
}
.team-one__content a:hover {
  color: #4D3737;
}

.team-one__content1 {
  background-color: #78932A;
}
.team-one__content1 a:hover {
  color: #4D3737;
}

.team-one__content2 {
  background-color: #D4B401;
}
.team-one__content2 a:hover {
  color: #4D3737;
}

.team-one__content3 {
  background-color: #A23047;
}
.team-one__content3 a:hover {
  color: #4D3737;
}

.team-one__content4 {
  background-color: #40B3CE;
}
.team-one__content4 a:hover {
  color: #4D3737;
}

.p-sem-hover {
  font-family: "Gotham-Bold";
  color: #FFFFFF;
}
.p-sem-hover:hover {
  color: #FFFFFF;
}

.team-one__name,
.team-one__sub-title {
  color: #FFFFFF;
}

.team-one__aba {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 10px 22px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: translateX(-50%);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: bottom center;
  z-index: 2;
  text-transform: uppercase;
}

.team-one__aba-ong {
  background-color: #78932A;
  color: #FFFFFF;
  font-size: 12px;
}

.team-one__aba-empresa {
  background-color: #004A6D;
  color: #FFFFFF;
  font-size: 12px;
}

.team-one__aba-jovem {
  background-color: #DA3466;
  color: #FFFFFF;
  font-size: 12px;
}

.team-one__aba-parceiro {
  background-color: #FDEC00;
  color: #004A6D;
  font-size: 12px;
}

.counter-one__inner {
  position: relative;
  display: block;
  background-color: #0081AB;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  top: -2px;
  left: auto;
  right: auto;
  bottom: auto;
}

.counter-one__text {
  text-transform: uppercase;
  color: #EDCE01;
  font-size: 20px;
  font-family: "Gotham-Light";
}

.counter-one__count-box h3 {
  letter-spacing: normal;
}

.faq-one {
  padding: 200px 0 160px;
}

.faq-one-shape-1 {
  mix-blend-mode: normal;
  opacity: 1;
  height: 430px;
}

.brand-one {
  border-top: none;
}

.about-one__fund-text {
  font-family: "Gotham-Bold";
  color: #004A6D;
}
.about-one__fund-text span {
  color: #40B3CE;
}

.about-one__fund:before {
  background-color: #004A6D;
}

.about-one_icon {
  width: 50px;
}

.curved-circle--item span {
  color: #40B3CE;
}

.news-one__title a {
  color: #004A6D;
}

.news-one__read-more a {
  color: #004A6D;
}

.site-footer__top {
  background-color: #004A6D;
}

.footer-widget__contact-text,
.footer-widget__about-text,
.footer-widget__links-list li a,
.footer-widget__non-profit-list li a {
  color: #FFFFFF;
}

.footer-widget__btn a {
  color: #004A6D;
}

.site-footer__social a {
  color: #FFFFFF;
  background-color: #40B3CE;
}

.billing_input_box input[type=date] {
  height: 60px;
  width: 100%;
  border: none;
  background-color: #E5E1E2;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 20px;
  outline: none;
  font-size: 14px;
  color: #4D3737;
  display: block;
  font-weight: 500;
}

.billing_details .checked-box input[type=radio] {
  display: none;
}

.billing_details .checked-box input[type=radio] + label span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: transparent;
  background: #EDCE01;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 0;
}

.billing_details.checked-box input[type=radio]:checked + label span {
  border-color: #ffffff;
}

.billing_details .checked-box input[type=radio]:checked + label span:before {
  opacity: 1;
}

.form-no-border {
  border: none;
}

.hide_deficiencia,
.hide_socialname {
  display: none;
}

.form_helper {
  position: absolute;
  right: 0;
}
.form_helper a.helper {
  position: absolute;
  right: 17px;
  top: 15px;
  font-size: 22px !important;
  cursor: help;
}
.form_helper a.helper:hover {
  color: #514C50;
}
.form_helper div.txt-helper {
  padding: 15px 40px 15px 30px;
  background-color: #A29092;
  z-index: 19;
  border-radius: 15px;
  position: relative;
  display: none;
  font-weight: bold;
}
.form_helper div.txt-helper a.helper-close {
  right: 7px;
  position: absolute;
  top: 2px;
  font-size: 15px !important;
  cursor: pointer;
}
.form_helper div.txt-helper a.helper-close:hover {
  color: #514C50;
}

.form_helper_select {
  z-index: 10;
}
.form_helper_select a.helper {
  right: 57px;
}

.mouse_pointer,
.menu_pointer {
  cursor: pointer;
}

.home-showcase__buttons__item {
  width: 220px;
}

.card-body {
  padding: 0;
}

.card {
  border: 0;
}

.become-volunteer-one__title {
  font-family: "Gotham-Light";
  font-size: 34px !important;
}
.become-volunteer-one__title b {
  font-family: "Gotham-Bold";
  color: #EDCE01;
}

.space_h_radio1 {
  display: inline-block;
  width: 20px;
}

.space_v_radio1 {
  display: block;
  height: 14px;
}

.pre-radio-label {
  padding-left: 10px !important;
}

.billing_details .checked-box {
  margin-top: 0px !important;
}

.billing_input_box input[type=number] {
  height: 60px;
  width: 100%;
  border: none;
  background-color: #E5E1E2;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 20px;
  outline: none;
  font-size: 14px;
  color: #4D3737;
  display: block;
  font-weight: 500;
}

.donation-details__donate-list li .text span {
  font-size: 13px !important;
}

.donation-details__donate-btn .thm-btn {
  padding: 15px 20px 15px !important;
  background-color: #004A6D;
  color: #FFFFFF;
}
.donation-details__donate-btn .thm-btn:before {
  background-color: #4D3737;
}

.donation-details__summary-list li .icon {
  height: 0px;
  width: 0px;
  background-color: transparent;
  font-size: 16px;
  color: #004A6D;
  top: -15px;
  margin-right: 8px;
  margin-left: 8px;
}

.donation-details__donate-list li .icon i {
  color: #004A6D;
  font-size: 48px;
}

.donation-details__date {
  background-color: #004A6D;
}
.donation-details__date p {
  color: #FFFFFF;
}

.sidebar__post-content-meta i {
  color: #004A6D;
}

.donation-details__summary-list li div p b {
  font-family: "Gotham-Bold";
}

/*p {
  text-align: justify;
}*/
.team-carousel-page {
  padding: 20px 0 40px;
}

.main-menu .main-menu__list > li > ul > li > a,
.main-menu .main-menu__list > li > ul > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > ul > li > a {
  color: #4D3737;
  font-family: "Gotham-Bold" !important;
  font-weight: bold;
}

.main-menu .main-menu__list > li > ul > li > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li > a::before {
  display: none;
}

.main-menu .main-menu__list > li > ul > li > a.menu_nvl3,
.main-menu .main-menu__list > li > ul > li > ul > li > a.menu_nvl3,
.stricky-header .main-menu__list > li > ul > li > a.menu_nvl3,
.stricky-header .main-menu__list > li > ul > li > ul > li > a.menu_nvl3 {
  color: #4D3737;
  font-family: "Gotham-Light" !important;
  font-weight: normal;
  padding-left: 25px;
}

.main-menu .main-menu__list > li > ul > li + li,
.main-menu .main-menu__list > li > ul > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li > ul > li + li {
  margin-top: 0px !important;
}

.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  padding: 31px 20px 10px;
}

.submenu_botton {
  background-color: #EBE9EA;
  bottom: -11px;
  display: block;
  padding: 20px;
  position: relative;
  width: 120%;
  list-style: none;
  margin: 0 -20px;
}

.submenu_botton a {
  font-family: "Gotham-Bold" !important;
  font-weight: bold;
  padding: 0 20px;
}
.submenu_botton a:hover {
  color: #514C50;
}

.block-details-one {
  padding: 120px 0 0 !important;
}

.block-details-two {
  padding: 0 0 0 !important;
}

.block-details-three {
  padding: 70px 0 10px !important;
}

.block-details-four {
  padding: 20px 0 70px !important;
}

.block-details-five {
  padding: 100px 0 60px !important;
}

.block-details-six {
  padding: 120px 0 50px !important;
}

.block-details-seven {
  padding: 50px 0 50px !important;
}

.block-team-one {
  padding: 30px 0 90px !important;
}
.block-team-one .team-one__name {
  font-size: 18px;
}
.block-team-one .team-one__sub-title {
  color: #EDCE01 !important;
  font-size: 15px;
  font-weight: normal;
  padding-top: 10px;
}

.img-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.brand-one-block .swiper-slide img {
  opacity: 1 !important;
}

.block-volunteer-one {
  padding: 30px 0 5px;
}

.swiper-slide-one {
  width: 19% !important;
  margin-right: 1% !important;
}

.event-details__title2 {
  font-size: 27px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 34px;
  margin-top: 14px;
  margin-bottom: 10px;
}

.event-details__title3 {
  color: #004A6D !important;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 34px;
  margin-top: 14px;
  margin-bottom: 10px;
}
.event-details__title3 span.fa-stack {
  margin-left: -10px;
  margin-top: 26px;
  margin-right: 10px;
}
.event-details__title3 .vc-icon-bg {
  color: rgb(207.5605095541, 204.4394904459, 206.9363057325);
}
.event-details__title3 .vc-icon-bg-azul {
  color: #004A6D;
}
.event-details__title3 .vc-icon-front {
  color: #004A6D;
  font-size: 20px;
}
.event-details__title3 .vc-icon-front-amarelo {
  color: #FDEC00;
  font-size: 20px;
}

.event-details__title4 {
  color: #004A6D !important;
  font-size: 20px;
  line-height: 20px;
  margin-top: 14px;
  margin-bottom: 10px;
}
.event-details__title4 span.fa-stack {
  margin-left: -10px;
  margin-top: 26px;
  margin-right: 10px;
}
.event-details__title4 .vc-icon-bg {
  color: rgb(207.5605095541, 204.4394904459, 206.9363057325);
}
.event-details__title4 .vc-icon-front {
  color: #004A6D;
  font-size: 20px;
}

.event-details__text-1 span.fa-stack {
  margin-left: -10px;
}
.event-details__text-1 .vc-icon-bg {
  color: #FDEC00;
}
.event-details__text-1 .vc-icon-front {
  color: #4D3737;
  font-size: 11px;
}

.vc-span-h3 {
  font-size: 19px;
}

.vc-event-details__text-1 {
  margin-left: 68px;
  margin-top: -31px;
}

.vc-event-details__text-2 {
  margin-left: 51px;
  margin-top: -31px;
}

.vc-event-details__text-3 {
  margin-left: 51px;
  margin-top: -2px;
}

.vc-text-line {
  margin-bottom: 10px;
}

.vc-text-line1 {
  margin-bottom: 4px;
  font-weight: bold;
}

.vc-text-line2 {
  padding-left: 30px;
  padding-bottom: 12px;
}

.vc-text-line3 {
  font-style: italic;
  font-size: 14px;
  padding-left: 30px;
  padding-bottom: 8px;
  margin-top: -12px;
}

.causes-one__title2 {
  color: #004A6D !important;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.vc-align-center {
  text-align: center;
}

.vc-align-left {
  text-align: left;
}

.vc-align-right {
  text-align: right;
}

.vc-menu-flex {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
}

.vc-block-340 {
  min-width: 720px !important;
}
.vc-block-340 li.vc-head .menu_pointer {
  margin-top: 15px;
}
.vc-block-340 li.vc-item {
  max-width: 340px;
}

.vc-block-300 {
  min-width: 640px !important;
}
.vc-block-300 li.vc-head .menu_pointer {
  margin-top: 12px;
}
.vc-block-300 li.vc-item {
  max-width: 300px;
}

.vc-block-260 {
  min-width: 560px !important;
}
.vc-block-260 li.vc-head .menu_pointer {
  margin-top: 12px;
}
.vc-block-260 li.vc-item {
  max-width: 260px;
}

.vc-block-220 {
  min-width: 480px !important;
}
.vc-block-220 li.vc-head .menu_pointer {
  margin-top: 12px;
}

.main-menu__right-bottom {
  background-color: #004A6D !important;
}

.vc-blue-11 {
  color: #004A6D !important;
}

.vc-blue-14 {
  color: #40B3CE !important;
}

.vc-publicacoes-img {
  max-width: 128px;
}

.donations-list__category.vc-bullet-children {
  background-color: #CCDFA5;
  padding: 2px 20px;
  border-radius: 12px;
}
.donations-list__category.vc-bullet-children p {
  font-size: 10px;
}

.donations-list__category.vc-bullet-teen {
  background-color: #ADD4E4;
  padding: 2px 20px;
  border-radius: 12px;
}
.donations-list__category.vc-bullet-teen p {
  font-size: 10px;
}

.vc-bullet-position2 {
  margin-left: 51px;
  margin-top: -32px;
}

.page-header-bg {
  opacity: 0.5 !important;
}

.vc-img-90 {
  width: 90%;
}

.vc-div-full {
  display: block;
  width: 100%;
  top: 44px;
}

.vc-comment-one__single {
  padding-bottom: 30px !important;
  margin-bottom: 30px !important;
}

.nice-select .list {
  z-index: 2000;
}

.vc-max-height .list {
  max-height: 300px;
  overflow-y: auto;
  scrollbar-color: #4D3737 #39A7CA;
}
.vc-max-height .list ::-webkit-scrollbar {
  width: 16px;
}
.vc-max-height .list ::-webkit-scrollbar-track {
  background: #39A7CA;
}
.vc-max-height .list ::-webkit-scrollbar-thumb {
  background-color: #4D3737;
  border-radius: 6px;
  border: 1px solid #000000;
}

.site-footer__top {
  font-size: 0.9em !important;
  line-height: 1.8em;
}

.footer-widget__contact {
  margin-left: 0px;
}

.vc-footer-links {
  padding: 0 4px !important;
}

.footer-widget__links-list li + li,
.footer-widget__non-profit-list li + li {
  margin-top: 8px;
}

.about-two__img-box:before {
  position: absolute;
  top: 0;
  left: -60px;
  content: "";
  height: 330px;
  width: 30px;
  border-radius: 5px;
  background-color: #39A7CA !important;
  background-image: none !important;
}

h4.section-title__sub-title {
  color: #DA3466;
}

.vc-padding-10-10 {
  padding: 10px 0;
}

.vc-padding-30-30 {
  padding: 30px 0 30px;
}

.vc-padding-60-30 {
  padding: 60px 0 30px;
}

.section-title__tagline2 {
  font-size: 18px;
  text-transform: none;
  color: #39A7CA;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
  font-family: "Gotham-Book";
}

.vc-testimonial {
  line-height: 26px !important;
}

.vc-title .tagline {
  color: #FFFFFF;
}
.vc-title .title {
  color: #FDEC00;
}

.vc-team-one {
  text-transform: initial !important;
  text-align: center;
  line-height: 20px;
  font-weight: bold !important;
}

.vc-team-one-sub {
  padding: 0 15px;
  font-size: 14px;
  font-family: "Gotham-Light";
}
.vc-team-one-sub a {
  color: #FFFFFF !important;
}
.vc-team-one-sub a:hover {
  color: #EDCE01 !important;
}

.vc-news-two__content-one {
  background-color: #004A6D !important;
  color: #FFFFFF !important;
  padding: 12px 20px !important;
  line-height: 20px;
}
.vc-news-two__content-one .news-two__title-one {
  color: #FFFFFF !important;
}

.vc-news-two__content-two {
  background-color: #004A6D !important;
  color: #FFFFFF !important;
  padding: 20px 20px !important;
  line-height: 20px;
}
.vc-news-two__content-two .news-two__title-two {
  color: #FFFFFF !important;
  font-size: 20px;
}
.vc-news-two__content-two p {
  font-size: 13px;
}

.vc-odometer-size {
  font-size: 62px !important;
}

.about-three__border {
  border-width: 8px;
  border-color: #DFDBDC !important;
}

.become-volunteer-one__bg-box {
  background-color: #004A6D !important;
}

.main-slider-shape-1 {
  opacity: 1 !important;
}

.causes-one__title a:hover {
  color: #004A6D !important;
}

.testimonial-one__left .section-title__tagline {
  color: #40B3CE;
}

.testimonial-one__left .section-title__title {
  color: #004A6D;
}

.testimonial-one__text-1 {
  color: #4D3737;
}

.testimonial-one {
  background-color: #FFFFFF;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev,
.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
  background-color: #FDEC00;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* Proporção 16:9 */
  background-color: #000;
  overflow: hidden;
  cursor: pointer;
}
.video-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-wrapper .youtube-icon {
  width: 10%;
  height: 10%;
  top: 50%;
  left: 50%;
  transform: translate(-38px, -38px);
  opacity: 0.8;
}

.borda-paragrafo-sitacao {
  border-left: 8px solid #39A7CA;
  padding-left: 12px;
  font-family: "Gotham-Bold";
}

.pilares-ods-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
}
.pilares-ods-container .pilares-ods {
  display: flex;
  margin-bottom: 16px;
  max-width: 570px;
}
.pilares-ods-container .pilares-ods .pilar-ods-imagem {
  width: 188px;
  height: 188px;
}
.pilares-ods-container .pilares-ods .pilar-ods-container {
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding: 16px;
  border-radius: 0 24px 24px 0;
  background-color: #006694;
}
.pilares-ods-container .pilares-ods .pilar-ods-container .pilar-ods-titulo {
  color: #EDCE01;
  font-size: 24px;
}
.pilares-ods-container .pilares-ods .pilar-ods-container .pilar-ods-texto {
  color: #FFFFFF;
  line-height: 1.25rem;
}

b {
  font-family: "Gotham-Bold";
}

@media screen and (max-width: 767px) {
  .main-menu__right-bottom {
    background-color: #FFFFFF !important;
  }
  .pilares-ods-container .pilares-ods {
    flex-wrap: wrap;
    width: 100%;
  }
  .pilares-ods-container .pilares-ods div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .pilares-ods-container .pilares-ods .ods-1 {
    background: #E5233B;
  }
  .pilares-ods-container .pilares-ods .ods-4 {
    background: #C5192D;
  }
  .pilares-ods-container .pilares-ods .ods-5 {
    background: #FF3A21;
  }
  .pilares-ods-container .pilares-ods .ods-8 {
    background: #A21942;
  }
  .pilares-ods-container .pilares-ods .ods-10 {
    background: #DD1467;
  }
  .pilares-ods-container .pilares-ods .pilar-ods-container {
    border-radius: 0 0 24px 24px;
  }
  .ods-call-to-action-button {
    margin-bottom: 36px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .main-menu__right {
    width: 282px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .main-menu__wrapper {
    padding-right: 0px;
  }
  .main-menu__left {
    margin-right: 0;
  }
  #logo-svg {
    width: 155px;
    top: 5px;
    left: -52px;
  }
}
@media screen and (max-width: 1299px) {
  .mobile-nav__content .main-menu__list > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
  .mobile-nav__content .main-menu__list > li > a > button.expanded, .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
    display: none !important;
  }
  .vc-block-220,
  .vc-block-300,
  .vc-block-340 {
    min-width: initial !important;
  }
  li.vc-head {
    width: 100%;
    padding-left: 10px;
  }
  li.vc-item {
    width: 100%;
    padding-left: 20px;
  }
  .vc-block-340 li.vc-head .menu_pointer {
    margin-top: 0;
  }
  .mobile-nav__content .main-menu__list > li > ul, .mobile-nav__content .main-menu__list > li > ul > li > ul {
    margin-left: 0;
  }
  .submenu_botton {
    display: none;
  }
  .submenu_botton_last {
    display: block;
    background-color: transparent;
    bottom: 0;
    padding: 0 20px;
    width: 100%;
  }
  .submenu_botton_last li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .submenu_botton_last li a.item1,
  .submenu_botton_last li a.item2 {
    color: #FFFFFF;
    font-size: 14px !important;
    font-family: "Gotham-Bold" !important;
    font-weight: 500 !important;
    height: 46px !important;
    display: block;
    padding-top: 8px;
    padding-left: 10px;
  }
  .vc-block-220 li.vc-head .menu_pointer {
    margin-top: 0;
  }
  .mobile-nav__content {
    width: 380px !important;
  }
}
@media screen and (max-width: 1199px) {
  .nav-h1 {
    font-family: "Gotham-Bold" !important;
    font-size: 15px !important;
    color: #FDEC00 !important;
  }
  .nav-h2 {
    color: #40B3CE !important;
  }
}

/*# sourceMappingURL=estilos.css.map */
