html {
    scroll-behavior: smooth; 
}
[id] {
    scroll-margin-top: 80px;
}
.audio-section {
    overflow-x: hidden; 
}
.cta-title {
    color: #2888C6;
    font-weight: 600;
    font-size: 24px;
    font-style: italic;
    line-height: 30px;
}
.btn-asesoria {
    background-color: var(--color-sh-2); 
    color: #ffffff;
    font-weight: 400;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: background-color 0.3s ease, transform 0.2s ease; 
}
.btn-asesoria:hover {
    background-color: #4338ca;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.content-card {
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.content-title {
    color: #0486BF;
    font-weight: 700;
    margin-bottom: 20px;
}
.custom-list li {
    margin-bottom: 15px;
    line-height: 1.6;
}
.custom-list li strong {
    color: #2888C6;
}
.custom-list-2 li{
    margin-bottom: 5px;
}

.custom-list-2 li strong{
    color: var(--color-sh-2);
}
.logo-img {
    transition: filter 0.3s ease, opacity 0.3s ease;
}
.logo-img:hover {
    filter: grayscale(0%);
    opacity: 1;
}
.absolute-llenar-contenedor img{
    margin-top: -220px;
}
.pl-smc-d{
    padding-right: 0;
}
.pl-smc-i{
    padding-left: 0;
}
@media (max-width: 991.98px) {
    .cta-title {
        font-size: 1.5rem;
    }
    .content-card {
        padding: 25px;
    }
}

@media (max-width: 767.98px) {
    .audio-section {
        text-align: center;
    }
}