/*Cores
	
	Cinza Forte: #4d4e53;
	Azul: #71b2c9;

*/

body{
	font-family: 'Open Sans', sans-serif;
	color:#818181;
	background-color: #f6f6f6;
	font-size: 100%;
}

img {
    max-width: 100%;
}


#header{
	background: url(https://www.guiabolso.com.br/branding/images/home-fundo.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: auto;
	width: 100%;
}

@media only screen and (max-width: 480px){
	#header{
		background: url(https://www.guiabolso.com.br/branding/images/home-fundo.jpg) no-repeat center center fixed; 
		-webkit-background-size: 1920px 929px;
		-moz-background-size: 1920px 929px;
		-o-background-size: 1920px 929px;
		background-size: 1920px 929px;
	}
}

#header.white-header{
	background: #FFFFFF;
}

#help-header{
	background: url(https://www.guiabolso.com.br/branding/images/help-fundo.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 450px;
	width: 100%;
}

#clean-header{
	height: 90px;
	width: 100%;
	border-bottom: 1px solid #efefef;
	background-color: #FFFFFF;
}

#clean-header .header-column{
	margin-top: 30px;
}

.white-column{
	background-color: #FFFFFF;
}

.fixed-menu {
	background-color: rgba(255,255,255,0.9);
	width: 100%;
	position: fixed;
	padding-bottom: 20px;
	z-index: 9999;
	box-shadow:0px 3px 3px 0px rgba(50, 50, 50, 0.15);
	display: table;
	float: none;
}

.fixed-menu .header-column{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	display: table;
	float: none;
}

.wrap-modal {
  position: relative;
  float: right;
  width: 6em;
  margin: 0 auto;
  display: none;
  z-index: 1001;
}

.modal-entrar {
  width: 300px;
  z-index: 100;
  position: fixed;
  top: 6.5em;
  float:right;
}

.entrar-form {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: none;
  background: #FFF;
  overflow: hidden;
  padding: 1.5em 2em 2em 2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.entrar-form > p {
  color: red;
  display: none;
}
.entrar-form input[type=text], .entrar-form input[type=password] {
  color: #444;
  width: 100%;
  border: 1px solid #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 1.5em 0 1.5em;
  height: 40px;
  margin-top: 10px;
}

.entrar-form input[type="submit"] {
  color: #FFF;
  margin-top:10px;
}

.entrar-form input[type="submit"]:hover {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}

.entrar-form a.eu-esqueci {
  font-size: 12px;
  margin-top: 1.6em;
  display: block;
  text-decoration: none;
  color: #aab3ab;
  float: right;
  text-align: left;
}

.entrar-form a.eu-esqueci:hover {
  color: #65a3ba;
}

/** Botoes **/
.btn{
	border-color: #4d4e53;
	border-width: 2px;
	border-style: solid;
	padding: 0.563em 1.375em;
	display: inline-block;
	text-decoration: none;
	color: #4d4e53;
	font-size: 0.938em;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
}

.btn:hover{
	color: #65a3ba;
	border-color: #65a3ba;
}

.btn.btn-primary{
	border-color: #71b2c9;
	background-color: #71b2c9;
	color: #FFFFFF;
}

.btn.btn-primary:hover{
	border-color: #65a3ba;
	background-color: #65a3ba;
}

.btn.btn-large{
	font-size: 2.625em;
	padding: 0.300em 1.213em;
	text-transform: none;
	font-weight: normal;
}

.btn.btn-large span{
	font-size: 0.6em;
	display: block;

}

.help-container .btn.btn-large{
	font-size: 1.425em;
	width: 300px;
}

.help-container .how{
	margin-right: 70px;
}

/* Medium Mobile*/
@media only screen and (max-width: 959px){
	.help-container .btn-large{
		margin-right:auto;
		margin-left: auto;
		margin-top: 40px;
		display: block;
		padding: 0.500em 1.213em;
	}

	.help-container .how{
		margin-right:auto;
	}
}

/* Small Mobile */
@media only screen and (max-width: 480px){
	.help-container .btn.btn-large{
		width: 200px;
	}
}

/** Home **/
.header-column{
	margin-top: 45px;
}

.menu{
	list-style: none;
	margin: 16px 0 0 0;
	padding: 0;
	width: 693px;
}

.menu li a{
	text-transform: uppercase;
	font-size: 0.938em;
	font-weight: 600;
	color: #4d4e53;
	text-decoration: none;
	float: left;
	margin-left: 35px;
}

.menu li a:hover{
	color: #65a3ba;
}

.menu li a.active{
	width:auto !important;
	border-bottom: 2px solid #7fb3c8;
	padding: 0 2px 2px 2px;
	font-weight: bold;
}

@media only screen and (max-width: 480px){
	.menu li a.active{
		border-bottom:0;
		padding: 0;
		font-weight: 600;
	}
}

.header-buttons{
	width: 238px;
}

.header-start-button{
	margin-left: 5px;
}

.top-start-button{
	margin-top: 50px;
}

.header-title{
	color: #4d4e53;
}

.header-title h1{
	font-size: 5.225em;
	font-weight: 600;
	line-height: 1.363em;
	margin-bottom: 0;
	margin-top: 140px;
}


.header-title h2{
	font-size: 2.000em;
	font-weight: normal;
}

.app-buttons{
	width: 376px;
	margin-top: -172px;
}

.play-button{
	margin-left: 1em;
}

.iphone-topo{
	height: 660px;
	width: 413px;
	position: relative;
	margin-top: 45px;
}

.breadcrumb{
	color: #4d4e53;
	font-size: 0.875em;
	margin:30px 10px;
}

.breadcrumb a{
	text-decoration: none;
	color: #9b9b9b;
}

.breadcrumb a:hover{
	text-decoration: underline;
}

.padding {
	padding: 20px;
}

#conteudo {
	background: #fff;
	margin-bottom: 40px;
}

