.main-button a {
  background-color: #3a8bcd;
  border-radius: 5px;
  padding: 10px 15px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: all 0.5s;
}
.main-button a:hover {
  opacity: 0.7;
}
/* Banner Style */
.banner {
  margin-top: 50px;
  background-image: url(../img/escuadronvida/baner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0px;
  background-position: center center;
}
.banner .caption {
  background-color: rgba(250, 250, 250, 0.7);
  padding: 30px;
  max-width: 450px;
}
.banner .caption h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  color: #1e1e1e;
}
.banner .caption .line-dec {
  width: 30px;
  height: 5px;
  background-color: #3a8bcd;
}
.banner .caption p {
  margin-top: 15px;
  margin-bottom: 20px;
}

.content {
  max-width: 500px;
}

/* acerca de nosotros */
.about-page {
  margin-top: 50px;
  margin-bottom: 80px;
}
.right-content {
  text-align: justify;
}
.about-page .right-content h4 {
  font-size: 17px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 20px;
}
.about-page .left-image img {
  max-width: 100%;
}
.about-page .right-content span {
  display: inline-block;
  margin-left: 8px;
}
.about-page .right-content span a i {
  transition: all 0.5s;
  background-color: #aaa;
  width: 26px;
  height: 26px;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  margin-right: 5px;
}
.about-page .right-content .share {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding: 15px 0px;
}
.about-page .right-content h6 {
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 400;
}
.about-page .right-content span a:hover i {
  background-color: #3a8bcd;
}

/* 3.0 ========   SERVICES   ====*/

section#services2 {
  /* background: #19376d;
  background-position: center;
  background-size: cover; */
  margin-top: 50px;
  background-image: url(../img/escuadronvida/adoracion.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
 
  /* background-position: center center; */
}

section#services2 .section-heading {
  color: #ffffff !important;
  font-weight: 900;
  font-size: 42px !important;
}

section#services2 .section-subheading {
  color: #ffffff !important;
  font-size: 22px;
  text-align: justify;
  /* *padding: 150px 0px; */
}

.second-services2 {
  padding: 15px 0px 5px 0px;
}

#services2 i.fa {
  font-size: 38px;
  /* border: 4px solid; */
  background: #058bce;
  width: 80px;
  height: 80px;
  padding: 22px 17px;
  border-radius: 50%;
  transition: all 0.2s;
}

/* 4.0 ========   Ministerios   ====*/
#ministerio{
	padding: 50px;
}


.nav-tabs {
  border-bottom: 2px solid #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-width: 0;
}
.nav-tabs > li > a {
  border: none;
  color: #ffffff;
  background: #058bce;
}
.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
  border: none;
  color: #058bce !important;
  background: #fff;
}
.nav-tabs > li > a::after {
  content: "";
  background: #058bce;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
  transform: scale(1);
}
.tab-nav > li > a::after {
  background: #3a8bcd none repeat scroll 0% 0%;
  color: #fff;
}
.tab-pane {
  padding: 15px 0;
}
.tab-content {
  padding: 20px;
}
.nav-tabs > li {
  width: 20%;
  text-align: center;
}
/* .card {
  background: #fff none repeat scroll 0% 0%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
} */
/* body {
  background: #edecec;
  padding: 50px;
} */

@media all and (max-width: 724px) {
  .nav-tabs > li > a > span {
    display: none;
  }
  .nav-tabs > li > a {
    padding: 5px 5px;
  }
}
