
  body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6C6A74;
    text-align: left;
    background-color: #fff;
  }
  
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

 
  .d-flex {
    display: flex !important;
  }
  
  .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  
.about-page .page-header {
  background: url(../images/servicios.png) no-repeat center;
  background-size: cover;
}


.servicios-page .page-header {
  background: url(../images/servicios.png) no-repeat center;
  background-size: cover;
}

.news-page .page-header {
  background: url(../img/imagen3.png) no-repeat center;
  background-size: cover;
}

.contactanos-page .page-header {
  background: url(../img/imagen4.png) no-repeat center;
  background-size: cover;
}