.propietarios-gallery-wrapper{background-color:#fff}.propietarios-gallery-wrapper .propietarios-gallery{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.propietarios-gallery-wrapper .propietarios-gallery .cajas{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:3%}@media (max-width:768px){.propietarios-gallery-wrapper .propietarios-gallery .cajas{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.propietarios-gallery-wrapper .propietarios-gallery .cajas .caja{width:23%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#f1f1f1;border-radius:10px;margin-bottom:40px}.propietarios-gallery-wrapper .propietarios-gallery .cajas .caja img{border-radius:10px}@media (max-width:768px){.propietarios-gallery-wrapper .propietarios-gallery .cajas .caja{width:49%}}.propietarios-gallery-wrapper .propietarios-gallery p{text-align:center}.propietarios-gallery-wrapper .propietarios-gallery .enlaces{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:25px;padding-top:30px}.propietarios-gallery-wrapper .propietarios-gallery .enlaces a{font-size:18px;padding:15px;color:#fff;background-color:var(--corporativo,#03989e);border:2px solid var(--corporativo,#03989e);border-radius:10px;text-decoration:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.propietarios-gallery-wrapper .propietarios-gallery .enlaces a:hover{background-color:#fff;color:var(--corporativo,#03989e)}