.construccion_section {
    background-color: #ffffff;
    padding: 5rem 0;
    text-align: center;
    margin: 10% auto;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  
  .construccion_container {
    max-width: 800px;
    margin: 0 auto;
    align-items: center;
  }
  
  .construccion_logo {
    width: 200px;
    margin-bottom: 2rem;
  }
  
  .construccion_title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  
  .construccion_description {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #666;
  }