/*tipo*/


/*estilo banner */

.titulo{
    color: #ffffff;
    font-weight: 700;
}

.extracto_banner{
    color: #ffffff;
    opacity: 0.7;
}


.banner-azul{
    padding: 60px 0 100px 0px;
}


.banner img{
    margin-top: 40px;
    border-radius: 8px;
}
.button-inicio{
    margin-top: 40px;
}
.button-inicio .btn.primary-btn{
     background-color: white;
    border-color: white;
    padding: 12px 24px;
    color: #155bd5;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 16px;
}
.button-inicio .btn.primary-btn:hover{
     background-color: #155bd5;
    border: 1px solid #ffffff;
    padding: 12px 24px;
    color: white;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 16px;
}

.button-inicio .lni{
        width: 50px;
    height: 50px;
    padding: 0;
    line-height: 48px;
    background-color: #ffffff;
    color: #155bd5;
    text-align: center;
    border-radius: 30px;
    margin-left: 15px;
}

.button-inicio .icon-btn{
    color: #ffffff;
    font-weight: 600;
    margin-left: 12px;

}
   