.banner-hero {
        background: linear-gradient(301deg, #0083bd, #0fa7b8);    height: auto;
    padding-bottom: 6%;
    height: auto;
    padding-bottom: 6%;
    position: relative;

}

.banner-title {
    padding-top: 100px;
    font-size: 2.9em;
    font-weight: normal;
    line-height: 1.2em;
    color: #ffffff;
    z-index: 2;
    text-transform: uppercase;
}
.aspas-final {
    position: absolute;
    font-size: 7rem;
    right: 0;
    bottom: -8px;
        right: inherit;
}
body {
    height: auto;
    max-height: auto;
    overflow: auto;
}

.banner-title strong {
    display: block;
    font-weight: bold;
}

.aspas {
    position: absolute;
    font-size: 7rem;
    left: -44px;
    top: 12px;
}

.familia-banner {
    position: absolute;
    top: 0;
    right: 0px;
    width: auto;
    height: 100%;
}
.carousel-item {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-item iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.retratos-image{
    margin-top:-12%
}
#videoCarousel-ow .tns-controls{
    display: flex;
        justify-content: space-between;
        z-index: 9999;
        position: relative;
        top: 200px;
            padding: 0px 30px;
}
#imageCarousel-ow .tns-controls{
    display: flex;
        justify-content: space-between;
        z-index: 9999;
        position: relative;
        top: 200px;
}
#imageCarousel-mw {
            background: #fff;
            border-radius: 28px;
        
}
#imageCarousel-mw .tns-controls {
padding: 10px;
    background: #fff;
    border-radius: 28px;
}
.tns-controls [aria-controls] {
    font-size: 15px;
    margin: 0 5px;
    padding: 0 1em;
    height: 2.5em;
    color: #000;
    background: #d7d7d7;
    border-radius: 3px;
    border: 0;
}
.tns-outer{
    width: 80%;
}
#imageCarousel-ow{
    width: 76%;
}

@media(max-width: 992px) {
    .familia-banner {
            display: none;
        }
}

@media (max-width: 576px) {

    .familia-banner {
        display: none;
    }

    .banner-title {
        font-size: 1.5em;
        padding-top: 20px;
        text-align: center;
    }

    .aspas {
        font-size: 3rem;
        left: -10px;
        top: 4px;
    }
.aspas {
left: 0!important;

}
.aspas-final{
    right: inherit!important;
}
    .banner-hero {
        height: 40vh;
    }

    .banner-hero {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}