/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.carousel-item {
/*  height: 100%;*/
/*  min-height: 360px;*/
  width: 100%;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 20px;
}
       /* Telefones em paisagem e abaixo */
@media (max-width: 480px) { 
    .carousel-item{
    	height: 532px;
    }
 }
 
/* Telefones em paisagem a tablet em retrato */
@media (max-width: 767px) {
     .carousel-item{
    	height: 532px; 
    }
}
 
/* Tablet em retrato a paisagem e desktop */
@media (min-width: 768px) and (max-width: 1199px) {
     .carousel-item{
         width: 984px;
    	height: 345px;
    }
}
 
/* Desktop grande */
@media (min-width: 1200px) {
    .carousel-item{
        width: 1200px;
    	height: 360px;
    }
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
}

.col-xs-5ths {
        width: 98%;
        float: left;
    }


@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}