#conteudo h3 {
	color:#4d4e53;
	font-size: 1.500em;
	margin: 0;
	padding: 0;
	margin-top: 40px;
}

#conteudo h2, #conteudo h2 a {
	font-size: 1.80em;
	font-weight: normal;
	margin: 0;
	color:#4d4e53;
	text-decoration: none;
}

ul.lista-categorias {
	list-style: none;
	padding: 0;
	margin: 0;
	text-transform: lowercase;
}

ul.lista-categorias li {
	display: inline-block;
	font-size: 1.7em;
}

ul.lista-categorias li.current-cat a {
	font-weight: 600;
	color:#4d4e53;
}

ul.lista-categorias li a {
	color:#7eb4c7;
	text-decoration: none;
	display: block;
	padding-right:8px;
}

ul.lista-categorias li a:hover {
	color:#2ba0ca;
}

#lista_posts {
	list-style: none;
	padding: 0;
	border: 0;
	font-size: 18px;
	font-weight: 600;
}

#lista_posts li {
	margin-bottom: 10px;
}

#lista_posts li a {
	color:#7eb4c7;
	text-decoration: none;
}

#lista_posts li a:hover {
	text-decoration: underline;
	color:#2ba0ca;
}

#redes {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	padding: 0 20px;
}

#redes li {
	display: block;
	float: left;
	width: 33.333333%;
}

#sidebar h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 1em;
}

#sidebar .box {
	background: #fff;
	padding: 20px;
	margin:20px;
}

#sidebar .ad {
	margin:20px;
	text-align: center;
}

.div_dicas {
	font-size: 0.75em;
	font-weight:600;
	padding: 15px 0;
	border-bottom: 1px dotted #e8e8e8;
}

.div_dicas h4 {
	font-weight: 900;
	margin: 0;
	padding: 0;
	font-size:1.2em;
}

.div_dicas p {
	padding: 0;
	margin: 0;
	margin-top: 5px;
}

.div_dicas a {
	color:#7eb4c7;
	text-decoration: none;
}

.div_dicas a:hover {
	color:#2ba0ca;
}

#newsletter input {
	border:1px solid #cecece;
	padding: 10px;
	width: 50%;
	float:left;
}

#newsletter .btn {
	float:right;
}

/* MEDIUM SCREENS*/
@media only screen and (max-width: 1160px){
	.app-buttons{
		margin-top: -197px;
	}

	#newsletter input {
		width: 90%;
		margin-bottom: 10px
	}
}

@media only screen and (max-width: 959px){
	.app-buttons{
		margin-top: -114px;
	}
}

/* Mobile */
@media only screen and (max-width: 767px){
	.column8.header-title{
		margin-bottom: 0;
	}
}

.download-app-section{
	background: url('https://www.guiabolso.com.br/branding/images/download-background.jpg') no-repeat 700px 235px;
}

.right-section .container12 .column6,
.right-section .column6,
.right-section .column5,
.right-section .column7,
.right-section .column4,
.right-section .column8{
	float: right;
}

.home-section.mini{
	min-height: 210px;
	padding: 90px 0 0 0;
}

.home-section.dark, .dark{
	background-color: #f5f5f5;
}

.home-section.full-dark,.full-dark{
	background-color: #ececec;
}

.home-section.white,.white{
	background-color: #FFFFFF;
}


.home-section.mini h3{
	margin-top: 0px;
}

