#increase-font a {
  text-decoration: none;
  color: #FFFFFF;
}

#decrease-font a {
  text-decoration: none;
  color: #FFFFFF;
}


/* ..................................................................................................... */

/* ALTO CONTRASTE */

.contrast, .contrast nav, .contrast div, .contrast li, .contrast ol, .contrast header, .contrast footer, .contrast section, .contrast main, .contrast aside, .contrast article {
  background: black !important;
  color: white !important;
}

.contrast h1, .contrast h2, .contrast h3, .contrast h4, .contrast h5, .contrast h6, .contrast p, .contrast label, .contrast strong, .contrast em, .contrast cite, .contrast q, .contrast i, .contrast b, .contrast u, .contrast span {
  color: white !important;
}

.contrast a {
  color: yellow !important;
}

.contrast button, .contrast input[type=button], .contrast input[type=reset], .contrast input[type=submit] {
  background: black !important;
  color: yellow !important;
  border: none !important;
}

.contrast input[type=text], .contrast input[type=password], .contrast input[type=url], .contrast input[type=search], .contrast input[type=email], .contrast input[type=tel], .contrast input[type=date], .contrast input[type=month], .contrast input[type=week], .contrast input[type=datetime], .contrast input[type=datetime-local], .contrast textarea, .contrast input[type=number] {
  background: black !important;
  border: 1px solid white !important;
  color: white !important;
}

.contrast img.on-contrast-force-gray {
  filter: grayscale(100%) contrast(120%);
}

.contrast img.on-contrast-force-white {
  filter: brightness(0) invert(1);
}


#form_buscar_editais .dropdown-toggle {
  background: white !important;
  border-color: #CCC !important;
}

#form_buscar_editais .dropdown-toggle:focus{
  color: #495057 !important;
    background-color: #fff !important;
    border-color: #80bdff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%) !important;
}

.links-internos a {
  color: #2a6f93 !important;
  font-size: 1.0rem;
}

.data-internos {
  color: #2a6f93 !important;
  font-size: 1.0rem;
}

.links-internos-2 a {
  color: #2a6f93 !important;
  font-style: italic;
}

.links-internos-2 .material-icons {
  margin-left: 1rem;
  color: #559659;
}

/* Estilo Sticky Menu Fixed Top after Scroll */

.header-top {
  height: 30px;
  background-color: #f7f7f7;
  width: 100%;
}

.social-midia img {
  margin-right: 10px;
}

.links-gov a {
  margin-left: 5px;
}

.links-gov a:hover {
  color: #3E8843;
  text-decoration: none;
}

#header-scroll-interno {
  /*display: none;*/
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  margin-top: 0;
  background: #f7f7f7;
  padding: 0;
}
#header-scroll {
    display: none;
}

@media only screen and (min-width: 768px) {
  #header-scroll {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    margin-top: 0;
    background: #f7f7f7;
    padding: 0;
  }
}

.links-menu-gov {
  /*height: 40px;*/
  background-color: #f7f7f7;
  position: relative;
}

@media only screen and (max-width: 576px) {
  .logo-mobile {
    /*display: inline !important;*/
    width: 80% !important;
  }
}

@media only screen and (min-width: 768px) {
  .desktop-hide {
    display: none !important;
  }
}



.img-responsive.brasao_img {
}



.img-responsive.brasao_img {
}

@media only screen and (max-width: 576px) {
  .navbar.navbar-dark.navbar-expand-md.sticky-top.bg-dark {
    position: fixed;
  }
}

body {
  font-family: 'Roboto', Arial, sans-serif;
  color: #2a6f93;
  font-size: .7rem;
}

@media only screen and (max-width: 576px) {
  body {
    /*padding-top: 50px;*/
  }
}

/* Barra de Acessibilidade */

.acessilidade {
  background-color: #f7f7f7;
  height: 25px;
}

.menu-access {
  font-size: .8rem;
  color: #707070;
}

.menu-access a {
  text-decoration: none;
  color: #707070;
}

.btn-atalho-teclado {
  margin-left: 3px;
  margin-right: 4px;
  background-color: #707070;
}

.menu-gov {
  text-transform: uppercase;
  margin-top: 25px;
  color: #707070;
}

.menu-gov a {
  color: #707070;
  text-decoration: none;
}

.menu-gov a:hover {
  color: #2a6f93;
  text-decoration: none;
}

.menu-gov img {
  height: 15px;
  margin-right: 3px;
}

.busca-topo.form-inline.form-topo input {
  width: 500px !important;
}

.busca-topo.form-control {
  min-width: 300px !important;
}

.busca-topo-scroll input {
  width: 300px;
  background-color: #FFF;
  /*height: 35px;*/
  font-family: Roboto, sans-serif;
  color: #707070;
  font-size: 14px;
  padding: 10px;
  border: none;
  /*border: 2px solid #ddd !important;*/
  border-radius: 5px;
}

/* Personalização PlaceHolder Input Search */

.busca-topo input::-webkit-input-placeholder {
  font-size: 0.9rem !important;
}

