/* HTML */
html,
body {
	font-family: 'Muli', sans-serif;
	position: relative;
	height: 100%;
}
body {  
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 {
	margin: 0;
}
h1, h2 {
	font-size: 36px; 
	font-weight: 800;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 24px;
}
p {
	font-weight: normal;
	font-size: 16px;
	margin: 0;
}  

/* Slider */
.swiper-container {  
	height: 100%; 
} 
.swiper-slide {
	border: none;
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #232323fa;
}
.swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: unset;
	top: 10px;
	z-index: 100;
}
.swiper-pagination-bullet {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 25px;
	height: 5px;
	background: #232323fa;
}
.swiper-button-next, 
.swiper-container-rtl .swiper-button-prev {
	left: auto;
	right: 22%;
}
.swiper-button-prev, 
.swiper-container-rtl .swiper-button-next {
	right: auto;
	left: 22%;
}
.swiper-button-next, 
.swiper-button-prev {
	color: #FFF;
	background: #888;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	outline: none;
}
.swiper-button-next, 
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, 
.swiper-container-rtl .swiper-button-next {
	/*box-shadow: 0 0rem 1rem rgba(0,0,0,.50)!important;*/
}
.swiper-button-next:after, 
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after, 
.swiper-container-rtl .swiper-button-next:after {
	position: relative;
	font-size: 15px;
}
.swiper-button-next:after, 
.swiper-container-rtl .swiper-button-prev:after {
	left: 2px;
}
.swiper-button-prev:after, 
.swiper-container-rtl .swiper-button-next:after {
	right: 2px;
}
/* Simple lightbox */
.sl-overlay {
	background: #000000 !important;
	opacity: 0.8 !important;
}
.sl-wrapper .sl-navigation button,
.sl-wrapper .sl-close {
	color: #FFFFFF !important;
}

