
    
  <style>
    body {
        font-family: Consolas,monaco,monospace;
      background-color: rgba(250, 250, 250, 1);

      background-attachment: fixed;
      background-size: cover;
      margin: 0;
      padding: 0;
        /*padding-top: 30px;*/
    }

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

    a {
        color: #828aa1ff;
      /*color: #decddf;*/
      text-decoration: none;
    }

    a:hover {
      color: white;
      background-color: #828aa1ff;
        padding: 4px 5px 4px 5px;
        font-size: 15px;
    }

    a:active {
      color: black;
    }
      
      
       #i-link {
           color: #828aa1ff;
      text-decoration: none;
          
      }
      #i-link:hover{
           color: #828aa1ff;
          text-decoration:underline;
            background-color: #fafafa;
        padding: 4px 5px 4px 5px; 
          font-size:16px;
      }

     .tituloP {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; /* Allow text to wrap */
  padding: 0.5%;
  margin: 15px auto;
  text-align: center;
  font-family: 'Chivo Mono', monospace;
  font-size: 3.6vw; /* Responsive font size */
  font-weight: 500;
  font-style: normal;
  line-height: 1.2; /* Adjust line height for readability */
}
      .nombreP {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; /* Allow text to wrap */
  padding: 0.5%;
  margin: 20px auto;
  text-align: center;
  font-family: 'Chivo Mono', monospace;
  font-size: 3.5vw; /* Responsive font size */
  font-weight: 300;
  font-style: normal;
  line-height: 1.2; /* Adjust line height */
}
       .socialMediaP {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; /* Allow text to wrap */
  padding: 0.1%;
  margin: 20px auto;
  text-align: center;
  font-family: 'Chivo Mono', monospace;
  font-size: 1vw; /* Responsive font size */
  font-weight: 100;
  font-style: normal;
  line-height: 1.2; /* Adjust line height */
}
      
      
      .divider {
  border: none; /* Remove default border style */
  height: 2px; /* Adjust the thickness of the line */
  background-color: #000; /* Set color of the horizontal line */
  margin: 20px 0; /* Add space around the line */
  width: 80%; /* Adjust the width of the line */
  margin-left: auto; /* Center align the line */
  margin-right: auto; /* Center align the line */
}

     
    .footer {
      color: #000000;
      font-size: 10px;
      font-family: Consolas,monaco,monospace;
     /* padding: 10px 60px 60px 60px;*/
      text-align: left;
      /*border: 1px solid grey;*/
        
    
      width: 80%;
      padding: 20px;
      margin: 20px auto 5%;
    }

    .title-container {
      text-align: left;
      padding: 50px 0 20px 40px;
      /*border: 1px solid grey;*/
      /*font-family: 'Space Mono', monospace;*/
         
    font-family: Consolas,monaco,monospace;
    }

    .title-container h1 {
      font-size: 9vw;
        font-weight: 700;
      margin: -20px 0 -20px 0;
      color: #000000;
    }

    .title-container h2 {
  font-size: 1vw;
font-weight: 700;
  margin-top: 5px;
 margin-bottom: 5px;
  font-weight: 300;
  color: #444444;       
    }
      .title-container h3 {
      font-size: 1vw;
      margin: 0;
      font-weight: 300;
      color: #444444;
    }

    .descripcion {
      /*font-family: 'Space Mono', monospace;*/
        font-family: Consolas,monaco,monospace;
      font-size: 16px;
      font-weight: 300;
      color: #444444;
      /*padding: 5px 40px;*/
        
      /*border: 1px solid grey;*/
        
           display: flex;
      width: 80%;
      padding: 20px;
      margin: 20px auto;
    }
      
    
   
      
      
      .ascii_container{
          overflow: auto;
          width: 100%;
           font-family: Consolas,monaco,monospace;
         padding: 5px 5px 5px 5px;
      text-align: center;
      }
      
   

 .button-container {
      text-align: center; /* Center content within the container */
    }

    #centered-button {
    background: radial-gradient(circle, #decddf, #ffffff);
        /*font-family: Consolas,monaco,monospace;*/
        font-family:'Chivo Mono', monospace;
      /*background-color: #4285f4;*/ /* Button background color */
      color: black; /* Button text color */
      border: none; /* Remove default border */
      padding: 12px 10% 12px 10%; /* Add padding inside the button */
      font-size: 20px; /* Button text size */
      border-radius: 4px; /* Rounded corners */
      cursor: pointer; /* Change cursor to pointer on hover */
      outline: none; /* Remove default outline */
      /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); *//* Shadow for better appearance */
      transition: background-color 0.3s; /* Smooth background color transition */
         border: dashed;
          border-color: #828aa1ff;
    }

      #centered-button:hover {
          color:black;
      background-color:none; /* Darker color on hover */
          text-decoration: none;
           font-size: 20px;
          border:3px dashed;
    
    }
      .button-container #centered-button a {
  /* Your specific styles here */
  text-decoration: none; /* Remove underline if needed */
           background-color:inherit;
  color: black; /* Inherit color from button */
           font-size: inherit;
}
      /* Remove hover effect from the link inside the button */