.busca-topo input::-moz-placeholder {
  font-size: 0.9rem !important;
}

.busca-topo input::-ms-input-placeholder {
  font-size: 0.9rem !important;
}

.busca-topo-scroll input::-moz-placeholder {
  font-size: 0.9rem !important;
}

.busca-topo-scroll input::-webkit-input-placeholder {
  font-size: 0.9rem !important;
}

.busca-topo-scroll input::-ms-input-placeholder {
  font-size: 0.9rem !important;
}

/* Fim da Personalização do PlaceHolder */

.menu-gov span {
  border-right: solid 2px #707070;
  margin-left: 10px;
}

/* Menu Principal */

.nav-link > img {
  height: 20px;
  margin-right: 8px;
}

.navbar-home {
  background-image: linear-gradient(to right, #57a15f 65%, #56a061 79%, #479071 91%, #2a6f93 140%);
  font-size: 1.3em;
}

.swiper-button-prev {
  background-image: url(../../assets/img/seta-ant.svg) !important;
}

.swiper-button-next {
  background-image: url(../../assets/img/seta-prox.svg) !important;
}

/* section - slider campanhas */

.simple-slider {
}

/* section - menu atalhos mais acessados */

.menu-atalhos-mobile {
  justify-content: center;
  /*background: #f7f7f7;*/
  background: linear-gradient(to right, rgba(85,150,89,1) 17%, rgba(79,145,97,1) 50%, rgba(72,139,106,1) 85%, rgba(42,111,147,1) 100%);
}

.menu-atalhos {
  display: flex;
  justify-content: center;
  background: rgb(85,150,89);
  background: linear-gradient(to right, rgba(85,150,89,1) 17%, rgba(79,145,97,1) 50%, rgba(72,139,106,1) 85%, rgba(42,111,147,1) 100%);
  position: relative;
  height: 145px;
}

.menu-atalhos div {
  text-align: center;
}

.menu-atalhos h1 {
  font: 700 1.0em 'Roboto';
  color: #F6FFB4;
  text-align: center;
  text-transform: uppercase;
}

.menu-atalhos-mobile h1 {
  font: 700 1.0em 'Roboto';
  color: #F6FFB4;
  text-align: center;
  text-transform: uppercase;
}

.menu-atalhos a {
  text-decoration: none;
  margin: auto 0;
}

.menu-atalhos-mobile a {
  text-decoration: none;
  margin: auto 0;
}

#items {
  display: flex;
  align-items: center;
}

.btn-item {
  border-radius: 5px;
  margin: 0 5px;
  border: solid 1px;
  border-color: #4f8d53 !important;
}

