﻿@font-face {
    font-family: Museo-100;
    src: url("Museo100-Regular.woff2") format(woff2);
}

@font-face {
    font-family: Museo-300;
    src: url("Museo300-Regular.woff2") format(woff2);
}

@font-face {
    font-family: Museo-500;
    src: url("Museo500-Regular.woff2") format(woff2);
}

@font-face {
    font-family: Museo-700;
    src: url("Museo700-Regular.woff2") format(woff2);
}

@font-face {
    font-family: Museo-900;
    src: url("Museo900-Regular.woff2") format(woff2);
}

html, #s4-workspace {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
}

#s4-workspace {
    font-family: 'Museo-300', sans-serif;
}

header {
    font-family: 'Montserrat', sans-serif;
    font-size: 110%;
}

header .nav-link {
    color: #fff !important;
}

.nav-item a {
    text-decoration: none !important;
}

.nav-item a:visited {
    text-decoration: none !important;
    color: #fff;
}

.container-fluid > .show {
    border: transparent !important;
}

.btn-borda {
    border: 3px solid transparent;
    border-radius: 9px;
    transition: border-color 0.4s ease-in-out;
}

.btn-borda:hover {
    border-color: #00b1e0;
    border-radius: 9px !important;
    background-color: #005380;
}

.btn-inscrever {
    display: block;
    border: 3px solid transparent;
    border-color: #00a0d1;
    border-radius: 9px !important;
    background-color: #027dad;
    transition: border-color 0.4s ease-in-out;
}

.btn-inscrever:hover {
    border: 3px solid transparent;
    border-color: #00b1e0;
    border-radius: 9px !important;
    background-color: #005380;
}

.btn-inscrever-mobile {
    display: none;
}

.btn-inscrever-mobile a {
    text-decoration: none !important;
}

.btn-inscrever-mobile a:visited {
    text-decoration: none !important;
    color: #fff;
}

.navbar-toggler {
    border: 3px, solid;            
    border-color: #00a0d1;
    background-color: #027dad;
    width: 60px !important;
}

