/*********************************************************/
/*CSS MODE - MRPNET 2025
/*********************************************************/
/*CORES*/
:root {
  --cor_1: #0F575C;
  --cor_2: #DF70A8;
  --cor_3: #0076AF;
}
/*********************************************************/
.botao {padding: 10px 30px; color: #fff; background-color: var(--cor_1); border-radius: 10px; font-weight: 500; text-transform: uppercase; cursor: pointer;}
.botao:hover {background-color: var(--cor_2);}

h1 {color: var(--cor_1); font-size: 2.4em; text-transform: uppercase; font-weight: 600; margin-bottom: 40px;}
p {font-size: 1.1em; line-height: 25px;}
/*********************************************************/
/*HEADER DO SITE*/
header {width: 100%; position: relative; padding: 20px 0; z-index: 1000; }
header .content {display: flex; align-items: center; justify-content: space-between;}
header .logo {width: 360px; height: 90px;}
/*********************************************************/
.vantagens {width: 100%; text-align: center; padding: 60px 0;}
.vantagens h2 {font-weight: 400; font-size: 1em; text-transform: uppercase;}

.vantagens .quadro {width: 90%; margin: auto;}
.vantagens .icon {width: 80%; aspect-ratio: 1/1; margin: 0 auto 20px auto; background-position: center center;}

.vantagens .ac1 {background-image: url(../images/ac1.png);}
.vantagens .ac2 {background-image: url(../images/ac2.png);}
.vantagens .ac3 {background-image: url(../images/ac3.png);}
.vantagens .ac4 {background-image: url(../images/ac4.png);}
.vantagens .ac5 {background-image: url(../images/ac5.png);}
/*********************************************************/
.depoimentos {width: 100%; padding: 60px 0; background-color: #f2f2f2; text-align: center;}
.depoimentos h2 {font-size: 1.4em; padding-bottom: 10px;}

.depoimentos .quadro {width: 95%; margin: 15px auto; background-color: #fff; border-radius: 20px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); min-height: 450px; padding: 30px;}
.depoimentos .imagem {width: 65%; aspect-ratio: 1/1; margin: 0 auto 20px auto; border-radius: 50%;}
.depoimentos .star {width: 75%; height: 40px; background-image: url(../images/star.png); background-position: center center; margin: 0 auto 20px auto;}
/*********************************************************/
.sobre {width: 100%; display: table; padding: 60px 0; text-align: center;}
.sobre p {text-align: justify !important;}
/*********************************************************/
.produtos {width: 100%; display: table;}
.produtos h2 {font-size: 2em; text-transform: uppercase; text-align: left; font-weight: 600;}
.produtos li {font-size: 1.4em; font-weight: 400; text-transform: uppercase; text-align: left;}
.produtos .texto p {text-align: justify; line-height: 30px;}

.produtos .link {color: var(--cor_3); text-transform: uppercase; font-weight: 500; font-size: 1.2em;}

.produtos .bg1 {padding: 60px 0; display: table; background-color: #f2f2f2; width: 100%;}
.produtos .bg2 {padding: 60px 0; display: table;  width: 100%;}
.produtos .quadro {width: 100%; background-color: #fff; border-radius: 20px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); min-height: 450px; padding: 30px; text-align: center;}
.produtos .quadro p {font-size: 1.2em; font-weight: 600; text-transform: uppercase;}
.produtos .btwa {width: 225px; height: 50px; margin: 10px auto; background-image: url(../images/whatsapp.png); display: inline-block;}
/*********************************************************/
footer {width: 100%; display: table; padding: 40px 0 10px 0; background-color: var(--cor_1);}
footer p {color: #fff;}
footer .logo {width: 50%; float: left; height: 140px; background-image: url(../images/logo-rodape.png); background-size: 60%; background-position: center center; background-repeat: no-repeat;}
footer .quadro {width: 50%; float: right; display: table;}
footer .pagamento {width: 280px; height: 80px; background-image: url(../images/formas.png);}
/*********************************************************/
.fim {width: 100%; display: table; padding: 10px 0; text-align: center; font-size: 0.9em; text-transform: uppercase;}
.fim a {color: #fff;};
.fim a:hover {color: var(--cor_2);}
/*********************************************************/
.faq {padding: 60px 0; min-height: 550px;}
.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_1); 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;}
/*********************************************************/
.mv {padding: 40px 0; display: table; text-align: center;}
/*********************************************************/