.btn-item:hover {
  background: linear-gradient(to bottom right,#559659 26%, #2a6f93 115%);
}

.btn-item:nth-child(odd) {
  background: rgb(85,150,89);
  background: linear-gradient(to bottom right,#559659 26%, #2a6f93 115%);
  border: none;
}

.btn-item:hover:nth-child(odd) {
  background: rgb(85,150,89);
  border-radius: 5px;
  margin: 0 5px;
  border: solid 1px;
  border-color: #4f8d53 !important;
}

.menu-atalhos-block {
  display: flex;
  justify-content: center;
  min-width: 110px;
  padding: 10px;
  min-height: initial;
}

.menu-atalhos-block img {
  height: 50px;
}

/* section - noticias */

.bg-noticia-overlay2 {
  background: url("http://portal.unemat.br/fotos/01112019105427.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  height: 240px;
}

.bg-noticia-overlay {
  background: url("http://portal.unemat.br/fotos/01112019105427.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  height: 500px !important;
  padding-top: 50px;
  position: relative;
}

.pd-bt {
}

.bg-noticia-overlay:hover {
}

.noticias {
  background: #ffffff;
  margin-bottom: 30px;
}

.title-noticias {
  padding-top: 30px;
  padding-bottom: 20px;
}

.veja-todas a {
  padding-left: 15px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  color: #2a6f93;
  text-decoration: none;
  border-left: solid 2px #707070;
  margin-left: 15px;
  text-transform: none;
  vertical-align: middle;
}

.veja-mais {
  margin: auto 0;
  min-width: 140px;
  text-align: center;
  display: flex;
  border-left: solid 2px #707070;
}

.veja-mais a {
  padding-left: 15px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  color: #2a6f93;
  text-decoration: none;
}

.ver-todos {
  margin: auto 0;
  min-width: 140px;
  text-align: center;
  display: flex;
  margin-top: 10px;
}

.ver-todos a {
  padding-right: 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #559659;
  text-decoration: none;
}

.title-noticias h1 {
  font-weight: bold;
  color: #489953;
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 30px;
}

.noticia-destaque {
  position: relative;
}

.noticia-destaque, .noticia-outras {
  position: relative;
}

.texto-noticia {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(transparent, black);
  padding: 20px;
}

.texto-noticia2 {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(transparent, black);
  padding: 20px;
}

.texto-noticia p {
  font: 700 1.0em 'Roboto';
  color: #F6FFB4;
  text-transform: uppercase;
  margin: 0;
}

.noticia-outras p {
  font: 700 1.0em 'Roboto';
  color: #F6FFB4;
  text-transform: uppercase;
  margin: 0;
}

.texto-noticia h1 {
  font: 700 2.4em 'Roboto';
  color: #FFFFFF;
  margin: 0;
}

.texto-noticia h1 a {
  color: #FFFFFF;
  margin: 0;
}

.noticia-outras h6 {
  font: 700 1.4em 'Roboto';
  color: #ffffff;
  margin: 0;
}

.noticia-outras h6 a {
  color: #ffffff;
  margin: 0;
}

#linha-noticias .col-3:not(:last-child) {
  /*padding: 0 10px;*/
}

.noticia-outras:last-child {
  /*bottom: 0;*/
  align-items: baseline;
}

.mg-bt20 {
  margin-bottom: 20px;
}

.not-ht {
  height: 250px;
}

/* mais noticias */

.col-md-3 a{   /* Remove o Sublinhado */
    text-decoration: none !important;
}

a{
    text-decoration: none !important;
}

.mais-noticias {
  background-image: linear-gradient(117deg, #559659 45%, #2a6f93 113%);
  height: 60px;
  padding-top: 10px;
}

.lista-mais-noticias {
  padding: 12px;
}

.lista-mais-noticias:nth-child(even) {
  background-color: #F7F7F7;
}

.mais-noticias h1 {
  font-weight: bold;
  color: #fcfffc;
  text-transform: uppercase;
  font-size: 25px;
}

.data-noticia {
  background-color: #2A6F93;
  text-align: center;
  margin: auto 0;
  padding: 8px 12px;
  color: #fff;
  border-radius: 6px;
}

.data-noticia h1 {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.detalhe-noticia {
  margin-left: 5px;
}

.detalhe-noticia h1 {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0;
}

.detalhe-noticia h2 {
  font: 600 1rem 'Roboto';
  color: gainsboro;
  margin: 0;
}

/* listagem editais */

.editais {
}

.editais {
  background-color: #f7f7f7;
  padding-bottom: 30px;
}

.box-edital {
  padding: 10px 12px;
  background-color: #fff;
  margin-right: -15px;
  margin-bottom: 10px;
}

.box-edital h1 {
  color: #2A6F93;
  margin-bottom: 0;
  font: 500 1rem 'Roboto';
  margin: 0;
  font-weight: bold;
}

.box-edital h2 {
  text-align: left;
  font: 400 1rem 'Roboto';
  margin: 0;
  color: #707070;
}
.box-edital a{        /* Remove o Sublinhado */
    text-decoration: none !important;
}
.status-edital {
  padding-top: 5px;
}

.status-edital h4 {
  padding: 5px 8px;
  font: 500 .8rem 'Roboto';
  background-color: #2A6F93;
  border-radius: 12px;
  color: #fff;
  display: block;
}

.status-edital span {
  padding: 5px 8px;
  font: 500 .8rem 'Roboto';
  background-color: #2A6F93;
  border-radius: 12px;
  color: #fff;
  display: block;
}

/* section - unemat numeros */

.bg-gradient {
  background: linear-gradient(to right, #57a15f 65%, #56a061 79%, #479071 91%, #2a6f93 140%);
}

.pd-section {
  padding-top: 40px;
  padding-bottom: 20px;
}

.title-count {
  font-size: 3.0rem;
  color: #F6FFB4;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
}

.count-text {
  font-size: 1rem;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0;
}

.count-text2 {
  font-size: 0.8rem;
  color: #F6FFB4;
  font-style: italic;
  margin: 0;
}

.count-unemat img {
  height: 120px;
}

/* Section Vida no Campus */

.box {
  overflow: hidden;
  position: relative;
}

.box img:hover {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

.box img {
  width: 100%;
  border-radius: 2px;
  -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
  -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
  -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
  -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
  transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

.destaque {
  padding: 20px;
}

.gal-item {
  overflow: hidden;
  padding: 0px;
}

.gal-item .box {
  height: 100%;
  overflow: hidden;
}

.box img {
  height: 100%;
  width: auto;
  object-fit: cover;
  padding: 5px;
  margin: 0px;
}

/* section videos */

.bg-cinza {
  background: #f7f7f7;
}

.pd-bt {
  padding-bottom: 50px;
  padding-top: 10px;
}

.list-video {
  background: #FFF;
}

.section-videos h1 {
  color: #559659;
  font: 500 1.3rem 'Roboto';
  font-weight: bold;
}

.section-videos h5 {
  color: #707070;
  margin-bottom: 0;
  font: 500 1.1rem 'Roboto';
  margin: 0;
}

/* section editora e producoes */

.listar-mais .p-2 a{  /* Remove o Sublinhado*/
    text-decoration: none !important;
}

.div-texto-desc {
  margin-left: 5px;
}

.div-texto-desc h1 {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0;
}

.listar-mais:nth-child(2n + 1) {
  background-color: #F7F7F7;
}

.div-texto-desc h5 {
  font-size: 1.0rem;
  margin: 0;
}
/* Links Úteis*/

.section-videos a{  /* Remove o Sublinhado */
    text-decoration: none !important;
}

/* Fale conosco */

.bg-form {
  background: #FAFAFA !important;
}

/* css input placeholder */

::placeholder {
  color: #707070 !important;
  font: 300 1.3rem 'Roboto' !important;
}

select {
  color: #707070 !important;
  font: 300 1.3rem 'Roboto' !important;
}

/* fim placeholder */

.btn-enviar {
  background-color: #2A6F93 !important;
  border: none;
}

.rede-icon {
  height: 70px;
  padding-top: 10px;
  padding-right: 10px;
}

.rede-icon-internas {
  height: 45px;
  padding-top: 10px;
  /*padding-right: 10px;*/
  margin-left: 5px;
}

.pd-top {
  padding-top: 80px;
}

.endereco h5 {
  font: 400 1.3rem 'Roboto';
  margin: 0;
  color: #707070;
}

/* section rodape */

.status-edital h5 {
  margin: auto 0;
  color: #489953;
  font: 500 .6rem 'Roboto';
}

html {
  scroll-behavior: smooth;
}

/* Paginação */

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #3E8843;
  border-color: #3E8843;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #3E8843;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #3E8843;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.badge-success {
  color: #fff;
  background-color: #3E8843;
}

.title-color {
  color: #489953;
}

.bg-gradient-pro-reitoria {
  background: linear-gradient(to right, #2A6F93 35%, #317689 49%, #3D8179 81%, #559659 110%);
}

.documents-reitoria .card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #2A6F93;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.text-success {
  color: #489953 !important;
}

.btn-success {
  color: #fff;
  background-color: #489953;
  border: none;
}


.section-google-maps iframe {
    pointer-events: none;
}

 /* Google Tradutor*/
.goog-te-gadget {
    display: none;
}
.barra-idiomas .dropdown-menu{
    z-index: 1100;
    font-size: 10pt;
}
.barra-idiomas .dropdown-menu p{
    text-align: center;
    margin-bottom: 2px;
}
.barra-idiomas .dropdown-menu img{
    width: 24px;
    height: 16px;
}
.skiptranslate{
    display: none;
}

.goog-te-banner-frame {
    display: none !important;
}
body {
    position: static !important;
    top: 0 !important;
}

.card-body .active {
    font-weight: bold;
    color: #57a15f !important;
}
.card-body .active .spinner{
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 3px;
}


/* FIM */


.titulo-bloco-collapse {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #2A6F93;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.badge-status {
    font-size: 0.75rem !important;
    font-weight: normal !important;
}
.filtros label{
    margin-bottom: 0 !important;
}
.form-control-filtro {
    font-size: 1rem !important;
    padding: 2px 6px !important;
    height: 1.75rem !important;
    color: inherit !important;
}
.calendario {
  margin-top: 20px;
}

body {
  /*margin-top: 3%;*/
}

.calendar, .calendar_weekdays, .calendar_content {
  max-width: 300px;
}

.calendar {
  margin: auto;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
}

.calendar_content, .calendar_weekdays, .calendar_header {
  position: relative;
  overflow: hidden;
}

.calendar_weekdays div {
  display: inline-block;
  vertical-align: top;
}

.calendar_weekdays div, .calendar_content div {
  width: 14.28571%;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
  color: #6f6f6f;
  font-size: 14px;
}

.calendar_content div {
  border: 1px solid transparent;
  float: left;
}

.calendar_content div:hover {
  border: 1px solid #dcdcdc;
  cursor: default;
}

.calendar_content div.blank:hover {
  cursor: default;
  border: 1px solid transparent;
}

.calendar_content div.past-date {
  color: #d5d5d5;
}

.calendar_content div.today {
  font-weight: bold;
  font-size: 14px;
  color: #87b633;
  border: 1px solid #dcdcdc;
}

.calendar_content div.selected {
  background-color: #f0f0f0;
}

.calendar_header {
  width: 100%;
  text-align: center;
}

.calendar_header h2 {
  padding: 0 10px;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #57A15F;
  float: left;
  width: 70%;
  margin: 0 0 10px;
}

button.switch-month {
  background-color: transparent;
  padding: 0;
  outline: none;
  border: none;
  color: #dcdcdc;
  float: left;
  width: 15%;
  transition: color .2s;
}

button.switch-month:hover {
  color: #57A15F;
}


/* CSS Dropdown Menu */

.navbar-home .navbar-dark .navbar-nav .nav-link {
  color: rgb(255,255,255);
}

.dropdown-menu-principal li a:hover {
  background-color: #f5f5f5;
}

.hover-menu-principal a:hover {
  background-color: rgba(72,139,106,1);
  border-radius: .4rem;
}

.dropdown-menu-principal {
  border: none;
}

.dropdown-menu-principal .dropdown-item {
  color: #57a160 !important;
  text-transform: uppercase;
  padding: 10px 15px 10px 15px;
  font-size: .8rem;
}

.dropdown-menu-principal li a:hover {
  background-color: #f5f5f5!important;
  border-radius: 0 !important;
}

.dropdown-menu-principal li a:visited {
  color: #ffffff;
}

.dropdown-menu-scroll li a {
  color: #57a160 !important;
  text-transform: uppercase;
  padding: 10px 15px 10px 15px;
  font-size: .8rem;
}

.dropdown-menu-scroll li a:hover {
  background-color: #f5f5f5 !important;
  border-radius: 0 !important;
}

.dropdown-submenu > a:after {
  content: "\f0da";
  float: right;
  border: none;
  font-family: FontAwesome;
  box-sizing: border-box;
  display: inline-block;
  /*vertical-align: .255em;*/
  margin-top: 6px;
}

/* Fim Estilo DopDrown */


/* Ocultar Div Iframe Google Maps */

iframe .i4ewOd-pzNkMb-haAclf {
  background-color: #559659;
  display: none;
}

@media only screen and (max-width: 576px) {
  .footer-dark {
    display: none !important;
  }
}

.footer-dark {
  padding: 50px 0;
  color: #ffffff !important;
  background-color: #559659;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social > a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}

.copy {
  background: #3E8843;
  padding: 20px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  /*background-color: #3E8843;*/
  color: white;
  cursor: pointer;
  padding: 15px;
  font-size: 18px;
}

@media only screen and (max-width: 576px) {
  .footer-dark {
    display: none !important;
  }
}

@media only screen and (max-width: 576px) {
  #gotop {
    display: none !important;
  }
}


.main-galeria * {
  box-sizing: border-box;
}

.main-galeria {
  background-color: #f1f1f1;
  padding: 20px;
}

.main-galeria {
  max-width: 1000px;
  margin: auto;
}

.main-galeria h4 {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 5px;
}

.main-galeria p {
  font-size: 1em;
  color: #707070;
}

.row-galeria {
  margin: 10px -16px;
}

.row-galeria, .row-galeria > .column-galeria {
  padding: 8px;
}

.column-galeria {
  float: left;
  width: 33.33%;
  display: none;
}

.row-galeria:after {
  content: "";
  display: table;
  clear: both;
}

.content-galeria {
  background-color: white;
  padding: 10px;
}

.show-galeria {
  display: block;
}

.btn-galeria {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
}

.btn-galeria:hover {
  background-color: #ddd;
}

.btn-galeria.active {
  background-color: #2a6f93;
  color: white;
}


.espacamento {
  padding: 30px;
}

.font-weight-normal {
  color: #57A15F !important;
}

.text-chapeu {
  text-align: justify;
  font: 400 0.9rem 'Roboto';
  margin: 0;
  color: #707070;
  margin-bottom: 5px;
}

.text-chapeu a {
  text-align: justify;
  font: 400 0.9rem 'Roboto';
  margin: 0;
  color: #707070;
  margin-bottom: 5px;
}

.bloco-lista-not h5 {
  color: #489953;
  margin-left: 10px;
  text-align: justify;
}

.bloco-lista-not {
  margin: 0;
}

.busca-interno input {
  width: 320px;
  background-color: #FFF;
  height: 35px;
  font-family: Roboto, sans-serif;
  color: #707070;
  font-size: 14px;
  padding: 10px;
  border: 2px solid #ddd !important;
}

.texto-padrao-interno {
  text-align: justify;
  font: 400 1rem 'Roboto';
  margin: 0;
  color: #707070;
}

.texto-padrao-interno-titulo {
  text-align: justify;
  font: 400 1rem 'Roboto';
  margin: 0;
  color: #000000;
  /* color: #707070; cor antiga texto */
}

.texto-padrao-interno a {
  text-align: justify;
  font: 400 1rem 'Roboto';
  margin: 0;
  color: #707070;
}

.texto-verde {
  color: #489953;
}

.texto-verde a {
  color: #489953;
}

.titulo-interno-minusculo {
  font-weight: bold;
  color: #489953;
  margin-right: 20px;
  font-size: 1.5rem;
}

.titulo-padrao-interno2 {
  color: #FFF;
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 1rem;
}

.titulo-padrao-interno {
  font-weight: bold;
  color: #489953;
  /*text-transform: uppercase;*/
  margin-right: 20px;
  font-size: 30px;
}

.borda-inferior-titulos {
  border-bottom: solid 2px;
  width: 100%;
}

.content {
  /*padding-top: 60px;*/
  margin-top: 10px;
}

/* Breadcrumbs */

.breadcrumb-interno2 {
  background-color: #f7f7f7 !important;
  margin-bottom: 0;
}

.breadcrumb-interno {
  background-color: #f7f7f7 !important;
  margin-top: 85px;
  margin-bottom: 0;
}

.breadcrumb {
  color: #707070;
  background-color: #f7f7f7 !important;
  margin-bottom: 0px;
}

.breadcrumb a {
  color: #707070;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #2a6f93;
  text-decoration: none;
}

.breadcrumb img {
  padding-right: 5px;
  height: 15px;
  margin-bottom: 2px;
}

/* Menu Interno */

#menu-interno {
  /*word-wrap: break-word;*/
  /*text-align: left;*/
  /*overflow: hidden;*/
}

#menu-interno li a {
  color: #FFFFFF;
  text-decoration: none;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 0.9rem;
}

#tracejado {
  border-bottom: dashed 1px;
  margin: 5px;
}

#menu-interno li a:hover {
  color: #559659;
  text-decoration: none;
  background-color: #F7F7F7;
  text-transform: uppercase;
}

#menu-interno {
  border-radius: 10px !important;
  color: #FFFFFF !important;
  background-image: linear-gradient(to bottom, #2a6f93 -15%, #4b8d67 52%, #559659 82%);
}

#title-menu {
  font-size: 1.2rem !important;
  font-weight: bold;
  color: #ffffff;
  background-color: #2a6f93;
}

.setinha::after {
  display: inline-block;
  /*margin-left: .255em;*/
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  float: right !important;
  margin-top: 5px;
}

.card-body ol {
  color: #2a6f93;
  font-size: 1.5em;
}

/* Personalização PlaceHolder Input Search */

.icon-form input::-webkit-input-placeholder {
  /*font-style: italic !important;*/
  font-size: 0.9rem !important;
  padding-left: 15px;
}

.icon-form input::-moz-placeholder {
  /*font-style: italic !important;*/
  font-size: 0.9rem !important;
  padding-left: 15px;
}

.icon-form input::-ms-input-placeholder {
  /*font-style: italic !important;*/
  font-size: 0.9rem !important;
  padding-left: 15px;
}

.input-icon i {
  position: absolute;
  left: 0;
  top: 0px;
  padding: 9px 8px;
  color: #aaa;
  transition: 0.3s;
}

.bg-light-2 {
  background: #ADADAD;
}

.car {
  background: #adadad;
}


.map-clean {
  color: #313437;
  background-color: #fff;
}

.map-clean p {
  color: #7d8285;
}

.map-clean h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .map-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.map-clean .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px;
}

.map-clean iframe {
  background-color: #eee;
}


.menu-pro-reitorias .list-group-item.active {
  /*z-index: 2;*/
  color: #fff;
  background-color: #559659;
  border-color: #559659;
  font-size: 1.2em;
  margin: 0;
}

.menu-pro-reitorias .list-group-item-action a {
  width: 100%;
  color: #559659;
  text-align: inherit;
  font-size: .8rem;
  text-transform: uppercase;
}

.menu-pro-reitorias .list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #559659;
  text-decoration: none;
  background-color: #f8f9fa;
}

