
.logo img{
	max-height: 70px;
}

#videos {
	grid-template-columns: repeat(2,1fr)
}

.videoposter {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 10px 10px 0 0
}

@media (min-width: 768px) {
	#videos {
		grid-template-columns:repeat(2,1fr)
	}
}

@media (max-width: 615px){
	.video-principal iframe {
		width: 90% !important;
		height: 220px !important;
		margin: 5% !important;
		border-radius: 10px !important;
	}
}

.video {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgb(0 0 0 / .1);
	overflow: hidden;
	transition: transform 0.3s ease,box-shadow 0.3s ease;
	cursor: pointer
}

.video:hover {
	transform: scale(1.05);
	box-shadow: 0 6px 12px rgb(0 0 0 / .2)
}

.video img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 10px 10px 0 0
}

.video h3 {
	font-size: 16px;
	padding: 10px;
	text-align: left
}

#videoModal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / .8);
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

#videoContainer {
	width: 80%;
	max-width: 800px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	padding: 10px
}

#videoFrame {
	width: 100%;
	height: 450px;
	border: none;
	border-radius: 10px
}

#closeModal {
	position: absolute;
	top: -11px;
	right: 2px;
	background: #fff0;
	color: red;
	border: none;
	width: 30px;
	height: 30px;
	font-size: 40px;
	cursor: pointer;
	border-radius: 30%;
	font-weight: 700
}

.closeplayer{
	border: solid red 1px;
	width: 100%;
}

#muteWarning {
	width: 100%;
	line-height: 18px;
	display: block;
	margin-top: 10px;
}

@media (max-width: 600px) {
	h1 {
		font-size:20px
	}

	#videoFrame {
		height: 250px
	}
}
.video-principal iframe {
	width: 550px;
	height: 310px;
	margin: 175px 15px 0px 50px;
	border-radius: 10px;
}

.project-inner .project-thumbnail img  {
	transform-style: preserve-3d;
	/* border: solid; */
	padding: 12px;
	border-radius: 10px;
}

@media (max-width: 400px) {


	.video-principal iframe {
		width: 550px;
		height: 310px;
		margin: 145px 15px 0px 15px;
		border-radius: 10px;
	}
}

.section-padding{
	padding: 70px 0;
}


.efeito-borda {
    position: relative;
    display: inline-block;
    padding: 0;
    border: 4px solid transparent;
    overflow: hidden;
}

.efeito-borda::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    width: 4px; /* largura da borda */
    height: 0;
    background: #d04234;
    transition: height 0.5s ease;
}

.efeito-borda:hover::after {
    height: 100%;
}

.fixed-animated {
	animation: girar 15s linear infinite;
	position: absolute;
	width: 499px;
	filter: drop-shadow(2px 4px 6px black);
	z-index: 9999;
}

.fixed-animated-left {
	left: -250px;
	margin-top: -190px;
}

.fixed-animated-right {
	right: -250px;
	top: -55px;
}


