/* 
[Table of contents]

    * common
    * fonts
    * colors
    * reutilized

*/

/* -------- Common ---------- */

:root {
  --primary-color-hover: #cc8900;
  --primary-color: #f9a602;
  --black-222: #222222;
  --whiteFC: #fcfcfc;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.7;
  color: #777;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
}

ul,
ol {
  list-style: none !important;
}

img {
  max-width: 100%;
}

a {
  color: #999999;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #737373;
  text-decoration: none;
}

a img {
  border: none;
}

iframe {
  border: none !important;
}

/* -------- Fonts ---------- */
h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 24px;
}

h3,
.h3 {
  font-size: 18px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
  line-height: 1.42857143;
  color: #333333;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #333333;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #333333;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-bottom: 10px;
  margin-top: 15px;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-weight: 500;
}

/* -------- Colors ---------- */

.primary__color {
  color: var(--primary-color);
}

.bg-white-fc {
  background: var(--whiteFC);
}

.bg__light__F7 {
  background: var(--whiteF7);
}

/* -------- Reutilized ---------- */

.m__15 {
  margin: 15px;
}

.mx__15 {
  margin: 0 15px;
}

.my__15 {
  margin: 15px 0;
}

.mb__15 {
  margin-bottom: 15px;
}

.mt__15 {
  margin-top: 15px;
}
/* Buttons and lines */

.line-bottom {
  border-bottom: 1px dotted #d3d3d3;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.line-bottom:after {
  bottom: -1px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
  background: var(--primary-color);
}

.btn__read__more {
  padding: 0;
}

.btn__read__more::after {
  display: inline-block;
  content: '\f18e';
  font-family: fontawesome;
  font-size: 16px;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  margin-left: 5px;
  position: relative;
  text-shadow: none;
  text-transform: none;
  top: 2px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.btn__primary {
  background-color: var(--primary-color);
  color: var(--black-222) !important;
  border-color: var(--primary-color);
  transition: 0.3s;
  width: max-content;
  border-radius: 0.25rem;
}

.btn__primary__borded {
  background-color: transparent;
  color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  transition: 0.3s;
  width: max-content;
  border-radius: 0.25rem;
  border-width: 1px !important;
}

.btn__primary__borded:hover {
  background-color: var(--primary-color);
  color: var(--black-222) !important;
}

.btn__primary__left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}

.btn__primary:hover {
  background: var(--primary-color-hover) !important;
  border-color: var(--primary-color-hover) !important;
  color: var(--black-222) !important;
}

.width__100 {
  width: 100% !important;
}

.link-primary:hover {
  color: var(--primary-color-hover) !important;
}

/* Variaveis Bootstrap */
.accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f9a602'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f9a602'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-border-color: none;
}

/* Background Colors */
.bg__primary {
  background: var(--primary-color) !important;
}

/* Colors */

.color__black__222 {
  color: var(--black-222) !important;
}

.color__black__333 {
  color: #333 !important;
}

.color__black__777 {
  color: #777 !important;
}

.color__white {
  color: #fff !important;
}

.color__white__FC {
  color: #fcfcfc;
}

.color__primary {
  color: var(--primary-color) !important;
}

/* border */
.border__primary {
  border-color: var(--primary-color) !important;
}

.border__primary:hover {
  border-color: var(--primary-color) !important;
}

.border__8 {
  border-radius: 8px;
}

/*!* animate.css -http://daneden.me/animate
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2016 Daniel Eden*/

.animation-delay1 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.animation-delay2 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.animation-delay3 {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.animation-delay4 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.animation-delay5 {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.animation-delay6 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}

.animation-delay7 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.animation-delay8 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/* footer */
#footer .logo {
  width: 210px;
}

/* pre loader */

.preloader-dot-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 99999;
  background: #fff;
}

.preloader-dot-loading .cssload-loading i {
  width: 19px;
  height: 19px;
  display: inline-block;
  border-radius: 50%;
  background: var(--primary-color);
}

.preloader-dot-loading .cssload-loading i:first-child {
  opacity: 0;
  animation: cssload-loading-ani2 0.58s linear infinite;
  -o-animation: cssload-loading-ani2 0.58s linear infinite;
  -ms-animation: cssload-loading-ani2 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
  -moz-animation: cssload-loading-ani2 0.58s linear infinite;
  transform: translate(-19px);
  -o-transform: translate(-19px);
  -ms-transform: translate(-19px);
  -webkit-transform: translate(-19px);
  -moz-transform: translate(-19px);
}

