@import url("//fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
html,
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px; }

a {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease; }

.container {
  max-width: 1020px; }

.container-fluid {
  padding-right: 60px;
  padding-left: 60px; }

#conteudo {
  padding-top: 30px; }

.homeDestaque {
  position: relative;
  margin-top: -30px;
  width: 100%;
  height: 100vh;
  height: calc(100dvh - 56px - 150px);
  display: flex;
  overflow: auto;
  flex-direction: column;
  align-items: end; }
  .homeDestaque .imgFundo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0; }
    .homeDestaque .imgFundo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center; }
  .homeDestaque .texto {
    margin-top: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    background-color: rgba(24, 48, 100, 0.6); }
  .homeDestaque .link {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #183064;
    border-bottom: 1px solid #183064;
    text-align: center; }
  .homeDestaque .logos {
    width: 100%;
    margin-bottom: 20px;
    text-align: center; }
    .homeDestaque .logos img {
      width: 100%;
      max-width: 400px; }
  .homeDestaque > div {
    position: relative; }

.imgTopo {
  position: relative;
  height: 380px;
  color: #ffffff;
  text-align: left;
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 700;
  margin-top: -30px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 767px) {
    .imgTopo {
      height: 250px;
      font-size: 28px;
      font-size: 1.75rem; } }

.embeddedContent {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embeddedContent iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embeddedContent::before {
  content: ' ';
  position: relative;
  display: block;
  padding-top: 56.25%; }

#slide_galeria_2 {
  margin-top: -30px; }

.carousel-fullscreen .carousel-item {
  height: calc(100vh - 206px);
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .carousel-fullscreen .carousel-item .legenda {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end; }
    .carousel-fullscreen .carousel-item .legenda > div {
      width: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: center;
      border-top: 1px solid #183064;
      border-bottom: 1px solid #183064;
      margin-bottom: 100px; }

.carousel-fullscreen.one .carousel-indicators,
.carousel-fullscreen.one .carousel-control-next,
.carousel-fullscreen.one .carousel-control-prev {
  display: none; }

.btn.loading .loader {
  display: inline-block; }

.btn-spinner {
  color: #8e8e8e;
  padding-left: 0px;
  padding-right: 0px;
  min-width: 20px; }

.btn-primary {
  background-color: #183064;
  color: #ffffff;
  border-color: #183064; }

.btn-primary:hover {
  background-color: #ffffff;
  color: #183064;
  border-color: #183064; }

.btn-link {
  padding-left: 0px;
  color: #183064; }

.btn-link:hover {
  color: #000000;
  text-decoration: none; }

.fv-plugins-bootstrap:not(.form-inline) label ~ .fv-plugins-icon {
  top: 24px; }

.custom-control .fv-plugins-icon {
  display: none; }

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: currentColor !important; }

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: currentColor !important;
  color: currentColor !important; }

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff; }

#cookieAlert {
  position: fixed;
  left: 0px;
  width: 100%;
  bottom: 0px;
  background-color: #ffffff;
  border-top: 5px solid #000000;
  color: #000000;
  font-size: 12px;
  padding: 20px 5px;
  z-index: 1030;
  text-align: left; }
  #cookieAlert a:not(.btn) {
    text-decoration: underline;
    color: #000000;
    cursor: pointer; }
  #cookieAlert a:hover {
    text-decoration: none; }

.dropdown-menu {
  margin-top: 0; }

.dropdown-menu .dropdown-toggle::after {
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent; }

.dropdown-menu .dropdown .dropdown-menu {
  left: 100%;
  top: 0%; }

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd; }

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
  outline-color: transparent;
  outline-width: 0;
  outline-style: none;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0); }

#menuTopo {
  position: relative;
  background-color: #183064;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 60px;
  padding-left: 60px;
  width: 100%; }
  #menuTopo .navbar-brand img {
    width: 360px; }
  #menuTopo .nome {
    margin-left: auto;
    font-weight: 700;
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 1px; }
  #menuTopo .menuLinguas {
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 5px;
    position: relative; }
    #menuTopo .menuLinguas a.dropdown-toggle {
      color: #ffffff; }
    #menuTopo .menuLinguas a.dropdown-toggle:hover {
      color: #8e8e8e;
      text-decoration: none; }

footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #3f4f66;
  color: #ffffff; }
  footer .copyC {
    font-size: 13px;
    font-size: 0.8125rem; }
  footer .social a {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-color: #ffffff;
    color: #3f4f66;
    margin-right: 3px;
    border-radius: 50%;
    text-align: center; }
  footer .social a:hover {
    background-color: #183064;
    color: #ffffff; }

.candidaturaC {
  margin-top: 30px; }
  .candidaturaC a:not(.btn) {
    color: #183064;
    text-decoration: underline; }
  .candidaturaC a:not(.btn):hover {
    text-decoration: none; }
  .candidaturaC .nav-tabs {
    border-top: 1px solid #183064;
    border-bottom: 1px solid #183064;
    margin-bottom: 50px; }
    .candidaturaC .nav-tabs .nav-link {
      border: 0px;
      border-bottom: 3px solid transparent;
      border-top: 3px solid transparent;
      border-radius: 0px;
      background-color: transparent;
      color: #8e8e8e;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease;
      cursor: default; }
    .candidaturaC .nav-tabs .nav-item.show .nav-link,
    .candidaturaC .nav-tabs .nav-link.active {
      color: #183064;
      background-color: transparent;
      border-bottom-color: #183064; }
  .candidaturaC label {
    color: #183064;
    font-weight: 700;
    margin-bottom: 0px; }
  .candidaturaC .divObg {
    margin-top: 30px;
    border-bottom: 1px solid #183064;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 0.875rem; }
  .candidaturaC .template {
    border-bottom: 1px solid #183064;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  .candidaturaC #linguaTemplate {
    border-top: 1px solid #183064;
    padding-top: 15px;
    margin-top: 5px; }
  .candidaturaC .politica {
    border-top: 1px solid #183064;
    padding-top: 15px;
    margin-top: 5px; }
  .candidaturaC #linguaTemplate .btRemoverLingua,
  .candidaturaC #experienciaTemplate .btRemoverExperiencia,
  .candidaturaC #docenteTemplate .btRemoverDocente,
  .candidaturaC #formacaoTemplate .btRemoverFormacao {
    display: none; }
  .candidaturaC #docenteDisciplinasEC {
    display: none;
    border: 1px solid #183064;
    padding: 20px;
    margin-bottom: 30px; }

/*@import 'conteudos/historiaTimeline';
@import 'conteudos/programas';
@import 'conteudos/associados';
@import 'conteudos/noticias';
@import 'conteudos/cliente';
@import 'conteudos/produtos';*/
/*@import 'conteudos/encomenda';*/

/*# sourceMappingURL=layout.css.map */
