* {
    margin:0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    font-family: "Special Elite", system-ui;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url("/img/aboutus/background.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center; 
    width: 100%;  } 

  .container {
    position: relative; 
    z-index: 1; 
  }
  
  .us-container {
    display: flex;
    align-items: center;
    text-decoration: none;
    vertical-align: middle;
    flex-direction: row;
    margin:10px;
  }

  .header {
    color:white;
    display:flex;
  }
  .header img {
    width:50px;
    height:50px;
    border-radius:50%;
    margin:8px 5px;
  }
  .title-header {
    margin-left:-10px;
    margin-top:30px;
    color: white;
    font-size: 20px;
  }
  .fieldset {
    padding: 10px;         
    margin: 20px 10px;   
    border-radius: 5px; 
  }

  .fieldset h3 {
    padding: 0 5px; 
    background-color: rgba(0, 0, 0, 0.7); 
    width: fit-content; 
    position: relative;
    top: -21px; 
    font-size: 16px;
  }
  .borde { 
    padding: 10px;
    margin: 20px 10px;
    border-radius: 5px;
  }
  .borde1  {
    border: 2px solid #f47b8dfe;
  }
  .borde2  {
    border: 2px solid #8ec984ff;
  }
  .borde3  {
    border: 2px solid #faaf6eff;
  }
  .borde4  {
    border: 2px solid rgb(144, 145, 179);
  }
  .borde5  {
    border: 2px solid #eee663ff;
  }
  .borde6 {
    border: 2px solid #e182c9ff;
  }
  .borde7  {
    border: 2px solid #7bf0ecff;
  }
  
  .title { 
    font-weight: bold;
    font-size: 18px;
    margin-left: 20px; 
    line-height: 1.3;
    padding: 0 10px;
  }
  
  .title1 {
    color: #f47b8dfe;
  }
  
  .title2 {
    color: #8ec984ff;
  }
  .title3 {
    color: #faaf6eff;
  }
  .title4 {
    color: rgb(144, 145, 179);
  }
  .title5 {
    color: #eee663ff;
  }
  .title6 {
    color: #e182c9ff;
  }
  .title7 {
    color: #7bf0ecff;
  }
  
  .texto {
    z-index: 1;
    text-align: left;
    line-height: 1.3;
    color: white;
    padding:10px;
  }

  .footer {
    color:white;
    display:flex;
    border-top:1px solid white;
    display: flex;
    justify-content: center;
  }
  .footer img {
    width:50px;
    height:50px;
    border-radius:50%;
    margin:8px 5px;
  }
  .title-footer {
    margin-left:-10px;
    font-size: 20px;
    margin-top:30px;
    color: white;
  }

  

