.item-seguroB {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    position: relative;
}

.bgAuto {
    background: linear-gradient(to bottom, rgba(177, 133, 19, .75) 30%, rgba(177, 133, 19, .5) 100%), url(../images/autos.jpg) center center no-repeat;
    background-size: cover;
}

.bgMedico {
    background: linear-gradient(to bottom, rgba(177, 133, 19, .75) 30%, rgba(177, 133, 19, .5) 100%), url(../images/medico.jpg) center center no-repeat;
    background-size: cover;
}

.bgVida {
    background: linear-gradient(to bottom, rgba(177, 133, 19, .75) 30%, rgba(177, 133, 19, .5) 100%), url(../images/vida.jpg) center center no-repeat;
    background-size: cover;
}

.bgHogar {
    background: linear-gradient(to bottom, rgba(177, 133, 19, .75) 30%, rgba(177, 133, 19, .5) 100%), url(../images/hogar.jpg) center center no-repeat;
    background-size: cover;
}

.bgDanos {
    background: linear-gradient(to bottom, rgba(177, 133, 19, .75) 30%, rgba(177, 133, 19, .5) 100%), url(../images/danos.jpg) center center no-repeat;
    background-size: cover;
}

/*** HOVER FONDO SEGUROS***/
.bgAuto:hover{
    background: linear-gradient(to bottom, rgba(0, 0, 0, .84) 90%, rgba(0, 0, 0, .84) 100%), url(../images/autos.jpg) center center no-repeat;
    background-size: cover;
    color: #cdcdcd;
}

.bgMedico:hover{
    background: linear-gradient(to bottom, rgba(0, 0, 0, .84) 90%, rgba(0, 0, 0, .84) 100%), url(../images/medico.jpg) center center no-repeat;
    background-size: cover;
    color: #cdcdcd;
}

.bgVida:hover{
    background: linear-gradient(to bottom, rgba(0, 0, 0, .84) 90%, rgba(0, 0, 0, .84) 100%), url(../images/vida.jpg) center center no-repeat;
    background-size: cover;
    color: #cdcdcd;
}

.bgHogar:hover{
    background: linear-gradient(to bottom, rgba(0, 0, 0, .84) 90%, rgba(0, 0, 0, .84) 100%), url(../images/hogar.jpg) center center no-repeat;
    background-size: cover;
    color: #cdcdcd;
}

.bgDanos:hover{
    background: linear-gradient(to bottom, rgba(0, 0, 0, .84) 90%, rgba(0, 0, 0, .84) 100%), url(../images/danos.jpg) center center no-repeat;
    background-size: cover;
    color: #cdcdcd;
}



.bgSeguroB {
    min-height: 200px;
    max-height: 400px;
    padding: 15px;
    color: whitesmoke;
    font-size: 25px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    cursor:pointer;
}

@media all and (max-width:767px) {
    .bgSeguroB {
        min-height: 100px;
        max-height: 400px;
        padding: 15px;
        color: whitesmoke;
        font-size: 24px;
        align-items: center;
        display: flex;
        justify-content: center;
        text-align: center;
        cursor:pointer;
    }
}
/*575, 767*/
@media all and (min-width:767px) and (max-width:991px) {
    .bgSeguroB {
        min-height: 150px;
        max-height: 400px;
        padding: 15px;
        color: whitesmoke;
        font-size: 22px;
        align-items: center;
        display: flex;
        justify-content: center;
        text-align: center;
        cursor:pointer;
    }
}


.titSeg{
    font-weight: 600;
}

/* b28515   b18513*/
.textSeguro {
    background: #fafafa;
    font-size: 15px;
    padding: 10px;
    min-height: 110px;

    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}

.item-seguroB .bgSeguroB .btn {
    margin-top: 10px;
    cursor: pointer;
    background: rgba(255, 255, 255 , .75);
    color: #393d42 ;
    font-size: 15px;
    border-radius: 0;
    border: 2px solid #393d42 ;
    padding: 6px 45px;
}

/** NEW FORMART DESC SEGUROS **/
.infoSeguro{
    font-size: 16px;
}

.titDesc{
	color: #d22930;
	text-transform: uppercase;
	margin-bottom: 5px;
    font-size: 28px;
    font-weight: 600;
}

ul.listSeguro {
    list-style-position: outside;
    line-height: 22px;
    font-size: 15px;
}

.listSeguro li::marker {
    color: #d22930;
}

.btnSeguroPDF {
    cursor: pointer;
    background:  rgba(210, 41, 48, 0.60);
    color: #fff ;
    font-size: 15px;
    border-radius: 0;
    padding: 4px 45px;
}

.linkSeguroPDF {
    color: #ffaf53 !important;
    font-weight: 500;
}

.divisor {
    height: 3px;
    background-color: #d23029 !important;
    margin-top: 0px;
    margin-bottom: 3px !important;
}

.btn-close{
    font-size: 14px;
    font-weight: 400;
    margin: 5px;
}