.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
}

body {
  font-size: 2em;
  background-image: url("/../../images/fondo.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn {
  font-size: 22px !important;
}

.pantallaloader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* fallback para IE8 */
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
  zoom: 1;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  margin: 0 auto;
}
.imgloader {
  position: relative;
  top: 150px;
}

.ancho {
  width: 100% !important;
  padding: 20px 15px !important;
}
.ancho:hover {
  background-color: #dce0e5;
}

.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.container-exportar {
  text-align: center;
  padding: 30px;
}
.texto-intro {
  margin: 5px;
}

.icono {
  width: 100%;
}

.puntuacion {
  width: 20%;
}
@media (max-width: 614px) {
  .icono {
    width: 85%;
  }
}
@media (max-width: 455px) {
  .icono {
    width: 80%;
  }
}

@media (max-width: 395px) {
  body {
    font-size: 1.3em;
  }
  .btn {
    font-size: 16px !important;
  }
}

.logos-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
