/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-one {
	position: relative;
	padding: 121px 0;
	background-color: var(--thm-base);
  }

  @media (max-width: 991px) {
	.funfact-one {
	  padding-bottom: 90px;
	}
  }

  .funfact-one__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-blend-mode: hard-light;
	background-position: center center;
  }

  .funfact-one .container {
	position: relative;
  }

  .funfact-one .container [class*=col-]:not(:first-of-type) {
	position: relative;
  }

  .funfact-one .container [class*=col-]:not(:first-of-type)::before {
	content: '';
	width: 3px;
	height: 43px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-radius: 4px;
  }

  @media (max-width: 991px) {
	.funfact-one .container [class*=col-]:not(:first-of-type)::before {
	  display: none;
	}
  }

  @media (max-width: 991px) {
	.funfact-one .container [class*=col-]:nth-child(3n)::before {
	  display: none;
	}
  }

  .funfact-one__box {
	text-align: center;
	position: relative;
  }

  @media (max-width: 991px) {
	.funfact-one__box {
	  margin-bottom: 30px;
	}
  }

  .funfact-one__box h3 {
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	margin: 0;
	margin-bottom: 15px;
	display: inline-flex;
	align-items: center;
  }

  .funfact-one__box p {
	margin: 0;
	line-height: 1;
	color: #fff;
  }


/*--------------------------------------------------------------
# WhatsApp
--------------------------------------------------------------*/

.widget-whatsapp {
    margin: 15px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 16000160;
}

.widget-whatsapp--sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.widget-whatsapp {
    width: 50px;
    height: 50px;
    background-color: #4dc247;
    display: block;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.widget-whatsapp:hover {
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.widget-whatsapp:hover .widget-whatsapp--icon {
    fill: #4dc247;
}

.widget-whatsapp--icon {
    fill: #fff;
    width: 41px;
    height: 50px;
}


.dynamic-editor-painel li {
  display: inherit;
  position: relative;
  padding-left: 30px;
  margin: 12px 0px;
}
.dynamic-editor-painel li:before {
  position: absolute;
  content: '\f192';
  left: 0px;
  top: 0px;
  font-family: "Font Awesome 5 Free";
}
.dynamic-editor-painel li:first-child {
  margin-top: 0;
}
.dynamic-editor-painel.primary-color li:before {
  color: #000562;
  font-weight: 500;
}
