.carousel{

}
.carousel-caption{
    color: #000;
}

.carousel-inner,.carousel,.carousel-item,.container,.fill {
    height:100%;
    min-height:400px;
    width:100%;
    background-position:center center;
    background-size:cover;
}
.carousel-indicators{
    margin-bottom: 0;
}
.carousel-indicators button,.carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin-bottom: 0;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height:10px;
    padding: 0;
    margin-right: 8px;
    margin-left: 8px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #6f7779;
    background-clip: padding-box;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    border-top: inherit;
    border-bottom: inherit;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #ec0000 ;
}
.carousel h1{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 1.1rem;
    height: 1.1rem;
}
.carousel-control-next{
}
.carousel-control-prev {
}

@media screen and (max-width: 1024px) {
    .contenedor-slide{
    }
    .carousel-inner,.carousel,.carousel-item,.container,.fill {
    }
}

@media screen and (max-width: 480px) {
    .nosotros-cabecera {
        min-height: 249px;
    }
    .carousel{
    }
    .carousel-inner,.carousel,.carousel-item,.container,.fill {
        min-height:450px;
    }
    .min-mobile{
    }
    .carousel-indicators {
    }
    .curso-presentacion-texto {
    }
    .carousel h1 {
        font-size: 22px;
        line-height: 26px;
    }
}

