/* Estilos para el Carrusel */
.MyCarrusel .banner {
    
    /*background-size: cover;*/
    background-size: auto;
    background-position: center;
    height: 500px; /* Ajusta la altura según sea necesario */
    /* height: 100vh; /* Establece la altura en 100% de la ventana */
}

.MyCarrusel .carousel-caption {
    position: absolute;
    /*right: 2%;*/
    bottom: 50px;
    /*left: 15%;*/
    left: auto;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: right;
}

.MyCarrusel .carousel-caption h1 {
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
}

.MyCarrusel .carousel-caption p {
    font-size: 1.25rem;
    margin-bottom: 20px;
    color: #ffffff;
}

.MyCarrusel .carousel-caption .btn {
    border-radius: 25px;
    padding: 10px 20px;
    background-color: #1F3C90;
    border: none;
}

.MyCarrusel .carousel-control-prev-icon,
.MyCarrusel .carousel-control-next-icon {
    background-color: transparent;
    /*background-color: #1F3C90;*/
    border-radius: 50%;
}



  

  