* {
  font-family: "Poppins", sans-serif;
}

html {
  font-size: 62.5%;
}
@media (max-width: 767.98px) {
  html {
    font-size: 64%;
  }
}
@media (max-width: 575.98px) {
  html {
    font-size: 66%;
  }
}

body {
  position: relative;
  line-height: normal;
  outline: none !important;
  padding-right: 0 !important;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100% !important;
  background: rgba(80, 80, 80, 1);
}

body.popupAberto {
  overflow: hidden;
}

sup {
  line-height: 0;
  font-size: 60%;
  font-weight: inherit;
  text-transform: none;
}

.bt,
.lnk {
  display: inline-block;
  border: none;
  outline: none;
  text-decoration: none;
  line-height: 1;
  background-color: transparent;
  background-image: unset;
  box-shadow: none;
  text-shadow: none;
}
.bt:hover,
.lnk:hover,
.bt:focus,
.lnk:focus,
.bt:active,
.lnk:active {
  text-decoration: none;
}

:root {
  --moa-blue: rgb(6, 119, 170);
  --moa-blue-rgb: 6, 119, 170;

  --moa-orange: rgb(250, 134, 0);
  --moa-orange-rgb: 250, 134, 0;

  --moa-yellow: rgb(247, 181, 24);
  --moa-yellow-rgb: 247, 181, 24;

  --moa-grey: rgb(180, 180, 180);
  --moa-grey-rgb: 180, 180, 180;

  --moa-dark-grey: rgb(80, 80, 80);
  --moa-dark-grey-rgb: 80, 80, 80;

  --moa-cell-green: rgb(210, 227, 64);
  --moa-cell-red: rgb(231, 56, 68);
  --moa-cell-purple: rgb(150, 23, 135);
  --moa-cell-yellow: rgb(235, 207, 21);
  --moa-cell-blue: rgb(91, 171, 216);

  --swiper-navigation-color: #fff;
}

/* begin: splash popup */
.splash-popup {
  position: fixed;
  z-index: 333;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.splash-popup .splash-popup-content {
  width: 90%;
  max-width: 60rem;
  text-align: center;
  background-color: #fff;
  padding: 4rem 4rem;
  border-radius: 2rem;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}
.splash-popup .splash-popup-content .splash-info {
  color: var(--moa-blue);
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 0;
}
.splash-popup .splash-popup-content .splash-pergunta {
  margin-top: 2rem;
  font-size: clamp(1.2rem, 3vw, 1.6rem);
}
.splash-popup .splash-popup-content .area-botoes-splash {
}
.splash-popup .splash-popup-content .area-botoes-splash .lnk-splash {
  padding: 1rem 2rem;
  border-radius: 0.4rem;
  color: #fff;
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  transition: background-color 200ms linear;
}
.splash-popup .splash-popup-content .area-botoes-splash .lnk-splash.lnk-sim {
  background-color: var(--moa-blue);
}
.splash-popup
  .splash-popup-content
  .area-botoes-splash
  .lnk-splash.lnk-sim:hover,
.splash-popup
  .splash-popup-content
  .area-botoes-splash
  .lnk-splash.lnk-sim:focus {
  background-color: var(--moa-cell-blue);
}
.splash-popup .splash-popup-content .area-botoes-splash .lnk-splash.lnk-nao {
  background-color: var(--moa-dark-grey);
}
.splash-popup
  .splash-popup-content
  .area-botoes-splash
  .lnk-splash.lnk-nao:hover,
.splash-popup
  .splash-popup-content
  .area-botoes-splash
  .lnk-splash.lnk-nao:focus {
  background-color: var(--moa-grey);
}
/* end: splash popup */

.full-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  overflow-x: hidden;
  overflow-y: auto;
  grid-gap: 0;
  width: 100vw;
  min-height: 100vh;
}
.full-grid.with-footer {
  grid-template-rows: auto 170px;
}

.full-grid .content {
  transition: opacity 200ms linear;
}

.full-grid .content,
.full-grid .content .row {
  height: 100%;
}

main {
  position: relative;
}

/* .header{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
} */

.header img {
  max-width: 24rem;
  width: 100%;
}

.content-accordeon {
  position: relative;
  z-index: 40;
}
.accordeon-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.accordeon-header .bt-accordeon {
  position: relative;
  padding: 0;
}

