body {
  position: relative;
}
.row.no-gutter {
  margin-left: 0px;
  margin-right: 0px;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.row.to-border {
  margin-left: -15px;
  margin-right: -15px;
}
.row.to-border [class*='col-']:first-child{
  padding-left: 0;
}
.row.to-border [class*='col-']:last-child {
  padding-right: 0;
}

.jumbotron{
  padding-top: 80px;
}
#projects{
    /*background-image: url('../img/logo_bt_b.png');
    background-repeat: no-repeat;
    background-position: bottom right;*/
    margin-bottom: 0px;
    padding-bottom: 30px;
}
#carousel-projects .carousel-control.right,#carousel-projects .carousel-control.left{
  background-image: none;
}
#tecnology{
    background-color: #AAFFAA;
    margin-bottom: 0px;
    padding-bottom: 30px;
}
