@import "fuentes.css";
@import "colores.css";
@import "hover.css";

.light-title-blue {
  color: #4e82c1;
  font-size: 25px;
}

.contenedor-reportes {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  max-width: 1114px;
  justify-content: center;
}

.reporte {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 350px;
}

.reporte a {
  text-decoration: none;
  color: #002554;
  font-size: 20px;
  font-family: "rotoplas-bold";
}

.reporte img {
  width: 100%;
}

.header-reporte-box {
  background-image: url(../resources/images/reportes-gei/header-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 50%;
  display: flex;
  justify-content: center;
}

.header-reporte {
  max-width: 1200px;
  width: 100%;
}

.header-reporte p {
  color: #fff;
}

.pdf-btns {
  display: flex;
  gap: 15px;
}

.pdf-btns a {
  padding: 0px 10px;
  text-decoration: none;
  font-size: 20px;
  color: #002554;
  border: 3px solid #002554;
}

.reporte-box {
  display: flex;
  justify-content: center;
}

.reporte-inner {
  max-width: 1200px;
  width: 100%;
}

.reporte-left {
  max-width: 430px;
}

.reporte-left-img {
  background-color: #002554;
  position: relative;
}

.reporte-left-img img {
  width: 100%;
  transition: all ease-in-out 0.5s;
}

.reporte-left-img img:hover {
  opacity: 50%;
}

.hide-btn {
  transition: all ease-in-out 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.hide-btn p {
  margin: 0;
  color: #fff;
  font-size: 24px;
  border: #fff solid 3px;
  padding: 5px 10px;
}

.header-analisis-box {
  background-image: url(../resources/images/resultados/header-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
  display: flex;
  justify-content: center;
}

.dato-linea {
    display: grid;
    grid-template-columns: 2fr 4fr;
}

.right-panel {
    padding: 30px;
    border-left: solid #002554 1px;
}

.rem-gap {
    gap: 1.5rem;
}

.huella-de-productos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.huella-de-producto {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 185px;
    width: 100%;
    text-decoration: none;
    padding: 16px;
}

.huella-de-producto img {
    max-width: 100px;
    width: 100%;
}

.huella-de-producto p {
    color: #407EC9;
    text-align: center;
}