/* Estilos para navegadores WebKit */
::-webkit-scrollbar {
    width: 12px;
    background-color: #f4f4f4;
}

::-webkit-scrollbar-track {
    background: #f4f4f4;
	border: none;
}

::-webkit-scrollbar-thumb {
    background: #1F3F6D;
    border-radius: 10px;
	border: none;
}

::-webkit-scrollbar-thumb:hover {
    background: #1F3F6D;
}

/* Estilos para Firefox */
html {
    scrollbar-color: #1F3F6D #f4f4f4;
    scrollbar-width: thin;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
	font-size: 14px;
    margin: 0;
    height: 100%;
    padding: 0;
    background: #FFF;
	overflow-x: hidden;
}

textarea:focus, input:focus, select:focus {
    box-shadow: none !important;
    outline: none !important;
}
textarea:focus::-moz-focus-inner,
input:focus::-moz-focus-inner,
select:focus::-moz-focus-inner {
    outline: none;
}

input[type="text"],
input[type="number"],
input[type="email"] {
    width: 300px;
	height: 38px;
	margin: 5px 0;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
/* Header */
header {
	position: relative;
	width: 100%;
    color: #343a40;
    padding: 5px 0 5px 0;
    text-align: center;
    z-index: 9999;
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
	transition: all 0.5s ease;
}
header.fixed {
    position: fixed;
    top: 0;
	padding: 5px 0 5px 0;
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
	background-color: rgba(255, 255, 255, 0.9);
	transition: all 0.5s ease;
	backdrop-filter: blur(10px);
}
header.hidden {
	transform: translateY(-100%);
    opacity: 0; /* Torna invisível */
}

.navbar-toggler {
    border: none;
    background: transparent;
}
.navbar-toggler:focus,.navbar-toggler:hover{
    text-decoration:none
}
.navbar-toggler-icon {
    font-size: 1.8em;
    color: #1F3F6D;
    transition: color 0.3s ease;
}

.clr {
    clear: both;
}
/* Cores */
.azul {
	color: #1F3F6D;
}
.laranja {
	color: #F79633;
}

/* Links */
a {
    color: #1F3F6D;    
    text-decoration: none;
	box-shadow: none !important;
    outline: none !important;
    transition: background-color 0.3s, transform 0.1s;
}

a.active {
    color: #1F3F6D;    
}

a:hover {
    color: #F79633;    
}
ul {
	padding-left: 20px;
}
#home .empresa-home {
	display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    width: 100%;
    position: relative;
    margin: 20px 10px;
	border: 1px solid #e4e4e4;
	background-image: url('../imagens/banners/banner-multicraft-pagina-empresa-2.jpg');
    background-size: cover;
    background-position: center;
}

#home .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(4px);
    z-index: 1;
}

#home .empresa-home h2 {
	font-size: 1.5em;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9), 0 0 25px rgba(255, 255, 255, 0.7);
}

#home .empresa-home p {
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9), 0 0 25px rgba(255, 255, 255, 0.7);
}

#home .empresa-imagem {
    width: 35%;
    height: auto;
    z-index: 2;
    transition: transform 0.3s ease-in-out;
    flex-shrink: 0;
}

#home .empresa-info {
    flex: 1;
    text-align: left;
    padding: 5px 10px;
    z-index: 2;
	color: #1F3F6D;
	overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
}

#home .empresas-solucoes {
	width: 100%;
	margin: 10px 0;
}

#home .empresas-solucoes .destaque {
    min-height: 150px;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
}

#home .empresas-solucoes .destaque .icone {
    width: 80px;
	max-width: 80%;
    overflow: hidden;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#home .empresas-solucoes .destaque .texto {
    font-size: 13px;
}