.button-container #centered-button a:hover {
  text-decoration: none; /* Ensure no underline on hover */
  color: black; /* Ensure color remains the same on hover */
     background-color:inherit;
    font-size: inherit;
    font-weight: 700;
      
     
    
}
    
      
      

   .marquee {
  height: 30px; /* Ensure height matches the content */
  width: 100vw;
  overflow: hidden;
  position: relative;
       font-family: Consolas,monaco,monospace;
white-space: nowrap;
       background-color: transparent; /* Ensure no background color */
        margin: 0; /* Remove margin */
  padding: 0; /* Remove padding */
        z-index: 10; /* Higher than 
       the banner */
}

.marquee div {
  display: block;
  width: 200%;
  height: 30px; /* Align with the .marquee height */
  position: absolute;
  overflow: hidden;
  animation: marquee 25s linear infinite;
}

.marquee span {
 display: inline-block; /* Keep content on one line */
  width: auto; /* Allow span to adjust to content */
  color: white;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}

    .marquee a {
      color: black;
      text-decoration: none;
    }

    .marquee a:hover {
      color: white;
        background:black;
    }

    .bottom-menu {
   display: flex;
  justify-content: space-around;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: white;
  /*border-top: 1px solid grey;*/
    }

    .bottom-menu a {
  flex: 1;
  padding: 15px 0;
  text-align: center;
  font-family: Consolas, monaco, monospace;
  font-size: 14px;
  color: black;
  text-decoration: none;
  transition: background-color 0.3s ease;
    }

    .bottom-menu a:hover {
      background-color: #f0f0f0;
    }

    .banner {
      width: 100%;
      padding: 20px 0;
      text-align: center;
     /* border: 1px solid grey;*/
    }
      
      

    .banner img {
      max-width: 100%;
      height: auto;
    }
   

    .texto-vertical {
      text-align: center;
      /*font-family: 'Space Mono', monospace;*/
        font-family: Consolas,monaco,monospace;
      font-weight: 700;
      font-size: 30px;
      writing-mode: vertical-rl;
      transform: scale(-1);
      padding: 10px;
      margin: 0;
    }
/*galeria*/
     /* Container styling */
   /* Container styling */
    .scroll-container {
      position: relative;
      overflow: hidden; /* Hide overflow for seamless scroll */
      width: 100%;
      white-space: nowrap;
    }

    /* Wrapper for animation */
    .image-wrapper {
      display: flex; /* Align images horizontally */
      animation: scroll 30s linear infinite;
    }

    /* Image styling */
    .image-container {
        
      position: relative;
      display: inline-block; /* Keep images inline */
         width: 100%; /* Ensure the container is the same width as the image */
        max-width:400px;
    }

    .image-container img {
      width: 400px; /* Adjust width as needed */
      height: auto;
      display: block;
      filter: grayscale(75%); /* Apply grayscale filter */
    }
      
.image-container a {
    color: #2600FF; /* Default link color */
    font-size: 10px;
    text-decoration: none;
}

.image-container a:hover {
    color: #FF00FF; /* New hover color for links in the gallery */
    background-color: transparent; /* Adjust or remove if needed */
}

.overlay a {
    color: #2600FF; /* Default link color */
     font-size: 10px;
    text-decoration: none;
}

.overlay a:hover {
    color: #FF00FF; /* New hover color for links in the gallery overlay */
    background-color: transparent; /* Adjust or remove if needed */
}
    

    /* Overlay styling */
