* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    background: #F4F4F5;
}

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

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

header {
    background: #A62B4E;
    padding: 20px 24px;
}

header .container {
    display: flex;
    align-items: flex-end;
    gap: 80px;
}

header nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

header nav a {
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    line-height: 1;
}

header nav a:hover {
    text-decoration: underline;
}

.main-content {
    padding: 32px;
}

section {
    padding: 16px 32px;
}

.banner {
    position: relative;
    padding: 0;
}

.banner-desktop {
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
}

.video-wrapper {
    z-index: -999;
    width: 1000%;
    height: 100%;
    padding-bottom: 56.25%;
    position: absolute;
}

.video-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.banner-desktop iframe {
    width: 100%;
    height: 100%;
}

.banner::after {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 16px;
    position: absolute;
    color: #ffffff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 999999;
}

.banner .video-container {
    max-width: 1440px;
    margin: 0 auto;
}


.banner-text h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}


.banner-text p {
    font-size: 22px;
    text-align: center;
}

.banner-text a,
.intro-content a {
    border-radius: 24px;
    background: #FFF;
    color: #D91E49;
    display: block;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    width: 405px;
    padding: 16px 48px;
    text-align: center;
    transition: all .2s ease-in;
}

.banner-text a:hover,
.intro-content a:hover {
    color: #FFF;
    background: #D91E49;
}

section.intro {
    background-image: url("/assets/images/background-intro-section.png");
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
    padding: 0;
}

.top-bar {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: white;
}

.intro .intro-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 0 32px;

}

.intro-content .avatar-image {
    position: relative;
    width: 75%;
}

.intro-content h2 {
    color: #A62B4E;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 24px;

}

.intro-content p {
    color: #202020;
    font-size: 14px;
    margin-bottom: 16px;
}

.intro-content a.btn-mobile {
    display: none;
}


.description .description-content {
    display: flex;
    align-items: center;
    gap: 64px;
}

.description .description-content h2 {
    color: #A62B4E;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px;
}

.description .description-content p {
    color: #202020;
    font-size: 14px;
    margin-bottom: 16px;
}


section.slide-section a {
    text-decoration: none;
}

section.slide-section li h2 {
    color: #A62B4E;
    font-size: 24px;
    font-weight: 700;
    margin: 16px 0;
}

section.slide-section p {
    color: #202020;
    font-size: 14px;
    margin-bottom: 16px;
}

.section-title {
    color: #747474;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 32px;
}


section.splide {
    padding: 0;
}

.tab-container {
    display: flex;
    justify-content: space-around;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15) inset;
    border-radius: 20px;
    padding: 8px;
    margin-bottom: 64px;
}

.tab {
    flex: 1;
    text-align: center;
    padding: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    cursor: pointer;
    border-radius: 16px;

}


.active-tab {
    background-color: #D91E49;
    color: white;
    font-weight: bold;
}

.tab-content {
    display: none;

}

.tab-content.active {
    display: block;
}

.slide-section-bottom .tab-content {
    margin-right: -16px;

}

.slide-section-bottom .card-item img {
    width: 100%;
}

.card-item {
    border: 1px solid #C9C6C6;
    border-radius: 12px;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;

}

.slide-section-bottom .card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px 24px;
    height: 300px;
    background: #FFF;

}

