@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&family=Rubik:wght@300&display=swap');

*{
    padding: 0;
    margin: 0;
}

html{
    scroll-behavior: smooth;
}

/*Header*/

.header1{
    position: scroll;
    margin: 0;
}

.header{
    text-align: center;
    font-size: 3.25vw;
    background-color: #b4a6b5;
    font-family: 'Amatic SC', cursive;
    margin: 0;
}

.menu{
    height: 8vh;
    width: 100vw;
    font-family: 'Rubik', sans-serif;
    background-color: #c1b6c2;
    margin: 0;
}

.menu ul{
    width: 100vw;
    display: flex;
    justify-content: space-evenly;
    height: 8vh;
    align-items: center;
}

.menu ul a{
    color: #fcecea;
    text-decoration: none;
    font-family: 'Rubik', sans-serif;
    font-size: 1.5vw;
}

.menu ul a:hover{
    color: #fad3d1;
}

/*Body*/

.divsupremo{
    padding-top: 2vh;
}

.img{
    width: 13vw;
    height: 13vw;
    max-width: 20vh;
    max-height: 20vh;
    object-fit: cover;
    border-radius: 50%;
    border: 0.6vw solid #b5a6b5;
    display: flex;
    margin: auto;
}

body{
    background: url(https://wallpapercave.com/wp/wp4766529.jpg);
    background-size: 100%;
    font-family: 'Rubik', sans-serif;
    background-repeat: repeat;
    background-attachment: fixed;
    position: absolute ;
}

.bloque{
    margin-top: 2.5vh;
}

.section{
    margin-bottom: 5vh;
}

.titulos{
    font-family: 'Amatic SC', cursive;
    font-size: 3vw;
    background: linear-gradient(rgba(157, 141, 158, 0.5), rgba(180, 166, 181, 0.5));
    padding-left: 1vh;
}

.desarrollo{
    padding-left: 2vh;
    padding-right: 2vh;
    font-size: 1.5vw;
    color: #2C252C;
    background: linear-gradient(rgba(193, 182, 194, 0.5), rgba(193, 182, 194, 0.5));
    margin-left: 5vh;
    margin-right: 5vh;
    margin-top: 4vh;
    padding-bottom: 1.5vh;
    padding-top: 1.5vh;
}

.div-presentacion{
    display: flex;
    align-items: center;
}

.div-datospersonales{
    display: block;
    align-items: center;
    text-align: center;
}

.div-img{
    margin-top: 3vh;
}

li{
    display: inline-block;
}

.collage{
    width: 60vw;
    height: 39.13vw;
    display: flex;
}

.div-futuro{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.botonvolver {
	background-color:#b5a6b5;
	border-radius: 10%;
	border:2px solid #b4a6b5;
	display:inline-block;
	cursor:pointer;
	color: #2C252C;
    font-family: 'Rubik', sans-serif;
    font-size: 1.5vw;
	padding:1vmin 2vmin;
    position:fixed;
    bottom: 0;
    right: 0;
	margin-right: 1vw;
    margin-bottom: 1vw;
    text-decoration: none;
}

.botonvolver:hover {
	background-color: #b4a6b5;
}

/*Footer*/

footer{
    background-color: #b5a6b5;
    text-align: center;
    font-size: 1.75vw;
}