@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*----------------------------------------CONTAINER----------------------------------------------------*/
:root {
  --primary-dark: #04224B;      /* Azul escuro principal */
  --primary-blue: #006DCB;      /* Azul destaque */
  --secondary-blue: #0A3A7A;    /* Azul intermediário */

  --cta-orange: #FF8A00;        /* Botão CTA */
  --cta-orange-hover: #E67700;  /* Hover do CTA */

  --white: #FFFFFF;
  --light-bg: #F5F6F8;
  --light-gray: #E5E7EB;

  --text-dark: #1F2937;
  --text-medium: #4B5563;

  --gold: #F2B233;              /* Selo garantia */
  --gold-dark: #D99A1A;
}

.container{
    width:100%;
    height: 100vh;
    display:flex;
    flex-direction: column;
    justify-content:space-between;
    background:
    linear-gradient(180deg,#FFFFFF 0%,#F5F6F8 100%);
}
/*-------------------------------------------- NAVBAR, LOGO ---------------------------------------*/

.logo img{
    width: 100px;
    border-radius: 12px;
    
}

.logo{
    display: flex;
    width: 150px;
    height: 60px;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    
}

.navbar-links{
    height: 60px;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    gap: 50px;

}

.navbar-links a{
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    color: white;
}

.ordernow .btn1{
    font-size: 18px;
    background: #FF8A00;
    width: 120px;
    height: 40px;
    border-radius: 8px;
    font-weight: 700;
    order: -1;
}

.ordernow {
    display: flex;
    flex-direction: row;
    
    align-items: center;
    padding-right: 20px;
    gap: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.ordernow ion-icon{
    font-size: 42px;
    color: white;
    font-weight: 1000;
}

.navbar{
    border:none;
    align-items: center;
    width:100%;
    height: 60px;
    display:flex;
    justify-content:space-between;
    position: relative;
    background:

linear-gradient(180deg, #04224B 0%,#3a3a3a 200px);
}


/*------------------------------GALLERY, THBUMBS E MAIN CONTENT------------------------------*/

.gallery{
    width: 100%;
    height: 100%;
    display:flex;
    max-height: 100%;
}

.main-content{
    display: flex;
    width: 50%;
    flex-direction: column;
    max-height: 100%;
   
}

.minibox{
    width: 100%;
    display: flex;
    height: 150px;
    
}

.minibox img{
    width: auto;

}

.texto{
    display: flex;
    flex-direction: column;
    width: 80%;
    justify-content: space-between;
    align-items: center;
    margin-left: 60px;
    gap: 10px;
}

.avaliacoes{
    width: 100%;
    height: auto;
    
    margin-top: 10px;

    
}

.avaliacoes a{
    cursor: pointer;
    
    text-decoration: none;
    
}

.avaliacoes ion-icon{
    cursor: pointer;
    color: var(--gold);
    
    
}

#h1-azul{
    color: #006DCB;
    font-size: 56px;
    display: flex;
    flex-direction: column;
    width: 100%;
    
    
    
}

.h1-preto{
    color: var(--primary-dark);
    font-size: 56px;
    width: 100%;
    display: flex;  
    align-items: center;
   
    
}

.btn{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;

  
}

.btn1{
    order: 1;
    cursor:pointer;
    transition:0.35s ease;
    display:flex;
    background: var(--cta-orange);
    color:rgb(255, 255, 255);
    border-radius:8px;
    text-decoration:none;
    font-size: 22px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 50px;

}

.btn1:hover{
    transform: scale(1.03);
}

.garantia {
    order: 2;
    font-size: 16px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.25);
     border-bottom: 1px solid rgba(0,0,0,0.08);
    padding-bottom: 8px;
    margin-top: 10px;
}

.garantia1 {
    font-size: 24px;
    display: flex;
}

.garantia2{
    width: 100%;
    height: auto;
}

.garantia2 img{
    width: 100%;
    height: auto;
}

.texto h2{
    font-size: 24px;
    object-fit: contain;
    width: 100%;
    display: flex;
    
}

#p1{
width: 100%;
font-size: 18px;
}

.span{
    font-weight: 700;
}

