/* Importação de Fontes */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

/* Cores Padrões UNEMAT */
:root {
    --color-blue-hover: #589dc0;
    --color-blue-hover2: #e0e9eb;
    --color-blue1: #F1FAFF;
    --color-blue: #2a6f93;
    --color-blue2: #246181;
    --color-blue3: #195774;
    --color-gray1: #F7F7F7;
    --color-gray2: #b9b9b9;
    --color-gray3: #7C7A80;
    --color-yellow: #FAFFD2;
    --color-green: #559659;
}

/* Inicio Utilities */
body {
    font-family: Roboto, sans-serif !important;
}


.fs-7 {
    font-size: 0.75rem !important;
}

.mt-n1 {
    margin-top: -0.25rem !important;
}

.mt-n2 {
    margin-top: -0.5rem !important;
}

.mt-n3 {
    margin-top: -1rem !important;
}

.mt-n4 {
    margin-top: -1.5rem !important;
}

.mt-n5 {
    margin-top: -3rem !important;
}

.mb-n1 {
    margin-bottom: -0.25rem !important;
}

.mb-n2 {
    margin-bottom: -0.5rem !important;
}

.mb-n3 {
    margin-bottom: -1rem !important;
}

.mb-n4 {
    margin-bottom: -1.5rem !important;
}

.mb-n5 {
    margin-bottom: -3rem !important;
}

a, .a {
    text-decoration: none;
    color: var(--color-blue);
}

a:hover, .a:hover {
    color: var(--color-blue-hover);
}

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

.bootstrap-select .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;
}

.callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    background-color: var(--bd-callout-bg, var(--bs-gray-100));
    border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300));
}

.callout-success {
    --bd-callout-bg: rgba(var(--bs-success-rgb), .075);
    --bd-callout-border: rgba(var(--bs-success-rgb), .5);
}

.callout-info {
    --bd-callout-bg: rgba(var(--bs-info-rgb), .075);
    --bd-callout-border: rgba(var(--bs-info-rgb), .5);
}

.callout-warning {
    --bd-callout-bg: rgba(var(--bs-warning-rgb), .075);
    --bd-callout-border: rgba(var(--bs-warning-rgb), .5);
}

.callout-danger {
    --bd-callout-bg: rgba(var(--bs-danger-rgb), .075);
    --bd-callout-border: rgba(var(--bs-danger-rgb), .5);
}

.dropend .dropdown-toggle::after {
    float: right;
    margin-top: 6px;
}

.dropdown-item.active, .dropdown-item:active {
    background: #e9ecef;
    color: var(--color-blue);
}

