@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
.event-box, .speaker-box {
  width: 100%;
  min-height: 330px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: auto;
  margin-bottom: 15px;
  text-align: center;
  max-width: 250px;
  cursor: pointer;
  background: white;
}
.event-box:hover, .speaker-box:hover {
  background-color: rgba(238, 238, 238, 0.35);
}
.event-box p, .speaker-box p {
  padding-left: 10px;
  padding-right: 10px;
}

.speaker-box {
  min-height: 280px;
}

.modal .info, .event-box .info, .speaker-box .info {
  text-align: center;
  position: relative;
}
.modal .info .img-placeholder, .event-box .info .img-placeholder, .speaker-box .info .img-placeholder {
  height: 150px;
  position: relative;
}
.modal .info .img-placeholder img, .event-box .info .img-placeholder img, .speaker-box .info .img-placeholder img {
  max-height: 80%;
  max-width: 80%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.modal .info .img-placeholder.speaker, .event-box .info .img-placeholder.speaker, .speaker-box .info .img-placeholder.speaker {
  height: 200px;
  position: relative;
}
.modal .info .img-placeholder.speaker img, .event-box .info .img-placeholder.speaker img, .speaker-box .info .img-placeholder.speaker img {
  max-height: 90%;
  max-width: 90%;
}
.modal .modal-body, .event-box .modal-body, .speaker-box .modal-body {
  text-align: justify;
  padding: 20px;
  overflow: auto;
}
.modal .company, .event-box .company, .speaker-box .company {
  max-width: 130px;
  margin-left: 10px;
  max-height: 30px;
}
.modal .img-placeholder, .event-box .img-placeholder, .speaker-box .img-placeholder {
  text-align: center;
}

.modal-dialog.popup {
  width: 95%;
  max-width: 850px;
}

.botao {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.botao a, .botao input[type=button], .botao input[type=submit] {
  cursor: pointer;
  text-transform: uppercase;
  padding: 12px 45px;
  border-radius: 90px;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  margin: 10px auto;
  outline: none;
  transition: all 0.3s;
  text-align: center;
  box-shadow: 0 10px 10px rgba(68, 166, 255, 0.2);
  background: #518fc7;
  background: linear-gradient(67deg, #518fc7, #011146);
}
.botao a:hover, .botao input[type=button]:hover, .botao input[type=submit]:hover {
  opacity: 0.95;
  box-shadow: 0 10px 10px rgba(68, 166, 255, 0.5);
  color: white;
}
.botao a.white, .botao input[type=button].white, .botao input[type=submit].white {
  color: white;
  background: none;
  border-color: white;
  border-width: 2px;
  border-style: solid;
}
.botao a.white:hover, .botao input[type=button].white:hover, .botao input[type=submit].white:hover {
  color: white !important;
  background: rgba(255, 255, 255, 0.1);
}
.botao a.danger, .botao input[type=button].danger, .botao input[type=submit].danger {
  transition: none;
  background: #F75C5C;
  background: linear-gradient(290deg, #F75C5C 0%, #DB4040 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F75C5C", endColorstr="#DB4040", GradientType=1);
  color: white;
}
.botao a.danger:hover, .botao input[type=button].danger:hover, .botao input[type=submit].danger:hover {
  background: rgba(238, 238, 238, 0.35);
  border-color: rgba(141, 195, 111, 0.7);
}

.nav-tabs {
  border: none;
}

#imagensOrganizacao .caption {
  min-width: 150px !important;
}

img {
  max-width: 100%;
}

.iscte-student-badge {
  position: absolute;
  top: 5px;
  right: 5px;
}
.iscte-student-badge img {
  width: 40px;
  height: 40px;
}

.modal-label {
  position: absolute;
  top: 5px;
  right: 5px;
}

.shuffle {
  opacity: 0;
}

.videoBox {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.videoBox .video {
  background: black;
  padding-bottom: 56.25%;
  position: relative;
}
.videoBox .video iframe, .videoBox .video section, .videoBox .video object {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#certificateBtn {
  padding: 5px;
  width: 100%;
  max-width: 350px;
  border-radius: 20px;
  background: #95c564;
  color: white;
  font-family: "Conv_Brandon_reg", Sans-Serif;
  font-size: 20px;
  text-transform: uppercase;
}
#certificateBtn:hover {
  background: none;
  color: white !important;
}

.caps {
  text-transform: uppercase;
}

#title {
  font-size: 25px;
}

.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
}

.vertical-align-center > * {
  pointer-events: all;
}

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.alert {
  position: fixed;
  z-index: 5000;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 0;
  min-height: 50px;
  border-radius: 0;
  border: none;
  padding: 11px;
  color: white;
  box-shadow: inset 0px -9px 15px -15px rgba(0, 0, 0, 0.75);
}
.alert a {
  color: white;
  text-decoration: underline;
}
.alert a.close {
  text-decoration: none;
  padding-top: 2px;
  top: 1px;
  right: -10px;
}
.alert.alert-danger {
  background: #dd4b39;
}
.alert.alert-success {
  background: #4FAD32;
}
.alert .container {
  padding-right: 25px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  filter: alpha(opacity=20);
  opacity: 0.6;
}

.floating_box {
  padding: 30px;
  max-width: 100%;
  max-width: calc(100% - 20px);
  width: 450px;
  color: white;
  background: #2b2b6c;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4fad32", endColorstr="#96c45b", GradientType=1);
  position: fixed;
  top: 70px;
  right: 20px;
  border-radius: 5px;
}
.floating_box small {
  color: #EDEDED;
}
.floating_box.caixa_curso h2 {
  margin: 0;
  margin-bottom: 5px;
}
.floating_box .botao {
  margin: 0;
  margin-top: 10px;
}
.floating_box .botao a {
  background: none;
  margin: 0;
  border: 2px solid #FFF;
  border-radius: 5px;
  padding: 7px;
  color: white;
}
.floating_box .botao a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: white !important;
}

.qrcode svg {
  width: 100%;
  height: 100%;
}

.bottom-banner {
  padding: 10px 20px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  background-color: #c11c2e;
  color: white !important;
  display: block;
  line-height: initial !important;
  text-align: center;
}

@font-face {
  font-family: "brandon_grotesque";
  src: url(/fonts/brandon_bld-webfont.eot?fd196e2a2e4e99fcabd3aab1c4750544);
  src: url(/fonts/brandon_bld-webfont.eot?fd196e2a2e4e99fcabd3aab1c4750544?#iefix) format("embedded-opentype"), url(/fonts/brandon_bld-webfont.woff2?ab7f2b85407765f3204bdafdadb35d30) format("woff2"), url(/fonts/brandon_bld-webfont.woff?a1ba768ce5d4498ced3980e1b2ba257d) format("woff"), url(/fonts/brandon_bld-webfont.ttf?74cc3067cda06c511972d985cc8e0661) format("truetype"), url(/fonts/brandon_bld-webfont.svg?3b65c478fef79a40951ae92fa018210f#../font/brandon_grotesquebold) format("svg");
  font-weight: bold;
  font-style: normal;
}
p {
  font-size: 14px;
}

html,
body,
ul,
li,
ol {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 12pt;
  font-weight: 300;
  line-height: 1.7em;
  width: 100%;
  height: 100%;
}

html {
  height: 100%;
}

#wrapper {
  min-height: 100%;
  position: relative;
  padding-bottom: 180px;
}

.bold {
  font-weight: bold;
}

ul.list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  line-height: 28px;
}
ul.list li {
  padding-left: 1em;
  text-indent: -0.5em;
}
ul.list li:before {
  content: " ";
  background-image: url(/images/text_bullet.svg?1a7e3d7cf1b42eeed7fe30087d6275a5);
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: top 5px left 3px;
  padding-right: 13px;
}
ul.list.white {
  color: white;
}
ul.list.white li:before {
  content: " ";
  background-image: url(/images/text_bullet_white.svg?2442b00d35eb1c02232e76d343deec30);
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: top 5px left 3px;
  padding-right: 13px;
}

