/* COLOR PICKER */



.noScroll {
    overflow: hidden;
}

.pattern-container {
    width: 100%;
    height: 15%;
}

.background-pattern {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.background-pattern-top {
    transform: rotate(180deg);
}

.navbar-container {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    left: 0;
    height: 60%;
    background-color: white;
    transition: all .35s ease;
    width: 100%;
    margin-top: -150%;
    border-bottom: 2px solid var(--gold-color);
    /* overflow: hidden; */
}

.navbar-container-active {
    margin-top: 0;
}

.navbar-container::-webkit-scrollbar {
    width: 0.1em;
}

.navbar-container::-webkit-scrollbar-track {
    background-color: transparent;
}

.navbar-container::-webkit-scrollbar-thumb {
    background-color: transparent;
}



.close-menu-btn {
    font-size: 2rem;
    color: var(--gold-color);
    position: absolute;
    right: 5%;
    top: 0;
}

.navbar {
    min-height: 70%;
    height: fit-content;
    padding: 0 2rem;
    position: relative;
    display: flex;
    align-items: center;
}

.navbar>ul {
    height: fit-content;
    width: 80%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.navbar-list-item {
    color: var(--violet-color);
    text-transform: uppercase;
    margin: 30px 0;
    font-weight: 700;
    font-size: 17px;
    transition: all .4s;
    transition-delay: .6s;
    /* list-style: disc; */

}

.navbar-list-item::marker {
    color: var(--gold-color);
}

.navbar-list-item a,
.navbar a:visited,
.navbar-list-item .item-dropdown-visible-part p {
    color: var(--violet-color);
}

.item-dropdown-visible-part {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 30%;
}

.dropdown-items-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s;
    padding-left: 5%;
}

.item-dropdown-active>.dropdown-items-container {
    max-height: 200px;
    /* margin: 1.5% 0; */
}

.navbar .bx-chevron-right {
    transition: all .4s ease;
    font-size: 28px;
    color: var(--gold-color);
}

.item-dropdown-active .bx-chevron-right {
    transform: rotate(90deg);
}

.dropdown-active .navbar-list-item {
    margin: 5px 0;
    transition-delay: 0s;
}

.dropdown-list-item {
    margin: 15px 10%;
    cursor: pointer;
}
.dropdown-list-item:first-child{
    margin-top: 5px;
}
.dropdown-list-item:last-child{
    margin-bottom: 5px;
}
.dropdown-list-item a{
    font-size: 12.5px;
}
.checkbox-container {
    display: flex;
    align-items: center;
}

.checkbox-container input {
    width: 10%;
}

.checkbox-container label {
    color: #fff;
    width: 90%;
}

.send-question {
    width: 95%;
    border: 0;
    outline: 0;
    border: 1px solid var(--gold-color);
    background-color: transparent;
    color: #fff;
    padding: 3% 0;
    margin-top: 3%;
}





@media(min-width: 768px) {
    .navbar>ul {
        width: 90%;
    }

    .navbar-list-item {
        margin: 2% 0;
        font-size: 1.2rem;
    }

    .close-menu-btn {
        right: 2%;
    }

    .item-dropdown {
        width: 100%;
        display: flex;
    }

    .item-dropdown-visible-part {
        width: fit-content;
    }

    .dropdown-items-container {
        display: flex;
        padding-left: 0;
        width: 100%;
        align-items: center;
    }
    .dropdown-list-item a{
        font-size: 14px;
    }
    .dropdown-list-item {
        margin: 0;
        width: 25%;
        text-align: center;
        font-size: 0.8rem;
    }

    .dropdown-active .navbar-list-item {
        margin: 1.5% 0;
    }

    /* Cambio la flecha */
    .navbar .bx-chevron-right {
        transform: rotate(90deg);
    }

    .item-dropdown-active .bx-chevron-right {
        transform: rotate(0);
    }
}


@media(min-width: 1024px) {
    .navbar {
        padding: 0 4rem;
        height: fit-content;
    }

    .navbar>ul {
        width: 80%;
    }

    .navbar-container {
        top: 0;
        bottom: 0;
        margin-left: -100%;
        width: 50%;
        height: 100%;
        border-bottom: 0;
        border-right: 3px solid var(--gold-color);
        margin-top: 0;
    }

    .navbar-container-active {
        margin-left: 0;
    }

    .dropdown-items-container {
        transition: max-height 0.3s ease;
        padding-left: 5%;
    }

    .item-dropdown {
        display: list-item;
        width: unset;
    }

    .dropdown-items-container {
        flex-direction: column;
        /* justify-content: flex-start; */
        align-items: flex-start;
        /* margin: 5% 0;
        margin-top: 2%; */
    }

    .dropdown-active .navbar-list-item {
        margin: 2.5% 0;
    }

    .dropdown-list-item {
        margin: 2% 10%;
        text-align: start;
        width: unset;
    }
    .dropdown-list-item a{
        font-size: 16px;
    }
    .navbar .bx-chevron-right {
        transition: all .3s ease;
        font-size: 1.8rem;
        color: var(--gold-color);
        transform: rotate(0deg);
    }

    .item-dropdown-active .bx-chevron-right {
        transform: rotate(90deg);
    }

    .close-menu-btn-container {
        align-items: center;
        justify-content: flex-end;
        height: 10%;
    }

    .close-menu-btn {
        cursor: pointer;
        font-size: 2.2rem;
    }


    .navbar ul {
        /* display: flex;
        flex-direction: column; */
        justify-content: center;
        overflow: hidden;
    }

    .navbar-list-item {
        margin: 4% 0;
    }

    .send-question {
        font-size: 1.2rem;
    }

    .item-dropdown-visible-part {
        width: 30%;
    }
}