/* ---------------------------------------------------------
   INDEX
--------------------------------------------------------- */
* {
  margin: 0;
  outline: none !important;
  outline-offset: 0 !important;
  padding: 0;
}

html,
body {
  background-attachment: fixed;
  /*background-image: url('/./template/assets/img/generic/bg-index.png');*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  image-rendering: auto;
  width: 100%;
}

.welcome_section {
  background-size: cover;
  height: 100%;
  position: relative;
  width: 100%;
}

.overlay {
  background: rgba(33, 33, 33, 0.7);
  height: 100%;
  position: absolute;
  width: 100%;
}

.center-div {
  bottom: 0;
  height: 350px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  overflow: auto;
}

.text-white {
  color: #ffffff;
  font-size: 42px;
  margin-bottom: 78px;
  margin-top: 68px;
}

.img-responsive {
  margin: 0 auto;
}

.financiadores {
  margin-bottom: 50px;
  margin-top: 50px;
  width: 60%;
}

.pg-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 750px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.border-right {
  border-right: 1px solid #ffffff;
}

.text-white {
  color: #ffffff;
  margin-bottom: 78px;
  margin-top: 68px;
}

.container_page {
  height: 100%;
  position: relative;
  width: 100%;
}

.btn-default {
  background-color: transparent;
  color: #ffffff;
  width: 100% !important;
}

.btn-default:hover {
  color: #1792d0;
}

.footer {
  background-color: #1792d0;
  color: #ffffff;
  float: left;
  height: 40px;
  line-height: 2.4;
  padding: 0px 20px;
  position: relative;
  width: 100%;
}

#up_btn {
  background-color: #e6e6e6;
  border: none;
  border-radius: 50%;
  bottom: 10px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 18px;
  height: 30px;
  opacity: 0;
  outline: none;
  overflow: hidden;
  padding: 15px;
  padding: 0px 0px 0px 0px;
  position: fixed;
  right: 15px;
  text-align: center;
  transition: bottom 0.5s, background-color 0.2s linear;
  width: 30px;
  z-index: 1;
}

#up_btn:hover {
  background-color: #1792d0;
  transition: background-color 0.3s linear;
}

.wrapper {
  background: #ebeff2;
  margin: 0;
  overflow-x: hidden;
  padding-bottom: 30px;
  padding-top: 50px;
}

h2 {
  line-height: 35px;
}

h4 {
  color: #6b6b6b;
  line-height: 22px;
  margin: 10px 0;
}

.header-title {
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 8px;
}

.container {
  width: 98% !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.f-40 {
  font-size: 40px;
}

.card-box {
  background-clip: padding-box;
  background-color: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  cursor: pointer;
  filter: grayscale(100%);
  margin-bottom: 15px;
  min-height: 170px;
  opacity: 0;
  padding: 20px;
  transition: all 200ms linear;
}

.card-box:hover {
  box-shadow: 0 0px 10px 0 rgba(0, 108, 182, 0.80), 0 0px 10px 0 rgba(0, 108, 182, 0.30);
  filter: grayscale(0%);
  transition: all 200ms linear;
}

.card-box img {
  display: block;
  margin: auto;
}

.card-brasao {
  width: 150px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.correct-position {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.text-muted {
  color: #1792d0;
}

/* (1920)*/
@media only screen and (max-width: 1920px) {
  body {
    overflow-x: hidden;
  }

  .center-div {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: auto;
  }

  .pg-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 750px;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* (1680) */
@media only screen and (max-width: 1680px) {
  body {
    overflow-x: hidden;
  }

  .center-div {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: auto;
  }

  .pg-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 750px;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* (1440) */
@media only screen and (max-width: 1440px) {
  body {
    overflow-x: hidden;
  }

  .center-div {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: auto;
  }

  .pg-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 750px;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* (1366) */
@media only screen and (max-width: 1366px) {
  body {
    overflow-x: hidden;
  }

  .center-div {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: auto;
  }

  .pg-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 750px;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* (1280) */
@media only screen and (max-width: 1280px) {
  body {
    overflow-x: hidden;
  }

  .center-div {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: auto;
  }

  .pg-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 750px;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* (1080) */
@media only screen and (max-width: 1080px) {
  body {
    overflow-x: hidden;
  }

  .center-div {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: auto;
  }

  .pg-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 750px;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* (1024) */
@media only screen and (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }

  .center-div {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: auto;
  }

  .pg-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 750px;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* (991) */
@media only screen and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }

  .center-div {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: auto;
  }

  .pg-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 750px;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* (800) */
@media only screen and (max-width: 800px) {
  body {
    overflow-x: hidden;
  }

  .center-div {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: auto;
  }

  .pg-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 750px;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* (767) */
@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .center-div {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: auto;
  }

  .pg-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 380px;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .wrapper-page {
    width: 90%;
  }

  .wrapper {
    padding-bottom: 80px;
  }

  .h-40 {
    padding-top: 0px !important;
    padding-bottom: 10px;
  }

  #up_btn {
    bottom: 25px !important;
  }

  .financiadores {
    margin-bottom: 50px;
    margin-top: 100px;
    width: 90%;
  }

  .border-right {
    border-right: none;
  }

  .btn-default {
    margin-top: 20px;
  }
}

/* (720) */
@media only screen and (max-width: 720px) {
  body {
    overflow-x: hidden;
  }

  .center-div {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: auto;
  }

  .pg-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 380px;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* (667) */
@media only screen and (max-width: 667px) {
  body {
    overflow-x: hidden;
  }

  .center-div {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: auto;
  }

  .pg-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 380px;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* (480)*/
@media only screen and (max-width: 480px) {
  body {
    overflow-x: hidden;
  }

  .center-div {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: auto;
  }

  .pg-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 380px;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .f-40 {
    font-size: 35px;
  }
}

/* (375)*/
@media only screen and (max-width: 375px) {
  body {
    overflow-x: hidden;
  }

  .center-div {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: auto;
  }

  .pg-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 330px;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .f-40 {
    font-size: 32px;
  }
}

/* (320)*/
@media only screen and (max-width: 320px) {
  body {
    overflow-x: hidden;
  }

  .center-div {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: auto;
  }

  .pg-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 330px;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .f-40 {
    font-size: 30px;
  }
}
