@import url("https://fonts.googleapis.com/css2?family=Boldonse&display=swap");@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");.carrusel-fotos{padding:50px 0;font-family:"Roboto",sans-serif;background:#bbbfce}.carrusel-fotos__content{width:calc(100% - 1.2rem);max-width:1274px;margin:0 auto}.carrusel-fotos__content .carousel-section{flex:1;position:relative;display:flex;align-items:center;justify-content:center}.carrusel-fotos__content .container{display:flex;height:50vh;min-height:300px}@media (min-width:768px){.carrusel-fotos__content .container{height:600px}}.carrusel-fotos__content .carousel-image{width:100%;height:100%;object-fit:cover;display:none}.carrusel-fotos__content .carousel-image.active{display:block}.carrusel-fotos__content .carousel-overlay{position:absolute;bottom:0;left:0;right:0;padding:40px;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff}.carrusel-fotos__content .carousel-description{font-size:16px;color:rgba(255,255,255,.7)}.carrusel-fotos__content .nav-button{position:absolute;top:50%;transform:translateY(-50%);background:0 0;border:none;color:#fff;font-size:60px;cursor:pointer;padding:20px;transition:opacity .3s;z-index:10}.carrusel-fotos__content .nav-button:hover{opacity:.7}.carrusel-fotos__content .nav-button.prev{left:20px}.carrusel-fotos__content .nav-button.next{right:20px}.carrusel-fotos__content .dots-container{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:10}.carrusel-fotos__content .dot{width:40px;height:3px;background:rgba(255,255,255,.4);cursor:pointer;transition:background .3s}.carrusel-fotos__content .dot.active{background:#fff}.carrusel-fotos__content .gallery-sidebar{width:350px;background-color:#fff;overflow-y:auto;padding:30px 20px;display:none}@media (min-width:768px){.carrusel-fotos__content .gallery-sidebar{display:block}}.carrusel-fotos__content .gallery-title{font-size:32px;font-weight:600;margin-bottom:30px;color:#333}.carrusel-fotos__content .gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.carrusel-fotos__content .gallery-item{aspect-ratio:3/2;overflow:hidden;cursor:pointer;position:relative;border:3px solid transparent;transition:border-color .3s}.carrusel-fotos__content .gallery-item.active{border-color:#00d4d4}.carrusel-fotos__content .gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.carrusel-fotos__content .gallery-item:hover img{transform:scale(1.05)}main.dark .carrusel-fotos{background:#4f5157}