@charset "UTF-8";
html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Montserrat", "Helvetica", "Arial", "sans-serif";
  background: white;
  color: #555555;
}

a {
  color: #00394A;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  outline: none;
}
a:hover, a:focus {
  color: #001217;
}

* {
  outline: none !important;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

.img-corners {
  position: relative;
}
.img-corners img {
  width: 100%;
}
.img-corners:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  border-style: solid;
  border-width: 0 35px 35px 0;
  border-color: transparent #fff transparent transparent;
}
.img-corners:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  border-style: solid;
  border-width: 35px 0 0 35px;
  border-color: transparent transparent transparent #fff;
}

.img-portugal {
  position: relative;
  margin: 0;
}
.img-portugal img {
  width: 100%;
}
.img-portugal:after {
  content: "Portugal";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 30px;
  z-index: 2;
  background: white;
  color: #00394A;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  padding: 3px 6px;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica", "Arial", "sans-serif";
  font-weight: 200;
  letter-spacing: 1px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.lighter {
  font-weight: lighter;
}

section {
  padding: 80px 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  background-size: cover !important;
}
section h2 {
  font-size: 1.5rem;
  font-weight: bold;
  font-style: italic;
  color: #00394A;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  section h2 {
    font-size: 2rem;
  }
}

.text-primary {
  color: #3b7293 !important;
}

.home #main-content {
  padding: 0;
}

#main-content {
  padding: 116px 0 50px;
}
@media (min-width: 992px) {
  #main-content {
    padding: 132px 0 50px;
  }
}

