/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Navigation
# Content
	## Posts and pages
--------------------------------------------------------------*/
:root {
    --off-white: #FCFCFC;
    --input-background: #EFF0F6;
    --title-active: #14142B;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.site-header {
	position: sticky;
	top: 0;
}

.ast-theme-transparent-header .ast-builder-button-wrap .ast-custom-button {
  background: #000;
}

.ast-header-button-1 .ast-custom-button:hover {
  border-color: var(--ast-global-color-0);
}

@media(min-width:601px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

@media(min-width:783px) {
	.admin-bar .site-header {
		top: 32px;
	}
	.ast-theme-transparent-header #masthead{
		top:0;
	}
}

.ast-logo-title-inline .ast-site-identity {
	padding: 0px;
}

.cases-carrrosel .elementor-carousel-image {
	filter: grayscale(1);
}

.site-header .ast-custom-button::after {
	content: '\f232';
	display: inline-block;
	font-family: 'Font Awesome 5 Brands';
	padding: 0 5px;
}

@media (max-width:768px) {
	.site-header {
		position: sticky;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
	}

	body.admin-bar .ast-mobile-popup-drawer,
	body.admin-bar .ast-mobile-popup-drawer .ast-mobile-popup-inner {
		top: 0;
	}
}

.ast-theme-transparent-header .main-navigation ul.sub-menu,
.ast-main-header-wrap  .main-navigation ul.sub-menu{
  background: #12191C;
  padding: 10px 30px;
  max-width: 90vw;
  width: 400px;
  border: none;
}
.ast-main-header-wrap  .main-navigation ul.sub-menu .menu-link:not('.menu-link:hover'){
	color: #fff !important;	
}


/*/  Header */

.ast-theme-transparent-header #masthead.site-header {
    position: fixed !important;
    z-index: 99 !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ast-primary-header-bar {
    border: 0 !important;
    ;
}

.ast-theme-transparent-header #masthead.site-header.fixed {
    background: #fff !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99!important;
    border-bottom: 1px solid #e0e3ea;
}



.admin-bar.ast-theme-transparent-header #masthead.site-header {
    top: 32px
}

.ast-theme-transparent-header .fixed .main-header-menu .menu-link,
  .fixed .ast-primary-header-bar  .main-header-menu .menu-link {
  color: #000 !important;
}

.ast-theme-transparent-header .main-navigation ul.sub-menu .menu-item a {
  color: #fff !important;
}



.ast-primary-header-bar  .site-logo-img img{
  width: 150px;
  height: 50px
}
.ast-primary-header-bar  .site-logo-img img.logo_stiker {
  display: none;
}
  .fixed .ast-primary-header-bar .site-logo-img img.logo_stiker {
  display: block;
}
 .fixed .ast-primary-header-bar  .site-logo-img img:not(.logo_stiker){
  display: none;
}

#masthead.site-header.fixed {
    border-bottom: 1px solid #e0e3ea;
}

.fixed .ast-primary-header-bar {
  background: #fff;
}

