/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

.destaque-home .carousel,
.destaque-home .item,
.destaque-home .active {
    max-height: 300px;
}

.destaque-home .carousel-inner {
    height: 100%;
}


/* Background images are set within the HTML using inline CSS, not here */

.destaque-home .fill {
    width: 100%;
    max-height: 300px;
    min-height: 300px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media screen and (min-width: 768px) {
    .destaque-home .carousel-indicators {
        bottom: 0;
    }
    .destaque-home .carousel-caption {
        padding-bottom: 10px;
        bottom:5px!important;
    }
}

@media screen and (min-width: 1919px) and (max-width: 2559px) {
    .destaque-home div.carousel,
    .destaque-home div.item,
    .destaque-home div.active {
        min-height: 490px !important;
    }
}

@media screen and (min-width: 1600px) and (max-width: 2559px) {
    .destaque-home .carousel-inner {
        min-height: 490px !important;
    }
    .destaque-home .fill {
        min-height: 490px !important;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1918px) {
    .destaque-home div.carousel,
    .destaque-home div.item,
    .destaque-home div.active {
        min-height: 400px !important;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1918px) {
    .destaque-home .carousel-inner {
        min-height: 400px !important;
    }
    .destaque-home .fill {
        min-height: 400px !important;
    }
}

@media screen and (min-width: 2559px) {
    .destaque-home div.carousel,
    .destaque-home div.item,
    .destaque-home div.active {
        min-height: 646px !important;
    }
}

@media screen and (min-width: 2559px) {
    .destaque-home .carousel-inner {
        min-height: 646px !important;
    }
    .destaque-home .fill {
        min-height: 646px !important;
    }
}