<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero {
    background-image: url(../assets/images/hero-sobre.png);
    background-size: cover;
    background-position: center;
    font-size: 55px;
    color: white;
    display: grid;
    grid-template-columns: 55% 45%; /* Split screen into two equal parts */
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: flex-start;
    padding: 20px 0;
}

.hero_left, .hero_right {
    display: flex;
    flex-direction: column; /* Ensures vertical stacking */
    box-sizing: border-box;
}

.hero_left {
    grid-column: 1; /* Places the left part on the left side */
}

.hero_right {
    grid-column: 2; /* Places the right part on the right side */
    padding: 1.2em 0;
    height: 100%;
    overflow-x: hidden;
    justify-content: center;
    align-items: center;
}

.hero_right img {
    width: 110%;
    transform: translateX(15%);
    overflow-x: hidden;
}

.hero_quote {
    padding: 1.8em 2.4em; /* Top Right Bottom Left */
    font-size: 65px;
    color: inherit;
}

b {
    font-weight: bolder;
}

.hero_quote b {
    font-size: 110%;
}

.hero_quote img {
    margin-top: 3%;
}

.hero_contacts {
    padding: 0.1em 4em 2em 4em;
    font-size: 40px;
    color: inherit;
}

.hidden {
    visibility: hidden;
}

.line {
    position: relative;
    margin-bottom: 25px;
}

.line::before {
    content: '';
    position: absolute;
    top: 112.5%;
    left: -1000px; /* Extends the line far to the left */
    right: 100%;
    height: 3.2px;
    background-color: white;
    z-index: 0;
}

.line div {
    z-index: 1;
}

.line img {
    height: 45px;
    width: auto;
    filter: invert(1);
    margin-bottom: -10px;
    margin-right: 9px;
}

.line p {
    font-size: 24px;
    margin-bottom: 2px;
}

.line a {
    padding-bottom: 6px;
}

.hero_contacts a {
    text-decoration: none;
    color: inherit;
    border-bottom: 3.2px solid;
}

.sobre {
    display: grid;
    grid-template-columns: 60% 40%;
}

.sobre_left {
    grid-column: 1; /* Places the left part on the left side */
    align-self: center;
    padding: 2em 3.2em 2em 10em;
    line-height: 1.2;
}

.sobre_left h3 {
    font-size: 4rem;
    margin-bottom: 40px;
    margin-top: 35px;
    color: #205C7E;
}

.sobre_left ul li {
    list-style: disc;
}

.sobre_hubcare p {
    font-size: 20.5px;
    margin-bottom: 26px;
    text-align: justify;
}

.sobre_left ul li {
    font-size: 20px;
    margin-left: 20px;
}

