body {
  font-family: 'Roboto Condensed', Helvetica,Arial,sans-serif;
  background: #fff;
  background: linear-gradient(90deg, #93989F, #99B1BF);
}

h1 {
  color:#546069;
  font-family: 'Roboto Condensed', Helvetica,Arial,sans-serif;
}

h2,h3,h4,h5,h6 {
  color:#546069;
  font-family: 'Roboto Condensed', Helvetica,Arial,sans-serif;
}

.header-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align:center;
  background: #F6F6F6;
  border-bottom: 1px solid #d5d5d5;
}

.header_menu_r {
  font-size: 15px;
  font-weight: 800;
  color: #717EA8;
  text-align:right;
  padding-right:25px;
}

.header_menu_r a {
  font-size: 15px;
  font-weight: 800;
  color: #A3B0DA;
}

.navbar-wrapper {
  margin-top: 10px;
}

.carousel-wrapper {
  margin-top: -56px;
  height: 350px;
}

.content-wrapper {
  background: #fff;
  margin:0;
  padding: 0;
}

.navbar-nav {
  justify-content: space-between;
  flex-grow: 1;
}

.navbar{
  background:#FFFFFF;
  padding:0;
}
.nav-link , .navbar-brand{
  color: #717EA8;
  cursor: pointer;
}
/* .nav-link{ margin-right: 1em !important;} */
.nav-link:hover{
  background: #EEEEEE;
  color: #717EA8;
}
.navbar-collapse{
  justify-content: flex-end;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified > li > a {
  padding: 7px 5px;
  margin: 5px 0;
  font-size: 15px;
  font-weight: 400;
  color: #717EA8;
  text-align: center;
  background-color: #fff; /* Old browsers */
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  /*background-color: #F5F5F5;*/
  background-image: none;
}

@media (min-width: 768px) {
  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    padding-left: 15px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    padding-rigth: 15px;
  }
}

