body{
   font-family: 'Inter', sans-serif;
   background-color: black;
   color: white;
}

.section-class-musas{
   background-image: url('./assets/foto-capa.webp');
   background-size: cover;
   height:100%;
}


.titulo{
    font-weight:700;
    font-Size:54px;
    line-height: 65.35px;
    text-transform: uppercase;
}

.texto-inicio{
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
}


.mclass-cta-botton {
    font-size:24px;
    border: none;
    background: #FC6602;
    width: 242px;
    height: 56px;   
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bolder;
}

.mclass-cta-botton:hover{
    background: #bd5c1b;
}

.titulo-corpo-do-texto{
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

.texto-corpo-do-texto{
    font-size: 22px;
    font-weight: 400;
    line-height:26.63px;
    text-align: center;
}

.primeiro-card, .segundo-card, .terceiro-card, .quarto-card,.quinto-card {
    background: #2A2A2A;
}

.titulo-h3{
    color: #FF1591;
    font-weight: 700;
    font-size:36px;
}

.info-p{
    font-weight: 400;
    font-size:22px;
}

@media screen and (max-width:576px){
    .musas-titulo {
        font-size: 32px;
    }    
    .titulo { 
        font-size: 28px;
    }
    .titulo-h3{
        font-size: 24px;
    }

    .titulo-corpo-do-texto{
        font-size: 30px;
    }
}


