﻿
/* Teste Modal fundo branco


#modal-login .modal-content, #modal-login .modal-content input, #modal-login .modal-content .or span, #modal-login a {
    background-color: #FFF;
    color: #000;
}

    #modal-login .modal-content .or {
        border-color: #000;
    }

#modal-login .btn-google {
    background-color: #A01C2F;
    color: #FFF;
}

#modal-signup .modal-content, #modal-signup .modal-content input, #modal-signup .modal-content .or span, #modal-signup a {
    background-color: #FFF;
    color: #000;
}

#modal-signup .btn-google {
    background-color: #A01C2F;
    color: #FFF;
}

#modal-signup .modal-content .or {
    border-color: #000;
}

*/

#user-area {
    margin-top: 50px;
}

.bg-claro {
    background-color: #ffffff;
    margin-top: 0px;
    padding: 20px;
    color: #000000;
}

    .bg-claro a {
        color: #007bff;
        text-decoration: none;
        background-color: transparent;
    }


.input-payment {
    padding: 10px 10px;
    border: 1px solid #000;
    width: 100%;
    --margin: 2px 0px 5px 0px;
}

.bootbox.modal {
    --bs-body-bg: #fff;
    --bs-body-color: #212529;
    --bs-modal-bg: #fff;
    --bs-modal-color: #212529;
}

    /* Forçar botão fechar escuro dentro do Bootbox */
    .bootbox.modal .btn-close {
        filter: none !important;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M.293 1.293a1 1 0 0 1 1.414 0L8 7.586l6.293-6.293a1 1 0 1 1 1.414 1.414L9.414 9l6.293 6.293a1 1 0 0 1-1.414 1.414L8 10.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 9 .293 2.707a1 1 0 0 1 0-1.414z' fill='%23212529'/%3e%3c/svg%3e") !important;
        opacity: 1 !important;
    }



/* Inputs dentro do acordeon */
.modal-body-pagamento .accordion .form-control,
.modal-body-pagamento .accordion .form-select {
    background-color: #fff !important; /* fundo branco */
    color: #000 !important; /* texto preto */
    border-color: #ccc;
}

.modal-body-pagamento .accordion .form-control::placeholder {
    color: #666 !important; /* cinza escuro visível */
    opacity: 1;
}

.modal-body-pagamento .accordion .form-control:focus {
    background-color: #fff;
    color: #000;
    border-color: #0d6efd; /* azul bootstrap */
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.25);
}

.modal-body-pagamento .accordion-button, .modal-body-pagamento .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #000;
}

.modal-body-pagamento,
.modal-body-pagamento input,
input:not([type="checkbox"]):not([type="radio"]):focus,
.modal-body-pagamento select,
.modal-body-pagamento .accordion-item {
    background-color: #FFF;
    color: #000;
}

    .modal-body-pagamento a {
        color:#007bff;
    }

        .modal-body-pagamento a:hover {
            color: #007bff;
        }

    .modal-body-pagamento .accordion-button::after {
        filter: grayscale(100%) brightness(60%);
    }

.accordion-button::after {
    position: absolute;
    right: 1rem; /* mantém a seta no canto direito */
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
}

.accordion-button.collapsed::after {
    transform: translateY(-50%) rotate(0deg);
}

.img-icones-pagamento {
    height: 40px;
}

body {
    min-height: 75rem;
    padding-top: 4.5rem;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #0b111e !important;
}

.btn-link {
    text-decoration: none;
    color: #ffffff8c;
}

.btn-link:active {
    text-decoration: none;
    color: #ffffff8c;
}


.bg-light {
    color: #212529;
}

.text-primary {
    color: #2f95cc !important;
}

.navbar.bg-dark {
    background-color: #132232 !important;
}

.bg-body-tertiary {
    background-color: #000 !important;
    opacity: 0.9 !important;
}