h3,
h4,
h5 {
  font-weight: 300;
  line-height: 1.5em;
  text-align: left;
}

h3 {
  font-size: 20pt;
}
h3.small {
  font-variant: small-caps;
}

h4 {
  font-size: 15pt;
}

h5 {
  font-size: 13pt;
}

h1 {
  font-weight: 400;
  color: #3c3c3b;
  text-align: left;
}

h2 {
  text-align: left;
}

.single-header {
  padding-top: 1.5em;
  background: white;
}

.page-title h1 {
  font-weight: bold;
  background: -webkit-linear-gradient(67deg, #317ec3, #011146);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-mask-image: -webkit-linear-gradient(67deg, #317ec3, #011146);
  display: inline-block;
  padding-bottom: 10px;
}

.page-title hr {
  margin: 0 0 25px;
}

.inline {
  display: inline-block;
}

a {
  transition: all 0.2s;
}
a:hover {
  color: #95c564;
}
a, a:hover, a:focus {
  outline: 0;
  text-decoration: none;
}

.main {
  padding-top: 50px;
  min-height: calc(100vh - 80px);
}
.main.footer_left {
  background: white;
  background: linear-gradient(0deg, #f4f6f8 50%, #FFFFFF 50%);
}

.container {
  width: 90%;
  max-width: 1300px;
  margin: auto;
  text-align: justify;
}

.column {
  width: 50%;
}

.clearfix {
  overflow: auto;
}

.striped-sections {
  padding: 2.7em 0 2.8em 0;
  min-height: 210px;
}
.striped-sections:not(footer) {
  background: white;
}
.striped-sections:not(footer).right {
  background-color: #f4f6f8;
}
.striped-sections:not(footer).right hr {
  border-color: lightgray;
}
.striped-sections:not(footer).right.white {
  background-color: white;
}
.striped-sections.cookie-consent:nth-child(odd) {
  background-color: #f4f6f8;
}
.striped-sections.cookie-consent:nth-child(odd) .page-title hr {
  border-color: lightgray;
}
.striped-sections.cookie-consent:nth-child(even) {
  background-color: white;
}
.striped-sections.dark {
  background-color: #333 !important;
}
.striped-sections.dark h1 {
  color: white;
}
.striped-sections.dark .botao a {
  color: white;
  background: none;
  border-color: white;
  border-width: 2px;
}
.striped-sections.dark .botao a:hover {
  color: white !important;
  background: rgba(255, 255, 255, 0.1);
}
.striped-sections .container.padding {
  padding-top: 1em;
  padding-bottom: 1em;
}

#video_gallery {
  color: white;
  overflow: hidden;
}
#video_gallery .video_box {
  padding-bottom: 56.25%;
  position: relative;
  background: black;
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  transition: opacity 0.6s ease-in-out;
}
#video_gallery .video_box .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#video_gallery .video_box:hover, #video_gallery .video_box.playing {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
#video_gallery .block {
  cursor: pointer;
  width: 33.2%;
  float: left;
  background: black;
}
#video_gallery .block.big {
  width: 66.4%;
}
#video_gallery .block .title {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 10px;
  line-height: 4vw;
  font-size: 3vw;
  display: none;
}

@media screen and (max-width: 991px) {
  #video_gallery .block {
    width: 49.9%;
  }

  #video_gallery .block.big {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  #video_gallery .block .video {
    display: none;
  }

  #video_gallery .block .title {
    display: block;
  }
}
.modal-header .close {
  margin-left: -20px;
}

.same-height {
  opacity: 0;
}

/*
@media (min-width: 992px)
    #video_gallery{
    .video_box{
.col-md-4 {
    width: 33.2%;
        }
        }
}*/
.unselectable {
  -ms-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

#slider_noticias .arrows {
  margin: auto;
  margin-top: 15px;
  max-width: 700px;
}

#slider_noticias .arrows .slick-arrow {
  color: #00014f;
  font-size: 20px;
  padding: 5px;
  cursor: pointer;
}

#slider_noticias .slick-slide {
  outline: none;
}

#slider_noticias .slick-slide .content {
  max-width: 700px;
  margin: auto;
}

#slider_noticias .slick-prev:before, #slider_noticias .slick-next:before {
  color: #0b275c;
}

#slider_noticias .wrapper_noticia h4 {
  font-size: 15px;
  text-align: right;
}

#slider_noticias .wrapper_noticia h3 {
  font-weight: bold;
  color: #00014f;
}

#slider_noticias .wrapper_noticia p {
  font-size: 14px;
  margin: 0;
}

#sponsors .sponsor_group {
  text-align: left;
}
#sponsors .sponsor_group .logo {
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
  height: 120px;
  position: relative;
  width: 20%;
}
#sponsors .sponsor_group .logo .img {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}
#sponsors .sponsor_group .logo .img {
  height: 90px;
  max-width: 180px;
}
#sponsors .sponsor_group#sponsors_home > div > div {
  clear: both;
  display: flex;
  justify-content: stretch;
}
#sponsors .sponsor_group#sponsors_home .logo {
  height: 100px;
  width: auto;
  flex: 1;
}
#sponsors .sponsor_group#sponsors_home .logo .img {
  height: 100%;
  max-width: 260px;
}
#sponsors .sponsor_group#sponsors_home .small {
  width: 70%;
  margin: auto;
  margin-top: 20px;
}
#sponsors .sponsor_group#sponsors_home .small > div {
  display: block;
}
#sponsors .sponsor_group#sponsors_home .small .logo {
  height: 80px;
  width: 100%;
  padding: 0;
}
#sponsors .sponsor_group#sponsors_home .small .logo .img {
  height: 80px;
  max-width: 180px;
}
#sponsors h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 25px;
  margin: 0px;
}
#sponsors hr {
  border: none;
  border-bottom: solid #BFBFBF 1px;
  opacity: 0.6;
  max-width: 60%;
  margin: auto;
  margin-bottom: 25px;
}
#sponsors .modal_parceiro_image {
  background: white;
  border-radius: 50%;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
#sponsors .modal_parceiro_image .img {
  width: 200px;
  height: 90px;
  margin: 5px 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#sponsors #partner_details {
  margin-top: 10px;
}
#sponsors .logo:not(.no_modal) a {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0) scale(1, 1);
}
#sponsors .logo:not(.no_modal):hover a {
  transform: translate3d(0, 0, 0) scale(1.03, 1.03);
}

#partner_modal {
  padding-top: 40px;
}
#partner_modal .modal-header {
  background: white;
  margin-bottom: 40px;
  position: relative;
  padding: 0 25px;
}
#partner_modal .modal-header:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 100,0 0,100' style='fill:%23FFFFFF%3B' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  width: 100%;
  bottom: -30px;
  left: 0;
}
#partner_modal .modal-header:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 100,100 0,100' style='fill:%23FFFFFF%3B' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  width: 100%;
  top: -30px;
  left: 0;
}
#partner_modal .modal-header .close {
  margin-top: 13px;
}

/*@import '_workshops';*/
#login_wrapper {
  position: fixed;
  display: none;
  top: 70px;
  left: 0;
  right: 0;
  pointer-events: none;
}

