@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap');
/* Geral */

.widget ul{
	display: flex;
}

.widget ul li:nth-child(1){
	margin-right: 10px;
}

.single-post header#masthead {
	position: relative;
	background-image:url('https://www.shieldcompliance.com.br/wp-content/uploads/2021/01/bg_mascara.png');
	margin-bottom: 30px;
}


/* header .main-header-bar {
	background: transparent;
	border: none;
} */



.main-header-menu > .menu-item > .menu-link {
	text-transform: uppercase;
}

* {
	margin: 0;
	padding: 0;
	outline: 0 !important;
	box-sizing: border-box;
}

body {
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

button {
	cursor: pointer;
}

a {
	text-decoration: none;
}

.text-light , .text-light * {
	font-weight: 300 !important;

}
.justify , .justify p {
	text-align: justify;
	
}

.row-service .justify , .justify p {
	text-align: justify;
	text-align-last: center;
}

@media(max-width: 769px) {
	.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-bottom: 15px;
	}

	.entry-content p {
		margin-bottom: 0.8em;
	}
}

/* Home */

.row2-home p {
	letter-spacing: 2.5px;
}

.home-row-3{
	position:relative;
	z-index:2;
}

.home-row-4{
	margin-bottom: -4% !important;
	margin-top: -4%;
	position:relative;
	z-index: 1;
}

.home-row-4 .kt-row-layout-inner {
	padding-bottom: calc(4% + 25px);
	padding-top: calc(4% + 25px);
}

.home-row-5 {
	position:relative;
	z-index: 2;
}


/* Quem somos */

.empresa-row-6 .kt-inside-inner-col{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
} 

.empresa-row-6 .wp-block-image{
	margin-bottom: 0em;
}

.empresa-row-7 {
    position: relative;
    z-index: 2;
}

.empresa-row-7 figure.wp-block-image {
	margin-bottom: 0;
}


.row-4-empresa figure.wp-block-image.size-large.is-resized.qrcode-image{
transition: transform .4s;
    transform: scale(0);
    position: absolute;
    right: 0;
    margin-top: -35px;
    box-shadow: 0 3px 10px 5px rgb(0 0 0 / 0.7);
    z-index: 2;
}

.row-4-empresa figure.wp-block-image.size-large.lupa{
    position: absolute;
    top: 7%;
    left: 39%;
    cursor: pointer;
    width: 24px;
}

.row-4-empresa figure.wp-block-image.size-large.is-resized.qrcode-image.show{
	transform: scale(1);
}

/* Service */
.row3-service-1 {
	z-index: 2;
	position: relative;
}

.row3-service-1 figure.wp-block-image.size-large.is-resized.qrcode-image {
	transition: transform .4s;
	transform: scale(0);
	position: absolute;
    right: 58%;
    top: 11%;
    margin-top: -35px;
    box-shadow: 0 3px 10px 5px rgb(0 0 0 / 0.7);
    z-index: 2;
}


.row3-service-1 figure.wp-block-image.size-large.is-resized.qrcode-image.show{
	transform: scale(1);
}

.row3-service-1 figure.wp-block-image.size-large.lupa{
    position: absolute;
    top: 8%;
    left: 25%;
    cursor: pointer;
    width: 24px;
}

.row4-service-1 {
	z-index: 1;
	position: relative;
}

.row4-service-1 figure.wp-block-image.size-large.is-resized.qrcode-image2 {
	transition: transform .4s;
	transform: scale(0);
	position: absolute;
    right: 14%;
    top: 26%;
    margin-top: -35px;
    box-shadow: 0 3px 10px 5px rgb(0 0 0 / 0.7);
    z-index: 2;
}

.row4-service-1 figure.wp-block-image.size-large.is-resized.qrcode-image2.show{
	transform: scale(1);
}

.row5-service-1 { 
	z-index: 2;
	position: relative;
}

.row5-service-1 figure.wp-block-image.size-large.is-resized.qrcode-image3 {
	transition: transform .4s;
	transform: scale(0);
	position: absolute;
    right: 58%;
    top: 11%;
    margin-top: -35px;
    box-shadow: 0 3px 10px 5px rgb(0 0 0 / 0.7);
    z-index: 2;
}

.row5-service-1 figure.wp-block-image.size-large.is-resized.qrcode-image3.show{
	transform: scale(1);
}

