:root {
    --main-color-azulclaro: #4889c3;
    --main-color-azulescuro: #033b5e;
    --main-color-laranja: #f5842b;
    --main-color-pessego: #e76a4d;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Sans Display", sans-serif;
}

/* Hs */

h1 {
    font-family: "Playpen Sans", cursive;
    color: var(--main-color-azulescuro);
    font-size: 24px;
    letter-spacing: -2px;
    font-weight: 800;
    text-align: center;
}

h2 {
    font-family: "Playpen Sans", cursive;
    color: var(--main-color-azulescuro);
    font-size: 22px;
    letter-spacing: -2px;
    font-weight: 800;
    text-align: center;
}

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

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

p {
    font-size: 14px;
    letter-spacing: -0.2px;
    color: var(--main-color-azulescuro);
}

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

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

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }
}


/* FIM Hs */

/* HEADER */

header {
    padding-top: 40px;
    background: url('../../images/home/fundoCover_tdmCH-MAI2025.jpg');
    background-position: left bottom;
    background-size: auto 100%;
}

    header h1 > nobr {
        color: var(--main-color-laranja);
    }

.linha-cover {
    align-items: center;
}

.capas-cover-mobile {
    text-align: center;
}

    .capas-cover-mobile > img {
        max-width: 90%;
    }

@media (min-width:992px) {
    header {
        background-size: cover;
        padding-top: 100px;
    }
}

/* FIM HEADER */

/* SESSÃO 2 */

#sessao2 {
    background-color: #f5e6c0;
    background-image: url('../../images/home/fundoSessao2_tdmCH-MAI2025.jpg');
    background-position: top left;
    background-repeat: repeat-x;
    padding-top: 60px;
}

.blocoH3-s2,
.blocoAlerta-s2 {
    border-radius: 46px;
    padding: 26px 26px 46px 26px;
    color: var(--main-color-azulclaro);
    /* borda SVG tracejada como background */

    background-image: url("data:image/svg+xml,%3csvg width='100%24' height='100%24' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0' y='0' width='100%25' height='100%25' rx='46' ry='46' fill='none' stroke='%231e88e5' stroke-width='3' stroke-dasharray='8%2c 8' stroke-linecap='round'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.foto-eletronicos {
    max-width: 80%;
    margin-bottom: 30px;
    margin-top: -40px;
}

.foto-pack {
    max-width: 280px;
    margin-bottom: 30px;
    margin-top: -40px;
}

.blocoAlerta-s2 h3,
.blocoAlerta-s2 h4 {
    margin-top: 16px;
}

.blocoAlerta-s2 h3 {
    color: var(--main-color-pessego);
}

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

    .blocoH3-s2 {
        padding: 36px;
        max-width: 80%;
    }

    .foto-eletronicos {
        margin-bottom: unset;
        margin-top: unset;
    }

    .blocoAlerta-s2 {
        padding: 46px 46px 66px 46px;
        max-width: 80%;
        margin-top: 60px;
    }

        .blocoAlerta-s2 h3 {
            margin-top: 36px;
        }

        .blocoAlerta-s2 h2 {
            margin-bottom: 36px;
        }

        .blocoAlerta-s2 h4 {
            margin-top: 16px;
        }
}

/* FIM SESSÃO 2 */


/* SESSÃO 3 */

#sessao3 {
    padding-top: 80px;
    background-image: url('../../images/home/LP_TDMCH_MAR2022_backdropBrindes.jpg');
    background-size: auto 100px;
    position: relative;
}

    #sessao3::before {
        width: 100%;
        height: 60px;
        top: -2px;
        content: '';
        background: url('../../images/home/ondas_tdmCH-MAI2025.png');
        background-size: auto 100%;
        background-repeat: repeat-x;
        background-position: left top;
        display: block;
        /* pointer-events: none; */
        position: absolute;
        z-index: 1;
    }

    #sessao3 h2 {
        max-width: 776px;
        margin-bottom: 36px;
        margin-top: 36px;
        width: 90%;
    }

    #sessao3 h3 {
        color: var(--main-color-pessego);
        letter-spacing: -0.5px;
    }

    #sessao3 p {
        max-width: 280px;
    }

.contentCapaLivro {
    text-align: left;
}

    .contentCapaLivro img {
        width: 100%;
        max-width: 160px;
        margin-bottom: 24px;
    }

#sessao3 .sessao3-h2-2 {
    color: var(--main-color-pessego);
    letter-spacing: -0.5px;
    padding-top: 40px;
    /* padding-bottom: 20px; */
}

