/*
Theme Name: Universidade Pernambucanas
Author: WebTraining
Author URI: http://webtraining.com.br
Date: 07/11/2019;
Version: 1.0;
*/
@import "animate.css";
@font-face {
  font-family: "Gotham-Light";
  src: url("../font/gotham/Gotham-Light.eot");
  /* IE9 Compat Modes */
  src: url("../font/gotham/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../font/gotham/Gotham-Light.otf") format("opentype"), url("../font/gotham/Gotham-Light.svg") format("svg"), url("../font/gotham/Gotham-Light.ttf") format("truetype"), url("../font/gotham/Gotham-Light.woff") format("woff");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Medium";
  src: url("../font/gotham/Gotham-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../font/gotham/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../font/gotham/Gotham-Medium.otf") format("opentype"), url("../font/gotham/Gotham-Medium.svg") format("svg"), url("../font/gotham/Gotham-Medium.ttf") format("truetype"), url("../font/gotham/Gotham-Medium.woff") format("woff");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Ultra";
  src: url("../font/gotham/Gotham-Ultra.eot");
  /* IE9 Compat Modes */
  src: url("../font/gotham/Gotham-Ultra.eot?#iefix") format("embedded-opentype"), url("../font/gotham/Gotham-Ultra.otf") format("opentype"), url("../font/gotham/Gotham-Ultra.svg") format("svg"), url("../font/gotham/Gotham-Ultra.ttf") format("truetype"), url("../font/gotham/Gotham-Ultra.woff") format("woff");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Gotham-Medium", sans-serif;
  margin-bottom: 350px;
}

.header {
  background-color: #FFF;
}
@media (max-width: 1199px) {
  .header {
    border-top: 10px solid #001a72;
  }
}

.login {
  margin-bottom: 0;
}
.login img {
  max-width: 100%;
}
.login .form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.login .form-signin .checkbox {
  font-weight: 400;
}
.login .form-signin .input-group {
  margin: 20px 0;
}
.login .form-signin .input-group .input-group-text {
  border-radius: 0;
  background-color: #f7df00;
  color: #001a72;
  border: none;
}
.login .form-signin .input-group .form-control {
  background-color: #f7df00;
  color: #001a72;
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  border-radius: 0;
  border: none;
}
.login .form-signin .input-group .form-control:focus {
  z-index: 2;
}
.login a small {
  font-size: 90%;
}

@media (max-width: 1199px) {
  .photoLogin,
.photoFooter {
    max-width: 330px !important;
  }

  .photoHomeFooter {
    max-width: 330px;
    width: 100%;
  }

  .photoHome,
.swiper-pagination {
    display: none;
  }

  .pageHome {
    text-align: center;
  }
}
@media (min-width: 1199px) {
  .photoLogin {
    position: absolute;
    height: calc(100% - 100px);
    left: 15vw;
  }

  .login .form-signin {
    max-width: 500px;
    position: absolute;
    right: 15vw;
    top: 10vw;
  }
  .login .form-signin a small {
    font-size: 100%;
  }

  .photoHomeFooter {
    display: none;
  }

  .photoHome {
    position: absolute;
    margin-top: 30px;
    max-height: 500px;
  }

  .pageHome .row .offset-xl-3 {
    margin-left: 33%;
  }
  .pageHome .row .col-xl-9 {
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    max-width: 67%;
  }
}
@media (width: 1400px) {
  .photoLogin {
    left: 10vw;
  }

  .login .form-signin {
    right: 10vw;
  }
}
@media (width: 1280px) {
  .photoLogin {
    left: 5vw;
  }

  .login .form-signin {
    right: 5vw;
  }
}
.btn_certificado {
  background-color: #001a72;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1.4em;
  display: inline-block;
  padding: 20px;
  max-width: 250px;
  width: 100%;
}
.btn_certificado:hover {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 1199px) {
  .btn_certificado {
    padding: 15px 5px 15px 5px;
    font-size: 65%;
  }
  .btn_certificado img {
    max-width: 20px;
  }
}

