@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?ioqefu");
  src: url("fonts/icomoon.eot?ioqefu#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?ioqefu") format("truetype"), url("fonts/icomoon.woff?ioqefu") format("woff"), url("fonts/icomoon.svg?ioqefu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-agenda:before {
  content: "\e900"; }

.icon-email:before {
  content: "\e901"; }

.icon-entradageneral:before {
  content: "\e902"; }

.icon-horario:before {
  content: "\e903"; }

.icon-localizacion:before {
  content: "\e904"; }

.icon-menu-burger1:before {
  content: "\e905"; }

.icon-menu-burger2:before {
  content: "\e906"; }

.icon-piti:before {
  content: "\e907"; }

.icon-STM-logo:before {
  content: "\e908"; }

.icon-telefono:before {
  content: "\e909"; }

.icon-visitasguiadas:before {
  content: "\e90a"; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  background-color: #000;
  margin: 0;
  overflow-y: hidden;
  padding: 0; }

.btn {
  display: inline-block;
  padding: 8px 30px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  margin: 0 20px; }
  .btn:hover {
    background-color: #fff;
    color: #000; }

header {
  height: 65px;
  padding-right: 10px;
  color: #fff;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  header #header_logo {
    font-size: 45px;
    color: #fff;
    text-decoration: none;
    margin-left: 20px; }
    header #header_logo span {
      display: none; }
  header div {
    display: flex;
    align-items: center; }
  header h1 {
    font-size: 14px;
    display: inline-block; }

.content {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 130px);
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .content {
      height: calc(100vh - 65px); } }

.iframe {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none; }

.footer-vacio {
  height: 1px; }

/*# sourceMappingURL=zoom-estilos.css.map */