#breadcrumb {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: auto;
    margin: 0 0 20px 0;
    top: -20px;
	position: relative;
    padding: 0 10px;
}
#breadcrumb .breadcrumb{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding: 0;
    margin: 0 0 0 0;
    list-style:none;
	font-size: 13px;
	align-items: center;
	height: 40px;
}
#breadcrumb .breadcrumb-item{
    display:-ms-flexbox;
    display:flex
}
#breadcrumb .breadcrumb-item+.breadcrumb-item{
    padding-left: 5px;
}
#breadcrumb .breadcrumb-item+.breadcrumb-item::before{
    display:inline-block;
    padding-right: 5px;
    color:#6c757d;
    content:"/"
}
#breadcrumb .breadcrumb-item+.breadcrumb-item:hover::before{
    text-decoration:underline
}
#breadcrumb .breadcrumb-item+.breadcrumb-item:hover::before{
    text-decoration:none
}
#breadcrumb .breadcrumb-item.active{
    color:#6c757d
}
#breadcrumb .btn {    
    font-size: 16px;
    color: #1F3F6D;
    padding: 1px 10px;
    text-align: center;
    border: 1px solid #1F3F6D;
	border-radius: 0;
    transition: background-color 0.3s, transform 0.1s;
}

#breadcrumb .btn:hover {
    color: #fff;
    border: 1px solid #F79633;
    background-color: #F79633;
}

/* Horizontal Rule */
hr {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 20px 0 40px 0;
    border: none;
    height: 1px;
    background: #eee;
}

/* Contact Info */
.contact-info {
    background-color: #1F3F6D;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-info .contact {
    width: 80%;
    float: left;
    text-align: left;
    color: #343a40;
}

.contact-info .contact a {
    font-size: 14px;
    color: #fff;
    padding: 4px 10px;
    border: 1px solid #fff;
    transition: background-color 0.3s, transform 0.1s;
}

.contact-info .contact a:hover {
    color: #fff;
    border: 1px solid #F79633;
    background-color: #F79633;
}

.contact-info .social-icons {
    width: 20%;
    max-width: 20%;
    overflow: hidden;
    float: right;
    text-align: right;
    color: #343a40;
}

.contact-info .social-icons a {
    font-size: 17px;
    padding: 0 5px;
    color: #fff;
    transition: background-color 0.3s, transform 0.1s;
}

.contact-info .social-icons a:hover {
    color: #F79633;
}

/* Container */
.container-fluid {
    max-height: 150px;
    overflow: hidden;
    position: relative;
	z-index: 0;
}
.container-gray {
	background: #f4f4f4;
	border: 1px solid #e9e9e9;
	padding: 20px 0 5px 0;
	position:relative;
    width:100%;
	margin: 10px 15px;
	display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.img-fluid {
    width: 100%;
	max-width: 100%;
    overflow: hidden;
    height: auto;
}

/* Carousel */
.banner {
    width: 1920px;
    height: 500px;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.banner-images {
    display: flex;
    transition: transform 1s ease-in-out;
}

.slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    position: relative;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-overlay {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px;
    width: 60%;
    opacity: 0;
    transition: opacity 1s ease-out;
	backdrop-filter: blur(2px);
}

.slide-overlay.show {
    opacity: 1;
}

.slide-overlay.fade-out {
    opacity: 0;
}

.slide-overlay h2 {
    font-size: 2rem;
    margin: 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.slide-overlay p {
    font-size: 1rem;
    margin: 10px 0 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    pointer-events: none;
}

.prev, .next {
    width: 50px;
    height: 50px;
	text-align: center;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    outline: 0;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    pointer-events: auto;
    transition: background-color 0.3s, color 0.3s;
}

.prev:hover, .next:hover {
    color: rgba(255, 255, 255, 1);
	border: none;
}

.prev:focus, .next:focus {
    outline: none;
}

.dots-container {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    pointer-events: auto;
}

.dot {
    width: 25px;
    height: 3px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.4);
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.dot.active {
    background-color: rgba(255, 255, 255, 1);
}

@media (max-width: 1920px) {
    .banner {
        width: 100%;
        height: auto;
        max-height: 500px;
    }
}

@media (max-width: 768px) {
	.slide-overlay {
		top: 50%;
	}
    .slide-overlay h2 {
        font-size: 1.5rem;
    }

    .slide-overlay p {
        font-size: 1rem;
    }
}

.banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
	z-index: 2;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.menu-icones {
	display: flex;
	align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
	background: #F9F9F9;
}

.box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
	padding: 15px;
    width: auto;
    transition: transform 0.5s ease;
}
.box:hover {
	background: #F4F4F4;
}
.box-imagem {
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 0.3s ease;
    opacity: 1;
    position: relative;
}
.box-imagem.ico-filtros-de-linha {
    width: 200px;
    background-image: url('../imagens/ico/ico-filtros-de-linha.png');
}

.box-imagem.ico-sensores-de-presenca {
    width: 59px;
    background-image: url('../imagens/ico/ico-sensores-de-presenca.png');
}

.box-imagem.ico-extensoes {
    width: 42px;
    background-image: url('../imagens/ico/ico-extensoes.png');
}

.box-imagem.ico-cordoes-prolongadores {
    width: 220px;
    background-image: url('../imagens/ico/ico-cordoes-prolongadores.png');
}

.box-imagem.ico-autotransformadores {
    width: 81px;
    background-image: url('../imagens/ico/ico-autotransformadores.png');
}

.box-imagem.ico-multi-solucoes {
    width: 80px;
    background-image: url('../imagens/ico/ico-multi-solucoes.png');
}
.box-titulo {
    margin-top: 8px;
    text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
.div-color {
    background-image: linear-gradient(to right, #EC268F,#0098DA,#3E4095,#FFF212,#00A859);
    height: 4px;
}

.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}

/* Fale Conosco */
#fale-conosco {
    display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
	width: 100%;
}
#fale-conosco a {
	width: auto;
	transition: border 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
#fale-conosco .banner {
    background: #f4f4f4;
    color: #616161;
    text-align: center;
    padding: 10px;
    border: 1px solid #e9e9e9;
	width: 245px;
    margin: 2px;
    transition: border 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

#fale-conosco .banner:hover {
    background: #1F3F6D;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#fale-conosco .banner .contato {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 0;
	min-height: 190px;
    margin: auto 0;
}

#fale-conosco .banner .contato i {
    font-size: 3em;
    margin-bottom: 20px;
	color: #1F3F6D;
	transition: border 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
#fale-conosco .banner:hover .contato i {
    color: #fff;
}

