#hotsite {
    --amarelo-vaa: #ffc93b;
    --amarelo-escuro-vaa: #e7a517;
    --bege-vaa: #fffae1;
    --branco: #fff;
    --preto: #000;
    --ciano-vaa: #89beb1;
    --vermelho-vaa: #d95157;
    --vermelho-claro-vaa: #e2796d;
    --roxo-vaa: #6e5093;
    --rosa-vaa: #E2017C;
    --largura-vaa: 100vw;
    --azul-vaa: #009FEC;
}


#hotsite {
    background-color: #efefef;
    background-size: cover;
}

#hotsite .container {
    max-width: 1200px !important;
}

#hotsite .container.hotsiteProduto{
    border-radius: 10px;
}

#hotsite .roxo-vaa {
    color: var(--roxo-vaa);
}

#hotsite .titulo-sub {
    font-weight: bold;
    color: var(--rosa-vaa);
}

#hotsite .titulo-sub::after {
    content: '';
    transform: translateX(-50%);
    left: 50%;
    display: block;
    position: absolute;
    margin: .7rem 0rem;
    height: 3px;
    width: 140px;
    background-color: var(--rosa-vaa);
}


@media (min-width: 1200px) {

    #hotsite .h-header .container-md {
        max-width: var(--largura-vaa);
        background-position: right center, 0 0;
    }

    #hotsite .h-header__logo img {
        bottom: -145px;
        left: 115px;
    }

    #hotsite .h-header__crianca img {
        position: relative;
        left: 95px;
    }
}

@media (min-width: 992px) {
    #hotsite .h-header__crianca img {
        left: 40px;
    }
}

@media (min-width: 768px) {
    #hotsite .h-header__crianca img {
        position: relative;
        left: 15px;
    }
}

#hotsite .breadcrumb-item {
    text-decoration: none;
    color: #fff;

}

#hotsite .breadcrumb-item u {
    color: #fff;
}


#hotsite .h-breadcrumb {
    background-color: var(--rosa-vaa);

    padding: 10px;
    margin: 1rem 0;
}

#hotsite .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

#hotsite .h-breadcrumb .breadcrumb {
    background: transparent;
    font-size: 0.875rem;
    margin-bottom: 0;
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}