@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu-user
  {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button-user
  {
    display: block;
  }

}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu-user
  {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button-user
  {
    display: block;
  }
}

.w-nav-button-user {
	position: relative;
	float: right;
	padding: 18px;
	display: none;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 1.1rem;
}
.w-nav-button-user i{
	color:#333;
}
.w-nav-button-user:focus {
	outline: 0;
}
.w-nav-button-user:visited {
	outline: 0;
	color:#333;
}

.btn-wsp{
	position:fixed;
	width: 70px;
	height: 70px;
	background-color: #25D366;
	bottom: 1rem;
	right: 1rem;
	z-index:100
}
.btn-wsp span{
	color:white;
	position: absolute;
	top:50%; left:50%;
	font-size: 3rem;
	transform:translate(-50%, -50%);
}

.rounded-circle {
	border-radius: 50% !important;
}

.footer-container{
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f7fbfe;
}

.d-block{ display:block;}
.d-inline-block{ display:inline-block;}
.d-flex{ display:flex;}
.w-100{ width:100%; }
.mr-1{ margin-right:1rem;}
.ml-1{ margin-left:1rem;}
.pt-40{ padding-top:40px; }
.pt-20{ padding-top:20px; }
.pb-20{ padding-bottom:20px; }
.py-20{ padding-top:20px !important; padding-bottom:20px !important; }
.mx-auto{ margin-left:auto; margin-right:auto; }
.justify-between{ justify-content:space-between; }

