/*=========================================================*/
/*                          HEADER                         */
/*=========================================================*/

.img-banner{
    background-image: url(../img/Banners/banner__unifam__dital.jpg);
    height: 54vh;
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: center;
}

/*=========================================================*/
/*                            MAIN                         */
/*=========================================================*/

.seguro-proteccion {
    margin-top: 60px;
    margin-bottom: 60px;
}

.seguro-proteccion p{
    text-align: justify;
    padding: 0 10px;
    font-size: 2.0rem;
}

/* .seguro-proteccion .title{
    background: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    width: 100%;
    height: 80px;
} */

.seguro-proteccion h3{
    margin-bottom: 20px;
    font-size: 3.0rem;

}

.seguro-proteccion .doc-title{
    background: var(--secoundary-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
}

.list-group{
    padding: 5px 10px;
    /* background: #eee; */
}

.list-group li{
    border: 0 none;
    padding: 0px;
    font-weight: 300;
    /* background: #eee; */
}

.seguro-proteccion .documents{
    background: var(--primary-color);
    color: #fff;
    height: 50px;
    border-radius: 5px;
}

 .documents h4{
    margin-bottom: 0;
}

.seguro-proteccion .nav-pills button{
    color: var(--secoundary-color);
    font-size: 2.0rem;
    font-weight: 600;
    border: 1px solid transparent;
    margin-bottom: 5px;
}

.seguro-proteccion .nav-pills button:hover{
    color: var(--secoundary-color);
    font-weight: 600;
    border: 1px solid var(--secoundary-color);
}

.seguro-proteccion .nav-pills button.active{
    background-color: var(--secoundary-color);
    color: #fff;
    font-weight: 600;
}

.seguro-proteccion .nav-pills button.active:hover{
    color: #fff;
}

/* Accordion */
.seguro-proteccion .accordion-button:not(.collapsed){
    /* background: var(--primary-color);
    color: #fff; */
    background: #fff;
    box-shadow: none;
}

.seguro-proteccion .accordion-button{
    color: var(--primary-color);
    font-weight: 700;
    font-size: 2.0rem;
    box-shadow: none;
}

.credito .accordion-button:focus{
    box-shadow: none;
}