.container.max {
  max-width: none;
}
@media (max-width: 1200px) {
  .container.max {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .container.max {
    max-width: 1380px;
  }
}

.page-header {
  background: url("../img/bg/pattern.png"), #0A575C;
  background: url("../img/bg/pattern.png"), -webkit-linear-gradient(-135deg, #0A575C, rgba(10, 87, 92, 0.8));
  background: url("../img/bg/pattern.png"), linear-gradient(-135deg, #0A575C, rgba(10, 87, 92, 0.8));
  background-size: auto 100%;
  background-blend-mode: overlay;
  padding: 20px;
  margin-bottom: 30px;
}
.page-header .page-heading {
  color: white;
}
.page-header .page-subheading {
  color: white;
}
@media (max-width: 768px) {
  .page-header .page-subheading {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.page-heading {
  text-transform: uppercase;
  font-weight: bolder;
  text-align: center;
  margin: 10px 0;
  font-size: 28px;
}
@media (min-width: 768px) {
  .page-heading {
    margin: 30px 0;
    font-size: 36px;
  }
}

.page-subheading {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 40px;
}
.page-subheading.after:before {
  display: none;
}
.page-subheading.after:after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background: #801414;
  margin: 20px auto 25px;
}
@media (min-width: 768px) {
  .page-subheading.after:after {
    margin: 30px auto 35px;
  }
}
.page-subheading:before {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  margin: 20px auto 25px;
}
@media (min-width: 768px) {
  .page-subheading:before {
    margin: 30px auto 35px;
  }
}
@media (max-width: 768px) {
  .page-subheading {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.html-content ul li {
  font-size: 16px;
  margin-bottom: 10px;
}
.html-content ul.timeline {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 50px;
}
.html-content ul.timeline h5,
.html-content ul.timeline h6 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 5px;
  letter-spacing: 0;
}
.html-content ul.timeline h5.time,
.html-content ul.timeline h6.time {
  font-style: italic;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 5px;
}
.html-content ul.timeline h5 span:not(.badge),
.html-content ul.timeline h6 span:not(.badge) {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
.html-content ul.timeline h5 span.badge,
.html-content ul.timeline h6 span.badge {
  font-weight: bold;
  position: relative;
  top: -2px;
}
.html-content ul.timeline p {
  line-height: 1.5;
}
.html-content ul.timeline p.footnote {
  font-size: 12px;
  font-style: italic;
}
.html-content ul.timeline:before {
  content: " ";
  background: #CCC;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
.html-content ul.timeline > li {
  margin: 20px 0 40px;
  padding-left: 20px;
  min-height: 0;
}
.html-content ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #00394A;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}
.html-content h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.html-content h4 {
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.html-content h4 strong {
  font-weight: bold;
}
.html-content h5 {
  font-size: 16px;
  font-weight: bolder;
}
.html-content p,
.html-content ul,
.html-content ol {
  font-size: 16px;
  line-height: 1.8;
}
.html-content p li,
.html-content ul li,
.html-content ol li {
  margin-bottom: 10px;
}
.html-content p li:last-of-type,
.html-content ul li:last-of-type,
.html-content ol li:last-of-type {
  margin-bottom: 0;
}
.html-content p a:not(.btn),
.html-content ul a:not(.btn),
.html-content ol a:not(.btn) {
  text-decoration: underline;
}
.html-content p.panels,
.html-content ul.panels,
.html-content ol.panels {
  padding: 0;
  margin-bottom: 30px;
}
.html-content p.panels > li,
.html-content ul.panels > li,
.html-content ol.panels > li {
  list-style-type: none;
  text-align: center;
}
.html-content p.panels > li:after,
.html-content ul.panels > li:after,
.html-content ol.panels > li:after {
  content: "";
  display: block;
  height: 4px;
  max-width: 25%;
  margin: auto;
  background: #EAEAEA;
  margin: 50px auto;
}
.html-content p.panels > li:first-of-type:before,
.html-content ul.panels > li:first-of-type:before,
.html-content ol.panels > li:first-of-type:before {
  content: "";
  display: block;
  height: 4px;
  max-width: 25%;
  margin: auto;
  background: #EAEAEA;
  margin: 50px auto;
}
.html-content ol {
  counter-reset: list;
}
.html-content ol > li {
  list-style-type: none;
  list-style-position: outside;
}
.html-content ol > li:before {
  content: counter(list, lower-alpha) ") ";
  counter-increment: list;
  margin-left: -20px;
}
.html-content ol.number > li:before {
  content: counter(list, decimal) ". ";
}
.html-content ol.roman > li:before {
  content: counter(list, upper-roman) ". ";
}

.btn span {
  display: block;
  letter-spacing: 0;
  text-transform: none;
  font-size: 85%;
}

.btn-topic {
  background: transparent;
  display: block;
  padding: 20px 20px 10px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: All 0.2s ease-in-out;
  /* Safari */
  transition: All 0.2s ease-in-out;
  margin-bottom: 30px;
  color: #555555;
}
.btn-topic .service-heading {
  margin-bottom: 0.25rem;
  font-weight: bold;
}
.btn-topic .date {
  font-size: 0.875rem;
}
.btn-topic .fa-stack {
  margin-bottom: 10px;
}
.btn-topic:hover, .btn-topic:focus {
  background: #FFF;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -ms-transform: scale(1.01, 1.01);
  /* IE 9 */
  -webkit-transform: scale(1.01, 1.01);
  /* Chrome, Safari, Opera */
  transform: scale(1.01, 1.01);
}

.topicModal .topic-icon {
  text-align: center;
  margin-bottom: 10px;
}
.topicModal .section-heading {
  font-size: 22px;
  text-align: center;
}
.topicModal .section-heading span:not(.badge) {
  display: block;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.topicModal .section-heading span:not(.badge).highlight {
  background: red;
  color: white;
  display: inline;
  font-style: normal;
  margin-bottom: 0;
  position: relative;
  top: -2px;
}
.topicModal .section-heading span:not(.badge).highlight.zoom {
  background: #5082C3;
}
.topicModal h5 {
  text-transform: uppercase;
  font-size: 12px;
  margin: 30px 0 0;
}
.topicModal hr {
  max-width: 25%;
  border: none;
  border-top: 4px solid #EAEAEA;
  margin: 30px auto;
}
.topicModal p img {
  margin-top: 30px;
}

.logos {
  /*
  padding-left:30px;
  padding-right:30px;
  */
  margin-bottom: 20px;
}
.logos img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  max-width: 100%;
}

#accordion {
  border: none;
}
#accordion .panel {
  border: none;
  margin-bottom: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
#accordion .panel-title {
  margin-bottom: 0;
}
#accordion .card-body {
  border: none;
}
#accordion .card-body p {
  color: #333;
  text-align: left;
  line-height: 1.3;
}
#accordion .card-body p:last-of-type {
  margin-bottom: 0;
}
#accordion .panel-heading {
  background: #4C0C0C;
  padding: 0;
  border: none;
}
#accordion .panel-heading a {
  display: block;
  padding: 10px;
  color: white;
  position: relative;
  font-weight: bold;
  font-size: 1rem;
}
#accordion .panel-heading a.collapsed:after {
  transform: rotate(180deg);
}
#accordion .panel-heading a:after {
  font-size: 20px;
  text-align: center;
  content: "";
  background: url(/assets/img/bg/seta-esquerda.svg) no-repeat center center;
  background-size: auto 100%;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  transform: rotate(90deg);
}
#accordion .panel-heading a:hover, #accordion .panel-heading a:focus {
  text-decoration: none;
  background: #200505;
}

