body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
}

header {
    color: #4CAF50;
}

header img {
    max-width: 100px;
    margin: 0;
    padding: 0;
}

.nav-link {
    color: black;
    font-size: 1.4rem;
}

.nav-link:hover {
    color: #12306d;
}

.hero {
    background: linear-gradient(to right, #248065, #12306d);
    color: white;
    padding: 100px 0;
    text-align: center;
}

.hero h1 {
    font-size: 3rem;
    font-weight: 700;
}

.hero p {
    font-size: 1.2rem;
    margin-top: 10px;
}

.services {
    padding: 60px 0;
}

.services .col-md-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.services .col-md-4 h3,
.services .col-md-4 p {
    text-align: center;
    flex-grow: 1;
}

.services h3 {
    font-size: clamp(1rem, 4vw, 1.5rem);
    white-space: nowrap;
}

.services .icon {
    font-size: 2rem;
    color: #12306d;
    margin-bottom: 15px;
}

.cta {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(36, 128, 101, 1) 1%, rgba(36, 128, 101, 1) 99%, rgba(255, 255, 255, 1) 100%);
    color: white;
    padding: 30px 10px;
    text-align: center;
}

.cta .container {
    max-width: 800px;
    margin: 0 auto;
}

.cta h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.cta ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-bottom: 30px;
}

.cta ul li {
    font-size: 1.1rem;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.cta ul li::before {
    content: "✔";
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.cta .btn {
    display: inline-block;
    background-color: white;
    color: #248065;
    padding: 15px 30px;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.cta .btn:hover {
    background-color: #1b604d;
    color: white;
}

.modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
}

#videoPlayer {
    width: 100%;
    height: auto;
    max-height: 80vh;
}

footer {
    background-color: #12306d;
    color: white;
    padding: 5px 0;
    text-align: center;
}

.floating-button {
    position: fixed;
    background-color: white;
    bottom: 20px;
    right: 20px;
    color: white;
    padding: 15px 20px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    animation: pulse 2s infinite;
    z-index: 1000;
}

.floating-button a {
    color: #4CAF50;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.numbers {
    padding: 60px 0;
    background-color: #f9f9f9;
    text-align: center;
}

.numbers .number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #12306d;
}

.numbers .label {
    font-size: 1.2rem;
    margin-top: 10px;
    color: #333;
}

nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
    font-weight: 500;
}

nav a:hover {
    color: #248065;
}

#sobreNos {
    background-color: #f8f9fa;
    padding: 50px 0;
}

h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
}

#sobreNos .row {
    display: flex;
    flex-wrap: wrap;
}

#sobreNos .col-md-6 {
    flex: 0 0 50%;
    padding: 15px;
}

#sobreNos .col-md-6 p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

#sobreNos .row .col-md-4 {
    flex: 0 0 33.333%;
    padding: 10px;
}

#sobreNos h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
}

#sobreNos .row {
    display: flex;
    flex-wrap: wrap;
}

#sobreNos .col-md-6 {
    flex: 0 0 50%;
    padding: 15px;
}

#sobreNos .col-md-6 p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

#sobreNos .row .col-md-4 {
    flex: 0 0 33.333%;
    padding: 10px;
    display: flex;
}

.card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
}

.card-body {
    flex-grow: 1;
    padding: 20px;
    color: #333;
}

.card-text {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #555;
    margin-bottom: 15px;
}

.card-footer {
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    padding: 10px 0;
    text-align: center;
}

.card-footer a {
    text-decoration: none;
    font-style: italic;
    color: #2f00ff;
    border-bottom: 1px solid #007bff;
    padding-left: 5px;
    padding-right: 5px;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.card-footer a::after {
    content: " →";
}

.card-footer a:hover {
    color: #0056b3;
    border-color: #0056b3;
}

#sobreNos .card {
    height: 100%;
}

.curso-btn {
    background-color: #12306d;
    color: #ffffff;
    font-size: clamp(0.85rem, 2.5vw, 1rem);
    font-weight: bold;
    border: 2px solid #12306d;
    border-radius: 8px;
    padding: 12px 20px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    display: block;
    margin: 0;
    transition: 0.3s;
}

.curso-btn:hover {
    background-color: #248065;
    border-color: #248065;
    transform: scale(1.02);
}

.curso-btn:active {
    background-color: #0e234c;
    border-color: #0e234c;
}

.curso-conteudo {
    display: flex;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out, max-height 0.7s ease-in-out;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: auto;
    padding: 10px;
}

.curso-conteudo img {
    width: 300px;
    height: auto;
}

.curso-conteudo p {
    font-size: 16px;
    font-weight: 400;
    color: #12306d;
    text-align: center;
    padding: 15px;
    margin: 10px auto;
    line-height: 1.6;
    max-width: 850px;
    background-color: #f8f9fa;
    border-left: 4px solid #248065;
    border-right: 4px solid #248065;

    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.curso-conteudo.ativo {
    opacity: 1;
    max-height: 600px;
}

.icon-box {
    width: 50px;
    height: 50px;
    background: #e8f0fe;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.icon-box i {
    font-size: 24px;
    color: #2C3E50;
}

.col-md-4 p {
    margin-top: 1rem;
}

@media (max-width: 768px) {
    #sobreNos .row {
        flex-direction: column;
    }

    #sobreNos .col-md-6 {
        margin-bottom: 30px;
    }

    .curso-conteudo {
        display: block;
    }

    .clients img {
        max-width: 80px !important;
    }

}

.fundadora-section img {
    max-height: 80vh;
}

.text-title {
    color: #12306d;
}

.text-name {
    color: #248065;
}

.text-subtitle {
    color: #12306d;
}

.list-group-item i {
    color: #248065;
    font-size: larger;
}

.img-fluid {
    border-radius: 0.75rem;
}

.shadow-lg {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fw-semibold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.clients {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.clients img {
    max-width: 120px;
    height: auto;
    display: block;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
