
body{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.site{
    position: relative;
    max-width: 700px;
    margin: 0px auto;
}

.logo{
    padding: 40px;
}

.logo img{
    width: 100%;
    position: relative;
    z-index: 1;
}

.cont{
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    padding: 20px;
    text-align: center;
    color: #000;
}

.tel a{
    color: #000;
    font-weight: 900;
    font-size: 40px;
}

.tel_bts{
    padding: 15px 0px;
}

.botao{
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #000;
    margin-bottom: 5px;
}

.botao.simples{
    border: 5px solid #000;
    font-weight: 900;
    text-transform: uppercase;
}

h1{
    font-weight: 300;
    font-size: 40px;
    padding: 30px 0px 15px 0px;
}


.botao.icon{
    background: #000;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
}

.botao.icon img{
    position: absolute;
    left: 5px;
    top: 5px;
    width: 40px;
}

.botao.whatsapp{
    background: #25d38f;
}

.botao.facebook{
    background: #25a6d3;
}

.botao.instagram{
    background: #ad25d3;
}

.bloco p{
    font-size: 18px;
    line-height: 30px;
}

.bloco p strong{
    font-weight: 900;
}

.sep{
    height: 20px;
}

.tel_ref{
    padding-top: 10px;
    font-size: 11px;
    font-weight: 400;
    display: block;
}






