@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --base: #f1eff6; 
    --button: #9662C9;
}

*{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #424242;
    user-select: none;
    -webkit-user-drag: none;
}

html {
    scroll-behavior: smooth;
  }

body{
    background-color: var(--base);
}

body::-webkit-scrollbar {
    width: 12px; 
}

body::-webkit-scrollbar-track {
    background: transparent;
}

body::-webkit-scrollbar-thumb {
    background-color: #9662C9;
    border-radius: 5px;
}

/* Estilos da barra de navegação */

#scroll{
    transition: 0.5s ease-out;
}

.navbar-container {
    background-color: transparent;
    display: flex;
    position: fixed;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    font-family: "Arimo", sans-serif;
    z-index: 10;
    width: 100%;
}

.navbar-button-black {
    color: #764ec8 !important; 
  }


.logo {
    font-size: 24px;
    font-weight: bold;
    max-width: 5%;
}

#terms-logo{
    text-decoration: none !important;
}

.navbar-button {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    list-style: none;
}

.navbar-logo{
    display: flex;
    gap: 10px;
    align-items: center;
    width: 50%;
}

#logo-pedal-ini{
    color: #ffffff;
}

.navbar-button-first:hover, .navbar-button-second:hover, .navbar-button-third:hover{
    text-decoration: underline;
    /*color: var(--button);*/
}

.navbar-span{
    font-size: 25px;
    font-weight: 900;
    display: flex;
    gap: 5px;
}

.navbar-button li a {
    text-decoration: none;
    transition: 0.5s ease-out;
    color: #ffffff;
}

.navbar-button li {
    margin-left: 10px;
}

li {
    text-decoration: none;
    list-style: none;
}

/* Estilos do banner */
.img-banner {
    position: relative;
    left: 50%;
    translate: -50% 0;
    max-height: 100%;
    zoom: 100%;
    width: 100vw;
}

/* Base da seção de produtos */
.base-products {
    padding: 60px;
}

.text-h1 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 10px; 
    padding-left: 20px;
}

/* Estilos dos produtos */
.products-container {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
    gap: 20px; 
}

.product-area-section{
    padding: 20px 200px;
}

.product-box {
    flex: 1 1 30%;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px; 
}

.product-box:hover {
    transform: scale(1.02);
    transition: 0.5s;
  }
  

.img-product-box {
    border-radius: 10px 10px 0 0;
    max-width: 100%;
    height: auto;
    transition: transform 0.2s ease-out;
    overflow: hidden !important;
}

/* teste   */

.img-container {
    overflow: hidden; 
    border-radius: 10px 10px 0 0;
}

.img-container:hover .img-product-box {
    cursor: zoom-in;
}

.img-text-product-box{
    background-color: #ffff;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 8px 15px rgba(68, 68, 68, 0.3);
    margin-bottom: 15px;
}

.h3-img-container{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
}

.tittle-h3-product-box {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    margin:2px 0px; 
}

.h3-product-box {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    margin:2px 0px; 
}

#especial {
    color: rgba(137, 43, 226, 0.556);
}

.product-actions {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 10px;
    cursor: pointer;
    justify-content: center;
    width: 100%;
}

/* Botão do WhatsApp */
.whatsapp-button {
    background-color: #76b1858f;
    border-radius: 10px;
    padding: 10px 20px;
    text-decoration: none;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Arimo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    transition: all 0.3s ease; 
    width: 50%;
}

.whatsapp-button svg {
    fill: #FFF;
}

.whatsapp-button:hover {
    background-color: #3c9253; 

}

/* Botão de Compartilhar */
.share-button {
    background-color: var(--button);
    border-radius: 10px 0px;
    padding: 10px 20px;
    text-decoration: none;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Arimo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    transition: all 0.3s ease; 
}

.share-button:hover {
    background-color: #a96ce6; 
    border-radius: 0px 15px;
}

.contact-area{
    display: flex;
    font-family: "Arimo", sans-serif;
    padding: 0 100px;
    justify-content: space-between;
    margin-bottom: 100px;
}

iframe{
    border-radius: 40px;
    margin-top: 15px;
}

.left-contact-area{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    font-family: "Arimo", sans-serif;
    padding-bottom: 20px;
}

.contact-area-button-whatsapp,.contact-area-button-email{
    padding: 10px;
    background-color: var(--button);
    border-radius: 10px;
    display: flex;
    justify-content:center;
    gap: 10px;
    text-decoration: none;
    transition: 0.5s ease-out;
    color: #fff;
}

.contact-area-button-whatsapp:hover,.contact-area-button-email:hover{
    background-color: #7128bb;
}



.contact-area-button-whatsapp{
    margin-bottom: 10px;
    margin-top: 50px;
}

.contact-area-left-box{
    margin-top: 20px;
}

.contact-area-box{
    line-height: 25px;
    margin-top: 40px;
}

.footer-box{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.footer-box-h3{
    font-family: "Arimo", sans-serif;
    font-size: 12px;
}

/* Página termos */

.terms-body{
    background-color: var(--base);
}

#logo-pedal, #terms-nav-button a{
    color: var(--base);
}

#navbar-terms{
    position: fixed;
    z-index: 10;
    width: 96.85%;
    text-align: center;
    padding: 50px 50px;
    background-color: transparent;
    display: flex;
    align-items: center;
}

#navbar-buttons-box{
    left: -40px;
    position: relative;
}

.banner-terms{
    position: relative;
    display: inline-block;
    overflow: hidden !important;
    width: 100vw;
}