#contactForm,
.newsletterForm {
  /*
  background-color: $theme-primary;
  background-image: url('../img/map-image.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color:white;
  */
  margin: auto;
}
#contactForm .alert p,
.newsletterForm .alert p {
  margin: 0 !important;
}
#contactForm p, #contactForm address,
.newsletterForm p,
.newsletterForm address {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}
#contactForm p:last-of-type,
.newsletterForm p:last-of-type {
  margin-bottom: 30px;
}
#contactForm a,
.newsletterForm a {
  color: white;
}
#contactForm .section-heading,
#contactForm .section-subheading,
.newsletterForm .section-heading,
.newsletterForm .section-subheading {
  color: white;
}
#contactForm label.error,
.newsletterForm label.error {
  height: 0;
  overflow: hidden;
  margin: 0;
  display: none !important;
}
#contactForm label,
.newsletterForm label {
  margin: 0;
  font-weight: bold;
  color: #00394A;
}
#contactForm .form-control.error,
.newsletterForm .form-control.error {
  border-color: #900;
}
#contactForm .form-group,
.newsletterForm .form-group {
  margin-bottom: 25px;
}
#contactForm .form-group input,
#contactForm .form-group textarea,
.newsletterForm .form-group input,
.newsletterForm .form-group textarea {
  padding: 18px;
  border-width: 3px;
}
#contactForm .form-group .form-control,
.newsletterForm .form-group .form-control {
  border-radius: 0;
  border-width: 2px;
  padding: 0.5rem 1rem;
}
#contactForm .form-group input.form-control,
.newsletterForm .form-group input.form-control {
  height: auto;
}
#contactForm .form-group textarea.form-control,
.newsletterForm .form-group textarea.form-control {
  height: 236px;
}
#contactForm .form-control:focus,
.newsletterForm .form-control:focus {
  border-color: #3b7293;
  box-shadow: none;
}
#contactForm ::-webkit-input-placeholder,
.newsletterForm ::-webkit-input-placeholder {
  font-family: "Montserrat", "Helvetica", "Arial", "sans-serif";
  font-weight: 200;
  letter-spacing: 1px;
  font-weight: 700;
  color: #d9d9d9;
}
#contactForm :-moz-placeholder,
.newsletterForm :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Montserrat", "Helvetica", "Arial", "sans-serif";
  font-weight: 200;
  letter-spacing: 1px;
  font-weight: 700;
  color: #d9d9d9;
}
#contactForm ::-moz-placeholder,
.newsletterForm ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Montserrat", "Helvetica", "Arial", "sans-serif";
  font-weight: 200;
  letter-spacing: 1px;
  font-weight: 700;
  color: #d9d9d9;
}
#contactForm :-ms-input-placeholder,
.newsletterForm :-ms-input-placeholder {
  font-family: "Montserrat", "Helvetica", "Arial", "sans-serif";
  font-weight: 200;
  letter-spacing: 1px;
  font-weight: 700;
  color: #eeeeee;
}
#contactForm .text-danger,
.newsletterForm .text-danger {
  color: #900;
}

.location-cover {
  text-align: center;
  max-width: 400px;
  position: relative;
  z-index: 10;
  margin: auto;
}
.location-cover img {
  margin: -20px auto -20px;
}

figure figcaption {
  margin-top: 5px;
  color: #AAA;
  font-size: 80%;
}

/* Iframes */
.iframeWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 15px;
  height: 0;
  margin-bottom: 30px;
}
.iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframeWrapper .overlay {
  z-index: 1;
}
.iframeWrapper.maps {
  margin: 0;
  padding-bottom: 56.25%;
}

.btn-guidelines {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 5px;
  text-align: center;
  width: 40px;
  height: 40px;
}
.btn-guidelines span {
  display: block;
  position: absolute;
  left: -130px;
  bottom: 0;
  width: 300px;
  line-height: 40px;
  transform: rotate(90deg);
  background: #801414;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: white;
  position: fixed;
  transition: all 0.3s ease;
}
.btn-guidelines:hover span, .btn-guidelines:focus span {
  background: #540d0d;
  color: white;
  text-decoration: none;
}

.list-social-fixed {
  position: fixed;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  left: 0;
  bottom: -20px;
  width: 100%;
  z-index: 10;
  color: #a6a6a6;
  padding: 5px;
  text-align: center;
}
.list-social-fixed li {
  list-style: none;
  display: inline-block;
}
.list-social-fixed li label {
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
}
.list-social-fixed li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 auto 3px;
  text-align: center;
  color: white;
  background: #a6a6a6;
}
.list-social-fixed li a:hover, .list-social-fixed li a:focus {
  background: #555555;
}
@media (min-width: 768px) {
  .list-social-fixed {
    bottom: 50%;
    transform: translateY(50%);
    width: auto;
    padding: 90px 5px 5px;
  }
  .list-social-fixed li {
    display: block;
  }
  .list-social-fixed li label {
    transform: rotate(90deg);
    position: absolute;
    white-space: nowrap;
    top: 35px;
    left: -15px;
  }
}

.shortcourse {
  border: 1px solid #EAEAEA;
  padding: 20px 15px 15px;
  margin-bottom: 30px;
}
.shortcourse.no-border {
  border: none;
  padding: 0;
}
.shortcourse img {
  max-width: 150px;
  margin-bottom: 10px;
}
.shortcourse h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.shortcourse h3 {
  font-size: 16px;
  font-weight: lighter;
  margin-bottom: 10px;
}
.shortcourse.long h3 {
  font-weight: bold;
  text-align: left;
}
.shortcourse.long h4 {
  text-align: left;
  font-weight: lighter;
  font-style: italic;
}
.shortcourse.long p {
  line-height: 1.5;
  text-align: left;
}

