/* XXXXXXXXXXXXXXXXXXXXXXXX FONTS XXXXXXXXXXXXXXXXXXXXXXXX */

@font-face {
  font-family: "linux";
  src: url("../fonts/linbiolinum_r-webfont.woff2") format("woff2"),
    url("../fonts/linbiolinum_r-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "linuxB";
  src: url("../fonts/linbiolinum_rb-webfont.woff2") format("woff2"),
    url("../fonts/linbiolinum_rb-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "dulcelin";
  src: url("../fonts/Dulcelin.woff2") format("woff2"), url("../fonts/Dulcelin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "trueno";
  src: url("../fonts/truenolt-webfont.woff2") format("woff2"), url("../fonts/truenolt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}




/* *{
    touch-action: none;
} */
/* html {
    scroll-behavior: smooth;
  } */

.my-6 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
/* iframe{
    min-height: 400px;
} */

#weblynx-barra-visual h5 {
  font-size: 1rem !important;
}
/*

@font-face {
    font-family: 'trench';
    src: url('../fonts/trench-thin.woff2') format('woff2'),
         url('../fonts/trench-thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'vegan';
    src: url('../fonts/vegan.woff2') format('woff2'),
         url('../fonts/vegan.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'britannic';
    src: url('../fonts/britannic-bold.woff2') format('woff2'),
         url('../fonts/britannic-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} */

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXX GERAL XXXXXXXXXXXXXXXXXXXXXXXX */

* {
  font-family: "trueno", Tahoma, Verdana, Segoe, sans-serif;
}

html {
  font-size: 20px;
  overflow-y: scroll;
}
.iframe {
  position: relative;
  display: block;
  padding: 0px;
  margin: 0px;
}
.iframe iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.iframe img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  visibility: hidden;
}
iframe {
  border: 0px;
}
body {
  overflow-y: auto;
}
label {
  margin-bottom: 0px;
  margin-top: 0.5rem;
}
h2 {
  font-weight: bold;
}
h3 {
  font-weight: bold;
}
h4 {
  font-weight: bold;
}
.arial {
  font-family: Arial, Helvetica, sans-serif;
}
.dulcelin {
  font-family: "dulcelin", Courier, monospace;
}
.britannic {
  font-family: "linux", "Times New Roman", Times, serif;
}
.vegan {
  font-family: "linux", Tahoma, Verdana, Segoe, sans-serif;
}
.trench {
  font-family: "trueno", Tahoma, Verdana, Segoe, sans-serif;
}
.w-90 {
  width: 90%;
}
.w-70 {
  width: 70% !important;
}
.w-60 {
  width: 60% !important;
}
.text-white{
  color:white!important;
  transition: all 0.5s;
}
.text-black{
  color:black!important;
  transition: all 0.5s;
}
.container-fluid {
  background-repeat: no-repeat;
  background-size: cover;

}
.barra-colorida {
  background-repeat: no-repeat;
  /* background-color: #f611aa; */
  background-image: url(../img/barra-colorida.png);
  background-size: 100% 100%;
  background-position-y: -1px;
  height: 10px;
  width: 100%;
  display: block;
}
.count {
  min-width: 180px;
  letter-spacing: 90%;
  overflow: hidden;
}
.carousel-indicators {
  bottom: 0px !important;
}

.parallax {
  position: relative;
}
.parallax-body {
  position: absolute;
  top: -20px;
  width: 100%;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXX NICE SCROOL XXXXXXXXXXXXXXXXXXXXXXXX */
.nicescroll-rails {
  display: none !important;
}
/* .nicescroll-rails-vr .nicescroll-cursors {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    animation: pace-stripe-animation 500ms linear infinite;
    background-size: 20px 20px;
    z-index: 1040;
  }

  @keyframes pace-stripe-animation {
    from { background-position-y: 0; }
    to   { background-position-y: 100%; }
  } */

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXX ICON VISUAL XXXXXXXXXXXXXXXXXXXXXXXX */

div.icon {
  width: 80px;
  height: 80px;
  position: relative;
  display: block;
  margin: 0px auto 10px auto;
}

/* fill */
div.icon-fill:focus {
  background-color: #78acdc;
}

div.icon-fill {
  width: 70px;
  height: 70px;
  background-color: #ccc;
  margin-top: 5px;
  margin-left: 5px;
  position: absolute;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  border-radius: 10px;
}
div.icon:hover .icon-fill {
  background-color: #78acdc;
}
div.icon-fill.in {
  -webkit-animation-name: iconfillIn;
  animation-name: iconfillIn;
}
div.icon-fill.out {
  -webkit-animation-name: iconfillOut;
  animation-name: iconfillOut;
}

@-webkit-keyframes iconfillIn {
  0% {
    background-color: #ccc;
  }
  100% {
    background-color: #78acdc;
  }
}

@keyframes iconfillIn {
  0% {
    background-color: #ccc;
  }
  100% {
    background-color: #78acdc;
  }
}

@-webkit-keyframes iconfillOut {
  0% {
    background-color: #78acdc;
  }
  100% {
    background-color: #ccc;
  }
}

@keyframes iconfillOut {
  0% {
    background-color: #78acdc;
  }
  100% {
    background-color: #ccc;
  }
}

/* stroke */

div.icon-stroke {
  width: 100%;
  height: 100%;
  border: solid 2px #ccc;
  position: absolute;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  margin: 0px;
  padding: 0px;
  animation-timing-function: ease-in-out;
  border-radius: 10px;
}
.weblynx div.icon:hover .icon-stroke {
  border-color: #78acdc;
  transform: rotate(45deg);
}
.weblynx div.icon-stroke.in {
  -webkit-animation-name: iconstrokeInWeblynx;
  animation-name: iconstrokeInWeblynx;
}
.weblynx div.icon-stroke.out {
  -webkit-animation-name: iconstrokeOutWeblynx;
  animation-name: iconstrokeOutWeblynx;
}

@-webkit-keyframes iconstrokeInWeblynx {
  0% {
    border-color: #ccc;
    transform: rotate(0deg);
  }
  100% {
    border-color: #78acdc;
    transform: rotate(45deg);
  }
}

@keyframes iconstrokeInWeblynx {
  0% {
    border-color: #ccc;
    transform: rotate(0deg);
  }
  100% {
    border-color: #78acdc;
    transform: rotate(45deg);
  }
}

@-webkit-keyframes iconstrokeOutWeblynx {
  0% {
    border-color: #78acdc;
    transform: rotate(45deg);
  }
  100% {
    border-color: #ccc;
    transform: rotate(0deg);
  }
}

@keyframes iconstrokeOutWeblynx {
  0% {
    border-color: #78acdc;
    transform: rotate(45deg);
  }
  100% {
    border-color: #ccc;
    transform: rotate(0deg);
  }
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXX WEBLYNX MENU TOP XXXXXXXXXXXXXXXXXXXXXXXX */
.wow {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
}
#menu-top {
  box-shadow: 0px 3px 10px 5px rgba(50, 50, 50, 0.3);
}
#menu-top.bg-light {
  background: rgba(255, 255, 255, 0.85);
}
.navbar-brand img {
  width: 100px;
  height: auto;
}
#menu-top li.active {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
#menu-top.weblynx-eleicao,
#menu-top.medical,
#menu-top.medical li.active {
  border-bottom-color: #2bbb9d;
}
#menu-top.pagina-inicial,
#menu-top.weblynx-eleicao,
#menu-top.medical {
  border-bottom-width: 4px;
  border-bottom-style: solid;
}

#menu-top.pagina-inicial,
#menu-top.pagina-inicial li.active {
  border-bottom-color: #78acdc;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXX WEBLYNX TOPO XXXXXXXXXXXXXXXXXXXXXXXX */
#weblynx-topo {
  position: relative;
  text-align: center;
  display: flex;
  background-size: cover;
  background-position: bottom;
}
#weblynx-topo .nav a.active {
  border-bottom: 2px solid #fcfcfc;
}
#weblynx-topo .nav {
  justify-content: flex-end;
}
#weblynx-topo h1 {
  width: 100%;
}
#weblynx-topo h6 {
  padding-left: 15%;
  padding-right: 15%;
}
#weblynx-topo .btn-outline-light {
  margin: auto;
  padding: 20px 40px;
}

