body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.style1 {
	color: #990000;
	font-weight: bold;
}
.style2 {font-weight: bold}
.style3 {color: #333333}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

h1 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
  text-align:center;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

/* .container {
  max-width: 350px;
    margin: 50 auto;
} */
.container {
max-width: 450px;
    min-width: 300px;
    margin: 50 auto;
    background-color: white;
    padding: 20;
    border-radius: 15px;
    font-family: Montserrat;
    font-weight: 400;
}
.success {
  color: green;
}

.error {
  color: red;
}

.form-group {
  margin-bottom: 10px;
}

.form-control {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
height: 40px;
}

.btn {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .container {
   
    margin: 50 5 auto;
  }}
  @media only screen and (max-width: 950px) {

.login {
  position: absolute;
    right: -60;
    top: 25;
 
}
  
.carrinho-menu span{
  position: absolute!important;
    top: -15px!important;
    right: 0px!important;
    border-style: hidden!important;

}
.carrinho-menu{
  position: absolute!important;
    cursor: pointer!important;
    right: -15%;
    top: 22;
    margin-top: 2px;
}
.buscador{
  top:20px
}
.icservelho7_Class {
  margin-left: 20px;
  height: 68px;
}
.logo{

  width: 100%!important;
}
.Grupo_47_Class {
z-index: 1;
}
.form1{
  right: 30px;
}

}
@media (min-width: 950px) and (max-width: 1400px){
  .carrinho-menu span {
top: -40px!important;
  }
  .carrinho-menu{
    margin-top: 3px!important;
  }
    .login{
    margin-top: 7px!important;
  }
  .lupa{
  margin-right: 25px!important;
      margin-top: 5px;
      
  }
.form1{  width: calc((380/1366)*100%)!important;
}

}
@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  animation-name: fadeOut;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.c1{
   text-align: center; padding: 20px;
}
.c2{
    padding: 0 0 20px;
}
.c4{
    border: 0; width: 100%; height: 40px; background-color: #000; color: #fff; font-size: 16px; font-weight: bold; text-align: center; cursor: pointer;
}
body{
    background-color: antiquewhite;
}