:root {
  --cor-amarelalogo: #eccb25;
  --cor-amareloclaro: #ffcc00;
  --cor-vermelhoclaro: #be3537;
  --cor-vermelhoescuro: #620b0b;
  --cor-vermelhofooter: #460808;   
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'arial', sans-serif;
 
}

body {
 margin: 0;
  padding: 0;
background: var(--cor-vermelhoclaro) ;
  height: 100%;
  color: #000;
  font-size: 1em;
  
}

html { 
  font-size: 99%;
  scroll-behavior: smooth;
}

header{
  position: sticky;
  top: 0 ;
  width: 100%;
  background-color: rgba(236, 203, 37, 0.977);
  padding: .4em 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.250);
  z-index: 2023;
}

header .container-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;    
}

header nav ul {
      display: flex;
      gap: .5em; 
}

header nav ul li a {
     
      color: /*#ffefef;*/ var(--cor-vermelhoclaro);
      font-size: .8em;
      font-weight: bold;
      text-shadow: 1 1px 2px rgba(0, 0, 0, 0.748);
      transition: all .5s ease-in;
     
}
a {
  text-decoration: none;
  padding: 5px;
  display: flex;
 
}


header nav ul li a.active {
      color: #fff4c2;
     background-image: linear-gradient(to bottom, var(--cor-vermelhoclaro) 1%, transparent) ;
      border-radius: 5px;
      transition: all .5s ease-in;
    
}

.botao-voltar-ao-topo {
 cursor: pointer;
 transition: all .3s linear;

}
.botao-voltar-ao-topo:hover {
  
  transition: all .3s linear;
  transform: scale(1.25);
}



header img {
  display: flex;
  justify-content: flex-start;
  width: 120px;
  height: auto;  
}




ul {
list-style: none;
}

.section {
  width: 100%;
  min-height: calc(100vh - .9em); 
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.250);
  
  
  
 
  
}

#Home{
 background-color: var(--cor-vermelhoclaro);
  align-items: flex-start;
  margin-bottom: -40px;
 
  
}
#Serviços{
 margin-top: 10px;
 margin-bottom: 10px;
  background-color: white;
  align-items: center;
  
}
#Sobre{
  background: var(--cor-vermelhoescuro);
  align-items: center;
  
  
}
#Contato{
  
  background-color: var(--cor-vermelhoescuro);
   align-items: center;
   

}


.container-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 3em 0;
  background-color: var(--cor-vermelhofooter);
  color: #fff;
  font-size: 1em;
}

@keyframes AnimaçãoBanner {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-80%);
  }
  
}


.container-banner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row nowrap;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0;
  padding: 0.3em 0;
  background-color: var(--cor-vermelhoescuro);
  color: var(--cor-amarelalogo);
  font-size: .9em;
 text-align: center;
 margin-bottom: 0;

}



.banner { 
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.150);
  margin-bottom: 0;
  animation-timing-function: linear;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
animation: 20s AnimaçãoBanner  infinite linear ;
position: relative;
}

.container-banner:hover .banner {
  animation: 40s AnimaçãoBanner  infinite linear
}

.banner img {
  flex: 0 0 auto;
  margin: 0 30px;
  width: 20px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


.banner p {
  font-weight: bold;
  font-family: 'arial';
  text-align: center;
  flex: 0 0 auto;
  flex-shrink: 0;
  margin-right: 100px; 
}

/*  PROBLEMA DE CONTEÚDO É TODO DO MAIN POIS ELE ESTÁ COM O HEIGHT QUE DIFICULTA O SCRIPT, E SE ESTIVER PEQUENO O MAIN FICA EM ESTADO DE VAZAMENTO  */
main{
    
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 98%;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 1%;
    margin-top: 0px;

}

h1  {
    text-align: center;
    flex: auto;
    margin-top: 15px;
    font-size: 2.3em;
    background: linear-gradient(90deg, #be3537 40%, #dcbe2c);
    background-clip: text;
    color: transparent;
    margin-bottom: 20px;
    padding: 15px 0px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.178) ;
}

h3 {
    text-align: center;
    font-size: 1.2em;
    background: linear-gradient(90deg, #be3537 40%, #dcbe2c);
    background-clip: text;
    color: transparent;
    margin-bottom: 10px;
    padding: 5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.178) ;
}

.slider-principal-home {
   
  width: 100%;
  height: 10%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transition: .8s ease-in-out;
 
}


.carousel-container img {
  transition: all .5s ease-in-out;
}

.carousel-slide{
  transition: all .5s ease-in-out;
}

.slides-inputs{
width: 400%;
height: 100%;
display: flex;

}


.slides-inputs input {
  display: none;
}

.imgagem-one-slide {
  width: 25%;
  position: relative;
  transition: .2s ease-in-out;
}
.imgagem-one-slide img {
  width: 100%;
  border-radius: 3%;
transition: .2s ease-in-out;
  filter: contrast(115%);
}

.manual-navegation {
position: absolute;
width: 100%;
margin-top: -17px;
display: flex;
justify-content: center;
}   

.manual-nav {
  border: 3px solid var(--cor-amarelalogo);
  background-color: rgba(95, 46, 18, 0);
  padding: 6px;
  border-radius: 50%;
  cursor: pointer;
  transition: .3s linear;

}

.manual-nav:hover {
  background-color: white;
  transition: all .5s ease;
  
}
.manual-nav:checked {
  background-color: white;
  transition: all .5s ease;
  
} 
.manual-nav:not(:last-child) {
  margin-right: 10px;
}

#radio1:checked ~ .first {
  margin-left: 0%;
}
#radio2:checked ~ .first {
  margin-left: -25%;
}
#radio3:checked ~ .first {
  margin-left: -50%;
}


