@font-face {
  font-family: "MixYonder";
  src: url("/assets/fonts/MixYonder.woff2") format("woff2"),
    url("/assets/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 {
  background-image: url("../assets/img/palabras_suelo.png"),
    url("../assets/img/Ami.png");
  background-size: auto 50px, 75px;
  background-repeat: no-repeat, no-repeat;
  background-position: 50% calc(100% - 50px), 85px calc(100% - 50px);
  padding-top: 65px;
  min-height: 100vh;
  position: relative;
  padding-bottom: 115px;
}

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

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

#contenedor {
  min-height: calc(100vh - 50px - 65px -(48px + 25px));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  color: #3e4342;
  font-size: 14px;
  padding-top: 64px;
  font-family: "LibreFranklin";
}

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

.cajaWdgIndividual {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.contenedorImg {
  height: 225px;
  width: 100%;
}

.imgWdgIndividual {
  width: 100%;
  height: 100%;
}

.contenedorTexto {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.tituloWdgIndividual {
  min-height: 48px;
  margin-bottom: 1rem;
}

.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: 1280px;
  height: 720px;
  transform: scale(0.7);
}

#el-menu {
  display: flex;
  width: 69.75rem;
  max-width: 70rem;
}

.parrafosFamilias p {
  margin-bottom: 0;
}

div#modalFamilia {
  display: flex;
  position: relative;
  border: none;
  border-radius: 0.4rem;
  font-family: 'LibreFranklin';
  max-width: 800px;
  text-align: center;
}

#modalFamilia span {
  font-size: 1.5rem;
  display: inline-block;
  text-transform: uppercase;
}

.btnCerrar {
  position: absolute;
  right: 0;
  margin-right: 1rem;
}

.contendorModal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

a.botonModal {
  background-color: #9595D3;
  border-radius: 0.3rem;
  padding: 1rem;
  margin-top: 1rem;
  text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-size: 2rem;
}

a.botonModal:visited {
  color: white;
}

a.botonModal:focus-visible {
  outline: 0;
}