#fale-conosco .banner .contato h4 {
    font-size: 1.6em;
}

#fale-conosco .banner .contato h3 {
    font-size: 1.3em;
	white-space: nowrap;
	color: #1F3F6D;
	transition: border 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
#fale-conosco .banner:hover .contato h3 {
    color: #fff;
}

#fale-conosco .banner .contato p {
    margin: 0;
    padding: 0;
}

/* Produtos */

#produtos .descricao {
    padding: 10px 20px;
    margin: 0 0 20px 0;
    text-align: justify;
}

#produtos .imagem {
    border: 1px solid #ccc;
    padding: 0;
	position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 10px 0 0 0;
}

#produtos .imagem-box {
	width: 100%;
	max-width: 100%;
    overflow: hidden;
	margin: 0 0 10px 0;
}
#produtos .imagem-mini-principal {
	max-height: 100px;
	max-width: 100px;
    border: 1px solid #ccc;
    padding: 0;
    margin: 10px 10px 20px 0;
	float: left;
	cursor: pointer;
}
#produtos .imagem-mini-principal:hover {
    border: 1px solid #1F3F6D;
}
#produtos .imagem-mini-adicional {
	max-height: 100px;
	max-width: 100px;
    border: 1px solid #ccc;
    padding: 0;
    margin: 10px 10px 20px 0;
	float: left;
	cursor: pointer;
}
#produtos .imagem-mini-adicional:hover {
    border: 1px solid #1F3F6D;
}

#produtos .imagem-responsiva {
    width: 100%;
	max-width: 100%;
    overflow: hidden;
    height: auto;
}

#produtos .informacoes {
    padding: 0 0 20px 0;
    margin: 10px 0 0 0;
    color: #444444;
    font-size: 14px;
}

#produtos .informacoes h1 {
    font-size: 2em;
    color: #1F3F6D;
    margin-bottom: 20px;
}

#produtos .informacoes h3 {
    font-size: 1.2em;
    color: #1F3F6D;
	padding: 10px;
	background: #f4f4f4;
	border-bottom: 1px solid #e1e1e1;
}

#produtos .informacoes .texto {
	margin: 0 0 20px 0;
	padding: 5px;
    text-align: justify;
}

