@CHARSET "UTF-8";
body
{
	font-family: "Open Sans", "Arial", sans-serif;
}
.navbar
{
	margin-bottom: 0;
}
.navbar-valglass
{
	min-height: 148px;
	background: #ecedf0 url(../images/back_topo_pontos.jpg) repeat-x;
}
.navbar-valglass .navbar-toggle
{
	border-color: #154E6E;
}
.navbar-valglass .navbar-toggle:focus, 
.navbar-valglass .navbar-toggle:hover 
{
    background-color: #1889b9;
}
.navbar-valglass .navbar-toggle .icon-bar
{
	background-color: #154E6E;	
}
.header-max-width
{
	max-width: 1200px;
	margin: 0 auto;
}
.navbar-brand
{
	height: 148px;
	line-height: 118px;
}
.navbar-brand img
{
	display: inline-block;
	max-width: 210px;
}
.alert-display
{
	background-color: #05394f;
	color: #f0f0f0;
	text-align: center;
	padding: 10px 20px;
	font-size: 12px;
}
.alert-green
{
	background-color: #0c8a2d;
}
.logo
{
	margin-top: -14px;
}
.navbar-toggle
{
	margin-top: 50px;
}
.navbar-nav
{
	margin-left: -10px;
	margin-right: -10px;
}
.navbar-nav li
{
	text-transform: uppercase;
}
.navbar-nav li a
{
	color: #333;
	font-size: 16px;
	line-height: 1.8em;
}
.navbar-nav li a:hover,
.navbar-nav li a:focus
{
	background-color: transparent;
}
.navbar-nav li a > span
{
	display: block;
	height: 8px;
	background: rgba(14, 79, 107, 0.5);
	padding-left: 8px;
}
.navbar-nav li a > span > span
{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.navbar-nav li a > span > span:after
{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
	background: rgba(14, 79, 107, 1);
	transition: right 300ms ease-out;
	-webkit-transition: right 200ms ease-out;
}
.navbar-nav li a:hover > span > span:after,
.navbar-nav li a:focus > span > span:after
{
	right: 100%;
}
.navbar-nav li.active a > span > span:after
{
	width: 100%;
}
.navbar-nav li.active a:hover > span > span:after,
.navbar-nav li.active a:focus > span > span:after
{
	right: 0;
}
.navbar-collapse
{
	padding-bottom: 15px;
}
@media screen and (min-width:768px)
{
	.navbar-nav
	{
		margin-top: 32px;
	}	
	.navbar-brand img
	{
		max-width: 198px;
	}
	.navbar-collapse
	{
		padding-bottom: 0px;
	}
}
@media screen and (min-width:992px)
{
	.navbar-brand img
	{
		max-width: none;
	}
}
.top-banner
{
	position: relative;
	background: #000 url(../images/back_flash.jpg) left center no-repeat;
	height: 280px;
	overflow: hidden;
}
.top-banner .text
{
	width: 100%;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	padding-top: 110px;
	position: relative;
	z-index: 10;
	text-shadow: 0px 3px 3px rgba(0,0,0,0.7);
}
.top-banner .image
{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	text-align: right;
}
.top-banner .image img
{
	height: 100%;
	width: auto;
	pointer-events: none;
}
.banner-animation
{
	opacity: 1;
	transition: opacity 500ms ease-in;
	-webkit-transition: opacity 500ms ease-in;
}
.banner-animation.fade-out
{
	opacity: 0;
}
.banner-animation.fade-out.fade-in
{
	opacity: 1;
}
.footer
{
	font-size: 14px;
	border-top: 3px solid #236b94;
	background-color: #05394f;
	color: #aaa;
	padding-top: 10px;
	padding-bottom: 56px;
}
.xs-text-center
{
	text-align: center;
}
@media screen and (min-width: 768px)
{
	.footer
	{
		padding-bottom: 0;
	}
	.xs-text-center
	{
		text-align: left;
	}
	
	.sm-text-right
	{
		text-align: right;
	}
}
.container-fluid
{
	padding-left: 32px;
	padding-right: 32px;
}
.navbar > .container-fluid .navbar-brand
{
	margin-left: -32px;
}
.content
{
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top, #cccccc 0%, #f0f0f0 22%, #f0f0f0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #cccccc 0%,#f0f0f0 22%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #cccccc 0%,#f0f0f0 22%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */	
	padding-top: 50px;
	padding-bottom: 50px;
}
h2
{
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: bold;
	color: #246d95;
	font-size: 26px;
}
h3
{
	margin-top: 0;
	font-size: 22px;
	font-weight: bold;
	color: #246d95;
}

.add-margin
{
	margin-bottom: 20px;
}
.list-item
{
	margin-bottom: 15px;
}
@media screen and (min-width: 768px)
{
	.sm-dotted-right
	{
		border-right: 4px dotted #ccc;
	}
}
.header-inline
{
	display: inline-block;
}
.header-line
{
	display: block;
	height: 8px;
	width: 100%;
	background: rgba(14, 79, 107, 0.5);
	margin-top: 5px;
	position: relative;
}
.header-line:after
{
	display: block;
	content: "";
	width: 8px;
	height: 100%;
	float: right;
	background: rgba(14, 79, 107, 1);
}
.products ul
{
	padding-left: 15px;
}
.google-maps
{
	position: relative;
	padding-top: 75%;
	overflow: hidden;
}
.google-maps iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (min-width: 768px)
{
	.google-maps
	{
		padding-top: 40%;
	}
}
a
{
	color: #246d95;
}
.contato-form textarea
{
	resize: none;
	height: 148px;
}
.bottom-wrapper
{
	position: relative;
}
.position-relative
{
	position: relative;
}
.xs-padding-bottom
{
	padding-bottom: 360px;
}
.absolute-bottom
{
	position: absolute;
	bottom: -50px;
	right: 0;
	width: 100%;
}
@media screen and (min-width:768px)
{
	.absolute-bottom
	{
		width: 33%;
	}
	.xs-padding-bottom
	{
		padding-bottom: 0px;
	}
}
label.error
{
	color: #a94442;
	font-size: 12px;
	margin-top: 10px;
}
.whatsapp-button
{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    font-size: 9px;
    text-align: left;
    pointer-events: none;
}
.whatsapp-button a
{
    pointer-events: all;
}
.btn-floating
{
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 4px 5px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 4px 5px 1px rgba(0,0,0,0.2);
}
.btn-large
{
    width: 56px;
    height: 56px;
    font-size: 2em;
    line-height: 56px;
}
.whatsapp-button .btn-floating
{
    border-radius: 0;
}
.whatsapp-button .btn-large
{
    width: 100%;
}
@media (min-width: 768px)
{
    .whatsapp-button
    {
        padding-bottom: 20px;
        padding-right: 20px;
		font-size: 13px;
		text-align: right;
    }
    .whatsapp-button .btn-floating
    {
        border-radius: 50%;        
    }
    .whatsapp-button .btn-large
    {
        width: 56px;
    }
}
.whatsapp-green
{
    background-color: #00C057;
    color: white;
}
.whatsapp-green:focus,
.whatsapp-green:hover
{
    color: #ddd;
}
.span-margin-left
{
	display: inline-block;
	margin-left: 15px;
}