@keyframes girar {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.fancybox__container {
	z-index: 9999 !important;
}

.share-post{
	border: solid #CCCCCC 1px;
	padding: 10px 10px 20px 10px;
}

.share-post-tags{
	margin-bottom: 20px;
}

.share-post-tags a {
	background: var(--xcolors-root-azul);
	transition: 0.3s;
	padding: 1px 5px;
	margin: 2px;
	float: left;
	border-radius: 5px;
	color: white;
}

.share-post-tags a:hover{
	background: var(--xcolors-root-vermelho);
}

.recent-posts{
		max-width: 105px;
	object-fit: cover;
	height: 90px;
}

.whatsapp-button {
	display: flex;
	padding: 5px 10px;
	background-color: #009a00;
	color: white !important;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	border: none;
	border-radius: 8px;
	text-decoration: none;
	transition: background-color 0.3s ease, transform 0.2s ease;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	line-height: 10px;
	flex-direction: row;
	align-content: center;
	align-items: center;
	text-align: center;
	justify-content: center;
	flex-wrap: nowrap;
}

.whatsapp-button i {
  margin-right: 10px;
  font-size: 30px;
  color: var(--xcolors-root-vermelho);
  animation: pulse-whatsapp 1s infinite ease-in-out;
  transition: transform 0.3s ease;
}




@keyframes pulse-whatsapp {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}


.whatsapp-button:hover {
  background-color: var(--xcolors-root-azul);
  transform: translateY(-2px);
  
  color: white;
}

.whatsapp-button:hover i{
	color: #009a00;
}

.parceiros-lista {
	border: solid var(--xcolors-root-azul) 1px;
	text-align: center;
	margin: 13px 0px;
	padding: 10px;
	border-radius: 6px;
	transition: 0.3s;
}

.parceiros-lista:hover{
	border: solid var(--xcolors-root-vermelho) 1px;
	color: white;
}

.active.text-white {
	color: white !important;
}

.banner-side{
	margin: 10px 0px 10px 0px;
}

.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-15 {
	margin-top: 15px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}

.my-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.my-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.my-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.entry-data-custom{
	margin: 0 0 50px 0;
}

.downloads {
	display: flex;
	flex-direction: column;
}

.downloads a {
	color: var(--xcolors-root-azul);
	font-weight: bold;
	text-decoration: none;
	border: solid var(--xcolors-root-azul) 1px;
	padding: 5px 10px;
	margin-bottom: 10px;
	transition: 0.3s;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: space-around;
	justify-content: flex-start;
	text-align: center;
}

.downloads a i{
	font-size: 20px;
}
.downloads a:hover {
	background: var(--xcolors-root-vermelho);
	color: white;
	border-color: var(--xcolors-root-vermelho);
}

.downloads a:hover i {
	color: white;
}

.small-h2{
	font-size: 20px !important;
	margin: 0 5px 10px 0 !important;
}

.custom-titles{
	text-align: left;
}

.custom-titles h2 {
	font-size: 20px;
	margin: 0 5px 0px 0;
}

.custom-titles h2:after {
	left: 40px !important;
	bottom: 10px;
}

.links-contato a {
	transition: 0.3s;
	display: block;
}

.links-contato a:hover{
	font-weight: bold;
}

.ipemaq-azul {
	color: var(--xcolors-root-azul) !important;
}
.ipemaq-vermelho {
	color: var(--xcolors-root-vermelho) !important;
}

.ipemaq-bg-azul {
	color: var(--xcolors-root-azul) !important;
}
.ipemaq-bg-vermelho {
	color: var(--xcolors-root-vermelho) !important;
}

.maps-xpainel{
	height: 700px !important;
}

.minilista-cart .sub-menu {
	background: var(--xcolors-root-branco);
	border: solid var(--xcolors-root-azul) 3px;
	border-top: none;
}

.table-cart {
	max-height: 195px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 !important;
}

.minilista-cart table{
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin: 0 0 10px 0;
}

.minilista-cart table tr{
	border: none;
	border-bottom: solid var(--xcolors-root-azul) 1px;
}

.minilista-cart table tr td, .minilista-cart table tr th {
	border: none;
}

.minilista-cart  img {
	max-width: 50px;
	max-height: 50px;
	object-fit: cover;
	border-radius: 5px;
	float: left;
	margin: 0px 10px 0 0px;
}
.minilista-cart  .this-name{
	font-weight: bold;
	color: var(--xcolors-root-azul);
	display: block;
}

.minilista-cart  .this-value{
	font-weight: bold;
	color: var(--xcolors-root-vermelho);
	display: block;
}

.minilista-cart  a {
	text-decoration: none;
	text-align: center;
	font-weight: bold !important;
}

.minilista-cart .view-cart-empty a{
	color: var(--xcolors-root-vermelho) !important;
}

/* Scroll fino para navegadores WebKit (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: var(--xcolors-root-vermelho);
  border-radius: 4px;
  transition: background-color 0.3s;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--xcolors-root-vermelho);
}

/* Scroll fino para Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--xcolors-root-vermelho) transparent;
}

.textos-titulos-ipemaq{
	font-size: 20px;
}

.ipemaq-tabs{
	
}

.ipemaq-tabs table tr:first-child {
	background: var(--xcolors-root-azul);
	color: white;
	font-weight: bold;
	text-align: center;
}

.ipemaq-tabs table thead th {
	background: var(--xcolors-root-azul);
	color: white;
	font-weight: bold;
	text-align: center;
}

.ipemaq-tabs table{
	border: 1px solid #CCCCCC;
	width: 100% !important;
	border-collapse: collapse;
}
.ipemaq-tabs table th {
	background: #CCCCCC;
	color: white;
	font-weight: bold;
	text-align: center;
}
.ipemaq-tabs table td {
	border: 1px solid #CCCCCC;
	padding: 5px;
}



.ecommerce-order-total-price{
	color: var(--xcolors-root-vermelho) !important;
	background: var(--xcolors-root-azul) !important;
}

.minha-conta{
	border: solid red 1px;
	padding: 10px;
}


.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color: #fff;
	background-color: var(--xcolors-root-azul);
}

.x-ecommece-container-label{
	padding: 10px;
	border: solid #CCCCCC 1px;
	background: #f9f9f9;
	border-radius: 5px;
	margin-top: 10px;
}

.xecommerce-order-total-price{
  text-align: center; color: var(--xcolors-root-vermelho)
}

.checkoutpage .xlabelContainerRadios {
	width: 100% !important;
}

.checkoutpage .check_out_form form select {

	margin-bottom: 0px !important;

}

.h4-produto{
	min-height: 50px;
}
.produtos-destaque-home .project-inner:before {

	height: -webkit-calc(100% - 10px);
	height: calc(100% - 10px);
}
.produtos-destaque-home .project-title, .produtos-destaque-home .cat-portfolio{
	text-align: center;
	display: block;
}