.imagenFondo{
    background-image: url("../img2/fondo1.jpg");
    background-position: center center;	  
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.border-radius {
    border-radius: 100%;
    width: 250px;
    height: 250px;
   text-align: center;
  margin-top: 1rem;
}


.contenedor {
    position: relative;
    display: inline-block;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.centrado {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    
}