.blocoAlerta-s3 {
    border-radius: 46px;
    padding: 26px;
    margin-bottom: 20px;
    /* borda SVG tracejada como background */

    background-image: url("data:image/svg+xml,%3csvg width='100%24' height='100%24' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0' y='0' width='100%25' height='100%25' rx='46' ry='46' fill='none' stroke='%231e88e5' stroke-width='3' stroke-dasharray='8%2c 8' stroke-linecap='round'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

    .blocoAlerta-s3 > h3 {
        color: var(--main-color-azulclaro) !important;
    }

#sessao3 .foto-sessao3 {
    width: 100%;
    max-width: 768px;
}


@media(min-width: 768px) {

    #sessao3 {
        padding-top: 150px;
        background-image: url('../../images/home/LP_TDMCH_MAR2022_backdropBrindes.jpg');
        background-size: auto 140px;
    }

    .contentCapaLivro {
        text-align: center;
    }

    #sessao3 h2 {
        margin-bottom: 46px;
    }

    #sessao3 .sessao3-h2-2 {
        font-size: 26px;
    }

    .blocoAlerta-s3 {
        padding: 46px;
        margin-bottom: 30px;
    }
}

@media(min-width: 992px) {

    #sessao3::before {
        width: 100%;
        height: 100px;
        top: -2px;
        content: '';
        background: url('../../images/home/ondas_tdmCH-MAI2025.png');
        background-size: auto 100%;
        background-repeat: repeat-x;
        background-position: left top;
        display: block;
        /* pointer-events: none; */
        position: absolute;
        z-index: 1;
    }
}

/* MAURICIO */

#mauricio {
    padding-top: 60px;
    padding-bottom: 60px;
}

    #mauricio h4 {
        text-align: right;
    }

/* FIM MAURICIO */


/* SESSAO 4 */

#sessao4 {
    padding-top: 20px;
    background: url('../../images/home/fundoSessao3_tdmCH-MAI2025.jpg');
    background-position: left top;
    background-size: auto 100%;
}

    #sessao4 h2 {
        font-weight: 700;
    }

    #sessao4 h3 {
        margin-bottom: 24px;
    }

    #sessao4 img {
        width: 80%;
    }

.blocoSessao4 {
    border-radius: 46px;
    padding: 46px 26px;
    color: var(--main-color-pessego);
    background-color: #f5e6c0;
    /* borda SVG tracejada como background */
    background-image: url("data:image/svg+xml,%3csvg width='100%24' height='100%24' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0' y='0' width='100%25' height='100%25' rx='46' ry='46' fill='none' stroke='%231e88e5' stroke-width='3' stroke-dasharray='8%2c 8' stroke-linecap='round'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (min-width:992px) {
    #sessao4 {
        background-size: auto 100%;
        padding-top: 60px;
    }

        #sessao4 h2 {
            max-width: 768px;
            font-size: 30px;
        }

    .blocoSessao4 {
        padding: 46px;
        max-width: 440px;
    }
}

/* FIM SESSAO 4    */

/* SESSAO 6 */
#sessao6 {
    padding-top: 60px;
    padding-bottom: 80px;
    background-image: url('../../images/home/LP_TDMCH_MAR2022_backdropBrindes.jpg');
    background-size: auto 100px;
    position: relative;
}

    #sessao6 h2 {
        font-weight: 600;
        color: var(--main-color-azulclaro);
    }

    #sessao6 h3 {
        margin-bottom: 24px;
    }

.bloco1-s6 .faixaFrase {
    width: 70%;
}

.bloco1-s6 .fotoFamilia {
    width: 70%;
    margin-top: 32px;
}

.blocoSessao6 {
    border-radius: 46px;
    padding: 46px 26px;
    color: var(--main-color-pessego);
    /* borda SVG tracejada como background */
    background-image: url("data:image/svg+xml,%3csvg width='100%24' height='100%24' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0' y='0' width='100%25' height='100%25' rx='46' ry='46' fill='none' stroke='%231e88e5' stroke-width='3' stroke-dasharray='8%2c 8' stroke-linecap='round'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.foto-preco,
.foto-capas {
    width: 80%;
    margin-bottom: 24px;
}

.botao-CTA {
    font-family: "Saira Condensed", sans-serif;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    background-color: #1cd272;
    color: #FFFFFF;
    display: block;
    text-align: center;
    padding: 16px;
    width: 100%;
    border-radius: 16px;
}

    .botao-CTA:hover {
        background-color: #c6fa2b;
        color: #FFFFFF;
    }


@media (min-width:992px) {

    #sessao6 {
        padding-top: 80px;
        background-size: auto 140px;
    }


    .blocoSessao6 {
        padding: 46px;
        max-width: 440px;
    }

    #sessao6 h2 {
        font-size: 26px;
    }
}

