<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *
 * Folha de Estilos PadrÃ£o do site
 *
 *	Theme Name: Tablet/Web
 *	Description: O Template Base do Plano Tablet/Web
 *	Version: 1.0
 *	Author: Nova1
 *	Author URI: http://www.nova1.com.br
 *
**/

/***********************************
 * DEFINIÃ‡Ã•ES PRINCIPAIS
***********************************/

body{
	font: 16px 'Open Sans', Arial, sans-serif;
	font-weight: 300;
	background: #F9F9F9;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open sans', Arial, sans-serif;
	font-weight: 300;
}

h1 { font-size: 44px; }
h2 { font-size: 26px; }

img { max-width: 100%; }

a, a:hover,
a *, a:hover * {
    transition: 0.3s;
    opacity: 1;
    cursor: pointer;
    text-decoration: none;
}

a:hover,
a:hover * { opacity: 0.7; }

/***********************************
 * CLASSES PRINCIPAIS
***********************************/

.main { width: 1170px; margin: 0 auto; box-shadow: 0 1px 3px #999; overflow: hidden; }
.bold { font-weight: 400; }

#content-header { border-bottom: 1px solid #DDD; }
#content-body { margin-top: 30px; }

/***********************************
 * CUSTOMIZAÃ‡Ã•ES DO WP
***********************************/

/*#wpadminbar { display: none; }*/

/***********************************
 * BOTÃ•ES E FORMS
***********************************/

.btn, .form-control {
	font-size: 18px;
}

.btn {
	border-radius: 0;
	border: 0;
	box-shadow: 0;
	outline: 0;
	text-transform: uppercase;
	color: #FFF !important;
}

.btn-default { background: #393738; }
.btn-warning { background: #DC853D; }

.form-control {
	border-radius: 0;
	box-shadow: none;
	background: #EFEFEF;
	border: 2px solid #EFEFEF;
	border-bottom: 2px solid #333;
	height: 37px;
}

.form-control:focus {
	border: 2px solid #666;
	box-shadow: none;
}

/***********************************
 * CSS SPRITES
***********************************/

.icon { background-image: url( 'img/sprites.png' ); background-repeat: no-repeat; display: inline-block; }
.icon:hover { text-decoration: none; }

.icon-logo { background-position: 0 0; width: 271px; height: 53px; }
.icon-tab-phone { background-position: 0 -74px; width: 59px; height: 60px; }
.icon-tab-map { background-position: -170px -73px; width: 60px; height: 60px; }
.icon-tab-contact { background-position: -83px -73px; width: 69px; height: 61px; }

/***********************************
 * CABECALHO E MENU
***********************************/

#header {
	background: #111;
	padding: 30px 15px;
	border-bottom: 5px solid #CF1111;
}

#logo { margin-top: 15px; }

#main-menu .nav { overflow: visible; }

#main-menu&gt;.nav&gt;.menu-item { position: relative; }

#main-menu .nav .menu-item a {
	color: #FFF;
	text-transform: uppercase;
}

#main-menu .nav .menu-item:hover&gt;a,
#main-menu .nav .menu-item&gt;a:hover {
	background: #111;
	color: red;
	text-shadow: 0 1px 1px #000;
}

#main-menu .nav .menu-item.current-menu-item a,
#main-menu .nav .menu-item.current-menu-item:hover a,
#main-menu .nav .menu-item.current-menu-item a:hover {
	background: #FFF;
	color: #111;
	font-weight: 700;
	opacity: 1;
	cursor: default;
	text-shadow: none;
}

#main-menu .menu-item { text-align: center; }
.menu-item .dashicons[style*="super"] {
 	width: 100% !important;
}


#main-menu .sub-menu {
	position: absolute;
	top: 40px;
	z-index: 99;
	display: none;
	left: 0;
	list-style-type: none;
	padding: 0;
}

#main-menu .sub-menu .menu-item a {
	width: 250px;
	display: block;
}

#main-menu .nav .menu-item:hover .sub-menu {
	display: block;
}

.menu.nav-stacked ul.sub-menu {
	left: 210px !important;
	top: 0 !important;
}

.sub-menu .menu-item .sub-menu .menu-item { margin-left: 40px; }

#main-menu ul.sub-menu .menu-item {
  position: relative;
}
#main-menu ul.sub-menu .menu-item:hover .sub-menu {
  display: block !important;
}
#main-menu ul.sub-menu .menu-item .sub-menu {
  margin-left: 210px;
  display: none !important;
  top: 0;
}


#header-slider { background: #FFF; }
#header-slider .nivoSlider { margin: 0 !important; }

#header-slider .theme-light .nivo-controlNav.nivo-thumbs-enabled { padding-top: 10px; }
#header-slider .theme-dark .nivo-controlNav.nivo-thumbs-enabled { padding-top: 10px; }

/* tw002 */
#header.tw002 #main-menu { margin: 30px -30px -30px; }

/* tw003 */
#header.tw003 #main-menu { margin: 30px -30px -30px; }
#header.tw003 #logo { max-width: 50%; margin: 0 auto; }

/***********************************
 * CONTEUDO / CORPO DO SITE
***********************************/

#content {
	background: #FFF;
	padding: 30px 15px 0;
}

#content-header .breadcrumb {
	margin: 45px 0 0;
	background: transparent;
	padding: 0;
}

