html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#preloader {
    background-color: #fff;
    /* background: url("../images/logo_dark.png") rgba(255, 255, 255, 0.99) no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999; */
}
.loader {
    border: 1px solid gray;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

.loader img {
    width: 350px;
}

body::-webkit-scrollbar {
    width: 7px;
    height: 3px;
}

body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    background: #131d24;
}
body::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(231, 231, 231, 0.6);
}

body::-moz-scrollbar {
    width: 7px;
    height: 3px;
}
body::-moz-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    background: #b3bfc7;
}

body::-moz-scrollbar-thumb:window-inactive {
    background: rgba(231, 231, 231, 0.6);
}

.background_intro {
    width: 100%;
    height: 380px;
    background-color: #fbf8f5;
    background-image: url("../media/elements/background_intro.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    border: 1px solid white !important;
}

.rodape .container .footer-social a {
    background-color: #131d24;
}
/* .rodape .container .footer-social a{
  color: #131d24;
} */

/* .background_intro .intro{
  margin-left: 8rem !important;
} */

.section-parceiros {
    background-color: #efefef;
}

#map {
    height: 100%;
}

.mapa {
    height: 80%;
}

.shop-box-style-1 .content-box .title {
    font-weight: 400;
}

.btn.subscribe-btn {
    padding: 15px 30px;
}

h2.post-title a {
    font-size: 26px;
}

.shop-box-style-1 .figure-box {
    background-color: transparent;
}

.text-justify {
    text-align: justify;
}

.x-accordion-heading .x-accordion-toggle.collapsed {
    background-color: transparent !important;
}
.accordion-button:not(.collapsed) {
    color: black;
    background-color: transparent !important;
    border: white solid 1px !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button {
    color: black;
    background-color: transparent !important;
    border: white solid 1px !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-item {
    border: none !important;
}

.acorrdion-plus {
    font-size: 12px !important;
}
.texto-ng {
    color: #186ba6;
}
.fundo-ng {
    background: #186ba6;
}

.obtectivos-card {
    background-color: #0b5395;
    width: 50%;
}
.obtectivos-card.segundo {
    background-color: #00b0f0 !important;
}

@media (min-width: 320px) and (max-width: 767px) {
    .background_intro {
        background-image: url("../media/elements/background_intro.pnga") !important;
    }

    .rt-section-heading-style-2 .heading-tilte,
    .rt-section-heading {
        font-size: 1.202rem;
    }
}

#clientes .figure-box {
    padding: 2px 35px !important;
}

.img-nav-tab-self {
    height: 300px;
    object-fit: cover;
}

.item-galeria img {
    margin-bottom: 10px;
}
.item-galeria img {
    width: 230px;
}

.responsive-img {
    width: 100%; /* A largura da imagem será 100% do seu contêiner */
    aspect-ratio: 1 / 1; /* Mantém a imagem com a mesma altura da largura */
    object-fit: cover; /* Faz com que a imagem preencha o espaço mantendo o aspecto */
}

.swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000 !important;
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.2) !important;
}

.swiper-pagination-bullet-active {
    color: #fff !important;
    background: #007aff !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -20px !important;
}

@media only screen and (max-width: 600px) {
    .item-galeria img {
        width: 150px;
    }
}

@media (min-width: 768px) {
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: -35px !important;
    }
}

.nav-tabs {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
}

/* Faz com que as abas ocupem o mesmo espaço na largura total */
.nav-tabs .nav-link {
    flex: 1 1 auto;
    text-align: center;
    white-space: nowrap;
}

/* @media (max-width: 768px) {
    .nav-tabs {
        display: flex;
    }
} */

/* .swiper-slide .video-cont{
    height: 300px;
    max-height: 350px !important;
} */
.swiper-slide .video-cont video{
    height: 350px;
}


.blog_img{
    background-position: center;
    object-fit: cover;
}

.post-img img{
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

#perfilpost .swiper-container .slide-item img{
    width: 551px;
    height: 251px;
    object-fit: cover;
}