.shortcourse-content {
  padding: 0 10px;
}
.shortcourse-content img {
  display: block;
  max-width: 150px;
  margin: 0 auto 10px;
}
.shortcourse-content .multiple-speakers {
  text-align: center;
}
.shortcourse-content .multiple-speakers img {
  display: inline-block;
}
.shortcourse-content .shortcouse-details {
  margin-bottom: 20px;
  text-align: center;
}
.shortcourse-content .resume {
  background: #EAEAEA;
  padding: 20px 20px 10px;
  margin-bottom: 10px;
}
.shortcourse-content .resume h5 {
  font-size: 16px;
  text-transform: none;
  margin: 0;
}
.shortcourse-content .resume p {
  margin-bottom: 5px;
}
.shortcourse-content h4 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.shortcourse-content a {
  color: inherit;
}
.shortcourse-content .references {
  margin-bottom: 25px;
}
.shortcourse-content .references p {
  margin-bottom: 10px;
  line-height: 1.4;
  padding-left: 30px;
  text-indent: -30px;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.shortcourse-content ol {
  counter-reset: item;
  padding-left: 23px;
}
.shortcourse-content ol li {
  display: block;
}
.shortcourse-content ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
.shortcourse-content ul li {
  margin-bottom: 0;
}

.speaker {
  display: inline-block;
  border-radius: 50%;
}

.speaker-left {
  margin-right: -15px !important;
}

.speaker-right {
  margin-left: -15px !important;
}

.paper {
  padding: 20px;
  border: 1px solid #EAEAEA;
}
.paper + .paper {
  border-top: none;
}
.paper h5 {
  font-size: 18px;
  letter-spacing: 0;
}
.paper p {
  margin: 0;
}

.courses-container {
  border-radius: 1.25rem;
  margin: 0 auto;
}
.courses-container p {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .courses-container .list {
    display: flex;
    margin: 0 -0.5rem 2rem;
  }
}
.courses-container .list .item {
  border-radius: 1.25rem;
  padding: 1.25rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 0 auto 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .courses-container .list .item {
    margin: 0 0.5rem;
    width: 33.33%;
  }
}
.courses-container .list .item h3 {
  font-size: 1rem;
  margin: 0;
}
.courses-container .list .item .price {
  display: block;
  background: #94c70d;
  color: white;
  padding: 1rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
  border-radius: 1rem;
}
.courses-container .list .item .price:hover, .courses-container .list .item .price:focus {
  background: #70970a;
  color: white;
  text-decoration: none;
}

.modality-container {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .modality-container {
    display: flex;
  }
}
.modality-container .item {
  border-radius: 1.25rem;
  padding: 1.25rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .modality-container .item {
    margin: 0 0.5rem;
    width: 50%;
  }
}
.modality-container .item h3 {
  font-size: 1.25rem;
  letter-spacing: 0;
}
.modality-container .item label {
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 0.8rem;
}
.modality-container .item .price {
  display: block;
  background: #94c70d;
  color: white;
  padding: 1rem;
  text-align: center;
  margin-top: 1rem;
  border-radius: 1rem;
}
.modality-container .item .price:hover, .modality-container .item .price:focus {
  background: #70970a;
  color: white;
  text-decoration: none;
}
.modality-container .item .price span {
  display: block;
  font-size: 0.875rem;
}
.modality-container .item .price strong {
  display: block;
  font-size: 1.25rem;
}
.modality-container .item .price strong + span:before {
  content: "";
  width: 50px;
  background: white;
  height: 1px;
  display: block;
  margin: 0.5rem auto;
}
.modality-container .item .full-description {
  display: none;
}

.highlight {
  background: #ffc107;
  display: inline;
  padding: 3px 5px;
  border-radius: 3px;
}
.highlight.zoom {
  background: #5082C3;
}

.badge.presencial {
  background: #079A48;
}
.badge.youtube {
  background: #ED1C24;
}
.badge.transmissao {
  background: #3b7293;
}
.badge.zoom {
  background: #5082C3;
}

#topbar {
  background: #4C0C0C;
  color: white;
  position: fixed;
  height: 40px;
  z-index: 1000;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#topbar a {
  color: white;
}
#topbar a:hover, #topbar a:focus {
  opacity: 0.7;
}
@media (min-width: 768px) {
  #topbar .wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
  }
}
#topbar .top-news {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: rgba(76, 12, 12, 0.8);
  color: white;
  text-align: center;
  line-height: normal;
  width: 100%;
}
#topbar .top-news .top-news-close {
  font-size: 1.5rem;
  position: relative;
  top: 3px;
}
@media (min-width: 768px) {
  #topbar .top-news {
    position: static;
    text-align: left;
    padding: 0;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    height: 40px;
    width: auto;
  }
  #topbar .top-news .top-news-close {
    display: none;
  }
}
#topbar .top-news a {
  font-size: 0.875rem;
}
#topbar .top-news a:hover, #topbar .top-news a:focus {
  text-decoration: none;
}
#topbar .menus-container {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
@media (min-width: 768px) {
  #topbar .menus-container {
    padding: 0;
  }
}
#topbar .list-social {
  display: inline-block;
  list-style: none;
  padding: 0;
}
#topbar .list-social li {
  display: inline-block;
  margin: 5px 0 5px 0;
}
#topbar .list-social li a {
  display: block;
  width: auto;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.25rem;
  padding: 0 2px;
}
#topbar .language-menu {
  display: block;
  height: 30px;
  padding: 0;
  margin: 5px 0 5px 20px;
}
#topbar .language-menu li {
  display: inline-block;
}
#topbar .language-menu li.active a {
  opacity: 1;
}
#topbar .language-menu li a {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  color: white;
  border: 1px solid white;
  padding: 1px;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 30px;
  padding: 0;
  opacity: 0.3;
}
#topbar .language-menu li a:hover, #topbar .language-menu li a:focus {
  text-decoration: none;
  opacity: 0.7;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  top: 40px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: "Montserrat", "Helvetica", "Arial", "sans-serif";
  font-weight: 200;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  #mainNav {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
}
#mainNav .dropdown:hover > .dropdown-menu {
  display: block;
}
@media (min-width: 992px) {
  #mainNav .dropdown-toggle:after {
    display: none;
  }
}
#mainNav .dropdown > .dropdown-menu {
  border: none;
  margin-bottom: 10px;
  border-radius: 0;
}
#mainNav .dropdown > .dropdown-menu .dropdown-item {
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  #mainNav .dropdown > .dropdown-menu {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 10px;
    margin: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  #mainNav .dropdown > .dropdown-menu .dropdown-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: white;
  }
  #mainNav .dropdown > .dropdown-menu .dropdown-item:active {
    background: white;
  }
  #mainNav .dropdown > .dropdown-menu .dropdown-item:hover, #mainNav .dropdown > .dropdown-menu .dropdown-item:focus {
    color: rgba(0, 0, 0, 0.7);
  }
}
#mainNav .navbar-brand {
  color: #00394A;
  font-family: "Montserrat", "Helvetica", "Arial", "sans-serif";
  font-weight: 200;
  letter-spacing: 1px;
}
#mainNav .navbar-brand img {
  height: 50px;
  display: none;
}
#mainNav .navbar-brand #dark {
  display: block;
}
#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #001217;
}
#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #222222;
}
#mainNav .navbar-nav > li.active > a {
  color: #801414 !important;
  background-color: transparent;
}
#mainNav .navbar-nav > li.active > a:hover {
  background-color: transparent;
}
#mainNav .navbar-nav > li > a {
  font-size: 14px;
  font-family: "Montserrat", "Helvetica", "Arial", "sans-serif";
  letter-spacing: 2px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: bold;
}
#mainNav .navbar-nav > li > a.active {
  color: #801414 !important;
  background-color: transparent;
}
#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}
#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #222222;
}
#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #00394A;
}
@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
    position: relative;
    transition: height ease 0.4s;
    height: 40px;
  }
  #mainNav .navbar-brand img {
    position: absolute;
    left: 0;
    top: 0;
    height: 75px;
    transition: all ease 0.4s;
    display: block;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1150px) {
  #mainNav .navbar-brand img {
    height: 75px;
  }
}
@media (min-width: 992px) and (min-width: 1250px) and (max-width: 1320px) {
  #mainNav .navbar-brand img {
    height: 75px;
  }
}
@media (min-width: 992px) {
  #mainNav .navbar-brand img#dark {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
  }
}
@media (min-width: 992px) {
  #mainNav .navbar-nav > li:first-of-type > a:active:before,
#mainNav .navbar-nav > li:first-of-type > a:before {
    display: none !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1150px) {
  #mainNav .navbar-nav > li:first-of-type {
    display: none;
  }
}
@media (min-width: 992px) {
  #mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
    color: white;
  }
  #mainNav .navbar-nav > li > a:before,
