body {
    font-family: Helvetica;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

img {
    position: relative;
    width: 100%;
}

input:focus,
button:focus {
    outline: none;
}

input[type="submit"],
button {
    border: none;
}

.hidden {
    display: none;
}

.donate,.about{
    position: relative;
}

.page-sit{
    position: absolute;
    top: -150px;
    left: 0;
}

/* Aligns */

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

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


/* Margins */

.mb-25 {
    margin-bottom: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.center-25 {
    margin: 25px auto;
}


/* Loader */

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    z-index: 5;
}

.loader-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    text-align: center
}

.loader-content p {
    font-size: 25px;
    font-weight: bold;
}


/* Buttons */

.btn {
    font-weight: bold;
    font-size: 24px;
    padding: 15px 50px;
    border-radius: 50px;
    display: block;
}

.btn:hover {
    text-decoration: none;
}

.btn-green {
    background-color: #00AB68;
    color: #ffffff;
    transition: all 0.3s ease;
}

.btn-green:hover {
    filter: brightness(120%);
    color: #fff;
}

.btn-yellow {
    background-color: #FFC300;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.slide-content .btn-yellow {
    color: #265EBF;
    padding: 15px 60px;
    margin-top: 45px;
}

.btn-yellow:hover {
    background-color: #265EBF;
    color: #fff;
}

.slide-content .btn-yellow,
.btn-green:hover,
.btn-yellow:hover {
    text-shadow: none;
}

.btn-single {
    background-color: #ffffff;
    color: #00AB68;
    border: 2px solid #00AB68;
    transition: all 0.3s ease-in;
}

.btn-single:hover {
    background-color: #00AB68;
    color: #fff;
    border: 2px solid #00AB68;
}

.inline-block {
    display: inline-block;
}


/* Header */

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    transition: 0.4s;
}

.header-logo {
    margin-right: 15px;
    width: 150px;
    height: auto;
    float: left;
}

.header .btn {
    display: inline;
    float: right;
    margin-top: 35px;
}

.header .menu {
    display: inline;
}

.header .menu ul {
    list-style: none;
    display: inline;
    padding: 0;
}

.header .menu ul li {
    display: inline-block;
}

.header .menu ul li a {
    display: block;
    width: 100%;
    padding: 50px 20px;
    font-size: 21px;
    text-shadow: 2px 2px 4px #000;
    color: #fff;
    text-decoration: none;
}

.header .menu ul li a span.active {
    border-bottom: 2px solid #ffc300;
}

.header .menu ul li a span {
    transition: all 0.3s ease-in-out;
}

.header .menu ul li a span:hover {
    border-bottom: 2px solid #ffc300;
}

.menu-toggle {
    display: none;
    top: 0;
}

.screen-overlay {
    opacity: 0;
    transition: 0.4s;
}

@media(max-width: 1200px) {
    .header .menu ul li a {
        display: block;
        width: 100%;
        padding: 64px 10px;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
    }
    .header .btn {
        margin-top: 45px;
    }
}

@media(max-width: 991px) {
    .menu-toggle {
        z-index: 3;
        display: block;
        width: 100%;
        padding: 10px 15px;
        text-align: right;
        background-color: #00338d;
        color: #ffffff;
    }
    .header {
        width: 80%;
        height: 100%;
        background-color: #001740 !important;
        z-index: 10;
    }
    .header-logo {
        margin-top: 15px;
        display: block;
        float: none;
    }
    .header .menu ul li {
        display: block;
    }
    .header .menu ul li a {
        padding: 25px 10px;
    }
    .header .btn {
        position: absolute;
        bottom: 19px;
        display: block;
        width: calc(100% - 30px);
        text-align: center;
    }
    .header {
        left: -80%;
    }
    .header.active {
        left: 0;
    }
    .screen-overlay.show {
        opacity: 1;
        position: fixed;
        z-index: 5;
        width: 100%;
        height: 100%;
        background-color: #0000003d;
        top: 0;
        left: 0;
    }
}


/* Swiper Section */

.swiper-container {
    height: 120vh;
}

.swiper-slide {
    background-size: contain;
    background-repeat: no-repeat;
}

.slide-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
}

.slide-content h1 {
    font-size: 60px;
    text-shadow: 2px 2px 4px #000;
    font-weight: bold;
    line-height: 1.2em;
}

.slide-content p {
    font-size: 21px;
    text-shadow: 2px 2px 4px #000;
}

.swiper-counter {
    position: absolute;
    right: 130px;
    bottom: 30%;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    z-index: 2;
}

/* .swiper-counter::after {
    position: relative;
    content: '03';
    bottom: 0px;
    display: block;
    font-size: 35px;
    text-align: right;
    border-top: 3px solid;
} */

