.sobre{
    height: 100vh;
    width: 100vw;
    background-color: #010a30;
    color: rgb(179, 201, 243);
}
.Random{
    height: fit-content;
    width: 100vw;
    background-color: rgb(179, 201, 243);
}
.Mini{
    height: 100vh;
    width: 100vw;
    background-color: #010a30
}
 
.Futuro{
    height: 100vh;
    background-color: rgb(179, 201, 243);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ir-arriba{
	display:none;
	padding:20px;
	background:#024959;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
}

.textosobre{
    text-align: justify;
    font-family: "Gloria Hallelujah", cursive;
    font-weight: 300px;
    font-size: 22.3px;
    font-style: normal;
    color:  rgb(179, 201, 243);
    margin: 45px;
}

.sobre{
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.imagenmia{
    width: auto;
    height: auto;
    text-align: left;
    border-radius: 50px;
    margin: 50px;
}

.btn-flotante {
    font-family: "Gloria Hallelujah", cursive;
    font-size: 15px;
    text-decoration: none;
    font-style: normal;
	color:rgb(179, 201, 243);
	border-radius: 10px; 
	letter-spacing: 2px; 
	background-color: #010a30;
	padding: 7px 15px; 
	position: fixed;
	bottom: 40px;
	right: 40px;
	transition: all 300ms ease 0ms;
	z-index: 99;
}
h2{
    list-style-type: none;
    font-family: "Rock Salt", cursive;
    font-weight: 10px;
    font-size: 34px;
    font-style: normal;
    text-align: center;
    margin-top: 10px;
    color: rgb(179, 201, 243);
}
.btn-flotante:hover {
	background-color: rgb(179, 201, 243);
    color: #010a30;
	transform: translateY(-7px);
}


@media only screen and (max-width: 768px) {
 	.btn-flotante {
		font-size: 14px;
		padding: 12px 20px;
		bottom: 20px;
		right: 20px;
	}

    .sobre{
        height: fit-content;
        flex-direction: column;
    }

    h2{
        margin-top: 10px;
        font-size: 20px;
    }

    .textosobre{
        margin-top: 5px;
        font-size: 17px;
        line-height: 26px;
    }
    .imagenmia{
    margin-top: 0px;
    }
}