.btn-google {
    background-color: #A01C2F;
}

    .btn-google:hover {
        background-color: #A01C2F;
        opacity: 0.8;
        font-weight: normal;
    }

.pr-15 {
    padding-right: 15px;
}

#intro {
    margin-top: 5vh;
}

#lesson {
    margin-top: 5vh;
}

.btn-lesson {
    color: #fff;
    background-color: #2f95cc;
    border-color: #2f95cc;
}

.name-lesson {
    color: #6AACDE;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2em;
}

#modulos-curso {
    border-bottom: 1px solid #F1EFEC;
}

    #modulos-curso h5 {
        font-weight: bold;
    }

.progress-bar {
    background-color: #2f95cc;
}

.text-primary-lesson {
    color: #2f95cc !important;
}

.lesson {
    margin-bottom: 50px;
    color: #F1EFEC;
}

.content-lesson {
    padding-left: 15px;
}

.titulo-intro {
    font-family: 'Playfair Display', sans-serif;
    font-size: 55px;
    font-weight: normal;
    --line-height: 60px;
}

.titulo-pagamento {
    --font-family: 'Playfair Display', sans-serif;
    font-size: 25px;
    margin-bottom: 0;

}

.descricao-pagamento {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
}

.nav-link:focus, .nav-link:hover {
    color: #fff !important;
}

a {
    color: #fff;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }

a.link-btn {
    font-weight: normal;
}

.nav-link:hover, nav-link:hover:focus {
    font-weight: bold;
}


.btn {
    border-radius: 30px;
}

.btn-home-custom {
    font-size: 1.2rem;
    padding-left: 25px;
    padding-right: 25px;
    --font-weight: bold;
}

.top-40 {
    top: 40%;
}

.top-45 {
    top: 45%;
}

.w-30 {
    width: 30% !important;
}

.w-60 {
    width: 60% !important;
}

.fade-bottom-intro-bg {
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%);
}

.valor-parcela-lg {
    font-size: 45px;
}

.modal-price {
    color: #2C7CA9;
    font-size: 1.5rem;
    font-weight: bold;
}

#form-checkout .form-label {
    margin-bottom: .2rem;
}

.btn-pagamento:hover {
    text-decoration: underline;
}

.btn-pagamento.active, .btn-login.active {
    opacity: 0.9;
    border: none;
    font-weight: bold;
}


.btn-pagamento, .btn-login {
    border-color: #0B111E;
    background-color: #0B111E;
    border-radius: 10px;
    padding: 12px;
    font-size: 15px;
    margin-bottom: calc(var(--bs-gutter-x) * .5);
    margin-right: calc(var(--bs-gutter-x) * .1);
}

.btn-login {
    font-size: 25px;
}

.cadastro-carimbo {
    width: 150px;
}

.logo-hohner-footer {
    width: 45%;
    padding: 0;
}

.icone-h-footer {
    width: 15%;
}

hr {
    opacity: 1;
}

.bd-footer {
    padding-bottom: 30px;
}

.bd-footer .img-thumbnail {
    background-color: transparent;
    border: none;
}


.img-depoimentos {
    width: 1rem;
}

.carousel-indicators [data-bs-target] {
    background-color: #fff;
    width: 25px;
    height: 15px;
}

#carousel-depoimentos .carousel-indicators {
    bottom: -40px;
}

#carousel-depoimentos {
    margin-bottom: 40px;
}

[data-bs-theme=dark] {
    --bs-carousel-indicator-active-bg: #fff;
    --bs-carousel-caption-color: #fff;
    --bs-carousel-control-icon-filter:;
}

#carousel-depoimentos button .carousel-control-next-icon,
#carousel-depoimentos button .carousel-control-prev-icon {
    width: 25px;
    height: 15px;
    margin-top: 15px
}

.sessao-features {
    padding-top: 100px;
}

.sessao-features h3 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

#porque-fazer-o-curso i {
    color: #2f95cc;
    font-size: 3rem;
}

