* {margin: 0; padding: 0; box-sizing: border-box;}
html {scroll-behavior: smooth;}
body {
  font-family: 'Open Sans', sans-serif;
}

/* -------- SCROLL BAR -------- */
html:not(.osx) ::-webkit-scrollbar { width: 6px; }
html:not(.osx) ::-webkit-scrollbar-track-piece {
  background-color: #eee;
  border-left: 1px solid #ddd;
}
html:not(.osx) ::-webkit-scrollbar-thumb:vertical { background-color: #bbb; }

@keyframes slide-in-left {
  0% {right: -2000px;}
  100% {right: 0;}
}
@keyframes slide-out-left {
  0% {right: 0;}
  100% {right: 2000px;}
}
@-webkit-keyframes slide-in-left {
  0% {right: -2000px;}
  100% {right: 0;}
}
@-webkit-keyframes slide-out-left {
  0% {right: 0;}
  100% {right: 2000px;}
}
@-moz-keyframes slide-in-left {
  0% {right: -2000px;}
  100% {right: 0;}
}
@-moz-keyframes slide-out-left {
  0% {right: 0;}
  100% {right: 2000px;}
}
@-o-keyframes slide-in-left {
  0% {right: -2000px;}
  100% {right: 0;}
}
@-o-keyframes slide-out-left {
  0% {right: 0;}
  100% {right: 2000px;}
}
@-ms-keyframes slide-in-left {
  0% {right: -2000px;}
  100% {right: 0;}
}
@-ms-keyframes slide-out-left {
  0% {right: 0;}
  100% {right: 2000px;}
}

.clear-fix:after {
  display: table;
  content: '';
  clear: both;
}

/* Headings */
h1.heading-center {
  max-width: 800px;
  margin: 0 auto;
  font-size: 49px;
  font-weight: 600;
  line-height: 55px;
}
h2.heading-center {
  margin: 40px auto 0 auto;
  max-width: 1029px;
  font-size: 24px;
  line-height: 35px;
  font-weight: 200;
}
h1.heading-default {font-weight: 400; font-size: 48px; line-height: auto; margin-bottom: 30px;}
h1.heading-default:before {
  display: block;
  content: '';
  width: 100px; height: 2px;
  margin-bottom: 15px;
}
h2.heading-default-center {font-weight: 400; font-size: 32px; text-align: center; margin-bottom: 75px;}
h2.heading-contato-center {font-weight: 400; font-size: 24px; line-height: 32px;}

/* toggle-nav and others */
.visible {display: block !important;}
.fixed {position: fixed !important;}
.toggle-nav {
  display: none;
  position: absolute;
  top: 25px; right: 25px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  cursor: pointer;
  z-index: 11;
}
.toggle-nav .line {
  height: 13px;
  width: 75%;
  margin: 2px auto 3px auto;
  display: block;
  border-top: 5px solid lightgrey;
  border-bottom: 5px solid lightgrey;
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
}
.line-active {
    border-bottom: none !important;
    width: 50% !important;
 }
.line-active:first-child {
    transform: rotate(45deg) translateY(10px) translateX(2px);
    -webkit-transform: rotate(45deg) translateY(10px) translateX(2px);
    -moz-transform: rotate(45deg) translateY(10px) translateX(2px);
    -o-transform: rotate(45deg) translateY(10px) translateX(2px);
    -ms-transform: rotate(45deg) translateY(10px) translateX(2px);
}
.line-active:last-child {
    transform: rotate(-50deg) translateY(-5px) translateX(6px);
    -webkit-transform: rotate(-50deg) translateY(-5px) translateX(6px);
    -moz-transform: rotate(-50deg) translateY(-5px) translateX(6px);
    -o-transform: rotate(-50deg) translateY(-5px) translateX(6px);
    -ms-transform: rotate(-50deg) translateY(-5px) translateX(6px);
}

/* centered */
.inner {
  max-width: 1029px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
.inner:after {
  content: '';
  display: block;
  clear: both;
}

/* navbar */
.navbar .inner {
  margin: 0 auto;
  overflow: hidden;
  padding: 12px 0;
}
.brand {
  float: left;
  margin-left: 0;
}
.nav {
  margin: 25px 0 0 35px;
  font-size: 14px;
  line-height: 18px;
  float: left;
  position: relative;
}
.nav li {
  display: inline;
  border-bottom: 1px solid transparent;
  padding: 10px;
}
.nav li:hover {
  border-bottom: 1px solid #ccc;
}
.nav li a {
  text-decoration: none;
  color: #444;
  font-size: 1.1em;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
}

.btn-cadastro:hover{
  background-color: #EA404F!important;
  border-color: #EA404F!important;
}
.round {

  border-radius: 50%;
  overflow: hidden;
  width: 62px;
  height: 62px;
  /*  box-shadow: 3px 3px 5px #555; sombra deslocada em 3px para baixo e 3px para direita, borrada em 5px e com cor cinza */
}

.round div
{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover; /*ajusta a imagem dentro do div, mantendo a proporção da imagem */
  background-position: center center
}

/* Sections
====================*/
section {width: 100%; display: block;}

/* Footer
====================*/
footer {
  width:100%; display: block; clear: both;
  background-color: #F6F6F6;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #e6e6e6;
  font-size: 0.9em;
  color: #888;
  line-height: 1.7em;
  padding: 36px 0 24px 0;
}
footer .span9 a {text-decoration: none; color: #888;}
footer .span9 a:hover {color: #000;}
footer .pipe {margin: 0 10px;}
.span1 {float: right;}
.span2 {float: left;}
.span2 .brand {
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
  display: inline;
  letter-spacing: -1px;
  vertical-align: top;
  color: #000;
}
.span2 .brand:after {font-weight: 100;}
.span9 {margin-left: 80px; float: left;}
.nav-footer-list {list-style-type: none;}
.nav-footer-list li {display: inline; margin: 0 2px;}

.input.text.required{
  padding: 0;
}
.input.password.required{
  padding: 0;
}

.input.email.required{
  padding: 0;
}



/* Adaptações
=================== */
@media (min-width: 980px){
  .nav li.link-admin {
    background-color: #5bb75b;
    border-radius: 5px;
    font-weight: bold;
    border: none !important;
  }
  .nav li.link-admin a {
    color: #fff;
    text-shadow: none !important;
  }
}

/* 1036px */
@media (max-width: 1036px){
  .navbar .inner {padding-left: 20px;}
  footer {padding-left: 10px; padding-right: 10px;}
}

/* 980px */
@media (max-width:979px) {
  .col-text, .col-image {display: block; width: 100% !important; margin-bottom: 40px;}

  .toggle-nav {
    display: block;
  }

  .nav {
    display: none;
    width: 100%;
    height: 100%;
    padding: 80px 55px 30px 30px;
    position: fixed;
    top: 0; left: 0;
    margin: 0;
    z-index: 9;
    background-color: rgba(234,64,79,0.95);
    text-align: left;
  }
  .nav li {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    border-bottom: 1px solid lightgrey;
  }
  .nav li:last-child {border: none;}
  .nav li:last-child a {color: black;}
  .nav li a {
    display: block;
    color: white;
    text-shadow: none;
  }
  .nav li a:hover {
    color: black;
  }
}



@media (max-width: 858px){
  .span1 {float: left !important;}
  .span9 {width: 100%; margin: 0;}
  .nav-footer-list li {display: block; margin: 0 10px; padding: 5px 0;}
  .nav-footer-list li a:hover {border-bottom: 1px solid grey;}
  .list-pipe {display: none !important;}
}

/* Animações
================== */
@keyframes fadeIn {
  0% {opacity: 0;}
  20% {opacity: 8;}
  100% {opacity: 1;}
}
.fadeIn {
  animation-name: fadeIn;
  animation-duration: 2000ms;
}
