body {
  /* font-family: 'Now-Regular', Helvetica,Arial,sans-serif; */
  font-family: 'Roboto Condensed', Helvetica,Arial,sans-serif;
  padding-top: 2em;
  /* margin-bottom: 6em; */ /* por footer fixed-bottom (la altura crece al disminuir el tamaño) */
}

h1,h2,h3 {
  color: #011F75;
}
/* HEADER
-------------------------------------------------- */
#header {
  height: 26px;
}

#header .logo {
  margin: 0;
  padding: 4px;
}

#header .logo img {
  max-height: 32px;
}

/* NAVBAR
-------------------------------------------------- */
.navbar .navbar-nav .nav-link:hover {
  color: #011F75;
}

.navbar .navbar-nav .nav-link {
  color: #011F75;
  font-size: 1.1em;
  padding-right: 1.2em;
}


.navbar .navbar-nav .nav-item {
  position: relative;
}

.navbar .navbar-nav .nav-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #011F75;
  width: 0%;
  content: "";
  height: 4px;
}

.navbar .navbar-nav .nav-item:hover::after {
  width: 100%;
}

.active {
  font-weight:bold;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .navbar .navbar-nav .nav-link {
    color: #011F75;
    font-size: 0.95em;
  }
}

/* RETURN TO TOP (ADMIN PAGES)
-------------------------------------------------- */
#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;
}

/* PHOTO PAGE
-------------------------------------------------- */
.photo-wrapper {
  margin-top: -56px;
  height:350px;
}

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

.photo-wrapper h1 {
  margin-top: -70px;
  font-size:220%;
  font-weight:800;
  text-align: center;
  color:#011A99;
  text-shadow: 0 0 1px #011a99,
    0 0 10px #F2F3F4,
    0 0 30px #ffffff;
}

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

  .photo-wrapper h1 {
    margin-top: -80px;
  }
}

/* CONTENT
-------------------------------------------------- */
.content-wrapper {
  background: #fff;
  margin:0 auto 2em auto;
  padding: 0;
}

.content-text {
  color: #546069;
  text-align: justify;
  font-size: 1.1em;
}

.content-text li {
  line-height:170%;
}

@media (max-width: 768px) {
  .content-text {
    padding: 0 1em 2em 1em;
  }
}

/* FOOTER
-------------------------------------------------- */
.footer-wrapper {
  background: #7BB661;
  padding: 10px;
  text-align: center;
}

.footer-wrapper img {
  height: 100%;
  max-height: 60px;
  padding: 4px 2px;
}

.footer-text {
  color:#000000;
  font-size: 90%;
  font-weight: 600;
  margin: 0;
  padding: 0.2em 0 0.1em 0;
  text-align: center;
}

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


/* HOME
-------------------------------------------------- */
.home-img {
  background-image: url("../img/header_bg.png");
  /*background-size: 100% auto;*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-origin: content-box;
  /*background: #E6F9FA;*/
  width: 100%;
  max-height: 450px;
  object-fit:  contain;
}


#anchor-header {
  background: #E6F9FA;
  width: 100%;
  max-height: 450px;
}

#anchor-instagram {
  border: 1px solid blue;
  height: 45%;
  width: 22%;
  position: absolute;
  left: 78%;
  top: 50%;
  padding: auto;
}


.conference {
  font-weight: 800;
  color: #3A7C22;
  text-align: center;
}


/* INSCRIPTION
-------------------------------------------------- */
.reg_table {
  width: 100%;
  color:#000000;
  border: 1px solid black;
  text-align:center;
}


.reg_table th {
  border: 1px solid black;
  padding:5px 10px;
  vertical-align:middle;
  text-align: center;
  background: #011F75;
  color:#ffffff;
}

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

.reg_c1 {
  background-color: #7CB9E8;
  color:#000000;
}

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


/* SPEAKERS
-------------------------------------------------- */
.speakers img {
  border-radius: 5%;
  max-height: 250px;
}


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

.sp_table {
  width: 100%;
  color:#000000;
  border: 1px solid black;
  text-align:left;
}

.sp_table th {
  border: 1px solid black;
  padding:5px 10px;
  vertical-align:middle;
  text-align: center;
  background: #C00000;
  color:#ffffff;
}

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

.sp_table p {
  margin: 0;
}

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

.sp_hour {
  width: 8em;
  text-align: center;
}

.sp_conf {
  color: #0000ff;
}

.sp_title0 {
}

.sp_title1 {
  font-weight:600;
}

.sp_title2 {
  font-weight:600;
  font-style: italic;
}

.sp_name {
  font-weight:800;
}

.sp_green {
  background: #E2EFD9;
}

.sp_blue {
  background: #D9E2F3;
}

.sp_session {
  vertical-align:top;
  background: #FAE2D5;
}

.sp_session td {
  vertical-align:top;
  background: #FAE2D5;
}

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

.sp_link {
  font-weight:700;
  text-decoration: none;
  color:#000000;
}

.sp_mesa_title td {
  text-align: center;
  font-weight:700;
  font-size: 120%;
  background: #C00000;
  color:#ffffff;
}

.sp_mesa td {
  vertical-align:top;
}

.sp_label {
  width: 9em;
  font-style: italic;
}

.p_main div.row {
  margin-bottom: 4px;
  margin-top: 4px;
  border: 1px solid;
}

.p_mesa_title {
  text-align: center;
  font-weight:700;
  font-size: 120%;
  background: #8A193A;
  color:#ffffff;
}

.p_label {
  color:#2E5894;
  text-align:left;
  font-style: italic;
}

.p_title1 {
  font-weight:600;
}



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

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


#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: 20em;
}