.btn-primary, .btn-primary:hover {
    background-color: #2f95cc;
    border-color: #2f95cc;
}

    .btn-primary:hover {
        opacity: 0.8;
        text-decoration: none;
    }

.btn-outline-primary {
    border-color: #2f95cc;
    color: #2f95cc;
}

    .btn-outline-primary:hover {
        background-color: #2f95cc;
    }

.btn-menu-top {
    background: none;
    border: 1px solid white;
    padding-left: 15px;
    padding-right: 15px;
}
    .btn-menu-top:hover {
        background: white;
        color: #132232;
        border: 1px solid #132232;
    }


    html {
        scroll-behavior: smooth;
    }


.follow-us a{
    font-size: 25px;
    margin-left: 25px;
}


.fade-horizontal-to-right {
    object-fit: cover;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 30%, black 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 30%, black 100%);
}

.fade-horizontal-to-left {
    object-fit: cover;
    -webkit-mask-image: linear-gradient(to left, transparent 0%, black 30%, black 100%);
    mask-image: linear-gradient(to left, transparent 0%, black 30%, black 100%);
}

.fade-vertical-to-bottom {
    object-fit: cover;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 30%, black 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 30%, black 100%);
}

.fade-vertical-to-top {
    object-fit: cover;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 100%, black 30%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 100%, black 30%);
}

.fade-all-sides {
    object-fit: cover;
    width: 100%;
    height: 100%;
    /* Máscaras combinadas */
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 90%, black 99%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 15%, black 95%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 90%, black 99%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 15%, black 95%, transparent 100%);
    -webkit-mask-composite: intersect;
    mask-composite: intersect;
}

.img-square {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: .25rem;
    z-index: 1;
}



.slider-gaita a {
    color: #F1EFEC !important;
    text-decoration: none;
    font-weight: normal;
}


.slick-next::before,
.slick-prev::before {
    content: none !important;
}

.slick-arrow,
.slick-arrow i {
    color: #fff !important;
    text-decoration: none;
    outline: 0;
    opacity: .75;
    font-size: 2rem;
}

    .slick-arrow:hover {
        opacity: .9;
    }

#depoimentos .carousel-control-prev,
#depoimentos .carousel-control-next {
    font-size: 2rem;
}


.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
    font-size: 10px;
}

.slick-dots li button:before {
    color: #fff;
    font-size: 10px;
}


#conhecaOCurso .modal-body {
    padding: 0;
}

#conhecaOCurso .modal-header {
    padding: 0.35rem;
    font-size: 0.5rem;
}


#InformacoesPagamentoMP,
#InformacoesPagamentoStripeBR,
#InformacoesPagamentoPIX,
#InformacoesPagamentoPaypal,
#InformacoesPagamentoBoleto {
    display: none; /* serão controlados via jQuery */
}


#modal-signup .modal-content, #modal-login .modal-content {
    padding-left: 8%;
    padding-right: 8%;
}


.btn-fix-button-1 {
    padding-bottom: 1px !important;
}

.or {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fff;
    line-height: 0.1em;
    margin: 30px 0 30px;
}

    .or span {
        background: #212529;
        padding: 0 10px;
        color: #fff;
    }

.paypal-body-custom {
    color: #212529;
    background: #fff !important;
    padding: 50px;
    margin-bottom: 30px;
}

    .paypal-body-custom a {
        color: #212529;
    }

    .paypal-body-custom .form-check-input {
        background: #fff;
    }

        .paypal-body-custom .form-check-input:checked {
            background-color: #0d6efd;
            border-color: #0d6efd;
        }

.CardBrandIcon-container {
    color: #fff;
}

.h-intro {
    --height: calc(100vh - 70px);
    min-height: calc(70vh - 70px);
    position: relative;
    overflow: hidden;
}


.w-video-intro {
    width: 60%;
    max-width: 1080px; /* limite visual para telas grandes */
    margin: 0 auto; /* centraliza horizontalmente */
}