/* Bootstrap */
.fs-md {
	font-size: 24px;
}
.fs-lg {
	font-size: 40px;
}
.fs-xl {
	font-size: 56px;
}
.shadow {
	box-shadow: 0rem .6rem .6rem 0rem rgba(0,0,0,0.1);
}
.w-35 {
	width: 35%;
} 
.w-40 {
	width: 40%;
}
.w-45 {
	width: 45%;
}
.w-50 {
	width: 50%;
}
.h-auto {
	height: auto !important;
}
.d-unset,
.d-unset:before,
.d-unset:after {
	display: unset !important;
}
.flex-direction-column {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.align-items-top {
	-webkit-box-pack: unset;
	-ms-flex-pack: unset;
	-webkit-justify-content: unset;
	justify-content: unset;
	-webkit-box-align: unset;
	-ms-flex-align: unset;
	-webkit-align-items: unset;
	align-items: unset;
}
.zi-100 {
	z-index: 100;
} 

/* Default Theme */
.copyright small {
	font-weight: lighter;
	display: inline-block;
}
.copyright h5 {
	font-weight: normal;
	font-size: 13px;
	padding: 0px !important;
	margin: 0px !important;
	display: inline;
	color: #000;
}
.copyright a {
	text-decoration: none;
}
.copyright.copyright-fixed {
	z-index: 1;
	text-align: center; 
	width: 24%; 
	position: fixed; 
	bottom: 20px; 
	right: 20px;
}
.powered-by-conectabem {
	display: inline-block;
	background: #f0eff1;
	padding: 5px;
	border-radius: 5px;
} 
.powered-by-conectabem .logotipo {
	display: inline;
	width: 25px;
	height: 25px;
} 
.user-info p { 
	font-weight: 400;
	font-size: 17px;
	margin-bottom: 0px;
}
.user-info p,
.card-endereco p,
.card-endereco p,
.card-youtube p,
.card-youtube p {
	/*opacity: 0.7 !important;*/
}
.profile { 
	z-index: 2; 
	overflow: scroll;
	scroll-behavior: smooth;
	overflow-scrolling: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-x: hidden;
	overflow-x: hidden; 
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	width: 100%;
}
.profile::-webkit-scrollbar {
  display: none;
}

.profile * {
	margin: 0;
	line-height: normal;
}
.circle {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.content-center {
	margin: 0 auto;
	display: block;
}
/* Cards */
/* Links */
.body,
.card-links,
.card-quem-somos,
.card-quem-somos-cover,
.card-endereco,
.card-youtube {
	background-repeat: no-repeat; 
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* Links */
.link-group .link a,
.btn {
	margin-bottom: 15px; 
	padding: 17px;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: unset;
	/*height: 60px;*/
}  

.link-group .link .btn-float {
	display: flex;
	padding: 0;
}
.link-group .link .btn-float .img-container {
	text-align: left;
}
.link-group .link .btn-float .img-container img {
	height: 60px;
	border: 3px solid transparent;
}
.link-group .link .btn-float .img-container,
.link-group .link .btn-float .action-container {
  flex: 1;
}

.link-group .link a * {
	line-height: unset;
}
.link-group .link a,
.user-btn {
	font-size: 16px !important;  
}

.btn-shake { 
	clear: both;
	display: inline-block;
	animation-name: btn-shake;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
@keyframes btn-shake {
	from, 16%, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: rotate(0deg);
	}
	1.6%, 4.8%, 8%, 11.2%, 14.4% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: rotate(-5deg);
	}
	3.2%, 6.4%, 9.6%, 12.8% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: rotate(5deg);
	}
}
.link-group .link:last-child a {
	margin-bottom: 0px;
}
/* Quem Somos Cover */ 
.cover-profile {  
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 180px;
} 
.cover-profile img {
	position: relative; 
	top: 50px;
}
/* Quem Somos */
/* Endereço */ 
/* Youtube */  
/* Redes sociais */
.social-media ul {
	/*margin: 2rem 0 1rem 0;*/
}
.social-media.small ul li,
.social-media.medium ul li,
.social-media.large ul li {
	display: inline-block;
	margin: 0 10px;
	text-align: center;  
	background: #FFFFFF;
	-webkit-box-shadow: 0 0 0.9rem rgba(0,0,0,.15)!important;
	box-shadow: 0 0 0.9rem rgba(0,0,0,.15)!important;
}
.social-media.small ul li {
	font-size: 18px;
	width: 33px;
	height: 33px;
} 
.social-media.medium ul li { 
	font-size: 26px; 
	width: 41px;
	height: 41px; 
} 
.social-media.large ul li { 
	font-size: 34px; 
	width: 49px;
	height: 49px; 
} 
.social-media ul a {  
	display: inline-block;
	margin-bottom: 15px;
	color: #FFFFFF;
}
.social-media ul a:last-child {
	margin-bottom: 0px;
}  
.social-media ul li i {
	margin-top: 7px;
} 
.social-media ul li.facebook {
	background: #3b5998;
}
.social-media ul li.instagram { 
	background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
	background: -webkit-linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.social-media ul li.twitter {
	background: #55ACEE;
}
.social-media ul li.linkedin {
	background: #0E76A8;
}
.social-media ul li.github {
	background: #000000;
}
.social-media ul li.youtube {
	background: #c4302b;
}
.social-media ul li.pinterest {
	background: #c8232c;
}
.social-media ul li.telegram {
	background: #0088cc;
}
.social-media ul li.cel-whatsapp {
	background: #31c76a;
}
.social-media ul li.website {
	background: #F2F2F2;
	color: #121212;
}
.social-media ul li.email {
	background: #F2F2F2;
	color: #121212;
}
.social-media ul li.telefone {
	background: #F2F2F2;
	color: #121212;
}
/* Responsivo */
@media (max-width: 768px) {
	.d-xs-none {
		display: none;
	}
	.d-xs-block {
		display: block !important;
	}
	.w-xs-100 {
		width: 100% !important;
	}
}