.seccionGalery {
  display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 5em;
    
}


.seccionGalery h2{
  padding-bottom: 2em;
}

.galery_links{
  display: flex;
    width: 800px;
    flex-direction: row;
    gap: 1em;
    flex-wrap: wrap;
    justify-content: center;
}

/* CSS */
.img-paper-katworkswebs{
background-image: url(/recursos/img/katWeblogo.png);
}
.img-paper-deprision{
background-image: url(/recursos/img/deprision.png);
}
.img-paper-linkia{
background-image: url(/recursos/img/Linkialogo.png);
}

.img-paper-position{
  background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.button-paper {
  align-self: center;
    background-color: white;
    box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
    cursor: pointer;
    outline: none;
    padding: 5em;
    border: 2px solid black;
    transition: all 235ms ease-in-out;
    border-bottom-left-radius: 15px 300px;
    border-bottom-right-radius: 200px 15px;
    border-top-left-radius: 200px 15px;
    border-top-right-radius: 15px 300px;
    touch-action: manipulation;
}

.button-paper:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
}

.button-paper:focus {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
}

@media (max-width: 1124px) {

  .galery_links{
    width:auto;

}
}

