/* ── FONT ────────────────────────────────────────────────── */
@font-face {
    font-family: "Magnolia Script";
    src: url(../fonts/magnoliascript.otf);
}

/* ── RESET GLOBAL ────────────────────────────────────────── */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* ── HOME  (body.home) ───────────────────────────────────── */
body.home header {
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #975ca7;
}

body.home main {
    background-color: #c691d5;
}

body.home footer {
    background-color: #975ca7;
    height: 200px;
    width: 100%;
}

@media (max-width: 768px) {
    body.home footer {
        height: 160px;
    }
}

@media (max-width: 425px) {
    body.home footer {
        height: 280px;
    }
}

body.home footer .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.home footer .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body.home footer .footer-container .footer-blocks {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 32px;
}

@media (max-width: 768px) {
    body.home footer .footer-container .footer-blocks {
        gap: 20px;
    }
}

@media (max-width: 425px) {
    body.home footer .footer-container .footer-blocks {
        margin-top: 20px;
        flex-direction: column;
        gap: 14px;
    }
}

body.home footer .footer-container .footer-blocks .footer-block {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    width: 180px;
    height: 80px;
    padding: 10px 16px;
    border: 0px solid;
    border-radius: 12px;
}

@media (max-width: 768px) {
    body.home footer .footer-container .footer-blocks .footer-block {
        width: 120px;
        height: 60px;
    }
}

@media (max-width: 425px) {
    body.home footer .footer-container .footer-blocks .footer-block {
        width: 180px;
        height: 60px;
        border-radius: 8px;
    }
}

body.home footer .footer-container .footer-blocks .footer-block a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

body.home footer .footer-container .footer-blocks .footer-block a h4 {
    color: #9e008e;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 768px) {
    body.home footer .footer-container .footer-blocks .footer-block a h4 {
        font-size: 10px;
    }
}

@media (max-width: 425px) {
    body.home footer .footer-container .footer-blocks .footer-block a h4 {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    body.home footer .footer-container .footer-blocks .footer-block a #insta-logo {
        width: 32px;
    }
}

@media (max-width: 425px) {
    body.home footer .footer-container .footer-blocks .footer-block a #insta-logo {
        width: 42px;
    }
}

@media (max-width: 768px) {
    body.home footer .footer-container .footer-blocks .footer-block a #ifms-logo {
        width: 120px;
    }
}

@media (max-width: 425px) {
    body.home footer .footer-container .footer-blocks .footer-block a #ifms-logo {
        width: 140px;
    }
}

@media (max-width: 768px) {
    body.home footer .footer-container .footer-blocks .footer-block a #fundect-logo {
        width: 80px;
    }
}

@media (max-width: 425px) {
    body.home footer .footer-container .footer-blocks .footer-block a #fundect-logo {
        width: 90px;
    }
}

body.home footer .footer-container .footer-blocks .footer-block a:link,
body.home footer .footer-container .footer-blocks .footer-block a:visited,
body.home footer .footer-container .footer-blocks .footer-block a:active {
    color: #9513cc;
}

body.home footer .footer-container .footer-copyright {
    margin-top: 40px;
}

@media (max-width: 768px) {
    body.home footer .footer-container .footer-copyright {
        margin-top: 20px;
    }
}

@media (max-width: 425px) {
    body.home footer .footer-container .footer-copyright {
        margin-top: 20px;
    }
}

body.home footer .footer-container .footer-copyright h5 {
    color: #FFFFFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 768px) {
    body.home footer .footer-container .footer-copyright h5 {
        font-size: 10px;
    }
}

@media (max-width: 425px) {
    body.home footer .footer-container .footer-copyright h5 {
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    body.home header {
        height: 60px;
    }
}

@media (max-width: 425px) {
    body.home header {
        height: 60px;
    }
}

body.home .container {
    max-width: 1440px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 24px;
}

body.home .container .logo {
    height: 55px;
}

@media (max-width: 768px) {
    body.home .container .logo {
        height: 45px;
    }
}

@media (max-width: 425px) {
    body.home .container .logo {
        height: 45px;
    }
}

body.home .container .nav-header {
    max-width: 300px;
    position: relative;
    min-height: 70px;
    display: flex;
    align-items: center;
}

body.home .container .nav-header .ul-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    gap: 16px;
    z-index: 1;
}

body.home .container .nav-header .ul-header a {
    transition: 0.3s ease;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

body.home .container .nav-header .ul-header a:hover {
    transition: 0.3s ease;
    color: #d20595;
}

body.home .container .nav-header .ul-header .page {
    color: #bc12ff;
}

body.home .container .hamburger {
    display: none;
    cursor: pointer;
}

body.home .container .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    background-color: #FFFFFF;
}

@media (max-width: 768px) {
    body.home .container .bar {
        width: 20px;
        height: 2px;
    }
}

@media (max-width: 425px) {
    body.home .container .bar {
        width: 20px;
        height: 2px;
    }
}

@media (max-width: 760px) {
    body.home .container .hamburger {
        display: block;
    }

    body.home .container .hamburger.active {
        display: block;
    }

    body.home .container .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    body.home .container .hamburger.active .bar:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    body.home .container .hamburger.active .bar:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    body.home .container .ul-header {
        position: fixed;
        left: -100%;
        top: 60px;
        gap: 0;
        flex-direction: column;
        background-color: #89009e;
        width: 100%;
        text-align: center;
        transition: 0.3s;
    }

    body.home .container .nav-item {
        margin: 8px 0;
    }

    body.home .container .ul-header.active {
        left: 0;
        padding: 0;
    }

    body.home .container .ul-header.active a {
        font-size: 12px;
    }
}

@media (max-width: 360px) {
    body.home .container .hamburger {
        display: block;
    }

    body.home .container .ul-header {
        top: 60px;
    }

    body.home .container .ul-header.active {
        left: 0;
        padding: 0;
    }

    body.home .container .ul-header.active a {
        font-size: 12px;
    }

    body.home .container .nav-item {
        margin: 8px 0;
    }
}

body.home .main {
    width: 100%;
    box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.2);
}

