* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Posterama 2001 W04 Regular';
    src: url('/site_files/fonts/Posterama2001.woff2') format('woff2'),
         url('/site_files/fonts/Posterama2001.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    background-color: #0b0b12 !important;
    width: 100vw;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, span {
    font-family: "Posterama 2001 W04 Regular";
}

.bg-dark{
    background: #444f60 !important;
}
.btn-primary{
    color: #fff;
    background-color: rgb(1, 179, 1);
    border-color: #01b301;
}

.dark-text{
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
}

.fade-out {
    position: relative;
    width: 100%;
    height: auto;
}

.fc-green {
    color: #6AFE9F;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.9px;
    text-transform: uppercase;
}

/* Aplica o gradiente à imagem */
.fade-out img {
    display: block;
    width: 100%;
    scale: 1.1;
    height: auto;
    /* Cria um gradiente transparente nas bordas superior e inferior */
    mask-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,   /* Transparente na borda superior */
        rgba(0, 0, 0, 1) 20%, /* Opaco na parte superior da imagem */
        rgba(0, 0, 0, 1) 80%, /* Opaco na parte inferior da imagem */
        rgba(0, 0, 0, 0) 100%  /* Transparente na borda inferior */
    );
    -webkit-mask-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,   /* Transparente na borda superior */
        rgba(0, 0, 0, 1) 20%, /* Opaco na parte superior da imagem */
        rgba(0, 0, 0, 1) 80%, /* Opaco na parte inferior da imagem */
        rgba(0, 0, 0, 0) 100%  /* Transparente na borda inferior */
    );
    border-top-right-radius: 20px;
}
.btn-container-1{
    height: 48px;
    border-radius: 58px;
    background: var(--Verde-01, #50FFB1);
    display: flex;
    width: 370px;
    padding: 10px 30px 8px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: var(--Verde-04, #0F443F);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 88.889% */
    text-decoration: none;

}

.register-btn{
    height: 48px;
    padding: 17px 20px;
    gap: 8px;
    color: #0F443F;
    text-align: right;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 88.889% */
    border-radius: 58px;
    background: #50FFB1;
    text-decoration: none;
}

.container1-btn-svg{
    position: absolute;
    left: 204px;
    top: 6px;
    width: 38px;
    height: 38px;
}

.container-2-register-btn{
    display: inline-flex;
    height: 48px;
    padding: 17px 30px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 58px;
    background: #0F443F;
    color: #fff;
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
    line-height: 16px; /* 88.889% */
    font-weight: 500;
}

.container-2-card {
    width: 369px;
    height: 208px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 25px;
}

.bordered-text{
    display: flex;
    width: 102px;
    height: 25px;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    gap: 10px;
    border-radius: 30px;
    border: 0.83px solid #5BEEAD;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.2px; /* 137.143% */
}

.container-2-card-title{
    color: #080717;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
}

.container-2-title{
    color: #080717;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.container-3-title{
    color: #080717;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 55px */
    width: 40%;
}

.container-4-flex-card{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}

.container-4-subtitle{
    color: #080717;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
}

.container-6-register-btn{
    display: inline-flex;
    height: 48px;
    padding: 17px 30px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 58px;
    background: #50FFB1;
    color: #0F443F;
    text-decoration: none;
    font-size: 18px;
    line-height: 16px; /* 88.889% */
    font-weight: 500;
}

.jost{
    font-family: 'Jost', sans-serif !important;
    text-transform: uppercase;
}

.container-6-bordered-text{
    color: #50FFB1;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.2px; /* 137.143% */
    display: flex;
    width: 82px;
    height: 25px;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 30px;
    border: 0.83px solid rgba(245, 245, 245, 0.20);
}

.green-container-1{
    border-radius: 10px;
    margin: 0 10px;
    border: 1px solid rgba(102, 204, 153, 0.20);
    background: rgba(37, 109, 102, 0.50);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.20), 0px 4px 40px 0px rgba(8, 29, 27, 0.40);
    /* height: 700px; */
    flex-shrink: 0;
    padding: 25px;
    margin-bottom: 2rem;
}

.container-violao-adoracao{
    border-radius: 10px;
    margin: 0 10px;
    border: 1px solid rgba(102, 204, 153, 0.20);
    background: #6AFE9F;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.20), 0px 4px 40px 0px rgba(8, 29, 27, 0.40);
    /* height: 700px; */
    flex-shrink: 0;
    padding: 25px;
    margin-bottom: 2rem;
}

.container-6-title{
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 40px */
    width: 45rem;
    display: flex;
}

.container-6-text{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 21.6px */
    opacity: 0.7;
}

.container-6-subtext{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 21.6px */
    opacity: 0.7;
}

.opacity{
    opacity: 0.7;
}

.border-right {
    position: relative; /* Necessário para o posicionamento do pseudo-elemento */
    padding: 1rem 3rem;
}

.border-right::after {
    content: '';
    position: absolute;
    top: 32.5%;  /* Ajuste o valor para controlar o espaço do topo */
    bottom: 32.5%;  /* Ajuste o valor para controlar o espaço da base */
    right: 0;
    width: 2px;
    background-color: #1E332D;
    height: 35%; /* Ajuste a altura conforme necessário */
}

.border-bottom2 {
    position: relative; /* Necessário para o posicionamento do pseudo-elemento */
    padding: 1rem 3rem;
}

.border-bottom2::after {
    content: '';
    position: absolute;
    left: 25%;  /* Ajuste o valor para controlar o espaço da esquerda */
    right: 25%;  /* Ajuste o valor para controlar o espaço da direita */
    bottom: 0; /* Posiciona o pseudo-elemento na parte inferior */
    height: 2px; /* Altura da linha */
    background-color: #1E332D !important;
    width: 50%; /* Ajuste a largura conforme necessário */
}

.carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.carousel-container img {
    width: 30%;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.carousel-center {
    transform: scale(1.3);
    z-index: 2;
    width: 35% !important;
}

.carousel-left,
.carousel-right {
    opacity: 0.5;
}

.carousel-right {
    margin-left: -22rem;
}

.carousel-left{
    margin-right: -22rem;
}

.carousel-inner .active .carousel-center {
    transform: scale(1.3);
    opacity: 1;
}

.carousel-inner .active .carousel-left {
    transform: translateX(-100%);
}

.carousel-inner .active .carousel-right {
    transform: translateX(100%);
}

.carousel-indicators {
    position: absolute !important;
    bottom: -40px !important; /* Ajuste conforme necessário para posicionar abaixo da imagem central */
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto !important; /* Ajusta a largura automática */
    z-index: 2 !important;
    display: flex !important;
    justify-content: center !important;
}

.carousel-indicators li {
    background-color: 
    rgba(30, 51, 45, 1) !important;
    border: none!important ;
    width: 30px!important; /* Torna os indicadores retangulares, como uma linha */
    height: 4px!important; /* Altura menor para parecer uma linha */
    margin: 0 3px!important; /* Espaçamento entre os indicadores */
    border-radius: 0!important; /* Remove o arredondamento, tornando-os retangulares */
    opacity: 0.7!important;
}

.carousel-indicators .active {
    background-color: rgba(106, 254, 159, 1) !important;
    opacity: 1;
}


.white-bg-btn{
    display: flex;
    padding: 5px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 85px;
    border: 1px rgba(106, 254, 159, 0.30);
    background: #FFF;
    backdrop-filter: blur(7.5px);
    color: #080808;
    text-decoration: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    width: 15rem;
}

.black-bg-btn{
    display: flex;
    height: 50px;
    padding: 10px 40px 8px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 55px;
    background: #080808;
    color: white;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.p-price{
    color: #080808;
    font-family: Inter;
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1.504px;
    margin-top: -1rem;
}

.p-strike{
    color: rgba(8, 8, 8, 0.50);
    text-align: center;
    font-family: Inter;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.128px;
    text-decoration: line-through;
}

.greencard-text{
    color: #080808;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.greencard-subtitle{
    font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.responsive-mt-2{
    margin-top: 6rem;
}

.faq-title{
    color: #FFF !important;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
}

.faq-text{
    color: rgba(255, 255, 255, 0.70);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
}

.accordion-button:not(.collapsed)::after{
    background-image: var(--bs-accordion-btn-active-icon);
}

.hr-green-line{
    stroke-width: 2px;
    stroke: #1E332D;
}

@media (min-width: 993px) {
    .desktop-ml {
        margin-left: 3rem;
    }
    
    .desktop-mb {
        margin-bottom: -5rem;
    }
}

@media (max-width: 993px) {
    .container {
        width: 100vw;
    }
    html, body {
        overflow-x: hidden;
    }
 
    .responsive-mt-2{
        margin-top: 2rem !important;
    }
    
    .container {
        max-width: 100%;
        overflow: hidden;
        max-height: 100%;
    }
    .section-content {
        overflow-y: hidden; /* Se o conteúdo não deve rolar */
    }
    .section {
        overflow-y: auto; /* Ou overflow-y: hidden; se o conteúdo for fixo */
        height: auto;
    }
    .hero-section{
        overflow-y: auto; /* Ou overflow-y: hidden; se o conteúdo for fixo */
        height: auto;
    }

    .feature-section{
        overflow-y: auto; /* Ou overflow-y: hidden; se o conteúdo for fixo */
        height: auto;
    }
    .feature-section img {
        max-height: 100vh; /* Limita a altura ao tamanho da viewport */
        object-fit: cover; /* Mantém a proporção e preenche o contêiner */
    }
    
    .main-wrapper, .feature-section {
        width: 100%;
        overflow-x: hidden;
    }
    
    .green-container-1{
        height: 100%;
    }
    .fade-out img {
        display: block;
        width: 100%;
        scale: 1.3;
        margin-top: 3rem;
        height: auto;
        overflow: hidden;
        /* Cria um gradiente transparente nas bordas superior e inferior */
        mask-image: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 0%,   /* Transparente na borda superior */
            rgba(0, 0, 0, 1) 20%, /* Opaco na parte superior da imagem */
            rgba(0, 0, 0, 1) 80%, /* Opaco na parte inferior da imagem */
            rgba(0, 0, 0, 0) 100%  /* Transparente na borda inferior */
        );
        -webkit-mask-image: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 0%,   /* Transparente na borda superior */
            rgba(0, 0, 0, 1) 20%, /* Opaco na parte superior da imagem */
            rgba(0, 0, 0, 1) 80%, /* Opaco na parte inferior da imagem */
            rgba(0, 0, 0, 0) 100%  /* Transparente na borda inferior */
        );
        border-top-right-radius: none;
    }

    .carousel-indicators-mobile {
        bottom: -20px !important; /* Ajuste conforme necessário para posicionar abaixo da imagem central */
    }

    .p-price{
        color: #080808;
        font-family: Inter;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
        letter-spacing: -0.78px;
    }
    
    .p-modalForm{
    color: #080808;
    font-family: Inter;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1.504px;
    text-align: left;
}

.p-modalFormNormal{
    color: #080808;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.504px;
    text-align: left;
    width: 50%;
}

    .black-bg-btn{
        display: flex;
        width: 300px;
        height: 40px;
        padding: 10px 30px 8px 30px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        font-size: 14px;
    }

    .p-strike{
        color: rgba(8, 8, 8, 0.50);
        text-align: center;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%; /* 22px */
        letter-spacing: -0.6px;
    }

    .mobile-title{
        color: #FFF;
        font-size: 26px !important;
        font-style: normal;
        font-weight: 600;
        line-height: 110%; /* 28.6px */
        letter-spacing: -0.52px;
        text-transform: uppercase;
        text-align: left;
    }

    .mobile-text-left{
        text-align: left !important;
    }

    .mobile-font-size{
        font-size: 14px;
        line-height: 130%; /* 18.2px */
    }

    .responsive-flex {
        flex-direction: column;
        align-items: center;
    }

    .mobile-none{
        display: none !important;
    }

    .mobile-img{
        display: block !important;
    }

    .mobile-img-flex{
        display: flex !important;
    }

    .mobile-mt-5{
        margin-top: 3rem !important;
    }

    .mobile-mt-3{
        margin-top: 1rem !important;
    }

    .responsive-btn {
        width: 100%;
        margin-top: 1rem;
    }

    .mobile-width {
        width: 75% !important;
    }

    .container-6-title {
        width: 100%;
    }

    .logo-responsive {
        width: 10rem;
        margin-right: 0;
    }

    .w-responsive {
        width: 100% !important;
    }

    .container-2-card {
        width: 100%;
        margin-bottom: 10px;
    }

    .container1-btn-svg {
        position: inherit;
    }

    .responsive-footer-ul {
        justify-content: space-evenly;
        display: flex;
    }

    .responsive-margin {
        margin: 0 !important;
    }

    .responsive-left-margin{
        margin-left: 1rem !important;
    }

    .responsive-negative {
        margin-left: -1rem;
    }

    
    .responsive-negative-0 {
        margin-left: -0.5rem !important;
    }

    .responsive-negative-top{
        margin-top: -1rem;
    }
    
}

.btn-primary:hover, btn-primary:focus{
    color: #fff;
    background-color: #35ca17;
    border-color: #35ca17;
}
.bg-green{
    background-color: #01b301;
}
.navbar-brand img{
    max-width: 150px;
}