.bg-gradient-blue-green {
    background: linear-gradient(to right, #2a6f93 35%, #317689 49%, #3d8179 81%, #559659 110%);
}

.accordion-button.bg-gradient-blue-green a:hover {
    color: white !important;
}

.accordion-button.bg-gradient-blue-green:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button.bg-gradient-blue-green:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* FIM Utilities */

/* INICIO Backgrounds */
.bg-none {
    background: none !important;
}

.bg-blue {
    background: var(--color-blue);
}

.bg-blue1 {
    background: var(--color-blue1);
}

.bg-blue2 {
    background: var(--color-blue2);
}

.bg-blue3 {
    background: var(--color-blue3);
}

.bg-gray1 {
    background: var(--color-gray1);
}

.bg-gray2 {
    background: var(--color-gray2);
}

/* FIM Backgrounds */

/* INICIO Cores de Textos */
.text-blue, .text-blue a {
    color: var(--color-blue) !important;
}

.text-blue a:hover, a.text-blue:hover {
    color: var(--color-blue-hover) !important;
}

.text-blue2, .text-blue2 a {
    color: var(--color-blue2) !important;
}

.text-yellow, .text-yellow a {
    color: var(--color-yellow) !important;
}

.text-gray2, .text-gray2 a {
    color: var(--color-gray2) !important;
}

.text-gray3, .text-gray3 a {
    color: var(--color-gray3) !important;
}

.text-green, .text-green a {
    color: var(--color-green) !important;
}

/* FIM Cores de Textos*/

/* INICIO modal-Load */
.modal-Load {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1500;
}

/* FIM modal-Load */

/* INICIO Botão Go Topo */
.btnGoTopo {
    position: fixed;
    z-index: 1000;
    right: 50px;
    bottom: 50px;
    color: var(--color-blue);
    width: 110px;
    display: none;
}

.btnGoTopo:before {
    text-align: center;
    content: '\F286';
    background: var(--color-blue);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid white;
    font-size: 1.25rem;
    display: block;
    font-family: bootstrap-icons !important;
    margin-left: 30px;
    padding-top: 7px;
}

.btnGoTopo:after {
    content: 'Ir para o Topo';
    display: block;
    margin-top: 10px;
    text-shadow: white 0.1em 0.1em 1px;
}

@media (max-width: 576px) {
    .btnGoTopo {
        right: 25px;
        bottom: 25px;
    }
}

/* FIM Botão Go Topo */

/* Botões*/
.btn.btn-primary {
    background: var(--color-blue);
    border: none;
}

/* INICIO Barra Menu Topo */
.navbar-topo {
    z-index: 1000;
}

.navbar-topo a {
    color: white;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.navbar-topo a:hover {
    color: var(--color-gray2);
}

.navbar-topo a.trocaCampus:hover {
    background: var(--color-blue);
    color: white;
}

.navbar-topo .navbar-brand {
    font-size: 11pt;
}

.navbar-topo li {
    list-style: none;
}

.navbar-topo li a.text-light:hover {
    color: var(--color-gray2) !important;
}

.navbar-topo li a:active {
    color: white;
    background: var(--color-blue);
}

.navbar-topo .nav-item.dropdown a.nav-link{
    color: white !important;
}
.navbar-topo .nav-item.dropdown a.nav-link:hover{
    color: var(--color-gray2) !important;
}

.navbar-topo li a {
    color: var(--color-blue);
    font-size: 11pt;
}




@media (max-width: 992px) {
    .dropdown-campus .dropdown-menu.show {
        left: 50% !important;
        transform: translate3d(-50%, 0px, 0px) !important;
    }
}

/* FIM Barra Menu Topo */

/* INICIO Barra de Menu Principal */
.navbar-principal {
    z-index: 999;
}

.navbar-principal .dropend .dropdown-toggle::after {
    float: inherit;
    margin-top: 7px;
    position: absolute;
    right: 7px;
}

.dropstart .semSubMenu {
    padding-left: 21px !important;
}

@media (max-width: 576px) {
    .navbar-principal {
        height: 55px;
        margin-top: 65px;
    }
    .section-carrosel {
        margin-top: 121px !important;
    }
}

@media (min-width: 576px) and (max-width: 767.9px) {
    .navbar-principal {
        height: 75px;
        margin-top: 33px;
    }
}

@media (max-width: 767.9px) {
    .navbar-topo {
        position: fixed;
        top: 0;
        width: 100%;
        margin-top: 0;
    }

    .navbar-principal img {
        max-height: 80px;
    }

    .navbar-principal {
        position: fixed;
        top: 0;
        width: 100%;

    }

    .section-carrosel {
        margin-top: 109px;
    }
}
.badge{
    font-weight: normal;
}
.navbar-nav .dropdown a::after {
    margin-left: 0px;
}

.navbar-principal .navbar .navbar-brand img {
    max-height: 80px;
}

.navbar-principal .navbar-toggler, .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.navbar-principal .form-search .input-search {
    background: var(--color-gray1);
    padding: 5px 10px;
}

.navbar-principal .form-search .input-search > input {
    background: none;
    border: none;
    width: 200px;
    font-size: 10pt;
    outline: none;
}

/* Barra de Menu for Wide */
.navbar-principal ul li:last-child {
    padding-right: 0 !important;
}

.navbar-principal .offcanvas {
    background: var(--color-blue);
    color: white;
    font-size: 14pt;
}

.navbar-principal .offcanvas a {
    color: var(--color-blue);
    background: none;
}

.navbar-principal .offcanvas a:active {
    background: #e9ecef;
}

.navbar-principal .offcanvas a:hover {
    color: var(--color-blue-hover);
}

.navbar-principal .offcanvas.show a {
    color: white;
    text-transform: uppercase;
}


.navbar-principal .dropdown-menu a {
    padding-left: 10px;
}

.navbar-principal .dropdown.dropend > a:after {
    float: right;
    margin-top: 6px;
}

.navbar-principal .dropdown.dropend .dropdown-menu {
    margin-left: -3px;
    margin-top: -10px;
}

/* Barra de Menu for Mobile */
.navbar-principal .offcanvas.show {
    top: 35px;
}
@media (max-width: 576px) {
    .navbar-principal .offcanvas.show {
        top: 65px;
    }
}

.navbar-principal .navbar-principal .offcanvas.show a:hover, .offcanvas.show a:active {
    background: var(--color-blue2);
}

.navbar-principal .offcanvas.show li {
    border-bottom: 2px solid var(--color-blue2);
}

.navbar-principal .offcanvas.show img {
    filter: brightness(100);
}

.navbar-principal .offcanvas.show li a {
    padding-left: 22px;
}

.navbar-principal .offcanvas.show .dropdown .show {
    background: var(--color-blue3);
}

.navbar-principal .offcanvas.show .dropdown .dropdown-menu {
    background: var(--color-blue2);
    border: none;
    border-radius: 0;
    padding: 0;
}

.navbar-principal .offcanvas.show .dropdown .dropdown-menu a {
    padding-left: 40px;
}

.navbar-principal .offcanvas.show .dropdown .dropdown-menu a:hover, .navbar-principal .offcanvas.show .dropdown .dropdown-menu a:focus {
    background: var(--color-blue3);
}

.navbar-principal .offcanvas.show .btn.btn-primary {
    background: var(--bs-green);
    font-size: 14pt;
}

.navbar-principal .offcanvas.show .dropdown.dropend > a:after {
    float: initial;
    margin-top: 6px;
    margin-left: 9px;
    transform: rotate(90deg);
}

.navbar-principal .offcanvas.show .dropdown.dropend .dropdown-menu {
    margin-left: 20px;
    margin-top: 0;
}

/* FIM Barra de Menu Principal */

/* INICIO Barra de Icones */

@media (max-width: 576px) {
    .navbar-icones {
        background: var(--color-gray1);
    }
}

.navbar-icones a:hover {
    background: var(--color-blue3);
}

.navbar-icones img {
    max-height: 45px;
}

/* INICIO Section Titulos */
.section-titulo a:before {
    content: ' | ';
    color: var(--bs-gray-700);
    font-size: 2rem;
    font-weight: normal;
}

.section-titulo a:after {
    content: '\f231';
    color: var(--color-blue);
    font-size: 1.25rem;
    font-weight: normal;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
}

/* FIM Section Titulos */

/* INICIO Barra de Icones */

.navbar-icones a {
    min-width: 137px;
}

/* FIM Barra de Icones */


/* INICIO MAIN */

@media (max-width: 576px) {
    .dropend .dropdown-menu {
        transform: translate(10px, 35px) !important;
        width: calc(100% - 3px);
    }
}

.menu-lateral .dropdown:has(> .show) {
    background: var(--color-gray1);
}

@media (max-width: 767.9px) {
    body {
        margin-top: 88px;
    }
}

@media (min-width: 576px) and (max-width: 767.9px) {
    .nav-breadcrumb {
        margin-top: 108px;
    }
}

/* FIM MAIN */

/* INICIO Noticias */
.section-noticias a {
    position: relative;
}

.section-noticias a p {
    position: absolute;
    bottom: -259px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1))
}

