#seccion-banner #carrusel-banner {
    height: 600px;
}

#seccion-banner #carrusel-banner .item {
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

#seccion-banner #carrusel-banner .item .content h3 {
    font-size: 22px;
}

#seccion-banner #carrusel-banner .item .content h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
}

#seccion-banner #carrusel-banner .item .content h3 span {
    color: #fff;
    text-transform: uppercase;
    font-size: 34px;
}

#seccion-banner #carrusel-banner .item .content button {
    background-color: #250F23;
}

#seccion-banner #carrusel-banner .item .content button:hover {
    background-color: #000;
}

.banner {
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
    position: relative;
}

.banner .content {
    max-width: 600px;
    padding: 30px 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom-right-radius: 100px;
    position: relative;
}

.banner-single {
    position: relative;
}

.banner-single .content {
    width: 100%;
    max-width: 100%;
}

.banner .content h3 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 30px;
}

.banner .content p {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}