/*
Theme Name: Sidinei
Template: hello-elementor
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

* {
    font-family: 'Montserrat', sans-serif;
}

.page-template-page-area-exclusiva,
.page-template-page-course-videos {
    background-color: #333333 !important;
}


/* NOTE - Footer */
.footer-course {
    text-align: center;
    padding: 10px 20px;
    background-color: #0d0d0d;
    color: #f2f2f2;
    font-size: 14px;
    font-weight: 300;
}

.footer-course p {
    padding: 0 !important;
    margin-bottom: 0;
}

.footer-course a {
    font-size: 14px !important;
    color: #C5A059 !important;
    font-weight: bold !important;
}

/* NOTE - Alert */

.show-alert-error-course {
    transition: 0.5 all ease;
    display: none;
    margin-top: 40px;
}

.course-empty {
    width: 100%;
    padding: 60px 20px;
    text-align: center;
    background: #222;
    border-radius: 20px;
    border: 1px solid #222;
    margin: 80px 0 120px 0;
}

.course-empty i {
    font-size: 60px;
    color: #C5A059;
    margin-bottom: 20px;
    display: block;
}

.course-empty h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #C5A059;
    font-weight: bold;
}

.course-empty p {
    color: #999;
    margin: 0;
}

.course-empty a {
    display: inline-block;
    color: #C5A059 !important;
    padding: 10px 30px;
    border: 1px solid #C5A059;
    border-radius: 20px;
    margin-top: 20px;
}

.course-empty a:hover {
    color: #FFF !important;
    background-color: #C5A059;
}

.show-alert-error-course button {
    border: 0;
}

/* // NOTE - Load Spinner */
.page-loader {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;

    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.page-loader.active {
    opacity: 1;
    visibility: visible;
}

.loader-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, .2);
    border-top-color: #FFF;
    border-radius: 50%;
    animation: spin .8s linear infinite;
}

@keyframes spin {

    to {
        transform: rotate(360deg);
    }

}

/* // SECTION - Área de Login */

/* // NOTE - Background da página */
.container-background {
    width: 100%;
    min-height: 100dvh;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #000;
    background-image: url("http://sidinei.local/wp-content/uploads/2026/04/fundo-detalhe.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    padding: 20px;
}

.container-login {
    width: 100%;
    max-width: 420px;
}

/* .box-login{
    width:100%;
    padding:30px 25px;
    border-radius:24px;

    background:rgba(0,0,0,0.75);
    backdrop-filter:blur(10px);
} */

.container-background::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .8);
}

.container-login {
    width: 100%;
    max-width: 420px;
    position: relative;
    z-index: 2;
}

/* // NOTE - Form de login */
.box-login {
    padding: 60px;
    border: 1px solid #C5A059;
    border-top: 4px solid #C5A059;
    border-bottom: 4px solid #C5A059;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(255, 255, 255, .1);
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(10px);
}

.box-login a {
    display: block;
    text-align: center;
}

.box-login img {
    width: 220px;
    margin-bottom: 40px;
}

.box-login h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #C5A059;
    text-transform: uppercase;
    font-weight: bold;
}

/* // NOTE - Form - Labels e Inputs */
.box-login label {
    color: #fff;
}

.login-username,
.login-password {
    margin-bottom: 20px;
}

.login-username label,
.login-password label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.input {
    width: 100% !important;
    height: 45px !important;
    border-radius: 5px !important;
    border: 1px solid #CCC !important;
    padding: 0 15px !important;
}

.login-submit input {
    width: 100%;
    height: 45px;
    border: none;
    background: #C5A059;
    color: #FFF;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.login-submit input:hover {
    background-color: #E3C27F;
}

.login-password {
    position: relative;
}

#user_pass {
    padding-right: 50px !important;
}

.toggle-password {
    position: absolute;
    right: 15px;
    bottom: 7px;
    cursor: pointer;
    z-index: 10;
    color: #999;
    font-size: 18px;
}

