/*********************************************************/
/*CSS MODE - MRPNET 2025
/*********************************************************/
/*BANNER ROTATIVO*/
.carousel {position: relative; width: 100%; overflow: hidden;}
.carousel h2 {font-size: 3em; padding-bottom: 30px; color: #fff; font-family: var(--font_s);  font-weight: 900;}
.carousel p {line-height: 25px; font-weight: 400; font-family: var(--font_s); color: #fff; font-size: 1.1em;}
.carousel-item {position: absolute; width: 100%; opacity: 0; transition: opacity 1s ease-in-out;}
.carousel-item.active {opacity: 1; position: relative;}
.carousel-item img {width: 100%; height: auto;} 

.carousel-caption {position: absolute; top: 35%; transform: translateY(-50%); color: #fff;}
.carousel-caption.center {width: 60%; left: 20%; text-align: center; z-index: 9;}
.carousel-caption.left {left: 10%; width: 30%; text-align: left; z-index: 9;}
.carousel-caption.right { right: 10%; width: 30%; text-align: right; z-index: 99;}
/*CONTROLES*/
.carousel-control-prev, .carousel-control-next {position: absolute; top: 50%; transform: translateY(-50%); font-size: 2rem; color: #fff; text-decoration: none; background: rgba(0, 0, 0, 0.5); padding: 10px; cursor: pointer; border-radius: 5px; z-index: 9;}
.carousel-control-prev {left: 10px; z-index: 999 !important;}
.carousel-control-next {right: 10px; z-index: 99;}
.carousel-control-prev:hover, .carousel-control-next:hover {color: var(--cor_2);}
@media (max-width: 1280px) {
.carousel-caption.center {width:90%; left: 5%; }
.carousel-caption.left {width:90%; left: 5%; }
.carousel-caption.right {width:90%; left: 5%; }
.carousel h2 {font-size: 2em; }
}
@media (max-width: 1280px) {
.carousel-caption {top: 50%;}
}
@media (max-width: 768px) {
.carousel h2 {font-size: 1.4em; }
.carousel p {line-height: 22px; font-size: 0.9em;}
}
@media (max-width: 480px) {
.carousel h2 {font-size: 1.1em; padding-bottom: 10px;}
.carousel p {line-height: 20px; font-size: 0.8em;}
}