/* BLUEEEE*/


.blue-conteiner-winterjoy {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #35C7E5;
    color: white;
    text-align: center;
    position: relative;
}

/* Ola animada */
.wave-wrapper-bluewinterjoy {
    position: absolute;
    top: -38px;
    /* Corregido: se añadió unidad 'px' */
    left: 0;
    width: 100%;
    height: 120px;
    overflow: hidden;
    z-index: 1;
    line-height: 0;
}

.wave-bluewinterjoy {
    position: relative;
    width: 200%;
    /* Doble para la animación */
    height: 120px;
    animation: moveWave 10s linear infinite;
}

.wave-bluewinterjoy path {
    fill: white;
}

@keyframes moveWave {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


/* ---------------------------------PARTE 1-----------------------------------------------*/
.body-summerjoy-parte1-blue {
    font-family: Arial, sans-serif;
    background-color: #35C7E5;
    /* naranja */
    color: white;
}

.hero-summerjoy-parte1-blue {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    gap: 2rem;
    max-width: 1100px;
    margin: auto;
    padding: 30px;
    border-radius: 10px;
}

.highlight-summerjoy-parte1-blue {
    color: #0091de;
    font-weight: bold;
}

.cta-button-summerjoy-parte1-blue {
    display: inline-block;
    background-color: #FF3399;
    color: white;
    padding: 1rem 1.5rem;
    text-decoration: none;
    border-radius: 20px;
    font-weight: bold;
    transition: background 0.3s;
}

.cta-button-summerjoy-parte1-blue:hover {
    background-color: #a80054;
}

/* ---------------------------------PARTE 2-----------------------------------------------*/

.body-summerjoy-parte2-blue {
    font-family: Arial, sans-serif;
    background-color: #35C7E5;
    /* naranja */
    color: white;
}

.highlight-summerjoy-parte2-blue {
    color: #0091de;
    font-weight: bold;
}

.highlight-summerjoy-parte2-blue {
    color: #0091de;
    font-weight: bold;
}

.footer-note-summerjoy-parte2-blue {
    text-align: center;
    margin-top: 2rem;
    font-weight: bold;
    color: #0091de;
}

/* ---------------------------------PARTE 3-----------------------------------------------*/
.body-summerjoy-parte3-blue {
    font-family: Arial, sans-serif;
    background-color: #35C7E5;
    /* naranja */
    color: white;
}

.span-summerjoy-parte3-blue {
    color: #0091de;
}

/* ---------------------------------PARTE 4-----------------------------------------------*/
.body-summerjoy-parte4-blue {
    font-family: Arial, sans-serif;
    background-color: #35C7E5;
    /* naranja */
    color: white;
}



.available-summerjoy-parte4-blue {
    color: #0091de;
    font-weight: bold;
}

.highlightblue-summerjoy-parte4-blue {
    background-color: #0091de;
    /* Fondo celeste */
    color: white;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 10px 20px;
    border-radius: 4px;
}



/* ORANGEEEEE*/

/* ---------------------------------PARTE 1-----------------------------------------------*/


.orange-conteiner-summerjoy {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #FFB43A;
    color: white;
    text-align: center;
    position: relative;
}

/* Ola animada */
.wave-wrapper-orangesummerjoy {
    position: absolute;
    top: -38px;
    /* Corregido: se añadió unidad 'px' */
    left: 0;
    width: 100%;
    height: 120px;
    overflow: hidden;
    z-index: 1;
    line-height: 0;
}

.wave-orangesummerjoy {
    position: relative;
    width: 200%;
    /* Doble para la animación */
    height: 120px;
    animation: moveWave 10s linear infinite;
}

.wave-orangesummerjoy path {
    fill: white;
}

@keyframes moveWave {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}




.body-summerjoy-parte1 {
    font-family: Arial, sans-serif;
    background-color: #ffa726;
    /* naranja */
    color: white;
}

.hero-summerjoy-parte1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    gap: 2rem;
    max-width: 1100px;
    margin: auto;
    padding: 30px;
    border-radius: 10px;
}

