/* sticky header */
header {
  position: sticky !important;
  top: -46px;
  z-index: 1000;
}

.loading{
    background: url(../images/loading.gif) no-repeat;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    width: 320px;
    height: 320px;
    z-index: 90000;
    display: none;
}
a {
  color: #0071CE;
}

a:hover {
  color: #19405a;
}

img { max-width: 100%; }

body {

}

h1, h2, h3, h4, h5 { color: #0071CE; }
h2 { font-weight: bold; margin: 40px 0px 25px; font-size: 2.15em; }

.bg-site {
    background-color: #0071CE;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    font-size: 1.05em;
    margin: 0px 16px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.6);
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item img{
  width: 100% !important;
}

.portfolio-item {
  margin-bottom: 30px;
}


.btn-buy { margin: 0px auto; }


.user-logo {
  background: #FFF;
}

.user-bar { background: #E2E2E2; font-size: .9em; padding: 8px 0px; }
.user-bar img { max-width: 30px; }
.user-bar span { float: right;  color: #888; padding: 0px 12px; }
.user-bar span:last-child { background: url('../images/sep.png') no-repeat right;  }

.user-bar a { float: right; margin-left: 80px;  }

.logo-bar{ background:#fff; }
.logo-bar .logo img { max-width: 320px; padding: 10px 0px 10px; }
.logo-bar a.item { width: 80px; line-height: 1.2em; font-size: .75em; display: inline-block; float: right; text-align: center; margin: 10px 5px 0px; }
.logo-bar a.item img { max-width: 56px; margin-bottom: -2px; }
.clearfix { clear: both; }

.navbar-brand { width: 60px; }
.navbar-brand img { width: 44px; }

.dropdown-toggle::after {
    margin-left: .255em;
    vertical-align: .01em;
    border-top: .5em solid;
    border-right: .5em solid transparent;
    border-left: .5em solid transparent;
}

.dropdown-menu {
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #FFF;
    background-color: rgba(0,81,185,.8);
    border: 0px;
    border-radius: .3rem;
}

.dropdown-item {
    color: #FFFF;
    font-size: .85em;
}

footer { color: #FFF; }
footer a, footer a:hover { color: #FFF; }
footer .SubMenu .item {
  float: left; width: 33%;
}


footer .Endereco { padding-right: 20px; }
footer .Endereco img { margin-bottom: 20px; }
footer .Endereco { line-height: 1.2em; font-size: .85em; }

footer .SubMenu { border-left: 1px solid #FFF; padding-left: 30px; line-height: 1.2em; }
footer .SubMenu .item a { font-size: .85em; }
footer .SubMenu .item { padding-right: 15px; }

footer .Newsletter .box { background: #DEDEDE; padding: 30px 16px; }
footer .Newsletter h4 { color: #0071CE; margin-bottom: 20px; font-size: 1.3em; }
footer .Newsletter input { padding: 5px 10px; border-radius: 5px; border: none; max-width: 170px;  display: inline-block;
    justify-content: center;
    align-items: center; }

footer .Newsletter input[type=text] { float: left; margin-right: 4px;  }
footer .Newsletter input[type=submit] { padding: 5px 8px; border-radius: 5px; border: none; width: 45px; background: #0071CE; color: #FFF;  }

footer .Newsletter ::-webkit-input-placeholder { font-style: italic; color: #0071CE;  }
footer .Newsletter :-moz-placeholder { font-style: italic;  color: #0071CE; }
footer .Newsletter ::-moz-placeholder { font-style: italic; color: #0071CE;  }
footer .Newsletter :-ms-input-placeholder { font-style: italic;  color: #0071CE;  }

.card { border: none; }
.card-header:first-child  { background: #0071CE; color: #FFF; border-radius: 8px; border: none; margin-bottom: -4px; text-transform: uppercase; font-size: 1.05em; letter-spacing: .1em; text-align: center; }
.card-body { border: 1px solid #A9A9A9; border-top: 0px; color: #0071CE; }

.card-body span { font-size: .8em; }
.card-body b { font-size: 1.5em; font-weight: bold;  }
.card-body .preco { display: block; margin-top: 0px; text-align: center; line-height: 1.2em; color: #BCBCBC; font-weight: bold; font-size: .9em;  }
.card-body .preco b { font-size: 2em; color: #0071CE; font-weight: bold;  }
.btn-buy { background: #FFF; color: #555; border: 2px solid #555;  border-radius: 8px; padding: 6px 22px; }
.btn-remover { cursor: pointer; }
.maiscert { padding: 10px 100px; font-weight: bolder; font-size: 1.25em; border-radius: 8px;  }
.pb50 { padding: 50px 5px; } 
.pb5 { padding: 0px 5px; }


@media (max-width: 991.98px) {

  .table tr{
    display: flex;
    flex-flow: column wrap;
    width: 100vw;
    margin-bottom: 30px;
  }

  .table thead{
    display: none;
  }

  .table tfoot .hide_mobile{
    display: none;
  }
  
  .carousel-item {
    height: auto !important;
    min-height: auto !important;
  }

  .carousel-item img{
    height: 140px;
    object-fit: cover;
  }

  .carousel-indicators{
    margin-bottom: 0;
  }

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

  .navbar-expand-lg>.container{
    justify-content: flex-end;
  }

  .navbar-light .navbar-toggler {
      color: rgba(255,255,255,8);
      border-color: rgba(255,255,255,.8);
      width: 55px;
  }

  .busca { display: none; }

  .pb5 { margin-bottom: 20px; }
  .pb50 { padding: 10px 5px; margin-bottom: 40px; }

  .maiscert { padding: 10px 15px; font-size: 1em; }

  footer .Endereco {
    text-align: center;
      margin-bottom: 30px;
  }

  footer .SubMenu {
      margin-bottom: 30px;
  }

  footer .SubMenu .item {
      width: 100%;
      margin-bottom: 20px;
  }

  footer .SubMenu {
      border: 0px;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

}




html, body {
  background: #FFF;
}


.user-logo {
  background: #FFF;
}

.user-bar { background: #E2E2E2; font-size: .9em; padding: 8px 0px; }
.user-bar img { max-width: 30px; }
.user-bar span { float: right;  color: #888; padding: 0px 12px; }
/* .user-bar span:last-child { background: url(../../public/images/) no-repeat right;  } */

.user-bar a { float: right; margin-left: 80px;  }

.logo-bar .logo img { max-width: 210px; padding: 10px 0px 10px; }
.logo-bar a.item { width: 80px; line-height: 1.2em; font-size: .75em; display: inline-block; float: right; text-align: center; margin: 10px 5px 0px; }
.logo-bar a.item img { max-width: 56px; margin-bottom: -2px; }
.clearfix { clear: both; }

.navbar-brand { width: 60px; }
.navbar-brand img { width: 44px; }

.dropdown-toggle::after {
    margin-left: .255em;
    vertical-align: .01em;
    border-top: .5em solid;
    border-right: .5em solid transparent;
    border-left: .5em solid transparent;
}

.dropdown-menu {
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #FFF;
    background-color: rgba(0,81,185,.8);
    border: 0px;
    border-radius: .3rem;
}

.dropdown-item {
    color: #FFFF;
    font-size: .85em;
}

footer { color: #FFF; }
footer a, footer a:hover { color: #FFF; }
footer .SubMenu .item {
  float: left; width: 33%;
}


footer .Endereco { padding-right: 20px; }
footer .Endereco img { margin-bottom: 20px; width: 180px; }
footer .Endereco { line-height: 1.2em; font-size: .85em; }

footer .SubMenu { border-left: 1px solid #FFF; padding-left: 30px; line-height: 1.2em; }
footer .SubMenu .item a { font-size: .85em; }
footer .SubMenu .item { padding-right: 15px; }

footer .Newsletter .box { background: #DEDEDE; padding: 30px 16px; }
footer .Newsletter h4 { color: #0071CE; margin-bottom: 20px; font-size: 1.3em; }
footer .Newsletter input { padding: 5px 10px; border-radius: 5px; border: none; max-width: 170px;  display: inline-block;
    justify-content: center;
    align-items: center; }

footer .Newsletter input[type=text] { float: left; margin-right: 4px;  }
footer .Newsletter input[type=submit] { padding: 5px 8px; border-radius: 5px; border: none; width: 45px; background: #0071CE; color: #FFF;  }

footer .Newsletter ::-webkit-input-placeholder { font-style: italic; color: #0071CE;  }
footer .Newsletter :-moz-placeholder { font-style: italic;  color: #0071CE; }
footer .Newsletter ::-moz-placeholder { font-style: italic; color: #0071CE;  }
footer .Newsletter :-ms-input-placeholder { font-style: italic;  color: #0071CE;  }

.card { border: none; }
.card-header:first-child  { background: #0071CE; color: #FFF; border-radius: 8px; border: none; margin-bottom: -4px; text-transform: uppercase; font-size: 1.05em; letter-spacing: .1em; text-align: center; }
.card-body { border: 1px solid #A9A9A9; border-top: 0px; color: #0071CE; }

.card-body span { font-size: .8em; }
.card-body b { font-size: 1.5em; font-weight: bold;  }
.card-body .preco { display: block; margin-top: 0px; text-align: center; line-height: 2em; color: #BCBCBC; font-weight: bold; font-size: .9em;  }
.card-body .preco b { font-size: 2em; color: #0071CE; font-weight: bold;  }
.btn-buy { background: #FFF; color: #555; border: 2px solid #555;  border-radius: 8px; padding: 6px 22px; }
.btn-finalizar { color: #444; border: 2px solid #fff;  border-radius: 8px; padding: 6px 12px; width: 100%; height: 56px; cursor: pointer;}

.maiscert { padding: 10px 100px; font-weight: bolder; font-size: 1.25em; border-radius: 8px;  }
.pb50 { padding: 50px 5px; } 
.pb5 { padding: 0px 5px; }


@media (max-width: 991.98px) {

  header{
    top: -258px;
  }
  .user-bar  {
    text-align: center;
  }

  .user-bar .container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .user-bar a {
    float: none;
    margin-left: 0px;
    width: 100%;
    text-align: center;
    display: block;
  }

  .user-bar span {
    padding: 0;
  }

  .user-bar span:last-child { background: none;  }

  .logo-bar a.item {
    width: 25%;
    margin: 15px 0px;
    padding: 5px;
    text-align: center;
  }

  .navbar-light .navbar-toggler {
      color: rgba(255,255,255,8);
      border-color: rgba(255,255,255,.8);
  }

  .logo-bar .logo img {
    max-width: 50%;
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  .busca { display: none; }

  .pb5 { margin-bottom: 20px; }
  .pb50 { padding: 10px 5px; margin-bottom: 40px; }

  .maiscert { padding: 10px 15px; font-size: 1em; }

  footer .Endereco {
    text-align: center;
      margin-bottom: 30px;
  }

  footer .SubMenu {
      margin-bottom: 30px;
  }

  footer .SubMenu .item {
      width: 100%;
      margin-bottom: 20px;
  }

  footer .SubMenu {
      border: 0px;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

}

.internal h1 { 
  margin: 15px 0px 15px;
}


.internal { 
  padding: 20px 0px 30px;
}

.info_pix, .info_boleto, .info_pagseguro, .mostrar_pix, .mostrar_boleto{
  display: none;
}