﻿    /* --- GOOGLE FONTS: Inter --- */
    @import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,700&display=swap');

    /* --- BENI --- */
    @font-face {
        font-family: 'Beni';
        font-style: normal;
        font-weight: 400;
        src: url("../fonts/Beni-Regular.ttf") format('truetype');
    }

    @font-face {
        font-family: 'Beni';
        font-style: normal;
        font-weight: 700;
        src: url("../fonts/Beni-Bold.ttf") format('truetype');
    }

    @font-face {
        font-family: 'Beni';
        font-style: normal;
        font-weight: 900;
        src: url("../fonts/Beni-Black.ttf") format('truetype');
    }

    @font-face {
        font-family: 'Material Icons';
        font-style: normal;
        font-weight: 400;
        src: url("../plugins/materialIcon/material-icon.woff2") format('woff2');
    }

    @font-face {
        font-family: 'Bergamot';
        font-style: normal;
        font-weight: 400;
        src: url("../fonts/CSBergamot-Regular.ttf") format('truetype');
    }

    @font-face {
        font-family: 'Fixture';
        font-style: normal;
        font-weight: 400;
        src: url("../fonts/Fixture-Regular.ttf") format('truetype');
    }

    @font-face {
        font-family: 'Fixture';
        font-style: normal;
        font-weight: 500;
        src: url("../fonts/Fixture-Medium.ttf") format('truetype');
    }

    @font-face {
        font-family: 'Fixture';
        font-style: normal;
        font-weight: 700;
        src: url("../fonts/Fixture-Bold.ttf") format('truetype');
    }

    @font-face {
        font-family: 'Fixture';
        font-style: normal;
        font-weight: 800;
        src: url("../fonts/Fixture-ExtraBold.ttf") format('truetype');
    }

    @font-face {
        font-family: 'Fixture-Cond';
        font-style: italic;
        font-weight: 400;
        src: url("../fonts/FixtureItalic-CondensedRegular.ttf") format('truetype');
    }

    @font-face {
        font-family: 'Fixture-Cond';
        font-style: italic;
        font-weight: 200;
        src: url("../fonts/FixtureItalic-CondensedExtraLight.ttf") format('truetype');
    }

    @font-face {
        font-family: 'Fixture-Exp';
        font-style: normal;
        font-weight: 500;
        src: url("../fonts/Fixture-ExpandedMedium.ttf") format('truetype');
    }

    @font-face {
        font-family: 'Fixture-Exp';
        font-style: normal;
        font-weight: 400;
        src: url("../fonts/Fixture-ExpandedRegular.ttf") format('truetype');
    }

    @font-face {
        font-family: 'Fixture-Exp';
        font-style: normal;
        font-weight: 200;
        src: url("../fonts/Fixture-ExpandedExtraLight.ttf") format('truetype');
    }

 .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: 400;
    src: url("../plugins/materialIcon/material-icon-outlined.woff2") format('woff2');
}

.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: "Barlow", sans-serif;
    color: #1f2937;
}

/* --- FAMÍLIA ZUUME --- */
/* Base para qualquer uso da Zuume */
.font-zuume {
    font-family: "Barlow Condensed", sans-serif;
}