body.home .main .main-section {
    width: 95vw;
    height: 70vh;
    background-image: url("../img/placeholder1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1200px) {
    body.home .main .main-section {
        background-image: url("../img/placeholder1-2.png");
        width: 95vw;
        height: 70vh;
    }
}

@media (max-width: 768px) {
    body.home .main .main-section {
        background-image: url("../img/placeholder1-2.png");
        width: 100vw;
        height: 70vh;
    }
}

@media (max-width: 425px) {
    body.home .main .main-section {
        background-image: url("../img/placeholder1-3.png");
        width: 100vw;
        height: 80vh;
    }
}

body.home section {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

body.home section .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media (min-width: 1024px) {
    body.home section .container {
        gap: 100px;
    }
}

@media (max-width: 768px) {
    body.home section .container {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 425px) {
    body.home section .container {
        flex-direction: column;
        gap: 12px;
    }
}

body.home .section1-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
}

body.home .section1-box .s1-container {
    width: 640px;
    position: relative;
}

@media (max-width: 768px) {
    body.home .section1-box .s1-container {
        width: 380px;
    }
}

@media (max-width: 425px) {
    body.home .section1-box .s1-container {
        width: 280px;
    }
}

body.home .section1-box .s1-container p {
    color: #ffffff;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
}

@media (max-width: 768px) {
    body.home .section1-box .s1-container p {
        font-size: 20px;
    }
}

@media (max-width: 425px) {
    body.home .section1-box .s1-container p {
        font-size: 18px;
    }
}

body.home .section1-box .s1-container p .highlight {
    font-weight: 700;
}

body.home .section1-box .s1-container #star1 {
    position: absolute;
    left: 100%;
    width: 80px;
}

@media (max-width: 768px) {
    body.home .section1-box .s1-container #star1 {
        left: 92%;
        width: 60px;
    }
}

@media (max-width: 425px) {
    body.home .section1-box .s1-container #star1 {
        top: -10%;
        left: 90%;
        width: 60px;
    }
}

body.home .section1-box .s1-container #star2 {
    position: absolute;
    left: -5%;
    top: 50%;
    width: 80px;
}

@media (max-width: 768px) {
    body.home .section1-box .s1-container #star2 {
        left: -10%;
        top: 50%;
        width: 60px;
    }
}

@media (max-width: 425px) {
    body.home .section1-box .s1-container #star2 {
        left: -10%;
        top: 70%;
        width: 60px;
    }
}

body.home .intersection {
    width: 300px;
    border: 1px solid #009e8e;
    border-radius: 12px;
    margin: 48px 0;
}

@media (max-width: 768px) {
    body.home .intersection {
        width: 240px;
    }
}

@media (max-width: 425px) {
    body.home .intersection {
        width: 180px;
    }
}

body.home .section2-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

body.home .section2-box .s2-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

body.home .section2-box .s2-container h2 {
    color: #FFFFFF;
    text-align: center;
    text-shadow: 5px 5px 3px rgba(0, 0, 0, 0.35);
    font-family: "Magnolia Script";
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 1.28px;
}

body.home .section2-box .s2-container .s2-blocks {
    margin-top: 20px;
    width: 640px;
    display: grid;
    grid-template-columns: 212px 212px 212px;
    grid-template-rows: 212px 212px;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    body.home .section2-box .s2-container .s2-blocks {
        width: 380px;
        grid-template-columns: 212px 212px;
        grid-template-rows: 212px 212px 212px;
    }
}

@media (max-width: 425px) {
    body.home .section2-box .s2-container .s2-blocks {
        width: 280px;
        grid-template-columns: 212px;
        grid-template-rows: 212px 212px 212px 212px 212px 212px;
    }
}

body.home .section2-box .s2-container .s2-blocks .s2-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
    gap: 4px;
    padding: 12px 0;
    text-decoration: none;
    width: 212px;
    height: 212px;
}

body.home .section2-box .s2-container .s2-blocks .s2-block .block-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

body.home .section2-box .s2-container .s2-blocks .s2-block h3 {
    color: #FFFFFF;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

body.home .section2-box .s2-container .s2-blocks .s2-block p {
    color: #FFFFFF;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

body.home .section2-box .s2-container #red {
    background-color: #288f8f;
}

body.home .section2-box .s2-container #orange {
    background-color: #36287f;
}

body.home .section2-box .s2-container #yellow {
    background-color: #6c9e00;
}

body.home .section2-box .s2-container #green {
    background-color: #c07d00;
}

body.home .section2-box .s2-container #blue {
    background-color: #ffd000;
}

body.home .section2-box .s2-container #purple {
    background-color: #6b5151;
}

body.home .section3-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

body.home .section3-box .s3-container {
    width: 640px;
    position: relative;
}

@media (max-width: 768px) {
    body.home .section3-box .s3-container {
        width: 380px;
    }
}

@media (max-width: 425px) {
    body.home .section3-box .s3-container {
        width: 280px;
    }
}

body.home .section3-box .s3-container p {
    color: #ffffff;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 400;
}

@media (max-width: 768px) {
    body.home .section3-box .s3-container p {
        font-size: 20px;
    }
}

@media (max-width: 425px) {
    body.home .section3-box .s3-container p {
        font-size: 18px;
    }
}

body.home .section3-box .s3-container p .highlight {
    font-weight: 700;
}

body.home .section3-box .s3-container #star1 {
    position: absolute;
    left: 100%;
    width: 80px;
}

@media (max-width: 768px) {
    body.home .section3-box .s3-container #star1 {
        left: 100%;
        width: 60px;
    }
}

@media (max-width: 425px) {
    body.home .section3-box .s3-container #star1 {
        top: -10%;
        left: 90%;
        width: 60px;
    }
}

body.home .section3-box .s3-container #star2 {
    position: absolute;
    left: -5%;
    top: 50%;
    width: 80px;
}

@media (max-width: 768px) {
    body.home .section3-box .s3-container #star2 {
        left: -10%;
        top: 50%;
        width: 60px;
    }
}

@media (max-width: 425px) {
    body.home .section3-box .s3-container #star2 {
        left: -10%;
        top: 75%;
        width: 60px;
    }
}

body.home .section4-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 640px;
    gap: 20px;
}

@media (max-width: 768px) {
    body.home .section4-box {
        width: 380px;
    }
}

@media (max-width: 425px) {
    body.home .section4-box {
        width: 280px;
    }
}

body.home .section4-box #container1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 504px;
}

@media (max-width: 768px) {
    body.home .section4-box #container1 {
        width: 384px;
    }
}

@media (max-width: 425px) {
    body.home .section4-box #container1 {
        width: 284px;
    }
}

body.home .section4-box #container2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 504px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    body.home .section4-box #container2 {
        width: 384px;
    }
}

@media (max-width: 425px) {
    body.home .section4-box #container2 {
        width: 284px;
    }
}

body.home .section4-box .s4-rectangle {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
    background-color: #ff15a5;
    border-radius: 20px;
    padding: 16px;
    width: 80%;
}

body.home .section4-box .s4-rectangle p {
    width: 280px;
    color: #FFFFFF;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 768px) {
    body.home .section4-box .s4-rectangle p {
        font-size: 14px;
    }
}

@media (max-width: 425px) {
    body.home .section4-box .s4-rectangle p {
        font-size: 12px;
    }
}

body.home .section4-box .s4-rectangle img {
    width: 60px;
}

/* ─── AUTORES  (body.autores) ────────────────────────────── */
body.autores header {
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #975ca7;
}

