* {
    width: 100%;
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 0px;
    flex-direction: column;
    background-color: #F4A42A;
    font-family: 'Poppins';
    color: white;
    padding-bottom: 100px;
}

.hero {
    display: flex;
    flex-direction: column;
    height: 400px;
}

.hero img:first-of-type {
    padding: 15px 0px 0px 15px;
    z-index: 9;
    width: 80px;
}

.hero img:last-of-type {
    position: absolute;
    z-index: 1;
    object-fit: cover;
    height: 400px;
    border-radius: 0px 0px 30px 30px;
}

.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99;
    gap: 15px;
}

.amostras {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-self: center;
}

h1 {
    font-family: "Pacifico";
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 0px;
}

h1 span {
    font-family: "Poppins";
    font-weight: 800;
}

h2 {
    font-size: 25px;
    font-family: "Poppins";
    font-weight: 800;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.desconto {
    display: flex;
    background-color: white;
    rotate: -3deg;
    width: 210px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}

.desconto p {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    padding: 0px;
    margin: 0px;
    color: #0AA626;
}

.estoque {
    text-align: center;
    font-size: 0.7em;
}

.icons {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.cols {
    display: flex;
    width: 40%;
    flex-direction: column;
    align-items: center;
}

.cols p {
    margin: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.cols span {
    font-weight: 800;
}

.divisor {
    display: flex;
    background-color: white;
    width: 75%;
    height: 2px;
    border-radius: 99px;
}

.infotext {
    display: flex;
    width: 85%;
    padding: 10px;
    padding-block: 25px;
    flex-direction: column;
    background-color: white;
    color: black;
    border-radius: 10px;
    text-align: center;
    gap: 15px;
}

.infotext h6 {
    font-size: 1em;
    color: #FF7700;
    font-weight: 700;
    margin: 0px;
}

.infotext p {
    font-size: 0.9em;
    padding: 0px;
    margin: 0px;
}

.carousel-container {
    width: 300px;
    text-align: center;
    color: white;
}

.carousel-container h2 {
    font-size: 22px;
    margin-bottom: 10px;
    color: white;
}

.highlight {
    font-weight: bold;
    color: #fbe0b2;
}

.carousel {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-color: white;
    width: 90%;
    align-self: center;
    justify-self: center;
}

.carousel-track {
    display: flex;
    aspect-ratio: 1 / 1;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide {
    min-width: 100%;
    box-sizing: border-box;
    position: center;
    padding: 20px;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

.carousel-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
}

.dot {
    height: 5px;
    width: 5px;
    margin: 0 4px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    opacity: 0.5;
}

.dot.active {
    opacity: 1;
    background-color: #fff;
}

.resultados {
    display: flex; 
    flex-direction: row; 
    width: 100%; 
    background-color: white;  
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: black;
    margin-block: 25px;
}

.resultados svg {
    width: fit-content;
}

.resultados p {
    font-size: 15px;
    width: 70%;
    font-weight: 500;
}

.naCaixa {
    display: flex;
    flex-direction: column;
    width: 85%;
}

.naCaixa ul {
    margin-top: 22px;
    padding: 0px 0px 0px 15px;
}

.provasSociais {
    display: flex;
    flex-direction: column;
}

.provasSociais img {
    width: 90%;
    align-self: center;
    margin-top: 20px;
    border-radius: 10px;
}

.funcionamento {
    display: flex;
    flex-direction: column;
    width: 90%;
}

.funcionamento ul {
    margin-top: 22px;
    list-style-type: decimal;
    padding: 0px 0px 0px 15px;
}

.motivo {
    display: flex;
    width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.motivo p {
    font-size: 15px;
    width: 100%;
    font-weight: 500;
}

.atencao {
    display: flex;
    width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.atencao p {
    font-size: 15px;
    width: 100%;
    font-weight: 500;
}

.participar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.participar a {
    display: flex;
    justify-content: center;
    align-self: center;
    font-weight: 800;
    justify-self: center;
    align-items: center;
    text-align: center;
    background-color: #FD5001;
    text-decoration: none;
    width: 90%;
    color: white;
    border-radius: 50px;
    padding-block: 15px;

}

.floatBttn {
    display: flex;
    z-index: 999;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-top: 15px;
    padding-inline: 15px;
    border-radius: 10px 10px 0px 0px;
    background-color: white;
    justify-content: center;
    align-items: center;
}

.floatBttn a {
    background: linear-gradient(270deg, #0AA626, #2ecc71, #27ae60, #0AA626);
    background-size: 600% 600%;
    animation: gradientMove 5s ease infinite;

    padding-block: 10px;
    padding-inline: 30px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    text-decoration: none;
    color: white;
    font-weight: 700;
    transition: transform 0.2s ease;
}

.floatBttn a:hover {
    transform: scale(1.05);
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
