#banner-index {
  position: relative;
  padding-top: 5%;
}

#conheca-mais {
  text-align: center;
}

#descricao-empresa {
	padding-right: 10px;
	padding-left: 10px;
}

#mensagem-formulario {
  text-align: center;
}

.button-loja-lingeriebr {
  width: 200px;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;    font-weight: bold;
  letter-spacing: 2px;    transition: all 0.2s ease-in-out 0s;
  border-width: 2px;font-size: 14px; margin: 0 0 13px 0px;  color: #fff; background-color: #000000; padding: 16px 27px; 
  border-radius: 0px;
  margin-bottom: 30px;
}

.button-bottom {
  width: 200px;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;    font-weight: bold;
  letter-spacing: 2px;    transition: all 0.2s ease-in-out 0s;
  border-width: 2px;font-size: 14px; margin: 0 0 13px 0px;  color: #fff; background-color: #000000; padding: 16px 27px; 
  border-radius: 0px;
}

#gradient-small {
  background: #333; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#333, #555, #fff, #fff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#333, #555, #fff, #fff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#333 ,#555, #fff, #fff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#333, #555, #fff, #fff); /* Standard syntax */
}





.encomendas_box
{
    float:left; 
    margin-left:1px;
    width:262px; 
    margin:0px;
    background-color: #ffffff;
}

.encomendas_foto
{
    width:262px; 
}


.foto_encomendas_detalhes
{
  float:left;
  margin:1px;
  width:48%;
}

.div_foto_cor_encomendas_detalhes
{
  float:left;
  margin:1px;
  width:32%;
  margin-top:40px;
  background-color: #ffffff;
}


.div_foto_cor_encomendas_detalhes img
{
  float:left;
  width:100%;
}

.div_foto_cor_encomendas_detalhes span
{
  float:left;
  margin-top:4px;
  font-size: 14px;
}



@media (max-width: 560px) 
{


  .div_foto_cor_encomendas_detalhes
  {
    width:100%;
  }

  .foto_encomendas_detalhes
  {
    width:100%;
  }

  .encomendas_box
  {
      width:100%; 
  }


  .encomendas_foto
  {
      width:100%; 
  }

}