body.autores main {
    background-color: #c691d5;
}

body.autores footer {
    background-color: #975ca7;
    height: 200px;
    width: 100%;
}

@media (max-width: 768px) {
    body.autores footer {
        height: 160px;
    }
}

@media (max-width: 425px) {
    body.autores footer {
        height: 280px;
    }
}

body.autores footer .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.autores footer .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body.autores footer .footer-container .footer-blocks {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 32px;
}

@media (max-width: 768px) {
    body.autores footer .footer-container .footer-blocks {
        gap: 20px;
    }
}

@media (max-width: 425px) {
    body.autores footer .footer-container .footer-blocks {
        margin-top: 20px;
        flex-direction: column;
        gap: 14px;
    }
}

body.autores footer .footer-container .footer-blocks .footer-block {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    width: 180px;
    height: 80px;
    padding: 10px 16px;
    border: 0px solid;
    border-radius: 12px;
}

@media (max-width: 768px) {
    body.autores footer .footer-container .footer-blocks .footer-block {
        width: 120px;
        height: 60px;
    }
}

@media (max-width: 425px) {
    body.autores footer .footer-container .footer-blocks .footer-block {
        width: 180px;
        height: 60px;
        border-radius: 8px;
    }
}

body.autores footer .footer-container .footer-blocks .footer-block a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

body.autores footer .footer-container .footer-blocks .footer-block a h4 {
    color: #5a4856;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 768px) {
    body.autores footer .footer-container .footer-blocks .footer-block a h4 {
        font-size: 10px;
    }
}

@media (max-width: 425px) {
    body.autores footer .footer-container .footer-blocks .footer-block a h4 {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    body.autores footer .footer-container .footer-blocks .footer-block a #insta-logo {
        width: 32px;
    }
}

@media (max-width: 425px) {
    body.autores footer .footer-container .footer-blocks .footer-block a #insta-logo {
        width: 42px;
    }
}

@media (max-width: 768px) {
    body.autores footer .footer-container .footer-blocks .footer-block a #ifms-logo {
        width: 120px;
    }
}

@media (max-width: 425px) {
    body.autores footer .footer-container .footer-blocks .footer-block a #ifms-logo {
        width: 140px;
    }
}

@media (max-width: 768px) {
    body.autores footer .footer-container .footer-blocks .footer-block a #fundect-logo {
        width: 80px;
    }
}

@media (max-width: 425px) {
    body.autores footer .footer-container .footer-blocks .footer-block a #fundect-logo {
        width: 90px;
    }
}

body.autores footer .footer-container .footer-blocks .footer-block a:link,
body.autores footer .footer-container .footer-blocks .footer-block a:visited,
body.autores footer .footer-container .footer-blocks .footer-block a:active {
    color: #ff00bb;
}

body.autores footer .footer-container .footer-copyright {
    margin-top: 40px;
}

@media (max-width: 768px) {
    body.autores footer .footer-container .footer-copyright {
        margin-top: 20px;
    }
}

@media (max-width: 425px) {
    body.autores footer .footer-container .footer-copyright {
        margin-top: 20px;
    }
}

body.autores footer .footer-container .footer-copyright h5 {
    color: #FFFFFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 768px) {
    body.autores footer .footer-container .footer-copyright h5 {
        font-size: 10px;
    }
}

@media (max-width: 425px) {
    body.autores footer .footer-container .footer-copyright h5 {
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    body.autores header {
        height: 60px;
    }
}

@media (max-width: 425px) {
    body.autores header {
        height: 60px;
    }
}

body.autores .container {
    max-width: 1440px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 24px;
}

body.autores .container .logo {
    height: 55px;
}

@media (max-width: 768px) {
    body.autores .container .logo {
        height: 45px;
    }
}

@media (max-width: 425px) {
    body.autores .container .logo {
        height: 45px;
    }
}

body.autores .container .nav-header {
    max-width: 300px;
    position: relative;
    min-height: 70px;
    display: flex;
    align-items: center;
}

body.autores .container .nav-header .ul-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    gap: 16px;
    z-index: 1;
}

body.autores .container .nav-header .ul-header a {
    transition: 0.3s ease;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

body.autores .container .nav-header .ul-header a:hover {
    transition: 0.3s ease;
    color: #80cbe3;
}

body.autores .container .nav-header .ul-header .page {
    color: #80cbe3;
}

body.autores .container .hamburger {
    display: none;
    cursor: pointer;
}

body.autores .container .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    background-color: #FFFFFF;
}

@media (max-width: 768px) {
    body.autores .container .bar {
        width: 20px;
        height: 2px;
    }
}

@media (max-width: 425px) {
    body.autores .container .bar {
        width: 20px;
        height: 2px;
    }
}

@media (max-width: 760px) {
    body.autores .container .hamburger {
        display: block;
    }

    body.autores .container .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    body.autores .container .hamburger.active .bar:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    body.autores .container .hamburger.active .bar:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    body.autores .container .ul-header {
        position: fixed;
        left: -100%;
        top: 60px;
        gap: 0;
        flex-direction: column;
        background-color: #89009e;
        width: 100%;
        text-align: center;
        transition: 0.3s;
    }

    body.autores .container .nav-item {
        margin: 8px 0;
    }

    body.autores .container .ul-header.active {
        left: 0;
        padding: 0;
    }

    body.autores .container .ul-header.active a {
        font-size: 12px;
    }
}

@media (max-width: 360px) {
    body.autores .container .hamburger {
        display: block;
    }

    body.autores .container .ul-header {
        top: 60px;
    }

    body.autores .container .ul-header.active {
        left: 0;
        padding: 0;
    }

    body.autores .container .ul-header.active a {
        font-size: 12px;
    }

    body.autores .container .nav-item {
        margin: 8px 0;
    }
}

body.autores section {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

body.autores section .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media (min-width: 1024px) {
    body.autores section .container {
        gap: 100px;
    }
}

@media (max-width: 768px) {
    body.autores section .container {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 425px) {
    body.autores section .container {
        flex-direction: column;
        gap: 12px;
    }
}

body.autores .seta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
}

body.autores .seta #seta_png {
    width: 180px;
}

@media (max-width: 768px) {
    body.autores .seta #seta_png {
        width: 160px;
    }
}

@media (max-width: 425px) {
    body.autores .seta #seta_png {
        width: 140px;
    }
}

body.autores h1 {
    text-align: center;
    color: #FFFFFF;
    text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
    font-family: "Magnolia Script";
    font-size: 48px;
    font-weight: 400;
}

@media (max-width: 768px) {
    body.autores h1 {
        font-size: 42px;
    }
}

@media (max-width: 425px) {
    body.autores h1 {
        margin-top: 8px;
        font-size: 36px;
    }
}

body.autores .barraPesquisa {
    width: 300px;
    margin-top: 20px;
}

