<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 1366px) {

	.Header_Menu {
		margin-top: 60px;
	}
	
    .Header1 .BoxDados {
        margin: 0 100px 0 0;
    }
    
    .CoverWelcome p {
        width: 85%;
    }
    
    .home-container h1 {
        font-size: 70px;
        line-height: 55px;
        letter-spacing: 3px!important;
    }
    
    .home-container  h6 {
        font-size: 16px;
        line-height: 22px;
    }
	
	.HomeLanding h1 {
		margin-top: 100px;
	}
    
	.HomeLanding .container-fluid {
		width: 85%;
	}
	
	h1 {
		font-size: 70px;
		line-height: 70px;
	}
	
	h2 {
		font-size: 30px;
		line-height: 35px;
	}

	p {
		font-size: 16px;
		line-height: 26px;
	}
	
	.Produtos {
		padding: 50px 0;
	}
    
    .Sobre .Certificado {
        width: 80%;
        height: auto;
        margin: 0 auto 0 auto;
    }

}

@media (max-width: 1280px) {
    

    
}


@media (max-width: 1024px) {
	


}


@media (max-width: 768px) {
	

}


@media (max-width: 450px) {
    
    .HomeLanding {
        background-image: url(../images/background_1_mobile.png);
		background-position: center right;
    }
	
	h1 {
		font-size: 50px;
		line-height: 50px;
	}
    
	h2 {
		font-size: 25px;
		line-height: 30px;
	}
	
	h4 {
		font-size: 18px;
		line-height: 23px;
		font-weight: 400;
	}
    
    h5 {
        line-height: 35px;
    }
	
    p {
        font-size: 16px!important;
        line-height: 25px;
    }
    
	.home-container h6 {
		width: 100%;
	}
    
    .CoverWelcome a {
        font-size: 10px;
        letter-spacing: 1.5px;
        padding: 14px 14px;
        margin-top: 20px;
    }
	
    .CoverSocial {
        position: absolute;
        align-items: center;
        justify-content: center;
        display: flex;
        width: 100%;
        height: 50px;
        margin: 0 0 80px 0;
        z-index: 30;
        text-align: center;

        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
	
    .Sobe_CoverSocial {
        margin: 0 10px 75px 0;

        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    
    #back-to-top {
        margin-right: 10px;
    }
    
    .parallax-newversa {
        background:url("../images/background_NewVersa_Mobile.png") center center no-repeat;
    }
    
	.parallax-versa {
		background:url("../images/background_Versa_Mobile.png") center center no-repeat;
	}
    
    .IconeLogo {
        width: 100px;
        height: auto;
        margin: 0 0 25px 0;
    }
    
    .HeaderFamilia {
        background: #009098 url("../images/background_familia_mobile.png") center right -150px no-repeat;
        padding: 90px 0 90px 0;
    }

    .Familia .TxtCard {
        height: auto;
    }
    
    .HeaderTecnologia {
        background: #009098 url("../images/background_tecnologia_mobile.png") center left -230px no-repeat;
        padding: 90px 0 90px 0;
    }
    
    .PaddingMobile {
        padding-bottom: 35px;
    }
    
    .Produtos .Caracteristicas p {
        text-align: left!important;
    }
    
    .Produtos .BoxLente {
        height: auto!important;
        min-height: auto!important;
    }
    
    footer {
        background: #035963 url("../images/background_footer_mobile.png") top center no-repeat;
    }
    
    .PaddingFooterMobile {
        padding-bottom: 55px;
    }
    
    .home-container h1 {
        font-size: 40px;
        line-height: 45px;
        letter-spacing: 4px!important;
    }
    
    .Produtos .LogoProduto {
        width: 300px;
    }
    
    .Produtos .BoxIcones {
        padding: 30px 25px 30px 25px;
    }

    .Produtos .IconesLentes {
        height: auto;
        width: 100%;
        display: block;
        margin: 25px auto 25px auto;
    }
    
    .Produtos .BorderRight {
        border: none!important;
    }
    
    .Produtos .MarginMobile {
        margin-bottom: 30px;
    }
    
    .Produtos i {
        font-size: 25px;
        color: #4689b8;
    }
    
    .Assinatura {
        height: auto;
        padding: 15px 0 15px 0;
        text-align: center;
    }
    
    .Assinatura a {
        display: inline-flex;
        margin: 0 auto 0 auto!important;
    }
    
    .table-mobile {
        display: block;
        overflow-x: auto;
    }

}</pre></body></html>