﻿body {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    font-family: 'Open Sans', sans-serif;
}

.login-container {
    display: flex;
    width: 100%;
    height: 100%;
}

.login-form {
    width: 40%;
    padding: 120px 100px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    background: rgba(255, 255, 255,1);
}

    .login-form h3 {
        margin-bottom: 20px;
    }

.login-image {
    width: 60%;
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #000;
    cursor: pointer;
}

    .login-image img {
        display: none !important;
    }

.login-header .logo-title {
    display: flex;
    align-items: center;
}

.login-header h1 {
    margin: 0;
}




#loginCarousel, .carousel-inner, .carousel-item,
.carousel-indicators [data-bs-target] {
    display: none !important;
}

.carousel-item {
    background-size: cover;
    background-position: center;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.image-content {
    max-width: 500px;
    padding: 40px;
    z-index: 1;
    position: relative;
}

.advertisements-label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    border-radius: 0 0 10px 0;
    align-items: center;
    color: #FFF;
    background: #00000078;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

    .advertisements-label p {
        margin: 0;
        padding: 0;
    }

    .advertisements-label i {
        color: #FFAF1F;
        margin-right: 5px;
    }

.advertise-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #FFAF1F;
}

.advertise-subtitle {
    font-size: 24px;
    margin-bottom: 20px;
    color: white;
}

.advertise-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: white;
}

    .advertise-text .highlight {
        color: #FFAF1F;
        font-weight: 600;
    }

.learn-more-button {
    display: inline-block;
    background-color: #FFAF1F;
    color: #000;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .learn-more-button:hover {
        background-color: #e69e1c;
    }

.carousel-indicators {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    z-index: 2;
}

    .carousel-indicators [data-bs-target] {
        width: 50px;
        height: 10px;
        background-color: #eaeaea;
        border-radius: 10px;
        margin: 0 5px;
        cursor: pointer;
        opacity: 0.5;
        border: none;
    }

    .carousel-indicators .active {
        background-color: #FFAF1F;
        opacity: 1;
    }

.login-header {
    margin-bottom: 30px;
}

    .login-header h1 {
        margin-bottom: 3px !important;
    }

    .login-header h1 {
        font-size: 32px;
        color: #333;
        margin-bottom: 10px;
        font-weight: 400;
    }

    .login-header p {
        font-size: 14px;
        color: #666;
    }

.form-group {
    margin-bottom: 20px;
}

    .form-group label {
        display: block;
        font-size: 15px;
        color: #333;
        font-weight: 600;
    }

    .form-group input {
        width: 100%;
        padding: 22px 12px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 14px;
    }

.password-input-container {
    position: relative;
    width: 100%;
}


.password-toggle-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
    font-size: 18px;
}

.login-button {
    width: 100%;
    background-color: #FFAF1F;
    color: #000;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: 600;
}

    .login-button:hover {
        background-color: #e69e1c;
    }

.password-label-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.forgot-password-link {
    color: #000;
    text-decoration: underline;
    font-size: 12px;
}


.footer-login-text {
    text-align: center;
    margin-top: 20px;
}

.footer-text {
    font-size: 13px;
    color: #666;
    margin: 5px 0;
}

.interested-section {
    display: flex;
    align-items: center;
    background-color: #FAFAFA;
    padding: 10px 24px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.interested-section-mobile {
    display: none;
}

.interested-text {
    flex-grow: 1;
    margin-right: 20px;
}

    .interested-text p {
        margin: 3px 0;
        font-size: 12px;
        color: #555;
    }

        .interested-text p i {
            color: #FFAF1F;
            margin-right: 5px;
            font-size: 16px;
        }

.interested-title {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.learn-more-link {
    color: #FFAF1F;
    text-decoration: underline;
    font-weight: 400;
    font-size: 13px;
}

    .learn-more-link:hover {
        text-decoration: none;
    }

.contact-button-container {
    flex-shrink: 0;
}

.contact-us-button {
    background-color: #FFAF1F !important;
    color: #000 !important;
    padding: 5px 15px;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: 600;
}

    .contact-us-button:hover {
        background-color: #e69e1c !important;
        text-decoration: none;
    }

.bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

#bg-layer-1 {
    z-index: 1;
}
/* Camada 1 fica por cima */
#bg-layer-2 {
    z-index: 0;
}
/* Camada 2 fica por baixo */

#carousel-indicators-manual {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #carousel-indicators-manual .indicator {
        border: none;
        width: 60px;
        height: 10px;
        background-color: #eaeaea;
        border-radius: 10px;
        margin: 0 5px;
        cursor: pointer;
        opacity: 0.5;
        transition: opacity 0.3s;
    }

        #carousel-indicators-manual .indicator.active {
            background-color: #FFAF1F;
            opacity: 1;
        }

@media (max-width: 1400px) {
    .login-form {
        padding: 100px 50px;
    }

    @media (max-width: 1000px) {
        .interested-section {
            display: none;
        }

        .interested-section-mobile {
            display: flex;
            align-items: center;
            background-color: #FAFAFA;
            padding: 10px 24px;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        body {
            display: flex;
            flex-direction: column;
        }

        .login-container {
            flex-direction: column;
        }


        .login-form {
            width: 100%;
            padding: 30px;
            min-height: auto;
        }

        .login-header {
            margin-bottom: 10px;
        }

            .login-header img {
                padding-bottom: 12px;
            }

        .login-image {
            width: 100%;
            display: flex;
            height: 60vh;
            min-height: 300px;
        }

        .login-header h1 {
            font-size: 24px;
        }

        .login-header p {
            font-size: 14px;
        }

        .form-group input {
            padding: 10px;
        }

        .login-button {
            padding: 10px 20px;
        }

        .interested-section {
            position: static !important;
            width: 100% !important;
            margin-top: 20px;
            left: auto !important;
            bottom: auto !important;
            padding: 15px 30px;
            box-sizing: border-box;
        }

        .interested-text {
            margin-right: 12px;
        }

            .interested-text p {
                font-size: 12px;
            }

        #carousel-indicators-manual {
            bottom: 15px;
        }

            #carousel-indicators-manual .indicator {
                width: 40px;
                height: 8px;
            }
    }
}
