.btn {
  cursor: pointer;
}

.reveal-modal-show {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.reveal-video-modal-show {
  opacity: 1 !important;
  pointer-events: auto !important;
}


.reveal-modal {
  position: fixed;
  font-family: 'Roboto', arial, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.reveal-video-modal {
  position: fixed;
  font-family: 'Roboto', arial, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.reveal-modal:target {
  opacity:1;
  pointer-events: auto;
}

/* .reveal-modal > div {
max-width: 640px;
position: relative;
margin: 10% auto;
padding: 13px 20px 13px 20px;
border-radius: 10px;
background: transparent;  */

/*
background: #fff;
background: -moz-linear-gradient(#fff, #999);
background: -webkit-linear-gradient(#fff, #999);
background: -o-linear-gradient(#fff, #999);

*/
}

.meeting-box #openMeetings_button_close .close a {
  cursor: pointer;
  background: #fff;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}

.video-box #openVideo_button_close .close a {
  cursor: pointer;
  background: #fff;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}

.close {
  color: #213f68;
  position: relative;
  left: 96%;
  border-radius: 50%;
}

.close:hover {
  cursor: pointer;
}

.sin-video {
  display: none;
}

/*--- MEETING MENU ---*/

#openMeetings {
  background-color: #f5f5f7;
  margin: 0 auto;
  background-color: rgb(0, 0, 0, .5);
}

#openVideo {
  background-color: #f5f5f7;
  margin: 0 auto;
  background-color: rgb(0, 0, 0, .5);
}


.meeting-menu {
  display: flex;
}

.reveal-modal > div {
  background-color: #f5f5f7;
  max-height: 750px;
  position: relative;
  margin: 5% auto;
  padding: 30px 20px;
  border-radius: 10px;
  overflow: auto;
}

.reveal-video-modal > div {
  position: relative;
  margin: 5% auto;
}

.reveal-video-modal > div video {
  border-radius: 10px;
  overflow: hidden;
}

#openVideo_button_close {
  color: #fff;
  font-size: 20px;
  z-index: 99;
}

.meeting-intro h4 {
  margin-top: 5px;
}

.meeting-intro h4, .meeting-intro p, .meeting-description {
  color: #202020;
}

.meeting-intro p {
  font-size: 18px;
}


.meeting-box-left, .meeting-box-right {

  min-height: 180px;
  max-height: 300px;
  border-top: 1px solid var(--text-color-level3, rgba(77, 80, 85, 0.1));
}
.meeting-box-left:hover, .meeting-box-right:hover {
  background: var(--text-color-level3, rgba(77, 80, 85, 0.1));
  cursor: pointer;
}


.meeting-box-header {
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 20px;
}

.box-marker {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-clip: padding-box;
  border: solid 2px #ffffff;
  border-radius: 50%;
}

.box-title {
  flex: 1 1 auto;
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}

.box-arrow, .box-arrow-2, .box-arrow-3 {
  position: relative;
  right: -8px;
  border: 8px solid transparent;
  border-left-color: var(--text-color, rgb(77, 80, 85));
}

.volver, .volver-2 {
  color: #fff;
  background-color: #2684ff;
  border-radius: 25px;
  padding: 5px 10px;
  width: 30%;
  text-align: center;
  display: none;
}

.volver:hover, .volver-2:hover {
  background-color: #213f68;
}

/*--- Meeting Calendar ---*/

.meeting-link-1, .meeting-link-2 {
  display: none;
  width: 100%;
}

.hero-banner__text-top-title {
  margin-bottom: 10px;
}
.hero-banner__text-top-title span {
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .hero-banner__image {
    display: none;
  }
}