/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
@import url(../fonts/Open_Sans/stylesheet.css);

.scrollToTop {
  width: 100px;
  height: 130px;
  text-align: center;
  background-color: #d50000;
  font-weight: bold;
  position: fixed;
  bottom: 30px;
  right: 40px;
  display: none; }
  .scrollToTop :hover {
    background-color: #d50000; }
  @media only screen and (max-width: 600px) {
    .scrollToTop {
      width: 30px;
      height: 30px;
      bottom: 70px;
      right: 30px; }
      .scrollToTop i {
        font-size: 20px;
        margin-top: -10px; } }
  @media only screen and (min-width: 600px) and (max-width: 1200px) {
    .scrollToTop {
      width: 30px;
      height: 30px;
      bottom: 70px;
      right: 30px; }
      .scrollToTop i {
        font-size: 30px; } }

body {
  font-family: "Open Sans", sans-serif;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

main {
  flex: 1 0 auto; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5; }

::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5; }

::-webkit-scrollbar-thumb {
  background-color: #263238; }

.container {
  width: 80% !important; }

.icon-block {
  padding: 0 15px; }
  .icon-block .material-icons {
    font-size: inherit; }

#nav-desktop {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99999 !important; }

a {
  color: #d50000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

#header-top {
  background-color: #263238;
  padding: 8px 0px; }
  #header-top a {
    color: white; }
  #header-top .input-field {
    margin-top: 0px;
    height: 23px; }
    #header-top .input-field input {
      margin-bottom: 0px;
      padding-left: 40px;
      width: 160px;
      height: 100%;
      border-bottom: 0; }
      #header-top .input-field input:focus {
        box-shadow: 0 1px 0 0 #d50000; }
    #header-top .input-field .label-icon {
      left: 0.5rem;
      margin-top: -12px; }
  #header-top .right {
    max-width: 200px;
    width: 50%; }

.map-site-icon::before {
  content: '\e55b';
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  margin: 0 10px 0 8px; }