.section-noticias .row .row a p {
    bottom: -129px;
}

.section-noticias img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.section-noticias .row .row img {
    width: 100% !important;
    height: 242px !important;
    object-fit: cover !important;
}

.section-noticias .nav-mais-noticias a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 768px) {
    .section-noticias img {
        width: 100% !important;
        height: 250px !important;
        object-fit: cover !important;
    }

    .section-noticias a p {
        bottom: -134px;
    }
}

@media (min-width: 768px)and (max-width: 992px) {
    .section-noticias img {
        width: 100% !important;
        height: 400px !important;
        object-fit: cover !important;
    }

    .section-noticias .row .row img {
        width: 100% !important;
        height: 192px !important;
        object-fit: cover !important;
    }

    .section-noticias a p {
        bottom: -210px;
    }

    .section-noticias .row .row a p {
        bottom: -105px;
    }
}

/* FIM Noticias */

/* INICIO Section Numeros */
.section-numeros img {
    height: 80px;
}

.section-numeros h1 {
    font-size: 3em;
}

/* FIM Section Numeros */

/* INICIO Section Nossos Cursos */
.section-nossos-cursos img, .bloco-curso img {
    height: 60px;
}

.section-nossos-cursos p {
    line-height: 16px;
}

.cursos a:hover {
    background: var(--color-blue-hover2);
}

