.boxLogoTipo{
    width: 50%;
    position: absolute;
    z-index: 2;
    margin-top: 24%;
    left: 25%;
}

.boxIcones {
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    text-align: center;
    position: fixed;
    font-size: 20px;
    color: #1A83FF;
    z-index: 3;
    top: 70%;
    letter-spacing: 5px;
    cursor: pointer;
    transition-duration: 1s;
    }
.boxCartao{
        margin: 0 auto;
        padding: 20px;
        width: 60%;
        text-align: center;
        position: fixed;
        font-size: 20px;
        color: #1A83FF;
        z-index: 2;
        left: 20%;
        top: 45%;
        letter-spacing: 5px;
        border: 1px solid #1A83FF;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, .9);
        cursor: pointer;
        transition-duration: 1s;
    }
    
    .boxCartao:hover{
        color: #FFF !important;
        border:  1px solid #FFF;
        background-color: rgba(26, 131, 255, 1.0);
    }
    .btnCard span:hover{
        color: #FFF !important;
    }
    .boxCartao:hover > a.btnCard{
        color: #FFF !important;
    }
    
    .boxCartao:hover > a.btnCard span{
        color: #FFF !important;
    }
    


   .boxCartao span{
        font-size: 40px;
        display: block;
        font-weight: bolder;
    }


    
    a.btnIcon{
        padding: 10px 4px 4px 6px;
        margin:  0 auto;
        font-size: 32px;
        border:  1px solid #1A83FF;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, .9);
        text-align: center;
        display: inline-block;
        width: 100px;
        height: 100px;
        transition-duration: 1s;
    }
    a.btnIcon:hover{
        color: #FFF;
        border:  1px solid #FFF;
        background-color: rgba(26, 131, 255, .9);
    }
    a.btnIcon label{
        margin-top: 10px;
        width: 100%;
        display: block;
        font-size: 12px;
        color: #1A83FF;
        text-align: center;
    }
    a.btnIcon:hover > label{
        color: #FFF;
    }