@media (max-width: 425px) {
    body.autores .barraPesquisa {
        width: 250px;
    }
}

body.autores .barraPesquisa .pesquisa {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 50px;
    border: 4px solid #830abb;
    padding: 10px;
    background-color: #FFFFFF;
}

@media (max-width: 425px) {
    body.autores .barraPesquisa .pesquisa {
        gap: 8px;
    }
}

body.autores .barraPesquisa .pesquisa .lupaIcon {
    height: 24px;
    margin-left: 8px;
}

body.autores .barraPesquisa .pesquisa #botao_pesquisar {
    border: none;
    color: #840182;
    width: 100%;
    font-size: 20px;
}

@media (max-width: 425px) {
    body.autores .barraPesquisa .pesquisa #botao_pesquisar {
        font-size: 16px;
    }
}

body.autores .barraPesquisa .pesquisa #botao_pesquisar:focus {
    outline: none;
}

body.autores .failMessage {
    width: 100%;
}

body.autores .failMessage p {
    color: #004AAD;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 40px 0;
}

@media (max-width: 425px) {
    body.autores .failMessage p {
        font-size: 16px;
    }
}

body.autores .cards {
    margin-top: 20px;
    margin-bottom: 40px;
    width: 640px;
    display: grid;
    grid-template-columns: 212px 212px 212px;
    grid-template-rows: 212px 212px 212px 212px;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    body.autores .cards {
        width: 380px;
        grid-template-columns: 212px 212px;
        grid-template-rows: 212px 212px 212px 212px 212px;
    }
}

@media (max-width: 425px) {
    body.autores .cards {
        width: 280px;
        grid-template-columns: 212px;
    }
}

body.autores .cards .card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
    gap: 12px;
    padding: 12px 0;
    text-decoration: none;
    width: 212px;
    height: 212px;
}

body.autores .cards .card .imgAutor {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

body.autores .cards .card .nome {
    color: #FFFFFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

body.autores .card1,
body.autores .card2,
body.autores .card3,
body.autores .card4,
body.autores .card5,
body.autores .card6,
body.autores .card7,
body.autores .card8,
body.autores .card9,
body.autores .card10 {
    background-color: #610087;
}

/* ── AUTOR ESPECÍFICO  (body.autor) ──────────────────────── */
body.autor header {
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #975ca7;
}

body.autor main {
    background-color: #c691d5;
}

body.autor footer {
    background-color: #975ca7;
    height: 200px;
    width: 100%;
}

@media (max-width: 768px) {
    body.autor footer {
        height: 160px;
    }
}

@media (max-width: 425px) {
    body.autor footer {
        height: 280px;
    }
}

body.autor footer .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.autor footer .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body.autor footer .footer-container .footer-blocks {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 32px;
}

@media (max-width: 768px) {
    body.autor footer .footer-container .footer-blocks {
        gap: 20px;
    }
}

@media (max-width: 425px) {
    body.autor footer .footer-container .footer-blocks {
        margin-top: 20px;
        flex-direction: column;
        gap: 14px;
    }
}

body.autor footer .footer-container .footer-blocks .footer-block {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    width: 180px;
    height: 80px;
    padding: 10px 16px;
    border: 0px solid;
    border-radius: 12px;
}

@media (max-width: 768px) {
    body.autor footer .footer-container .footer-blocks .footer-block {
        width: 120px;
        height: 60px;
    }
}

@media (max-width: 425px) {
    body.autor footer .footer-container .footer-blocks .footer-block {
        width: 180px;
        height: 60px;
        border-radius: 8px;
    }
}

body.autor footer .footer-container .footer-blocks .footer-block a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

body.autor footer .footer-container .footer-blocks .footer-block a h4 {
    color: #00449E;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 768px) {
    body.autor footer .footer-container .footer-blocks .footer-block a h4 {
        font-size: 10px;
    }
}

@media (max-width: 425px) {
    body.autor footer .footer-container .footer-blocks .footer-block a h4 {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    body.autor footer .footer-container .footer-blocks .footer-block a #insta-logo {
        width: 32px;
    }
}

@media (max-width: 425px) {
    body.autor footer .footer-container .footer-blocks .footer-block a #insta-logo {
        width: 42px;
    }
}

@media (max-width: 768px) {
    body.autor footer .footer-container .footer-blocks .footer-block a #ifms-logo {
        width: 120px;
    }
}

@media (max-width: 425px) {
    body.autor footer .footer-container .footer-blocks .footer-block a #ifms-logo {
        width: 140px;
    }
}

@media (max-width: 768px) {
    body.autor footer .footer-container .footer-blocks .footer-block a #fundect-logo {
        width: 80px;
    }
}

@media (max-width: 425px) {
    body.autor footer .footer-container .footer-blocks .footer-block a #fundect-logo {
        width: 90px;
    }
}

body.autor footer .footer-container .footer-blocks .footer-block a:link,
body.autor footer .footer-container .footer-blocks .footer-block a:visited,
body.autor footer .footer-container .footer-blocks .footer-block a:active {
    color: #00449E;
}

body.autor footer .footer-container .footer-copyright {
    margin-top: 40px;
}

@media (max-width: 768px) {
    body.autor footer .footer-container .footer-copyright {
        margin-top: 20px;
    }
}

@media (max-width: 425px) {
    body.autor footer .footer-container .footer-copyright {
        margin-top: 20px;
    }
}

body.autor footer .footer-container .footer-copyright h5 {
    color: #FFFFFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 768px) {
    body.autor footer .footer-container .footer-copyright h5 {
        font-size: 10px;
    }
}

@media (max-width: 425px) {
    body.autor footer .footer-container .footer-copyright h5 {
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    body.autor header {
        height: 60px;
    }
}

@media (max-width: 425px) {
    body.autor header {
        height: 60px;
    }
}

body.autor .container {
    max-width: 1440px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 24px;
}

body.autor .container .logo {
    height: 55px;
}

@media (max-width: 768px) {
    body.autor .container .logo {
        height: 45px;
    }
}

@media (max-width: 425px) {
    body.autor .container .logo {
        height: 45px;
    }
}

body.autor .container .nav-header {
    max-width: 300px;
    position: relative;
    min-height: 70px;
    display: flex;
    align-items: center;
}

body.autor .container .nav-header .ul-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    gap: 16px;
    z-index: 1;
}

body.autor .container .nav-header .ul-header a {
    transition: 0.3s ease;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

body.autor .container .nav-header .ul-header a:hover {
    transition: 0.3s ease;
    color: #80cbe3;
}

body.autor .container .nav-header .ul-header .page {
    color: #80cbe3;
}

body.autor .container .hamburger {
    display: none;
    cursor: pointer;
}

body.autor .container .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    background-color: #FFFFFF;
}