.card-content .card-tag {
    border-radius: 3px;
    background: radial-gradient(81.71% 81.71% at 50% 50%, #FFF3F6 0%, #FFDEE4 100%);
    padding: 4px;

    color: #D91E49;
    font-size: 12px;
    font-weight: bold;
}

.slide-section-bottom .card-content .card-title {
    color: #A62B4E;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}

.slide-section-bottom .card-content .card-description {
    color: #595F65;
    font-size: 14px;
    line-height: 1.2;

}

.slide-section-bottom .card-content .card-link {
    border-radius: 14px;
    border: 1px solid #D91E49;
    display: block;
    margin-top: auto;
    padding: 8px;

    color: #D91E49;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease-in;
    width: 100%;
}

.slide-section-bottom .card-content .card-link:hover {
    background: #D91E49;
    color: #FFF;
}

.splide__arrow {
    background: none;
}

.splide__arrow--prev {
    left: -2em;
}

.splide__arrow--next {
    right: -2em;
}


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



.banner-mobile {
    display: none;
}

footer .footer-one {
    background: #A62B4E;
    padding: 16px;
    text-align: center;
}

.footer-one p {
    color: #FFF;
    font-size: 14px;
}

footer .footer-two {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    padding: 32px;

}

footer {
    background: #4D4D4F;
    color: #FFF;
}

footer a {
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
}

footer .footer-three {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 64px;
    padding: 42px;
    border-top: 1px solid #FFF;
}

.btn-mobile {
    display: none;
    transform: none;
}

.splide__pagination__page.is-active {
    background: #D91E49;

}


.banner-saude2050 {
    position: absolute;
    right: 0px;
    top: 60px;
    width: 265px;
    height: 243px;
    z-index: 10000;
}

.banner-saude2050-mobile {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.main-tab-container {
    background: none;
    box-shadow: none;
    justify-content: flex-start;
    gap: 16px;
    border-bottom: 1px solid #C9C6C6;
    border-radius: 0;
    padding-bottom: 24px;
    margin: 0;
}

.main-tab-container .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 24px 0px;
    border: 1px solid #C9C6C6;
    flex: none;
    padding: 8px 26px;

    color: #D91E49;
    text-transform: uppercase;
    font-weight: bold;
    transition: all .2s ease-in;

}

.main-tab-container .tab.active-tab,
.main-tab-container .tab:hover {
    background: #FBE8ED;
    border-color: #D91E49;
    color: #D91E49;
}

.splide__arrow {
    border: 1px solid #A62B4E;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.splide__arrow svg {
    fill: #A62B4E;
    width: 20px;
    height: 20px;
}

.splide__arrow--prev {
    left: -5em;
}

.splide__arrow--next {
    right: -5em;
}

.splide__arrows [disabled]+[disabled],
.splide__arrows [disabled]:has(+[disabled]) {
    display: none;
}

@media (max-width: 1320px) {
    .slide-section-bottom .card-content .card-title {
        font-size: 20px;
        line-height: 1.2;

    }

    .slide-section-bottom .card-content .card-description {
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.4em;
        max-height: calc(1.4em * 6);

    }
}

@media (max-width: 1280px) {
    .wrapper-row {
        flex-wrap: wrap;
        justify-content: center;
    }

}

@media (max-width: 768px) {

    body {
        background: #FFF;
    }

    .intro-content .btn-desktop {
        display: none;
    }

    .intro-content a.btn-mobile {
        display: block;
        border-radius: 16px;
        width: fit-content;
        font-size: 18px;

    }

    header .container {
        gap: 32px;
    }


    .banner-text {
        max-width: 100%;
        gap: 32px;
    }

    .banner-text p {
        font-size: 14px;
        font-weight: 400;
    }

    .banner-text a {
        font-size: 14px;
        width: 100%;
        text-align: center;
    }

    section.intro {
        background-image: url("/assets/images/background-intro-mobile.png");
        height: auto;

    }

    .intro-content .avatar-image {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        margin-bottom: -8px;
    }

    .new-tabs-section {
        padding: 0;
    }

    section {
        padding: 16px 0;
    }


    .main-content {
        padding: 16px;
    }


    .wrapper-row {
        justify-content: flex-start;
    }


    .banner {
        display: none;
    }

    .banner-mobile {
        display: block;
    }

    .banner-mobile .banner-text {
        padding: 32px 16px;
    }

    .intro .intro-content {
        flex-direction: column-reverse;
        padding: 0 18px;
    }

    .top-bar {
        display: none;
    }

    .intro-content h2 {
        font-size: 18px;
    }

    .intro-content .intro-text {
        padding: 32px 0 0;
    }

    section.description {
        margin-top: 0;
    }

    .description-content>img {
        display: none;
    }

    .description .description-content h2 {
        position: relative;
        font-size: 18px;
        margin-bottom: 32px;
    }

    .description .description-content h2:after {
        content: "";
        display: inline-block;
        background-image: url("/assets/images/image-section-cancer.png");
        background-size: cover;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: -8px;
    }

    #womens-health .description .description-content h2:after {
        background-image: url("/assets/images/image-section-womens-health.png");
    }

    footer .footer-three {
        flex-wrap: wrap;
        padding: 16px;
        gap: 24px;
    }

    section.slide-section li h2 {
        font-size: 18px;
    }

    .tab {
        font-size: 12px;
        padding: 14px 8px;
    }

    section.slide-section-bottom {
        padding-bottom: 64px;
    }

    section.slide-section-bottom .splide__pagination {
        bottom: -1.5em;
    }

    .splide-content .splide__slide img {
        width: 100%;
    }

    .main-tab-container .tab {
        font-family: 'Noto Sans', sans-serif;
        padding: 4px 12px;
        border-radius: 10px 0px;
        font-size: 10px;
        gap: 4px;
    }

    .main-tab-container .tab img {
        width: 24px;
    }

    .slide-bottom .splide__slide {
        width: 85% !important;
    }

    section.slide-section p,
    .description .description-content p{
        margin-bottom: 0;
    }

    section.slide-section {
        padding: 16px 0 64px;
    }

    section.slide-section .splide__pagination {
        display: flex !important;
        bottom: -2em;
    }

    section.slide-section .splide__pagination__page.is-active {
        transform: none;
    }

    header {
        padding: 16px;
    }

    header .container img {
        width: 95px;
    }

    header nav a {
        font-size: 12px;
    }
}
