body{
  overflow-x: hidden;
}
.imgredonda {
  width:250px;
  height:250px;
  border-radius:125px;
  
}
  .imgRedondamovil {
    width:120px;
    height:120px;
    border-radius:60px;
    position: relative;
    z-index: 1;
}

.imgRedonda {
    width:300px;
    height:300px;
    border-radius:150px;
    position: relative;
    z-index: 1;
}

.imgRedonda1 {

  z-index: -1;
    width:200px;
    height:200px;
    border-radius:100px;
}
.imgRedonda2 {
  position: relative;
  z-index: 2;
    width:250px;
    height:250px;
    border-radius:125px;
}


body::-webkit-scrollbar {
    width: 5px;
    background:#ea6b24;


  }

  body::-webkit-scrollbar-thumb {
    background: #275b7e;
    border-radius: 10px;


  }
      .scrollable-place {
          height: 1000px;
      }

      .stop-scrolling {
          height: 100%;
          overflow: hidden;
      }