/**
* Template Name: Flattern - v2.1.0
* Template URL: https://bootstrapmade.com/flattern-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/**-------------------------------------------------------------
* ##### Components ##### 
*


* # About Us
* # Accordion
* # AOS delay
* # Back to top button
* # Breadcrumbs
* # Contact
* # Clients
* # Cta
* # Cta Pricing
* # Features
* # Hero Section
* # Portfolio
* # Portfolio Details
* # Pricing
* # Our Skills
* # Our Team
* # Services
* # Sections General
* # Testimonials
* # wrapper-avatar-circle
* # Tables
* # Popups
* # 
* 
*/





/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us .content { padding: 30px 0;}

.about-us .content h3 {
	font-weight: 700;
	font-size: 34px;
}
.about-us .content p { margin-bottom: 0;}
.about-us .content .icon-box { margin-top: 25px;}

.about-us .content .icon-box h4 {
	font-size: 20px;
	font-weight: 700;
	margin: 5px 0 10px 60px;
}
.about-us .content .icon-box i {
	font-size: 48px;
	float: left;
	color: var(--color-system);
}
.about-us .content .icon-box p {
	font-size: 15px;
	color: #90847f;
	margin-left: 60px;
}
.about-us .image {
	background: url("/site/itapetininga/assets/images/pages/sobre/about.jpg") center center no-repeat;
	background-size: cover;
	min-height: 400px;
}

.scroll-accordion{
	max-height: 280px;
	overflow: auto;
}

@media (max-width: 991px) {
	.about-us .image { text-align: center;}
	.about-us .image img { max-width: 80%;}
}
@media (max-width: 667px) {
	.about-us .image img { max-width: 100%;}
}


/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.accordion .card-header { position: relative;}

.accordion .card-header .btn-header-link{
    display: block;
    text-align: left;
    padding-right: 5px;
    box-shadow: none;
}

.accordion .card-header .btn-header-link:after {
    content: "\f107";
	font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 5px;
}
.accordion .card-header .btn-header-link.collapsed:after { content: "\f106";}


/*--------------------------------------------------------------
# AOS delay Disable on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	right: 15px;
	bottom: 15px;
	background: var(--color-system);
	color: #fff;
	transition: display 0.5s ease-in-out;
	z-index: 99999;
}
.back-to-top i {
	font-size: 24px;
	position: absolute;
	top: 8px;
	left: 8px;
}
.back-to-top:hover {
	color: #fff;
	background: var(--color-system-hover);
	transition: 0.3s ease-in-out;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	padding: 15px 0;
	background: #2b2320;
	min-height: 40px;
}
.breadcrumbs h2 {
	font-size: 28px;
	font-weight: 300;
	color: #fff;
}
.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	color: #ded5d2;
}
.breadcrumbs ol a { color: #fe825a;}
.breadcrumbs ol li+li { padding-left: 10px;}

.breadcrumbs ol li+li::before {
	display: inline-block;
	padding-right: 10px;
	color: #c8bab5;
	content: "/";
}

@media (max-width: 768px) {
	.breadcrumbs .d-flex { display: block !important;}
	.breadcrumbs ol { display: block;}
	.breadcrumbs ol li { display: inline-block;}
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding: 30px;
}

.contact .info {
	background: #fff;
}

.contact .info i {
	font-size: 20px;
	color: var(--color-system);
	float: left;
	width: 44px;
	height: 44px;
	background: #ffeee8;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}

.contact .info h4 {
	padding: 0 0 0 60px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #2b2320;
}

.contact .info p {
	padding: 0 0 0 60px;
	margin-bottom: 0;
	font-size: 14px;
	color: #65534c;
}

.contact .info:hover i {
	background: var(--color-system);
	color: #fff;
}

.contact .php-email-form {
	width: 100%;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
	padding: 30px;
	background: #fff;
}

.contact .php-email-form .form-group {
	padding-bottom: 8px;
}

.contact .php-email-form .validate {
	display: none;
	color: red;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 13px;
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .error-message br+br {
	margin-top: 25px;
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
}

.contact .php-email-form input {
	height: 44px;
}

.contact .php-email-form textarea {
	padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
	background: var(--color-system);
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
	background: var(--color-system-hover);
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-wrap {
	border-top: 1px solid #f1eeed;
	border-left: 1px solid #f1eeed;
}

.clients .client-logo {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #f1eeed;
	border-bottom: 1px solid #f1eeed;
	overflow: hidden;
	background: #fff;
	height: 100px;
}

.clients .client-logo img {
	transition: all 0.3s ease-in-out;
	height: 36px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.clients .client-logo:hover img {
	-webkit-filter: none;
	filter: none;
	transform: scale(1.1);
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
	background: #f3f1f0;
	padding: 60px 0;
	color: #574741;
}
.cta h3 {
	font-size: 28px;
	font-weight: 700;
}
.cta h3 span { color: var(--color-system);}

.cta p { padding: 0; margin: 0;}

.cta .cta-btn {
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 25px;
	border-radius: 2px;
	transition: 0.4s;
	margin: 10px;
	border-radius: 4px;
	border: 2px solid var(--color-system);
	color: var(--color-system);
	background: #fff;
}
.cta .cta-btn:hover {
	background: var(--color-system);
	color: #fff;
}

@media (max-width: 1024px) {
	.cta { background-attachment: scroll;}
}
@media (min-width: 769px) {
	.cta .cta-btn-container {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}


/*--------------------------------------------------------------
# Cta Pricing
--------------------------------------------------------------*/
.cta-pricing {
	background: #f3f1f0;
	color: #65534c;
}

