
:root {
    --acp-gray-bg: #f5f5f7;
    --acp-text: #000;
    --acp-light-text: #000;
    --acp-radius: 18px;
    --acp-red: #e30000;
    --acp-max-width: 900px;
    --bold:800;
}



.acp-container {
    max-width: var(--acp-max-width);
    margin: 0 auto;
    padding: 0 20px;
}


.acp-hero {
    align-items: center;
    gap: 40px;
    padding: 40px 20px 0;
    background-color: var(--acp-gray-bg);
}


.acp-hero-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-block: 30px;
}

.acp-hero-content {
    max-width: var(--acp-max-width);
    margin: 0 auto;
    text-align: center;
}

.acp-hero-logo {
    width: 150px;
    margin-top: 0.83em;
}

.acp-hero-title {
    font-size: 52px;
    line-height: 52px;
    color: var(--acp-text);
    font-weight: var(--bold);
}


.acp-hero-description {
    color: var(--acp-light-text);
    line-height: 1.5;
    font-size:20px !important;
}

.acp-hero-image-wrap {
    max-width: var(--acp-max-width);
    margin: 0 auto;
    text-align: center;
}

.acp-btn-primary {
    background: transparent;
    color: #1d1d1f;
    padding: 8px 20px;
    border-radius: 999px;
    border: 1px solid #1d1d1f;
    cursor: pointer;
}

    .acp-btn-primary:hover {
        text-decoration: underline;
        color: var(--acp-text);
        border: 1px solid var(--acp-text);
       
    }
.legal-cobertura {
    color: var(--acp-light-text);
    font-size:12px;
}

.acp-hero-image {
    width: 330px;
}

    .acp-hero-image.audio {
        width: 430px;
    }

    .acp-hero-image.watch {
        width: 250px;
    }

    .acp-hero-image.mac {
        width: 600px;
    }

.acp-cover-section {
    padding: 80px 15px;
    background: #fff;
}

.acp-cover-title {
    text-align: center;
    margin-bottom: 40px;
    color: var(--acp-text);
    font-size: 35px;
    line-height: normal;
    letter-spacing: 0;
    font-weight: var(--bold);
}

.acp-cover-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: var(--acp-max-width);
    margin: 0 auto;
}

.acp-cover-grid-1 {
    margin-top: 20px !important;
    max-width: var(--acp-max-width);
    margin: 0 auto;
}

.acp-cover-card {
    background: var(--acp-gray-bg);
    padding: 28px;
    border-radius: var(--acp-radius);
    text-align: center;
    min-width: 240px;
}

    .acp-cover-card:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    .acp-cover-card:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }

    .acp-cover-card:nth-child(3) {
        grid-column: 1;
        grid-row: 2;
    }

    .acp-cover-card:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
    }


    .acp-cover-card:nth-child(5) {
        grid-column: 1 / -1;
        grid-row: 3;
    }

.acp-cover-icon {
    width: 75px;
}

.acp-repair-box img {
    width: 75px;
}

.acp-cover-card-title {
    font-size: 24px;
    line-height: 28px !important;
    margin-bottom: 10px;
    line-height: inherit;
    color: var(--acp-text);
    font-weight: var(--bold);
}

.acp-cover-card-text {
    color: var( --acp-text);
    line-height: 1.4;
}

.acp-repair-section {
    padding: 0 15px 80px;
}

.acp-repair-title {
    text-align: center;
    font-size: 32px;
    font-weight: var(--bold);
    color: var(--acp-text);
}

.acp-repair-subtitle {
    text-align: center;
    color: var( --acp-text);
    max-width: 600px;
    margin: 0 auto 50px;
    line-height: 1.4;
    font-size: 16px;
}

.acp-repair-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: var(--acp-max-width);
    margin: 0 auto 60px;
}

.acp-repair-box {
    padding: 28px;
    border-radius: var(--acp-radius);
    text-align: center;
    min-width: 260px;
    flex-shrink: 0;
}

.acp-repair-box-title {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 25px;
    color: var(--acp-text);
    font-family: var(--bold);
    letter-spacing: initial;
}