.arrow-left-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 50px;
    height: 100%;
    left: 10px;
    cursor: pointer;
}

.arrow-left-container img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 250px;
}

.arrow-right-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 50px;
    height: 100%;
    right: 10px;
    cursor: pointer;
}

.arrow-right-container img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 250px;
}

@media(max-width: 1300px) {
    .arrow-left-container,
    .arrow-right-container {
        display: none;
    }
}

@media(max-width: 1199px) {
    .slide-content h1 {
        font-size: 50px;
    }
    .swiper-counter {
        display: none;
    }
}

@media(max-width: 991px) {
    .slide-content p {
        display: none;
    }
}

@media(max-width: 767px) {
    .slide-content h1 {
        font-size: 24px;
    }
    .slide-content .btn-yellow {
        color: #265EBF;
        padding: 10px 50px;
        margin-top: 25px;
        font-size: 16px;
    }
}


/* Content Section */

.content-block {
    margin-top: 30px;
    margin-bottom: 25px;
    border-radius: 25px;
    box-shadow: 0px 3px 15px #d9d9d9;
}

.content {
    padding: 25px 30px;
}

.content-title,
.newsletter-title {
    font-size: 30px !important;
    color: #265EBF !important;
    font-weight: bold;
}

.content-title::after,
.associate-title::after,
.footer-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 5px;
    background-color: #FFC300;
    position: relative;
    margin: 15px 0px 30px;
}

.content p {
    font-size: 16px;
    margin-bottom: 15px;
}

.content-image {
    position: relative;
    transition: 0.4s
}

.slider-controls {
    margin-bottom: 25px;
}

