body {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  -webkit-tap-highlight-color: transparent;
  background-color: #f7f7f7
}

a:link,
a:visited,
a:hover,
a:active {
  color: #333;
}

.hide {
  display: none;
}

.show {
  display: block;
}

/*-------------------------------------------------------------------
MEDIDAS LAYOUT
--------------------------------------------------------------------*/
.buttons {
  position: relative;
  float: left;
  background-color: #090649;
  color: #a2ffca;
  padding: 14px 45px 14px 45px;
  border-radius: 50px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  text-align: center;
  webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.buttons:hover {
  opacity: 0.8;
  webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 1023px) {
  .site-width-top {
    width: 98%;
    position: relative;
    margin: 0 auto;
  }

  .site-width {
    width: 90%;
    position: relative;
    margin: 0 auto;
  }
}

@media screen and (max-width: 360px) {
  .buttons {
    padding: 12px 35px 12px 35px;
    font-size: 1em;
  }
}

@media screen and (min-width: 1024px) and (max-width: 2020px) {
  .site-width-top {
    width: 90vw;
    position: relative;
    margin: 0 auto;
  }

  .site-width {
    width: 80vw;
    position: relative;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .site-width {
    width: 84vw;
  }

  .buttons {
    padding: 10px 45px 10px 45px;
    font-size: 0.8em;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1365px) {}

@media screen and (min-width: 1366px) and (max-width: 1500px) {}

@media screen and (min-width: 2021px) {

  /* PARA DISPOSITIVOS PEQUENOS*/
  .site-width-top {
    width: 1700px;
    position: relative;
    margin: 0 auto;
  }

  .site-width {
    width: 1550px;
    position: relative;
    margin: 0 auto;
  }
}

/*-------------------------------------------------------------------
SITE 
--------------------------------------------------------------------*/
.topo-gradiante {
  height: 1400px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#aeaeff+0,f7f7f7+100 */
  background: linear-gradient(to bottom, rgba(174, 174, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.site-content {
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 1;
}

/*-------------------------------------------------------------------
BARRA TOPO
--------------------------------------------------------------------*/
.topo-bar {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topo-bar-logo,
.topo-bar-menu,
.topo-bar-whatsapp {
  position: relative;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topo-bar-logo {
  width: 15%;
  cursor: pointer;
}

.topo-bar-menu {
  width: 70%;
  padding: 0px 10px 0px 20px;
}

a.topo-pagina {
  position: relative;
  float: left;
  cursor: pointer;
  text-decoration: none;
  color: #000049;
  font-size: 1em;
  font-weight: 600;
  padding: 0px 20px 0px 20px;
  margin: 0px 15px 0px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.topo-pagina:hover,
a.topo-pagina.active {
  color: #16c59f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.topo-bar-whatsapp {
  width: 15%;
}

.topo-bar-logo img {
  width: 200px !important;
  height: auto;
  margin-top: 10px;
}

.topo-menu-box,
.topo-whatsapp {
  height: 75px;
  position: relative;
  float: left;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 36px -1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 36px -1px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 36px -1px rgba(0, 0, 0, 0.16);
}

.topo-menu-box {
  width: 100%;
}

.topo-whatsapp {
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.topo-whatsapp:hover {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0.8
}

.topo-whatsapp i {
  font-size: 2.3em;
  color: #5fa727;
}

.topo-whatsapp span {
  font-size: 1.1em;
  font-weight: 400;
  color: #5fa727;
  padding-left: 20px;
}



.barmenudown,
.barmenuup {
  width: 100%;
  position: fixed;
  z-index: 3;
  padding: 0px 100px 0px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.barmenuup {
  top: -100px;
  opacity: 0;
  padding: 0px 200px 0px 200px;
}

.barmenudown {
  top: 0px;
  opacity: 1;
}

.barmenubox {
  width: 100%;
  height: 75px;
  position: relative;
  float: left;
  text-align: center;
  background-color: #fff;
  padding: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 36px -1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 36px -1px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 36px -1px rgba(0, 0, 0, 0.16);
}

.minilogo {
  width: 60px;
  height: 60px;
  position: absolute;
  cursor: pointer;
  left: 10px;
  background-image: url(/images/touch-icon.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {

  .topo-menu-box,
  .topo-whatsapp {
    height: 55px;
    padding: 10px;
    border-radius: 15px;
  }

  a.topo-pagina {
    font-size: 0.75em;
    padding: 0px 5px 0px 5px;
    margin: 0px 10px 0px 10px;
  }

  .topo-bar-logo {
    width: 17%;
  }

  .topo-bar-menu {
    width: 68%;
  }

  .topo-bar-logo img {
    width: 130px !important;
    margin-top: 4px;
  }

  .topo-whatsapp i {
    font-size: 1.4em;
  }

  .topo-whatsapp span {
    font-size: 0.8em;
    padding-left: 10px;
  }

  .barmenudown,
  .barmenuup {
    padding: 0px 50px 0px 50px;
  }

  .barmenuup {
    padding: 0px 100px 0px 100px;
  }

  .barmenubox {
    height: 60px;
  }

  .minilogo {
    width: 40px;
    height: 40px;
    left: 10px;
  }

}

@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .topo-bar-logo {
    width: 17%;
  }

  .topo-bar-menu {
    width: 68%;
  }

  .topo-bar-logo img {
    width: 150px;
    margin-top: 4px;
  }

  a.topo-pagina {
    font-size: 0.85em;
  }

  .topo-whatsapp i {
    font-size: 1.7em;
  }

  .topo-whatsapp span {
    font-size: 0.9em;
    padding-left: 10px;
  }

  .barmenubox {
    height: 70px;
  }

  .minilogo {
    width: 49px;
    height: 49px;
  }
}

/*-------------------------------------------------------------------
BLOCO - INFORMAÇÃO TOPO
--------------------------------------------------------------------*/
#bloco-sobre {
  background-position: top right;
  min-height: 730px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/images/info_bg1.webp);
  -webkit-transition: all 1s;
  transition: all 1s ease-in-out;
}

.info-topo-div {
  margin-top: 75px;
}

.info-topo-cell-left {
  width: 50%;
  position: relative;
  float: left;
  padding-left: 50px;
}

.info-topo-titulo {
  font-size: 2.1em;
  color: #000049;
  font-weight: 700;
  margin-top: 50px;
  text-transform: uppercase;
}

.info-topo-texto {
  margin-top: 30px;
  font-size: 1.3em;
  color: #000049;
  font-weight: 400;
  line-height: 2em;
}

.info-topo-buttom-div {
  margin-top: 40px;
}

@media screen and (max-width: 1023px) {
  .info-topo-cell-left {
    width: 100%;
    padding: 0px 20px 0px 20px;
    margin-top: 120px
  }

  .info-topo-titulo {
    font-size: 1.6em;
    margin-top: 20px;
  }

  .info-topo-texto {
    margin-top: 30px;
    font-size: 1em;
    text-align: justify
  }

  .info-topo-buttom-div {
    margin-top: 40px;
    text-align: center;
  }
}

@media screen and (max-width: 360px) {
  .info-topo-titulo {
    font-size: 1.4em;
    margin-top: 20px;
  }

  .info-topo-texto {
    margin-top: 30px;
    font-size: 0.9em;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  #bloco-sobre {
    background-size: 57%;
    margin-top: 50px;
    min-height: 420px;
  }

  .info-topo-div {
    margin-top: 20px;
  }

  .info-topo-cell-left {
    width: 45%;
    padding-left: 50px;
  }

  .info-topo-titulo {
    font-size: 1.4em;
    margin-top: 0px;
  }

  .info-topo-texto {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .info-topo-titulo {
    font-size: 1.45em;
  }

  .info-topo-cell-left {
    width: 47%;
  }

  .info-topo-texto {
    font-size: 0.95em;
  }
}

/*-------------------------------------------------------------------
BLOCO - SOLUÇÃO PERFEITA
--------------------------------------------------------------------*/
.solucao-perfeita-titulo {
  text-align: center;
  font-size: 2em;
  color: #000049;
  font-weight: 600;
}

.solucao-perfeita-subtitulo {
  text-align: center;
  font-size: 1.4em;
  color: #16c59f;
  font-weight: 500;
  margin-top: 5px;
}

.solucao-modulos-div {
  margin-top: 90px;
  text-align: center
}

.solucao-modulos-box {
  width: 460px;
  border-radius: 30px;
  background-color: #fff;
  padding: 50px;
  display: inline-block;
  margin: 20px;
  text-align: left;
  -webkit-box-shadow: 0px 0px 46px -27px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 46px -27px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 46px -27px rgba(0, 0, 0, 0.18);
}

.solucao-modulos-box-icon {
  font-size: 3.2em;
  color: #000049;
}

.solucao-modulos-box-titulo {
  font-size: 1.4em;
  color: #16c59f;
  font-weight: 500;
}

.solucao-modulos-box-texto {
  font-size: 0.9em;
  color: #000049;
  text-align: justify;
  font-weight: 400;
  margin-top: 10px;
  overflow-y: auto;
}

@media screen and (max-width: 1023px) {
  .solucao-perfeita-titulo {
    text-align: center;
    font-size: 1.8em;
    margin-top: 120px
  }

  .solucao-modulos-div {
    margin-top: 50px;
  }

  .solucao-perfeita-subtitulo {
    text-align: center;
    font-size: 1.2em;
  }

  .solucao-modulos-box {
    width: 95%;
    margin: 0px 0px 20px 0px;
    padding: 30px;
  }

  .solucao-modulos-box-icon {
    font-size: 3em;
  }

  .solucao-modulos-box-titulo {
    font-size: 1.1em;
  }

  .solucao-modulos-box-texto {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 360px) {
  .solucao-perfeita-titulo {
    font-size: 1.4em;
    margin-top: 100px
  }

  .solucao-perfeita-subtitulo {
    font-size: 0.9em;
  }

  .solucao-modulos-box-icon {
    font-size: 2.2em;
  }

  .solucao-modulos-box-titulo {
    font-size: 1.1em;
  }

  .solucao-modulos-box-texto {
    font-size: 0.8em;
  }

}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .solucao-perfeita-titulo {
    font-size: 1.4em;
  }

  .solucao-perfeita-subtitulo {
    font-size: 1.1em;
    margin-top: 0px;
  }

  .solucao-modulos-div {
    margin-top: 50px;
  }

  .solucao-modulos-box {
    width: 255px;
    border-radius: 20px;
    padding: 20px;
    margin: 8px;
  }

  .solucao-modulos-box-icon {
    font-size: 2em;
  }

  .solucao-modulos-box-titulo {
    font-size: 0.9em;
  }

  .solucao-modulos-box-texto {
    font-size: 0.7em;
    height: 100px;
  }

}

@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .solucao-perfeita-titulo {
    font-size: 1.6em;
    margin-top: 50px
  }

  .solucao-perfeita-subtitulo {
    font-size: 1.3em;
  }

  .solucao-modulos-box {
    width: 320px;
  }

  .solucao-modulos-box-icon {
    font-size: 2.5em;
  }

  .solucao-modulos-box-titulo {
    font-size: 1.1em;
  }

  .solucao-modulos-box-texto {
    font-size: 0.8em;
    height: 120px;
  }
}

@media screen and (min-width: 1920px) {
  .solucao-modulos-box-texto {
    height: 100px;
  }
}

/*-------------------------------------------------------------------
BLOCO - PARCEIROS
--------------------------------------------------------------------*/
.parceiros-div {
  margin-top: 130px;
  background-color: #bdbdff;
  background-image: url(/images/moon.webp);
  background-size: 72%;
  background-repeat: no-repeat;
  background-position: left top;
  text-align: center;
  padding: 140px 0px 80px 0px;
  -webkit-transition: all 1s;
  transition: all 1s ease-in-out;
}

.parceiros-img-in {
  background-size: 75%;
  -webkit-transition: all 2s;
  transition: all 2s ease-in-out;
}

.parceiros-titulo {
  font-size: 2em;
  color: #000049;
  font-weight: 600;
}

.parceiros-subtitulo {
  font-size: 1.4em;
  color: #fff;
  font-weight: 500;
  margin-top: 5px;
}

.parceiros-imagem-div {
  margin: 50px 0px 0px 0px;
}

.parceiros-imagem {
  display: inline-block;
}

.parceiros-titulo2 {
  font-size: 1.8em;
  color: #5f5fa1;
  font-weight: 600;
  margin-top: 50px;
}

.parceiros-subtitulo2 {
  font-size: 1.8em;
  color: #fff;
  font-weight: 600;
  margin-top: 5px;
}

@media screen and (max-width: 1023px) {
  .site-width-parceiros {
    width: 90%;
    position: relative;
    margin: 0 auto;
  }

  .parceiros-div {
    margin-top: 120px;
    background-size: 95%;
    padding: 80px 20px 80px 20px;
    border-radius: 40px;
  }

  .parceiros-img-in {
    background-size: 99%;
  }

  .parceiros-titulo {
    font-size: 1.8em;
  }

  .parceiros-subtitulo {
    font-size: 1.2em;
  }

  .parceiros-titulo2 {
    font-size: 1.4em;
  }

  .parceiros-subtitulo2 {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 360px) {
  .parceiros-div {
    margin-top: 100px;
    padding: 60px 0px 60px 0px;
    border-radius: 20px;
  }

  .parceiros-titulo {
    font-size: 1.4em;
  }

  .parceiros-subtitulo {
    font-size: 1em;
  }

  .parceiros-titulo2 {
    font-size: 1.2em;
  }

  .parceiros-subtitulo2 {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 1024px) {
  .site-width-parceiros {
    width: 100%;
    position: relative;
    float: left;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .parceiros-div {
    margin-top: 80px;
    background-size: 70%;
    padding: 80px 0px 60px 0px;
  }

  .parceiros-img-in {
    background-size: 75%;
  }

  .parceiros-titulo {
    font-size: 1.4em;
    margin-top: 0px;
  }

  .parceiros-subtitulo {
    font-size: 1.1em;
  }

  .parceiros-titulo2 {
    font-size: 1.4em;
  }

  .parceiros-subtitulo2 {
    font-size: 1.1em;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .parceiros-div {
    background-size: 72%;
    padding: 100px 0px 70px 0px;
  }

  .parceiros-img-in {
    background-size: 75%;
  }

  .parceiros-titulo {
    font-size: 1.6em;
  }

  .parceiros-subtitulo {
    font-size: 1.3em;
  }

  .parceiros-titulo2 {
    font-size: 1.5em;
  }

  .parceiros-subtitulo2 {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 1921px) {
  .parceiros-div {
    background-size: 60%;
  }

  .parceiros-img-in {
    background-size: 65%;
  }
}

/*-------------------------------------------------------------------
BLOCO - CLIENTES
--------------------------------------------------------------------*/
.clientes-div {
  text-align: center;
  padding: 140px 0px 80px 0px;
}

.clientes-titulo {
  font-size: 2em;
  color: #000049;
  font-weight: 600;
}

.clientes-titulo span {
  font-size: 1.4em;
  font-weight: 700
}

.clientes-subtitulo {
  font-size: 1.4em;
  color: #16c59f;
  font-weight: 500;
  margin-top: 5px;
}

.clientes-box {
  height: 156px;
  background-color: #fff;
  padding: 20px;
  border-radius: 30px;
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 46px -27px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 46px -27px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 46px -27px rgba(0, 0, 0, 0.18);
}

.clientes-logo {
  height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}


.reviews-div {
  margin-top: 170px;
}

@media screen and (max-width: 1023px) {
  .clientes-div {
    padding: 120px 0px 60px 0px;
  }

  .clientes-titulo {
    font-size: 1.8em;
  }

  .clientes-titulo span {
    font-size: 1.4em;
  }

  .clientes-subtitulo {
    font-size: 1.2em;
  }

  .clientes-box {
    height: 100px;
    padding: 20px;
    border-radius: 20px;
    margin-top: 50px;
  }

  .clientes-logo {
    height: 35px;
  }
}

@media screen and (max-width: 360px) {
  .clientes-div {
    padding: 100px 0px 60px 0px;
  }

  .clientes-titulo {
    font-size: 1.6em;
  }

  .clientes-titulo span {
    font-size: 1.4em;
  }

  .clientes-subtitulo {
    font-size: 1em;
  }

  .clientes-box {
    height: 80px;
    padding: 20px;
    border-radius: 20px;
    margin-top: 50px;
  }

  .clientes-logo {
    height: 30px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .clientes-div {
    padding: 80px 0px 50px 0px;
  }

  .clientes-titulo {
    font-size: 1.4em;
  }

  .clientes-titulo span {
    font-size: 1.2em;
  }

  .clientes-subtitulo {
    font-size: 1.1em;
    margin-top: 0px;
  }

  .clientes-box {
    height: 100px;
    padding: 20px;
    border-radius: 20px;
    margin-top: 50px;
  }

  .clientes-logo {
    height: 35px;
  }

  .reviews-div {
    margin-top: 100px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .clientes-div {
    padding: 110px 0px 70px 0px;
  }

  .clientes-titulo {
    font-size: 1.6em;
  }

  .clientes-titulo span {
    font-size: 1.4em;
  }

  .clientes-subtitulo {
    font-size: 1.3em;
    margin-top: 0px;
  }

  .clientes-box {
    height: 120px;
    padding: 20px;
    border-radius: 25px;
    margin-top: 50px;
  }

  .clientes-logo {
    height: 40px;
  }

  .reviews-div {
    margin-top: 140px;
  }
}

/*----------------------------------------------------------------------
REVIEWS - WIDGET
-----------------------------------------------------------------------*/
#reviews-widget.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
  margin-top: 10px
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

#reviews-widget.owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  margin-top: 30px;
}

#reviews-widget.owl-theme .owl-dots .owl-dot span {
  background: #dcdcdc;
}

#reviews-widget.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #16c59f
}


#reviews-widget {
  width: 100%;
  position: relative;
  float: left;
  margin-top: 30px;
}

.reviews-cell {
  width: 25%;
  position: relative;
  float: left;
}

.reviews-vermais {
  background-color: #de1829;
  color: #fff;
  border-radius: 20px;
  font-weight: 500;
  position: relative;
  width: 250px;
  border-radius: 5px;
  cursor: pointer;
  padding: 8px 30px 8px 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  text-align: center;
  margin-top: 80px;
}

.reviews-vermais:hover {
  opacity: 0.8;
}

.reviews-avaliacao,
.reviews-stage,
.reviews-iten,
.reviews-img-div,
.reviews-nome,
.reviews-stars,
.reviews-data,
.reviews-texto,
.reviews-origem {
  width: 100%;
  position: relative;
  float: left;
}

.reviews-avaliacao {
  color: #000;
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 20px;
}

.reviews-avaliacao span {
  font-weight: 500;
  font-size: 1.4em;
  padding: 0px 5px 0px 5px;
}

.reviews-stage {
  padding: 10px;
  cursor: pointer
}

.reviews-iten {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.reviews-iten:hover {
  background-color: #fbfbfb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.reviews-img {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  width: 100px;
  height: 100px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  border-radius: 50%;
}

.reviews-stars {
  margin-top: 20px;
  text-align: center;
  height: 20px;
  overflow: hidden
}

.reviews-stars img {
  width: 20px !important;
  height: auto;
  position: relative;
  float: left;
  margin: 0px 3px 0px 3px;
}

.reviews-data {
  color: #999;
  margin-top: 10px;
  font-size: 0.9em;
}

.reviews-nome {
  color: #333;
  margin-top: 20px;
  font-size: 1em;
  font-weight: 500;
  height: 20px;
  overflow: hidden
}

.reviews-texto {
  color: #333;
  margin-top: 20px;
  font-size: 0.85em;
  height: 100px;
  overflow: hidden;
  text-align: justify
}

.reviews-origem {
  margin-top: 30px;
}

.reviews-origem img {
  max-width: 100%;
  width: 30px !important;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

  /* PARA DISPOSITIVOS PEQUENOS (SMARTPHONES E TABLETS)*/
  .reviews-avaliacao {
    font-size: 1.4em;
  }

  .reviews-avaliacao span {
    font-size: 1.3em;
  }

  .reviews-img {
    width: 80px;
    height: 80px;
  }

  .reviews-vermais {
    width: 200px;
    font-size: 0.9em;
    margin-top: 50px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {

  /* PARA DISPOSITIVOS GRANDES (PCS COM BAIXA RESOLUÇÃO)*/
  .reviews-avaliacao {
    font-size: 1.1em;
  }

  .reviews-data {
    font-size: 0.7em;
  }

  .reviews-nome {
    font-size: 0.9em;
  }

  .reviews-texto {
    margin-top: 20px;
    font-size: 0.8em;
    height: 80px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1919px) {

  /* PARA DISPOSITIVOS GRANDES (PCS COM BAIXA RESOLUÇÃO)*/
  .reviews-avaliacao {
    font-size: 1.3em;
  }

  .reviews-stage {
    padding: 5px;
  }
}

/* width */
.reviews-content::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.reviews-content::-webkit-scrollbar-track {
  background: #fff !important
}

/* Handle */
.reviews-content::-webkit-scrollbar-thumb {
  background: #000 !important
}

/* Handle on hover */
.reviews-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*-------------------------------------------------------------------
REVIEWS - WIDGET - MODAL
--------------------------------------------------------------------*/
.reviews-modal-backdrop {
  width: 100vw;
  height: 100vh;
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.7);
}

.reviews-modal {
  width: 40%;
  min-height: 100px;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
  color: #000;
}

.reviews-modal-content {
  width: 100%;
  height: 300px;
  overflow: auto;
  position: relative;
  float: left;
  padding: 20px 0px 30px 0px;
}

.reviews-button-close {
  background-color: #fff;
  color: #000;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  z-index: 2;
  font-size: 1.3em;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.reviews-button-close:hover {
  color: #F00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.reviews-modal-img-div,
.reviews-modal-nome,
.reviews-modal-stars,
.reviews-modal-data,
.reviews-modal-texto,
.reviews-modal-origem,
.reviews-modal-fotografias {
  width: 100%;
  position: relative;
  float: left;
}

.reviews-modal-img {
  background-color: #fff;
  width: 80px;
  height: 80px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  border-radius: 50%;
}

.reviews-modal-data {
  color: #999;
  margin-top: 10px;
  font-size: 0.9em;
  text-align: center
}

.reviews-modal-nome {
  color: #333;
  margin-top: 0px;
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
}

.reviews-modal-texto {
  color: #333;
  margin-top: 20px;
  color: #333;
  font-size: 1em;
  text-align: justify;
}

.reviews-modal-origem {
  margin-top: 30px;
}

.reviews-modal-stars {
  margin-top: 20px;
  text-align: center;
  height: 20px;
  overflow: hidden
}

.reviews-modal-foto {
  position: relative;
  float: left;
  margin: 20px;
  width: 25%;
  height: 120px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.reviews-modal-stars img {
  width: 20px;
  height: auto;
  position: relative;
  float: left;
  margin: 0px 3px 0px 3px;
}

.reviews-modal-origem img {
  max-width: 100%;
  width: 30px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

  /* PARA DISPOSITIVOS PEQUENOS*/
  .reviews-modal {
    width: 90%;
    min-height: 100px;
    max-height: 70vh;
  }

  .reviews-modal-content {
    height: 300px;
  }
}

/* width */
.reviews-modal-content::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.reviews-modal-content::-webkit-scrollbar-track {
  background: #fff !important
}

/* Handle */
.reviews-modal-content::-webkit-scrollbar-thumb {
  background: #333 !important
}

/* Handle on hover */
.reviews-modal-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*----------------------------------------------------------------------
PLANOS E PREÇOS
-----------------------------------------------------------------------*/
.planos-div {
  margin-top: 70px;
}

.planos-titulo {
  font-size: 2em;
  color: #000049;
  font-weight: 600;
  text-align: center
}

.planos-subtitulo {
  font-size: 1.4em;
  color: #16c59f;
  font-weight: 500;
  margin-top: 5px;
  text-align: center;
  margin-bottom: 100px;
}

.planos-head {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
}

.planos-head-cell1 {
  width: 50%;
  position: relative;
  float: left;
  padding: 15px;
}

.planos-head-cell2 {
  width: 25%;
  position: relative;
  float: left;
  padding: 15px 0px 15px 30px;
}

.planos-box2 {
  border-radius: 50px;
  padding: 25px 15px 25px 15px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
}

.plano-titulo {
  color: #16c59f;
  font-size: 1.2em;
  font-weight: 700;
}

.plano-preco {
  color: #878787;
  font-size: 2em;
  font-weight: 700;
  margin-top: 20px
}

.plano-preco .euro {
  color: #16c59f;
}

.plano-preco .periodo {
  font-size: 0.4em;
  font-weight: 400;
}

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

.plano-aderir-buttom {
  display: inline-block;
  background-color: #16c59f;
  color: #fff;
  padding: 10px 70px 10px 70px;
  margin-top: 20px;
  border-radius: 50px;
  border: none;
  font-weight: 500;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  text-align: center;
  webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.plano-aderir-buttom:hover {
  opacity: 0.8;
  webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.planos-itens-list {
  width: 100%;
  position: relative;
  float: left;
  margin-top: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2
}

.planos-iten-row {
  width: 100%;
  position: relative;
  float: left;
  padding: 0px 50px 0px 0px;
  font-size: 1em;
  color: #000049;
  text-align: left;
  display: flex;
  align-items: center;
}

.planos-iten-row-info {
  width: 100%;
  position: relative;
  float: left;
  font-size: 0.8em;
  color: #878787;
  margin-top: 0px;
  padding-left: 50px
}

.planos-iten-row div {
  font-size: 2em;
  color: #16c59f;
  margin-right: 15px;
  font-weight: 500
}

.planos-iten-not i {
  font-size: 1.4em;
  color: #f44538;
}

.planos-iten-ok span {
  font-size: 1em;
  color: #16c59f;
}

.planos-iten-ok i {
  font-size: 2em;
  color: #16c59f;
}

.planos-iten-info {
  color: #878787;
  font-size: 0.8em;
  padding: 0px 50px 0px 50px
}

.planos-iten-portais {
  width: 40px;
  height: 40px;
  position: relative;
  float: left;
  margin: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

td {
  padding: 10px 0px 10px 30px;
  /* Espaçamento interno das células */
}



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

  /* PARA DISPOSITIVOS PEQUENOS*/
  .planos-titulo {
    font-size: 1.8em;
  }

  .planos-subtitulo {
    font-size: 1.2em;
    margin-bottom: 50px;
  }

  .plano-titulo {
    font-size: 1.8em;
  }

  .plano-preco {
    font-size: 2.3em;
  }

  .plano-aderir-buttom {
    padding: 10px 70x 10px 70px;
    width: 80%
  }

  .planos-mobile-itenbox {
    padding: 20px;
    border-bottom: 1px solid #e3e7e6;
  }

  .planos-mobile-iten {
    width: 100%;
    position: relative;
    float: left;
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 1em;
    color: #000049;
  }

  .planos-mobile-iten div {
    font-size: 2em;
    color: #16c59f;
    margin-right: 25px;
    font-weight: 500
  }

  .planos-iten-ok {
    margin-top: 10px;
  }

  .planos-iten-ok span {
    font-size: 1em;
    color: #16c59f;
  }

  .planos-iten-ok i {
    font-size: 2em;
    color: #16c59f;
  }

  .planos-iten-row-info {
    width: 100%;
    position: relative;
    float: left;
    padding-left: 60px;
    text-align: left
  }

  td {
    padding: 5px 0px 5px 30px;
    /* Espaçamento interno das células */
  }

}

@media screen and (max-width: 360px) {
  .planos-titulo {
    font-size: 1.5em;
  }

  .planos-subtitulo {
    font-size: 1em;
  }

  .plano-titulo {
    font-size: 1.4em;
  }

  .plano-preco {
    font-size: 2em;
  }

  .plano-aderir-buttom {
    padding: 8px 60x 8px 60px;
    width: 80%;
    font-size: 1em;
  }

  .planos-mobile-iten {
    font-size: 0.9em;
  }

  .planos-mobile-iten div {
    font-size: 1.6em;
    margin-right: 25px;
  }

  .planos-iten-ok span {
    font-size: 0.9em;
  }

  .planos-iten-portais {
    width: 30px;
    height: 30px;
  }

}

@media screen and (min-width: 1024px) {
  .planos-margin-lateral {
    padding: 0px 60px 0px 60px
  }

  .planos-box {
    padding: 100px;
    background-color: #fafffe;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 46px -27px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 46px -27px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 46px -27px rgba(0, 0, 0, 0.18);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .planos-div {
    margin-top: 50px;
  }

  .planos-margin-lateral {
    padding: 0px
  }

  .planos-box {
    padding: 50px;
    border-radius: 30px;
  }

  .planos-titulo {
    font-size: 1.4em;
  }

  .planos-subtitulo {
    font-size: 1.1em;
    margin-bottom: 50px;
  }

  .planos-head-cell1 {
    width: 50%;
    padding: 10px;
  }

  .planos-head-cell2 {
    width: 25%;
    padding: 10px 0px 10px 20px;
  }

  .planos-box2 {
    border-radius: 30px;
    padding: 20px 10px 20px 10px;
  }

  .plano-titulo {
    font-size: 1em;
  }

  .plano-preco {
    font-size: 1.4em;
    margin-top: 20px
  }

  .plano-preco .periodo {
    font-size: 0.5em;
    font-weight: 400;
  }

  .plano-aderir-buttom {
    padding: 8px 40px 8px 40px;
    font-size: 0.8em;
  }


  .planos-itens-list {
    margin-top: 180px;
  }

  .planos-iten-row {
    padding: 0px 30px 0px 0px;
    font-size: 0.75em;
  }

  .planos-iten-row-info {
    font-size: 0.65em;
    padding-left: 30px
  }

  .planos-iten-row div {
    font-size: 1.5em;
    margin-right: 15px;
    font-weight: 500
  }

  .planos-iten-not i {
    font-size: 1em;
  }

  .planos-iten-ok span {
    font-size: 0.8em;
  }

  .planos-iten-ok i {
    font-size: 1.5em;
    ;
  }

  .planos-iten-info {
    font-size: 0.7em;
    padding: 0px 20px 0px 20px
  }

  .planos-iten-portais {
    width: 25px;
    height: 25px;
  }

  td {
    padding: 10px 0px 10px 15px;
    /* Espaçamento interno das células */
  }
}

@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .planos-div {
    margin-top: 80px;
  }

  .planos-titulo {
    font-size: 1.6em;
  }

  .planos-subtitulo {
    font-size: 1.3em;
    margin-bottom: 50px;
  }

  .planos-box {
    padding: 70px;
    border-radius: 30px;
  }

  .plano-titulo {
    font-size: 1.1em;
  }

  .plano-preco {
    font-size: 1.6em;
    margin-top: 20px
  }

  .plano-preco .periodo {
    font-size: 0.5em;
    font-weight: 400;
  }

  .plano-aderir-buttom {
    padding: 8px 50px 8px 50px;
    font-size: 0.9em;
  }

  .planos-iten-row {
    font-size: 0.8em;
  }

  .planos-iten-row-info {
    font-size: 0.7em;
    padding-left: 40px
  }

  .planos-iten-row div {
    font-size: 1.9em;
  }

  .planos-iten-not i {
    font-size: 1.1em;
  }

  .planos-iten-ok span {
    font-size: 0.8em;
  }

  .planos-iten-ok i {
    font-size: 1.7em;
    ;
  }

  .planos-iten-info {
    font-size: 0.7em;
    padding: 0px 20px 0px 20px
  }

  .planos-iten-portais {
    width: 30px;
    height: 30px;
  }

  td {
    padding: 15px 0px 15px 25px;
    /* Espaçamento interno das células */
  }
}

/*-------------------------------------------------------------------
BLOCO - PEDIR ORÇAMENTO
--------------------------------------------------------------------*/
.orcamento-div {
  margin-top: 130px;
}

.orcamento-box {
  background-color: #fff;
  padding: 50px;
  border-radius: 40px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.05);
}

.orcamento-cell-left,
.orcamento-cell-right {
  width: 50%;
  position: relative;
  float: left;
}

.orcamento-cell-right {
  padding-left: 100px;
}

.orcamento-titulo {
  font-size: 1.8em;
  color: #000049;
  font-weight: 700;
  text-transform: uppercase;
}

.orcamento-texto {
  margin-top: 30px;
  font-size: 1.1em;
  color: #000049;
  font-weight: 400;
  line-height: 2em;
}


.formulario-orc label {
  font-size: 0.8em;
  line-height: 2em;
  font-family: "Poppins", sans-serif;
  padding-left: 10px;
  color: #000;
}

.formulario-orc placeholder {
  color: #000;
}

.formulario-orc input,
.formulario-orc textarea {
  box-sizing: border-box;
  border: none;
  border-radius: 20px;
  color: #000;
  background-color: #f9f9f9;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 15px;
  width: 100%;
  font-size: 0.8em;
}

@media screen and (max-width: 1023px) {
  .orcamento-div {
    margin-top: 100px;
  }

  .orcamento-box {
    padding: 30px;
    border-radius: 30px;
  }

  .orcamento-cell-left,
  .orcamento-cell-right {
    width: 100%;
    position: relative;
    float: left;
  }

  .orcamento-cell-right {
    margin-top: 50px;
    padding: 0px;
  }

  .orcamento-titulo {
    font-size: 1.4em;
    text-align: center
  }

  .orcamento-texto {
    font-size: 1em;
    text-align: justify
  }

  .formulario-orc label {
    font-size: 0.9em;
  }

  .formulario-orc input,
  .formulario-orc textarea {
    font-size: 0.9em;
  }

}

@media screen and (max-width: 360px) {
  .orcamento-texto {
    font-size: 0.9em;
  }

  .formulario-orc input,
  .formulario-orc textarea {
    padding: 10px;
    width: 100%;
    font-size: 0.8em;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .orcamento-cell-left {
    width: 40%;
  }

  .orcamento-cell-right {
    width: 60%;
    padding: 20px;
  }

  .orcamento-titulo {
    font-size: 1.1em;
    text-align: left
  }

  .orcamento-texto {
    font-size: 0.85em;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .orcamento-cell-left {
    width: 50%;
    padding: 20px;
  }

  .orcamento-cell-right {
    width: 50%;
    padding: 20px;
  }

  .orcamento-titulo {
    font-size: 1.3em;
    text-align: left
  }

  .orcamento-texto {
    font-size: 0.9em;
  }
}

/*-------------------------------------------------------------------
FORMULÁRIOS
--------------------------------------------------------------------*/
.formulario-all label {
  font-size: 0.9em;
  line-height: 2em;
  font-family: "Poppins", sans-serif;
  padding-left: 10px;
}

.formulario-all select {
  font-family: "Poppins", sans-serif;
  font-size: 0.9em;
  width: 100%;
  color: #c32c0a;
  font-weight: 500;
  padding: 10px 35px 10px 10px !important;
  background: url("https://omeustand.pt/websites/resources/images/navigation-menu.svg") no-repeat;
  background-size: 20px;
  background-position: right center;
  background-color: #fff;
  border: none;
  border-right: 10px solid rgba(0, 0, 0, 0);
}

.formulario-all input,
.formulario-all textarea {
  box-sizing: border-box;
  border: none;
  border-radius: 20px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 10px;
  width: 100%;
  font-size: 0.9em;
}


.formulario-all input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-radius: 10px !important;
  color: white;
  font-size: 12px;
  padding: 5px;
  margin: 10px;
  transform: rotate(-45deg);
  transition: transform 0.5s ease-in-out;
}

.formulario-all input[type="checkbox"]:checked {
  transform: rotate(0deg);
  transition: transform 0.5s ease-in-out;
}

.formulario-all span {
  position: absolute;
  top: 12px;
  left: 50px
}

@media screen and (max-width: 11023px) {
  .formulario-all label {
    font-size: 0.95em;
  }

  .formulario-all input,
  .formulario-all textarea {
    font-size: 0.95em;
  }

}

@media screen and (min-width: 1024px) and (max-width: 1364px) {
  .formulario-all select {
    font-size: 0.8em;
    width: 100%;
    padding: 8px 30px 8px 8px !important;
    background: url("https://omeustand.pt/websites/resources/images/navigation-menu.svg") no-repeat;
    background-size: 15px;
    background-position: right center;
    background-color: #fff;
    border: none;
    border-right: 10px solid rgba(0, 0, 0, 0);
  }

  .formulario-all input,
  .formulario-all textarea {
    padding: 10px;
    width: 100%;
    font-size: 0.8em;
  }
}

/*-------------------------------------------------------------------
RODAPE
--------------------------------------------------------------------*/
.rodape-div {
  padding: 50px 100px 50px 100px;
}

.rodape-cell {
  width: 25%;
  position: relative;
  float: left;
}

.rodape-titulos,
.rodape-titulos2 {
  color: #16c59f;
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 60px;
}

.rodape-apoio-telefone {
  font-size: 1.5em;
  color: #000049;
  text-align: right;
  line-height: 0.7em;
  margin-top: -8px;
}

.rodape-apoio-telefone span {
  font-size: 0.4em;
}

.rodape-apoio-morada {
  font-size: 0.9em;
  color: #000049;
  text-align: right;
  margin-top: -12px;
  font-weight: 400;
}

a.rodape-links:link,
a.rodape-links:visited,
a.rodape-links:hover,
a.rodape-links:active {
  color: #000049;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 2em;
  text-decoration: none;
}

a.rodape-links:hover {
  color: #16c59f !important;
}

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

  /* PARA DISPOSITIVOS PEQUENOS*/
  .rodape-div {
    padding: 50px 20px 50px 20px;
  }

  .rodape-cell {
    width: 100%;
    padding: 0px;
    text-align: center
  }

  .rodape-titulos,
  .rodape-titulos2 {
    font-size: 1.1em;
  }

  .rodape-apoio-telefone {
    font-size: 1.5em;
    text-align: center;
    margin-top: 0px;
  }

  .rodape-apoio-morada {
    font-size: 0.9em;
    text-align: center;
    margin-top: 0px;
  }

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

  a.rodape-links:link,
  a.rodape-links:visited,
  a.rodape-links:hover,
  a.rodape-links:active {
    line-height: 2.4em;
  }
}

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

  .rodape-titulos,
  .rodape-titulos2 {
    font-size: 1em;
  }

  .rodape-apoio-telefone {
    font-size: 1.4em;
  }

  .rodape-apoio-morada {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 1024px) {
  .rodape-titulos2 {
    text-align: right
  }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
  /* PARA DISPOSITIVOS PEQUENOS*/

  .rodape-div {
    padding: 100px 0px 50px 0px;
  }

  .rodape-titulos,
  .rodape-titulos2 {
    font-size: 0.8em;
    margin-bottom: 12px;
    margin-top: 40px;
  }

  .rodape-apoio-telefone {
    font-size: 1em;
    line-height: 0.8em;
    margin-top: -8px;
  }

  .rodape-apoio-telefone span {
    font-size: 0.4em;
  }

  .rodape-apoio-morada {
    font-size: 0.65em;
    margin-top: -12px;
  }

  a.rodape-links:link,
  a.rodape-links:visited,
  a.rodape-links:hover,
  a.rodape-links:active {
    font-size: 0.7em;
    line-height: 2em;
  }

}

@media screen and (min-width: 1280px) and (max-width: 1919px) {

  /* PARA DISPOSITIVOS MÉDIOS*/
  .rodape-div {
    padding: 100px 0px 50px 0px;
  }

  .rodape-titulos,
  .rodape-titulos2 {
    font-size: 0.9em;
    margin-bottom: 12px;
    margin-top: 60px;
  }

  .rodape-apoio-telefone {
    font-size: 1.2em;
    line-height: 0.7em;
    margin-top: -2px;
  }

  .rodape-apoio-telefone span {
    font-size: 0.4em;
    margin-top: -8px;
  }

  .rodape-apoio-morada {
    font-size: 0.75em;
    margin-top: -8px;
  }

  a.rodape-links:link,
  a.rodape-links:visited,
  a.rodape-links:hover,
  a.rodape-links:active {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1919px) {

  /* PARA DISPOSITIVOS MÉDIOS*/
  .rodape-titulos,
  .rodape-titulos2 {
    font-size: 1em;
  }

  .rodape-apoio-telefone {
    font-size: 1.3em;
    line-height: 0.7em;
    margin-top: -2px;
  }

  .rodape-apoio-telefone span {
    font-size: 0.4em;
    margin-top: -8px;
  }

  .rodape-apoio-morada {
    font-size: 0.75em;
    margin-top: -8px;
  }

  a.rodape-links:link,
  a.rodape-links:visited,
  a.rodape-links:hover,
  a.rodape-links:active {
    font-size: 0.85em;
  }
}

/*-------------------------------------------------------------------
REDES SOCIAIS
--------------------------------------------------------------------*/
.redesocial {
  margin: 0px 6px 0px 6px;
  padding: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}

.redesocial:hover {
  transform: scale(1.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.redesocial.facebook {
  background-color: #2061fb;
}

.redesocial.instagram {
  background-color: #f70ea6;
}

.redesocial-whatsapp,
.redesocial-messenger {
  margin: -3px 6px 0px 6px;
}

.redesocial-whatsapp img {
  width: 32px;
  height: auto;
  filter: invert(72%) sepia(40%) saturate(6159%) hue-rotate(102deg) brightness(100%) contrast(101%);
}

.redesocial-messenger img {
  width: 32px;
  height: auto;
  filter: invert(30%) sepia(98%) saturate(2612%) hue-rotate(204deg) brightness(106%) contrast(100%);
}

.redesocial-whatsapp:hover {
  transform: scale(1.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.redesocial-messenger:hover {
  transform: scale(1.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.redesocial.facebook img,
.redesocial.instagram img,
.redesocial.youtube2 img,
.redesocial.whatsapp img,
.redesocial.messenger img {
  filter: invert(99%) sepia(0%) saturate(2222%) hue-rotate(96deg) brightness(118%) contrast(96%);
}

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

  /* PARA DISPOSITIVOS PEQUENOS*/
  .rodape-redessociais {
    text-align: center;
  }

  .redesocial,
  .redesocial-whatsapp,
  .redesocial-messenger {
    display: inline-block;
    margin-top: 5px;
  }

  .redesocial {
    width: 34px;
    height: 34px;

  }

  .redesocial-whatsapp img,
  .redesocial-messenger img {
    width: 38px;
  }
}

@media screen and (max-width: 360px) {
  .redesocial {
    width: 30px;
    height: 30px;

  }

  .redesocial-whatsapp img,
  .redesocial-messenger img {
    width: 34px;
  }
}

@media screen and (min-width: 1024px) {

  .redesocial,
  .redesocial-whatsapp,
  .redesocial-messenger {
    position: relative;
    float: right;
  }

}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

  /* PARA DISPOSITIVOS PEQUENOS*/
  .redesocial {
    margin: 0px 5px 0px 5px;
    padding: 1px 4px 4px 4px;
    width: 23px;
    height: 23px;
  }

  .redesocial-whatsapp img {
    width: 25px;
  }

  .redesocial-messenger img {
    width: 25px;
  }

}

@media screen and (min-width: 1280px) and (max-width: 1919px) {

  /* PARA DISPOSITIVOS PEQUENOS*/
  .redesocial {
    margin: 0px 5px 0px 5px;
    padding: 4px 4px 4px 4px;
    width: 26px;
    height: 26px;
  }

  .redesocial-whatsapp img {
    width: 28px;
  }

  .redesocial-messenger img {
    width: 28px;
  }

}

/*-------------------------------------------------------------------
MENU MOBILE V4
--------------------------------------------------------------------*/
.mobile-top-bar {
  width: 100%;
  height: 100px;
  color: #000;
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  text-align: right;
  z-index: 1023;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.mobile-top-bar-up {
  top: -130px;
}

.mobile-top-bar-down {
  top: 0px;
}

.mobile-bar-left {
  width: 70%;
  position: relative;
  float: left;
}

.mobile-bar-right {
  width: 30%;
  position: relative;
  float: left;
}

.logotipo-box {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 2;
  width:100px; 
  height: 100px;
}

.mobile-logotipo-bar {
  width: 200px;
  height: 130px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  float: left
}


#mobile-bars {
  position: relative;
  float: right;
  margin: 30px 35px 0px 0px;
  z-index: 1004
}

.mobilebar1,
.mobilebar3,
.mobilebar2 {
  width: 25px;
  height: 4px;
  margin: 6px 0;
  transition: 0.4s;
  background-color: #333;
  border-radius: 2px;
  cursor: pointer;
}

.mobilebar1 {
  width: 28px;
  margin: 6px 0px 0px -3px;
}

.mobilebar2 {
  width: 17px;
  margin: 6px 0px 0px 8px;
}

.mobilechange .mobilebar1 {
  width: 25px;
  margin: 6px 0;
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.mobilechange .mobilebar2 {
  opacity: 0;
}

.mobilechange .mobilebar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -5px);
  transform: rotate(45deg) translate(-8px, -5px);
}

.mobile-botao-pesquisa {
  width: 78px;
  height: 78px;
  position: relative;
  float: right;
  margin: 20px 50px 0px 0px;
  border-radius: 24px;
  text-transform: uppercase;
  font-size: 0.65em;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.mobile-botao-pesquisa img {
  width: 25px;
  margin-top: 16px;
  filter: invert(99%) sepia(8%) saturate(14%) hue-rotate(15deg) brightness(107%) contrast(101%);
}

@keyframes mobilebotao {
  0% {
    opacity: 0.2;
    color: #fff;
  }

  20% {
    opacity: 1;
    color: #ff0000;
  }

  90% {
    opacity: 1;
    color: #ff0000;
  }

  100% {
    opacity: 0.2;
    color: #fff;
  }
}

.mobile-animate {
  animation-name: mobilebotao;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

.mobile-menu-close,
.mobile-menu-open {
  height: 100vh;
  position: fixed;
  overflow: auto;
  text-align: left;
  z-index: 1003;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.mobile-menu-close,
.mobile-menu-open,
.menu-mobile-paginas {
  background-color: #fff;
}

.mobile-logotipo-menu-div {
  width: 80%;
  position: relative;
  float: left;
}

.mobile-logotipo-menu {
  width: 80%;
  height: 100px;
  margin: 10px 20px 10px 20px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.mobile-paginas {
  width: 100%;
  position: relative;
  float: left;
  margin-top: 50px;
}

.menu-mobile-paginas {
  width: 100%;
  position: relative;
  float: left;
  font-weight: 500;
  padding: 12px 12px 12px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  font-weight: 500;
  display: inline-block;
  color: #333;
}

/*
.menu-mobile-paginas.active,.menu-mobile-paginas:hover{
color:#db0000; background-color:#000;
}
*/
.menu-mobile-nivel1content {
  width: 100%;
  background-color: #222222;
  position: relative;
  float: left;
  padding: 0px 0px 0px 15px;
  display: none;
}

.menu-mobile-subpaginas {
  width: 100%;
  position: relative;
  float: left;
  font-family: "Poppins", sans-serif;
  font-size: 0.8em;
  font-weight: 500;
  padding: 12px;
  color: #fff;
}

.menu-mobile-subpaginas.active,
.menu-mobile-subpaginas:hover {
  color: #ff0000;
}

.arrow-down {
  background: url("https://omeustand.pt/websites/resources/images/down-white.webp") no-repeat;
  background-size: 10px;
  background-position: right 20px top 15px;
}

.arrow-up {
  background: url("https://omeustand.pt/websites/resources/images/up-white.webp") no-repeat;
  background-size: 10px;
  background-position: right 20px top 15px;
}

.mobile-menu-bottom {
  width: 100%;
  position: relative;
  float: left;
  padding: 0px 20px 0px 20px;
  margin-top: 40px;
}

.mobile-ligamos {
  width: 100%;
  position: relative;
  float: left;
  text-align: center;
  font-weight: 600;
  padding: 12px 10px 12px 10px;
  border-radius: 30px;
  font-size: 0.85em;
  background-color: #ff0000;
  color: #fff;
}

/*--------------------APRESENTA OS MESSENGER E O WHATSAPP NO FIM DA TELA-------------------------------------------*/
.mobile-redes-bottom-div {
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 1002;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.mobile-redes-bottom-div.up {
  bottom: -100px;
}

.mobile-redes-bottom-div.down {
  bottom: 0px;
}

.mobile-redes-bottom {
  position: relative;
  float: left;
  padding: 10px 20px 6px 20px;
  border-radius: 30px;
  margin: 0px 5px 5px 5px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.mobile-redes-bottom.whatsapp {
  background-color: #4caf50;
}

.mobile-redes-bottom.messenger {
  background-color: #0081fd;
}

.mobile-redes-bottom img {
  width: 20px;
  height: 20px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(130deg) brightness(112%) contrast(101%);
}

.mobile-redes-bottom div {
  font-size: 0.9em;
  color: #fff;
  font-weight: 500;
  padding-left: 15px;
  position: relative;
  float: right;
}


.mobile-menu-close {
  right: -480px
}

.mobile-menu-open {
  right: 0px
}

@media screen and (max-width: 447px) {
  .mobile-bar-left {
    width: 70%;
  }

  .mobile-bar-right {
    width: 30%;
  }

  .mobile-logotipo-bar {
    width: 80%;
    height: 80px;
    margin: 10px 0px 10px 10px;
  }

  .mobile-logotipo-menu-div {
    width: 70%;
  }

  .mobile-menu-close {
    right: -480px
  }

  .menu-mobile-paginas {
    font-size: 0.9em;
  }

  .menu-mobile-subpaginas {
    font-size: 0.7em;
  }

  .mobile-botao-pesquisa {
    width: 68px;
    height: 68px;
    margin: 25px 40px 0px 0px;
    border-radius: 18px;
    font-size: 0.6em;
  }

  .mobile-botao-pesquisa img {
    width: 20px;
  }

  .mobile-redes-bottom {
    padding: 8px 15px 3px 15px;
    border-radius: 20px;
  }

  .mobile-redes-bottom div {
    font-size: 0.8em;
    padding-left: 10px;
    margin-top: 1px;
  }
}

@media screen and (max-width: 360px) {
  .mobile-top-bar {
    width: 100%;
    height: 80px;
  }

  #mobile-bars {
    margin: 22px 25px 0px 0px;
  }

  .mobile-logotipo-bar {
    width: 80%;
    height: 60px;
    margin: 10px 0px 10px 10px;
  }
}

@media screen and (min-width: 448px) and (max-width: 1023px) {
  .mobile-menu-close {
    right: -1023px
  }

  .menu-mobile-paginas {
    font-size: 1.2em;
  }

  .menu-mobile-subpaginas {
    font-size: 0.9em;
  }
}

/*-------------------------------------------------------------------
DIREITOS
--------------------------------------------------------------------*/
.direitos-div {
  font-size: 0.9em;
  color: #000049;
  text-align: center;
  margin-top: 100px
}

.direitos-div span {
  font-weight: 600
}

.direitos-div2 {
  width: 100%;
  position: relative;
  float: left;
  background-color: #000049;
  padding: 0px 50px 30px 50px;
  margin: 90px 0px 0px 0px;
  text-align: center
}

.rodape-logotipo {
  font-size: 0.9em;
  color: #fff;
  margin-top: -70px;
  text-align: center;
  display: inline-block
}

.rodape-logotipo img {
  width: 150px;
}

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

  /* PARA DISPOSITIVOS PEQUENOS*/
  .direitos-div {
    margin-top: 50px
  }

  .rodape-logotipo img {
    width: 90px;
  }

  .rodape-logotipo {
    margin-top: -40px;
  }
}

@media screen and (max-width: 360px) {
  .rodape-logotipo img {
    width: 80px;
  }

  .rodape-logotipo {
    margin-top: -40px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .direitos-div {
    font-size: 0.75em;
    margin-top: 50px
  }

  .rodape-logotipo img {
    width: 120px;
  }

  .rodape-logotipo {
    font-size: 0.75em;
    margin-top: -60px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .direitos-div {
    font-size: 0.8em;
  }

  .rodape-logotipo img {
    width: 120px;
  }

  .rodape-logotipo {
    font-size: 0.8em;
    margin-top: -60px;
  }
}

/*-------------------------------------------------------------------
MODALS
--------------------------------------------------------------------*/
.modal-body {
  width: 40%;
  min-height: 300px;
  background-color: #f1f1f1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 30px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.modal-body.paginas {
  width: 90%
}

.modal-titulo {
  width: 100%;
  position: relative;
  float: left;
  font-size: 1.1em;
  font-weight: 500;
  text-align: left;
  padding: 30px 30px 20px 30px;
}

.modal-content {
  width: 100%;
  max-height: 70vh;
  overflow: auto;
  position: relative;
  float: left;
  font-size: 0.9em;
  margin-bottom: 80px;
  border: none;
  text-align: left;
  padding: 0px 30px 20px 30px;
}

.modal-bottom {
  min-height: 40px;
  font-size: 0.9em;
  position: absolute;
  bottom: 0px;
  text-align: right;
  padding: 20px 30px 30px 30px
}

.modal-button-sucesso,
.modal-button-close {
  position: relative;
  float: right;
  padding: 12px 30px 12px 55px;
  margin: 0px 2px 0px 2px;
  font-size: 0.9em;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.38);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-button-close {
  float: left;
}

.modal-button-close:hover,
.modal-button-sucesso:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-button-sucesso img,
.modal-button-close img {
  width: 18px;
  position: absolute;
  top: 12px;
  left: 25px;
}

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

  /* PARA DISPOSITIVOS PEQUENOS*/
  .modal-body {
    width: 90%;
  }
}

.modal-button-sucesso {
  background-color: #090649;
  color: #a2ffca;
}

.modal-alert-error {
  color: #cc2020;
  font-size: 0.9em;
  font-weight: 400;
  text-align: center;
}


/*-------------------------------------------------------------------
4STAND REVIEWS 
--------------------------------------------------------------------*/
.star-rating {
  display: flex;
  justify-content: center;
}

.icon-star {
  color: #ccc;
  cursor: pointer;
  font-size: 24px;
}

.icon-star:hover {
  color: gold;
}

.active {
  color: gold;
}

.standlogotipo-div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.standlogotipo {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-color: #fff;
  border: 12px solid #fff;
  border-radius: 50%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.standname {
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
  color: #000;
  margin-top: 10px;
  margin-bottom: 40px;
}

/*-------------------------------------------------------------------
CONVITE RECOMENDAÇÃO
--------------------------------------------------------------------*/
.container-convite-align {
  display: flex;
  justify-content: center;
  /* Alinhamento horizontal */
  align-items: center;
  /* Alinhamento vertical */
}

.container-convite {
  background-color: white;
  border: 3px solid #37c4a1;
  border-radius: 60px;
  padding: 20px 30px;
  text-align: center;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);

  /* Configuração padrão para ecrãs pequenos (mobile) */
  width: 90%;
  max-width: 100%;
  box-sizing: border-box;
  /* Garante que o padding não aumente a largura total */
}

/* Regra para resoluções superiores a 1023px */
@media (min-width: 1024px) {
  .container-convite {
    width: 70%;
  }

}

.titulo {
  color: #0b0e3b;
  /* Azul escuro/preto do título */
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 0;
}

.subtitulo {
  color: #0b0e3b;
  font-size: 1.15em;
  margin-bottom: 5px;
  font-weight: 400;
}

.destaque {
  color: #37c4a1;
  /* Verde do desconto */
  font-weight: 700;
  font-size: 1.2em
}

.texto-final {
  color: #0b0e3b;
  font-size: 1.15em;
  font-weight: 400;
  margin-top: 0;
}

/* Regra para resoluções superiores a 1023px */
@media (max-width: 1023px) {
  .titulo {
    font-size: 1.2em;
  }

  .subtitulo,
  .texto-final {
    font-size: 1em;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .titulo {
    font-size: 1.2em;
  }

  .subtitulo,
  .texto-final {
    font-size: 1em;
  }
}

/*-------------------------------------------------------------------
ACEITA COOKIES
--------------------------------------------------------------------*/
.aceitabackdrop {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 10050;
  background-color: rgba(0, 0, 0, 0.7);
}

.aceitacookies-box {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  bottom: 0;
  z-index: 9;
  padding: 20px 40px 20px 40px;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  -webkit-box-shadow: 0px -7px 19px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px -7px 19px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px -7px 19px 0px rgba(0, 0, 0, 0.05);
}

.aceitacookies-title,
.aceitacookies-content,
.aceitacookies-bottom {
  width: 100%;
  position: relative;
  float: left;
}

.aceitacookies-title {
  font-size: 1em;
  color: #00d85b;
  font-weight: 500;
}

.aceitacookies-content {
  font-size: 0.8em;
  color: #333;
  font-weight: 400;
  margin-top: 20px;
}

.aceitacookies-content span {
  text-decoration: underline;
  cursor: pointer;
}

.aceitacookies-bottom {
  text-align: right;
  margin-top: 20px;
  text-align: center;
}

.aceitacookies-button {
  text-align: right;
  margin-top: 20px;
  text-align: center;
  background-color: #090649;
  color: #a2ffca;
  font-size: 0.8em;
  padding: 10px 20px 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.aceitacookies-button:hover {
  opacity: 0.8;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

@media screen and (max-width: 1023px) {
  .aceitacookies-box {
    bottom: 100px;
    border-radius: 30px;
  }

  .aceitacookies-title {
    font-size: 1em;
    text-align: center;
  }

  .aceitacookies-content {
    text-align: justify;
    font-size: 0.8em;
  }

  .aceitacookies-button {
    display: inline-block;
    width: 90%
  }
}

@media screen and (min-width: 1024px) {
  .aceitacookies-button {
    position: relative;
    float: right;
  }
}

/*-------------------------------------------------------------------
SCROLL UP
--------------------------------------------------------------------*/
.scrolltop {
  position: fixed;
  right: 15px;
  border-radius: 10px;
  bottom: 50px;
  width: 40px;
  background-color: #fff;
  padding: 8px 10px 4px 10px;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  z-index: 2;
  cursor: pointer;
  display: none
}

.scrolltop img {
  filter: invert(0%) sepia(0%) saturate(17%) hue-rotate(324deg) brightness(102%) contrast(105%);
}