.sobre_right {
    grid-column: 2; /* Places the right part on the right side */
    margin: 70px 15%;
    background-image: url(/assets/images/sobre.png);
    width: 27vw;
    height: 40vw;
    background-position: calc(50% + 7px) center;
    background-size: 225%;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.sobre-nos {
    background-color: #205C7E;
    color: white;
    text-align: center;
    width: 90px;
    height: auto;
    padding: 0.6em 0.9em;
    border-radius: 20px;
}

.empresas {
    display: grid;
}

.empresas_titulo {
    text-align: center;
    font-size: 2.8rem;
    margin-top: 1.2em;
    margin-bottom: 0.4em;
    color: #205C7E;
}

.empresas_card {
    width: 82vw;
    margin: 0 auto;
    margin-top: 1em;
    margin-bottom: 2.6em;
}

.card_gray {
    background-color: #F2F2F2;
}

.empresas_up {
    display: grid;
    grid-template-columns: 25% 75%;
}

.empresas_left-1, .empresas_left-2, .empresas_left-3 {
    grid-column: 1;
    margin: 0.6em 2em 2em 0.6em;
    width: 19vw;
    height: 27vw;
    background-position: calc(50% - 20px) center;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.empresas_left-1 {
    background-image: url(/assets/images/stock-4.png);
    background-size: 225%;
    background-position: calc(50% - 50px) center;
}

.empresas_left-2 {
    background-image: url(/assets/images/stock-1.png);
    background-size: 325%;
}

.empresas_left-3{
    background-image: url(/assets/images/stock-3.png);
    background-size: 225%;
}

.empresas_right {
    grid-column: 2; /* Places the right part on the right side */
    padding-right: 1.2em;
    margin: auto 0em auto 3em;
    text-align: justify;
}

.empresas_right img {
    max-width: 200px;
    height: auto;
}

.empresas_right h3 {
    font-size: 30px;
    color: #205C7E;
    margin-bottom: 18px;
}

.empresas_right img, .empresas_right h3 {
    margin: inherit 10px;
}

.empresas_right a {
    text-decoration: none;
    color: inherit;
}

.empresas_right p {
    font-size: 18px;
}

.empresas_right ul {
    font-size: 18px;
    margin-top: 10px;
    margin-left: 16px;
}

.empresas_right p, .empresas_right ul {
    line-height: 30px;
}

.empresas_right ul li {
    list-style: disc;
}

.empresas_down {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.empresas_pre-blocks {
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.empresas_blocks {
    padding: 2em;
    width: 250px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center, top;
    align-items: center;
    background-color: #eeeeee;
    border-radius: 20px;
    margin-bottom: 1em;
}

.white_block {
    background-color: #FFFFFF;
}

.empresas_blocks img {
    max-width: 100px;
    height: auto;
    margin-bottom: 10px;
}

.empresas_blocks h4 {
    font-size: 25px;
    color: #205C7E;
    margin-bottom: 10px;
}

.empresas_blocks p {
    text-align: center;
}

.big-map {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.big-map img {
    max-width: 36vw;
    height: auto;
}

.trabalhe_titulo {
    text-align: center;
    font-size: 2.8rem;
    padding-top: 1.2em;
    padding-bottom: 0.4em;
    color: #205C7E;
}

.trabalhe_pre-blocks {
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.trabalhe_blocks {
    padding: 2.4em;
    width: 275px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 20px;
    margin-bottom: 3em;
}

.trabalhe_blocks h4 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 0.8em;
    color: #205C7E;
}

.undercover-box {
    padding: 0.5em 1.3em;
    margin-bottom: 10px;
    background-color: #005580;
    border-radius: 20px;
    color: white;
}

.undercover-box:hover {
    opacity: 0.9;
    transition: 0.3s;
}

.formbtn {
    font-size: 1.2em;
    border: none;
}

.formbtn:hover {
    cursor: pointer;
}

.form-popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.form-container {
    text-align: left;
    background-color: white;
    top: 13%;
    margin: 0% auto;
    padding: 2em;
    border: 1px solid #888;
    width: 75vw;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative; /* For positioning the close button */
    border-radius: 5px;
}

.form-container h2 {
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    color: #005580;
}

.form-container label {
    font-size: 1.05em;
    margin-top: 1.1em;
    color: #4babdb;
}

input::placeholder, textarea::placeholder {
    color: gray;
}

textarea {
    resize: none;
}

.g-recaptcha {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-self: center;
}

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

label {
    display: block;
    margin-top: 10px;
}

/* Input styling */
input[type="text"], input[type="email"], textarea {
    font-family: inherit;
    width: calc(100% - 10px);
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
}

input[type="file"] {
    font-family: inherit;
    width: calc(35% - 10px);
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
}

.submit {
    background-color: #4babdb;
    color: white;
    padding: 0.6em 1em;
    font-size: 1.1em;
    margin-top: 20px;
    border: none;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-radius: 17px;
}

.submit:hover {
    background-color: #3f9fcf;
}

@media (max-width: 1900px) {
    .sobre_right {
        margin: auto 15%;
    }
}

@media (max-width: 1600px) {
    .hero_quote {
        padding: 1.5em 0 1.9em 1.8em;
    }

    .hero_contacts {
        padding: 0 3em;
        padding-bottom: 2em;
    }
}

@media (max-width: 1400px) {
    .sobre_left {
        padding-left: 7em;
    }

    .sobre_right {
        margin: auto 10%;
    }
}

@media (max-width: 1300px) {
    .sobre_left {
        padding-left: 5em;
    }

    .sobre_right {
        width: 30vw;
        height: 45vw;
        background-size: 225%;
    }
}

@media (max-width: 1250px) {
    .hero_quote {
        padding: 1.2em 0 1em 1.2em;
        font-size: 50px;
    }

    .hero_contacts {
        padding: 0 1.5em;
        padding-bottom: 1.8em;
        padding-right: 0;
    }

    .line p {
        font-size: 20px;
    }

    .line a {
        font-size: 40px;
    }

    .line::before {
        top: 113.7%;
        height: 3px;
    }

    .empresas_card {
        width: 90vw;
    }

    .empresas_blocks {
        width: 200px;
        height: 300px;
    }

    .empresas_blocks img {
        max-width: 80px;
        height: auto;
    }
    
    .empresas_blocks h4 {
        font-size: 24px;
    }
    
    .empresas_blocks p {
        font-size: 17;
    }

    .form-container {
        width: 80vw;
    }
}

@media (max-width: 1100px) {
    .sobre {
        grid-template-columns: 70% 25%;
    }

    .sobre_left {
        padding-left: 3.6em;
    }

    .sobre_right {
        background-position: calc(50% - 25px) center;
        margin: auto;
        width: 25vw;
        height: 50vw;
        background-size: 350%;
    }
}

@media (max-width: 1050px) {
    .empresas_up {
        display: grid;
        grid-template-columns: 0% 99%;
    }
    
    .empresas_left-1, .empresas_left-2, .empresas_left-3 {
        display: none;
    }

    .empresas_right {
        padding-right: 0;
        margin-left: 10px;
        margin-right: 10px;
    }

    .big-map img {
        max-width: 45vw;
    }
}

@media (max-width: 975px) {
    .sobre {
        grid-template-columns: 100% 0%;
    }

    .sobre_left {
        padding: 2em 3.2em;
    }

    .sobre_right {
        display: none;
    }
}

@media (max-width: 900px) {
    .hero_quote {
        padding: 1em 0 0.8em 1em;
        font-size: 38px;
    }

    .hero_contacts {
        padding: 0 1em;
        padding-bottom: 1.2em;
        padding-right: 0;
    }

    .line p {
        font-size: 16px;
    }

    .line a {
        font-size: 32px;
    }

    .line::before {
        top: 110.5%;
    }

    .sobre_left h3 {
        font-size: 3.2rem;
    }

    .sobre_hubcare p {
        font-size: 19px;
    }

    .empresas_right {
        margin: 10px 16px 10px 16px;
        padding: 0;
    }

    .big-map img {
        max-width: 55vw;
    }
}

@media (max-width: 750px) {
    .big-map img {
        max-width: 65vw;
    }
}

@media (max-width: 690px) {
    .hero {
        grid-template-columns: 100% 0;
    }

    .hero_right {
    display: none;
    }

    .hero_quote {
        padding: 0.8em 0 0.8em 0.6em;
        font-size: 34px;
    }

    .hero_contacts {
        padding: 0 0.6em;
        padding-bottom: 1.2em;
        padding-right: 0;
    }

    .line a {
        font-size: 30px;
    }

    .sobre_left h3 {
        font-size: 2.8rem;
    }

    .sobre_hubcare p, .sobre_left ul li {
        font-size: 18px;
    }

    .empresas_right {
        margin: 10px 4px 10px 4px;
    }

    .empresas_right h3 {
        font-size: 175%;
    }

    .empresas_right p {
        font-size: 17.5px;
    }
}

@media (max-width: 600px) {
    .empresas_right p {
        font-size: 17px;
    }

    .empresas_titulo, .trabalhe_titulo {
        font-size: 40px;
    }
}

@media (max-width: 545px) {
    .sobre_left {
        padding: 1.8em 2.4em;
    }

    .sobre_left h3 {
        font-size: 2.4rem;
    }

    .big-map img {
        max-width: 77vw;
        margin: 1.3em 0;
    }
}

@media (max-width: 480px) {
    .empresas_titulo, .trabalhe_titulo {
        font-size: 37px;
    }

    .trabalhe_blocks {
        padding: 0;
        width: 75vw;
        height: 200px;
    }

    .trabalhe_blocks h4 {
        font-size: 22px;
    }
}

@media (max-width: 440px) {
    .hero {
        margin-top: 70px;
    }

    .sobre_left {
        padding: 1.6em 2em;
    }

    .sobre_left h3 {
        font-size: 2.1rem;
    }

    .sobre_hubcare p, .sobre_left ul li {
        font-size: 17px;
    }
    
    .empresas_titulo, .trabalhe_titulo {
        font-size: 36px;
    }

    .form-container {
        width: 75vw;
    }
}

@media (max-width: 380px) {
    .hero_quote {
        font-size: 30px;
    }

    .line a {
        font-size: 25px;
    }

    .line::before {
        top: 109.2%;
    }

    .sobre_left {
        padding: 1.6em 1.8em;
    }

    .sobre_left h3 {
        font-size: 2rem;
    }

    .sobre_hubcare p, .sobre_left ul li {
        font-size: 16px;
    }

    .empresas_right h3 {
        font-size: 165%;
    }

    .empresas_right p {
        font-size: 16px;
    }

    .big-map img {
        max-width: 85vw;
    }
    
    .empresas_titulo, .trabalhe_titulo {
        font-size: 34px;
    }

    .trabalhe_blocks {
        width: 80vw;
        height: 190px;
    }

    .trabalhe_blocks h4 {
        font-size: 20px;
    }
}

@media (max-width: 335px) {
    .empresas_titulo, .trabalhe_titulo {
        font-size: 31px;
    }

    .trabalhe_blocks {
        width: 82vw;
        height: 180px;
    }
}

@media (min-aspect-ratio: 1/1) {
    .hero_quote img {
        width: calc(100vw * 0.15);
    }
}

@media (max-aspect-ratio: 1/1) {
    .hero_quote img {
        height: calc(100vh * 0.025);
    }
}

</pre></body></html>