@media (max-width: 768px) {
    body.autor .container .bar {
        width: 20px;
        height: 2px;
    }
}

@media (max-width: 425px) {
    body.autor .container .bar {
        width: 20px;
        height: 2px;
    }
}

@media (max-width: 760px) {
    body.autor .container .hamburger {
        display: block;
    }

    body.autor .container .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    body.autor .container .hamburger.active .bar:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    body.autor .container .hamburger.active .bar:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    body.autor .container .ul-header {
        position: fixed;
        left: -100%;
        top: 60px;
        gap: 0;
        flex-direction: column;
        background-color: #89009e;
        width: 100%;
        text-align: center;
        transition: 0.3s;
    }

    body.autor .container .nav-item {
        margin: 8px 0;
    }

    body.autor .container .ul-header.active {
        left: 0;
        padding: 0;
    }

    body.autor .container .ul-header.active a {
        font-size: 12px;
    }
}

@media (max-width: 360px) {
    body.autor .container .hamburger {
        display: block;
    }

    body.autor .container .ul-header {
        top: 60px;
    }

    body.autor .container .ul-header.active {
        left: 0;
        padding: 0;
    }

    body.autor .container .ul-header.active a {
        font-size: 12px;
    }

    body.autor .container .nav-item {
        margin: 8px 0;
    }
}

body.autor section {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

body.autor section .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media (min-width: 1024px) {
    body.autor section .container {
        gap: 100px;
    }
}

@media (max-width: 768px) {
    body.autor section .container {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 425px) {
    body.autor section .container {
        flex-direction: column;
        gap: 12px;
        padding: 0;
    }
}

body.autor .seta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
}

body.autor .seta #seta_svg {
    width: 180px;
}

body.autor .seta #seta2_svg {
    width: 180px;
    position: relative;
    text-decoration: none;
}

@media (max-width: 768px) {
    body.autor .seta #seta_svg {
        width: 160px;
    }

    body.autor .seta #seta2_svg {
        width: 160px;
    }
}

@media (max-width: 425px) {
    body.autor .seta #seta_svg {
        width: 140px;
    }

    body.autor .seta #seta2_svg {
        width: 140px;
    }
}

body.autor .seta .nome_autor {
    position: absolute;
    top: 103px;
    left: 250px;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
}

@media (max-width: 768px) {
    body.autor .seta .nome_autor {
        top: 83px;
        left: 222px;
        font-size: 16px;
    }
}

@media (max-width: 425px) {
    body.autor .seta .nome_autor {
        top: 85px;
        left: 180px;
        font-size: 12px;
    }
}

body.autor .section1-box {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background-color: #610087;
    margin-top: 40px;
    border-radius: 14px;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3), -10px -10px 20px 0px rgba(0, 0, 0, 0.3);
}

body.autor .section1-box #img_autor {
    position: absolute;
    width: 200px;
    left: 60px;
    top: -20px;
    border-radius: 50%;
}

@media (max-width: 768px) {
    body.autor .section1-box #img_autor {
        width: 180px;
    }
}

@media (max-width: 425px) {
    body.autor .section1-box #img_autor {
        width: 180px;
        top: 10px;
        left: auto;
    }
}

body.autor .section1-box #star {
    position: absolute;
    width: 80px;
    top: -40px;
    right: 0px;
}

@media (max-width: 425px) {
    body.autor .section1-box #star {
        width: 62px;
        top: -30px;
    }
}

body.autor .section1-box #rainbow {
    position: absolute;
    width: 100%;
    height: 80px;
    top: 70px;
}

@media (max-width: 425px) {
    body.autor .section1-box #rainbow {
        height: 60px;
    }
}

body.autor .section1-box .nome_autor {
    position: absolute;
    top: 75px;
    color: #FFF;
    text-align: center;
    text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
    font-family: "Magnolia Script";
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 1.44px;
}

@media (max-width: 768px) {
    body.autor .section1-box .nome_autor {
        top: 180px;
        font-size: 36px;
    }
}

@media (max-width: 425px) {
    body.autor .section1-box .nome_autor {
        top: 200px;
        font-size: 32px;
    }
}

body.autor .section1-box .s1-texts {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 240px 80px 40px 80px;
}

@media (max-width: 768px) {
    body.autor .section1-box .s1-texts {
        margin: 250px 20px 20px 20px;
    }
}

@media (max-width: 425px) {
    body.autor .section1-box .s1-texts {
        margin: 260px 20px 12px 20px;
    }
}

body.autor .section1-box .s1-texts h2 {
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 768px) {
    body.autor .section1-box .s1-texts h2 {
        font-size: 20px;
    }
}

@media (max-width: 425px) {
    body.autor .section1-box .s1-texts h2 {
        font-size: 20px;
    }
}

body.autor .section1-box .s1-texts .descricao_autor {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}

@media (max-width: 425px) {
    body.autor .section1-box .s1-texts .descricao_autor {
        font-size: 14px;
    }
}

body.autor .section2-box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background-color: #610087;
    margin: 40px 0px;
    border-radius: 14px;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3), -10px -10px 20px 0px rgba(0, 0, 0, 0.3);
}

body.autor .section2-box p {
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    margin: 20px 40px;
    margin-bottom: 0px;
    text-align: justify;
}

@media (max-width: 768px) {
    body.autor .section2-box p {
        margin: 20px 20px;
    }
}

@media (max-width: 425px) {
    body.autor .section2-box p {
        margin: 20px 20px;
        font-size: 16px;
    }
}

body.autor .section2-box .producedByStudents {
    margin-bottom: 20px;
}

body.autor .section2-box .carrosselTextos {
    display: flex;
    width: 100%;
}

body.autor .section2-box .blocoDeTexto {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #b629a3;
    margin: auto;
    width: 80%;
    border-radius: 14px;
    overflow-y: scroll;
}

body.autor .section2-box .blocoDeTexto .texto {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    height: 80vh;
    text-align: justify;
}

@media (max-width: 768px) {
    body.autor .section2-box .blocoDeTexto .texto {
        width: 100%;
    }
}

@media (max-width: 425px) {
    body.autor .section2-box .blocoDeTexto .texto {
        width: 100%;
    }
}

body.autor .section2-box .blocoDeTexto .texto h2 {
    color: #000;
    text-align: center;
    font-family: "Magnolia Script";
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 1.28px;
}

@media (max-width: 768px) {
    body.autor .section2-box .blocoDeTexto .texto h2 {
        font-size: 36px;
    }
}

@media (max-width: 425px) {
    body.autor .section2-box .blocoDeTexto .texto h2 {
        font-size: 24px;
    }
}

body.autor .section2-box .blocoDeTexto .texto p {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    padding: 0;
}

@media (max-width: 768px) {
    body.autor .section2-box .blocoDeTexto .texto p {
        font-size: 16px;
        margin: 12px 12px;
    }
}