#produtos .informacoes .icone {
    display: inline-flex;
    align-items: center;
    background-color: #1F3F6D;
    border-radius: 5px;
    padding: 10px;
    margin: 0 10px 0 0;
    position: relative;
    transition: width 0.3s;
    width: 40px;
	max-width: 40%;
    height: 35px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    float: left;
    text-align: center;
}

#produtos .informacoes .icone i {
    font-size: 1.2em;
}

#produtos .informacoes .icone-texto {
    display: inline;
    font-size: 1em;
    margin-left: 10px;
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap;
}

#produtos .informacoes .icone:hover {
    width: 140px;
}

#produtos .informacoes .icone:hover .icone-texto {
    opacity: 1;
}

#produtos #imagemZoom {
    transition: transform 0.5s ease;
    width: 100%;
	max-width: 100%;
    overflow: hidden;
}

#produtos #imagemZoom:hover {
    transform: scale(1.2);
    cursor: zoom-in;
}
#produtos .menu-filtros {
	margin: 0 0 0 0;
}
#produtos .menu-filtros a {
	padding: 5px 10px;
	margin: 5px;
	cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    box-sizing: border-box;
    display: inline-block;
	color: #1F3F6D;
	background: #f4f4f4;
	border: 1px solid #e9e9e9;
}
#produtos .menu-filtros a.ativo {
    color: #fff;
    background-color: #1F3F6D;
    border: 1px solid #1F3F6D;
}
#produtos .menu-filtros a:hover {
	color: #fff;
	background-color: #1F3F6D;
	border: 1px solid #1F3F6D;
}
#produtos .calculadora-at {
    align-items: center;
	margin: 0;
}
#form-autotransformador {
	align-items: center;
}
#watts-autotransformador, #watts-conversor {
	width: 200px;
	margin: 0;
	padding: 5px;
}
#produtos .calculadora-at #resultado-autotransformador, #resultado-conversor {
	margin: 0;
	padding: 10px 0;
}
#produtos .calculadora-at .info-autotransformador, .info-conversor {
	padding: 10px;
	margin: 20px 0 0 0;
	border: 1px solid #ccc;
}
#produtos .calculadora-at .info-conversor {
	padding: 10px;
	margin-top: 20px;
	border: 1px solid #ccc;
}
#produtos .calculadora-at .hidden {
	display: none;
}
#produtos .calculadora-at h4 {
	font-size: 15px;
	margin-bottom: 15px;
}
#produtos .calculadora-at .verde {
	color: #48887B;
}
#produtos .calculadora-at .azul {
	color: #0081B8;
}

#catalogos .catalogos {
	display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	flex-direction: row;
    justify-content: center;
    align-items: center;
	margin-bottom: 20px;
}

#catalogos .imagem-responsiva {
    width: 100%;
	max-width: 100%;
    overflow: hidden;
    height: auto;
	border: 1px solid #fff;
	transition: border 0.3s ease, color 0.3s ease;
}
#catalogos .imagem-responsiva:hover {
	border-color: #1F3F6D;
}

/* Destaques */
#destaques h2 {
    margin: 0 0 40px 0;
    text-align: center;
    color: #1F3F6D;
    font-size: 2em;
}

#destaques h3 {
    margin: 0 0 20px 0;
    text-align: center;
    color: #1F3F6D;
    font-size: 1.2em;
}

#destaques p {
    margin: 0 0 50px 0;
    text-align: center;
}

#destaques .destaque {
    min-height: 210px;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
}

#destaques .destaque .icone {
    width: 80px;
	max-width: 80%;
    overflow: hidden;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#destaques .destaque .texto {
    font-size: 13px;
}

/* Empresa */
#empresa .box-azul {
	width: 100%;
	min-height: 450px;
	background-color: #1F3F6D;
	color: #FFFFFF;
	padding: 5px 15px;
}
#empresa .box-azul .icone {
    width: 60px;
	height: 60px;
    overflow: hidden;
    margin: 15px auto 10px;
    margin-bottom: 5px;
}
#empresa .box-azul h2{
	font-size: 1.5em;
	color: #FFFFFF;
	margin: 10px 0;
	text-align: center;
}
#empresa .box-azul p {
	text-align: justify;
}

