.header{
    height: 90px;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    -webkit-box-shadow: 0px 7px 16px -3px rgba(106,106,106,0.42); 
    box-shadow: 0px 7px 16px -3px rgba(106,106,106,0.42);
    z-index: 100000;
}


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


.iten-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.pesquisar{
    height: 40px;
    width: 35%;
    background-color: #f2f2f2;
    border-radius: 20px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px;
}

.input-pesquisar{
    background-color: transparent;
    height: 30px;
    width: 80%;
    border: none;
    margin-left: 8%;
    margin-right: 2%;

    
}

.input-pesquisar:focus{
    border: none;
    
}

.alinhamento-icone{
    display: flex;
    align-items: center;
    
}

.carousel01{
    margin-top: 110px;
    top: 110px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.selecionar-produto{
    background-color:#45526e;
    height: 380px;
    width: 100%;
    border-radius: 15px;
    margin: 20px;
}

.titulo-selecionar{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.subtitulo-selecionar{
    color: #fff;
    font-size: 20px;

}

.select-inicio{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 2%;
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    width: 25%;
}    .select select {
        font-family: 'Arial';
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 10px 15px;
        outline: 0;
        border: 0px solid #000000;
        border-radius: 100px;
        background: #e6e6e6;
        color: #7b7b7b;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
        .select select::-ms-expand {
            display: none;
        }
        .select select:hover,
        .select select:focus {
            color: #000000;
            background: #cccccc;
        }
        .select select:disabled {
            opacity: 0.5;
            pointer-events: none;
        }
.select_arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
    border-top-color: #000000;
}
.select select:disabled ~ .select_arrow {
    border-top-color: #cccccc;
}

.myButton {
	background-color:#45526e;
	border-radius:28px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:12px 24px;
	text-decoration:none;
    border: 1px solid #fff;
}
.myButton:hover {
	background-color:#fff;
    text-decoration: none;
    color: #45526e ;
}
.myButton:active {
	position:relative;
	top:1px;
}

/* DESTAQUES */

.destaques{
    display: flex;
    flex-direction: row;
}

.titulo-destaques{
    color: #000000;
    font-size: 33px;
    font-weight: bold;
    text-align: center;
}   

.card-destaques{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    padding-bottom: 20px;
}

.card-destaques:hover{
    -webkit-box-shadow: 0px 0px 7px 1px rgba(106,106,106,0.3); 
    box-shadow: 0px 0px 7px 1px rgba(106,106,106,0.3);
}

.titulo-card{
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    height: 110px;
    margin: 0px;
}

.preco-cheio{
    font-size: 19px;
    color: #6a6a6a;
    font-weight: bold;
    margin: 0px!important;
}

.preco-dividido{
    font-size: 15px;
    color: #6a6a6a;

}

.botao-destaques{
    height: 40px;
    width: auto;
    background-color: #45526e;
    color: #fff;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.botao-destaques:hover{
    color: #000000;
    text-decoration: none;
}

.etiqueta-destaque{
    background-color: #cac8c8;
    color: #fff;
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 12px;
    width: 70px;
}
/* FIM DOS DESTAQUES */

/* OS MAIS VENDIDOS */

.vendidos-bg{
    background-image: url(../img/clean-bg2.jpg);
    background-size: cover;
    border-radius: 15px;
    padding: 30px;
}

.titulo-vendidos{
    color: #fff;
    font-size: 33px;
    font-weight: bold;
}

.subtitulo-vendidos{
    color: #000;
    font: 24px;
}

.etiqueta-lancamento{
    background-color: #cac8c8;
    color: #fff;
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 12px;
    right: 30%;
}

/* OS MAIS VENDIDOS */

.arte-limpeza{
    width: 100%;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(106,106,106,0.3); 
    box-shadow: 0px 0px 7px 1px rgba(106,106,106,0.3);
}


/*  LOGIN   */

.entrar{
    height: 450px;
    margin-top: 140px;
    margin-bottom: 60px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(106,106,106,0.3); 
    box-shadow: 0px 0px 7px 1px rgba(106,106,106,0.3);

}

.input-padrao{
    height: 40px;
    background-color: #f2f2f2;
    color: #cccccc;
    border-radius: 20px;
    border: none;
    width: 300px;
    padding: 0 20px 0 20px;
}

.botao-enviar{
    height: 40px;
    width: 300px;
    background-color: #cccccc;
    color: #6a6a6a;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-top: 20px;
    border: none;
}

.botao-enviar:hover{
    color: #000000;
    text-decoration: none;
}

.form-center{
    display: flex;
    flex-direction: column;
    align-items: center;
}


/*  END LOGIN   */

/* CADASTRO START  */


.bg-cadastro{
    background-image: url("../img/limpeza-cadastro03.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 1200px;
    margin-top: 80px;
}

.bg-login{
    background-image: url("../img/limpeza-cadastro.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 600px;
}

.pessoa-alinhar{
    display: flex;
    justify-content: center;

}

.botao-pessoa{
    background-color: #f2f2f2;
    color: #000;
    border: none;
    padding: 10px 20px 10px 20px;
    font-weight: 500;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
}

.botao-pessoa:hover{
    text-decoration: none;
}

.botao-pessoa-ativado{
    background-color: red;
    color: #000;
    border: none;
    padding: 10px 20px 10px 20px;
    font-weight: 500;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
}

.botao-pessoa-ativado:hover{
    text-decoration: none;
}

.metade{
    width: 50%;
    height: 100%;
    padding: 20px 80px 0 80px;
    background-color: #fff;
    margin-left: 50%;

}

.metade-entrar{
    width: 50%;
    height: 100%;
    padding: 20px 80px 0 80px;
    background-color: #fff;
    margin-left: 50%;

}

.esqueci{
    color: #000;
    text-decoration: none;
}

.esqueci:hover{
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.cadastre_se{
    color: #45526e;
    font-weight: bold;
}

.titulo-dados{
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}

.cadastrar{
    margin-top: 140px;
    margin-bottom: 60px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    padding: 40px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(106,106,106,0.3); 
    box-shadow: 0px 0px 7px 1px rgba(106,106,106,0.3);

}

.input-cadastro{
    height: 40px;
    background-color: #f2f2f2;
    color: #000;
    border-radius: 20px;
    border: none;
    width: 75%;
    padding: 0 20px 0 20px;
    text-align: center;
}

.botao-cadastrar{
    height: 40px;
    width: 40%;
    color: #4F6185;
    background-color: #fff;
    border: 1px solid #4F6185;
    border-radius: 20px;
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.botao-cadastrar:hover{
    color: #fff;
    background-color: #4F6185;
    border: 1px solid #4F6185;
    text-decoration: none;
}

.alinhar-botao-cadastro{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

/* CADASTRO END  */

.pol-priv{
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flexx{
    display: flex;
}

.produtos-img{
    width: 100%;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.card-produto{
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    padding: 0px!important;
    -webkit-box-shadow: 3px 3px 15px 1px rgba(204,204,204,0.72); 
    box-shadow: 3px 3px 15px 1px rgba(204,204,204,0.72);
}

.outras-categorias{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.outras-categorias:hover{
    color: #019ADD!important;
    text-decoration: none;
    cursor: pointer;
}

.coluna{
    display: flex;
    flex-direction: column;
}

.produtos-relacionados{
    background-color: #f2f2f2;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
    border-radius: 20px;
}

.img-produtos-relacionados{
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 110px;
    padding: 10px;
    width: 100%;
}

.text-produtos-relacionados{
    margin: 0px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.text-produtos-relacionados:hover{
    color: #019ADD;
    cursor: pointer;
}

.text-produtos-promocao{
    margin: 0px;
    font-weight: 700;
    text-decoration: none;
    color: red!important;
}

.div-text-relacionado{
    text-decoration: none!important;
    display: flex;
    align-items: center;
}

.titulo-produtos{
    color: #000000;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}  

/* HEADER 2 START  */

.header-dark {
    background-color: #fff;
    color: #000;
    background-size:cover;
    padding-bottom: 0px!important;
    position: fixed;
    top: 0px;
    width: 100%;
    -webkit-box-shadow: 0px 7px 16px -3px rgba(106,106,106,0.42); 
    box-shadow: 0px 7px 16px -3px rgba(106,106,106,0.42);
    z-index: 100000;
}

.desktop{
    display: block;
}

.mobile{
 display: none!important;
}

@media (max-width:768px) {
  .header-dark {
    padding-bottom:120px;
    width: auto!important;
  }

  .header-dark .navbar .navbar-collapse, .header-dark .navbar .form-inline {
    border-color:#636363;
    margin-bottom: 20px!important;
  }

  .desktop{
    display: none!important;
  }

  .bg-index{
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 160px!important;
    width: 100%;
    }

  .card-destaques-home{
    width: 80%!important;
  }

  .destaques{
    align-items: center;
  }

  .etiqueta-destaque {
    background-color: #cac8c8;
    color: #fff;
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 0px;
    width: 86px;
  }  
  .m0mobile{
    margin: 0px!important;
  }

  .coluna-mobile{
    display: flex;
    flex-direction: column;
  }

  .pb-mobile{
    padding-bottom: 30px;
  }

  .pb-mobile20{
    padding-bottom: 20px;
  }

  .mobile{
    display: block!important;
  }

  .titulo-card {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    height: 80px;
    margin: 0px;
  }

  .preco-cheio {
    font-size: 25px!important;
    color: #6a6a6a;
    font-weight: bold;
    margin: 0px!important;
  }

  .botao-destaques {
    height: 50px!important;
    width: auto;
    background-color: #45526e;
    color: #fff;
    padding: 20px;
    border-radius: 25px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 25px!important;
  }
  .preco-dividido {
    font-size: 25px!important;
    color: #6a6a6a;
  }

  .arte-limpeza{
    margin-bottom: 20px!important;
  }

  .destaques{
    flex-direction: column!important;
  }

  .borda-pesquisar{
    border: 1px solid #414e68;
    padding-left: 5px;
    border-radius: 20px;
    width: 100%;
  }

  .hover-bonzer{
    text-align: center;
  }

  .center-position{
    width: 100%;
    text-align: center;
  }

  .center-display{
    justify-content: center;
  }

  .coluna-mobile{
    display: flex;
    flex-direction: column!important;
  }

}

.header-dark .navbar {
  background:transparent;
  padding-top:0;
  padding-bottom:0;
  color:#fff;
  border-radius:0;
  box-shadow:none;
  border:none;
}

@media (max-width:768px) {
  .header-dark .navbar {
    padding-top:0;
    padding-bottom:0px;
    width: 100vw;
    margin-right: 0px!important;
  }

  .carousel01 {
    margin-top: 80px;
    top: 110px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.header-dark .navbar .navbar-brand {
  font-weight:bold;
  color:inherit;
}

.header-dark .navbar .navbar-brand:hover {
  color:#f0f0f0;
}

.header-dark .navbar .navbar-collapse span {
  margin-top:0px;
  padding: 0.5rem;
}

.header-dark .navbar .navbar-collapse span .login {
  color:#000;
  margin-right:.5rem;
  text-decoration:none;
}

.header-dark .navbar .navbar-collapse span .login:hover {
  color:#414e68;
}

.header-dark .navbar .navbar-toggler {
  border-color:#ccc;
}

.header-dark .navbar .navbar-toggler:hover, .header-dark .navbar-toggler:focus {
  background:none;
}

.header-dark .navbar .navbar-toggler {
  color:#000;
}

.header-dark .navbar .navbar-collapse, .header-dark .navbar .form-inline {
  border-color:#636363;
  margin-bottom: 0px;
}


@media (max-width: 992px) {
  .header-dark .navbar.navbar .navbar-nav .nav-link {
    padding-left:1.2rem;
    padding-right:1.2rem;
  }
}

.header-dark .navbar.navbar-dark .navbar-nav .nav-link {
  color:#000;
}

.header-dark .navbar.navbar-dark .navbar-nav .nav-link:focus, .header-dark .navbar.navbar-dark .navbar-nav .nav-link:hover {
  color:#414e68 !important;
  background-color:transparent;
}

.header-dark .navbar .navbar-nav > li > .dropdown-menu {
  margin-top:-5px;
  box-shadow:0 4px 8px rgba(0,0,0,.1);
  background-color:#fff;
  border-radius:2px;
}

.header-dark .navbar .dropdown-menu .dropdown-item:focus, .header-dark .navbar .dropdown-menu .dropdown-item {
  line-height:2;
  font-size:14px;
  color:#37434d;
}

.header-dark .navbar .dropdown-menu .dropdown-item:focus, .header-dark .navbar .dropdown-menu .drodown-item:hover {
  background:#ebeff1;
}

.header-dark .navbar .action-button, .header-dark .navbar .action-button:active {
  background-color:#414e68;
  border: 1px solid #414e68 ;
  border-radius:20px;
  font-size:inherit;
  color:#fff;
  box-shadow:none;
  border:none;
  text-shadow:none;
  padding:.5rem .8rem;
  transition:background-color 0.25s;
}

.header-dark .navbar .action-button:hover {
  border: 1px solid #414e68;
  background-color: #fff;
  color: #414e68;
}

.header-dark .navbar .form-inline label {
  color:#ccc;
}

.header-dark .navbar .form-inline .search-field {
  display:inline-block;
  width:80%;
  background:none;
  border:none;
  border-bottom:1px solid transparent;
  border-radius:0;
  color:#ccc;
  box-shadow:none;
  color:inherit;
  transition:border-bottom-color 0.3s;
}

.header-dark .navbar .form-inline .search-field:focus {
  border-bottom:1px solid #ccc;
}

.header-dark .hero {
  margin-top:60px;
}

@media (max-width:768px) {
  .header-dark .hero {
    margin-top:20px;
  }
}

.header-dark .hero h1 {
  color:#000;
  font-family:'Bitter', serif;
  font-size:40px;
  margin-top:20px;
  margin-bottom:80px;
}

@media (max-width:768px) {
  .header-dark .hero h1 {
    margin-bottom:50px;
    line-height:1.5;
  }
}

.header-dark .hero .embed-responsive iframe {
  background-color:#666;
}

.hover-text:hover{
    color: #414e68;
    text-decoration: underline!important;
}

/* HEADER 2 ENDS  */

.img-produto{
    width: 100%;
    border-radius: 20px;
}

.qtd-div{
    background-color: #f2f2f2;
    height: 40px;
    width: 40px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qtd-button-esq{
    height: 40px;
    width: 40px;
    border: 1px solid #ccc;
    background-color: transparent;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qtd-button-dir{
    height: 40px;
    width: 40px;
    border: 1px solid #ccc;
    background-color: transparent;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-carrinho{
    margin-top: 30px;
    border: 1px solid #414e68;
    padding: 7px 10px 7px 10px;
    color: #fff;
    background-color: #414e68;
    border-radius: 20px;
    font-weight: 600;
}

.add-carrinho:hover{
    background-color: #fff;
    color: #414e68;
}

.descricao-produtos{
    padding: 20px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
  
.aba-descricao{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.red-circle{
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background-color: #414e68;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.red-circle:hover{
    background-color: red;
    cursor: pointer;
}

.linha{
    display: flex;
    flex-direction: row;
}

.titulo-carrinho{
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}

.linha-tabela{
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

.figura-carrinho{
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid #414e68;
}

.lista-carrinho{
    margin-bottom: 20px;
}

.atualizar-carrinho{
    margin-top: 30px;
    border: 1px solid #414e68;
    padding: 7px 10px 7px 10px;
    color: #414e68;
    background-color: #fff;
    border-radius: 20px;
    font-weight: 600;
}

.atualizar-carrinho:hover{
    background-color: #414e68;
    color: #fff;
}

.caixa-total{
    border: 1px solid #ccc;
    padding: 15px;
}

.caixa-total2{
    border: 1px solid #ccc;
    margin: 0px!important;
    padding: 0px!important;

}

.caixa-total2:hover{
    text-decoration: none;
}

.caixa-borda-inf{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.caixa-borda-sup{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.ir-pagamento{
    background-color: #414e68;
    color: #fff!important;
}

.color-span{
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.color-span:hover{
    color: #fff;
    font-weight: bold;
    text-decoration: none!important;
}

.botao-atualizar{
    border: none;
    background-color: transparent;
    height: 40px;
    width: 40px;
    border-radius: 20px;
}

.botao-atualizar:hover{
    border: 1px solid #414e68;
}

.borda-pesquisar{
    border: 1px solid #414e68;
    padding-left: 5px;
    border-radius: 20px;
}

.img-perfil{
    height: 180px;
    width: 180px;
    border-radius: 90px;
    border: 1px solid #414e68;
    margin-bottom: 30px;
}

.espaco{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.input-perfil{
    width: 100%;
    padding: 7px;
    padding-left: 12px;
    border-radius: 30px;
    border: 1px solid #414e68;
}

.input-perfil[readonly]{
    background-color: #e9ecef;
    opacity: 1;
}

.alterar-img{
    height: 200px;
    width: 200px;
    border-radius: 100px;
    border: 1px solid #414e68;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.trocar-senha{
    color: #000 ;
    text-decoration: none;
    font-weight: bold;
    margin-top: 5px;
}

.trocar-senha:hover{
    text-decoration: none;
}

.card-shadow{
    padding: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(106,106,106,0.3); 
    box-shadow: 0px 0px 7px 1px rgba(106,106,106,0.3);
}

.btn-salvar{
    padding: 5px 15px;
    width: 100%;
    color: #414e68;
    font-weight: bold;
    background: transparent;
    border-radius: 25px;
    border: 1px solid #414e68;
}

.btn-salvar:hover{
    color: #fff;
    background-color: #414e68;
}

.botao-modal{
    color: #000;
    background-color: transparent;
    border: none;
}

.titulo-finalizar-compra{
    font-size: 24px;
    font-weight: bold;
}

.botao-finalizar-compra1{
    background-color: transparent;
    border-radius: 30px;
    border: 1px solid #414141;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #fff;
    color: #414141;
    font-weight: bold;
}

.botao-finalizar-compra1:hover{
    background-color: #414e68;
    color: #fff;
}

.card-final{
    display: flex;
    justify-content: space-between;
    height: auto;
    flex-direction: column;
    padding: 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(106,106,106,0.3); 
    box-shadow: 0px 0px 7px 1px rgba(106,106,106,0.3);
}

.tirar-margin{
    margin-bottom: 0px;
}

.bg-index{
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 450px;
    width: 100%;
}

.margin90{
    height: 80px;
}

.itens-carrinho{
    background-color: #45526e;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.botao-fechar-modal{
    color: #414e68;
    font-weight: bold;
    background-color: transparent;
    border: 2px solid #414e68;
}


/* Dropdown Button */
.dropbtn {
    background-color: #fff;
    color: white;
    padding: 0px;
    font-size: 16px;
    border: none;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    text-align: center;
    min-width: 160px;
    -webkit-box-shadow: 0px 7px 16px -3px rgba(106,106,106,0.42); 
    box-shadow: 0px 7px 16px -3px rgba(106,106,106,0.42);
    z-index: 100000;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;

  }

  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  

.hover-bonzer{
    opacity: 0.5;
}

.hover-bonzer:hover{
    opacity: 1;
}

.input-carrinho{
    background: none;
    border: none;
    color:#000;
    text-align: center;
}
