﻿@charset "utf-8";

/*HOME*/
.Bk_Main{
	width:100%;
	height:auto;
	margin-top:50px;
	background: #04478F url(../imagens/fundo/FundoLogoTop.png) no-repeat top center;
	float:left;
	}
.Larg_cont{
	max-width:1280px;
	margin:auto;
	position:relative;
	}
@media(max-width:1280px){
	.Larg_cont{
		max-width:90%;
	}
	}	
.bk_logo{
	width:100%;
	height:100px;
	float:left;
	display: flex;
	justify-content: start;
	align-items: center;
	}	
@media(max-width:790px){
	.bk_logo{
	justify-content: center;
	}
	}	
.logoEmpresa{
	width: 265px;
    height: 67px;
	content:'';
	background: url(../imagens/logo/treffort-engenharia.svg) no-repeat center left;
	}	
.TitilePag{
	width:100%;
	height:65px;
	float:left;
	display: flex;
	justify-content: start;
	align-items: center;
	font-family:'Exo 2',Arial, Helvetica, sans-serif; font-size: 24px; font-weight:700; color:#FFF; text-align: left; font-style: italic;
	}
@media(max-width:790px){
	.TitilePag{
	justify-content: center;
	}
	}	
.BkGround{
	width:100%;
	height:auto;
	padding-top:50px;
	padding-bottom:50px;
	float:left;
	}	
.conteinerHome1{
	width:100%;
	display: flex;
	align-items: stretch;
	gap:5%;
	}	
.left_Home1{
	width:50%;
	float:left;
	}
	