.nome {
  text-transform: capitalize;
}

.dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  border: 1px solid #eee;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 0;
  z-index: 5;
}
@media (max-width: 767px) {
  .dropdown .dropdown-content {
    margin-top: 15px;
  }
}
.dropdown .dropdown-content a {
  display: block;
  color: #001a72;
  padding: 15px 16px;
  border-bottom: 1px solid #eee;
}
.dropdown .dropdown-content a:last-child {
  border: none;
}
.dropdown .dropdown-content a:hover {
  text-decoration: none;
  background-color: #EEE;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown h6:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.5em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

main {
  height: calc(100% - 133.5px);
}

img {
  max-width: 100%;
}

.fontUltra {
  font-family: "Gotham-Ultra", sans-serif;
}

@media (min-width: 1199px) {
  h5.fontUltra {
    font-size: 1.5rem;
  }
}
.fontLight {
  font-family: "Gotham-Light", sans-serif;
}

.opacity-87 {
  opacity: 0.87;
}

.logo {
  max-width: 100%;
}

.btn-primary {
  color: #fff;
  background-color: #001a72;
  border-color: #001a72;
}

.border-radius {
  border-radius: 25px;
}

.text-blue-dark {
  color: #001a72;
}

.bg-blue {
  background-color: #bfd6dd;
}

.bg-yellow {
  background-color: #ffc921;
}

.bg-yellow-2 {
  background-color: #fec820;
}
@media (max-height: 360px) {
  .bg-yellow-2 {
    margin-bottom: 400px;
  }
}

.show-xs {
  display: none;
}

.uppercase {
  text-transform: uppercase;
}

.btn-yellow {
  background-color: #f7df00;
  color: #001a72;
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  display: inline-block;
  -webkit-box-shadow: 2px 2px 0px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 0px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 0px -1px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  line-height: 1.35;
  transition: all 0.2s ease-in-out;
}
.btn-yellow:hover {
  text-decoration: none;
  color: #001a72;
  transform: scale(1.1);
}

.btn-yellow-start {
  background-color: #ffe000;
  color: #001a72;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 0px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 0px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 0px -1px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 200px;
  font-weight: bold;
  line-height: 1.35;
  font-size: 1.5em;
  min-height: 85px;
  display: inline-grid;
  transition: all 0.2s ease-in-out;
}
.btn-yellow-start:hover {
  text-decoration: none;
  color: #001a72;
  transform: scale(1.1);
}

.btn-blue-dark {
  background-color: #001a72;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 0px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 0px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 0px -1px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 200px;
  font-weight: bold;
  line-height: 1;
  min-height: 85px;
  display: inline-grid;
  transition: all 0.2s ease-in-out;
}
.btn-blue-dark:hover {
  text-decoration: none;
  color: #fff;
  transform: scale(1.1);
}

.btn-back {
  background-color: #fff;
  color: #001a72;
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 26, 114, 0.2);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 26, 114, 0.2);
  box-shadow: 0px 2px 10px 0px rgba(0, 26, 114, 0.2);
  width: 100%;
  max-width: 130px;
  font-weight: bold;
  line-height: 2;
  min-height: 75px;
  display: inline-grid;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 150px;
}
@media (max-width: 1199px) {
  .btn-back {
    display: none;
  }
}
.btn-back:hover {
  text-decoration: none;
  color: #fff;
  background-color: #001a72;
}

.btn-back-mobile {
  background-color: #fff;
  color: #001a72;
  text-transform: uppercase;
  text-align: center;
  padding: 5px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 26, 114, 0.2);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 26, 114, 0.2);
  box-shadow: 0px 2px 10px 0px rgba(0, 26, 114, 0.2);
  width: 100%;
  max-width: 100%;
  font-weight: bold;
  font-size: 12px;
  line-height: 2;
  min-height: auto;
  display: inline-grid;
  margin: 10px 0 0 0 !important;
}
@media (min-width: 1199px) {
  .btn-back-mobile {
    display: none;
  }
}