#empresa h2 {
    margin: 0 0 40px 0;
    text-align: center;
    color: #1F3F6D;
    font-size: 2em;
}

#empresa p {
    margin: 0 0 20px 0;
    text-align: center;
}

#empresa .imagem {
    margin: 10px 0 0 0;
}

#empresa .imagem-responsiva {
    width: 100%;
	max-width: 100%;
    overflow: hidden;
    height: auto;
}

#empresa .container-imagem {
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0 0 15px 0;
}

#empresa h3 {
    width: 100%;
	max-width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0));
    color: #fff;
    padding: 50px 10px 20px 10px;
}

#empresa h4 {
    margin: 0 0 20px 0;
    text-align: center;
    color: #1F3F6D;
    font-size: 1.5em;
}

#empresa .imagem-linha {
    border-radius: 10px;
    margin-bottom: 25px;
    width: 100%;
	max-width: 100%;
    overflow: hidden;
    height: auto;
    transition: all 0.3s;
}

/* Clientes */
.clientes {
    width: 100%;
	max-width: 100%;
    overflow: hidden;
    margin: 20px 0 40px 0;
    text-align: center;
}

.clientes h4 {
    margin: 0 0 20px 0;
    text-align: center;
    color: #1F3F6D;
    font-size: 1.5em;
}

/* Carrossel */
.clientes .carrossel {
    width: 100%;
	max-width: 100%;
    overflow: hidden;
    margin: auto;
    position: relative;
}

.clientes .carrossel-container {
    display: flex;
    transition: transform 0.5s ease;
}

.clientes .carrossel-container img {
    width: 12.5%;
	max-width: 12.5%;
    overflow: hidden;
    flex-shrink: 0;
}

/* Setas do Carrossel */
.clientes .seta {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
	background-color:  rgba(255, 255, 255, 0.0);
	color: rgba(0, 0, 0, 0.7);
    border: none;
    padding: 5px;
    cursor: pointer;
    font-size: 24px;
}

.clientes .seta-esquerda {
    left: 10px;
}

.clientes .seta-direita {
    right: 10px;
}

/* Botões */
.clientes button {
    margin: 10px;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    background-color:  rgba(255, 255, 255, 0.0);
    color: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.clientes button:hover {
    background-color:  rgba(255, 255, 255, 0.0);
	color: #000;
	border: none;
}

/* Estilos de fundo */
.bg-light {
    background-color: #fefefe;
}

/* Logo */
.logo {
    max-height: 70px;
    margin: 0 20px 5px 0;
}

/* Cards */
.card {
	position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: solid 1px #eee;
    transition: transform 0.2s;
}

.card:hover {
    border: solid 1px #bbb;
}

.card-body {
    background-color: #ffffff;
    padding: 10px;
    text-align: center;
	z-index: 1;
}

.card-title {
    font-size: 1em;
    color: #1F3F6D;
	z-index: 1;
}

.card img {
	position: relative;
	width: 100%;
	max-width: 100%;
    display: block;
	z-index: 2;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 1;
}

.loader::after {
    content: '';
    border: 4px solid rgba(230, 231, 232, 0.7);
    border-top: 4px solid #1F3F6D;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.code {
    font-weight: bold;
    color: #777;
}

/* Navbar */
.navbar-nav {
    background-color: transparent;
	padding: 0;
	margin: 5px 0 0 0;
}

.nav-item {
    position: relative;
    margin: 10px 0;
}

.nav-link {
    color: #1F3F6D;
    padding: 5px 10px;
	font-size: 15px;
	font-weight: 500;
    text-decoration: none;
	text-transform: uppercase;
    transition: background-color 0.3s;
}

.nav-link:hover {
    background-color: #1F3F6D;
    color: #fff;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #313131;
    text-align: left;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
	transition: all 0.3s ease;
	background-color: rgba(255, 255, 255, 0.97);
	backdrop-filter: blur(10px);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: .25rem 1.5rem;
    color: #1F3F6D;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
    background-color: transparent;
    border: 0;
    white-space: nowrap;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: #1F3F6D;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    background-color: #1F3F6D;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-item:empty {
    color: #ccc;
    padding: 10px 15px;
    text-align: center;
}

.submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: auto;
	min-width: 100px;
	margin: 0;
	padding: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    z-index: 1000;
}
.submenu li {
    list-style: none;
	margin: 0;
}
.nav-item:hover .submenu {
    display: block;
}
/* Footer */
footer {
    background: #1F3F6D;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
}

