:root {
    --main-color-verdeclaro: #F0E926;
    --main-color-azulescuro: #033b5e;
    --main-color-dourado: #D0B05C;
    --main-color-verde: #007C46;

}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "ivysoft-variable", sans-serif;
}

/*===================== Hs */

h1 {
    color: var(--main-color-dourado);
    font-size: 26px;
    font-weight: 800;
    text-align: center;
}

h2 {
    color: var(--main-color-azulescuro);
    font-size: 22px;
    font-weight: 800;
    text-align: center;
}

h3 {
    font-size: 20px;
    font-weight: 600;
}

h4 {
    color: var(--main-color-azulescuro);
    font-size: 16px;
    /* letter-spacing: -1px; */
    text-align: center;
}

p {
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 1.2;
    color: var(--main-color-azulescuro);
}

@media(min-width: 992px) {
    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 42px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 20px;
    }

    p {
        font-size: 28px;
    }
}

/*===================== Botões */

@keyframes scale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.05);
    }
}

.botao {
    padding: 8px 32px;
    border-radius: 20px;
    color: var(--main-color-verdeclaro);
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

.cta-navbar {
    border: 2px solid var(--main-color-verdeclaro);
    border-radius: 32px;
    color: var(--main-color-verdeclaro);
    font-size: 20px;
    text-transform: uppercase;
}

.cta-navbar:hover {
    background-color: var(--main-color-verdeclaro);
    color: var(--main-color-azulescuro);
}

.cta-geral {
    background-color: var(--main-color-verdeclaro);
    color: var(--main-color-azulescuro);
    border: 2px solid var(--main-color-verdeclaro);
    font-weight: 800;
    font-size: 20px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    /* Animação para todos navegadores modernos */
    animation: scale 0.7s ease-in-out infinite alternate;
    -webkit-animation: scale 0.7s ease-in-out infinite alternate;
}

.cta-geral:hover {
    background-color: var(--main-color-azulescuro);
    color: var(--main-color-verdeclaro);
    border: 2px solid var(--main-color-verdeclaro);
}

@media(min-width: 992px) {
    .cta-geral {
        font-size: 28px;
    }

    .botao {
        border-radius: 32px;
    }

}

/*===================== HEADER */

header {
    background-color: var(--main-color-verde);
    position: relative;
}

header::before {
    height: 180px;
    width: 180px;
    background-image: url('../../images/home/image-elementos-curvaesquerda.png');
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    position: absolute;
    bottom: 200px;
    left: 0;
}

.image-circle-fundo {
    height: 150px;
    width: 150px;
    background-image: url('../../images/home/image-elementos-curvadireita.png');
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    position: absolute;
    bottom: 60px;
    right: 0;
}

header::after {
    height: 40px;
    background-image: url('../../images/home/onda-posicao1.png');
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    position: relative;
    bottom: -10px;
}

@media(min-width:992px) {
    header::after {
        height: 107px;
        background-size: 100% auto;
        bottom: -30px;
    }

    header::before {
        height: 450px;
        width: 450px;
        bottom: 150px;
        left: 0;
    }

    .image-circle-fundo {
        height: 450px;
        width: 450px;
        bottom: 150px;
        right: 0;
    }
}


/*===================== NAVBAR */

.menu {
    background: transparent;
}

.navbar-brand img {
    width: 70px;
}

.nav-link {
    color: var(--main-color-verdeclaro) !important;
    transition: transform 0.3s ease;
}

.nav-link:hover {
    /* color: #fff !important; */
    transform: translateY(-4px);
    color: #a7d38d !important;
}

@media(min-width:992px) {
    .navbar-brand img {
        width: 100px;
    }

    .navbar-nav {
        width: 75%;
        justify-content: flex-end;
    }
}

@media(min-width:1200px) {
    .navbar-nav {
        width: 80%;
    }
}

/*===================== SESSÃO PRODUTO1 */

#sessaoProduto1 {
    position: relative;
}

#sessaoProduto1 h1>span {
    display: inline-block;
    color: var(--main-color-verdeclaro);
}

.elemento-meia {
    height: 122px;
    width: 45px;
    background-image: url('../../images/home/image-elementos-meia.jpg');
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
}

@media(min-width:992px) {

    .elemento-meia {
        height: 275px;
        width: 102px;
        top: 100px;
    }

}

/*===================== SESSÃO1 PRODUTO2*/

#sessaoProduto2 {
    position: relative;
}

.arvore-natal {
    height: 260px;
    width: 94px;
    background-image: url('../../images/home/image-elementos-arvore.jpg');
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    position: absolute;
    bottom: 100px;
    left: 0;
}

.brilho2 {
    height: 84px;
    width: 333px;
    background-image: url('../../images/home/image-elementos-brilhox2.png');
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 19;
}

