﻿.container-column--no-padding {
    padding-left: 0;
    padding-right: 0;
}

.top-navbar--expanded {
    background-color: #94aa41;
    opacity: 1;
}

.top-navbar--collapsed {
    background-color: #838382;
    opacity: 0.7;
}

.navbar-hr-visible {
    visibility: visible;
    padding-bottom: 2rem;
}

.navbar-hr-hidden {
    visibility: hidden;
    padding-bottom: 0;
}

.obladi-title-dark {
    color: #212529;
}

/* =========================
   FOOTER
   ========================= */

footer {
    font-family: "Barlow", sans-serif;
    letter-spacing: 0;
    margin-top: auto;
}

footer.footer .client-section-container .container-column {
    margin-top: 0 !important;
}

footer.footer {
    padding-top: clamp(30px, 4vw, 50px) !important;
    padding-bottom: clamp(20px, 3vw, 30px);
    background: #004885;
    color: #ffffff;
    width: 100%;
    margin-top: clamp(40px, 6vw, 90px);
}

footer.footer > div {
    max-width: 1500px;
    margin: 0 auto 0 auto !important;
    padding: 0 clamp(16px, 3vw, 40px);
}

footer.footer > div .custom-logos-wrapper {
    padding: 0;
}

footer.footer hr,
footer.footer .border-t {
    border-color: #80a4c3 !important;
    background: #80a4c3 !important;
}

footer.footer .btn-blue-default {
    border: 1px solid #ffffff;
    color: #ffffff !important;
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Barlow SemiBold", "Barlow", sans-serif;
    font-size: clamp(12px, 1vw, 14px);
    padding: 8px 15px;
}

/* =========================
   BASE TYPOGRAPHY
   ========================= */

.footer {
    background: #004885;
}

.footer p,
.footer li,
.footer span,
.footer a,
.footer label,
.footer h5 {
    color: #ffffff;
}

.footer > div h5,
.footer .col-footer h5,
.footer .legal-title {
    color: #ffffff;
    font-size: clamp(22px, 2.5vw, 35px);
    margin-bottom: clamp(12px, 1.5vw, 20px);
    font-weight: 400;
    font-family: "PrimaryFont";
}

.footer-detail {
    height: 6px;
    width: clamp(80px, 8vw, 115px);
    border-radius: 3px;
    background: linear-gradient(90deg, #00a1de 0%, #004d8a 100%);
    margin-bottom: clamp(14px, 1.5vw, 20px);
}

.footer > div p {
    font-family: "PrimaryFontLight" !important;
    color: #ffffff;
    margin-bottom: 0.35rem;
    font-size: clamp(14px, 1.3vw, 18px);
}

.footer > div ul {
    padding-left: 0 !important;
    margin: 0;
    list-style: none;
}

.footer > div ul li {
    margin-bottom: 0.4rem;
}

.footer > div ul li a.menus-footer,
.footer .menus-footer {
    color: #ffffff !important;
    font-family: PrimaryFontLight, sans-serif !important;
    text-decoration: none;
    font-size: clamp(14px, 1.3vw, 18px);
}

.footer > div ul li a.menus-footer:hover,
.footer .menus-footer:hover {
    color: #ffffff !important;
    opacity: 0.85;
}

/* =========================
   CONTAINERS / ESTRUTURA
   ========================= */

.footer .custom-container,
.footer .max-w-\[1920px\] {
    max-width: 1575px !important;
    margin-left: auto;
    margin-right: auto;
}

.footer .col-footer {
    position: relative;
}

.footer .custom-logos-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.25rem;
    margin-top: 1.5rem;
    flex-wrap: nowrap;
}