footer hr {
    width: 100%;
	max-width: 100%;
    overflow: hidden;
    margin: 20px 0;
    border: none;
    height: 1px;
    background-color: #fff;
}

footer .list-unstyled li {
    padding: 2px 0;
}

footer a {
    color: #fff;    
    text-decoration: none;
    padding: 2px 5px;
    margin: 2px 0;
    border: 0.01em solid #1F3F6D;
    transition: transform 0.3s, border-color 0.3s;
}

footer a:hover {
	color: #fff;
    border: 1px solid #fff;
    transform: scale(1.05);
}

/* Input Group */
.input-group {
    display: flex;
}

.input-group .form-control {
    border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 0;
    border-radius: 0;
	background-color: transparent;
}

.input-group-append .btn {
    color: #1F3F6D;
	background-color: transparent;
	height: 38px;
    margin: 0;
    border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 0;
	border-radius: 0;
}

.input-group-append .btn:hover {
    color: #fff;
    border-color: #1F3F6D;
    background: #1F3F6D;
}

/* Fale Conosco */
.fale-conosco {
    width: 100%;
	max-width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
}

.fale-conosco a {    
    font-size: 16px;
    color: #1F3F6D;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #1F3F6D;
    transition: background-color 0.3s, transform 0.1s;
}

.fale-conosco a:hover {
    color: #fff;
    border: 1px solid #F79633;
    background-color: #F79633;
}

/* Buttons */
.btn {
    border: none;
    padding: 8px 15px;
    margin: 5px 0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    box-sizing: border-box;
    display: inline-block;
    transition: background-color 0.3s, transform 0.1s;
}
.btn:focus {
	outline: none !important;
}

.btn:hover {
    color: #FFFFFF;
}

.btn.product {
    color: #fff;
    background: #F79633;
}

.btn.product:hover {
	color: #fff;
    background: #1F3F6D;
}

.btn.blue {
    color: #fff;
    background: #1F3F6D;
}

.btn.blue:hover {
	color: #fff;
    background: #1F3255;
}

.btn.orange {
    color: #fff;
    background: #F79633;
}

.btn.orange:hover {
	color: #F79633;
    background: #FFF;
}

.btn.gray {
    color: #fff;
    background: #919191;
}

.btn.gray:hover {
	color: #fff;
    background: #717171;
}

.btn.red {
    color: #fff;
    background: #ED3237;
}

.btn.red:hover {
	color: #fff;
    background: #B22D30;
}

.btn.green {
    color: #fff;
    background: #00A859;
}

.btn.green:hover {
	color: #fff;
    background: #008349;
}

.btn.green-sea {
    color: #fff;
    background: #51A8B1;
}

.btn.green-sea:hover {
	color: #fff;
    background: #3C7B82;
}

/* Pagination */
.pagination {
    margin: 20px 0;
}

.pagination .page-item {
    margin: 0 5px;
}

.pagination .page-link {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #1F3F6D;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.pagination .page-link:hover {
    background-color: #1F3F6D;
    color: #fff;
}

.pagination .page-item.active .page-link {
    background-color: #1F3F6D;
    color: #fff;
    border: 1px solid #1F3F6D;
}

/* Messages */
.message {
    width: 100%;
	max-width: 100%;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    margin: 10px 0;
    font-size: 16px;
}

/* Success Message */
.message-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