.logo-navbar {
    max-height: 50px; /* altura máxima na navbar */
    width: auto; /* mantém proporção */
    height: auto; /* evita distorção */
}

.logo-circular-intro-top {
    top: 30% !important;
}

.logo-circular-intro {
    width: 250px;
}

.text-intro-bottom {
    padding-bottom: 5rem !important;
    background: linear-gradient(to bottom, rgba(11, 17, 30, 0) 30%, #0b111e 100%);
}

.titulo-sobreposto {
    margin-top: -30px;
    position: relative;
    z-index: 2;
}


.text-description-home-pt {
    padding-top: 8rem;
    padding-bottom: 0.5rem;
}


@media(max-width: 992px) {

    .logo-circular-intro {
        width: 225px;
    }

    .forma-pagamento .col-4 {
        padding-right: 0;
    }
}

.img-bg-intro::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%; /* controla o tamanho do fade */
    background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    z-index: 2;
}

/* Esconder em tudo */
.only-desktop {
    display: none !important;
}

/* Exibir apenas no desktop */
@media (min-width: 1280px) {
    .only-desktop {
        display: block !important;
    }
}



@media (max-width: 768px) {


    .w-video-intro {
        width: 100%;
    }

    #form-checkout__installments {
        margin-top: 1rem !important;
    }

    .accordion-button::after, 
    .accordion-button.collapse::after {
        display: none;
    }

    .fade-vertical-to-bottom-mobile {
        object-fit: cover;
        /* Cria gradiente duplo: topo e fundo transparentes */
        -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 25%, black 75%, transparent 100%);
        mask-image: linear-gradient(to bottom, transparent 0%, black 25%, black 75%, transparent 100%);
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }

    .logo-circular-intro-top {
        top: 25% !important;
    }

    .text-intro-bottom {
        padding-bottom: 3rem !important;
    }
    .logo-navbar {
        max-height: 60px; /* menor em celulares */
    }

    .img-bg-intro img  {
        object-fit: contain; /* mostra mais da imagem, sem cortar */
        background-color: black; /* opcional: preenche bordas laterais */
    }

    .footer-text-align {
        text-align: center;
    }

    .sessao-features {
        padding-top: 3rem;
    }

    #menu-principal {
        text-align: center;
    }


    .menu-footer {
        text-align: center;
    }

    .img-square {
        width: 100% !important;
        aspect-ratio: auto;
        margin-bottom: 1rem;
        opacity: 0.5;
    }

    .text-section-description {
        width: 100% !important;
        font-size: 17px !important;
    }

        .text-section-description h4 {
            font-size: 17px !important;
            padding-left: 20px;
            padding-right: 20px;
        }

    .fade-horizontal {
        object-fit: cover;
        -webkit-mask-image: none;
        mask-image: none;
        opacity: 0.5;
    }

    .titulo-intro {
        font-size: 45px;
        line-height: 45px;
    }

    .btn-home-custom {
        font-size: 1rem;
        padding-left: 10px;
        padding-right: 10px;
    }

    #conheca-o-curso .btn-home-custom {
        margin-bottom: 20px;
    }

    #porque-fazer-o-curso i {
        color: #2f95cc;
        font-size: 2rem;
    }

    .logo-circular-intro {
        width: 200px;
    }

    .btn-menu-top {
        margin-top: 20px;
    }

}


@media(max-width: 576px) {

    .footer-text-align {
        text-align: center;
    }

    .h-intro {
        min-height: 80vh;
    }

    .logo-circular-intro-top {
        top: 20% !important;
    }

    .w-video-intro {
        width: 100%;
    }

}

@media (max-width: 768px) and (orientation: landscape) {
    .h-intro {
        margin-top: 0px;
        min-height: auto;
        height: 100%;
        padding-top: 0rem;
    }

    .logo-circular-intro-top {
        top: 150px !important;
    }

}