.content-summerjoy-parte1 {
    max-width: 480px;
    text-align: center;
    margin: 0;
    flex: 1 1 400px;
}

/* Bloque de título con íconos e h1 */
.title-row-summerjoy-parte1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.05rem;
    /* ✅ MÁS PEGADO */
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.icon-summerjoy-parte1 {
    height: 150px;
    width: auto;
}

.main-title-summerjoy-parte1 {
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1;
    color: white;
    text-align: center;
    font-family: 'Fredoka', sans-serif;
    display: flex;
    flex-direction: column;
}

.main-title-summerjoy-parte1 .summer-summerjoy-parte1,
.main-title-summerjoy-parte1 .joy-summerjoy-parte1 {
    display: inline;
}

.h2-summerjoy-parte1 {
    margin-top: 1rem;
    font-size: 1.5rem;
    color: white;
}

.highlight-summerjoy-parte1 {
    color: #c5ff00;
    font-weight: bold;
}

.p-summerjoy-parte1 {
    margin: 1rem 0;
    line-height: 1.5;
    font-size: 1rem;
}

.benefits-summerjoy-parte1 {
    list-style: none;
    margin-bottom: 1.5rem;
}

.benefits-summerjoy-parte1 .li-summerjoy-parte1 {
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.cta-button-summerjoy-parte1 {
    display: inline-block;
    background-color: #00cfff;
    color: white;
    padding: 1rem 1.5rem;
    text-decoration: none;
    border-radius: 20px;
    font-weight: bold;
    transition: background 0.3s;
}

.cta-button-summerjoy-parte1:hover {
    background-color: #009ec2;
}

.image-container-summerjoy-parte1 {
    flex: 1 1 400px;
    text-align: center;
}

.image-container-summerjoy-parte1 .img-summerjoy-parte1 {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.icon-summerjoy-parte1.sun-icon-summerjoy-parte1 {
    height: 156px;
    /* un poquito más pequeño */
    margin-right: -59px;
    /* ❗Esto lo empuja hacia la "S" */
}



/* ---------------------------------PARTE 2-----------------------------------------------*/
.body-summerjoy-parte2 {
    font-family: Arial, sans-serif;
    background-color: #ffa726;
    /* naranja */
    color: white;
}

.hero-summerjoy-parte2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    gap: 2rem;
    max-width: 1200px;
    margin: auto;
    padding: 30px;
    border-radius: 10px;
}

.container-summerjoy-parte2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    gap: 2rem;
    max-width: 1200px;
    margin: auto;
    padding: 30px;
    border-radius: 10px;
}

.image-container-summerjoy-parte2 {
    flex: 1 1 300px;
    text-align: center;
    padding: 10px;
}

