.socio{
    align-items: center;
    color:black;
    margin: 2%;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
}

.info{
    text-decoration: none;
    color:goldenrod;
}

.info:hover{
    color:goldenrod;
    text-decoration: none;
}

.card2{
    margin:2%;
}

.servicios{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color:black;
    margin: 2%;
    text-decoration: none;
    justify-content:space-around;
}

.boton{
    background-color: goldenrod;
    color:black
}

.container{
    margin:10px;
}

.cursos{
    display:flex;
    justify-content: center;
}

a{
    text-decoration: none;
    color:black;
}

a:hover{
  text-decoration: none;
  color:goldenrod;
}

.textos{
    color:white;
    background-color: black;
    border: 1px solid goldenrod;
    border-radius: 3px;
    margin-right: 100px;
}


.container2{
    font-family: "Reenie Beanie"  ;
    background-color: goldenrod;
    color:white;
    margin:5rem;
}


.imagi{
    display: flex;
    justify-content: center;
}

.quiro{
    font-family: "Reenie Beanie"  ;
    padding: 0.5rem;
    margin:3rem;
    color:black;
    background-color: goldenrod;
}

.quiero{
    font-family: "Garamond";
    
}


.quiropink{
    font-family: "Reenie Beanie"  ;
    padding: 0.5rem;
    margin:3rem;
    color:black;
    background-color: pink;
}