#login {
  width: 100%;
  max-width: 300px;
  margin-right: 0;
  margin-left: auto;
  z-index: 1;
  pointer-events: all;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  background: white;
  border-radius: 5px;
  overflow: hidden;
}
#login input[type=submit],
#login .linkedin {
  margin: 0;
  margin-top: 4px;
  padding: 2px;
}
#login input {
  padding: 2px 5px;
}
#login .botao {
  margin: 0;
}
#login form {
  padding: 20px;
  background: white;
}
#login label {
  margin: 0;
  margin-bottom: 3px;
}
#login p {
  margin: 0;
  margin-top: 5px;
}
#login .bottom {
  padding-top: 8px;
  margin-bottom: -10px;
  font-size: 13px;
}
#login .bottom a {
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  text-decoration: underline;
}
#login #login_button, #login #login_cancel {
  margin: 0;
  margin-top: 5px;
}
#login #login_cancel {
  display: none;
}
#login .or-separator {
  width: 100%;
  height: 13px;
  border-bottom: 2px solid #e9e9e9;
  text-align: center;
  margin-bottom: 13px;
  margin-top: 8px;
}
#login .or-separator span {
  background-color: white;
  color: #e9e9e9;
  padding: 0 10px;
  font-size: 22px;
  cursor: default;
}

.facebook_login {
  padding: 5px;
  display: block;
  clear: both;
  color: white;
  background: #3b5998;
  border-radius: 3px;
  text-align: center;
}
.facebook_login:hover {
  opacity: 0.9;
  color: white;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

@media all and (max-width: 991px) {
  #login_wrapper {
    position: absolute;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    height: calc(100vh - 50px);
    background: rgba(0, 0, 0, 0.2);
    overflow: auto;
    padding: 20px;
    display: none;
    pointer-events: all;
  }

  #login {
    margin: 3em auto;
    margin-bottom: 0;
    max-width: 300px;
    background: #fff;
  }
}
.modal-open #login_wrapper {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  overflow: auto;
  padding: 20px;
  display: none;
  pointer-events: all;
  z-index: 1100;
}
.modal-open #login {
  margin: 3em auto;
  margin-bottom: 0;
  max-width: 300px;
  background: #fff;
  padding-bottom: 10px;
  position: relative;
}
.modal-open #login .bottom {
  background: #FFFFFF;
  padding-top: 8px;
  color: black;
}
.modal-open #login .bottom a {
  color: rgba(0, 0, 0, 0.7);
}
.modal-open #login form {
  border-left: none;
  border-right: none;
}
.modal-open #login #login_cancel {
  display: initial;
}

#register_overlay {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  height: calc(100vh - 50px);
  height: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  overflow: auto;
  z-index: 1200;
  padding: 20px;
  padding-top: 70px;
  display: none;
  transition: padding 0.3s ease;
}

body #register_overlay:not(.nav_in) {
  top: 0px;
  height: 100%;
  height: 100vh;
  padding-top: 20px;
}

.modal-open #register_overlay {
  top: 0px;
  height: 100%;
  max-width: none;
}

#register {
  margin: auto;
  max-width: 1000px;
  background: #fff;
  padding: 7%;
  padding-bottom: 4%;
  position: relative;
}

@media (min-width: 2000px) {
  #register {
    padding: 115px;
    padding-bottom: 95px;
  }
}
#register:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,100 0,0' style='fill:%23FFFFFF%3B' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  width: 100%;
  top: -30px;
  left: 0;
}
#register:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 0,0' style='fill:%23FFFFFF%3B' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  width: 100%;
  bottom: -30px;
  left: 0;
}
#register .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
#register .disclaimer {
  margin: 0;
}
#register .register_progress {
  background-color: #f4f4f5;
  height: 3px;
  max-width: 600px;
  margin: auto;
}
#register .register_progress span {
  display: block;
  height: 100%;
  background-color: #4e8ac2;
}
#register .register_form {
  max-width: 600px;
  margin: auto;
  margin-top: 50px;
}
#register .register_form h1 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: black;
  margin-top: 10px;
}
#register .register_form p {
  font-size: 12px;
  text-align: center;
  color: #888888;
  font-weight: bold;
  line-height: 1.6;
}
#register .register_form p.secondary {
  font-weight: normal;
}
#register .register_form .button {
  cursor: pointer;
  text-transform: uppercase;
  padding: 12px 45px;
  border-radius: 90px;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  margin: 25px auto;
  outline: none;
  transition: all 0.3s;
  box-shadow: 0 10px 10px rgba(68, 166, 255, 0.2);
  background: #518fc7;
  background: linear-gradient(67deg, #518fc7, #011146);
  text-align: center;
}
#register .register_form .button:hover {
  opacity: 0.95;
  box-shadow: 0 10px 10px rgba(68, 166, 255, 0.5);
}
#register .register_form input:not([type=checkbox]):not([type=radio]), #register .register_form select {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  border: solid #9b9b9b 1.5px;
  outline: none;
  min-height: 50px;
  margin-top: 15px;
}
#register .register_form input:not([type=checkbox]):not([type=radio])[disabled], #register .register_form select[disabled] {
  opacity: 0.5;
  pointer-events: none;
  background: white;
}
#register .register_form .dias_registo, #register .register_form .interesses {
  margin: 10px -5px;
}
#register .register_form .dias_registo label, #register .register_form .interesses label {
  float: left;
  width: 33.333%;
  position: relative;
  overflow: hidden;
  font-weight: normal;
  font-size: 13px;
  cursor: pointer;
  margin: -7px 0;
}
#register .register_form .dias_registo label input, #register .register_form .interesses label input {
  position: absolute;
  left: -100px;
}
#register .register_form .dias_registo label span, #register .register_form .interesses label span {
  background: #f4f4f5;
  padding: 5px;
  display: block;
  text-align: center;
  border-radius: 8px;
  margin: 7px;
  margin-bottom: 15px;
}
#register .register_form .dias_registo label input:checked + span, #register .register_form .interesses label input:checked + span {
  background: #4c86be;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  color: white;
}
#register .register_form .dias_registo label {
  text-transform: uppercase;
}
#register .register_form .dias_registo:after, #register .register_form .interesses:after {
  clear: both;
  content: "";
  display: block;
}

@media (max-width: 800px) {
  #register .register_form .dias_registo label, #register .register_form .interesses label {
    width: 50%;
  }
}

@media (max-width: 500px) {
  #register .register_form .dias_registo label, #register .register_form .interesses label {
    width: 100%;
  }
}
#register .register_form .resumo_registo p {
  text-align: left;
  font-weight: normal;
  margin: 0;
}
#register .register_form .resumo_registo h4 {
  text-transform: uppercase;
  color: black;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  margin-top: 20px;
}
#register .register_form .resumo_registo .interesse {
  background: #f4f4f5;
  padding: 3px;
  display: block;
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
}
#register .register_form .resumo_registo label {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.4;
}
#register .register_form .dias_selecionados {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
}
#register .register_form .dias_selecionados span {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border: solid #d4d4d4 1px;
  padding: 8px 20px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 14px;
}

#recover_password_overlay {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  height: calc(100vh - 50px);
  height: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  overflow: auto;
  z-index: 1200;
  padding: 20px;
  padding-top: 70px;
  display: none;
  transition: padding 0.3s ease;
}

body #recover_password_overlay:not(.nav_in) {
  top: 0px;
  height: 100%;
  height: 100vh;
  padding-top: 20px;
}

.modal-open #recover_password_overlay {
  top: 0px;
  height: 100%;
  max-width: none;
}

#recover_password {
  margin: auto;
  max-width: 500px;
  background: #fff;
  padding: 3%;
  padding-bottom: 2%;
  position: relative;
}

@media (min-width: 2000px) {
  #recover_password {
    padding: 50px;
    padding-bottom: 40px;
  }
}
#recover_password:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,100 0,0' style='fill:%23FFFFFF%3B' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  width: 100%;
  top: -30px;
  left: 0;
}
#recover_password:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 0,0' style='fill:%23FFFFFF%3B' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  width: 100%;
  bottom: -30px;
  left: 0;
}
#recover_password .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
#recover_password .recover_progress {
  width: 80%;
  background-color: #f4f4f5;
  height: 3px;
  max-width: 600px;
  margin: auto;
  margin-top: 20px;
}
#recover_password .recover_progress span {
  display: block;
  height: 100%;
  background-color: #4e8ac2;
}
#recover_password h1 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: black;
  margin-top: 10px;
}
#recover_password p {
  font-size: 12px;
  text-align: center;
  color: #888888;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}
