.elementor-kit-5{--e-global-color-primary:#BB1102;--e-global-color-secondary:#54595F;--e-global-color-text:#E26F6F;--e-global-color-accent:#FF330E;--e-global-typography-primary-font-family:"Be Vietnam Pro";--e-global-typography-primary-font-weight:100;--e-global-typography-secondary-font-family:"Be Vietnam Pro";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Be Vietnam Pro";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.portafolio-hover-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: black;
}

.album-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  transition: background-image 0.5s ease-in-out;
}

.album-links {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding-left: 10vw;
}

.album-link {
  font-size: 4rem;
  font-weight: bold;
  color: white;
  text-decoration: none;
  margin-bottom: 2rem;
  transition: color 0.3s;
}

.album-link:hover,
.album-link.active {
  color: #f0f0f0;
}/* End custom CSS */