nav {
  background-color: white; }
  nav img {
    width: auto;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out; }
  nav img:hover {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  nav ul li a {
    font-family: "Open Sans", sans-serif; }
  nav .button-collapse i {
    color: #d50000;
    margin-left: -20px; }
  nav .dropdown-content {
    width: auto !important; }
    nav .dropdown-content a {
      color: #263238; }

.slider .title {
  font-family: "Open Sans", sans-serif; }
.slider .indicators .indicator-item.active {
  background-color: #d50000; }

.heading-index {
  font-family: "Open Sans", sans-serif;
  color: #263238;
  text-align: center;
  margin-top: 70px; }
  @media only screen and (max-width: 600px) {
    .heading-index {
      font-size: 2em; } }

@media only screen and (max-width: 600px) {
  .about .pilar-cards {
    margin: 20px 0; } }
.about .pilar-cards .pilar {
  height: 300px;
  max-width: 300px;
  text-align: center;
  color: #37474f;
  border: 3px solid #37474f;
  font-family: "Open Sans", sans-serif;
  padding: 70px;
  margin: 30px auto 0px;
  border-radius: 100%; }
  @media only screen and (max-width: 360px) {
    .about .pilar-cards .pilar {
      height: 250px;
      padding: 50px; } }
  @media only screen and (max-width: 1200px) {
    .about .pilar-cards .pilar {
      height: 250px;
      width: 250px;
      padding: 45px; } }
  .about .pilar-cards .pilar img {
    max-height: 100px; }
.about .about-button {
  display: block;
  margin: 0 auto;
  width: 400px;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter; }
  @media only screen and (max-width: 600px) {
    .about .about-button {
      max-width: 200px; } }

.btn-floating {
  background-color: #d50000; }

.btn-floating:hover, .btn-floating:focus, .btn-floating:active {
  background-color: #b71c1c; }

.line {
  width: 400px;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 3px solid #37474f;
  text-align: center; }
  @media only screen and (max-width: 600px) {
    .line {
      max-width: 200px;
      padding-bottom: 10px; } }

.gallery {
  /* Create four equal columns that floats next to each other */
  /* Clear floats after the columns */
  /* Responsive layout - makes a two column-layout instead of four columns */
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */ }
  .gallery .column {
    float: left;
    width: 25%;
    padding: 10px; }
    .gallery .column img {
      width: 100%; }
  .gallery .row:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width: 1200px) {
    .gallery .column {
      width: 25%; } }
  @media only screen and (max-width: 600px) {
    .gallery .column {
      width: 50%; } }
  @media only screen and (max-width: 360px) {
    .gallery .column {
      width: 50%; } }

#banner-petianos {
  color: white;
  height: 250px;
  background-color: rgba(0, 0, 0, 0.3); }

#banner-sobre {
  color: white;
  height: 250px;
  background-color: rgba(0, 0, 0, 0.3); }

.card-action ul {
  padding: 0;
  width: 90%;
  margin: auto;
  text-align: center; }
  .card-action ul li {
    display: inline-block;
    list-style: none;
    margin: 5px; }
    .card-action ul li i {
      font-size: 1.5em;
      color: #37474f; }
    .card-action ul li a {
      margin-right: 5px; }

.notices {
  background: url(../img/bg-notices.png);
  background-size: cover;
  padding: 20px; }
  .notices .row .notices-cards {
    margin-bottom: 0px !important;
    display: table; }
  .notices .heading-index {
    color: white; }
  .notices .line {
    border-bottom: 3px solid white; }
  .notices .first-notice {
    min-height: 515px; }
    .notices .first-notice .card-image img {
      min-height: 265px; }
  .notices .card .card-content {
    padding: 15px; }
  .notices .card .card-title {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #000; }
  .notices .card .card-content-p {
    font-family: "Open Sans", sans-serif;
    font-weight: lighter; }
  .notices .card .card-footer .container {
    margin: 0 15px; }
  .notices .card .card-footer .author-img {
    padding: 0px; }
  .notices .card .card-footer .author-img img {
    display: block;
    margin: 0 auto;
    height: 40px;
    width: auto;
    border-radius: 100%; }
  .notices .card .card-footer .author-name {
    font-family: "Open Sans", sans-serif;
    color: gray;
    margin: 2px 0; }
  .notices .card .card-footer .post-date {
    font-family: "Open Sans", sans-serif;
    font-weight: lighter;
    font-style: italic;
    color: gray;
    margin: 0px;
    font-size: 10px; }
  .notices .card .card-footer .row {
    margin-bottom: 0px; }
  .notices .small {
    height: 250px; }
    .notices .small .card-image {
      max-height: 100px !important; }

.page-footer {
  font-family: "Open Sans", sans-serif;
  font-size: 14px; }
  .page-footer .img-footer {
    display: block;
    max-width: 200px;
    margin: 0 auto; }
  .page-footer ul li {
    font-family: "Open Sans", sans-serif;
    font-weight: lighter; }
  .page-footer ul .pet {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 18px; }
  @media only screen and (max-width: 600px) {
    .page-footer ul {
      text-align: center; } }
  .page-footer ul .social-icons {
    display: flex; }
    .page-footer ul .social-icons a {
      width: 35px;
      height: 35px;
      line-height: 32px;
      margin: 0 5px 5px 0;
      padding: 0;
      color: #fff;
      border: 2px solid white;
      border-radius: 50%;
      text-align: center;
      font-size: 18px; }
      .page-footer ul .social-icons a:hover {
        border: 2px solid #90a4ae;
        color: #90a4ae;
        transition: 0.3s; }
    @media only screen and (max-width: 600px) {
      .page-footer ul .social-icons {
        margin: 0px auto;
        width: max-content;
        -moz-width: max-content; } }
  .page-footer .logos img {
    display: inline-block;
    max-width: 90%;
    max-height: 90px;
    margin: 14px 0px 16px 0px; }
  .page-footer a {
    color: white; }
    .page-footer a:hover {
      color: #90a4ae;
      transition: 0.3s; }

#petianos {
  padding-bottom: 50px; }
  #petianos .card {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
    color: #37474f; }
    #petianos .card img {
      border-radius: 100%;
      padding: 15px;
      max-width: 200px;
      margin: 0px auto; }
    #petianos .card .card-action {
      padding: 0px; }
    #petianos .card .card-title {
      font-size: 1.5em;
      font-weight: bold;
      margin-bottom: 0px; }
    #petianos .card .card-content {
      padding: 0px; }
      #petianos .card .card-content p {
        font-size: 0.9em; }