.accordeon-header .bt-accordeon::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  width: 0;
  height: 0;
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;

  border-bottom: 1.2rem solid #0076aa;
  transform: rotate(180deg);
  transform-origin: 50% 65%;
  transition: transform 200ms linear;
}
.accordeon-header .bt-accordeon.open::after {
  transform: rotate(0);
  border-bottom-color: #969696;
}

.box-mavenclad .accordeon-header .bt-accordeon svg {
  position: relative;
  /* margin-right: -1.2rem; */
}

.header .box-texto h2 {
  font-size: clamp(2.2rem, 6vw, 3rem);
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  color: var(--moa-blue);
}

.header .box-texto p {
  font-size: clamp(1rem, 3vw, 1.2rem);
  color: var(--moa-dark-grey);
}

.header .box-texto {
  width: 90%;
  max-width: 29rem;
  margin-top: 2rem;
  /* align-self:flex-end; */
}

.reconstituicao .header .box-texto h2 {
  color: var(--moa-yellow);
}

.reconstituicao .header .box-texto p {
  color: #fff;
}

.bg-inicio {
  background: rgb(255, 255, 255);
  background: -moz-radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 213, 105, 1) 68%,
    rgba(255, 170, 39, 1) 100%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 213, 105, 1) 68%,
    rgba(255, 170, 39, 1) 100%
  );
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 213, 105, 1) 68%,
    rgba(255, 170, 39, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffaa27",GradientType=1);
}