/* Error Message */
.message-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Info Message */
.message-info {
    background-color: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

/* Warning Message */
.message-warning {
    background-color: #fff3cd;
    color: #856404;
    border-color: #ffeeba;
}

/* Secondary Message */
.message-secondary {
    background-color: #e2e3e5;
    color: #383d41;
    border-color: #d6d8db;
}

.informativo {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white; /* Fundo branco */
    color: black; /* Texto preto */
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 999999;
    opacity: 0; /* Começa invisível */
}

.informativo i {
    font-size: 2em;
    margin-bottom: 15px;
	color: #0c5460;
}

.informativo.show {
    display: block;
    opacity: 1; /* Torna visível */
    transform: translate(-50%, -50%);
}

.modal-background {
    display: none; /* Inicialmente escondido */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

.newsletter {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('../imagens/banners/news.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
}

.newsletter h5 {
    font-size: 2em;
    margin-bottom: 20px;
}

.newsletter input[type="text"],
.newsletter input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
}
.news {
    display: none; 
    position: fixed; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0, 0, 0, 0.7); 
    opacity: 0; 
    transition: opacity 0.5s;
	z-index: 99999;
}

.news-content {
    background-color: #ffffff;
    margin: 15% auto; 
    padding: 20px;
    border-radius: 10px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9); 
    width: 80%; 
    max-width: 500px; 
    text-align: center; 
}

.news p {
    font-size: 16px; 
    color: #333; 
}

.lgpd-container a {
    color: #F79633;    
    text-decoration: none;
    transition: background-color 0.3s, transform 0.1s;
}

.lgpd-container a.active {
    color: #F79633;    
}

.lgpd-container a:hover {
    color: #FFF;    
}

.catalogo-home {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #1F3F6D;
    padding: 20px;
    height: 200px;
    min-width: 80%;
    color: #fff;
    position: relative;
    margin: 25px auto 40px;
}

.catalogo-info {
    flex: 1;
    text-align: left;
    padding-right: 20px;
    z-index: 1;
    margin-right: 10px;
	overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
}

.catalogo-imagem {
    width: 160px;
    height: auto;
    z-index: 2;
    transition: transform 0.3s ease-in-out;
    transform: rotate(15deg);
    margin-left: 10px;
    flex-shrink: 0;
}

.catalogo-imagem img {
    width: 100%;
    height: auto;
}

#scrollToTopBtn {
	position: fixed;
	bottom: -50px;
	right: 20px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	width: 36px;
	height: 36px;
	border: none;
	padding: 3px;
	font-size: 20px;
	border-radius: 50%;
	display: block;
	cursor: pointer;
	transition: bottom 0.3s ease-in-out;
	box-shadow: none !important;
    outline: none !important;
	z-index: 99999;
}

#scrollToTopBtn.show {
	bottom: 20px;
}

#scrollToTopBtn:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Media Queries */
@media (max-width: 768px) {
	#home .empresa-home {
		flex-direction: column;
        width: 100%;
	}
	#home .empresa-home h2 {
		font-size: 1.2em
	}
	#home .empresa-imagem {
		width: 100%;
	}
	.box {
		padding: 5px 8px;
		margin: 0 0 20px 0
    }
	.box-imagem {
		transition: none;
	}
	.informativo {
		width: 90%;
	}
	#fale-conosco {
        flex-direction: column;
        width: 100%;
    }
	#fale-conosco a {
		width: 100%;
	}
    #fale-conosco .banner {
        width: 100%;
        margin: 5px 0;
		background: #1F3F6D;
		color: #fff;
    }
	#fale-conosco .banner .contato i {
		color: #fff;
	}
	#fale-conosco .banner .contato h3 {
		color: #fff;
	}
	.banner-title {
        font-size: 1.2em;
    }

    .navbar-toggler {
        margin: 10px 0 0 0;
    }

    .navbar-nav {
        margin: 20px 0;        
    }
	
	#produtos .informacoes {
        padding: 0 0 40px 0;
    }

    #produtos .informacoes .icone {
        margin: 10px 10px 0 0;
    }

    #produtos .informacoes .icone i {
        font-size: 1.2em;
    }

    #produtos .informacoes .icone-texto {
        opacity: 1;
    }

    #produtos .informacoes .icone {
        width: auto;
    }

    #produtos .informacoes .icone:hover {
        width: auto;
    }
	.catalogo-home {
        height: 270px;
        padding: 10px;
        width: 90%;
    }

    .catalogo-imagem {
        width: 180px;
        transform: rotate(10deg);
    }
}