html {
    scroll-behavior: smooth;
}

.main-logo {
    width: 200px;
}

#colorlib-aside #colorlib-main-menu ul li a {
    color: #000;
}

#colorlib-aside #colorlib-main-menu ul li a:hover {
    color: #f2cb57;
}

#colorlib-aside #colorlib-main-menu ul li.colorlib-active {
    color: #f2cb57;
}

@media (min-width: 992px) {
    #colorlib-main {
      width: 83%; 
    } 
}


.presentation {
    width: 2560px;
    height: 500px;
    cursor: default; 
    background-position: right !important;
    position: relative;
}

.presentation-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: start;
    flex-flow: column;
    justify-content: center;
    padding-left: 2rem;
    background-color: rgba(0, 0, 0, 0);
}

@media(max-width: 576px) {
    .presentation {
        background-position: 0px 0px !important;
        background-image: url("/images/Saludo_Vertical_NEW.gif") !important;
    }

    .presentation-content {
        justify-content: flex-start;
        margin-top: 300px;
    }
}

/* .portfolio-item {
    transition: opacity 0.3s ease;
}

.portfolio-item:hover {
    opacity: 0.75;
} */

.portfolio-item {
    position: relative;
}

.portfolio-content {
    position: relative !important;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    transition: background 0.5s ease;
}

.portfolio-item:hover .portfolio-content {
    background-color: rgba(0, 0, 0, 0.5);
}

.social-media-icon {
    font-size: 30px;
    color: #000 !important;
}

.pfooter, .pfooter a {
    font-size: 10px !important;
    color: #bcb08a !important;
}

.link-black {
    color: #000 !important;
}

.text-highlight {
    color: #f2cb57 !important;
}

.typed-text {
    /* color: #847447; */
    color: #9c7e2f;
    font-weight: bold;
}

.btn-primary {
    background-color: #f2cb57 !important;
}

.btn-primary:hover {
    color: #f2cb57 !important;
    background-color: #111 !important;
}

/* Projects section */
.project-content {
    margin-bottom: 1rem;
}

.project-content img {
    width: 100%;
}

.project-content video {
    width: 100%;
}

.project-description .project-tags {
    color: #f2cb57 !important;
}

.project-description p {
    margin-bottom: 0 !important;
}

/* Resume section */
.resume .resume-title {
    /* color: var(--heading-color); */
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .resume .resume-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid #f2cb57;
    position: relative;
  }
  
  .resume .resume-item h4 {
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    /* color: color-mix(in srgb, var(--default-color), transparent 20%); */
    margin-bottom: 10px;
  }
  
  .resume .resume-item h5 {
    font-size: 16px;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .resume .resume-item ul {
    padding-left: 20px;
  }
  
  .resume .resume-item ul li {
    padding-bottom: 10px;
  }
  
  .resume .resume-item:last-child {
    padding-bottom: 0;
  }
  
  .resume .resume-item::before {
    box-sizing: border-box;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
    background: #111;
    border: 2px solid #f2cb57;
  }

  #reviews button.carousel-control-prev, #reviews button.carousel-control-next {
    background: none;
    border: none;
  }

  .review-header {
    font-size: 40px;
    font-family: "Abril Fatface", cursive;
    line-height: 1.2;
    color: #fff;
  }

  .review-carousel {
    width: 70%;
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
    min-height: 300px !important;
  }
  
  .review-carousel img {
    width: 100px;
    height: 100px;
  }

  .review-name {
    font-size: 20px !important;
    font-weight: bold !important;
  }