#cards-intro{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2rem;margin-top:-120px;z-index:5}#cards-intro .card-intro{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:clamp(300px,100%,500px);background-color:#fff;border-radius:1rem;overflow:hidden;box-shadow:rgba(0,0,0,.1) 0px 4px 12px;transition:transform .25s ease-in-out;cursor:pointer}#cards-intro .card-intro img{width:100%;height:300px;object-fit:cover}#cards-intro .card-intro .introcard-title{padding:1rem 1rem 0;font-size:1.5rem;line-height:2rem;font-weight:600;text-transform:uppercase;width:100%;text-align:center;margin:1rem 0 0 0}#cards-intro .card-intro .introcard-subtitle{padding:0 1rem 0;font-size:1.1rem;line-height:1.4rem;font-weight:400;color:#6d6e71;width:100%;text-align:center;margin:.5rem 0 2rem}#cards-intro .card-intro:hover{transform:translateY(-10px)}@media only screen and (max-width: 768px){#cards-intro{flex-wrap:wrap}}#text-intro{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1rem}#text-intro .intro-title{font-size:1.7rem;line-height:2.2rem;color:#86878b;font-style:italic;font-weight:400;margin:0 0 1.5rem 0;width:100%;text-align:center;position:relative}#text-intro .intro-title::before{content:"";position:absolute;bottom:-1.5rem;left:0;width:100%;height:1px;background-color:rgba(109,110,113,.4)}#text-intro .paragraph-intro{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem 1.5rem;width:clamp(80vw,100%,1200px)}#text-intro .paragraph-intro img{max-width:250px;min-height:200px;max-height:250px;object-fit:contain;filter:opacity(0.6)}#text-intro .paragraph-intro img.rotate-ol{transform:rotate(-40deg);margin-right:1rem}#text-intro .paragraph-intro .par-text{margin:0;font-size:1.2rem;color:#6d6e71}#text-intro .paragraph-intro .par-text b{color:#d1945f}#text-intro .paragraph-intro:nth-child(odd){flex-direction:row-reverse}#text-intro .paragraph-intro:nth-child(odd) .par-text{text-align:right}@media only screen and (max-width: 768px){#text-intro .paragraph-intro{flex-wrap:wrap}#text-intro .paragraph-intro img{margin:0 auto !important;max-width:250px;height:200px}#text-intro .paragraph-intro .par-text{text-align:center !important}}@media only screen and (max-width: 768px){#text-intro{gap:2rem}}#gallery{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#gallery .img-slider{position:relative;width:100%;height:250px;overflow-y:hidden;overflow-x:auto;display:flex;flex-direction:row;align-items:center;gap:1rem;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#gallery .img-slider::-webkit-scrollbar-track{background:rgba(0,0,0,0)}#gallery .img-slider::-webkit-scrollbar{width:4px;background:rgba(0,0,0,0)}#gallery .img-slider::-webkit-scrollbar-thumb{border-radius:50px;border:6px solid rgba(0,0,0,0);background-clip:padding-box;background-color:#bebcbc}#gallery .img-slider::-webkit-scrollbar-thumb:hover{background-color:#969696}#gallery .img-slider img{width:clamp(200px,100%,400px);height:100%;object-fit:cover;z-index:5;transition:opacity .3s ease-in-out;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}#gallery i{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:40px;height:40px;min-width:40px;min-height:40px;border-radius:50%;background-color:#d7b46a;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.2);cursor:pointer;z-index:6}#gallery i.btn-fwd{left:auto;right:1rem}@media only screen and (max-width: 992px){#gallery{flex-wrap:wrap}#gallery .img-slider{width:100%;height:250px}}/*# sourceMappingURL=home.min.css.map */