<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&amp;display=swap');

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Montserrat', sans-serif;
	background: url(../img/bg-02.jpg) top center no-repeat;
	background-size: cover;
	width:100%;
	height: 100%;
	color: #000;
	font-size: 100%;
	display: flex;
	flex-direction: column;
	line-height: 1.5;
}
html, body {
    height: 100%;
}
a {
	color: #3f3f3f;
	text-decoration:none;	
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;	
}
img, picture, video, embed {
	max-width: 100%;
	border: 0 !important;
}
.logo {
	text-align:center;
	margin: 0px auto;
    width: 300px;
	padding:80px 0px 10px 0px;
}
.titulo1 {
    text-align: center;
	font-weight: bold;
    font-size: 23px;	
	padding: 20px 20px 0px 20px;
}
.titulo2 {
    text-align: center;
	font-size: 12px;	
	padding: 0px 20px 20px 20px;
}
.buttonlist {

}
.buttonlist a {
	
}
.btn {
    text-align: center;
    margin: 15px auto;
    background: #ffffff;
    border-radius: 8px;
    width: 510px;
	line-height:60px;
	box-shadow: 5px 5px 10px #d8d8d8;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;		
}
.btn:hover {
	width: 518px;
	line-height: 66px;
}
.btn .ico1 {
    background: url(../img/whatsapp.png) center left no-repeat;
    padding: 8px 0px 8px 40px;
}
.btn .ico2 {
    background: url(../img/facebook.png) center left no-repeat;
    padding: 8px 0px 8px 40px;
}
.btn .ico3 {
    background: url(../img/lupa.png) center left no-repeat;
    padding: 8px 0px 8px 40px;
}
.btn .ico4 {
    background: url(../img/site.png) center left no-repeat;
    padding: 8px 0px 8px 40px;
}
.btn .ico5 {
    background: url(../img/info.png) center left no-repeat;
    padding: 8px 0px 8px 40px;
}


@media screen and (max-width: 520px) {	
.btn {
	width: 80%;
}
.btn:hover {
	width: 82%;
}
}</pre></body></html>