<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 768px) {
    
    /* HEADER */
    header {
        text-align: left;
    }
    
    /* BANNER */
    section.banner .banner-text h1 {
        font-size: 38px;
        line-height: 40px;
		font-weight: 700;
    }
    
    section.banner .banner-text {
        text-align: left;
        padding-top: 100px;
    }
    
    section.banner .banner-form form {
        margin: 0 auto;
        max-width: 333px;
        width: 100%;
    }
    
    section.banner .banner-text p {
        font-size: 24px;
        line-height: 30px;
		font-weight: 200px;
    }
	
	header .click-to-call span {
    font-size: 12px;
    color: #59c1f1;
    margin-top:15px;
    display:block;
	line-height:16px;
}
	
	
    
    /* QUEM USA */
    section.quem-usa .row .col-sm-4 {
        border-left: 1px solid #f68e38;
    }
    section.quem-usa .row .col-sm-4:first-child {
        border-left: 0;
    } 
    
    /* CONTATO */
    section.contato address {
        font-size: 22px;
        line-height: 24px;
    }
    
    /* FOOTER */
    body &gt; footer .list-inline {
        float: right;
    }
    
    body &gt; footer {
        text-align: left;
    }
}
</pre></body></html>