/* 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-------------------*/
#backdropchat, .redirect-message-backdrop {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    overflow: hidden;
}

#backdropchat.in {
    display: block;
}

.redirect-message-backdrop {
    background: rgba(39, 39, 39, 0.9);
    z-index: 99998;
    display: block;
}

.redirect-message-text {
    position: relative;
    text-align: center;
    top: 40%;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
    animation: text-animate 1s infinite alternate;
    transition: all 1s;
}


@keyframes text-animate{
    from {
        transform: scale(1.1);
    }
    to {
        transform: scale(1);
    }
}

.redirect-message-loader {
    position: relative;
    top: 35%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100%;
    animation: loader-animate 1s infinite ease-in-out;
}

@keyframes loader-animate{
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

#chatzap {
    display: block;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    right: 0;
}

@media (max-width: 767px) {
    #chatzap.in {
        top: 0;
        left: 0;
        margin: 30px;
    }
}

.iconzap {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
}

.pulsar {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 35px;
    right: 35px;
    background: transparent;
    border-radius: 50%;
    animation: efeitopulse 2s infinite;
}

@media (max-width: 767px) {
    .iconzap {
        width: 50px;
        height: 50px;
        bottom: 25px;
        right: 10px;
    }

    .pulsar {
        width: 40px;
        height: 40px;
        bottom: 30px;
        right: 15px;
    }
}

@keyframes efeitopulse {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.7);
    }

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

.iconzap:hover {
    cursor: pointer;
}

#chatzap:hover > .pulsar {
    animation: none;
    transition: all 0.5s;
}

.iconzap .logochat {
    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;
    }
}

#chatzap.in .formzap {
    display: block;
}

#chatzap.in .iconzap,
#chatzap.in .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 {
    margin-top: 50px !important;
    margin-bottom: 25px;
    position: relative;
}

.custom-dark .input-material {
    margin-top: 18px !important;
}

.input-material > label {
    color: #b1bbc4;
    font-size: 1rem;
    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: #ffffff;
    font-size: 16px;
}

.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 #b1bbc4;
    border-radius: 0px;
    background: transparent;
    padding-left: 5px;
    box-shadow: none;
    color: #808080;
}

.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: #f28252;
    color: #000000 !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: #f28252 !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);
    }
}

.dialog-message .dialog-close-button {
    position
}