
section {
  background-color: #eeeeee; 
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

.main-section{
	padding-bottom: 2rem;
	padding-top: 2rem;
}



a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p, .article .lead ul, .article .lead ol, .article .lead pre, .article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #232323; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3, .display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word; }

b, strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; 
}

.mbr-z-index20 {
  z-index: 20; 
}

/*! Base colors */
.mbr-white {
  color: #ffffff; 
}

.mbr-black {
  color: #000000; 
}

.mbr-bg-white {
  background-color: #ffffff; 
}

.mbr-bg-black {
  background-color: #000000; 
}

/*! Text-aligns */
.align-left {
  text-align: left; 
}

.align-center {
  text-align: center; 
}

.align-right {
  text-align: right; 
}

@media (max-width: 767px) {
  .align-left, .align-center, .align-right, .mbr-section-btn, .mbr-section-title {
    text-align: center; } 
  
}

@media (min-width: 576px){
  main {
      max-width: 540px;
  }
}

@media (min-width: 768px){
  main {
      max-width: 720px;
  }
}

@media (min-width: 992px){
  main {
      max-width: 960px;
  }
}

@media (min-width: 1200px){
  main {
      max-width: 1140px;
  }
}


@media screen and (max-width: 767px) and (orientation: portrait){
  main {
    width: 95%;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300; 
}

.mbr-regular {
  font-weight: 400; 
}

.mbr-semibold {
  font-weight: 500; 
}

.mbr-bold {
  font-weight: 700; 
}

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; 
}

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; 
}

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start; 
}

.media-container-row .media-size-item {
    width: 400px; 
  }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.media-container-column > * {
    width: 100%; 
}

@media (min-width: 992px) {

  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; 
  } 
  
}

figure {
  overflow: hidden; 
}

figure[mbr-media-size] {
  transition: width 0.1s; 
}

.mbr-figure img, .mbr-figure iframe {
  display: block;
  width: 100%; 
}

.card {
  background-color: transparent;
  border: none; 
}

.card-img {
  text-align: center;
  flex-shrink: 0; 
}

.card-default{
  background-color: #e8edf0;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0,0,0,.26);
          box-shadow: 0 3px 12px 0 rgba(0,0,0,.26);
  margin: 0.75rem;
  padding: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto; 
}

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; 
}

.media-container > div {
  max-width: 100%; 
}

.mbr-figure img, .card-img img {
  width: 100%; 
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto; 
  }

  .mbr-figure {
    width: 100% !important; 
  } 
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0; 
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; 
}

/*! Btn icon margin */
.btn .mbr-iconfont, .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem; 
}

.btn.btn-md .mbr-iconfont, .btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem; 
}

.mbr-regular {
  font-weight: 400; 
}

.mbr-semibold {
  font-weight: 500; 
}

.mbr-bold {
  font-weight: 700;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; 
}

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;

          align-items: center;
  -webkit-align-items: center;

  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; 
}

/*! Map */
.map {
  height: 25rem;
  position: relative; 
}
 
.map iframe {
    width: 100%;
    height: 100%; 
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); 
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center; 
}
 
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); 
}
  
.mbr-arrow-up a i {
    line-height: 60px; 
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); 
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); 
}
  
.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; 
}

.mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; 
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } 
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); 
}

50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); 
}

 
100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } 
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } 
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } 
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } 
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; 
}

.menu .navbar-brand {
  display: -webkit-flex; 
}
  
.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; 
}
  
.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; 
}

.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; 
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } 
}

.md-half {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; 
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; 
  }
  
  .md-half{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
}

/*# sourceMappingURL=style.css.map */
.engine {
	position: absolute;
	text-indent: -2400px;
	text-align: center;
	padding: 0;
	top: 0;
	left: -2400px;
}

/* Tabs Configuration -------- */
main {
  min-width: 320px;
  padding: 0 2px 40px 2px;
  margin: 0 auto;
  background: #fff;
}

article {
  display: none;
  padding: 20px 15px 0 15px;
  border-top: 1px solid #ddd;
  background-color: #fff;
}

article p{
  text-align: justify;
}

main input {
  display: none;
}

main input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
  background-color: #fff;
}

main label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
  background-color: #eee;
}

main label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

main label[for*='1']:before {
  content: '\f15c';
}

main label[for*='2']:before {
  content: '\f03a';
}

main label[for*='3']:before {
  content: '\f044';
}

main label[for*='4']:before {
  content: '\f1a9';
}