.BTObrasHome {
	position: relative;
	border: 1px solid #0098DA;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	margin-top: 30px;
	overflow: hidden; /* Evita que a imagem ampliada ultrapasse os limites */
}
.BTObrasHome img {
	border-radius: 5px;
	transition: transform 0.5s ease; /* Transição suave */
	position: relative; /* Mantém a imagem em uma camada inferior */
	z-index: 1; /* Garante que a imagem fique atrás da sombra */
}
/* Zoom suave apenas na imagem */
.BTObrasHome:hover img {
	transform: scale(1.1); /* Aplica o zoom */
}
.sombra_obrasHome {
	width: 100%;
	height: 75%;
	background: linear-gradient(to top, #04478F 5%, transparent 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 5px;
	z-index: 2; /* Mantém a sombra acima da imagem */
	pointer-events: none; /* Impede que a sombra interfira no hover */
}
.TXT_BTobras {
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #FFF; /* Cor padrão do texto */
	font-style: italic;
	text-align: center;
	z-index: 3; /* Garante que o texto fique no topo */
	transition: color 0.3s ease; /* Transição suave para a cor */
}
/* Muda a cor do texto no hover */
.BTObrasHome:hover .TXT_BTobras {
	color: #0098DA; /* Nova cor do texto */
}

				
.rigth_Home1{
	width:50%;
	float:left;
	}	
.Bk_brancoCadastro{
	width:100%;
	height:auto;
	background:#FFF;
	padding:7%;
	border-radius:5px;
	float:left;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	}
.Form_cadastro {
    width: 100%; 
    height: 430px;
    float: left;
    border: none; 
    overflow: hidden; 
	max-width: 100%; /* Impede que o iframe ultrapasse a largura */
    display: block; /* Certifica-se de que o iframe seja tratado como um bloco */
}		
@media (max-width: 800px) {
.conteinerHome1{
	flex-wrap: wrap;
	}	
    .left_Home1,
    .rigth_Home1 {
        width: 100%;
        display: block;
    }
	.left_Home1 {
		margin-bottom:40px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
    }
}

/*GESTÃO FIXO*/
.conteiner_mkt{
	width:100%;
	display: flex;
	align-items: stretch;
	gap:1%;
	}
.BT_gestao{
	width:25%;
	position:relative;
	border:1px solid #0098DA;
	border-radius:5px;
	cursor:pointer;
	transition:0.3s ease-in-out;
	overflow: hidden;
	}	
.BT_gestao img{
	border-radius: 5px;
	transition: transform 0.5s ease; /* Transição suave */
	position: relative; /* Mantém a imagem em uma camada inferior */
	z-index: 1; /* Garante que a imagem fique atrás da sombra */
	}	
.BT_gestao:hover img{
	transform: scale(1.1); /* Aplica o zoom */
	}	
.sombra_Gestao{
	width:100%;
	height:75%;
	background: linear-gradient(to top, #04478F 5%, transparent 100%);
	position:absolute;
	bottom:0;
	left:0; right:0;
	border-radius:5px;
	z-index: 2; /* Mantém a sombra acima da imagem */
	pointer-events: none; /* Impede que a sombra interfira no hover */
	}
.TXT_bGestao{
	width:100%;
	position:absolute;
	bottom:30px; left:0; right:0;
	font-family:'Exo 2',Arial, Helvetica, sans-serif; font-size:20px; font-weight:700; color:#FFF; font-style: italic; text-align:center;
	z-index: 3; /* Garante que o texto fique no topo */
	transition: color 0.3s ease; /* Transição suave para a cor */
	}
.BT_gestao:hover .TXT_bGestao{
	color: #0098DA;
	}	

@media(max-width:850px){
.conteiner_mkt{
	flex-wrap: wrap;
	gap:10px 10px;
	}
.BT_gestao{
	width:calc(50% - 5px);
	}	
	}	
@media(max-width:550px){
.BT_gestao{
	width:100%;
	}	
	}
.conteiner_loopclientes{
	width:100%;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	}	
.marcaCliente {
    width: 100%;
    height: 300px;
}	
/*FINAL HOME*/

/*SERVIÇOS*/
.conteiner_servicos{
	display:flex;
	gap:50px;
	}
.Left_servicos{
	width:50%;
	}
.Rigth_servicos{
	width:50%;
	}	
@media(max-width:800px){
	.conteiner_servicos{
	flex-wrap: wrap;
	}
	.Left_servicos{
		width:100%;
	}
	.Rigth_servicos{
		width:100%;
	}
	}			
/*FINAL SERVIÇOS*/

/*	OBRAS*/
.especial_btVoltar{
	position:absolute;
	top:-40px; left:0;
	font-family: "Exo 2", Arial, Helvetica, sans-serif; font-size:14px; color: #333; font-weight: 600; line-height:1;
	height:30px;
	padding-left:5px;
	padding-right:5px;
	border-radius:5px;
	display:flex;
	align-items: center;
	cursor:pointer;
	transition:0.3s ease-in-out;
	text-decoration:none;
	}
.especial_btVoltar:hover{
	background: #0098DA;
	color:#FFF;
	}	
.conteiner_obras{
	display:flex;
	gap:10px 10px;
	justify-content: center;
	flex-wrap: wrap;
	}
.BT_ObrasEntre{
	width:calc(25% - 10px);
	height:auto;
	position: relative;
	border: 1px solid #0098DA;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	overflow: hidden; /* Evita que a imagem ampliada ultrapasse os limites */
	}	
.BT_ObrasEntre img{
	border-radius: 5px;
	transition: transform 0.5s ease; /* Transição suave */
	position: relative; /* Mantém a imagem em uma camada inferior */
	z-index: 1; /* Garante que a imagem fique atrás da sombra */
	}	
.BT_ObrasEntre:hover img{
	transform: scale(1.1); /* Aplica o zoom */
	}
.sombra_BTObras{
	width: 100%;
	height: 75%;
	background: linear-gradient(to top, #04478F 5%, transparent 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 5px;
	z-index: 2; /* Mantém a sombra acima da imagem */
	pointer-events: none; /* Impede que a sombra interfira no hover */
	}	
.Title_BTObra{
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #FFF; /* Cor padrão do texto */
	font-style: italic;
	text-align: center;
	z-index: 3; /* Garante que o texto fique no topo */
	transition: color 0.3s ease; /* Transição suave para a cor */
	}
.BT_ObrasEntre:hover .Title_BTObra{
	color:#0098DA;
	}		
.Tag_BTObras{
	font-family: 'Exo 2', Arial, Helvetica, sans-serif; font-size:12px; font-weight:400; color:#FFF;
	padding:3px;
	border-radius:5px;
	background: #0098DA;
	position:absolute;
	bottom:55px;
	left:50%;  /* para centro */
	transform: translateX(-50%); /* para centro */
	z-index: 3; /* Garante que o texto fique no topo */
	transition: color 0.3s ease; /* Transição suave para a cor */ max-width:1000px
	}	
@media(max-width:1000px){
	.BT_ObrasEntre{
	width:calc(33.3% - 10px);
	}
	}	
@media(max-width:800px){
	.BT_ObrasEntre{
	width:calc(50% - 10px);
	}
	}	
@media(max-width:550px){
	.BT_ObrasEntre{
	width:calc(100% - 10px);
	}
	}		
		
	
.conteiner_pObra{
	display:flex;
	gap:50px;
	}
.Left_pObra{
	width:50%;
	background:#f7f7f7;
	padding:35px;
	border-radius:5px;
	}	
.Rigth_pObra{
	width:50%;
	}
hr{ margin-top:10px; margin-bottom:10px; background-color: #CCC; height:1px; border:0;}	
.TagpObra{
	color:#FFF;
	background:#0098DA;
	padding:5px;
	border-radius:3px;
	line-height:2;
	font-size:12px;
	}	
@media(max-width:1000px){
	.conteiner_pObra{
flex-wrap: wrap;
	}
.Left_pObra{
	width:100%;
	}	
.Rigth_pObra{
	width:100%;
	}
	}

/*BANNER GALERIA*/
    .banner-container {
        position: relative;
        max-width: 1000px;
        margin: 0 auto;
        overflow: hidden;
    }

    .banner {
        display: flex;
        transition: transform 0.5s ease;
    }

    .galeriaG {
        min-width: 100%;
        height: auto;
    }

    .galeriaG img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 5px;
    }

    .navegacao-button {
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        cursor: pointer;
        z-index: 10;
        background:#0098DA;
        border: 1.5px solid #FFF;
        border-radius: 10px;
    }
	 .navegacao-button:hover{
		 background:#04478F;
		 }

    .navegacao-button img {
        width: 100%;
        height: 100%;
    }

    .prevLeft {
        left: 10px;
    }

    .nextRigth {
        right: 10px;
    }

    .dots-container {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #bbb;
        margin: 0 5px;
        cursor: pointer;
    }

    .dot.active {
        background-color: #555;
    }
		/*FINAL BANNER GALERIA*/		
    /* VIDEO RESPONSIVO */
    .Bk_Video_top { width: 100%; height: auto; float: left; }
    .quadro_video { width: 100%; height: 100%; margin: 0 auto; background: #000; }
    .h_iframe {
        position: relative;
        width: 100%;
        padding-top: 56.25%; /* Aspect Ratio 16:9 */
    }
    .h_iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
	/* FINAL VIDEO RESPONSIVO */
	
	/*CARROSSEU OBRAS*/
/*CARROSSEL OBRAS*/
.carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Área rolável */
.carousel-wrapper {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

/* Barra de rolagem personalizada (transparente por padrão) */
.carousel-wrapper::-webkit-scrollbar {
    width: 8px; 
    height: 8px;
}

.carousel-wrapper::-webkit-scrollbar-track {
    background: transparent; /* Fundo transparente */
}

.carousel-wrapper::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2); /* Transparência do scroll */
    border-radius: 10px;
}

.carousel-wrapper::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4); /* Mais visível no hover */
}

/* Produtos */
.product {
    flex: 0 0 25%;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
}

.product img {
    width: 100%;
    border-radius: 5px;
    transition: transform 0.5s ease;
}

.product:hover img {
    transform: scale(1.1);
}

/* Botões de navegação */
.carousel-button {
    position: absolute;
    top: 50%;
    z-index: 10;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    padding: 10px;
    transform: translateY(-50%);
}

.prev-button, .next-button {
    width: 50px;
    height: 50px;
    border: 1.5px solid #FFF;
    border-radius: 5px;
    cursor: pointer;
    display: none; /* Oculta os botões por padrão */
}

/* Botão esquerdo */
.prev-button {
    left: 10px;
    background: #0098DA url(../../obrasT/navega/seta-DP-left.svg) no-repeat center center;
}

.prev-button:hover {
    background: #04478F url(../../obrasT/navega/seta-DP-left.svg) no-repeat center center;
}

/* Botão direito */
.next-button {
    right: 10px;
    background: #0098DA url(../../obrasT/navega/seta-DP-rigth.svg) no-repeat center center;
}

.next-button:hover {
    background: #04478F url(../../obrasT/navega/seta-DP-rigth.svg) no-repeat center center;
}

/* Responsividade */
@media (max-width: 1280px) {
    .product {
        flex: 0 0 33%;
    }
}

@media (max-width: 720px) {
    .product {
        flex: 0 0 50%;
    }
}

@media (max-width: 520px) {
    .product {
        flex: 0 0 100%;
    }
}
	/*FINAL CARROSSEU OBRAS*/
/*	FINAL OBRAS*/

/*CONTATO*/	
.QuadContato_central{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:50px;
	}
.QuadContato_perguntas{
	width:100%;
	height:auto;
	float:left;
	display: flex;
	}
.bkimagem{
	width:350px;
	height:auto;
	flex: 1;
	}
@media screen and (max-width: 720px) {
    img.atendimento {
        content: url(../imagens/atendimento/atendimento_imagem2.png);
    }
}
	
.bkperguntas{
	width:calc(100% - 350px);
	padding-left:25px;
	height:auto; 
	}
@media(max-width:900px){
	.QuadContato_perguntas{
	display: block;
	}
	.bkimagem{
	width:100%;
	padding-bottom:25px;
	}
	.bkperguntas{
	width:100%;
	padding-left:0;
	}
	.Title_Contato{
	font-size: 35px;
	}
	.TXT_Contato{
 	font-size: 16px;
	}
	.Title_PerguntasFAQ{
	font-size: 35px; text-align:center;
	}
	.TXT_PerguntasFAQ{
	font-size: 16px; text-align:center;
	}	
	}		
/*box Contato*/	
.boxAtendimento {
	width:100%; 
	padding-right:15%; 
 	height:50px; 
	float:left; 
	padding-left:50px;
	margin-bottom:3px;
	background:#0098DA; 
	border:0;
	border-radius:5px;
	position:relative; z-index:1;
	cursor:pointer;
	font-family:'Exo 2',Arial, Helvetica, sans-serif; font-size:16px; font-weight:600; color: #FFF; text-align:left;
	 line-height:1.2;
	user-select: none;
	transition:0.2s ease-in-out;
	outline: none;
}
@media(max-width:500px){.boxAtendimento{ height: auto; padding-top:15px; padding-bottom:15px; line-height:1.2;}}
.boxAtendimento:hover {
	background: #04478F; color: #FFF;
	}
.boxAtendimento.active	{
	border-radius:5px; 
	background:#04478F; color: #FFF; 
	}	
/*Icone Abrir e Frechar*/
.boxAtendimento::after { 
	width:50px; 
	height:50px; 
	position:absolute; 
	right:0; top:0; 
	content: url(../imagens/atendimento/ver-mais1.svg);
	}
.boxAtendimento.active::after { 
	content: url(../imagens/atendimento/ver-mais2.svg);
	}
/*conteudo*/
div.conteudo_Bxcontato {
	width:100%;
	max-width:100%;
	padding-top:20px; padding-bottom:20px;
	padding-left:20px; padding-right:20px;
	margin-bottom:5px;
	margin-top:0;
	border:0;
	border-radius:5px;
	overflow: hidden;
	transition: 0.2s ease-in-out;
	opacity: 0;
	display:none;
}
div.conteudo_Bxcontato.show {
	opacity:1; 
	max-height:100%; 
	display:block; 
	margin-top:0; 
	background: #FFF; 
	border-radius:5px;
	}	
.TXTbox_contato{ 
	font-family:'Exo 2',Tahoma, Geneva, sans-serif; font-size: 16px; font-weight:400; color: #333; text-align: left;
	line-height:1.2;
	padding-bottom:10px;
	padding-top:10px;
}
.boxAtendimento.whatsapp::before{/*icone1*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/atend_whatsapp.svg) no-repeat center left;
	}
.boxAtendimento.telefone::before{/*icone2*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/atend_telefone.svg) no-repeat center left;
	}
.boxAtendimento.emails::before{/*icone3*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/atend_email.svg) no-repeat center left;
	}
.boxAtendimento.horario::before{/*icone4*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/atend_horario.svg) no-repeat center left;
	}
.boxAtendimento.localidade::before{/*icone5*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/atend_local.svg) no-repeat center left;
	}
.boxAtendimento.perguntas::before{/*icone6*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/atend_perguntas.svg) no-repeat center left;
	}									
/*final box Contato*/	
.container-atendi {
    display: flex;
    align-items: stretch;
    width: 100%;
}
.coluna1atendi {
    width: 350px;
    height: auto;
    float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}
.coluna2atendi, .coluna3atendi {
    width: calc(50% - 175px); 
    height: auto;
    float: left;
    background-color: #FFF;
    border-left: 1px solid #F1F1F2;
    padding: 2%;
}
@media (max-width: 1000px) {
    .container-atendi {
	flex-direction: column;
    }
    .coluna1atendi,
    .coluna2atendi,
    .coluna3atendi {
	width: 100%;
	border-left: 0;
    }
}
.BTcontatoPP:active,
BTcontatoPP:visited,
.BTcontatoPP{
	width: auto;
	height:50px;
	padding-left:50px;
	padding-right:20px;
	border-radius:5px;
	border:0;
	background:#0098DA;
	cursor:pointer;
	transition:0.2s ease-in-out;
	font-family:'Exo 2',Arial, Helvetica, sans-serif; font-size:16px; font-weight:500; color:#FFF; text-align:left;
	text-decoration:none;
	position:relative;
    display: inline-flex; /* Use inline-flex para evitar 100% */
    align-items: center; 
	}
.BTcontatoPP:hover{
	background:#04478F;;
	}
.BTcontatoPP.whatsapp::after{/*icone 1*/
	content:''; width:50px; height:50px;
	position:absolute; left:0; top:0;
	background:url(../imagens/atendimento/bt-v-whatsapp.svg);
	}
.BTcontatoPP.ligar::after{/*icone 2*/
	content:''; width:50px; height:50px;
	position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/bt-v-celular.svg);
	}	
.BTcontatoPP.email::after{/*icone 3*/
	content:''; width:50px; height:50px;
	position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/bt-v-email.svg);
	}	
