@charset "utf-8";
section#titulo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f6f4f4;
    padding: 40px 0;
}

section#titulo h1 {
    font-family: 'proximanova-extr-bold', sans-serif;
    color: #282727;
    font-size: 48px;
    width: 95%;
}

section#titulo h2 {
    font-family: 'proximanova-regular', sans-serif;
    color: #282727;
    width: 90%;
    font-size: 18px;
}

section#a-alive {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f6f4f4;
}

section#a-alive img { 
    width: 95%;
    max-width: 396px;
    margin-bottom: 30px;
}

section#a-alive p { 
    text-align: left;
    color: #282727;
    width: 95%;
    margin: 10px 0;
}

section#voce-pode {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f6f4f4;
    padding: 40px 0;
}

section#voce-pode h1 {
    font-family: 'proximanova-extr-bold', sans-serif;
    color: #282727;
    font-size: 36px;
    width: 96%;
    margin: 60px 0 30px;
}

section#voce-pode div.pode-alive {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

section#voce-pode div.pode-alive div.pode-vantagem {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 301px;
    margin: 20px 0;
}

section#voce-pode div.pode-alive div.pode-vantagem img  {
    width: 60px; /* Colocar 95px */
}

section#voce-pode div.pode-alive div.pode-vantagem p {
    font-family: 'proximanova-regular', sans-serif;
    color: #282727;
    text-align: left;
    margin-left: 10px;
    font-size: 16px;
    margin-top: 5px;
}


@media screen and (min-width:1200px){ 
    section#titulo {
        padding: 100px 0 40px;
    }

    section#titulo h1 {
        font-size: 80px;
        width: 100%;
    }
    
    section#titulo h2 {
        width: 100%;
        font-size: 27px;
    }
    
    section#a-alive img { 
        margin-bottom: 30px;
    }
    
    section#a-alive p { 
        font-weight: bolder;
        width: 1014px;
        font-size: 20px;
        margin: 12px 0;
    }
    
    section#voce-pode {
        padding: 40px 0 60px;
    }
    
    section#voce-pode h1 {
        font-size: 40px;
        margin: 40px 0 50px;
    }

    section#voce-pode div.pode-alive div.pode-vantagem {
        width: 378px;
        margin: 20px 0;
    }
    
    section#voce-pode div.pode-alive div.pode-vantagem img  {
        width: 95px;
    }
    
    section#voce-pode div.pode-alive div.pode-vantagem p {
        color: #282727;
        text-align: left;
        font-size: 20px;
        font-weight: bold;
        margin-top: 13px;
    }
}