@charset "utf-8";

/*
Theme Name: Fausto Containers 2024
Theme URI: https://uebb.digital
Author: Uébb Digital
Author URI: https://uebb.digital
Description: Website/One Page/Landing Page
Version: 2021
License: Uébb Digital
License URI: https://uebb.digital
Tags: desenvolvimento de sites goiania, otimizacao de sites goiania, seo goiania, redes sociais Goiania, criacao de sites goiania, redes sociais para empresas, social media, marketing digital goiania, mkt digital goiania, planejamento estrategico digital goiania, posicionamento de sites no google
Text Domain: Uébb Digital
*/



/* desktop (rem) base size */
@media (min-width: 1367px) { html { font-size: 16px !important; } }

/* laptop (rem) base size */
@media (max-width: 1366px) { html { font-size: 14px !important; } }

/* mobile (rem) base size */
@media (max-width: 991px)  { html { font-size: 12px !important; } }



/* header */
.logo {
	margin: 1.125rem 0;
}

.nav-index {
	background: var(--dark100);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.07);
}

.nav-icon-phone {
	font-size: 2.000rem;
	padding: 0.000rem;
	margin: 0.000rem;
}

.nav-label-phone {
	font-family: var(--secundary-font-family);
	font-weight: 500;
	font-size: 0.750rem;
	line-height: 0.750rem;
	padding: 0.000rem;
	margin-bottom: 0.188rem;
}

.nav-number-phone {
	font-family: var(--primary-font-family);
	font-weight: 600;
	font-size: 1.250rem;
	line-height: 1.250rem;
	padding: 0.000rem;
	margin: 0.000rem;
}



/* nav-hidden */
@media (max-width: 1039px ) { .nav-hidden-1040  { display: none; } }
@media (max-width:  991px ) { .nav-hidden-992   { display: none; } }
@media (max-width:  767px ) { .nav-hidden-768   { display: none; } }
@media (max-width:  369px ) { .nav-hidden-370   { display: none; } }

@media (max-width: 1459px) { .nav-hidden-1460 { display: none; } }
@media (max-width: 1389px) { .nav-hidden-1390 { display: none; } }




/* laptop to mobile */
@media (max-width: 991px) {

	nav.navbar.navbar-default ul.nav > li > a { opacity: 1.0 !important; }

	.nav-item-menu { color: var(--dark800) !important; }

}

.nav-item-menu { color: #FFFFFF7A; }



/* float buttons */
.float-phone           { right: 0.625rem; bottom: 6.250rem; opacity: 1.00; z-index: 99; position: fixed; border-radius: 100%; width: 6.250rem; }
.float-phone:hover     { right: 0.625rem; bottom: 6.250rem; opacity: 0.85; z-index: 99; position: fixed; border-radius: 100%; width: 6.250rem; }

.float-wpp             { right: 0.625rem; bottom: 0.625rem; opacity: 1.00; z-index: 99; position: fixed; border-radius: 100%; width: 6.250rem; }
.float-wpp:hover       { right: 0.625rem; bottom: 0.625rem; opacity: 0.85; z-index: 99; position: fixed; border-radius: 100%; width: 6.250rem; }

@media (max-width: 991px) {

	.float-phone         { right: 0.625rem; bottom: 7.250rem; width: 7.450rem; }
	.float-phone:hover   { right: 0.625rem; bottom: 7.250rem; width: 7.450rem; }

	.float-wpp           { right: 0.625rem; bottom: 0.625rem; width: 7.450rem; }  
	.float-wpp:hover     { right: 0.625rem; bottom: 0.625rem; width: 7.450rem; }

}

@media (min-width: 992px) { .btn-float-phone-hidden { display: none; } }



/* uppercase */
.text-uppercase { text-transform:uppercase !important; }


/* links <a> colors */
a { color: var(--dark800); }

a:active,
a:focus { color: var(--primary500); }

a:hover,
a:active { color: var(--primary500); }


/* dropdown */
.dropdown-box {
	min-width: 18.000rem !important;
	border: none !important;
}

.dropdown-item-custom {
	padding: 0.250rem 0.750rem !important;
	margin: 0 !important;
}

.dropdown-item-custom:hover {
	background-color: #FBFBFB;
}

.box-shadow-dropdown {
	box-shadow: 0 0.625rem 0.625rem rgba(0, 0, 0, .1) !important;
}

.dropdown-position {
	left: 3.125rem !important;
}

.dropdown-menu-float-phone {
	position: fixed !important;
	bottom: 11.250rem !important;
	right: 4.375rem !important;
	float: right !important;
	left: auto !important;
	top: auto !important;
}

.dropdown-menu-float-wpp {
	position: fixed !important;
	bottom: 5.875rem !important;
	right: 4.375rem !important;
	float: right !important;
	left: auto !important;
	top: auto !important;
}



/* slideshow */
.slideshow-lens-overlay {
	background: linear-gradient(180deg, rgba(69, 80, 88, 0.9) 0%, rgba(69, 80, 88, 0.6) 62.61%, rgba(69, 80, 88, 0.55) 100%);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

@media (min-width:  768px) { .one-sixth-screen { height: 680px; } }
@media (max-width:  767px) { .one-sixth-screen { height: 520px; } }

.btn-square {
	padding-left:1.175rem !important;
	padding-right:1.075rem !important;
}

@media (max-width: 991px) {

	.btn-square {
		padding-left:1.175rem !important;
		padding-right:1.075rem !important;
	}

}



/* product slider */
.products-box-item {
  padding: 20px 10px;
  border-radius: 16px;
  border: 1.5px solid;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.03);
}

.products-img-box { mix-blend-mode:multiply; }

@media (max-width: 767px) { .products-img-box { height: 300px; } }
@media (max-width: 575px) { .products-img-box { height: 240px; } }





/* boxes products */
.box-products {
	text-align: center;
	background-color: var(--primary500);
	border-radius: 8px;
	padding: 40px 5px;
	box-shadow: 0px 5px 5px rgb(0 0 0 / 5%);
	margin: 30px 0 0 0;
}

.box-products:hover {
	background-color: var(--primary500);
	box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.05);
	margin: 0;
}

