#conteudo {
   background-image: url("../img/UNCAFLOW-_BG-CONSULTORES.png");
   background-repeat:no-repeat;
   background-size:cover;
   background-position: bottom;
}
.uncaLogoFooter{
	max-width: 100%;
 }

.consultant{
   background-image: url("../img/bgConsultant.png");
   background-repeat: no-repeat;
   background-size:cover;
   background-position: top;
}

@media screen and (min-width:768px) /*4K*/
{
   #conteudo {
      height: calc(100vh - 226px);
   }
}

