/*----------------------------------------Home-------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'reem kufi', sans-serif;
}
::-webkit-scrollbar {
    width: 10px;
    background-color: #ffffff;
    }
    ::-webkit-scrollbar-thumb {
    background: #525151;
    border-radius: 8px;
    }
.whats{
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 100px;
    }
input {
    padding: 10px;
    border: none;
    outline: none;
    font-size: 15px;
    border-radius: 10px;
}
#log {
  margin-left: 78%;
  margin-top: 25px;
  width: 260px;
  display: flex
}
#div-log-span {
  margin-left: 7px;
  color: #fff;
  margin-top: 0px
}
.sticky {
    padding: 0px 100px;
    background-color: #a814ad;
} 
.carrinho:hover {
    background-color: #1c1c1c
}

.link_produtos:link {
    color: #a814ad
}

.link_produtos:visited {
    color: #a814ad
}

.link_produtos:hover {
    text-decoration: underline
}

a:link {
    text-decoration: none;
    font-size: 20px;
}

a:hover {
  transition: 0.6s;
    color: #000000;
}
.zoom {
    overflow: hidden
}

.zoom img {
    max-width: 100%;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.zoom:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.newsletter {
    background-color: #1e90ff;
    border: none;
    padding: 15px;
    width: 10%;
    border-radius: 10px;
    color: #fff;
    font-size: 25px;
    font-family: 'reem kufi', sans-serif;
    cursor: pointer
}

.newsletter:hover {
    background-color: #4169e1;
}

#topo {
    background: #a814ad;
    width: 100%;
    height: 95px;
    float: left;
    margin: auto;
}

#logo {
    margin-top: 12px;
    margin-left: 105px;
    float: left;
    position: relative;
}

#pesquisa {
    background-color: none;
    width: 400px;
    height: 60px;
    margin-top: 30px;
    margin-left: 100px;
    float: left;
    position: relative;
}

#divBusca {
    background-color: #2f4f4f;
    border: solid 0;
    border-radius: 25px;
    width: 30px;
}

#txtBusca {
    float: left;
    background-color: #fff;
    border-radius: 10px;
    padding-left: 8px;
    font-size: 18px;
    margin-left: 0;
    border: none;
    height: 45px;
    width: 500px;
    outline: none;
}

#usuario {
    background-image: none;
    margin-top: 20px;
    margin-left: 400px;
    float: left;
    position: relative;
}

#carrinho {
    background-image: none;
    width: 80px;
    height: 70px;
    margin: 20px 50px;
    float: left;
    position: relative;
}

#option ul {
    padding: 0;
    margin: 0;
    background-color: #b326b8;
    list-style: none;
    text-align: center;
}

#option ul li {
    display: inline-block;
    text-align: center;
    margin: 1px;
}

#option ul li a {
    padding: 5px 70px;
    display: inline-block;
    font-family: 'reem kufi', sans-serif;
    font-size: 25px;
    background-color: none;
    color: #fff;
    text-decoration: none;
    border-bottom: 0 solid #ededed;
    text-align: center;
    margin: 5px;
}

#option ul li:hover {
    background: #740a78;
    transition: 0.5s;
    border-radius: 5px;
}

#option ul ul {
    position: absolute;
    min-width: 90px;
    display: none;
    background: transparent;
    z-index: 1;
}

#option ul ul li {
    display: block;
    background: #a814ad;
    border-radius: 5px;
}

#option ul li:hover ul {
    display: block
}

#nave {
    background: #fff;
    width: 100%;
    height: 4000px;
    float: left;
    margin: auto
}

#nave_saibamais {
    background: #fff;
    width: 100%;
    height: 6180px;
    float: left;
    margin: auto
}

#nave_saibamais_mangas {
    background: #fff;
    width: 100%;
    height: 5890px;
    float: left;
    margin: auto
}

#nave_saibamais_dc {
    background: #fff;
    width: 100%;
    height: 5450px;
    float: left;
    margin: auto
}

#nave_circulos_saiba {
    background: #fff;
    width: 100%;
    height: 4860px;
    float: left;
    margin: auto
}

.slider {
    width: 970px;
    height: 350px;
    border-radius: 20px;
    background-image: url(pexels-gilberto-reyes-825949.jpg);
    animation: slide 20s infinite
}

#banners {
    background-color: none;
    width: 900px;
    height: 190px;
    margin-top: 30px;
    margin-left: 200px;
    float: left;
    position: relative
}
  /*----------------------------Slideshow/HOME----------------------------*/