@media (min-width: 900px) and (max-width: 1000px) {
  .nav-justified > li > a {
    font-size:13px;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .nav-justified > li > a {
    font-size:12px;
  }
}

/* ALL PAGES
-------------------------------------------------- */
.content_text {
  color: #546069;
  /*font-family: "Gill Sans MT", 'Roboto Condensed', Helvetica,Arial,sans-serif;*/
  text-align: left;
  font-size: 18px;
  padding: 0 40px 2em 40px;
}

.content_text li {
  line-height:170%;
}

@media (max-width: 768px) {
  .content_text {
    padding: 0 10px;
  }
}


.photo_center img {
  object-fit: cover;
  min-width: 60%;
  margin: 0 auto;
}

.photo_4 img {
  margin: 10px;
}

.photo_wrapper {
  margin-top: -56px;
  height:350px;
}

.photo_wrapper img {
  object-fit: cover;
  min-width: 100%;
  height:350px;
}

.photo_wrapper h1 {
  margin-top: -80px;
  font-size:400%;
  font-weight:900;
  text-align: center;
  color:#FF9200;
  text-shadow: 2px 2px #A53800;
}


.carousel-inner .item img {
  position:relative;
  top:50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .photo_wrapper img {
    object-fit:fill;
  }

  .photo_wrapper h1 {
    margin-top: -120px;
  }

}

.submenu_wrapper {
  background: #95BCD8;
  padding-left: 8%;
  padding-right: 8%;
  font-size: 130%;
}

.submenu_wrapper .nav-link.active  {
  color:#FFFFFF;
  font-weight:900;
  background-color: #95BCD8;
}

.footer-wrapper {
  background: #949BA3;
  background: linear-gradient(90deg, #93989F, #99B1BF);
  padding-top: 10px;
  text-align: center;
}

.footer-wrapper a {
  color:#ECECEC;
  font-size: 15px;
  font-weight: 400;
}

.footer-txt {
  color:#FFFFFF;
  font-weight: 600;
  border-bottom: 2px solid #d5d5d5;
  text-align: center;
}

.footer-img-td {
  padding:12px 5px;
  text-align:center
}

.footer-wrapper img {
  box-shadow: 2px 4px 8px rgba(0, 0, 0, .5);
}

.home_news {
  color: #000!important;
  background-color: #ddffff!important;
  padding-left: 16px;
  margin-bottom: 1em;
}

.home_news_left {
  border-left: 6px solid #ccc!important;
  border-color: #2196F3!important;
}

.home_image figure {
  float: right;
  font-size: 80%;
  text-align: center;
  margin-left: 1em;
  margin-bottom: 1em;
}

.img_shadow {
  box-shadow: 2px 4px 8px rgba(0, 0, 0, .5);
}

.sponsors-content img {
  padding: 1em 2em;
}

.nowrap {
  white-space: nowrap;
}

.center {
  text-align:center;
}

.left {
  text-align:left;
}


.right {
  text-align:right;
}

.BlockBox {
  color:#000;
  border:solid 1px #023C64;
  background:#F6F6F6;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  margin:0 auto;
  padding:.5em 1.5em;
  text-align:center;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

/* KEYNOTE SPEAKERS
-------------------------------------------------- */
.keynote_speakers {
  font-size: 18px;
}

.keynote_speakers p {
  margin-bottom: 0;
}

.ks_session {
  font-size: 120%;
  font-weight:600;
  color:#1E497F;
  text-align: left;
  margin:1em 0 .2em 0;
}

.ks_author {
  font-size: 160%;
  font-weight:800;
}

.ks_job {
  font-size: 100%;
}

.ks_ponencia {
  font-size: 100%;
  font-weight:600;
}

.ks-panel a:after {
  /*font-family:'Glyphicons Halflings';
  content:"\e114";*/
  font-family:'Font Awesome 5 Free';
  content:"\f077";
  float: right;
  color: grey;
}

.ks-panel a.collapsed:after {
  content:"\f054";
}

.ks-panel-info {
  margin-top: 0.5em;
}

.ks-panel-info p {
  margin-top: 0.5em;
  line-height: 150%;
}

.ks-image {
  width:130px;
  float: left;
  margin: 5px 10px 0px 0px;
}


/* SCIENTIFIC PROGRAM
-------------------------------------------------- */
.scientific_program {
  /*width:100%;
  font-size: 14px;  */
}

.sp_table {
  color:#000000;
  border: 1px solid black;
}

.sp_table th {
  border: 1px solid black;
  padding:5px 10px;
  vertical-align:middle;
}

.sp_table td {
  border: 1px solid black;
  padding:5px 10px;
  vertical-align:middle;
}

.sp_table p {
  padding:0;
  margin:0;
  vertical-align:middle;
}

.sp_day {
  font-size: 120%;
  font-weight:800;
  background: #4E79C1;
  color:#FFCB03;
}

.sp_green {
  background: #E2EFD9;
}

.sp_blue {
  background: #D9E2F3;
}

.sp_session {
  font-weight:800;
  background: #FFFF66;
}

.sp_sep {
  font-size:6px;
  padding:0;
}

.fee_table table {
  border-collapse:collapse;
  border:1px solid #E0E0E0;
  margin:0;
}

.fee_table th {
  font-weight:normal;
  text-align:center;
  vertical-align:middle;
  border:1px solid #E0E0E0;
  margin:0 2em;
  padding:.5em 2em;
}

.fee_table td {
  text-align:center;
  vertical-align:middle;
  border:1px solid #E0E0E0;
  margin:0;
  padding:.5em;
}

.cert_table table {
  border-collapse:collapse;
  border:1px solid #E0E0E0;
  margin:0;
}

.cert_table th {
  font-weight:normal;
  text-align:center;
  vertical-align:middle;
  border:1px solid #E0E0E0;
  margin:0 2em;
  padding:.5em 2em;
}

.cert_table td {
  text-align:center;
  vertical-align:middle;
  border:1px solid #E0E0E0;
  margin:0;
  padding:.5em;
  font-weight:600;
}

.cert_author {
  font-size:90%;
  font-weight:400;
}

#inscription-new-form {

}


#inscription-new-form .card-header {
  padding: 0.25em 1.25em;
}

#inscription-new-form .card-body {
  padding: 0.25em 1.25em;
}

#inscription-new-form .form-group {
  margin-bottom: 0.5em;
}

#inscription-new-form label {
  margin-bottom: 0.1em;
}

#inscription-new-form table {
  border-collapse: collapse;
  border: 1px solid #E0E0E0;
}

#inscription-new-form th {
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #E0E0E0;
  margin: 0 2em;
  padding: .5em 2em;
}

#inscription-new-form td {
  text-align: left;
  vertical-align: middle;
  border: 1px solid #E0E0E0;
  margin: 0;
  padding: .5em;
}

#inscription-new-form .center {
  text-align: center;
}

#inscription-confirm-form {

}

#inscription-confirm-form table {
  margin-bottom: 0;
}

#inscription-confirm-form legend {
  margin-bottom: 0;
}

#inscription-confirm-form .tlabel {
  width: 12em;
}

#inscription-confirm-form .tlabel2 {
  width: 18em;
}