#dropdown-menu-pro-reitoria > a:after {
  content: "\f0da";
  float: right;
  border: none;
  font-family: FontAwesome;
  box-sizing: border-box;
  display: inline-block;
  /*margin-top: 6px;*/
}


.navigation-clean {
  background: #fff;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #333;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

@media (min-width:768px) {
  .navigation-clean {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.navigation-clean .navbar-brand {
  font-weight: bold;
  color: inherit;
}

.navigation-clean .navbar-brand:hover {
  color: #222;
}

.navigation-clean.navbar-dark .navbar-brand:hover {
  color: #f0f0f0;
}

.navigation-clean .navbar-brand img {
  height: 100%;
  display: inline-block;
  margin-right: 10px;
  width: auto;
}

.navigation-clean .navbar-toggler {
  border-color: #ddd;
}

.navigation-clean .navbar-toggler:hover, .navigation-clean .navbar-toggler:focus {
  background: none;
}

.navigation-clean.navbar-dark .navbar-toggler {
  border-color: #555;
}

.navigation-clean .navbar-toggler {
  color: #888;
}

.navigation-clean.navbar-dark .navbar-toggler {
  color: #eee;
}

.navigation-clean .navbar-collapse, .navigation-clean .form-inline {
  border-top-color: #ddd;
}

.navigation-clean.navbar-dark .navbar-collapse, .navigation-clean.navbar-dark .form-inline {
  border-top-color: #333;
}

.navigation-clean .navbar-nav > .active > a, .navigation-clean .navbar-nav > .show > a {
  background: none;
  box-shadow: none;
}

.navigation-clean.navbar-light .navbar-nav .nav-link.active, .navigation-clean.navbar-light .navbar-nav .nav-link.active:focus, .navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
  color: #8f8f8f;
  box-shadow: none;
  background: none;
  pointer-events: none;
}

.navigation-clean.navbar .navbar-nav .nav-link {
  padding-left: 18px;
  padding-right: 18px;
}

.navigation-clean.navbar-light .navbar-nav .nav-link {
  color: #465765;
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus, .navigation-clean.navbar-light .navbar-nav .nav-link:hover {
  color: #37434d !important;
  background-color: transparent;
}

.navigation-clean .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 2px;
}

@media (min-width:768px) {
  .navigation-clean .navbar-nav .show .dropdown-menu {
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
  }
}

@media (max-width:767px) {
  .navigation-clean .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #37434d;
    padding-top: .8rem;
    padding-bottom: .8rem;
    line-height: 1;
  }
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item {
  line-height: 2;
  color: #37434d;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item:hover {
  background: #eee;
  color: inherit;
}

.navigation-clean.navbar-dark {
  background-color: #1f2021;
  color: #fff;
}

.navigation-clean.navbar-dark .navbar-nav a.active, .navigation-clean.navbar-dark .navbar-nav a.active:focus, .navigation-clean.navbar-dark .navbar-nav a.active:hover {
  color: #8f8f8f;
  box-shadow: none;
  background: none;
  pointer-events: none;
}

.navigation-clean.navbar-dark .navbar-nav .nav-link {
  color: #dfe8ee;
}

.navigation-clean.navbar-dark .navbar-nav .nav-link:focus, .navigation-clean.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: transparent;
}

.navigation-clean.navbar-dark .navbar-nav > li > .dropdown-menu {
  background-color: #1f2021;
}

.navigation-clean.navbar-dark .dropdown-menu .dropdown-item:focus, .navigation-clean.navbar-dark .dropdown-menu .dropdown-item {
  color: #f2f5f8;
}

.navigation-clean.navbar-dark .dropdown-menu .dropdown-item:focus, .navigation-clean.navbar-dark .dropdown-menu .dropdown-item:hover {
  background: #363739;
}

@media (max-width:767px) {
  .navigation-clean.navbar-dark .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #fff;
  }
}