.cta-pricing h3 {
	font-size: 28px;
	font-weight: 700;
}

.cta-pricing .cta-btn {
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 25px;
	border-radius: 2px;
	transition: 0.4s;
	margin: 10px;
	border-radius: 4px;
	border: 2px solid var(--color-system);
	color: var(--color-system);
	background: #fff;
}
.cta-pricing .cta-btn:hover {
	background: var(--color-system);
	color: #fff;
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features { padding-top: 0;}
.features .nav-tabs { border: 0;}

.features .nav-link {
	border: 0;
	padding: 25px 20px;
	transition: 0.3s;
	color: #2b2320;
}
.features .nav-link:hover { color: var(--color-system);}

.features .nav-link h4 {
	font-size: 18px;
	font-weight: 600;
}

.features .nav-link p {
	font-size: 14px;
	margin-bottom: 0;
}

.features .nav-link.active {
	box-shadow: 0px 0 15px rgba(0, 0, 0, 0.12);
	color: var(--color-system);
}
.features .tab-pane.active {
	-webkit-animation: slide-down 0.5s ease-out;
	animation: slide-down 0.5s ease-out;
}

@-webkit-keyframes slide-down {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

@keyframes slide-down {
	0% { opacity: 0;}
	100% { opacity: 1;}
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
	height: 70vh;
	overflow: hidden;
	position: relative;
	padding: 0;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

#hero .carousel-container {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: absolute;
	bottom: 60px;
	top: 110px;
	left: 50px;
	right: 50px;
}
#hero .carousel-content {
	background: rgba(28, 23, 21, 0.2);
	padding: 20px;
	color: #fff;
	font-weight: 300;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	border-top: none;
}

#hero .carousel-content h2 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: 300;
}

#hero .btn-get-started {
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 4px;
	transition: 0.5s;
	line-height: 1;
	margin: 10px;
	color: #fff;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	border: 1px solid var(--color-system);
}
#hero .btn-get-started:hover {
	background: var(--color-system);
	color: #fff;
	text-decoration: none;
}

#hero .carousel-inner .carousel-item {
	transition-property: opacity;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
	opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
	transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
	left: 0;
	transform: translate3d(0, 0, 0);
}
#hero .carousel-control-prev,
#hero .carousel-control-next {
	width: 10%;
}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
	background: none;
	font-size: 48px;
	line-height: 1;
	width: auto;
	height: auto;
}

#hero .carousel-indicators li { cursor: pointer;}

@media (min-width: 1024px) {
	#hero .carousel-content { width: 60%;}
	#hero .carousel-control-prev,
	#hero .carousel-control-next { width: 5%;}
}

