
@font-face {
  font-family: 'Aloevera-Light';
  src: url('fonts/Aloevera-Light.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}


@font-face {
  font-family: 'Aloevera-Regular';
  src: url('fonts/Aloevera-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Aloevera-Medium';
  src: url('fonts/Aloevera-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Aloevera-Bold';
  src: url('fonts/Aloevera-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Aloevera-Black';
  src: url('fonts/Aloevera-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

* {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  text-decoration: none;
}

html, body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  scroll-behavior: smooth;
  background: #012a4a !important;  
  overflow-x: hidden;
}

span, a, li {
  font-family: 'Aloevera-Light', sans-serif;
  line-height: 1;
  font-weight: normal;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

p {
  font-family: 'Aloevera-Light', sans-serif;
  font-weight: normal;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  line-height: 1.3rem;
}

/* GERAL */
.menu-items a {
  font-family: 'Aloevera-Light', sans-serif;
  line-height: 1.2;
  font-size: 0.9rem;
}

.menu-items a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.text-destaque {
  color: #61a5c2;
}

.color01 {
  color: #0b67e7;
}

.color02 {
  color: #738cff;
}

.full-width {
  width: 100%;
}

.margin-element {
  padding: 0 100px;
}

.top-itens {
  text-align-last: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-items {
  list-style: none;
  display: inline-flex;
}

.menu-items li {
  margin: 0 12px;
}

.menu-items li a {
  color: #fff;
}

.buttonstyle01 {
  background: #61a5c2;
  color: #fff;
  padding: 13px 24px;
  border-radius: 7px;
  font-weight: 500;
  margin-bottom: 0;
  align-content: end;
}

.buttonstyle01:hover {
  text-decoration: none;
  color: #fff;
  background: #3f768d;
}

.buttonstyle02:hover {
  text-decoration: none;
  color: #012a4a;
  background: #fff;
  border: 1.8px solid #012a4a;
}

.buttonstyle02 {
  background: transparent;
  color: #61a5c2;
  padding: 13px 24px;
  border: 1.8px solid #61a5c2;
  border-radius: 7px;
  font-weight: 500;
}

.buttonstyle01 svg {
  width: 18px;
  margin-right: 13px;
  fill: #fff;
}

section {
  padding: 30px 0;
}


/* HERO */
header {
  margin-bottom: 100px;
}
.hero {
  margin-bottom: 30px
}

h1 {
  font-size: 4.5rem;
  font-family: Aloevera-Medium;
  line-height: 0.3;
}

section h2 {
  font-size: 3.5rem;
  font-family: Aloevera-Medium;
  line-height: 1;
  margin-bottom: 30px;
}

section h2 span {
  font-size: 3.5rem;
  font-family: Aloevera-Medium;
}

.hero h1, .hero h1 span {
  font-size: 4.5rem;
  font-family: Aloevera-Medium;
  margin-bottom: 0;
}

.hero, h1, h2, h3 {
  font-family: Aloevera-Medium;
  font-weight: 800;
}

.mini-pictures img {
  border-radius: 50%;
  border: 3px solid #012a4a;
}

.mini-pictures img:nth-child(2) {
  margin-left: -15px;
}

.mini-pictures img:nth-child(3) {
  margin-left: -15px;
}

.hero-text {
  line-height: 0;
}

.hero-itens-02 {
  align-items: center;
}

.hero-itens {
    align-items: center;
    display: inline-flex;
}

.itens02 {
    display: grid;
    align-items: center;
    width: fit-content !important;
    grid-template-columns: 0fr 2fr;
    float: left;
    padding: 0 25px !important;
}

.itens02 img {
  margin-right: 12px;
  width: 32px;
}

.hero-itens-text p {
  font-family: Aloevera-Medium;
}

.hero-text p {
    margin: 0;
}

.hero-itens-text p {
  width: 150px;
}

.hero-itens div:nth-child(2) p {
  font-size: 2rem;
}

.hero-itens div:nth-child(3) span {
  font-size: 0.7rem;
}

.hero-itens .milequinhentos p {
  margin-bottom: 0;
}

.milequinhentos {
  padding-left: 0 !important;
}

.mini-pictures.col {
    padding-right: 5px !important;
}

.hero-itens div {
  max-width: fit-content;
}

.hero-itens-02 p, .hero-itens-02 span {
  margin: 0;
}

.hero-button {
  gap: 35px;
  display: inline-flex;
}

.heroinside {
  margin-top: 60px;
  display: grid;
  gap: 50px;
  margin-bottom: 60px;
}

.b-digital {
  width: 750px;
  position: absolute;
  right: 0;
  top: 200px;
}




/* COMO FUNCIONA */
.comofunciona {
  position: relative;
}

.title-comofunciona {
  text-align: center;
}

.title-comofunciona p {
  max-width: 550px;
  margin: 0 auto;
}

.bolder {
  font-family: Aloevera-Bold;
}

.funcionamento {
  position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}


.funcionamento .etapa01 .tiny-element {
  width: 80px;
  height: 80px;
  background: #0a59da;
  border-radius: 50%;
  margin-top: 110px;
  margin-left: -15px;
  align-content: space-evenly;
  text-align: center;
}

.funcionamento .etapa01 .big-image {
  width: 250px;
  height: 250px;
  background: #0a59da;
  border-radius: 50%;
}

.limit hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px dashed rgb(10 89 218);
  top: 186px;
  right: 90px;
  left: 60px;
  position: absolute;
}
.etapa01 img {
  margin-top: 5px;
  width: 250px;
}

.etappa {
  width: max-content;
  margin: 0px auto 70px auto;
align-content: end;
}

.etapa03 img {
  margin-top: 5px;
  width: 250px;
}

.etapa05 img {
  margin-top: 5px;
  width: 250px;
}

.big-image {
  clip-path: fill-box;
}
.etapa0-elements {
  text-align: left;
}

.funcionamento .etapa01, .funcionamento .etapa03, .funcionamento .etapa05 {
    display: inline-flex;
    width: max-content;
}

.tiny-element span {
  font-size: 2.5rem;
  font-family: Aloevera-Medium;
  font-weight: 300;
  letter-spacing: 5px;
}

.etapa0-elements {
  position: relative;
}

.tiny-element2 {
    content: "";
    width: 120px;
    height: 120px;
    position: absolute;
    border: 1px solid #0a59da;
    border-radius: 50%;
    margin-top: -100px;
    margin-left: -35px;
}

.tiny-element3 {
    content: "";
    width: 160px;
    height: 160px;
    position: absolute;
    border: 1px solid #0a59da;
    border-radius: 50%;
    margin-top: -120px;
    margin-left: -55px;
}

.etapa-text {
  text-align: left;
  margin-top: 50px;
}

.etapa02 .tiny-element {
  width: 80px;
  height: 80px;
  background: #3fc65c;
  border-radius: 50%;
  margin-top: 0;
  margin-left: -15px;
  align-content: space-evenly;
  text-align: center; 
}

.funcionamento .etapa03 .tiny-element {
  width: 80px;
  height: 80px;
  background: #7c96ff;
  border-radius: 50%;
  margin-top: 110px;
  margin-left: -15px;
  align-content: space-evenly;
  text-align: center;
}

.funcionamento .etapa03 .big-image {
  width: 250px;
  height: 250px;
  background: #7c96ff;
  border-radius: 50%;
}

.etapa04 .tiny-element {
  width: 80px;
  height: 80px;
  background: #9ac5d5;
  border-radius: 50%;
  margin-top: 0;
  margin-left: -15px;
  align-content: space-evenly;
  text-align: center; 
}

.funcionamento .etapa05 .big-image {
  width: 250px;
  height: 250px;
  background: #fff;
  border-radius: 50%;
}

.funcionamento .etapa05 .tiny-element {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  margin-top: 110px;
  margin-left: -15px;
  align-content: space-evenly;
  text-align: center;
}

.etapa05 .tiny-element span {
  color: #012a4a;
}

.etapa06 .tiny-element {
  width: 80px;
  height: 80px;
  background: #9ac5d5;
  border-radius: 50%;
  margin-top: 110px;
  margin-left: -15px;
  align-content: space-evenly;
  text-align: center; 
}


.comofunciona .funcionamento, .comofunciona .hero-button {
  margin: 50px auto;
    width: fit-content;
	display: grid;
}

.comofunciona .container {
  text-align: center;
}

.small {
  width: 220px;
  height: 220px;
}

.vertical {
  width: 220px;
  height: 455px;
}

.servicos-flex {
  display: flex;
  width: fit-content !important;
  gap: 15px;
}

.servicos-flex .col {
  gap: 15px;
  display: grid;
  padding: 0;
}

.servicos-flex .col .services {
    border-radius: 15px;
    position: relative;
    clip-path: fill-box;
}

.services img {
    position: absolute;
    bottom: -10px;
    width: 222px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)) 50%, to(rgba(0,0,0,0)));
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0));
}

.services .text {
  padding: 20px 15px 0 15px;
}

.services .text p:nth-child(1) {
  font-size: 1.3rem;
  margin-bottom: 6px;
}

.services .text p:nth-child(2) {
  font-size: 0.9rem;
  margin-bottom: 0;
  line-height: 1.2;
}

.chagecolor {
  color: #453919;
}

.py-5 {
  display: flex;
  width: fit-content;
    margin: 0 auto;
}
.eventos {
  writing-mode: sideways-lr;
  color: #4790b0;
}

.square01 {
  background: #ffd25e;
}

.square02 {
  background: #01497c;
}

.square03 {
  background: #0060e6;
}

.square04 {
  background: #3fc65c;
}

.square05 {
  background: #7c96ff;
}


.s-rectangle01, .s-rectangle03 {
  background: #4790b0;
}

.s-rectangle02, .s-rectangle04 {
  background: #0060e6;
}







.element p:nth-child(1) {
    width: max-content !important;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 0 16px !important;
}

.eventos p{
  color: #4790b0;
}

.eventos hr {
  height: 80px;
  width: 2px;
  background: #4790b0;
}

.eventos {
  display: flex;
  align-items: center;
  margin: auto 5px auto 0px;
}

.servicos h2 {
  text-align: center;
  line-height: 0.9;
}

.row-element {
  display: grid;
  gap: 15px;
  border-radius: 15px;
}

.row-element .element {
    border-radius: 15px;
    display: grid;
    grid-template-columns: 0fr 1fr;
    align-content: space-evenly;
    max-width: 400px;
    position: relative;
}


.row-element .element p{
  width: fit-content;
  margin: 0;
  height: fit-content;
    align-self: center;
}


/* MOTIVOS */
.motivos .titulo {
  text-align: left;
}

.titulo02 {
  text-align: center;
  margin-bottom: 51px;
}

.motivos-box {
  padding: 0;
  grid-template-columns: 0fr 1fr;
  display: grid !important;
  position: relative;
}

.motivos-box img{
  margin-right: 30px;
}
.pre-motivos-box {
  gap: 200px;
  display: grid;
  margin-top: 160px !important;
}

.motivobutton {
  margin-top: 50px;
}

.big-number01 {
  position: absolute;
    top: -150px;
    left: -50px;
}

.big-number02 {
  position: absolute;
    top: -150px;
}

.big-number03 {
  position: absolute;
    top: -150px;
}

.ab {
    position: absolute;
    left: -520px;
    padding-top: 90px;
}

/* PLANOS */
.planos-header img {
    height: 100%;
}

.planos-element {
    background: #fff;
    border-radius: 10px;
    max-width: 260px !important;
    min-width: 230px;
    height: 320px;
    padding: 5px 5px 20px 5px !important;
    margin: 0 !important;
}

.planos-header p {
    margin-bottom: 0;
    width: 50%;
    float: left;
    font-weight: bold;
    height: 100%;
    align-content: center;
    text-align: right;
}

.planos-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    position: absolute;
    gap: 30px;
    margin: 0 !important;
  }

.header01 {
  background: #1360e2;
  width: 100%;
  height: 70px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.plano01 .botao01 button {
  background: #1360e2;
  border-radius: 30px;
  width: 90%;
  margin-left: 5%;
  padding: 10px 0;
  font-size: 0.9rem;
}


.header02 {
    background: #89c2d9;
    height: 70px;
    border-radius: 6px;
    margin: 0 auto;
    margin-left: 0;
    display: flex;
}

.plano02 .botao02 button {
  background: #89c2d9;
  border-radius: 30px;
  width: 90%;
  margin-left: 5%;
  padding: 10px 0;
  font-size: 0.9rem;
}

.header03 {
  background: #ffd25d;
  height: 70px;
    border-radius: 6px;
    margin: 0 auto;
    margin-left: 0;
    display: flex;
}

.plano03 .botao03 button {
  background: #ffd25d;
  border-radius: 30px;
  width: 90%;
  margin-left: 5%;
  font-size: 0.9rem;
  padding: 10px 0;
}

.header04 {
  background: #3fc65c;
  height: 70px;
    border-radius: 6px;
    margin: 0 auto;
    margin-left: 0;
    display: flex;
}

.plano04 .botao04 button {
  background: #3fc65c;
  border-radius: 30px;
  width: 90%;
  margin-left: 5%;
  padding: 10px 0;
  font-size: 0.9rem;
}

.header05 {
  background: #7c96ff;
  height: 70px;
    border-radius: 6px;
    margin: 0 auto;
    margin-left: 0;
    display: flex;
}

.plano05 .botao05 button {
  background: #7c96ff;
  border-radius: 30px;
  width: 90%;
  margin-left: 5%;
  padding: 10px 0;
  font-size: 0.9rem;
}

.inline {
    display: flex;
    width: fit-content;
    margin: 0 auto;
}

.inline p, .valor-antigo {
  margin-bottom: 0;
  color: #333;
}

.inline .preco {
    font-size: 3.5rem;
    font-weight: 800;
}

.rs {
  text-align: center;
}
.valor-antigo {
  text-align: center;
  color: #226ae4;
  text-decoration: line-through;
}

.planos-content {
    text-align: center;
    gap: 30px;
    display: grid;
    padding: 30px 0;
}

.anual {
      text-align: center;
}

.row2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.numero-funcionarios {
    color: #61a5c2;
    font-weight: 800;
    margin-bottom: 0;
}

.all-plans-text {
  display: inline-flex;
  padding: 14px 0;
  align-items: center;
}

.all-plans-text img {
  width: 20px;
  margin-right: 10px;
  float: left;
}

.planos-row, .all-plans-text {
  position: relative;
}

.all-plans-text p {
  margin: 0;

}

.all-plans h3 {
  font-size: 1.3rem;
  margin-bottom: 50px;
}

.all-plans {
  padding: 60px 0;
}

p.consulte {
    color: #89c2d9;
    font-weight: 900;
    font-family: 'Aloevera-Medium';
}


























/* LICENCIADO */
.licenciado-text p {
    font-size: 1.1rem;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 0;
}

.licenciado-text {
    width: fit-content !important;
    display: flex;
    align-items: center;
}

.licenciado-box {
  width: fit-content !important;
  margin: 80px auto 50px auto !important;
}

.licenciado-box img {
  margin-right: 13px;
}

.box-image {
  clip-path: fill-box;
  width: 450px;
  height: 450px;
  border-radius: 42px;
}

.box-image img {
  width: 440px;
    position: absolute;
    border-radius: 42px;
    bottom: 0;
}

.image-mapa {
  position: absolute;
    z-index: 1;
    left: -215px;
}

.margin {
  margin-right: 215px;
}






.limit {
  width: 100%;
  position: relative;
}


.drag-scroll {
  display: flex;

  padding-left: 30%;
}

.drag-scroll2 {
  display: flex;

  padding: 50px;
}

.drag-scroll3 {
  display: flex;

  padding: 50px 30px 0 30px;
}

.drag-scroll::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: rgba(0,0,0,0.5);
  color: white;
  font-size: 30px;

  cursor: pointer;
}

.arrow.left {
  left: 10px;
}

.arrow.right {
  right: 10px;
}




/* CASE */

.case {
  position: relative;
}

.case h2 {
  text-align: center;
}

.case .row {
  display: flex;
  gap: 50px;
  padding: 75px 50px 0;
  width: fit-content;
  margin-left: auto !important;
  margin-right: auto !important;
}

.casebox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: fit-content;
  gap: 20px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 75px;  
}

