body {
    background-color: #000000;
}
h1 {
    font-size: 50px;
    color: #000000;
    margin-bottom: 60px;
    font-family: Avenir, Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
}
.title-oferta {
    margin-bottom: 0px !important;
    background-color: #000000;
    color: #ffffff;
}

.oferta {
    font-size: 150px;
    color: #000000;
    margin-bottom: 60px;
    font-family: Avenir, Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
}
.oferta2 {
    font-size:40px;
    color: #000000;
    margin-bottom:3cqmin;
    font-family: Avenir, Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
}

.blockquote-footer{
    margin-top: 5px;
}
.suporte {
    font-size: 25px;
    color: #000000;
    margin-top: 20px;
}
.garantia {
    font-size: 25px;
    color: #ffffff;
    margin-top: 20px;
}


.sub {
    text-decoration: line-through;
}

.btn-kom {
    background-color: #f88511;
    height: 120px;
    border-radius: 25px;
    font-size: 30px;
}
.btn-kom:hover{
    background-color: #d36b04;
    color: #000000;
 
}
h2 {
    text-align: center;
   
    text-transform: uppercase;
    color: black;
}

.beneficios {
    padding-top: 60px;
    background-color: #ebaa28;
    text-align: center;
    padding-bottom: 60px;    
}

.kombooster {
    padding-top: 60px;
    background-color: #ffffff;
    text-align: center;
}


.sabor {
    padding-top: 60px;
    background-color: #ffffff;
    text-align: right;
    height: 860px; /* Ajuste a altura conforme necessário */
    background-size: cover;
    background-position: center;
 
    background-image: url("../img/sabor.jpg"); /* Caminho relativo direto */
}


.bg-cinza{
    background-color: #f1f1f1;
}

.text-kom {
    font-size: 50px;
    color: #ebaa28;
    margin-bottom: 60px;
    font-family: Avenir, Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bolder;
    margin-top: 60px;

}

#kombooster .img-fluid {
    max-width: 100%;
    height: auto;
}

#kombooster .mt-2 {
    margin-top: 1rem;
}

#kombooster .mb-4 {
    margin-bottom: 1.5rem;
}


.img-fluid {
    border-radius: 20px; 
    align-content: center;
}

.img-check { 
    width: 60px;
}

.img-kom { 
    height:100%;
}

.icon {
    height: 100px;
    align-items: center;
}

.mt-2 {
    font-weight: bold;
    font-size: 20px;
}

.title {
    color:#ebaa28;
}
.img-header {
    height: 860px; /* Ajuste a altura conforme necessário */
    background-size: cover;
    background-position: center;
 
    background-image: url("../img/topo.jpg"); /* Caminho relativo direto */
}

.img-kom2  {
    height: 600px; /* Ajuste a altura conforme necessário */ 
    background-size: cover;
    background-position: center; 
    background-image: url("../img/kombucha_kombooster_02.jpg"); /* Caminho relativo direto */
}

        .accordion-button {
            background-color: #fff; /* Cor de fundo do botão */
            color: #000; /* Cor do texto do botão */
            font-weight: bold;
            font-size: 25px;
        }

        .accordion-button:not(.collapsed) {
            background-color: #ffd88c; /* Cor de fundo do botão quando expandido */
            color: #000; /* Cor do texto do botão quando expandido */
        }

        .accordion-item {
            background-color: #f9f9f9; /* Cor de fundo dos itens do acordeão */
            border: 1px solid #ddd; /* Borda dos itens do acordeão */
        }

        .accordion-body {
            background-color: #f9f9f9; /* Cor de fundo do corpo dos itens do acordeão */
            font-size: 25px;
        }
        
        .accordion-button:focus {
            box-shadow: none;
            outline: none;
        }

    a {
        text-decoration: none;
    }
        


/* Ajustes para tablets (por exemplo, telas com largura de até 768px) */
@media (max-width: 768px) {
    .img-header {
        height: 600px; /* Altura reduzida para tablets */
    }
}

/* Ajustes para dispositivos móveis (por exemplo, telas com largura de até 576px) */
@media (max-width: 576px) {
    .img-header {
        height: 400px;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-image: url("../img/topo-cel.jpg"); /* Caminho relativo direto */
    }
    .blockquote {
      
        margin-top: 15px;
        border-bottom: #838383 solid 1px;
        padding-bottom: 30px;
    }
    .text-kom {
        font-size: 50px;
        color: #ebaa28;
        margin-bottom: 60px;
        font-family: Avenir, Verdana, Geneva, Tahoma, sans-serif;
        font-weight: bolder;
        margin-top: 60px;
    
    }
    h1 {
        font-size: 50px;
        color: #000000;
        margin-bottom: 40px;
        font-family: Avenir, Verdana, Geneva, Tahoma, sans-serif;
        font-weight: bolder;
        text-transform: uppercase;
    }
    .oferta {
        font-size: 90px;
        color: #000000;
        margin-bottom:3cqmin;
        font-family: Avenir, Verdana, Geneva, Tahoma, sans-serif;
        font-weight: bolder;
        text-transform: uppercase;
    }
    .title-oferta {
        margin-bottom: 0px !important;
        background-color: #000000;
        color: #ffffff;
        font-size: 30px;
    }
    .btn-kom {
        background-color: #f88511;
        height: 180px;
        border-radius: 25px;
        font-size: 30px;
    }
    .btn-kom:hover{
        background-color: #d36b04;
        color: #000000;
     
    }
    
}