﻿@charset "UTF-8";
/* fontes e variaveis */
/* classes gerais */
.col10, .col20, .col25, .col30, .col33, .col40, .col50, .col60, .col66, .col70, .col75, .col80, .col90, .col99, .col100 {
  margin: 0 1.5%;
  box-sizing: border-box;
  float: left; }

.col10 {
  width: 7%; }

.col20 {
  width: 17%; }

.col25 {
  width: 22%; }

.col30 {
  width: 27%; }

.col33 {
  width: 30%; }

.col40 {
  width: 37%; }

.col50 {
  width: 47%; }

.col60 {
  width: 57%; }

.col66 {
  width: 63%; }

.col70 {
  width: 67%; }

.col75 {
  width: 72%; }

.col80 {
  width: 77%; }

.col90 {
  width: 87%; }

.col99 {
  width: 96%; }

.col100 {
  width: 97%; }

@media screen and (max-width: 650px) {
  .col10, .col20, .col25, .col30, .col40 {
    width: 47%; }

  .col60, .col70, .col75, .col80, .col90, .col99 {
    width: 97%; } }
.pullleft {
  float: left !important; }

.pullright {
  float: right !important; }

.wrapper {
  width: 90%;
  font: 1.1em arial;
  max-width: 1500px;
  margin: 0 auto; }
  @media screen and (max-width: 1000px) {
    .wrapper {
      width: 100%; } 



  }

.mobile {
  display: none; }
  @media screen and (max-width: 850px) {
    .mobile {
      display: block; } }

.clear {
  width: 100%;
  float: none;
  clear: both; }

/* conte├║dos gerais */
* {
  box-sizing: border-box; }

p, ul, li, figure, img {
    margin: 0;
    padding: 0;

}
body{
    width:max-content;
}
html, body {
  margin: 0;
  padding: 0;
  background: #fff;
  height: 100%; 
  width: 100%
}

nav#menutop {
    /* background: #999999;*/
    background: #00a8e6;
    width: 100%;
    height: 48px;
}
  nav#menutop .wrapper > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right; }
    nav#menutop .wrapper > ul > li {
      float: left;
      text-transform: uppercase;
      font: 600 22px "Open Sans", sans-serif;
      padding: 4px 5px;
      position: relative; }
      nav#menutop .wrapper > ul > li > a {
        color: #fff;
        text-decoration: none;
        padding: 6px 15px;
        display: block; }
        nav#menutop .wrapper > ul > li > a:hover {
          color: #ddd; }
        nav#menutop .wrapper > ul > li > a.selected {
          background: #eaeaea;
          color: #999999;
          border-radius: 3px; }
      nav#menutop .wrapper > ul > li > ul.submenutop {
        display: none;
        position: absolute;
        top: 30px;
        left: 0;
        background: #fff;
        list-style: none;
        z-index: 10;
        padding: 16px; }
        nav#menutop .wrapper > ul > li > ul.submenutop li {
          text-transform: initial;
          padding: 10px 0px;
          font-size: 17px; }
          nav#menutop .wrapper > ul > li > ul.submenutop li a {
            text-decoration: none;
            color: #333;
            letter-spacing: -1px; }
      nav#menutop .wrapper > ul > li:hover > ul.submenutop {
        display: block; }

@media screen and (max-width: 850px) {
  nav#menutop {
    height: auto;
    overflow: auto; }
    nav#menutop .wrapper > ul {
      float: none; }
      nav#menutop .wrapper > ul > li {
        float: none;
        width: 100%;
        display: none; }
        nav#menutop .wrapper > ul > li.mobile {
          display: block;
          padding: 13px 13px 11px; }
        nav#menutop .wrapper > ul > li > ul.submenutop {
          display: block;
          position: relative;
          top: 0;
          left: 0;
          background: #a5a5a5;
          list-style: none;
          z-index: 10;
          padding: 16px;
          margin-left: 16px; } }
