@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: "Century Gothic", Arial;
	background: #fafafa;
}

#caseRevista {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 594px;
	margin: -297px 0 0 -400px;
	z-index: 3;
	display: block;
}

.nostyleul {
	padding: 0;
	margin: 0;
}

.nostyleul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mensagemFechar {
	width: 280px;
	padding: 8px;
	border-radius: 8px;
	box-shadow: 0px 0px 5px #000;
	background: #900;
	color: #fff;
	position: fixed;
	z-index: 91;
	left: 50%;
	top: 100%;
	margin: -100px 0 0 -140px;
	text-align: center;
	display: none;
}

#esperaCarregando {
	width: 100%;
	height: 100%;
	background: url(loading.gif) no-repeat center center #fff;
	position: fixed;
	z-index: 100;
}

#mensagemAmpliar {
	position: fixed;
	top: 100%;
	left: 50%;
	background: url(lupa-ampliar.png) no-repeat center left;
	z-index: 5;
	width: 260px;
	line-height: 15px;
	color: #999;
	font-size: 13px;
	margin: -60px 0 0 -143px;
	padding: 0 0 0 25px;
}

#mensagemVirar {
	position: fixed;
	top: 50px;
	left: 50%;
	color: #999;
	line-height: 15px;
	width: 500px;
	z-index: 5;
	font-size: 13px;
	margin: 0 0 0 -250px;
}

#voltaPag, #vaiPag {
	background: url(seta-e.png) no-repeat center center;
	width: 50px;
	height: 150px;
	position: fixed;
	top: 50%;
	margin: -75px 0 0 0;
	display: block;
	z-index: 32;
}

#vaiPag {
	background: url(seta-d.png) no-repeat center center;
}

#vaiPag:hover {
	background: url(seta-d-h.png) no-repeat center center;
}

#voltaPag:hover {
	background: url(seta-e-h.png) no-repeat center center;
}

/* Telefones em paisagem e abaixo */

@media (max-width: 480px) {
	/* estilos aqui */
	body #topoEstante, body .seguraEstante, body .estanteRevistas, body .centro {
		width: 420px !important;
		height: auto !important;
	}
	body .navsup {
		float: left
	}
	body {
		overflow-x: hidden;
	}
}

/* Telefones em paisagem e abaixo */

@media (min-width:480px) and (max-width: 580px) {
	/* estilos aqui */
	body #topoEstante, body .seguraEstante, body .estanteRevistas, body .centro {
		width: 520px !important;
		height: auto !important
	}
	body .navsup {
		float: left
	}
	body {
		overflow-x: hidden;
	}
}

/* Telefones em paisagem a tablet em retrato */

@media (min-width:580x) and (max-width: 767px) {
	/* estilos aqui */
	/* estilos aqui */
	body #topoEstante, body .seguraEstante, body .estanteRevistas, body .centro {
		width: 720px !important;
		height: auto !important
	}
	body .navsup {
		float: left
	}
}

/* Tablet em retrato a paisagem e desktop */

@media (min-width: 768px) and (max-width: 979px) {
	/* estilos aqui */
	/* estilos aqui */
	body #topoEstante, body .seguraEstante, body .estanteRevistas, body .centro {
		width: 920px !important;
		height: auto !important
	}
}

#topoEstante {
	margin: 0 auto;
	width: 980px;
	min-height: 60px;
	/*    padding: 0 30px 0 30px; */
	display: table;
	background: url(../images/topo-estante.png) no-repeat bottom;
}

.seguraEstante {
	width: 980px;
	background: url(../images/apple-library.jpg) repeat-y;
	/*	box-shadow:0px 0px 15px #666; */
	margin: 0 auto;
	display: table;
	padding-right: 18px;
}

.estanteRevistas {
	float: left;
	padding: 0 0 0 30px;
	margin: 0;
	width: 970px;
	height: 576px!important;
}

.estanteRevistas li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 20px 40px 0 40px;
	height: 175px;
	width: 150px;
}

.estanteRevistas li a {
	display: block;
	width: 150px;
	text-align: center;
	color: #333;
	float: left;
	clear: left;
	text-decoration: none;
	font-size: 12px;
	background: url(../images/bg-placas.gif);
	border-radius: 8px;
	box-shadow: 0px 0px 4px #000;
}

.estanteRevistas li a.imagem {
	display: block;
	height: 150px;
	width: 100px;
	overflow: hidden;
	background: #fff;
	margin: 0 0 5px 25px;
	border-radius: 0;
	box-shadow: none;
}

.estanteRevistas li:hover {
	margin: 20px 40px 0 40px;
	height: 175px;
}

.estanteRevistas li:hover a.imagem {
	width: 113px;
	margin: 0 0 5px 18px;
}

.estanteRevistas li:hover a.imagem img {
	width: 113px;
}

