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

/* colors */
.sm-color-1{
	color: #d56c47 !important;
}

.sm-color-2{
	color: #f05b72 !important;
}

.pi-caption-icon {
    background: rgba(101, 127, 93, 0.85);
}

/* 16:9 video embed*/
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video-container iframe,.video-container object,.video-container embed {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
/**/

.menu-mobile-icone li{
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	margin: 0px
}

.menu-mobile-icone{
	padding-bottom: 4px;
	margin-bottom: 0px
}

.quote::before{
	content: url("../img/quote.png");
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 0;
	max-width: 50px;
}

.quote p{
	position: relative;
	z-index: 1;
}
.btn-whatsapp {
  z-index: 999999;
  background: #3BBF5A;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(59, 191, 90, 0.5);
}
.pulse {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(37, 211, 102, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }
}
.wa-center{
	display: block;
	margin: 10px auto;
}
.footer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .pi-header {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .sm-border-right {
    border-left: 5px solid  #8a8acb;
		padding-left: 20px;
		text-align: left;
		border-right: none;
  }
}