.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

.slide {
  display: none;
}

.slide img {
  width: 100%;
  height: auto;
}

  /*----------------------------icon categorias/HOME----------------------------*/


.icoins-content{
  display: flex;
  justify-content: center;
  background: transparent;
  margin: 0px;
}
.catdogimg img{
  width: 50%;
  align-items: center;
  margin-left: 20%;
  justify-content: center;
  align-content: center;
}
.icoins-content h1{
  margin-left: 33%;
}
  /*----------------------------Card Produtos/HOME----------------------------*/
  
  .product {
    position: relative;
    margin: 15px 0px;
    -webkit-box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
    box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;  
  }
  
  .product:hover {
    -webkit-box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px #000000;
    box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px #000000;
    transition: 0.5s;
  }
  
  .product .product-img {
    position: relative;
  }
  
  .product .product-img img {
    width: 100%;
    padding: 10px;
  }
    
  .product .product-img .product-label {
    position: absolute;
    top: -5px;
  }
  
  .product .product-img .product-label>span {
    border: 2px solid;
    padding: 2px 10px;
    font-size: 12px;
  }
  
  .product .product-img .product-label>span.sale {
    border-color: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
  }
    
  .product .product-img .product-label>span.new {
    background-color: #293a4f;
    border-color: #ffffff;
    color: #FFF;
    font-size: 11px;
  }
  
  .product .product-body {
    position: relative;
    padding: 15px;
    background-color: #FFF;
    z-index: 20;
  }
  
  .product .product-body .product-category {
    text-transform: uppercase;
    font-size: 12px;
    color: #8D99AE;
  }
  
  .product .product-body .product-name {
    text-transform: uppercase;
    font-size: 14px;
  }
  
  .product .product-body .product-name>a {
    font-weight: 700;
    text-decoration: none;
  }
  
  /* Cor preço **/
  
  .product .product-body .product-price {
    color: #ff0000;
    font-size: 18px;
  }
  
  .product .product-body .product-price .product-old-price {
    font-size: 70%;
    font-weight: 400;
    color: #8D99AE;
  }
  .product-old-price{
    color: #000;
  }
  .product .product-body .product-rating {
    position: relative;
    margin: 15px 0px 10px;
    height: 20px;
  }
  
  .product .product-body .product-rating>i {
    position: relative;
    width: 14px;
    margin-right: -4px;
    background: #FFF;
    color: #E4E7ED;
    z-index: 10;
  }
  
  .product .product-body .product-rating>i.fa-star {
    color: #e58b19;
  }
  
  .product .product-body .product-rating:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    background-color: #E4E7ED;
  }
  
  .product-widget {
    position: relative;
  }
  
  .product-widget+.product-widget {
    margin: 30px 0px;
  }
  
  .product-widget .product-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
  }
  
  .product-widget .product-img>img {
    width: 100%;
  }
  
  .product-widget .product-body {
    padding-left: 75px;
    min-height: 60px;
  }
  
  .product-widget .product-body .product-category {
    text-transform: uppercase;
    font-size: 10px;
    color: #8D99AE;
  }
  
  .product-widget .product-body .product-name {
    text-transform: uppercase;
    font-size: 12px;
  }
  
  .product-widget .product-body .product-name>a {
    font-weight: 700;
  }
  
  .product-widget .product-body .product-price .product-old-price {
    font-size: 70%;
    font-weight: 400;
    color: #8D99AE;
    width: 20px;
  }
  
  .product-widget .product-body .product-price .qty {
    font-weight: 400;
    margin-right: 10px;
  }
  
  .product-widget .delete {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    text-align: center;
    font-size: 10px;
    padding: 0;
    background: #1e1f29;
    border: none;
    color: #FFF;
  }
  
  .fa{
    color: black;
    border-color: #000000;
  }
  .slick-track{
      opacity: 1;
      width: 100%;
      transform:
      translate3d(-1465px, 0px, 0px);
  }
  
  .products-slick .slick-list {
    padding-bottom: 60px;
    margin-bottom: -60px;
    z-index: 2;
  }
  
  .products-slick .product.slick-slide {
    margin: 15px;
  }
  
  .products-tabs>.tab-pane {
    display: block;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: hidden;
    padding-bottom: 60px;
    margin-bottom: -60px;
  }
  
  .products-tabs>.tab-pane.active {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  
  .products-slick-nav {
    position: absolute;
    right: 15px;
    z-index: 10;
  }
  
  .products-slick-nav .slick-prev, .products-slick-nav .slick-next {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 20px;
    height: 20px;
    display: inline-block !important;
    margin: 0px 2px;
  }
  .col-md-12{
  
    position: relative;
    width: 1320px;
  }
  
  
  .col-md-12 .product{
    display:inline-block;
    top: 20px;
    margin: 10px 10px;
    padding: 10px 15px;
    border-radius: 10px;
    border: solid 1px rgb(214, 214, 214);
  }
  .product-body .desctitle{
    color: #000000;
    font-size: 13px;
  }
  /* Comporta os botões na página */
  
  .botoes {
    font-family: 'reem kufi';
    position:relative;
    display:inline-block;
    margin:0 auto;
    border: none;
    background-color: transparent;
  }
  



  /* Definições */
  
  .botao {
    position:relative;
    display:block;
    background:#740a78;
    padding: 0;
    line-height: 30px;
    width: 150px;
    height: 30px;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    outline: none;
    font-size: 20px;
  }
  .botao:hover{
    background-color: #f369ee;
    color: white;
  }
  
.botoes:hover{
  color: #fff;
}

/*-------------------------------Card serviço no Home-------------------------------------*/
.banner {
    position: relative;
    width: 100%;
    height: 90vh;
    margin: 0;
    background-size: cover;
}
.container1{
    display: flex;
    align-items: center;
    margin: 0% 10% 0% 10%;
    flex-wrap: nowrap;
    }
.card{
    background: rgb(240, 233, 233);
    width: 400px;
    height: 420px;
    margin: 20px;
    border-radius: 15px;
    align-items: center;
    text-align: center;
    }
    .card p {
    padding: 20px;
    }
    .card h2{
    color: black;
    }
    .card .boctom{
    background-color: #ff06f7;
    color: white;
    text-align: center;
    padding: 12px 18px;
    margin: 1px 90px;
    text-decoration: none;
    border-radius:15px;
    border: 2px solid black;
    }
    .card .boctom:hover{
    background-color: white;
    color: black;
    border: 1px solid black;
    }
    .card-image {
    height: 170px;
    margin-bottom: 15px;
    background-size: cover;
    border-radius: 15px 15px 0 0; 
    align-items: center;
    background-image: url(./img/banho\ tosa\ card.jpg);
    }
    .card-image2{
    height: 170px;
    margin-bottom: 15px;
    background-size: cover;
    border-radius: 15px 15px 0 0; 
    align-items: center;
    background-image: url(./img/banho\ tosa\ card.jpg);
    }
    .card-image3{
    height: 170px;
    margin-bottom: 15px;
    background-size: cover;
    border-radius: 15px 15px 0 0; 
    align-items: center;
    background-image: url();
    }
    .card-image4{
    height: 170px;
    margin-bottom: 15px;
    background-size: cover;
    border-radius: 15px 15px 0 0; 
    align-items: center;
    background-image: url();
    }
    .card-image5{
    height: 170px;
    margin-bottom: 15px;
    background-size: cover;
    border-radius: 15px 15px 0 0; 
    align-items: center;
    background-image: url();
    }
    .cardprod{
    background: lightgrey;
    width: 500px;
    height: 450px;
    margin: 20px;
    border-radius: 15px;
    align-items: center;
    text-align: center;
    }
    .cardprod p {
    padding: 20px;
    }
    .cardprod h2{
    color: black;
    }
    .cardprod .boctom{
    background-color: #f369ee;
    color: white;
    text-align: center;
    padding: 12px 18px;
    margin: 10px 45px;
    text-decoration: none;
    border-radius:15px;
    border: 2px solid black;
    }
    .cardprod .boctom:hover{
    background-color: #740a78;
    color: #000;
    border: 1px solid black;
    }


    .botao2 {
      position:relative;
      display:block;
      background:#910798;
      padding: 10;
      line-height: 30px;
      width: 150px;
      height: 50px;
      border: 0;
      border-radius: 10px;
      cursor: pointer;
      outline: none;
      font-size: 20px;
    }
    .botao2:hover{
      background-color: #f369ee;
      color: white;
    }
/*----------------------------------------Marcas amostras-------------------------------------------------------*/
.brand{
  padding: 5px 1%;
}
.brand-content{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, auto));
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
.maini img{
  width: 100%;
  height: auto;
  opacity: 0.6;
  transition: all .35s ease;
  cursor: pointer;
}
.maini img:hover{
  opacity: 1;
}

