@charset "UTF-8";
@-webkit-keyframes explodeMidia {
  0% {
    opacity: 0.6;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(4);
    transform: scale(4); } }

@keyframes explodeMidia {
  0% {
    opacity: 0.6;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(4);
    transform: scale(4); } }

.md-icon {
  display: inline-block;
  position: relative; }
  .md-icon:before {
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 1;
    display: inline-block; }
  .md-icon:after {
    content: '';
    width: 50%;
    height: 50%;
    left: 25%;
    top: 25%;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.6);
    opacity: 0;
    z-index: 0;
    display: inline-block;
    position: absolute; }
  .md-icon:hover:after {
    z-index: 2;
    -webkit-animation: explodeMidia 0.6s linear;
    animation: explodeMidia 0.6s linear; }

.mapa-google {
  position: relative; }
  .mapa-google iframe {
    width: 100%;
    height: 100%;
    position: absolute; }

#mapa-39 {
  padding-bottom: 100%; }

#mapa-42 {
  padding-bottom: 50%;
  margin-bottom: 20px; }

#mapa-45 {
  padding-bottom: 50%;
  margin-top: 20px; }

#mapa-104 {
  padding-bottom: 50%; }

#mapa-107 {
  padding-bottom: 50%; }

#mapa-110 {
  padding-bottom: 100%; }

.galeria-h {
  margin-bottom: 30px; }
  .galeria-h h1.nome {
    margin-top: 0;
    font-size: 20px; }

.galeria-v {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  .galeria-v .foto {
    height: 220px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .galeria-v .nome {
    margin-top: 7px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    height: 46.8px;
    line-height: 1.3;
    overflow: hidden; }

.produto-h {
  margin-bottom: 30px; }
  .produto-h h1.nome {
    margin-top: 0;
    font-size: 20px; }
  .produto-h.prod-159 {
    max-width: 400px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc; }

.produto-v {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  .produto-v .foto {
    height: 220px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .produto-v .nome {
    margin-top: 7px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    height: 46.8px;
    line-height: 1.3;
    overflow: hidden; }
  .produto-v .desc {
    margin-top: 7px;
    font-size: 15px;
    height: 78px;
    line-height: 1.3;
    overflow: hidden; }

.album {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .album figure {
    max-width: 81px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px; }

.sidebar .sidebar-heading {
  font-size: 20px;
  text-align: center;
  padding: 10px 15px;
  background: #28a745;
  color: #fff;
  line-height: 25px;
  height: 45px; }

.sidebar .sidebar-body {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff; }

.sidebar .categoria + .categoria {
  border-top: 1px solid #ccc; }

.sidebar .nome {
  padding-right: 30px; }
  .sidebar .nome:before, .sidebar .nome:after {
    content: '';
    dsiplay: table;
    clear: both; }
  .sidebar .nome > * {
    display: block; }
  .sidebar .nome span {
    width: 30px;
    float: right;
    margin-right: -30px;
    border-left: 1px solid #ccc;
    text-align: center;
    padding: 5px 10px;
    cursor: pointer; }
    .sidebar .nome span .fa {
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .sidebar .nome span .fa.fa-minus {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
  .sidebar .nome a {
    padding: 5px 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .sidebar .nome a:hover {
      background: #eee; }

.sidebar ul {
  border-top: 1px solid #ccc;
  background: #eee;
  margin-bottom: 0;
  padding: 0;
  list-style: none; }
  .sidebar ul a {
    display: block;
    padding: 5px 15px; }
  .sidebar ul .active a,
  .sidebar ul a:hover {
    background: #ddd;
    text-decoration: none; }

.btn-toggle-sidebar {
  font-size: 20px;
  margin-bottom: 30px;
  display: none; }

@media (max-width: 767px) {
  .btn-toggle-sidebar {
    display: inline-block !important; }
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 220px;
    z-index: 2001;
    height: 100%;
    left: -102vw;
    -webkit-transition: left 0.3s linear;
    -o-transition: left 0.3s linear;
    transition: left 0.3s linear; }
    .sidebar.open {
      left: 0; }
    .sidebar .sidebar-body {
      height: calc(100% - 45px);
      overflow: auto; }
    .sidebar .aux {
      position: absolute;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.8);
      z-index: -1;
      top: 0;
      left: 0; }
    .sidebar .categoria:last-child {
      border-bottom: 1px solid #ccc; } }

.media .balao {
  display: inline-block;
  padding: 10px;
  max-width: calc(100% - 104px);
  border: 1px solid transparent;
  position: relative; }
  .media .balao:before {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    border: 10px solid transparent; }

.media:nth-child(even) .balao {
  margin-left: 20px;
  background: #dff0d8;
  border-color: #d6e9c6;
  border-radius: 4px; }
  .media:nth-child(even) .balao:before {
    border-right-color: #DFF0D8;
    border-top-color: #DFF0D8;
    right: 100%; }
  .media:nth-child(even) .balao .media-heading {
    font-size: 20px; }

.media:nth-child(odd) {
  text-align: right; }
  .media:nth-child(odd) .media-foto {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .media:nth-child(odd) .balao {
    margin-right: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background: #d9edf7;
    border-color: #bce8f1;
    border-radius: 4px; }
    .media:nth-child(odd) .balao:before {
      border-left-color: #D9EDF7;
      border-top-color: #D9EDF7;
      left: 100%; }
    .media:nth-child(odd) .balao .media-heading {
      font-size: 20px; }

.media-foto figure {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  margin: 0 5px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.evento {
  margin-bottom: 30px; }
  .evento .nome {
    font-size: 20px;
    margin-top: 0; }

.card .title-card {
  margin-bottom: 10px; }
  .card .title-card h1 {
    margin: 0;
    font-size: 20px; }

.card .content {
  padding: 10px; }

.card .footer-card {
  border-top: 1px solid #ddd;
  padding-top: 10px; }

.card.evento .foto {
  width: 220px;
  margin: 0 auto; }

@media (min-width: 500px) {
  .card.evento {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .card.evento .title-card {
      font-size: 20px;
      height: 52px;
      line-height: 1.3;
      overflow: hidden; }
    .card.evento .desc {
      font-size: 15px;
      height: 97.5px;
      line-height: 1.3;
      overflow: hidden;
      margin-bottom: 18px; } }

@media (max-width: 499px) {
  .card.evento {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
    .card.evento .desc, .card.evento .title-card {
      margin-bottom: 10px; } }

.cliente-v {
  margin-bottom: 30px;
  width: 220px;
  margin-left: auto;
  margin-right: auto; }
  .cliente-v .foto {
    height: 220px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .cliente-v .nome {
    text-align: center;
    font-size: 16px;
    height: 41.6px;
    line-height: 1.3;
    overflow: hidden; }

.video-container {
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 30px; }
  .video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%; }

#video-g {
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 30px;
  background: url(images/loading.gif) #666 center center no-repeat; }
  #video-g iframe {
    position: absolute;
    width: 100%;
    height: 100%; }

#carousel-1 {
  padding: 0 40px; }
  #carousel-1 .controls {
    width: 40px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    position: absolute;
    top: 0;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #28a745;
    color: #fff; }
    #carousel-1 .controls.left {
      left: 0; }
    #carousel-1 .controls.right {
      right: 0; }
    #carousel-1 .controls:hover {
      background: #1e7e34;
      text-decoration: none; }
  #carousel-1 .carousel-inner {
    padding: 5px 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }

@media (min-width: 500px) {
  #carousel-1 .item {
    margin: 0 -10px; }
    #carousel-1 .item:before, #carousel-1 .item:after {
      content: '';
      dsiplay: table;
      clear: both; }
  #carousel-1 .thumb {
    width: 33.333%;
    padding: 0 10px;
    float: left; } }

#carousel-2 {
  padding: 40px 0; }
  #carousel-2 .carousel-inner {
    padding: 5px 15px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 624px; }
  #carousel-2 .thumb {
    margin: 10px 0; }
  #carousel-2 .controls {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    position: absolute;
    left: 0;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #28a745;
    color: #fff; }
    #carousel-2 .controls.bottom {
      bottom: 0; }
    #carousel-2 .controls.top {
      top: 0; }
    #carousel-2 .controls:hover {
      background: #1e7e34;
      text-decoration: none; }

