@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Parisienne&display=swap');
body {
    background: linear-gradient(to right, #002f4b, #005076);
    color: white;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    line-height: 1.3rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding-bottom: 2rem;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

section {
    padding: 60px 20px;
}

#apresentacao {
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 170px;
    padding-left: 0px;
    background-image: url(../images/mae_bg_azul.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.bg-dark-blue {
    background-color: #002f4b;
}

.btn-primary {
    background-color: #005076;
    border: none;
}

.btn-primary:hover {
    background-color: #003d5c;
}

.testemunhos .testemunho {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.card {
    background-color: transparent;
    border: 0;
    img {
        border-radius: 6px;
    }
    h3 {
        font-size: 1.5rem;
        padding-bottom: 0 !important;
    }
    @media (max-width: 400px) {
        h3 {
            padding-bottom: 0 !important;
            font-size: 0.9rem;
        }
    }
    @media (max-width: 480px) {
        h3 {
            padding-bottom: 0 !important;
            font-size: 0.9rem;
        }
    }
    @media (max-width: 768px) {
        h3 {
            padding-bottom: 0 !important;
            font-size: 0.9rem;
        }
    }
    @media (max-width: 992px) {
        h3 {
            padding-bottom: 0 !important;
            font-size: 0.9rem;
        }
    }
    @media (max-width: 1110px) {
        h3 {
            padding-bottom: 0 !important;
            font-size: 0.9rem;
        }
    }
}

.btn {
    background-color: #0345bf;
    &:hover {
        background-color: #0076b2;
        -webkit-box-shadow: 0px 0px 15px -5px rgba(255, 255, 255, 0.50);
        -moz-box-shadow: 0px 0px 15px -5px rgba(255,255,255, 0.50);
        box-shadow: 0px 0px 15px -5px rgba(255,255,255, 0.50);
    }
}

#goToTopBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    bottom: 25px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Ensure the button is above other content */
    font-size: .99rem; /* Increase font size */
    padding: 10px; /* Add some padding */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    color: white; /* Text color */
    cursor: pointer; /* Pointer/hand icon */
    border-radius: 10px; /* Rounded corners */
    background-color: #005076; /* Dark blue background */
    opacity: 70%;
    padding-top: 16px;
    padding-right: 16px;
    h3 {
        font-size: .99rem;
        padding: 0;
        line-height: 0;
    }
    }
    #goToTopBtn:hover {
    background-color: #0076b2; /* Darker blue on hover */
    h3 {
        font-size: .99rem;
        padding: 0;
        line-height: 0;
    }
}

/* ========== TESTEMUNHOS - CORREÇÃO CSP ========== */
.testemunho-img {
    background-attachment: inherit;
    background-repeat: no-repeat;
    background-size: 100%;
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
    overflow: hidden;
    border-radius: 6px;
}

.thadeu-img {
    background-image: url('../images/thadeu.webp');
    background-position: 50% 50%;
}

.ananias-img {
    background-image: url('../images/ananias.webp');
    background-position: 50% 50%;
}

.tiel-img {
    background-image: url('../images/tiel.webp');
    background-position: 50% 50%;
}

.genilson-img {
    background-image: url('../images/genilson.webp');
    background-position: 50% 50%;
}

.emerson-img {
    background-image: url('../images/emerson.webp');
    background-position: 70% 30%;
}

.jossandro-img {
    background-image: url('../images/jossandro.webp');
    background-position: 50% 50%;
}

.manaceis-img {
    background-image: url('../images/manaceis.webp');
    background-position: 75% 25%;
}

.alexsandro-img {
    background-image: url('../images/alexsandro.webp');
    background-position: 50% 50%;
}

.lucas-img {
    background-image: url('../images/lucas.webp');
    background-position: 50% 50%;
}