.preloader-dot-loading .cssload-loading i:nth-child(2),
.preloader-dot-loading .cssload-loading i:nth-child(3) {
  animation: cssload-loading-ani3 0.58s linear infinite;
  -o-animation: cssload-loading-ani3 0.58s linear infinite;
  -ms-animation: cssload-loading-ani3 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
  -moz-animation: cssload-loading-ani3 0.58s linear infinite;
}

.preloader-dot-loading .cssload-loading i:last-child {
  animation: cssload-loading-ani1 0.58s linear infinite;
  -o-animation: cssload-loading-ani1 0.58s linear infinite;
  -ms-animation: cssload-loading-ani1 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
  -moz-animation: cssload-loading-ani1 0.58s linear infinite;
}

@keyframes cssload-loading-ani1 {
  100% {
    transform: translate(39px);
    opacity: 0;
  }
}

@-o-keyframes cssload-loading-ani1 {
  100% {
    -o-transform: translate(39px);
    opacity: 0;
  }
}

@-ms-keyframes cssload-loading-ani1 {
  100% {
    -ms-transform: translate(39px);
    opacity: 0;
  }
}

@-webkit-keyframes cssload-loading-ani1 {
  100% {
    -webkit-transform: translate(39px);
    opacity: 0;
  }
}

@-moz-keyframes cssload-loading-ani1 {
  100% {
    -moz-transform: translate(39px);
    opacity: 0;
  }
}

@keyframes cssload-loading-ani2 {
  100% {
    transform: translate(19px);
    opacity: 1;
  }
}

@-o-keyframes cssload-loading-ani2 {
  100% {
    -o-transform: translate(19px);
    opacity: 1;
  }
}

@-ms-keyframes cssload-loading-ani2 {
  100% {
    -ms-transform: translate(19px);
    opacity: 1;
  }
}

@-webkit-keyframes cssload-loading-ani2 {
  100% {
    -webkit-transform: translate(19px);
    opacity: 1;
  }
}

@-moz-keyframes cssload-loading-ani2 {
  100% {
    -moz-transform: translate(19px);
    opacity: 1;
  }
}

@keyframes cssload-loading-ani3 {
  100% {
    transform: translate(19px);
  }
}

@-o-keyframes cssload-loading-ani3 {
  100% {
    -o-transform: translate(19px);
  }
}

@-ms-keyframes cssload-loading-ani3 {
  100% {
    -ms-transform: translate(19px);
  }
}

@-webkit-keyframes cssload-loading-ani3 {
  100% {
    -webkit-transform: translate(19px);
  }
}

@-moz-keyframes cssload-loading-ani3 {
  100% {
    -moz-transform: translate(19px);
  }
}

/* seja voluntario */

#seja-voluntario .accordion__container {
  display: none;
}

#seja-voluntario .form__volunter_mobile {
  display: none;
}

#seja-voluntario .form__volunter_desktop {
  display: block;
}

#seja-voluntario .term__volunter_desktop {
  display: block;
}

/* Header */

.nav__social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
}

.nav__social li a:hover {
  background: var(--primary-color-hover);
  transition: 0.3s;
}

#header .logo__ong {
  height: 3.125rem !important;
}

.header__contact p {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: var(--black-222);
}

.header__contact a {
  font-size: 12px !important;
  font-weight: 500 !important;
}

.header__menu {
  padding: 0;
}

.header__menu {
  top: auto;
  position: static;
  transition: all 0.3s;
}

.header__menu.menu__fixed {
  z-index: 999;
  position: fixed;
  top: 0px;
  margin-left: 0px;
  width: 100%;
  left: 0px;
}

/* scrollable menu */
.menuzord-menu.scrollable > .scrollable-fix {
  display: none;
}