main label:hover {
  color: #888;
  cursor: pointer;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}

/*-------------------------------------------------*/

.card-list{
  background-color: #fff;
  box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.1);
  border-radius: 0.3rem;
  padding: 1.25rem;
  font-size: 0.8rem;
}

.card-list .header{
    background-color: #f3f7f9;
    margin: 0;
    padding: 0.85rem;
    font-family: 'Uni neue';
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
}

.card-list .item{
  margin: 0;
  padding: 0.85rem;
  font-family: 'Ubuntu';
  border-bottom: solid 1px;
  border-bottom-color: #dee2e6;
  display: flex;
  flex-wrap: wrap;
}

.card-list .item .label{
  padding-top: 0.25rem;
  padding-left: 0.5rem;
}

.subject {
  width:70%;
  flex-grow: 1;
  display: flex;
  box-sizing: border-box;
  align-items: center;
}

.tail {
  width: 30%; /* Largura da div "tail" */
  box-sizing: border-box; /* Para incluir o padding na largura */
  display: flex; /* Para alinhar os itens dentro da div "tail" */
  flex-direction: column; /* Por padrão, os itens são empilhados verticalmente */
}

.author, .date {
  width: 100%; /* Preenche todo o espaço dentro da div "tail" */
}

/*
.card-list .hide{
  display: none;
}
*/
@media only screen and (max-width: 375px) {
  .author, .date{
    display:none;
  }

  .subject{
    width: unset;
  }

  .card-list {
    font-size: 1.0rem;
  }
}

@media only screen and (min-width: 376px) and (max-width: 667px) {
  .header .tail .date{
    display:none;
  }   

  .card-list {
    font-size: 0.8rem;
  }
}

@media (min-width: 668px) {
  .tail {
      width: 30%; /* Mantém a largura da div "tail" */
      display: flex; /* Mantém o display flex */
      flex-direction: row; /* Altera para os itens ficarem lado a lado */
      align-items: center;
  }
  .author {
      width: 70%; /* Ocupa 70% da largura da div "tail" */
  }
  .date {
      width: 30%; /* Ocupa 30% da largura da div "tail" */
      display: block;
  }
}

/*------------------------------------------------------------------------------------------------------*/

.container-flex{
  display:flex; 
  font-family:'Ubuntu',sans-serif; 
  /* border-bottom: 1px #f2f2f2 solid;					 */
}

.container-bib{
  display:flex; 					
}

.vertical-center{
  justify-content: center; 
  align-items: center; 
}

.fill-flex{
  flex:1;
  width:100%;
}

.container-flex .fill-flex h1{
  font-size:1.8rem; 
  font-weight:700;
}

.container-flex .fill-flex h2{
  font-size: 2.0rem; 
  font-weight: 700; 
  font-family: 'Ubuntu', sans-serif;	
  margin-bottom: 2.0rem;
}


.container-flex .fill-flex h3{
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: 'Ubuntu',sans-serif;
  padding-top: 29px;
}

.container-flex .fill-flex h4{
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 300;
  color: #999999;
  margin: 0 20px 0;
}

.card-right{
  display: flex; 
  gap: 30px; 
  padding-bottom:30px;
  padding-left: 30px;
}

.card-left p{
  line-height: 2;
  font-weight: 300; 
  font-size: 1.125rem;
}

.card-right p{
  line-height: 1.8;
  font-weight: 300; 
  font-size: 0.9rem;
}

.card-right .icon img{
  height: 86px;
}

.card-row{
  border-bottom: solid 1px #404040;
  background-color: #f2f2f2;
  padding: 10px 20px;
  margin-bottom: 40px;
}

/*--------------------------------------------------------------------------------*/
.postcard {
  flex-wrap: wrap;
  display: flex;
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
  border-radius: 10px;
  margin: 0 0 2rem 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  font-family: 'ubuntu';
}

.postcard:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-70deg, #424242, transparent 50%);
  opacity: 1;
  border-radius: 10px;
}