.texto p:nth-of-type(1){
    font-size: 18px;
    font-weight: 300;
    text-shadow: 0 2px 6px rgba(0,0,0,0.25);
     border-bottom: 1px solid rgba(0,0,0,0.08);
    padding-bottom: 8px;
}

.texto p:nth-of-type(3){
    font-size: 18px;
    display: flex;
    align-content: center;
    align-items: center;
     text-shadow: 0 2px 6px rgba(0,0,0,0.25);
     border-bottom: 1px solid rgba(0,0,0,0.08);
    padding-bottom: 8px;
}

.main-content2{
    width: 50%;
    background-image: url(../img/produtooficial.png);
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: right center;
}


.main-content2::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 200px;
    height: 100%;

    background: linear-gradient(
        to right,
        #f8f8f8 0%,
        rgba(248,248,248,0.95) 15%,
        rgba(248,248,248,0.7) 40%,
        rgba(248,248,248,0.3) 70%,
        transparent 100%
    );

    pointer-events: none;
}


.linhabeneficios{
    width: 100%;
    height: 480px;
    display: flex;
    position: relative;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/ChatGPT1.png)
}


/*-------------DEPOIMENTOS-----------*/

.depoimentos{
    display: flex;
    max-width: 100%;
    align-items: center;
    
}

.tituloreviews {
    display: flex;
    width: 100%;
    height: 100px;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 600;
    color: var(--primary-dark);
    
}

.tituloreviews p{

display: flex;
align-items: center;
justify-content: center;

}

.viewport{
    overflow: hidden;
}
.col-3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:#fff;
    border-radius:15px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    cursor:pointer;
    transition:.3s;
    box-sizing:border-box;
    padding:15px;
    min-width:33.333%;
    max-width:33.333%;
    
    flex:0 0 33.333%;
}


.prev,
.next{
    width:50px;
    height:50px;

    border:none;
    border-radius:50%;

    cursor:pointer;

    flex-shrink:0;
}

.prev{
    left:10px;
}

.next{
    right:10px;
}


.linha {
    width: 100%;
    display: flex;
    transition:transform .5s ease;
    align-items: center;
}


.col-3 img{
    width:70px;
    height:70px;
    border-radius:50%;
    
    border:2px solid #000000;
}


.linha .col-3:hover{

    transform:translateY(-5px);

    box-shadow:0 18px 35px rgba(0,0,0,.12);
}

.classificacao ion-icon{
font-size: 24px;
color: #FFD700;
margin-bottom: 40px;
}


/*---------- MARCAS -------------*/

.col-5{
    width: 160px;
    align-items: center;
    justify-content: center;
}

.col-5 img{
    width: 100%;
    cursor: pointer;
    filter: grayscale(100%)

}

.col-5 img:hover{
    filter: grayscale(0%);
}

/*---------- MARCAS -------------*/

.marcas .linha{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 200px;
    

}

.marcas {
    display: flex;
    justify-content: center;
    align-items: center;
}


/*---------- RODAPÉ -------------*/

.footer{
    background:#000;
    color:#fff;
    padding:45px 20px;
    text-align:center;
    border-top:1px solid #222;
    border: 1px solid red;
}

.footer-container{
    max-width:900px;
    margin:auto;
}

.footer h2{
    font-size:26px;
    margin-bottom:12px;
    letter-spacing:2px;
}

.footer p{
    color:#b5b5b5;
    font-size:15px;
    line-height:1.6;
    margin-bottom:22px;
}

.footer-links{
    margin-bottom:22px;
}

.footer-links a{
    color:#fff;
    text-decoration:none;
    margin:0 14px;
    font-size:14px;
    transition:.3s;
}

.footer-links a:hover{
    color:#ff9800;
}

.footer span{
    color:#777;
    font-size:13px;
}

html {
    scroll-behavior: smooth;
}
/*---------- RODAPÉ -------------*/

/*-----------------------------------------CELULAR----------------------------------------------------*/