.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.simple-slider .swiper-slide {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    height: 360px;
  }
}

.btn-atalho:nth-child(2n + 1) {
  border-radius: 5px;
  background-image: linear-gradient(145deg, #559659 26%, #2a6f93 115%);
  display: block;
}

.btn-atalho {
  background-color: #57A15F;
  border-color: #707070;
  border-radius: 4px;
  margin: 0 10px;
  height: 150px;
}


.chapeu {
  color: #2A6F93;
  text-transform: uppercase;
  text-align: justify;
  font: 400 .8rem 'Roboto';
  margin: 0;
}

.date-noticia {
  text-transform: uppercase;
  text-align: justify;
  font: 400 .8rem 'Roboto';
  margin: 0;
  color: #707070;
}

.texto-cinza {
  /*text-transform: uppercase;*/
  font: 400 .8rem 'Roboto';
  color: #707070;
  text-align: justify;
  margin-top: 5px;
}

img.note-float-right {
  margin: 0.5rem 0 0.5rem 0.5rem;
}

img.note-float-left {
  margin: 0.5rem 0.5rem 0.5rem 0;
}

#ver-noticias .texto-padrao-interno a {
  text-align: justify;
  font: 600 1rem Roboto;
  margin: 0;
  color: #489953;
}

#ver-noticias .texto-padrao-interno img {
  max-width: 100%;
}