#recover_password p.secondary {
  font-weight: normal;
}
#recover_password .recover_form {
  padding: 20px;
  max-width: 600px;
  margin: auto;
  margin-top: 10px;
}
#recover_password .recover_form .button {
  cursor: pointer;
  text-transform: uppercase;
  padding: 12px 45px;
  border-radius: 90px;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  margin-top: 25px;
  outline: none;
  transition: all 0.3s;
  box-shadow: 0 10px 10px rgba(68, 166, 255, 0.2);
  background: #518fc7;
  background: linear-gradient(67deg, #518fc7, #011146);
  text-align: center;
}
#recover_password .recover_form .button:hover {
  opacity: 0.95;
  box-shadow: 0 10px 10px rgba(68, 166, 255, 0.5);
}
#recover_password .recover_form input:not([type=checkbox]):not([type=radio]), #recover_password .recover_form select {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  border: solid #9b9b9b 1.5px;
  outline: none;
  min-height: 50px;
}
#recover_password .recover_form input:not([type=checkbox]):not([type=radio])[disabled], #recover_password .recover_form select[disabled] {
  opacity: 0.5;
  pointer-events: none;
  background: white;
}

#speakers .wrapper_orador, #speakers_home .wrapper_orador {
  width: 20%;
  float: left;
}
#speakers .wrapper_orador .imagem_orador, #speakers_home .wrapper_orador .imagem_orador {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  display: inline-block;
  box-shadow: 0 10px 10px rgba(36, 111, 204, 0.16);
}
#speakers .wrapper_orador .caixa_orador, #speakers_home .wrapper_orador .caixa_orador {
  margin: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0) scale(1, 1);
  text-align: center;
  margin-bottom: 10px;
}
#speakers .wrapper_orador .caixa_orador h3, #speakers_home .wrapper_orador .caixa_orador h3 {
  text-align: center;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 23px;
  font-size: 17px;
  display: inline-block;
}
#speakers .wrapper_orador .caixa_orador h3 i, #speakers_home .wrapper_orador .caixa_orador h3 i {
  font-size: 50%;
  position: relative;
  top: -7px;
}
#speakers .wrapper_orador .caixa_orador img, #speakers_home .wrapper_orador .caixa_orador img {
  max-width: 150px;
  width: 100%;
  border-radius: 50%;
}
#speakers .wrapper_orador .caixa_orador:not(.no_modal):hover, #speakers_home .wrapper_orador .caixa_orador:not(.no_modal):hover {
  cursor: pointer;
  transform: translate3d(0, 0, 0) scale(1.03, 1.03);
}
#speakers .modal_orador .modal_orador_cabecalho, #speakers_home .modal_orador .modal_orador_cabecalho {
  max-width: 625px;
  margin: auto;
  overflow: hidden;
}
#speakers .modal_orador .modal_orador_cabecalho > div, #speakers_home .modal_orador .modal_orador_cabecalho > div {
  display: inline-block;
  position: relative;
  top: 8px;
  max-width: calc(100% - 150px);
}
#speakers .modal_orador .modal_orador_cabecalho > div h1, #speakers_home .modal_orador .modal_orador_cabecalho > div h1 {
  margin: 0 20px;
  margin-bottom: 12px;
}
#speakers .modal_orador .modal_orador_cabecalho > div p, #speakers_home .modal_orador .modal_orador_cabecalho > div p {
  margin: 0 20px;
  margin-top: -10px;
  font-size: 20px;
}
#speakers .modal_orador .modal_orador_cabecalho .imagem_orador, #speakers_home .modal_orador .modal_orador_cabecalho .imagem_orador {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  vertical-align: middle;
  display: inline-block;
}

#personal_items h2 {
  font-weight: bold;
}
#personal_items #favorites {
  border-left: 1px solid #F5F5F5;
  background-size: 200px auto;
  background-position: right 20px bottom 20px;
  background-repeat: no-repeat;
}
#personal_items #favorites .favorite {
  cursor: pointer;
  position: relative;
  padding-right: 37px;
  min-height: 65px;
  overflow: hidden;
  padding-bottom: 5px;
  padding-left: 10px;
}
#personal_items #favorites .favorite:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
#personal_items #favorites .favorite:not(:last-child) {
  border-bottom: 1px gray solid;
}
#personal_items #favorites .favorite h4 {
  margin: 0;
  margin-top: 10px;
  text-align: justify;
}
#personal_items #favorites .favorite .time {
  margin: 0;
}
#personal_items #favorites .favorite .actions {
  position: absolute;
  right: 11px;
  top: 10px;
  width: 20px;
  top: 30%;
  top: calc(50% - 20.1px);
}
#personal_items #favorites .favorite .actions .more, #personal_items #favorites .favorite .actions .remove {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  line-height: 17px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  display: block;
  opacity: 0.8;
  cursor: pointer;
}
#personal_items #favorites .favorite .actions .more {
  border: 1px solid #4FAD32;
  color: #4FAD32;
  margin-bottom: 2px;
}
#personal_items #favorites .favorite .actions .more:hover {
  background: rgba(79, 173, 50, 0.1);
  opacity: 1;
}
#personal_items #favorites .favorite .actions .remove {
  border: 1px solid #FF4F4F;
  color: #FF4F4F;
  transform: rotate(45deg);
}
#personal_items #favorites .favorite .actions .remove:hover {
  background: rgba(255, 79, 79, 0.1);
  opacity: 1;
}
#personal_items #workshops {
  background-size: 200px auto;
  background-position: right 20px bottom 20px;
  background-repeat: no-repeat;
}
#personal_items #workshops .workshop {
  cursor: pointer;
  position: relative;
  padding-right: 37px;
  min-height: 65px;
  overflow: hidden;
  padding-bottom: 5px;
  padding-left: 10px;
}
#personal_items #workshops .workshop:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
#personal_items #workshops .workshop:not(:last-child) {
  border-bottom: 1px gray solid;
}
#personal_items #workshops .workshop h4 {
  margin: 0;
  margin-top: 10px;
  text-align: justify;
}
#personal_items #workshops .workshop .time {
  margin: 0;
}
#personal_items #workshops .workshop .actions {
  position: absolute;
  right: 11px;
  top: 10px;
  width: 20px;
  top: 30%;
  top: calc(50% - 20.1px);
}
#personal_items #workshops .workshop .actions .more, #personal_items #workshops .workshop .actions .remove {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  line-height: 17px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  display: block;
  opacity: 0.8;
  cursor: pointer;
}
#personal_items #workshops .workshop .actions .more {
  border: 1px solid #4FAD32;
  color: #4FAD32;
  margin-bottom: 2px;
}
#personal_items #workshops .workshop .actions .more:hover {
  background: rgba(79, 173, 50, 0.1);
  opacity: 1;
}
#personal_items #workshops .workshop .actions .remove {
  border: 1px solid #FF4F4F;
  color: #FF4F4F;
  transform: rotate(45deg);
}
#personal_items #workshops .workshop .actions .remove:hover {
  background: rgba(255, 79, 79, 0.1);
  opacity: 1;
}
#personal_items .col-sm-6 .placeholder {
  margin-top: 60px;
  margin-bottom: 40px;
}
#personal_items .col-sm-6 .placeholder h3, #personal_items .col-sm-6 .placeholder h4 {
  color: gray;
  text-align: center;
  font-size: 25px;
  font-weight: normal;
}
#personal_items .col-sm-6 .placeholder h4 {
  font-size: 18px;
}
#personal_items #workshops .content, #personal_items #favorites .content {
  height: 350px;
  padding-right: 10px;
  overflow: auto;
}
#personal_items #workshops .content::-webkit-scrollbar-track, #personal_items #favorites .content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(204, 204, 204, 0.2);
}
#personal_items #workshops .content::-webkit-scrollbar, #personal_items #favorites .content::-webkit-scrollbar {
  width: 12px;
}
#personal_items #workshops .content::-webkit-scrollbar-thumb, #personal_items #favorites .content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #4FAD32;
}

