@font-face {
  font-family: Poppins;
  font-weight: 100;
  src: url(/assets/fonts/Poppins/Poppins-Thin.ttf);
}

@font-face {
  font-family: Poppins;
  font-weight: 100;
  font-style: italic;
  src: url(/assets/fonts/Poppins/Poppins-ThinItalic.ttf);
}

@font-face {
  font-family: Poppins;
  font-weight: 200;
  src: url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf);
}

@font-face {
  font-family: Poppins;
  font-weight: 200;
  font-style: italic;
  src: url(/assets/fonts/Poppins/Poppins-ExtraLightItalic.ttf);
}

@font-face {
  font-family: Poppins;
  font-weight: 300;
  src: url(/assets/fonts/Poppins/Poppins-Light.ttf);
}

@font-face {
  font-family: Poppins;
  font-weight: 300;
  font-style: italic;
  src: url(/assets/fonts/Poppins/Poppins-LightItalic.ttf);
}

@font-face {
  font-family: Poppins;
  font-weight: 400;
  src: url(/assets/fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: italic;
  src: url(/assets/fonts/Poppins/Poppins-Italic.ttf);
}

@font-face {
  font-family: Poppins;
  font-weight: 500;
  src: url(/assets/fonts/Poppins/Poppins-Medium.ttf);
}

@font-face {
  font-family: Poppins;
  font-weight: 500;
  font-style: italic;
  src: url(/assets/fonts/Poppins/Poppins-MediumItalic.ttf);
}

@font-face {
  font-family: Poppins;
  font-weight: 600;
  src: url(/assets/fonts/Poppins/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: Poppins;
  font-weight: 600;
  font-style: italic;
  src: url(/assets/fonts/Poppins/Poppins-SemiBoldItalic.ttf);
}

@font-face {
  font-family: Poppins;
  font-weight: 700;
  src: url(/assets/fonts/Poppins/Poppins-Bold.ttf);
}

@font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: italic;
  src: url(/assets/fonts/Poppins/Poppins-BoldItalic.ttf);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-size: 1rem;
}
.contenedor-IE.mostrar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Poppins;
}
.contenedor-IE.mostrar .contenido-IE {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 100%;
  color: #000000;
}
.contenedor-IE.mostrar .contenido-IE .advertencia {
  width: 4.875rem;
  height: 4.6875rem;
}
.contenedor-IE.mostrar .contenido-IE .titulo {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1rem;
  margin: 2rem 0;
}

.contenedor-IE.mostrar .contenido-IE .texto {
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.3125rem;
}

.contenedor-IE.mostrar .footer-IE {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.contenedor-IE.mostrar .footer-IE .logo {
  width: 2.0625rem;
  height: 2.8125rem;
}
.contenedor-IE.mostrar .footer-IE .texto {
  font-size: 0.625rem;
  line-height: 0.9375rem;
  text-align: center;
  margin-top: 1rem;
}

.contenedor-IE.ocultar {
  display: none;
}
