#entregas #myCarousel {
	margin-bottom: 0;
}

#entregas #myCarousel,
#entregas #myCarousel .carousel-inner,
#entregas #myCarousel .item {
	height: 250px;
}

#entregas .container .row {
	margin-top: 60px;
}

#entregas .container .row h2.sub-text {
  font-size: 1.5em;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 15px;
}

#entregas .container .row h3 {
  font-size: 1.3em;
}

#entregas .container .row ul {
  list-style: none;
  padding-left: 15px;
}

#entregas .container .row .col-md-8 a {
  display: block;
  width: 100%;
  margin-bottom: 2%;
  background-size: cover;
  background-position: center center;
 }

#entregas .container .row .col-md-8 a:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 30%;
}

#entregas .container .row .col-md-4 a.inside  {
  display: block;
  width: 100%;
  margin-bottom: 2%;
  background-size: cover;
  background-position: center center;
 }

#entregas .container .row .col-md-4 a.inside:after  {
  content: '';
  display: block;
  width: 100%;
  padding-top: 80%;
}

#entregas .container .row .col-md-4 {
	width: 39%;
	margin-right: 1%;
}

#entregas .container .row.inside .col-md-4 {
  width: 32%;
}

#entregas .container .row .col-md-8 {
	width: 59%;
}

@media screen and (max-width: 990px) {
	#entregas .container .row .col-md-4 {
	width: 100%;
	}

	#entregas .container .row .col-md-8 {
	width: 100%;
	}
}

#entregas .container .col-md-7 p.lead {
	font-size: 1em;
}

.cyan {
	color: #34bfff;;
}

#entregas .trabajos-list {
  position: relative;
}

#entregas .trabajos-list .item {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 2%;
  background-size: cover;
  background-position: center center;
}

#entregas .trabajos-list .item:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

@media screen and (min-width: 480px) {
  #entregas .trabajos-list .item {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media screen and (min-width: 990px) {
  #entregas .trabajos-list .item {
    width: 31%;
  }
}

@media screen and (min-width: 1100px) {
  #entregas .trabajos-list .item {
    width: 23%;
  }
}