.cmi-home-container{max-width:1200px;margin:0 auto;padding:20px}.cmi-home-news-wrapper{z-index:1;width:100%;background-color:var(--main-bg-azul-claro-1);padding:20px 0}.cmi-home-main-news,.cmi-home-side-news-item{background:#fff;border-radius:8px;overflow:hidden}.cmi-home-news-container{max-width:100%;width:1300px;margin:0 auto;padding:0 20px;box-sizing:border-box}.cmi-home-news-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px;height:550px}.cmi-home-main-news{box-shadow:0 2px 10px rgba(0,0,0,.1);transition:.5s;padding:0}.cmi-home-main-news-image{width:100%!important;height:270px;object-fit:cover;transition:transform .3s;display:block}.cmi-home-main-news-content{padding:20px;height:calc(100% - 200px);display:flex;flex-direction:column;justify-content:flex-start}.cmi-home-main-news-title{font-size:1.4em;font-weight:700;color:var(--main-color);margin-bottom:10px;line-height:1.3}.cmi-home-main-news-summary{color:#666;line-height:1.5;margin-bottom:15px}.cmi-home-main-news-date{color:var(--main-a-color);font-size:.9em;font-weight:500}.cmi-home-side-news{display:flex;flex-direction:column;gap:15px}.cmi-home-side-news-item{box-shadow:0 2px 8px rgba(0,0,0,.1);transition:.3s;height:calc(33.333% - 10px);display:flex;text-decoration:none;color:inherit}.cmi-home-side-news-item:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.15)}.cmi-home-side-news-image{width:120px;height:100%;object-fit:cover;flex-shrink:0}.cmi-home-side-news-content{padding:15px;display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}.cmi-home-side-news-title{font-size:.95em;font-weight:600;color:var(--main-color);line-height:1.3;margin-bottom:8px;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cmi-home-side-news-date{color:var(--main-a-color);font-size:.8em;font-weight:500}.cmi-home-main-news:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.cmi-home-main-news:hover .cmi-home-main-news-image{transform:scale(1.05)}.cmi-home-news-link{text-decoration:none;color:inherit;display:block;height:100%;padding:0;margin:0}.cmi-home-fade-transition{opacity:0;transform:scale(.95)}.cmi-home-news-data{display:none}.cmi-home-quick-access{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px;margin-bottom:40px}.cmi-home-quick-btn{background:linear-gradient(315deg,var(--main-color),var(--main-color-1));color:#fff;padding:20px;border-radius:10px;text-decoration:none;text-align:center;font-weight:600;transition:.3s;display:flex;align-items:center;justify-content:center;gap:10px}.cmi-home-campaigns,.cmi-home-column{background:#fff;box-shadow:0 4px 15px rgba(0,0,0,.1)}.cmi-home-quick-btn:hover{background:linear-gradient(135deg,var(--main-color),var(--main-color-1));transform:translateY(-3px);color:#fff}.cmi-home-three-columns{display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px;margin-bottom:40px}.cmi-home-column{border-radius:12px;padding:25px}.cmi-home-column h3{color:var(--main-color);margin-bottom:20px;font-size:1.3em;border-bottom:2px solid var(--main-azul-claro);padding-bottom:10px}.cmi-home-agenda-item,.cmi-home-event-item,.cmi-home-video-item{padding:15px 0;border-bottom:1px solid #eee}.cmi-home-agenda-item:last-child,.cmi-home-event-item:last-child,.cmi-home-video-item:last-child{border-bottom:none}.cmi-home-agenda-title,.cmi-home-event-title{font-weight:600;color:var(--main-color);margin-bottom:8px}.cmi-home-agenda-title a,.cmi-home-event-title a,.cmi-home-video-title a{color:inherit;text-decoration:none;transition:color .3s}.cmi-home-agenda-title a:hover,.cmi-home-event-title a:hover,.cmi-home-video-title a:hover{color:var(--main-a-hover-color)}.cmi-home-agenda-date,.cmi-home-event-date{font-size:.9em;color:var(--main-a-color);margin-bottom:5px}.cmi-home-agenda-desc,.cmi-home-event-desc,.cmi-home-video-desc{font-size:.9em;color:#666;overflow:hidden}.cmi-home-video-title{font-weight:600;color:var(--main-color);margin-bottom:10px}.cmi-home-video-embed{width:100%;height:200px;border-radius:8px;margin-bottom:15px}.cmi-home-campaigns{display:flex;justify-content:center;align-items:center;gap:40px;padding:40px 0;border-radius:12px;margin-bottom:40px}.cmi-home-campaign-logo{display:flex;align-items:center;justify-content:center}.cmi-home-map,.cmi-home-map iframe{display:block;margin:0;padding:0}.cmi-home-map iframe{border:0;height:500px;width:100%}.animate-in{animation:.6s ease-out fadeInUp}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideNews{0%{transform:translateX(100%)}100%{transform:translateX(-100%)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@media (max-width:768px){.cmi-home-licitacao-cards,.cmi-home-news-grid,.cmi-home-three-columns{grid-template-columns:1fr}.cmi-home-news-container{box-sizing:border-box}.cmi-home-news-grid{gap:15px;height:auto;max-width:100%}.cmi-home-main-news-content{padding:20px;height:100%;display:flex;flex-direction:column;justify-content:flex-start}.cmi-home-main-news{height:auto}.cmi-home-side-news{flex-direction:row;overflow-x:auto;gap:10px;padding:10px 0}.cmi-home-side-news-item{min-width:100%;height:120px}.cmi-home-campaigns{flex-direction:column;height:auto;gap:20px}.cmi-home-licitacao-cards{padding:20px;gap:20px}.cmi-home-licitacao-card,.cmi-home-licitacao-header{padding:20px}.cmi-home-licitacao-title{font-size:1.6rem}.cmi-home-licitacao-subtitle{font-size:1rem}.cmi-home-licitacao-card-header{flex-direction:column;align-items:flex-start;gap:10px}.cmi-home-licitacao-situacao{margin-left:0}.cmi-home-map iframe{height:400px}}@media (max-width:480px){.cmi-home-container{padding:10px}.cmi-home-campaigns,.cmi-home-search-form{flex-direction:column;gap:15px}.cmi-home-search-btn{align-self:stretch}.cmi-home-quick-access{grid-template-columns:repeat(2,1fr)}.cmi-home-campaign-logo img{max-height:120px}}