@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Golos+Text:wght@400..900&display=swap');
.navbar{
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    position: fixed !important;
    width: 100%;
    z-index: 9999;
}
.navbar-brand img{
    width: 78px;
}
a.btn{
    background-color: #F27C20;
    color: #fff;
    border-radius: 20px;
}
a.btn:hover{
    background-color: #BC580B;
    color: #fff;
}
a.btn:active{
    background-color: #BC580B !important;
    color: #fff !important;
    border-color: #F27C20 !important;
}
.navbar-collapse{
    justify-content: center;
}
.nav-link{
    font-family: "Golos Text", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 14px !important;
    color: black !important;
    margin: 0px 20px;
    padding: 0 !important;
    transition: 250ms;
    letter-spacing: 0.5;
}

.nav-link:hover{
    color: #F27C20 !important;
}
.navbar>.container{
    gap: 12px;
}
h1.bebas-neue-regular{
    font-size: 46px;
}
.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 40px;
}
.bebas-neue-subtext {
    font-family: "Bebas Neue", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 27px;
}
.golos-text-700 {
    font-family: "Golos Text", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 700 !important;
    font-style: normal;
}
.golos-text-600 {
    font-family: "Golos Text", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.golos-text-500 {
    font-family: "Golos Text", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.golos-text-400 {
    font-family: "Golos Text", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
h2.bebas-neue-regular, h1.bebas-neue-regular{
    color: #F27C20;
}
.orange-highlight{
    color: #F27C20 !important;
    font-weight: 600 !important;
}
#inicio{
    padding-top: 100px;
}
#inicio img{
    width: 100%;
    max-height: 65vh;
    background-position: center;
    object-fit: cover;
}
#nossos-projetos, #vidas-alcancadas,
#formas-contribuir, #donate, .quem-somos{
    padding: 50px 0;
}
#visao-missao-valores{
  padding-bottom: 50px;
}
#quem-somos, #projeto-abrace-as-diferencas,
#projeto-criando-vinculos, #nossos-cursos,
#projeto-lutando-com-esperanca{
  padding: 140px 0 50px 0;
}
#inicio,
#quem-somos,
#nossos-projetos,
#vidas-alcancadas,
#formas-contribuir,
#parceiros {
  scroll-margin-top: 90px;
}
* {
    box-sizing: border-box;
  }
  
  body {
    margin: 0;
    font-family: sans-serif;
    overflow-x: hidden; 
  }
  
  .carousel-wrapper {
    position: relative;
    width: 100vw;
    overflow: hidden;
  }
  
  .carousel-track {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 10px;
    padding: 20px 0;
    width: 100%;
    scrollbar-width: none; 
  }
  
  .carousel-track::-webkit-scrollbar {
    display: none; 
  }
  
  .carousel-slide {
    flex: 0 0 auto;
    width: 200px;
    margin-left: 10px;
  }
  
  .carousel-slide:first-child {
    margin-left: 20px;
  }
  
  .carousel-slide:last-child {
    margin-right: 20px;
  }
  
  .carousel-slide img {
    width: 100%;
    border-radius: 5px;
    display: block;
  }
  
  .carousel-button {
    width: 28px;
    border: 2px #BC580B solid;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #F27C20;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 0px 7px 5px 7px;
    border-radius: 15px;
    z-index: 2;
  }
  
  .carousel-button:first-of-type {
    left: 60px;
  }
  
  .carousel-button:last-of-type {
    right: 70px;
  }
  .project {
    position: relative;
    background-size: cover;
    color: white;
    padding: 1.5rem 3.5rem;
    overflow: hidden;
    min-height: 135px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 3px;
  }
  .project.project-cursos{
    background-image: url('../image/cursos.png');
  }
  
  .project::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, #F27C20, #BC580B);
    opacity: 0.90;
    z-index: 1;
  }
  
  .project > * {
    position: relative;
    z-index: 2;
  }
  .project ul{
    margin: 0;
  }
  .divider-line{
    border: solid 1px #F27C20 !important;
  }
