.btn-acceder-centro {
    position: absolute;
    left: 50%;
    top: 75%;
    min-width:200px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.solay-color {
	color: #fe9900;
}

body {
	background-color:#0099FF;   /*black;*/
	background-image:url('../img/bg.jpg'),linear-gradient(#FFFFFF 50%, #0055FF 90%);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment:fixed;
}

.vh-25 {
	height: 25vh!important;
}

.vh-50 {
	height: 50vh!important;
}

.vh-75 {
	height: 75vh!important;
}

.vw-25 {
	width: 25vw!important;
}

.vw-50 {
	width: 50vw!important;
}

.vw-75 {
	width: 75vw!important;
}

.accordion-button.collapsed{
	background-color: var(--bs-highlight-bg);
}

