html, body, .tooltip, .popover {
  font-family: "poppins", sans-serif;
  overflow-x: hidden;
}

button, input, optgroup, select, textarea {
  font-family: inherit
}

h2 {
  color: #556A80;
  font-weight: 500;
}

/* header */

.portada .navbar {
  background-color: white;
  position: fixed;
  top: 0;
  width: 90%;
  }

  @media (max-width: 768px) {
    .portada .navbar {
      width: 100%;
    }
  }

.logo {
  width: 60%;
  max-height: 60px;
}

#navbarCollapse > ul > li > a {
  color: #556A80;
}

body > div.portada > header > nav > div > button > span {
  color: #556A80;
}

body > div.portada > header > nav {
  height: 70px;
}

#navbarCollapse {
  color: #fff;
}

/* img portada */
.portada {
  background-image: url(/imagenes/portada.jpg);
  height: 100vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .portada {
  background-size: contain;
  height: 200px;
  margin-top: 200px;
  }
}


/* featurette */

.featurette-divider {
  margin: 2rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}

.row {
  padding-top: 6rem;
}

@media (max-width: 768px) {
  div.row {
  padding-top: 2rem;
  }
}


.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

h2.areas {
  font-weight: 900;
}

p.lead {
  font-size: 15px;
  max-width: 75%;
}

.areas h4 {
  color: #556A80;
  font-size: 18px;
}

.areas p {
  color: #556A80;
  font-size: 14px;
  padding-bottom: 5px;
  text-align: justify;
}

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/* clientes */

.clientes .row {
  padding: 0px;
  width: 90%;
}

.clientes {
  background-color: #e3e3e3;
  margin-top: 4rem;
  padding-top: 2rem;
  width: 120%;
  margin-left: -10%;
}

.clientes h2 {
  color: #556A80;
  text-align: center;
}

.item {
  padding:2rem;
}

.item-imagen {
  background-color: #dddddd;
  height: 100px;
}

body > div.container.marketing > div.clientes.d-md-block {
  color: #556A80;
}

/* profesionales */

.profesionales .col-md-3 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.profesionales h2 {
  font-weight: 400;
}

.row.integrantes {
  padding-top: 0px;
  padding-bottom: 5rem;
}

h2.profesionales {
  font-weight: 900;
}

h2#cl {
  font-weight: 900;
  text-align: center;
}

.integrantes {
  font-size: 14px;
  text-align: center;
  color: #878787;
}

.integrantes h3 {
  text-align: center;
  font-size: 1.5rem;
  color: #556A80;
  padding-top: 1.75rem;
}

body > div.container.marketing > div.row.profesionales > div.row.integrantes.col-md-8 > div.col-md-8 {
  text-align: justify;
  margin-top: 10px;
}

/* footer */
footer {
  background-color: #556A80;
}

div.container.footer.row {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
}

p.contacto {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  padding-bottom: 1rem;
}

hr.contacto {
  color: #fff;
  height: 2px;
}

@media (max-width: 768px) {
  .info {
  padding-top: 2rem;
  }
}

h2::before { 
  display: block; 
  content: " "; 
  margin-top: -100px; 
  height: 100px; 
  visibility: hidden; 
  pointer-events: none;
}