@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/






 /* ir ao topo */
.back-top-wrapper { 
	width: 100%; 
	position: absolute; 
	overflow: hidden; 
	height: 50px; 
	display: block; 
	}
.back-top { 
	bottom: 55px; 
	right: 20px; /* é aqui que regula a distancia da direita */ 
	margin-bottom: 0; 
	display: block; 
	position: fixed; 
	display: scroll; 
	display: none; 
	}
.back-top a { 
	width: 50px; 
	nowhitespace: afterproperty; 
	height: 50px; 
	display: block; 
	text-align: center; 
	text-transform: uppercase; 
	text-decoration: none; 
	background: #171717 url("../back-top/up-arrow.png") no-repeat center center;  /* cor da setinha */ 
	border-radius: 5px; 
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition:1s; 
	}
.back-top a:hover { 
	background-color: #D61414;  /* vermelho legal */ /* cor da setinha */ 
	}
.back-top span { 
	color: red; 
	width: 50px; 
	nowhitespace: afterproperty; 
	height: 50px; 
	display: block; 
	border-radius: 10px; /* transition */ 
	-webkit-transition: 1s; 
	-moz-transition: 1s; 
	transition: 1s; 
	}
	
	
  /*--
    CELULAR EM PÉ
--*/
@media only screen and (max-width: 767px) {

.back-top { 
	right: 10%; /* é aqui que regula a distancia da direita */ 
} 

}

  /*--    NÃO COLOCAR NADA DEPOIS DAQUI --*/