.topo-img-size {
  /* display:block; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* Large desktop */
@media (min-width: 1200px) {
  .topo-institucional-app {
    left: 25%;
    /* margin-top:-700px; */
    width: 50%;
    height: 50%;
  }
  .topo-institucional-app .parallax-body {
    padding-top: 8%;
  }
  .topo-institucional-default {
    left: 15%;
    /* margin-top:-350px; */
    width: 70%;
    height: 50%;
  }
  .topo-institucional-default .parallax-body {
    padding-top: 10%;
  }
  .topo-img-size {
    width: 100%;
    height: auto;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .topo-institucional-app {
    left: 25%;
    /* margin-top:-430px; */
    width: 50%;
    height: 50%;
  }
  .topo-institucional-app .parallax-body {
    padding-top: 8%;
  }
  .topo-institucional-default {
    left: 15%;
    /* margin-top:-100px; */
    width: 70%;
    height: 50%;
  }
  .topo-institucional-default .parallax-body {
    padding-top: 12%;
  }
  .topo-img-size {
    width: 100%;
    height: auto;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .topo-institucional-app {
    left: 15%;
    /* margin-top:-200px; */
    width: 70%;
    height: 50%;
  }
  .topo-institucional-app .parallax-body {
    padding-top: 30%;
  }
  .topo-institucional-default {
    left: 15%;
    /* margin-top:-50px; */
    width: 70%;
    height: 50%;
  }
  .topo-institucional-default .parallax-body {
    padding-top: 30%;
  }
  .topo-img-size {
    width: 100%;
    height: 600px;
  }
}

/* Landscape phones and down */
@media (max-width: 480px) {
  .extra-margin-when-sm {
    padding-top: 30% !important;
  }
  .topo-institucional-app {
    left: 0%;
    /* margin-top:-200px; */
    width: 100%;
    height: 70%;
  }
  .topo-institucional-app .parallax-body {
    padding-top: 30%;
  }
  .topo-institucional-default {
    left: 15%;
    /* margin-top:200px; */
    width: 70%;
    height: 70%;
  }
  .topo-institucional-default .parallax-body {
    padding-top: 60%;
  }
  .topo-img-size {
    width: 100%;
    height: 600px;
  }
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXX WEBLYNX ICONES XXXXXXXXXXXXXXXXXXXXXXXX */

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXX WEBLYNX CARACTERISTICAS XXXXXXXXXXXXXXXXXXXXXXXX */
/* #weblynx-caracteristicas .col-sm-6 h4{
    font-size: 120%;
} */
#weblynx-caracteristicas .wow p {
  font-size: 1.1rem !important;
}
#weblynx-caracteristicas .col-sm-6 figure img {
  display: block;
  margin: auto;
  width: 20%;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXX WEBLYNX BARRAS XXXXXXXXXXXXXXXXXXXXXXXX */
.weblynx-barra-destaque h3 {
  font-size: 1.5rem;
  margin-top: 10px;
}

.weblynx-barra-destaque {
  overflow: hidden;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.weblynx-barra-destaque .carousel-item {
  padding: 30px 60px;
}
/* .weblynx-barra-destaque .carousel-control-prev{
    left: -20px !important;
}
.weblynx-barra-destaque .carousel-control-next{
    right:-20px !important;
}  */

.weblynx-barra-destaque {
  background-color: #78acdc;
  box-shadow: 0px 0px 10px #333;
}
.carousel-item {
  min-height: 326px;
}
.weblynx-barra-destaque .carousel-item h4.mt-3 {
  min-height: 80px;
}
#weblynx-barra-visual svg {
  padding: 20px;
}
.weblynx-log-banner {
  width: 150px;
  display: block;
}

#weblynx-clientes {
  overflow: hidden !important;
}
#weblynx-clientes table {
  overflow: hidden !important;
  color: #fff;
}
#weblynx-clientes table * {
  color: #fff;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXX WEBLYNX RODAPE XXXXXXXXXXXXXXXXXXXXXXXX */
#weblynx-rodape {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafafa+1,78ACDC+100 */
  background: #fff; /* Old browsers */
  background: -moz-linear-gradient(top, #fff 1%, #78acdc 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fff 1%, #78acdc 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 1%, #78acdc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#78ACDC',GradientType=0 ); /* IE6-9 */
}
.weblynx-rodape div {
  height: 300px;
}
.weblynx-rodape a {
  position: absolute;
  right: 20px;
  bottom: 20%;
}

.weblynx-rodape img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  max-height: 300px;
  max-width: 890px;
}

