:root{
    --verdeBalu:#56B8A4;
    --rosaBalu:#FD807E;
    --grisBAlu:#E4F0ED;

}
*{
    margin: 0 auto;
    padding: 0;
}
/* 
header- menu nav
=====================================================*/

.header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 10%;
    background-color: var(--grisBAlu);
    box-shadow: 0 1px .3rem var(--rosaBalu);/*margen izq tamañoborde TamañoSombra Color  */
}
.logo{
    font-size: 2.5rem;
    color: var(--verdeBalu);
    font-weight: 700;
    transition-duration: 0.5s;
}
.logo:hover{
    transform: scale(1.05);
}
.nav-bar{
    display: flex;
    gap: 1.5rem;/*espacio entre los elementos del nav*/
    padding-right: 1rem;

}
.nav-bar a{
    color: var(--verdeBalu);
    font-weight: 600;
    transition: 0.3 ease;/*ease es para que se haga en todas partes*/
    border-bottom: .2rem solid transparent;
    text-transform: uppercase;

}
.nav-bar a:hover{
    color: var(--rosaBalu);
}
/*.nav-bar a:hover,.nav-bar a.active{/*a.active, Cuando el elemento tenga la clase active
    border-bottom-color: var(--mainColor);
    color: var(--rosaBalu);
    ESTO NECESITA UN CODIGO DE JAVASCRIPT PARA QUE FUNCIONE
}*/




/* 
Header - Bolitas
=====================================================*/

.contenedor2 {
    position: relative;
    width: 100%;
    height: 200px; /* Ajusta la altura según necesites */
   /*display: flex;
    justify-content: center;
    align-items: flex-end; /* Alinea las bolitas en la parte inferior */
}

.bolita {
    width: 80px;
    height: 80px;
    background-color:#fdfd96; /* Cambia el color si quieres */
    color: black;
    border-radius: 50%;
    position: absolute;
    bottom: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    
    font-size: 34px;

    animation: rebote 3s infinite ease-in-out;/*velocidad de rebote*/
}
/* Ubicaciones específicas */
.izquierda { left: 10%; }
.Cizquierda { left: 27%;  }
.centro { left: 47%; transform: translateX(50%) ; }
.Cderecha { right: 27%;  }
.derecha { right: 10%;  }


/* Para que cada bolita rebote en tiempos distintos */
.bolita:nth-child(2) {
    animation-delay: 0.4s;
    background-color:var(--rosaBalu) ;
    color:var(--grisBAlu)
}

.bolita:nth-child(3) {
    animation-delay: 0.8s;
    background-color:greenyellow;
    color: black;
}
.bolita:nth-child(4) {
    animation-delay: 0.2s;
    background-color: #79D2E6;
    color:var(--grisBAlu)
}

.bolita:nth-child(5) {
    animation-delay: 1s;
    background-color:#FFAE69;
    color:var(--grisBAlu)
}

@keyframes rebote {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-90px); /* Altura del rebote */
    }
}


/* 
header - Titulo
=====================================================*/

header{
    text-align: center;
    padding: 2,5em;
    margin-top: 6em;
    margin-bottom: 5em;
    
}
h1{
    color: var(--grisBAlu);
    font-family: 'Amatic SC';
    font-size: 90px;
    
}
h2{
    color: var(--rosaBalu);
    font-family: 'Amatic SC';
    font-size: 45px;
    text-align: center;
    margin-bottom: 3em;
}
html, body{
    height: 100%;/* Para que ocupe todo el espacio y el footer esté pegado al borde inferior*/
}
body{
   /* background-image: url(../media/images/Balu-1.png);*/
   background-color: #56B8A4;
 
}
.nombre{
    color: var(--verdeBalu);
    margin: 20px;
    font-family: 'Amatic SC' ;
}
section{
    
    padding-top: 15em;
    
    background-image: url(../media/images/nuage3.png);
    background-size:100%;  
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center;
    padding-bottom: 10em;
    
}
.contenedor{
    display: flex;
   
    height: 3,1em;
   justify-content: space-around;
    flex-direction: row;
    margin-bottom: 6em;
}
div> div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 3.5em;
    width: 4.5em;
    color: white;
    font-family: 'Amatic SC';
    font-size: 45px;
    border-radius: 50px;
    font-weight: bold;
}
title{
    color: var(--grisBAlu);
    background-color: var(--grisBAlu);
}
#rosa1{
    background-color: var(--rosaBalu);
    font-family: 'Amatic SC';
    font-size: 45px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.5em;
    width: 4.5em;
    text-decoration: none;
    color: var(--grisBAlu);
    font-weight: bold;
}
#rosa2{
    background-color: var(--rosaBalu);
    font-family: 'Amatic SC';
    font-size: 45px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.5em;
    width: 4.5em;
    text-decoration: none;
    color: var(--grisBAlu);
    font-weight: bold;
}
#rosa3{
    background-color: var(--rosaBalu);
    font-family: 'Amatic SC';
    font-size: 45px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.5em;
    width: 4.5em;
    text-decoration: none;
    color: var(--grisBAlu);
    font-weight: bold;
}
#rosa4{
    background-color: var(--rosaBalu);
    font-family: 'Amatic SC';
    font-size: 45px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.5em;
    width: 4.5em;
    text-decoration: none;
    color: var(--grisBAlu);
    font-weight: bold;
}
#verde1{
    background-color: var(--verdeBalu);
    font-family: 'Amatic SC';
    font-size: 45px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.5em;
    width: 4.5em;
    text-decoration: none;
    color: var(--grisBAlu);
    font-weight: bold;
}
#verde2{
    background-color: var(--verdeBalu);
}
#verde3{
    background-color: var(--verdeBalu);
}
#verde4{
    background-color: var(--verdeBalu);
}
footer{
    display: flex;
    height: 5em;
    margin-bottom: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    bottom: 0;
    width: 100%;
    background-color:#E4F0ED;
    height: 100px;
    font-family:'Handlee';
    padding: 10px 0;
}
#iconos{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 1em;
}
#iconos a{
    margin-right: 30px ;
}
.cv{
    text-decoration: none;
    font-size: 30px; 
    font-weight: bold; 
    color: #56B8A4;
}
a{
    text-decoration: none;
    color: #E4F0ED;
}
#nombre{
    color:var(--rosaBalu);
}





  

  