@media (max-width: 1900px) {
  .casebox {
    text-align: center;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        padding: 100px 50px 0;
        place-items: center;
  }

}

@media (max-width: 540px) {
  .all-plans-text {
      width: 100% !important;
    }
}

@media (max-width: 500px) {
  .casebox {
    padding: 100px 15px 0;
  }

  .hero-button {
    display: grid;
    width: 300px;
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 20px auto 0 auto !important;
  }
}


.case .header img {
  border-radius: 50%;
  width: 50px;
  margin-bottom: 20px;
}

.case .header {
  text-align: center;
}

.case p {
  margin-bottom: 25px;
}


.case-box {
  width: 100%;
  height: fit-content;
  min-width: 230px;
  max-width: 250px !important;
  background: #fff;
  border-radius: 12px;
  padding: 20px 18px !important;
  position: relative;
}

.text-case {
  color: #4a5f6e;
  font-size: 0.8rem;
  line-height: 16px;
  text-align: center;
  font-family: 'Aloevera-Light';
}

.name-case {
  text-transform: uppercase;
  font-weight: 800;
  color: #012a4a;
  text-align: center;
  font-family: 'Aloevera-Bold';
  margin-bottom: 0 !important;
}

.organizacao-case {
  color: #468faf;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
}

.decricao-case {
  color: #676767;
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 0px !important;
}

