.size2-5 {
  font-size: 2.5em!important;
  line-height: 100%;
}

.background-img-1 {
	width: 100%;
	min-height: 75vh;
	background-image: url('../images/slideshow/22.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.background-img-2 {
	width: 100%;
	min-height: 75vh;
	background-image: url('../images/slideshow/4.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.overlay{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  z-index:0;
}

.header-top {
	background-color: #D8640F;
}

.wrap-caption a.btn-default {
  text-align: center;
  font-size: 14px;
  color: #D8640F;
  line-height: 20px;
  font-weight: 700;
  background-color: #fff;
  padding: 10px 20px;
  border: 0;
}

.banner .caption a.btn-default:hover, .wrap-caption a.btn-default:hover {
  background-color: #D8640F;
  color: #fff;
}

.work-info-item:nth-child(1) {
  background-color: #FF8931;
}

.work-info-item:nth-child(2) {
  background-color: #F7781B;
}

.work-info-item:nth-child(3) {
  background-color: #D8640F;
}

.custom-a {
  font-weight: bold;
	color: white;
	text-decoration: underline;
}

.top-sosmed span {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #fff;
  color: #D8640F;
  display: inline-table;
  padding-top: 7px;
  border-radius: 50%;
  margin-right: 10px;
}

.work-info-item {
  min-height: 95px;
  padding-top: 0px;
}

.loader {
  background-image: url(../images/rsz_logocerrajero.png);
}

.page-title .lead {
  color: #D8640F;
}

.why-item .icon {
  background-color: #D8640F;
}

.services-item .icon img {
  border: none;
  width: 60px;
  height: auto;
  color: white;
}

.section.services {
  margin-top: 145px;
}

.fcopy {
  background-color: #D8640F;
}

.title-page {
  color: #D8640F;
}

.service-list li .fa {
  color: #D8640F;
}

.about-img {
  min-height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.item {
  min-width: 20%;
  margin: auto;
}

@media (min-width: 769px) and (max-width: 1200px) {
	.container-custom {
		padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: auto;
	}
}

@media (max-width: 768px){
  .navbar-brand {
    padding: 6px 15px;
    max-width: 140px;
  }

  .carousel-caption {
    top: 10px;
  }

  .header-top {
    display: block;
  }

  .top-sosmed {
    display: none;
  }

  .wrap-caption {
    top: 50px;
    position: relative;
  }

  .flex {
    flex-direction: column;
  }
}

.border-bottom {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.margin-bottom {
  margin-bottom: 25px;
}

.fa.fa-facebook-square {
  color: #3b5998;
}

.fa.fa-youtube-square {
  color: #cd201f;
}

.carousel-caption {
  top: 0px;
}

@media (max-width: 767px) {
  .hide-on-phone {
    display: none;
  }
}

.dios {
  position: relative;
  top: 40px;
  font-weight: bold;;
}

@media (max-width: 768px) {
  .dios {
    position: relative;
    top: 10px;
    font-weight: bold;
    left: -40px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    width: 400px;
  }
}