#mainNav .navbar-nav > li > a:focus:before {
    color: white;
    content: "■";
    display: inline-block;
    position: relative;
    top: -2px;
    margin: 0 5px 0 0;
  }
  #mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
    color: white;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  #mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
    letter-spacing: -2px;
    padding-left: 3px;
    padding-right: 3px;
  }
}
@media (min-width: 992px) and (max-width: 1380px) {
  #mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
    letter-spacing: -1px;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  #mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  #mainNav.navbar-shrink, #mainNav.internal {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  #mainNav.navbar-shrink .navbar-brand, #mainNav.internal .navbar-brand {
    color: #222222;
    background: white;
    height: 75px;
  }
  #mainNav.navbar-shrink .navbar-brand img, #mainNav.internal .navbar-brand img {
    height: 75px;
  }
  #mainNav.navbar-shrink .navbar-brand img#dark, #mainNav.internal .navbar-brand img#dark {
    opacity: 1;
  }
  #mainNav.navbar-shrink .navbar-brand img#clear, #mainNav.internal .navbar-brand img#clear {
    opacity: 0;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.internal .navbar-brand:hover, #mainNav.internal .navbar-brand:focus {
    color: #00394A;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
#mainNav.navbar-shrink .navbar-nav > li > a:focus, #mainNav.internal .navbar-nav > li > a,
#mainNav.internal .navbar-nav > li > a:focus {
    color: #00394A;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:before,
