.container-preguntas{
    
    h2{
        font-family: "Lato", sans-serif;;
        font-size: 40px;
        font-weight: 900;
        line-height: 48px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #2D2829;

    }
    h3{
        font-family: "Lato", sans-serif;;
        font-size: 24px;
        font-style: italic;
        font-weight: 300;
        line-height: 28.8px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }
    p{
        font-family: "Lato", sans-serif;;
        font-size: 16px;
        font-weight: 400;
        line-height: 25.6px;
        text-align: justify;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #7D818B;
    }
    .negrita-lato{
        font-family: "Lato", sans-serif;;
        font-size: 16px;
        font-weight: 500;
        line-height: 25.6px;
        text-align: justify;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }
    
    
    .card {
        margin-bottom: 1em;
        border: 1px #EFEDEA solid;
        border-radius: 20px;
    }
    .card-header {
        background: transparent;
        padding: 0;
        border-bottom: 0;
    }
    .card-header .btn-header-link{
        padding: 30px;
        background: transparent;
        border-bottom: 0;
        display: block;
        position: relative;
        padding-right: 3.5rem;
    }
    .card-header a{
        color: #2D2829;
        font-family: lato;
        font-size: 16px;
        font-weight: 600;
        line-height: 20.11px;
        text-align: left;
        text-decoration-skip-ink: none;
    }
    .card-body {
        border-top: 0;
        background: #EFEDEA;
        border-radius: 0 0 20px 20px;
    }
    .card-body p{
        color: #494D55;
        padding-left: 1rem;
    }
    .cont-btn-collapse {
        position: absolute;
        top: 30px;
        right: 30px;
    }
    
    
    .card-body{
        font-family: lato;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        text-decoration-skip-ink: none;
        color: #494D55;

    }
    .card-header .btn-header-link:after {
        content: "";
        width: 24px;
        height: 24px;
        background: url(../img/icono_abajo_guinda.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        right: 20px;
        top: 50%;
        bottom: 50%;
        margin: auto 0;
    }
    .card-header .btn-header-link.collapsed:after {
        transform: rotate(180deg);
    }
    .card-header .btn-header-link:focus {
        box-shadow: none;
    }
    .card-header .btn-header-link:focus-visible {
        outline: 0;
    }
    li::marker {
        content: "";
    }

    @media (max-width: 725px) {
        
        .img-plan{
            display: none;
        }
        .card-header .btn-header-link {
            padding: 30px 60px 30px 30px ;
        }
        
    }
}