/* ============================================ */
/* CSS By NerdWeb - http://nerdweb.com.br */
/* ============================================ */
.mosaic {width: 100%;height: 50px;position: absolute;top: -50px;left: 0;background-image: url(../img/elements/sbz-bg-footer-1920x50.png);background-position: top center;background-repeat: repeat-x;}
/*== logo footer ==*/
.ft-logo {width: auto;max-width: 115px;position: absolute;top: 10px;left: 40px;}
.ft-logo img {width: 100%;float: left;}
/*== main menu footer ==*/
.ft-menu {width: auto;position: absolute;top: 10px;right: 40px;}
.ft-menu ul {width: 100%;float: right;}
.ft-menu ul li {position: relative;float: left;display: inline-block!important;margin-left: 15px;}
.ft-menu ul li a {cursor: pointer;position: relative;color: #ffffff;font-size: 14px;font-weight: 400;border-bottom: 3px transparent solid;}
.ft-menu ul li a:hover {color: #438301;border-bottom: 3px #438301 solid;}
.ft-menu .ativ {color: #438301;border-bottom: 3px #438301 solid;}
/*== outros ==*/
.ft-others {width: auto;position: absolute;top: 45px;right: 40px;}
.ft-others ul {width: auto;float: right;}
.ft-others ul li {width: auto;float: left;display: inline-block;margin-left: 10px;}
.ft-others ul li a {width: 100%;float: left;line-height: 35px;color: #ffffff; font-size: 10px; text-align: center;font-weight: bold;}
.ft-others ul li a i {width: 27px;height: 27px;float: left;background-color: #ffffff;border-radius: 100%;border: 1px solid #FFFFFF;text-align: center;font-size: 18px;color: #000000;line-height: 27px;}
.ft-others ul li a:hover i {background-color: #2F4D07; color: #FFFFFF;}
/*== Copyright ==*/
.ft-copyright {width: auto;position: absolute;top: 75px;right: 40px;}
.ft-copyright p {width: 100%;float: left;color: #ffffff;font-size: 12px;font-weight: 400;text-align: right;}
.ft-copyright a {width: 100%;color: #ffffff!important;text-decoration: none;}
.ft-copyright a:hover {color: #248ed8!important;}
/*== Mobile ==*/
@media all and (max-width: 1120px){
	.ft-logo {width: auto;max-width: 50px;position: absolute;top: 70px;}
	.ft-menu ul li {margin-left: 10px;}
}
@media all and (max-width: 950px){
	.ft-menu {display: none;}
	.ft-logo {width: auto;max-width: 80px;position: absolute;top: 40px;}
}
@media all and (max-width: 767px){
	.ft-logo {width: 100%;max-width: 80px;float: none;margin: 0 auto;position: relative;left: 0;top: 20px;}
	.ft-menu {display: none;}
	.ft-others {display: none;}
	.ft-copyright {width: 100%;position: relative;top: 35px;right: 0;}
	.ft-copyright p {width: 100%;text-align: center;}
}
/* ============================================ */
/* CSS By NerdWeb - http://nerdweb.com.br */
/* ============================================ */