#mainNav.navbar-shrink .navbar-nav > li > a:focus:before, #mainNav.internal .navbar-nav > li > a:before,
#mainNav.internal .navbar-nav > li > a:focus:before {
    color: #00394A;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
#mainNav.navbar-shrink .navbar-nav > li > a:focus:hover, #mainNav.internal .navbar-nav > li > a:hover,
#mainNav.internal .navbar-nav > li > a:focus:hover {
    color: #4C0C0C;
  }
}

#main-banner {
  text-align: center;
  color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 2rem;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#main-banner #btn-more {
  position: absolute;
  z-index: 1000;
  left: 15px;
  bottom: 0;
}
#main-banner #btn-more img {
  height: 40px;
}
@media (min-width: 768px) {
  #main-banner #btn-more {
    left: 100px;
    bottom: 0;
  }
  #main-banner #btn-more img {
    height: 60px;
  }
}
#main-banner .swiper-container {
  height: 100%;
}
#main-banner .swiper-wrapper {
  z-index: 1;
  height: 100%;
}
#main-banner .swiper-controls {
  z-index: 2;
}
#main-banner .swiper-slide {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
#main-banner .swiper-container-horizontal > .swiper-pagination-bullets,
#main-banner .swiper-pagination-custom,
#main-banner .swiper-pagination-fraction {
  position: absolute;
  z-index: 100;
  height: 20px;
  max-width: 200px;
  left: auto;
  right: 0;
}
#main-banner .intro-text {
  width: 100%;
  text-align: left;
  position: absolute;
  padding: 0 15px;
  left: 0;
  bottom: 120px;
}
@media (min-width: 768px) {
  #main-banner .intro-text {
    padding: 0;
    width: 50%;
    left: 100px;
    bottom: 140px;
  }
}
#main-banner .intro-text .intro-lead-in {
  font-size: 1.5rem;
  line-height: 1.2;
  color: white;
  margin: 0 0 10px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  width: 100;
}
#main-banner .intro-text .intro-lead-in small {
  display: block;
  font-weight: bold;
  font-size: 1rem;
}
@media (min-width: 768px) {
  #main-banner .intro-text .intro-lead-in {
    font-size: 2.5rem;
  }
  #main-banner .intro-text .intro-lead-in small {
    font-size: 1.5rem;
  }
}
#main-banner .intro-text .intro-heading {
  font-size: 1rem;
  line-height: 1.2;
  width: 100%;
  order: 0;
  margin: 0;
  color: white;
  font-weight: lighter;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  #main-banner .intro-text .intro-heading {
    font-size: 1.75rem;
  }
}
#main-banner .intro-text .btn-read-more {
  display: inline-block;
  color: white;
  background: transparent;
  border: 3px solid white;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  margin-top: 1rem;
}
#main-banner .intro-text .btn-read-more:hover, #main-banner .intro-text .btn-read-more:focus {
  text-decoration: none;
  background: white;
  color: #4C0C0C;
}
#main-banner .swiper-button-next,
#main-banner .swiper-button-prev {
  width: 33px;
  height: 60px;
  margin-top: -30px;
  background: url(/assets/img/bg/seta-direita.svg) center center !important;
  background-size: cover;
  z-index: 1000;
  color: white;
  display: none;
}
#main-banner .swiper-button-next:after,
#main-banner .swiper-button-prev:after {
  display: none !important;
}
@media (min-width: 768px) {
  #main-banner .swiper-button-next,
#main-banner .swiper-button-prev {
    display: block;
  }
}
#main-banner .swiper-button-prev {
  background-image: url(/assets/img/bg/seta-esquerda.svg) !important;
}
#main-banner .swiper-pagination {
  left: 0;
  margin: 0;
  padding-right: 10px;
  bottom: 70px;
}
@media (min-width: 768px) {
  #main-banner .swiper-pagination {
    left: 100px;
    bottom: 100px;
  }
}
#main-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: white;
  border-radius: 0;
  -webkit-transition: 0.4s ease All;
  -moz-transition: 0.4s ease All;
  -o-transition: 0.4s ease All;
  transition: 0.4s ease All;
  margin-right: 10px;
}
#main-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1.6);
  background: #801414;
}

