@media screen and (max-width: 1200px) {
    .header .menu-list {
        gap: 1rem;
        justify-content: space-evenly;
    }

    .header .menu-list:first-child {
        justify-content: start;
    }

    .header .menu-list li a {
        font-size: 0.95rem;
    }

    .pre-header-tel a {
        font-size: 0.95rem;
    }

    .artists-container {
        gap: 1.5rem;
    }

    .studio-btn-hover {
        margin-bottom: 2.3rem;
    }

    .artists h2 {
        margin-bottom: 3.5rem;
    }

    .artist-container-second-text {
        font-size: 2.5rem;
        margin: 11.3rem auto;
    }

    #wrapper-two .artist-container-second-text {
        font-size: 2.5rem;
        margin: 13.8rem auto;
    }

    .artist-container-second-description {
        font-size: 2rem;
        margin: 4rem auto 5rem;
    }

    .artist-container-second-description-ivi {
        font-size: 2rem;
        margin: 4rem auto 5rem;
    }

    .studio-description {
        width: 87%;
    }

    .studio-button-link {
        font-size: 1.8rem;
    }

    /* Estudio */
    .about-container {
        display: flex;
        flex-direction: column-reverse;
        gap: 11rem;
    }

    .about-description {
        width: 90%;
    }

    .about-description svg {
        margin: 5.5rem auto 8.125rem;
    }

    .about-description-text {
        text-align: center;
    }

    .about-images {
        width: 90%;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        gap: 4rem;
    }

    .single-image-studio {
        display: none;
    }

    .mySlides img {
        max-height: 95vh;
    }

}

/* Pantallas medianas (MD) - Tablets y laptops pequeñas */
@media screen and (max-width: 992px) {
    .pre-header-tel:first-child {
        margin-right: 4rem;
    }

    .header {
        padding: 1rem 1rem 1.8rem;
    }

    .header .menu-item-link img, .header-artists .menu-item-link img {
        max-width: 90%;
    }

    .header .menu-list, .header-artists .menu-list {
        gap: 0.8rem;
    }

    .header .menu-list li, .header-artists .menu-list li {
        margin-bottom: 0.5rem;
    }

    .header .menu-list li a, .header-artists .menu-list li a {
        font-size: 0.9rem;
        padding: 0.3rem 0.6rem;
    }

    .menu-list-services .dropdown-content {
        left: 118%;
        transform: translateX(-50%);
    }

    .intro-title {
        font-size: 3rem;
    }

    .service span {
        font-size: 0.89rem;
    }

    .studio-description {
        width: 100%;
    }

    .artists-container-first,
    #wrapper,
    #wrapper-two {
        max-width: 600px;
    }

    .artists-container-first {
        margin-bottom: 3rem;
    }

    .artist-container-img {
        max-width: 80%;
    }

    .block-a {
        display: none !important;
    }

    .block-b {
        display: block !important;
    }

    .artist-info-description {
        margin-left: 0;
        margin-bottom: 15px;
        text-align: center;
    }

    .artist-info-description h3 {
        white-space: normal;
    }

    .artist-info-logo {
        margin-left: 0;
        margin-top: 15px;
    }

    .artist-container-second {
        padding: 2rem;
    }

    .artist-container-second-text {
        font-size: 2rem;
        margin: 8rem auto;
    }

    .artist-container-second-description {
        font-size: 1.7rem;
        margin: 2.5em auto 3em;
    }

    .artist-container-second-description-ivi {
        font-size: 1.7rem;
        margin: 4.4rem auto 6rem;
    }

    .studio-button-link {
        font-size: 1.6rem;
    }

    .artists-text {
        font-size: 1.5rem;
        margin-bottom: 8rem;
    }

    .artist-one, .artist-two {
        margin-bottom: 8rem;
        margin-top: 8rem;
    }

    .artists-footer {
        font-size: 2rem;
    }

    .contact-block-two {
        justify-content: space-between;
    }

    .contact-container {
        padding: 1rem;
    }

    .contact-logo {
        left: 1.125rem;
        top: -2.5rem;
        max-width: 4rem;
    }

    .footer-logo {
        left: 0;
        top: -3.5rem;
        max-width: 4rem;
    }

    .contact-phone {
        margin-right: 1rem;
    }

    .footer-data {
        padding-right: 0;
    }

    .contact-title {
        font-size: 2rem;
        margin-top: 3rem;
        margin-bottom: 1.5rem;
    }

    .contact-data-description-link,
    .contact-data-description-first,
    .contact-data-description-first span {
        font-size: 1rem;
    }

    .contact-data-container {
        margin-bottom: 1.5rem;
        gap: 0.6rem;
    }

    .contact-data-svg {
        max-width: 1.5rem;
        /*margin-right: inherit;*/
    }

    .contact-form {
        width: 45%;
    }

    .contact-block-one svg {
        width: 60%;
    }

    .contact-data-legal {
        justify-content: space-evenly;
        width: 100%;
    }

    .footer-container {
        width: 90%;
        margin: 0 auto;
    }

    .footer-container-first {
        padding: 2rem 0 1rem;
    }

    /* Services */
    .service-title {
        font-size: 2.2rem;
        max-width: 95%;
    }

    .care-title {
        font-size: 3rem;
        max-width: 95%;
    }

    .services-title {
        font-size: 2rem;
        margin-bottom: 9.5rem;
    }

    .estudio-title {
        max-width: 75%;
        font-size: 2.5rem;
    }

    .services-subtitle {
        gap: 1rem;
    }

    .services-description {
        display: flex;
    }

    .services-main {
        max-width: 80%;
        margin: 0 auto;
    }

    .services-block {
        flex-direction: column;
        gap: 2rem;
    }

    .services-block:first-child {
        gap: 3.3rem;
    }

    .about-images {
        width: 100%;
    }

    /* Aleks & Ivi */
    .aleks-container {
        justify-content: space-between;
        align-items: start;
        padding-bottom: 1rem;
    }

    .single-image-studio {
        display: none;
    }

}