@media (max-width: 425px) {
    body.autor .section2-box .blocoDeTexto .texto p {
        font-size: 12px;
        margin: 12px 12px;
    }
}

body.autor .section2-box .blocoDeTexto::-webkit-scrollbar {
    border-radius: 13px;
    width: 15px;
}

body.autor .section2-box .blocoDeTexto::-webkit-scrollbar-thumb {
    background-color: #5e5e5e;
    border-radius: 15px;
    height: 5px;
}

body.autor .section2-box .blocoDeTexto::-webkit-scrollbar-thumb:hover {
    background-color: #00449e;
}

body.autor .section2-box .creditos {
    margin: 20px;
    display: flex;
    justify-content: flex-end;
    width: 90%;
}

@media (max-width: 768px) {
    body.autor .section2-box .creditos {
        margin: 20px 12px;
    }
}

@media (max-width: 425px) {
    body.autor .section2-box .creditos {
        margin: 20px 12px;
    }
}

body.autor .section2-box .creditos p {
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 768px) {
    body.autor .section2-box .creditos p {
        font-size: 16px;
    }
}

@media (max-width: 425px) {
    body.autor .section2-box .creditos p {
        font-size: 14px;
    }
}

body.autor .section2-box .creditos p span {
    font-family: "Magnolia Script";
}

/* ── QUEM SOMOS  (body.quemsomos) ────────────────────────── */
body.quemsomos header {
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #975ca7;
}

body.quemsomos main {
    background-color: #c691d5;
}

body.quemsomos footer {
    background-color: #975ca7;
    height: 200px;
    width: 100%;
}

@media (max-width: 768px) {
    body.quemsomos footer {
        height: 160px;
    }
}

@media (max-width: 425px) {
    body.quemsomos footer {
        height: 280px;
    }
}

body.quemsomos footer .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.quemsomos footer .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body.quemsomos footer .footer-container .footer-blocks {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 32px;
}

@media (max-width: 768px) {
    body.quemsomos footer .footer-container .footer-blocks {
        gap: 20px;
    }
}

@media (max-width: 425px) {
    body.quemsomos footer .footer-container .footer-blocks {
        margin-top: 20px;
        flex-direction: column;
        gap: 14px;
    }
}

body.quemsomos footer .footer-container .footer-blocks .footer-block {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    width: 180px;
    height: 80px;
    padding: 10px 16px;
    border: 0px solid;
    border-radius: 12px;
}

@media (max-width: 768px) {
    body.quemsomos footer .footer-container .footer-blocks .footer-block {
        width: 120px;
        height: 60px;
    }
}

@media (max-width: 425px) {
    body.quemsomos footer .footer-container .footer-blocks .footer-block {
        width: 180px;
        height: 60px;
        border-radius: 8px;
    }
}

body.quemsomos footer .footer-container .footer-blocks .footer-block a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

body.quemsomos footer .footer-container .footer-blocks .footer-block a h4 {
    color: #81009e;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 768px) {
    body.quemsomos footer .footer-container .footer-blocks .footer-block a h4 {
        font-size: 10px;
    }
}

@media (max-width: 425px) {
    body.quemsomos footer .footer-container .footer-blocks .footer-block a h4 {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    body.quemsomos footer .footer-container .footer-blocks .footer-block a #insta-logo {
        width: 32px;
    }
}

@media (max-width: 425px) {
    body.quemsomos footer .footer-container .footer-blocks .footer-block a #insta-logo {
        width: 42px;
    }
}

@media (max-width: 768px) {
    body.quemsomos footer .footer-container .footer-blocks .footer-block a #ifms-logo {
        width: 120px;
    }
}

@media (max-width: 425px) {
    body.quemsomos footer .footer-container .footer-blocks .footer-block a #ifms-logo {
        width: 140px;
    }
}

@media (max-width: 768px) {
    body.quemsomos footer .footer-container .footer-blocks .footer-block a #fundect-logo {
        width: 80px;
    }
}

@media (max-width: 425px) {
    body.quemsomos footer .footer-container .footer-blocks .footer-block a #fundect-logo {
        width: 90px;
    }
}

body.quemsomos footer .footer-container .footer-blocks .footer-block a:link,
body.quemsomos footer .footer-container .footer-blocks .footer-block a:visited,
body.quemsomos footer .footer-container .footer-blocks .footer-block a:active {
    color: #00449E;
}

body.quemsomos footer .footer-container .footer-copyright {
    margin-top: 40px;
}

@media (max-width: 768px) {
    body.quemsomos footer .footer-container .footer-copyright {
        margin-top: 20px;
    }
}

@media (max-width: 425px) {
    body.quemsomos footer .footer-container .footer-copyright {
        margin-top: 20px;
    }
}

body.quemsomos footer .footer-container .footer-copyright h5 {
    color: #FFFFFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 768px) {
    body.quemsomos footer .footer-container .footer-copyright h5 {
        font-size: 10px;
    }
}

@media (max-width: 425px) {
    body.quemsomos footer .footer-container .footer-copyright h5 {
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    body.quemsomos header {
        height: 60px;
    }
}

@media (max-width: 425px) {
    body.quemsomos header {
        height: 60px;
    }
}

body.quemsomos .container {
    max-width: 1440px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 24px;
}

body.quemsomos .container .logo {
    height: 55px;
}

@media (max-width: 768px) {
    body.quemsomos .container .logo {
        height: 45px;
    }
}

@media (max-width: 425px) {
    body.quemsomos .container .logo {
        height: 45px;
    }
}

body.quemsomos .container .nav-header {
    max-width: 300px;
    position: relative;
    min-height: 70px;
    display: flex;
    align-items: center;
}

body.quemsomos .container .nav-header .ul-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    gap: 16px;
    z-index: 1;
}

body.quemsomos .container .nav-header .ul-header a {
    transition: 0.3s ease;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

body.quemsomos .container .nav-header .ul-header a:hover {
    transition: 0.3s ease;
    color: #80cbe3;
}

body.quemsomos .container .nav-header .ul-header .page {
    color: #80cbe3;
}

body.quemsomos .container .hamburger {
    display: none;
    cursor: pointer;
}

body.quemsomos .container .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    background-color: #FFFFFF;
}

@media (max-width: 768px) {
    body.quemsomos .container .bar {
        width: 20px;
        height: 2px;
    }
}

@media (max-width: 425px) {
    body.quemsomos .container .bar {
        width: 20px;
        height: 2px;
    }
}

