@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero-content {
  width: 100%;
  height: 19vh;
  background: url("../../imagenes/banner.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;
}

#hero-content:before {
  content: "";
  background: rgba(56, 64, 70, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero-content .container {
  z-index: 2;
}

#hero-content h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero-content h1 span {
  border-bottom: 4px solid #3498db;
}

#hero-content h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
}

#hero-content .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #3498db;
  text-transform: uppercase;
}

#hero-content .btn-get-started:hover {
  background: #4ea5e0;
}

@media (max-width: 992px) {
  #hero-content {
    height: calc(100vh - 70px);
  }
}

@media (max-width: 768px) {
  #hero-content h1 {
    font-size: 30px;
    line-height: 36px;
  }

  #hero-content h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.what-we-do .container p {    
  text-align: justify!important;
}
.what-we-do .row h5 {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
  padding: 20px 0;
    background-color: rgba(235,237,241,1.00);
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumb ol li+li {
  padding-left: 10px;
}

.breadcrumb ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4f5a62;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumb ol {
    display: block;
  }

  .breadcrumb ol li {
    display: inline-block;
  }
}

.container .collapse h4 {
    font-size: 17px;
    font-weight: bold;
}

/*--------------------------------------------------------------
# esto funciona para el footer
--------------------------------------------------------------*/
.footer {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #DDDDDD;
}
.footer p {
    text-align: center;
    font-size: 17px;
}
.footer h3 {
    font-size: 25px;
}
.footer a {
    color: rgba(40,126,158,1.00);
}
/*--------------------------------------------------------------
# esto funciona para el portfolio-details en la parte de artículos
--------------------------------------------------------------*/
.portfolio-details {
    text-align: justify;
}
.portfolio-details h2 {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
}
.portfolio-details h3 {
    font-size: 21px;
    font-weight: bold;
}
.portfolio-details h4 {
    font-size: 19px;
    font-weight: bold;
    font-style: italic;
}
.portfolio-details h5 {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.portfolio-details h6 {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.portfolio-details ul li {
    margin-bottom: 10px;
}
.portfolio-details table tr td img {
    padding: 0;
    margin: 0!important;
}
table {
    margin: auto;
}

.fig {
	font-size: .9rem!important;
	text-align: center!important;
	margin: auto 100px!important;
    margin-bottom: 10px!important;
}
.figsub {
	font-size: .9rem!important;
	text-align: right;
}
.figpeq {
	font-size: .9rem!important;
	text-align: center!important;
	margin: auto 10px!important;
}
.reference li {
    list-style-type: none;
}
.list {
    list-style-type: none;
}