@charset "UTF-8";.loader{width:15px;height:15px;border:4px solid #eee;border-top:4px solid #222222;border-radius:50%;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.items-wrapper{margin-top:2rem;margin-bottom:2rem}.items-wrapper .flex{display:flex}.items-wrapper .flex-wrap{flex-wrap:wrap}.items-wrapper .flex-wrap{align-items:flex-start}.items-wrapper .flex-justify{justify-content:space-between}.items-wrapper .control-group{margin:.3rem}.items-wrapper .control-group select{padding:.5rem}@media (max-width:500px){.items-wrapper .control-group select{font-size:1.6rem}}.items-wrapper .items{display:flex;flex-wrap:wrap}.items-wrapper .items .item{box-sizing:border-box;display:block;width:50%;padding:.5rem}.items-wrapper .items .item>*{display:block;text-decoration:none}.items-wrapper .items .item>* h3{font-size:1.5rem}.items-wrapper .items .item>* .perex-header{display:flex}.items-wrapper .items .item a:hover{-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,0.2);box-shadow:0 0 5px 2px rgba(0,0,0,0.2)}@media (max-width:768px){.items-wrapper .items .item{width:100%}}.items-wrapper .detail{margin-bottom:2rem}.items-wrapper .content{box-sizing:border-box;display:flex;width:100%;flex-wrap:wrap}.items-wrapper .content .thumb{box-sizing:border-box;width:34%;padding:0 .5rem}.items-wrapper .content .thumb img{width:100%;height:auto}@media (max-width:500px){.items-wrapper .content .thumb{width:100%}}.items-wrapper .content .info{box-sizing:border-box;width:66%;padding:0 .5rem}@media (max-width:500px){.items-wrapper .content .info{width:100%}}.items-wrapper .content .info p{margin:0}.items-wrapper .content .info h1{display:block;width:100%}.items-wrapper .photos{display:flex;flex-wrap:wrap}.items-wrapper .photos a{box-sizing:border-box;width:19.3%;min-width:150px;height:auto;margin:.2rem}.items-wrapper .photos a img{width:100%;height:auto}@media (max-width:500px){.items-wrapper .photos a{width:48%}}.items-wrapper .buttons{margin:1rem;text-align:center}.items-wrapper.button-filter{text-align:center}.items-wrapper.button-filter .button{padding:1rem;color:#333333;border:none}.items-wrapper.button-filter .button:not(.selected){text-decoration:underline;background:none}.items-wrapper.button-filter .button.selected{text-decoration:initial;color:#333333}.full-width{width:100%}.mobile{display:none}@media (max-width:480px){.mobile{display:block}.mobile h2{display:none}}.desktop{display:initial}@media (max-width:480px){.desktop{display:none}}.mobile{display:none}@media (max-width:480px){.mobile{display:block}}.desktop{display:initial}@media (max-width:480px){.desktop{display:none}}.container-flex{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:center;column-gap:1rem}.container-flex .items{flex-basis:28%;margin:1rem;padding:0}.container-flex.half{display:flex;flex-direction:column;align-items:center}