@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    background: #ffffff;
    color: #111111;
}

.grid-layout a:hover {
    color: #00ae5a;
    text-decoration: underline;
}

a {
    color: #00ADEF;
    text-decoration: none;
    transition: all .3s;
}

    a:hover {
        color: #0b3f6f;
    }

.btn-submit {
    background: transparent;
    color: #0b3f6f;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 6px 18px;
    text-transform: uppercase;
    border: 0;
    display: inline-block;
    transition: .3s;
    border: 2px solid #0b3f6f;
    border-radius: 50px;
}

    .btn-submit:hover {
        background: #0b3f6f;
        color: #fff !important;
        border: 2px solid #0b3f6f;
    }

.btn-white {
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 6px 18px;
    text-transform: uppercase;
    border: 0;
    display: inline-block;
    transition: .3s;
    border: 2px solid #ffffff;
    border-radius: 50px;
}

    .btn-white:hover {
        background: #ffffff;
        color: #0b3f6f;
    }

.btn-submit-outline {
    background: transparent;
    color: #0b3f6f;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 6px 18px;
    text-transform: uppercase;
    border: 0;
    display: inline-block;
    transition: .3s;
    border: 2px solid #0b3f6f;
    border-radius: 50px;
}

    .btn-submit-outline:hover {
        background: #0b3f6f;
        color: #ffffff !important;
        border: 2px solid #0b3f6f;
    }
    
::marker {
    color: #FFCD02;
}
/**umb_name:Font Semi-Bold*/
.fw-medium {
    font-weight: 500;
}

/**umb_name:Font Bold*/
.fw-bold {
}

/**umb_name:Botão Azul*/
.btn-submit-outline {
    background: transparent;
    color: #0b3f6f;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 6px 18px;
    text-transform: uppercase;
    border: 0;
    display: inline-block;
    transition: .3s;
    border: 2px solid #0b3f6f;
    border-radius: 50px;
}

.btn-submit-outline:hover {
    background: #0b3f6f;
    color: #ffffff !important;
    border: 2px solid #0b3f6f;
}

/**umb_name:Texto Azul*/
.text-blue {
    color: #0b3f6f;
}

/**umb_name:Texto Amarelo*/
.text-yellow {
    color: #FFCD02;
}

/**umb_name:Texto Vermelho*/
.text-red {
    color: #CA171D;
}

/**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: #1d1d1d;
}

/**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;
}
