:root {
    color-scheme: light;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
}

::-webkit-scrollbar-thumb {
    background: #6d6d6d;
}

body {
    line-height: 1;
    overflow-x: hidden;
}

.snippet-ytb-lazy {
    aspect-ratio: 16/9;
    width: 100%;
    background-color: #000;
    border-radius: 10px;
    overflow: hidden;
}

.snippet-ytb-lazy .ytb-lazy-tittle {
    position: absolute;
    top: 10px;
    left: 15px;
    max-width: 100%;
    color: #fff;
    font-size: 1.2rem;
}

.snippet-ytb-lazy .player,
.snippet-ytb-lazy iframe {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: inherit;
}

.snippet-ytb-lazy .player {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.snippet-ytb-lazy img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.snippet-ytb-lazy svg {
    width: 20%;
    line-height: 0;
    z-index: 1;
    padding: 2px;
    height: auto;
}

.height-100 {
    height: 100%;
}

.height-100 .elementor-widget-container {
    height: 100%;
}

.centered {
    text-align: center;
}

/*-------------CHATZAP-------------------*/

.buttons-container {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999;
}

.button-container {
    position: relative;
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
    margin-right: 30px;
    border-radius: 50%;
}

.icon-button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pulsar {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border-radius: 50%;
    transition: all 0.5s;
    animation: pulse-effect 2s infinite;
}

@media (max-width: 767px) {
    .buttons-container.form-open {
        top: 0;
        left: 0;
        margin: 30px;
    }

    .button-container {
        width: 45px;
        height: 45px;
        margin-right: 10px;
    }

    .buttons-container.form-open .button-container {
        width: 100%;
        height: auto;
    }
}

@keyframes pulse-effect {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.8);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
}

@media (max-width: 767px) {
    @keyframes pulse-effect {
        0% {
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.8);
        }

        100% {
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        }
    }
}

.icon-button:hover {
    cursor: pointer;
}

.icon-button:hover > .pulsar {
    animation: none;
}

.icon-button .logo-button {
    width: 100%;
    height: 100%;
}

.formzap {
    display: none;
    position: absolute;
    height: auto;
    background-color: #eee7dd;
    border: 1px solid #009345;
    transition: all 0.5s;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .formzap {
        width: 350px;
        bottom: 20px;
        right: 20px;
        padding-bottom: 5px;
        margin-right: -520px;
    }

    #chatzap.animar .formzap {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .formzap {
        width: 100%;
        top: 50px;
        left: 0;
        margin-left: -100%;
    }

    #chatzap.animar .formzap {
        margin-left: 0;
    }
}

.buttons-container.form-open .formzap {
    display: block;
}

.buttons-container.form-open .icon-button,
.buttons-container.form-open .pulsar {
    display: none;
}