.navegacao-auto-slide div{
  border: 1px solid var(--cor-amarelalogo);
  transition: .3s ease-in-out;
  
  padding: 7px;
  border-radius: 50%;
  cursor: pointer;
  transition: .5s ease;

}

.navegacao-auto-slide {
  position: absolute;
  width: 100%;
  bottom: .1%;
  display: flex;
  justify-content: center;
}

.navegacao-auto-slide div:not(:last-child) {
  margin-right: 10px;

}

#radio1:checked ~ .navegacao-auto-slide > .auto-nav-1 {
  background-color: white;
  
}
#radio2:checked ~ .navegacao-auto-slide .auto-nav-2 {
  background-color: white;
}


#radio3:checked ~ .navegacao-auto-slide .auto-nav-3 {
  background-color: white;
}

.aspect{
  aspect-ratio: 16/9;
}

.home-link-Periferico {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: bold;
  flex-flow: row wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  
}

.home-link-Periferico a {
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
  color: var(--cor-vermelhoclaro);
  font-size: 1em;
  font-weight: bold;
  padding: 10px 1px;
  transition: all .3s linear;
}
.home-link-Periferico a:hover {
  text-decoration: underline;
  scale: 1.03;
  transition: all .3s linear;
}

.div-qualidade-D {
  
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 60%;
    
    border-radius: 50%;
    margin-top: -40px;
}

.div-qualidade-D > img {
  margin-right: -100%;
  padding: 0 90px;
    max-height: 45px;
    max-width: 30px;
}



.container-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2em;
    background: var(--cor-vermelhofooter);
    color: #fff;
    text-align: center;
    gap: 1em;
    
  }

  div.mapa {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
    background-color: var(--cor-amarelalogo);
    border-radius: 2%;
}

div.mapa iframe {
    width: 97%;
    height: 300px;
    border-radius: 2%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.150);

}

div.Destaque {
    display: flex;
    justify-content: center;
    align-items: center;
    
   
}

p.destaque {
    
    text-align: center;
    margin:30px;
}



h2.destaque {
    flex: auto;
    font-size: 1.6em;
    background: linear-gradient( #000000 20%, #be3537);
    background-clip: text;
    color: transparent;
    margin-top: 15px;
    
    padding: 3px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.173) ;
    font-weight: bold;
    text-align: center;
}

#slogan {
    font-size: 1.4em;
    margin-top: -10px;
    background: linear-gradient(90deg, #be3537 60%, #dcbe2c);
    background-clip: text;
    color: transparent;
    font-weight: bold;
}

main .contato {
    background-color: var(--cor-vermelhoescuro);
   
}

.informativo {
   padding: 1px;
    max-width: 25px;
    max-height: 25px ;
    display: inline-block;
    margin: 0 auto;
   
    cursor: pointer;
}

.img-formas1 {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 10px;
  padding-top: 15px;
  margin: 0 auto;
    width: 100%;
    max-width: 40px;
    height: 100%;
    cursor: pointer;
   margin-bottom: 2px;
    transition: all .3s linear;
}


.img-formas1:hover {
    transform: scale(1.03);
    transition: all .3s linear;
}

.container-links {
  display: flex;
  width: 100%;
  gap: 10px;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  border: 1px solid var(--cor-amarelalogo);
  border-radius: 5%;
  margin-top: 10px;

  
}

.container-links a {
  text-decoration: none;
  color: var(--cor-amarelalogo);
  font-size: 1em;
  font-weight: bold;
  padding: 10px 1px;
  transition: all .3s linear;
}

.container-links a:hover {
  
  text-decoration: underline;
  scale: 1.01;
  transition: all .3s linear;
}