.estanteRevistas li:hover a {
	background: #fff;
	color: #000;
}

.centro {
	width: 980px;
	margin: 0 auto;
}


#logoBusi {
	background: url(../../images/logo2.png);
	width: 212px;
	height: 133px;
	position: absolute;
	left: 50%;
	margin: -155px 0 0 -106px;
}

.hidden {
	display: none;
}

.navsup {
	float: right;
	width: 80px;
}

.btnnav {
	border-radius: 108px;
	border: 1px solid #343434;
	float: left;
	width: 25px;
	text-align: center;
	margin: 0 4px;
	line-height: 22px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #111;
}

/******** INDEX 2 **********/

#topoEstante2 {
	width: 980px;
	min-height: 60px;
	padding: 15px 0 0 0;
}

.seguraEstante2 {
	width: 100%;
	margin: 0 auto;
	display: table;
	padding-right: 18px;
}

.seguraEstante2 .estanteRevistas {
	width: 100%;
}

.seguraEstante2 .estanteRevistas li a.imagem {
	border: 1px solid #333;
}

.seguraEstante2 .estanteRevistas ul {
	width: 100%;
}

.seguraEstante2 .estanteRevistas li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 2% 4% 0 2%;
	height: 34%;
	width: 18%;
}

.seguraEstante2 .estanteRevistas li a {
	background: #eee;
	box-shadow: none;
	border: 1px solid #666;
}

.alert-white>p, .alert-white>strong {
	margin-left: 3.5rem;
}


body {
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.social-icons {
	float: right;
}

.social-icons ul li {
	display: inline-block;
	float: left;
}

.social-icons ul li a {
	display: block;
	font-family: 'Ropa Sans', sans-serif;
}

.social-icons ul li a:hover {
	margin-top: -5px;
}

/*--sart-contant---*/

.left-content {
	width: 64%;
	float: right;
	margin-top: 68px;
}

.left-content h4 {
	font-family: 'Ropa Sans', sans-serif;
	font-size: 3em;
	color: #247EBA;
	text-transform: uppercase;
	width: 44%;
}

.left-content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: rgb(155, 155, 155);
	line-height: 1.8em;
	margin: 1px 0px 7px 0px;
	width: 80%;
}

.left-content input[type="text"] {
	width: 70%;
	padding: 9px 7px;
	border: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(155, 155, 155);
	float: left;
}

.left-content input[type="submit"] {
	font-family: 'Ropa Sans', sans-serif;
	border: none;
	outline: none;
	display: block;
	float: left;
	background: #247EBA;
	color: #fff;
	padding: 8.3px 20px;
	font-size: 1em;
	cursor: pointer;
}

.right-content {
	float: left;
	width: 35%;
	text-align: right;
}

.left-des {
	width: 50%;
}

.content {
	margin-top: 118px;
}

/*---copy-right---*/

.copy-right {
	float: right;
	margin-top: 48px;
}

.copy-right p {
	font-family: 'Ropa Sans', sans-serif;
	font-size: 1em;
	color: #247EBA;
}

.copy-right p a {
	color: rgb(155, 155, 155);
}

.copy-right p a:hover {
	color: #247EBA;
}

/*------responive-design--------*/

@media screen and (max-width:1024px) {
	.wrap {
		width: 960px;
	}
	.left-content h4 {
		width: 54%;
	}
	.left-content p {
		width: 96%;
	}
}

@media screen and (max-width:800px) {
	.wrap {
		width: 760px;
	}
	.left-content h4 {
		width: 69%;
	}
	.copy-right {
		margin-top: 0px;
	}
}

@media screen and (max-width:640px) {
	.wrap {
		width: 600px;
	}
	.left-content h4 {
		width: 88%;
		font-size: 2.5em;
	}
	.left-content input[type="text"] {
		width: 69%;
	}
}

@media screen and (max-width:480px) {
	.wrap {
		width: 440px;
	}
	.social-icons {
		text-align: center;
		width: 100%;
	}
	.social-icons ul li {
		float: none;
	}
	.left-content h4 {
		width: 100%;
		font-size: 2em;
	}
	.left-content input[type="text"] {
		width: 58%;
	}
	.left-content {
		margin-top: 0px;
	}
	.copy-right {
		margin-top: 17px;
	}
	.content {
		margin-top: 41px;
	}
}

.highlight {
	-webkit-box-shadow: 0px 0px 111px -21px rgba(255, 0, 0, 0.77);
	-moz-box-shadow: 0px 0px 111px -21px rgba(255, 0, 0, 0.77);
	box-shadow: 0px 0px 111px -21px rgba(255, 0, 0, 0.77);
}

.loader {
	float: left;
	text-align: center;
	color: #fff;
	width: 100%;
	margin-top: -23px;
	font-weight: bold;
}