@charset "utf-8";
/* CSS Document */

html, body {
    font-family: 'Ubuntu' !important;
	margin: 0px;
	height:100%;
	background-color:#fff;
}

.google-maps {
    position: relative;
    padding-bottom: 76%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.bxs{
	width: 90%;
}
.bxs:hover{
	padding: 10px;
}

/* TELA 1199PX > PRA CIMA - MOBILE*/
@media only screen and (max-width: 1199px) {
	.mobile{
		display: block;
	}
	.lgpdm{
		display: block;
	}
	.desktop{
		display: none;
	}
	.lgpd{
		display: none;
	}
}

.lo{
	max-width: 200px;
	width:100%;
}

.bam{
	width: 100%;
}

.ba{
	width: 90%;
}
.onde{
	width: 86%;
}
.bb{
	width: 80%;
}

.b{
	width: 70%;
}

.bs{
	width: 60%;
}

.boxx{
	border: 1px #efefef solid;
	border-radius:20px;
	width: 90%;
	box-shadow: 5px 5px 5px 5px #efefef;
}

.boxx:hover{
	border: 1px #efefef solid;
	border-radius:20px;
	width: 88%;
	box-shadow: 2px 2px 2px 2px #efefef;
}

.ic{
	margin-top: -20%;
}

.icm{
	margin-top: -10%;
	width:30%;
}

.icp{
	width:30%;
}

.fnd{
	background-image: url('../img/fnd.jpg');
	padding: 40px 0px;
}

.bar{
	box-shadow: 2px 2px 2px 2px #efefef;
	border: 1px #efefef solid;
	border-radius:20px;
	width: 70%;
}

/* TELA 1200PX > PRA CIMA - DESKTOP*/
@media only screen and (min-width: 1200px) {
	.mobile{
		display: none;
	}
	.lgpdm{
		display: none;
	}
	.desktop{
		display: block;
	}
	.lgpd{
		display: block;
	}

}


/* TELA 1199PX > PRA CIMA - MOBILE*/
@media only screen and (max-width: 1199px) {

.lgpdm{
	padding: 10px;
	background-color: #282828;
	font-size: calc(.8em + .8vw);
	color: #fff;
	position:fixed;
	bottom: 0px;
	width: 100%;
	z-index: 99999;
	border-radius: 10px 10px 0px 0px;
}

.politica{
	padding: 1% 2%;
	background-color: #ffffffde;
	border-radius: 20px;
	border: 1px solid #999;
	font-size: calc(1em + 1vw);
	width: 95%;
}

.tp{
	color: #000;
	padding: 2%;
	background-color: #fff;
}

.pol{
	color: #fff;
	text-decoration: underline;
}

.pol:hover{
	color: #fff;
	font-weight: bold;
}

.btna{
	padding: 5px 8px;
	background-color: #FFFF00;
	border-radius: 5px;
	color: #000;
}

.btna:hover{
	background-color: #E1E100;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.b{
	font-weight: bold;
	color: #fff;
}

.bank{
	top: 1%;
	z-index: 999;
	position:absolute;
}

#bank {display:none;}
#btn-bk {display:none;}

}


/* TELA 1200PX > PRA CIMA - DESKTOP*/
@media only screen and (min-width: 1200px) {

.lgpd{
	position:fixed;
	width: 100%;
	z-index: 99999;
	bottom: 5px;
}

.lei{
	padding: 20px 0px 20px;
	background-color: #282828;
	font-size: calc(.4em + .4vw);
	color: #fff;
	border-radius: 10px;
	width: 50%;

}

.lei:hover {
    background-color: #000;
}

.politica{
	padding: 1% 2%;
	background-color: #ffffffde;
	border-radius: 20px;
	border: 1px solid #999;
	font-size: calc(.4em + .4vw);
	width: 95%;
}

.tp{
	color: #000;
	padding: 2%;
	background-color: #fff;
}

.pol{
	color: #fff;
	text-decoration: underline;
}

.pol:hover{
	color: #fff;
	font-weight: bold;
}

.btna{
	padding: 2px 10px;
	background-color: #FFFF00;
	border-radius: 5px;
	color: #000;
}

.btna:hover{
	background-color: #E1E100;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.b{
	font-weight: bold;
	color: red;
}

.bank{
	top: 1%;
	z-index: 999;
	position:absolute;
}

#bank {display:none;}
#btn-bk {display:none;}

}