@media (max-width: 992px) {
    #hero { 
        height: calc(100vh - 70px);
    }
	#hero .carousel-content h2 {
        margin-bottom: 15px; 
        font-size: 22px;
	}
	#hero .carousel-content p { font-size: 15px;}
}

@media (max-height: 500px) {
	#hero { 
        height: 120vh;
    }
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
	padding: 0;
	margin: 0 auto 50px auto;
	list-style: none;
	text-align: center;
}

.portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	text-transform: none;
	color: #4d4643;
	transition: all 0.3s;
	border-radius: 50px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
	color: #fff;
	background: var(--color-system);
}

.portfolio #portfolio-flters li:last-child {
	margin-right: 0;
}

.portfolio .portfolio-item {
	margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
	opacity: 0;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
	z-index: 3;
	transition: all ease-in-out 0.3s;
	background: rgba(255, 255, 255, 0.9);
	padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	color: #2b2320;
}

.portfolio .portfolio-item .portfolio-info p {
	color: #65534c;
	font-size: 14px;
	margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
	position: absolute;
	right: 40px;
	font-size: 24px;
	top: calc(50% - 18px);
	color: #483b36;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
	color: var(--color-system);
}

.portfolio .portfolio-item .portfolio-info .details-link {
	right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
	opacity: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 3;
	position: absolute;
	transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
	color: #fff;
	margin: 0 2px;
	font-size: 28px;
	display: inline-block;
	transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
	color: #fe825a;
}

.portfolio .portfolio-item:hover .portfolio-info {
	opacity: 1;
	bottom: 20px;
}

.portfolio .portfolio-item .portfolio-info.info-top {
	opacity: 1;
	top: 10px;
	bottom: auto;
	padding: 10px 10px;
	background: rgba(255, 255, 255, 0.9);
}	
.portfolio .portfolio-item:hover .portfolio-info.info-top {
	opacity: 1;
	top: 20px;
	background: rgba(255, 255, 255, 0.95);
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
	padding: 40px;
}

.portfolio-details .portfolio-title {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 40px;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
	margin-top: 5px;
	text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
	background-color: var(--color-system) !important;
}

.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
	margin-top: 10px;
}

.portfolio-details .portfolio-info p {
	font-size: 15px;
	padding: 15px 0 0 0;
}

@media (max-width: 992px) {
	.portfolio-details .portfolio-info {
		padding-top: 20px;
	}
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
	padding: 20px;
	background: #f3f1f0;
	text-align: center;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}
.pricing h3 {
	font-weight: 400;
	padding: 15px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #2b2320;
}
.pricing h4 {
	font-size: 42px;
	color: var(--color-system);
	font-weight: 500;
	margin-bottom: 20px;
}
.pricing h4 sup {
	font-size: 20px;
	top: -15px;
	left: -3px;
}
.pricing h4 span {
	color: #bababa;
	font-size: 16px;
	font-weight: 300;
}