#create_password {
  max-width: 300px;
  margin: auto;
}
#create_password input {
  width: 100%;
  margin: 5px 0;
  padding: 5px;
}

#image_upload_form {
  display: none;
}

#user_container {
  max-width: 800px;
}

#user_image {
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  border: #2b2b6c solid 4px;
  margin: auto;
}

#user_details {
  width: calc(100% - 200px);
  float: right;
  padding: 0 20px;
  padding-top: 55px;
  text-align: right;
}
#user_details #user_more_defs {
  color: #919191;
  padding: 3px 0;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
}
#user_details #user_more_defs:hover {
  transform: scale(1.05, 1.05);
  color: #787878;
}
#user_details #user_name {
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  text-align: right;
}
#user_details #user_course {
  margin: 0;
  font-size: 20px;
  text-align: right;
}

#user_image_wrapper {
  position: relative;
  float: right;
  cursor: pointer;
  border-radius: 50%;
}

#user_image_overlay {
  border: #2b2b6c solid 4px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 70px 0;
  opacity: 0;
  transition: opacity 0.5s;
  margin: auto;
}

#user_image_wrapper:hover #user_image_overlay {
  opacity: 1;
}

#user_image_overlay .fa-camera {
  font-size: 60px;
}

#settings_modal .fa-pencil {
  cursor: pointer;
}

.feedback_modal textarea {
  width: 90%;
  background: white;
  max-width: 800px;
  margin: 20px auto;
  display: block;
  border-radius: 5px;
  outline: none;
  padding: 5px;
}
.feedback_modal textarea:focus {
  border-color: black;
}
.feedback_modal .feedback_faces {
  padding-top: 10px;
}
.feedback_modal .feedback_faces label {
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin: 0;
}
.feedback_modal input[type=radio].with-font {
  opacity: 0;
  width: 1px;
  margin-right: -12px;
}
.feedback_modal input[type=radio].with-font ~ i {
  background: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}
.feedback_modal input[type=radio].with-font ~ span {
  vertical-align: top;
  margin-left: 3px;
  line-height: 24px;
}
.feedback_modal input[type=radio].with-font ~ i.fa-frown-o {
  color: #ff2424;
}
.feedback_modal input[type=radio].with-font ~ i.fa-frown-o.better {
  color: #FF6B25;
}
.feedback_modal input[type=radio].with-font ~ i.fa-meh-o {
  color: #ffb226;
}
.feedback_modal input[type=radio].with-font ~ i.fa-smile-o.worse {
  color: #81A414;
}
.feedback_modal input[type=radio].with-font ~ i.fa-smile-o {
  color: #029502;
}
.feedback_modal input[type=radio].with-font ~ i.fa-circle-o {
  color: #b3b3b3;
}
.feedback_modal input[type=radio].with-font:checked ~ i {
  color: white !important;
}
.feedback_modal input[type=radio].with-font:checked ~ i.fa-frown-o {
  background: #ff2424;
}
.feedback_modal input[type=radio].with-font:checked ~ i.fa-frown-o.better {
  background: #FF6B25;
}
.feedback_modal input[type=radio].with-font:checked ~ i.fa-meh-o {
  background: #ffb226;
}
.feedback_modal input[type=radio].with-fon:checked ~ i.fa-smile-o.worse {
  background: #81A414;
}
.feedback_modal input[type=radio].with-font:checked ~ i.fa-smile-o {
  background: #029502;
}
.feedback_modal input[type=radio].with-font:checked ~ i.fa-circle-o {
  background: #b3b3b3;
}
.feedback_modal .programa .table-programa {
  min-width: 0;
}

.form.disabled {
  filter: grayscale(100%);
  opacity: 0.4;
  pointer-events: none;
  /*-ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);*/
}
.form h2 {
  margin: 5px;
  text-align: center;
}
.form label {
  margin-bottom: 0px;
  font-size: 15pt;
  font-weight: 300;
  display: block;
}
.form input[type=text], .form input[type=email], .form select {
  width: 100%;
  outline: none;
  border: none;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.45);
  padding-left: 5px;
  padding-right: 5px;
}

.forms input:not([type=checkbox]), .forms input:not([type=radio]), .forms select {
  border: 1px solid #d9d9d9 !important;
  width: 100%;
  box-sizing: border-box;
  padding: 4px 0px 4px 7px;
  margin-top: 4px;
  margin-bottom: 4px;
  outline: none;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  border-radius: 3px;
}
.forms input:not([type=checkbox]):focus, .forms input:not([type=radio]):focus, .forms select:focus {
  box-shadow: 0 0 5px #30a8da;
  -webkit-box-shadow: 0 0 5px #30a8da;
  -moz-box-shadow: 0 0 5px #30a8da;
  border: 1px solid #30a8da !important;
}
.forms label {
  margin-top: 5px;
  margin-bottom: 2px;
  display: flex;
  font-weight: normal;
}
.forms input[type=checkbox], .forms input[type=radio] {
  position: absolute;
  left: -9999px;
}
.forms input[type=checkbox] + span, .forms input[type=radio] + span {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.forms input[type=checkbox] + span:before, .forms input[type=radio] + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  background: #fff;
}
.forms input[type=checkbox] + span:after, .forms input[type=radio] + span:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #2b2b6c;
  position: absolute;
  top: 1px;
  left: 3px;
  transition: all 0.2s ease;
}
.forms input[type=checkbox]:not(:checked) + span:after, .forms input[type=radio]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
}
.forms input[type=checkbox]:checked + span:after, .forms input[type=radio]:checked + span:after {
  opacity: 1;
  transform: scale(1);
}
.forms .g-recaptcha {
  margin-top: 10px;
  margin-bottom: 15px;
}
.forms .g-recaptcha > div {
  margin: auto;
  width: 100% !important;
}
.forms .g-recaptcha iframe {
  width: 100%;
  max-width: 302px;
  margin: auto;
  display: block;
}

.modal_container.clickable .modal-inner {
  cursor: pointer;
}
.modal_container .modal-box {
  margin-bottom: 20px;
}
.modal_container .modal-box .modal-inner {
  position: relative;
  max-width: 250px;
  background: #dc1c4c;
  border-radius: 8px;
  overflow: hidden;
  margin: auto;
  display: block;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.25);
}
.modal_container .modal-box .modal-inner .img {
  background-size: cover;
  background-position: center;
  position: relative;
}
.modal_container .modal-box .modal-inner .img .spacer {
  padding-bottom: 56.25%;
}
.modal_container .modal-box .modal-title {
  color: #3c3c3b;
  font-size: 15px;
  text-transform: uppercase;
}
.modal_container .modal-box hr {
  margin: 10px 0;
  border-color: white !important;
  border-width: 1px;
}
.modal_container .modal-box .content {
  padding: 20px;
}
.modal_container .modal-box p {
  margin-top: 5px;
  margin-bottom: 0;
  color: #3c3c3b;
}

.modal {
  padding-top: 50px;
}

