<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:200%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	height: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
/*
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
}
*/
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next &amp; Prev) */
.nivo-directionNav {
	position: absolute;
	bottom: 50%;
	width: 100%;
	left: 0;
    z-index: 100;
}
.nivo-directionNav a {
	position:absolute;
	top:0;
	z-index:9;
    margin-top: -37px;
	cursor:pointer;
	height: 75px;
	width: 50px;
    opacity: 0.6;
    
/*     display: none; */
}
.nivo-directionNav a:hover {
    opacity: 1;

}

/*
.nivo-prevNav {
	left:50px;
	background-image: url("../images/botoes/site-sdi-multi-modal-seta-direita.png");
    
}
.nivo-nextNav {
	right:50px;
	background-image: url("../images/botoes/site-sdi-multi-modal-seta-esquerda.png");
    
}
*/



/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	position: absolute;
/*	float: left;*/
	width: 100%;
	height: auto;
    z-index: 15;
    bottom: 20px;
    width: 220px;
    left: 50%;
    margin-left: -110px;
}
.nivo-controlNav a {
	/* cursor:pointer; */
/*	width: 100%;*/
	position:relative;
	clear: none;
	display: inline-block;
	box-sizing: border-box;
	border-bottom: 2px solid #000;
/*	border-top: 1px solid #b4143a;*/
	color: #ddd;
/*	padding-bottom: 25%;*/
	font-size: 30px;
	text-align: left;
	font-family: 'HelveticaNeueLTStd-ThCn';
/*     float: left; */
    width: 16px;
    height: 16px;
    background-color: #000;
    margin: 0px 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
}
a.nivo-control {
    display: inline-block;
    background-color: #292662;
    border: 2px solid #fff;
    opacity: 0.3;
}
a.nivo-control:hover, a.nivo-control.active {
    opacity: 1;
/*     background-color: #e51937; */
}
#titulo_plantas {
	/* cursor:pointer; */
	width: 100%;
	position:relative;
	clear: both;
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #585858;
	color: #585858;
	padding-bottom: 25%;
	font-family: 'HelveticaNeueLTStd-ThCn';
}
.nivo-controlNav a {
	cursor: pointer;
}

.nivo-controlNav a span, #titulo_plantas span {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 50%;
	margin-top: -0.5em;
	font-size: 1.1em;
	font-family: 'HelveticaNeueLTStd-Md';
}

#titulo_plantas span {
	font-size: 1.8em;
	text-transform: uppercase;
	font-family: 'HelveticaNeueLTStd-ThCn';
}
.nivo-controlNav a:hover {
	color: #585858;
}
#banner .nivo-controlNav {
	display: none;
}
#lazer #banner .nivo-controlNav {
    display: inline-block;
    position: relative;
    clear: both;
    height: 100px;
    margin: 0px auto;
    width: auto;
    float: none;
}

@media screen and (max-width: 650px) {
	#banner {
        padding-bottom: 40%;
    }
   
    .nivo-controlNav {
		display: none; 
	}
    .nivo-directionNav {
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
    }
    .nivo-directionNav a {
        position:absolute;
        bottom: 0px;
        z-index:9;
        margin-top: 0px;
        cursor:pointer;
        height: 50px;
        width: 50px;
        background-size: cover;
        top: auto;
    }
    
}</pre></body></html>