/* Overlay styling */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Ensure the overlay takes up the full height of the container */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s;
    text-align: center; /* Center text inside overlay */
    padding: 10px; /* Add padding for better readability */
    box-sizing: border-box; /* Ensure padding is included in the width/height */
    overflow: auto; /* Allow scrolling if text overflows */
}

.overlay p {
    margin: 0;
    font-size: 10px; /* Adjust font size as needed */
    line-height: 1.5; /* Adjust line height for better readability */
    overflow-wrap: break-word; /* Prevent long words from breaking the layout */
    word-wrap: break-word; /* Legacy support for older browsers */
    text-align: center; /* Center text inside the paragraph */
    white-space:normal;
}
      
      
      
    /* Show overlay on hover */
    .image-container:hover .overlay {
      opacity: 1;
    }

    /* Animation keyframes */
    @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); } /* Adjust this value based on total image width */
    }
      /*--- fin de galería animada --*/
      
      
      /* secciones: contenedores con tablas */
    .section-container {
    font-family: Consolas,monaco,monospace;
      display: flex;
      padding: 20px;
     border: 1px solid grey;
      border-radius: 10px;
      width: 60%;
      margin: 20px auto;
      /*background: radial-gradient(circle, #2f0, #ffffff);*/
        
    }

    .title-sec2 {
      display: inline-block;
      padding: 10px;
    /* border: 1px solid grey;*/
      text-align: center;
        font-family:'Chivo Mono', monospace;
  font-style: normal;
      /*font-family: 'Space Mono', monospace;*/
      font-weight: 700;
      font-size: 15px;
      writing-mode: vertical-rl;
      transform: scale(-1);
    }

    .tables-sec2 {
      display: flex;
      gap: 20px;
      /*border: 1px solid grey;*/
      padding: 10px;
      border-radius: 4px;
      flex: 3;
      width: 100%;
      margin-left: 20px;
      /*font-family: 'Space Mono', monospace;*/
    }

    table {
      border-collapse: collapse;
      width: 100%;
          word-wrap: break-word; /* Prevent content from overflowing */
    }

    th, td {
      border: 1px solid #ddd;
      padding: 8px;
      text-align: left;
    }

    th {
      background-color: #f4f4f4;
    }
/* ----------------- RESPONSIVE ------------------*/
    @media only screen and (max-width: 768px) {
        
      .title-container h1 {
        font-size: 12vw;
      }
      .title-container h2 {
        font-size: 3vw;
      }
      .descripcion {
        font-size: 2.5vw;
        padding: 0 50px;
        width: calc(100% - 100px);
        
      }
         
.bottom-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    grid-template-rows: auto auto; /* 2 rows */
    width: 100vw; /* Use viewport width for full screen coverage */
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    /* Optional border for separation */
    /* border: 1px solid grey; */
  }
  
  .bottom-menu a {
    padding: 20px 0;
    font-size: 4vw; /* Scale font size relative to viewport width */
  }

  .bottom-menu a:hover {
    background-color: #f0f0f0;
  }
        
        /* tablas con info*/
         .section-container {
        flex-direction: column; /* Stack items vertically */
    }

    .tables-sec2 {
        display: block; /* Stack tables vertically */
        margin-left: 0; /* Remove left margin */
    }

    table {
        margin-bottom: 20px; /* Add space between tables */
    }

    /* Optional: Adjust table width on smaller screens */
    table {
        margin-bottom: 20px; /* Add space between tables */
    }

    /* Adjust table width on smaller screens */
    table {
        width: 100%; /* Ensure table takes full width */
    }

    /* Adjust title styles for mobile devices */
    .title-sec2 {
        writing-mode: horizontal-tb; /* Set writing mode to horizontal */
        transform: none; /* Remove any existing transformation */
        font-size: 6vw; /* Adjust font size if needed */
        text-align: left; /* Align text left */
        margin: 0; /* Remove margin if necessary */
        padding: 10px; /* Adjust padding if needed */
    } 
          th, td {
        font-size: 4vw; /* Responsive font size for table content */
    }

      .tituloP {
    font-size: 6vw; /* Increase font responsiveness on smaller screens */
    margin: 10px auto;
  }
   .nombreP {
    font-size: 5vw; /* Responsive font size for smaller screens */
    margin: 10px auto;
  }
        
        .socialMediaP {
    font-size: 3vw; /* Responsive font size for smaller screens */
    margin: 10px auto;
  }
    }
      
      
      
      
  </style>