@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    background: #464545;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.container {
    max-width: 1000px;
}

header {
    background-color: #464545;
    height: 100px;
    top: 0;
    box-shadow: inset 0 0 1em transparent, 0 0 1.5em rgba(0, 0, 0, .5);
    z-index: 1;
}

footer {
    background-color: #2a2929;
}

nav {
    height: 100%;
}

nav picture img {
    width: 100px;
}

.btn-menu,
.btn-menu:focus,
.btn-menu:hover {
    background-color: #464545;
    color: #fff;
    font-size: 3.5rem;
    padding: 0;
    border: none;
}

.color-danger {
    color: #c20d5a;
}

.color-success {
    color: #1ae28b;
}

.btn-danger,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #c20d5a;
}

.btn-success,
.btn-success:focus,
.btn-success:hover {
    background-color: #1ae28b;
}

.btn-danger,
.btn-success {
    text-transform: uppercase;
    font-weight: bold;
    padding: .75rem;
}

/* sections */

section {
    width: 100%;
}

.first-section {
    padding-top: 100px;
    background-color: #cccdcd;
}

section.utilization {
    background-color: #fff;
}

section.doubts {
    background-color: #c4ced4;
}

/* First section */

.first-section>article div h1 {
    font-size: 1.5rem;
    padding: 2.5rem 0 .5rem 0;
}

.first-section>article div p {
    padding: 0 1.1rem;
    font-weight: 600;
    color: #464545;
}

.first-section>article>div>button {
    margin: 1rem 0;
}

.first-section {
    box-shadow: inset 0 -5rem #464545;
    /* deslocamento inferior de -60px */
}

.first-section article {
    border-bottom: solid 4px #464545;
}

/* benefits */
section.benefits article>div>h1 {
    font-size: 2.7rem;
}

section.benefits article aside>p {
    font-size: .8rem;
}

section.benefits article>div>h1,
section.benefits article aside>p,
section.benefits article p {
    color: #eeefef;
}

section.benefits article>p {
    padding: 2rem 1.5rem;
    font-weight: 600;
}

.figure-benefits {
    width: 30%;
}

.figure-benefits img,
.figure-benefits figcaption {
    width: 60%;
}

.figure-benefits figcaption {
    width: 100%;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #eeefef;
    line-height: 13px;
}

.figure-benefits figcaption span {
    background-color: #eeefef;
    color: #464545;
    text-transform: none;
    padding: 0rem .5rem;
}

/* utilization */

section.utilization article>h1 {
    color: #c20d5a;
    padding: 2rem 2.3rem;
}

section.utilization article>p {
    font-weight: 600;
    color: #464545;
    padding: 0 1.5rem;
}

.figure-utilization {
    width: 50%;
}

.figure-utilization img,
.figure-utilization figcaption {
    width: 60%;
}

.figure-utilization figcaption {
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #464545;
    line-height: 20px;
}

/* doubts */

section.doubts article>h1 {
    color: #464545;
    font-size: 3rem;
    padding-top: 3rem;
}

section.doubts article div>hr {
    border-top: solid #464545 5px;
    margin: 1rem 0 2.5rem 0;
    opacity: 1;
    width: 130px;

}

.doubts-content>div>p {
    font-size: 1rem;
}

.doubts-content>div>h5 {
    font-size: 1rem;
    font-weight: bold;
}

/* contact */
.contact-block div h1 {
    font-weight: bold;
    font-size: 2rem;
    color: #464545;
}

.box-mail-phone i,
.box-mail-phone a {
    text-decoration: none;
    color: #464545;
}

.box-mail-phone i {
    font-size: 1.5rem;
}

.box-mail-phone a.phone {
    font-size: 1.5rem;
    font-weight: 600;
}

.box-mail-phone a.email {
    font-size: 1rem;
    font-weight: 600;
}

/* Footer */
footer nav ul {
    padding: 0;
    margin: 0;
}

footer nav ul li {
    list-style: none;
}

footer nav ul li a,
footer span {
    font-weight: bold;
    color: #c4ced4 !important;
    text-transform: uppercase;
    font-size: .7rem;
    text-decoration: none;
}