.btn_certificado_cinza {
  background-color: #e0e0e1;
  color: #001a72;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 0px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 0px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 0px -1px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 200px;
  line-height: 1.4em;
  min-height: 85px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.btn_certificado_cinza:hover {
  text-decoration: none;
  color: #001a72;
  transform: scale(1.1);
}
.btn_certificado_cinza img {
  padding-top: 5px;
}

.lnk {
  color: #001a72;
}
.lnk:hover {
  text-decoration: none;
}

.btn-rever {
  border-color: #CCC;
  padding: 0.55rem 0.75rem;
}

.tableCertificados th {
  border-bottom: 1px solid #fff !important;
  border-top: 1px solid #fff !important;
}
.tableCertificados td {
  border-color: #f7df00;
}

.p-10 {
  padding: 10px !important;
}

@media (max-width: 1199px) {
  .show-xs {
    display: block;
  }

  .hidden-xs {
    display: none;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.card {
  border-radius: 10px;
  border: none;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 1199px) {
  .footer-bot {
    background-color: #001a72;
    padding: 20px;
    width: 100%;
  }

  .fabs {
    position: relative;
    margin: 0 auto;
  }
}
.bot-chat {
  text-align: center;
  display: table-caption;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .bot-chat {
    width: 100%;
    display: block;
  }
}
.bot-chat .bot {
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media (min-width: 1199px) {
  .bot-chat .bot {
    background-image: url("../img/bot-desktop.png");
    width: 135px;
    height: 105px;
    float: right;
  }
}
@media (max-width: 1199px) {
  .bot-chat .bot {
    background-image: url("../img/bot-mobile.png");
    width: 201px;
    height: 75px;
  }
}

.banner {
  background-color: #001a72;
  padding: 30px;
}
.banner .swiper-container {
  width: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
}
.banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.banner .swiper-container .swiper-pagination {
  text-align: right;
  padding-right: 50px;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #f7df00;
}
.banner .swiper-container .swiper-button-next.swiper-button-disabled,
.banner .swiper-container .swiper-button-prev.swiper-button-disabled {
  color: #999;
}
.banner .swiper-container .swiper-button-next,
.banner .swiper-container .swiper-button-prev {
  background: #fff;
  padding: 20px;
}
.banner .swiper-container .swiper-button-next:after,
.banner .swiper-container .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
}

.pag-sobre {
  background: #f3c63a url("/siga/assets/img/3-desktop.jpg?v2");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 450px;
}

.pag-rever {
  background: #f3c63a url("/siga/assets/img/4-desktop.jpg?v2");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 530px;
}

.pag-avalie {
  background: #f3c63a url("/siga/assets/img/5-desktop.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 500px;
}

@media (min-width: 1400px) {
  .pag-sobre {
    background-position: 48% 420px;
  }

  .pag-rever {
    background-position: 55% 400px;
  }

  .pag-avalie {
    background-position: 50% 420px;
  }
}
@media (max-width: 1366px) and (min-width: 1280px) {
  .pag-sobre, .pag-rever {
    background-position: 15% 150px;
  }
  .pag-sobre main, .pag-rever main {
    max-width: 600px;
    position: absolute;
    right: 10vw;
    top: 15vw;
    height: auto;
  }

  .pag-avalie {
    background-position: 15% 150px;
  }
  .pag-avalie main {
    max-width: 600px;
    position: absolute;
    right: 10vw;
    top: 15vw;
    height: auto;
  }
}
@media (max-width: 320px) {
  .pag-avalie {
    background-position: 5px 700px;
    background-size: 300px;
    margin-bottom: 500px;
  }
}
@media (min-width: 321px) and (max-width: 414px) {
  .pag-sobre {
    background-size: 350px;
    margin-bottom: 650px;
  }

  .pag-rever {
    background-size: 400px;
    margin-bottom: 650px;
  }

  .pag-avalie {
    background-size: 350px;
    margin-bottom: 550px;
  }
}
@media (min-width: 415px) and (max-width: 810px) {
  .pag-sobre {
    background-position: center bottom;
    background-size: 350px;
    margin-bottom: 650px;
  }

  .pag-rever {
    background-position: center bottom;
    background-size: 430px;
    margin-bottom: 650px;
  }

  .pag-avalie {
    background-position: center bottom;
    background-size: 330px;
    margin-bottom: 550px;
  }
}
@media (min-width: 810px) and (max-width: 1279px) {
  .pag-sobre {
    background-position: 45% 500px;
    background-size: 450px;
    margin-bottom: 600px;
  }

  .pag-rever {
    background-position: 55% 500px;
    background-size: 450px;
    margin-bottom: 600px;
  }

  .pag-avalie {
    background-position: 50% 450px;
    background-size: 450px;
    margin-bottom: 500px;
  }
}
.avalie .text-blue-dark {
  text-align: right;
  margin-top: 25px;
}
@media (max-width: 375px) {
  .avalie .text-blue-dark {
    text-align: center;
  }
}
@media (min-width: 414px) {
  .avalie .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.stars {
  background: url("/siga/assets/img/stars.png") repeat-x 0 0;
  width: 150px;
  margin: 20px 0;
}
@media (max-width: 375px) {
  .stars {
    margin: 20px auto;
  }
}
.stars input[type=radio] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.stars input[type=radio].star-5:checked ~ span {
  width: 100%;
}
.stars input[type=radio].star-4:checked ~ span {
  width: 80%;
}
.stars input[type=radio].star-3:checked ~ span {
  width: 60%;
}
.stars input[type=radio].star-2:checked ~ span {
  width: 40%;
}
.stars input[type=radio].star-1:checked ~ span {
  width: 20%;
}
.stars label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent !important;
  cursor: pointer;
}
.stars label:hover ~ span {
  background-position: 0 -30px;
}
.stars label.star-5:hover ~ span {
  width: 100% !important;
}
.stars label.star-4:hover ~ span {
  width: 80% !important;
}
.stars label.star-3:hover ~ span {
  width: 60% !important;
}
.stars label.star-2:hover ~ span {
  width: 40% !important;
}
.stars label.star-1:hover ~ span {
  width: 20% !important;
}
.stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url("/siga/assets/img/stars.png") repeat-x 0 -60px;
  -webkit-transition: -webkit-width 0.5s;
  -moz-transition: -moz-width 0.5s;
  -ms-transition: -ms-width 0.5s;
  -o-transition: -o-width 0.5s;
  transition: width 0.5s;
}

.badge {
  background-color: #777;
}
.m-badge.m-badge--success {
  background-color: #34bfa3;
  color: #fff;
}
.m-badge.m-badge--info {
  background-color: #36a3f7;
  color: #fff;
}
.m-badge.m-badge--danger {
  background-color: #f4516c;
  color: #fff;
}
.m-badge {
  border-radius: 10px !important;
  background: #eaeaea;
  color: #444;
  font-size: 12px;
  font-weight: 500;
  min-height: 20px;
  min-width: 20px;
  text-align: center;
  padding: 1px 10px;
}

.m-badge-top { margin-top: 25px; }

.badge {
  font-size: 11px!important;
  font-weight: 300;
  height: 18px;
  color: #fff;
  padding: 3px 6px;
  -webkit-border-radius: 12px!important;
  -moz-border-radius: 12px!important;
  border-radius: 12px!important;
  text-shadow: none!important;
  text-align: center;
  vertical-align: middle;
}

.badge-primary {
  background-color: #337ab7;
}

.delay-1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay-2 {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.delay-3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay-4 {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.delay-5 {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.delay-6 {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}

.delay-7 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.delay-8 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.delay-9 {
  -webkit-animation-delay: 1.55s;
  animation-delay: 1.55s;
}

.delay-10 {
  -webkit-animation-delay: 1.95s;
  animation-delay: 1.95s;
}

/*# sourceMappingURL=style.css.map */