.BTcontatoPP.baixar::after{/*icone 4*/
	content:''; width:50px; height:50px;
	position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/bt-v-baixar.svg);
	}	
.BTcontatoPP.local::after{/*icone 5*/
	content:''; width:50px; height:50px;
	position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/bt-v-localidade.svg);
	}				
/*Formulário WhatsApp 2*/
.FormAtendimento .select-fAt {
	width: 100%;
	max-width: 100%;
	height: 40px;
	border: 1px solid #CCC;
	border-radius:5px;
	font-family: 'Exo 2', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	background: #FFF;
	padding-left: 10px; /* Ajuste o valor conforme necessário */
	margin-bottom:5px;
}
/* Para as opções desabilitadas no select */
.select-fAt option[disabled] {
    color: #333; /* Cor para as opções desabilitadas */
}
.select-label {/* esconde o texto do label do formulario */
	position: absolute;width: 1px;height: 1px;margin: -1px;padding: 0; overflow: hidden;  border: 0;
}
.FormAtendimento .input-fAt {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	height: 40px;
	border: 1px solid #CCC;
	border-radius:5px;
	font-family: 'Exo 2', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	background: #FFF;
	padding-left: 10px; /* Ajuste o valor conforme necessário */
	margin-bottom:5px;
}
.FormAtendimento .textarea-fAt {
	width: 100%;
	max-width: 100%; /* Ajuste largura do formulario */
	border-radius: 5px;
	height: 90px;
	border: 1px solid #CCC;
	margin-bottom: 5px;
	font-family: 'Exo 2', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	background: #FFF;
	resize: none;
	padding: 10px; /* Adicione uma pequena margem ao redor do texto */
	box-sizing: border-box; /* Certifique-se de incluir padding na largura total */
}
/*ação cor validação email*/	
.email_form:valid {background: #00dc00; color: #FFF; }
.email_form:invalid {background: #FFF; color: #F00;
}
/* Cor dos campos de texto */
.FormDestaque ::placeholder {color: #333;
}
/* Garante que seja visível a cor do texto em todos os navegadores*/
::placeholder {
    color: #333; 
    opacity: 1; 
}
.BTWhastContato:visited,
.BTWhastContato:active,
.BTWhastContato {
    width: auto;
    height: 50px;
    padding-left: 50px;
    padding-right: 20px;
    border-radius: 5px;
	border:0;
    background: #0098DA;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    font-family: 'Exo 2', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    text-align: left;
    text-decoration: none;
    position: relative;
    display: inline-flex;
    align-items: center;
}
.BTWhastContato:hover {
    background: #04478F;
}
.BTWhastContato.whatsapp::after {/*icone 1*/
    content: ''; width: 50px; height: 50px;
    position: absolute;left: 0; top: 0;
    background: url(../imagens/atendimento/bt-v-whatsapp.svg) no-repeat center center;
}

.Form_atenimento {
    width: 100%;
    height: 530px;
    float: left;
    border: none; 
    overflow: hidden; 
}
/*FINAL CONTATO*/	

/*EMPRESA*/
.conteiner_empresa{
	display: flex;
	gap:50px;
	}
.Empresa_left{
	width:50%;
	float:left;
	}
.Empresa_Rigth{
	width:50%;
	float:left;
	}
@media(max-width:800px){
	.conteiner_empresa{
	flex-wrap: wrap;
	}
	.Empresa_left{
		width:100%;
	}
	.Empresa_Rigth{
		width:100%;
	}
	}		

.conteiner_colaborador {
    display: flex; 
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	gap:5%;
	}	
.bk_colaborador	{
	width: calc(35% - 5%);
	height:auto;
	margin-bottom:25px;
	display: flex;
	flex-direction: column;
	}
.foto_colaborador{
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	border:1px solid #0098DA;
	border-radius:5px;
	}	
@media(max-width:1280px){
	.bk_colaborador	{
	width:46%;
	height:auto;
	}
	}	
@media(max-width:900px){
	.bk_colaborador	{
	width:100%;
	height:auto;
	}	
	}	
/*FINAL EMPRESA*/

/*CLIENTES*/
.conteiner_Clientes{
	width:100%;
	display:flex;
	gap:10px 10px;
	justify-content: center;
	flex-wrap: wrap;
	}
.Cliente_item{
	width:calc(20% - 10px);
	height:auto;
	border-radius:5px;
	border:1px solid #0098DA; 
	}	
	@media(max-width:800px){
.Cliente_item{
	width:calc(33.3% - 10px);
	}	
	}
	@media(max-width:550px){
.Cliente_item{
	width:calc(50% - 10px);
	}	
	}	
/*FINAL CLIENTES*/
	
/*POLITICA DE PRIVACIDADE*/	
.conteiner_Cpolitica{
	width:100%;
	height:auto;
	float:left;
	display:flex;
	gap:50px;
	}	
.Left_politica{
	width:50%;
	}
.Rigth_politica{
	width:50%;
	}	
.BrasilLGPD {
    position: relative; 
    width: 100%; /* Responsivo na largura */
	float:left;
    overflow: hidden; /* Impede vazamento de conteúdo */
	border-radius:5px;
	margin-bottom:25px;
}
/* Imagem responsiva com proporção */
.BrasilLGPD::before {
    content: "";
    display: block;
    padding-top: 56.25%; /* Proporção 16:9 (altura baseada na largura) */
    background: url(../imagens/politica-privat/lgpd-big-surface.png) no-repeat center center;
    background-size: cover; /* Preenche o espaço sem deformar */	
}
@media (max-width: 850px) {
.conteiner_Cpolitica{
 	flex-wrap: wrap;
	gap:50px;
	}	
.Left_politica{
	width:100%;
	}
.Rigth_politica{
	width:100%;
	}	
}
/*FINAL POLITICA DE PRIVACIDADE*/	

/*TRABALHE CONOSCO*/
.conteiner_trabalhe{
	display:flex;
	gap:50px;
	}
.Left_trabalhe{
	width:50%;
	}
.Rigth_trabalhe{
	width:50%; 
	}
@media(max-width:800px){
	.conteiner_trabalhe{
	flex-wrap: wrap;
	}
	.Left_trabalhe{
	width:100%;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	}
.Rigth_trabalhe{
	width:100%; 
	}
	}	
/*FINAL TRABALHE CONOSCO*/	

/*FORNECEDOR*/
.conteiner_fornecedor{
	display:flex;
	gap:50px;
	}
.Left_fornecedor{
	width:50%;
	}
.Rigth_fornecedor{
	width:50%; 
	}
.Form_fornecedor {
    width: 100%; 
    height: 910px;
    float: left;
    border: none; 
    overflow: hidden; 
	max-width: 100%; /* Impede que o iframe ultrapasse a largura */
    display: block; /* Certifica-se de que o iframe seja tratado como um bloco */
}	
@media(max-width:800px){
	.conteiner_fornecedor{
	flex-wrap: wrap;
	}
	.Left_fornecedor{
	width:100%;
	}
.Rigth_fornecedor{
	width:100%; 
	}
	}	
/*FINAL FORNECEDOR*/

		