#carouselBanner, #carouselBannerMobile {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.1);
}

.carousel-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
}

/*@media (max-width:350px) {
    .carousel-item {
        height: 230px;
        background-size: 100% 100%;
    }
}

@media (min-width:351px) and (max-width:450px) {
    .carousel-item {
        height: 310px;
        background-size: 100% 100%;
    }
}

@media (min-width:451px) and (max-width:530px) {
    .carousel-item {
        height: 380px;
        background-size: 100% 100%;
    }
}

@media (min-width:531px) and (max-width:649px) {
    .carousel-item {
        height: 450px;
        background-size: 100% 100%;
    }
}

@media (min-width:650px) and (max-width:768px) {
    .carousel-item {
        height: 520px;
        background-size: 100% 100%;
    }
}

@media (min-width:769px) and (max-width:991px) {
    .carousel-item {
        height: 280px;
        background-size: 100% 100%;
    }
}

@media (min-width:992px) and (max-width:1099px) {
    .carousel-item {
        height: 320px;
        background-size: 100% 100%;
    }
}

@media (min-width:1100px) and (max-width:1199px) {
    .carousel-item {
        height: 350px;
        background-size: 100% 100%;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .carousel-item {
        height: 380px;
        background-size: 100% 100%;
    }
}

@media (min-width:1399px) and (max-width:1599px) {
    .carousel-item {
        height: 420px;
        background-size: 100% 100%;
    }
}*/

#carouselElogios .carousel-item {
    height: auto;
}

.carousel-caption {
    z-index: 10;
}

.carousel-item img {
    top: 0;
    height: 100% !important;
    width: 100% !important;
}

.carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 15;
    width: 60%;
    max-height: 2rem;
    padding-left: 0;
    list-style: none;
}

    .carousel-indicators li {
        background-color: #ccc;
        border: none;
        -moz-opacity: .4;
        -khtml-opacity: .4;
        opacity: .4;
    }

    .carousel-indicators .active {
        background-color: #ccc;
        -moz-opacity: .8;
        -khtml-opacity: .8;
        opacity: .8;
    }

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

.featurette-divider {
    margin: 5rem 0;
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

@media (min-width:40em) {
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width:62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}
