body {
    margin: 0;
    font-family: Arial, sans-serif;
  
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

header {
    background-color: #000000;
    opacity: 0.8;
    font-size: 24px;
    display: flex;
    align-items: center;
    padding: 50px;
  }
  
  .logo img {
    width: 50%; /* Ajusta el tamaño del logotipo según tus necesidades */
  
  }
  .contact-info {
    text-align: left;
    color: #ffffff;
  }
  
  .contact-item {
    margin-bottom: 5px;
  }
  
  .contact-label {
    color: #7fba00;
    font-weight: bold;
    text-align: right;
  }