@media (min-width: 1201px) {
    
}
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) { 
/*     
     #banner .texto-b {
        padding-right: 65px;
    }
    
    #banner .titulo {
        font-size: 37px;
    }

    #s1 .texto-a {
        min-width: 510px;
    } */
    

	
 }


/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) { 
	
 }


/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) { 
	
}


/* Small devices (landscape phones, 576px and up) */
@media ( max-width: 575.98px){ 
    
    
}