/** Includes **/
@import url("https://fonts.googleapis.com/css?family=Baloo+Bhai");
@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700");
/** Geral **/
html, body {
  height: 100%;
  font-family: Baloo Bhai;
  overflow: hidden;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  color: #FFF;
}

.img-logo {
  padding: 10px;
  height: 100px;
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 9998;
}
.modal .modal-content {
  width: 900px;
  height: auto;
  margin: auto;
  background: #FFF;
  overflow: auto;
  border-radius: 0;
  border: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.modal .modal-content .close-modal {
  position: absolute;
  right: 7px;
  top: 0px;
  cursor: pointer;
  font-size: 20px;
}
.modal .modal-content a {
  color: #69000A;
  text-decoration: underline;
}
.modal .modal-content a img {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  vertical-align: align-middle;
}

/** Style Index **/
#index-content {
  background-color: #FFF;
  background-image: url(../img/bg/left.jpg), url(../img/bg/right.jpg);
  background-size: 390px 100%, 390px 100%;
  background-repeat: no-repeat;
  background-position: left top, right top;
  height: 100%;
  z-index: 1;
}
#index-content #outros-links img {
  max-width: 300px;
}
#index-content #corpo-docente .row:nth-of-type(2) {
  height: 80vh;
}

.wd-100 {
  width: 100px;
}

.wd-150 {
  width: 150px;
}

.wd-170 {
  width: 170px;
}

#top_button {
  position: fixed;
  bottom: 40px;
  right: 50px;
  border-radius: 100%;
  border: 1px solid #000;
  padding: 10px 13px 10px 13px;
  box-shadow: 0 0 2px #000;
  cursor: pointer;
}
#top_button img {
  width: 18px;
  height: 18px;
}

#agradecimentos p {
  padding: 0px 20px 0px 20px;
  color: #000;
  font-size: 1em;
  text-align: center;
  height: 100%;
}
#agradecimentos h4 {
  color: #000;
  font-size: 1.5em;
}

/** Container index pages **/
.container {
  background: #FFF;
  height: 100vh;
  /** First Index Roll Page **/
  /** Class for big text in index content **/
}
.container .btn {
  color: #FFF;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.container .btn-blue {
  background-color: #0A6498;
  min-height: 50px;
}
.container .btn-custom {
  background: #882834;
  margin-left: 10px;
  margin-bottom: 15px;
  min-height: 65px;
}
.container:first-child .row {
  height: 20vh;
}
.container:first-child .row:first-child {
  padding: 0px;
  padding-top: 15px;
  background: #FFF;
}
.container:first-child .row:nth-of-type(4) {
  margin-top: 90px;
}
.container .text {
  height: 80vh;
  overflow: auto;
}
.container .text p {
  text-indent: 1em;
}
.container .text p:first-child {
  text-indent: 0;
}
.container .row {
  padding: 15px 25px 0px 25px;
  /** First row of content always have bg **/
  /** docente box **/
}
.container .row:first-child {
  padding: 0px;
  height: 20vh;
  background: url("../img/header/1200.png") center top no-repeat;
  color: #FFF;
  position: relative;
}
.container .row:first-child h1 {
  position: absolute;
  bottom: 10px;
  left: 40px;
  font-size: 40px;
}
.container .row .docente {
  margin-bottom: 25px;
  margin-top: 15px;
}
.container .row .docente .docente-img {
  width: 90px;
  height: 120px;
  background: #0A6498;
  box-shadow: -15px -15px 0px #882834;
  display: inline-block;
  margin-left: 15px;
}
.container .row .docente .docente-img img {
  width: 100%;
  height: 100%;
}
.container .row .docente .docente-lattes {
  background: #FFF;
  padding-left: 10px;
  padding-right: 10px;
  width: 280px;
  height: 100px;
  border: 2px solid #882834;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  border-left: 0;
  box-sizing: border-box;
}
.container .row .docente .docente-lattes p {
  text-indent: 0;
  line-height: 20px;
  margin: 0;
}
.container .row .docente .docente-lattes p:first-child {
  font-size: 25px;
  color: #882834;
  font-weight: bold;
}
.container .row .docente .docente-lattes p a {
  font-size: 12px;
  text-decoration: none;
  color: #444;
}

p {
  text-align: left;
  font-family: Maven Pro;
  font-size: calc(1em + 0.3vh);
}

.text-indent0 {
  text-indent: 0;
}

.text-indent15 {
  text-indent: 1.5em;
}

@media only screen and (max-height: 768px), screen and (max-width: 1023px) {
  html, body {
    overflow: auto;
  }

  #top_button {
    display: none;
  }

  .mt-c-2 {
    margin-top: 10px !important;
  }

  #index-content #corpo-docente .row:nth-of-type(2) {
    height: auto;
  }
  #index-content .container {
    height: auto;
  }
  #index-content .container:first-child .row {
    height: auto;
  }
  #index-content .container .text {
    height: auto;
  }
  #index-content .container .row:first-child h1 {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .img-logo {
    height: 75px;
  }
}
@media (max-width: 992px) {
  .img-logo {
    height: 60px;
  }

  .modal .modal-content {
    width: 600px;
  }

  #index-content {
    background: transparent;
  }

  .text-top {
    background: url(../img/bg/bg_index_lg.jpg.png);
    background-size: cover;
    color: #FFF;
    height: 280px !important;
    display: flex;
    align-items: center;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .img-logo {
    height: 50px;
  }

  .modal {
    padding: 0px 10px;
  }
  .modal .modal-content {
    box-sizing: border-box;
    width: 90%;
  }

  #agradecimentos p {
    height: auto;
  }
}
@media (max-width: 576px) {
  .img-logo {
    width: auto;
    height: 45px;
  }

  #outros-links img {
    width: 100%;
    padding: 10px;
  }

  #index-content {
    background: #FFF;
  }
  #index-content .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  #index-content .docente {
    width: 100%;
    margin-left: 15px;
  }
  #index-content .docente .docente-img {
    width: 6em !important;
    height: 8em !important;
  }
  #index-content .docente .docente-lattes {
    width: 10em !important;
    padding: 10px 10px 10px 10px;
  }
  #index-content .docente .docente-lattes p {
    line-height: 10px;
    word-wrap: break-word;
  }
  #index-content .docente .docente-lattes p:first-child {
    line-height: 15px;
    font-size: 15px !important;
  }
  #index-content .docente .docente-lattes p a {
    word-wrap: break-word;
    font-size: 10px !important;
    text-decoration: none;
    color: #444;
  }
}

/*# sourceMappingURL=site.css.map */