.pricing ul {
	padding: 0;
	list-style: none;
	color: #2b2320;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}
.pricing ul li { padding-bottom: 16px;}

.pricing ul .na {
	color: #ccc;
	text-decoration: line-through;
}

.pricing .btn-wrap {
	padding: 15px;
	text-align: center;
}
.pricing .btn-buy {
	color: #9c847b;
	border: 2px solid #e9e3e1;
	display: inline-block;
	padding: 10px 40px 12px 40px;
	border-radius: 4px;
	transition: none;
	font-size: 14px;
	transition: 0.3s;
}
.pricing .btn-buy:hover {
	color: var(--color-system);
	border-color: var(--color-system);
}

.pricing .featured {
	background: var(--color-system-hover);
	box-shadow: none;
}

.pricing .featured h3,
.pricing .featured h4,
.pricing .featured h4 span,
.pricing .featured ul,
.pricing .featured ul .na { color: #fff;}

.pricing .featured .btn-wrap {
	padding: 15px;
	text-align: center;
}

.pricing .featured .btn-buy {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.5);
}

.pricing .featured .btn-buy:hover {
	color: var(--color-system);
	background: #fff;
	border-color: #fff;
}


/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .progress {
	height: 50px;
	display: block;
	background: none;
}
.skills .progress .skill {
	padding: 0;
	margin: 0 0 6px 0;
	text-transform: uppercase;
	display: block;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	color: #2b2320;
}
.skills .progress .skill .val {
	float: right;
	font-style: normal;
}
.skills .progress-bar-wrap { background: #ded5d2;}

.skills .progress-bar {
	width: 1px;
	height: 10px;
	transition: .9s;
	background-color: var(--color-system);
}


/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.team .member .member-img {
	position: relative;
	overflow: hidden;
}

.team .member .social {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 40px;
	opacity: 0;
	transition: ease-in-out 0.3s;
	text-align: center;
	background: rgba(255, 255, 255, 0.85);
}
.team .member .social a {
	transition: color 0.3s;
	color: #2b2320;
	margin: 0 10px;
	padding-top: 8px;
	display: inline-block;
}

.team .member .social a:hover { color: var(--color-system);}
.team .member .social i { font-size: 18px; margin: 0 2px;}

.team .member .member-info { padding: 25px 15px;}
.team .member .member-info h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 18px;
	color: #2b2320;
}
.team .member .member-info span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #b4aca8;
}
.team .member .member-info p {
	font-style: italic;
	font-size: 14px;
	line-height: 26px;
	color: #847872;
}
.team .member:hover .social { opacity: 1;}