#weblynx-blog .card {
  background-size: 100% 100%, cover;
  background-repeat: repeat-x, no-repeat;
  background-position: center;
  min-height: 230px;
}
#weblynx-blog .card a {
  color: #fafafa;
  font-size: 0.9rem;
  vertical-align: middle;
  position: absolute;
  bottom: 10px;
  text-align: right;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  right: 0px;
}
#weblynx-blog .card a h5 {
  display: block;
  min-height: 280px;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXX WEBLYNX CONTATO XXXXXXXXXXXXXXXXXXXXXXXX */
#weblynx-contato p.font-weight-bold {
  font-size: 0.8rem;
}
#weblynx-contato img {
  max-width: 40px;
  min-width: 35px;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXX WEBLYNX FOOTER XXXXXXXXXXXXXXXXXXXXXXXX */
#weblynx-footer {
  z-index: 10;
  box-shadow: 0px 0px 10px #333;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5b5b5b+0,262626+100 */
  background: #5b5b5b; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #3b3b3b 0%, #262626 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #3b3b3b 0%, #262626 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(
    ellipse at center,
    #3b3b3b 0%,
    #262626 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#262626',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#weblynx-footer a img {
  width: 50px;
  height: auto;
}
#weblynx-footer figure img {
  width: 100px;
}