.footer .logo-item-shrink {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.footer .egoi-box {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.footer .logo-link-block {
    display: inline-block;
}

.footer .img-iso {
    max-width: clamp(90px, 9vw, 130px);
    height: auto;
    display: block;
}

.footer .img-egoi {
    max-width: clamp(60px, 6vw, 90px);
    height: auto;
    display: block;
}

.footer .egoi-text {
    color: #ffffff;
    font-family: PrimaryFont, "Barlow", sans-serif;
    font-size: clamp(12px, 1vw, 14px);
    margin-bottom: 0.35rem;
}

/* =========================
   FORMULARIO DO FOOTER
   ========================= */

.footer > div .container {
    padding: 0 !important;
    padding-left: 13px !important;
}

.footer > div .container .contact-form {
    margin: 0 !important;
}

.footer > div .container .contact-form .max-size {
    padding: 0 !important;
}

.footer > div .container .contact-form .max-size .col-inputs-form {
    padding: 0 !important;
    max-width: fit-content;
}

.footer > div .container .contact-form .max-size .col-inputs-form input {
    width: 570px !important;
    max-width: 100%;
    height: 40px !important;
    margin-bottom: 25px !important;
    padding: 0 25px !important;
    background: none !important;
    border: 1px solid #a6a6a6 !important;
    border-radius: 20px !important;
    color: #ffffff !important;
    font-family: PrimaryFont, "Barlow", sans-serif !important;
    font-size: clamp(13px, 1.1vw, 16px) !important;
}

.footer > div .container .contact-form .max-size .col-inputs-form input::placeholder {
    color: #ffffff !important;
    font-family: PrimaryFont, "Barlow", sans-serif !important;
    text-transform: lowercase !important;
    font-size: clamp(13px, 1.1vw, 16px) !important;
}

.footer > div .container .contact-form .max-size .col-inputs-form input.error {
    margin-bottom: 5px !important;
}

.footer > div .container .contact-form .max-size .col-inputs-form div {
    padding-left: 0;
}

.footer > div .container .contact-form .max-size .col-inputs-form div textarea {
    width: 570px !important;
    max-width: 100%;
    height: 155px !important;
    resize: none !important;
    margin-bottom: 23px !important;
    padding: 10px 25px 0 25px !important;
    background: none !important;
    border: 1px solid #a6a6a6 !important;
    border-radius: 20px !important;
    color: #ffffff !important;
    font-family: PrimaryFont, "Barlow", sans-serif !important;
    font-size: clamp(13px, 1.1vw, 16px) !important;
}

.footer > div .container .contact-form .max-size .col-inputs-form div textarea::placeholder {
    color: #ffffff !important;
    font-family: PrimaryFont, "Barlow", sans-serif !important;
    text-transform: lowercase !important;
    font-size: clamp(13px, 1.1vw, 16px) !important;
}

.footer > div .container .contact-form .max-size .col-inputs-form div textarea.error {
    margin-bottom: 5px !important;
}

.footer > div .container .contact-form .max-size .col-inputs-form div label.error {
    margin-bottom: 0;
}

.footer > div .container .contact-form .max-size .col-inputs-form label.error {
    color: #ffffff;
    font-family: PrimaryFont, "Barlow", sans-serif !important;
    font-size: clamp(12px, 1vw, 14px);
    padding-left: 15px;
}

.footer > div .container .contact-form .max-size button,
.footer .contact-form button[type="submit"],
.footer .contact-form .btn {
    display: block !important;
    float: right !important;
    padding: 7px 25px !important;
    border-radius: 25px !important;
    border: 0 !important;
    background-color: #ffffff !important;
    color: #004885 !important;
    font-family: PrimaryFont, "Barlow", sans-serif !important;
    height: 40px;
    font-size: clamp(14px, 1.3vw, 18px) !important;
}

.contact-form button[type="submit"]:hover {
    background-color: #f4f4f5 !important;
    color: #00315a !important;
    transform: translateY(-3px) !important;
}

.contact-form button[type="submit"]:active {
    background-color: #e4e4e7 !important;
}

.footer .contact-form .max-size > div {
    width: 100% !important;
    flex: 0 0 100%;
    padding-left: 0;
}

.footer .contact-form .max-size > div .text-col {
    padding-top: 0;
    max-width: 100%;
}

.footer .contact-form .max-size > div .text-col::after {
    content: "";
    display: block;
    height: 6px;
    width: clamp(80px, 8vw, 115px);
    border-radius: 3px;
    background: linear-gradient(90deg, #00a1de 0%, #004d8a 100%);
    margin-bottom: clamp(20px, 2vw, 29px);
}

.footer .contact-form .max-size > div .text-col h2 {
    color: #ffffff;
    font-size: clamp(22px, 2.5vw, 35px);
    margin-bottom: clamp(16px, 2vw, 27px);
}

.footer .static-bars {
    display: none !important;
}

/* =========================
   SECOND SECTION / RODAPE INFERIOR
   ========================= */

footer.footer .second-section,
.footer .second-section {
    margin-top: 2rem;
}

footer.footer .second-section .link-module,
.footer .second-section .link-module {
    margin-top: 0;
    display: inline-block;
}

footer.footer .second-section span,
.footer .second-section span {
    width: fit-content;
    float: right;
    font-family: PrimaryFont, "Barlow", sans-serif !important;
    font-size: clamp(11px, 1vw, 14px);
    color: #ffffff !important;
    letter-spacing: 0 !important;
}

footer.footer .second-section span b,
.footer .second-section span b {
    font-family: PrimaryFont, "Barlow SemiBold", "Barlow", sans-serif !important;
    color: #ffffff !important;
    font-size: clamp(11px, 1vw, 14px);
}

.footer .second-section .social-icons {
    width: fit-content;
}

.footer .second-section .social-icons a {
    color: #ffffff !important;
    font-size: clamp(18px, 1.8vw, 25px);
    margin: 0 10px;
}

.footer .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    text-decoration: none;
}

.footer .social-icons a i {
    color: #ffffff !important;
    font-size: clamp(18px, 1.8vw, 25px);
}

/* =========================
   AJUSTES PARA A VERSAO TAILWIND NOVA
   ========================= */

.footer .border-t.border-white {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #80a4c3;
}

.footer .text-yellow-400:hover {
    color: #ffffff;
    opacity: 0.85;
}

.footer .text-blue-400,
.footer .text-yellow-400 {
    color: #ffffff !important;
}

.footer .bg-gray-900 {
    background-color: #004885 !important;
}

.footer .text-white {
    color: #ffffff !important;
    font-family: "PrimaryFontLight";
}

.rights-text {
    font-family: PrimaryFontLight;
    font-size: clamp(11px, 1vw, 13px) !important;
}

.footer .-mt-24 {
    margin-top: 0 !important;
}

.footer .-mb-16 {
    margin-bottom: 0 !important;
}

/* =========================
   LOGO / MENUS LEGACY
   ========================= */

footer.footer .logo {
    height: clamp(50px, 5vw, 70px);
    width: auto;
}

footer.footer .menus .menu ul {
    float: left;
}

@media only screen and (max-width: 768px) {
    .col-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* =========================
   TABLET - texto centrado 768-1023px
   ========================= */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .footer > div p,
    .footer > div p a.menus-footer {
        text-align: center;
    }

    .footer > div ul li {
        text-align: center;
    }
}

/* =========================
   TABLET - ajustes de layout 768-1199px
   ========================= */

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .footer {
        margin-top: 30px !important;
    }

    .footer > div .container .contact-form .max-size {
        margin: auto;
        max-width: fit-content;
    }

    .footer > div .container .contact-form .max-size .col-inputs-form {
        margin: auto;
    }

    .footer > div .container .contact-form .max-size .col-inputs-form input {
        max-width: 100%;
    }

    .footer > div .container .contact-form .max-size .col-inputs-form div textarea {
        max-width: 100%;
    }

    .footer > div .container .contact-form .max-size .col-inputs-form label.error {
        width: 100%;
        text-align: left;
    }

    .footer > div .container .contact-form .max-size button {
        margin-right: 15px;
    }

    .footer > div .col-footer:not(:last-of-type) {
        margin-bottom: 50px;
    }

    .footer > div .col-footer .footer-detail {
        display: none !important;
    }

    .footer .second-section {
        max-width: 600px;
        margin: auto;
    }

    .footer .contact-form .max-size > div .text-col::after {
        content: none !important;
    }

    .footer .custom-logos-wrapper {
        justify-content: center;
    }
}

/* =========================
   MOBILE
   ========================= */

@media only screen and (max-width: 767px) {

    footer.footer {
        padding-top: clamp(28px, 6vw, 40px) !important;
        margin-top: 0;
    }

    footer.footer > div,
    .footer > div {
        padding-left: clamp(12px, 4vw, 16px);
        padding-right: clamp(12px, 4vw, 16px);
    }

    .footer > div {
        text-align: center;
        margin-bottom: 0 !important;
    }

    .footer-mobile-section {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
        border-bottom: 1px solid rgba(128, 164, 195, 0.35);
    }

    .footer > div p,
    .footer > div p a.menus-footer {
        text-align: center;
    }

    .footer > div .col-footer:not(:last-of-type) {
        margin-bottom: 0;
    }

    .footer > div .col-footer .footer-detail {
        display: none !important;
    }

    .footer > div .container {
        padding: 0 !important;
        width: 100%;
        margin: auto;
        max-width: 100%;
    }

    .footer > div .container .contact-form .max-size {
        margin: auto;
        max-width: 100%;
    }

    .footer > div .container .contact-form .max-size .col-inputs-form {
        width: 100%;
        max-width: 100%;
    }

    .footer > div .container .contact-form .max-size .col-inputs-form input {
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 15px !important;
    }

    .footer > div .container .contact-form .max-size .col-inputs-form div {
        padding: 0 !important;
    }

    .footer > div .container .contact-form .max-size .col-inputs-form div textarea {
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 15px !important;
    }

    .footer > div .container .contact-form .max-size .col-inputs-form label.error {
        width: 100%;
        text-align: left;
    }

    .footer > div .container .contact-form .max-size button,
    .footer .contact-form button[type="submit"] {
        float: none !important;
        display: block !important;
        margin: 0 auto !important;
    }

    .footer .contact-form .max-size > div .text-col::after {
        content: none !important;
        display: none;
    }

    .footer .custom-logos-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1.5rem;
    }

    .footer .egoi-box {
        text-align: center;
        align-items: center;
    }

    .footer .img-iso,
    .footer .img-egoi {
        margin-left: auto;
        margin-right: auto;
    }

    .footer .second-section {
        max-width: 100%;
        margin: 0 auto;
        margin-top: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }

    .footer .second-section .social-icons {
        margin: 0 auto;
        justify-content: center;
    }

    .footer .second-section span {
        float: none;
        text-align: center;
        width: 100%;
    }

    .rights-text {
        text-align: center !important;
    }
}