.modal-dialog .modal-content {
  -webkit-box-shadow: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-top: 3em;
  margin-bottom: 3em;
  background: none;
  /*&:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,100 0,0' style='fill:%23f4f6f8%3B' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  display: block;
  height: 30px;
  position: absolute;
  width: 100%;
  top: -30px;
  left: 0;
   }*/
}
.modal-dialog .modal-content .modal-header {
  border: none;
  padding: 10px 25px 40px 25px;
  background: #2b2b6c;
}
.modal-dialog .modal-content .modal-header #workshop_speakers a {
  color: #3c3c3b;
}
.modal-dialog .modal-content .modal-header #workshop_speakers a:hover {
  color: #E8E8E8;
}
.modal-dialog .modal-content .modal-header #workshop_speakers a i {
  font-size: 80%;
}
.modal-dialog .modal-content .modal-header .modal-title {
  font-weight: bold;
  line-height: 40px;
  color: white;
}
.modal-dialog .modal-content .modal-header p {
  color: #F7F7F7;
  margin: 0;
}
.modal-dialog .modal-content .modal-header:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 100,100 0,100' style='fill:%232b2b6c%3B' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  width: 100%;
  top: -30px;
  left: 0;
}
.modal-dialog .modal-content .modal-body {
  padding: 6px 25px 15px 25px;
  background: white;
  overflow: initial;
}
.modal-dialog .modal-content .modal-body:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='100,0 100,100 0,100' style='fill:%23FFFFFF%3B' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  width: 100%;
  top: -30px;
  left: 0;
}
.modal-dialog .modal-content h3 {
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 0;
}
.modal-dialog .modal-content:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='100,100 100,0 0,0' style='fill:%23FFFFFF%3B' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  width: 100%;
  bottom: -30px;
  left: 0;
}

#sponsors {
  text-align: left;
}
#sponsors .sponsors {
  margin-bottom: 10px;
}
#sponsors .sponsors .sponsor {
  margin: 10px 0;
  height: 60px;
  position: relative;
}
#sponsors .sponsors .sponsor img {
  max-height: 45px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 10px;
  max-width: 100%;
}

@media (max-width: 950px) {
  #sponsors .sponsors .sponsor img {
    max-width: 200px;
    padding: 0 5px;
  }
}

#intro {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  overflow: hidden;
  text-align: center;
  border-collapse: collapse;
  height: 100vh;
  width: 100%;
  position: relative;
}
#intro .vertical-alignment-helper {
  padding-top: 45px;
}

@media (min-width: 1200px) {
  #intro .vertical-alignment-helper {
    transform: scale(1.2);
  }
}

@media (min-width: 1500px) {
  #intro .vertical-alignment-helper {
    transform: scale(1.5);
  }
}
#intro .vertical-alignment-helper .vertical-align-center > * {
  pointer-events: none;
}
#intro .fista-title {
  padding-top: 25px;
  padding-bottom: 40px;
  overflow: hidden;
  text-align: center;
}
#intro .fista-title #logo {
  width: 90%;
  max-width: 800px;
}
#intro #ver-mais {
  text-align: center;
  background: url(/images/arrow_down.svg?d95ea216262ea160270b8b9cd5bcff2e);
  background-size: 50px 20px;
  background-repeat: no-repeat;
  bottom: 25px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  display: block;
  width: 50px;
}
#intro #ver-mais > a {
  width: 50px;
  height: 20px;
  display: block;
  cursor: pointer;
}
#intro #background {
  background-image: url(/assets/img/7726635.jpg);
  background-position: center;
  background-size: cover;
  z-index: -10;
  position: absolute;
  width: 100%;
  height: 100%;
}
#intro #background #scene {
  height: 100%;
}
#intro #background .layer {
  right: 0;
}
#intro #background .layer:not(.align-top) {
  bottom: 0;
  top: auto !important;
}
#intro #background .layer.align-top {
  top: 0;
  bottom: auto;
}
#intro #background .layer img:not(#logo) {
  width: 100%;
}
#intro #background canvas {
  opacity: 0.5;
}
#intro #background:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  background-image: linear-gradient(40deg, rgba(2, 93, 206, 0.65), rgba(121, 172, 224, 0.56), rgba(255, 255, 255, 0.51));
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
}

#info {
  position: relative;
  background: #518fc7;
  background: linear-gradient(67deg, #317ec3, #011146);
  background-size: cover;
  background-position: center top;
  padding: 2.7em 0 2.8em 0;
  color: white;
  text-shadow: 5px 2px 18px rgba(0, 0, 0, 0.1);
}
#info h1 {
  color: white;
}
#info .date_location {
  max-width: 550px;
  margin-right: 0;
  margin-left: auto;
}
#info .date_location h2 {
  font-weight: bold;
}
#info .date_location p {
  font-size: 20px;
  text-align: left;
}

.programa {
  max-width: 850px;
  margin: auto;
  margin-top: 25px;
}
.programa .nav-tabs {
  /*max-width: 300px;*/
  margin: auto;
  text-align: center;
}
.programa .nav-tabs > li {
  float: none;
  display: inline-block;
}
.programa .nav-tabs > li a {
  border: none !important;
  color: #3c3c3b !important;
  background: none !important;
  text-align: center;
  font-size: 75px;
  line-height: 63px;
  font-weight: bold;
  opacity: 0.7;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: scale(0.8, 0.8);
}
.programa .nav-tabs > li a span {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin-top: -20px;
  height: 36px;
}
.programa .nav-tabs > li a:hover {
  opacity: 0.9;
  transform: scale(1, 1);
}
.programa .nav-tabs > li.active a {
  opacity: 1;
  transform: scale(1, 1);
}
.programa .tab-content > .tab-pane {
  overflow: auto;
  margin: 0 -15px;
}
.programa .table-programa {
  min-width: 450px;
  border-spacing: 10px;
  border-collapse: separate;
  table-layout: fixed;
  margin: 0;
}
.programa .table-programa tr td {
  position: relative;
  border-radius: 5px;
  border: 1px solid #E3E3E3;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  vertical-align: middle;
  padding: 6px 10px;
}
.programa .table-programa tr td img {
  height: 22px;
  margin: auto;
  display: block;
  opacity: 0.7;
}
.programa .table-programa tr td.workshops {
  background-size: 80px auto, auto;
  background-position: right 20px bottom -32px, center;
  background-repeat: no-repeat;
}
.programa .table-programa tr td.speedtalks {
  background-size: 60px auto, auto;
  background-position: right 12px bottom -15px, center;
  background-repeat: no-repeat;
}
.programa .table-programa tr td.time {
  padding: 8px 0;
  text-align: center;
}
.programa .table-programa tr td h1 {
  font-size: 14px;
  margin: 0;
  display: inline-block;
  margin-bottom: 2px;
}
.programa .table-programa tr td p {
  margin: 0;
  display: inline-block;
  font-size: 13px;
}
.programa .table-programa tr td p.place {
  font-size: 10pt;
}
.programa .table-programa tr td.tech {
  padding-right: 55px;
}
.programa .table-programa tr td.tech:after {
  font-weight: normal;
  padding: 2px 3px 0px 3px;
  line-height: 16px;
  border-radius: 4px;
  margin-left: 8px;
  position: absolute;
  top: 8px;
  right: 8px;
  content: "TECH";
  border: 1px solid #1c47c2;
  color: #1c47c2;
}
.programa .table-programa tr td.arq {
  padding-right: 48px;
}
.programa .table-programa tr td.arq:after {
  font-weight: normal;
  padding: 2px 3px 0px 3px;
  line-height: 16px;
  border-radius: 4px;
  margin-left: 8px;
  position: absolute;
  top: 8px;
  right: 8px;
  content: "ARQ";
  border: 1px solid #ff7200;
  color: #ff7200;
}
.programa .table-programa tr td.button {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.programa .table-programa tr td.button:hover {
  transform: scale(1.02, 1.02);
}
.programa .table-programa tr td.center {
  text-align: center;
}
.programa .table-programa tr th {
  border: none;
  height: 0px;
  padding: 0;
}

#presentation_speakers a {
  color: white;
}
#presentation_speakers a:hover {
  color: #E8E8E8;
}

