/*
 *  LOInfor website style.css
 *  Author: WesleyCSJ
 *  Copyright 2024
 *
*/

.navbar-brand {
    transition: background-color 0s;
}

.navbar-brand.is-active {
    background-color: #fff;
}

#image-logo {
    position: absolute;
    margin-left: 0px;
    margin-top: -10px;
    width: 8em;
}

.navbar-burger {
    color: white !important;
}
.navbar-burger.is-active {
    color: #333 !important;
}

.navbar-menu:not(.is-active) .navbar-end a.navbar-item {
    color: #fff !important;
}

.navbar-item:hover {
    background-color: #ccc !important;
}

@media screen and (min-width: 1024px) and (max-width: 1216px) {
    #main-card {
        max-width: 80vw;
    }
}

@media screen and (min-width: 1216px) {
    #main-card {
        max-width: 50vw !important;
    }
}

.banner {
    background-image: url('../images/banner-optimized.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.title.title.title {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
}

.subtitle.subtitle.subtitle {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

#main-logo {
    height: 100%;
}

button, a {
    border-radius: 18px !important;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

#text-banner {
    line-height: 1.5;
}

#hero-trademarks {
    background-color: white;
}

#hero-trademarks > .column > figure {
    display: flex;
    flex-direction: column;
}

#hero-trademarks > .column > img {
    justify-content: end;
}

.columns {
    gap: 0.5rem;
    flex-wrap: wrap !important;
    align-items: center;
}

.column > img {
    max-width: 8rem;
}

#hero-our-services, #hero-where-find, #hero-social {
    background-color: #fafafa;
}

#hero-to-find-address {
    border-top: 5px solid #fead13;
}

#hero-to-find-date {
    border-top: 5px solid #37abc8;
}

#hero-send-us {
    background-color: #19a3df;
}
#hero-satisfied-clients {
    background-image: url('../images/background-satisfied-clients-optimized.png');
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 5px solid #00aad4;
    border-bottom: 5px solid #fead13;
}

#hero-satisfied-clients-glypho {
    margin-top: -0rem;
    margin-left: -1rem;
}

#hero-our-services-glypho {
    width: 2em;
    margin-left: -2.5em;
}

#hero-send-us-glypho {
    width: 2em;
    margin-left: -3.125em;
}

#hero-where-find-glypho, #hero-social-glypho {
    width: 1.25em;
}

#hero-satisfied-clients > img {
    border: 3px solid black;
    border-radius: 50px;
}

#hero-satisfied-clients-stars img {
    width: 10em;
}

#hero-comments {
    width: 75vw;
    column-gap: 200px;
}

@media screen and (max-width: 768px) {
    #hero-comments {
        width: 95vw;
    }
}

#hero-social a {
    line-height: 1.5;
}

footer {
    background-color: #333 !important;
    color: #fff !important;
}

footer strong {
    color: #fff !important;
}