.youtube-carousel .thumb {
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .youtube-carousel .thumb:before {
    content: '';
    font-family: FontAwesome;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 40px;
    width: 100%;
    height: 100%;
    color: #E22B28;
    text-shadow: 0 0 5px #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  .youtube-carousel .thumb:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.pergunta-frequente {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc; }
  .pergunta-frequente .pergunta {
    font-weight: bold;
    font-size: 17px;
    display: block;
    cursor: pointer; }
  .pergunta-frequente .resposta {
    margin-top: 10px; }

.link-util {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc; }
  .link-util h1 {
    margin-top: 0;
    font-size: 18px; }
  .link-util h2 {
    font-size: 16px; }
  .link-util a {
    text-decoration: underline; }

.links-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

  .internas {
    margin-bottom: 100px;
    margin-top: 100px;
  }

.internas .page-header {
  font-family: 'poppinsbold';
  font-size: 33px;
  color: #003777;
  border-bottom: 1px solid #003777;
}

.clearfix img {
  margin-bottom: 30px;
  margin-top: 30px;
}

.clearfix p {
  font-size: 14px;
  font-family: 'open_sansregular';
} 

.produto-v {
  margin-top: 20px;
  text-align: center;
}

.produto-v a {
  text-decoration: inherit;
  color: black;
}

.produto-v .desc {
  text-align: justify;
}

.descp {
  margin-top: 20px;
}

.btn-style-vlt {
  background-color: #003777;
  font-size: 14px;
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  justify-content: flex-end;
}

.btn-vlt a {
  text-decoration: inherit;
}

.btn-vlt:hover .btn-style-vlt {
  color: white;
}

.btn-envia-contato {
  background-color: #003777;
  color: white;
  border-radius: 20px;
  padding: 10px 40px;
  font-family: 'poppinssemibold';
  font-size: 14px;
}

.contato-interns {
  margin-top: 40px;
}

.form-group {
  font-size: 14px;
  font-family: 'open_sansregular';
}

.btn-vlt {
  justify-content: center;
}

.rowzera-util h2 {
  font-size: 25px;
  color: #003777;
  font-family: 'poppinsbold';
}

.rowzera-util p {
  color: black;
  font-size: 14px;
  text-align: justify;
}

.rowzera-util h5 {
  font-size: 16px;
  color: #003777;
  font-family: 'poppinsbold';
  margin-bottom: 10px;
  margin-top: 10px;
}
.sobre-nos .row{
    row-gap: 15px;
}
.sobre-nos .sn-position{
  text-align: center;
}