body,
html {
    font-family: Sora;
    scroll-behavior: smooth
}

img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

button,
input {
    font-family: Sora
}

span {
    font-size: unset !important;
    line-height: unset !important
}

a {
    color: unset;
    text-decoration: unset
}

figure {
    margin: 0
}

.pac-container {
    border-radius: 8px;
    box-sizing: content-box;
    background-color: #fff
}

.embeddedServiceHelpButton .helpButton .uiButton {
    background-color: #005290;
    font-family: Arial, sans-serif
}

.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 1px solid #005290
}

#img_logo{
    margin-left: -25%;
}

#__next {
    background-color: #510000;
}

.header_nav, .header_nav:hover {
    color: #fff;
}

#comparativo{
    background-color: aliceblue;
}