body {
  background: url(../assets/images/BG.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-container-eventos {
  margin: 0px;
  padding: 0px;
}

.custom-container-eventos .banner-left {
  margin-right: 40px;
}

.title-section-padding {
  padding: 120px 0px 0px 0px;
}

.speaker-wrapper:first-child {
  margin-left: 70px;
}
.speaker-wrapper:last-child {
  margin-right: 70px;
}

.programation-event:first-child {
  margin-left: 60px;
}
.programation-event:last-child {
  margin-right: 70px;
}

.programation-event .h5{
  font-size: 1.25rem;
}

.logo-main-page {
  width: 253px;
  height: 62px;
}

.programation-event {
  min-width: 234px;
}

.speaker-wrapper {
  height: 300px;
  cursor: pointer;
}

.speaker-wrapper-image-box {
  width: 204px;
  height: 270px;
}

.speaker-wrapper-image-box img {
  object-fit: cover;
  height: 100%;
  max-width: 100%;
}

.speaker-information-box {
  position: relative;
  width: 120px;
  height: 240px;
}

.speaker-wrapper:nth-child(odd) .speaker-information-box {
  border-bottom: 3px solid #e5a812;
}

.speaker-information-box h1{
  font-size: 3.0rem;
  font-weight: 500;
}

.speaker-wrapper:nth-child(even) .speaker-information-box {
  border-top: 3px solid #e5a812;
  height: 300px;
}

#desk-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  margin: 20px 20px 0px 0px;
  width: 100%;
}

.pre-footer span{
  font-size: .9rem
}

.pre-footer h5{
  margin: 20px 0px 10px;
  font-size: 1.1rem;
}

.participant-modal-wrapper-image {
  width: 174.06px;
  height: 205px;
  overflow: hidden;
}

.participant-modal-wrapper-image img {
  object-fit: cover;
  height: 100%;
  max-width: 100%;
}

.modal-background {
  background: url(../assets/images/modal_background_gradient.svg);
  background-origin: content-box;
  background-size: cover;
}

.modal-header {
  border-bottom: 0 none;
}

.border-bottom-data{
  width: 100%;
  border-bottom: 2px solid rgba(255,255,255,.5);
  margin-bottom: 30px;
}

.border-bottom-data i{
  float: left;
}

.programation-event .fw-light{
  font-size: .75rem;
}

.iframe-urfj{
  margin-top: 70px;
}

.iframe-urfj.card {
    border: 0px;
    border-radius: 1rem;
}
.iframe-urfj.card .card-body{
   padding: 0px;
}

.iframe-urfj.card .card-body img{ 
  border-radius: 8px;
  width: 100%;
  max-width: 375px;
}

@media (min-width: 768px) {
  main {
    height: calc(100vh - 61px - 61px);
  }

  .full-section {
    height: calc(100vh - 61px - 61px);
  }

  .section-full-row {
    height: calc(100vh - 61px - 61px);
  }

  .container-section-item {
    height: calc(100% - 61px);
  }

  .logo-main-page {
    width: 532px;
    height: 131.36px;
  }

  .main-page-banner {
    background-image: url(../assets/images/main_right_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .programation-event {
    min-width: 350px;
    padding: 0px 0px 50px;
    margin-right: 60px;
  }

  .participant-modal-wrapper-image {
    width: 235px;
    height: 277px;
    overflow: hidden;
  }
}

/*ajustes mobile*/
@media (max-width: 1199px){
  body{
    scrollbar-width: none;
  }

  .navbar-brand {
    margin: 0px 60px 0px 0px;
  }

  .custom-container-eventos {
    padding: 0px 1rem;
  }

  .title-section-padding {
    padding: 40px 0 0 0;
  }

  .custom-container-eventos .banner-left {
    margin: 0px 0px 20px 0px;
  }

  .speaker-wrapper:first-child {
    margin-left: 0px;
  }

  .speaker-wrapper:last-child {
    margin-right: 0px;
  }

  .programation-event:first-child {
    margin-left: 0px;
    margin-right: 40px;
  }

  .programation-event:last-child {
    margin-right: 0px;
  }

  #desk-select-wrapper{
    padding: 0 1rem;
  }
  .iframe-urfj{
    margin-top: 0px;
  }
}
