@charset "UTF-8";

section {
  background-color: #ffffff;
}

@media screen and (min-width: 350px) {
  .button {
    padding: 0px !important;
  }
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
  background-color: #232323;
}

button {
  background-color: transparent;
  border-color: transparent;
  font-family: 'Jost', sans-serif;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
  text-shadow: 1px 1px 2px black;
  font-style: italic;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .row>[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper>img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item+.dropdown-menu {
  display: none;
}

.dropdown-item:hover+.dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.engine {
  position: absolute;
  text-indent: -2400px;
  text-align: center;
  padding: 0;
  top: 0;
  left: -2400px;
}

/* CSS ADICIONAL   */
/* CSS ADICIONAL   */
/* CSS ADICIONAL   */
/* CSS ADICIONAL   */
/* CSS ADICIONAL   */
/* CSS ADICIONAL   */
/* CSS ADICIONAL   */
/* CSS ADICIONAL   */
/* CSS ADICIONAL   */
/* CSS ADICIONAL   */
/* CSS ADICIONAL   */
/* CSS ADICIONAL   */
/* CSS ADICIONAL   */
/* CSS ADICIONAL   */
/* CSS ADICIONAL   */
/* CSS ADICIONAL   */
/* CSS ADICIONAL   */
/* CSS ADICIONAL   */
/* CSS ADICIONAL   */
/* CSS ADICIONAL   *
/* CSS ADICIONAL   */
/* CSS ADICIONAL   */
/* CSS ADICIONAL   */
/* CSS ADICIONAL   */
/* CSS ADICIONAL   */
/* CSS ADICIONAL   */
/* CSS ADICIONAL   */
/* CSS ADICIONAL   */
/* CSS ADICIONAL   */




/* Pagina Papelaria  */





.img_papelaria1 {
  border: 12px ridge #000000;
  box-shadow: 0px 0px 30px 1px rgb(0, 0, 0);
  /* Adicione o box-shadow aqui */
}

.img_papelaria2,
.img_papelaria3,
.img_papelaria4,
.img_papelaria5 {
  border: 12px ridge #000000;
  aspect-ratio: 1/1;

}

.hoverimagem {
  position: relative;
  width: auto;
}

.texto {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease;
  height: 100%;
  width: 100%;
}

.hoverimagem:hover .texto {
  opacity: 1;
}

.p-papelaria {
  margin-top: 45%;
  font-size: 20px;
}

.p-papelaria2 {
  margin-top: 37%;
  font-size: 20px;
}

.p-papelaria3 {
  margin-top: 48%;
  font-size: 20px;
}


/* Pagina reballing  */




.imagens3d {
  padding: 10px;
  background-color: #232323;
  box-sizing: border-box !important;

}


.titulo-reba {
  text-shadow: 1px 1px 2px black;
}

.img-reballing {
  margin-top: 5%;
  border: 12px ridge #000000;
  box-shadow: 0px 0px 30px 1px rgb(0, 0, 0);
  box-sizing: border-box !important;
}


.img-reballing2 {
  margin-top: 5%;
  border: 12px ridge #000000;
  box-shadow: 0px 0px 30px 1px rgb(0, 0, 0);
  box-sizing: border-box !important;
}



.texto-reba {
  padding-top: 15%;
}

@media screen and (max-width: 991px) {
  .texto-reba {
    padding-top: 0%;
  }
}



.video-container {
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #232323;
}

.video-container video {
  border: 6px ridge #000000;
  max-width: 80%;
  max-height: 50%;
  margin: 20px;
  box-shadow: 0px 0px 30px 1px rgb(0, 0, 0);
}

.video-container iframe {
  border: 6px ridge #000000;
  max-width: 80%;
  height: 700px;
  margin: 20px;
  box-shadow: 0px 0px 30px 1px rgb(0, 0, 0);
}




.div-video-h2 {
  margin: auto;
  align-items: center;
  text-align: center;
  background-color: #232323;
  color: #0ec256;
  padding-bottom: 2%;
  padding-top: 4%;
  text-shadow: 1px 1px 2px black;

}


.h2-video {
  font-size: 46px;
  font-family: 'Jost', sans-serif;
  font-style: italic;
  font-weight: bold;
  text-shadow: 1px 1px 2px black;
  padding-top: 4%;
  margin: 0px;
}


.cartas {
  padding: 3%;

  padding-top: 0%;
  background-color: #232323;
  display: flex;
  justify-content: space-between;
  color: white;
}

.imagem-da-carta {
  object-fit: cover;
  transition: ease-in-out 0.2s;
  min-height: 300px;
  max-width: 410px;
  max-height: 300px;
}

.imagens-carta {
  background-color: rgba(0, 0, 0, 0.226);
  margin: 20px;
  transition: ease-in-out 0.5s;
  box-shadow: 0px 0px 30px 1px rgb(0, 0, 0);
}

.imagens-carta p {

  text-align: center;
  margin-top: 15px;
}

.imagens-carta:hover {
  box-shadow: 0px 0px 30px 1px rgba(0, 255, 117, 0.30);
  transform: scale(0.98);

}

.imagem-da-carta:hover {
  border: 2px solid #0ec256;
}



@media screen and (max-width: 1300px) {

  /* Estilos para telas menores que 768 pixels de largura */
  .cartas {
    flex-direction: column;

  }

  div.imagens-carta {
    text-align: center;
  }

  .imagem-da-carta {
    margin-top: 2%;
    display: inline-block;
    vertical-align: middle;
  }


  .h2-video {

    margin-left: 20px;
    margin-right: 20px;
  }
}

.cid-t8PNMB7XcM {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  background-color: #232323;
}


/* Pagina index   */




.banner111 {
  display: flex !important;
  flex-direction: column;
 align-items: center;
 justify-content: center;
  margin-bottom: 10% !important;
}


.ul-banner li {
 
margin-left: auto;
  text-shadow: 1px 3px 3px black;
  list-style-type: none;
  font-size: 40px !important;
  font-family: 'Jost', sans-serif;  
  width: auto;
  font-weight: bolder;
}
.texto-index-20 {
  font-size: 25px !important;
  text-align: left;
  font-family: 'Jost', sans-serif;
  width: auto;
}


.h1-index-banner3{
  font-size: 40px;
  font-family: 'Jost', sans-serif;
  font-weight: bolder;
  text-shadow: 1px 3px 3px black;
  font-style: normal;
}
.h1-index-banner {
  font-size: 40px;
  font-family: 'Jost', sans-serif;
  font-weight: bolder;
  text-shadow: 1px 3px 3px black;
 color:#0ec256 ;
 font-style: normal;


}


.h1-index-banner2 {
  font-size: 40px;
  font-family: 'Jost', sans-serif;
  font-weight: bolder;
  text-shadow: 1px 1px 2px black;
  font-style: italic;
  margin-bottom: 20%;

}

 

.verdeee {
  font-size: 40px;
  font-family: 'Jost', sans-serif;
  font-weight: bolder;
  text-shadow: 1px 3px 2px black;

  color: white;
}



@media screen and (max-width: 415px) {

 
  .h1-index-banner {
    font-size: 30px;
    font-family: 'Jost', sans-serif;
    font-weight: bolder;
    text-shadow: 1px 3px 3px black;
   color:#0ec256 ;
   font-style: normal;
  
  
  }


  .verdeee {
    font-size: 30px;
    font-family: 'Jost', sans-serif;
    font-weight: bolder;
    text-shadow: 1px 3px 2px black;
    color: white;
  }

  .ul-banner li {
 
    margin-left: auto;
      text-shadow: 1px 3px 3px black;
      list-style-type: none;
      font-size: 30px !important;
      font-family: 'Jost', sans-serif;  
      width: auto;
      font-weight: bolder;
    }

  }


.span-index-certinho {
  color: white;
  margin-right: 10px;
  background-color: #0ec256;
  padding: 10px;
  border-radius: 50%;
  display: inline-block;
  /* Para que o elemento ocupe apenas o espaço necessário */
}

.text-shadow-titulos {
  text-shadow: 1px 1px 2px black !important;
  font-size: 40px !important;
}

.index-img-sombras {
  border: 12px ridge #000000;
    box-shadow: 0px 0px 30px 1px rgb(0, 0, 0);
}

.inpost-img {
  scale: 1.25;
  padding-bottom: 5%;
  padding-top: 5%;
}



@media screen and (max-width: 1300px) {

  /* Estilos para telas menores que 768 pixels de largura */
  .inpost-img {
    scale: 1
  }

  .ups-image {
    max-width: 400px;
    max-height: 420px;
    aspect-ratio: auto;
    margin: auto;

  }

}



/* Pagina 3D   */
/* Pagina 3D   */
/* Pagina 3D   */
/* Pagina 3D   */
/* Pagina 3d  */





.galeria {
  background-color: #232323;
  padding-left: 30px;
  padding-right: 30px;
}

.galeria-imagens {
  transition: 0.5s;
  border: 7px ridge #000000;
  box-shadow: rgba(216, 210, 210, 0.25) 0px 14px 28px, rgba(197, 191, 191, 0.22) 0px 10px 10px;
}

.galeria-imagens:hover {
  scale: 1.050;
  box-shadow: rgba(40, 240, 21, 0.25) 0px 14px 28px, rgba(197, 191, 191, 0.22) 0px 10px 10px;


}


.div-como-se-faz {

  display: flex;
  height: 800px;
  color: black;
  background-color: #111111
}

.div-cont-como {
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: auto;
  text-align: center;
  background-color: #11111148;

}

.div-cont-gif {
  margin: 100px;
  max-width: 600px;

}

.gif-img {
  border: 7px ridge #000000;
  box-shadow: 0px 0px 30px 1px rgb(0, 0, 0);
}

.foto-3d {
  border: 7px ridge #000000;
  box-shadow: 0px 0px 30px 1px rgb(0, 0, 0);
}


.cont-texto-como {
  display: flex;
  flex-direction: column;
  color: white;
  text-align: left;
  max-width: 600px;
  margin-left: 20px !important;
  margin: 20px;
  font-size: 20px;
}

.cont-texto-como h1 {
  color: #0ec256;
  font-size: 46ps;
  font-weight: bold;
  font-style: italic;
  text-shadow: 1px 1px 2px black;

}

.div-cont-gif {
  margin: 20px;
}

.div-cont-gif img {

  border: 7px ridge #000000;
  box-shadow: 0px 0px 30px 1px rgb(0, 0, 0);
}

@media screen and (max-width: 1300px) {





  .div-cont-como {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 40px;
    flex-direction: column;
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .div-cont-gif {
    margin: 10px;

  }

  .div-cont-gif img {

    border: 7px ridge #000000;
    box-shadow: 0px 0px 30px 1px rgb(0, 0, 0);
  }


  .cont-texto-como {
    display: flex;
    flex-direction: column;
    color: white;
    max-width: 700px;
    margin-left: 0px;
    text-align: left;
    margin-top: 0px;
  }

  .cont-texto-como h1 {
    text-align: center;

  }


  .cid-t9XVmy348J {
    padding-bottom: 0px !important;
  }

}

@media screen and (max-width: 991px) {

  .div-cont-como {
    display: flex;

    justify-content: center;

    margin-top: 0px;
    margin-bottom: 40px;
    flex-direction: column;


  }

  .galeria-imagens {
    margin: auto;
    max-width: 70%;
  }

  .cont-texto-como {
    font-size: 16px;
  }

}




/*bg*/
/*txt*/
/*success*/
.buttons {
  display: flex;

  top: 20px;
  left: 20px;
}

.buttons a {
  text-decoration: none;
}

.buttons button {
  width: 150px;
  height: 50px;
  background-color: white;
  margin: 20px;
  color: #0ec256;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: #0ec256 1.5px solid;
  font-family: 'Jost', sans-serif;
}

.buttons button:before,
.buttons button:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #44d8a4;
  transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.buttons button:before {
  right: 0;
  top: 0;
  transition: all 0.5s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.buttons button:after {
  left: 0;
  bottom: 0;
}

.buttons button span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.buttons button span:before,
.buttons button span:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #44d8a4;
  transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.buttons button span:before {
  right: 0;
  top: 0;
  transition: all 0.5s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.buttons button span:after {
  left: 0;
  bottom: 0;
}

.buttons button p {
  padding: 0;
  margin: 0;
  transition: all 0.4s cubic-bezier(0.35, 0.1, 0.25, 1);
  position: absolute;
  width: 100%;
  height: 100%;

}

.buttons button p:before,
.buttons button p:after {
  position: absolute;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.35, 0.1, 0.25, 1);
  z-index: 1;
  left: 0;
}

.buttons button p:before {
  content: attr(data-title);
  top: 50%;
  transform: translateY(-50%);
}

.buttons button p:after {
  content: attr(data-text);
  top: 150%;
  color: #44d8a4;
}

.buttons button:hover:before,
.buttons button:hover:after {
  width: 100%;
}

.buttons button:hover span {
  z-index: 1;
}

.buttons button:hover span:before,
.buttons button:hover span:after {
  height: 100%;
}

.buttons button:hover p:before {
  top: -50%;
  transform: rotate(5deg);
}

.buttons button:hover p:after {
  top: 50%;
  transform: translateY(-50%);
}

.buttons button.start {
  background-color: #44d8a4;
  box-shadow: 0px 5px 10px -10px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

.buttons button.start p:before {
  top: -50%;
  transform: rotate(5deg);
}

.buttons button.start p:after {
  color: white;
  transition: all 0s ease;
  content: attr(data-start);
  top: 50%;
  transform: translateY(-50%);
  animation: start 0.3s ease;
  animation-fill-mode: forwards;
}

@keyframes start {
  from {
    top: -50%;
  }
}

.buttons button.start:hover:before,
.buttons button.start:hover:after {
  display: none;
}

.buttons button.start:hover span {
  display: none;
}

.buttons button:active {
  outline: none;
  border: none;
}

.buttons button:focus {
  outline: 0;
}


/*PAGINA Diagonostico*/

.h1-herobanner {
  display: flex;
  max-width: 600px;
  font-size: 50px;
  font-weight: bolder;
  font-style: italic;
  margin-bottom: 35px;
  color: #0ec256;
  font-weight: bold;
  text-shadow: 1px 1px 2px black;
}

.certinho {
  color: #0ec256;
}

.hero-banner {
  display: flex;
  height: auto;
  min-height: 970px;
  background-size: cover;
  background-position: center;
  align-items: center;
  padding-left: 20px;
  background-image: url(../../../assets/images/Frame\ 2.png);

}

.text-container {
  margin-left: 10%;
  display: flex;
  flex-direction: column;

  color: white;

}

.sub-text {
  font-size: 24px;
  font-weight: bold;
  text-align: left;

}



.div-subtexto {
  margin: auto;
  text-align: start;
  max-width: 180px;

}

.p-texto {
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 1px 2px black;
}




.div-cartas {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  margin-bottom: 5%;
  margin-top: -115px;

}

.cartas1 {
  width: 285px;
  background-color: rgba(0, 0, 0, 1);
  padding: 5px;
  margin: 0 5px;
  box-sizing: border-box;
  height: 80%;
  text-align: center;
  color: white;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  padding-bottom: 50px;
}

.cartas1:hover {
  box-shadow: 0px 0px 30px 1px rgba(0, 255, 117, 0.30);
  transform: translateY(-20px);
}

.cartas1 h2 {
  margin-top: 15%;
  margin-bottom: 15%;
}


.cartas1 h3 {
  margin-top: 25%;


}

.cartas1 p {
  margin-bottom: 10px;
}



.div-h1-porque {
  margin: auto;
  max-width: 1500px;
  background-color: #232323;
  color: white;
  text-align: center;
  margin-bottom: 5%;
  position: relative;

}

.div-h1-porque p {

  margin-left: 20px;
  margin-right: 20px;
}

.div-h1-porque h1 {

  margin-left: 20px;
  margin-right: 20px;
}

.div-h1-porque h1 {
  font-weight: bold;
  font-style: italic;
  text-shadow: 1px 1px 2px black;
  color: #0ec256;
  margin-bottom: 3%;
}

.p-pq {
  font-size: 20px;
}

@media screen and (max-width: 1200px) {}


@media screen and (max-width: 800px) {


  .div-cartas {
    margin-top: 10px;
    flex-wrap: wrap;
  }

  .cartas1:hover {
    box-shadow: 0px 0px 30px 1px rgba(0, 255, 117, 0.30);
    transform: translateY(-10px);
  }


  .cartas1 {
    margin: 10px;
    height: 424px;
  }

  .hero-banner {
    display: flex;
    justify-content: center;
    /* Centraliza horizontalmente */
    align-items: center;
    /* Centraliza verticalmente */
    height: 80vh;
  }

  .text-container {
    color: white;
    margin: 0;
    text-align: center;
    /* Para centralizar o conteúdo do texto */
  }

  .h1-herobanner {
    font-size: 35px;
    margin: 30px;
    /* Certifique-se de remover a margem padrão do h1 */
  }


  .p-texto {
    font-size: 20px;

  }

}

.botao-diag {
  color: white;
}



.botao-diag {
  background: #0ec256;
  border-radius: 999px;
  box-shadow: #0ec256 0 10px 20px -10px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Inter, Helvetica, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", EmojiSymbols, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 8px 18px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
}




/* PAgina eletonica   */
/* PAgina eletonica   */
/* PAgina eletonica   */
/* PAgina eletonica   */
/* PAgina eletonica   */
/* PAgina eletonica   */
/* PAgina eletonica   */
/* PAgina eletonica   */
/* PAgina eletonica   */

.h1-herobanner2 {
  font-size: 50px;
  font-weight: bolder;
  font-style: italic;
  margin-bottom: 35px;
  color: #0ec256;
  font-weight: bold;
  text-shadow: 1px 1px 2px black;
  position: relative;
  z-index: 1;
  margin-left: -20px;
}


@media screen and (max-width: 923px) {

  .h1-herobanner2 {
    font-size: 35px
  }

  .p-texto2 {
    margin: 20px;
    font-size: 20px !important;
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
  }

}

.certinho2 {
  color: #0ec256;
}

.hero-banner2 {
  display: flex;
  height: auto;
  min-height: 800px;
  background-size: cover;
  background-position: center;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  background-image: url(../../../assets/images/background-ele.png);
  position: relative;

}

.hero-banner2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #232323);
}

.text-container2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  color: white;

  position: relative;
  z-index: 1;
}

.sub-text2 {
  font-size: 15px;
  font-weight: bold;
  text-align: left;

}



.div-subtexto2 {
  margin: auto;
  text-align: start;
  max-width: 180px;

}

.p-texto2 {
  margin: 20px;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 1px 2px black;
}




.div-como-se-faz2 {
  display: flex;
  height: 800px;
  color: black;
  background-color: #111111;
}

.div-cont-como2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: auto;
  text-align: center;


}

.div-cont-gif2 {
  margin: 100px;
  width: 40%;

}


.lensuntitulo {
  margin-bottom: 7%;
}

.lensuni{
  border: 7px ridge #000000;
  box-shadow: 0px 0px 30px 1px rgb(0, 0, 0);
}


.gif-img2 {
  border: 7px ridge #000000;
  box-shadow: 0px 0px 30px 1px rgb(0, 0, 0);
}

.foto-3d2 {
  border: 7px ridge #000000;
  box-shadow: 0px 0px 30px 1px rgb(0, 0, 0);
}


.cont-texto-como2 {
  display: flex;
  flex-direction: column;
  color: white;
  text-align: left;
  max-width: 600px;
  margin-left: 50px;
}

.cont-texto-como2 h1 {
  color: #0ec256;
  font-weight: bold;
  font-style: italic;
  text-shadow: 1px 1px 2px black;

}

.div-cont-gif2 img {

  border: 7px ridge #000000;
  box-shadow: 0px 0px 30px 1px rgb(0, 0, 0);
}



@media screen and (max-width: 1385px) {

  .div-cont-como2 {
    display: flex;

    justify-content: center;

    margin-top: 80px;
    margin-bottom: 40px;
    flex-direction: column;

  }

  .div-cont-gif2 {
    margin: 10px;
    width: 70%;
  }

  .div-cont-gif2 img {

    box-shadow: 0px 0px 30px 1px rgb(0, 0, 0);
  }


  .cont-texto-como2 {
    display: flex;
    flex-direction: column;
    color: white;
    max-width: 700px;
    margin-left: 0px;
    text-align: left;
    margin-bottom: -20px;

  }

  .cont-texto-como2 h1 {
    text-align: center;
    margin: 20px;
    margin-left: 0px;
    margin-top: 60px;
  }



}

@media screen and (max-width: 991px) {

  .div-cont-como2 {
    display: flex;

    justify-content: center;

    margin-top: 0px;
    margin-bottom: 40px;
    flex-direction: column;


  }

}

@media screen and (max-width: 739px) {

  .div-cont-gif2 {
    margin: 10px;
    width: 90%;
  }

}

@media screen and (max-width: 529px) {
  .cont-texto-como2 {

    margin-left: 7%;

  }

}




.div-video-h22 {
  margin: auto;
  align-items: center;
  text-align: center;
  background-color: #232323;
  color: #0ec256;
  padding-bottom: 2%;

  text-shadow: 1px 1px 2px black;

}


.h2-video2 {
  font-size: 46px;
  font-family: 'Jost', sans-serif;
  font-style: italic;
  font-weight: bold;
  text-shadow: 1px 1px 2px black;
  padding-top: 4%;

}

.texto-ups {
  font-size: 25px !important;
}

@media screen and (max-width: 800px) {


  .text-shadow-titulos {
    text-shadow: 1px 1px 2px black !important;
    font-size: 35px !important;
  }

  .texto-ups {
    font-size: 25px !important;
  }


  .h2-video {
    font-size: 35px;

  }

  .h2-video2 {
    font-size: 35px;

  }

  .titulo-reba {
    text-shadow: 1px 1px 2px black;
    font-size: 35px !important;
  }
}


.cartas2 {
  padding: 3%;

  padding-top: 0%;
  background-color: #232323;
  display: flex;
  justify-content: space-between;
  color: white;
}

.imagem-da-carta2 {
  object-fit: cover;
  transition: ease-in-out 0.2s;
  min-height: 300px;
  max-width: 410px;
  max-height: 300px;
}

.imagens-carta2 {
  background-color: rgba(0, 0, 0, 0.226);
  margin: 10px;
  transition: ease-in-out 0.5s;
  box-shadow: 0px 0px 30px 1px rgb(0, 0, 0);
}

.imagens-carta2 p {

  text-align: center;
  margin-top: 15px;
}

.imagens-carta2:hover {
  box-shadow: 0px 0px 30px 1px rgba(0, 255, 117, 0.30);
  transform: scale(0.98);

}

.imagem-da-carta2:hover {
  border: 2px solid #0ec256;
}


@media screen and (max-width: 1300px) {

  /* Estilos para telas menores que 768 pixels de largura */
  .cartas2 {
    flex-direction: column;

  }

  div.imagens-carta2 {
    text-align: center;
  }

  .imagem-da-carta2 {
    margin-top: 2%;
    display: inline-block;
    vertical-align: middle;
  }


}



/*  PAGINA QUEM SOMOS   */
/*  PAGINA QUEM SOMOS   */
/*  PAGINA QUEM SOMOS   */
/*  PAGINA QUEM SOMOS   */
/*  PAGINA QUEM SOMOS   */

.accordion {
  max-width: 1600px;
  margin: auto;
  color: white;
}



.tituloFAQ {
  padding: 0px;
  padding-bottom: 2%;
}


.accordion-item {
  margin-bottom: 5px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: 'Jost', sans-serif !important;
  border: 0px;

}



.accordion-button:not(.collapsed) {
  color: #0ec256 !important;
  text-shadow: 1px 1px 2px black;
  background-color: #1e1e1e;
  text-decoration: none;
  outline: #0ec256;
}

.accordion-item .accordion-button {
  background-color: #1e1e1e;
  color: white;

}

.accordion-button::after {}

.accordion-body {
  background-color: #232323;
  font-weight: bolder;
  font-style: italic;
  color: white;



}



.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}






.faq_area {
  position: relative;
  z-index: 1;
  background-color: #232323;

}

.faq-accordian {
  position: relative;
  z-index: 1;
  background-color: #232323;
}

.faq-accordian .card {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
}

.faq-accordian .card:last-child {
  margin-bottom: 0;
}

.faq-accordian .card .card-header {
  background-color: #232323;
  padding: 0;
  border-bottom-color: #ebebeb;
}

.faq-accordian .card .card-header h6 {
  cursor: pointer;
  padding: 1.75rem 2rem;
  color: #0ec256;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq-accordian .card .card-header h6 span {
  font-size: 1.5rem;
}

.faq-accordian .card .card-header h6.collapsed {
  color: #0ec256;
}

.faq-accordian .card .card-header h6.collapsed span {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.faq-accordian .card .card-body {
  padding: 1.75rem 2rem;
}

.faq-accordian .card .card-body p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .support-button p {
    font-size: 14px;
  }
}

.support-button i {
  color: #0ec256;
  font-size: 1.25rem;
}

@media only screen and (max-width: 575px) {
  .support-button i {
    font-size: 1rem;
  }
}

.support-button a {
  text-transform: capitalize;
  color: #2ecc71;
}

@media only screen and (max-width: 575px) {
  .support-button a {
    font-size: 13px;
  }
}

[contenteditable=true]:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
button:focus,
details:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  outline-offset: 0px !important;
}

