.faq-accordion .accordion-item{
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
}

.faq-accordion .accordion-button{
    position: relative;
    padding: 18px 70px 18px 24px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: #1f3a5f;
    background: linear-gradient(90deg, #aab9cd 0%, #46678f 100%);
    border: none;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed){
    color: #1f3a5f;
    box-shadow: none;
}

.faq-accordion .accordion-button:focus{
    box-shadow: none;
    border: none;
}

/* ocultar el icono por defecto de bootstrap */
.faq-accordion .accordion-button::after{
    display: none;
}

/* icono personalizado */
.faq-accordion .accordion-button::before{
    content: "+";
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f28c38;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    z-index: 1;
}

/* cuando está abierto */
.faq-accordion .accordion-button:not(.collapsed)::before{
    content: "−";
}

.faq-accordion .accordion-body{
    padding: 22px 24px;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    background: #fff;
}


@media (max-width: 1024px){

h1 { font-size: 48px !important; }

h2 { font-size: 38px !important; }

h3 { font-size: 30px !important; }

h4 { font-size: 24px !important; }

h5 { font-size: 19px !important; }

p { font-size: 17px !important; }

.about-experience {
    margin-top: 85px;
    width: 205px !important;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(5%, 50%) !important;
}
}




@media (max-width: 768px){

h1 { font-size: 40px !important; }

h2 { font-size: 32px !important; }

h3 { font-size: 26px !important; }

h4 { font-size: 22px !important; }

h5 { font-size: 18px !important; }

p { font-size: 16px !important; }
.about-experience {
    margin-top: 85px;
    width: 205px !important;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-30%, 50%) !important;
}

}

@media (max-width: 426px){

h1 { font-size: 34px !important; }

h2 { font-size: 28px !important; }

h3 { font-size: 24px !important; }

h4 { font-size: 20px !important; }

h5 { font-size: 17px !important; }

p { font-size: 15px !important; }

.about-experience {
    margin-top: 85px;
    width: 150px !important;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-70%, 37%) !important;
}


}



@media (max-width: 376px){

h1 { font-size: 30px !important; }

h2 { font-size: 26px !important; }

h3 { font-size: 22px !important; }

h4 { font-size: 19px !important; }

h5 { font-size: 16px !important; }

p { font-size: 14px !important; }

.about-experience {
    margin-top: 85px;
    width: 150px !important;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-70%, 30%) !important;
}
.navbar-brand {
width: 285px !important;
}

}

@media (max-width: 320px){

h1 { font-size: 28px !important; }

h2 { font-size: 24px !important; }

h3 { font-size: 20px !important; }

h4 { font-size: 18px !important; }

h5 { font-size: 16px !important; }

p { font-size: 14px !important; }
.about-experience {
    margin-top: 85px;
    width: 150px !important;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-70%, 15%) !important;
}

.navbar-brand {
width: 235px !important;
}
}