
@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');

.logo .texto {
    display: inline;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.1s;
    color: #3B3B3B;
    text-transform: uppercase;
    top: 7px;
}

.logo .texto .parte1{
    font-weight: 800;
}

.logo .texto .parte2{
    font-weight: 800;
}

.logo .texto .preposicao{
    text-transform: lowercase;
    font-size: 20px;
    font-family: 'Cookie', cursive;
}

.header__upper {
    padding-top: 8px;
}

.owl-carousel .owl-item .thmb-img {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.owl-carousel .owl-item .thmb-img img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}

.footer-brand .logo .texto {
    color: whitesmoke;
}

body .ui-button, body .ui-button:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

body .ui-messages-error-icon, body .ui-messages-info-icon {
    float: right;
}