.bg-amarelo {
  background: rgb(255, 223, 49);
  background: -moz-radial-gradient(
    circle,
    rgba(255, 223, 49, 1) 0%,
    rgba(177, 134, 92, 1) 100%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(255, 223, 49, 1) 0%,
    rgba(177, 134, 92, 1) 100%
  );
  background: radial-gradient(
    circle,
    rgba(255, 223, 49, 1) 0%,
    rgba(177, 134, 92, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdf31",endColorstr="#b1865c",GradientType=1);
}
.bg-cinza {
  background: rgb(199, 199, 199);
  background: -moz-radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(199, 199, 199, 1) 100%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(199, 199, 199, 1) 100%
  );
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(199, 199, 199, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#c7c7c7",GradientType=1);
}
.bg-azul,
.bg-azul-ref {
  background: rgb(0, 94, 144);
  background: -moz-radial-gradient(
    circle,
    rgba(0, 216, 255, 1) 0%,
    rgba(0, 94, 144, 1) 100%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(0, 216, 255, 1) 0%,
    rgba(0, 94, 144, 1) 100%
  );
  background: radial-gradient(
    circle,
    rgba(0, 216, 255, 1) 0%,
    rgba(0, 94, 144, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00D8FF",endColorstr="#005E90",GradientType=1);
}

.logo-header {
  cursor: pointer;
}

.container-arvore {
  position: relative;
  margin-top: -14.7%;
}
.container-arvore > picture,
.container-arvore > img {
  max-width: 860px;
  position: relative;
  display: block;
  transform: translateY(14.7%);
}

.container-arvore .arvore-recosntituicao {
  position: absolute;
  display: block;
  z-index: 2;
  opacity: 0;
}

.inicio {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.txt-welcome {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
}
.txt-welcome strong {
  text-transform: uppercase;
  color: var(--moa-blue);
  font-weight: 700;
}
.lnk-iniciar {
  position: relative;
  max-width: 18rem;
  margin: 2rem 0;
}
.lnk-iniciar svg {
  filter: drop-shadow(0 1rem 1rem #000);
}

.lnk-iniciar::after {
  content: "Iniciar";
  display: block;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: var(--moa-blue);
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(1.2rem, 6vw, 1.8rem);
  transform: translateY(-50%);
  transition: color 200ms linear;
}
.lnk-iniciar:hover::after {
  color: #fff;
}
.lnk-iniciar svg #degrade_cinza {
  transition: opacity 200ms linear;
}
.lnk-iniciar:hover svg #degrade_cinza {
  opacity: 0;
}

.bg-raios {
  background-image: url("../img/bg_pattern_raios.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-raios-arvore {
  background-image: url("../img/bg_pattern_raios_arvore.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-azul .bg-raios-arvore {
  background-image: url("../img/bg_azul_pattern_raios_arvore.png");
}

.resumo.bg-raios-arvore {
  background-image: url("../img/resumo_pattern_raios_arvore.png");
  background-position: center 20%;
  background-size: auto;
}

.bt-nav-principal {
  position: absolute;
  /* padding:0.5rem;
  margin:0.5rem; */
  padding: 0;
  margin: 0;
  top: 40%;
  bottom: unset;
  z-index: 120;
}
.bt-nav-principal.bt-nav-prev {
  left: 1.6rem;
}
.bt-nav-principal.bt-nav-next svg {
  transform: rotate(180deg);
}
.bt-nav-principal.bt-nav-next {
  right: 1.6rem;
}

.bt-nav-principal.bt-nav-prev svg,
.bt-nav-principal.bt-nav-next svg {
  fill: var(--moa-orange);
  filter: none;
  transition: fill 200ms linear;
}
.bg-azul .bt-nav-principal.bt-nav-prev svg,
.bg-azul .bt-nav-principal.bt-nav-next svg {
  fill: #fff;
}

.bt-nav-principal.bt-nav-prev:hover svg,
.bt-nav-principal.bt-nav-next:hover svg {
  fill: #fff;
}
.bg-azul .bt-nav-principal.bt-nav-prev:hover svg,
.bg-azul .bt-nav-principal.bt-nav-next:hover svg {
  fill: var(--moa-orange);
}

.bt-nav-principal > svg {
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.3));
}

.bt-nav-principal svg {
  height: 6.6rem;
  width: 6.6rem;
}
.bt-nav-principal svg #degrade_cinza {
  transition: opacity 200ms linear;
}
.bt-nav-principal:hover svg #degrade_cinza {
  opacity: 0;
}

.bt-nav-principal.bt-rewind {
  right: 1rem;
}
.bt-nav-principal.bt-rewind svg.icone-rewind {
  position: absolute;
  z-index: 3;
  width: 40%;
  height: 40%;
  top: 50%;
  left: 50%;
  fill: var(--moa-blue);
  transform: translate(-50%, -50%);
  transition: fill 200ms linear;
}
.bt-nav-principal.bt-rewind:hover svg.icone-rewind {
  fill: #fff;
}

.bt-nav-principal.bt-nav-mavenclad {
  right: 1rem;
  border-radius: 50%;
  outline: solid 2px var(--moa-orange);
  outline-offset: 0.6rem;
}

.bt-nav-principal.bt-nav-mavenclad .icone-mavenclad {
  position: absolute;
  z-index: 6;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bt-nav-principal.bt-nav-mavenclad .icone-mavenclad .full {
  color: var(--moa-blue);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  transition: color 200ms linear;
}
.bt-nav-principal.bt-nav-mavenclad .icone-mavenclad .mobile svg {
  width: 40%;
  height: 40%;
  fill: var(--moa-blue);
  transition: fill 200ms linear;
}

.bt-nav-principal.bt-nav-mavenclad:hover .icone-mavenclad .full {
  color: #fff;
}

.bt-nav-principal.bt-nav-mavenclad:hover .icone-mavenclad .mobile {
  fill: #fff;
}

.bt-nav-principal.bt-nav-mavenclad > svg {
  height: 12rem;
  width: 12rem;
  /* filter: drop-shadow(0 0 1rem rgba(0,0,0,0.3)); */
}
.bt-nav-principal.bt-nav-mavenclad::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 4rem);
  height: calc(100% + 4rem);
  border-radius: 50%;
  border: solid 2px var(--moa-orange);
  outline: solid 2px var(--moa-orange);
  outline-offset: 0.8rem;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.8;
}
.bt-nav-principal.bt-nav-mavenclad::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 8.6rem);
  height: calc(100% + 8.6rem);
  border-radius: 50%;
  border: solid 2px var(--moa-orange);
  outline: solid 1px rgba(252, 214, 168, 0.5);
  outline-offset: 2rem;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.6;
}

.bt-nav-principal.bt-nav-mavenclad.blink .icone-mavenclad .full{
  -webkit-animation: blinkColor 1.4s linear 1.5s infinite;
  animation: blinkColor 1.4s linear 1.5s infinite;
}