#content-body {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

#content-footer #quick-contact {
	margin: 0 auto 0;
	padding: 0 10% 30px;
	border-bottom: 1px solid #DDD;
}

#content-footer #quick-contact textarea { height: 90px; }

#content-footer .widgets {
	margin: 0 -15px;
	padding: 30px 15px 60px;
}

#content-footer .widget {
	background: #f3f3f3;
	min-height: 460px;
	overflow: hidden;
}

#content-footer .widget-title {
	text-align: center;
	padding: 20px 0;
	color: #FFF;
	background: #666;
	border-bottom: 4px solid red;
	margin: 0;
}

#content-footer .widget-cover {
	background-size: cover;
	background-repeat: no-repeat;
	height: 170px;
}

#content-footer .widget-content {
	padding: 20px 20px 80px;
	position: relative;
	min-height: 190px;
}

#content-footer .widget_fb .widget-content { padding: 5px 20px !important; }

#content-footer .widget footer {
	margin: 0 5%;
	padding: 20px 0;
	border-top: 1px solid #DDD;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 80%;
}

/***********************************
 * RODAPÃ‰
***********************************/

#footer {
	background: #666;
	color: #eee;
	padding: 15px;
}

#footer small { font-size: 70%; }
#footer a { color: #FFF; }

#footer .contact-item {
	font-size: 80%;
	margin: 0 15px;
	vertical-align: bottom;
}

#footer-copy { border-top: 1px solid #999; margin-top: 5px; padding-top: 5px; }

/***********************************
 * SLIDER DE FUNDO
***********************************/

#background-slider {
	position: fixed;
	z-index: -5;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#background-slider .item {
	background-size: cover;
	background-position: center center;
	position: fixed;
	z-index: -4;
	width: 100%;
	height: 100%;
}

/***********************************
 * CONTADOR DE VISITAS
***********************************/

#visit-counter { display: inline-block; float: left; }

#visit-counter span {
	font-size: 14px;
	display: inline-block;
	color: #333;
}

#visit-counter span.counter {
	margin-left: 10px;
	background: #FFF;
	padding: 1px 5px;
	border: 1px solid #666;
}

/***********************************
 * TAB DE CONTATO NO RODAPÃ‰
***********************************/

#footer-accordion {
	position: fixed;
	bottom: 0;
	width: 170px;
	right: 42px;
	box-shadow: 0 0 30px #333;
}

#footer-accordion .panel { border-radius: 4px 4px 0 0 !important; }

#footer-accordion .panel-body {
	max-height: 370px;
	overflow-y: scroll;
}

#footer-accordion .panel-heading {
	background: #009069;
	color: #FFF;
}

#accordion-contact .form-group { margin-bottom: 5px; }
#accordion-contact .form-control, #accordion-contact label, #accordion-contact .btn { font-size: 13px; }

#accordion-contact .form-control {
	border: 1px solid #ccc;
	padding: 3px;
	height: auto;
}

#accordion-contact .form-horizontal .form-group { margin: 15px -15px 0; }
#accordion-contact .form-horizontal { border-bottom: 1px solid #eee; padding-bottom: 10px; }

#footer-accordion .btn { font-size: 9.8px; }

/***********************************
 * BOTÃ•ES DE COMPARTILHAMENTO
***********************************/

.sharing-links&gt;span, .sharing-links&gt;a {
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
	font-size: 14px;
}

.sharing-links.share-pos-body-top { margin: -15px 0 30px; }

.sharing-links.share-pos-box {
	position: fixed;
	top: 120px;
	right: 0;
	width: 43px;
	background: #FFF;
	padding: 5px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.sharing-links.share-pos-box &gt; a {
	margin: 5px 5px 0;
}

.sharing-links.share-pos-box &gt; a, .sharing-links.share-pos-box &gt; a:hover {
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
.sharing-links.share-pos-box &gt; a:hover { opacity: 0.8; }

/***********************************
 * SIDE TABS
***********************************/

#side-tabs {
	position: fixed;
	top: 20px;
	left: 0;
}	

#side-tabs .side-tab {
	width: 80px;
	display: block;
	margin: 0 0 10px 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 1px 3px #000;
	background: #FFF;
}

#side-tabs .side-tab a {
	padding: 10px 10px 5px;
	display: inline-block;
}


#side-tabs .side-tab, #side-tabs .side-tab:hover {
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
#side-tabs .side-tab:hover { opacity: 0.8; }

/***********************************
 * TOP SEARCH
***********************************/

#search-accordion {
	position: fixed;
	top: 0;
	right: 2%;
	background: #FFF;
	padding: 0 10px 0;
	width: 305px;
}

#search-accordion #searchform { margin: 10px 0; }

#search-accordion a.btn {
	display: block;
	margin: 0 -10px;
}

/***********************************
 * MODALS
***********************************/

.modal { margin-top: 50px; }
.modal-backdrop.fade.in { opacity: 0.7; }
.modal-dialog.modal-lg { width: 660px; }

#modal-side-phone .phone-call {
	display: inline-block;
	width: 160px;
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
}

/***********************************
 * OUTROS ELEMENTOS
***********************************/

.gallery-icon img { box-shadow: 0 1px 10px #999; }</pre></body></html>