footer nav ul li a {
    padding: 0 .5rem;
    border-right: 2px solid #c4ced4;
}

footer nav ul li:last-child a {
    border: none;
}

footer div div figure img {
    max-width: 100px;
}

footer div .division-bar {
    height: 100px;
    background-color: #c4ced4;
    width: 1px;
}

/* menu */

.offcanvas-collapse.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 0.1s, 0.1s, 0.7s;
}

.offcanvas-collapse {
    background-color: #464545;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    transform: translateY(-2em);
    z-index: -2;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    padding: 2em 3em;
}

.menu-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-mobile ul li {
    text-align: center;
    margin: .5rem;
}

.menu-mobile ul li a,
.menu-mobile ul li i {
    font-weight: bold;
    color: #eeefef !important;
    text-transform: uppercase;
    text-decoration: none;
}

.menu-mobile ul li button,
.menu-mobile ul li button:focus {
    color: #464545;
}

.menu-desktop {
    width: 100%;
}

.menu-desktop ul {
    margin: 0 !important;
    width: 100%;
    justify-content: space-between !important;
    flex-direction: row;
    align-items: center;
    padding-left: 1.5rem;
}

.menu-desktop ul li a {
    font-weight: 500 !important;
}

@media screen and (min-width: 576px) {

    /* First section */

    .first-section>article div h1 {
        font-size: 5vw;
        padding: 2.5rem 0 .5rem 0;
    }

    .first-section>article div p {
        font-size: 3vw;
        padding: 0 1.5rem;
    }

    .first-section aside img {
        width: 60% !important;
    }

    /* benefits */
    section.benefits article>div>h1 {
        font-size: 7vw;
        padding: 2.5rem 0 .5rem 0;
    }

    section.benefits article aside>p {
        font-size: 2vw;
    }

    /* utilization */

    section.utilization {
        padding: 2rem 0;
    }

    section.utilization article>h1 {
        font-size: 35pt;
        padding: 2rem 0 .5rem 0;
    }

    section.utilization article>p {
        font-size: 14pt;
    }

    .figure-utilization {
        width: 50%;
    }

    .figure-utilization figcaption {
        width: 100%;
    }

}

@media screen and (min-width: 768px) {

    /* First section */
    .first-section {
        box-shadow: inset 0 -7rem #464545;
        /* deslocamento inferior de -60px */
    }

    .first-section>article div {
        text-align: start;
    }

    .first-section>article div h1 {
        font-size: 27pt;
        padding: 2.5rem 0 0 0;
    }

    .first-section>article div h1 span {
        font-size: 32pt;
    }

    .first-section>article div p {
        padding: 0;
        font-size: 13pt;
    }

    .first-section>article aside img {
        width: 120% !important;
        margin-left: -65px;
    }

    .first-section>article div button {
        width: 280px;
    }

    .first-section aside img {
        width: 60% !important;
    }

    /* benefits */
    section.benefits {
        padding-bottom: 5rem;
    }

    section.benefits article>div {
        width: 50% !important;
        text-align: left !important;
    }

    section.benefits article>div>h1 {
        padding-top: 0;
        font-size: 35pt;
    }

    section.benefits article>div>p {
        font-weight: 600;
        font-size: 14pt;
    }

    section.benefits article>aside {
        width: 50% !important;
    }

    section.benefits article aside>p {
        font-size: 7.5pt;
    }

    section.benefits article>p {
        padding: 2rem 1.5rem;
        font-weight: 600;
    }

    .figure-benefits {
        width: 25%;
    }

    .figure-benefits img,
    .figure-benefits figcaption {
        width: 100%;
    }

    /* doubts */

    section.doubts {
        padding: 2rem 0;
    }

    section.doubts article>h1 {
        font-size: 40pt;
    }

    .doubts-base {
        -webkit-column-count: 2 !important;
        -moz-column-count: 2 !important;
        column-count: 2 !important;
    }

    /* contact */
    .box-mail-phone {
        margin-left: 2rem;
    }

    .box-mail-phone i {
        font-size: 2rem;
    }

    .box-mail-phone a.phone {
        font-size: 1.8rem;
    }

    .box-mail-phone a.email {
        font-size: 1.3rem;
    }

}