#nav {
    box-shadow: none;
}

.about {
    padding-left: 6rem;
}

.section-about-home {
    transition: 0.3s;
    animation: fadeIn 2s;
}

.bg-dark {
    background-color: transparent !important;
    transition: 0.3s;
}

.navbar-brand h1, .navbar-brand p {
    color: white;
}

.lexia-title h1 {
    color: white;
    font-size: 4rem;
    font-weight: 800;
}

.lexia-title p {
    color: white;
    font-size: 1.2rem;
    font-weight: 800;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.light-nav .navbar-brand h1, .light-nav .navbar-brand p {
    color: black;
}

.light-nav.bg-dark {
    background-color: #fafafa !important;
}

.light-nav#nav {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.light-nav.navbar-dark .navbar-nav .nav-link {
    color: black;
}

.light-nav.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.about-home {
    padding: 0 9rem;
}

.btn-nav {
    padding-top: 1.2rem;
}

.btn-link {
    border: solid 2px #0085FF;
    color: white;
    transition: 0.3s;
    border-radius: 0.8rem;
    font-weight: 800;
    font-size: 1.2rem;
    padding: 0.5rem 1.7rem;
    min-width: 190px;
}

.btn-link:hover {
    border: solid 2px #0085FF;
    text-decoration: none;
    color: white;
    background-color: #006acc;
}

.btn-link:not(:last-child) {
    margin-right: 1rem;
}

.lexia-btn-primary {
    background-color: #0085FF;
}

.main-title {
    color: #0085FF;
    font-weight: 800;
}

.ui-card-slider {
    height: 400px;
    min-width: 400px;
}

.ui-card-slider .slide {
    display: flex;
}

.ui-card-slider .hidden-slide {
    display: none;
}

.ui-card-slider .center-slide {
    height: auto;
    width: 246px;
}

.ui-card-slider .left-slide, .ui-card-slider .right-slide {
    width: 200px;
    height: auto;
}

.ui-card-slider .left-slide {
    left: 16px;
}

.ui-card-slider .right-slide {
    left: 174px;
}

.ui-card-slider .left-hidden-slide, .ui-card-slider .right-hidden-slide {
    width: 180px;
    height: auto;
    left: 30px;
}

.ui-card-slider .left-slide .btn-see-more,
.ui-card-slider .right-slide .btn-see-more,
.ui-card-slider .right-hidden-slide .btn-see-more,
.ui-card-slider .left-hidden-slide .btn-see-more {
    font-size: 0.6rem;
}

.card-stack-section {
    width: 100%;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 800;
    text-align: center;
    margin: 0;
}

.main-title {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.container-catalog {
    margin: 0;
}

.content {
    height: 100%;
    background-color: rgba(1, 1, 1, .5);
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 992px) {
    .about-home {
        min-height: 100vh;
        justify-content: center;
        padding: 4rem 1.5rem 2rem 1.5rem;
    }

    .about {
        padding-left: 1.5rem;
    }

    .about-home img {
        transform: scale(0.7);
    }

    .lexia-title h1 {
        font-size: 2rem;
        text-align: center;
    }

    .lexia-title p {
        font-size: 1.2rem;
        text-align: center;
    }

    .btn-link:not(:last-child) {
        margin-right: 0;
    }

    .btn-link:last-child {
        margin-top: 0.5rem;
    }

    .btn-nav {
        flex-direction: column;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: black;
    }

    .card-stack-section {
        flex-direction: column;
    }

    .ui-card-slider {
        height: 336px;
        min-width: 100vw;
        width: 100vw;
    }

    .ui-card-slider .center-slide {
        width: 200px;
        left: 50%;
        margin-left: -100px;
    }

    .ui-card-slider .left-slide, .ui-card-slider .right-slide {
        width: 160px;
    }

    .ui-card-slider .left-slide {
        left: 5%;
    }

    .ui-card-slider .right-slide {
        left: unset;
        right: 5%;
    }

    .ui-card-slider .left-hidden-slide, .ui-card-slider .right-hidden-slide {
        width: 120px;
        left: 30px;
    }

    .section-about-home {
        height: initial;
    }

    .machine-title {
        font-size: 14px;
    }

    .btn-see-more {
        font-size: 12px;
        padding: 0.5rem 1rem;
    }
}

@media screen and (max-width: 320px) {
    .about-home {
        padding: 4rem .5rem 2rem .5rem;
    }
}

@media screen and (min-width: 1200px) {
    .about-home {
        max-width: 1280px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}