#ayuda-y-soporte .intro {
    background: linear-gradient(0deg, #29293D 0%, #41396F 41%, #1E2129 100%);
    font-size: 25px;
    font-weight: 300;
    padding-block: 4rem;
}

#ayuda-y-soporte .intro h1 {
    font-size: 60px;
    font-weight: 800;
}

#ayuda-y-soporte .advice {
    background-color: #1E2129;
}

#ayuda-y-soporte .advice .info-bg {
    background-color: #1C1C1C;
}

#ayuda-y-soporte .advice .tel,
#ayuda-y-soporte .advice .text-gray {
    font-weight: 600;
    color: #9D9D9D;
}

#ayuda-y-soporte .advice .tel {
    position: relative;
    font-size: 45px;
}

#ayuda-y-soporte .advice .tel:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url("../assets/images/ayudaysoporte/headphones.svg") no-repeat center/contain;
    margin-right: 1rem;
}

#ayuda-y-soporte .advice ul li {
    margin-block: .5rem
}

#ayuda-y-soporte .advice .btn.cta {
    background-color: #4087F8;
    color: #ffffff;
    font-weight: 600;
    border-radius: 30px;
    width: 280px;
    max-width: 100%;
    margin: 1rem auto;
}

#ayuda-y-soporte .advice .social-bg {
    background: linear-gradient(267deg, #41396F 0%, #211D38 100%)
}

#ayuda-y-soporte .resources {
    background-color: #E3E3E3;
    color: #000000;
}

#ayuda-y-soporte .resources .manuals {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}

#ayuda-y-soporte .resources .manuals > div {
    background: #1F1F1F;
    border-radius: 10px;
    color: #ffffff;
    text-align: start;
    padding: 1rem 0 0 1rem;
}

#ayuda-y-soporte .resources .manuals > div p {
    line-height: 1;
    margin: .75rem 0 1rem;
    font-weight: 600;
}

#ayuda-y-soporte .resources .manuals > div p small {
    font-size: 80%;
    font-weight: 500;
}

#ayuda-y-soporte .resources .docs {
    width: fit-content;
    margin-inline: auto;
    font-size: 18px;
    text-align: left;
    list-style: none;
}

#ayuda-y-soporte .resources .docs li {
    margin-bottom: 2.5rem;
}

#ayuda-y-soporte .resources .docs li:before {
    content: "\f15c";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    color: #00B5DC;
    margin-right: 1rem;
}

#ayuda-y-soporte .resources .docs a {
    color: #000000;
    border-bottom: 1px solid black;
}

@media (max-width: 991px) {
    #ayuda-y-soporte .intro {
        font-size: 18px;
        padding-block: 3rem;
    }

    #ayuda-y-soporte .intro h1,
    #ayuda-y-soporte .advice .tel {
        font-size: 35px;
    }

    #ayuda-y-soporte .advice .tel:before {
        width: 25px;
        height: 25px
    }

    #ayuda-y-soporte .resources .manuals {
        grid-template-columns: 1fr 1fr;
    }

    #ayuda-y-soporte .resources .manuals > div {
        aspect-ratio: auto;
        min-height: 110px;
    }
}