/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000;text-align: center}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:rgba(0,0,0,.5);color:#fff;padding:5px 20px;margin-bottom: 3px; border-radius: 15px; text-align: center}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
figure.media {
    display: block !important;
}

figure.table table {
    width: 100%;
}

figure.image {
    margin: auto auto 10px;
}

figure.image img {
    height: auto !important;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
}

figure.image.image-style-align-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

figure.image.image-style-align-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
}

figure.image.image.image-style-block-align-left {
    margin-left: 0;
    margin-right: auto;
}

figure.image.image.image-style-block-align-right {
    margin-left: auto;
    margin-right: 0;
}

figure figcaption {
    font-size: 0.8rem !important;
    margin-bottom: 2rem;
}

blockquote {
    border-left: 5px solid #ccc;
    font-style: italic;
    margin-left: 40px;
    margin-right: 0;
    overflow: hidden;
    padding-left: 1.0em;
    padding-right: 1.5em;
    display: block;
}

/* IMAGE LIGHTBOX SELECTOR */

#imagelightbox {
    cursor: pointer;
    position: fixed;
    z-index: 10000;
    top: 50%;
    touch-action: none;
    box-shadow: 0 0 3.125em rgba(0, 0, 0, .75); /* 50 */
}

.imagelightbox-open {
    user-select: none;
    overflow: hidden;
}