/* Pantallas pequeñas (SM) - Móviles grandes y algunos tablets pequeños */
@media screen and (max-width: 768px) {
    .pre-header {
        display: none;
    }

    .header {
        padding-bottom: 2rem;
    }

    .header .menu-list, .header-artists .menu-list {
        gap: 0.5rem;
    }

    .header .menu-list li a,
    .header .menu-list-services .menu-item a,
    .header-artists .menu-list-services .menu-item a {
        font-size: 0.8rem;
        padding: 0.2rem 0.5rem;
    }

    .menu-list-services {
        justify-content: space-between;
    }

    .menu-services .menu-item-link-logo img {
        max-width: 90%;
    }


    .menu-list-services .dropdown:hover .dropdown-content {
        display: none;
    }

    .cookie-banner {
        padding: 1.25rem;
    }

    .cookie-buttons {
        flex-direction: column;
        align-items: center;
        gap: 0.625rem;
        padding: 0;
    }

    .cookie-buttons button {
        width: 100%;
        max-width: 18.75rem;
        margin: 0 auto;
    }

    .cookie-close {
        font-size: 1.375rem;
        top: -0.25rem;
        right: 0.25rem;
    }

    .cookie-close:hover {
        font-size: 1.5rem;
    }

    .intro-title {
        font-size: 2.3rem;
        margin-bottom: 4rem;
        margin-top: 0;
    }

    .intro-span {
        font-size: 1.2rem;
        line-height: 1.5;
    }

    .intro-span-two {
        font-size: 2rem;
    }

    .services {
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 3rem 1rem;
        gap: 3rem;
    }

    .service {
        width: 40%;
    }

    .studio {
        padding: 3rem 1rem;
    }

    .studio-description > p {
        font-size: 1rem;
        width: 100%;
    }

    .studio-btn-span {
        font-size: 1.2rem;
    }

    .studio-button {
        margin-right: 0;
    }

    .studio-container .studio-button svg {
        width: 45px;
    }

    #wrapper-two .artist-container-second-text {
        font-size: 2rem;
    }

    .artists-container {
        flex-direction: column;
        align-items: center;
        gap: 3rem;
        margin-bottom: 6em;
    }

    .artist-two .artists-container {
        flex-direction: column-reverse;
        align-items: center;
        gap: 3rem;
        margin-bottom: 6em;
    }

    .artists-container-first,
    #wrapper,
    #wrapper-two {
        width: 80%;
        max-width: 600px;
    }

    .artists-container-first {
        margin-bottom: 3rem;
    }

    .artist-container-img {
        max-width: 60%;
    }

    .block-a {
        display: none !important;
    }

    .block-b {
        display: block !important;
    }

    .artist-info-description {
        margin-left: 0;
        margin-bottom: 15px;
        text-align: center;
    }

    .artist-info-description h3 {
        white-space: normal;
    }

    .artist-info-logo {
        margin-left: 0;
        margin-top: 15px;
    }

    .artist-container-second {
        padding: 2rem;
    }

    .artist-container-second-text {
        font-size: 2rem;
        margin: 8rem auto;
    }

    .artist-container-second-description {
        font-size: 1.7rem;
        margin: 3em auto 4em;
    }

    .studio-button-link {
        font-size: 1.6rem;
    }

    .artists-text {
        font-size: 1.5rem;
        margin-bottom: 8rem;
    }

    .artist-one, .artist-two {
        margin-bottom: 8rem;
        margin-top: 8rem;
    }

    .artists-footer {
        font-size: 2rem;
    }

    .container.contact-container {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1rem;
    }

    .contact-block-two {
        flex-direction: column;
        width: 100%;
        gap: 2rem;
        margin-bottom: 0;
    }

    .contact-phone {
        margin-right: 1rem;
    }

    .contact-form {
        width: 75%;
        margin: 0 auto;
    }

    .contact-button {
        width: 100%;
        font-size: 1.25rem;
    }

    .contact-data {
        gap: 3rem;
    }

    .contact-data-legal {
        width: 60%;
        margin-left: inherit;
    }

    .footer-legal a {
        font-size: 0.738rem;
    }

    .contact-data {
        display: none;
    }

    .footer-container {
        width: 100%;
    }

    .footer-data {
        padding-right: 0;
    }

    .footer-data-container-index {
        display: flex;
        align-items: center;
        margin-bottom: 2rem;
    }

    .footer-container-index {
        display: block;
        padding: 3rem 1rem 0;
        width: 80%;
    }

    .contact-description-link,
    .contact-data-description a,
    .contact-data-description span,
    .footer-description-link,
    .footer-description-second {
        font-size: 0.8rem;
    }

    .footer-data-index {
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 3rem;
    }

    .services-subtitle h2 {
        font-size: 1rem;
    }

    .services-subtitle svg {
        max-width: 2rem;
    }

    .services-subtitle {
        gap: 1.5rem;
    }

    .services-main span {
        font-size: 0.8rem;
    }

    .services-title {
        font-size: 1.5rem;
        margin-bottom: 5.5rem;
        margin-top: 4rem;
    }

    .care-description {
        width: 85%;
        margin: 0 auto;
    }

    .services-footer {
        font-size: 1.5rem;
        margin-top: 9.5rem;
        margin-bottom: 6.25rem;
        padding: 0 1.2rem;
    }

    .about-images {
        justify-content: center;
        flex-direction: row;
    }

    .row {
        flex-direction: column;
        gap: 4rem;
    }

    .row:first-child {
        margin-bottom: 0;
    }

    /*.about-container {*/
    /*    margin-bottom: 10rem;*/
    /*}*/

    .about-slogan {
        font-size: 1.5rem;
        margin-top: 0;
    }

    /* Alexs and Ivi */
    .aleks {
        padding-bottom: 3rem;
    }

    .aleks-container {
        flex-direction: column;
        align-items: center;
        gap: 4rem;
    }

    .aleks-image,
    .aleks-description {
        width: 100%;
    }

    .aleks-title {
        font-size: 3rem;
    }

    .aleks-subtitle {
        font-size: 1.5rem;
    }

    .aleks-text {
        font-size: 1rem;
    }

    .aleks-text-bottom {
        text-align: center;
    }

    .image {
        flex: 1 1 calc(50% - 1rem);
    }

    .images {
        flex-direction: row;
    }

    .image-container {
        flex-direction: column;
        align-items: center;
    }

    .gallery-title {
        font-size: 3rem;
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .modal {
        padding-top: 1.125rem;
    }

    .prev,
    .next {
        display: none;
    }

    .dot-container {
        display: block;
    }

    .modal-content-aleks {
        width: 60%;
    }

    /*.modal-close {*/
    /*    font-size: 2.125rem;*/
    /*}*/

    .image-container-ivi {
        flex-wrap: wrap;
    }

    .mySlides img {
        max-height: 81vh;
    }

    .copyright {
        font-size: 0.738rem;
    }

    .developer a:hover {
        font-size: 1rem;
    }

    .center {
        flex-direction: column;
        gap: 1rem;
    }

}