.headerzap {
    position: relative;
    width: 100%;
    background-color: #009345;
    padding: 15px;
    padding-right: 30px;
    color: white;
    font-size: 1.2rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.headerzap .fecharzap {
    position: absolute;
    height: 25px;
    top: 10px;
    right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all 0.5s;
    font-size: 20px;
    font-family: 'Roboto';
}

.headerzap .fecharzap:hover {
    cursor: pointer;
    background-color: rgba(0, 147, 69, 0.8);
    color: white;
}

.headerzap p {
    margin: 0;
}

.formzap .form-control {
    border: 1px solid #ccc;
}

.formzap form {
    margin: 15px;
}

.formzap .form-group {
    text-align: left;
}

.formzap .form-group > label {
    font-size: 1.1rem;
    margin: 5px;
}

.formzap button {
    width: 100%;
    background-color: #009345;
    color: white;
    font-size: 1rem;
    transition: all 0.5s;
}

.formzap button:hover {
    background-color: rgba(0, 147, 69, 0.8);
    color: white;
}

/*-------------CHATZAP FIM-------------------*/

.form-padrao {
    max-width: 500px;
    margin: 0 auto;
    font-size: 1rem;
}

.form-group {
    margin-bottom: 15px;
}

.input-material {
    position: relative;
    margin-top: 18px !important;
}

.custom-dark .input-material {
    margin-top: 50px !important;
    margin-bottom: 25px;
}

.input-material > label {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    bottom: 5px;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
}

.custom-dark .input-material > label {
    color: #b1bbc4;
    font-size: 18px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.input-material .form-control {
    border: none;
    border-bottom: 2px solid #ced4da;
    border-radius: 0px;
    background: transparent;
    padding-left: 5px;
    box-shadow: none;
    color: #ffffff;
}

.input-material .form-control:focus {
    box-shadow: none;
}

.input-material .form-control:required ~ label::after {
    content: '*';
    color: #dc3545;
    padding-left: 2px;
    font-size: 0.8em;
}

.input-material .form-control:focus,
.input-material .form-control:focus-visible,
.input-material .form-control[value]:not([value='']) {
    border-bottom-color: #007bff;
    color: #ffffff !important;
    outline: none;
}

.custom-dark .input-material .form-control:focus,
.custom-dark .input-material .form-control[value]:not([value='']) {
    color: #000;
}

.input-material .form-control:focus ~ label,
.input-material .form-control:not(:placeholder-shown) ~ label {
    top: unset;
    bottom: 100%;
    font-size: 16px;
    color: #00ffff !important;
    font-weight: 500;
}

.custom-dark .input-material .form-control:focus ~ label,
.custom-dark .input-material .form-control:not(:placeholder-shown) ~ label {
    color: #007bff;
}

.btn {
    margin: 10px 0;
    display: inline-block;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #218838;
    border: 1px solid transparent;
    padding: 0.5em 2em;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: 0.3s all;
    text-transform: uppercase;
}

.btn:hover {
    color: #ffffff;
    background-color: #186429;
}

.centered {
    text-align: center;
}

.col-title {
    color: #eaff00;
    font-weight: bold;
    text-align: center;
    font-size: 1.4rem;
}

.form-capture {
    text-align: center;
}

.spinner-loading {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: transparent;
    box-sizing: border-box;
    border-top: 0.3rem solid #218838;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    border-bottom: 0.3rem solid transparent;
    border-radius: 100%;
    animation: spin-anim 0.6s ease-out infinite;
}

@keyframes spin-anim {
    100% {
        transform: rotate(360deg);
    }
}

.custom-animated-list {
    animation-name: none !important;
}

.elementor-icon-list-item {
    animation-name: customFadeInLeft;
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-delay: 300ms;
}

.custom-animated-list .elementor-icon-list-item:nth-child(2) {
    animation-delay: 800ms;
}

.custom-animated-list .elementor-icon-list-item:nth-child(3) {
    animation-delay: 1300ms;
}

.custom-animated-list .elementor-icon-list-item:nth-child(4) {
    animation-delay: 1800ms;
}

.custom-animated-list .elementor-icon-list-item:nth-child(5) {
    animation-delay: 2300ms;
}

.custom-animated-list .elementor-icon-list-item:nth-child(6) {
    animation-delay: 2800ms;
}

@keyframes customFadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.custom-animation-btn {
    animation-name: customZoomIn;
    animation-duration: 1s;
}

@keyframes customZoomIn {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.custom-down-page {
    --custom-down-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--custom-down-size);
    height: calc(var(--custom-down-size) * 2.29);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
}

.custom-down-page:hover {
    cursor: pointer;
}

.custom-down-page:active,
.custom-arrow-down:active {
    background-color: initial;
    border-color: initial; 
    color: initial; 
    box-shadow: none;
}

.custom-arrow-down {
    position: absolute;
    top: 0;
    width: var(--custom-down-size);
    height: calc(var(--custom-down-size) * 0.23);
    opacity: 0;
    transform: scale(0.3);
    animation: custom-down-animate 3s ease-out infinite;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
}

.custom-arrow-down:nth-child(1) {
    animation-delay: 0s;
}
.custom-arrow-down:nth-child(2) {
    animation-delay: 1s;
}
.custom-arrow-down:nth-child(3) {
    animation-delay: 2s;
}

.custom-arrow-down::before,
.custom-arrow-down::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: #fff;
}

.custom-arrow-down::before {
    left: 0;
    transform: skewY(30deg);
}

.custom-arrow-down::after {
    right: 0;
    transform: skewY(-30deg);
}

@keyframes custom-down-animate {
    25% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
        transform: translateY(calc(var(--custom-down-size) * 1.09));
    }
    66.6% {
        opacity: 1;
        transform: translateY(calc(var(--custom-down-size) * 1.49));
    }
    100% {
        opacity: 0;
        transform: translateY(calc(var(--custom-down-size) * 2.29)) scale(0.5);
    }
}

/* p {
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    overflow-wrap: break-word;
} */