/* FIM SESSAO 6 */

/* SESSAO 7 */

#sessao7 {
    background-color: #f5e6c0;
    background-image: url('../../images/home/fundoSessao2_tdmCH-MAI2025.jpg');
    background-position: top left;
    background-repeat: repeat-x;
    padding-top: 80px;
    padding-bottom: 30px;
}

    #sessao7 h2 {
        font-weight: 700;
    }

    #sessao7 h3 {
        color: var(--main-color-pessego);
        max-width: 560px;
    }

.blocoH3-s7,
.blocoAlerta-s7 {
    border-radius: 46px;
    padding: 66px 26px 26px 26px;
    color: var(--main-color-azulclaro);
    /* borda SVG tracejada como background */

    background-image: url("data:image/svg+xml,%3csvg width='100%24' height='100%24' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0' y='0' width='100%25' height='100%25' rx='46' ry='46' fill='none' stroke='%231e88e5' stroke-width='3' stroke-dasharray='8%2c 8' stroke-linecap='round'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}


.iconeSurpresa {
    width: 80px;
    height: auto;
    position: absolute;
    top: -40px;
    left: calc(50% - 40px);
}

.contentBotao-s7 {
    margin-top: 36px;
    width: 100%;
    max-width: 400px;
}

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

        #sessao7 h2 {
            font-size: 30px;
        }
}

/* FIM SESSAO 7 */


/* RODAPE */

#rodape {
    padding-top: 80px;
    position: relative;
}

.linha1Rodape {
    background-color: #FFFFFF;
    padding: 16px;
}

    .linha1Rodape p {
        color: #A8AAAB;
        font-size: 13px;
    }

.linha2Rodape {
    background-color: #E5E5E5;
    padding: 16px;
    padding-bottom: 40px;
}

    .linha2Rodape p {
        color: #7c7c7c;
        font-size: 11px;
    }

#rodape::before {
    width: 100%;
    height: 60px;
    top: -2px;
    content: '';
    background: url('../../images/home/ondas_tdmCH-MAI2025.png');
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: left top;
    display: block;
    /* pointer-events: none; */
    position: absolute;
    z-index: 1;
}

@media(min-width:992px) {

    #rodape {
        padding-top: 140px;
        position: relative;
    }

        #rodape::before {
            height: 100px;
        }
}

/* FIM RODAPE */

/* DEPOIMENTOS */

/* FOTOS */

#sessao5 {
    background: #FFFFFF;
    padding-top: 60px;
    padding-bottom: 40px;
}

    #sessao5 h2 {
        color: #FFFFFF;
        max-width: 700px;
        font-weight: 700;
    }

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

.contentH2carrossel {
    text-align: center;
}

.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;
}

@media(min-width:992px) {
    #sessao5 {
        padding-top: 60px;
        padding-bottom: 80px;
    }
}

/* splider capas */

.contentCapasFamilia .splide {
    padding: 1em !important;
}

.textoFotoCapas {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

    .textoFotoCapas h3 {
        margin-bottom: 0;
    }

#capas-slider .splide__slide {
    /* background: #FFFFFF; */
    /* box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15); */
    /* border-radius: 16px !important; */
    padding: 8px;
    text-align: center;
}

    #capas-slider .splide__slide img {
        width: 180px;
        border-radius: 12px;
    }

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

#capas-slider svg {
    fill: #FFFFFF !important;
}

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

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

@media(min-width:992px) {
}



/* 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-radius: 16px !important;
    padding: 8px;
}

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

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

#image-slider svg {
    fill: #FFFFFF !important;
}

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

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

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

/* FIM DEPOIMENTOS */

/* NAVBAR */

#menu {
    background-color: var(--main-color-azulclaro);
}

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

.nav-link {
    color: #FFFFFF !important;
}

    .nav-link:hover {
        color: #5ef2ff !important;
    }

.cta-navbar {
    padding: 8px 32px;
    border-radius: 20px;
    background-color: var(--main-color-laranja);
    color: #FFFFFF;
    font-family: "Saira Condensed", sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

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

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

/* FIM DO MENU */

/* BARRA FIXA RODAPE */

.barra-fixa {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--main-color-azulclaro);
    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: 4px 16px;
    border-radius: 16px;
    background-color: var(--main-color-laranja);
    color: #FFFFFF;
    font-family: "Saira Condensed", sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

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