a {
  text-decoration: none; }
  a:hover, a:focus, a:link, a:visited {
    text-decoration: none; }

p {
  font-size: 15px;}

p,
ul {
  margin: 0; }

img {
  width: 100%;
  height: auto; }

body {
  background-color: #faf8f1; }

section header h1,
section header h2 {
  color: #8b3834;
  font-size: 30px;
  text-align: center;
  margin: 0 0 30px;
  text-transform: uppercase; }

section.about-us {
  background-color: #f1c113;
  padding: 50px 0; }
  section.about-us header h1 {
    text-align: left; }
  section.about-us main p {
    margin-bottom: 10px; }

section.pillars {
  padding: 50px 0 0; }
  section.pillars header {
    padding-bottom: 30px; }
    section.pillars header h2 {
      margin-bottom: 10px; }
  section.pillars main {
    background-image: url("../../images/background-pilares.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; }
    section.pillars main .container-fluid {
      padding: 0; }
    section.pillars main .nav-tabs {
      border: none;
      margin-bottom: 10px; }
      section.pillars main .nav-tabs li {
        border: none;
        margin: 0;
        text-align: center;
        text-transform: uppercase;
        padding: 0; }
        section.pillars main .nav-tabs li a {
          border: none;
          background-color: rgba(139, 56, 52, 0.4);
          border-radius: 0;
          color: #FFFFFF; }
        section.pillars main .nav-tabs li.active {
          border: none;
          margin: 0; }
          section.pillars main .nav-tabs li.active a {
            background-color: rgba(139, 56, 52, 0.8);
            border: none;
            color: #FFFFFF; }
    section.pillars main .tab-content {
      padding: 40px 40px 150px;
      color: #FFFFFF;
      background-color: rgba(139, 56, 52, 0.4); }

section.qualities {
  padding: 50px 0; }
  section.qualities main .container-fluid {
    padding: 0; }
  section.qualities main .iten {
    text-align: center;
    margin-bottom: 40px; }
    section.qualities main .iten .fa {
      font-size: 90px;
      color: #2C2C2C;
      margin-bottom: 15px; }
    section.qualities main .iten p {
      font-size: 16px;
      color: #8b3834; }
    section.qualities main .iten:nth-child(3n+1) {
      clear: both; }

section.estructure {
  padding: 50px 0;
  background-color: #8b3834;
  color: #FFFFFF; }
  section.estructure .container-fluid {
    padding: 0; }
  section.estructure header h2 {
    color: #FFFFFF; }
  section.estructure main p {
    margin-bottom: 15px; }
  section.estructure main a {
    display: block; }
    section.estructure main a img {
      margin: 30px 0 10px;
      width: 100%; }
  section.estructure main .address {
    padding: 0;
    text-align: center; }
    section.estructure main .address h3 {
      font-size: 22px;
      font-weight: bold;
      color: #FFFFFF; }
    section.estructure main .address p {
      font-size: 16px;
      color: #FFFFFF; }