.funcionarios-case {
  color: #676767;
  font-size: 0.8rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 0px !important;
}

.cidade-case {
  color: #676767;
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 0px !important;
}

.case h2 {
  margin-bottom: 100px;
}

.case .row .case-box:nth-child(1) {
  margin-top: 30px !important;
}

.case .row .case-box:nth-child(2) {
  margin-top: -30px !important;
}

.case .row .case-box:nth-child(3) {
  margin-top: 30px !important;
}

.case .row .case-box:nth-child(4) {
  margin-top: 0px !important;
}

.case .row .case-box:nth-child(5) {
  margin-top: 30px !important;
}















.fundo {
    position: absolute;
    top: -390px;
    left: -90px;

    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)) 50%, to(rgba(0,0,0,0)) 67%);
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) -121%, rgba(0, 0, 0, 0) 67%);
}

.fundo img {
    width: 900px;
}

.aspas {
    position: absolute;
    top: -100px;
    padding-left: 90px !important;
}


/* DUVIDA */
.duvida-info {
  border-radius: 12px;
  clip-path: fill-box;
  z-index: 1;
  position: relative;
}



/* PORCENTAGEM */
.percentage {
  position: relative;
}

.percentage-text {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: conic-gradient(#1e90ff, #00b894); /* azul para verde */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 5px;
  margin: 0 auto 20px auto;
}

.percentage-text::before {
 content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  background: #012a4a; /* fundo interno (igual ao fundo da imagem) */
  border-radius: 50%;
  z-index: 1;
}

.percentage-text p {
  margin-bottom: 0;
  font-size: 2.4rem !important;
  font-family: 'Aloevera-Medium';
  z-index: 3;
}

.peercentage01 p, .peercentage02 p, .peercentage03 p, .peercentage04 p {
  font-size: 0.8rem;
  max-width: 250px;
  text-align: center;
}

.row.percentage-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}


