.banner__titulo{
 color: #ffffffff;
 font-family: Pacifico,cursive ;  
 
 position: absolute;
 left: 50%;
 text-align: center;
 top: 50%;
 text-shadow:0px 4px 4px rgba(0, 0, 0, 0.75);
 width: 100%;
 transform: translate(-50%, -50%);
 



}

@media screen and(min-width: 0) {
    .banner__titulo{
        font-size: 3rem;
        
    }
    
    }
    @media screen and(min-width: 768px) {
        .banner__titulo{
            font-size: 5.0625rem;
            
        }
        
        }