@media (max-width: 760px) {
    body.quemsomos .container .hamburger {
        display: block;
    }

    body.quemsomos .container .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    body.quemsomos .container .hamburger.active .bar:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    body.quemsomos .container .hamburger.active .bar:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    body.quemsomos .container .ul-header {
        position: fixed;
        left: -100%;
        top: 60px;
        gap: 0;
        flex-direction: column;
        background-color: #89009e;
        width: 100%;
        text-align: center;
        transition: 0.3s;
    }

    body.quemsomos .container .nav-item {
        margin: 8px 0;
    }

    body.quemsomos .container .ul-header.active {
        left: 0;
        padding: 0;
    }

    body.quemsomos .container .ul-header.active a {
        font-size: 12px;
    }
}

@media (max-width: 360px) {
    body.quemsomos .container .hamburger {
        display: block;
    }

    body.quemsomos .container .ul-header {
        top: 60px;
    }

    body.quemsomos .container .ul-header.active {
        left: 0;
        padding: 0;
    }

    body.quemsomos .container .ul-header.active a {
        font-size: 12px;
    }

    body.quemsomos .container .nav-item {
        margin: 8px 0;
    }
}

body.quemsomos section {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

body.quemsomos section .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media (min-width: 1024px) {
    body.quemsomos section .container {
        gap: 100px;
    }
}

@media (max-width: 768px) {
    body.quemsomos section .container {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 425px) {
    body.quemsomos section .container {
        flex-direction: column;
        gap: 12px;
    }
}

body.quemsomos .section1-texts {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
}

@media (max-width: 768px) {
    body.quemsomos .section1-texts {
        margin-top: 20px;
    }
}

@media (max-width: 425px) {
    body.quemsomos .section1-texts {
        margin-top: 20px;
    }
}

body.quemsomos .section1-texts h1 {
    color: #FFFFFF;
    text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
    font-family: "Magnolia Script";
    font-size: 48px;
    font-weight: 400;
}

@media (max-width: 1200px) {
    body.quemsomos .section1-texts h1 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    body.quemsomos .section1-texts h1 {
        font-size: 32px;
    }
}

@media (max-width: 425px) {
    body.quemsomos .section1-texts h1 {
        font-size: 28px;
    }
}

body.quemsomos .section1-texts .section1-description {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
}

@media (max-width: 768px) {
    body.quemsomos .section1-texts .section1-description {
        margin-top: 20px;
    }
}

@media (max-width: 425px) {
    body.quemsomos .section1-texts .section1-description {
        margin-top: 20px;
    }
}

body.quemsomos .section1-texts .section1-description h2 {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 1200px) {
    body.quemsomos .section1-texts .section1-description h2 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    body.quemsomos .section1-texts .section1-description h2 {
        font-size: 20px;
    }
}

@media (max-width: 425px) {
    body.quemsomos .section1-texts .section1-description h2 {
        font-size: 18px;
    }
}

body.quemsomos .section1-texts .section1-description p {
    color: #f6f6f6;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
}

@media (max-width: 768px) {
    body.quemsomos .section1-texts .section1-description p {
        margin-top: 12px;
    }
}

@media (max-width: 425px) {
    body.quemsomos .section1-texts .section1-description p {
        margin-top: 12px;
    }
}

body.quemsomos .section1-image {
    width: 460px;
    margin-top: 48px;
}

@media (max-width: 1200px) {
    body.quemsomos .section1-image {
        width: 380px;
    }
}

@media (max-width: 768px) {
    body.quemsomos .section1-image {
        width: 320px;
        margin-top: 20px;
    }
}

@media (max-width: 425px) {
    body.quemsomos .section1-image {
        width: 240px;
        margin-top: 20px;
    }
}

body.quemsomos .intersection {
    width: 300px;
    border: 1px solid #870051;
    border-radius: 12px;
    margin-top: 48px;
}

@media (max-width: 768px) {
    body.quemsomos .intersection {
        width: 240px;
    }
}

@media (max-width: 425px) {
    body.quemsomos .intersection {
        width: 180px;
    }
}

body.quemsomos .section2-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 48px;
}

@media (max-width: 768px) {
    body.quemsomos .section2-box {
        margin-top: 20px;
    }
}

@media (max-width: 425px) {
    body.quemsomos .section2-box {
        margin-top: 20px;
    }
}

body.quemsomos .section2-box .section2-texts {
    max-width: 600px;
}

body.quemsomos .section2-box .section2-texts h2 {
    text-align: center;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 1200px) {
    body.quemsomos .section2-box .section2-texts h2 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    body.quemsomos .section2-box .section2-texts h2 {
        font-size: 20px;
    }
}

@media (max-width: 425px) {
    body.quemsomos .section2-box .section2-texts h2 {
        font-size: 18px;
    }
}

body.quemsomos .section2-box .section2-texts p {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
}

@media (max-width: 768px) {
    body.quemsomos .section2-box .section2-texts p {
        margin-top: 12px;
    }
}

@media (max-width: 425px) {
    body.quemsomos .section2-box .section2-texts p {
        margin-top: 12px;
    }
}

body.quemsomos .section2-box .section2-container {
    display: flex;
    column-gap: 48px;
}

@media (max-width: 768px) {
    body.quemsomos .section2-box .section2-container {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 425px) {
    body.quemsomos .section2-box .section2-container {
        flex-direction: column;
        gap: 12px;
    }
}

body.quemsomos .section2-box .section2-container .block {
    position: relative;
    margin: 48px 0;
}

@media (max-width: 768px) {
    body.quemsomos .section2-box .section2-container .block {
        margin: 20px 0;
    }
}

@media (max-width: 425px) {
    body.quemsomos .section2-box .section2-container .block {
        margin: 20px 0;
    }
}

body.quemsomos .section2-box .section2-container .img-arco-iris {
    position: absolute;
    width: 120px;
    margin-top: -50px;
    margin-left: 190px;
}

@media (max-width: 1200px) {
    body.quemsomos .section2-box .section2-container .img-arco-iris {
        width: 75px;
        margin-top: -35px;
        margin-left: 135px;
    }
}

@media (max-width: 768px) {
    body.quemsomos .section2-box .section2-container .img-arco-iris {
        width: 75px;
        margin-top: -30px;
        margin-left: 175px;
    }
}

@media (max-width: 425px) {
    body.quemsomos .section2-box .section2-container .img-arco-iris {
        width: 75px;
        margin-top: -30px;
        margin-left: 175px;
    }
}

body.quemsomos .section2-box .section2-container .retangulo-block {
    width: 260px;
    background-color: #610087;
    border-radius: 8px;
    padding: 12px 16px;
}

@media (max-width: 1200px) {
    body.quemsomos .section2-box .section2-container .retangulo-block {
        width: 180px;
    }
}

@media (max-width: 768px) {
    body.quemsomos .section2-box .section2-container .retangulo-block {
        width: 220px;
    }
}

@media (max-width: 425px) {
    body.quemsomos .section2-box .section2-container .retangulo-block {
        width: 220px;
    }
}

body.quemsomos .section2-box .section2-container .retangulo-block h2 {
    color: #ffcafd;
    text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
    font-family: "Magnolia Script";
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

@media (max-width: 1200px) {
    body.quemsomos .section2-box .section2-container .retangulo-block h2 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    body.quemsomos .section2-box .section2-container .retangulo-block h2 {
        font-size: 18px;
    }
}

@media (max-width: 425px) {
    body.quemsomos .section2-box .section2-container .retangulo-block h2 {
        font-size: 16px;
    }
}

body.quemsomos .section2-box .section2-container .retangulo-block .list-block {
    margin-top: 12px;
    padding: 0;
}

body.quemsomos .section2-box .section2-container .retangulo-block .nav-item {
    color: #ffffff;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.35);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 550;
    margin: 6px 0;
    text-align: center;
    list-style: none;
}

@media (max-width: 1200px) {
    body.quemsomos .section2-box .section2-container .retangulo-block .nav-item {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    body.quemsomos .section2-box .section2-container .retangulo-block .nav-item {
        font-size: 12px;
    }
}

@media (max-width: 425px) {
    body.quemsomos .section2-box .section2-container .retangulo-block .nav-item {
        font-size: 12px;
    }
}

body.quemsomos .section2-box .section2-container .bolsistas-block {
    margin-top: 30px;
}

/* ── ERROR 404  (body.error404) ──────────────────────────── */
body.error404 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #BFD7F6;
}

body.error404 header {
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00449E;
}

@media (max-width: 768px) {
    body.error404 header {
        height: 60px;
    }
}

@media (max-width: 425px) {
    body.error404 header {
        height: 60px;
    }
}

body.error404 footer {
    background-color: #00449E;
    height: 200px;
    width: 100%;
}

@media (max-width: 768px) {
    body.error404 footer {
        height: 160px;
    }
}

@media (max-width: 425px) {
    body.error404 footer {
        height: 280px;
    }
}

body.error404 footer .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.error404 footer .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body.error404 footer .footer-container .footer-blocks {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 32px;
}

@media (max-width: 768px) {
    body.error404 footer .footer-container .footer-blocks {
        gap: 20px;
    }
}

@media (max-width: 425px) {
    body.error404 footer .footer-container .footer-blocks {
        margin-top: 20px;
        flex-direction: column;
        gap: 14px;
    }
}

body.error404 footer .footer-container .footer-blocks .footer-block {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    width: 180px;
    height: 80px;
    padding: 10px 16px;
    border: 0px solid;
    border-radius: 12px;
}

@media (max-width: 768px) {
    body.error404 footer .footer-container .footer-blocks .footer-block {
        width: 120px;
        height: 60px;
    }
}

@media (max-width: 425px) {
    body.error404 footer .footer-container .footer-blocks .footer-block {
        width: 180px;
        height: 60px;
        border-radius: 8px;
    }
}

body.error404 footer .footer-container .footer-blocks .footer-block a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

body.error404 footer .footer-container .footer-blocks .footer-block a h4 {
    color: #00449E;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 768px) {
    body.error404 footer .footer-container .footer-blocks .footer-block a h4 {
        font-size: 10px;
    }
}

@media (max-width: 425px) {
    body.error404 footer .footer-container .footer-blocks .footer-block a h4 {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    body.error404 footer .footer-container .footer-blocks .footer-block a #insta-logo {
        width: 32px;
    }
}

@media (max-width: 425px) {
    body.error404 footer .footer-container .footer-blocks .footer-block a #insta-logo {
        width: 42px;
    }
}

@media (max-width: 768px) {
    body.error404 footer .footer-container .footer-blocks .footer-block a #ifms-logo {
        width: 120px;
    }
}

@media (max-width: 425px) {
    body.error404 footer .footer-container .footer-blocks .footer-block a #ifms-logo {
        width: 140px;
    }
}