.fundo-percentage {
    left: -666px;
    bottom: 50px;
    position: absolute;
}

.fundo-percentage img {
  width: 1200px;
  opacity: 0.5;
}

/* FAQ */

.accordion-menu {
    display: inline-block;
    position: relative;
    width: 100%;
    border-radius: 5px;
}

.accordion-menu h2 {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  margin: 0;
    cursor: pointer;
    color: #fff;
}

.faq svg {
    position: absolute;
    right: 10px;
    width: 20px;
    fill: #61a5c282;
    color: white;
    font-size: 30px;
    cursor: pointer;
    top: 20px;
}

.accordion-menu p {
  color: #fff;
  font-size: 1rem;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  z-index: 2;
}
.accordion-menu ul {
  list-style: none;
  perspective: 900;
  padding: 0 20px 10px;
  margin: 0;
  background-color: #012a4a;
  border-radius: 5px;
}

.accordion-menu ul li {
    position: relative;
    margin: 0 0 15px 0;
    padding: 18px 10px 4px 18px;
    border: 1px solid #61a5c282;
}


.accordion-menu ul li:nth-of-type(1) { animation-delay: 0.5s; }
.accordion-menu ul li:nth-of-type(2) { animation-delay: 0.75s; }
.accordion-menu ul li:nth-of-type(3) { animation-delay: 1.0s; }
.accordion-menu ul li:nth-of-type(4) { animation-delay: 1.5s; }
.accordion-menu ul li:nth-of-type(5) { animation-delay: 2.0s; }
.accordion-menu ul li:nth-of-type(6) { animation-delay: 2.5s; }
.accordion-menu ul li:nth-of-type(7) { animation-delay: 3.0s; }
.accordion-menu ul li:last-of-type { padding-bottom: 0; }

