*{
	outline: none !important;
}

textarea {
  resize: none !important;
}

body,
html {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	background-image: url("../img/bg.png");
	background-repeat: repeat;
}

@media (prefers-color-scheme: dark) {
	html, body{
	background-color: #FFF;
	background-image: url("../img/bg.png");
	background-repeat: repeat;
	}
}

body {
  font-family: 'Roboto', sans-serif;
}

a{
	color: white !important;
	text-decoration: none !important;
}
a:visited,a:active,a:hover{
	text-decoration: none !important;
	color: white !important;
}

#gnhmst{
display: none;
}

#boxcarregando{
	z-index: 99999;
	position:fixed;
    top: 50%;
    left: 50%;
    width:30em;
    height:30em;
    margin-top: -6em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
}
.topmostboxcont{
    position: relative;
}

@keyframes flickerAnimationImg {
 0%   { opacity:1; }
  50%  { opacity:0.7; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimationImg{
 0%   { opacity:1; }
  50%  { opacity:0.3; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimationImg{
 0%   { opacity:1; }
  50%  { opacity:0.3; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimationImg{
  0%   { opacity:1; }
  50%  { opacity:0.3; }
  100% { opacity:1; }
}

.imgflicker {
   -webkit-animation: flickerAnimationImg 1.2s infinite;
   -moz-animation: flickerAnimationImg 1.2s infinite;
   -o-animation: flickerAnimationImg 1.2s infinite;
    animation: flickerAnimationImg 1.2s infinite;
}


nav{
	height: 60px;
}

.navbar-collapse{
	transition: all 0.4s;
}

.logonavtxt{
	display: none;
	padding-top: 15px;
}

.logoimgnav{
	position: relative;
	top:20px;
}

@media (max-width: 450px){
.logonavtxt{
	display: inline-block;
}
.btnnavmenu{
	margin-right: 0 !important;
}
nav{
	height: auto !important;
}
.logoimgnav{
	display: none !important;
}	
}

.itemmenunav{
	text-transform: uppercase !important;
	font-weight: bold !important;
}

footer.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

footer.footer .social-link {
  display: block;
  height: 4rem;
  width: 4rem;
  line-height: 4.3rem;
  font-size: 1.5rem;
  /*background-color: #1D809F;*/
  transition: background-color 0.15s ease-in-out;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

footer.footer .social-link:hover {
  /*background-color: #155d74;*/
  text-decoration: none;
}

.nohvlink:hover{
	color: white !important;
	opacity: 1 !important;
}

.hvlink{
	color: white !important;
	cursor: pointer;
	text-decoration: none !important;
}
.hvlink:hover{
	color: white !important;
	opacity: 0.8 !important;
	cursor: pointer;
	text-decoration: none !important;
}

.hvlink:visited,.hvlink:active{
	color: white !important;
	cursor: pointer !important;
	opacity: 1 !important;
	text-decoration: none !important;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  /*background: rgba(73, 210, 105, 0.95);*/
  line-height: 50px;
  font-size: 27px;
  /*transition: opacity 0.2s;*/
  padding: 0;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  /*opacity: 0.9;*/
}

.scroll-to-top i {
  font-weight: 800;
}

.btn-danger {
    color: #fff;
    background-color: #e06953 !important;
    border-color: #d45f49 !important;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c55d4b !important;
    border-color: #d85f49 !important;
}


.ribbon{
  position: relative;
  width: 300px;
  height: 50px;
  background: #de6953;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.23);
}

.ribbon:before{
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid #c7604d;
  border-top: 5px solid #c7604d;
  border-bottom: 5px solid transparent;
}

.ribbon:after{
  content: "";
  position: absolute;
  top: 0px;
  right: -50px;
  border-left: 25px solid #de6953;
  border-right: 25px solid transparent;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}


.ribbonb{
  position: relative;
  width: 300px;
  height: 50px;
  background: #de6953;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.23);
}

.ribbonb:before{
  content: "";
  position: absolute;
  top: 0px;
  left: -50px;
  border-left: 25px solid transparent;
  border-right: 25px solid #de6953;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.ribbonb:after{
  content: "";
  position: absolute;
  top: 0px;
  right: -50px;
  border-left: 25px solid #de6953;
  border-right: 25px solid transparent;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}


.ribbonc{
  position: relative;
  width: 300px;
  height: 50px;
  background: #de6953;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.23);
}

.ribbonc:before{
	content: "";
	position: absolute;
	top: 0px;
	left: -50px;
	border-left: 25px solid transparent;
	border-right: 25px solid #de6953;
	border-top: 25px solid #de6953;
	border-bottom: 25px solid #de6953;
}

.ribbonc:after{
  content: "";
  position: absolute;
  top: 0px;
  right: -50px;
  border-left: 25px solid #de6953;
  border-right: 25px solid transparent;
  border-top: 25px solid #de6953;
  border-bottom: 25px solid #de6953;
}


.tile{
	width: 100%;
	background:#fff;
	border-radius:5px;
	box-shadow:0px 2px 3px -1px rgba(151, 171, 187, 0.7);
	border: 1px solid rgba(151, 171, 187, 0.7);
	float:left;
  	transform-style: preserve-3d;
  	margin: 10px 5px;
}

.header{
	padding-top: 5px;
	text-align:center;
	color:#59687f;
	font-size:16px;	
	font-weight: bold;
	position:relative;
}

.banner-img {
	padding: 5px 5px 0;
}

.banner-img img {
	width: 100%;
	border-radius: 5px;
}

.stats{
	padding-top: 5px;
	display:block;
	color:#adb8c2;
	font-size:11px;
	font-weight:700;
	padding-left: 5px;
}

@media (max-width: 480px) {
	.imgmobile{
		width: 100% !important;
	}
}
	
	
@media (min-width: 992px) {
.noborderpdg{
	padding-bottom: 5px !important;
	padding-left: 5px !important;
}	
.noborderpdgglr{
	padding-left: 0px !important;
    padding-right: 5px !important;
    padding-bottom: 10px !important;
}	
}


.hoveritem{
opacity: 1;
cursor: pointer;		
transition: opacity 0.2s;	
}
.hoveritem:hover{
opacity: 0.8;	
}


.telbtn{
border: 1px solid transparent;
padding: .8rem .75rem;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
font-size: 1rem;
line-height: 1.5;
color: #fff;	
background-color: #e06953 !important;
border-color: #d45f49 !important;
display: inline-block !important;
}

.telbtn:hover{
color: #fff;	
background-color: #e06953 !important;
border-color: #d45f49 !important;
}

.telwppbtn{
border: 1px solid transparent;
padding: .8rem .75rem;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
font-size: 1rem;
line-height: 1.5;
color: #fff;	
background-color: #5de668 !important;
border-color: #55ce5f !important;
display: inline-block !important;
}

.telwppbtn:hover{
color: #fff;	
background-color: #71ef7b !important;
border-color: #63da6d !important;
}

.iconcli{
	width: 140px;
	height: 140px;
}

#btnwpphm{
	position: fixed;
	bottom: 5px;
	left: 5px;
	cursor: pointer;
	z-index: 100;
}

#btnwpphm img{
	width: 64px;
	opacity: 1;
	transition: all 0.2s;
}

#btnwpphm img:hover{
	opacity: 0.8;
}

.ui-autocomplete {
    max-height: 280px !important;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 280px !important;
  }