/*********************************************************/
/*CSS MODE - MRPNET 2025
/*********************************************************/
/*BANNER ROTATIVO*/
.carousel {position: relative; width: 100%; overflow: hidden;}
.carousel h2 {font-size:  5em; padding-bottom: 30px; color: #fff; font-family: var(--font_s); letter-spacing: 2px;}
.carousel p {line-height: 30px; font-weight: 300;}
.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 .botao {background-color: var(--cor_2) !important;}
.carousel .botao:hover {background-color: var(--cor_4) !important;}

.carousel-caption {position: absolute; top: 45%; transform: translateY(-50%); padding: 20px; 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: 35%; 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: 1680px) {
    .carousel-caption.right { right: 5%; width: 40%; z-index: 99;}
    .carousel h2 {font-size:  4em; }
}
@media (max-width: 1152px) {
    .carousel-caption {top: 50%;}
    .carousel h2 {font-size:  2.6em; }
    .carousel p {line-height: 22px; font-size: 0.9em;}
}
@media (max-width: 950px) {
    .carousel-caption {top: 40%; text-align: center;}
    .carousel h2 {font-size:  2em; }
    .carousel-caption.right { right: 5%; width: 60%;}
}
@media (max-width: 480px) {
    .carousel {display: table;}
    .carousel-caption {top: 40%; text-align: center;}
    .carousel h2 {font-size:  1.4em; padding-bottom: 5px;}
    .carousel p {line-height: 16px; font-size: 0.8em; font-weight: 600;}
    .carousel-caption.right { right: 5%; width: 90%; top: 120px !important;}
    .carousel-control-prev, .carousel-control-next { font-size: 1.2em !important; padding: 5px; }
    .carousel-caption.center {width: 90%; left: 5%; top: 90px !important;}
    .carousel img {height: 250px;}
}