body {
    background-color: #fdfeff;
}

.bg-azul-quindim {
    background: #00a6cf;
}

.bg-verde-quindim {
    background: #00ab79;
}

.botao-reto {
    border-radius: 0px !important;
}

.titulo, .fonte-quindim {
    font-family: "Brother-1816-Bold";
    -moz-font-feature-settings: "ss01";
    -webkit-font-feature-settings: "ss01";
    font-feature-settings: "ss01";
}

.titulo-extrabold {
    font-family: "Brother-1816-ExtraBold";
    -moz-font-feature-settings: "ss01";
    -webkit-font-feature-settings: "ss01";
    font-feature-settings: "ss01";
}

h1 {
    color: #fdfeff;
    font-size: xx-large;
}

h2 {
    font-size: xx-large;
    color: #404040;
}

.texto-inicial {
    font-size: large;
    color: #00a6cf;
    font-family: "Brother-1816-Regular";
}

.renata {
    color: #fcb813;
    /*text-transform: none;*/
}

.img-logo {
    width: 100%;
}