* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    background-size: cover;
    list-style: none;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

.container {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bold {
    font-weight: 900 !important;
}

.light {
	font-weight: 100 !important;
}

.row {
    display: flex;
    flex-wrap: nowrap;
}

.gap-24 {
    gap: 24px;
}

.gap-16 {
    gap: 16px;
}

.flavorad__title {
	font-size: 40px;
}

nav {
    width: 100%;
    height: 119px;
    color: #ffffff;
    display: flex;
    align-items: center;
}

nav ul {
    justify-content: space-between;
    align-items: center;
}

nav ul li a {
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding-top: 54px;
}

nav ul li a:hover {
    color: #AB066C;
    transition: 400ms ease-in-out;
}

nav ul li a::after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    margin: 0 auto;
    transition: 400ms ease-in-out;
}

nav ul li a:hover::after {
    background-color: #AB066C;
}

nav ul li img.logotipo {
    width: 206px;
    height: 46px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}

/* #banner-one img,
  #banner-two img,
  #banner-three img,
  #banner-for img,
  #banner-five img,
  #banner-six img,
  #banner-seven img {
    max-width: 100%;
    position: relative;
    z-index: 1;
  } */

@media screen and (max-width: 767px) {
    .hide-mb {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .hide-tb {
        display: none;
    }

}

@media screen and (min-width: 1200px) {
    .hide-ds {
        display: none;
    }
}

h2 {
    font-size: 50px;
    font-weight: 300;
}

h3 {
    font-size: 40px;
    font-weight: 100;
}

h4 {
    font-size: 41px;
    font-weight: 100;
}

h5 {
    font-size: 30px;
    font-weight: 600;
}

p {
    font-size: 18px;
    font-weight: 600;
}

.color-white {
    color: #ffffff;
}

.color-primary {
    color: #AB066C;
}

.flex-end {
    align-items: flex-end;
}

.content-center {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.mb-32 {
    margin-bottom: 32px;
}

.mt-32 {
    margin-top: 32px;
}

.banner-01 {
    background-image: url("../../../landing-pages/flavorad/images/banner-1.png");
    background-repeat: no-repeat;
    width: 100%;
    min-height: 1179px;
    background-position: center;
    background-size: cover;
    z-index: 9;
    /* position: relative; */
    padding: 100px 0;
}

.banner-01 h2 {
    font-weight: 300;
}

.movie {
    background-color: #E8E7E7;
    width: 100%;
    padding: 120px 0;
    top: 1179px;
    z-index: 1;
}

.fundo {
    background-image: url("../../flavorad/images/fundo.png");
    width: 100%;
    height: 100vh;
    background-size: cover;
}

.block-01 {
    min-height: 700px;
    background-image: url("../../flavorad/images/background-03.webp");
    width: 100%;
    background-size: cover;
    padding: 120px 0;
}

.block-01 h3.destaque {
    background-color: #FFA904;
    padding: 10px;
    width: 850px;
    box-shadow: -3px 1px 5px 15px rgba(255, 169, 4, 0.22);
    -webkit-box-shadow: -3px 1px 5px 15px rgba(255, 169, 4, 0.22);
    -moz-box-shadow: -3px 1px 5px 15px rgba(255, 169, 4, 0.22);
    text-align: center;
}

.movie .card {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 24px;
    width: 800px;
    align-items: center;
    text-align: left;
    position: absolute;
    margin-top: -800px;
}

.banner-01 .col-lg-6 {
    float: right;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 800px;
    text-align: right;
}

.detalhe {
    border-left: 10px solid #AB066C;
    padding: 10px;
}

.block-02 {
    min-height: 600px;
    background-image: url("../../flavorad/images/background-04.webp");
    width: 100%;
    background-size: cover;
    padding: 120px 0;
}

.block-02 h2 {
    color: #858585;
    text-align: left;
}

.block-03 {
    min-height: 868px;
    background-image: url("../../flavorad/images/background-05.webp");
    width: 100%;
    background-size: cover;
    padding: 120px 0 30px 0;
}

.block-03 .flex-row {
    align-items: center;
    display: flex;
}

.block-04 {
    background-image: url("../../flavorad/images/background-06.webp");
    width: 100%;
    min-height: 900px;
    background-size: cover;
}

.block-04 .card {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 24px;
    width: 300px;
    height: 100px;
}

.block-04 h3 {
    width: 90%;
    margin: 0 auto;
}


.block-02 h5 {
    color: #767676;
}

.block-04 p {
    font-size: 17px;
    font-weight: 600;
    align-items: center;
    display: flex;
    text-align: left;
    color: #767676;
}

.block-02 {
    padding-top: 120px;
}

.block-04 .bloco {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 350px;
}

/* .block-04 .row.mb-32.gap-16 {
    margin-top: 250px;
} */

.block-04 {
    padding: 250px 0 100px 0;
}

.block-04 .row.flex-end {
    align-items: center;
    justify-content: center;
}

.title::after {
    content: "RP";
    font-size: 18px;
    line-height: 6px;
    vertical-align: top;
}

footer.flavorad {
    background-image: url("../../flavorad/images/footer.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-bottom: 30px solid #AB066C !important;
    width: 100%;
    min-height: 600px;
    padding: 50px 0;
}

.mobile-menu-icon {
    display: none;
}

.mobile-menu {
    display: none;
}

.nav-link {
    font-size: 18px;
    color: #AB066C;
    font-weight: bold;
}


/* Animação  */

.hidden {
    opacity: 0;
    filter: blur(10px);
    transition: all 1s;
}

.show {
    opacity: 1;
    filter: blur(0);
    transition: all 1s;
}

.grafico-01 {
    background-image: url("../../flavorad/images/grafico-01/grafico-01.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 600px;
    width: 1000px;

    gap: 50px;
    display: flex;
}

.grafico-01 .item-grafico img {
    float: left;
    margin-top: 160px;
    width: 138px;
    height: 0px;
}

.grafico-01 .item-grafico.ativo img {
    animation: anima-grafico-controle 4s ease;
    width: 70px;
    height: 160px;
    margin-top: 0px;
    position: relative;
    top: 270px;
    left: 190px;
}

.grafico-01 .item-grafico:last-child img {
    float: left;
    margin-top: 250px;
    width: 70px;
    height: 0px;
}

.grafico-01 .item-grafico:last-child.ativo img {
    animation: anima-grafico-controle-grafico-2 4s ease;
    height: 250px;
    margin-top: 0px;
    left: 190px;
    position: relative;
    top: 180px;
}

.grafico-01 .item-grafico:last-child {
    margin-left: -14px;
}


@keyframes anima-grafico-controle {
    0% {
        margin-top: 160px;
        height: 0px;
    }

    100% {
        margin-top: 0px;
        height: 160px;
    }
}


@keyframes anima-grafico-controle-grafico-2 {
    0% {

        margin-top: 250px;
        height: 0px;
    }

    100% {
        margin-top: 0px;
        height: 250px;
    }
}


.grafico-02 {
    background-image: url("../../flavorad/images/grafico-02/grafico-002.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 450px;
    width: 1200px;
    gap: 50px;
    display: flex;
}


.grafico-02 .item-grafico img {
    float: left;
    margin-top: 105px;
    width: 138px;
    height: 0px;
}

.grafico-02 .item-grafico.ativo img {
    animation: anima-grafico-nascidos 4s ease;
    width: 60px;
    height: 105px;
    margin-top: 0px;
    position: relative;
    top: 214px;
    left: 280px;
}

.grafico-02 .item-grafico:last-child img {
    float: left;
    margin-top: 185px;
    width: 60px;
    height: 0px;
}

.grafico-02 .item-grafico:last-child.ativo img {
    animation: anima-grafico-nascidos-grafico-2 4s ease;
    height: 185px;
    margin-top: 0px;
    left: 260px;
    position: relative;
    top: 133px;
}


@keyframes anima-grafico-nascidos {
    0% {
        margin-top: 105px;
        height: 0px;
    }

    100% {
        margin-top: 0px;
        height: 105px;
    }
}


@keyframes anima-grafico-nascidos-grafico-2 {
    0% {

        margin-top: 185px;
        height: 0px;
    }

    100% {
        margin-top: 0px;
        height: 185px;
    }
}

.grafico-002 {
    height: 0;
}
.grafico-002 .item-grafico img {
    float: left;
    margin-top: 90px;
    width: 138px;
    height: 0px;
}

.grafico-002 .item-grafico.ativo img {
    animation: anima-grafico-nascidos-002 4s ease;
    width: 60px;
    height: 90px;
    margin-top: 0px;
    position: relative;
    top: -223px;
    left: 195px;
}

.grafico-002 .item-grafico:last-child img {
    float: left;
    margin-top: 155px;
    width: 60px;
    height: 0px;
}

.grafico-002 .item-grafico:last-child.ativo img {
    animation: anima-grafico-nascidos-grafico-02 4s ease;
    height: 110px;
    margin-top: 0px;
    left: 285px;
    position: relative;
    top: -333px;
}


@keyframes anima-grafico-nascidos-002 {
    0% {
        margin-top: 90px;
        height: 0px;
    }

    100% {
        margin-top: 0px;
        height: 90px;
    }
}


@keyframes anima-grafico-nascidos-grafico-02 {
    0% {

        margin-top: 110px;
        height: 0px;
    }

    100% {
        margin-top: 0px;
        height: 110px;
    }
}

.mt-15 {
    margin-top: 15px;
}


.block-03 img.grafico {
    width: 60%;
    margin-top: 35px;

}

/* Grafico horizontal */

.grafico-03 {
    background-image: url("../../flavorad/images/grafico-03/grafico-03-esquerda.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 750px;
    width: 700px;
    display: flex;
    flex-direction: column;
}
.grafico-03 .item-grafico img{
    margin-top: 0;
    width: 0px;
    height: 10px;
    top: 170px;
    left: 325px;
}
.grafico-03 .item-grafico.ativo img {
    animation: anima-grafico-peso 4s ease;
    width: 55px;
    position: relative;
}
.grafico-03 .item-grafico:last-child img {
    margin-top: 0;
    width: 0px;
    height: 10px;
    top: 190px;
    left: 325px;
}
.grafico-03 .item-grafico:last-child.ativo img {
    animation: anima-grafico-peso-02 4s ease;
    width: 30px;
}
@keyframes anima-grafico-peso {
    0% {
        width: 0px;
    }
    100% {
        width: 55px;
    }
}
@keyframes anima-grafico-peso-02 {
    0% {
        width: 0px;
    }
    100% {
        width: 30px;
    }
} 


.grafico-04 .item-grafico #grafico-resultado-003{
    margin-top: 0;
    height: 10px;
    top: -485px;
    left: 325px;
}
.grafico-04 .item-grafico.ativo #grafico-resultado-003 {
    animation: animacao-003 4s ease;
    width: 170px;
    position: relative;
}
@keyframes animacao-003 {
    0% {
        width: 0px;
    }
    100% {
        width: 170px;
    }
} 
.grafico-04 .item-grafico #grafico-resultado-004 {
    margin-top: 0;
    height: 10px;
    top: -465px;
    left: 325px; 
}
.grafico-04 .item-grafico.ativo #grafico-resultado-004 {
    animation: anima-grafico-peso-004 4s ease;
    width: 95px;
    position: relative;
}
@keyframes anima-grafico-peso-004 {
    0% {
        width: 0px;
        left: 325px;
    }
    100% {
        width: 95px;
    }
}
.grafico-05 .item-grafico #grafico-resultado-005 {
    margin-top: 0;
    width: 0px;
    height: 10px;
    top: -426px;
    left: 326px;
}
.grafico-05 .item-grafico.ativo #grafico-resultado-005 {
    animation: anima-grafico-peso-005 4s ease;
    width: 270px;
    position: relative;
}
@keyframes anima-grafico-peso-005 {
    0% {
        width: 0px;
    }
    100% {
        width: 270px;
    }
}
.grafico-05 .item-grafico #grafico-resultado-006 {
    margin-top: 0;
    width: 0px;
    height: 10px;
    top: -405px;
    left: 326px;
}
.grafico-05 .item-grafico.ativo #grafico-resultado-006 {
    animation: anima-grafico-peso-006 4s ease;
    width: 285px;
    position: relative;
}
@keyframes anima-grafico-peso-006 {
    0% {
        width: 0px;
    }
    100% {
        width: 285px;
    }
}
.grafico-06 .item-grafico #grafico-resultado-007{
    margin-top: 0;
    width: 0px;
    height: 10px;
    top: -370px;
    left: 327px;
}
.grafico-06 .item-grafico.ativo #grafico-resultado-007 {
    animation: anima-grafico-peso-007 4s ease;
    width: 80px;
    position: relative;
}
@keyframes anima-grafico-peso-007 {
    0% {
        width: 0px;
    }
    100% {
        width: 80px;
    }
}
.grafico-06 .item-grafico #grafico-resultado-008 {
    margin-top: 0;
    width: 0px;
    height: 10px;
    top: -350px;
    left: 327px;
}
.grafico-06 .item-grafico.ativo #grafico-resultado-008 {
    animation: anima-grafico-peso-008 4s ease;
    width: 150px;
    position: relative;
}
@keyframes anima-grafico-peso-008 {
    0% {
        width: 0px;
    }
    100% {
        width: 150px;
    }
}
.grafico-07 .item-grafico #grafico-resultado-009 {
    margin-top: 0;
    width: 0px;
    height: 10px;
    top: -320px;
    left: 327px;
}
.grafico-07 .item-grafico.ativo #grafico-resultado-009 {
    animation: anima-grafico-peso-009 4s ease;
    width: 7px;
    position: relative;
}
@keyframes anima-grafico-peso-009 {
    0% {
        width: 0px;
    }
    100% {
        width: 7px;
    }
}
.grafico-07 .item-grafico #grafico-resultado-010 {
    margin-top: 0;
    width: 0px;
    height: 10px;
    top: -300px;
    left: 327px;
}
.grafico-07 .item-grafico.ativo #grafico-resultado-010 {
    animation: anima-grafico-peso-010 4s ease;
    width: 10px;
    position: relative;
}
@keyframes anima-grafico-peso-010 {
    0% {
        width: 0px;
    }
    100% {
        width: 10px;
    }
} 