#banner .thumb-video {
    /* content: url(../../../img/home_desktopc.jpg?v=1); */
    position: absolute;
    z-index: 99;
    top: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

#banner .glider-contain {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#home-desktop .glider-track {
    transform: unset;
    margin-top: 2.5rem !important;
}

#home-desktop .dots {
    position: absolute;
    transform: rotate(90deg);
    left: 0px;
    top: 50%;
}

/* ------------------------------Login-------------------------------- */
#banner #login {
    position: absolute;
    height: 60px;
    bottom: unset;
    top: 20%;
    right: 25px;
    font-size: 30px;
    z-index: 999 !important;
    width: 410px;
    max-width: 430px;
}

#login .bg-verde-claro {
    background: linear-gradient(90deg, #6FD73A, #2CB620) !important;
}

#login h2 a {
    font-size: 1.25rem !important;
    font-family: "Exo 2";
    font-weight: 800;
    line-height: 24px;
    font-style: italic;
    color: #0C9C00;
    padding-top: 0px;
    padding-bottom: 10px;
}

#login .card {
    border: 1px solid #64C832;
    border-radius: 7px;
    background-color: #ffffff;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

#login .card-header {
    background-color: transparent !important;
    border-bottom: transparent !important;
    padding-right: 2rem;
    padding-left: 2rem;
}

#login .form-group {
    margin-bottom: 10px;
}

#login .form-control {
    background-color: #fff;
    color: #495c63 !important;
    border-radius: 7px;
    border: 1px solid #D9D9D9;
    height: 2.5rem !important;
    font-size: 14px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    font-family: "Exo 2";
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
}

#login form a:last-child {
    border-radius: 7px;
    padding: 15px 30px 15px 30px;
    font-size: 1rem;
    font-weight: 800;
    font-family: "Exo 2";
    font-style: italic;
    line-height: 24px;
    color: #fff;
    background: linear-gradient(90deg, #6FD73A, #2CB620);
}

#login input[type="checkbox"] {
    position: absolute;
    width: 4% !important;
    height: 15px !important;
}

input[type="checkbox"]:checked {
    accent-color: #64C832 !important;
}

#login .fonte-8 {
    font-size: 8pt;
    color: #495C63;
}


@media only screen and (max-width: 1366px) {
    #login {
        bottom: unset;
        right: 25px;
        font-size: 30px;
        z-index: 1000;
        max-width: 390px;
    }
}

@media only screen and (max-width: 820px) {
    #login {
        bottom: unset;
        top: 45%;
    }
}

@media only screen and (max-width: 767px) {
    #banner .thumb-video {
        /* content: url(../../../img/home_mobilec.jpg?v=1); */
        position: static;
    }

    #banner .embed-responsive {
        position: static;
    }

    .embed-responsive-21by9::before {
        /* padding-top: 160%; */
        padding-top: unset;
    }

    #banner #login {
        bottom: unset;
        top: 50%;
        right: 20px;
        left: 20px;
        width: auto;
    }
    #login h2 a {
        font-size: 0.9rem !important;
    }
}