* {
    outline: none;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
}
a {
    display: inline;
    text-decoration: none;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}
i {
    display: inline;
    text-decoration: none;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}
li {
    display: inline;
}
img {
    border: 0;
}
h1, h2, h3, h4, h5, h6, ul, li, p, span, a, b {
    color: #2d3a4b;
    font-family: 'Montserrat-Black';
    margin: 0;
    padding: 0;
}
h1, h2, h3 {
    font-size: 52px;
    font-weight: 700;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 20px;
    font-weight: normal;
}
ul, li, p, span, a, b {
    font-size: 16px;
    line-height: 1.5;
}
/*Font face*/
@font-face {
    font-family: 'CirceRoundedAlt-Bold';
    src: url('../fonts/CirceRoundedAlt-Bold.eot');
    src: url('../fonts/CirceRoundedAlt-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CirceRoundedAlt-Bold.woff2') format('woff2'), url('../fonts/CirceRoundedAlt-Bold.woff') format('woff'), url('../fonts/CirceRoundedAlt-Bold.ttf') format('truetype'), url('../fonts/CirceRoundedAlt-Bold.svg#CirceRoundedAlt-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CirceRoundedAlt-Extrabold';
    src: url('../fonts/CirceRoundedAlt-Extrabold.eot');
    src: url('../fonts/CirceRoundedAlt-Extrabold.eot?#iefix') format('embedded-opentype'), url('../fonts/CirceRoundedAlt-Extrabold.woff2') format('woff2'), url('../fonts/CirceRoundedAlt-Extrabold.woff') format('woff'), url('../fonts/CirceRoundedAlt-Extrabold.ttf') format('truetype'), url('../fonts/CirceRoundedAlt-Extrabold.svg#CirceRoundedAlt-Extrabold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CirceRounded-Regular';
    src: url('../fonts/CirceRounded-Regular.eot');
    src: url('../fonts/CirceRounded-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/CirceRounded-Regular.woff2') format('woff2'), url('../fonts/CirceRounded-Regular.woff') format('woff'), url('../fonts/CirceRounded-Regular.ttf') format('truetype'), url('../fonts/CirceRounded-Regular.svg#CirceRounded') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CirceRounded-Light';
    src: url('../fonts/CirceRounded-Light.eot');
    src: url('../fonts/CirceRounded-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/CirceRounded-Light.woff2') format('woff2'), url('../fonts/CirceRounded-Light.woff') format('woff'), url('../fonts/CirceRounded-Light.ttf') format('truetype'), url('../fonts/CirceRounded-Light.svg#CirceRounded-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CirceRounded-Bold';
    src: url('../fonts/CirceRounded-Bold.eot');
    src: url('../fonts/CirceRounded-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CirceRounded-Bold.woff2') format('woff2'), url('../fonts/CirceRounded-Bold.woff') format('woff'), url('../fonts/CirceRounded-Bold.ttf') format('truetype'), url('../fonts/CirceRounded-Bold.svg#CirceRounded-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CirceRounded-ExtraBold';
    src: url('../fonts/CirceRounded-ExtraBold.eot');
    src: url('../fonts/CirceRounded-ExtraBold.eot?#iefix') format('embedded-opentype'),url('../fonts/CirceRounded-ExtraBold.woff2') format('woff2'),url('../fonts/CirceRounded-ExtraBold.woff') format('woff'),url('../fonts/CirceRounded-ExtraBold.ttf') format('truetype'),url('../fonts/CirceRounded-ExtraBold.svg#CirceRounded-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.container {
    margin: 0 auto;
    padding: 0 15px;
    width: 1433px;
}
.row {
    width: 100%;
}
/*header*/
.logo-menu {
    align-items: center;
    display: flex;
    justify-content: space-around;
    margin: 40px 0 20px;
}
.menu .icone, .menu #changeIcone {
  display: none;
}
ul.posicao-menu {
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.menu-item {
    position: relative;
}
li.menu-item a {
    color: #236937;
    font-family: 'CirceRoundedAlt-Bold';
    font-size: 18px;
    margin: 0 30px;
    text-decoration: none;
}
li.menu-item a:hover:after, .menu-item.active a:after {
    opacity: 1;
}
.menu-item a:after {
    border-bottom: 3px solid #fda911;
    bottom: -4px;
    content: '';
    display: inline-block;
    height: 6px;
    left: 25%;
    margin: 0 auto;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    width: 50%;
}
#banner {
    background: url(../images/banner.jpg) no-repeat center top;
    height: 867px;
    width: 100%;
}
.banner-title {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 867px;
}
.banner-title h1, .banner-title h1 b {
    color: #ffffff;
    font-family: 'CirceRounded-Light';
    font-size: 103px;
    line-height: 1;
    text-align: center;
}
.banner-title h1 b {
    font-family: 'CirceRoundedAlt-Extrabold';
}
.icons-itens {
    display: flex;
    justify-content: space-around;
    margin: 160px 50px 149px;
}
.icons-item {
    background: #ededed;
    border-radius: 30px;
    max-width: 220px;
    padding: 38px 25px 32px;
    position: relative;
    text-align: center;
}
.icons-item:first-child:before {
    background: url(../images/icon-equal.png) no-repeat center top / cover;
    content: '';
    display: block;
    height: 100px;
    position: absolute;
    right: -60px;
    top: 82px;
    width: 100px;
    z-index: 1;
}
.icons-item-text {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin-top: 25px;
    height: 75px;
    text-align: center;
    width: 100%;
}
.icons-item span, .icons-item span b {
    color: #666666;
    font-family: 'CirceRounded-Bold';
    font-size: 28px;
    line-height: 0.9;
}
.dice-title {
    border-top: 13px solid #ffaf0f;
    padding: 130px 0 44px;
    text-align: center;
}
.dice-title h1, .dice-title h1 b {
    color: #7c7c7c;
    font-family: 'CirceRounded-Regular';
    font-size: 59px;
    letter-spacing: -3px;
}
.icons-item span b, .dice-title h1 b {
    font-family: 'CirceRounded-ExtraBold';
}
#dice {
    margin-bottom: 40px;
    text-align: center;
}
.dice-numbers {
    display: inline-flex;
    justify-content: space-around;
    width: 90%;
}
.dice-number.mobidade {
    background: url(../images/bg-morbidade.jpg) no-repeat center top / contain;
}
.dice-number.mortalidade {
    background: url(../images/bg-mortalidade.jpg) no-repeat center top / contain;
}
.dice-number.fatalidade {
    background: url(../images/bg-fatalidade.jpg) no-repeat center top / contain;
}
.dice-number {
    padding-top: 30px;
    text-align: center;
}
.dice-number h2 {
    color: #fb7f05;
    font-family: 'CirceRounded-ExtraBold';
    font-size: 96px;
    letter-spacing: -5px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #fb7f05;
}
.dice-number span {
    color: #fb7f05;
    font-family: 'CirceRounded-ExtraBold';
    font-size: 191px;
}
.dice-text {
    border-bottom: 13px solid #ffaf0f;
    padding: 50px 0 90px;
}
.dice-text p {
    background: #ffaf0f;
    color: #ffffff;
    font-family: 'CirceRounded-ExtraBold';
    font-size: 43px;
    margin: 0 auto;
    padding: 5px 30px 0;
    width: max-content;
}
.dice-text span {
    color: #7c7c7c;
    display: block;
    font-family: 'CirceRounded-Regular';
    font-size: 30px;
    margin-top: 60px;
}
#banner-product {
    background: url(../images/banner-product.jpg) no-repeat center top;
    height: 2173px;
    width: 100%;
}
.banner-product-title {
    padding: 540px 0 0;
    text-align: center;
}
.banner-product-title h1, .banner-product-title h1 b,
.banner-product-title h2, .banner-product-title h2 b {
    color: #ffffff;
    font-family: 'CirceRounded-Light';
    font-size: 207px;
    letter-spacing: -10px;
}
.banner-product-title h1 b, .banner-product-title h2 b,
.banner-product-text span b,
.banner-product-description p b,
.preparation-use-step-icon,
.preparation-use-step-text {
    font-family: 'CirceRounded-Bold';
}
.banner-product-title h2, .banner-product-title h2 b {
    font-size: 125px;
}
.banner-product-title h2 {
    letter-spacing: -2px;
    line-height: 0.2;
    margin: 0 auto;
    width: 70%;
}
.banner-product-title h2 b {
    font-family: 'CirceRounded-ExtraBold';
}
.banner-product-text {
    margin: 160px auto 0;
}
.banner-product-text span, .banner-product-text span b,
.banner-product-description p, .banner-product-description p b {
    color: #ffffff;
    font-family: 'CirceRounded-Regular';
    font-size: 61px;
    letter-spacing: -3px;
    line-height: 1;
    text-align: right;
}
.banner-product-text span {
    float: right;
    margin-right: 40px;
    width: 561px;
}
.banner-product-description {
    float: left;
    margin: 703px 0 0 128px;
    width: 408px;
}
.banner-product-description p, .banner-product-description p b {
    font-size: 37px;
}
.banner-product-description p, .banner-product-description p b {
    letter-spacing: -1px;
    text-align: left;
}
#preparation-use {
    background: url(../images/bg-preparation-use.jpg) no-repeat center top;
    height: 3600px;
    width: 100%;
}
.preparation-use-title {
    margin: 0 auto;
    padding-top: 210px;
    text-align: center;
    width: 60%;
}
.preparation-use-title h1, .preparation-use-title h1 b,
.preparation-use-title.use h2 {
    color: #009efc;
    font-family: 'CirceRounded-Light';
    font-size: 90px;
    line-height: 0.9;
}
.preparation-use-title h1 b,
.preparation-use-title.use h2,
.preparation-use-tip span b {
    font-family: 'CirceRounded-ExtraBold';
}
.preparation-use-image {
    margin-top: 122px;
    text-align: center;
}
.preparation-use-title.steps {
    padding: 415px 0 97px;
}
.preparation-use-title.steps h2 {
    color: #fdb309;
    font-family: 'CirceRounded-Bold';
    font-size: 82px;
}
.preparation-use-steps {
    align-items: center;
    display: flex;
    justify-content: space-around;
    margin: 0 80px;
}
.preparation-use-step-icon {
    background: url(../images/icon-plus.png) no-repeat center top / cover;
    border-radius: 100%;
    color: #009efc;
    font-size: 200px;
    height: 150px;
    width: 150px;
}
.preparation-use-step-icon.equal {
    background-image: url(../images/icon-equal-blue.png);
}
.preparation-use-step-text {
    color: #009efc;
    font-size: 95px;
    letter-spacing: -6px;
}
.preparation-use-title.use {
    padding: 330px 0 228px;
    width: 100%;
}
.preparation-use-title.use h2 {
    font-size: 80px;
}
.preparation-use-tips {
    display: flex;
    justify-content: center;
}
.preparation-use-tip {
    background: #0094fc;
    border-radius: 20px;
    max-width: 394px;
    padding-top: 57px;
    position: relative;
    text-align: center;
}
.preparation-use-tip:after {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #0094fc;
    bottom: -24px;
    content: '';
    position: absolute;
    right: 90px;
}
.preparation-use-tip:nth-child(2) {
    margin: 0 74px;
}
.preparation-use-tip span {
    display: block;
    padding: 25px 30px 30px;
}
.preparation-use-tip span, .preparation-use-tip span b {
    color: #ffffff;
    font-family: 'CirceRounded-Regular';
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 1.2;
}
footer {
    border-top: 22px solid #ff7c00;
    border-bottom: 90px solid #0093fb;
    margin: -800px 0 0;
    padding: 490px 0 0;
    text-align: center;
}
footer h1, footer h1 b,
footer h2, footer h2 b {
    color: #296e3f;
    font-family: 'CirceRounded-Light';
    font-size: 70px;
    letter-spacing: -4px;
}
footer h1 {
    margin-bottom: 80px;
}
footer h1 b,
footer h2 b {
    font-family: 'CirceRounded-ExtraBold';
}
footer h2 {
    margin: 0 auto;
    width: 55%;
}
footer h2, footer h2 b {
    color: #707070;
    font-size: 48px;
    letter-spacing: 0;
    line-height: 1;
}
footer img {
    margin: 70px 0 340px;
}
/* max-width <> 1800 */
@media screen and (max-width: 1800px) {
    .icons-item {
        max-width: 240px;
        padding: 38px 5px 32px;
    }
    .preparation-use-steps {
        margin: 0;
    }
}
@media screen and (max-width: 1600px) {
    .container {
        width: 1170px;
    }
    .icons-item {
        max-width: 200px;
    }
    .icons-item:first-child:before {
        font-size: 65px;
        height: 70px;
        right: -40px;
        width: 70px;
    }
    .dice-number h2 {
        font-size: 76px;
        letter-spacing: -3px;
    }
    .dice-number span {
        font-size: 121px;
    }
    .dice-text p {
        padding: 5px 0 0;
        width: 100%;
    }
    .banner-product-description {
        margin: 730px 0 0 50px;
        width: 408px;
    }
    .preparation-use-steps {
        justify-content: center;
    }
    .preparation-use-step-bucket, .preparation-use-step-product {
        text-align: center;
    }
    .preparation-use-step-product img, .preparation-use-step-bucket img {
        width: 70%;
    }
    .preparation-use-step-icon {
        height: 90px;
        width: 90px;
    }
    .preparation-use-step-text {
        font-size: 50px;
        margin: 0 30px;
    }
    footer {
        margin: -940px 0 0;
    }
}
@media screen and (max-width: 1400px) {
    .icons-itens {
        margin: 160px 10px 149px;
    }
    .icons-item {
        max-width: 180px;
    }
    .icons-item span, .icons-item span b {
        font-size: 23px;
    }
    .banner-product-title h1, .banner-product-title h1 b {
        font-size: 180px;
    }
    .banner-product-title h2, .banner-product-title h2 b {
        font-size: 95px;
    }
    .banner-product-text {
       margin: 260px auto 0;
    }
    .banner-product-description {
        margin: 670px 0 0 30px;
        width: 320px;
    }
    .preparation-use-tip:nth-child(2) {
        margin: 0 50px;
    }
}