@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

:root {
    --hover-header: #000000;
    --header-color: #e30613;
    --text-color: #ffffff;
    --secondary-color: #ffffff;
    --secondary-color-red: #a60000;
}

.titulo-moderna{
    display: flex;
    justify-content: center;
    font-size: 2rem;
    border-bottom: 3px solid #a60000;
    margin-left: 10em;
    justify-content: center;
}

.titulo-moderna{
    display: flex;
    margin-top: 100px;
    font-weight: 1000;
    font-family: "Montserrat", sans-serif;
    border-bottom: 3px solid #a60000;
}

.conteudo-page{
    flex-direction: column;
    width: 100%;
    display: flex;
    gap: 20px;
    text-align: justify;
    font-family:'Montserrat', sans-serif;
    padding: 0 10% 5em;
}

h2{
    font-size: 1.5rem;
    font-weight: 1000;
    font-family: "Montserrat", sans-serif;
    margin-top: 20px;
    margin-left: 8rem;
    border-bottom: 3px solid #a60000;
    width:20.18%;
}

.text-section{
    font-size: 1em;
    line-height: 1.5em;
    margin-left: 8rem;
}

.imagem-centro{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.imagem-centro img{
    width: 40%;
    border-radius: 15px;
}

.imagem-centro img:hover {
    transform: scale(1.09);
}

.conteudo-page2{
    flex-direction: column;
    width: 100%;
    display: flex;
    gap: 20px;
    text-align: justify;
    font-family:'Montserrat', sans-serif;
    padding: 0 10% 5em;
}

.conteudo-page2 h2{
    font-size: 1.5rem;
    font-weight: 1000;
    font-family: "Montserrat", sans-serif;
    margin-top: 20px;
    border-bottom: 3px solid #a60000;
    width:20.18%;
    margin-top: 7rem;
    width: 38%;
}

.conteudo-page3{
    flex-direction: column;
    width: 100%;
    display: flex;
    gap: 20px;
    text-align: justify;
    font-family:'Montserrat', sans-serif;
    padding: 0 10% 5em;
}

.conteudo-page3 h2{
    font-size: 1.5rem;
    font-weight: 1000;
    font-family: "Montserrat", sans-serif;
    border-bottom: 3px solid #a60000;
    width: 38%;
}

ul{
    font-size: 1em;
    line-height: 2.5em;
    margin-left: 9rem;
}

li.lista{
    list-style: disc;
}

@media (max-width: 768px){
    .conteudo-page{
        padding: 0 5% 5em;
    }

    h2{
        margin-left: 0;
        width: 100%;
    }
}


@media(max-width: 1400px){
    .conteudo-page{
        padding: 0 5% 5em;
    }
    h2{
        margin-left: 0;
        width: 80%;
    }
}

@media(max-widht: 320px){
    .conteudo-page{
        padding: 0 5% 5em;
    }
    h2{
        margin-left: 0;
        width: 90%;
    }
}