#weblynx-footer .social {
  fill: #fafafa;
}
#weblynx-footer .social:hover {
  fill: #4ca8af;
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  #weblynx-topo h1 {
    padding: 60px 20px 20px 5px;
    font-size: 2rem;
  }
  #weblynx-topo .btn-outline-light {
    margin-bottom: 250px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
  /* XXXXXXXXXXXXXXXXXXXXXXXX WEBLYNX CARACTERISTICAS XXXXXXXXXXXXXXXXXXXXXXXX */
  #weblynx-caracteristicas div.wow p,
  #weblynx-caracteristicas div.wow h4 {
    text-align: center;
  }

  sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
    /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
    /* XXXXXXXXXXXXXXXXXXXXXXXX WEBLYNX FOOTER XXXXXXXXXXXXXXXXXXXXXXXX */
    #weblynx-footer div div.row .col-md-4.col-sm-12:last-child h4 {
    text-align: center;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
  /* XXXXXXXXXXXXXXXXXXXXXXXX WEBLYNX TOPO XXXXXXXXXXXXXXXXXXXXXXXX */
  #weblynx-topo h1 {
    padding: 60px 20px 20px 5px;
  }
  sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
    /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
    /* XXXXXXXXXXXXXXXXXXXXXXXX WEBLYNX FOOTER XXXXXXXXXXXXXXXXXXXXXXXX */
    #weblynx-footer div div.row .col-md-4.col-sm-12:last-child h4 {
    text-align: left;
  }

  /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
  /* XXXXXXXXXXXXXXXXXXXXXXXX WEBLYNX CARACTERISTICAS XXXXXXXXXXXXXXXXXXXXXXXX */
  #weblynx-caracteristicas div.wow p,
  #weblynx-caracteristicas div.wow h4 {
    text-align: justify;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
  /* XXXXXXXXXXXXXXXXXXXXXXXX WEBLYNX TOPO XXXXXXXXXXXXXXXXXXXXXXXX */
  #weblynx-topo h1 {
    padding: 110px 20px 20px 5px;
    font-size: 2.5rem;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
  /* XXXXXXXXXXXXXXXXXXXXXXXX WEBLYNX TOPO XXXXXXXXXXXXXXXXXXXXXXXX */
  #weblynx-topo h1 {
    padding: 150px 20px 20px 5px;
  }
  #weblynx-topo .btn-outline-light {
    margin-bottom: 350px;
  }
}
/* Extra Large Devices, Wide Screens */
@media only screen and (min-width: 1600px) {
  /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
  /* XXXXXXXXXXXXXXXXXXXXXXXX WEBLYNX TOPO XXXXXXXXXXXXXXXXXXXXXXXX */
  #weblynx-topo h1 {
    padding: 200px 20px 20px 5px;
  }
  #weblynx-topo .btn-outline-light {
    margin-bottom: 400px;
  }
}