section.call-for-abstracts {
  background-attachment: fixed !important;
}

.date-and-location .text-muted {
  font-weight: bold;
}
.date-and-location p {
  font-size: 1.25rem;
  font-weight: lighter;
  margin: 0;
}
.date-and-location h2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #00394A;
  margin: 0;
  font-style: normal;
}
@media (min-width: 768px) {
  .date-and-location h2 {
    font-size: 1.5rem;
  }
}
.date-and-location h3 {
  font-size: 1.25rem;
  font-weight: bold;
  font-style: italic;
  color: rgba(0, 57, 74, 0.7);
  margin: 0;
}
@media (min-width: 768px) {
  .date-and-location h3 {
    font-size: 2rem;
  }
}
.date-and-location h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 768px) {
  .date-and-location h4 {
    font-size: 1.5rem;
  }
}

section.organisers .section-heading hr {
  margin-bottom: 40px;
  border-color: rgba(255, 255, 255, 0.4);
}
section.organisers img {
  margin-bottom: 30px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

section.organisers .section-heading hr {
  margin-bottom: 40px;
  border-color: rgba(255, 255, 255, 0.4);
}
section.organisers img {
  margin-bottom: 30px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

section.previous-editions {
  background: url("../img/bg/pattern.png"), #0A575C;
  background: url("../img/bg/pattern.png"), -webkit-linear-gradient(-135deg, #0A575C, rgba(10, 87, 92, 0.8));
  background: url("../img/bg/pattern.png"), linear-gradient(-135deg, #0A575C, rgba(10, 87, 92, 0.8));
  background-size: auto 30% !important;
  background-blend-mode: overlay;
  background-attachment: fixed;
  color: white;
}
section.previous-editions h2 {
  color: white !important;
}
section.previous-editions h2 hr {
  margin-bottom: 40px;
}
section.previous-editions h2 a {
  font-weight: bold;
  color: inherit;
}
section.previous-editions h2 a:hover, section.previous-editions h2 a:focus {
  text-decoration: none;
  color: #00394A;
}

.grid-editions {
  list-style: none;
  text-align: center;
  padding: 0;
}
.grid-editions li {
  display: inline-block;
}
.grid-editions li a {
  height: 120px;
  width: 120px;
  padding: 0;
  font-size: 2.2rem;
  color: #00394A;
  font-weight: 900;
  background: #D6EEF2;
  text-align: center;
  margin: 10px;
  text-decoration: none !important;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.grid-editions li a span {
  display: block;
  line-height: 1;
}
.grid-editions li a:hover, .grid-editions li a:focus {
  text-decoration: none;
  background: #00394A;
  color: white;
}

section.contact {
  background: #a6a6a6;
  background: #801414;
  background: -webkit-linear-gradient(-135deg, #801414, #00394A);
  background: linear-gradient(-135deg, #801414, #00394A);
  color: white;
}
section.contact a {
  color: inherit;
  font-weight: bold;
}
section.contact .section-heading hr {
  margin-bottom: 40px;
  border-color: rgba(255, 255, 255, 0.4);
}
section.contact img {
  margin-bottom: 30px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

section.news {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  section.news .newsletter-area {
    display: flex;
    align-items: center;
  }
}
section.news .newsletter-area .text h3 {
  color: #00394A;
  font-weight: bold;
}
@media (min-width: 768px) {
  section.news .newsletter-area .button-container {
    padding-left: 2rem;
  }
}
section.news .newsletter-area .button-container .btn {
  white-space: nowrap;
}

footer {
  padding: 0;
  text-align: center;
  /*

  a {
      color:inherit;
      font-weight: bold;

      &:hover,
      &:focus {
          color:$gray;
          text-decoration:none;
      }
  }

  p {
      font-size: 14px;
      margin: 0;
  }

  ul {
      margin:20px auto;
      &:after {
          content:"";
          display:block;
          width:100px;
          height:2px;
          background:$gray-light;
          margin:20px auto;
      }

      &.before {
          font-size:11px;

          &:after {
              display:none;
          }

          &:before {
              content:"";
              display:block;
              width:100px;
              height:2px;
              background:$gray-light;
              margin:20px auto;
          }

      }

      li {

          a {

              &:hover,
              &:focus,
              &:active,
              &.active {
                  text-decoration: none;
              }
          }
      }
  }
  */
}
footer .upper {
  background: rgba(76, 12, 12, 0.1);
  padding: 2rem 1rem;
}
footer .upper .list-social {
  margin: 0;
}
footer .upper .list-social a {
  padding: 0;
  display: inline-block;
}
footer .upper .list-social a:hover, footer .upper .list-social a:focus {
  text-decoration: none;
  opacity: 0.7;
}
footer .upper .list-social i {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #4C0C0C;
  font-size: 1.5rem;
}
footer .lower {
  padding: 2rem 1rem 0.5rem;
  background: #4C0C0C;
  color: white;
}
footer .lower a {
  color: white;
}
@media (min-width: 768px) {
  footer .lower .container {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  footer .lower .container .rights {
    width: 50%;
    text-align: left;
  }
}
footer .lower .container .rights p {
  font-size: 0.75rem;
  text-align: center;
}
@media (min-width: 768px) {
  footer .lower .container .logo {
    width: 25%;
    text-align: left;
  }
}
footer .lower .container .logo img {
  height: 40px;
}
footer .lower .container .logo a:hover, footer .lower .container .logo a:focus {
  text-decoration: none;
  opacity: 0.7;
}
@media (min-width: 768px) {
  footer .lower .container .btn-top {
    width: 25%;
    text-align: right;
  }
}
footer .lower .container .btn-top a {
  font-weight: lighter;
}
footer .lower .container .btn-top a:hover, footer .lower .container .btn-top a:focus {
  text-decoration: none;
  opacity: 0.7;
}
footer .lower .container .btn-top a img {
  height: 40px;
  transform: rotate(180deg);
}
footer .development {
  padding: 0.75rem 1rem;
  background: #360909;
  color: white;
  font-size: 0.7rem;
}
footer .development a {
  color: white;
}

.bg-primary,
a.bg-primary,
.btn-primary {
  color: #00394A;
  background: white !important;
  border: 3px solid #00394A;
}
.bg-primary:hover, .bg-primary:focus,
a.bg-primary:hover,
a.bg-primary:focus,
.btn-primary:hover,
.btn-primary:focus {
  color: #4C0C0C !important;
  border-color: #4C0C0C;
  background: white !important;
}

.bg-secondary,
a.bg-secondary,
.btn-secondary {
  color: #4C0C0C;
  background: white !important;
  border: 3px solid #4C0C0C;
}
.bg-secondary i,
a.bg-secondary i,
.btn-secondary i {
  color: white;
  background: #4C0C0C !important;
}
.bg-secondary:hover, .bg-secondary:focus,
a.bg-secondary:hover,
a.bg-secondary:focus,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #00394A !important;
  border-color: #00394A;
  background: white !important;
}
.bg-secondary:hover i, .bg-secondary:focus i,
a.bg-secondary:hover i,
a.bg-secondary:focus i,
.btn-secondary:hover i,
.btn-secondary:focus i {
  background: #00394A !important;
  color: white;
}

.text-primary {
  color: #00394A;
}

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 3px solid;
  border-color: white;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #00394A;
  background-color: #00394A;
}

.btn {
  border-radius: 300px;
  font-family: "Montserrat", "Helvetica", "Arial", "sans-serif";
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.btn.btn-xxs {
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  white-space: nowrap;
  margin-bottom: 0.5rem;
}
.btn.btn-xxs .highlight {
  background: #f00;
  display: inline;
  padding: 0 2px;
}
.btn.btn-xxs .highlight.zoom {
  background: #5082C3;
}
.btn.btn-xxs .highlight.presencial {
  background: #079A48;
}
@media (min-width: 768px) {
  .btn {
    margin-bottom: 0;
  }
}
.btn.btn-orange {
  background: #dd4b39;
  color: white;
}
.btn.btn-orange:hover, .btn.btn-orange:focus {
  background: #c23321;
  color: white;
}
.btn.btn-blue {
  background: #3b7293;
  color: white !important;
}
.btn.btn-blue:hover, .btn.btn-blue:focus {
  background: #2c566f;
  color: white;
}
.btn.btn-blue.btn-icon:hover i {
  background: white;
  color: #2c566f;
}
.btn.btn-blue.btn-icon i {
  background: white;
  color: #3b7293;
}
.btn.btn-green {
  background: #94c70d;
  color: white;
}
.btn.btn-green:hover, .btn.btn-green:focus {
  background: #70970a;
  color: white;
}
.btn.btn-icon {
  position: relative;
  padding-right: calc(29px + 1rem);
}
.btn.btn-icon:hover i {
  background: #4C0C0C;
}
.btn.btn-icon i {
  position: absolute;
  top: 3px;
  right: 3px;
  display: none;
  display: inline-block;
  line-height: 34px;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  background: #00394A;
  color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

/*
.btn-xl {
    font-size: 14px;
    padding: 15px 45px;
    letter-spacing:0;

    @media (min-width:768px) {
        font-size: 18px;
        letter-spacing:2px;
    }
}

.btn-xs-block {
    @media (max-width:500px) {
        display:block;
        margin-left:auto;
        margin-right:auto;
        float:none;
    }
}
*/

/*# sourceMappingURL=enajus-2021.css.map */