.image-container-summerjoy-parte2 .img-summerjoy-parte2 {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.content-summerjoy-parte2 {
    flex: 1 1 400px;
    padding: 20px;
    color: #fff;
    text-align: justify;
}

.content-summerjoy-parte2 .h2-summerjoy-parte2 {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 15px;
}

.highlight-summerjoy-parte2 {
    color: #d6f266;
    font-weight: bold;
}

.ul-summerjoy-parte2 {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 0;
}

.ul-summerjoy-parte2 .li-summerjoy-parte2::before {
    content: "✨";
    margin-right: 8px;
    font-size: 1.2em;
}

.ul-summerjoy-parte2 .li-summerjoy-parte2 {
    margin: 8px 0;
}

.footer-text-summerjoy-parte2 {
    font-size: 1em;
    line-height: 1.6;
    color: #fff;
    text-align: justify;
}

/* Nueva clase para unificar ancho */
.content-wrapper-summerjoy-parte2 {
   
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}



.section-summerjoy-parte2 {
    margin-top: 2rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 15px;
}

.section-summerjoy-parte2 .h3-summerjoy-parte2 {
    color: var(--title-color, #fff);
    margin-bottom: 1rem;
}

.two-columns-summerjoy-parte2 {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.column-summerjoy-parte2 {
    flex: 1;
    min-width: 300px;
    max-width: 100%;
}



.footer-note-summerjoy-parte2 {
    text-align: center;
    margin-top: 2rem;
    font-weight: bold;
    color: #ea4ec2;
}

/* ---------------------------------PARTE 3-----------------------------------------------*/
.body-summerjoy-parte3 {
    font-family: Arial, sans-serif;
    background-color: #ffa726;
    /* naranja */
    color: white;
}

.container-summerjoy-parte3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    /* MUY PEGADO */
    padding: 40px 5%;
    max-width: 1200px;
    margin: 0 auto;
}

.text-section-summerjoy-parte3 {

    flex: 1 1 400px;
    max-width: 500px;
    margin-left: 80px;
    /* mueve el texto hacia la derecha */


    text-align: justify;
}

.text-section-summerjoy-parte3 .h2-summerjoy-parte3 {
    font-size: 26px;
    margin-bottom: 16px;
}

.span-summerjoy-parte3 {
    color: #c6e444;
}

.text-section-summerjoy-parte3 .ul-summerjoy-parte3 {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 0;
}

.text-section-summerjoy-parte3 .ul-summerjoy-parte3 .li-summerjoy-parte3 {
    margin-bottom: 8px;
    font-size: 15px;
}

.text-section-summerjoy-parte3 .ul-summerjoy-parte3 .li-summerjoy-parte3::before {
    content: "✨";
    margin-right: 6px;
}

.extras-summerjoy-parte3 .lie-summerjoy-parte3 {
    list-style: none;
    margin-bottom: 8px;

    font-size: 15px;
}

.extras-summerjoy-parte3 .lie-summerjoy-parte3::before {
    content: "🎯";
    margin-right: 6px;
}

.image-section-summerjoy-parte3 {
    flex: 1 1 300px;
    text-align: center;
}

.image-section-summerjoy-parte3 .img-summerjoy-parte3 {
    width: 100%;
    max-width: 500px;
    /* AUMENTADO */
    height: auto;
}



/* ---------------------------------PARTE 4-----------------------------------------------*/

.body-summerjoy-parte4 {
    font-family: Arial, sans-serif;
    background-color: #ffa726;
    /* naranja */
    color: white;
}

.container-summerjoy-parte4 {

    padding: 30px 20px;
}

.content-summerjoy-parte4 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.image-summerjoy-parte4 {
    flex: 1 1 300px;
    text-align: center;
}

.image-summerjoy-parte4 .img-summerjoy-parte4 {
    max-width: 100%;
    height: auto;
}

.text-summerjoy-parte4 {
    flex: 1 1 500px;
    padding: 20px;
    text-align: justify;
}

.h2-summerjoy-parte4,
.h3-summerjoy-parte4 {
    color: #fff;
    margin-bottom: 10px;
}

.highlight-summerjoy-parte4 {
    color: #fff;
    font-weight: bold;
}

.available-summerjoy-parte4 {
    color: #d1ff6b;
    font-weight: bold;
}

.text-summerjoy-parte4 .p-summerjoy-parte4 {
    margin-bottom: 15px;
    color: #fff;
}

.btn-summerjoy-parte4 {
    display: inline-block;
    background-color: #00c27a;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 30px;
    margin: 20px 0;
    transition: background 0.3s;
}

.btn-summerjoy-parte4:hover {
    background-color: #009f63;
}

.top-text-summerjoy-parte4 {
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.5;
}

.highlight-container-summerjoy-parte4 {
    display: inline-block;
}

.highlightblue-summerjoy-parte4 {
    background-color: #3bd2e3;
    /* Fondo celeste */
    color: white;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 10px 20px;
    border-radius: 4px;
}

.subtext-summerjoy-parte4 {
    font-weight: bold;
    font-size: 1.3rem;
    margin-top: 15px;
}




/* Responsive 
@media (max-width: 768px) {
    .hero-summerjoy-parte1 {
        flex-direction: column;
        gap: 1.5rem;
    }

    .content-summerjoy-parte1 {
        text-align: center;
    }

    .main-title-summerjoy-parte1 {
        font-size: 3rem;
    }

    .icon-summerjoy-parte1 {
        height: 50px;
    }
}


@media (max-width: 768px) {
    .two-columns-summerjoy-parte2 {
        flex-direction: column;
    }

    .column-summerjoy-parte2 {
        width: 100%;
    }
}


@media (max-width: 768px) {
    .container-summerjoy-parte3 {
        flex-direction: column-reverse;
        text-align: center;
        gap: 20px;
    }

    .text-section-summerjoy-parte3 {
        max-width: 100%;
    }

    .image-section-summerjoy-parte3 .img-summerjoy-parte3 {
        max-width: 300px;
    }
}

@media (max-width: 600px) {
    .highlightblue-summerjoy-parte4 {
        font-size: 1.1rem;
        padding: 8px 15px;
    }

    .subtext-summerjoy-parte4 {
        font-size: 1.1rem;
    }

    .top-text-summerjoy-parte4 {
        font-size: 1rem;
    }
}


@media (max-width: 768px) {
    .hero-summerjoy-parte2 {
        flex-direction: column;
        gap: 1.5rem;
    }

    .container-summerjoy-parte2 {
        flex-direction: column;
    }

    .content-summerjoy-parte2 {
        text-align: center;
    }

    .content .h2-summerjoy-parte2 {
        font-size: 1.5em;
    }
}*/




/* Responsive Design 
@media (max-width: 768px) {
    .conten-summerjoy-parte4t {
        flex-direction: column;
    }

    .text-summerjoy-parte4 {
        padding: 10px;
    }


}*/



























/* ----------------- 480px (móviles pequeños, retrato) ----------------- */
@media (max-width: 480px) and (orientation: portrait) {
  .hero-summerjoy-parte1 {
    flex-direction: column;
    padding: 15px;
    gap: 1rem;
  }

  .content-summerjoy-parte1 {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .main-title-summerjoy-parte1 {
    font-size: 2rem;
  }

  .icon-summerjoy-parte1 {
    height: 40px;
    margin-right: 0;
  }

  .image-container-summerjoy-parte1 {
    flex: 1 1 100%;
    text-align: center;
  }
}

/* ----------------- Hasta 768px (tablets y móviles grandes) ----------------- */
@media (min-width: 481px) and (max-width: 768px) {
  .hero-summerjoy-parte1 {
    flex-direction: column;
    gap: 1.5rem;
    padding: 20px;
  }

  .content-summerjoy-parte1 {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }

  .main-title-summerjoy-parte1 {
    font-size: 3rem;
  }

  .icon-summerjoy-parte1 {
    height: 50px;
    margin-right: 0;
  }

  .image-container-summerjoy-parte1 {
    flex: 1 1 100%;
  }
}

/* ----------------- Hasta 912px (pantallas medianas) ----------------- */
@media (min-width: 769px) and (max-width: 912px) {
  .hero-summerjoy-parte1 {
    flex-wrap: wrap;
    gap: 1.5rem;
  }

  .content-summerjoy-parte1 {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 0 10px;
  }

  .main-title-summerjoy-parte1 {
    font-size: 3.5rem;
  }
}

/* ----------------- Hasta 1024px y orientación retrato ----------------- */
@media (min-width: 913px) and (max-width: 1024px) and (orientation: portrait) {
  .hero-summerjoy-parte1 {
    padding: 25px;
    gap: 2rem;
  }

  .main-title-summerjoy-parte1 {
    font-size: 4rem;
  }
}

/* ----------------- Hasta 1024px y orientación paisaje ----------------- */
@media (min-width: 913px) and (max-width: 1024px) and (orientation: landscape) {
  .hero-summerjoy-parte1 {
    flex-wrap: nowrap;
    gap: 1.5rem;
  }

  .content-summerjoy-parte1 {
    flex: 1 1 50%;
  }

  .image-container-summerjoy-parte1 {
    flex: 1 1 50%;
  }

  .main-title-summerjoy-parte1 {
    font-size: 4rem;
  }
}

/* ----------------- Desde 1440px (pantallas grandes) ----------------- */
@media (min-width: 1440px) {
  .hero-summerjoy-parte1 {
    max-width: 1200px;
    margin: 0 auto;
    gap: 3rem;
    padding: 40px;
  }

  .main-title-summerjoy-parte1 {
    font-size: 5rem;
  }

  .content-summerjoy-parte1 {
    max-width: 600px;
  }
}




/*parte dosssssssssss

/* 480px */
@media (max-width: 480px) and (orientation: portrait) {
  .hero-summerjoy-parte2,
  .container-summerjoy-parte2 {
    flex-direction: column;
    gap: 1.5rem;
    padding: 20px;
  }

  .content-summerjoy-parte2 {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }

  .h2-summerjoy-parte2 {
    font-size: 1.5rem;
  }

  .footer-note-summerjoy-parte2,
  .footer-note-summerjoy-parte2-blue {
    max-width: 100%;
    text-align: center;
    font-size: 1rem;
    padding: 1rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
  }


   .content-wrapper-summerjoy-parte2,
  .section-summerjoy-parte2,
  .footer-text-summerjoy-parte2 {
    max-width: 100%;
    padding: 1rem;
    box-sizing: border-box;
  }

  .two-columns-summerjoy-parte2 {
    flex-direction: column;
    gap: 1rem;
  }

  .column-summerjoy-parte2 {
    min-width: unset;
    width: 100%;
  }
}

/* 768px */
@media (min-width: 481px) and (max-width: 768px) {
  .hero-summerjoy-parte2,
  .container-summerjoy-parte2 {
    flex-direction: column;
    gap: 1.5rem;
    padding: 20px;
  }

  .content-summerjoy-parte2 {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }

  .h2-summerjoy-parte2 {
    font-size: 1.5rem;
  }
}

/* 912px */
@media (min-width: 769px) and (max-width: 912px) {
  .hero-summerjoy-parte2,
  .container-summerjoy-parte2 {
    gap: 2rem;
  }

  .content-summerjoy-parte2 {
    padding: 0 10px;
  }
}

/* 1024px portrait */
@media (min-width: 913px) and (max-width: 1024px) and (orientation: portrait) {
  .hero-summerjoy-parte2,
  .container-summerjoy-parte2 {
    padding: 25px;
  }

  .h2-summerjoy-parte2 {
    font-size: 1.7rem;
  }
}

/* 1024px landscape */
@media (min-width: 913px) and (max-width: 1024px) and (orientation: landscape) {
  .hero-summerjoy-parte2,
  .container-summerjoy-parte2 {
    flex-wrap: nowrap;
  }

  .content-summerjoy-parte2,
  .image-container-summerjoy-parte2 {
    flex: 1 1 50%;
  }
}

/* min-width 1440px */
@media (min-width: 1440px) {
  .hero-summerjoy-parte2,
  .container-summerjoy-parte2 {
    max-width: 1200px;
    margin: 0 auto;
    gap: 3rem;
    padding: 40px;
  }

  .h2-summerjoy-parte2 {
    font-size: 2rem;
  }
}





/* parte treees

/* 480px */
@media (max-width: 480px) and (orientation: portrait) {
  .container-summerjoy-parte3 {
    flex-direction: column-reverse;
    padding: 15px 5%;
    gap: 15px;
  }

  .text-section-summerjoy-parte3 {
    max-width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .h2-summerjoy-parte3 {
    font-size: 1.6rem;
  }

  .image-section-summerjoy-parte3 .img-summerjoy-parte3 {
    max-width: 300px;
    margin: 0 auto;
  }
}

/* 768px */
@media (min-width: 481px) and (max-width: 768px) {
  .container-summerjoy-parte3 {
    flex-direction: column-reverse;
    padding: 30px 5%;
    gap: 20px;
  }

  .text-section-summerjoy-parte3 {
    max-width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .h2-summerjoy-parte3 {
    font-size: 2rem;
  }

  .image-section-summerjoy-parte3 .img-summerjoy-parte3 {
    max-width: 300px;
  }
}

/* 912px */
@media (min-width: 769px) and (max-width: 912px) {
  .container-summerjoy-parte3 {
    gap: 25px;
  }
}

/* 1024px portrait */
@media (min-width: 913px) and (max-width: 1024px) and (orientation: portrait) {
  .container-summerjoy-parte3 {
    padding: 40px 5%;
  }

  .h2-summerjoy-parte3 {
    font-size: 2.2rem;
  }
}

/* 1024px landscape */
@media (min-width: 913px) and (max-width: 1024px) and (orientation: landscape) {
  .container-summerjoy-parte3 {
    flex-wrap: nowrap;
  }

  .text-section-summerjoy-parte3,
  .image-section-summerjoy-parte3 {
    flex: 1 1 50%;
  }
}

/* min-width 1440px */
@media (min-width: 1440px) {
  .container-summerjoy-parte3 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 5%;
    gap: 40px;
  }

  .h2-summerjoy-parte3 {
    font-size: 2.5rem;
  }
}



 /*parte cuatrooooo

 /* 480px */
@media (max-width: 480px) and (orientation: portrait) {
  .content-summerjoy-parte4 {
    flex-direction: column;
    padding: 15px 10px;
  }

  .text-summerjoy-parte4,
  .image-summerjoy-parte4 {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }

  .btn-summerjoy-parte4 {
    width: 100%;
    padding: 12px 0;
  }

  .h2-summerjoy-parte4,
  .h3-summerjoy-parte4 {
    font-size: 1.8rem;
  }
}

/* 768px */
@media (min-width: 481px) and (max-width: 768px) {
  .content-summerjoy-parte4 {
    flex-direction: column;
    padding: 20px 15px;
  }

  .text-summerjoy-parte4,
  .image-summerjoy-parte4 {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }

  .btn-summerjoy-parte4 {
    width: auto;
    padding: 12px 25px;
  }

  .h2-summerjoy-parte4,
  .h3-summerjoy-parte4 {
    font-size: 2.2rem;
  }
}

/* 912px */
@media (min-width: 769px) and (max-width: 912px) {
  .content-summerjoy-parte4 {
    gap: 25px;
  }
}

/* 1024px portrait */
@media (min-width: 913px) and (max-width: 1024px) and (orientation: portrait) {
  .content-summerjoy-parte4 {
    padding: 30px 20px;
  }

  .h2-summerjoy-parte4,
  .h3-summerjoy-parte4 {
    font-size: 2.5rem;
  }
}

/* 1024px landscape */
@media (min-width: 913px) and (max-width: 1024px) and (orientation: landscape) {
  .content-summerjoy-parte4 {
    flex-wrap: nowrap;
  }

  .text-summerjoy-parte4,
  .image-summerjoy-parte4 {
    flex: 1 1 50%;
  }
}

/* min-width 1440px */
@media (min-width: 1440px) {
  .content-summerjoy-parte4 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
  }

  .h2-summerjoy-parte4,
  .h3-summerjoy-parte4 {
    font-size: 3rem;
  }
}
