.carta-fundo {
    padding: 1.5rem 1rem 1rem 1rem;
    background-image: url(../../static/blognoel/imgs/fundoCarta.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
    z-index: 99;
    position: relative !important;
  }


  input[type="file"] { 
    display: none; 
 }
 
 .label-bordered {
    border: 1px solid gray;
    padding: 10px;
    border-radius: 5px;
    position: relative !important;
 }

 .btn-icone-redondo {
	padding: 1px 15px 3px 2px;
   border-radius: 50px;
}
/*
#camera
 {
 background: #ff6666;
 height: 480px;
 }
 #previa
 {
 background: #ffc865;
 height: 480px;
 }*/