/* FIM Section Nossos Cursos */

/* INICIO Section Vídeos */

.section-videos p, .section-videos h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 576px) {
    .section-videos {
        background: var(--color-gray1);
    }
}

/* FIM Section Vídeos */

/* INICIO Section Links Úteis */
.section-links-uteis img {
    /*height: 50px;*/
}

.section-links-uteis a {
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 576px) {
    .section-links-uteis {
        background: var(--bs-white);
    }
}

/* FIM Section Links Úteis */

/* INICIO Section Fale Conosco */
.section-fale-conosco p {
    line-height: 20pt;
}


/* FIM Section Fale Conosco */

/* INICIO Section Redes Sociais */
.section-redes-sociais img {
    width: 45px;
    max-height: 45px;
}

/* FIM Section Redes Sociais */

/* INICIO Section Redes Sociais */
.section-google-maps iframe {
    pointer-events: none;
}

/* FIM Section Redes Sociais */

/* INICIO Section Rodapé */
.section-barra-rodape img {
    max-height: 30px;
}

@media (max-width: 576px) {
    .section-barra-rodape img {
        max-height: 25px;
    }

    .section-barra-rodape .img-logo-unemat {
        object-fit: cover;
        object-position: left;
        width: 200px;
        height: 43px;
        max-height: 45px;
    }
}

/* FIM Section Rodapé */

/* INICIO Not found Campus */
.not-found .section-form .form-search .input-search {
    background: var(--color-gray1);
    padding: 7px 12px;
}

.not-found .section-form .form-search .input-search > input {
    background: none;
    border: none;
    width: 400px;
    font-size: 18pt;
    outline: none;
}

/* FIM Not found Campus */

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


/* 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 .dropdown-item{
    color: var(--color-blue) !important;
}
.barra-idiomas .dropdown-menu .dropdown-item:hover{
    color: var(--color-blue-hover) !important;
}

.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: var(--color-blue) !important;
}
.rede-icon-internas {
    height: 45px;
    padding-top: 10px;
    margin-left: 5px;
}

.categoriaNoticia.active{
    font-weight: bold;
    color: var(--color-blue) !important;
}
.noticia-body, .noticia-body p{
    text-align: justify;
    font: 400 1rem Roboto;
    margin: 1rem 0 ;
    color: #707070;
}
.noticia-body a{
    color: var(--color-blue) !important;
}
.noticia-body a:hover{
    color: var(--color-blue-hover) !important;
}
.noticia-body img{
    max-width: 100%;
}
img.note-float-left{
    margin: 0.5rem 0.5rem 0.5rem 0;
}
img.note-float-right{
    margin: 0.5rem 0 0.5rem 0.5rem;
}
.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;
}


.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;
}


/* 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;
    }
}
/*!
 * 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;
}

.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;
}

/* ... (resto do seu CSS) ... */

.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;
    }
}