figure.imgleft {
  width: auto;
  float: left;
  padding: 2px 30px 30px 0;
  overflow: auto; }
  figure.imgleft img {
    width: 100%; }

figure.imgright {
  width: auto;
  float: right;
  padding: 2px 0 10px 10px;
  overflow: auto; }
  figure.imgright img {
    width: 100%; }

figure.imgcenter {
  width: auto;
  float: none;
  clear: both;
  margin: 0 auto;
  padding: 10px 0;
  overflow: auto; }
  figure.imgcenter img {
    width: 100%; }

ul {
    margin: 10px;
    /* font: italic 16px "Merriweather", serif; /*Mexi aqui. tirei o italico e aumentei a fonte pra 16*/
    font: 1.1em arial; /*Mexi aqui. tirei o italico e aumentei a fonte pra 16*/
    list-style-position: outside;
}

header#header {
  width: 100%;
  height: 505px;
  position: relative; }
  header#header figure.logo {
    position: relative;
    z-index: 1;
    float: left;
    width: 200px;
    height: 165px;

    background-color: #eaeaea;
    padding: 10px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px; }
    header#header figure.logo img {
      width: 100%; }
    @media screen and (max-width: 575px) {
      header#header figure.logo {
        margin-top: 50px; } }
    @media screen and (max-width: 455px) {
      header#header figure.logo {
        margin-top: 60px;
        width: 50%;
        height: auto;
        border-radius: 0;
        text-align: center;
        border-bottom-right-radius: 8px; }
        header#header figure.logo img {
          width: 80%; } }
    @media screen and (max-width: 370px) {
      header#header figure.logo {
        margin-top: 0; } }
  header#header nav#submenu {
    position: relative;
    z-index: 1;
    float: right;
    background: #eaeaea; }
    header#header nav#submenu ul {
      list-style: none; }
        header#header nav#submenu ul li {
            float: left;
            margin: 10px;
            /* font: 13px "Merriweather", serif;*/
            font: 1.1em arial;
        }
        header#header nav#submenu ul li a {
          color: #999999;
          text-decoration: none; }
          header#header nav#submenu ul li a:hover {
            color: #000;
            text-decoration: underline; }
    @media screen and (max-width: 1000px) {
      header#header nav#submenu ul li {
        float: none; } }
    @media screen and (max-width: 575px) {
      header#header nav#submenu {
        position: absolute;
        z-index: 1;
        float: none;
        overflow: auto;
        background: #eaeaea;
        top: 0;
        left: 0;
        width: 100%; }
        header#header nav#submenu ul {
          margin: 0; }
          header#header nav#submenu ul li {
            float: left;
            padding: 12px 0px;
            font-size: 14px; } }
    @media screen and (max-width: 370px) {
      header#header nav#submenu {
        left: initial;
        right: 0;
        width: 50%; } }
  header#header.header-pages {
    height: 355px; }
  header#header #banner {
    position: absolute;
    width: 100%;
    height: 505px;
    padding-top: 340px;
    top: 0;
    left: 0;
    background-size: cover;
    z-index: 0; }
    header#header #banner h1 {
      font: 800 48px "arial";
      color: #fff;
      margin: 0; }
    header#header #banner p {
        font: bold italic 18px "arial";
        color: #fff;
    }
    header#header #banner.banner-pages {
      height: 340px;
      padding-top: 184px; }
    @media screen and (max-width: 650px) {
      header#header #banner {
        padding: 230px 10px 0;
        text-shadow: 0px 2px 8px #333; }
        header#header #banner h1 {
          font-size: 45px; }
        header#header #banner.banner-pages {
          padding: 234px 10px 0; }
          header#header #banner.banner-pages h1 {
            font-size: 33px; }
          header#header #banner.banner-pages p {
            font-size: 22px; } }
#main {
   /* text-align: justify;*/
}
#main li {
    margin-top: 4px;
    margin-bottom: 3px;
    font: 1.05em arial;
    letter-spacing: 1px;

 
}
#main h2 {
  font: bold 1.5em "arial", serif;
  color: #00a8e6;
  margin-top: 25px; }
