body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #1559be; 
}

header {
    background-color: #b3e5fc;
    color: #0277bd; 
    padding: 30px;
    text-align: center;
    font-family: "Playwrite CU", cursive;
}

.contenedor-texto {
    padding: 20px;
}

.contenedor-botones {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transform: translateY(-50px);
    margin-top: 40px; 
    padding: 40px;
    border-radius: 10px;
    flex-wrap: wrap;
}

h1 {
    margin-bottom: 20px;
    font-family: "Dancing Script", cursive;
    color: #01579b; 
}

h2 {
    font-size: 50px;
    font-family: "Chango", sans-serif;
    color: #0288d1; 
}

p {
    font-size: 1.2em;
    line-height: 1.5;
    color: #01579b; 
    font-family: "Roboto Slab", serif;
}

.seccion-botones {
    background-color: #b3e5fc; 
    padding: 20px;
    text-align: center;
}

header.encabezado {
    display: flex;
    justify-content: center;
    position: fixed;
    padding: 1vh;
    width: 100%;
    top: 0;
    margin: 1vh;
    text-transform: uppercase;
    font-family: "Playwrite CU", cursive;
}

div.container {
    background-color: #e1f5fe; 
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin: 1vw;
    padding: 7vmin 2vmin;
}

nav.navbar {
    display: flex;
    justify-content: space-between;
    padding: 1vh;
    margin-top: 7vh;
    width: 100%;
    background-color: #b3e5fc; 
}

div.espacios_botones {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.boton-circular {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #0288d1; 
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: center;
    overflow: hidden;
    font-size: 1em;
    color: white;
}

.boton-circular:hover {
    background-color: #0277bd; 
}

.boton {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    background-color: #039be5; 
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: "Chango", sans-serif;
}

.boton:hover {
    background-color: #0288d1; 
}

main {
    padding: 20px;
}

footer {
    display: flex;
    justify-content: center;
    padding: 1vh;
    width: 100%;
    margin-top: 1vh;
    bottom: 0;
    font-family: "Playwrite CU", cursive;
    text-transform: uppercase;
    position: fixed;
}

img.foto_perfil {
    width: 350px;
    border-radius: ridge;
    border-width: 1vh;
    border-color: #b3e5fc; 
}

div.container-img {
    width: 30%;
    margin-left: 3vw;
}

.boton-circular {
    border: none;
    border-radius: 50%;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    background-color: #0288d1; 
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

.boton-circular:hover {
    background-color: #0277bd; 
}

.boton-texto {
    text-decoration: none;
    color: white; 
    font-family: Arial, sans-serif; 
    font-size: 16px; 
    font-weight: bold; 
    text-transform: uppercase; 
}

.boton-texto:hover {
    text-decoration: none;
}

.encabezado p {
    font-size: 1.2em;
    color: #01579b; 
}

.navbar {
    background-color: #e0f7fa; 
}

.nombre {
    font-size: 80px;
    color: #01579b; 
}

.descripcion {
    font-family: 'Courier New', Courier, monospace;
    padding-bottom: 4vh;
    font-size: 2.7vmax;
    color: #0277bd; 
    margin: 0.3vw 0 0.3vw 2vh;
    text-align: justify;
    text-indent: 0.5vmax;
}

.texto p {
    margin: 0.3vw 0 0.3vw 2vh;
    text-align: justify;
    text-indent: 0.5vmax;
}


