body {
    font-size: 18px;
    line-height: 24px !important;
}
section dl, 
section ol, 
section ul {
	display: flex;
	flex-flow: column
}
.ck-widget_with-selection-handle .ck {
    display: none;
}
.bg-theme {
	background-color: #FCA311 !important;
}
.btn-theme-2 {
	background-color: #FDEDCF !important;
}
.bd-dark {
	background-color: #2A3342 !important
}
.bg-light {
	background-color: #F5F5F5 !important
}
.bg-secondary {
    background-color: #57585b !important;
}
.text-theme {
	color: #FCA311
}
.text-justify {
    text-align: justify;
}
img {
	max-width: 100%
}
.img-slide {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.all-text-white *, .text-all-white * {
    color: #ffffff;
}
.rounded-3 {
	border-radius: 10px !important
}

.feature-box-icon {
	max-width: 100px
}
.mt-9 {
    margin-top: 11rem !important;
}
.text-small {
    font-size: 80%;
}
#content section:nth-of-type(2n) {
    background-color: #f2f2f2;
}
li>span{
	float: left;
	margin-top: 4px;
}
li[style*='justify']>span{
	float: initial;
	margin-top: initial;
}
/*ul li {
    display: flex;
    margin-bottom: 4px;
    align-items: center;
}
ul li::before{
    content: url('../../img/icons/check.svg');
    margin-right: 10px;
    margin-left: -18px;
}*/
.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}
.pattern-overlay-1::before {
    content: "";
    /*background: url(../img/bg/pattern/01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.bg-overlay-dark-4:before {
    content: " ";
    background: #000000;
    opacity: 0.4;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.bg-overlay-dark-7:before {
    content: " ";
    background: #000000;
    opacity: 0.7;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.pattern-overlay-1 {
    position: relative;
    background-color: #696969 !important;
    z-index: 1;
}

.list-group-borderless .list-group-item {
    border: none;
    padding: 0.425rem 0;
}

.list-group-inline .list-group-item {
    border: none;
    /*display: inline-block;
    color: #8f9397;
    padding: 0.425rem 0;
    margin-right: 30px;
    width: auto;*/
    background-color: transparent;
}
.list-group-number span {
    background: #f0f1f3;
    color: #8f9397;
    font-weight: 600;
    height: 22px;
    width: 22px;
    line-height: 22px;
    text-align: center;
    display: block;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    margin-top: 1px;
    font-size: 11px;
}
.bg-light .list-group-number span {
	background-color: #fff;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    background: transparent;
    color: #444;
}

.btn_whats {
	position:fixed;
	width:60px;
	height:60px;
	bottom: 20px;
    right: 15px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.btn_whats .my-float{
	margin-top:16px;
}

.floating-wpp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    transition: bottom .2s
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, .4);
    transition: box-shadow .2s;
    cursor: pointer;
    overflow: hidden
}

.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.floating-wpp:hover {
    bottom: 17px
}

.floating-wpp:hover .floating-wpp-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, .4)
}

.floating-wpp .floating-wpp-popup {
    border-radius: 6px;
    background-color: #E5DDD5;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, .25);
    width: 0;
    height: 0;
    bottom: 0;
    opacity: 0;
    transition: bottom .1s ease-out, opacity .2s ease-out;
    transform-origin: bottom
}

.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px;
    width: 280px;
    height: auto;
    bottom: 82px;
    opacity: 1
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: #fff;
    padding: 8px;
    border-radius: 0 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    opacity: 0;
    transition: opacity .2s
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: .2s
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: #fff;
    margin: 0 -15px 10px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer
}

.floating-wpp .floating-wpp-input-message {
    background-color: #fff;
    margin: 10px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center
}

.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none
}

p:empty {
    display: none;
}

.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer
}

.img3x3 {
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img3x3 img {
    position: absolute;
    margin: 0;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    max-width: 150%;
}

@media (min-width: 768px){
	.fs-title-size {
		font-size: 3rem !important;
	    line-height: 1;
	}
	.text-lg {
	    font-size: 1.25rem;
	    line-height: 1.75rem;
	}
	.mb-md-n4 {
	    margin-bottom: -1.6rem !important;
	}
	.list-2Columns{
	    columns: 2; 
	    -webkit-columns: 2; 
	    -moz-columns: 2; 
	}
}
@media (min-width: 640px) {
	.fs-title-size {
		font-size: 3rem !important;
	    line-height: 1;
	}
	.text-lg {
	    font-size: 1.125rem;
	    line-height: 1.75rem;
	}
}

@media (max-width: 991px) {
	.navbar .navbar-brand,
	.navbar .navbar-brand > img {
		width: 330px;
		max-width: 80%;
		height: auto !important;
		margin: 0 !important
	}
	.hero-item .py-5 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}