/* WITH ACTIVITY INDICATION */

.imagelightbox-loading,
.imagelightbox-loading div {
    border-radius: 9999px;
}

.imagelightbox-loading {
    background-color: rgba(130, 130, 130, 0.8);
    position: fixed;
    z-index: 10003;
    top: 50%;
    left: 50%;
    padding: 0.65em;
    margin: -1.3em 0 0 -1.3em;
    box-shadow: 0 0 2.5em rgba(130, 130, 130, 0.6); /* 40 */
}

.imagelightbox-loading div {
    width: 1.3em;
    height: 1.3em;
    background-color: #fff;
    animation: imagelightbox-loading .5s ease infinite;
}

@keyframes imagelightbox-loading {
    from {
        opacity: .5;
        transform: scale(.75);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: .5;
        transform: scale(.75);
    }
}

/* WITH OVERLAY */

.imagelightbox-overlay {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* WITH "CLOSE" BUTTON */

.imagelightbox-close {
    border: none;
    cursor: pointer;
    width: 3em; /* 40 */
    height: 3em; /* 40 */
    background-color: rgba(130, 130, 130, 0.8);
    position: fixed;
    z-index: 10002;
    top: 2.5em; /* 40 */
    right: 2.5em; /* 40 */
    border-radius: 50%;
    transition: color .3s ease;
}

.imagelightbox-close:hover {
    background-color: #111;
}

.imagelightbox-close:before,
.imagelightbox-close:after {
    width: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px;
}

.imagelightbox-close:before {
    transform: rotate(45deg);
}

.imagelightbox-close:after {
    transform: rotate(-45deg);
}

/* WITH CAPTION */

.imagelightbox-caption {
    text-align: center;
    color: #fff;
    background-color: #666;
    position: fixed;
    z-index: 10001;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.625em; /* 10 */
    transition: opacity .25s ease;
}

/* WITH NAVIGATION */

.imagelightbox-nav {
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 10001;
    left: 50%;
    bottom: 3.75em; /* 60 */
    padding: 0.313em; /* 5 */
    transform: translateX(-50%);
    border-radius: 20px;
}

.imagelightbox-nav a {
    position: relative;
    top: 0.2em;
    width: 1em; /* 20 */
    height: 1em; /* 20 */
    border: 1px solid #fff;
    display: inline-block;
    margin: 0 0.313em; /* 5 */
    border-radius: 50%;
}

.imagelightbox-nav .active {
    animation: fade-in 0.45s linear;
    background-color: #fff;
}

.imagelightbox-navitem:active {
    background: #808080;
}

/* WITH ARROWS */

.imagelightbox-arrow {
    border: none;
    border-radius: 50%;
    cursor: pointer;
    width: 4em; /* 53.3 */
    height: 4em; /* 53.3 */
    background-color: rgba(130, 130, 130, 0.8);
    vertical-align: middle;
    display: none;
    position: fixed;
    z-index: 10001;
    top: 50%;
    padding: 0;
    margin-top: -3.75em; /* 60 */
}
.imagelightbox-arrow:hover {
    background-color: rgba(0, 0, 0, 0.75);
}
.imagelightbox-arrow:active {
    background-color: #111;
}
.imagelightbox-arrow-left {
    left: 2.5em; /* 40 */
}
.imagelightbox-arrow-right {
    right: 2.5em; /* 40 */
}
.imagelightbox-arrow:before {
    width: 0;
    height: 0;
    border: 1em solid transparent;
    content: '';
    display: inline-block;
    margin-bottom: -7%;
}
.imagelightbox-arrow-left:before {
    border-left: none;
    border-right-color: #fff;
    margin-left: -0.35em;
}
.imagelightbox-arrow-right:before {
    border-right: none;
    border-left-color: #fff;
    margin-left: 0.2em;
}

.imagelightbox-loading,
.imagelightbox-overlay,
.imagelightbox-close,
.imagelightbox-nav,
.imagelightbox-arrow {
    animation: fade-in 0.25s linear;
}

@keyframes fade-in {
    from	{ opacity: 0; }
    to		{ opacity: 1; }
}

@media only screen and (max-width: 41.250em) { /* 660 */
    #container {
        width: 100%;
    }
    .imagelightbox-close {
        top: 1.25em; /* 20 */
        right: 1.25em; /* 20 */
    }
    .imagelightbox-arrow {
        width: 2.5em; /* 40 */
        height: 3.75em; /* 60 */
        margin-top: -1.875em; /* 30 */
    }
    .imagelightbox-arrow-left {
        left: 1.25em; /* 20 */
    }
    .imagelightbox-arrow-right {
        right: 1.25em; /* 20 */
    }
}