.bt-nav-principal.bt-nav-mavenclad.blink .icone-mavenclad .mobile svg{
  -webkit-animation: blinkFill 1.4s linear 1.5s infinite;
  animation: blinkFill 1.4s linear 1.5s infinite;
}
.bt-nav-principal.bt-nav-mavenclad.blink svg #degrade_cinza {
  -webkit-animation: blinkOpacity 1.4s linear 1.5s infinite;
  animation: blinkOpacity 1.4s linear 1.5s infinite;
}

@keyframes blinkColor {
  50% {
    color: #fff;
  }
}

@keyframes blinkFill {
  50% {
    fill: #fff;
  }
}

@keyframes blinkOpacity {
  50% {
    opacity: 0;
  }
}


/* begin: resumo */
/* .full-grid .resumo .content,
.full-grid .resumo .content .row{ */
.full-grid .resumo .content .row.row-real-height {
  height: unset;
}

.resumo .swiperMavenclad {
  /* transform:translateY(14.7%); */
  transform: translateY(5%);
}

.resumo .swiperMavenclad-button-prev,
.resumo .swiperMavenclad-button-next{
  top:unset;
  bottom:25%;
}

.box-mavenclad-wrap {
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.6));
}

.box-mavenclad {
  position: relative;
  z-index: 3;
  width: 90%;
  max-width: 50rem;
  background-color: #fff;
  border-radius: 1.4rem;
  padding: 3rem 5rem 3.8rem 3rem;
  margin: 2rem auto 0 auto;
  -webkit-clip-path: url(#box-mavenclad-shape);
  clip-path: url(#box-mavenclad-shape);
}
.box-mavenclad svg {
  position: absolute;
}

.box-mavenclad img {
  max-width: 80%;
}

.box-mavenclad p {
  margin-top: 2rem;
  font-size: clamp(1rem, 4vw, 1.4rem);
  color: #11567e;
}

.full-grid.with-footer footer.no-cell-menu {
  padding-top: 5.9rem;
}

.box-arvore {
  position: relative;
}
.box-arvore .box-sign {
  position: absolute;
  width: 100%;
  max-width: 25rem;
  height: 15%;
  bottom: 0;
  right: 0;
  padding: 1rem 2rem;
  color: #fff;
  font-size: clamp(1rem, 4vw, 1.4rem);
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.box-arvore .box-sign.box-sign-vermelho {
  background-color: #dd7878;
}
.box-arvore .box-sign.box-sign-cinza {
  background-color: #989898;
}
.box-arvore .box-sign.box-sign-verde {
  background-color: #74bc6c;
}
/* end: resumo */

/* --------------- 
MEDIA QUERIES
---------------  */

@media screen and (max-width: 1199.98px) {
  .resumo.bg-raios-arvore {
    background-position: center 5%;
  }
}

@media screen and (max-width: 991.98px) {
  .header img {
    max-width: 16rem;
  }
  .header .box-texto {
    max-width: unset;
  }

  .bg-raios-arvore {
    background-position: 60% center;
    background-size: cover;
  }

  .resumo.bg-raios-arvore {
    background-position: center -20%;
    background-size: auto;
  }

  .bt-nav-principal.bt-nav-mavenclad > svg {
    height: 6.6rem;
    width: 6.6rem;
  }
}

@media screen and (max-width: 767.98px) {
  .header img {
    max-width: 14rem;
  }
  .bt-nav-principal.bt-nav-mavenclad {
    outline-offset: 0;
    border-width: 1px;
    outline-width: 1px;
  }
  .bt-nav-principal.bt-nav-mavenclad::before {
    width: calc(100% + 1rem);
    height: calc(100% + 1rem);
    outline-offset: 0;
    outline: none;
    border-width: 1px;
  }
  .bt-nav-principal.bt-nav-mavenclad::after {
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
    outline-offset: 1rem;
  }

  .resumo .swiperMavenclad {
    transform: translateY(10%);
  }

  .resumo.bg-raios-arvore {
    background-position: center 90px;
    background-size: 150%;
  }

  .box-arvore .box-sign {
    height: 10%;
    bottom: 5%;
    right: 0;
    transform: translateX(-25%);
  }
}

@media (max-width: 575.98px) {
  .lnk-iniciar {
    max-width: 16rem;
  }

  .inicio .abertura .col-2 .img-fluid {
    width: auto;
    height: auto;
    max-width: 15vw;
  }

  .txt-welcome {
    padding: 0 19%;
  }

  .header .box-texto {
    margin-top: 0;
  }

  main.resumo {
    width: 100vw;
  }

  .bt-nav-principal {
    top: unset;
    /*bottom:50vh;*/
  }

  .bt-nav-principal.bt-nav-prev svg,
  .bt-nav-principal.bt-nav-next svg {
    width: 3rem;
    height: 3rem;
  }

  .bt-nav-principal.bt-nav-prev {
    margin-top: 1rem;
    left: 0;
  }
  .bt-nav-principal.bt-nav-next {
    margin-top: 1rem;
    right: 0;
  }

  .bt-nav-principal.bt-nav-mavenclad {
    transform: translateY(20%);
    right: 0;
  }

  .bg-raios-arvore {
    background-image: url("../img/bg_pattern_raios_arvore_mobile.png");
    background-position: center center;
    background-size: cover;
  }

  .bg-azul .bg-raios-arvore {
    background-image: url("../img/bg_azul_pattern_raios_arvore_mobile.png");
    background-position: center center;
    background-size: cover;
  }

  .box-mavenclad {
    margin-top: 1rem;
    padding: 1rem 4rem 1.6rem 2rem;
    /* margin-bottom:-5rem; */
    margin-bottom: 0;
  }

  .box-mavenclad-container .bt-nav-prev {
    left: 2.4rem;
  }

  .bt-nav-principal.bt-rewind {
    transform: translateY(16%);
  }

  .bt-nav-principal.bt-rewind svg {
    width: 5.5rem;
    height: 5.5rem;
  }
}

@media (max-width: 459.98px) {
  .box-mavenclad {
    margin-top: 1rem;
    padding: 1.4rem 1.6rem;
    -webkit-clip-path: url(#box-mavenclad-shape-mobile);
    clip-path: url(#box-mavenclad-shape-mobile);
  }
}

@media (max-width: 379.98px) {
  .full-grid.with-footer {
    grid-template-rows: auto 1fr;
  }
  .box-arvore .box-sign {
    max-width: 17rem;
  }
}

@media screen and (min-width: 1060px) and (min-height: 1900px) {
  html {
    font-size: 120%;
  }

  .full-grid.with-footer {
    grid-template-rows: 1fr;
  }

  .header img {
    max-width: 360px;
  }

  /*.row:not(.abertura) div[class*=col]{width:100%;}*/
  .col-12 {
    width: 100%;
  }
  .abertura .col-2 {
    width: 16.66%;
  }
  .abertura .col-8 {
    width: 66.66%;
  }
  .txt-welcome {
    padding: 4% 23%;
  }

  .box-mavenclad {
    width: 80%;
    margin: 2rem auto;
    max-width: unset;
    -webkit-clip-path: url(#box-mavenclad-shape);
    clip-path: url(#box-mavenclad-shape);
  }

  .box-texto.align-self-star.align-self-lg-end {
    align-self: start !important;
    max-width: unset;
  }

  .apoptose .container-arvore {
    /* margin-top:-22.5%; */
  }

  .resumo .box-arvore {
    text-align: center;
  }

  .resumo .box-arvore .box-sign {
    font-size: 1.8rem;
    /* right:50%; */
    transform: translateX(-50%);
  }

  .bt-nav-principal.bt-nav-mavenclad > svg {
    height: 6.6rem;
    width: 6.6rem;
  }

  .bt-nav-principal.bt-nav-mavenclad .icone-mavenclad .full {
    display: none !important;
  }

  .bt-nav-principal.bt-nav-mavenclad .icone-mavenclad .mobile {
    display: block !important;
  }

  .bg-raios-arvore {
    background-image: url("../img/bg_pattern_raios_arvore_1080.png");
    background-position: center center;
    background-size: cover;
  }

  .bg-azul .bg-raios-arvore {
    background-image: url("../img/bg_azul_pattern_raios_arvore_1080.png");
  }

  .resumo.bg-raios-arvore {
    background-position: 100% 25%;
    background-size: 120%;
  }
}
