:root {
    --bg-dot-color: #e6e6e6;
    --cursor-1: #6366f1;
    --cursor-2: #f97316;
    --glass-bg: rgba(255, 255, 255, 0.5);
    --glass-border: rgba(255, 255, 255, 0.8);
    --color-footer: #0a2357;

    --bs-link-color: #dd181f !important;
    --bs-link-color-rgb: 221, 24, 31 !important;
    --bs-link-decoration: underline !important;
    --bs-link-hover-color: #8d0406 !important;
    --bs-link-hover-color-rgb: 141, 4, 6 !important;
}

[data-bs-theme="dark"] {
    --bg-dot-color: #2c333d;
    --glass-bg: rgba(33, 37, 41, 0.5);
    --glass-border: rgba(255, 255, 255, 0.1);
    background-color: #111;
}

body {
    background-image: radial-gradient(var(--bg-dot-color) 1px, transparent 1px);
    background-size: 24px 24px;
    transition: background-color 0.3s ease;
}

footer {
    background-color: var(--color-footer);
    color: rgba(255, 255, 255, 0.8);
    padding: 60px 0 20px;
}

footer h5 {
    color: white;
    margin-bottom: 20px;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.2s;
}

.social-icons a {
    font-size: 1.5rem;
    color: white;
    margin-right: 15px;
    transition: color 0.2s;
    text-decoration: solid;
}

.social-icons a:hover {
    color: var(--color-accent);
    text-decoration: solid;
}

footer ul li a:hover {
    color: var(--color-accent);
}

.footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 0.9rem;
}

@font-face {
    font-family: "ZonaPro";
    src: url("../fonts/ZonaPro.otf") format("opentype");

}

@font-face {
    font-family: "ZonaPro-Bold";
    src: url("../fonts/ZonaPro-Bold.otf") format("opentype");

}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-brands-400.eot") !important;
    src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg") !important;
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-regular-400.eot") !important;
    src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg") !important;
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fa-solid-900.eot") !important;
    src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg") !important;
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.zonaPro-Bold {
    font-family: 'ZonaPro-Bold';
}

.zonaPro {
    font-family: 'ZonaPro';
}

.title::after {
    content: "";
    display: block;
    width: 165px;
    height: 0.3rem;
    background-color: #DD181F;
    margin: 15px auto;
    border-radius: 10px;
}

.note-home {
    -webkit-animation: note-home 10s linear infinite both;
    animation: note-home 10s linear infinite both;
}

.chechedImg01 {
    width: 50px;
    height: 50px;
    background: url("/public/img/checked01.svg") no-repeat;
    display: inline-block;
}

.chechedImg01:hover {
    background: url("/public/img/checked02.svg") no-repeat;
}

.chechedImg02 {
    width: 50px;
    height: 50px;
    background: url("/public/img/checked02.svg") no-repeat;
    display: inline-block;
}

.chechedImg02:hover {
    background: url("/public/img/checked01.svg") no-repeat;
}

.inputNoline {
    border: none;
    width: calc(100% - 185px);
    max-width: initial;
    background: none;
    height: 33px;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    padding-left: 10px;
}

.inputNoline:focus {
    box-shadow: none !important;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

.formBtnAclop {

    border-radius: 50px;
    padding: 10px;
    border: 2px solid #8D0406;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.formBtnAclop:hover {
    border-color: #DD181F;
}

@-webkit-keyframes note-home {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    20% {
        -webkit-transform: translate(-12px, 12px);
        transform: translate(-12px, 12px);
    }

    40% {
        -webkit-transform: translate(-12px, -12px);
        transform: translate(-12px, -12px);
    }

    60% {
        -webkit-transform: translate(12px, 12px);
        transform: translate(12px, 12px);
    }

    80% {
        -webkit-transform: translate(12px, -12px);
        transform: translate(12px, -12px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes note-home {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    20% {
        -webkit-transform: translate(-12px, 12px);
        transform: translate(-12px, 12px);
    }

    40% {
        -webkit-transform: translate(-12px, -12px);
        transform: translate(-12px, -12px);
    }

    60% {
        -webkit-transform: translate(12px, 12px);
        transform: translate(12px, 12px);
    }

    80% {
        -webkit-transform: translate(12px, -12px);
        transform: translate(12px, -12px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

/* 
 |********************************************************
 | WhatsApp button
 |********************************************************
*/
.btn-floating-whatsapp {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 2em;
    right: 1.5em;
    display: none;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    background-color: #25d366;
    border-radius: 100%;
    animation: pulse 3s infinite;
    z-index: 9999;
}

.btn-floating-whatsapp .icon {
    width: 25px;
    height: 25px;
    margin: 10px auto;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgb(51 217 178 / 70%);
    }

    70% {
        transform: scale(1.2);
        box-shadow: 0 0 0 10px rgb(51 217 178 / 0%);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgb(51 217 178 / 0%);
    }
}

.whats-mais {
    border-radius: 4px;
    background-color: #25d366 !important;
    border: 1px solid #25d366 !important;
    color: #fff !important;
}


@-webkit-keyframes note-home {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    20% {
        -webkit-transform: translate(-12px, 12px);
        transform: translate(-12px, 12px);
    }

    40% {
        -webkit-transform: translate(-12px, -12px);
        transform: translate(-12px, -12px);
    }

    60% {
        -webkit-transform: translate(12px, 12px);
        transform: translate(12px, 12px);
    }

    80% {
        -webkit-transform: translate(12px, -12px);
        transform: translate(12px, -12px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes note-home {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    20% {
        -webkit-transform: translate(-12px, 12px);
        transform: translate(-12px, 12px);
    }

    40% {
        -webkit-transform: translate(-12px, -12px);
        transform: translate(-12px, -12px);
    }

    60% {
        -webkit-transform: translate(12px, 12px);
        transform: translate(12px, 12px);
    }

    80% {
        -webkit-transform: translate(12px, -12px);
        transform: translate(12px, -12px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.primary-bg {
    background: #DD181F;
    background: linear-gradient(90deg, #DD181F 0%, #8D0406 100%);
}