/* Drop down menu */
.menuzord {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

.menuzord-menu {
  margin: 0;
  padding: 0;
}

.menuzord-menu > li {
  padding: 1.125rem 0;
  display: inline-block;
}

.menuzord-menu > li > a {
  padding: 0.5rem;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  color: #888;
  outline: 0;
  line-height: 1.42857143;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a {
  background-color: var(--primary-color) !important;
  color: var(--whiteFC) !important;
}

.menuzord .showhide {
  width: 60px;
  height: 46px;
  padding: 13px 0 0;
  display: none;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.menuzord .showhide em {
  float: right;
  width: 20px;
  height: 3px;
  margin: 3.5px 20px 0;
  background: #777;
}

.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 230px;
  white-space: nowrap;
  background: var(--whiteFC);
  top: 70.56px;
}

.menuzord-menu ul.dropdown li ul.dropdown {
  left: 100%;
  top: 0;
  min-width: 180px;
}

.menuzord-menu ul.dropdown li {
  clear: both;
  width: 100%;
  border: 0 none;
  font-size: 12px;
  position: relative;
}
.menuzord-menu ul.dropdown li a {
  width: 100%;
  background: none;
  padding: 10px 25px 10px 22px;
  color: #888;
  text-decoration: none;
  display: inline-block;
  clear: both;
  outline: 0;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.menuzord-menu ul.dropdown li:hover > a {
  padding-left: 28px !important;
  padding-right: 19px !important;
  background-color: var(--primary-color) !important;
  color: var(--whiteFC) !important;
}

.menuzord-menu ul.dropdown li ul.dropdown.dropdown-left {
  left: -100%;
}

.menuzord-menu li .indicator {
  margin-left: 3px;
}

.menuzord-menu li .indicator {
  margin-left: 3px;
}

.menuzord-menu li ul.dropdown li .indicator {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 15px;
}

/* nav buttons */
.nav__button a {
  background: var(--primary-color);
  padding: 0.5rem 1.375rem;
  color: var(--black-222);
  transition: color 0.3s;
}

.nav__button a:hover {
  color: var(--whiteFC);
}

@media (max-width: 75rem) {
  .menuzord {
    padding: 12px 0;
    width: 100%;
    flex-direction: row-reverse;
  }

  #index .menuzord {
    flex-direction: row;
  }

  .menuzord-responsive .showhide {
    margin: 0;
  }

  .menuzord-responsive .menuzord-menu {
    top: 100%;
    position: absolute;
    padding: 0;
    width: 100%;
    z-index: 999;
    background: var(--whiteFC);
  }

  .menuzord-responsive .menuzord-menu.scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .menuzord-responsive .menuzord-menu.scrollable > .scrollable-fix {
    display: block;
  }

  .menuzord-responsive .menuzord-menu > li {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 0;
  }

  .menuzord-responsive .menuzord-menu > li > a {
    width: 100%;
    padding: 12px 20px;
    display: block;
    border-bottom: solid 1px #f0f0f0;
  }

  .menuzord-responsive .menuzord-menu ul.dropdown,
  .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
    width: 100%;
    left: 0;
    position: static;
    border: none;
    background: #fff;
  }

  .menuzord-responsive .menuzord-menu ul.dropdown a {
    padding-left: 30px !important;
  }

  .menuzord-menu ul.dropdown li ul.dropdown li a {
    padding-left: 40px !important;
  }

  .menuzord-responsive .menuzord-menu ul.dropdown li {
    position: relative;
  }

  .dropdown__item {
    font-weight: 600 !important;
  }

  .menuzord-responsive
    .menuzord-menu.menuzord-indented
    > li
    > ul.dropdown
    > li:hover
    > a {
    padding-left: 30px !important;
  }

  .menuzord-responsive .menuzord-menu li .indicator {
    width: 60px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    text-align: center;
    line-height: 43px;
  }

  .menuzord-responsive .menuzord-menu li ul.dropdown li .indicator {
    height: 38px;
    right: 0;
    top: 0;
    font-size: 18px;
    line-height: 36px;
    position: absolute;
  }

  .menuzord-menu li ul.dropdown li .indicator {
    transform: rotate(90deg);
  }
}

@media (min-width: 75.0625rem) {
  .menuzord-menu > li > a.ativo {
    background-color: var(--primary-color) !important;
    color: var(--whiteFC) !important;
  }
}

@media (max-width: 61.9375rem) {
  #seja-voluntario .accordion__container {
    display: block;
  }

  #seja-voluntario .form__volunter_mobile {
    display: block;
  }

  #seja-voluntario .form__volunter_desktop {
    display: none;
  }

  #seja-voluntario .term__volunter_desktop {
    display: none;
  }
}

@media (max-width: 48rem) {
  .nav__social a:hover {
    background: initial;
  }

  .header__contact {
    width: 100%;
  }

  .mid__contact div {
    width: 100%;
  }

  .footer-bottom .container .row > div {
    display: flex;
    justify-content: center !important;
    text-align: center;
  }

  .btn__primary__borded:hover {
    background-color: inherit;
    color: var(--primary-color) !important;
  }

  .order-md-6 {
    order: 6 !important;
  }
  .order-md-7 {
    order: 7 !important;
  }
  .order-md-8 {
    order: 8 !important;
  }
  .order-md-9 {
    order: 9 !important;
  }
  .order-md-10 {
    order: 10 !important;
  }
}

@media (max-width: 37.5rem) {
  .btn__primary:hover {
    background-color: var(--primary-color) !important;
    color: var(--black-222) !important;
    border-color: var(--primary-color) !important;
  }
}
@media (max-width: 31.25rem) {
  .header__contact {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 0.5rem !important;
  }

  .header__contact li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 25rem) {
  .nav__button a {
    font-size: 8px;
    padding: 0.5rem 1rem;
  }
}