#vidas-alcancadas img{
    width: 100%;
  }
  .vidas-imagens{
    display: flex;
    gap: 10px;
  }
  #vidas-alcancadas .vidas-img{
    width: 215px;
  }
  .divider-doação{
    height: 110px;
    background-image: url('../image/doe.png');
    position: relative;
    background-size: cover;
    background-position: center;
    color: white;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .divider-doação::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(242, 124, 32, 1) 0%, rgba(116, 111, 111, 1) 60%);
    opacity: 0.90;
    z-index: 1;
  }
  .divider-doação > * {
    position: relative;
    z-index: 2;
  }
  .divider-doação a{
    border-radius: 20px;
    border: 2px solid #F27C20;
    background-color: transparent;
  }
  .divider-doação .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.divider-doação span{
    font-size: 18px;
}
.icone-contribuir{
    background-color: #F27C20;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    padding: 10px;
    margin-bottom: 15px;
}
.icone-contribuir img{
    width: 100%;
}
#formas-contribuir .col-lg-4{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contato{
    height: 100%;
    width: 100%;
    background-image: url('../image/voluntarios.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
    color: white;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    gap: 10px;
    border-radius: 3px;
  }
  .contato::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #F27C20 0%, #BC580C 60%);
    opacity: 0.90;
    z-index: 1;
  }
  .contato > * {
    position: relative;
    z-index: 2;
  }
  .donate-contato h3, .contato h3{
    text-align: start;
  }
  .footer-images {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .logo{
    max-width: 150px;
  }
  .footer .selo{
    max-width: 110px;
  }
  .footer-images {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .footer .nav-links ul{
    list-style: none;
    padding-left: 0;
  }
  .nav-links {
    display: flex;
 }
 span.copyright {
    padding-left: 20px;
 }
 .footer-contato {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 14px;
}
.footer .row {
    display: flex;
    align-items: center;
    padding: 25px 0px;
}
.footer a{
    color: #F27C20;
}
.contato a{
    color: #fff;
    text-decoration: none;
}
.header-doação{
    height: 210px;
    background-image: url('../image/doacao.png');
    position: relative;
    background-size: cover;
    background-position: center;
    color: white;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-top: 104px;
  }
  .header-doação::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(273deg, rgba(242, 124, 32, 1) 0%, rgba(116, 111, 111, 1) 60%);
    opacity: 0.94;
    z-index: 1;
  }
  .header-doação > * {
    position: relative;
    z-index: 2;
  }
  .donate {
    position: relative;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 1.5rem 3.5rem;
    overflow: hidden;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 3px;
    gap: 10px;
  }
  .donate.donate-contato{
    background-image: url('../image/voluntarios.jpg');
  }
  
  .donate.donate.donate-contato::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, #F27C20, #BC580B);
    opacity: 0.94;
    z-index: 1;
  }
  
  .donate > * {
    position: relative;
    z-index: 2;
  }
  .donate h4{
    text-align: start;
  }
  .donate a{
    color: #fff;
    text-decoration: none;
}
.donate.donate-pix{
    background-color: #E9E9E9;
    gap: 0;
}
.donate.donate-pix img {
    width: 170px;
}
.donate .pix img{
    width: 21px !important;
}
.donate .pix{
    color: #000;
}
.donate.donate-pix .pix.golos-text-600{
    font-size: 20px;
    font-weight: 500;
}
.header-doação span {
    font-size: 20px;
}
.text-content{
    background-color: #E9E9E9;
    padding: 30px;
    height: 100%;
    border-radius: 3px;
}
.quem-somos .container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.text-content .btn-mais{
  border: 2px solid #F27C20;
  background-color: transparent;
  color: #F27C20;
  font-weight: 500;
}
.text-content .btn-mais .bi::before, [class*=" bi-"]::before{
  font-weight: 700 !important;
}
#quem-somos img{
  width: 100%;
  border-radius: 3px;
  object-fit: cover;
  object-position: top;
}
.nav-link.active {
    color: #f26a28 !important; 
}
ul.navbar-nav.golos-text-600 {
    margin-right: 20px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 5px 50px;
}

.img-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.img-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 13%); 
  pointer-events: none; 
}
.content-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.content-wrapper .container {
  flex: 1;
}
.nav-item.dropdown .dropdown-item{
  font-weight: 600;
  font-size: 13px;
  transition: 250ms;
  padding: 6px 20px;
}
.nav-item.dropdown .dropdown-item:active,
.nav-item.dropdown .dropdown-item:hover{
    background-color: white;
    color: #F27C20;
}
.project-images img{
  width: 24.5%;
}
.project-images{
  display: flex;
  justify-content: space-between;
}
.cursos-imagens {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4px;
}
.cursos-imagens img {
    width: 100%;
}
#parceiros{
  background-color: #E9E9E9;
  margin-bottom: 50px;
  padding: 30px 0;
}
#parceiros .container{
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
#parceiros img{
  width: 100px;
  margin: 0 10px;
}
@media (max-width: 991px){
    #vidas-alcancadas .vidas-img {
        width: 343px;
    }
    #vidas-alcancadas .row{
        flex-direction: column-reverse;
    }
    .donate.donate-pix{
        padding: 1.5rem 5px;
    }
    .project-images {
      flex-direction: column;
    }
    .project-images img {
      width: 100%;
      margin-bottom: 10px;
    }
}
@media (max-width: 767px){
    .footer-contato {
        align-items: center;
        flex-direction: column;
        margin-bottom: 25px;
    }
    .donate.donate-pix{
        padding: 1.5rem 3.5rem;
    }
    #quem-somos img{
      width: 60% !important;
      height: 70%;
    }
    #nossos-cursos .row.gy-2{
      display: flex;
      flex-direction: column-reverse;
    }
    #parceiros .container {
      flex-direction: column;
    }
}
@media (max-width: 575px){
    .footer-images {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-evenly;
    }
    .footer .logo {
        width: 180px;
    }
    .footer .selo {
        width: 150px;
    }
    .footer-contato {
        align-items: flex-start;
        padding-left: 23px;
    }
}
@media (max-width: 440px){
    .donate.donate-pix{
        padding: 1.5rem 5px;
    }
}
@media (max-width: 360px){
    .donate.donate-pix .pix.golos-text-600{
        font-size: 16px !important;
    }
}