.navbar-scrolled span, .navbar-scrolled a{
    color: #6a6a6a !important;
    transition: 1s;
  }
  

.img-banner-terms{
    width: 100%; /* A largura do banner preencherá toda a largura do contêiner */
    height: 60%; /* Altura do banner */
    object-fit: cover;
    height: auto;
    filter: brightness(50%);
    overflow: hidden !important;
}

.h1-banner-terms{
    display: flex;
    position: absolute;
    color: var(--base);
    font-family: "Arimo", sans-serif;
    font-weight: 900;
    font-size: 50px;
    transform: translate(-50%, -50%); 
    top: 50%; 
    left: 50%;
    z-index: 1;
    justify-content: center;
    width: 100%;
}

.text-box-terms{
    padding: 50px 450px;
    font-family: "Arimo", sans-serif;
}

.electric-terms-area{
    margin: 20px 10;
}



.title-box-terms, .sub-box-terms, .topic-box-terms, .para-box-terms{
    margin-bottom: 20px;
    color: #4c4b4e;
}

.title-box-terms{
    margin-bottom: 50px;
    margin-top: 25px;
    font-size: 45px;
    font-weight: 900;
    color: #000000;
}

.sub-box-terms{
    font-weight: 800;
    font-size: 25px;
}

.topic-box-terms{
    font-weight: 600;
    font-size: 20px;
}

.para-box-terms{
    font-weight: 100;
    text-align: justify
}

.span-terms{
    font-weight: bold;
    color: #4c4b4e;
}

#span-base{
    margin-top: 15px;
}

#footer-terms{
    color: #000000 !important;
}

a{
    text-decoration: none;
}



/* Whatsapp*/

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
  }

  .whatsapp-float:hover {
    transform: scale(1.1);
  }

  .whatsapp-float i {
    pointer-events: none;
  }

/* Responsividade */
@media (max-width: 1700px) {

    .text-box-terms{
        padding: 50px 320px;
    }

    .h1-banner-terms{
        font-size: 40px;
    }



}

@media (max-width: 1400px) {

    .title-box-terms{
        font-size: 40px;
    }
}


@media (max-width: 1200px) {
    .product-box {
        flex: 1 1 20%; /* Cada produto ocupa 45% da largura em telas menores */
        min-width: 30%;
    }

    .products-container{
        gap: 0px;
    }

    .product-area-section{
        padding: 50px;
    }

    .text-box-terms{
        padding: 50px 100px;
    }

    .tittle-h3-product-box{
        font-size: 15px;
    }

    .h1-banner-terms{
        font-size: 35px;
    }

    #img-logo {
        max-width: 7%;
    }

    .contact-area {
        padding: 0 30px;
        flex-direction: column;
    }


}

@media (max-width: 1057px) {
    .h1-banner-terms{
        font-size: 30px;
    }

    .navbar-span {
        font-size: 20px;
        width: 50%;
    }

    #navbar-container-terms{
        width: 90%;
    }

    .text-box-terms{
        margin-top: 40px;
    }

    .logo {
        max-width: 5%;
    }

    .contact-area-button-whatsapp, .contact-area-button-email{
        max-width: 50%;
    }

    .right-contact-area{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    }
}

@media (max-width: 880px) {
    .h1-banner-terms{
        font-size: 22px;
    }

    .logo {
        max-width: 6%;
    }

    .img-banner-terms{
        width: 150%;
    }

    .img-banner {
        width: 120vw;
    }

    .tittle-h3-product-box{
        font-size: 12px;
    }


}

@media (max-width: 768px) {
    .product-box {
        flex: 1 1 40%; /* Em dispositivos pequenos, cada produto ocupa 100% da largura */
        padding: 10px;
    }

    .product-area-section {
        padding: 20px 30px ;
    }

    .contact-area-text-h1{
        font-size: 18px;
    }

    iframe{
        max-width: 100%;
        max-height: 20%;
    }

    .text-box-terms {
        padding: 40px;
    }

    .title-box-terms{
        font-size: 30px;
    }

    .sub-box-terms{
        font-size: 20px;
    }

    .logo {
        max-width: 8%;
    }

    #navbar-terms{
        padding: 25px;
    }
}

@media (max-width: 570px) {

        .terms-logo{
            display: none !important;
        }

        #logo-pedal{
            display: none;
        }

        #img-logo, #logo-terms{
            max-width: 13%;
        }

        .img-banner {
            width: 150vw;
        }

        .navbar-span{
            font-size: 14px;
        }

        .navbar-container{
            padding: 5px 0px;
        }

        .navbar-button{
            font-size: 12px;
        }

}

@media (max-width: 500px) {

    .navbar-span a{
        display: none;
    }

    .navbar-span{
        display: none;
    }

    .title-box-terms{
        font-size: 22px;
    }

    .sub-box-terms{
        font-size: 18px;
    }

    .topic-box-terms{
        font-size: 16px;   
    }

    .para-box-terms{
        font-size: 14px;
    }

    #img-logo {
        max-width: 45% !important;
    }

    #logo-terms{
        max-width: 100% !important;        
    }

    .navbar-logo{
        width: 20%;
    }



    .navbar-span {
        width: 8%;
    }

    .tittle-h3-product-box {
        font-size: 10px;
    }

    .img-banner-terms{
        width: 250%;
        position: relative;
        left: -200px;
    }

    .h1-banner-terms{
        width: 80%;
    }

    .contact-area{
        margin-bottom: 50px;
    }

    .product-area-section {
        padding: 15px;
    }

    .footer-box h3{
        font-size: 8px;
    }
}

