* {
    /*outline: 1px solid red !important;*/
    font-family: 'Ubuntu', sans-serif;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 20px;
}

p,a {
    font-size: 14px;
}

address {
    font-size: 16px;
    font-style: normal;
}

a {
    text-align: center;
    text-decoration: unset;
    color: #000;
}

.no-mp {
    margin: 0 !important;
    padding: 0 !important;
}

.no-m {
    margin: 0 !important;
}

.no-p {
    padding: 0 !important;
}

.row-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.ft-cor1{color:#2794df;}

.max1200{
    max-width: 1200px;
}

.wppflutuante {
    width: 50px;
    height: 50px;
    position: fixed;
    left: 10px;
    bottom: 10px;
    cursor: pointer;
    z-index: 5;
    cursor: pointer;
    background-color: #25D366;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.12);
}

.wppflutuante i {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
}

.justifica{text-align:justify;}