.accordion-menu ul li .arrow {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}

.accordion-menu ul li .fas{
  color:#f6483b;
  font-size: 15px;
  margin-right: 10px;
}

.accordion-menu ul li .arrow:before, ul li .arrow:after {
  content: "";
  position: absolute;
  background-color: #61a5c2;
  width: 3px;
  height: 9px;
}
.accordion-menu ul li .arrow:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.accordion-menu ul li .arrow:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.accordion-menu ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;    
  opacity: 0;
}
.accordion-menu ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}

.accordion-menu li.active {
  background: #013a63 !important;
}


.accordion-menu .transition, p, ul li .arrow:before, ul li .arrow:after {
  transition: all 0.25s ease-in-out;
}

.accordion-menu .flipIn, h1, ul li {
  animation: flipdown 0.5s ease both;
}
.accordion-menu .no-select, h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }

  5% { opacity: 1; }

  80% { transform: rotateX(8deg); }

  83% { transform: rotateX(6deg); }

  92% { transform: rotateX(-3deg); }

  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}



footer {
  background: #013a63;
  width: 100%;
  padding-top: 60px;
}


.li-title {
  text-transform: uppercase;
  color: #61a5c2;
  margin-bottom: 15px;
}

.footer ul li {
  padding: 8px 0;
  list-style: none;
}

