html {
    scroll-behavior: smooth;
    background: #0b0027 !important;
}

* {
    padding: 0;
    margin: 0;
}

a {
    padding: 0;
    margin: 0;
}

.body {
    background: #06002c !important;
    font-family: 'Montserrat', sans-serif;
}

nav {
    color: #fff;
    font-size: 18px;
}

button {
    width: 220px;
    background-color: #ef9f00;
    padding: 0px 8px;
    border-radius: 20px;
    border: 2px solid #e06d01;
    color: #fff;
    font-size: 20px;
}

button a {
    padding: 0;
}

nav .nav-pills .nav-link {
    color: #fff !important;
    background-color: transparent !important;
    border: none;
}

nav .nav-pills .nav-item {
    transition: transform 0.4s ease-in-out;
}

nav .nav-pills .nav-item.active {
    transform: scale(1.3);
}

nav .nav-pills .nav-item:not(.active):hover {
    transform: scale(1.3);
}

.menu {
    width: auto;
    min-width: 60%;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 8px 16px;
    font-weight: 400;
    position: fixed;
    z-index: 1000;
}

.menu img {
    width: 100px;
    height: auto;
    margin: 5px 8px 0 26px;
}

.menu button {
    width: 220px;
    background-color: #ef9f00;
    padding: 0px 8px;
    border-radius: 20px;
    border: 2px solid #e06d01;
    color: #fff;
    font-size: 20px;
}

.bg-gradient-custom {
    background: linear-gradient(90deg, #5e018c, #8320b4, #7533cc, #3131c6, #190d6a);
    box-shadow: 0px 5px 5px #00000083;
}

.home{
    font-size: 30px;
}

.destaques {
    background: url(../images/secao-bbplay.jpeg) #06002c;
    background-position: top;
    background-repeat: no-repeat;
    color: #fff;
}

.destaques .container {
    padding: 120px 0 0 0;
}

.destaques .swiper {
    width: 90%;
    height: 600px;
}

.destaques .swiper .destaques-card-wrapper .card-item {
    width: 100%;
    max-height: 376px;
    height: 100%;
    box-shadow: 0px 0px 25px #67e3ff;
    outline: 2px solid #74e6ff;
}

.destaques .swiper .destaques-card-wrapper .card-item .card-link {
    width: 100%;
    height: 100%;
}

.destaques .swiper .destaques-card-wrapper .card-item .card-link img {
    width: 100%;
    height: 100%;
}

.destaques .swiper .destaques-card-wrapper .card-list .card-item:hover {
    transform: scale(1);
    z-index: 0;
    outline: 2px solid #74e6ff;
    box-shadow: 0px 0px 25px #67e3ff;
}

.destaques .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.destaques .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3) !important;
}

.destaques .card-img-top {
    transition: transform 0.5s ease;
}

.destaques .card:hover .card-img-top {
    transform: scale(1.05);
}

.destaques .btn-outline-light {
    border-width: 2px;
    font-weight: 600;
}

.destaques .btn-outline-light:hover {
    background-color: white;
    color: #5e018c !important;
    border-color: white;
}

.catalogo {
    z-index: 10;
    background: url(../images/grafismo-base.jpeg) #050028;
    background-position: bottom;
    background-repeat: no-repeat;
    color: #FFF;
    padding: 0 0 0 0;
    position: relative;
}

.catalogo .container {
    width: 100%;
    max-width: 1160px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.catalogo h2 {
    color: #FF9900
}

.catalogo-icone {
    color: #5e018c;
    font-size: 1.5rem;
    line-height: 1;
    display: inline-block;
    width: 24px;
    text-align: center;
}

.catalogo ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    gap: 1%;
    flex-wrap: wrap;
}

.catalogo ul li {
    width: 19%;
    overflow: hidden;
    border-radius: 20px;
    margin: 1% 0 0 0;
}

.catalogo ul li img {
    width: 100%;
}

@media (max-width: 768px) {
    .catalogo-lista .fs-4 {
        font-size: 1.25rem !important;
    }
}

.bookstore {
    background: url(../images/CTA-BBPLAY-BG.jpg);
    background-position: top;
    background-repeat: no-repeat;
    color: #fff;
    padding: 0;
    height: auto;
    font-size: 30px;
}

.bookstore .container {
    height: 100%;
    padding: 112px 0 112px 0;
    min-height: 662px;
}

.bookstore span {
    padding: 0;
    margin: 0;
}

.bookstore strong{
    font-size: 60px;
    text-transform: uppercase;
    line-height: 40px;
}

.originais {
    background: url(../images/originais-bg.jpg);
    background-position: top center;
    background-repeat: round;
    color: #fff;
    padding: 0;
    height: auto;
}

.originais .container {
    padding: 120px 0 60px 0;
}

.originais .swiper{
    max-width: 1400px;
    width: 100%;
}

