.Slider{
    height: 600px;
    /* clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 100%); */
}

.Slider .carousel-item{
    height: 600px;
}

.Slider .carousel-item img{
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.Slider .carousel-caption{
    right: auto;
    left: auto;
    padding-top: auto;
    padding-bottom: auto;
    width: 100%;
    bottom: 88px;
}
.Slider .carousel-indicators{
    bottom: auto;
    top: auto;
    background-color: transparent;
    position: relative;
    margin: 0;
}
.Slider .carousel-indicators button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    opacity: 1;
}

.Slider .carousel-indicators button.active {
    background-color: var(--blue) !important;
}

.Slider .contenedor-texto{
    max-width: 580px;
    z-index: 9999;
}

.Slider .titulo{
    font-family: AddingtonCF;
    font-size: 2.8125em;
    font-weight: 100;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -0.62px;
    text-align: center;
    max-width: 330px;
    margin: 0 auto;
}

.Slider .texto{
    font-family: CircularStd;
    font-size: 1.125em;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: center;
    max-width: 330px;
    margin: 0 auto;
}

.Slider .enlace{
    font-family: CircularStd;
    font-size: 1em;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.1px;
    text-align: center;
    color: #469cdb;
}

.Slider .enlace a:hover{
    color: #fff !important;
}

@media (min-width: 576px) { /* sm */
    .Slider .titulo{
        max-width: 530px;
    }

    .Slider .texto{
        max-width: 530px;
    }

}
@media (min-width: 768px) { /* md */
    .Slider{
        height: 600px;
    }
    .Slider .carousel-item{
        height: 600px;
    }
    .Slider .enlace{
        font-size: 0.75em;
    }
}
@media (min-width: 992px) { /* lg */
    .Slider{
       clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 100%);
        height: 780px;
    }
    .Slider .carousel-item{
        height: 780px;
    }
    .Slider .carousel-caption{
        width: 50%;
        bottom: 68px;
    }

}
@media (min-width: 1200px) { /* xl */ }
@media (min-width: 1400px) { /* xxl */ }