body {
    background-image: url(/img/header3.jpg);
    background-repeat: repeat;
    background-size: 60vh;
    background-color: black;
    color: white;
}


.form-element {
  position: relative;
}


.search .fa-search {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 0;

}

.divisor-efeito {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}


.divisor {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.divisor-limpo {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0);

}

@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}




.botao-flutuante-inferior {
    /*position: absolute;*/
    position: fixed;
    left: 50%;
    margin-left: -125px;
    width: 250px;
    bottom: 10px;
    z-index:9999;
}

.navbar {
    margin-bottom: 20px;
}




.area-superior-direita {
    /*position: absolute;*/
    /*width: 250px;
    bottom: 10px;*/

    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9990;
}





.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }


/* ÁREA DE CHECKOUT*/

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