.originais .card-item {
    background: #1a1a1a;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    /* proporção widescreen padrão do YouTube */
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.producoes {
    background: url(../images/bg-producoes.jpeg) #050028;
    background-position: top center;
    background-repeat: round;
    color: #fff;
}

.producoes .container {
    width: 100%;
    max-width: 1400px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.producoes ul {
    position: relative;
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 20px;
}

.producoes ul li {
    width: 20%;
    overflow: hidden;
    border-radius: 20px;
    outline: 2px solid #74e6ff;
    box-shadow: 0px 0px 25px #67e3ff;
}

.producoes ul li img {
    width: 100%
}

.onde-assistir {
    background: url(../images/onde-assistir-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    color: #fff;
    height: auto;
    color: #fff;
    padding: 139px 0 0;
}

.onde-assistir .container {
    display: flex;
}

.novidades {
    background: url(../images/bg-noticias.jpg);
    background-position: top;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
}

.novidades .container {
    max-width: 1380px;
    width: 100%;
    padding: 130px 0 0 0;
}

.novidades .swiper {
    width: 100%;
    margin: 0;
    padding: 10px 20px;
}

.novidades button{
    background-color: #5e018c;
    border: none
}

.platform-card {
    background: none !important;
}

.platform-card .btn {
    transition: transform 0.2s;
}

.platform-card .btn:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .onde-assistir .lead {
        font-size: 1rem;
    }
}

.fale-conosco {
    background: url(../images/bg-contato.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    color: #fff;
}

.fale-conosco .container{
    max-width: 1000px;
    padding: 94px 0 90px 0;
}

.fale-conosco a {
    color: #fff;
    fill: #fff;
}

.fale-conosco h2 {
    font-size: 2.5rem;
    padding: 0 0 0 20px;
}

.fale-conosco form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.fale-conosco .contact-info h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0;
}

.fale-conosco .contact-info p {
    color: #fff;
    margin-bottom: 0;
    font-size: 1.1rem;
}

.fale-conosco .contact-form {
    border: 2px solid #ef9f00;
    background: #1A1A1A;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.fale-conosco .contact-form label {
    font-weight: 500;
}

.fale-conosco .contact-form input {
    color: #fff!important;
    outline: none;
    background: none;
    border: 0px solid;
    border-bottom: 1px solid #ccc;
    border-radius: 0!important;
}

/* Estilo base para inputs e textarea: apenas borda inferior */
.fale-conosco .contact-form input,
.fale-conosco .contact-form textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 0.75rem 0;
    width: 100%;
    outline: none;
    transition: border-color 0.3s;
    color: #fff; /* cor do texto digitado (ajuste conforme o fundo) */
}

.fale-conosco .contact-form textarea {
    background: none;
    border: none;
    background: #282828;
    border-radius: 0!important;
}

/* Cor do placeholder */
.fale-conosco .contact-form input::placeholder,
.fale-conosco .contact-form textarea::placeholder {
    color: #aaa;       /* cor desejada para o placeholder */
    opacity: 1;        /* garante opacidade total em navegadores que aplicam padrão */
}

/* Para navegadores mais antigos (WebKit) */
.fale-conosco .contact-form input::-webkit-input-placeholder,
.fale-conosco .contact-form textarea::-webkit-input-placeholder {
    color: #aaa;
}

/* Para Firefox (versões antigas) */
.fale-conosco .contact-form input::-moz-placeholder,
.fale-conosco .contact-form textarea::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}

/* Para Internet Explorer 10-11 */
.fale-conosco .contact-form input:-ms-input-placeholder,
.fale-conosco .contact-form textarea:-ms-input-placeholder {
    color: #aaa;
}

/* Foco: altera a cor da borda inferior */
.fale-conosco .contact-form input:focus,
.fale-conosco .contact-form textarea:focus {
    border-bottom-color: #ef9f00;
    box-shadow: none;
}

.fale-conosco .contact-form .form-control {
    border-radius: 8px;
    padding: 0.75rem;
}

.fale-conosco .contact-form .form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.fale-conosco .btn-primary {
    font-size: 20px;
    background: #FF9900;
    color: #DF3902;
    border: none;
    padding: 0.5rem 0.5rem;
    border-radius: 12px;
    font-weight: 600;
    transition: transform 0.3s;
}

.fale-conosco .btn-primary:hover {
    color: #A22800;
    background: #FF6633;
}

footer {
    height: 40px;
    display: flex;
    background-color: #565656;
    color: #fff;
    justify-content: center;
    align-items: center;
}

footer p {
    margin: 0;
}

.swiper {
    width: 77%;
    padding: 20px 19px 0px 19px;
}