/*--------------------------------------------------------------
# services
--------------------------------------------------------------*/
.services a { color: #fff;}

.services .icon-box {
	position: relative;
	padding: 20px 20px;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	border: 1px solid #ebe6e4;
	height: 250px;
	background: #faf9f8;
}
.services .icon-box::after,
.services .icon-box::before {
	z-index: -1;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 250px;
}
.services .icon-box::after { transition: 0.3s; background-color: rgba(255, 255, 255, 0.2);}
.services .icon-box::before{ background-position: center; background-repeat: no-repeat; background-size: cover;}
.services .icon-box:hover::after { background-color: rgba(0, 0, 0, 0.2);}

/* icon */
.services .icon-box .icon {
	position: absolute;
	top: -36px;
	left: calc(50% - 36px);
	transition: 0.3s;
	border-radius: 50%;
	border: 2px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	width: 52px;
	height: 52px;
	background: var(--color-system);
}
.services .icon-box:hover .icon { background: #fff; border: 2px solid var(--color-system);}

.services .icon-box .icon i { color: #fff; font-size: 20px;}
.services .icon-box:hover .icon i { color: var(--color-system);}

/* title */
.services .icon-box .title {
	font-weight: 100;
	margin-bottom: 10px;
	font-size: 30px;
}
.services .icon-box .title a { color: #fff;}

/* description */
.services .icon-box .description {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 10px;
	padding: 10px;
	min-height: 80px;
    font-weight: 300;
    line-height: 1.4;
    font-size: 14px;
    color: #fff;
    background: rgba(28, 23, 21, 0.2);
}

/* images */
.services .icon-box.box-1::before { background-image: url(/site/itapetininga/assets/images/pages/home/servicos/fotos.jpg);}
.services .icon-box.box-2::before { background-image: url(/site/itapetininga/assets/images/pages/home/servicos/mural.jpg);}
.services .icon-box.box-3::before { background-image: url(/site/itapetininga/assets/images/pages/home/servicos/contato.jpg);}

@media(max-width: 480px){
	.services .icon-box .title { font-size: 20px;}
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section{ 
	padding: 30px 0;
	overflow: hidden;
}
.section-bg { background-color: #f6f3f2;}

.section-title { 
	padding-bottom: 10px; 
	text-align: center;
}
.section-title h2 {
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 10px;
	padding-bottom: 0;
	color: #65534c;
}
.section-title h2 strong { font-weight: 700;}
.section-title p { margin-bottom: 0;}


/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.row-cards{
	display: flex;
	flex-wrap: wrap;
}
.row-cards .item{ 
	margin-bottom: 20px;
	color: var(--font-color-default);
}
.row-cards .item .card{ 
	height: 100%;
	border: none;
	box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
	box-sizing: content-box;
	padding: 0;
	box-shadow: none;
	position: relative;
	background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
	width: 90px;
	border-radius: 50px;
	border: 6px solid #fff;
	float: left;
	margin: 0 10px 0 0;
}

.testimonials .testimonial-item h4 {
    margin: 0;
    font-size: 14px;
    color: #999;
}
.testimonials .testimonial-item h3 {
    margin: 0 0 0 0;
	font-size: 18px;
    font-weight: bold;
    color: #111;
    text-transform: uppercase;
}

.testimonials .testimonial-item p {
    display: flex;
    align-items: baseline;
    font-style: italic;
    margin: 10px 0 0 0;
    padding: 0;
}
.testimonials .testimonial-item p .text{
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap;
    -webkit-line-clamp: 2;
    height: 26px;
}
.testimonials .testimonial-item p.content-btn{
	justify-content: flex-end;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
	color: #fecfc0;
	font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
	display: inline-block;
	left: -5px;
	position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
	display: inline-block;
	right: -5px;
	position: relative;
	top: 10px;
}


/* --------------------------------------------------------------------
* - wrapper-avatar-circle
* -------------------------------------------------------------------- */
.wrapper-avatar-circle{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
}


/* --------------------------------------------------------------------
* - popups
* -------------------------------------------------------------------- */
.popup{
	padding: 20px;
}

.date-popup{
    color: #999;
    font-size: 1.3rem;
}
.subtitle-popup{
    color: #999;
    font-size: 1.3rem;
}


.title-popup {
    color: var(--black);
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
}

.text-popup{
    margin-bottom: .5rem;
}

/* --------------------------------------------------------------------
* - table
* -------------------------------------------------------------------- */
.table {
    color: var(--font-color-default);
    background-color: var(--table-bg-color)!important;
}

.table-fixed { table-layout: fixed;}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: var(--table-padding);
    vertical-align: middle;
    border-color: var(--table-border-color);
}

.table-bordered td,
.table-bordered th { border-color: var(--table-border-color);}

.table>thead>tr>th {
    border-bottom-width: 1px;
    font-weight: 400;
    padding: var(--table-th-padding);
    color: var(--table-th-font-color);
    background-color: var(--table-th-bg-color);
}

.table.dataTable>thead>tr>th{ padding: var(--table-dataTable-th-padding);}

.icon-tab   { font-size: 1.0rem;}
.icon-tab-md{ font-size: 1.3rem;}
.icon-tab-lg{ font-size: 1.7rem;}

.icon-tab,
.icon-tab-md,
.icon-tab-lg { color: var(--grey);}

.icon-tab:hover,
.icon-tab-md:hover,
.icon-tab-lg:hover { color: var(--grey-hover);}

.table-small th,
.table-small td{ font-size: 11px;}

.table-small .form-control {
    font-size: 11px;
    padding-left: 2px;
    padding-right: 2px;
}


/* --------------------------------------------------------------------
* - btns
* -------------------------------------------------------------------- */
.btn{
	padding: var(--btn-padding);
	font-size: var(--btn-font-size);
}
.btn-primary  { background-color: #4095f1!important;}
.btn-secondary{ background-color: #A5B5C5!important;}
.btn-success  { background-color: #68BB69!important;}
.btn-danger   { background-color: #F65F6E!important;}
.btn-warning  { background-color: #F8BC34!important;}
.btn-info     { background-color:#17a2b8!important;}
.btn-light    { background-color: #dee2e6!important;}
.btn-dark     { background-color: #343a40!important;}


/* --------------------------------------------------------------------
* - text-colors
* -------------------------------------------------------------------- */
.text-primary  { color: #4095f1!important;}
.text-secondary{ color: #A5B5C5!important;}
.text-success  { color: #68BB69!important;}
.text-danger   { color: #F65F6E!important;}
.text-warning  { color: #F8BC34!important;}
.text-info     { color:#17a2b8!important;}
.text-light    { color: #dee2e6!important;}
.text-dark     { color: #343a40!important;}