.toggle-password:hover {
    color: #FFF;
}

.login-error {
    color: red;
    text-align: center;
    margin-bottom: 20px;
}

.login-error i {
    margin-right: 5px;
}

/* // !SECTION - Área de Login   */

/* // SECTION - Área Logada */
.box-header-nav {
    padding: 15px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-header-nav img {
    width: 180px;
}

.box-header-nav .btn-logout {
    padding: 5px 25px;
    color: #FFF;
    background-color: red;
    border-radius: 15px;
}

.box-header-nav .btn-logout:hover {
    color: #FFF;
}

.box-header-nav .btn-logout i {
    margin-right: 10px;
}

.user-dropdown {
    position: relative;
}

.user-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #111;
    color: #FFF;
    border: none;
    padding: 12px 18px;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s all ease;
}

.user-dropdown-toggle:hover,
.user-dropdown-toggle:active button.user-dropdown-toggle:focus {
    background: #222 !important;
}

.user-dropdown-menu {
    position: absolute;
    top: 110%;
    right: 0;
    min-width: 220px;
    background: #FFF;
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);

    transition: 0.3s all ease;

    z-index: 999;
}

.user-dropdown:hover .user-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 10px;
    text-decoration: none;
    color: #111;
    border: none;
    background: none;
    transition: 0.3s all ease;
}

.dropdown-item:hover {
    background: #F5F5F5;
}

.dropdown-item i {
    font-size: 18px;
}

.course-page,
.video-page {
    background-color: #333333;
}

.box-hero-text {
    padding: 80px 35px 40px 35px;
}

.box-hero-text h1 {
    color: #FFF;
    font-weight: bold;
    text-align: center;
}

.box-hero-text p {
    color: #FFF;
    font-weight: 300;
    text-align: center;
    font-size: 16px;
}

.course-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 40px;
}

.course-card {
    /* width: calc(50% - 12px); */
    border-radius: 15px;
    border: 1px solid #C5A059;
    border-top: 4px solid #C5A059;
    border-bottom: 4px solid #C5A059;
}

.course-card-box {
    padding: 20px 20px 40px 20px;
    text-align: center;
}

.course-card-box h3 {
    font-size: 22px;
    color: #C5A059;
    font-weight: bold;
}

.course-card-box .course-desc {
    font-size: 16px;
    color: #FFF;
    font-weight: 300;
    margin-bottom: 30px;
}

.course-card-box a {
    background-color: #C5A059;
    color: #FFF !important;
    font-weight: bold !important;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 15px;
    margin-top: 5px;
    display: inline-block;
}

.course-card-img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.course-card-img img {
    width: 100%;
    display: block;
}

.course-categories p {
    font-weight: bold;
    font-size: 14px;
    color: #ccc;
}

.course-categories p span {
    font-weight: 300;
}

.course-filters {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0 35px;
}

course-filters form {
    width: 100%;
    max-width: 350px;
}

.course-filters select {
    width: 100%;
    padding: 10px 20px;
    border: none;
    border-radius: 12px;
    background: #444;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, .08);
    transition: .3s;
}

.course-filters select:hover {
    border-color: #FFF;
}

.course-filters select:focus {
    border-color: #FFF;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .1);
}

/* NOTE - Página Vídeo do Curso */
.back-dash {
    padding: 15px;
}

.back-dash a {
    color: #ccc !important;
    font-size: 14px !important;
}

.back-dash a:hover {
    color: #C5A059 !important;
    font-size: 14px !important;
}

.back-dash a i {
    margin-right: 5px;
}

.box-hero-text-course {
    padding: 80px 35px 20px 35px;
}

.box-hero-text-course h2 {
    color: #FFF;
    font-weight: bold;
    text-align: center;
}

.box-hero-text-course p {
    color: #FFF;
    font-weight: 300;
    text-align: center;
    font-size: 16px;
}

