.header-services {
    padding: 0px 1rem 3rem 1rem;
    height: 7.14vh;
    background: #000000;
}

.menu-item-link-logo-artists {
    margin: 0 3rem;
}

.menu-list-services li {
    list-style-type: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    min-width: 12rem;
    top: 1.1rem;
    left: -1.4rem;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 111;
    padding: 0.63rem;
}

.dropdown-content a {
    padding: 0.63rem;
    color: black;
    text-decoration: none;
    display: block;
}

.dropdown-content li {
    font-size: 1.125rem;
    color: #f7eedd;
}

.dropdown-content a:hover {
    color: #C79456;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.parallax-window, .parallax-window-studio  {
    min-height: 31.25rem;
    position: relative;
    background-color: #46111124;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 1rem;
    box-sizing: border-box;
}

.service-title, .estudio-title {
    font-family: RolewaySemiBold, sans-serif;
    font-size: 3rem;
    color: #f7eedd;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 90%;
    z-index: 1;
}

.section-services {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
}

.services-title {
    font-size: 2.125rem;
    line-height: 1.8;
    text-align: center;
    color: #f7eedd;
    width: 70%;
    margin-top: 7.625rem;
    margin-bottom: 12.5rem;
}

.services-subtitle {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 1.25rem;
}

.services-subtitle h2 {
    font-family: RolewaySemiBold, sans-serif;
    font-size: 1.063rem;
    color: #c79456;
}

.services-main {
    display: flex;
    flex-direction: column;
    max-width: 28%;
}

.services-main span {
    font-size: 1rem;
    line-height: 1.6;
    color: #f7eedd;
    text-align: center;
}

.menu-services {
    display: flex;
    justify-content: space-around;
    align-items: start;
}

.menu-list-services {
    display: flex;
    justify-content: space-around;
    width: 30%;
}

.services-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5.6rem;
}

.services-text {
    font-family: RolewaySemiBold, sans-serif;
    font-size: 1.875rem;
    text-align: center;
    color: #f7eedd;
    margin: 6.63rem 0 9.63rem 0;
}

.parallax-window-two {
    min-height: 30rem;
    margin-bottom: 9.38rem;
    position: relative;
    background-color: #46111124; /* fondo semitransparente encima de la imagen */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 1rem;
    box-sizing: border-box;
}

.services-care {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-left: 1.125rem;
}

.care-title {
    font-family: RolewaySemiBold, sans-serif;
    color: #f7eedd;
    font-size: 4.375rem;
    text-align: center;
    line-height: 1.6;
    margin: 6.63rem 0 9.63rem 0;
}

.care-description-list {
    font-style: italic;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 2rem;
}

.services-footer {
    font-family: RolewaySemiBold, sans-serif;
    font-size: 1.5rem;
    text-align: center;
    color: #d89551;
    margin-top: 12.5rem;
    margin-bottom: 8.25rem;
}