.img-titulo {
  	width: 100%;
  	height: 250px;
  	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.img-titulo .container {
  	height: 250px;
	position: relative;
}
.titulo-paxina-fondo { 	
  	padding: 10px;
  	background: rgba(0,0,0,0.2);
  	width: fit-content;
}
.titulo-paxina-fondo h1 {
	color: #ffffff;
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}
#titulo_logo {
	display:table;
	
}
#texto_fondo {
	width: 100%;
	position: absolute;
  	bottom: 20px;
  	left: 0px;
  	margin: 0px;
}
#logo_servicio {
	display: table-cell;
	width: 150px;
	height: 80px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	vertical-align: middle;
}
#boton_acceso {
	position: absolute;
	bottom: 0;
	right: 0;
}