/*----------------------------------------Rodapé-------------------------------------------------------*/
#newsletter{
  display: flex;
  width: 100%;
  height: 20vh;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background: #740a78;
  
}
#newsletter h4{
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-left: 70px;
}
#newsletter p{
  font-size: 22px;
  font-weight: 600;
  color: #ece8e8;
  margin-left: 70px;
}
#newsletter p span{
  color: #b77f07;
}
#newsletter .forms{
  display: flex;
  width: 40%;
}
#newsletter input{
  height: 3.125rem;
  padding: 0 1.25em;
  font-size: 18px;
  width: 60%;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
}
#newsletter button{
  margin-right: 15px;
  border-radius: 5px;
  border: 0;
  padding: 10px 20px;
  background-color: #1ac4f8;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
}
#newsletter button:hover{
  background: #293a4f;
}
footer *
{
    box-sizing: border-box;        
    padding: 0;
    margin: 0;
    font-size: 15px;
}
footer ul
{
    list-style: none;
}
footer
{
   color: #fff;
   background: #a814ad; 
}
footer p
{
    color: #ccc;
    max-width: 20em;
    font-size: 1.6em;
    line-height: 23px;
}
footer a
{
    color: #fff;
    text-decoration: none;
}
footer h4
{
    margin-bottom: 1em;
    text-transform: uppercase;
    font-size: 20px;
}
.media-icons li, .service-icons li{
    display: inline-block;
    margin: 10px 10px 10px;
}
footer .container
{
    margin: 0 auto;
    padding: 2em;
}
.footer1 .container
{
    position: relative;
}

