html{
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #e9ecef;
}
  
.section {
    min-height: 80vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    transition: transform 0.3s;
}

.section-2 {
    min-height: 80vh;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s;
}

.section-3 {
    min-height: 60vh;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s;
}

.section-4 {
    min-height: 90vh;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s;
}

#home {
    background: url(../images/home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center; 
    display: flex; 
    align-items: center; 
    flex-direction: column; 
    justify-content: center;
    margin-bottom: 2%;
}

#services {
    background-image: url(../images/servicios.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2%;
}

#services-page {
    background-image: url(../images/servicios.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#about-us {
    background-image: url(../images/conocenos.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2%;
}

#portfolio-page {
    background-image: url(../images/PORTAFOLIO/portfolio.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contact-us {
    background-color: #fdfaf0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2%;
}

#contact-us-page {

    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2%;
}

#about-us-page {
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2%;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    padding: 10px 20px;
}

.navbar-left{
    display: flex;
    flex: 1 1 0px;
}

.navbar-center{
    display: flex;
    flex: 1 1 0px;
    justify-content: center;
}

.navbar-right{
    display: flex;
    flex: 1 1 0px;
    justify-content: end;
}

.navbar a {
    color: #333;
    text-decoration: none;
    margin: 0 20px;
    font-size: 18px;
    font-weight: bold;
}

.navbar-center img {
    max-height: 200px; /* Adjust the height as needed */
}

.social-icon img {
    width: 30px; /* Adjust the width as needed */
    height: auto;
    margin: 0 5px;
}

.footer {
    /* Add your footer styles here */
    background-color: #3a3a3a;
    color: #e9ecef;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
  
.footer-column {
    /* Add your column styles here */
    flex: 1;
}
  
.footer h3 {
    /* Add your heading styles here */
    margin-bottom: 10px;
}
  
.footer p {
    /* Add your paragraph styles here */
    margin: 5px 0;
}

.services-box-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px;
}

.services-box{
    flex: 0 0 calc(40% - 20px); /* Adjust the width as needed */
    margin: 10px;
    padding: 15px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    border-radius: 5px;
}

.service-title{
    font-size: 44px; 
    background-color: #fff; 
    border-radius: 5px; 
    margin: 50px 400px 50px 400px;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.image-container {
    display: flex;
}
  
.image-link {
    text-align: center;
    margin: 10px;
    text-decoration: none;
    color: #333;
}
  
.image-link img {
    width: 400px;
    height: 400px;
}

.image-link:hover img {
    filter: brightness(70%); /* Adjust the value for darkness */
  }
  
.image-link h4 {
    margin: 5px 0;
    background-color: #fff;
    border-radius: 5px;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 10px;
    overflow: hidden;
  }
  
  .gallery-item {
    width: 500px; /* Adjust the width as needed */
    height: 500px; /* Adjust the height as needed */
    position: relative;
    overflow: hidden;
  }
  
  .gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
  }
  
  .gallery-item:hover img {
    transform: scale(1.1);
  }

  .links-container {
    display: flex;
    justify-content: space-between;
  }
  
  .link {
    text-decoration: none;
    padding: 10px;
    color: black;
  }