#main h3 {
    font: bold italic 1.3em arial, serif;
    color: #00a8e6;
    margin-top: 5px;
}

#main h2 a {
    font: bold 24px arial, serif;
    color: #00a8e6;
    margin-top: 25px;
    text-decoration: none;
}
    #main h2 a:hover {
        font: bold 24px arial, serif;
        color: #ff0000;
        margin-top: 25px;
        text-decoration: none;
    }
#main a {
    /*font: bold 16px "Merriweather", serif;*/
    font:  italic 1.25em arial;
    text-decoration: underline;
    color: #00a8e6;
    text-decoration: none;
}
    #main a:visited {
        /*font: bold 16px "Merriweather", serif;*/
        font: italic 1.25em arial;
        margin-top: 25px;
        text-decoration:underline;
        color: #00a8e6;
        text-decoration: none;
    }
    #main a:hover {
        /* font: bold 16px "Merriweather", serif;*/
        font: italic 1.25em arial;
        color:brown;
        text-decoration: underline;

        text-decoration: none;
    }
#main #mainbuttons {
    position: relative;
    top: -25px;
}
  #main #mainbuttons ul {
    list-style: none;
    margin: 0; }
#main li {
    font: 1em arial;
   /* text-align:justify;*/
}
    #main #mainbuttons ul {
      width: 25%;
      float: left;
      margin: 0;
      padding: 0;
      text-align: center;
      font: 300 italic 26px "arial"; }
      #main #mainbuttons ul li a {
        padding: 40px 0;
        text-align: center;
        display: block;
        color: #fff;
        text-decoration: none; }
      #main #mainbuttons ul li.mainbuttons-1 {
        background-color: #00a8e6; }
      #main #mainbuttons ul li.mainbuttons-2 {
        background-color: #3bbdec; }
      #main #mainbuttons ul li.mainbuttons-3 {
        background-color: #5ec8ef; }
      #main #mainbuttons ul li.mainbuttons-4 {
        background-color: #00a8e6; }
      #main #mainbuttons ul li:hover {
        opacity: 0.9; }
  @media screen and (max-width: 810px) {
    #main #mainbuttons ul li {
      font-size: 20px; } }
  @media screen and (max-width: 680px) {
    #main #mainbuttons ul li {
      width: 50%;
      font-size: 20px; } }
#main .home-about p {
    /* font: italic 16px "Merriweather", serif;*/
    font: 1.1em arial;
    letter-spacing: 1px;
    padding-bottom: 15px;
    /*text-align: justify;*/
}
#main .home-about div p {
    /* font: italic 16px "Merriweather", serif;*/
    font: 1.1em arial;
    letter-spacing: 1px;
    padding-bottom: 15px;
    /*text-align: justify;*/
}
#main .home-about table {
  margin-bottom: 45px; }
  @media screen and (max-width: 680px) {
    #main .home-about table tr {
      display: block; }
      #main .home-about table tr td.tbela {
        display: block;
        width: 50%;
        float: left;
        padding: 10px; } }
#main .home-news h3 {
  background: #00a8e6;
  text-align: center;
  padding: 20px 0;
  margin: 0;
  color: #fff;
  font: italic bold 20px arial, serif; }
#main .home-news ul {
  list-style: none;
  list-style-position: outside;
  margin: 0; }
  #main .home-news ul li {
    background: #eaeaea;
    margin-top: 4px;
    font: 16px "Open Sans", sans-serif; }
    #main .home-news ul li a {
      padding: 20px;
      display: block;
      color: #333;
      text-decoration: none; }
    #main .home-news ul li.see-all {
      text-align: center;
      font-weight: 600; }
    #main .home-news ul li:last-child {
      margin-bottom: 25px; }
    #main .home-news ul li i {
      color: #666;
      padding: 0 20px 20px;
      display: block;
      font-size: 13px; }
