@font-face {
  font-family: "MixYonder";
  src: url("../fonts/MixYonder.woff2") format("woff2"),
    url("../fonts/MixYonder.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LibreFranklin";
  src: url("../fonts/librefranklin-medium-webfont.woff2") format("woff2"),
  url("../fonts/librefranklin-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');


body {
  padding-top: 65px;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
  padding-bottom: 115px;
}

#header {
  padding-bottom: 0;
}

#header span {
  font-family: "MixYonder";
  font-size: 2em;
}

#contenedor {
  min-height: calc(100vh - 50px - 65px);
  padding-top: 25px;
}

#closeWidget {
  position: fixed;
  top: 75px;
  right: 15px;
  z-index: 2;
  width: 33px;
  height: 33px;
}

#closeWidget img {
  width: 33px;
  height: 33px;
}

.formulario-busqueda {
  margin-bottom: 1.5rem;
}

.fila {
  margin-bottom: 2rem;
  width: 100%;
}

.fila .imagenFlecha {
  transform: rotate(-180deg);
}

.cajaFila {
  display: flex;
}

.cuerpo-fila {
  /* display: flex;
  flex-direction: column; */
  margin-left: 0.5rem;
  min-width: 100%;
  /* align-items: flex-start; */
}

.tituloFila {
  font-family: "MixYonder";
  font-size: 1.5rem;
  text-align: left;
  width: 100%;
}

.imagenFila {
  height: 2rem;
  width: 2rem;
}

.cabeceraFila {
  display: flex;
  width: 100%;
}

.imagenFlecha {
  width: 1.75rem;
  height: 1.5rem;
}

.contenido-fila {
  width: 100%;
  height: 0;
  display: flex;
  align-items: flex-end;
  visibility: hidden;
}

.fila.bloqueado {
  cursor: not-allowed;
  opacity: 0.5;
}

.fila.desplegada .contenido-fila {
  background-color: #f1f1f1;
  /* height: 14vw; */
  height: auto;
  width: 100%;
  visibility: visible;
  padding: 2em;
  overflow-x: auto;
}

.fila.desplegada .imagenFlecha {
  transform: rotate(0);
}

.cajaTbmIndividual {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
  margin-right: 2rem;
}

.cajaTbmIndividual.bloqueado {
  cursor: not-allowed;
  opacity: 0.5;
}

.imgTbmIndividual {
  width: 8rem;
  height: 5rem;
}

.tituloTbmIndividual {
  width: 8rem;
  font-size: 0.75rem;
  background-color: white;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem;
}

.fondoModales {
  position: fixed;
  width: 100%;
  height: 104%;
  background-color: rgb(9, 9, 9, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 60px;
  left: 0;
  z-index: 3;
}

.popup-background {
  width: 100vw;
  height: 100vh;
  background-color: rgb(9, 9, 9, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.popup-img-wrapper {
  width: 100%;
  align-self: center;
  margin-bottom: 5rem;
}

/* iframe.iframeWidget{
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
} */

iframe.iframeWidget {
  width: 1280px;
  height: 720px;
  transform: scale(0.7);
}
