html {
    overflow-x: hidden;
}

body {
    font-family: 'XenonNue', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    background-color: #131313;
    color: #ffffff;
    padding-top: 86px;
}

a {
    text-decoration: none;
    color: #dddddd;
}

.text-gothic {
    font-family: 'DeLaGothicOne', sans-serif;
}

@media (min-width: 768px) {
    .position-md-absolute {
        position: absolute !important;
    }
    .rounded-md-start-4 {
        border-radius: 0 !important;
        border-bottom-left-radius: var(--bs-border-radius-xl) !important;
        border-top-left-radius: var(--bs-border-radius-xl) !important;
    }
    .rounded-md-end-4 {
        border-radius: 0 !important;
        border-bottom-right-radius: var(--bs-border-radius-xl) !important;
        border-top-right-radius: var(--bs-border-radius-xl) !important;
    }
}

.btn-light-dark {
    color: #000000 !important;
    background-color: #ffffff;
    border-color: #ffffff;
    transition: all 0.5s;
}
.btn-light-dark:hover {
    color: #ffffff !important;
    background-color: #464646;
    border-color: #464646;
}
.btn-dark-light {
    color: #ffffff !important;
    background-color: #262626;
    border-color: #262626;
    transition: all 0.5s;
}
.btn-dark-light:hover {
    color: #000000 !important;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-transparent-light {
    color: #ffffff !important;
    background-color: transparent;
    border-color: transparent;
    transition: all 0.5s;
}
.btn-transparent-light:hover {
    color: #000000 !important;
    background-color: #ffffff;
    border-color: #ffffff;
}

.notification-cart-container.notification-fixed {
    top: 96px;
}
.notification-cart-container .notification-cart {
    border-radius: 0.5rem;
}

.navbar {
    background-color: #262626;
}
.navbar .nav-link {
    color: #ffffff;
    transition: all 0.5s;
}
.navbar .nav-link:hover {
    color: #969696;
}
.navbar .offcanvas {
    background-color: #262626;
}
.navbar .navbar-toggler {
    border: none;
}
.navbar .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}
.navbar .btn-close {
    border: none;
}
.navbar .btn-close:focus {
    box-shadow: none;
    outline: none;
}

#modal-cart, #installments-modal {
    width: 100% !important;
    max-width: 450px !important;
    z-index: 10001;
    left: initial;
}
#modal-cart .js-cart-quantity-input {
    color: #ffffff;
}
#modal-cart .js-cart-quantity-input:focus {
    background-color: #262626;
    color: #ffffff;
}

#inicio {
    background-image: url(../images/home/bg-video-welcome-new.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.video-fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-fullscreen video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#inicio .btn-play {
    width: 20%;
    max-width: 90px;
    margin-top: 1rem;
}
#inicio .btn-play:active {
    border: none;
}
#inicio .btn-play .icon-play {
    border-radius: 50rem;
    width: 100%;
    box-shadow: 0 0px 70px rgba(0, 0, 0, 0.6);
    transition: all 0.5s;
}
#inicio .btn-play:hover .icon-play {
    transform: scale(1.2);
}
#inicio h2 {
    font-size: 1.8rem;
}
#inicio h5 {
    font-size: 0.7rem;
}
#inicio .hr-title {
    margin: 0.7rem 0;
    color: white;
    border: 0;
    border-top: 0.3rem solid;
    opacity: 1;
    width: 8.8rem;
}
@media (min-width: 992px) {
    #inicio h2 {
        font-size: 2.8rem;
    }
    #inicio h5 {
        font-size: 1.1rem;
    }
    #inicio .hr-title {
        margin: 0.7rem 0;
        border-top: 0.5rem solid;
        width: 100%;
    }
    #inicio .btn-play {
        width: 60%;
        margin-top: 0;
    }
}
@media (min-width: 1200px) {
    #inicio h2 {
        font-size: 3.5rem;
    }
    #inicio h5 {
        font-size: 1.37rem;
    }
}