@media only screen and (max-width: 20em) { /* 320 */
    .imagelightbox-arrow-left {
        left: 0;
    }
    .imagelightbox-arrow-right {
        right: 0;
    }
}

.miniatura-galeria {
    width: 100%;
    height: 100px;
}

@media (min-width: 768px) {
    .miniatura-galeria {
        height: 110px;
    }
}

@media (min-width: 992px) {
    .miniatura-galeria {
        height: 130px;
    }
}

@media (min-width: 1200px) {
    .miniatura-galeria {
        height: 150px;
    }
}
.cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #595959;
    color: #fff;
    z-index: 9999;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    font-family: sans-serif;
    box-sizing: border-box;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 16px;
}

.cookie-content p {
    margin: 0;
    flex-grow: 1;
}

.cookie-content a {
    color: #62a1ff;
}
.cookie-content a:hover {
    color: #b5cdec;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.cookie-button, .cookie-button-decline {
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
    white-space: nowrap;
}

.cookie-button {
    background-color: #4e8af4;
    color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

.cookie-button:hover {
    background-color: #3a75d1;
}

.cookie-button-decline {
    background-color: #444;
    color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

.cookie-button-decline:hover {
    background-color: #333333;
}

@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        align-items: center;
    }

    .cookie-buttons {
        width: 100%;
        justify-content: center;
        margin-top: 15px;
    }
}