body {
    background: rgba(0, 0, 0, 0.9);
    margin: 0;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  
  .main-header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    padding: 10px 0;
  }
  
  .main-header-image {
    max-height: 400px; /* Adjusted height */
    width: auto;
  }

  .navbar {
    background-color: #E6E6E6;
    padding: 10px 0;
    text-align: center;
    width: 50%;
    z-index: 1;
    top: 400px;
    padding: 40px 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    position: absolute;
}

.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-list li {
    margin: 0 15px;
}

.nav-list a {
    text-decoration: none;
    color: #909090;
    font-size: 16px;
    font-weight: bold;
    font-size: 20px; 
}

.nav-list a:hover {
    color: #000;
}
  
.bg-light {
    background: #f4f4f4;
    color: #333;
  }
    
  .grid-2 {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .container {
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 4rem 1rem;
    font-weight: 100;
  }


  /*FOOTER*/
.bg-dark {
    background: #333;
    color: #f4f4f4;
  }
  
  footer {
    padding: 2.2rem;
  }
  
  footer p {
    margin: 0;
  }
  

  footer{
  
  background-color:#121619;
  color:#fff;
  }
  
  .top_header{
  padding:2rem;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  }
  
  .top_header section{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  }
  
  .top_header span{
  padding:0 1rem;
  }
  
  .top_header .fa{
  color:#ffffff;
  font-size:35px;
  }
  
  footer .border-shape {
  width: 40%;
  }
  
  footer .border-shape::before {
  width: 100%;
  left:120px;
  }
  
  footer .border-shape::after {
  width: 100%;
  right:120px;
  }
  
  footer .bottom_content section{
  padding:1.5rem 2rem;
  display:flex;
  align-items:center;
  justify-content:Center;
  }
  
  .bottom_content a{
  margin:0 20px;
  color:rgba(255,255,255,0.7);
  transition:0.5s;
  }
  
  .bottom_content a:hover{
  color:rgba(255,255,255,1);
  }
  
  
  .copyright{
  padding:0.8em 0;
  background-color:#1e1e1e;
  text-align:center;
  color:rgba(255,255,255,0.7);
  font-size:12px;
  }
  
  
  

  a{
    text-decoration:none;
    outline:none !important;
    color:#fff;
    }
    
    .border-shape {
    background: #ffffff none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 3px;
    left: 0;
    margin: 20px auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 80px;
    }
    
    .border-shape::before {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 80px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 100px;
    }
    
    .border-shape::after {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    margin: 0 auto;
    position: absolute;
    right: 80px;
    text-align: center;
    top: 1px;
    width: 100px;
    }

    .float{
      position:fixed;
      width:60px;
      height:60px;
      bottom:40px;
      right:40px;
      background-color:#25d366;
      color:#FFF;
      border-radius:50px;
      text-align:center;
      font-size:30px;
      box-shadow: 2px 2px 3px #999;
      z-index:100;
    }
    
    .my-float{
      margin-top:16px;
    }
  

    @media screen and (max-width: 768px) {
      .showcase {
        height: auto;
      }

      .content {
        width: 90%;
      }
    
      .navbar {
        width: 95%;
        top: 185px;
      }
    
      .top_header {
        
        padding: 1rem;
      }
    
      .nav-list {
        flex-direction: column;
      }
  
     
      
    
     
    
      .float {
        
        right: 20px;
        width: 50px;
        height: 50px;
        font-size: 24px;
      }
    }
    

    @media screen and (max-width: 768px) {
      .top_header {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        text-align: center;
      }


      
      .top_header section {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1rem;
        gap: 0.3rem;
      }
      
      .top_header i {
        font-size: 1.2rem;
        margin-bottom: 0.3rem;
      }
      
      .bottom_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        margin-top: 1.5rem;
      }
      
      .bottom_content section {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.8rem;
      }
      
      .bottom_content a {
        font-size: 0.95rem;
        text-align: center;
      }
      
      .copyright {
        margin-top: 1rem;
        display: flex;
        justify-content: center;
      }
      
      .copyright img {
        width: 100px;
        height: auto;
        display: block;
      }
      
      }


      @media screen and (max-width: 768px) {
        
        
        .about .grid-2 {
          display: flex;
          flex-direction: column;
          margin-top: 6rem;
        }

        .easd,.taller {
          display: none;
        }
      
        .about .grid-2 > div:first-child {
          order: 2; /* Las imágenes se mostrarán después */
          text-align: center;
        }
      
        .about .grid-2 > div:last-child {
          order: 1; /* El texto se muestra primero */
          padding: 0 1rem;
        }
      
        .about img {
          width: 100% !important;
          height: auto !important;
          max-width: 100%;
          margin-top: 2rem;
          object-fit: cover;
        }
      
        .about .grid-2 img {
          max-height: 300px;
        }
      
        .about h1 {
          font-size: 1.4rem !important;
          font-weight: 500;
          margin-bottom: 1rem;
        }
      
        .about p {
          font-size: 1rem;
          line-height: 1.6;
          margin-top: 1.5rem;
          text-align: justify;
        }
      }
      
  
      @media screen and (max-width: 768px) {
        .main-header-image {
          max-height: 200px;
          width: 100%;
          object-fit: cover;
          margin: 0 auto;
        }
      }


      .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
    