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

.a_link_onerc {
	color: #270000;
}
.a_link_onerc:hover {
	color: #B14D00;
}
.bg-fullbanner {
	width: 100%;
	height: 100%;
	
	}

.botao_google {
	width: 200px;
	height: 65px;
	background-repeat: no-repeat;
	background-image: url("../images/bt_play.png");
	transition: all 0.1s;
  	border-radius: 0.6em;
	border: none;
	margin: 0% 0% 0% 0%;
		
}

.botao_google:hover {
	width: 200px;
	height: 65px;
	background-repeat: no-repeat;
	background-image: url("../images/bt_play.png");
	-webkit-transform: scale(0.5); /* Igual a scaleX(2) scaleY(0.5) */
    transform: scale(1.07); /* Equal to scaleX(0.7) scaleY(0.7) */
	 border-radius: 0.6em;
	border: none;
	margin: 0% 0% 0% 0%;
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
 
}

.botao_ap {
	width: 200px;
	height: 65px;
	background-image: url("../images/bt_ap.png");
	background-repeat: no-repeat;
	transition: all 0.2s;
    cursor: pointer;
	 border-radius: 0.6em;
	border: none;
	margin: 0% 0% 0% 0%;
}

.botao_ap:hover {
	width: 200px;
	height: 65px;
	background-image: url("../images/bt_ap.png");
	background-repeat: no-repeat;
	-webkit-transform: scale(0.5); /* Igual a scaleX(2) scaleY(0.5) */
    transform: scale(1.07); /* Equal to scaleX(0.7) scaleY(0.7) */
	 border-radius: 0.6em;
	border: none;
	margin:0% 0% 0% 0%;
}

.img {

	transition: all 0.5s;
    cursor: pointer;
	
}

.img:hover {

	  -webkit-transform: scale(0.1); /* Igual a scaleX(2) scaleY(0.5) */
    transform: scale(1.03); /* Equal to scaleX(0.7) scaleY(0.7) */
	}

.img-bt {

	transition: all 0.1s;
    cursor: pointer;
	margin:  1px;
	
}

.img-bt:hover {

	  -webkit-transform: scale(1.1); /* Igual a scaleX(2) scaleY(0.5) */
    transform: scale(1.1); /* Equal to scaleX(0.7) scaleY(0.7) */
	opacity: 0.7;
	filter: blur(0px);
	margin:  1px;
	}


.card_dunnas {

	transition: all 0.5s;
    cursor: pointer;
	
}

.card_dunnas:hover {

	  -webkit-transform: scale(0.1); /* Igual a scaleX(2) scaleY(0.5) */
    transform: scale(1.04); /* Equal to scaleX(0.7) scaleY(0.7) */
	}

.rodape {
	
	width: 100%;
	height: auto;
	padding: 30px 0px 0px  0px;
	margin: 0px 0px 0px 0px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 12px;
	color: #FFBE44;
}

.voltarTopo {
    bottom: 20px !important;
    width: 65px;
    height: 65px;
    line-height: 100px;
    position: fixed;
    right: 30px;
    margin-top: -555px;
}
.voltarTopo:hover {
	
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	filtro : alpha ( opacidade = 70 );  /* IE */ 
    - moz - opacidade : 0,7 ;  /* Mozilla */ 
    opacidade :  0,7 ;  /* CSS3 */
}


