@import url('http://fonts.googleapis.com/css?family=Roboto');
/* Estilo padrão para telas maiores que 1024px */

html {
  font-family: 'Roboto', sans-serif;
}
.skeleton {
  background: #eee;
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    background: #f0f0f0;
  }
  50% {
    background: #dfdfdf;
  }
  100% {
    background: #f0f0f0;
  }
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.left {
  display: flex;
  align-items: center;
}

.left img {
  height: 50px;
  margin-right: 10px;
}

.left a {
  text-decoration: none;
  color: black;
  font-size: 20px;
  margin-left: 20px;
}

.right {
  display: flex;
  align-items: center;
}

.right img {
  height: 50px;
  margin-right: 10px;
}
.skeleton-image {
  width: 100%;
  height: 200px;
}

.skeleton-title {
  width: 80%;
  height: 20px;
  margin: 10px;
  border-radius: 5px;
}

.skeleton-text {
  width: 90%;
  height: 10px;
  margin: 5px;
  border-radius: 5px;
}

.card {
  position: relative;
  padding-top: 1rem;
  height: auto;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  margin: 1rem;
}
.paper-card {
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 0px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  margin: 1rem;
}
.card p {
  margin-bottom: 1rem;
  margin-left: 1rem;
  color: #666;
}
.card h2 {
  margin-bottom: 0.25rem;
  margin-left: 1rem;
  font-size: 24px; /* Tamanho da fonte pequena */
  font-weight: 900;
  color: #333; /* Cor da fonte clara */
}
.radial {
  width: auto;
}

.cards {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.charts {
  display: flex;
  width: 50%;
  justify-content: center;
  flex-direction: column;
}
.chart {
  width: auto;
}
.logos {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.line_logo {
  border: solid 3px #707070;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  margin-left: 2rem;
  margin-right: 2rem;
}
.logos img {
  width: 15%;
}
#logo_jlr {
  width: 7%;
}
.gradient_text {
  background: #38CF38;
  background: linear-gradient(to right, #38CF38 0%, #009ECE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  padding: .5rem;
  width: auto;
  font-size: 2em;
  font-weight: 900;
}
body {
  height: 100%;
  /* background-image: linear-gradient(#05a1d2,#00bd2a);  */
  background-color: #eff4f7;
  padding: 0rem;
}
.container {
  padding: 1rem;
}
.container_main_fluxo{
  position: relative;
  width: 50%;
  padding-top: 3rem;
  padding-left: 5rem;
  padding-right: 5rem;
}
.fluxo_container {
  position: relative;
  padding: 0rem 2rem;
  display: flex;
  height: 100%;
  justify-content: space-around;

  flex-direction: column;
}
.fluxo_top {
  display: flex;
  justify-content: center;
}
.fluxo_middle {
  display: flex;
  justify-content: space-between;
}
.fluxo_botton {
  display: flex;
  justify-content: center;
}
.fluxo_charts {
  display: flex;
}
.fluxo_card {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background-color: #001550;
  border-radius: 10rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  margin: 1rem;
  border: 1px;
  width: 6rem;
  height: 6rem;
}
.box_botton_rigth {
  display: block;
  z-index: -1;
  position: absolute;
  width: calc(50% - 5rem);
  height: 10rem;
  left: calc(50% + 6px);
  top: calc(50% + 5px);
  border-radius: 20px 0;
}
.box_left_botton {
  z-index: -1;
  position: absolute;
  width: calc(50% - 5rem);
  left: 4.5rem;
  top: calc(50% + 5px);

  .line::after {
    content: '';
    position: absolute;
    inset: 10px;
    background: #eff4f7;
   
    border-radius: 15px;
    bottom: -4px;
    left: -4px;
  }
}
.box_left_rigth {
  z-index: -1;
  position: absolute;
  left: 5rem;
  width: calc(100% - 10rem);
  /* right: calc(50% + 10px);
   transform: rotate(90deg); */
  top: calc(50% - 10px);
  .line::after {
    content: '';
    position: absolute;
    inset: 10px;
    background: #eff4f7;
    border-radius: 15px;
    bottom: -4px;
    right: -4px;
    left: -4px;
  }
}
.line {
  position: relative;
  height:12rem;
  background: repeating-conic-gradient(
    from var(--a),
    #45f3ff 0%,
    #45f3ff 5%,
    transparent 5%,
    transparent 40%,
    #45f3ff 50%
  );
  border-radius: 20px;
  box-shadow: inset 0 0 20px 0px rgba(0, 0, 0, 0.3);
  animation: animate 2s linear infinite;
}
.line::after {
  content: '';
  position: absolute;
  inset: 10px;
  background: #eff4f7;
  border-radius: 15px;
  bottom: -4px;
  right: -4px;
}
.box_top_rigth {
  display: none;
  z-index: -1;
  position: absolute;
  width: calc(50% - 5rem);
  height: 10rem;
  transform: rotateX(180deg);
  left: calc(50% + 5px);
  bottom: calc(50% + 5px);
  border-radius: 20px 0;
}
.box_botton_left {
  z-index: -1;
  position: absolute;
  width: calc(50% - 5rem);
  height: 10rem;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
}

@property --a {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}
@keyframes animate {
  0% {
    --a: 0deg;
  }
  100% {
    --a: 360deg;
  }
}

@keyframes change-color {
  0% {
    box-shadow: inset 12px 11px 0px 10px blue;
  }
  50% {
    box-shadow: inset 012px 11px 0px 10px cyan;
  }
  100% {
    box-shadow: inset 12px 11px 0px 10px blue;
  }
}
@media only screen and (max-device-width: 360px) {
  html {
    font-size: 2rem;
  }
  html h2 {
    font-size: 2rem !important;
  }
  html p {
    font-size: 2rem !important;
  }
  nav {
    height: 10vh;
    padding: 1rem !important;
    margin-bottom: 2rem;
    a {
      display: none;
    }
  }

  .left {
    margin-bottom: 10px;
  }
  .left img {
    height: 100px;
  }

  .right {
    margin-top: 10px;
  }
  .right img {
    height: 100px;
  }

  .logos {
    margin-top: 1rem;
    margin-bottom: 1em;
  }
  .logos img {
    width: 30%;
  }
  .container {
    padding: 0.5rem;
  }
  .cards {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  #cycleCardValue {
    height: 30vh;
  }
  #cycleCardValue text {
    font-size: 2rem;
  }
  .card h2 {
    font-size: 1.5rem;
  }
  .charts {
    display: flex;
    flex-direction: column;
  }
  .chart {
    width: auto;
  }
}

@media only screen and (min-width: 1900px) {
  .line{
    height: 18rem !important;
  }
}