/* Folha de estilos geral SHOWME */ 

:root{
    --showme-roxo: #90278F;
    --showme-violeta: #663982;
    --showme-rosa: #E02D77;
    --showme-amarelo: #FFD31D;
    --showme-laranja: #F39233;
    --showme-cinza-escuro: #333333;
    --showme-cinza-mais-escuro: #1C1C1C;
}

body {
    font-family: 'Merriweather' , 'sans-serif';
}

body.stop-scroll{
    overflow: hidden;
}

.showme-section-title{
    font-size: 26px;
    line-height: 1.3;
    margin: 0 auto 40px auto;
    color: #000;
    width: 230px;
    text-align: center;
    display: block;
}

@media only screen and (min-width:768px) {

    .showme-section-title{
        font-size: 36px;
        width: 100%;
        margin-bottom: 50px;
    }

}

@media only screen and (min-width:1220px) {

    .container{
        max-width: 1140px;
    }
    
}