.slider-controls .overlay {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    top: 0;
    background-image: linear-gradient(to bottom, transparent, #504f4f8a 130%);
    border-radius: 25px;
}

.slider-controls .single-control {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    min-height: 172px;
}

.slider-controls .single-control span {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.single-control img{
    border-radius: 25px;
}

@media(max-width: 991px) {
    .content-image {
        display: none;
    }
}

@media(max-width: 1199px) {
    .content-title {
        font-size: 32px;
    }
    .content p{
        font-size: 14px;
    }
    .content-title::after,
    .associate-title::after,
    .footer-title::after {
        margin-bottom: 20px;
    }
}


/* Donate */

.donate {
    background-color: #FFC300;
    padding: 35px 0 100px;
    text-align: center;
}

.donate .section-title {
    color: #6e6e6e;
    text-align: center;
    font-weight: bold;
    font-size: 55px;
    margin-bottom: 50px;
}

.donate .donate-card {
    padding: 25px;
    background-color: #ffffff;
    border-radius: 25px;
    margin-bottom: 30px;
}

.donate .donate-card h3 {
    color: #00ab68;
    font-size: 42px;
}

.donate .donate-value {
    font-size: 73px;
    color: #00AB68;
}

.donate .donate-value::before {
    content: 'R$';
    font-size: 26px;
    position: relative;
    top: -35px;
    left: 15px;
}

.donate .donate-value::after {
    content: ',00';
    font-size: 26px;
    position: relative;
    right: 15px;
}

.donate .donate-card p {
    text-align: left;
}

.donate .donate-card .head {
    min-height: 200px;
}

.donate .donate-card .btn {
    margin-top: 15px;
    padding: 15px 25px;
    font-size: 21px;
}

.btn.disabled{
    opacity: 0;
    pointer-events: none;
}

@media(max-width: 1199px) {
    .donate .section-title {
        font-size: 32px;
    }
}


/* Associate */

.associate {
    background-color: #00338D;
    color: #ffffff;
}

.associate {
    background-image: url(../img/associado.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50% 100%;
}

.associate-content {
    padding: 25px 0px;
}

.associate-title {
    font-size: 55px;
}

.associate-text, .associate-text-wrapper p{
    font-size: 16px;
    margin-bottom: 25px;
}

.associate-list, .associate-text-wrapper ul {
    padding: 0;
    font-size: 16px;
}

@media(max-width: 1199px) {
    .associate {
        background-image: none;
    }
}

@media(max-width: 1199px) {
    .associate-title {
        font-size: 32px;
    }
    .associate-text, .associate-text-wrapper p{
        font-size: 16;
    }
}


/* Newsletter */

.newsletter {
    padding: 25px 0 75px;
}

.newsletter-title {
    margin-bottom: 40px !important;
}

.newsletter-input {
    width: 100%;
    padding: 0 24px;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #929292;
    border-radius: 50px;
    border: 2px solid #e3e3e3;
    background: #f5f5f5;
    transition: 0.4s;
}

.newsletter-input::placeholder {
    color: #b3b3b3;
}

.newsletter-input:focus {
    border-color: #929292;
    transition: 0.4s;
}

.newsletter-input-button {
    position: absolute;
    right: 15px;
    width: 70px;
    height: 100%;
    border-radius: 50px;
    border: none;
    background: #00338d;
    color: #ffc300;
    transition: all 0.5s ease;
}

.newsletter-input-button:hover {
    background: #00AB68;
}

.newsletter-input-button:hover i {
    right: 10px;
}

.newsletter-input-button i {
    font-size: 24px;
    position: absolute;
    bottom: 14px;
    right: 20px;
    transition: all 0.5s ease;
}

@media(max-width: 617px) {
    .newsletter-input {
        padding: 15px 20px;
        font-size: 18px;
    }
    .newsletter-input-button {
        padding: 20px 25px;
    }
    .newsletter-input-button i {
        font-size: 20px;
    }
    .newsletter-input-button:hover i {
        right: 16px;
    }
    .newsletter-input-button i {
        bottom: 14px;
        right: 24px;
    }
}

@media(max-width: 1199px) {
    .newsletter-title {
        font-size: 32px !important;
    }
}

.card{
    box-shadow: 0px 3px 15px #d9d9d9;
    padding: 20px;
    border-radius: 10px;
}

.card p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-wrapper{
    margin-bottom:40px;
    display: flex;
    flex-direction: column;
}

.btn-ver-mais{
    align-self: center;
}

/* Footer */

.footer {
    background-color: #001740;
    padding-top: 50px;
}

.footer-title {
    color: #ffffff;
    font-size: 28px;
}

.footer-link-list, .footer-link-list ul,
.footer-social-links ul {
    list-style: none;
    padding: 0;
}

.footer-link, .footer-link-list a {
    color: #ffffff;
    font-size: 18px;
}

.footer-link,  .footer-link-list a{
    display: inline-block;
    margin-bottom: 17px;
}

.footer-link i, .footer-link-list a i {
    font-size: 24px;
    vertical-align: text-bottom;
}

.footer-link span, .footer-link-list a span {
    display: inline-block;
    width: 30px;
    margin-right: 10px;
}

.footer-social-links li {
    display: inline;
    font-size: 40px;
    margin-right: 15px;
}

.footer-social-links li a {
    color: #ffffff;
    text-decoration: none;
}

.footer .divider {
    display: block;
    height: 4px;
    background-color: #ffffff;
}

.footer a {
    transition: 0.4s;
}

.footer a:hover {
    color: #ffc300;
    text-decoration: none;
    transition: 0.4s;
}

.rights {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    display: block;
    padding: 60px 0;
}

.footer .logo {
    height: 150px;
    width: auto;
}

.footer .dev {
    width: 164px;
    margin: 55px 0;
}

@media(max-width: 767px) {
    .rights {
        padding: 15px;
    }
    .footer .logo {
        display: block;
        margin: 0 auto;
    }
    .footer .dev {
        display: block;
        margin: 15px auto 40px;
    }
}


/* Donation Page */

.title {
    margin-top: 150px;
    text-align: center;
    padding: 50px;
    color: #266EBF;
}

.form-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #8b8b8b;
    margin-bottom: 25px;
    padding: 10px 5px;
    font-size: 18px;
    background-color: #ffffff;
    outline: none;
}

.donation-form .donate-label {
    display: block;
    padding: 25px 0;
    background-color: #00338d;
    border-radius: 5px;
    transition: 0.4s;
    cursor: pointer;
}

.donation-form .donate-label.label-selected {
    background-color: #ffc349;
}

.donation-form .donate-label.label-selected .donate-value {
    color: #00338d;
}

.donation-form .donate-value {
    display: block;
    padding: 25px 0px;
    text-align: center;
    color: #ffc300;
    font-size: 25px;
    font-weight: bold;
}

input[type="checkbox"],
input[type="radio"] {
    display: none;
}

.rangeslider {
    margin-bottom: 25px;
}

.rangeslider__fill {
    background: #00338d;
}

.rangeslider__handle:after {
    background: #ffc300;
}

.rangeslider-value {
    display: block;
    margin: 0 auto;
    border: none;
    background: #e6e6e6;
    padding: 25px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
}

.required {
    border-bottom: 1px solid #e02a09;
}

.bloco-mensagem {
    height: 150px;
}

input.disabled{
    background: gainsboro;
    pointer-events: none;
    opacity: 0.7;
}



/* POST */
.template-posts {
    background: white;
    padding: 40px;
    border-radius: 40px;
    margin-top: 20px;
    max-width: 992px;
    margin: auto;
}

.header-spacer{
    width: 100%;
    height: 150px;
}

@media screen and (max-width:992px) {
    .header-spacer{
        height: 50px;
    }

}

.content-post{
    font-size: 18px;
}


.template-page {
    background: white;
    padding: 40px;
    border-radius: 20px;
    margin: 20px 0px 20px 0px;
    z-index: 1000;
    
    /* width: fit-content; */
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}

.template-page.overflow-hidden * {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}


.template-page img{
    max-width: 100% !important;
}


.d-flex{
    display: flex;
}

.me-auto{
    margin-right: auto !important;
}

.me-0{
    margin-right: 0 !important;
}

.ms-auto{
    margin-left: auto !important;
}


.image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 25px;
    margin-bottom: 35px;
  }
  
  .blur {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('<?php echo $thumbnail_url; ?>');
    background-repeat: no-repeat;
    background-position: center center;
    filter: blur(15px);
    z-index: -1;
  }
  
  .image {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .post-list{
    max-width: 992px;
    margin: auto;
}



.hm-blog-img .blog-img{
    width: 390px;
    height: 219px;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    max-width: 100%;
    overflow: hidden;
}



.hm-blog-titulo{
    margin-bottom: 20px;
    font: normal normal bold 32px/48px inherit;

    color: #265EBF;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.form-control{
    font-size: 18px;
}

.hm-blog-texto p{
    font: normal normal normal 16px/24px inherit;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hm-blog-dados{
    font: normal normal normal 14px/31px inherit;
    color: #808080;
}

@media screen and (max-width:1400px) {
    .hm-blog-img {
        min-width: 340px;
        max-width: 340px;
    }
    .hm-blog-texto p{
        -webkit-line-clamp: 3;
    }
}
@media screen and (max-width:1200px) {

    .hm-blog-post {
        padding: 40px 20px;
        margin: 0px -20px;
    }
    .hm-blog-img {
        min-width: 360px;
        max-width: 360px;
    }
    .hm-blog-titulo {
        margin-bottom: 20px;
        font: normal normal bold 32px/35px inherit;

    }

}
@media screen and (max-width:768px) {
    .hm-blog-img {
        min-width: 100%;
        max-width: 100%;
        margin-right: 0;
    }
    
    .hm-blog-img .blog-img{
        width: 100%;
        height: 270px;
    }

    .hm-blog-titulo {
        margin-bottom: 20px;
        font: normal normal bold 29px/35px inherit;

        -webkit-line-clamp: 2;
        color: #000;
        margin-top: 20px;
    }  
}

@media screen and (max-width:425px) {
    .hm-blog-img .blog-img {
        height: 210px;
    }
}

@media screen and (max-width:375px) {
    .hm-blog-titulo {
        margin-bottom: 10px;
        margin-top: 10px;
        font: normal normal bold 21px/35px inherit;
    }

    .hm-categoria{
        top: 10px;
        left: 10px;
    }

    .hm-blog-post {
        padding: 20px 20px;
    }

    .hm-blog-img .blog-img {
        height: 185px;
    }
}

@media screen and (max-width:320px) {
    .hm-blog-img .blog-img {
        height: 153px;
    }
}

.hm-pags-paginacao{
    font-family: inherit!important;
    color: #808080;
}
.hm-pags-paginacao .page-numbers{
    height: 36px;
    text-align: center;
    font: normal normal bold 14px/31px inherit;
    letter-spacing: 0px;
    color: #808080;
    border: 1px solid #808080;
    border-radius: 5px;
    padding: 0px 10px;
    min-width: 36px;
    margin: 0px 5px;
    font-family: inherit!important
}

.page-numbers{
    display: flex;
    justify-content: center;
    align-items: center;
}

.hm-pags-paginacao .page-numbers.next, .hm-pags-paginacao .page-numbers.prev, .hm-pags-paginacao .page-numbers:hover,.hm-pags-paginacao .page-numbers.current {
    color: white;
    border: 1px solid var(--bs-primary);
    background-color: var(--bs-primary);
    border-radius: 5px;
    padding: 0px 10px;
    min-width: 36px;
    margin: 0px 5px;
}
.page-numbers-reticencias{
    height: 36px;
    text-align: center;
}
.hm-controle-paginacao .hm-posicao{
    color: #808080;
    font-family: inherit;
}


.form-control{
    font-size: 18px;
    padding: 5px 10px 5px 10px;
}


.nb-icone-busca{
    color: white;
    background: #001740;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 18px;
    padding: 5px 10px 5px 10px;
}

.flex-column{
    flex-direction: column !important;
}

@media screen and (min-width:768px) {
    .flex-md-row{
        flex-direction: row !important;
    }
}

/* FIM BLOG */