@import url('https://fonts.googleapis.com/css2?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-----*/

.gallery{
    margin-top: 110px;
    width: 100%;
    display:flex;
    gap:30px;
    margin-left: 50px;

}

.container{
    width:100%;
    min-height:100%;
    display:flex;
    justify-content:space-between;
    background:
linear-gradient(
180deg,
#FFF7F8 0%,
#FBECEE 100%
);

/*------------ NAVBAR, LOGO --------------*/

.logo img{
    width: 125px;
    
}

.logo{
display: flex;
    width: 100%;
    height: 90px;
   
    align-items: center;
    justify-content: center;
    position: absolute;
}


.col-2{
    object-fit: contain;
}

.col-2 img{
    max-width: 50%;

}

.navbar{
 margin-bottom:0;
    padding-bottom:0;
    border:none;
    width:100%;
    height: 90px;
    display:flex;

    justify-content:center;
    justify-items: center;
    align-items:center;

    position:absolute;

    margin-top: 0;

     background:
linear-gradient(
180deg,
#d9929f 0%,
#f7f1f2 120px
);
    

    position:absolute;
    z-index:10;
}

/*------------ NAVBAR, LOGO --------------*/

}

.thumbs{

    display:flex;
    flex-direction:column;
    gap: 15px;
    height: 75%;
    margin-left: 75px;
}

.main-content .thumbs{
    display: none;
}

.thumb{

    width:60px;
    height:60px;
    object-fit: cover;
    cursor:pointer;
    border-radius:16px;
    transition:.35s ease;
    box-shadow:
    0 12px 30px rgba(0,0,0,.30),
    0 5px 12px rgba(255,255,255,.10);
}

.thumb.active{

    transform:
    translateX(10px)
    scale(1.12);

    box-shadow:
    0 30px 50px rgba(0,0,0,.55);
}


#p1 {
    text-decoration: none;
    margin-top: 10px;
}

.span {
    font-weight: 600;
    font-size: 24px
}

.thumb:hover{

    transform:
    translateY(-10px)
    translateX(6px)
    scale(1.08);

    box-shadow:
    0 28px 45px rgba(0,0,0,.45),
    0 10px 25px rgba(255,255,255,.12);
}

.thumbs::before{

    content:"";

    position:absolute;

    inset:-25px;

    background:
    radial-gradient(
        circle,
        rgba(0,0,0,.35),
        transparent 75%
    );

    filter:blur(20px);

    z-index:-1;
}

.main-image{
    width: 100%;
    max-width:100%;
    margin-right: 50px;
    border-radius:24px;
    transition:transform .35s ease, opacity .35s ease;
    box-shadow:
    0 12px 35px rgba(0,0,0,.08),
    0 12px 24px rgba(0,0,0,.18);
    display: flex;
    object-fit: contain;
    flex: 8;
}

.main-content{
    flex-direction: column-reverse;
    display: flex;
    width:35%;
    
}

.main-content h1{
    display: none;
}

.classificacao{

    display: flex;
    height: 20%;
    
    flex: 2;
    align-items: center;
}

.col-3 .classificacao{
    justify-content: center;
}

/*-------------DEPOIMENTOS-----------*/

.depoimentos{
    
    display: flex;
    flex-direction: column; 
    align-items: center;
    max-width: 100%;
}

.tituloreviews {
    display: flex;
    width: 100%;
    height: 20%;
    align-items: center;
    align-content: center;
    flex-direction: column;

justify-content: center;
font-size: 36px;
font-weight: 600;
}

.tituloreviews p{

display: flex;
align-items: center;
justify-content: center;

}



.linha .col-3{

    text-align:center;
    justify-content: center;
    overflow-wrap: break-word;
    background:#fff;
    border-radius:15px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    cursor:pointer;
    transition:.3s;
    

}


.linha {
    width: 100%;
    display: grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
    height: 50%;
    padding-top: 80px;
    flex-wrap: wrap;


}


#linha1 .col-3{

    background:#fff;
    overflow-wrap: break-word;
    border-radius:16px;
    text-align:center;
    min-width: 220px;
    max-width:220px;
    margin:auto;
    justify-content: center;
    max-height: 220px;
    min-height: 220px;

}

#linha1 .col-3 img{

    width:70px;
    height:70px;

    border-radius:50%;

    object-fit:cover;

    border:2px solid #000000;

}

#verMais {
    cursor: pointer;
    font-size: 19px;
    font-weight: 300;
    padding-left: 40px;
}

#depoimentos1 .col-3:nth-child(n+11){
    display:none;
}

.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;
}



/*-------------DEPOIMENTOS-----------*/

.classificacao {
    
    align-items: center;
    justify-content: initial;
}

.reviews{
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    margin-top: 10px;
}

html{
    scroll-behavior:smooth;
}

.reviews a{
    color: black;
    margin-left: 10px;
    margin-bottom: 35px;
    text-decoration: underline;
}



.price{
    font-size: 16px;
    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;
    
}

.valor{
    font-size: 36px;
    font-weight: 600;
}

.texto p:nth-of-type(1){
    font-size: 18px;
    font-weight: 300;
    text-decoration: line-through;
    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;
}

.texto p:nth-of-type(3) img{
width: 42px;
margin-right: 10px;
}


.texto{
    display: flex;
    flex-direction: column;
}



h1{
    font-size: 34px;
    height: 45%;
    object-fit: contain;
    align-content: flex-start;

}

/*--------- CLASSE BOTÃO, GARANTIA E SITE CARD ------------*/

.btn{
    display: flex;
    flex-direction: column;
    width: 25%;
    height: 60%;
    justify-content: space-between;
  
}

.btn1{
    order: 1;
    cursor:pointer;
    transition:0.35s ease;
    display:flex;
    background:green;
    color:rgb(255, 255, 255);
    border-radius:40px;
    text-decoration:none;
    font-size: 28px;
    height: 100%;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;

}

.btn1:hover{
    transform: scale(1.03);
}

.sitetela {
    width: 100%;
    height: 100%;
    order: -1;
}

.sitetela img{
    width:100%;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,.3);
    transition:.3s;
    height: 100%;
}

.sitetela img: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;
}

/*--------- CLASSE BOTÃO, GARANTIA E SITE CARD ------------*/


/*---------- MARCAS -------------*/

.marcas{
    margin: 100px auto;
}

.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 -------------*/

/*---------- RODAPÉ -------------*/

.footer{
    background:#000;
    color:#fff;
    padding:45px 20px;
    text-align:center;
    border-top:1px solid #222;
}

.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;
}
/*---------- 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;
}

}