#presentation_modal #presentation_details {
  padding: 10px 0;
}
#presentation_modal .modal-header h2 {
  text-align: left;
  margin: 0;
  color: white;
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 24px;
  margin-top: 5px;
}
#presentation_modal p:last-child {
  margin: 0;
}
#presentation_modal .favorite {
  cursor: pointer;
  color: #B8B8B8;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  margin-top: -4px !important;
  background-size: 26px 23px;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 30px;
  height: 34px;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  position: relative;
  margin-top: 5px !important;
  display: inline-block;
}
#presentation_modal .favorite:hover, #presentation_modal .favorite.active {
  color: black;
}
#presentation_modal .favorite span.icon {
  width: 26px;
  height: 23px;
  background-size: 26px 23px;
  background-repeat: no-repeat;
  display: inline-block;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}
#presentation_modal .favorite:hover span.icon {
  opacity: 0.4;
}
#presentation_modal .favorite.active span.icon {
  opacity: 1;
}

#organization img.entity {
  height: 55px;
  margin-bottom: 25px;
  max-width: 100%;
}
#organization #logos-organizacao {
  max-width: 900px;
  margin: auto;
  text-align: justify;
}
#organization #logos-organizacao .logo {
  display: inline-block;
}
#organization #logos-organizacao:after {
  content: "";
  width: 100%;
  display: inline-block;
}

#slider-organization ul li.card_wrapper {
  width: 12.5%;
  padding-bottom: 12.5%;
  position: relative;
  float: left;
  list-style: none;
  position: relative;
  perspective: 800px;
}
#slider-organization ul li.card_wrapper .card {
  padding: 7px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  /* Chrome, Safari, Opera */
  -moz-transform-style: preserve-3d;
  transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  -o-transition: transform 1s;
}
#slider-organization ul li.card_wrapper .card .back {
  background: #4FAD32;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  height: calc(100% - 14px);
  text-align: center;
  position: absolute;
  width: calc(100% - 14px);
  pointer-events: all;
  top: 7px;
  left: 7px;
  color: white;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#slider-organization ul li.card_wrapper .card .back .name {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding: 5px;
}
#slider-organization ul li.card_wrapper:hover .card {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
#slider-organization ul li.card_wrapper img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#slider-organization ul li.card_wrapper p.organization-caption {
  line-height: 18px;
  margin: 0;
  display: none;
}

.event-icons {
  margin-top: 20px;
}
.event-icons-box {
  text-align: center;
  padding-top: 10px;
  border-radius: 10px;
}
.event-icons-box, .event-icons-box p, .event-icons-box .event-icon {
  transition: all 0.2s;
}
.event-icons-box p {
  color: black;
}
.event-icons-box:hover {
  background-color: #95c564;
}
.event-icons-box:hover .event-icon, .event-icons-box:hover p {
  color: #3c3c3b;
}
.event-icons-box .event-icon {
  color: #95c564;
}

@media (min-width: 800px) {
  .event-icons-box .event-icon {
    font-size: 6.5em;
  }
}

@media (max-width: 800px) {
  .event-icons-box .event-icon {
    font-size: 15vw;
  }
}

#organization,
#workshops, #companies {
  overflow: hidden;
}

.navContainer {
  position: absolute;
  top: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  transition: background-color 0.2s ease-in-out;
  z-index: 5;
  color: #3c3c3b;
  /*a#home {
      opacity: 0;
  }
  */
}
.navContainer.nav_hidden {
  opacity: 0;
  position: fixed;
}
.navContainer #long_title, .navContainer #short_title {
  display: none;
}
.navContainer.fixed {
  position: fixed;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  box-shadow: 0px 0px 2px 0px black;
  background: white;
  z-index: 3000;
}
.navContainer.fixed a#home {
  opacity: 1;
}
.navContainer.fixed a {
  color: #3c3c3b;
}
.navContainer.fixed #long_title {
  display: initial;
}
.navContainer.in {
  opacity: 1;
}

@-webkit-keyframes example {
  from {
    background-color: red;
  }
  to {
    background-color: yellow;
  }
}

@keyframes example {
  from {
    background-color: red;
  }
  to {
    background-color: yellow;
  }
}
.navContainer .container {
  max-height: 100vh;
  font-size: 13px;
}
.navContainer .container a#home {
  float: left;
  height: 50px;
}
.navContainer .container a#home img {
  height: 30px;
  margin-bottom: 6px;
}
.navContainer .container nav {
  text-transform: uppercase;
  text-align: right;
}
.navContainer .container nav ul#menu {
  display: block;
}
.navContainer .container nav ul#menu li.first-level {
  list-style-type: none;
  display: inline-block;
  /*&:not(:last-child):after {
      content: "";
  }*/
}
.navContainer .container nav ul#menu li.first-level a {
  display: block;
  padding: 0 7.5px 0 7.5px;
  transition: transform 0.2s ease, padding 0.2s ease;
}
.navContainer .container nav ul#menu li.first-level.dropdown-m {
  cursor: pointer;
}
.navContainer .container nav ul#menu li.first-level.dropdown-m ul {
  padding: 0px 15px;
  margin-left: -7.5px;
  min-width: 150px;
  text-align: left;
  background: white;
  display: none;
  position: absolute;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.navContainer .container nav ul#menu li.first-level.dropdown-m ul li {
  display: block;
}
.navContainer .container nav ul#menu li.first-level:hover > a:not(.profile_photo) {
  transform: scale(1.1, 1.1);
  padding: 0 12.5px 0 12.5px;
}
.navContainer .container nav ul#menu li.first-level .profile_photo {
  width: 40px;
  height: 40px;
  display: block;
  background-size: cover;
  border-radius: 50%;
  margin-bottom: -16px;
  margin-left: 8px;
  border: #2b2b6c solid 2px;
}
.navContainer .container nav ul#menu li.first-level .profile_photo span {
  display: none;
}
.navContainer .container nav ul#menu li.first-level .dropdown-menu {
  margin-top: 12px;
}
.navContainer .container nav ul#menu li.first-level .dropdown-menu .edition_button {
  padding: 5px 10px;
}
.navContainer .container nav ul#menu li.lang {
  display: inline-block;
  padding-left: 5px;
  color: #3c3c3b;
  cursor: default;
}
.navContainer .container nav ul#menu li.lang a {
  opacity: 0.9;
  padding: 0px 5px;
}
.navContainer .container nav ul#menu li.lang a.active {
  opacity: 0.5;
  cursor: default;
}
.navContainer a {
  line-height: 50px;
  color: white;
  color: #3c3c3b;
  font-weight: normal;
  transition: color 0.2s ease-in-out;
}
.navContainer li {
  list-style-type: none;
}

#short_title {
  display: none;
}

.navContainer.fixed, body.login_open .navContainer {
  position: fixed;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  box-shadow: 0px 0px 2px 0px black;
  background: white;
  z-index: 3000;
}
.navContainer.fixed a#home, body.login_open .navContainer a#home {
  opacity: 1;
}
.navContainer.fixed.in, body.login_open .navContainer.in {
  opacity: 1;
}

body.login_open .navContainer {
  opacity: 1;
}

footer {
  font-size: 10pt;
  font-weight: 200;
  line-height: 1.7em;
  min-height: 180px !important;
  background: #518fc7;
  background: linear-gradient(67deg, #317ec3, #011146);
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-position: center top;
  background-size: cover;
  color: white;
  display: flex;
  align-items: center;
  padding: 30px 0;
}
footer a {
  color: white;
}
footer p {
  font-size: 12px;
  text-align: left;
}
footer p a {
  color: white;
  cursor: pointer;
}
footer p a:hover, footer p a:focus {
  text-decoration: underline;
  color: white;
}
footer p .footer-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}

@media screen and (max-width: 1020px) {
  #info {
    background-size: cover;
    background-position: center top;
  }
}

