html,
body {
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-family: "Roboto", sans-serif;
}


/* .flex-grow {
  flex: 1 0 auto;
} */

#app {
    display: flex;
    flex-direction: column;
    height: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

#myVideo {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.webinars h5 {
    color: gray;
    font-weight: bold;
}

.webinars p {
    color: gray;
}

.webinars .actions {
    position: absolute;
    right: 17px;
    bottom: 0;
}


/* td {
    border: 1px solid black;
} */

.open {
    color: green !important;
    background-color: #d8fae0;
}

.closed {
    color: red !important;
}

.open_bg {
    background-color: #d8fae0;
}

.closed_bg {
    background-color: #ffeaee;
}

#meet {
    margin: 0 auto;
    /* padding: 60px 15px 0; */
    /* border: 2px solid red; */
    /* width: 90vw; */
    height: 88vh;
    /* width: 100vw;
  height: 100vh;
  /* width: 100%;*/
    /* height: 100%; */
    /* top: 300px; */
}

#create {
    margin-top: 20px;
}

#create h2 {
    border-bottom: 2px solid purple;
}

#listado h2 {
    border-bottom: 2px solid purple;
}

.navbar {
    background-color: purple;
    color: white;
}

.navbar a {
    color: white;
}

h2 {
    color: purple;
    font-size: 1.3em;
}

h4 {
    font-size: 1.1em;
}

.letra-mini {
    font-size: 0.8em;
    color: gray;
}

.pointer {
    cursor: pointer;
}

[v-cloak] {
    display: none;
}

.transparent {
    border: 0px;
    background-color: transparent;
    border-bottom: 1px solid gray;
    width: 50%;
}

.footer {
    background-color: white;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

.hero {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    /* position: relative; */
    position: absolute;
    top: 0%;
    left: 0%;
}

.hero::after {
    background-color: #9f83c9;
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}

.flex-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.not-hero {
    width: 100vw;
    height: 10em;
}

.bg-info {
    background-color: #17a2b8;
    color: #fff;
}

.hero-message {
    color: #fff;
    text-shadow: #343a40 2px 2px;
    min-width: 100%;
    min-height: 12em;
    position: relative;
}

.hero-message::before {
    content: "";
    display: block;
    position: absolute;
    margin-left: 0;
    top: 30%;
    min-width: 100%;
    min-height: 300px;
    z-index: -1;
    opacity: 0.7;
    background-color: #8414c5;
    /* background-color: #343a40; */
}

.hero-title,
.hero-sub-title {
    width: 100%;
    display: block;
    text-align: center;
}

.hero-title {
    margin: 3% 0;
    /* text-transform: uppercase; */
}

ul#social {
    list-style: none;
}

ul#social li {
    display: inline;
}

.vimeo-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* @media (min-width: 1024px) {
  .hero-message {
    min-width: 50%;
    min-height: 12em;
  }
  .hero-message::before {
    margin-left: 25%;
    min-width: 50%;
    min-height: 12em;
  }
} */