button:focus {
  outline: 0;
}

button:focus {

  outline-color: #A75000 !important;

}

button:focus,
button:active {
  outline: 4px solid #232323 !important;
  /* Substitua "your-color" pela cor desejada */

}

.p-faq {
  padding-top: 2%;
  font-family: 'Jost', sans-serif;
}


.p-faq p {
  display: flex;
  margin: auto;
  color: white;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: 'Jost', sans-serif;
  font-size: 19px;
}

.verde-faq {
  color: #0ec256;

}

.sublinhado {
  position: relative;
  color: #0ec256;
  text-decoration: none;
}

.sublinhado:hover {
  color: #0ec256;
}

.sublinhado::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0ec256;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.sublinhado:hover::before {
  transform: scaleX(1);
}


/* css adicional */

.links-quem-privacidade-div {
  color: white;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  display: flex;
  flex-direction: column;
}

.p-quem-privacidade {
  display: flex;
  flex-direction: column;
  color: #0ec256;
  text-decoration: none;
}

.direitos-reservados-p {
  margin: 10px;
}

.cid-tbzpnPKR63 {
  padding-bottom: 2rem !important;
}



.sublinhado2 {
  margin: 10px;
}

.sublinhado2 {
  position: relative;
  color: #0ec256;
  text-decoration: none;
  margin-bottom: 20px;
}