.zuume-title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.zuume-bold {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.zuume-italic {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.zuume-regular {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
}

html {
    font-size: 14px;
}

@media (max-width: 1536px) {
    html {
        font-size: 12.5px;
    }
}

@media (max-width: 1366px) {
    html {
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    html {
        font-size: 16px;
    }

    .alert {
        margin: 1rem 1rem 1.25rem;
    }
}

@media (max-width: 640px) {
    html {
        font-size: 15px;
    }
}

button {
    transition: transform 0.1s ease;
}

    button:active {
        transform: scale(0.99);
    }

label.required::before {
    content: "*";
    color: red;
    margin-right: 4px;
}

/* Switch Personalizado */
.switch {
    position: relative;
    height: 1.5rem;
    width: 3rem;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 9999px;
    background-color: rgba(100, 116, 139, 0.377);
    transition: all .3s ease;
}

    .switch:checked {
        background-color: #006847;
    }

    .switch::before {
        position: absolute;
        content: "";
        left: calc(1.5rem - 1.6rem);
        top: calc(1.5rem - 1.6rem);
        display: block;
        height: 1.6rem;
        width: 1.6rem;
        cursor: pointer;
        border: 1px solid rgba(100, 116, 139, 0.527);
        border-radius: 9999px;
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 0 3px 10px rgba(100, 116, 139, 0.327);
        transition: all .3s ease;
    }

    .switch:hover::before {
        box-shadow: 0 0 0px 8px rgba(0, 0, 0, .15);
    }

    .switch:checked:hover::before {
        box-shadow: 0 0 0px 8px rgba(0, 104, 71, 0.15);
    }

    .switch:checked:before {
        transform: translateX(100%);
        border-color: #006847;
    }

.iti__selected-dial-code {
    color: #9ca3af !important
}

.container-site {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

@media not all and (min-width: 1024px) {
    .container-site {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .container-painel {
        padding: 2rem !important
    }
}

    .container-painel {
        padding: 3rem;
        border-radius: 0.5rem;
        width: 100%;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        border-width: 1px;
    }

    /* Alerts Personalizado */
    .alert {
        font-size: 0.875rem;
        line-height: 1.25rem;
        padding: 1rem;
        border-width: 1px;
        border-radius: 0.5rem;
        gap: 1rem;
        align-items: flex-start;
        display: flex;
        margin-top: 1rem;
        margin-bottom: 1.25rem;
        position: relative;
    }

    .alert-info {
        color: rgb(131 155 190);
        background-color: #ffffff;
        border-color: rgb(131 155 190);
    }

    .alert-danger {
        color: #ff5260;
    }

    .alert-warning {
        color: rgb(226 27 77);
        background-color: #ffffff;
        border-color: rgb(226 27 77);
    }

    .alert-success {
        color: #ffffff;
        background-color: rgb(0, 141, 79);
        border-color: rgb(0, 141, 79);
    }

@media (min-width: 1024px) {
    *::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        background-color: #EDEEF4;
        border-radius: 10px;
    }

    *::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #EDEEF4; 
    }

    *::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #006847;
        border: 2px solid #EDEEF4;
    }

        *::-webkit-scrollbar-thumb:hover {
            background-color: #004a32;
        }
}

html {
    scroll-behavior: smooth;
}


input:-webkit-autofill {
    background-color: #0a0a0a !important;
    color: #ffffff !important;
    box-shadow: 0 0 0px 100px #006847 inset !important;
    -webkit-text-fill-color: #ffffff !important;
}

.btn-outline-custom {
    border: 1.5px solid #006847;
    color: #006847;
    border-radius: 0.75rem; /* 12px */
    padding: 1.2rem 1.5rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.2s;
    display: inline-block;
    text-align: center;
    width: auto;
}

    .btn-outline-custom:hover {
        background-color: #006847;
        color: white;
    }

.btn-cta {
    position: relative;
    overflow: hidden;
    color: #e6f2ed;
    background-image: linear-gradient(135deg,
        #ffffff 0%,
        #c0ddd0 6%,
        #2d8b62 13%,
        #005a3d 22%,
        #006847 35%,
        #006847 70%,
        #004a32 100%);
    background-size: 100% 100%;
    box-shadow: 0px 7px 10px 0px rgba(0, 39, 26, 0.2);
    border-radius: 20px;
    transition: color 0.5s ease, box-shadow 0.5s ease;
}

.btn-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(225deg,
        #ffffff 0%,
        #c0ddd0 6%,
        #2d8b62 13%,
        #005a3d 22%,
        #006847 35%,
        #006847 70%,
        #004a32 100%);
    background-size: 100% 100%;
    border-radius: inherit;
    opacity: 0;
    z-index: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.btn-cta span {
    position: relative;
    z-index: 2;
}

.btn-cta:hover {
    color: #ffffff;
    box-shadow: 0px 4px 12px 0px rgba(0, 39, 26, 0.4);
}

.btn-cta:hover::before {
    opacity: 1;
}


.btn-cta-white {
    position: relative;
    overflow: hidden;
    color: #006847;
    background-image: linear-gradient(135deg,
        #ffffff 0%,
        #ffffff 45%,
        #c0ddd0 70%,
        #2d8b62 82%,
        #005a3d 92%,
        #006847 100%);
    background-size: 100% 100%;
    box-shadow: 0px 7px 10px 0px rgba(0, 39, 26, 0.2);
    border-radius: 20px;
    transition: color 0.5s ease, box-shadow 0.5s ease;
}

.btn-cta-white::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(225deg,
        #ffffff 0%,
        #ffffff 45%,
        #c0ddd0 70%,
        #2d8b62 82%,
        #005a3d 92%,
        #006847 100%);
    background-size: 100% 100%;
    border-radius: inherit;
    opacity: 0;
    z-index: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.btn-cta-white span {
    position: relative;
    z-index: 2;
}

.btn-cta-white:hover {
    color: #006847;
    box-shadow: 0px 4px 12px 0px rgba(0, 39, 26, 0.4);
}

.btn-cta-white:hover::before {
    opacity: 1;
}
