
.parrafo {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    width: 100%; /* Ancho del párrafo */
    margin: 0 auto; /* Centra el párrafo horizontalmente */
    text-align: left; /* Alinea el texto a la izquierda */
    
}


.cuerpo-class i {
    font-size: 20px;
    bottom: 0;
    display: flex;
    justify-content: center;
    color: white;
}

.img-primera {
    width: 430px;
    height: 320;
    top: 2%;
    border-radius: 2%;
    letter-spacing: 30px;
    border: 20px;
    bottom: 2;
}



.curriculum{
    display: flex;
    justify-content: space-between;
}


.wrapper{
    background-color: rgb(0, 0, 0);
    width: 100%;
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    background-image: url(img/sammy-pose-abdomen.h);
    border-radius: 0.5rem;
    overflow: hidden;
    background-color: #0f00ff;
    box-shadow: 0, 4px 8px -3px #0f00ff;

}

.container-servicios{
    display: flex;
    justify-content: center;
    text-align: center;
    text-align: center;
}

.videos{
    width: 500px;
    height: 320;
    border-radius: 2%;
    letter-spacing: 30px;
}

.videos-tube{
    width: 00px;
    height: 20;
    border-radius: 2%;
    letter-spacing: 30px;
}

.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    top: 80%;
    right:10px;
    background-color:rgb(255, 255, 255);
    color:blue;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;

  }
  
  .whatsapp-icon {
    margin-top:13px;


  }