.section-2 {
    background: url(../images/home/bg-sec-02.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-2 .content {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 80%), url(../images/home/img-sec-02.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 80vh;
    border-radius: 1rem;
    position: relative;
}

.section-4 {
    background-image: url(../images/home/bg-video-elegir-nobi-new.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.section-4 .btn-play {
    width: 20%;
    max-width: 90px;
    margin-top: 1rem;
}
.section-4 .btn-play:active {
    border: none;
}
.section-4 .btn-play .icon-play {
    border-radius: 50rem;
    width: 100%;
    box-shadow: 0 0px 70px rgba(0, 0, 0, 0.6);
    transition: all 0.5s;
}
.section-4 .btn-play:hover .icon-play {
    transform: scale(1.2);
}
@media (min-width: 992px) {
    .section-4 .btn-play {
        width: 60%;
        margin-top: 0;
    }
}

.section-5 {
    background: url(../images/home/bg-sec-05.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.section-5 .degrade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
    pointer-events: none;
}
.title-bg {
    position: absolute;
    width: 8rem;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: 1;
}
.icon-star {
    position: absolute;
    width: 4rem;
    top: 2rem;
    left: 0;
    transform: translateX(-50%);
    pointer-events: none;
}
.icon-ciudad-no-frena {
    position: absolute;
    width: 5rem;
    bottom: 2rem;
    left: 0;
    transform: translateX(-50%);
    pointer-events: none;
}
.icon-smile {
    position: absolute;
    width: 5rem;
    top: 4rem;
    left: 0;
    transform: translateX(-50%);
    pointer-events: none;
}
@media (min-width: 1200px) {
    .title-bg {
        width: 14rem;
    }
    .icon-star {
        width: 6rem;
    }
    .icon-ciudad-no-frena {
        width: 8rem;
    }
    .icon-smile {
        width: 8rem;
    }
}

.testimonials {
    background-image: url(../images/home/bg-testimonios.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.testimonials .content {
    position: relative;
    text-align: center;
}
.testimonials .description {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
}
.testimonials .description button img {
    width: 3rem;
    transition: all 0.5s;
}
.testimonials .description button:hover img {
    transform: scale(1.1);
}
.testimonials .splide .my-prev {
    left: -2.2rem;
}
.testimonials .splide .my-next {
    right: -2.2rem;
}
.testimonials .splide .splide__pagination {
    bottom: -2rem;
}
.testimonials .splide__slide {
    transition: transform 0.5s ease;
}
.testimonials .splide__slide button {
    pointer-events: none;
}
/* .testimonials .splide__slide.is-active button {
    pointer-events: all;
}
@media (min-width: 992px) {
    .testimonials .splide__slide.is-active {
        transform: scale(1.1);
    }
} */
.testimonials .degrade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
    transition: all 0.5s;
}
/* .testimonials .splide__slide.is-active .degrade {
    opacity: 0;
} */
.testimonials .splide__pagination {
    display: flex !important;
    justify-content: center;
    gap: 0.5rem;
}

.text-black {
    color: #131313 !important;
}
.faqs .accordion-button:not(.collapsed) {
    color: #131313;
    background-color: #969696;
    box-shadow: none;
    outline: none;
    font-weight: bold;
}
.faqs .accordion-faqs > .accordion-item {
    border: none;
    border-bottom: 1px solid #131313;
}
.faqs .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23131313' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 3v10M3 8h10'/%3e%3c/svg%3e");
}
.faqs .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23131313' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 8h10'/%3e%3c/svg%3e");
    transform: initial;
}
.faqs .accordion-button:focus {
    box-shadow: none;
}
.faqs .accordion-item:last-of-type {
    border-radius: 0;
}
.faqs .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 0;
}

#videoModal .btn-close {
    border: none;
}
#videoModal .btn-close:focus {
    box-shadow: none;
    outline: none;
}
#videoModal .modal-content {
    background-color: transparent;
    border: none;
}
#videoModal .modal-header {
    background-color: transparent;
    border: none;
}
#videoModal .modal-body {
    background-color: black;
    border-radius: 0.5rem;
}

footer {
    background-image: url(../images/bg-footer-full.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
footer form input.form-control {
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
}
footer form input.form-control:focus {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
    box-shadow: none;
    outline: none;
}
footer form input.form-control::placeholder {
    color: #ffffff;
}
footer .nav-link {
    color: #ffffff;
    transition: all 0.5s;
}
footer .nav-link:hover {
    color: #969696;
}
footer .nav-link .icon-inline {
    /* height: 1.5rem; */
    fill: #ffffff;
    transition: all 0.5s;
}
footer .nav-link:hover .icon-inline {
    fill: #969696;
}
footer .powered-by-logo svg {
    height: 20px;
    fill: #555555;
}
footer .powered-by-logo {
    width: auto;
}