.box-products-icon {
	height: 4.375rem;
}



/* product section */
.product-image {
	position: relative;
	background-size: cover;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0 50%;
	height: 100%;
}

.product-row-title {
	align-items: top;
}

@media (max-width: 991px) {

	.product-image {
		min-height: 450px;
		border-radius: 0;
	}

	.product-row-title {
		align-items: flex-end;
	}

}

@media (max-width: 767px) {

	.product-image {
		min-height: 290px;
		border-radius: 0;
	}

}

.product-lens-overlay {
	opacity: 0.3;
	background: #2D322F;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.product-box-content {
	background-color: #F9F9FA
}



/* gallery image */
.gallery-img a div i {
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 99;
    text-align: center;
    width: 100%;
    opacity: 0;
    color: var(--dark100);
    font-size: 2.000rem;
}

.gallery-img a:hover div i {
    position: absolute;
    bottom: 42%;
    left: 0;
    z-index: 99;
    text-align: center;
    width: 100%;
    opacity: 1;
    color: var(--dark100);
    font-size: 2.000rem;
}

.gallery-cover {
    padding: 50%;
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-img-item {
    max-width: 0;
    max-height: 0;
    display: none;
}

.gallery-img-lens-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 25;
    width: 100%;
    height: 100%;
    padding: 0 !important;
}

.gallery-img div div.gallery-img-lens-overlay {
    background: linear-gradient(45deg, rgba(77, 104, 136, 0.70) 0%, rgba(77, 104, 136, 0.50) 21.79%, rgba(77, 104, 136, 0.30) 38.77%, rgba(77, 104, 136, 0.20) 56.63%, rgba(77, 104, 136, 0.10) 80%);
}

.gallery-img a:hover div div.gallery-img-lens-overlay {
    background: var(--dark800);
    opacity: 0.8;
}



/* video */
.video-cover {
	padding: 50%;
	position: relative;
	background-size: cover;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
}

.video-box a .video-cover {
	filter: grayscale(1.0) blur(0) opacity(0.7);
	border-radius: 8px;
}

.video-box a:hover .video-cover {
	filter: grayscale(0.0) blur(0) opacity(1.0);
	border-radius: 8px;
}

.video-box a .video-button {
	position: absolute;
	bottom: 30%;
	left: 25%;
	z-index: 99;
	width: 50%;
	filter: grayscale(1.0) blur(0) opacity(1);
}

.video-box a:hover .video-button {
	position: absolute;
	bottom: 29%;
	left: 24%;
	z-index: 99;
	width: 54%;
	filter: grayscale(1.0) blur(0) opacity(1);
}

.video-box-lens-overlay {
	border-radius: 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 25;
	width: 100%;
	height: 100%;
	padding: 0 !important;
	background-color: #2D322F;
	opacity: 0.4;
}

.video-box a:hover .video-box-lens-overlay {
	border-radius: 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 25;
	width: 100%;
	height: 100%;
	padding: 0 !important;
	background-color: #FF9900;
	opacity: 0.9;
}



/* features */
@media (max-width: 767px) {
	.sm-justify-content-center {
		justify-content: center !important;
	}
}



/* modal *
button.mfp-close,
button.mfp-arrow {
	opacity: 1.0;
	top: 0.967rem;
	right: 0.967rem;
	font-size: 3.667rem;
	color: #FF9900;
}

button:hover.mfp-close,
button:hover.mfp-arrow {
	opacity: 0.8;
}
*/



/* box contact form */
.box-contact-form {
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
}

.box-background-img {
	background-image: url('./img/img-bg-form-parallax.jpg');
}

@media (max-width: 767px) {
	.box-background-img {
		background-image: none;
	}
}

.box-lens-overlay {
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.7) 83.35%);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}



/* testimonials */
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url('./images/arrow-right.svg');
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url('./images/arrow-left.svg');
}

/* accordion */
.panel-heading {
	background: #F9F9FA !important;
}

/* about */
.about-border-radius {
	border-radius: 8px 0 0 8px;
}

.gmaps-border-radius {
	border-radius: 0 8px 8px 0;
}

@media (max-width: 991px) {
	.about-border-radius {
		border-radius: 8px 8px 0 0;
	}

	.gmaps-border-radius {
		border-radius: 0 0 8px 8px;
		height: 450px;
	}
}



/* socials */
.social-button {
	background-color: #4C504E;
	width: 40px;
	height: 40px;
	border-radius: 100%;
}

.social-button:hover {
	background-color: #FF9900;
	width: 40px;
	height: 40px;
	border-radius: 100%;
}

.social-icon {
	padding: 25%;
	margin: 2px 0 0 0;
}



/* footer */
.logo-footer {
	height: 4.000rem;
}

.logo-uebb-footer {
	margin-top: -2px;
}

@media (max-width: 767px) {
	.logo-uebb-footer {
		margin-top: -9px;
	}
}



/* google recaptcha */
.grecaptcha-badge { display:none !important; }