/* altura padrão do header; ajuste por breakpoint */
:root { 
	--header-h: 90px;
}

html{
	overflow-x: hidden;
}

p {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    font-family: 'Inter18pt-Light';
    font-size: 22px;
    line-height: 35px !important;
    color: #0C2354;
}

.justify{
	text-align: justify;
}

.button {
    background-image: linear-gradient(90deg, #FAA21A 0%, #DC090D 100%);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
    border: transparent;
    font-family: 'Inter18pt-Bold';
    font-size: 24px;
	padding: 12px 24px;
	text-transform: none;
}

.button:hover {
    background: #FAA21A;
    border: 0px;
}

.overview-block-ptb-100{
	padding: 100px 0;
}

header.white .mega-menu>section.menu-list-items {
    background: #0C2354 !important;
}

.mega-menu .menu-links>li>a {
    font-family: Inter18pt-Bold;
	font-size: 18px;
	transition: .4s;
}

header.white .mega-menu .menu-links>li.active>a, header.white .mega-menu .menu-links>li:hover>a {
    color: #FAA21A;
}

.mega-menu .menu-links>li.active>a:before, .mega-menu .menu-links>li:hover>a:before {
    background: transparent;
}

header.white .mega-menu .menu-links>li>a {
    color: #FFFFFF;
}

.mega-menu .menu-logo > li > a img {
    height: 70px;
}

.mega-menu .menu-logo {
    margin: 10px 0 0;
}

.mega-menu.desktopTopFixed .menu-logo > li > a img {
    height: 70px;
}

.mega-menu.desktopTopFixed .menu-logo, .mega-menu.desktopTopFixed .menu-links {
    margin: 6px 0 0;
}

.mega-menu.desktopTopFixed .menu-socil li {
    margin: 16px 5px 0;
}

.mega-menu i {
    color: #0C2354;
    background-color: #FFFFFF;
    padding: 4px 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
	transition: .4s;
	border: 1px solid #FFFFFF;
}

.mega-menu i.fa:hover{
    background-color: transparent !important;
    color: #FFFFFF !important;
}

.menu-socil li {
    margin: 18px 5px 0;
}

.mega-menu .menu-links {
    width: 100%;
}

.produto-card {
    margin-bottom: 30px;
}

/* conteúdo acima das ondas (botão, título etc.) */
.slider-home > * {
  position: relative;
  z-index: 2;
}

/* faixa superior */
.slider-home::before {
	content: "";
	position: absolute;
	top: 0px;                   /* ajuste fino pra “colar” no limite da seção */
	background-image: var(--onda-top);	
	left: 0;
	right: 0;
	height: var(--onda-superior);
	pointer-events: none;        /* não intercepta cliques no CTA */
	z-index: 3;
	background-repeat: no-repeat; /* repete no eixo X */
	background-position: center;
	background-size: 100%;  /* a imagem se ajusta na altura e repete na largura */
}

.slider-home::after {
	content: "";
	position: absolute;
	bottom: -50px;
	background-image: var(--onda-bottom);
	left: 0;
	right: 0;
	height: var(--onda-inferior);
	pointer-events: none;        /* não intercepta cliques no CTA */
	z-index: 3;
	background-repeat: no-repeat; /* repete no eixo X */
	background-position: center;
	background-size: 100%;  /* a imagem se ajusta na altura e repete na largura */
}

/* seu header sobreposto */
header.white.re-none{
	position: absolute; left:0; right:0; top:0; z-index:999;
}

/* compensa a altura do header */
.slider-home{ margin-top: var(--header-h); }   /* ou padding-top, veja nota abaixo */

.small-title {
    font-family: 'Inter18pt-Bold';
    color: #0C2354;
    font-size: 32px;
    line-height: 48px;
	transition: .4s;
}

.iq-entry-title a:hover span, .bloco-categorias-home a:hover{
    color: #FAA21A;
}

.small-title:before{
	display: none;
}

.alinhamento-vertical{
	align-content: center;
    align-items: center;	
}

.bloco-3-home {
    background-color: #0C2354;
}

.fonte-branco{
	color: #FFFFFF;
}

.bloco-categorias-home {
    background-color: #E9EFFB;
	text-align: center;
	margin-bottom: 0px;
}

.bloco-categorias-home img {
    width: 90%;
    margin: 15px 0 0 0;
}

.bloco-categorias-home .iq-entry-title a .small-title {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.iq-footer4 .logo img {
    width: initial;
}

.iq-footer4 {
    background: #0C2354;
}

.iq-footer4 .footer-top {
    background: #0C2354;
}

.dark-bg {
    background: #0C2354;
}

footer .sobre {
    font-family: 'Inter18pt-Light';
    font-size: 16px;
    line-height: 23px;
}

footer .menu a {
    font-family: 'Inter18pt-Bold';
    font-size: 14px;
}

footer .menu a:hover{
	color: #FAA21A !important;
}

footer .contatos i {
    font-size: 13px !important;
    color: #0C2354 !important;
    background-color: #FFFFFF;
    padding: 4px 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px !important;
    height: 20px;
    text-align: center;
    transition: .4s;
    line-height: 12px !important;
	border: 1px solid #FFFFFF;
    position: relative;
    top: 9px;	
}

footer .contatos p {
    margin-bottom: 0px !important;
}

footer .contatos i.fa:hover{
    background-color: transparent !important;
    color: #FFFFFF !important;
}

footer .contatos p {
    line-height: 20px;
}

footer .contatos p a {
    font-family: 'Inter18pt-Light';
    font-size: 16px;
    color: #FFFFFF;
}

footer .contatos p a:hover{
	color: #FAA21A;
}

footer .contatos li {
    margin-bottom: 0px !important;
}

footer .contatos.localizacao p {
    line-height: 34px;
	margin-top: -9px;
}

footer .contatos.localizacao a i {
    position: relative;
    top: 9px;
}

footer .iq-media-blog li {
    margin: 0 0 0 7px !important;
}

footer .iq-media-blog a {
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
    font-size: 15px !important;
    color: #0C2354 !important;
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

footer .iq-media-blog a:hover {
    background-color: transparent !important;
    color: #FFFFFF !important;
}

footer .iq-copyright {
    font-family: 'Inter18pt-Medium';
    font-size: 16px;
}

.dev {
    font-family: 'Inter18pt-Light';
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    margin-top: 30px;
	opacity:.85;
	border-top:1px solid rgba(255,255,255,.16);
    padding-top: 6px;	
}

.dev a{
	font-family: 'Inter18pt-Medium';
	color: #FFFFFF;
	transition: .4s;
}

.dev a:hover{
    color: #FAA21A;
}

.light-blue-bg{
	background: #E9EFFB;
}

.blue-bg{
	background: #0C2354;
}

.iq-font-white p{
	color: #FFFFFF;
}

.iq-font-white p i {
    font-size: 28px;
    vertical-align: middle;
}

.special-breadcrumb {
    font-family: 'Inter18pt-Bold';
    font-size: 32px;
    line-height: 48px;
}

.iq-over-black-10-alt{
	position: relative;
	display: inline-block;          /* ou block, se preferir */
	border-radius: 12px;            /* opcional */
	overflow: hidden;               /* pra seguir o radius */
}

.iq-over-black-10-alt::before{
	content: "";
	position: absolute;
	inset: 0;                       /* top/right/bottom/left: 0 */
	background: rgba(12,35,84,.10); /* sua camada */
	z-index: 1;                     /* fica na frente */
	pointer-events: none;           /* não bloqueia cliques */
}

.iq-over-black-10-alt > img{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;                     /* garante a pseudo acima */
	border-radius: inherit;         /* acompanha o radius do wrapper */
}

.iq-over-black-10:before {
    background: rgba(12, 35, 84, 0.1);
}


.alt-breadcrumb {
    padding: 312px 0 224px;
}

.alt-breadcrumb-2{
    padding: 100px 0 100px;
}

.iq-contact1 .iq-map-alt {
	background-image: linear-gradient(90deg, #FAA21A 0%, #DC090D 100%);
}

.iq-contact1 .iq-map iframe {
    -webkit-filter: initial;
    -moz-filter: initial;
    -ms-filter: initial;
    -o-filter: initial;
    filter: initial;
}

.iq-contact1 .iq-map-alt iframe {
	padding: 5px 5px 0px 5px;
    margin: 0 0 -2px 0;
}

.iq-contact1 .contact-form .section-field input,
.iq-contact1 .contact-form .section-field.textarea textarea{
	font-family: 'Inter18pt-Bold';
	font-size: 24px;
	color: #0C2354;
	border-radius: 10px 0 10px 0;
	border: 4px solid transparent; /* fixa em 4px */
	background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(90deg,#FAA21A 0%, #DC090D 100%) border-box;
	-webkit-appearance: none;
	appearance: none;
	transition: box-shadow .2s ease; /* suaviza o halo */
}

/* Gradiente na borda do input (BS4) */
.iq-contact1 .contact-form .section-field input, .iq-contact1 .contact-form .section-field textarea{
	font-family: 'Inter18pt-Bold';
	font-size: 24px;
	color: #0C2354 !important;

	/* cantos só no topo-esq e base-dir */
	border-radius: 10px 0 10px 0;

	/* borda real transparente (espessura da “borda gradiente”) */
	border: 4px solid transparent;

	/* truque do double background */
	background:
    linear-gradient(#fff, #fff) padding-box,                          /* preenchimento */
    linear-gradient(90deg, #FAA21A 0%, #DC090D 100%) border-box;      /* “borda” */
	-webkit-appearance: none;  /* ajuda no iOS */
	appearance: none;
}

/* foco acessível (pode ajustar) */
.iq-contact1 .contact-form .section-field input:focus,
.iq-contact1 .contact-form .section-field.textarea textarea:focus{
	outline: 0;
	border-color: transparent;      /* mantém 4px */
	box-shadow: 0 0 0 4px rgba(250,162,26,.25);
}

/* placeholder opcional */
.iq-contact1 .contact-form .section-field input::placeholder, .iq-contact1 .contact-form .section-field textarea::placeholder{
	color: #0C2354; opacity: .6;
}

/* autofill do Chrome (mantém o branco dentro) */
.iq-contact1 .contact-form .section-field input:-webkit-autofill{
	-webkit-text-fill-color:#0C2354;
	box-shadow: 0 0 0 1000px #fff inset;
}

.iq-contact1 .contact-form .section-field input:focus, .iq-contact1 .contact-form .section-field.textarea textarea:focus {
    border: 0px;
}

textarea{
	resize: none;
}

.produto-categoria-desc p {
    font-family: 'Inter18pt-Bold';
    font-size: 20px;
    line-height: 30px !important;
	margin-bottom: 0px !important;
}

.produto-categoria-desc p a {
	display: -webkit-box;       
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
    height: 90px;	
}

.produto-categoria-desc p a:hover{
	color: #FAA21A;
}

/* Texto */
.produto-categoria-desc p{
	margin:8px 0 0;
	font-weight:700;
	color:#0C2354;
	line-height:1.2;
}

/* Hover bonito sem “pular” layout */
.produto-card:hover{ box-shadow:0 0 0 3px rgba(250,162,26,.18); }

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

.breadcrumb {
    padding: 0;
    background-color: transparent;
}

.breadcrumb-item {
    font-family: 'Inter18pt-Bold';
    font-size: 18px;
    color: #0C2354;
}

.breadcrumb-item a{
	color: #0C2354;	
}

.breadcrumb-item.active {
    color: #0C2354;
}

.produto-categoria-imagem{
	background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 10px) no-repeat, linear-gradient(90deg, #dc090d 0%, #faa21a 100%);
	border-radius: 0px;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
}

.produto-categoria-desc {
    background: linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 10px) calc(100% - 10px) no-repeat, linear-gradient(90deg, #dc090d 0%, #faa21a 100%);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 15px 30px;
    text-align: center;
    margin-top: -5px;
}

.small-title-title{
font-family: 'Inter18pt-Bold';
    color: #0C2354;
    font-size: 30px;
    line-height: 48px;
    transition: .4s;
}

#loading-center img {
    width: initial;
    -webkit-animation: initial;
    -moz-animation: initial;
    animation: initial;
}

/* BS4 helper: N colunas iguais por linha */
.row-cols-5 > *        { flex: 0 0 20%; max-width: 20%; }
@media (min-width: 576px)  { .row-cols-sm-5  > * { flex: 0 0 20%; max-width: 20%; } }
@media (min-width: 768px)  { .row-cols-md-5  > * { flex: 0 0 20%; max-width: 20%; } }
@media (min-width: 992px)  { .row-cols-lg-5  > * { flex: 0 0 20%; max-width: 20%; } }
@media (min-width: 1200px) { .row-cols-xl-5  > * { flex: 0 0 20%; max-width: 20%; } }

.especificacoes {
    padding: 30px;
}

.especificacoes .titulo {
    font-family: 'Inter18pt-Bold';
    font-size: 22px;
    color: #FFFFFF;
    margin: 5px 0;
}

.especificacoes .texto {
    font-family: 'Inter18pt-Regular';
    font-size: 22px;
	line-height: 26px;
	color: #FFFFFF;
}

.especificacoes-icone {
    height: 50px;
    align-content: center;
    align-items: center;
}

.especificacoes-icone img {
    margin-bottom: 0px;
}

.owl-carousel.arrow-2 .owl-nav i {
    color: #FAA21A;
}

.owl-carousel.arrow-2 .owl-nav i:hover {
    background: #FAA21A;
    border-color: #FAA21A;
}

.no-border{
	border: 0px !important;
}

.uppercase{
	text-transform: uppercase;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #0C2354;
}

.texto-produto ul {
    margin-bottom: 15px;
}

.produto-categoria-imagem-page {
    margin: 0 auto;
	text-align: center;
}

.produto-categoria-imagem-page img{
	background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 10px) no-repeat, linear-gradient(90deg, #faa21a 0%, #dc090d 100%);
	border-radius: 0px;
	padding: 5px;
	box-sizing: border-box;	
}

.descricao-produto strong {
    font-family: 'Inter18pt-Bold';
	color: #0C2354;
}

.descricao-produto ul li {
    font-family: 'Inter18pt-Light';
    font-size: 22px;
    line-height: 35px !important;
    color: #0C2354;
}

.descricao-produto ul li:before {
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f0a9";
    font-size: 22px;
    margin-right: 6px;
}

.descricao-produto ul li:after{
	display: none;
}

.bloco-categorias-home .iq-blog-detail{
	display: inline-block;
}

.bloco-categorias-home .small-title{
	line-height: initial;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.bloco-categorias-home.ativo {
    background-color: #0C2354;
}

.bloco-categorias-home.ativo .small-title{
	color: #FFFFFF;
}

.breadcrumb-item a:hover{
	color: #FAA21A;
}

/* Chrome, Safari, Edge, iOS/Android */
::selection {
	background: #FAA21A;   /* cor do “marca-texto” */
	color: #FFFFFF;        /* cor do texto quando selecionado */
}
/* Firefox */
::-moz-selection {
	background: #FAA21A;
	color: #FFFFFF;
}

.especificacoes img {
    margin-bottom: 15px;
}

.carrossel-sobre .owl-item img {
    width: 100%;
}

.destaque-produtos img:hover {
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.iq-blog-detail {
    border: 0px solid #fafafa;
}

.mfp-title {
    font-family: 'Inter18pt-Light';
	text-align: center;
    padding-right: 0px;	
}

.iq-portfolio-icon li::before {
    display: none;
}

.iq-portfolio-01 .iq-portfolio-icon li a {
    color: #FAA21A;
}

.iq-portfolio-01 .iq-portfolio-icon li a:hover {
    background: #FAA21A;
}

.produto-card:hover {
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.iq-contact.menu.links li {
    margin-left: 15px;
	margin-bottom: 7px !important;
}

.contatos.localizacao p {
    line-height: 27px !important;
}

.iq-contact.contatos li {
    margin-bottom: 4px !important;
}

.contatos.localizacao li p {
    font-family: 'Inter18pt-Light';
    font-size: 16px;
    line-height: 29px !important;
}

.bloco-categorias-pagina {
    display: inline-block;
    width: 100%;
}

.bloco-categorias-pagina:hover {
    background-color: #FAA21A;
}

.bloco-categorias-pagina:hover.bloco-categorias-home .small-title{
	color: #FFFFFF;
}

/* conteúdo acima das ondas (botão, título etc.) */
.destaques > * {
	position: relative;
	z-index: 2;
}

/* faixa superior */
.destaques::before {
	content: "";
	position: absolute;
	top: -1px;                   /* ajuste fino pra “colar” no limite da seção */
	background-image: var(--onda-top);	
	left: 0;
	right: 0;
	height: var(--onda-superior);
	pointer-events: none;        /* não intercepta cliques no CTA */
	z-index: 3;
	background-repeat: no-repeat; /* repete no eixo X */
	background-position: center;
	background-size: 100%;  /* a imagem se ajusta na altura e repete na largura */
}

.destaques::after {
	content: "";
	position: absolute;
	bottom: -1px;
	background-image: var(--onda-bottom);
	left: 0;
	right: 0;
	height: var(--onda-inferior);
	pointer-events: none;        /* não intercepta cliques no CTA */
	z-index: 3;
	background-repeat: no-repeat; /* repete no eixo X */
	background-position: center;
	background-size: 100%;  /* a imagem se ajusta na altura e repete na largura */
}

/* conteúdo acima das ondas (botão, título etc.) */
.efeito-bottom > * {
	position: relative;
	z-index: 2;
}

/* faixa superior */
.efeito-bottom::before {
	content: "";
	position: absolute;
	top: -1px;                   /* ajuste fino pra “colar” no limite da seção */
	background-image: var(--onda-top);	
	left: 0;
	right: 0;
	height: var(--onda-superior);
	pointer-events: none;        /* não intercepta cliques no CTA */
	z-index: 3;
	background-repeat: no-repeat; /* repete no eixo X */
	background-position: center;
	background-size: 100%;  /* a imagem se ajusta na altura e repete na largura */
}

.efeito-bottom::after {
	content: "";
	position: absolute;
	bottom: -1px;
	background-image: var(--onda-bottom);
	left: 0;
	right: 0;
	height: var(--onda-inferior);
	pointer-events: none;        /* não intercepta cliques no CTA */
	z-index: 3;
	background-repeat: no-repeat; /* repete no eixo X */
	background-position: center;
	background-size: 100%;  /* a imagem se ajusta na altura e repete na largura */
}

/* conteúdo acima das ondas (botão, título etc.) */
.efeito-paginas > * {
	position: relative;
	z-index: 2;
}

/* faixa superior */
.efeito-paginas::before {
	content: "";
	position: absolute;
	top: 0px;                   /* ajuste fino pra “colar” no limite da seção */
	background-image: var(--onda-top);	
	left: 0;
	right: 0;
	height: var(--onda-superior);
	pointer-events: none;        /* não intercepta cliques no CTA */
	z-index: 3;
	background-repeat: no-repeat; /* repete no eixo X */
	background-position: center;
	background-size: 100%;  /* a imagem se ajusta na altura e repete na largura */
}

.efeito-paginas::after {
	content: "";
	position: absolute;
	bottom: -1px;
	background-image: var(--onda-bottom);
	left: 0;
	right: 0;
	height: var(--onda-inferior);
	pointer-events: none;        /* não intercepta cliques no CTA */
	z-index: 3;
	background-repeat: no-repeat; /* repete no eixo X */
	background-position: center;
	background-size: 100%;  /* a imagem se ajusta na altura e repete na largura */
}

.iq-over-black-10-alt {
    border-radius: 0px;
}

/* seu header sobreposto */
header.white.re-none{
	position: absolute; left:0; right:0; top:0; z-index:999;
}

/* compensa a altura do header */
.efeito-paginas{ margin-top: var(--header-h); }   /* ou padding-top, veja nota abaixo */

.breadcrumb, .alt-breadcrumb {
    margin-top: var(--header-h);
}

.iq-error-404 .iq-tw-6 {
    font-family: 'Inter18pt-Light';
	color: #0C2354;
}

.iq-error-404 h5.iq-mt-10 {
    font-family: 'Inter18pt-Light';
	color: #0C2354;
}

.iq-error-404 a.iq-font-green {
    font-family: 'Inter18pt-Bold';
	background: #FAA21A;
    background: linear-gradient(to right, #FAA21A 0%, #DC090D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sweet-alert h2 {
    font-family: 'Inter18pt-SemiBold' !important;
}

.sweet-alert p, .sweet-alert button{
	font-family: 'Inter18pt-Regular' !important;
}

label.error {
    font-family: 'Inter18pt-Regular';
    color: #e74c3c;
    position: relative;
    top: -18px;
}

.display-none {
    display: none;
}

.label-processando .alert {
	font-family: 'Inter18pt-Regular';
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

button.confirm {
    background-image: linear-gradient(90deg, #FAA21A 0%, #DC090D 100%);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: transparent;
    font-family: 'Inter18pt-Bold' !important;
    font-size: 24px !important;
    padding: 12px 24px !important;
    text-transform: none;
}

button.confirm:hover{
    background: #FAA21A !important;
    border: 0px !important;
    color: #ffffff !important;
    background: #222222;
    border: 1px solid #222222;
    -webkit-box-shadow: 2px 10px 30px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 10px 30px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 10px 30px 5px rgba(0, 0, 0, 0.1);
}

.orange-bg{
	background-color: #FAA21A;
}

.textos ol, .textos ul {
    padding: 0 0 20px 20px;
}

.heading-title .title {
    font-family: 'Inter18pt-Bold';
    font-size: 32px;
    line-height: 48px;
}

.container.textos strong {
    font-family: 'Inter18pt-Bold';
}

.textos ol li, .textos ul li {
	list-style-type: initial !important;
    font-family: 'Inter18pt-Light';
    font-size: 22px;
    line-height: 35px !important;
    color: #0C2354;
}

.bloco-5-home-desktop .iq-copyright-desktop{
	display: block;
}
	
.bloco-5-home-mobile, .iq-copyright-mobile{
	display: none;
}

@media (max-width: 1400px) {
	.mobile-overview-alt{
		background-position: center center !important;
	}
}

@media (min-width: 1366px) {
	.slider-home::before {
		top: -8px;
	}	
	
	.destaques::before, .efeito-paginas::before {
		top: -12px;
	}	
	
	.destaques::after, .efeito-bottom::after, .efeito-paginas::after {
		bottom: -12px;
	}	

	.alt-breadcrumb{
		padding: 126px 0 224px;
	}
}

@media (min-width: 1200px) {
	.slider-home::before {
		top: -8px;
	}	
	
	.destaques::before, .efeito-paginas::before {
		top: -12px;
	}	
	
	.destaques::after, .efeito-bottom::after, .efeito-paginas::after {
		bottom: -12px;
	}	

	.alt-breadcrumb{
		padding: 126px 0 224px;
	}

    footer .container {
        max-width: 1300px;
    }
}

@media (max-width: 1199px) {
	.destaques::before {
		top: -22px;
	}	
	
	.destaques::after {
		bottom: -22px;
	}	
	
	.efeito-paginas::before {
		top: -10px;
	}
	
	.efeito-paginas::after {
		bottom: -15px;
	}	
	
	.alt-breadcrumb {
        padding: 126px 0 224px;
    }	
	
	.efeito-bottom::after {
		bottom: -15px;
	}	
	
	footer .contatos p a, footer .sobre, footer .menu a {
		font-size: 13px;
	}	
}

@media (max-width: 1199px) and (min-width: 993px) {
	.efeito-paginas::before {
		top: -14px;
	}
}

@media (max-width: 1199px) and (min-width: 768px) {
    .efeito-paginas::after {
        bottom: -20px;
    }
	
	.efeito-bottom::after {
		bottom: -20px;
	}	
}

@media (max-width: 991px){
	.bloco-5-home-desktop, .iq-copyright-desktop{
		display: none;
	}
	
	.bloco-5-home-mobile{
		display: block;
		background: linear-gradient(to bottom, #eaf3ff 0%, #ffffff 100%);
	}
	
	.iq-copyright-mobile{
		display: block;
	}
	
	.bloco-5-home-mobile img {
		margin-top: -15px;
	}	
	
	.iq-footer4 li {
		margin-left: 0px !important;
	}	
	
    footer .contatos p a, footer .sobre, footer .iq-copyright {
        font-size: 16px !important; 
    }

	footer .menu a{
		font-size: 14px !important; 
	}
}

@media (max-width: 992px){ 
	.slider-home::before {
		top: -8px;
	}

	.menu-desktop{
		display: none !important;
	}
	
	.menu-mobile{
		display: block !important;
	}

	:root { --header-h: 64px; } 

	.mega-menu .menu-logo > li > a img {
		height: 60px;
		padding-bottom: 8px;
	}	
	
    .mega-menu .menu-mobile-collapse-trigger {
        top: 12px;
        right: 20px;
    }	
	
	header.white .mega-menu .menu-mobile-collapse-trigger:before, header.white .mega-menu .menu-mobile-collapse-trigger:after, .mega-menu .menu-mobile-collapse-trigger span{
		background: #FFFFFF !important;
	}
	
    .mega-menu .menu-mobile-collapse-trigger:before, .mega-menu .menu-mobile-collapse-trigger:after, .mega-menu .menu-mobile-collapse-trigger span {
        width: 1.75em;
    }	
	
    .mega-menu .menu-links>li.active>a {
        color: #fff !important;
        background: #FAA21A;
    }	
	
	.mega-menu .menu-links>li {
        background: #0C2354;
    }	
	
	/* Zera lista e define fundo geral */
	.menu-links{
		list-style:none;
		margin:0;
		padding:0;
		background:#0C2354; /* azul */
	}
	
	.mega-menu .menu-links>li:hover {
        background: #FAA21A;
    }
	
	header.white .mega-menu .menu-links>li:hover>a{
		color: #FFFFFF;
	}

	.slider-home {
		--onda-superior: 40px;
	}

	.mobile-overview{
		background-position: center center !important;
		background-size: auto !important;		
	}
	
	.iq-pb-mobile{
		padding-bottom: 0px;
	}

	.iq-mb-mobile{
		margin-bottom: 0px;
	}
	
	.destaques{
		--onda-superior: 25px;
		--onda-inferior: 25px;
	}	
	
	.efeito-bottom{
		--onda-inferior: 25px;
	}
	
	.efeito-paginas{
		--onda-superior: 25px;
		--onda-inferior: 25px;		
	}
	
	.iq-pb-60-mobile{
		padding-bottom: 60px;
	}
	
	footer .contatos p a, footer .sobre, footer .iq-copyright {
		font-size: 13px;
	}	
	
	.mega-menu.menuFullWidth.desktopTopFixed {
		position: fixed;
	}	
	
	.row.row-cols-5 > * {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		width: 100% !important; /* garante 100% mesmo que haja width setado */
	}	
}

/* responsivo: ondas um pouco menores no mobile */
@media (max-width: 767px) {	
	.slider-home::before {
		top: -12px;
	}

	.slider-home { --onda-h: 52px; }
	.efeito-paginas{ --onda-h: 52px; }
	.destaques { --onda-h: 52px; }
	.efeito-bottom { --onda-h: 52px; }
  
	.bloco-3-home .container.iq-pl-100.iq-pr-100 {
		padding-left: 30px;
		padding-right: 30px;
	} 
	
	.produto-card {
		margin-bottom: 30px;
	}		

    .slider-home {
        --onda-superior: 22px;
    }	
	
	.slider-home::after {
		bottom: -44px;
	}	
	
	.destaques{
		--onda-superior: 15px;
		--onda-inferior: 15px;
	}	
	
	.efeito-bottom{
		--onda-inferior: 15px;
	}
	
	.efeito-paginas{
		--onda-superior: 15px;
		--onda-inferior: 15px;		
	}
	
	.iq-contact1 .iq-map-alt {
		margin: 0 15px;
	}	
	
	.pagina-produto .breadcrumb {
		margin-top: 0px;
	}	
	
	.pagina-produto .descricao-produto {
		margin-top: 50px;
	}	
	
	.pagina-produto .texto-produto {
		margin-top: 30px;
	}	
	
	.especificacoes{
		flex: 0 0 100% !important;
		max-width: 100% !important;		
	}
	
	.especificacoes-tecnicas {
		margin-top: 30px;
	}	
	
	.justify {
		text-align: left;
	}	
	
    .alt-breadcrumb {
        padding: 86px 0 120px;
    }

	.produto-categoria-desc p a {
		height: auto;
	}	
}

@media (max-width: 767px) and (min-width: 576px) {
    .efeito-paginas::after {
        bottom: -22px;
    }	

	.efeito-bottom::after {
		bottom: -22px;
	}	
}

@media (max-width: 575px) {
	.slider-home::before {
		top: -15px;
	}	
	
	.destaques::before {
		top: -26px;
	}		
	
	.destaques::after {
		bottom: -26px;
	}
	
	.bloco-5-home-mobile img{
		max-width: 90%;
	}
	
    .efeito-paginas::before {
        top: -15px;
    }	
	
    .efeito-paginas::after {
        bottom: -26px;
    }	
	
	.efeito-bottom::after {
		bottom: -26px;
	}	
	
	.breadcrumb-item {
		font-size: 12px;
		line-height: 1.3;
	}	
	
	.pagina-produto .iq-feature1 {
		padding: 50px 0;
	}	
	
    .pagina-produto .descricao-produto {
        margin-top: 35px;
    }	
	
    .alt-breadcrumb {
        padding: 86px 0 100px;
    }	

	.iq-map-alt iframe {
		height: 350px;
	}	
}