.swiper .arrows {
    width: 100%;
    height: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper .arrows .container {
    width: auto;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.swiper .arrows .container .swiper-button-prev,
.swiper .arrows .container .swiper-button-next {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 5px;
    height: 32px;
    width: 32px;
    border: 2px solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.card-list {
    padding: 1px;
}

.card-list .card-item {
    background: none;
    list-style: none;
    border-radius: 30px;
    overflow: hidden;
    transition: transform 1s ease;
}

.card-list .card-item:hover {
    transform: scale(1.02);
    z-index: 100;
    outline: 2px solid #fff;
    box-shadow: -5px 10px 15px rgba(0, 0, 0, 1)
}

.card-list .card-item .card-link {
    width: 33%;
    display: block;
    background: #9e7676;
    border-radius: 12px;
    text-decoration: none;
}

.card-list .card-link .card-image {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Animação quando a seção está abaixo (rolagem para baixo) */
@keyframes bounceDown {
    0% {
        transform: translateY(-20px);
    }

    30% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(0);
    }
}

.section-bounce-down {
    animation: bounceDown 0.6s ease-out;
}

/* Animação quando a seção está acima (rolagem para cima) */
@keyframes bounceUp {
    0% {
        transform: translateY(20px);
    }

    0% {
        transform: translateY(10px);
    }

    30% {
        transform: translateY(30px);
    }

    60% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(0);
    }

}

.section-bounce-up {
    animation: bounceUp 0.6s ease-out;
}

.mb-1px {
    margin-bottom: 1px;
}

.mb-2px {
    margin-bottom: 2px;
}

.mb-3px {
    margin-bottom: 2px;
}

.mb-4px {
    margin-bottom: 2px;
}

.mb-5px {
    margin-bottom: 2px;
}

.mb-6px {
    margin-bottom: 2px;
}

.mb-7px {
    margin-bottom: 2px;
}

.mb-8px {
    margin-bottom: 2px;
}

.mb-9px {
    margin-bottom: 9px;
}

.mb-10px {
    margin-bottom: 2px;
}

.mb-11px {
    margin-bottom: 1px;
}

.mb-12px {
    margin-bottom: 2px;
}

.mb-13px {
    margin-bottom: 2px;
}

.mb-14px {
    margin-bottom: 2px;
}

.mb-15px {
    margin-bottom: 2px;
}

.mb-16px {
    margin-bottom: 2px;
}

.mb-17px {
    margin-bottom: 2px;
}

.mb-18px {
    margin-bottom: 2px;
}

.mb-19px {
    margin-bottom: 2px;
}

.mb-0px {
    margin-bottom: 2px;
}

/* Se quiser outras direções */
.mt-1px {
    margin-top: 1px;
}

.ms-1px {
    margin-left: 1px;
}

.me-1px {
    margin-right: 1px;
}

.mx-1px {
    margin-left: 1px;
    margin-right: 1px;
}

.my-1px {
    margin-top: 1px;
    margin-bottom: 1px;
}

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.w-100 {
    width: 100%;
}

.font-1 {
    font-size: 1px;
}

.font-2 {
    font-size: 2px;
}

.font-3 {
    font-size: 3px;
}

.font-4 {
    font-size: 4px;
}

.font-5 {
    font-size: 5px;
}

.font-6 {
    font-size: 6px;
}

.font-7 {
    font-size: 7px;
}

.font-8 {
    font-size: 8px;
}

.font-9 {
    font-size: 9px;
}

.font-10 {
    font-size: 10px;
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

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

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-19 {
    font-size: 19px;
}

.font-20 {
    font-size: 20px;
}

.font-21 {
    font-size: 21px;
}

.font-22 {
    font-size: 22px;
}

.font-23 {
    font-size: 23px;
}

.font-24 {
    font-size: 24px;
}

.font-25 {
    font-size: 25px;
}

.font-26 {
    font-size: 26px;
}

.font-27 {
    font-size: 27px;
}

.font-28 {
    font-size: 28px;
}

.font-29 {
    font-size: 29px;
}

.font-30 {
    font-size: 30px;
}

.font-31 {
    font-size: 31px;
}

.font-32 {
    font-size: 32px;
}

.font-33 {
    font-size: 33px;
}

.font-34 {
    font-size: 34px;
}

.font-35 {
    font-size: 35px;
}

.font-36 {
    font-size: 36px;
}

.font-37 {
    font-size: 37px;
}

.font-38 {
    font-size: 38px;
}

.font-39 {
    font-size: 39px;
}

.font-40 {
    font-size: 40px;
}

.font-50 {
    font-size: 50px;
}

.font-60 {
    font-size: 60px;
}

.font-70 {
    font-size: 70px;
}

.font-80 {
    font-size: 80px;
}

.font-90 {
    font-size: 90px;
}

.font-100 {
    font-size: 100px;
}

.font-110 {
    font-size: 110px;
}

.btn-bookstore{
    border: 1px solid #FF6633;
    transition: .2s ease-in;
    cursor: pointer;
}

.btn-bookstore:hover{
    background: #FF9900;
}