@charset "utf-8";
/* CSS Document */

body {
	background-image: url("../img/bg.jpg");
	background-size: cover;
	background-repeat:repeat;
}




.logos {
	width: 350px;
	height: auto;
	padding: 30px 0px;
	
}

.espacios-texto {
	padding: 0px 0px;
	margin: 0px;
	font-size: 55px;
	color: white;
	font-family: 'Raleway', sans-serif;
}

.centrado {

	margin-top: 15%;
	margin-bottom: 25%;
}

.texto{
	color:white;
	font-size: 20px;
	text-align: justify;

}

.box-color {
	background-color: rgba(19,10,37,0.83);
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	border-radius: 20px;
	padding: 30px 32px 30px 32px;
}

.regreso-brr {
	background-color: #763CFF;
	font-size: 20px;
	padding: 10px 35px 10px 35px;
	
}

.regreso-brr:hover {
	background-color: #03CFB1;
	
}

.espacio {
	padding: 35px 0px 35px 0px;
}

h1 {
	font-weight: bolder;
}

.btt-espacio {
    padding: 35px 0px 35px 0px;
}