.footer1 .footer-top .container, .footer1 .col2,
.footer1 .footer-bottom .container, .footer2 .container, .footer3 .container 
{
    display: flex;
    gap: 5em;
    justify-content: space-between;
}
.direitos
{
    background: white;
    text-align: center;
    font-size: 19px;
    color: #000;
}
/*----------------------------------------formulario-------------------------------------------------------*/
header{
  background: #a814ad;
  width: 100%;
  height: 95px;
  float: left;
  margin: auto;
}
#formIM{
  margin-top: 12px;
  margin-left: 105px;
  float: left;
  position: relative;
}
#formIC{
  margin-top: 20px;
  margin-left: 800px;
}
header span{
  font-family: 'reem kufi', sans-serif;
  font-size: 20px;
  margin-left: 800px;

}
.cotainer
{
max-width: 700px;
width: 100%;
background: #1ac4f8;
padding: 25px 30px;
border-radius: 5px;
margin-top: -5px;
}
.cotainer .title
{
font-size: 25px;
font-weight: 500;
}
.cotainer form .user-details
{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
form .user-details .input-box
{
  margin: 10px 0 12px 0;
width: calc(100% / 2 - 20px);
}
.user-details .input-box input
{
height: 45px;
width: 100%;
outline: none;
border-radius: 5px;
border: 1px solid #ccc;
padding-left: 15px;
font-size: 16px;
}
form .buttoms
{
margin: 10px;
}
form .buttoms input
{
outline: none;
height: 80%;
width: 100%;
}
/*----------------------------------------Categoria de Cachorro-------------------------------------------------------*/
.text-volt p{
  color: #a814ad;
  margin-left: 23px;
}
.text-volt a{
  color: #000;
}

/*----------------------------------------sub Categoria gato/remedio e etc.-------------------------------------------------------*/

.card-categ {
  display: flex;
  width: 270px;
  height: 150px;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  padding: 10px;
  border-radius: 15px;
}

.card-categ img {
  width: 130px;
  height: 110px;
  margin-right: 20px;
  margin-top: 10px;
}

.card-categ .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-categ .content h2 {
  margin-left: -10px;
  font-size: 20px;
  color: #000000;
}
.master-col{
    display: flex;
    padding: 50px;
}
/*----------------------------------------page Politica de Privacidade-------------------------------------------------------*/
.text-priv{
  color: #000;
  margin: 0px 150px 50px 150px;
}
.text-priv h2{
  font-size: 35px;
}
.text-priv p{
  padding: 20px; 
  font-size: 19px; 
}
/*----------------------------------------page banho e tosa-------------------------------------------------------*/

.banner-banho
    {
    position: relative;
    width: 100%;        
    margin: 0;
    height: 80vh;
    align-items: center;
    background-size: cover;
    display: flex;
    padding: 10rem 7% 2rem;
    background-image: url(./img/bannerzin-banhinh.png);
    } 
    .banner-banho .home-banner
    {
    max-width: 44rem;
    } 
    .home-banner h1
    {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: .3rem;
    color: #fff;
    }
    .home-banner p
    {
    font-size: 32px;
    max-width: 40em;
    color: #ffffff;
    }
    .img-redes
    {
    display: inline-block;
    margin: 20px 20px 20px;
    }
    .button
    {
    display: inline-block;
    padding: 1.2rem 2.8rem;
    background: #a814ad;
    border-radius: .6rem;
    box-shadow: 0 .2rem .5rem var(--shadow-color);
    color: #fff;
    font-size: 20px;
    letter-spacing: .1rem;
    font-weight: 600;
    text-decoration: none;
    }
    .button:hover
    {
    background: #fff;
    color: #000;
    transition: 0.7s;
    }
/*----------------------------------------page veterinario-------------------------------------------------------*/

    .banner-veterinario
    {
    position: relative;
    width: 100%;        
    margin: 0;
    height: 80vh;
    align-items: center;
    background-size: cover;
    display: flex;
    padding: 10rem 7% 2rem;
    background-image: url(./img/bannertosaebanho.png);
    } 
    .banner-veterinario .home-banner3
    {
    max-width: 44rem;
    } 
    .home-banner3 h1
    {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: .3rem;
    color: #fff;
    }
    .home-banner3 p
    {
    font-size: 29px;
    max-width: 600%;
    color: #fff;
    }
    .img-redes
    {
    display: inline-block;
    margin: 20px 20px 20px;
    }
    .button
    {
    display: inline-block;
    padding: 1.2rem 2.8rem;
    background: #a814ad;
    border-radius: .6rem;
    box-shadow: 0 .2rem .5rem var(--shadow-color);
    color: #fff;
    font-size: 20px;
    letter-spacing: .1rem;
    font-weight: 600;
    text-decoration: none;
    }
    .button:hover
    {
    background: #fff;
    color: #000;
    transition: 0.7s;
    }
    /*----------------------------------------page adestramento-------------------------------------------------------*/

    .banner-adestramento
    {
    position: relative;
    width: 100%;        
    margin: 0;
    height: 80vh;
    align-items: center;
    background-size: cover;
    display: flex;
    padding: 10rem 7% 2rem;
    background-image: url(./img/banho.png);
  } 
    .banner-adestramento .home-banner4
    {
    max-width: 44rem;
    } 
    .home-banner4 h1
    {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: .3rem;
    }
    .home-banner4 p
    {
    font-size: 29px;
    max-width: 40em;
    color: #000;
    }
    .img-redes
    {
    display: inline-block;
    margin: 20px 20px 20px;
    }
    .button
    {
    display: inline-block;
    padding: 1.2rem 2.8rem;
    background: #a814ad;
    border-radius: .6rem;
    box-shadow: 0 .2rem .5rem var(--shadow-color);
    color: #fff;
    font-size: 20px;
    letter-spacing: .1rem;
    font-weight: 600;
    text-decoration: none;
    }
    .button:hover
    {
    background: #fff;
    color: #000;
    transition: 0.7s;
    }
/*----------------------------------------Primeira Pagina produto-------------------------------------------------------*/
    .flex-box{
      display: flex;
      width: 1000px;
      margin: 20px auto;
  }
  .left{
      width: 35%;
  }
  .big-img{
      width: 250px;
  }
  .big-img img{
      width: inherit;
      border-radius: 5px;

  }
  .images{
      display: flex;
      justify-content: space-between;
      width: 60%;
      margin-top: 15px;
  }
  .small-img{
      width: 50px;
      overflow: hidden;
  }
  .small-img img{
      width: inherit;
      cursor: pointer;
      transition: all 0.3s ease;
  }
  .small-img:hover img{
      transform: scale(1.2);
  }
  .url{
      font-size: 16px;
      font-weight: 400;
      color: orangered;
  }
  .pname{
      font-size: 28px;
      font-weight: 600;
      margin-top: 20px;
  }
  .ratings i{
      color: #ffd117;
  }
  .price{
    color: red;
      font-size: 34px;
      font-weight: 500;
      margin: 20px 0;
  }
  .size{
      display: flex;
      align-items: center;
      margin: 20px 0;
  }
  .psize p{
      font-size: 18px;
      font-weight: 500;
  }
  .psize{
      width: 60px;
      height: 30px;
      border: 1px solid orangered;
      color: #000;
      text-align: center;
      margin: 0 10px;
  }
  .psize .active{
      border-width: 1.5px;
      color: orangered;
      font-weight: 500;
  }
  .quantity p{
      font-size: 18px;
      font-weight: 500;
  }
  .quantity input{
      width: 100px;
      font-size: 17px;
      font-weight: 500;
      text-align: center;
      margin-left: 15px;
      background: #f0efef;
  }
  .btn-box{
      display: flex;
      margin-top: 40px;
  }
  .btn-box button{
      font-size: 18px;
      padding: 8px 25px;
      border: none;
      outline: none;
      border-radius: 6px;
      cursor: pointer;
      color: #fff;
  }
  .cart-btn{
      background-color: orangered;
      margin-right: 20px;
  }
  .buy-btn{
      background-color: rgb(26, 137, 100);
  }
  .cart-btn:hover{
      background-color: rgb(250, 104, 51);
  }
  .buy-btn:hover{
      background-color: aquamarine;
  }
  .bodyind{
      margin: 50px;
  }
  .tabs{
      display: flex;
      flex-wrap: wrap;
      max-width: 90%;
      font-family: 'Reem Kufi';
  }

  .tabs__label{
  padding: 10px 16px;
  cursor: pointer;
}    
  .tabs__radio{
      display: none;

  }
  .tabs__content{
      order: 1;
      width: 100%;
      border-bottom: 3px solid#dddddd;
      line-height: 1.5;
      font-size: 1.2em;
      display: none;

  }
  .tabs__radio:checked+.tabs__label{
      font-weight: bold;
      color: #009578;
      border-bottom: 2px solid #009578;
  }
  .tabs__radio:checked+.tabs__label+.tabs__content{
      display: initial;
  }
/*----------------------------------------Quem Somos-------------------------------------------------------*/


  .banner-quemsomos
    {
    position: relative;
    width: 100%;        
    margin: 0;
    height: 90vh;
    align-items: center;
    background-size: cover;
    display: flex;
    padding: 2rem 7% 2rem;
    } 
    .banner-quemsomos .home-banner
    {
    max-width: 44rem;
    } 
    .home-banner1 h1
    {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: .3rem;
    color: #000;
    }
    .home-banner1 p 
    {
    font-size: 20px;
    max-width: 40em;
    color: #000;
    }
    .img-redes
    {
    display: inline-block;
    margin: 20px 20px 20px;
    }
    .button
    {
    display: inline-block;
    padding: 1.2rem 2.8rem;
    background: #a814ad;
    border-radius: .6rem;
    box-shadow: 0 .2rem .5rem var(--shadow-color);
    color: #fff;
    font-size: 20px;
    letter-spacing: .1rem;
    font-weight: 600;
    text-decoration: none;
    }
    .button:hover
    {
    background: #fff;
    color: #000;
    transition: 0.7s;
    }


    /*----------------------------------------Quem Somos/Localizar-------------------------------------------------------*/

    
.banner-localiza
{
position: relative;
width: 100%;        
margin: 0;
height: 100vh;
align-items: center;
background-size: cover;
display: flex;
padding: 1px 1% 1rem;
background-image: url(./img/fundolocalitions.png);
} 
.banner-localiza .home-banner2
{
max-width: 44rem;
} 
.home-banner2 h1
{
font-size: 70px;
font-weight: 700;
margin-bottom: .3rem;
color: #ffffff;
}
.home-banner2 p
{
font-size: 40px;
max-width: 40em;
color: #ffffff;
}
.home-banner2 h3
{
  color: #ffffff;
  font-size: 28px;
  margin-left: 20px
}
/*----------------------------------------Missão, visao e valores-------------------------------------------------------*/

.banner-missao
{
position: relative;
width: 100%;        
margin: 0;
height: 80vh;
align-items: center;
background-size: cover;
display: flex;
padding: 10rem 7% 2rem;
background-size: 100%;
} 
.banner-missao .home-banner5
{
max-width: 40rem;
} 
.home-banner5 h1
{
font-size: 60px;
font-weight: 700;
margin-bottom: .3rem;
color: #000;
}
.home-banner5 p
{
font-size: 25px;
max-width: 40em;
color: #000;
}