#sessaoProduto2 h3 {
    color: var(--main-color-dourado);
    font-weight: 800;
}

#sessaoProduto2::after {
    height: 40px;
    background-image: url('../../images/home/onda-posicao2.png');
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    position: relative;
    bottom: -30px;
    z-index: 9;
}

@media(min-width:992px) {
    #sessaoProduto2::after {
        height: 107px;
        background-size: 100% auto;
        bottom: -60px;
    }

    .arvore-natal {
        height: 618px;
        width: 224px;
        bottom: 100px;
        left: 0;
    }

    .brilho2 {
        height: 180px;
        width: 700px;
        top: 50px;
        left: 250px;
    }
}

/*===================== SESSÃO PROPOSTA*/

#sessaoProposta {
    background: var(--main-color-verde);
    position: relative;
}

#sessaoProposta::after {
    height: 40px;
    background-image: url('../../images/home/onda-posicao1.png');
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    position: relative;
    bottom: -10px;
}

.elementoBola-proposta {
    height: 100px;
    width: 50px;
    background-image: url('../../images/home/image-elementos-bola.png');
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
}

.elementoCirculoEsquerda {
    height: 160px;
    width: 130px;
    background-image: url('../../images/home/image-elementos-curvaesquerda.png');
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    position: absolute;
    top: 800px;
    left: 0;
}

.elementoCirculoDireita {
    height: 240px;
    width: 210px;
    background-image: url('../../images/home/image-elementos-curvadireita.png');
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    position: absolute;
    bottom: 20px;
    right: 0;
}


#sessaoProposta h2 {
    color: var(--main-color-verdeclaro);
    font-weight: 800;
}

#sessaoProposta .texto-lead>p {
    color: #fff;
}

#sessaoProposta .texto-lead>p>b {
    color: var(--main-color-verdeclaro);
}


#sessaoProposta .content-proposta {
    background-color: #FFFFFF;
    border-radius: 24px;
}

#sessaoProposta .itens-proposta p {
    color: var(--main-color-dourado);
}

#sessaoProposta .itens-proposta p span {
    display: inline-block;
    position: relative;
    max-width: 210px;
    margin-bottom: 8px;
}

#sessaoProposta .itens-proposta p span::before {
    height: 20px;
    width: 20px;
    background-image: url('../../images/home/image-icone-check.svg');
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    position: absolute;
    left: -26px;
}

#sessaoProposta .preco-proposta .item1 {
    text-decoration: line-through;
}

#sessaoProposta .preco-proposta .item2 {
    font-size: 10px;
    position: relative;
    top: -4px;
}

#sessaoProposta .preco-proposta .item3 {
    font-size: 40px;
    font-weight: 800;
    position: relative;
    top: -10px;
}

#sessaoProposta .preco-proposta .item4 {
    font-size: 16px;
    font-weight: 800;
    position: relative;
    top: -10px;
}

#sessaoProposta .cta-geral {
    font-size: 14px;
    padding: 8px 16px;
}

@media(min-width:992px) {
    #sessaoProposta .itens-proposta p span {
        max-width: unset;
    }

    #sessaoProposta .itens-proposta p span::before {
        height: 32px;
        width: 32px;
        background-image: url('../../images/home/image-icone-check.svg');
        background-size: auto 100%;
        background-position: center;
        background-repeat: no-repeat;
        content: " ";
        display: block;
        position: absolute;
        left: -40px;
    }

    #sessaoProposta .preco-proposta .item2 {
        font-size: 16px;
        position: relative;
        top: -20px;
    }

    #sessaoProposta .preco-proposta .item3 {
        font-size: 60px;
        font-weight: 800;
        position: relative;
        top: -20px;
    }

    #sessaoProposta .cta-geral {
        font-size: 28px;
        padding: 8px 20px;
    }

    #sessaoProposta::after {
        height: 107px;
        background-size: 100% auto;
        bottom: -30px;
    }

    .elementoBola-proposta {
        height: 286px;
        width: 165px;
        top: 200px;
    }

    .elementoCirculoEsquerda {
        height: 521px;
        width: 454px;
        top: 600px;
    }

    .elementoCirculoDireita {
        height: 521px;
        width: 454px;
    }
}

/*================================= RODAPE */

.endereco-rodape {
    background-color: #FBDDA9;
}

.logo-slogan img {
    padding-top: 12px;
    padding-bottom: 16px;
}

.endereco-rodape p {
    padding-top: 12px;
    padding-bottom: 24px;
    font-size: 12px;
    line-height: 1.2;
}

.endereco-rodape p a {
    color: #212529;
    text-decoration: underline;
}

/*============================ DEPOIMENTOS */