.acp-repair-box-text {
    color: var(--acp-light-text);
}


.acp-howto {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: var(--acp-max-width);
    margin: 0 auto;
    padding: 40px 40px 0;
    background: var(--acp-gray-bg);
    border-radius: var(--acp-radius);
}

.acp-howto-title {
    font-size: 32px;
    font-weight: var(--bold);
    margin-block: 0 16px;
    color: var(--acp-text);
}

.acp-howto-description {
    color: var(--acp-light-text);
    line-height: 1.4;
    max-width: 480px;
}

.acp-howto-image {
    width: 320px;
}

    .acp-howto-image.ipad2 {
        width: 220px;
    }
    .acp-howto-image.homepod {
        width: 400px;
    }

    .acp-legales-section .legalesapple {
        max-width: var(--acp-max-width);
        margin: 0 auto;
    }

section.acp-legales-section .legal-list li a {
    color: #000;
    font-weight: 600;
    font-size: 10px;
}



.acp-btn-conten {
    display: flex;
}
.acp-legales-section ul.legal-list{
    text-align:left;
    font-size:10px;
}
.acp-btn-conten {
    margin-top: 25px !important;
}

@media (max-width: 768px) {
    .acp-howto-title {
        font-size: 26px;
    }
    h3.acp-howto-title br {
        display: none;
    }
    .acp-hero-title {
        font-size: 35px;
        line-height: 35px;
        letter-spacing:0;
    }
    .acp-hero {
        text-align: center;
    }
    p.acp-hero-description br {
        display: none;
    }
    .acp-cover-title {
        font-size: 26px;
    }
    .acp-cover-card-title {
        font-size: 22px;
        line-height: normal !important;
        letter-spacing: 0;
    }
    p.acp-repair-subtitle br {
        display: none;
    }
    p.acp-repair-box-text br {
        display: none;
    }
    .acp-repair-subtitle {
        margin: 0 auto 20px;
    }

  

    .acp-hero-image {
        width: 240px;
    }

    

    .acp-repair-grid {
        margin: 0 auto 40px;
    }
    .acp-hero-description {
        font-size: 16px !important;
    }

   
    .acp-repair-section {
        padding: 0 35px 20px;
    }
    section.acp-legales-section div#demo-legal {
        padding: 0 35px;
    }

    .acp-repair-grid {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .acp-repair-box {
        width: 100%;
        min-width: auto;
    }

  

        .acp-howto-image {
            width: 230px;
        }
    .acp-hero-image.mac {
        width: 100%;
    }
    p.acp-howto-description br {
        display: none;
    }
    .acp-howto-image-wrap {
        text-align: center;
    }
    .acp-howto-image-wrap img{
        margin-top:25px;
    }
    .acp-cover-section {
        padding: 20px 35px;
    }
    .acp-howto-image-wrap br{
        display:none;
    }
    .acp-howto-image.homepod {
        width: 250px;
    }
}
@media (max-width: 768px) and (min-width: 500px) {
    .acp-howto-image.iphone {
        width: 80%;
    }
   
}
@media (max-width: 659px) {
    .acp-cover-grid {
        display: flex !important;
        flex-direction: column;
        gap: 16px;
    }

    /* .acp-howto {
        padding: 40px 28px;
    }*/

    .acp-cover-card {
        width: 100%;
        grid-column: unset !important;
        grid-row: unset !important;
    }
    .acp-hero-image.audio {
        width: 100%;
    }
    .acp-howto {
        display: block;
        text-align: left;
    }

        .acp-howto .acp-btn-conten {
            justify-content: left;
        }
    .acp-howto-image {
        width: 80%;
    }
        .acp-howto-image.homepod {
            width: 100%;
        }
    p.acp-cover-card-text br {
        display: none;
    }
    .acp-repair-title {
        font-size: 26px;
        line-height: normal;
    }
       
}
@media (max-width: 449px) {
    .acp-howto-image.iphone {
        width: 80%;
    }
    .acp-howto-image {
        width: 100%;
    }
    .acp-howto {
        padding: 40px 28px 0;
    }
    .acp-howto-image.ipad2 {
        width: 75%;
    }
}
