:root{--news-color-primary: #ff7300;--news-color-primary-dark: #ff7300;--news-color-secondary: #af451b;--news-text-dark: #363636;--news-text-light: #555;--news-text-muted: #7f8c8d;--news-bg-main: #f8f9fa;--news-bg-card: #ffffff;--news-border-color: #e0e0e0;--news-font-primary:"Open Sans", sans-serif;--news-font-serif: "Open Sans", sans-serif;--news-shadow: 0 4px 15px rgba(0,0,0,.07);--news-shadow-light: 0 2px 8px rgba(0,0,0,.05)}body{background-color:var(--news-bg-main);font-family:var(--news-font-primary);color:var(--news-text-light);line-height:1.7}.news-page{background-color:var(--news-bg-main);padding-bottom:40px}.news-page-header{background:linear-gradient(#00000080,#00000080),url(https://images.pexels.com/photos/261579/pexels-photo-261579.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);background-size:cover;background-position:center;color:#fff;padding:60px 0;text-align:center;margin-bottom:30px}.news-page-header h1{font-family:var(--news-font-serif);font-size:2.8rem;margin-bottom:10px;font-weight:700}.news-page-header p{font-size:1.1rem;max-width:600px;margin:0 auto;opacity:.9}.news-container{padding:0 45px;max-width:1200px;margin:0 auto}.news-container-narrow{max-width:800px;margin:0 auto;padding:0 15px}.news-filter-section{padding:20px 0;margin-bottom:30px;background-color:var(--news-bg-card);border-bottom:1px solid var(--news-border-color)}.news-filter-form{display:flex;align-items:center;gap:10px}.news-filter-label{font-weight:500;color:var(--news-text-dark)}.news-filter-select{padding:10px 15px;border:1px solid var(--news-border-color);border-radius:5px;font-family:var(--news-font-primary);min-width:200px;background-color:#fff}.news-layout-container{display:flex;flex-wrap:wrap;gap:30px}.news-main-content{flex:1;min-width:0}.news-sidebar{flex-basis:300px;flex-shrink:0}.news-section-title{text-transform:uppercase;font-family:var(--news-font-serif);font-size:2rem;font-weight:700;color:var(--news-text-dark);margin-bottom:30px;position:relative;padding-bottom:10px;text-align:left}.news-section-title span{position:relative;z-index:1}.news-section-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:4px;background-color:var(--news-color-primary)}.news-card{background-color:var(--news-bg-card);border-radius:8px;box-shadow:var(--news-shadow-light);overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.news-card:hover{transform:translateY(-5px);box-shadow:var(--news-shadow)}.news-card__image-link{display:block;overflow:hidden}.news-card__image-link:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000004d;z-index:1;transition:background-color .3s ease}.news-card__image{width:100%;height:220px;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.news-card:hover .news-card__image{transform:scale(1.05)}.news-card__content{padding:20px;display:flex;flex-direction:column;flex-grow:1}.news-card__title{font-family:var(--news-font-serif);font-size:1.7rem;font-weight:600;margin-bottom:10px;line-height:1.3;text-transform:uppercase}.news-card__title a{color:#fff;text-decoration:none}.news-card__title a:hover{color:#fff}.news-card__info-bar{margin:15px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.news-card__category{display:inline-block;border:2px solid #ff7300;color:#ff7b00;padding:5px 12px;border-radius:5px;font-weight:600;text-transform:uppercase;font-size:.85rem;background-color:#ff73001a;transition:background-color .3s ease}.news-card__category:hover{background-color:#ff730033}.news-card__meta{color:var(--news-text-muted);display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0}.news-card__meta i{color:var(--news-color-primary)}.news-grid{display:grid;gap:30px}.news-grid--relevante{grid-template-columns:1fr}.news-card--relevante-principal .news-card__image{height:350px}.news-card--relevante-principal .news-card__title{font-size:1.8rem}.news-grid--standard{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.news-widget{background-color:var(--news-bg-card);padding:20px;border-radius:8px;box-shadow:var(--news-shadow-light);margin-bottom:30px}.news-widget__title{font-family:var(--news-font-serif);font-size:1.6rem;font-weight:600;color:var(--news-text-dark);margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid var(--news-border-color)}.news-widget__list{list-style:none;padding:0;margin:0}.news-widget__list-item{margin-bottom:15px}.news-widget__list-item:last-child{margin-bottom:0}.news-widget__list-item a{display:flex;align-items:center;gap:15px;text-decoration:none;color:var(--news-text-light)}.news-widget__item-image{width:70px;height:50px;-o-object-fit:cover;object-fit:cover;border-radius:4px;flex-shrink:0}.news-widget__item-content{flex-grow:1}.news-widget__item-title{font-size:.95rem;font-weight:500;line-height:1.3;margin-bottom:3px;color:var(--news-text-dark);transition:color .2s ease}.news-widget__item-date{font-size:.8rem;color:var(--news-text-muted);display:flex;align-items:center;gap:5px}.news-widget__list--categories li a{padding:5px 0;display:block;font-weight:500;color:222;transition:all .5s ease}.news-widget__list--categories li a.active{color:var(--news-color-primary);font-weight:700}.news-widget__list--categories li a.active:after{content:"";display:block;width:100%;height:2px;background-color:var(--news-color-primary);margin-top:5px}.news-widget__list--categories a:hover{color:var(--news-color-primary)}.news-widget__list--categories li{transition:all .5s ease}.news-widget__list--categories li:hover{padding-left:15px}.news-pagination{margin-top:40px;display:flex;justify-content:center}.news-pagination .pagination{display:flex;list-style:none;padding:0;gap:5px}.news-pagination .page-item .page-link{color:var(--news-color-primary);padding:8px 15px;border:1px solid var(--news-border-color);text-decoration:none;transition:background-color .2s ease,color .2s ease;border-radius:4px}.news-pagination .page-item .page-link:hover{background-color:var(--news-color-primary);color:#fff;border-color:var(--news-color-primary)}.news-pagination .page-item.active .page-link{background-color:var(--news-color-primary);color:#fff;border-color:var(--news-color-primary);z-index:1}.news-pagination .page-item.disabled .page-link{color:#aaa;pointer-events:none;background-color:#f0f0f0}.news-single-page{display:flex;justify-content:center;padding-top:30px}.news-single-article{padding:20px 60px;width:70%;background-color:var(--news-bg-card);border-radius:8px;box-shadow:var(--news-shadow);margin-bottom:40px}.news-single-header{padding:30px 0;text-align:center;border-bottom:1px solid var(--news-border-color)}.news-single-breadcrumb{font-size:.9rem;color:var(--news-text-muted);margin-bottom:15px}.news-single-breadcrumb a{color:var(--news-text-muted);text-decoration:none}.news-single-breadcrumb a:hover{color:var(--news-color-primary)}.news-single-breadcrumb i{font-size:.8em;margin:0 5px}.news-single-title{font-family:var(--news-font-serif);font-size:2.5rem;font-weight:700;color:var(--news-text-dark);margin-bottom:15px;line-height:1.3}.news-single-meta{font-size:.9rem;color:var(--news-text-muted);display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.news-single-author,.news-single-date{display:flex;align-items:center;gap:6px}.news-single-author i,.news-single-date i{color:var(--news-color-primary)}.news-single-featured-image{margin:0;padding:0;max-height:500px;overflow:hidden;display:flex;justify-content:center}.news-single-featured-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px 8px 0 0}.news-single-content-wrapper{padding:30px 0}.news-single-content{font-size:1.35rem;line-height:1.8;color:var(--news-text-dark)}.news-single-content p{margin-bottom:1.5em}.news-single-content h2{font-size:1.8rem;margin:2em 0 1em;font-family:var(--news-font-serif)}.news-single-content h3{font-size:1.5rem;margin:1.8em 0 .8em;font-family:var(--news-font-serif)}.news-single-content blockquote{border-left:4px solid var(--news-color-primary);margin:1.5em 0;padding:.5em 1.5em;font-style:italic;background-color:#f9f9f9}.news-single-content ul,.news-single-content ol{margin:1em 0 1em 2em}.news-single-content img{max-width:100%;height:auto;border-radius:6px;margin:1em 0}.news-single-secondary-image{margin:30px 0;text-align:center}.news-single-secondary-image img{max-width:100%;max-height:400px;border-radius:6px;box-shadow:var(--news-shadow-light)}.news-single-secondary-image figcaption{font-size:.85rem;color:var(--news-text-muted);margin-top:8px;font-style:italic}.news-single-social-link{margin:30px 0;text-align:center}.news-button{display:inline-flex;align-items:center;gap:8px;padding:12px 25px;border-radius:5px;text-decoration:none;font-weight:500;transition:background-color .3s ease,transform .2s ease}.news-button:hover{transform:translateY(-2px)}.news-button--facebook{background-color:#3b5998;color:#fff}.news-button--facebook:hover{background-color:#324a7d}.news-single-share{margin-top:40px;padding-top:20px;border-top:1px solid var(--news-border-color);text-align:center}.news-single-share h4{margin-bottom:15px;font-weight:600}.news-share-buttons{display:flex;justify-content:center;gap:10px}.news-share-button{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-size:18px;text-decoration:none;transition:opacity .3s ease}.news-share-button:hover{opacity:.8}.news-share-button--facebook{background-color:#3b5998}.news-share-button--twitter{background-color:#000}.news-share-button--whatsapp{background-color:#25d366}.news-share-button--mail{background-color:#7f8c8d}@media screen and (max-width: 992px){.news-sidebar{flex-basis:auto;margin-top:30px}.news-grid--relevante{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.news-card--relevante-principal .news-card__image{height:280px}.news-card--relevante-principal .news-card__title{font-size:1.5rem}}@media screen and (max-width: 768px){.news-layout-container{flex-direction:column-reverse}.news-single-article{padding:15px 20px;width:95%}.news-page-header h1{font-size:2.2rem}.news-page-header p{font-size:1rem}.news-filter-form{flex-direction:column;align-items:stretch}.news-filter-select{width:100%}.news-section-title{font-size:1.8rem}.news-grid--standard{grid-template-columns:1fr}.news-card__image{height:200px}.news-card--relevante-principal .news-card__image{height:250px}.news-single-title{font-size:2rem}.news-single-article{width:100%}}.news-featured-hero{height:45vh;position:relative;overflow:hidden;background-color:#333;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.news-featured-swiper{width:100%;height:100%;position:absolute;top:0;left:0}.news-featured-slide{background-size:cover;background-position:center;display:flex;align-items:flex-end;justify-content:center;text-align:center;color:#fff;padding:40px 20px 80px}.news-featured-slide__content{max-width:800px;position:relative;z-index:2;margin:auto;top:20vh;animation:fadeInText 1s .5s ease-out forwards;opacity:0}@keyframes fadeInText{to{opacity:1;transform:translateY(0)}}.news-featured-slide__category{display:inline-block;padding:5px 15px;background-color:rgba(var(--news-color-primary-rgb, 232, 123, 48),.8);color:#fff;font-size:.9rem;font-weight:600;border-radius:20px;margin-bottom:15px;letter-spacing:.5px;text-transform:uppercase}.news-featured-slide__title{font-family:var(--news-font-serif);font-size:2.8rem;font-weight:700;margin-bottom:15px;line-height:1.2;text-shadow:0 2px 5px rgba(0,0,0,.5);text-transform:uppercase}.news-featured-slide__excerpt{font-size:1.6rem;line-height:1.6;margin-bottom:15px;opacity:.9;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:calc(1.1rem * 1.6 * 3)}.news-featured-slide__readmore{display:inline-block;padding:12px 30px;background-color:var(--news-color-primary);color:#fff;text-decoration:none;font-weight:600;border-radius:5px;transition:background-color .3s ease}.news-featured-slide__readmore:hover{background-color:var(--news-color-primary-dark)}.news-featured-slide__readmore i{vertical-align:middle;margin-left:5px}.news-featured-hero__static-title{position:relative;z-index:3;text-align:center}.news-featured-hero__static-title h1{transform:translateY(20vh);font-family:var(--news-font-serif);font-size:3.5rem;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.6)}.swiper-slide .product-card.is-expanded .card-title{top:15vh}.news-featured-hero__scroll-down{position:absolute;bottom:30px;left:50%;transform:translate(-50%);z-index:3}.news-featured-hero__scroll-down a{color:#fff;font-size:3rem;text-decoration:none;animation:bounceArrow 2s infinite}@keyframes bounceArrow{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-15px)}60%{transform:translateY(-10px)}}.news-page-header--standard{background:#2c3e50;color:#fff;padding:0;text-align:center}.news-page-header--standard h1{font-family:var(--news-font-serif);font-size:2.5rem;margin-bottom:10px}.news-content-below-hero{padding-top:40px}.news-single-page-v2{display:flex;justify-content:center;padding-top:14vh;padding-bottom:40px}.news-single-category-bar{margin-bottom:15px;text-align:center}.news-single-category-bar a{display:inline-block;padding:6px 18px;background-color:var(--news-color-primary);color:#fff;font-size:.9rem;font-weight:600;border-radius:20px;text-decoration:none;text-transform:uppercase;transition:background-color .3s ease}.news-single-category-bar a:hover{background-color:var(--news-color-primary-dark)}.news-single-title{text-transform:uppercase}.rich-text-content p,.rich-text-content ul,.rich-text-content ol,.rich-text-content blockquote{margin-bottom:1.5em}.rich-text-content h2,.rich-text-content h3,.rich-text-content h4{font-family:var(--news-font-serif);margin-top:2em;margin-bottom:.8em;line-height:1.3;color:var(--news-text-dark)}.rich-text-content h2{font-size:2.2em}.rich-text-content h3{font-size:1.8em}.rich-text-content h4{font-size:1.4em}.rich-text-content a{color:var(--news-color-primary);text-decoration:underline}.rich-text-content a:hover{color:var(--news-color-primary-dark)}.rich-text-content img{max-width:100%;height:auto;border-radius:6px;margin:1.5em 0;display:block}.news-card--related .news-card__image{height:180px}.news-widget__item-title{text-transform:uppercase}@media screen and (max-width: 992px){.news-featured-slide__title{font-size:2.2rem}.news-featured-hero__static-title h1{font-size:2.8rem}.news-featured-slide__excerpt{-webkit-line-clamp:2;max-height:calc(1.1rem * 1.6 * 2)}}@media screen and (max-width: 768px){.news-featured-hero{min-height:330px;height:33vh}.news-featured-slide__title{font-size:1.8rem}.news-featured-hero__static-title h1{font-size:2.2rem}.news-featured-slide__excerpt{font-size:1.1rem;-webkit-line-clamp:2;max-height:3.2rem}.news-featured-slide__readmore{padding:10px 20px;font-size:.9rem}.news-featured-hero__scroll-down a{font-size:2.5rem}.news-content-below-hero{padding-top:30px}.news-single-page-v2{flex-direction:column;padding-top:15px}}.news-card__image-wrapper{position:relative;overflow:hidden}.news-card__title--overlay{position:absolute;bottom:10px;left:10px;right:10px;color:#fff;padding:8px;margin:0;z-index:2}.news-card__title--overlay a{display:inline-block;width:100%}.title-line{display:inline-block;position:relative;background-image:linear-gradient(to right,#ff7b00ce,#ff7300);background-repeat:no-repeat;background-size:0% 100%;background-position:left center;transition:background-size .4s ease;transition-delay:var(--delay, 0ms);padding-right:2px}.news-card:hover .title-line{background-size:100% 100%}.productos-view{height:-moz-max-content;height:max-content;min-height:100vh;display:flex;align-items:center;padding:0;margin:0;overflow:hidden}.product-category-container{display:flex;height:65vh;width:100%;overflow:hidden;position:relative;background-color:#e0e0e0;transition:height .7s cubic-bezier(.68,-.55,.27,1.55)}.product-category-container.hormigon-expanded,.product-category-container.prefabricados-expanded{height:-moz-max-content;height:max-content}.product-card{flex:1;position:relative;cursor:pointer;transition:flex .7s cubic-bezier(.68,-.55,.27,1.55),width .7s cubic-bezier(.68,-.55,.27,1.55),height .7s cubic-bezier(.68,-.55,.27,1.55),top .7s cubic-bezier(.68,-.55,.27,1.55),left .7s cubic-bezier(.68,-.55,.27,1.55),right .7s cubic-bezier(.68,-.55,.27,1.55);display:flex;flex-direction:column;justify-content:center;align-items:center}.product-car:hover{z-index:1000}.card-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:1;transition:transform .5s ease-out,height .7s cubic-bezier(.68,-.55,.27,1.55)}.product-card.hormigon .card-background{background-image:url(/build/assets/hormigon-BeaLjgNP.webp);background-color:#555}.product-card.hormigon .card-background:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:0;pointer-events:none}.product-card.prefabricados .card-background{background-image:url(/build/assets/viguetas-CF-9_F7f.webp);background-color:#aaa}.product-card.prefabricados .card-background:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:0;pointer-events:none}.product-card:hover .card-background{transform:scale(1.2);z-index:2}.product-card .btn-1e{color:#fff}.product-card:hover .btn-1e:after{transform:translate(-50%) translateY(-50%) rotate(45deg);background:var(--color-principal);height:260%;opacity:1;transition-timing-function:ease-in;transition-delay:.5s}.card-content-initial{padding-top:230px;position:relative;z-index:3;color:#fff;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .4s ease-out}.card-title{font-family:Open Sans,sans-serif;font-weight:bolder;font-size:clamp(3.5rem,8vw,6rem);text-transform:uppercase;opacity:.75;margin:0;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.7);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;text-align:center;z-index:6;transition:top .7s cubic-bezier(.68,-.55,.27,1.55),font-size .7s cubic-bezier(.68,-.55,.27,1.55),transform .7s cubic-bezier(.68,-.55,.27,1.55)}.card-description{font-size:clamp(1.5rem,2vw,1.5rem);max-width:400px;margin:15px auto 25px;opacity:.9}.card-cta-button{padding:10px 20px;background-color:orange;color:#fff;border:none;border-radius:5px;font-size:.9rem;font-weight:700;text-transform:uppercase;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.card-cta-button:hover{background-color:#cc8400;transform:translateY(-2px)}.card-content-expanded{position:relative;display:flex;flex-direction:column;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity .4s .2s ease-in-out,visibility 0s .6s;position:absolute;top:0;left:0;z-index:4;background-color:#fff}.expanded-header{height:30vh;width:100%;position:relative;flex-shrink:0;background-color:var(--color-principal);overflow:hidden}.expanded-details-area{flex-grow:1;background-color:#fff;width:82%;margin:0 auto;overflow:visible;display:flex;padding:0}.details-columns-container{display:flex;width:100%;height:100%}.sub-product-list-column{flex:1;padding:25px;border-right:1px solid #e0e0e0;overflow-y:auto;background-color:#fdfdfd}.product-details-column{flex:2;padding:25px;overflow-y:auto}.sub-product-list-column h3{font-family:Open sans,sans-serif;margin-top:0;margin-bottom:20px;color:#111;font-size:1.2rem}.sub-product-list{list-style:none;padding:0;margin:0}.sub-product-list li{padding:12px 10px;border-bottom:1px solid #f0f0f0;cursor:pointer;opacity:0;transform:translate(-20px);transition:opacity .4s ease-out,transform .4s ease-out,background-color .2s ease}.sub-product-list li:last-child{border-bottom:none}.sub-product-list li:hover{background-color:#f5f5f5}.sub-product-list li.is-visible{opacity:1;transform:translate(0)}.product-details-column h4{font-family:Open Sans,sans-serif;color:#333;margin-top:0;margin-bottom:5px;border-bottom:1px solid #a87456;padding-bottom:5px}.product-details-column h4:not(:first-child){margin-top:25px}.placeholder-text{font-size:.95em;color:#777;font-style:italic}.placeholder-image{width:100%;min-height:150px;background-color:#f0f0f0;border:1px dashed #ccc;display:flex;align-items:center;justify-content:center;color:#aaa;font-size:.9em;margin-top:10px;border-radius:4px}.close-button{position:absolute;top:15px;right:20px;background:#fffc;border:none;font-size:1.8rem;color:#333;cursor:pointer;line-height:1;padding:0 5px;border-radius:50%;z-index:15;width:35px;height:35px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0003}.close-button:hover{color:#000;background-color:#fff}.product-card.is-expanded{height:-moz-max-content;height:max-content;position:relative;flex:none;width:100%;height:100%;top:0;left:0;cursor:default;z-index:10;align-items:stretch;justify-content:flex-start}.product-card.is-expanded .card-content-initial{padding-top:0;height:0;opacity:0;visibility:hidden;pointer-events:none}.card-content-initial .card-description{margin-top:5px}.card-content-initial .card-cta-button{margin-top:20px}.product-card.is-expanded .card-content-expanded{min-height:100vh;position:relative;opacity:1;visibility:visible;transition:opacity .4s .3s ease-in-out,visibility 0s .3s}.product-card.is-expanded .card-background{height:0vh;transform:scale(1)}.product-card.is-shrunk{flex:none;position:absolute;top:0;width:100px;height:100%;z-index:20;cursor:pointer;clip-path:none!important;transition:flex .7s cubic-bezier(.68,-.55,.27,1.55),width .7s cubic-bezier(.68,-.55,.27,1.55),height .7s cubic-bezier(.68,-.55,.27,1.55),top .7s cubic-bezier(.68,-.55,.27,1.55),left .7s cubic-bezier(.68,-.55,.27,1.55),right .7s cubic-bezier(.68,-.55,.27,1.55)}.product-card.is-shrunk .card-content-initial,.product-card.is-shrunk .card-content-expanded{display:none;opacity:0;visibility:hidden}.product-card.is-shrunk .card-title{position:absolute;top:50%!important;left:50%!important;transform:translate(-50%,-50%) rotate(-90deg)!important;font-size:1.2rem!important;white-space:nowrap;margin:0;padding:0;text-shadow:1px 1px 2px rgba(0,0,0,.8);z-index:6;color:#fff;width:auto}.product-card.is-shrunk .card-background{transform:scale(1);height:100%}.product-category-container.hormigon-expanded #card-prefabricados.is-shrunk{right:0;left:auto}.product-category-container.prefabricados-expanded #card-hormigon.is-shrunk{left:0;right:auto}@media (max-width: 768px){.product-category-container{height:80vh}.card-content-initial{padding-top:150px}.card-description{margin-bottom:5px}.expanded-header{height:17vh}.product-card{overflow:hidden}.product-category-container{flex-direction:column}.product-card.is-expanded .card-background{height:15vh}.expanded-details-area,.details-columns-container{flex-direction:column}.sub-product-list-column{border-right:none;border-bottom:1px solid #eee;flex-basis:auto;max-height:35vh}.product-details-column{flex-basis:auto}.product-card.is-shrunk{width:50px;height:1000px}.product-card.is-shrunk .card-title{font-size:.8rem;bottom:5px;left:5px;right:5px}.product-category-container.hormigon-expanded #card-prefabricados.is-shrunk .card-title,.product-category-container.prefabricados-expanded #card-hormigon.is-shrunk .card-title{text-align:left;right:auto}}@media (max-width: 499px){.product-category-container{height:90vh}}.product-details-column .details-placeholder{display:flex;align-items:center;justify-content:center;height:100%;text-align:center;color:#888;font-size:1.1em}.product-details-column h3{font-family:Open Sans,sans-serif;margin-top:0;margin-bottom:15px;line-height:25px;font-size:1.6em;color:#333}.product-details-column .product-description{font-size:1em;line-height:1.6;color:#555;margin-bottom:20px}.product-details-column .product-image-container{width:100%;margin-bottom:25px;text-align:center}.product-details-column .product-detail-image{position:relative;width:75%;aspect-ratio:4 / 5;overflow:hidden;border-radius:2px;border:1px solid #eee;max-height:70vh;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.product-details-column .details-section{margin-bottom:25px}.product-details-column .details-section h4{font-family:Open Sans,sans-serif;color:#444;margin-top:0;margin-bottom:10px;border-bottom:1px solid #eee;padding-bottom:5px;font-size:1.1em}.product-details-column .details-section ul{list-style:disc;padding-left:20px;margin:0;color:#555;font-size:.95em}.product-details-column .details-section li{margin-bottom:5px}.product-details-column .button-ficha{display:inline-block;padding:8px 15px;background-color:var(--color-principal);color:#fff;text-decoration:none;border-radius:4px;font-size:.9em;transition:background-color .2s ease}.product-details-column .button-ficha:hover{background-color:#e62e00}.sub-product-list li.active{font-weight:700;color:#222;border:3px solid var(--color-principal);border-radius:5px}.details-placeholder p{padding:20px;color:#aaa;font-style:italic}