.footer ul a {
  text-decoration: none;
}

.footer ul {
  margin-bottom: 0;
}

.footer ul a:hover {
  opacity: 0.7;
}

.footer .termos {
  display: flow-root;
  text-align: right;
}

.footer .termos a {
  color: #fff;
  font-size: 0.8rem;
}

.footer .copy p {
  font-size: 0.8rem;
  margin-bottom: 0;
}

.footer .termos a:hover {
  text-decoration: none;
  opacity: 0.7;
}


.end {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  align-items: end;
  padding: 80px 0;
}





































/* ANIMAÇÕES */
.revealZoom {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.reveal-zoom-out {
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.reveal-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.reveal-right {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.reveal-slide-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.visiblee {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.2s;
}
/* ANIMAÇÕES */




.grupo01, .grupo02, .grupo03 {
    width: 33%;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    padding-left: 25px;
}

.inline-plans {
  display: flex;
}




/* RESPONSIVE*/

@media (max-width: 1798px) {
  .b-digital {
      width: 600px;
      top: 170px;
  }
}

@media (max-width: 1289px) {
  .b-digital {
    display: none;
  }
}

@media (max-width: 991px) {
  .b-digital {
    display: none;
  }
  .all-plans h3 {
    text-align: center;
  }
  .margin-element {
    padding: 0;
  }

  .grupo01, .grupo02, .grupo03 {
        width: 100%;
        padding: 20px 0;
        padding-left: 0;
        border-bottom: 1.5px solid #44637b;
  }

.funcionamento {
     grid-template-columns: 1fr;
}

  .inline-plans {
    display: block;
  }

  .all-plans-text {
    align-items: center;
    width: max-content;
    margin: 0 auto;
  }
}


hr.hrlimit {
  display: none;
}
/* MEMU */
nav {
    display: flex !important;
    justify-content: center;
    padding: 40px 0 20px 0;
    align-items: center;
    align-items: baseline;
}

nav .menu {
    list-style: none;
    display: flex;
    gap: 30px;
}

nav .menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    display: flex;
    width: max-content;
}

.menutop input {
    display: none;
}


@media (max-width: 900px) {
  .mini-pictures, .milequinhentos, .pp {
    display: none;
  } 

  .aa p {
    font-size: 1.2rem;
  }

  .hero-itens-02 {
    display: grid;
    width: 100%;
  }

  .itens02  {
    margin: 10px auto;
  }

  .hero-itens-text p {
    width: fit-content;
    margin-top: 7px;
  }
}
/* Mostra o hambúrguer apenas em mobile */

@media (max-width: 350px) {
    .row-element .element {
        display: block !important ;
        margin: 10px auto 0px auto !important ;
    }
    
    .eventos p {
        text-align: center;
    }
    
    .big-number01 img, .big-number02 img, .big-number03 img {
        width: 250px;
    }
    
    .big-number01, .big-number02, .big-number03 {
        text-align: center
    }
    
    .motivos-box {
        display: block !important;
    }
    
    .motivos-image {
        text-align: center;
        margin-block: 10px;
    }
    
    .motivos-text {
        text-align: center;
    }
    
}

@media (max-width: 500px) {
    .col.mapaa img {
        width: 80% !important;
        margin-left: 7% !important;
    }
    
}

@media (max-width: 600px) {
    .row .planos {
        display: block !important;
    }
    
    .planos-element {
        margin-bottom: 25px !important;    
    }
    
}
@media (max-width: 768px) {
  .hamburger-lines {
    display: flex;
  }
  
  .servicos .col {
      display: grid !important;
      text-align: center;
  }
  
  .funcionamento, .etappa {
     display: block !important; 
  }
  
  .services {
      margin-bottom: 20px;
  }
  
  .percentage .row {
      display: block;;
  }
  
  .servicos-flex {
      margin: 0 auto;
  }
  
  .etapa-text {
      text-align: center;
  }
  
  .tiny-element2, .tiny-element3 {
      display: none;
  }
  
  .tiny-element {
      margin-left: auto;
      margin-right: auto;
  }
  
  .etappa {
      margin: 20px auto;
    width: fit-content;
  }

  .peercentage01 p, .peercentage02 p, .peercentage03 p, .peercentage04 p {
      width: 100%;
      margin: 0 auto 0 auto;
  }


  hr.hrlimit {
    display: block;
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 50%;
    right: 50%;
    height: 90%;
    border: 2px dashed rgb(10 89 218);
  }
  
  .menu-items {
    position: absolute;
    right: 0;
    top: 70px;
    width: 100%;
  }
  
  .top-itens {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .hero h1, .hero h1 span {
        font-size: 3.5rem
    }
    
    .hero-itens div:nth-child(1), .hero-itens div:nth-child(2) {
        float: left;
    }
    
    .hero-itens div:nth-child(2) {
        margin: 10px 0 0 20px;
    }
    
    .hero-itens div:nth-child(3) {
        margin-top: 30px;
    }
    
    .tiny-element {
        margin-left: auto !important;
    margin-right: auto !important;
    }
}

@media (max-width: 1350px) {
    
    .margin-element {
        padding: 0 20px;
    }

    .planos-element {
	max-width: 210px !important;
    }

    .b-digital {
      display: none;
    }
  
    /* MENU SANDWICH */
    .menutop input {
      display: block;
    }

    header .container {
      max-width: 100% !important;
      margin: 0;
      padding: 0;
    }

    .heroinside  {
      text-align: center;
    }

    .hero-itens, .hero-button, .hero-itens-02 {
      margin: 0 auto;
    }

    nav {
      padding: 0;
      position: fixed;
      width: 100%;
      top: 20px;
      z-index: 20;
    }

    nav .menu-items ul li a {
      text-decoration: none;
      color: #0e2431;
      font-weight: 500;
      font-size: 1.2rem;
      padding: 0.7rem;
    }

    nav .menu-items ul li a:hover{
        font-weight: bolder;
    }

    .logo {
      display: none;
    }

    nav .checkbox {
      position: absolute;
      display: block;
      height: 32px;
      width: 32px;
      top: 12px;
      left: 0;
      z-index: 5;
      opacity: 0;
      cursor: pointer;
    }
    

    nav .hamburger-lines {
      display: block;
      height: 22px;
      width: 27px;
      position: absolute;
      top: 17px;
      left: 0;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    nav .hamburger-lines .line {
      display: block;
      height: 3px;
      width: 100%;
      border-radius: 10px;
      background: #fff;
    }

    nav .hamburger-lines .line1 {
      transform-origin: 0% 0%;
      transition: transform 0.4s ease-in-out;
    }

    nav .hamburger-lines .line2 {
      transition: transform 0.2s ease-in-out;
    }

    nav .hamburger-lines .line3 {
      transform-origin: 0% 100%;
      transition: transform 0.4s ease-in-out;
    }

    nav .menu-items {
      width: 100vw;
      height: 100vh;
      transform: translate(-0);
      background-color: #012a4a;
      flex-direction: column;
      display: none;
      position: absolute;
      top: -20px;
      left: -100px;
      transition: transform 0.5s ease-in-out;
      text-align: center;
      background: #012a4a !important;
      align-content: space-evenly;
      z-index: 1;
    }

    nav .menu-items li {
      font-size: 1.5rem;
      font-weight: 500;
      list-style: none;
      padding: 15px 0;
    }
    
    nav .menu-items li:nth-child(8) {
      margin-top: 30px;
    }

    nav input[type="checkbox"]:checked ~ .menu-items {
      transform: translateX(0%);
    }

    nav input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
      transform: rotate(45deg);
    }

    nav input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
      transform: rotate(45deg);
    }

    nav input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
      transform: scaleY(0);
    }

    nav input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
      transform: rotate(-45deg);
    }

    nav input[type="checkbox"]:checked ~ .logo{
      display: none;
    }
    
    .menucheck:checked ~ .top-itens .menu-items {
      display: block;
    }
    /* MENU SANDWICH */
    
    .hero {
        margin-top: 100px;
    }
    /* Quando o checkbox estiver checado, mostra o menu */

}

