@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');

body {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    background: #ffffff;
    color: #585756;
}

.grid-layout strong,
.grid-layout b,
.rich-text strong,
.rich-text b {
    font-weight: 500;
}

.grid-layout a:hover {
    color: #00a4c9;
    text-decoration: underline;
}

a {
    color: #00a2c8;
    text-decoration: none;
    transition: all .3s;
}

    a:hover {
        color: #0c0c4a;
    }

.btn-blue {
    background: #00a2c8;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 11px 24px;
    border-radius: 15px;
    text-transform: uppercase;
    border: 0;
    display: inline-block;
    transition: .3s;
}

    .btn-blue:hover {
        background: #0c0c4a;
        color: #fff;
    }

::marker {
    color: #00a2c8;
}
/**umb_name:Font Semi-Bold*/
.fw-medium {
    font-weight: 500;
}

/**umb_name:Font Bold*/
.fw-bold {
}

/**umb_name:Texto Azul*/
.text-blue {
    color: #00a4c9;
}

/**umb_name:Texto Azul Escuro*/
.text-dark-blue {
    color: #0c0c4a;
}

/**umb_name:Texto Branco*/
.text-white {
}

/**umb_name:Texto Cinzento*/
.text-gray {
    color: #9b9b9b;
}

/**umb_name:Texto Cinzento Escuro*/
.text-dark-gray {
    color: #585756;
}

/**umb_name:Texto Escuro*/
.text-black {
    color: #282828;
}

/**umb_name:Barra Separador*/
hr {
}

/**umb_name:Image centered with text*/
.v-align img {
    vertical-align: baseline;
}

/**umb_name:Image to right*/
.img_direita {
    float: right;
    clear: left;
    margin: 0px 0px 20px 20px;
    overflow: hidden;
}

/**umb_name:Image to left*/
.img_esquerda {
    float: left;
    clear: left;
    margin: 0px 20px 20px 0px;
    overflow: hidden;
}

/**umb_name:Image to right with border*/
.img_borda_direita {
    float: right;
    margin: 0px 0px 20px 20px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
}

/**umb_name:Image with border*/
.img_borda {
    margin: 0px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
}

/**umb_name:Image to left with border*/
.img_borda_esquerda {
    float: left;
    margin: 0px 20px 20px 0px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
}

/**umb_name:Font 10*/
.font-10 {
    font-size: 10px;
    line-height: 1.5;
}

/**umb_name:Font 12*/
.font-12 {
    font-size: 12px;
    line-height: 1.5;
}

/**umb_name:Font 14*/
.font-14 {
    font-size: 14px;
    line-height: 1.5;
}

/**umb_name:Font 16*/
.font-16 {
    font-size: 16px;
    line-height: 1.5;
}

/**umb_name:Font 18*/
.font-18 {
    font-size: 18px;
    line-height: 1.5;
}

/**umb_name:Font 20*/
.font-20 {
    font-size: 20px;
    line-height: 1.5;
}

/**umb_name:Font 22*/
.font-22 {
    font-size: 22px;
    line-height: 1.5;
}

/**umb_name:Font 24*/
.font-24 {
    font-size: 24px;
    line-height: 1.5;
}

/**umb_name:Font 26*/
.font-26 {
    font-size: 26px;
    line-height: 1.5;
}

/**umb_name:Font 28*/
.font-28 {
    font-size: 28px;
    line-height: 1.5;
}

/**umb_name:Font 30*/
.font-30 {
    font-size: 30px;
    line-height: 1.5;
}
