/* ----------------------------------------------------------------
	CUSTOM
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #FF7300;
	--cnvs-themecolor-rgb: 255, 115, 0;
	--cnvs-secondary-font: var(--cnvs-body-font);
	--border-radius: 10px;
}

.color0 {
	color: #265543 !important; 
}

.color1 {
	color: #0F454D !important; 
}

.color2 {
	color: #B9DBD5 !important; 
}

.color3 {
	color: #E2CBA3 !important; 
}

.color4 {
	color: #FFF8E6 !important; 
}

.color5 {
	color: #FFFFFF !important; 
}

.br {
	border-radius: var(--border-radius);
}

.br-menu {
	border-radius: var(--border-radius);
}

#header {
	--cnvs-primary-menu-font-weight: 400;
	--cnvs-primary-menu-font-size:	0.8rem;
	--cnvs-primary-menu-tt:	none;
	--cnvs-primary-menu-ls:	0;
	--cnvs-primary-menu-submenu-font-size:	0.875rem;
	--cnvs-primary-menu-submenu-font-weight:	400;
	--cnvs-primary-menu-submenu-hover-font-weight: 500;
	--cnvs-primary-menu-submenu-tt:	none;
}

@media (min-width: 992px) {

	.dark #header-wrap:not(.not-dark) .menu-container > .menu-item.bg-color {
		margin-left: 10px;
	}

}

@media (max-width: 991.98px) {

	.menu-item.bg-color {
		background-color: transparent !important;
	}
	
	.br-menu {
		display: none;
	}
	
	.section {
		padding: 20px;
	}
	
	.heading-block {
		text-align: center;
	}
	
	.vertical-middle {
		padding: 30px 0px;
	}
	
	.row {
		justify-content: center;
	}
}

.contact-properties [class^=col-] > a,
.product .product-image,
.button,
.feature-box.media-box.fbox-bg {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	box-shadow: 0 1px 1px 0 rgba(10, 16, 34, .2);
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: var(--border-radius);
}

.contact-properties [class^=col-] > a:hover,
.product:hover .product-image,
.button:hover,
.feature-box.media-box.fbox-bg:hover {
	box-shadow: 0 10px 30px -5px rgba(10, 16, 34, .2);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.feature-box h3 { font-size: 17px; }

.feature-box h3 span.subtitle { font-size: 14px; }

/* Button-link
-----------------------------------------------------------------*/
.button-link {
	display: inline-block;
	position: relative;
	color: #333;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	margin-top: 10px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.dark .button-link { color: #FFF; }
.dark .button-link:hover { color: #f0a540; }

.oc-item .testimonial {
	margin-left: 1px;
	margin-bottom: 2px;
	border: 0;
	border-top: 1px solid #EEE;
	box-shadow: 0 1px 1px 0 rgba(10, 16, 34, .2);
}

.testi-content p {
	font-style: normal;
	font-weight: 500;
	color: #666;
}

.testi-meta {
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 1px;
}


.testi-meta span {
	display: inline-block;
	letter-spacing: 0;
	font-weight: 500;
	padding-left: 0;
}

.contact-properties [class^=col-] {
	position: relative;
	margin-bottom: 30px;
}

.contact-properties [class^=col-] > a {
	display: block;
	position: relative;
	height: 300px;
	border-radius: 8px;
	background-color: #EEE;
}

.contact-properties [class^=col-] img { display: block; }

.contact-properties [class^=col-] > a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	border-radius: 8px;
	opacity: 0.4;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.contact-properties [class^=col-] > a:hover::before { opacity: 1; }

.contact-properties [class^=col-] > a:hover .heading-block h3::after {
	opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.content-360 h5 {
	font-weight: normal;
}

.location-alt-content {
	display: flex;
	justify-content: normal;
	align-items: center;
	flex-wrap: nowrap;
	margin-top: 20px;
}

.location-alt-content .item {
	text-align: center;
	padding: 40px 0;
	color: #fff;
	width: 25%;
}

.location-alt-content .item-1 {
	background-color: #0F454D;
}

.location-alt-content .item-2 {
	background-color: #B9DBD5;
}

.location-alt-content .item-3 {
	background-color: #E2CBA3;
}

.location-alt-content .item-4 {
	background-color: #FFF8E6;
}

.location-alt-content .item-5 {
	background-color: #FFF8E6;
}

.stretched #gotoTop {
    width: 55px;
	height: 50px;
	line-height: 48px;
}

.redes-flotantes {
	width: 55px;
	height: 50px;
	background-color: #23b180;
	display: flex;
	justify-content: center;
	align-items: center;
	left: initial!important;
	right: 30px!important;
	bottom: 7rem!important
}

.redes-flotantes img {
	width: auto!important;
	height: 50px;
}

.redes-flotantes:hover {
	background-color: #1f9e73
}

.stretched #gotoTop {
    width: 55px;
	height: 50px;
	line-height: 48px;
}

#quotationModalForm .modal-header img {
	width: 150px;
}

/* WSP flotante
-----------------------------------------------------------------*/

.whatsapp-float {
    position: fixed;
    bottom: 120px;
    right: 30px;
    width: 55px;
    height: 55px;
    background-color: var(--cnvs-color-whatsapp);
    color: #fff;
    border-radius: var(--border-radius);
    text-align: center;
    font-size: 30px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    color: #fff;
	background-color: #A7A7A7;
}

.video {
	max-width: 1080px;
    margin: 0 auto;
    background: #000;
    padding: 10px;
    border-radius: var(--border-radius);
}
/* Ajuste para móviles */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 25px;
    }
}