.video-grid ul {
    padding: 0 20px;
}

.video-grid ul h5 {
    color: #C5A059;
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
}

.video-grid ul h5 i {
    margin-right: 5px;
}

.video-grid ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 12px;
    padding: 15px 30px;
    border: 1px solid #755b29;
    border-left: 6px solid #C5A059;
}

.video-box .video-box-title {
    font-size: 18px;
    font-weight: bold;
    color: #FFF
}

.box_desc_video {
    padding: 5px 0 0 20px;
}

.video-box .video-box-desc {
    font-size: 15px;
    font-weight: 300;
    color: #FFF
}

.video-box .video-box-desc i {
    margin-right: 5px;
}

.video-box span,
.video-box-finish label {
    font-size: 14px;
    font-weight: 300;
    color: #FFF
}

.video-box-finish label input {
    margin-right: 5px;
}

.video-box span i {
    margin-right: 5px;
}

.video-grid button.show-video {
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    background-color: #C5A059;
    padding: 8px 30px;
}

.video-grid button.show-video:hover {
    background-color: #fac86c;
    color: #FFF;
}

/* NOTE - Modal - Profile */
#modalProfile .modal-content {
    background-color: #333;
    color: #FFF;
    padding: 20px;
}

#modalProfile .modal-header {
    border-bottom: none;
}

#modalProfile .modal-header h5 {
    color: #FFF;
}

#modalProfile .modal-header .btn-close {
    filter: invert(1);
    border: 0;
}

#modalProfile .modal-header .btn-close:hover,
#modalProfile .modal-header .btn-close:focus {
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
}

#modalProfile .modal-content input {
    border-radius: 5px !important;
    border: 1px solid #CCC !important;
    padding: 10px 15px !important;
}

#modalProfile .modal-content .modal-footer {
    border-top: 0;
}

#modalProfile .modal-content .modal-footer button {
    border-radius: 10px;
    border: 1px #C5A059 solid;
    color: #C5A059;
}

#modalProfile .modal-content .modal-footer button:hover {
    background-color: #C5A059;
    color: #FFF;
}

/* NOTE - Breakpoints */
@media (max-width: 991.98px) {
    .course-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .course-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {

    .box-header-nav {
        padding: 15px 8px;
    }

    .user-dropdown-toggle {
        font-size: 14px;
        margin-left: 10px;
        padding: 12px 14px;
    }

    .box-login {
        padding: 40px;
        border-radius: 15px;
        box-shadow: 0 0 20px rgba(255, 255, 255, .1);
    }

    .box-header-nav img {
        width: 160px;
    }

    .box-header-nav .btn-logout {
        padding: 5px 18px;
        font-size: 14px;
    }

    .box-header-nav .btn-logout:hover {
        font-size: 14px;
    }

    .box-header-nav .btn-logout i {
        margin-right: 5px;
    }

    .box-hero-text-course {
        padding: 20px 35px 10px 35px;
    }

    .box-hero-text-course h2 {
        font-size: 24px;
    }

    .box-hero-text-course p {
        text-align: justify;
        font-size: 15px;
    }

    .box-hero-text {
        padding: 20px;
    }

    .box-hero-text h1 {
        font-size: 22px;
    }

    .box-hero-text p {
        text-align: justify;
    }

    .course-grid {
        grid-template-columns: 1fr;
    }

    .course-filters {
        padding: 20px;
        gap: 10px;
    }

    .course-filters a {
        width: 100%;
        justify-content: center;
    }

    .video-grid ul li {
        flex-direction: column;
    }

    .video-box,
    .video-grid button.show-video {
        width: 100%;
    }

    .video-box {
        margin-bottom: 20px;
    }

    .video-box .video-box-title {
        font-size: 16px;
        text-align: center;
        margin-bottom: 10px;
    }
}

/* // !SECTION - Área Logada */