/* Extra Large Devices, Wide Screens */
@media only screen and (min-width: 1800px) {
  /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
  /* XXXXXXXXXXXXXXXXXXXXXXXX WEBLYNX TOPO XXXXXXXXXXXXXXXXXXXXXXXX */
  #weblynx-topo h1 {
    padding: 250px 20px 20px 5px;
  }
  #weblynx-topo .btn-outline-light {
    margin-bottom: 450px;
  }
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXX WEBLYNX EXTRA PAGES GRADIENT BK XXXXXXXXXXXXXXXXXXXXXXXX */

.weblynx-background {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2cb57a+0,0f8bbc+100 */
  background: #2cb57a; /* Old browsers */
  background: -moz-linear-gradient(top, #2cb57a 0%, #0f8bbc 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2cb57a 0%, #0f8bbc 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #2cb57a 0%,
    #0f8bbc 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cb57a', endColorstr='#0f8bbc',GradientType=0 ); /* IE6-9 */
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXX ATUALIZACOES - WEBLYNX EXTRA PAGES XXXXXXXXXXXXXXXXXXXXXXXX */
#atualizacao-a {
  transition: all 0.5s ease-in-out;
}

#blog-posts {
  background-color: #eee;
}
#blog-posts h4 {
  font-size: 1rem;
}
body.single .container.pt-5:first,
body.blog .container-fluid:first {
  margin-top: 65px !important;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  p {
    font-size: 0.8rem;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  p {
    text-align: center;
  }
  h1,
  .h1 {
    font-size: 1.6rem !important;
  }
  h2,
  .h2 {
    font-size: 1.4rem !important;
  }
  h3,
  .h3 {
    font-size: 1.2rem !important;
  }
  h4,
  .h4 {
    font-size: 1rem !important;
  }
  h5,
  .h5 {
    font-size: 0.8rem !important;
  }
  h6,
  .h6 {
    font-size: 0.6rem !important;
  }

  /* P 3 */
  .py-3 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .p-3 {
    padding: 0.8rem !important;
  }
  .px-3 {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }

  /* P 4 */
  .py-4 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .p-4 {
    padding: 1.2rem !important;
  }
  .px-4 {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }

  /* P 5 */
  .py-5 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .p-5 {
    padding: 1.6rem !important;
  }
  .px-5 {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
  /* Caracteristicas weblynx */
  #weblynx-caracteristicas .wow p,
  #weblynx-caracteristicas p {
    font-size: 0.8rem !important;
  }

  #weblynx-sobre h5 {
    font-size: 1rem;
  }
  /* Sobre weblynx */
  table.w-90 h5 {
    font-size: 1rem;
  }
  /* Barra visual */
  /* .weblynx-barra-destaque{
        padding: 30px;
    } */
  .weblynx-barra-destaque .carousel-item {
    padding: 25px;
  }
  .weblynx-barra-destaque .pl-5 {
    padding-left: 15px !important;
  }
  .weblynx-barra-destaque .carousel-item h4 {
    font-size: 0.9rem !important;
  }
  .weblynx-barra-destaque div a.btn-lg {
    font-size: 0.8rem !important;
  }

  .weblynx-rodape a {
    position: initial;
    margin-top: 200px;
  }

  /* footer */
  #weblynx-footer h5.text-right {
    text-align: center !important;
    padding-top: 30px;
  }
  #weblynx-footer .d-flex {
    display: block !important;
    width: 180px !important;
    margin: auto !important;
  }
}
body > h2.mt-5.text-center {
  margin-top: 130px !important;
}

