.carousel-caption {
    position: absolute;
    top: 5%;
    text-align: right;
    z-index: 2;
    right: 5%; /* Ajustado para ser relativo */
}

/* Ajuste para evitar duplicação */
.carousel-caption h5 {
    font-size: 38px;
    color: #467DBF;
    text-transform: uppercase;
    font-family: 'Bahnschrift', sans-serif;
    text-shadow: none;
}

.carousel-caption p {
    color: #9A999F;
    border-right: solid #D68649;
    padding-right: 19px;
    font-size: 20px;
    font-family: 'Bahnschrift', sans-serif;
    text-shadow: none;
}

/* Ajuste no botão */
.carousel-caption .btn {
    font-family: 'Bahnschrift', sans-serif;
    text-shadow: none;
}

/* Estilizando o botão btn-danger */
.btn-danger {
    background-color: #79AC48 !important;
    border-color: #477DBF !important;
}

.btn-danger:hover {
    background-color: #477DBF;
    border-color: #477DBF;
}

/* Overlay */
.background-overlay {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Ajuste para os controles do carousel */
.carousel-control-next, .carousel-control-prev {
    z-index: 4;	
}


.carousel-control-next, .carousel-control-prev {
    top: 60%;
}



/* Responsividade */
@media(max-width:1180px) {
    .carousel-caption h5 {
        font-size: 2.5rem !important;
        margin-bottom: 15px !important;
    }

    .carousel-caption p {
        font-size: 1.5rem !important;
        margin-bottom: 20px !important;
    }

    .carousel-caption {
        top: 25%;
    }
}

@media(max-width:980px) {
    .carousel-caption {
        top: 20%;
    }

    .carousel-caption h5 {
        font-size: 1.5rem !important;
    }

    .carousel-caption p {
        font-size: 1rem !important;
    }

    .carousel-caption .btn {
        display: none;
    }
}

@media(max-width:425px) {
    .carousel-caption {
        top: 20%;
        width: 100%;
        left: 0;
        right: 0;
        text-align: center;
    }

    .carousel-caption h5 {
        font-size: 38px;
        text-align: center;
        color: #467DBF;
        text-transform: uppercase;
    }

    .carousel-item img {
        z-index: 2;
        width: 100%;
        margin-top: 96px;
    }

    .carousel {
        display: none;
    }

    .notebooks .carousel {
        display: block;
    }
}