@media screen and (max-width: 680px) {
  #main .home-news {
    width: 97%;
    margin-top: 40px; } }

section#localizar {
  width: 100%;
  height: 350px;
  position: relative; }
  section#localizar #print-icon {
    background: url("../img/print-icon.png") no-repeat top center;
    position: absolute;
    display: block;
    width: 66px;
    height: 68px;
    top: -35px;
    right: 15px; }
  section#localizar iframe {
    width: 100% !important;
    height: 350px !important; }

.news-card {
  background: #ddd;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px #999;
  height: 360px; }
  .news-card a {
    text-decoration: none; }
  .news-card figure {
    width: 100%;
    height: 160px;
    overflow: hidden;
    position: relative; }
    .news-card figure img {
      width: 100%; }
    .news-card figure figcaption {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 5px;
      font: italic 12px "arial", serif;
      background: rgba(255, 255, 255, 0.8);
      width: 100%;
      color: #333; }
  .news-card h2 {
    font: bold italic 29px "arial", serif;
    color: #00a8e6; }
  .news-card i {
    font: italic 13px "arial", serif; }
  @media screen and (max-width: 680px) {
    .news-card {
      width: 97%;
      border-radius: 3px;
      background: #eee; } }

.accordion {
  width: 100%;
  clear: both;
  float: none;
  margin: 30px 0; }
  .accordion .accordion-module h3.accordion-title {
    background: #ddd;
    margin: 4px 0;
    border: 1px solid #ccc;
    font: bold italic 18px "arial", serif, serif;
    padding: 10px;
    border-radius: 2px;
    color: #666;
    cursor: pointer; }
  .accordion .accordion-module .accordion-content {
    margin: 0 0 20px 0;
    background-color: #f8f8f8;
    padding: 20px;
   /*display: none; */ 

  }
    .accordion .accordion-module .accordion-content p {
      font-size: 15px;
      line-height: 20px; }

footer#footer {
  overflow: auto;
  background: #151515;
  padding: 25px 0 40px; }
  footer#footer img {
    float: left;
    margin-right: 20px; }
  footer#footer p {
    float: left;
    color: #ccc;
    font: 14px "Open Sans", sans-serif;
    margin-top: 5px; }
    footer#footer p a {
      color: #00a8e6;
      text-decoration: none; }

form#contato_form label {
  float: left;
  width: 180px;
  display: block;
  font: 1.1em "arial", sans-serif;
  color: #333; }
  @media screen and (max-width: 540px) {
    form#contato_form label {
      float: none;
      margin-bottom: 5px; } }
form#contato_form input[type=text], input[type=password], form#contato_form input[type=email], form#contato_form textarea {
    border: 1px solid #999;
    padding: 5px;
    border-radius: 3px;
    background: #eee;
    float: left;
    width: calc(60% - 180px);
    margin-bottom: 5px;
}
  @media screen and (max-width: 540px) {
    form#contato_form input[type=text], form#contato_form input[type=email], form#contato_form textarea {
      padding: 14px;
      width: 100%;
      margin-bottom: 15px; } }
form#contato_form input[type=submit] {
  background: #00a8e6;
  padding: 6px 15px;
  margin-left: 180px;
  font: 18px "Open Sans", sans-serif;
  color: #151515;
  border: none;
  border-radius: 3px; }


.btn {
  background: #00a8e6;
  background-image: -webkit-linear-gradient(top, #00a8e6, #00a8e6);
  background-image: -moz-linear-gradient(top, #00a8e6, #00a8e6);
  background-image: -ms-linear-gradient(top, #00a8e6, #00a8e6);
  background-image: -o-linear-gradient(top, #00a8e6, #00a8e6);
  background-image: linear-gradient(to bottom, #00a8e6, #00a8e6);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 11px;
  padding: 4px 17px 4px 17px;
  text-decoration: none;
  width:70px;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.floating-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
  .floating-icon a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .floating-icon:hover {
    background-color: #1da851;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
  }

/*# sourceMappingURL=main.css.map */