/* xxxxxxxxxxxxx blog */


/* Organizapay */
.btn-organizapay{
  background-color: #0067b5;
  color: #FFF;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: -1px;
  padding: .1rem .5rem;
  border-radius: 15px;
  box-shadow: 0px 2px 3px #ccc;
  width: fit-content;
}
.organizapay-caracteristicas{
  letter-spacing: 2px;
}
.organizapay-caracteristicas img{
  width:50%; max-width:150px; min-width:80px;
}
.organizapay-main {
  max-width: 950px;
}
.organizapay-main p{
  font-size: 0.8rem;
}
.w-80{
  width: 90%;
}
.o-0{
  opacity: 0;
}
.organizapay-cover{
  background-size: cover;
}
.organizapay-cover .p-absolute{
  position: absolute;
  z-index: 10;
  bottom: 20%;
  overflow-x: hidden;
  width: 100%;
}
@media screen and (max-width: 782px) {
  .organizapay-cover .p-absolute{
    bottom: -5%;
  }
}




/* Medscala */

.mr-md-0{
  margin-right:inherit;
}
.ml-md-0{
  margin-left:inherit;
}

@media (min-width: 768px) {
  .mr-md-0{
    margin-right:0px !important;
  }
  .ml-md-0{
    margin-left:0px !important;
  }
}


.medscala-banner {
  background-image: url(../img/medscala/capa.bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 1981/745;
}

.medscala-banner .row-banner {
  align-items: center;
}

.medscala-banner .name-banner {
  max-width: 800px;
  width: 100%;
}
@media (max-width: 768px) {
  .medscala-banner .name-banner {
      margin-top: 10%;
  }

}
@media (min-width: 768px) {  
  .medscala-banner .name-banner {
      margin-top: 30%;
  }
}



.medscala-main .caracteristicas img {
  max-width: 130px;
  min-width: 70px;
  width: 30%;
}

.medscala-main {
  max-width: 950px;
}
.medscala-main p{
  font-size: 0.8rem;
  letter-spacing: 2px;
}
.medscala-main .arial{
  font-size: 5rem;
  letter-spacing: 0.3rem;
}

.btn-medscala,
.btn-medscala-secondary{
  color: #FFF;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: -1px;
  padding: .1rem .5rem;
  box-shadow: 0px 2px 3px #ccc;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all 0.5s;

  font-family: 'Quantify', sans-serif;
  font-weight: bold;
  border-radius: 15px;
}

.btn-medscala{
  background-color:#00C19D;
  border-color: #00C19D;
}

.btn-medscala-secondary.my-5,
.btn-medscala.my-5{
  font-size: 1.5rem;
}
.btn-medscala:hover {
  color: #fff;
  background-color: #02866e !important;
  border-color: #02866e !important;
  box-shadow: 0px 2px 6px #aaa;
}
.btn-medscala:focus,
.btn-medscala:visited,
.btn-medscala:active {
  color: #fff;
  background-color: #026855;
  border-color: #026855;
  box-shadow: 0px 2px 10px #aaa;
}


.btn-medscala-secondary{
  background-color:#f8bc4c;
  border-color: #f8bc4c;
}

.btn-medscala-secondary:hover {
  color: #fff;
  background-color: #e69c1d !important;
  border-color: #e69c1d !important;
  box-shadow: 0px 2px 6px #aaa;
}
.btn-medscala-secondary:focus,
.btn-medscala-secondary:visited,
.btn-medscala-secondary:active {
  color: #fff;
  background-color: #cc8a18;
  border-color: #cc8a18;
  box-shadow: 0px 2px 10px #aaa;
}


.medscala-mockup-text{
  font-family: "trueno", Tahoma, Verdana, Segoe, sans-serif;
  /* font-weight: bold; */
  font-style: italic;
  letter-spacing: 2px;
  line-height: 24px;
  font-weight: bold;
}