/* Footer */
.elementor-element.elementor-element-698cb2a .elementor-post__title a:hover {
	color: var(--e-global-color-accent);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*----------  Blog  ----------*/
.card-content-title-truncated .elementor-posts .elementor-post__title {
/* 	position: relative;
	height: 5.9rem; */
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	autoprefixer: on;
	overflow: hidden;
}

.elementor-posts .elementor-post__thumbnail {
	border-radius: 6px;
}

.page-numbers.current {
	background-color: #23bbed;
	color: #fff;
}

.page-numbers {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 2px solid #23bbed;
	border-radius: 66px;
	color: #091e42;
	transition: .3s ease-out all;
	background: #fff;
	background-color: rgb(255, 255, 255);
}

.wp-block-image.size-large {
	margin: 16px 40px;
}

.elementor-toc__list-wrapper {
	margin: 0 0 10px;
}

.ast-separate-container .ast-archive-description,
.ast-separate-container .ast-author-box {
	background-color: transparent !important;
}

.ast-archive-description .ast-archive-title.page-title {
	color: var(--e-global-color-primary);
	line-height: 1.25;
	font-weight: 600;
}

.span-author {
	font-weight: 400;
}

@media (min-width:768px) {
	.box-author .elementor-widget-container {
		background: #F3F5F8;
		margin-left: 90px !important;
	}

	.box-author .elementor-author-box__avatar img {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
}

/*----------  CPT: Portfolio ----------*/
.portfolio--item .elementor-widget-container {
	max-height: 350px;
	overflow: hidden;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
	border: 4px solid #fff;
	border-radius: 8px;
	position: relative;
}

.portfolio--item .elementor-widget-container > a {
  width: 100%;
}

.portfolio--item .elementor-widget-image .elementor-widget-container a::after {
	content: '';
	background-image: linear-gradient(180deg, transparent, transparent, rgba(0, 0, 0, .2));
	position: absolute;
	top: 0;
	width: 100%;
	display: block;
	height: 100%;
}


/*----------  CPT: Materiais ----------*/
.materiais-filter label {
  padding: 3px 24px;
  border: 2px solid #00a8e0;
  border-radius: 30px;
  color: #00a8e0;
  font-weight: 700;
  font-size: 15px;
}
.materiais-filter ul ul li {
  margin: 5px 0;
  margin-right: 5px;
}
.materiais-filter ul {
  margin: 0;
}

.materiais-filter input[type="submit"] {
  display: none;
}

.materiais-filter label input {
  display: none;
}

.box-materiais .elementor-post .elementor-post__card:hover {
  border: solid 2px #00A8E0 !important;
  border-radius:9px;
}

.box-materiais .elementor-post__thumbnail,
.box-materiais .elementor-post__thumbnail img {
  border-radius: 8px 8px 0 0;
}

/*----------  LP: Assis. Técnica ----------*/
.elementor-accordion .elementor-accordion-item {
	border: 0px;
}

.elementor-accordion .elementor-tab-content {
	border-top: none;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.hightlight {
	color: var(--e-global-color-accent);
}

.hightlight-secondary {
	color: var(--e-global-color-4919e0b);
}

.shadow-lg .elementor-widget-container {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
}

.white-p {
	color: white;
}

.elementor-tab-title {
	border-radius: 10px;
	border: 1px solid #091E42;
	color: #091E42;
	position: relative;
	display: block;
	width: 100%;
	cursor: pointer;
}

.strong-black {
	color: #091E42;
}

/*----------  Animations ----------*/
.box-scale:hover {
	transition: all .3s cubic-bezier(.19, 1, .22, 1);
}

.box-scale:hover {
	transform: scale(1.01);
}

.portfolio--item {
	transition: all .3s cubic-bezier(.19, 1, .22, 1);
}

.portfolio--item:hover {
	transform: scale(1.05);
	z-index: 1;
}

/* Sticky Elementor sidebar widget */

.sticky .elementor-widget-sidebar {
	position: sticky;
	top: 90px;
}

/* Floating WhatsApp button */
.floating-wpp {
	z-index: 9;
	position: fixed;
	bottom: 15px;
	left: 15px;
	font-size: 14px;
	transition: bottom 0.2s
}

.floating-wpp .floating-wpp-button {
	width: 60px;
	height: 60px;
	background-color: #25d366;
	background-image: url(https://www.46digital.com.br/wp-content/uploads/2021/08/whatsapp.svg);
	background-position: center;
	background-size: 80px;
	border-radius: 100px;
	box-shadow: 1px 1px 30px rgba(60, 60, 60, .1);
	transition: box-shadow .2s;
	cursor: pointer;
	background-repeat: no-repeat;
}

.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: 82px;
	transition: width 0.2s, height 0.2s, padding 0.2s;
	transform-origin: bottom
}

.floating-wpp .floating-wpp-popup.active {
	padding: 0 12px 12px 12px;
	width: 260px;
	height: auto
}

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

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

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

.floating-wpp .floating-wpp-input-message {
	background-color: white;
	margin: 10px -15px -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
}

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

/* Cookie notice */
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"] {
	padding: 24px;
	box-shadow: 0 0 18px rgb(0 0 0 / 20%);
}

body #cookie-law-info-bar[data-cli-style="cli-style-v2"] {
	padding-top: 8px;
	padding-bottom: 8px;
}

body .cli-style-v2 {
	font-size: .75rem;
}


body .cli-style-v2 .cli-bar-message {
  width: auto;
}

body .cli-bar-container {
  justify-content: center;
}

.medium.cli-plugin-button.cli-plugin-main-button {
	border-radius: 3px;
	font-size: 0.875rem;
	width: 100%;
	font-weight: 600;
	padding: .4em .8em;
}

.medium.cli-plugin-button.cli-plugin-main-button.cli_settings_button {
	text-decoration: underline;
}

.cli-bar-message .cli-plugin-main-link {
	font-weight: 600;
}

.cli-modal-content {
	border-radius: 8px;
}

.cli-tab-container h4,
.cli-tab-container h1 {
	font-weight: bold;
}

#wt-cli-privacy-save-btn {
	border-radius: 4px;
	font-size: 0.875rem;
	font-weight: 600;
	padding: 12px 18px;
	color: #fff;
	background-color: #d50000;
	box-shadow: 0px 2px 10px -3px #999;
	margin: 0 6px 6px 0;
}

/* Hides the reCaptcha badge */
.grecaptcha-badge {
	visibility: hidden;
}

/* Remove animation popup*/
.htmega-player-container .magnify-video-active:hover {
  transform: scale(1) !important;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Fix carousel overflow*/
.elementor-main-swiper.swiper-container {
  overflow: hidden;
	width: 100%;
  margin: 0 auto;
}

/* Formularios */
.elementor-message-success {
  font-size: 18px !important;
  text-align: center;
  font-weight: 700 !important;
}

/* Carousel elementor */
.elementor-swiper .elementor-swiper-button {
  position: absolute;
  top: 50%;
}