span.preços {
  padding: 10px;
  margin: 0;
  font-size: 1.1em;
  font-weight: bold;
  color: black;
}

del {
  text-decoration: line-through;
  color: var(--cor-vermelhoclaro); 
  font-weight: bold;
  font-size: smaller;
}





.div-estrelas-D {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0 auto;
    padding: 10px 0;
  
    width: 100%;
    max-width: 100%;
    height: 20px;
    margin-top: -40px;
}

 .div-estrelas-D .estrelas-D {
    padding: 2px;
    width: 70px;
    height: 70px; 
     
}



main .contato {
    background-color: var(--cor-vermelhoescuro);
   
}

.footer-mobile {
    padding: 10px;
    background-color: var(--cor-vermelhoescuro);
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    text-align: center;
    color: var(--cor-amarelalogo);
  }
  
  .footer__aba h3 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.173) ;
  }
  
  .footer__aba ul {
    list-style: none;
    padding: 0;
    margin: 0;
    
  }
  
  .footer__aba li {
    margin-bottom: 0.8em;
    
  }
  
  .footer__aba a {
    text-decoration: none;
    color: var(--cor-amareloclaro);
    font-size: .8em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    
    
    gap: .5em;
    transition: color 0.3s ease;
  }
  
  .footer__aba a:hover,
  .footer__aba a:focus {
    color: #ffe253;
    
    transition: color 0.3s ease ;
  }
  
  .material-symbols-outlined {
    font-size: 1em;
    vertical-align: middle;
    color: var(--cor-amareloclaro);
  text-align: center; 
  flex-shrink: 0
  }

  .formas-pag {
    background-color: var(--cor-vermelhoescuro);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .img-formas-pag {
    width: 98%;
    padding:.9em;
    cursor: pointer;
  }
  .img-formas-ssl {
    width:27%;
    padding: 2em;
    cursor: pointer;
    transition: all .3s linear;
  }
  .img-formas-ssl:hover {
    transform: scale(1.05);
    transition: all .3s linear;
  }

  .ssl {
    padding: 7.5px;
    font-size: .8em;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.173) ;
    margin: 0 auto;
  }

  .ssl a {
    text-decoration: none;
    color: white;
    
   
    font-weight: 600;
    
    
    transition: all 0.5s ease;
  
  }
    .ssl a:hover {
    text-decoration: underline;
    transition: all .5s linear;
    color: var(--cor-amareloclaro);
    font-weight: bold;
    }

    .img-formas {
    margin-left: 6px;
    padding: 10px 0;
    width: 12%;
    max-width: 100px;
    height: 100%;
    cursor: pointer;
    transition: all .3s linear;

    }
    .img-formas:hover {
    transform: scale(1.28);
    transition: all .5s linear;
    }


hr {
    width: 100%;
    height: 1px;
    background-color: var(--cor-amareloclaro);
    border: none;
    margin: 0 auto;
}



.dev-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dev-logo p {
    font-size: .8em;
    font-weight: bold;
    
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.173);
}

.parceria p {
    font-size: .8em;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.973);

}

.img-footer {
    max-width: 90px; 
    height: auto; 
    transition: all .3s linear;
}

.img-footer:hover {
    transform: scale(1.05);
    transition: all .3s linear;
}

.img-marca-footer {
    max-width: 195px; 
    height: auto;
}

.marca-logo-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  
}
.marca-logo-footer p {
    font-size: .7em;
    font-weight: bold;
    margin-bottom: -3em;
    margin-top: -1.5em;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.173) ;
    color: var(--cor-amareloclaro);
    opacity: .7;
    background-color: var(--cor-vermelhofooter);
    
}
.marca-logo-footer img {
    max-width: 130px; 
    height: auto; 
    transition: all .3s linear;
}

  .marca-direitos-autorais {
    background-color: #1d0303;
    opacity: .9;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.173) ;
    padding: 2em 0;
    color: white;
    font-weight: 600;
    font-size: .9em;
  }

  .button-sobre-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2px;
    margin-bottom: 20px;
  }

  .sobre-botao {
    background-color: var(--cor-amareloclaro);
    color: var(--cor-vermelhoclaro);
    font-weight: bold;
    border-radius: 5%;
    padding: 10px;
    font-size: .9em;
    text-decoration: none;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all .3s linear;
  }
    .sobre-botao:hover {
        background-color: var(--cor-vermelhoclaro);
        color: var(--cor-amareloclaro);
        transition: all .3s linear;
        transform: scale(1.03);
    }


  span#mais {
    
    display: none;
    color: black;
    font-weight: normal;
  }


  span.saltar {
    margin-left: 10px;
    color: black;
    font-weight: normal;
    
  }

  strong {
    font-weight: bold;
    color: var(--cor-vermelhofooter);
  }

