@font-face{
  font-family: 'SantanderHB';
  src: url("fonts/Santander-Headline-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'SantanderTB';
  src: url("fonts/Santander-Text-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'SantanderTI';
  src: url("fonts/Santander-Text-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face{
  font-family: 'SantanderTL';
  src: url("fonts/Santander-Text-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'Santander';
  src: url("fonts/Santander-Text-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.SantanderHB{ font-family: 'SantanderHB', sans-serif !important; }
.SantanderTB{ font-family: 'SantanderTB', sans-serif !important; }
.SantanderTI{ font-family: 'SantanderTI', sans-serif !important; }
.SantanderTL{ font-family: 'SantanderTL', sans-serif !important; }

.space-t{ margin-top: 2rem !important; }
.space-b{ margin-bottom: 2rem !important; }
.cursor{ cursor: pointer; }
.hand{ cursor: grab; }
.oculta{ display: none; }
.hidden{ display: none; }
.red{color: #EC0000;}
hr{border: 1px solid #ec0000;}

.btn-lider{
  margin-top: -6rem; }

.square li{
  list-style: square;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes blinking {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1); }
  0% {
    -webkit-filter: brightness(2);
            filter: brightness(2); }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1); } }
@keyframes blinking {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1); }
  0% {
    -webkit-filter: brightness(2);
            filter: brightness(2); }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1); } }
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: zoom;
  animation-name: zoom; }

.stop-animate {
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0; }

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); } }
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); } }
@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); } }
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); } }
@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px); } }
@keyframes slide1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px); } }
@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(400px);
    transform: translateY(400px); } }
@keyframes slide2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(400px);
    transform: translateY(400px); } }
@keyframes shake {
    0%   { transform: translateX(0); }
    25%  { transform: translateX(-6px); }
    50%  { transform: translateX(6px); }
    75%  { transform: translateX(-6px); }
    100% { transform: translateX(0); }
}
@keyframes zoomOk {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.08); }
    100% { transform: scale(1); }
}

.zoom-ok {
    animation: zoomOk 0.25s ease-out;
}

.shake {
    animation: shake 0.2s; }

.accordion .item {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid transparent; }
  .accordion .item button {
    border: 0;
    width: 100%;
    height: auto;
    padding: 0 1rem;
    outline: none;
    cursor: pointer;
    text-align: left;
    background-color: #9BC3D3;
    position: relative; }
  .accordion .item button::before {
    content: "+";
    position: absolute;
    pointer-events: none;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    opacity: 1;
    transition: opacity 0.25s ease;
    color: #EC0000;
    line-height: 0;
    font-family: 'SantanderTL';
    font-size: 7rem; }
  .accordion .item button::after {
    content: "-";
    position: absolute;
    pointer-events: none;
    right: 0.3rem;
    top: 45%;
    transform: translateY(-50%);
    font-family: 'SantanderTL';
    color: #EC0000;
    font-size: 7rem;
    line-height: 0;
    opacity: 0;
    transition: opacity 0.25s ease; }
  .accordion .item button:not(.collapsed)::before {
    font-size: 8rem;
    right: 0.3rem;
    top: 35%;
    transform: translateY(-50%);
    font-family: 'SantanderTL';
    content: "-"; 
    opacity: 0; }
  .accordion .item button:not(.collapsed)::after {
    font-size: 8rem;
    right: 0.3rem;
    top: 35%;
    transform: translateY(-50%);
    font-family: 'SantanderTL';
    content: "-";
    opacity: 1; }
  .accordion .item button h4{
    font-family: 'SantanderTB';
    font-size: 2.2rem; }
  .accordion .item:last-of-type {
    margin-bottom: 0; }