#sessao5 {
    background: #FFFFFF;
    padding-bottom: 300px;
    position: relative;
}

.bolaNatal2 {
    width: 150px;
    height: 200px;
    background-image: url('../../images/home/image-elementos-bola2.jpg');
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    position: absolute;
    bottom: 60px;
    right: 0;
}

.brilhoDepoimentos1 {
    width: 40px;
    height: 46px;
    background-image: url('../../images/home/image-elementos-brilho2.jpg');
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    position: absolute;
    top: 100px;
    right: 4px;
}

.brilhoDepoimentos2 {
    width: 40px;
    height: 46px;
    background-image: url('../../images/home/image-elementos-brilho1.jpg');
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    position: absolute;
    top: 700px;
    left: 10px;
}

.contentCarrossel {
    width: 100%;
    /* background-color: #9dc8ef; */
    border-radius: 16px;
    padding-top: 36px;
    padding-bottom: 36px;
}

.contentCarrossel h3 {
    display: inline-block;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #9F2EC7;
    width: 100%;
    text-align: center;
}

.contentBotaoDepoimento {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

#sessao5 h2 {
    color: var(--main-color-dourado);
}

#sessao5 h2>span {
    display: inline-block;
    color: var(--main-color-verdeclaro);
}

#sessao5 h4 {
    color: var(--main-color-azulescuro);
}

@media(min-width:992px) {
    .bolaNatal2 {
        width: 222px;
        height: 281px;
        bottom: 60px;
        right: 0;
    }

    .brilhoDepoimentos1 {
        width: 80px;
        height: 90px;
        top: 30px;
        right: 160px;
    }

    .brilhoDepoimentos2 {
        width: 40px;
        height: 46px;
        top: 700px;
        left: 60px;
    }
}


/* ====================== splider */

.contentCarrossel .splide {
    padding-top: 1em !important;
}

#image-slider .splide__slide {
    background: #FFFFFF;
    /* box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15); */
    /* border: 2px solid #FBDDA9;
    border-radius: 24px !important; */
    padding: 2px;
}

#image-slider .splide__slide .bloco-slide {
    border: 2px solid #FBDDA9;
    border-radius: 24px !important;
    padding: 18px;
}

#image-slider .splide__slide img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 12px;
}

#image-slider .textoFotoKids {
    padding: 8px 8px;
}

#image-slider svg {
    fill: var(--main-color-dourado) !important;
}

#image-slider .splide__pagination__page.is-active {
    background: #D9266B !important;
}

#image-slider .splide__pagination__page {
    background: #FFFFFF !important;
}

.splide__arrow {
    background: #FFF !important;
}

.splide__pagination__page {
    border-radius: 5px !important;
    height: 6px !important;
    width: 6px !important;
}

#image-slider .splide__pagination__page.is-active {
    background: #bfbfbf !important;
}

@media(min-width:992px) {
    #depoimentos {
        padding-top: 64px;
    }
}


/*============================= BARRA FIXA RODAPE */

.barra-fixa {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--main-color-verde);
    color: white;
    text-align: center;
    padding: 10px;
    opacity: 0;
    /* inicia invisível */
    pointer-events: none;
    /* evita interações quando invisível */
    transition: opacity 0.4s ease;
    /* transição suave */
    z-index: 9999;
}

.barra-fixa.ativo {
    opacity: 1;
    /* visível */
    pointer-events: auto;
    /* reativa interações */
}

.ctaBarra {
    padding: 8px 16px;
    border-radius: 16px;
    background-color: var(--main-color-verdeclaro);
    color: var(--main-color-azulescuro);
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

.ctaBarra:hover {
    background-color: #f9b83f;
    color: #FFFFFF;
}

@media(min-width:992px) {
    .ctaBarra {
        font-size: 20px;
    }
}


/* --------------------------- */

.span-no-br {
    white-space: nowrap;
}

/* ==========================AJUSTES MENU HAMBURGUER */

/* Remove o contorno e o fundo padrão do botão */
.navbar-toggler {
    border: none;
    outline: none;
    padding: 6px;
}

/* Ícone hambúrguer personalizado */
.navbar-toggler-icon {
    width: 28px;
    height: 3px;
    background-color: #fff;
    display: block;
    position: relative;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Cria as outras duas linhas do ícone */
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    position: absolute;
    left: 0;
    width: 28px;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Posiciona as linhas */
.navbar-toggler-icon::before {
    top: -8px;
}

.navbar-toggler-icon::after {
    top: 8px;
}

/* Animação do hambúrguer ao abrir o menu */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-color: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
    top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    top: 0;
}

@media (max-width: 991.98px) {
    .navbar-nav {
        text-align: center;
    }

    .form-cta-navbar {
        display: block;
        text-align: center;
    }
}