.welcome-section {

    background-image: url("../img/portada.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 1;
}

.welcome-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
}

.welcome-text h1 {
    color: #000;
    font-size: 100px;
    position: relative;
    font-family: 'Bebas Neue', sans-serif;
    margin-bottom: 0px;
    bottom: 0px;
}

@keyframes fadeIn {
    0% {
        opacity: 0; 
    }
    100% {
        opacity: 1; 
    }
}

.fade-in {
    animation: fadeIn 2.5s; 
}


.welcome-text p {
    color: #000;
    font-size: 16px;
    position: relative;
    font-family: 'Titillium Web', sans-serif;
    display: flex;
}


.transparent-navbar {
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: white;
    font-family: 'Titillium Web', sans-serif;
}

/*ACERCA-DE*/
.about-section {

    background-image: url("../img/white-wall.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 1;
  }
  
  .about-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .footer{
    background-color: #6F4E37 !important;
  }
  .footer-link {
    color: #F2E3DB;
  }
  .footer-link p{
    color: #F2E3DB;
  }
.head_about{
    color: #000;
    font-size: 100px;
    position: relative;
    font-family: 'Bebas Neue', sans-serif;
    margin-bottom: 0px;
    bottom: 0px;
    font-size: 50px !important;
    
}
.uhead_about{
    color: #000;
    font-size: 25px;
    position: relative;
    font-family: 'Bebas Neue', sans-serif;
    margin-bottom: 0px;
    bottom: 0px;
}
