@charset "UTF-8";

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

#conteudo {
  width: 100%;
}

img {
  /* border-radius: 50%; */
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  height: auto;
}

figure {
  display: inline-block;
  border: 0px dotted gray;
  margin: 20px;
}

figure img {
  vertical-align: top;
}

/* Banner do evento em formato oval (como no modelo) */
#img-palestra {
  border-radius: 45%;
}

figure figcaption {
  border: 1px dotted blue;
  text-align: center;
  padding: 6px 8px;
}

aside p {
  text-align: center;
}

aside h3,
section h2 {
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 4px;
}

h1 {
  text-align: left;
}

/* vídeo responsivo */
.videoWrapper {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#bloco-evento-home {
  width: 100%;
  text-align: center;
}

#bloco-evento-home figure {
  display: inline-block;
}