.navbar-toggler:hover {
    border: 3px, solid;            
    border-color: #00b1e0;
    background-color: #005380;
    width: 60px !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.custom-navbar {
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color 0.4s ease;
    backdrop-filter: blur(6px);
}

.custom-navbar.scrolled {
    background-color: rgba(0, 0, 0, 0.65);
}

.dropdown > .show {
    background-color: rgba(0, 0, 0, 0.85) !important;
    border: 2px solid transparent;
}

.dropdown-item {
    color: #fff;
    border: 3px solid transparent;
    border-radius: 9px;
    transition: border-color 0.4s ease-in-out;
}

.dropdown-item:hover {
    color: #fff;
    border-color: #00b1e0;
    border-radius: 9px !important;
    background-color: #005380;
}

.hero-section-fundo {
    background-image: url('/Style Library/MEDICINA/2026/img/fundo_capa_final.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100% ;
    height: 57vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-line img {
    flex-shrink: 0; /* impede que distorÃ§a */
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px;
    text-align: center;
    color: white;
}

.btn-hero {
    font-family: 'Museo-900', sans-serif;
    font-weight: 900;
    font-size: x-large;
    background-color: #027dad;
    color: #fff;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.4rem;
    border: 3px #00a0d1 solid;            
    border-radius: 9px;
    transition: transform 0.5s;
    z-index: 15;
}

.btn-hero:visited {
    color: #fff;
}

.btn-hero:hover {
    transform: scale(1.1);
    background-color: #005380;
    border-color: #00b1e0;
}

.hero-section-fundo a {
    text-decoration: none !important;
    text-transform: uppercase;
}

.card-section {
    background: #fff;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.card {
    border-radius: 18px;
    border-style: none;
    background-color: #edf2f4;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-title {
    font-family: 'Museo-700', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #005380;
}

.card-subtitle {
    font-family: 'Museo-900', sans-serif;
    font-weight: 900;
    font-size: x-large;
    color: #005380;
}

.card-complement {
    font-size: small;
    text-transform: uppercase;
    color: #005380;
    font-style: italic;
}

.card-body p {
    margin-top: 0 !important;
    margin-bottom: 0;
}

.card-text {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #494949;
    font-weight: 400;
    margin-bottom: 1rem !important;
}

.card-text-title {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #005380;
    font-weight: 600;
}

.btn-card {
    font-family: 'Museo-900', sans-serif;
    font-weight: 900;
    font-size: normal;
    text-transform: uppercase;
    border: 1px, solid;
    color: #005380;
    border-color: #005380;
    text-decoration: none !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.btn-card:visited {
    color: #005380;
}

.btn-card:hover {
    text-transform: uppercase;
    border: 1px, solid;
    background-color: #005380;
    transition: background-color 0.4s ease;
    border-color: #005380;
    color: #fff;
}

.btn-card a {
    text-decoration: none !important;
}

.card-body .btn-card {
    align-self: center;
    margin-top: auto;
}

.study-section {
    border-style: none;
    background-color: #fff;
    background-image: linear-gradient( 52.236deg, #005380, #023044 );
    color: #fff;
    height: 100%;
    padding-bottom: 5rem;
}

.study-img {
    width: 100%;
    height: auto;
    display: block;
    border-style: none;
}

.study-title {
    font-family: 'Museo-700', sans-serif;
    font-weight: 300;
    font-size: 33px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0rem !important;
}

.study-subtitle {
    font-family: 'Museo-900', sans-serif;
    font-weight: 900;
    font-size: 45px;
    color: #00b1e0;
    text-transform: uppercase;
    margin-bottom: 0px !important;
    text-align: center;
}

.study-container {
    padding-top: 3rem;
    padding-left: 4rem;
    padding-right: 4rem;
}

.study-selo {
    width: 50%;
    transition: transform 0.5s;
}

.study-selo:hover {
    transform: scale(1.1);
}

.study-promo-title {
    font-family: 'Museo-300', sans-serif;
    font-weight: 300;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px !important;
}

.study-promo-subtitle {
    font-family: 'Museo-900', sans-serif;
    font-weight: 900;
    font-size: 25px;
    color: #00b1e0;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px !important;
}

.study-promo-text {
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0 !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.study-hero {
    float: right;
    justify-content: center;
}

.study-hero img {
    max-width: 100%;
    height: auto;
    float: top;
}

.study-heart {
    float: right;
    justify-content: right;
    padding-right: 10rem;
}

.study-heart img {
    max-width: 55%;
    height: auto;
    float: right;
}

.study-mec-selo {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    max-width: 20%;
}

.study-mec-selo img {
    max-width: 100%;
    height: auto;
}

.study-mec-title {
    max-width: auto;
    justify-items: left;
}

.manifesto-title {
    font-family: 'Museo-900', sans-serif;
    font-weight: bolder;
    font-size: 35px;
    color: #005380;
    text-transform: uppercase;
    text-align: center;
}

.manifesto-video {
    background-color: #edf2f4;
}

.video-container iframe {
    border-radius: 12px;
    padding-bottom: 0 !important;
}

.faq-title {
    font-family: 'Museo-900', sans-serif;
    font-weight: bolder;
    font-size: 35px;
    color: #005380;
    text-transform: uppercase;
    text-align: center;
}

.faq-questions {
    background-color: #edf2f4;
    border-radius: 12px;
}

.accordion{           
    --bs-accordion-border-width: 0!important;
    --bs-accordion-border-radius: 12px !important;
    --bs-accordion-inner-border-radius: 12px !important;
}

.accordion-button {
    color: #005380 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
    background-color: #abc6d4 !important;
    border-top: 2px solid #fff !important;
}

.faq-questions-first {            
    border-top: none !important;
}

.accordion-body {
    color: #005380 !important;
    font-family: 'Montserrat', sans-serif;
    background-color: #d8e5eb !important;
    border-top: 2px solid #fff !important;
}

div .show {
    border-bottom: 2px solid transparent !important;
}

header div .show {
    border-bottom: 3px solid transparent !important;
}

.footer-section {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background-image: linear-gradient( 180deg, #005380, #023044 );
    color: #fff;
    height: 100%;
    padding-top: 7rem;
    padding-bottom: 3rem;
	margin-bottom: -35px;
}

/* #footer{
	background: #4664ad;
	margin-top: -2px;
	text-align: center;
	padding: 3% 0;
	margin-bottom: -5%;
} */

.footer-brasao {
    width: 10%;           
    height: auto;
    display: block;
}

.footer-social img {
    max-width: 32px; /* tamanho dos Ã­cones sociais */
    transition: transform 0.5s;
}

.footer-social img:hover {            
    transform: scale(1.2);
}

@media only screen and (max-width: 991px) {
    nav {
        padding-left: 1.5rem !important;
        padding-right: 3rem !important;
        padding-top: 0.5rem !important;
        padding-bottom: 0rem !important;
    }

    .navbar-nav {
        max-width: 297px !important;
    }

    .nav-link {
        padding-left: 17px !important;
    }

    .container-fluid > .show {
        border: transparent !important;
    }

	.btn-inscrever {
	    display: none;
	}

    .btn-inscrever-mobile {
        display: block;
        color: #fff;
        padding: 8px;
        border: 3px solid transparent;
        border-color: #00a0d1;
        border-radius: 9px !important;
        background-color: #027dad;
        transition: border-color 0.4s ease-in-out;
        text-decoration: none;
    }

    .btn-inscrever-mobile:hover {    
        padding: 8px;
        border: 3px solid transparent;
        border-color: #00b1e0;
        border-radius: 9px !important;
        background-color: #005380;
        text-decoration: none;
    }

    .btn-inscrever-mobile a {
        text-decoration: none !important;
    }

    .btn-inscrever-mobile a:visited {
        color: #fff;
        text-decoration: none !important;
    }

    .card {
        width: 100%;
    }

    .card-section .row {
        flex-direction: column;
        align-items: center;
    }

    .btn-card {
        border: 1px, solid;
        background-color: #005380;
        border-color: #005380;
        color: #fff;
    }

    .btn-card:visited {
        color: #fff;
    }

    .study-hero {
        padding-left: 3rem;
        padding-right: 1rem;
    }

    .study-heart {
        display: none;
    }

    .study-mec-space {
        padding-left: 5rem;
    }

    .study-promo-title {
        font-size: 24px;
    }

    .study-promo-subtitle {
        font-size: 24px;
    }

    .study-promo-text {
        font-size: 19px;
    }            

    .hero-section-fundo {
        background-image: url('/Style Library/MEDICINA/2026/img/mobile_leve1.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100vw;
        height: 120vw;
        color: white;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        box-sizing: border-box;
        /* margin-top: -69px; */
    }
}

@media only screen and (min-width: 1200px) {
    .study-promo-body {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .study-heart {
        padding-right: 10rem;
    }

    .study-heart img {
        max-width: 55%;
    }

    .study-mec-message {
        padding-top: 3rem;
    }

    .promo-space {
        padding-top: 0rem !important;
    }

    .study-hero {
        padding-top: 0rem !important;
    }

    .study-hero {
        padding-top: 0rem !important;
    }

    .hero-line {
        margin-top: 3.6vw;
    }

    .hero-escrito {
        width: 13.5vw;
        margin-top: -8.5vw;
        margin-left: -5vw;
        z-index: 10;
    }

    .hero-menina  {
        width: 24vw;
        margin-left: -1.7vw;
        z-index: 5;
    }

    .hero-conceito {
        width: 22vw;
        margin-top: -19.3vw;
        margin-left: -10.3vw;
        z-index: 5;
    }

    .hero-coracao {
        width: 27.5vw;
        margin-top: -3.9vw;
        margin-left: -21.8vw;
        z-index: 2;
    }

    .hero-brasao  {
        width: 7.5vw;
        margin-top: 18.5vw;
        margin-left: 3vw;
        z-index: 5;
    }
    
    .btn-hero {
        margin-left: -36vw;
        margin-top: 8vw;
        scale: 0.95;
        height: auto;
        z-index: 20;
    }
}

@media only screen and (min-width: 1400px) {
    .study-container .row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .study-selo {
        width: 20%;
        margin: 0 10px;
    }

    .study-promo-body {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .study-mec-text {
        padding-right: 5rem;
    }

    .study-mec-message {
        margin-left: 3rem;
        padding-left: 5rem;
    }

    .promo-space {
        padding-top: 6rem !important;
    }

    .study-med-text {
        padding-left: 5.2rem;
        padding-right: 4rem;
    }
    
    .btn-hero {
        margin-left: -35vw;
        margin-top: 8vw;
        scale: 1.2;
        height: auto;
        z-index: 20;
    }

    .hero-line {
        margin-top: 2.8vw;
    }

    .hero-escrito {
        width: 14vw;
        margin-top: -9vw;
        margin-left: -3vw;
        z-index: 10;
    }

    .hero-menina  {
        width: 25vw;
        margin-left: -1.5vw;
        z-index: 5;
    }

    .hero-conceito {
        width: 22vw;
        margin-top: -20.7vw;
        margin-left: -11vw;
        z-index: 5;
    }

    .hero-coracao {
        width: 28vw;
        margin-top: -5vw;
        margin-left: -21.6vw;
        z-index: 2;
    }

    .hero-brasao  {
        width: 7.7vw;
        margin-top: 20vw;
        margin-left: 3vw;
        z-index: 5;
    }
}

@media only screen and (min-width: 1600px) {
    
    .btn-hero {
        margin-left: -32vw;
        margin-top: 7vw;
        scale: 1.4;
    }

    .hero-escrito {
        width: 14vw;
        margin-top: -9vw;
        margin-left: -5vw;
        z-index: 10;
    }
}

@media only screen and (min-width: 2000px) {
    
    .btn-hero {
        margin-left: -32vw;
        margin-top: 7vw;
        scale: 1.7;
    }

    .hero-escrito {
        width: 14vw;
        margin-top: -9vw;
        margin-left: -5vw;
        z-index: 10;
    }
}

@media only screen and (min-width: 992px) {
    .card-section .row {
        padding-left: 1.5vh;
        padding-right: 1.5vh;
    }

    .study-container .row {
        justify-content: center;
        align-items: center;
    }

    .study-container {
        padding-left: 0;
        padding-right: 0;
    }

    .study-promo-text {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

    .study-selo {
        width: 25%;
        margin: 0;
        padding: 0;
        justify-content: center;
        align-items: center;
    }

    .study-heart {
        padding-right: 5rem;
    }

    .study-heart img {
        max-width: 70%;
    }

    .hero-mobile {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .study-hero {
        padding-top: 4rem !important;
    }
    
    .footer-brasao {
        width: 18%; 
    }

    .hero-line {
        margin-top: 4.5vw;
    }

    .hero-escrito {
        width: 13vw;
        margin-top: -7.8vw;
        margin-left: 0vw;
        z-index: 10;
    }

    .hero-menina  {
        width: 23vw;
        margin-left: -1.6vw;
        z-index: 5;
    }

    .hero-conceito {
        width: 22vw;
        margin-top: -18.1vw;
        margin-left: -10.8vw;
        z-index: 5;
    }

    .hero-coracao {
        width: 26.3vw;
        margin-top: -3.9vw;
        margin-left: -21vw;
        z-index: 2;
    }

    .hero-brasao  {
        width: 7.5vw;
        margin-top: 18.5vw;
        margin-left: 3vw;
        z-index: 5;
    }
    
    .btn-hero {
        margin-left: -35.5vw;
        margin-top: 8vw;
        scale: 0.9;
        height: auto;
        z-index: 20;
    }
}

@media only screen and (max-width: 1400px) {
    .study-heart {
        padding-top: 3rem;
    }
    
    /* .btn-hero {
        margin-left: 25vw;
        margin-top: 17vw;
        scale: 0.95; 
    } */
}

@media only screen and (max-width: 991px) {
    .hero-section-fundo {
        background-image: url('/Style Library/MEDICINA/2026/img/fundo_capa_final_mobile.png');
        width: 100%;
        height: 170vw;
        position: relative;
        margin-top: -30vw;
    }

    .hero-menina {
        display: none;
    }

    .hero-coracao {
        display: none;
    }

    .hero-brasao {
        display: none;
    }

    .hero-escrito {
        display: none;
    }

    .hero-conceito {
        display: none;
    }

    .hero-line {
        margin-top: 18.6vw;
        margin-left: 0vw;
        z-index: 10;
    }

    .hero-mobile {
        display: flex;
        justify-content: center;
        width: 98vw;
        margin-left: 4vw;
        margin-right: 0vw;
        margin-top: 5.6vw;
        z-index: 10;
    }
    
    .btn-hero {
        position: absolute;
        left: 100%;
        top: 58%;
        scale: 1.5;
        height: auto;
        z-index: 20;
    }
}

@media only screen and (max-width: 804px) {
    .btn-hero {
        left: 97%;
        top: 58%;
        scale: 1.4;
    }
}

@media only screen and (max-width: 768px) {
    .footer-brasao {        
        width: 27%;
    }
    
    .footer-social img{
        max-width: 23px; 
    }

    .btn-hero {
        scale: 1.1;
        left: 95%;
    }
}

@media only screen and (min-width: 392px) {
    .btn-card {
        width: 238px;
    }
}

@media only screen and (max-width: 600px) {
    .study-title {
        font-size: 21px;
    }

    .study-subtitle {
        font-size: 22px;
    
    }
    
    .study-promo-title {
        font-size: 21px;
    }

    .study-promo-subtitle {
        font-size: 21px;
    }

    .study-promo-text {
        font-size: 16px;
    }

    .btn-hero {
        left: 91vw;
        top: 57%;
        scale: 0.95;
    }
}

@media only screen and (max-width: 500px) {
    .study-container {
        padding-top: 3rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .study-selo {
        width: 50%;
        padding: 0rem;
    }

    .study-promo-text {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .study-mec-space {
        padding-left: 3rem;
    }            

    .study-mec-title {
        padding-right: 4rem;
    }

    .study-mec-selo {
        max-width: 30%;
    }

    .study-promo-title {
        font-size: 20px;
    }

    .study-promo-subtitle {
        font-size: 20px;
    }

    .study-promo-text {
        font-size: 15px;
    }

    .study-med-title {
        padding-left: 3em;
        padding-right: 3rem;
    }

    .footer-brasao {
        width: 27%;
    }
    
    .footer-social img{
        max-width: 23px; 
    }

    .btn-hero {
        left: 88vw;
        top: 57%;
        scale: 0.85;
    }
}

@media only screen and (max-width: 430px) {
    .btn-hero {
        left: 86vw;
        top: 57%;
        scale: 0.75;
    }
}

@media only screen and (max-width: 400px) {
    .btn-hero {
        left: 84vw;
        top: 56.5%;
        scale: 0.7;
    }

    .footer-brasao {
        width: 33%;
    }
    
    .footer-social img{
        max-width: 20px; 
    }
}

@media only screen and (max-width: 367px) {
    .btn-hero {
        left: 82vw;
        top: 56.5%;
        scale: 0.68;
    }    
}

@media only screen and (max-width: 358px) {
    .btn-hero {
        left: 80vw;
        top: 56.5%;
        scale: 0.65;
    }    
}

@media only screen and (max-width: 331px) {
    .btn-hero {
        left: 74vw;
        top: 56.5%;
        scale: 0.65;
    }    
}

@media screen and (min-width: 992px) and (max-width: 1060px)  {
    header .nav-link {
        font-size: 14px;
    }
    
    .study-mec-message {
        padding-right: 3rem;
    }

    .study-med {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}