

*{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }

    body{
        overflow-x: hidden;
    }

    .real{
        background-color: #002369;
    }
    
    .real-t{
        color: #0039a3;
    }


@media (max-width:990px) {
.texto{
    font-size: .9rem;
}

    .t1{
        font-size: 1.5rem;
    }

    .titulo{
        font-size: 1.6rem;
    }
    
    .letra{
        font-size: 12px;
    }
}




@media (max-width:500px){
    .texto{
        font-size: .7rem;
    }
    
    .t1{
        font-size: 1.2rem;
    }

    .titulo{
        font-size: 1.5rem;
    }
    .t-foo{
        font-size: .8rem;
    }
    .d-inline-block{
        width: 150px;
        height: 65px;
    }
}