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

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

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

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

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

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

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

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

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

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

.cyan {
	color: #34bfff;;
}

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

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

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

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

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

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