@media (min-width: 1351px) and (max-width: 1554px) {
    nav .menu-items li:nth-child(8) {
      display: none;
    }
}

@media (max-width: 1200px) {
    .py-5{
        display: grid;
        gap: 30px;
    }
    
    .eventos {
        writing-mode: initial;
        margin: 0 auto;
    }
    
    .eventos hr {
        height: 2px;
        width: 80px;
        margin: 0 15px;
    }
    
    .eventos p {
        margin-bottom: 0;
    }
    
    .row-element .element {
        margin: 15px auto;
        padding: 20px 10px;
    }
    
    .row .end {
        display: block;
        
    }
    
    .row .termos {
        text-align: center;
    }
    
    .margin {
        margin-right: 0;
        margin-bottom: 50px;
    }
    
    .licenciado .row {
        display: block;
    }
    
    .mapaa {
        width: fit-content !important;
         margin-left: auto !important;
         margin-right: auto !important;
         margin-top: 250px !important;
    }
    
    .image-mapa {
        left: 0;
            top: -200px;
    }
    
    .licenciado-text {
        padding: 10px 0;
    }
    
    .faq .hero-button {
        margin-block: 40px;
    }
    
    .faq .row, .duvida .row {
        display: block;
    }

    footer .row {
      display: block !important;
    }

    footer .end {
      display: flex !important;
      flex-direction: column-reverse;
      gap: 30px;
    }
    
    footer {
        text-align: center !important;
    }

    .menu03-footer a {
      display: flex;
      margin: 0 auto;
      width: fit-content;
    }

    footer ul {
      padding-left: 0;
    }
    
}