/* Pantallas extra-pequeñas (XS) - Móviles */
@media screen and (max-width: 575px) {
    .about {
        padding: 1.5rem;
    }

    .modal-mobile {
        display: block;
    }

    .image-container, .image-container-ivi {
        display: none;
    }

    .modal {
        width: 90%;
    }

    .footer-container-index {
        width: 100%;
    }

    .modal-mobile-artists .slick-dots li button:before,
    .modal-mobile-artist-ivi .slick-dots li button::before {
        display: none;
    }

    .modal-content,
    .caption-container,
    .modal-content-aleks {
        display: none;
    }

    .modal-mobile-artists,
    .modal-mobile-artist-ivi{
        display: block;
    }

    .header, .header-artists {
        padding: 1rem 1rem 3rem;
    }

    .menu-mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0.5rem 1rem;
        width: 100%;
    }

    .menu-mobile-header img {
        max-width: 60%;
    }

    .menu-mobile-header .menu-logo {
        z-index: 11;
    }

    .logo-legal img {
        max-width: 40%;
    }

    .legal-main {
        padding-top: 2rem;
    }
    .menu-mobile-header .burger {
        display: block;
        color: rgb(253, 253, 253);
        background: transparent;
        border: none;
        z-index: 111;
        cursor: pointer;
    }

    .menu {
        display: none;
        width: 40%;
        height: 50%;
        position: fixed;
        margin: 0;
        top: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.95);
        z-index: 10;
        flex-direction: column;
        justify-content: center;
    }

    .menu-services {
        display: none;
        width: 30%;
        height: auto;
        position: fixed;
        top: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.95);
        flex-direction: column;
        justify-content: center;
        padding: 2rem 1rem 1.5rem;
    }

    .menu .menu-list, .menu-services .menu-list-services {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 auto;
    }

    .menu-list .menu-item, .menu-list-services .menu-item {
        justify-content: flex-start;
        font-size: 1.875rem;
        font-weight: bold;
        color: rgb(253, 253, 253);
    }

    .menu-list .menu-item a, .menu-list-services .menu-item a {
        text-decoration: none;
        line-height: 1.714;
        margin: 0 1.125rem;
    }

    .menu-list-services {
        width: 100%;
        justify-content: flex-start;
    }


    .header .menu-item-link img,
    .header .menu-item-link-logo img,
    .header-artists .menu-item-link-logo img {
        display: none;
    }

    .menu.open, .menu-services.open {
        display: flex;
        align-items: center;
        z-index: 6;
    }

    .menu .close, .menu-services .close {
        display: block;
        width: 1rem;
        height: 1rem;
        fill: rgb(253, 253, 253);
        position: absolute;
        top: 1.563rem;
        right: 1.563rem;
        background: transparent;
        border: none;
        z-index: 11;
    }

    .close {
        color: white;
        position: absolute;
        top: 0.625rem;
        right: 1.563rem;
        font-size: 1rem;
        font-weight: bold;
    }

    .introduction {
        height: auto;
    }

    .intro-title {
        font-size: 2rem;
        margin-top: 4.375rem;
    }

    .intro-span {
        font-size: 1rem;
    }

    .intro-span-two {
        margin-bottom: 3rem;
        font-size: 1.3rem;
    }

    .intro-span-img {
        margin-top: 0;
    }

    .service {
        width: 80%;
    }

    .service span {
        font-size: 1rem;
        line-height: 1.6;
    }

    .studio h2 {
        font-size: 1.6rem;
    }

    .studio h3 {
        font-size: 1.3rem;
    }

    .studio p {
        font-size: 1rem;
    }

    .artists {
        padding: 1rem;
    }

    .artists h2 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .artists-container-first,
    #wrapper,
    #wrapper-two {
        width: 95%;
    }

    .artist-info-description h3 {
        font-size: 1.1rem;
    }

    .artist-info-description p {
        font-size: 0.85rem;
    }

    .artist-container-second {
        padding: 1.5rem;
    }

    .artist-container-second-text {
        font-size: 1.5rem;
        margin: 4rem auto;
    }

    .artist-container-second-description {
        font-size: 1.2rem;
        margin: 1.5em auto 2em;
    }

    .studio-button-link {
        font-size: 1.2rem;
        margin-right: 0.8rem;
    }

    .studio-button svg {
        width: 35px;
        height: 35px;
    }

    .artists-text {
        font-size: 1.1rem;
        margin-bottom: 4rem;
    }

    .artist-one, .artist-two {
        margin-bottom: 4rem;
        margin-top: 4rem;
    }

    .artist-one + svg {
        margin: 3rem auto;
    }

    .contact-form {
        width: 100%;
    }

    input {
        padding: 0.625rem 0.625rem;
        margin-bottom: 2rem;
        font-size: 1rem;
    }

    input::placeholder,
    textarea::placeholder {
        font-size: 0.8rem;
    }

    textarea {
        padding: 0.625rem;
        margin-bottom: 1.5em;
        height: 3.45em;
    }

    .contact-button {
        padding: 1rem;
        border-radius: 0;
    }

    .contact-button:hover {
        font-size: 1.4rem;
    }

    .contact-data-description {
        margin-left: 0;
    }

    .instagram {
        margin-right: 0;
    }

    .footer-data-index, .footer-data {
        align-items: flex-start;
        flex-direction: column;
        /* gap: 2rem; */
    }

    /* Services */
    .parallax-window,
    .parallax-window-two,
    .parallax-window-studio {
        min-height: 15rem;
    }

    .service-title, .care-title {
        font-size: 1.6rem;
        max-width: 100%;
    }

    .services-description {
        flex-direction: column;
    }

    .services-title {
        font-size: 1.4rem;
        width: 90%;
    }

    .services-subtitle {
        gap: 1rem;
        justify-content: center;
        margin-bottom: 0;
    }

    .services-main span {
        font-size: 1rem;
    }

    .services-text {
        font-size: 1.25rem;
        margin: 0 0 2rem 0;
    }

    .parallax-window-two {
        margin-bottom: 6.38rem;
    }

    .care-description-list {
        font-size: 1rem;
    }

    .services-footer {
        font-size: 1.2rem;
        margin-top: 3.5rem;
        margin-bottom: 4.25rem;
    }

    /* Estudio */
    .estudio-title {
        font-size: 1.8rem;
    }

    .about-container {
        padding: 2rem 0 0;
        margin-bottom: 3rem;
        gap: 7rem;
    }

    .about-description svg {
        margin: 5.5rem auto 5.5rem;
    }

    .about-title {
        font-size: 2rem;
    }

    .row {
        align-items: center;
        display: none;
    }

    .about-description,
    .about-slogan {
        width: 100%;
    }

    .about-slogan {
        font-size: 1.25rem;
        margin: 0 auto 2rem;
    }

    .services-block {
        gap: 3.3rem;
        margin-bottom: 4rem;
    }

    /* Aleks &Ivi*/
    .aleks-title {
        font-size: 2.5rem;
    }

    .aleks h2 {
        font-size: 1.5rem;
    }

    .aleks-subtitle {
        font-size: 1.2rem;
    }

    .aleks-text {
        font-size: 1rem;
    }

    .gallery-title {
        font-size: 3rem;
    }

    .images {
        flex-direction: column;
    }

    .image {
        flex: 1 1 100%;
    }

    .gallery-title {
        font-size: 2.4rem;
    }

    #wrapper, #wrapper-two {
        min-width: 20rem;
    }

    .artists-container {
        padding: 0;
    }

    .artists-footer {
        font-size: 1.5rem;
    }

    .artist-container-second-description-ivi {
        font-size: 1.2rem;
        margin: 1.5em auto 2em;
    }

    .checkbox-check {
        margin-top: 0;
    }

    .developer {
        margin-top: 0;
    }

}

@media screen and (max-width: 376px) {
    .container-phones {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .container-phone {
        margin-bottom: 2rem;
    }
    .developer {
        gap: 0.5rem
    }
}