.sublinhado2:hover {
  color: #0ec256;
}

.sublinhado2::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0ec256;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.sublinhado2:hover::before {
  transform: scaleX(1);
}



.p-contactos-1 {
  margin-bottom: 10px;
  font-size: 25px;
  font-family: 'Jost', sans-serif;
}


.trustpilot-widget {
  background-color: #232323 !important;
}


.widget-trust-1 {
  background-color: #232323;
}







/* Paginas em branco*/
/* Paginas em branco*/
/* Paginas em branco*/
/* Paginas em branco*/
/* Paginas em branco*/
/* Paginas em branco*/




/* Index em branco*/
/* Index em branco*/
/* Index em branco*/


.cid-t8JomjZKRV {
  background-color: white !important;
}

.cid-t8JomjZKRV .mbr-text {
  color: black !important;

}

.cid-t8JomQNW4e {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: white !important;

}


.cid-t8JomQNW4e .mbr-text {
  color: black !important;
  text-align: left;
}


.cid-t8KngpxBop {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: white !important;

}

.cid-t8KngpxBop .mbr-text {
  color: black !important;
}

.huflDf {
  line-height: 1.32;
  text-wrap: balance;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
 color: #0ec256 !important;
}

.cid-t8JscCkgNX {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background: white !important;
}

.cid-t8JscCkgNX .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
  background-color: white;
}

.cid-t8JscCkgNX .card-wrapper {
  padding: 2rem 4rem;
  background-color: white !important;
}

.p-contactos-1{
color: black !important;
font-weight: bold;

}

.boas3{
  font-weight: bolder !important;
  color: #2ecc71;

}

.cid-t8PcoKS7gB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: white  !important;
}

.display-7 {
 background-color: #232323 !important;
 color: white !important;
}