/* Esconde o menu inicialmente em mobile */
.menu-items {
  display: none;

  align-items: center;
  top: 20px;
  right: 0;
  width: 100%;
  padding: 20px;
}


.menu-items li ul {
      visibility: hidden;
      opacity: 0;
      display: none;
      text-decoration: none;
      list-style: none;
      transition: 2s fade-in;
    }

    .menu-items li:hover > ul, .menu-items li ul:hover {
      visibility: visible;
      opacity: 1;
      display: block;
      text-align: left;
      padding-top: 10px;
    }

    .menu-items li ul li {
        padding: 5px 0;
    }

    .menu-items li ul li:hover {
      background: #ffffff2e;
      transition: all 0.3s ease;
      padding-left: 10px;
    }

    .menubutton {
        display: inline-block;
        display: inline-block;
        padding: 10px 15px;
        background-color: #00BFFF;
        border-radius: 10px;
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        margin-top: -20px;
        border: none;
    }





    .services:hover {
      opacity: 0.7;
      cursor: pointer;
    }

    /* Estilo do modal */
    .modal {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      align-content: space-evenly !important;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.5);
    }

    .modal h2, .modal p {
      color: #fff;
    }

    .modal-content {
      margin: 0 auto;
      padding: 20px;
      border-radius: 8px !important;
      width: 300px !important;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }

    .close {
      color: #fff !important;
      text-shadow: 0 1px 0 #000000 !important;
      float: right;
      font-size: 2rem !important;
      font-weight: bold;
      cursor: pointer;
      margin-bottom: 10px;
    }

    .close:hover {
      color: #000;
    }