.row5-service-1 figure.wp-block-image.size-large.lupa3{
    top: 7.5%;
    position: absolute;
    left: 25%;
    width: 24px;
    cursor: pointer;
}

.row-service .kt-row-has-bg {
	background-size: 50% 100% !important;
}




/* PDFS */

figure.wp-block-image.size-thumbnail.qrcode-image {
    transition: transform .4s;
    transform: scale(0);
    position: absolute;
    z-index: 2;
    bottom: 60px;
    box-shadow: 0 3px 10px 5px rgb(0 0 0 / 0.7);
    right: 5px;
}

figure.wp-block-image.size-thumbnail.qrcode-image.show{
	transform: scale(1);
}

figure.wp-block-image.size-large.lupa {
    position: absolute;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
    width: 50px;
    z-index: 2;
}

figure.wp-block-image.size-thumbnail.qrcode-image2 {
    transition: transform .4s;
	transform: scale(0);
	position: absolute;
    z-index: 2;
    top: 115vh;
    left: 155vh;
	box-shadow: 0 3px 10px 5px rgb(0 0 0 / 0.7);
}

figure.wp-block-image.size-thumbnail.qrcode-image2.show{
	transform: scale(1);
}

figure.wp-block-image.size-large.lupa2 {
    position: absolute;
    top: 107vh;
    left: 155vh;
    cursor: pointer;
    width: 24px;
    z-index: 2;
}

figure.wp-block-image.size-thumbnail.qrcode-image3 {
	transition: transform .4s;
	transform: scale(0);
    position: absolute;
    z-index: 2;
    top: 131vh;
    left: 155vh;
	box-shadow: 0 3px 10px 5px rgb(0 0 0 / 0.7);
}

figure.wp-block-image.size-thumbnail.qrcode-image3.show{
	transform: scale(1);
}

figure.wp-block-image.size-large.lupa3{
    position: absolute;
    top: 124vh;
    left: 155vh;
    cursor: pointer;
    width: 24px;
    z-index: 2;
}

figure.wp-block-image.size-thumbnail.qrcode-image4 {
	transition: transform .4s;
	transform: scale(0);
    position: absolute;
    z-index: 2;
    top: 131vh;
    left: 155vh;
	box-shadow: 0 3px 10px 5px rgb(0 0 0 / 0.7);
}

figure.wp-block-image.size-thumbnail.qrcode-image4.show{
	transform: scale(1);
}

figure.wp-block-image.size-large.lupa4{
    position: absolute;
    top: 124vh;
    left: 155vh;
    cursor: pointer;
    width: 24px;
    z-index: 2;
}

/* Footer */

.site-primary-footer-wrap {
    padding-top: 0px; 
    padding-bottom: 3px;
}




/* Banner */

.shields {
	position: relative;
	height: 28vw;
}

.shields > img {
	position: absolute;
	height: 28vw;
}

.shields img.shield1 {
	left: 0;
}

.shields img.shield2 {
	left: 4%;
	z-index: 2;
}

.shields img.shield3 {
	left: 8%;
}

.shield-end  {
	height: 110px;
	width: 98px;
	margin: 0 auto 15px;
}

