/* CSS Document */
/* CSS Document */
.clear-link {
  text-decoration: inherit;
  color: inherit; }
  .clear-link:hover {
    text-decoration: inherit;
    color: inherit; }

.brand {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0 !important;
  color: transparent !important;
  white-space: inherit !important; }

.readonly {
  background-color: #ddd !important; }
  .readonly:hover {
    cursor: not-allowed; }

.border-radius-200 {
  border-radius: 5px; }

.overflow-hiddem {
  overflow: hidden; }

header {
  width: 100%;
  height: 640px;
  background: url("../img/bg-header.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 75px;
  text-align: center; }
  header h1 {
    background: url("../img/logotype.png") no-repeat center center;
    width: 384px;
    height: 252px;
    margin: 0 auto 85px auto; }
    header h1 span {
      display: none; }
  header h2 {
    text-align: center;
    font-size: 48px;
    color: #fff;
    letter-spacing: -1px;
    margin-bottom: 40px;
    text-shadow: 3px 3px #558abb; }
  header a {
    display: inline-block;
    padding: 20px 40px;
    border-radius: 12px;
    margin: 0 auto;
    font-size: 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 5px 15px;
    animation: Color 3s linear infinite; }
@keyframes Color {
  0% {
    color: #43c8fc;
    background-color: #fff; }
  25% {
    color: #0a384a;
    background-color: #dda726; }
  50% {
    color: #0a384a;
    background-color: #dda726; }
  75% {
    color: #43c8fc;
    background-color: #fff; }
  100% {
    color: #43c8fc;
    background-color: #fff; } }
.header {
  width: 100%;
  height: auto;
  background: url("../img/bg-header.jpg") no-repeat center center;
  background-size: cover;
  padding: 40px 0;
  text-align: center; }
  .header h1 {
    background: url("../img/logotype-responsive.png") no-repeat center center;
    width: 230px;
    height: 151px;
    margin: 0 auto; }
    .header h1 span {
      display: none; }
  .header h2 {
    text-align: center;
    font-size: 48px;
    color: #fff;
    letter-spacing: -1px;
    margin-bottom: 0;
    text-shadow: 3px 3px #558abb; }

.content {
  min-height: calc(100vh - 271px); }
  .content .tresimagens {
    padding-top: 62px; }
    .content .tresimagens .imgwrapper .img {
      overflow: hidden;
      border-radius: 50%;
      width: 210px;
      height: 210px;
      margin: 0 auto 27px auto; }
    .content .tresimagens .imgwrapper p {
      font-size: 22px;
      text-align: center;
      font-weight: 700;
      color: #8d8d8d; }
  .content.txtcentral {
    padding: 34px 0;
    background-color: #e7e7e7;
    text-align: center; }
    .content.txtcentral .txt1 {
      color: #000000;
      font-size: 22px;
      padding: 0 40px;
      margin-bottom: 60px; }
    .content.txtcentral .txt2 {
      color: #2aade1;
      font-size: 32px;
      line-height: 48px;
      margin-bottom: 42px;
      font-weight: 700; }
    .content.txtcentral .txt3 {
      color: #000000;
      font-size: 22px;
      padding: 0 60px; }
  .content.lastplace {
    padding: 50px 0 80px 0;
    text-align: center; }
    .content.lastplace a {
      display: inline-block;
      padding: 20px 40px;
      background-color: #2aade1;
      color: #fff;
      border-radius: 12px;
      margin: 0 auto 50px auto;
      font-size: 30px;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 700;
      box-shadow: rgba(0, 0, 0, 0.45) 0px 5px 15px; }
    .content.lastplace .imgfim {
      border-radius: 24px;
      overflow: hidden;
      width: 80%;
      height: auto; }

footer {
  background-color: #1DACE4;
  color: #000; }
  footer .fatorcriativo {
    background: url(../img/ico-logofator.png) center left no-repeat;
    padding-left: 30px; }
  footer .copy-footer {
    border-top: solid 1px 5px; }

@media (min-width: 992px) {
  #content {
    min-height: calc(100vh - 740px); }
    #content.inside {
      min-height: calc(100vh - 460px); } }
@media (max-width: 991px) {
  #content {
    min-height: calc(100vh - 370px); }
    #content.internals {
      min-height: calc(100vh - 320px); }
    #content h2 {
      font-size: 20px; }

  .header {
    height: auto;
    padding: 40px 0; }
    .header h1 {
      background: url("../img/logotype-responsive.png") no-repeat center center;
      width: 230px;
      height: 151px;
      margin: 0 auto 25px auto; }
    .header h2 {
      font-size: 22px;
      margin-bottom: 20px; }

  header {
    height: auto;
    padding: 40px; }
    header h1 {
      background: url("../img/logotype-responsive.png") no-repeat center center;
      width: 230px;
      height: 151px;
      margin: 0 auto 25px auto; }
    header h2 {
      font-size: 22px;
      margin-bottom: 20px; }
    header a {
      display: inline-block;
      padding: 20px;
      border-radius: 12px;
      margin: 0 auto;
      font-size: 24px;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 700;
      box-shadow: rgba(0, 0, 0, 0.45) 0px 5px 15px;
      animation: Color 3s linear infinite; }
  @keyframes Color {
    0% {
      color: #43c8fc;
      background-color: #fff; }
    25% {
      color: #0a384a;
      background-color: #dda726; }
    50% {
      color: #0a384a;
      background-color: #dda726; }
    75% {
      color: #43c8fc;
      background-color: #fff; }
    100% {
      color: #43c8fc;
      background-color: #fff; } }
  .content .tresimagens {
    padding-top: 62px; }
    .content .tresimagens .imgwrapper .img {
      overflow: hidden;
      border-radius: 50%;
      width: 210px;
      height: 210px;
      margin: 0 auto 27px auto; }
    .content .tresimagens .imgwrapper p {
      font-size: 22px;
      text-align: center;
      font-weight: 700;
      color: #8d8d8d; }
  .content.txtcentral {
    padding: 34px 0;
    background-color: #e7e7e7;
    text-align: left; }
    .content.txtcentral .txt1 {
      color: #000000;
      font-size: 18px;
      padding: 0 20px;
      margin-bottom: 40px; }
    .content.txtcentral .txt2 {
      color: #2aade1;
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 42px;
      font-weight: 700;
      padding: 0 20px; }
    .content.txtcentral .txt3 {
      color: #000000;
      font-size: 18px;
      padding: 0 20px; }
  .content.lastplace {
    padding: 50px 20px;
    text-align: center; }
    .content.lastplace a {
      padding: 20px;
      margin: 0 auto 50px auto;
      font-size: 24px;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 700;
      box-shadow: rgba(0, 0, 0, 0.45) 0px 5px 15px; }
    .content.lastplace .imgfim {
      border-radius: 24px;
      overflow: hidden;
      width: 100%;
      height: auto; } }