section img {
    max-width: 90%;
    margin: 0 auto;
    max-height: 300px;
    filter: contrast(125%);
}
  .destaque {
    color: var(--cor-amarelalogo);
}

.h3-desconto {
    font-size: 1.3em;
    background: linear-gradient(90deg, #be3537 40%, #dcbe2c);
    background-clip: text;
    color: transparent;
    margin-bottom: 1px;
    padding: 5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.173) ;

}

/* Estilos do Carrossel */
.carousel-container {
    position: relative;
    overflow: hidden;
    margin: 0 auto 15px;
    border-radius: 3%;
    width: 100%;
    
}

.carousel-slide {
    display: none;
    width: 100%;
    padding: 2px; 
    box-sizing: border-box;
   
}

.carousel-slide.active {
    display: flex; 
    flex-wrap: wrap; 
    width: 100%;
    justify-content: space-around;
    
}

.produto-linha {
    display: flex;
    justify-items: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: space-around;
    gap: 10px;
    width: 100%;
    
}

.produto-item {
    height: 100%;
    background-color: #fffffe; 
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.450);
    padding: 2px; 
    text-align: left;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center; 
    flex-basis: calc(50% - 1px); 
    
}

.produto-item img {
  
    height: 150px;
    width: 100%;
    display: block;
    filter: contrast(120%);
    border-radius: 4%;
    margin-bottom: 15px;
    padding: 5px;
}

.produto-item img.guidom-p {
  height: 75px;
  width: 100%;
  display: block;
  


}

.produto-detalhes {
    background-color: #ffffff;
    
    text-align: left; 
    width: 100%;
}

.product-description {
    font-size: 1em; 
    font-weight: bold;
    color: var(--cor-vermelhoclaro);
    
    padding: 4px;
    margin-left: -5px; 
    height: 20px;
}

.breve-descricao {
    text-indent: 0px;
    
    padding: 7px 1px;
    width: 100%;
    text-align: justify;
    text-align: left;
    font-size: .75em; 
    color: #444;
    
}

.product-price {
  
     display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    
   
}

.product-price del {
    color: #777;
    text-decoration: line-through;
    display: block;
    margin-top: 30px;
    margin-bottom: 7px;
    margin-left: 2px;
    
    font-size: 0.8em; 
}

.product-price span {
    font-size: .9em;
    color: var(--cor-vermelhoclaro);
}

.preco-parcelado {
    text-indent: 0px;
    font-weight: bold;
    margin-left: 2px;
    margin-bottom: 10px;
    font-size: .85em; 
    color: #777; 
    display: block;
     
}

.preco-avista {
    text-indent: 0px;
    
    margin-top: -1px;
    font-size: 1.05em; 
    color: var(--cor-vermelhoclaro); 
    display: block;
    font-weight: bold;
    margin-bottom:15px;
}


.preco-desconto-visual {
    
    margin-top: -8px;
    margin-bottom: 25px;
    font-size: .6em;
  color: rgba(0, 171, 0, 0.827);
 
  display: block;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.113);
}

.pai-A {
    
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 35px;
    width: 75px;
     margin-bottom: -10px;
  }   

   .pai-A img.estrelaA {
   flex: auto;
   
    margin-left: -3px;
   
    height: 75px;
    opacity: .4;
  }

.botoes-produto-container {
    display: flex;
    
    justify-content: space-evenly;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    width: 100%;
    
    
}

.compra-agora, .view-button {
    flex-grow: 1;
    background-color: var(--cor-amarelalogo);
    color: var(--cor-vermelhoclaro);
    text-decoration: none;
    padding:  8px;
    border-radius: 8px;
    width: 100%;
    height: 35px;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-align: center;
    display: block;
    font-size: 0.8em;
    text-align: center;
}

.view-button {
    background-color: transparent;
    color: var(--cor-vermelhoclaro);
    border: 1px solid var(--cor-vermelhoclaro);
    width: 100%;
    height: 30px;
    
}

.compra-agora:hover {
    background-color: var(--cor-vermelhoclaro);
    color: var(--cor-amarelalogo);
}

.view-button:hover {
    background-color: var(--cor-vermelhoclaro);
    color: var(--cor-amarelalogo);
}


@media (max-width: 767px) {
    .produto-item {
        flex-basis: 100%;
    }

    .botoes-produto-container {
        flex-direction: column;
    }
}




  

    @media  screen and (min-width: 768px) {
      header {
        
        margin: 0 auto;
      }

      .container-banner {
        max-width: 2000px;
        margin: 0 auto;
      }
      section {
        max-width: 1000px;
        margin: 0 auto;
      }
      
    }