@media screen and (max-width:768px){

    .container{
        width:100%;
        display: flex;
        max-width: 100%;
        padding: 0;
    }

    .depoimentos {
        display: flex;
        width: 100%;
        max-width: 100%;
        flex-direction: column;
        
        
    }

    .depoimentos .linha {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .linha{
        display:grid !important;
        align-content: center;
        align-items: center;
        justify-content: center;
    grid-template-columns:repeat(3,1fr) !important;
margin-bottom: 0;
    width: 85%;
    }

    #verMais {
        font-size: 12px;
        justify-content: center;
        align-items: center;
        align-content: center;
        display: flex;
        height: auto;
        width: auto;
        flex-direction: row;
        margin-right: 30px;
    }
    

    .depoimentos .linha .col-3{
    flex:0 0 48% !important;
    max-width:48% !important;
    width:48% !important;
    
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    
    box-sizing:border-box !important;
    transform:none !important;
}

.col-3 img{
    border-radius: 50%;
    width: 10px;
    height:10px;
    object-fit: cover;
    
}

.col-3 .classificacao{
  
  justify-content: center;
  align-items: center;
}

.classificacao ion-icon{
    font-size: 8px;
    align-items: baseline;
    margin-bottom: 0;
    margin: 0;
    
}

.reviews {
    align-items: end;
    margin: 0;
    align-items: flex-end;
    display: flex;
    width: 150px;
    justify-content: end;
    margin-right: 15px;
    
}

.reviews a{
   
    font-size: 8px;
margin-bottom: 0;
margin-left: 0;
}


.classificacao {
    width: 100%;
    
    justify-content: end;
    align-items: center;
    margin-bottom: 5px;
    
}

.col-3 h3{
    font-size: 12px;
}

.col-3 p{
    font-size: 12px;
}

    .tituloreviews {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
        font-size: 16px;
    }

    .marcas {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        
        margin: 0;
        margin-bottom: 50px;
    
    }

    .marcas .linha {
        display: grid;
        justify-content: center;
        align-items: center;
        align-content: center;
        height: 50%;
        margin-right: 15px;
        grid-template-columns:repeat(5,1fr) !important;
        gap: 5px;
        width: 100%;
        margin-top: 0;
    }

.col-5 {
    
    height: 15px;
    width: auto;
    margin: 0;
}

.footer {
    display: flex;
    width: 100%;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.footer-container {
    margin-right: 15px;
    width: 100%;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}


.footer-container h2{
    font-size: 16px;
}

.footer-links a{
    font-size: 12px;
}
/* NAVBAR */

.navbar{

    justify-content:center;

}

.logo{

    width:130px;
}

/* GALLERY */

.gallery{

    display:flex;
    width: 100%;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
}

.gallery::after{

    content:"";

    width:100%;

    height:50%;

    display:block;

    background:linear-gradient(
        to bottom,
        rgba(0,0,0,0),
        rgba(0,0,0,.35),
        rgba(0,0,0,0)
    );

    margin:18px 0;
}

/* MINIATURAS */

.thumbs{

display:none

}

.thumb{
width:42px;
    height:42px;

    object-fit:cover;

    border-radius:10px;

    border:2px solid rgba(255,255,255,.45);

    background:#fff;
    
}

.thumb:hover{
    transform:scale(1.08);
    border-color:#ff6b8a;
}

/* IMAGEM GRANDE */

.main-image{

    width:100%;

    max-width:100%;

    display:flex;
align-items: center;
justify-content: center;
order: 1;


}

/* TEXTO */

.main-content{

display:flex;
justify-content: center;
flex-direction: column;
width: 100%;
}

.main-content .thumbs{
    display: flex;
    order: 2;
    flex-direction: row;
    padding-top: 10px;
    
    margin-left: 0;
}

.main-content h1{
    display: flex;
font-size: 16px;
flex-direction: row;
width: 100%;
 
}


.texto h1 {
    font-size: 12px;
    order: -1;
    display: none;
}



.main-content p{
display: none;
     text-align:center;

    font-size:.95rem;
}

/* BOTÃO */

.btn{

width: 100%;
font-size:16px;
border-radius:18px;
justify-content: center;
align-items: center;
}


.btn a{
    justify-content: center;
    font-size: 24px;
    width: 100%;

margin-top: 20px;
}
   
.garantia {
    font-size: 16px;
}

.garantia1 {
    font-size: 16px;
    align-items: center;
    justify-content: center;
}

.price {
    font-size: 12px;
}

.texto p{
    font-size: 16px;
}

}