@font-face {
  font-family: Barber;
  src: url('/fonts/Barbershop in Thailand.ttf');
}


body {
  background: url(/modelo01/fundo.png) no-repeat center center fixed!important;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  background-color: #353535!important;
}


.logo{
  position:relative;
	width:600px;
	height:600px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-300px;
}


.txtlogo {
  font-family: Barber,sans-serif;
  text-transform: unset !important;
}