/*********************************************************/
/*CSS MODE - MRPNET 2025
/*********************************************************/
/*CORES*/
:root {
  --cor_1: #0F2861;
  --cor_2: #DE192A;
  --cor_3: #3DA842;
  --cor_4: #EAEFF2;
}
/*********************************************************/
.botao {padding: 10px 50px; color: #fff; background-color: var(--cor_1); border-radius: 50px; font-weight: 500; text-transform: uppercase; cursor: pointer;}
.botao:hover {background-color: var(--cor_2);}

.botao-v {padding: 10px 50px; color: #fff; background-color: var(--cor_3); border-radius: 50px; font-weight: 500; text-transform: uppercase; cursor: pointer;}
.botao-v:hover {background-color: var(--cor_2);}

.botao-1 {width: 30%; height: 60px; margin: 40px auto; background-image: url(../images/bt1.png); }
.botao-2 {width: 50%; height: 60px; background-image: url(../images/bg2.png); display: inline-block;}

h1 {color: var(--cor_1); text-transform: uppercase; font-size: 2.4em; font-weight: 600; padding-bottom: 20px;}
p {font-size: 1.1em; line-height: 30px;}

.centro {width: 50%; margin: auto; text-align: center;}
/*********************************************************/
/*HEADER DO SITE*/
header {width: 100%; position: relative; z-index: 1000;}
header .content {display: flex; align-items: center; justify-content: space-between; max-width: 1280px !important;}
header .inicio {width: 100%; display: table; padding: 5px 0;}
header .dados {width: 100%; display: flex; justify-content: flex-end;}
header .dados li { padding-left: 20px; color: var(--cor_1); font-size: 0.9em;}

header .topo {width: 100%; padding-bottom: 30px;}
header .logo {width: 200px; height: 70px;}

header .social {display: flex;}
header .social li {padding: 0 7px; font-size: 1.4em; color: var(--cor_1);}
header .social li:hover {color: var(--cor_3);}
header .inputsel {background-color: var(--cor_4); border: 0; border-radius: 50px; padding: 3px 5px; color: var(--cor_1);}
/*********************************************************/
footer {width: 100%; display: table; padding-top: 30px; background-color: var(--cor_1);}
footer a {color: #fff;}
footer a:hover {color: var(--cor_3);}
footer .logo {width: 40%; float: left; height: 200px; background-image: url(../images/logo_rodape.png); margin-right: 10%;}
footer .quadro {width: 20%; float: left;}
footer .quadro-b {width: 30%; float: right;}
footer .sub li {color: #fff; font-size: 1.1em; padding-bottom: 5px;}
footer .dados li {color: #fff; font-size: 1.1em;}
footer .dados i {padding-right: 5px;}
footer .social li {float: left; padding-right: 20px; font-size: 2em;}
/*********************************************************/
.fim {width: 100%; text-align: center; padding: 20px 0;}
.fim p {font-size: 0.9em; color: #fff;}
/*********************************************************/
.banner-interno {width: 100%;}
.banner-interno img {width: 100%;}
/*********************************************************/
.tela-1 {width: 100%; padding: 60px 0; text-align: center;}
.tela-1 .quadro {width: 70%; margin: auto;}
.tela-1 .imagem {width: 100%; aspect-ratio: 1/1; margin-bottom: 20px;}
/*********************************************************/
.tela-2 {width: 100%; padding: 60px 0; text-align: center; background-color: var(--cor_4);}
.tela-2 h2 {color: var(--cor_1); text-transform: uppercase; font-weight: 500; height: 70px; font-size: 1.2em; line-height: 25px;}
.tela-2 h2 a {color: var(--cor_1);}
.tela-2 h2 a:hover {color: var(--cor_2);}
.tela-2 a:hover {text-decoration: none !important;}

.tela-2 .quadro {width: 95%; margin: auto; border-radius: 20px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}
.tela-2 .imagem {width: 100%; height: 240px;}
.tela-2 .texto {width: 100%; background-color: #fff; padding: 20px; min-height: 280px; position: relative;}
.tela-2 .botao {position: absolute; bottom: 10px; left: 50%;  transform: translate(-50%, -50%); padding: 5px 20px; text-transform: lowercase; font-weight: 400;}
/*********************************************************/
.tela-3 {width: 100%; display: table; padding: 60px 0;}
.tela-3 .esquerda {width: 60%; text-align: justify;}
.tela-3 .direita {width: 35%;}
/*********************************************************/
.tela-4 {width: 100%; text-align: center; padding: 20px 0 80px 0;}
.tela-4 .quadro {width: 80%; margin: auto;}
.tela-4 .imagem {width: 100%; height: 400px;}
/*********************************************************/
.tela-5 {width: 100%; padding: 60px 0; background-color: var(--cor_4); display: table; text-align: justify;}
.tela-5 h1 {color: var(--cor_3);}
/*********************************************************/
.tela-6 {width: 100%; padding: 60px 0; text-align: center;}
.tela-6 .quadro {width: 90%; margin: 20px auto;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); border-radius: 20px; height: 200px;}
/*********************************************************/
.tela-7 {width: 100%; padding-bottom: 60px;}
.tela-7 .content {width: 50% !important;}
.tela-7 h2 {color: var(--cor_1); font-weight: 600;}
.tela-7 .quadro {width: 90%; margin: 20px auto; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7); padding: 30px; border-radius: 20px; display: table;}
.tela-7 .imagem {width: 20%; aspect-ratio: 1/1; float: left; border-radius: 50%; background-position: center center;}
.tela-7 .texto {width: 75%; float: right;}
/*********************************************************/
.tela-8 {width: 100%; display: table; padding: 60px 0;}
.tela-8 p {font-size: 0.8em;}
.tela-8 h2 {color: var(--cor_1); padding-bottom: 20px; font-weight: 600;}
.tela-8 .dados {padding: 40px 0;}
.tela-8 .dados li {font-size: 1.6em;}
.tela-8 .dados i {color: var(--cor_1); padding-right: 10px;}

.tela-8 .formulario {width: 100%; padding: 40px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); background-color: #fff; border-radius: 20px;}
.tela-8 a {color: var(--cor_1);}
.tela-8 a:hover {color: var(--cor_2);}
.tela-8 .input {width: 100%; padding: 20px; background-color: var(--cor_4); font-size: 1.1em; border-radius: 10px;}
.tela-8 .inputtext {width: 100%; height: 160px; resize: none; padding: 20px; background-color: var(--cor_4); font-size: 1.1em; border-radius: 10px; font-family: "Poppins", sans-serif;}
.mapa iframe {width: 100%; height: 400px;}
/*********************************************************/
.sobre {width: 100%; display: table; padding: 60px 0; text-align: justify;}
.sobre h1 {text-align: center; font-size: 2.2em;}
.sobre h2 {font-size: 2.6em; color: var(--cor_1); text-transform: uppercase; font-weight: 400;}
.sobre h3 {color: var(--cor_1); padding-bottom: 30px; text-transform: uppercase;}
.sobre h4 {text-align: center; font-size: 2.2em; color: var(--cor_1); text-transform: uppercase; padding-bottom: 30px;}
.sobre h5 {text-align: center; font-size: 2.2em; color: var(--cor_1); text-transform: uppercase; padding-bottom: 30px;}

.sobre .quadro {width: 100%; display: table; padding: 30px 0; display: flex; margin: auto; align-items: center;}
.sobre .titulo-e {float: left; padding-right: 20px; border-right: 2px solid var(--cor_1); margin-right: 20px;}
.sobre .titulo-d {float: right; padding-left: 20px; border-left: 2px solid var(--cor_1); margin-left: 20px;}
.sobre .texto-d {float: right;}
.sobre .texto-e {float: left;}
.sobre .colunas {columns: 2; column-gap: 40px;}

.sobre .foto-g {width: 49%; height: 530px; border-radius: 20px; float: left; margin: 1%; background-position: center center;}
.sobre .foto {width: 22%; height: 250px; border-radius: 20px; float: left; margin: 1%; background-position: center center;}
.sobre .foto-p {width: 18%; height: 180px; border-radius: 20px; float: left; margin: 1%; background-position: center center;}

.sobre .maior {width: 40%; float: left; text-align: center; padding: 30px 60px 0 60px;}
.sobre .menor {width: 20%; float: left; text-align: center; padding: 0 40px;}
/*********************************************************/
.equipamentos {width: 100%; padding-top: 60px; text-align: justify;}
.equipamentos h1 {text-align: center;}
.equipamentos h2 {color: var(--cor_1); padding-bottom: 20px; text-align: left;}

.equipamentos .quadro {width: 100%; padding: 30px 0; background-color: var(--cor_4); margin-bottom: 20px;}
.equipamentos .esquerda {width: 35%;}
.equipamentos .direita {width: 55%;}
.equipamentos .foto {width: 100%; margin: auto; border-radius: 20px; height: 400px;}
/*********************************************************/
.sustentabilidade {width: 100%; display: table; padding-top: 40px; text-align: justify;}
.sustentabilidade h1 {color: var(--cor_3); padding-left: 100px; width: 70%; margin: auto; text-align: left; background-image: url(../images/folha.png); background-repeat: no-repeat; background-position: left center; background-size: 80px; min-height: 110px;}
.sustentabilidade h2 {text-align: center; color: var(--cor_3); padding-bottom: 20px; text-transform: uppercase; font-size: 2.2em;}
.sustentabilidade .quadro {width: 100%; padding: 30px 0; background-color: var(--cor_4); margin-bottom: 20px;}
.sustentabilidade .imagem-e {width: 30%; float: left;}
.sustentabilidade .imagem-d {width: 30%; float: right;}
.sustentabilidade .texto-e {width: 65%; float: left;}
.sustentabilidade .texto-d {width: 65%; float: right;}
/*********************************************************/
.noticias {width: 100%; display: table; padding: 40px 0 60px 0; min-height: 500px;}
.noticias h2 {font-weight: 600; padding-bottom: 20px; color: var(--cor_1);}
.noticias h2:hover {color: var(--cor_2);}
.noticias h3 {text-align: center; color: var(--cor_1); text-transform: uppercase; font-weight: 500; font-size: 1.6em; padding-bottom: 20px;}
.noticias a {color: var(--cor_1);}
.noticias a:hover {color: var(--cor_2);}

.noticias .link {position: absolute; left: 30px; bottom: 20px; color: var(--cor_1); text-transform: uppercase; font-size: 1.1em;}
.noticias .link:hover {color: var(--cor_2);}
.noticias .quadro {width: 45%; float: left; margin: 0 2.5% 40px 2.5%; border-radius: 20px; overflow: hidden;}
.noticias .imagem {width: 100%; height: 240px;}
.noticias .texto {width: 100%; padding: 20px 30px; background-color: var(--cor_4); min-height: 300px; position: relative;}

.noticias .post {width: 60%; float: left;}
.noticias .lateral {width: 35%; float: right; border-left: 5px solid var(--cor_4); padding-left: 40px;}
/*********************************************************/
.post h1 {font-size: 2.2em; text-transform: none; padding-bottom: 20px;}
.post h2 {font-size: 1.2em; line-height: 25px;}
.post .quadro-m p {font-size: 0.9em; line-height: 22px;}
.post .quadro-m {width: 90%; margin: auto; border-radius: 20px; overflow: hidden; margin-bottom: 20px;}
.post .imagem {height: 150px;}
.post img {width: 100%;}
.post .texto {min-height: 100px; padding: 20px;}
/*********************************************************/
.accordion {width: 100%; }
.accordion-item {margin-bottom: 20px; } 
.accordion-item:last-child { border-bottom: none;}
.accordion-header { width: 100%; padding: 20px; font-weight: 600; text-transform: uppercase; background: #fff; color: var(--cor_2); border: none; text-align: left; outline: none; cursor: pointer; font-size: 1em !important; transition: background-color 0.3s ease; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);}
.accordion-header:hover { background-color: #e2e2e2;}
.accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; background: white; padding: 0 20px; margin-bottom: 20px;}
.accordion-content .quadro {padding: 20px;}
.accordion-item.active .accordion-content { max-height: 200px;}

.accordion .txt {padding: 20px 0;}
.accordion .txt p {font-size: 1em; line-height: 30px; font-weight: 400; text-align: left;}
/*********************************************************/
.servicos {width: 100%; padding-top: 60px;}
.servicos h1 {text-align: center; font-size: 2.2em;}
.servicos h2 {font-size: 1.1em; font-weight: 300;}
.servicos img {width: 100%;}

.servicos .quadro {width: 90%; margin: auto; text-align: center;}
.servicos .icon {width: 90%; height: 180px; margin: 0 auto 20px auto; background-position: center center;}

.servicos .ic1 {background-image: url(../images/ic1.png);}
.servicos .ic2 {background-image: url(../images/ic2.png);}
.servicos .ic3 {background-image: url(../images/ic3.png);}
.servicos .ic4 {background-image: url(../images/ic4.png);}
.servicos .ic5 {background-image: url(../images/ic5.png);}
.servicos .ic6 {background-image: url(../images/ic6.png);}
/*********************************************************/