@media screen and (max-width: 993px) {
  #wrapper {
    padding-bottom: 430px;
  }

  #info {
    padding: 1.5em 0 2.5em 0;
  }

  #speakers .wrapper_orador, #speakers_home .wrapper_orador {
    width: 25%;
  }

  .navContainer.fixed #short_title {
    display: inline-block;
  }

  #long_title {
    display: none !important;
  }

  .floating_box {
    top: 60px;
    right: 10px;
    padding: 20px;
  }

  #info h1 {
    font-weight: bold;
  }

  #info .date_location {
    max-width: 90%;
    margin: auto;
  }

  .navContainer.open {
    position: fixed;
    top: 0;
    transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    background: white;
    opacity: 1;
  }

  .navContainer.open a#home {
    opacity: 1;
  }

  .navContainer.fixed a, .navContainer.open a {
    color: #3c3c3b;
  }

  .navContainer .container {
    overflow: auto;
  }

  .navContainer .container a#home {
    float: none !important;
  }

  .navContainer .container span#nav-button {
    background-image: url(/images/nav-icon.svg?76375fd128b030f3e2aaa61f6cd15ce0);
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 20px 19px;
    background-position: center;
    width: 47px;
    height: 55px;
    position: absolute;
    right: 0px;
    top: 0px;
  }

  .navContainer .container nav {
    text-align: left;
  }

  .navContainer .container nav ul#menu {
    display: none;
    float: none;
  }

  .navContainer .container nav ul#menu li.first-level {
    display: block !important;
    text-align: left;
  }

  .navContainer .container nav ul#menu li.first-level.dropdown-m ul {
    position: static;
    background: rgba(20, 29, 39, 0);
    margin-left: 0;
  }

  .navContainer .container nav ul#menu li.first-level:hover > a:not(.profile_photo) {
    transform: none;
    padding: 0 7.5px 0 7.5px;
  }

  .navContainer .container nav ul#menu li.first-level .profile_photo {
    margin-bottom: 10px;
  }

  .navContainer .container nav ul#menu li.first-level .profile_photo span {
    display: inline;
    position: relative;
    top: -5px;
    left: 45px;
  }

  .navContainer .container nav ul#menu li.first-level .dropdown-menu {
    margin-top: -95px;
  }

  .event-box {
    min-height: 270px;
  }

  .event-box .info .img-placeholder {
    height: 90px;
  }

  .organization-caption {
    opacity: 1 !important;
  }

  .modal .modal-body,
  .event-box .modal-body,
  .speaker-box .modal-body {
    padding: 10px;
  }

  #user_image_wrapper {
    float: none;
    margin-top: 10px;
  }

  #user_details {
    float: none;
    padding-top: 20px;
    width: 100%;
    text-align: center;
  }

  #user_details * {
    text-align: center !important;
  }

  #speakers .wrapper_orador {
    width: 33.33333%;
  }

  #speakers_home .wrapper_orador {
    width: 50%;
  }

  .event-box {
    min-height: 150px;
  }

  #organization #logos-organizacao {
    text-align: center;
  }

  #organization #logos-organizacao .logo {
    display: block;
  }

  #slider-organization ul li.card_wrapper {
    width: 20%;
    padding-bottom: 20%;
  }

  #sponsors #partners .logo {
    padding: 0 8px;
    margin-bottom: 20px;
    height: 70px;
  }

  #sponsors #partners .logo .img {
    height: 55px;
  }

  #sponsors #partners .logo {
    width: 33.333333%;
  }

  #sponsors #partners .logo .img {
    max-width: 200px;
  }

  #sponsors h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 25px;
    margin: 0px;
  }

  #sponsors hr {
    border: none;
    border-bottom: solid #BFBFBF 1px;
    opacity: 0.6;
    max-width: 60%;
    margin: auto;
    margin-bottom: 25px;
  }

  #sponsors .sponsor_group .logo {
    width: 25%;
  }

  #sponsors .sponsor_group .logo .img {
    max-width: 200px;
  }

  #sponsors .sponsor_group#sponsors_home .logo {
    height: 90px;
  }

  #sponsors .sponsor_group#sponsors_home .logo .img {
    height: 85px;
    max-width: 180px;
  }
}

@media screen and (max-width: 675px) {
  #intro .fista-title .column {
    width: 100%;
    float: none;
  }

  #slider-organization ul li.card_wrapper {
    width: 25%;
    padding-bottom: 25%;
  }

  #intro {
    min-height: 500px;
    height: auto;
  }

  #intro .vertical-alignment-helper {
    /*min-height: 450px;
    padding-top: 50px;
    margin-bottom: 40px;*/
    padding-top: 70px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  #speakers .wrapper_orador, #speakers_home .wrapper_orador {
    width: 50%;
  }

  #speakers .modal_orador .modal_orador_cabecalho > div, #speakers_home .modal_orador .modal_orador_cabecalho > div {
    display: block !important;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    max-width: none;
  }

  #speakers .modal_orador .modal_orador_cabecalho > div h1, #speakers_home .modal_orador .modal_orador_cabecalho > div h1 {
    margin: 0;
    text-align: center;
  }

  #speakers .modal_orador .modal_orador_cabecalho > div p, #speakers_home .modal_orador .modal_orador_cabecalho > div p {
    margin: 0 !important;
    text-align: center;
  }

  #speakers .modal_orador .modal_orador_cabecalho .imagem_orador, #speakers_home .modal_orador .modal_orador_cabecalho .imagem_orador {
    margin: auto;
    display: block;
  }
}

@media screen and (max-width: 450px) {
  #speakers .wrapper_orador .caixa_orador, #speakers_home .wrapper_orador .caixa_orador {
    max-width: 180px;
  }

  #speakers .wrapper_orador .caixa_orador h3, #speakers_home .wrapper_orador .caixa_orador h3 {
    font-size: 20px;
  }

  #speakers .wrapper_orador .caixa_orador img, #speakers_home .wrapper_orador .caixa_orador img {
    max-width: 120px;
  }

  #sponsors #partners .logo {
    width: 50%;
  }

  #sponsors #partners .logo .img {
    max-width: 200px;
  }

  #sponsors .sponsor_group .logo {
    width: 50%;
  }

  #sponsors .sponsor_group .logo .img {
    max-width: 200px;
  }

  #sponsors .sponsor_group#sponsors_home > div:not(.small) > div {
    flex-direction: column;
  }

  #sponsors .sponsor_group#sponsors_home > div.small {
    width: 250px;
  }

  #sponsors .sponsor_group#sponsors_home .logo {
    height: 70px;
    width: 100%;
  }

  #sponsors .sponsor_group#sponsors_home .logo .img {
    height: 75px;
    max-width: 240px;
  }

  #sponsors h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 25px;
    margin: 0px;
  }

  #sponsors hr {
    border: none;
    border-bottom: solid #BFBFBF 1px;
    opacity: 0.6;
    max-width: 60%;
    margin: auto;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 350px) {
  #intro .fista-title #fista-description p {
    font-size: 11pt;
  }

  #sponsors .sponsors .sponsor {
    width: 100%;
  }

  #speakers .wrapper_orador, #speakers_home .wrapper_orador {
    width: 100%;
  }

  #speakers .wrapper_orador .caixa_orador, #speakers_home .wrapper_orador .caixa_orador {
    max-width: 200px;
  }

  #speakers .wrapper_orador .caixa_orador h3, #speakers_home .wrapper_orador .caixa_orador h3 {
    font-size: 21px;
  }

  #speakers .wrapper_orador .caixa_orador img, #speakers_home .wrapper_orador .caixa_orador img {
    max-width: 150px;
  }
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 740px;
    margin: 30px auto;
  }
}

@media (max-height: 570px) {
  #intro {
    height: 570px;
  }
}