.postcard h1 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.postcard a {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.postcard a:hover {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.postcard .postcard__img {
  max-height: 180px;
  width: 100%;
  object-fit: cover;
  position: relative;
}

.postcard .postcard__img_link {
  display: contents;
  cursor: default;
}

.postcard .postcard__title {
  font-size: 1.75rem;
  font-family: 'ubuntu';
  font-weight: 600;
}

.postcard .postcard__title a {
  font-family: inherit;
  font-weight: inherit;
  cursor: default;
  color: #18151f;
}

.postcard:hover .postcard__title a {
  color: #4284df;
}

.postcard .postcard__subtitle time{
  align-items: center;
  display: flex;
}

.postcard .postcard__subtitle .material-symbols-outlined{
  font-size: 16px;
  padding-right: 4px;
}

.postcard .small {
  font-size: 80%;
}

.postcard.light {
  background-color: #e1e5ea;
}

.postcard .postcard__text {
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.postcard .postcard__preview-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  height: 100%;
  font-size: 1rem;
  font-weight: 300;
}

.postcard .t-dark {
  color: #18151f;
}

.blue .postcard__title:hover {
  color: #0076bd;
}

.postcard .postcard__bar {
  width: 50px;
  height: 7px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #424242;
  transition: width 0.2s ease;
}

.postcard:hover .postcard__bar {
  width: 100px;
}

.postcard .postcard__tagbox {
  display: flex;
  flex-flow: row wrap;
  font-size: 14px;
  margin: 20px 0 0 0;
  padding: 0;
  justify-content: center;
}

.postcard .postcard__tagbox .tag__item {
  display: inline-block;
  background: rgba(83, 83, 83, 0.4);
  border-radius: 3px;
  padding: 2.5px 10px;
  margin: 0 5px 5px 0;
  cursor: default;
  user-select: none;
  transition: background-color 0.3s;
}

.postcard .postcard__tagbox .tag__item:hover {
  background: rgba(83, 83, 83, 0.8);
}

.postcard .postcard__tagbox .tag__item {
  display: flex;
  align-items: center;
}

.postcard .postcard__tagbox .tag__item a {
  display: flex;
  align-items: center;
}

.blue .postcard__bar {
  background-color: #4284df;
}

.blue::before {
  background-image: linear-gradient(-30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.blue:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

/*--------------------------------------------------------------------------------*/

.evaluation{
  border: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/bg03.png");
  padding: 10px 25px 10px 25px;
}

.evaluation p{
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
}

.evaluation p b{
  color:#3747ff;
}

.circle-image {
  justify-content: center;
  display: flex;

  position: relative;
  padding: 30px;
}

.circle-image img{
  width: 28vw;
  height: 28vw;

  border-radius: 999px;
  display: block;

  z-index: 1;
}


.circle-image::after {
  content: '';
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: calc(30vw + 25px);
  width: calc(30vw + 25px);

  background: conic-gradient(from 46deg, #3747ff, #3747ff 46%, transparent 46%);

  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 60px), #fff calc(100% - 50px));
          mask: radial-gradient(farthest-side, transparent calc(100% - 60px), #fff calc(100% - 50px));

  transform: translate(-50%, -50%);
}

.top-fancy{
  padding: 10px 0 0px 0;
  border-top: solid 2px #3747ff;
  margin-top: 25px;
}

.bottom-fancy{
  padding: 10px 0 30px 0;
  border-bottom: solid 1px #6974ec;
  margin-bottom: 15px;
}

.bib-title{
  flex:4;
}

.bib-list{
  flex: 6;
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: #232323;
}

.bib-title h2 {
  font-size: 1.3rem !important;
  padding-left: 2.5rem;
  color: #606060;
  font-weight: 400 !important;
}

ol.bib-item {
  /* list-style: none;
  padding-left: 0;
  counter-reset: item; */
  margin:  0;
  padding: 0;

  counter-reset: item;
  display: table;
}

ol.bib-item li {
  /* counter-increment: item;
  margin-bottom: 10px;
  padding-left: 30px;
  text-indent: -30px; */
  margin:  0;
  padding: 0;

  list-style: none;
  counter-increment: item;
  display: table-row;
}

ol.bib-item li::before {
  content: "[" counter(item) "]. ";
  /* font-weight: bold;
  display: inline-block;
  width: 50px; 
  text-align: right; */

  display: table-cell;
  text-align: right;
  padding-right: .3em;

}

@media screen and (max-width: 767px){
  .container-bib{
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  /* Seu CSS específico para celulares no modo retrato */
  .container-flex{
    flex-direction: column;
  }

  .container-bib{
    flex-direction: column;
  }

  .circle-image {
    justify-content: center;
  }

  .circle-image::after {
    top: 50%;
    left: 50%;
    height: calc(60vw + 30px);
    width: calc(60vw + 30px);
    transform: translate(-50%,-50%);
  }

  .circle-image img{
    width: 60vw;
    height: 60vw;
  }

  .container-flex .fill-flex h1{
    font-size:1.4rem; 
  }

  .container-flex .fill-flex h2{
    font-size: 1.8rem; 
    margin-bottom: 1.5rem;
  }

  .card-right{
    padding-left: 0;
  }

  .card-right .icon img{
    height: 75px;
  }

  .bib-list {
    padding-left: 2.5rem;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  /* Seu CSS específico para celulares no modo paisagem */
  .container-flex{
    flex-direction: column;
  }

  .circle-image {
    justify-content: center;
  }

  .circle-image::after {
    top: 50%;
    left: 50%;
    height: calc(22vw + 35px);
    width: calc(22vw + 35px);
    transform: translate(-50%,-50%);
  }

  .circle-image img{
    width: 22vw;
    height: 22vw;
  }

  .evaluation{
    flex-direction: row;
  }

  .bib-list {
    padding-left: 2.5rem;
  }

  .bib-title{
    flex:3;
  }
}

@media screen and (min-width: 768px) {
  .postcard .postcard__img {
      max-width: 300px;
      max-height: 100%;
      transition: transform 0.3s ease;
  }

  .postcard:hover .postcard__img {
    transform: scale(1.1);
  }

  .postcard {
    flex-wrap: inherit;
  }

  .postcard:nth-child(2n+1) {
    flex-direction: row;
  }

  .postcard:nth-child(2n+0) {
    flex-direction: row-reverse;
  }

  .postcard .postcard__text {
    padding: 3rem;
    width: 100%;
  }

  .postcard .postcard__text::before {
    content: '';
  }

  .postcard:nth-child(2n+1) .postcard__text::before {
    left: -12px !important;
    transform: rotate(4deg);
  }
  
  .postcard:nth-child(2n+0) .postcard__text::before {
    right: -12px !important;
    transform: rotate(-4deg);
  }

  .postcard .postcard__tagbox {
      justify-content: start;
  }

}

.menu-form{
  font-size: 12px;
}

.menu-form form{
  width: 100%;
}

.menu-form select {
  width: 100%; 
  max-width: 100%;
  box-sizing: border-box; 
  font-size: 0.8rem;
  background-color: #fff;
  padding: 0.675em 1em;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-form label{
  padding-left: 5px;
}

.menu-form input[type="button"] {
  float:right;
  margin-right:1px;
  background: #2553b8;
  border-color: #2553b8;
  color: #fff;
  padding: 12px 16px;
  cursor: pointer;
  border-width: 1px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


.menu-form select option {
  white-space: normal; 
  overflow: hidden; 
  text-overflow: ellipsis; 
}

.page-title-box .page-title-right {
  float: right;
  margin-top: 20px;
}

.page-title-box .page-title {
  font-size: 1.25rem;
  margin: 0;
  line-height: 75px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.card-reset{
  background-color:#ffffff; 
  border: 1px solid rgb(0 81 210 / 17%);
  font-family: 'Nunito', sans-serif;
  color: #6c757d;
  font-size: 0.875rem;
}

.roll td{
  padding: 0.3rem;
}

.roll .btn{
  letter-spacing: normal;
  font-size: 0.875rem;
}

.roll .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #777777;
  font-weight: normal;
  transition: .3s;
  text-decoration: none;
}

.roll .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0051d2;
  margin-right: 10px;
}

.roll .btn.btn-link:hover {
  color: #0051d2;
  letter-spacing: 1px;
  box-shadow: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* Seu CSS específico para tablets no modo paisagem */
  .container-flex{
    flex-direction: column;
  }

  .container-flex .fill-flex h2 {
    font-size: 2.2rem;
  }

  .circle-image {
    justify-content: center;
  }

  .circle-image::after {
    top: 50%;
    left: 50%;
    height: calc(22vw + 35px);
    width: calc(22vw + 35px);
    transform: translate(-50%,-50%);
  }

  .circle-image img{
    width: 22vw;
    height: 22vw;
  }

  .evaluation{
    flex-direction: row;
  }

  .bib-list {
    padding-left: 2.5rem;
  }

  .bib-title{
    flex:3;
  }

}

@media screen and (min-width: 1024px) {
  /* Seu CSS específico para notebooks e PCs */
  .container-flex{
    flex-direction:row;
  }

  .postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    top: -20%;
    height: 130%;
    width: 55px;
  }

  .postcard.light .postcard__text:before {
    background: #e1e5ea;
  }
}

/*------------------------------------------------------------------------------------------------------*/