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

/* Global Styles */

html,
body {
    height: 100%;
}
/* Home Page Carousel */

header.carousel {
    height: 500px;
}
header.carousel2 {
    height: 300px;
}
.imagenes .info2 .container .des{
    text-align: right;
    color: #fff;
    margin-top: 3%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 500px;
    }
        header.carousel .carousel2 {
        height: 300px;
    }
}