@media (max-width: 768px) {
    body.error404 footer .footer-container .footer-blocks .footer-block a #fundect-logo {
        width: 80px;
    }
}

@media (max-width: 425px) {
    body.error404 footer .footer-container .footer-blocks .footer-block a #fundect-logo {
        width: 90px;
    }
}

body.error404 footer .footer-container .footer-blocks .footer-block a:link,
body.error404 footer .footer-container .footer-blocks .footer-block a:visited,
body.error404 footer .footer-container .footer-blocks .footer-block a:active {
    color: #00449E;
}

body.error404 footer .footer-container .footer-copyright {
    margin-top: 40px;
}

@media (max-width: 768px) {
    body.error404 footer .footer-container .footer-copyright {
        margin-top: 20px;
    }
}

@media (max-width: 425px) {
    body.error404 footer .footer-container .footer-copyright {
        margin-top: 20px;
    }
}

body.error404 footer .footer-container .footer-copyright h5 {
    color: #FFFFFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 768px) {
    body.error404 footer .footer-container .footer-copyright h5 {
        font-size: 10px;
    }
}

@media (max-width: 425px) {
    body.error404 footer .footer-container .footer-copyright h5 {
        font-size: 10px;
    }
}

body.error404 .container {
    max-width: 1440px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 24px;
}

body.error404 .container .logo {
    height: 55px;
}

@media (max-width: 768px) {
    body.error404 .container .logo {
        height: 45px;
    }
}

@media (max-width: 425px) {
    body.error404 .container .logo {
        height: 45px;
    }
}

body.error404 .container .nav-header {
    max-width: 300px;
    position: relative;
    min-height: 70px;
    display: flex;
    align-items: center;
}

body.error404 .container .nav-header .ul-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    gap: 16px;
    z-index: 1;
}

body.error404 .container .nav-header .ul-header a {
    transition: 0.3s ease;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

body.error404 .container .nav-header .ul-header a:hover {
    color: #BFD7F6;
}

body.error404 .container .nav-header .ul-header .page {
    color: #BFD7F6;
}

body.error404 .container .hamburger {
    display: none;
    cursor: pointer;
}

body.error404 .container .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    background-color: #FFFFFF;
}

@media (max-width: 760px) {
    body.error404 .container .hamburger {
        display: block;
    }

    body.error404 .container .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    body.error404 .container .hamburger.active .bar:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    body.error404 .container .hamburger.active .bar:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    body.error404 .container .ul-header {
        position: fixed;
        left: -100%;
        top: 60px;
        gap: 0;
        flex-direction: column;
        background-color: #00449E;
        width: 100%;
        text-align: center;
        transition: 0.3s;
    }

    body.error404 .container .nav-item {
        margin: 8px 0;
    }

    body.error404 .container .ul-header.active {
        left: 0;
        padding: 0;
    }

    body.error404 .container .ul-header.active a {
        font-size: 12px;
    }
}

body.error404 .box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 80px;
}

body.error404 .box img {
    width: 240px;
}

body.error404 .box p {
    color: #00449E;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
}