.home-section p{
	font-weight: 300;
	font-size: 1.625em;
}

.image-saldo{
	height: 490px;
}

.image-categorizacao{
	top:4px;
	position: relative;
}

.image-facil{
	width: 549px;
	position: relative;
	top:5px;
}



.home-section h4{
	font-size: 2.825em;
	color: #4d4e53;
	font-weight: normal;
}

.bottom-section{
	padding: 85px 0;
	min-height: 100px;
}



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

.bottom-list{
	float: left;
	display: block;
}

.featured, .security {
	list-style: none;
	padding: 0;
	margin: 0;
}




/* Help */
.help-h1-title{
	margin-top: 100px;
}

#help-header h1,
#help-header .answer{
	font-size: 2.688em;
	font-weight: 600;
	margin-top: 100px;
	margin-bottom: 0;
}

#help-header .answer{
	margin-top: 10px;
	font-weight: normal;
}

.help-title{
	margin-top: 40px;
	margin-bottom: 40px;
	font-weight: normal;
	font-size: 2.500em;
}

.help-container h3{
	color: #4d4e53;
	font-size: 1.563em;
	font-weight: normal;
}

.help-container p{
	color:818181;
	font-weight: 300;
}

.help-container-buttons{
	margin-top: 50px;
	margin-bottom: 50px;
}


/* Base */
.left{
	float:left;
}

.right{
	float:right;
}

.center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.divider{
	width: 125px;
	border-top: 1px solid #71b2c9;
}

.no-margin-top{
	margin-top: 0;
}

.mobile-show{
	display: none;
}

/* Breakpoints*/

/* Desktops and laptops ----------- */
@media only screen and (max-width : 1124px) {
/* Styles */

	body{
		font-size: 70%;
	}


}

/* Large screens ----------- */
@media only screen  and (max-width : 1424px) {
/* Styles */
	
	body{
		font-size: 100%;
	}
}


/* Mobile ----------- */
@media only screen  and (max-width : 767px) {
	body{
		font-size: 65%;
	}

	
	.mobile-hide,
	a.mobile-hide,
	p.mobile-hide,
	.home-section p.graph-instruction.mobile-hide{
		display: none;
	}

	.home-section h3{
		font-size: 2.300em;
		text-align: center;
	}

	.home-section,.home-section.mini{
		min-height: 130px;
		padding: 60px 0 0 0;
	}

	.home-section h3{
		margin-top: 0px;
	}

	.home-section.bottom{
		padding-bottom: 50px;
	}

	.image-categorizacao.column5,
	.column6.image-facil,
	.column3.image-acompanhe {
		margin-bottom: 0;
	}
	.image-saldo{
		height: auto;
	}

	.graph-instruction{
		margin-bottom: 100px;
		margin-top: 0;
		text-align: center;
		font-size: 1.300em
	}

	.home-section h4{
		font-size: 2.300em;
	}
}


/* Footer */
.footer-section{
	border-top: 1px solid #dddddd;
	background-color: #FFFFFF;
}

.footer-copy{
	font-size: 0.625em;
}

.footer-container{
	margin-top: 75px;
	padding-bottom: 75px;
}

.footer-list-title a{
	color: #4d4e53;
	font-size: 0.875em;
	text-decoration: none;
	font-weight: 600;
}

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

.footer-list li a{
	text-decoration: none;
	color: #4d4e53;
	font-size: 0.875em;
}

.footer-list li a:hover{
	text-decoration: underline;
}

.footer-list-title a{
	margin-bottom:20px;
	display: block;
}

.footer-list li a{
	margin-bottom:10px;
	display: block;
}

.norton-footer-icon{
	float:right;
	margin-top: 20px;
}

.footer-icons-column img{
	float: right;
	text-align: right;
}

/* Mobile */
@media only screen and (max-width: 767px){
	.footer-container.container12 .column2{
		width: 210px;
	}

	.footer-container.container12 .column2.footer-icons-column{
		width: 100%;
	}

	.norton-footer-icon{
		margin-top: 0;
	}

	.footer-icons-column img{
		float: left;
		text-align: left;
	}

	.blindado-footer-icon{
		margin-top: 20px;
		margin-right: 30px; 
	}

	.play-button{
		margin-left:0;
	}
}

@media only screen and (max-width: 480px){
	.footer-container.container12 .column2{
		width: 150px;
	}	
}

@media only screen and (max-width: 320px){
	.footer-container.container12 .column2{
		width: 125px;
	}
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
}

.loader .spinner {
    top: 50%;
    left: 50%;
    z-index: 2;
}

.loader .bg-white,
.loader .bg-alpha {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: white;
}

.loader .bg-alpha {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