.accordion .item-content {
  border: 3px solid #F00;
  border-top: none;
  background-color: #DEEDF2;
  padding: 1rem 0 0; }
  .accordion .item-content .content h2 {
    padding: 0 2rem;
    line-height: 1.2 !important;
    margin: 0 !important;
    font-size: 2.4rem !important; }
  .accordion .item-content p {
    padding: 0 2rem;
    line-height: 1.2;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    margin-top: 0 !important;
    color: #232323; }
.accordion .collapse.show .item-content {
  border-radius: 0px; }

.card-reveal.card-reveal-hand:before {
  pointer-events: none;
  position: absolute;
  background-size: contain;
  content: "";
  bottom: 10px;
  right: 15px;
  background-image: url("../images/set-esq.png");
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  -webkit-animation: scale-up-center 0.4s ease-in-out infinite alternate both;
  animation: scale-up-center 0.4s ease-in-out infinite alternate both;
  z-index: 10; }

.card {
  position: relative;
  width: 100%;
  background-color: transparent;
  height: 100%;
  overflow: hidden;
  border: none;
  border-radius: 0rem; }
  .card .card-body {
    background-color: transparent; }

.carousel {
  width: 100%;
  height: auto;
  margin: auto; }
  .carousel:not([data-completed="true"]) .carousel-control-next:after {
    position: absolute;
    content: "";
    background-image: url(../images/set-esq.png);
    background-repeat: no-repeat;
    width: 93px;
    height: 99px;
    background-size: contain;
    -webkit-animation: scale-up-center 0.4s ease-in-out infinite alternate both;
    animation: scale-up-center 0.4s ease-in-out infinite alternate both;
    z-index: 10;
    pointer-events: none; }
  .carousel .carousel-inner {
    margin: 0px auto; }
  .carousel .carousel-control-next,
  .carousel .carousel-control-prev {
    background-color: transparent;
    opacity: 1;
    margin: auto;
    cursor: pointer;
    position: absolute;
    display: block; }
  .carousel .carousel-control-next .carousel-control-next-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: none; }
    .carousel .carousel-control-next .carousel-control-next-icon:after {
      content: "";
      width: 21px;
      height: 36px;
      background-image: url("../images/set-dir.png");
      background-size: 100%;
      background-position: center top;
      background-repeat: no-repeat; }
    .carousel .carousel-control-next .carousel-control-next-icon:hover:after {
      background-position: center bottom; }
  .carousel .carousel-control-prev .carousel-control-prev-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: none; }
    .carousel .carousel-control-prev .carousel-control-prev-icon:after {
      content: "";
      width: 21px;
      height: 36px;
      background-image: url("../images/set-esq.png");
      background-size: 100%;
      background-position: center top;
      background-repeat: no-repeat; }
    .carousel .carousel-control-prev .carousel-control-prev-icon:hover:after {
      background-position: center bottom; }
  .carousel .carousel-indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .carousel .carousel-indicators li {
      position: relative;
      opacity: 1;
      text-indent: -99999px;
      cursor: pointer;
      border: none;
      -webkit-transition: all .6s ease;
      transition: all .6s ease;
      padding: 0px;
      font-size: 0px; }
      .carousel .carousel-indicators li.hand:after {
        position: absolute;
        content: "";
        background-image: url("../images/set-dir.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 93px;
        height: 99px;
        right: -12px;
        top: -10px;
        -webkit-animation: scale-up-center 0.4s ease-in-out infinite alternate both;
        animation: scale-up-center 0.4s ease-in-out infinite alternate both;
        z-index: 10;
        pointer-events: none; }

.owl-carousel {
    position: relative;
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none; /* evita bloquear o drag */
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: all; /* reativa clique */
    background: none !important;
}

.owl-nav .owl-prev {
    left: -60px; /* distância pra fora */
}

.owl-nav .owl-next {
    right: -60px;
}

.owl-nav img {
    width: 40px;
    height: auto;
}


.click-reveal {
  overflow: hidden; }
  .click-reveal *[data-component="click"] {
    cursor: pointer;
    position: relative; }
    .click-reveal *[data-component="click"].hand:after {
      position: absolute;
      content: "";
      background-image: url(../images/set-esq.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 60px;
      height: 60px;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      margin: auto;
      -webkit-animation: scale-up-center 0.4s ease-in-out infinite alternate both;
      animation: scale-up-center 0.4s ease-in-out infinite alternate both;
      z-index: 10;
      pointer-events: none; }
  .click-reveal[data-completed="true"] *[data-component="click"] {
    cursor: default; }
    .click-reveal[data-completed="true"] *[data-component="click"].hand:after {
      display: none; }

.card.card-reveal {
  overflow: hidden;
  cursor: pointer; }
  .card.card-reveal .card-front {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    border: 0rem;
    background-color: transparent;
    padding: 0rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .card.card-reveal .card-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 0rem;
    background-color: transparent;
    padding: 0rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.generic-tab .nav-tabs {
  border-bottom: 0px; }
  .generic-tab .nav-tabs .nav-item {
    margin-bottom: 0px; }
    .generic-tab .nav-tabs .nav-item.hand:before {
      pointer-events: none;
      position: absolute;
      content: "";
      background-image: url("../images/set-esq.png");
      background-repeat: no-repeat;
      background-size: contain;
      width: 93px;
      height: 99px;
      -webkit-animation: scale-up-center 0.4s ease-in-out infinite alternate both;
      animation: scale-up-center 0.4s ease-in-out infinite alternate both;
      z-index: 10; }
.generic-tab ul li {
  margin-right: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative; }
  .generic-tab ul li a {
    background-color: #ffffff;
    position: relative;
    color: #333;
    margin-top: 0rem;
    text-decoration: none;
    width: auto;
    height: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .generic-tab ul li a.active {
      background-color: #f3f3f3;
      color: #333; }
    @media (max-width: 575.99px) {
      .generic-tab ul li a {
        width: 100%; } }
  @media (max-width: 575.99px) {
    .generic-tab ul li {
      display: block;
      width: 100%;
      margin-right: 0px;
      border-bottom: 3px solid transparent;
      background-color: transparent; } }
.generic-tab .tab-content {
  background-color: #ffffff; }
  .generic-tab .tab-content .tab-pane {
    position: relative;
    z-index: 1; }

html,
body {
  width: 100%;
  font-size: 62.5%;
  margin-right: 0 !important;
  overflow-x: hidden; }
  @media (max-width: 767.98px) {
    html,
    body {
      font-size: 57%; } }

body {
  font-family: "Santander" !important;
  font-weight: normal;
  margin: 0px;
  color: #707070;
  background-size: cover;
  background-attachment: fixed; }

body::-webkit-scrollbar-track {
  background-color: #EC0000;
  width: 10px; }

body::-webkit-scrollbar {
  background-color: #EC0000;
  width: 10px; }

body::-webkit-scrollbar-thumb {
  background-color: #1a1a1a;
  border-radius: 15px; }

* {
  outline: none !important; }

object {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block; }

img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  margin: auto; }

strong {
  font-weight: bold; }

input[type='text']{
  margin-left: 1rem;
  width: 99%;
  border: none;
}

::-webkit-input-placeholder {
  color: #bebebe; }

::-moz-placeholder {
  color: #bebebe; }

:-ms-input-placeholder {
  color: #bebebe; }

:-moz-placeholder {
  color: #bebebe; }

section {
  position: relative;
  z-index: 2; }

footer {
  min-height: 125px;
  max-width: 1920px;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #9ee4e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#content {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.15); }

.container {
  padding: 0 15px; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0; }
  h1:not(:first-of-type),
  h2:not(:first-of-type),
  h3:not(:first-of-type),
  h4:not(:first-of-type),
  h5:not(:first-of-type),
  h6:not(:first-of-type),
  p:not(:first-of-type) {
    margin-top: 2rem; }

h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: left;
  font-weight: 400; }

h2 {
  font-size: 4.2rem;
  line-height: 5rem;
  text-align: left;
  font-weight: 500; }

h3 {
  font-size: 3rem;
  line-height: 3.8rem;
  text-align: left;
  font-weight: 500; }

h4 {
  font-size: 3.5rem;
  line-height: 4.3rem;
  text-align: left;
  font-weight: normal; }

h5 {
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: left;
  font-weight: 300; }

ul {
  margin: 0px;
  padding: 0px;
  padding-left: 3rem; }

p {
  font-size: 2.3rem;
  line-height: 3.2rem;
  font-weight: normal;
  text-align: left; }
  p strong {
    font-weight: 800;
    color: #707070; }

li {
  font-size: 1.8rem;
  line-height: 2.3rem;
  text-align: left;
  font-weight: 400; }

ul li {
  margin: 0px;
  padding: 1rem 0px;
  list-style: none;
  position: relative; }

ul.list li {
  position: relative; }
  ul.list li:before {
    position: absolute;
    content: '\25CF';
    top: 9px;
    left: -1.5rem;
    font-size: 2rem; }

.default-button {
  border: 0;
  border-radius: 3.2rem;
  background-color: #1a1a1a;
  padding: 1.2rem 3rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .default-button p {
    color: #05a1ad;
    font-size: 2.3rem;
    line-height: 2.6rem;
    font-weight: 800;
    text-transform: uppercase; }
  .default-button:hover:not(.disabled) {
    -webkit-filter: saturate(5) drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.4));
            filter: saturate(5) drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.4)); }
  .default-button.disabled {
    opacity: 0.8;
    -webkit-filter: saturate(0);
            filter: saturate(0);
    pointer-events: none; }

.owl-theme .owl-stage-outer .owl-stage .owl-item {
  opacity: 0;
  scale: 0.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: saturate(0) blur(15) !important;
          filter: saturate(0) blur(15) !important; }
  .owl-theme .owl-stage-outer .owl-stage .owl-item.active {
    -webkit-filter: saturate(1) blur(0) !important;
            filter: saturate(1) blur(0) !important;
    opacity: 1;
    scale: 1; }
.owl-theme .owl-nav {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .owl-theme .owl-nav [class*='owl-'] {
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .owl-theme .owl-nav [class*='owl-'].disabled {
      pointer-events: none;
      -webkit-filter: saturate(0) !important;
              filter: saturate(0) !important; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: transparent !important; }
      .owl-theme .owl-nav [class*='owl-']:hover:not(.disabled) {
        -webkit-filter: saturate(3.5);
                filter: saturate(3.5); }
  .owl-theme .owl-nav .owl-prev {
    left: -66px; }
  .owl-theme .owl-nav .owl-next {
    right: -66px; }
.owl-theme .owl-dots {
  margin-top: 3rem !important; }
  .owl-theme .owl-dots .owl-dot {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .owl-theme .owl-dots .owl-dot:hover {
      -webkit-filter: saturate(3.5);
              filter: saturate(3.5); }
    .owl-theme .owl-dots .owl-dot span {
      width: 16px !important;
      height: 16px !important;
      background-color: transparent !important;
      border: 2px solid #9ee4e9 !important;
      -webkit-transition: all 0.3s linear !important;
      transition: all 0.3s linear !important; }
    .owl-theme .owl-dots .owl-dot.active span {
      background-color: #9ee4e9 !important; }

.img-caption {
    display: inline-block; }

.img-caption img {
    display: block; }

.img-caption figcaption {
    padding-right: 4rem;
    font-size: 1.4rem;
    text-align: right; }

.generic-tab ul {
  width: auto;
  position: relative;
  z-index: 2; }
  .generic-tab ul.nav.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .generic-tab ul.nav.nav-tabs li {
      padding: 0; }
      .generic-tab ul.nav.nav-tabs li.nav-item {
        width: 100%;
        height: auto;
        min-height: 92px;
        position: relative;
        margin: 0;
        margin-bottom: 2rem;
        -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        .generic-tab ul.nav.nav-tabs li.nav-item a {
          width: 100%;
          height: 100%;
          background: none;
          color: unset;
          background-color: #05a1ad;
          border: 1px solid #f5ecec;
          border-radius: 9px;
          color: #f5ecec;
          font-size: 3rem;
          line-height: 3rem;
          font-weight: 900;
          text-align: center; }
          .generic-tab ul.nav.nav-tabs li.nav-item a.active {
            background-color: #f5ecec;
            color: #05a1ad; }
        .generic-tab ul.nav.nav-tabs li.nav-item:hover a {
          background-color: #f5ecec;
          color: #05a1ad; }
        .generic-tab ul.nav.nav-tabs li.nav-item.active {
          pointer-events: none; }
          .generic-tab ul.nav.nav-tabs li.nav-item.active:after {
            content: '';
            width: 71px;
            height: 32px;            
            background-size: cover;
            position: absolute;
            bottom: -37px;
            left: 0;
            right: 0;
            margin: auto;
            z-index: 3; }
        .generic-tab ul.nav.nav-tabs li.nav-item:before {
          display: none; }
.generic-tab .tab-content {
  position: relative;
  margin-top: 0rem;
  background-color: #f5ecec;
  padding: 7rem 4rem;
  padding-bottom: 4rem;
  border-radius: 9px; }
  .generic-tab .tab-content .container-01 .inner-row-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .generic-tab .tab-content .container-01 .inner-row-01 .inner-col-01 img {
      margin: auto; }
    @media (max-width: 990.98px) {
      .generic-tab .tab-content .container-01 .inner-row-01 .inner-col-01 {
        padding-bottom: 3rem; } }
    .generic-tab .tab-content .container-01 .inner-row-01 .inner-col-02 ul {
      margin: 0;
      padding: 0; }
    .generic-tab .tab-content .container-01 .inner-row-01 .inner-col-02 p,
    .generic-tab .tab-content .container-01 .inner-row-01 .inner-col-02 li {
      color: #05a1ad;
      font-size: 2.4rem;
      line-height: 3.2rem;
      font-weight: 200;
      margin: 0;
      margin-bottom: 2rem;
      text-align: left;
      padding-left: 0; }
      .generic-tab .tab-content .container-01 .inner-row-01 .inner-col-02 p strong,
      .generic-tab .tab-content .container-01 .inner-row-01 .inner-col-02 li strong {
        font-weight: bold;
        color: #05a1ad; }
    .generic-tab .tab-content .container-01 .inner-row-01 .inner-col-02 li {
      display: block; }
      .generic-tab .tab-content .container-01 .inner-row-01 .inner-col-02 li span {
        color: #232323;
        margin-right: 10px; }

[class^='element-'] {
  position: absolute;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  max-width: none;
  margin: auto; }

header.general-header {
  position: fixed;
  width: 100%;
  max-width: 1920px;
  height: auto;
  top: 0;
  left: -15px;
  right: 0px;
  margin: auto;
  z-index: 100;
  pointer-events: none; }
  header.general-header .header-menu-button {
    width: 261px;
    height: 136px;
    margin: auto;
    margin-right: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-image: url(../images/menu-button.svg);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    cursor: pointer;
    pointer-events: all; }
    header.general-header .header-menu-button:hover {
      background-image: url(../images/menu-button-hover.svg); }
    @media (max-width: 1367px) {
      header.general-header .header-menu-button {
        width: 195px;
        height: 101px; } }
    @media (max-width: 1199.98px) {
      header.general-header .header-menu-button {
        width: 175px;
        height: 91px; } }
    @media (max-width: 990.98px) {
      header.general-header .header-menu-button {
        width: 165px;
        height: 86px; } }
    @media (max-width: 767.98px) {
      header.general-header .header-menu-button {
        width: 120px;
        height: 63px; } }

.custom-feedback .section-menu {
  display: none;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  height: auto;
  min-height: 100vh;
  background-image: url(../images/background-menu.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden !important; }
  .custom-feedback .section-menu .container-fluid-01 .container-01 .row-01 .col-01 button {
    width: 261px;
    height: 123px;
    border: none;
    background: transparent;
    background-image: url(../images/close-menu-button.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
    .custom-feedback .section-menu .container-fluid-01 .container-01 .row-01 .col-01 button:hover {
      background-image: url(../images/close-menu-button-hover.svg); }
    @media (max-width: 1367px) {
      .custom-feedback .section-menu .container-fluid-01 .container-01 .row-01 .col-01 button {
        width: 195px;
        height: 92px; } }
    @media (max-width: 1199.98px) {
      .custom-feedback .section-menu .container-fluid-01 .container-01 .row-01 .col-01 button {
        width: 175px;
        height: 83px; } }
    @media (max-width: 990.98px) {
      .custom-feedback .section-menu .container-fluid-01 .container-01 .row-01 .col-01 button {
        width: 165px;
        height: 78px; } }
    @media (max-width: 575.99px) {
      .custom-feedback .section-menu .container-fluid-01 .container-01 .row-01 .col-01 button {
        width: 120px;
        height: 57px; } }
  .custom-feedback .section-menu .container-fluid-01 .container-01 .row-02 {
    margin-top: 2.5rem; }
    .custom-feedback .section-menu .container-fluid-01 .container-01 .row-02 .col-01 h2 {
      text-align: center;
      font-weight: 900;
      color: #05a1ad; }
      .custom-feedback .section-menu .container-fluid-01 .container-01 .row-02 .col-01 h2 span {
        color: #232323; }
      @media (max-width: 1367px) {
        .custom-feedback .section-menu .container-fluid-01 .container-01 .row-02 .col-01 h2 {
          font-size: 3.5rem;
          line-height: 4rem; } }
      @media (max-width: 990.98px) {
        .custom-feedback .section-menu .container-fluid-01 .container-01 .row-02 .col-01 h2 {
          font-size: 3rem;
          line-height: 3.5rem; } }
  .custom-feedback .section-menu .container-fluid-02 {
    margin-top: 100px;
    padding: 0;
    padding-bottom: 60px; }
    .custom-feedback .section-menu .container-fluid-02 .owl-carousel .owl-stage-outer {
      overflow: visible; }
      .custom-feedback .section-menu .container-fluid-02 .owl-carousel .owl-stage-outer .owl-item .item {
        width: 220px !important;
        max-width: 220px;
        height: auto;
        border-radius: 110px;
        cursor: pointer;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        pointer-events: none;
        position: relative;
        margin: auto; }
        @media (max-width: 990.98px) {
          .custom-feedback .section-menu .container-fluid-02 .owl-carousel .owl-stage-outer .owl-item .item {
            width: 200px !important; } }
        @media (max-width: 767.98px) {
          .custom-feedback .section-menu .container-fluid-02 .owl-carousel .owl-stage-outer .owl-item .item {
            width: 165px !important; } }
        .custom-feedback .section-menu .container-fluid-02 .owl-carousel .owl-stage-outer .owl-item .item .item-wrapper {
          -webkit-filter: blur(3px) grayscale(0.6);
                  filter: blur(3px) grayscale(0.6);
          width: 100%;
          height: auto; }
        .custom-feedback .section-menu .container-fluid-02 .owl-carousel .owl-stage-outer .owl-item .item:hover {
          -webkit-transform: scale(1.209);
              -ms-transform: scale(1.209);
                  transform: scale(1.209);
          -webkit-box-shadow: 0px 0px 30px rgba(10, 219, 227, 0.9);
                  box-shadow: 0px 0px 30px rgba(10, 219, 227, 0.9); }
        .custom-feedback .section-menu .container-fluid-02 .owl-carousel .owl-stage-outer .owl-item .item.current {
          pointer-events: all; }
          .custom-feedback .section-menu .container-fluid-02 .owl-carousel .owl-stage-outer .owl-item .item.current .item-wrapper {
            -webkit-filter: blur(0px) grayscale(0);
                    filter: blur(0px) grayscale(0); }
          .custom-feedback .section-menu .container-fluid-02 .owl-carousel .owl-stage-outer .owl-item .item.current:before {
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            content: '';
            position: absolute;
            width: 72px;
            height: 72px;
            background-image: url(../images/menu-icon-02-hover.svg);
            background-size: cover;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            z-index: 2; }
          .custom-feedback .section-menu .container-fluid-02 .owl-carousel .owl-stage-outer .owl-item .item.current:hover:before {
            background-image: url(../images/menu-icon-02.svg); }
        .custom-feedback .section-menu .container-fluid-02 .owl-carousel .owl-stage-outer .owl-item .item.completed {
          pointer-events: all; }
          .custom-feedback .section-menu .container-fluid-02 .owl-carousel .owl-stage-outer .owl-item .item.completed .item-wrapper {
            -webkit-filter: blur(0px) grayscale(0);
                    filter: blur(0px) grayscale(0); }
          .custom-feedback .section-menu .container-fluid-02 .owl-carousel .owl-stage-outer .owl-item .item.completed:before {
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            content: '';
            position: absolute;
            width: 62px;
            height: 62px;
            background-image: url(../images/menu-icon-01.svg);
            background-size: cover;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            z-index: 2; }
        .custom-feedback .section-menu .container-fluid-02 .owl-carousel .owl-stage-outer .owl-item .item:before {
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          content: '';
          position: absolute;
          width: 61px;
          height: 62px;
          background-image: url(../images/menu-icon-03.svg);
          background-size: cover;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          z-index: 2; }
    .custom-feedback .section-menu .container-fluid-02 .owl-carousel .owl-nav {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      width: 283px;
      margin: auto;
      margin-top: 70px; }
      .custom-feedback .section-menu .container-fluid-02 .owl-carousel .owl-nav .owl-prev {
        width: 45px;
        height: 45px;
        background-image: url(../images/slider-orange-prev.svg);
        background-size: cover;
        margin: auto;
        margin-left: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .custom-feedback .section-menu .container-fluid-02 .owl-carousel .owl-nav .owl-prev:hover {
          background-image: url(../images/slider-orange-prev-hover.svg); }
      .custom-feedback .section-menu .container-fluid-02 .owl-carousel .owl-nav .owl-next {
        width: 45px;
        height: 45px;
        background-image: url(../images/slider-orange-next.svg);
        background-size: cover;
        margin: auto;
        margin-right: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .custom-feedback .section-menu .container-fluid-02 .owl-carousel .owl-nav .owl-next:hover {
          background-image: url(../images/slider-orange-next-hover.svg); }
      @media (max-width: 1367px) {
        .custom-feedback .section-menu .container-fluid-02 .owl-carousel .owl-nav {
          margin-top: 45px; } }
    .custom-feedback .section-menu .container-fluid-02 .owl-carousel .owl-dots {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      width: 153px;
      margin: auto;
      margin-top: -32px;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      .custom-feedback .section-menu .container-fluid-02 .owl-carousel .owl-dots .owl-dot {
        width: 21px;
        height: 21px;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 100px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .custom-feedback .section-menu .container-fluid-02 .owl-carousel .owl-dots .owl-dot.active {
          background-color: rgba(255, 255, 255, 0.35); }
    @media (max-width: 1367px) {
      .custom-feedback .section-menu .container-fluid-02 {
        margin-top: 45px; } }
.custom-feedback .mfp-close {
  display: none; }

.section-menu-wrapper {
  display: none; }

.mfp-hide-custom {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  min-height: 0; }

.mfp-bg.custom-feedback {
  overflow: hidden !important;
  width: 100% !important;
  height: 100% !important;
  position: fixed !important; }

.carousel-0x .item {
    position: relative;
    overflow: hidden;
    height: 239px; /* altura real da imagem */
    cursor: pointer; }

.carousel-0x .card-wrap {
    transition: transform .3s ease; }

.carousel-0x .item img {
    display: block;
    width: 100%;
    height: 239px; }

.carousel-0x .item.active .card-wrap {
    transform: translateY(-239px); }

.carousel-0y .item {
    position: relative;
    overflow: hidden;
    height: 365px; /* altura real da imagem */
    cursor: pointer; }

.carousel-0y .card-wrap {
    transition: transform .3s ease; }

.carousel-0y .item img {
    display: block;
    width: 100%;
    height: 335px; }

.carousel-0y .item.active .card-wrap {
    transform: translateY(-365px); }

.carousel-0z .item {
    position: relative;
    overflow: hidden;
    height: 335px; /* altura real da imagem */
    cursor: pointer; }

.carousel-0z .card-wrap {
    transition: transform .3s ease; }

.carousel-0z .item img {
    display: block;
    width: 100%;
    height: 335px; }

.carousel-0z .item.active .card-wrap {
    transform: translateY(-335px); }

.questionnaire-wrapper .questionnaire-item button{
  border: 2px solid #990000;
  background-color: #EC0000;
  font-size: 1.4rem;
  padding: 0.1rem 2rem;
  border-radius: 0.5rem;
  margin-top: 5px;
  float: left;
  color: #fff; }

.questionnaire-wrapper .questionnaire-item textarea {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  min-height: 150px;
  border: none;
  font-family: 'SantanderTI';
  font-size: 1.5rem;
  line-height: 2.5rem;
  display: flex;
  align-items: center;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 0;
  resize: none; }
.questionnaire-wrapper .questionnaire-item textarea:disabled {
  color: #fff;
  opacity: 1 !important;
  background-color: #fff !important;
  border: none;
  pointer-events: none !important; }
.questionnaire-wrapper .questionnaire-item textarea.ready {
  border-color: #2be242; }
.questionnaire-wrapper .questionnaire-item textarea::-webkit-input-placeholder {
  color: #6F7779; }
.questionnaire-wrapper .questionnaire-item textarea::-moz-placeholder {
  color: #6F7779; }
.questionnaire-wrapper .questionnaire-item textarea:-ms-input-placeholder {
  color: #6F7779; }
.questionnaire-wrapper .questionnaire-item textarea::-ms-input-placeholder {
  color: #6F7779; }
.questionnaire-wrapper .questionnaire-item textarea::placeholder {
  color: #6F7779; }
.questionnaire-wrapper .questionnaire-item .char-count {
  color: #6F7779;
  text-align: right;
  font-size: 1rem !important;
  margin-top: -2rem;
  pointer-events: none; }

.item-check {
  position: relative;
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  gap: 12px;
  cursor: pointer; }

.item-check input {
  display: none; }

/* caixa */
.checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #EC0000;
  background: #DEEDF2;
  border-radius: 4px;
  position: relative;
  flex-shrink: 0; }

/* check */
.item-check input:checked + .checkmark::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #EC0000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.grupo-modelo {
  position: relative; }
.texto-modelo {
  position: absolute;
  top: 50%;
  width: 43rem;
  display: none;
  z-index: 10;
  left: 40%;
  transform: translate(-50%,-50%);
  display: none; }
.texto-modelo p {
  display: none;
  align-items: center;
  gap: 1.5rem;
  padding: 1.6rem 2.2rem;
  border-radius: 1.2rem;
  font-size: 2rem;
  line-height: 1.3; }
.texto-modelo img {
  width: 60px;
  height: auto;
  flex-shrink: 0; }

.texto-modelo .correto {
  background: #19b300;
  border: 3px solid #0b6b00;
  color: #fff; }
.texto-modelo .errado {
  background: #cc0000;
  border: 3px solid #7a0000;
  color: #fff; }


.grupo-semana {
  position: relative; }
.texto-semana {
  position: absolute;
  top: 50%;
  width: 43rem;
  display: none;
  z-index: 10;
  left: 40%;
  transform: translate(-50%,-50%);
  display: none; }
.texto-semana p {
  display: none;
  align-items: center;
  gap: 1.5rem;
  padding: 1.6rem 2.2rem;
  border-radius: 1.2rem;
  font-size: 2rem;
  line-height: 1.3; }
.texto-semana img {
  width: 60px;
  height: auto;
  flex-shrink: 0; }

.texto-semana .correto {
  background: #19b300;
  border: 3px solid #0b6b00;
  color: #fff; }
.texto-semana .errado {
  background: #cc0000;
  border: 3px solid #7a0000;
  color: #fff; }


.ritmo li{
  list-style: square;
  font-size: 2.2rem;
  font-family: 'SantanderTB';
  color: #ec0000; }
.ritmo li span{
  color: #707070; }

.rotinas li{
  list-style: square;
  font-size: 2.2rem;
  font-family: 'SantanderTI';
  color: #ec0000; }
.rotinas li span{
  color: #707070; }

.indicadores li{
  font-size: 2.2rem;
  font-family: 'SantanderTL';
  color: #707070; }
.indicadores li::before {
  content: "–";
  position: absolute;
  left: -2rem;
  font-weight: bold;
  color: #ec0000; /* ajusta se quiser */
}
.indicadores li strong{
  font-family: 'SantanderTB'; }
.indicadores li span{
  color: #707070; }

.img-card{
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 2rem 0; }
.img-card img{
  cursor: pointer;
  max-width: 80%; }
.img-card, .box-ritmo li{
  list-style: none; }
.img-card li:first-child img{
  rotate: -5deg;
  padding-top: 0.5rem; }
.img-card li:last-child img{
  rotate: 5deg;
  padding-top: 0.5rem; }

.box-ritmo{
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  background-color: #fff;
  padding: 3rem 2rem; }
.box-ritmo p{
  width: 15rem; }
.box-ritmo img {
  max-width: 220px;
  cursor: grab; }
.box-ritmo p{
  font-family: 'SantanderTB';
  color: #ec0000 !important;
  font-size: 1.8rem; }

.box-governanca{
  font-family: 'SantanderHB';
  max-width: 70rem;
  margin: 3rem auto;
  padding: 2rem 3rem;
  background-color: #DEEDF2;
  border: 3px solid #f00;
  border-radius: 1rem; }
.box-governanca h2{
  text-align: center;
  margin: 0 !important;
  padding: 0; }
.box-governanca p{
  text-align: center;
  margin: 0 !important;
  padding: 0;
  color: #000; }

.modelo-negocio{
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 4rem 0; }

/* GRID */
.fluxo{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 6rem;
  column-gap: 6rem;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  aspect-ratio: 3 / 2;
  background-image: url('../images/linhas-plano.png');
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 4; }

.fluxo li{
  text-align: center;
  cursor: pointer;
  color: #ec0000; }

.fluxo img{
  width: 14rem;
  display: block;
  margin: 0 auto .5rem; }

.gray{
  filter: grayscale(100%) brightness(0); }

.fluxo span{
  font-family: 'SantanderTB';
  font-size: 2.2rem;
  color: #000; }

/* LINHAS 
.linhas{
  position: absolute;
  inset: 0;
  z-index: 1; }

.linhas line{
  stroke: #9bbfcd;
  stroke-width: 0.3; } */
.svg-wrapper {
  position: absolute;
  inset: 0;
  pointer-events: none; }

/* BOX CENTRAL */
.box-central{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #C3DEE7;
  border: 2px solid #9BC3D3;
  color: #000;
  font-family: 'SantanderTB';
  font-size: 2.4rem;
  border-radius: 1.2rem;
  padding: 1rem 2rem;
  width: 45rem;
  display: none;
  z-index: 5; }
.box-central ul{
  margin: 0;
  padding-left: 1.5rem; }
.box-central li{
  color: #ec0000;
  padding: 0.3rem 0;
  font-size: 1.8rem;
  margin-bottom: 0rem; }
.box-central li span{
  color: #000; }
.box-central li::marker{
  content: "– "; }
.box-central .fechar{
  position: absolute;
  top: -1rem;
  right: -1rem;
  cursor: pointer;
  font-family: 'SantanderHB' !important;
  font-weight: bolder;
  color: #cc0000; }
.box-central .fechar img{
  width: 2rem; }

.linha-tempo{
  position: relative;
  z-index: 0; }
.texto-linha{
  position: absolute;
  top: 60%;
  left: 30%;
  transform: translate(-50%,-50%);
  align-items: center;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08); }
.texto-linha p{
  display: inline-block;
  white-space: normal;
  text-align: center;
  font-size: 1.8rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem; }
.texto-linha p.correto{
  color: #fff;
  background-color: #15a160;
  border: 3px solid #012d0d; }
.texto-linha p.meio{
  color: #000;
  border: 3px solid #675d1b;
  background-color: #e9d348; }
.texto-linha p.errado{
  color: #fff;
  border: 3px solid #571919;
  background-color: #e95e48; }

.linha-avaliacao{
  position: relative;
  z-index: 0; }
.texto-avaliacao{
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
  align-items: center;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08); }
.texto-avaliacao p{
  display: inline-block;
  white-space: normal;
  text-align: center;
  font-size: 1.8rem !important;
  padding: 0.5rem 1rem;
  border-radius: 1rem; }
.texto-avaliacao p.correto{
  color: #fff !important;
  background-color: #10a16f;
  border: 3px solid #153b29; }
.texto-avaliacao p.meio{
  color: #fff !important;
  border: 3px solid #750505;
  background-color: #ff1d1d; }
.texto-avaliacao p.errado{
  color: #fff !important;
  border: 3px solid #750505;
  background-color: #ff1d1d; }


.frases .item-checky {
  position: relative;
  display: block;
  align-items: center;
  gap: 12px;
  margin: 2rem 0;
  cursor: pointer; }

.frases .item-checky .linha-principal {
    display: flex;
    align-items: center;
    gap: 12px; }

.frases .item-checky input {
  display: none; }

/* caixa */
.frases .item-checky .checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #EC0000;
  background: #DEEDF2;
  border-radius: 4px;
  position: relative;
  flex-shrink: 0; }

/* check */
.frases .item-checky input:checked + .checkmark::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #EC0000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.risk-diagram {
    position: relative;
    width: 570px;
    height: 420px;
    margin: 25rem auto;
}

.risk-center {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 570px;
    height: 570px;
    padding: 15rem;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
}

.risk-center.bred{
  border: 3px dotted #900;
}

.risk-center.bblue{
  border: 3px dotted #587C8B;
}

.risk-center.bblack{
  border: 3px dotted #707070;
}

.risk-center img {
    width: 100%;
    margin: 0 auto 8px;
}

.risk-item {
    position: absolute;
    top: 28%;
    left: 31%;
    width: 210px;
    height: 240px;
    transform:
        rotate(calc(var(--angle) - 10deg))
        translate(320px)
        rotate(calc(-1 * var(--angle) + 10deg));
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.risk-item img {
    width: 100%;
    transition: transform 0.3s ease;
}

/* Hover */
.risk-item:hover img {
    transform: scale(1.08) rotate(-3deg);
}

/* Modal geral */
.risk-modal {
    display: none; /* escondido por padrão */
    position: absolute; /* sempre sobre a tela */
    z-index: 9999; /* acima de tudo */
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    align-items: center;
    justify-content: center;
}

/* Conteúdo do modal */
.risk-modal-content {
    border-radius: 3rem;
    max-width: 800px;
    width: 100%;
    padding: 3rem;
    position: relative;
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

#riskDiagrama1 .risk-modal-content{
  background: #e00;
  border: 5px solid #900; }
#riskDiagrama2 .risk-modal-content{
  background: #c3dee7;
  border: 5px solid #317e83; }
#riskDiagrama3 .risk-modal-content{
  background: #ccc;
  border: 5px solid #707070; }

/* Botão de fechar */
.risk-modal-close {
    position: absolute;
    top: -20px;
    right: -25px;
    font-size: 24px;
    font-weight: bold;
    border: none;
    background: transparent;
    cursor: pointer;
}

.modalTitle {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 2.2rem;
  line-height: 3rem;
}

.modalText {
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 1.8rem;
}

#riskDiagrama1 .modalTitle, #riskDiagrama1 .modalText{
  color: #fff;
}

#riskDiagrama2 .modalTitle, #riskDiagrama2 .modalText{
  color: #000;
}

#riskDiagrama3 .modalTitle, #riskDiagrama3 .modalText{
  color: #000;
}

/* Responsivo */
@media(max-width:768px){
    .risk-modal-content {
        padding: 20px 15px;
    }
    #modalTitle { font-size: 20px; }
    #modalText { font-size: 15px; }
}



.lista {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.lista li {
    width: 80%;
    text-align: left;
}

#grid {
    touch-action: none;
    -webkit-user-select: none;
    user-select: none; }

.grid {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    gap: 0;
    user-select: none;
    margin-bottom: 20px;
    border: 3px solid #F00;
    padding: 2rem;
    border-radius: 2rem;
}

.cell {
    background: #fff;
    color: #000;
    padding: 0;
    font-size: 2rem;
    line-height: 1.4;
    font-family: 'Times New Roman';
    text-align: center;
    cursor: pointer;
}

.cell.selecting {
    background: rgba(255, 0, 0, 0.25);
}

.cell.found {
    background: rgba(255, 0, 0, 0.45);
}

.cell.hiddens {
    background: transparent;
}

.cpalavras{
  text-align: center;
  margin-top: 3rem;
  position: relative; }
.cpalavras div ul{
  margin: 0 3rem;
}

.cpalavras span.encontrada {
    text-decoration: line-through;
    opacity: 0.5; }
.cpalavras #btnResposta{
  background-color: #C3DEE7;
  border: 4px solid #364449;
  color: #F00;
  font-size: 3rem;
  border-radius: 1rem;
  margin: 0 auto;
}
.cpalavras #btnResposta.clicado{
  background-color: #F00;
  border: 4px solid #c00;
  color: #FFF;
}

/* MODAL */
.modal {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    top: 60%;
    left: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%,-50%);
}

.modal-box {
    background: #C3DEE7;
    border: 2px solid #f00;
    border-radius: 2rem;
    color: #000;
    padding: 20px;
    width: 300px;
    text-align: center;
}
.modal-box p{
  text-align: center; }

.calculo{
  width: 40rem;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #DEEDF2;
  border: 3px solid #990000;
  border-radius: 1rem;
}
.calculo p{
  text-align: center;
  color: #000;
  font-family: 'SantanderTI';
  font-weight: 600; }
.calculo hr{
  border-collapse: collapse;
  border: 1px solid #587C8B; }
.calculo h5{
  text-align: center;
  font-family: 'SantanderTB';
  color: #f00;
  font-size: 2.4rem; }

.box-risco{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50rem;
  transform: translate(-50%,-50%);
  display: none;
  padding: 16px;
  border-radius: 1rem;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-family: 'SantanderTI';
  text-align: center; }
.box-risco strong{
  font-size: 2rem; }

.box-risco.correto{
  background: #009900f9;
  border: 3px solid #00660099;
  color: #fff;
}

.box-risco.errado{
  background: #cb2627F9;
  border: 3px solid #9b0027;
  color: #fff;
}

.box-cenario{
  position: absolute;
  top: 40%;
  left: 50%;
  width: 38rem;
  transform: translate(-50%,-50%);
  display: none;
  padding: 16px;
  border-radius: 1rem;
  margin-bottom: 20px;
  font-size: 2rem;
  font-family: 'SantanderTI';
  text-align: center;
  background: #DEEDF2;
  border: 3px solid #f00;
  color: #000; }