/*
	Theme Name: Nanotech Child
	Theme URI: http://nanotech.clapat-themes.com/
	Description: Responsive Wordpress Theme
	Template: nanotech
	Version: 1.0
	Author: You
	Author URI: http://your site
	License: Themeforest
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: agency, ajax, business, clapat, clean, creative, gallery, minimal, modern, photography, portfolio, premium, responsive, showcase
	Text Domain: nanotech-child
*/


/*------------------------------------------------------------------

Add here your own styles
-------------------------------------------------------------------*/

/*
.clapat-header {
	background: #ffffff;
background: rgba(255, 255, 255, 0.8) !important;
}

.clapat-header.classic-menu .header-gradient {
	opacity: 0 !important;
	background-color: transparent !important;
	mask-image: none !important;
}
*/

.clapat-header.classic-menu .header-gradient {
	mask-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%) !important;
}

.classic-menu .flexnav li a span:after {
	content: "";
}

#hero-image-wrapper {
	position: absolute;
	z-index: 1;
}

#clapat-logo img {
	height: 40px;
}

.embrace-logo img {
	height: auto;
	max-width: 200px;
}

.clapat-footer,
.nanotech_portfolio-template-default.single .clapat-footer {
	background-image: url(/wp-content/uploads/footer-bg-scaled-1.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.nanotech_portfolio-template-default .clapat-footer {
	background-image: none;
}

#main-content .alignfull.frame-video {
	margin-bottom: 0px;
	position: absolute;
	z-index: 2;
}

#header-container .button-icon-link .button-icon {
	background-color: #ED008C;
}

#footer-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-middle .copyright {
	font-size: 12px !important;
	color: #fff !important;
}

.clapat-footer .socials-wrap {
	display: inline-flex;
	width: auto;
	height: auto;
	transition: none;
}

.clapat-footer .socials-wrap {
	transform: none;
}

.clapat-footer .socials-wrap a,
.clapat-footer .socials-wrap img {
	display: block;
	width: 36px;
	height: 36px;
}

.show-counter.flip-move-thumb::after {
	display: none !important;
}

.light-section-wrapper .wp-block-nanotech-gutenberg-container.after-video,
.light-section-wrapper:has(.wp-block-nanotech-gutenberg-container.formulario),
.light-section-wrapper .wp-block-nanotech-gutenberg-container.color-box {
	background-image: url(/wp-content/uploads/Vamos_falar_resized-scaled.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.nanotech_portfolio-template-default .hero-title {
	color: #fff;
	text-shadow: 4px 4px 8px #00000080;
}

.page-nav-caption {
	padding-top: 0;
}

.number-counter.no-margins.contadores {
	margin: 0 auto;
	color: #ED008C;
}

.number-counter::after {
	position: initial;
	margin-left: 12px;
}

.nanotech_portfolio-template-default #hero.has-image {
	min-height: 450px;
}

.nanotech_portfolio-template-default #hero-image-wrapper {
	height: 450px !important;
}

.nanotech_portfolio-template-default #hero-bg-image {
	background-color: #ED008C;
	background-blend-mode: multiply; 
	filter: saturate(1.0) brightness(0.8) opacity(0.7);
}

.view-filters,
.nanotech_portfolio-template-default #hero.has-image #hero-caption,
.nanotech_portfolio-template-default #hero-footer {
	display:none !important;
}

.embrace-cols .wp-block-image {
	margin-right: 60px;
}

.embrace-cols p {
	padding-left: 60px;
}

.wp-block-column.col-dir {
	border-left: 2px solid #ED008C;
}

.socials-wrap img.mobile,
.bigger.has-shuffle.no-margins.mobile,
.embrace-mobile {
		display: none;
}

.socials-wrap img.desktop,
.bigger.has-shuffle.no-margins.desktop,
.embrace-desktop {
		display: block;
	}

@media only screen and (max-width: 479px) {
	#clapat-logo img {
		max-width: 200px;
		height: auto;
	}

	.slide-caption.trigger-item-link-secondary {
		margin-top: 20px;
	}

	.socials-wrap img.mobile,
	.bigger.has-shuffle.no-margins.mobile,
	.embrace-mobile {
		display: block;
	}

	.socials-wrap img.desktop,
	.bigger.has-shuffle.no-margins.desktop,
	.embrace-desktop {
		display: none;
	}
	
	.clapat-footer,
	#footer-container {
		height: 160px;
	}
	
	#footer-container {
		flex-direction: column;
		justify-content: space-evenly;
	}
	
	#footer-container #backtotop.button-wrap.left {
		position: initial;
	}
	
	.clapat-footer .embrace-logo img {
		max-width: 160px !important;
	}
	
	.footer-middle {
		margin-bottom: 0;
	}
	
	.postid-2996.nanotech_portfolio-template-default #hero-bg-image {
		background-position: 1100px;
	}
	
	input.wpcf7-email.wpcf7-validates-as-email {
		font-size: 14px;
	}
}