* {
    scroll-behavior: smooth;

    padding: 0;

    margin: 0;

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    text-decoration: none;

    list-style: none;

    box-sizing: border-box;
}

/* Header */

.line {
    background-color: #C9C9C9;
    width: 100%;
    height: 1em;
}

header {
    background-color: white;
    padding: 1%;
    overflow: hidden;
    align-items: center;
    display: flex;
    display: flex;
}

#img-header img {
    width: 15%;
    margin-left: 5%;
}

#img-header p {
    display: none;
}

.ul-header {
    display: flex;
    margin-right: 8em;
}

.li-header {
    margin-right: 20%;
}

.li-header a {
    color: black;
}

/* End Header */

/* fotos capa */

.capa-help {
    background: linear-gradient(180deg, #5f5f5f63 8.33%, rgba(105, 105, 105, 0.200)), url(../imagens/Capas/capa-help.jpg);
}

.capa-nutritive {
    background: linear-gradient(180deg, #5f5f5f63 8.33%, rgba(105, 105, 105, 0.200)), url(../imagens/Capas/Nutritive.JPG);
}

.capa-color {
    background: linear-gradient(180deg, #5f5f5f63 8.33%, rgba(105, 105, 105, 0.200)), url(../imagens/Capas/Castle-Color2.jpg);
}

.capa-blond {
    background: linear-gradient(180deg, #5f5f5f63 8.33%, rgba(105, 105, 105, 0.200)), url(../imagens/Capas/capa-blond.JPG);
}

.capa-terapy {
    background: linear-gradient(180deg, #5f5f5f63 8.33%, rgba(105, 105, 105, 0.400)), url(../imagens/Capas/capa-terapy.jpg);
}

.capa-sos {
    background: linear-gradient(180deg, #5f5f5f63 8.33%, rgba(105, 105, 105, 0.400)), url(../imagens/Capas/capa-sos.jpg);
}

.capa-er {
    background: linear-gradient(180deg, #5f5f5f63 8.33%, rgba(105, 105, 105, 0.400)), url(../imagens/Capas/capa-er.JPG);
}

.capa-multi-oils {
    background: linear-gradient(180deg, #5f5f5f63 8.33%, rgba(105, 105, 105, 0.400)), url(../imagens/Capas/capa-multi-oils.jpg);
}

.capa-redux {
    background: linear-gradient(180deg, #5f5f5f63 8.33%, rgba(105, 105, 105, 0.400)), url(../imagens/Capas/capa-redux.jpg);
}


/* final fotos capa */
.first-img {
    background-size: cover;
    background-position: center;
}

.first-img h1 {
    font-size: 5em;
    font-family: montserrat;
    font-weight: 500;
    text-align: center;
    font-style: italic;
    color: white;
}

/* first-section */

.first-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.first-img h1 {
    width: 50%;
    padding: 15%;
    text-align: left;
}

/* end first-section */
/* second-section */

.second-section {
    background-color: #E0E0E0;
    padding: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
}

.second-section img {
    width: 34%;
    border-radius: 100px;
}

.second-section iframe {
    width: 32%;
    border-radius: 4vh;
}

.second-section div {
    text-align: justify;
    width: 50%;
    margin-right: 10%;
}

.second-section div h2 {
    font-size: 2.2em;
    text-decoration: underline;
    margin-bottom: 1%;
}

.second-section div p {
    font-size: 1.5em;
}

/* end second-section */
/* third-section */

.first-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
}

.first-section div h2 {
    font-size: 2.2em;
    margin-bottom: 1%;
    text-decoration: underline;
}

.first-section div p {
    font-size: 1.5em;
}

.first-section img {
    width: 34%;
}

.first-section div {
    text-align: justify;
    width: 45%;
}

/* end third section */

.img-cell {
    display: none;
}



/* footer */


footer {
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.section-footer {
    display: flex;
    align-items: center;
    text-align: center;
}

.img-footer img {
    width: 60%;
    align-items: center;
}

#contacts-footer {
    justify-content: center;
    text-align: center;
}

.contacts-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 4em;
}

.contacts-list p {
    font-size: 1.5rem;
}

.contacts-list p {
    margin-left: 0.5em;
    font-size: 1.5rem;

}

.contacts-list img {
    width: 7%;
}

.back-top a {
    text-align: center;
    color: black;
    font-weight: 500;
    font-size: 1.3em;
    margin-right: 3em;
}

#footer-cell {
    display: none;
}

/* end footer */

#whats-button {
    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 50px;
    box-shadow: 3px 3px 4px #888;
    z-index: 1000;
}

.fa-whatsapp {
    margin-top: 16px;
}

.notify {
    animation: fadeInIMG 2s 5s both;
}

#footer-cell {
    display: none;
}

@keyframes fadeInIMG {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width : 430px) {

    header {
        padding: 4%;
    }

    .nav-header {
        display: none;
    }

    #img-header img {
        margin: 0 auto;
        width: 80%;
    }

    #img-header {
        text-align: center;
    }

    .first-section {
        display: block;
        text-align: center;
    }

    .first-img h1 {
        font-size: 3em;
        padding: 10%;
        text-align: left;
    }

    .first-section img {
        width: 60%;
    }

    .first-section div {
        text-align: center;
        margin: 0 auto;
        justify-content: center;
        width: 95%;
    }

    .first-section div p {
        text-align: justify;

    }

    .first-section div h2 {
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .second-section {
        display: block;
        text-align: center;
    }

    .second-section img {
        width: 60%;
        border-radius: 40px;
        margin-top: 5%;
    }

    .second-section iframe {
        width: 100%;
        margin-top: 8%;
        margin-bottom: 8%;
        border-radius: 4vh;
    }

    .second-section div {
        text-align: center;
        margin: 0 auto;
        justify-content: center;
        width: 100%;
    }

    .second-section div h2 {
        margin-top: 8%;
        margin-bottom: 8%;
    }

    .second-section div p {
        text-align: justify;
    }

    .img-pc {
        display: none;
    }

    .img-cell {
        display: inline;
    }

    .section-footer {
        display: block;
        align-items: center;
    }

    .img-footer img {
        width: 80%;
        text-align: center;
        overflow: hidden;
    }

    .contacts-list {
        display: block;
        margin: 0 auto;
    }

    .number-li {
        margin-bottom: 5%;
    }

    .whats-li {
        margin-bottom: -30px;
    }

    .back-top a {
        margin: 0 auto;
    }

    .back-top {
        margin-top: 50px;
        background-color: #6e93f7;
        padding: 10%;
    }

    #footer-cell {
        display: inline;
        margin: 30px 0px 30px 0px;
    }

    .contacts-list p {
        font-size: 1.5rem;
        margin: 0 auto;
    }

    .contacts-list img {
        width: 15%;
    }

    #footer-pc {
        display: none;
    }

    #whats-button {
        width: 70px;
        height: 70px;
        border-radius: 50px;
        font-size: 45px;
    }

    #img-header p {
        display: inline;
        position: absolute;
        font-size: 80px;
        margin-left: -50px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        color: #D4AF64;
    }

}