@media(max-width: 769px) {
	
	
	h1{
		font-size: 30px !important;	
	}
	
	.banner-page h1{
		text-align: center !important;
		font-size: 30px !important;	
	}
	
	.row4-service-1 .kt-row-layout-inner{
		background-position: right bottom !important;
	}
	
	.banner-page .wp-block-image img{
		max-width: 80%;
		margin: 0 auto;
	}

	.home-row-1 h1,
	.home-row-1 p,
	.home-row-1 .kt-btn-align-left {
		text-align: center;
	}

	.shields {
    display: flex;
    justify-content: space-between;
    height: 40vw;
		width: 36vw !important;
		margin: 80px auto 0;
	}

	.shields > img {
		height: 40vw !important;
		top: 0 !important;
	}

	.shields img.shield1 {
		left: -10% !important;
	}
	
	.shields img.shield2 {
		left: 0 !important;
	}
	
	.shields img.shield3 {
		left: 10% !important;
	}

	.shield-end {
		display: none;
	}
	
	.empresa-row-7 .kt-row-layout-inner{
	padding-bottom: 55%;
    background-position: right bottom !important;
    background-size: 200% !important;
	}
	
	.row-4-empresa .kt-row-layout-inner{
	padding-top: 89%;
    background-position: left top !important;
    background-size: 282% !important;
	background-color: #000;
	}
	
	.row-5-empresa .kt-svg-icon-list-text{
		text-align: left;
	}
	
	.row-service .kt-row-has-bg {
	padding-top: 84vw;
	background-position: left top !important;
    background-size: 100% !important;
	}
	
	.row-service .wp-block-kadence-column{
		margin-bottom: 0 !important;
	}
	
	.row-service .kt-row-column-wrap{
		min-height: 0vw !important;
	}
	
	h2.kt-adv-heading_aeef15-ca.lupa.wp-block-kadence-advancedheading.has-white-color.has-text-color {
    position: absolute;
    top: 8%;
    left: 12%;
	}
	
	h2.kt-adv-heading_48be0a-ed.lupa2.wp-block-kadence-advancedheading.has-black-color.has-text-color {
    position: absolute;
    top: 7%;
    left: 12%;
	} 
	
	h2.kt-adv-heading_853ff6-90.lupa3.wp-block-kadence-advancedheading.has-white-color.has-text-color {
    position: absolute;
    top: 21%;
    left: 5%;
	} 
	
} 

/* Post */

article.post h1 {
	font-weight: bold;
} 

article.post .entry-meta, article.post .entry-meta * {
	color: #333;
}

article.post .entry-header{
	background-color: #f1f1f1;
	padding-left: 15px;
	display: flex;
    align-items: center;
	justify-content: space-between;
}

article.post .entry-header > div {
	width: calc(50% - 15px);
}

article.post .post-thumb img {
	margin-top: 0 !important;
}

@media(max-width: 769px) {
	article.post .entry-header {
		flex-direction: column-reverse;
		padding-left: 0px;
	}

	article.post h1 {
		font-weight: bold;
		font-size: 18px !important;
		margin-bottom: 7px;
	} 

	article.post .ast-single-post-order {
		padding: 0px 10px 15px; 
	}

	article.post .post-thumb img{
		padding-bottom: 15px;
	}

	article.post .entry-header > div {
		width: 100%;
	}
}


.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

.wpcf7 form.sent .wpcf7-response-output{
	color: white;
}

input.wpcf7-form-control.wpcf7-submit {
	width: 100%;
	height: 45px;
	background: #333;
}

@media(max-width: 768px) {
	.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
		fill: #fff;
	}

	.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor > .ast-menu-toggle, .ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item > .menu-link {
		color: #000 !important;
	}
}


.alignfull.books .kt-row-column-wrap {
    padding: 0;
}

.single-product .site-header {
    margin-bottom: 60px;
}


.woocommerce .woocommerce-billing-fields__field-wrapper {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.woocommerce .woocommerce-billing-fields__field-wrapper .form-row {
    width: calc(50% - 1rem);
}

.woocommerce .woocommerce-billing-fields__field-wrapper .form-row input.input-text,
.woocommerce .woocommerce-billing-fields__field-wrapper .form-row textarea,
.woocommerce .woocommerce-billing-fields__field-wrapper .form-row select {
	font-size: 0.8rem;
}

.woocommerce #order_comments {
	height: 150px;
	font-size: 0.8rem;
}

ul.payment_methods li input,
ul.payment_methods li select {
	font-size: 0.8rem !important;
}

@media(max-width: 768px) {
	.woocommerce .woocommerce-billing-fields__field-wrapper .form-row {
    	width: 100%;
	}
}


.egi-logo-btn {
	margin-top: -51px;
}

ul#astra-footer-menu {
	display: flex;
}

ul#astra-footer-menu .menu-item {
    width: 25%;
}


.custom-btns .active {
	pointer-events: none;
    background: #eee;
    color: #333;
}

@media(max-width: 1024px) {
	ul#astra-footer-menu .menu-item {
		width: calc(100% / 3);
	}
}

@media(max-width: 980px) {
	ul#astra-footer-menu .menu-item {
		width: 50%;
	}
}

@media (max-width: 640px) {
	[id^=sb_youtube_].sb_youtube.sby_col_3 .sby_items_wrap .sby_item {
		width: 50%;
	}
}
.keep-shopping{
	position: absolute;
    bottom: -4rem;
}

.animated-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: top 2s; /* Ajuste a duração da animação conforme desejado */
}