* {

    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;
}

.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%;
}

.ul-header {
    display: flex;
    margin-right: 8em;
}

.li-header {
    margin-right: 20%;
}

.li-header a {
    color: black;
}

.first-section {
    background: linear-gradient(180deg, #5f5f5f63 8.33%, rgba(105, 105, 105, 0.445)), url(../imagens/Capas/first.jpg);
    /* Filtro com imagem de fundo */
    padding: 10%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.first-section h1 {
    font-size: 3em;
    font-weight: 400;
    font-style: italic;
    color: white;
}

.middle-buttons {
    display: flex;
    justify-content: center;
    /* justify-content: space-between; */
    margin-top: 10%;
}

.li-buttons {
    background-color: #2589E467;
    padding: 1.3%;
    padding-right: 8%;
    padding-left: 8%;
    border-radius: 10em;
    font-size: 2em;
    font-weight: 100;
    text-wrap: nowrap;
    transition: 0.5s;
}

.li-buttons a {
    color: black;
    margin-left: 0;
    text-align: center;
}

.li-buttons:hover {
    transform: scale(1.1);
}

/* SLIDER IMGS AND TEXTS */

.products {
    min-height: 80vh;
    align-items: center;
    justify-content: center;
    background-color: #EFEFEF;
}

.products h1 {
    text-align: center;
    font-size: 3em;
    padding: 3%;
    text-decoration: underline;
}

.slide-container {
    max-width: 100%;
    width: 100%;
    padding: 40px 0;
}

.slide-content {
    margin: 0px 40px;
    overflow: hidden;
    border-radius: 25px;
}

.card {
    border-radius: 25px;
    background-color: #FFF;
}

.image-content,
.card-content {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.card-image {
    position: relative;
    height: 15%;
    width: 25%;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}

.card-image .card-img {
    height: 100%;
    width: 100%;
}

.name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.description {
    font-size: 14px;
    color: #707070;
    text-align: center;
}

.button {
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button:hover {
    background: #265DF2;
}

.swiper-navBtn {
    color: #6e93f7;
    transition: color 0.3s ease;
}

.swiper-navBtn:hover {
    color: #6e93f7;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 40px;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination.bullet {
    background-color: #6e93f7;
    opacity: 1;
}

.swiper-pagination.bullet {
    background-color: #6e93f7;
    opacity: 1;
}

.swiper-pagination.bullet-active {
    background-color: #4070f4;
}

@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
    }

    .swiper-navBtn {
        display: none;
    }
}

/* Fim Carrossel */

/* inicio sobre nós */

.div-gleidson {
    display: flex;
}

#gleidson-img img {
    border-radius: 5em;
    width: 90%;
}

.div-gleidson {
    padding: 4%;
}

.second-div-gleidson h2 {
    font-size: 3em;
}

.gleidson-info {
    margin-top: 1.5em;
    font-size: 1em;
    text-align: justify;
    font-weight: 500;
}

/* final sobre nós */

/* Divisão */

#division {
    margin-top: 0.3%;
    background: linear-gradient(180deg, #5f5f5f63 8.33%, rgba(105, 105, 105, 1)), url(../imagens/parceria.jpg);
    padding: 8vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#division h2 {
    text-align: center;
    font-size: 50px;
    color: white;
    font-style: italic;
}

/* Divisão */

/* Detalhes */

.last-section {
    background-color: white;
    padding: 5%;
}

.last-section h2 {
    font-style: oblique;
    font-size: 2em;
    font-weight: 450;
}

.last-section p {
    text-align: justify;
    width: 100%;
    font-size: 1.3em;
    margin-bottom: 2%;
}

.last-section a {
    background-color: #D4AF64;
    color: black;
    padding: 1.3% 5%;
    font-size: 2em;
    border-radius: 15px;
    max-width: 18%;
}

#pc {
    width: 65 0px;
    border-radius: 20%;
}

#smartphone {
    display: none;
}

#text-distributor {
    display: flex;
}

#text-distributor p {
    padding-right: 10%;
}

/* Detalhes */

.details {
    display: flex;
    background-color: #C0C0C0;
    padding: 1%;
}

.details ul {

    overflow: hidden;
    align-items: center;
    display: flex;
}

.details li {

    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
}

.details p {
    display: flex;
    margin-left: 2%;
    font-weight: 500;

}

.details img {
    width: 20%;
    height: 10%;
    display: flex;
}


/* 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;
    margin-left: 0.5em;
}

.contacts-list img {
    width: 7%;
}

.back-top a {
    text-align: center;
    color: black;
    font-weight: 500;
    font-size: 1.3em;
    padding: 5%;
    margin-right: 3em;
}

#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 h1 {
        font-size: 2.3rem;
        margin-top: -10%;
    }

    .middle-buttons {
        display: block;
    }

    .li-buttons {
        margin-bottom: 10px;
    }

    .products h1 {
        font-size: 2.5rem;
        margin-bottom: -8%;
    }

    .div-gleidson {
        display: block;
        text-align: center;
    }

    #gleidson-img img {
        width: 100%;
    }

    #gleidson-img {
        text-align: center;
        margin: 0 auto;
    }

    .second-div-gleidson h2 {
        font-size: 3.5em;
        margin-bottom: -5%;
    }

    #division h2 {
        font-size: 2rem;
    }

    .last-section {
        text-align: center;
        margin: 0 auto;
    }

    .last-section #text-distributor {
        text-align: center;
        margin: 0 auto;
        width: 100%;
        display: block;

    }

    #text-distributor p {
        padding: 0;
    }

    .last-section h2 {
        text-align: center;
    }

    .last-section #smartphone {
        display: inline;
        width: 90%;
        text-align: center;
        border-radius: 20%;
        margin-bottom: 5%;

    }

    .last-section a {
        padding: 1.3% 5%;
        font-size: 2em;
        border-radius: 15px;
    }

    .last-section #pc {
        display: none;
    }

    .details {
        margin-top: 4%;
    }

    .details ul {
        display: block;
    }

    .line-li {
        background-color: white;
        height: 1em;
        width: 100%;
    }

    .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;
    }
  
}