#siga-nos .parallax-container {
  color: white;
  height: 20%;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 50px 0px; }
  #siga-nos .parallax-container .social-icons {
    display: flex;
    margin: 0px auto;
    width: max-content;
    -moz-width: max-content; }
    #siga-nos .parallax-container .social-icons a {
      width: 45px;
      height: 45px;
      line-height: 41px;
      margin: 0 10px 10px 0;
      padding: 0;
      color: #fff;
      border: 2px solid white;
      border-radius: 50%;
      text-align: center;
      font-size: 20px; }
      #siga-nos .parallax-container .social-icons a:hover {
        border: 2px solid #90a4ae;
        color: #90a4ae;
        transition: 0.3s; }
    @media only screen and (max-width: 600px) {
      #siga-nos .parallax-container .social-icons {
        margin: 0px auto;
        width: max-content;
        -moz-width: max-content; } }

#banner-atividades {
  color: white;
  height: 250px;
  background-color: rgba(0, 0, 0, 0.3); }

#atividades .card .card-image {
  max-height: 200px; }
#atividades .card .card-content {
  padding: 15px 24px 10px; }
#atividades .card .card-reveal i {
  color: #d50000; }
#atividades .card .card-action a {
  color: #d50000;
  font-size: 0.8em; }
  #atividades .card .card-action a i {
    font-size: 1.2em;
    padding-left: 10px; }

#atividades2 .collapsible-body {
  display: table; }

#search td, #search th {
  padding: 0px; }
#search .gsc-table-result, #search .gsc-thumbnail-inside, #search .gsc-url-top {
  padding-left: 0px; }
#search .search-result {
  padding: 0px; }
#search .gsc-control-cse {
  padding-top: 0px; }

.breadcrumb {
  color: #d50000;
  font-size: 15px; }

.breadcrumb:last-child {
  color: #263238; }

.breadcrumb:before {
  color: #b7b7b7;
  margin: -3px 0px 0px;
  font-size: 20px; }

.breadc {
  padding-bottom: 0px; }

.heading {
  color: #263238;
  font-family: "Open Sans", sans-serif;
  margin-top: 0px; }

.progress {
  background-color: #ccc; }
  .progress .indeterminate {
    background-color: #d50000; }

.creditos {
  font-family: "Open Sans", sans-serif; }
  .creditos .img-credit {
    border-radius: 100%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    max-width: 200px; }
    .creditos .img-credit:hover {
      filter: none;
      -webkit-filter: grayscale(0%);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .creditos .team-credit {
    text-transform: uppercase;
    color: #d50000; }
  .creditos .team-func {
    text-align: center;
    color: #9e9e9e; }
  .creditos .social-icons {
    display: flex;
    margin: 0px auto;
    width: max-content;
    -moz-width: max-content; }
    .creditos .social-icons a {
      width: 35px !important;
      height: 35px !important;
      line-height: 32px;
      margin: 0 5px 5px 0;
      padding: 0;
      color: #37474f;
      border: 2px solid #37474f;
      border-radius: 50%;
      text-align: center;
      font-size: 18px; }
      .creditos .social-icons a:hover {
        border: 2px solid #90a4ae;
        color: #90a4ae;
        transition: 0.3s; }
    @media only screen and (max-width: 600px) {
      .creditos .social-icons {
        margin: 0px auto;
        width: max-content; } }
    @media only screen and (max-width: 600px) {
      .creditos .social-icons {
        margin: 0px auto;
        width: max-content; } }

/*Inicio Certificados*/
.certificados h3, .certificados h5 {
  text-align: center;
  color: #263238;
  margin-top: 30px;
  padding: 10px; }

.form-certificado .input-field label {
  color: #b71c1c; }
.form-certificado .input-field input[type=text]:focus + label {
  color: #b71c1c; }
.form-certificado .input-field input[type=text]:focus {
  border-bottom: 1px solid #b71c1c;
  box-shadow: 0 1px 0 0 #b71c1c; }
.form-certificado button {
  background-color: #b71c1c;
  margin-top: 22px;
  text-align: center; }
  .form-certificado button i {
    font-size: 15px; }
  .form-certificado button:hover {
    background-color: #d50000; }

.result-cert input[type=text] {
  display: none; }
.result-cert a {
  cursor: pointer;
  color: #263238 !important;
  border-bottom: 1px solid #e0e0e0; }

/*Fim Certificados*/

/*# sourceMappingURL=style.css.map */
