/* SHORTCUTS _____________________________________________________________________________________*/

.section-shortcuts {
  position: relative;
  width: 85vw;
  height: 22.5vh;
  margin: 0 7.5vw;
  margin-bottom: 7.5vh;
}

.section-shortcuts .rect {
  position: relative;
  width: 22.5vw;
  height: 17.5vh;
  display: inline-block;
  text-align: left;
  margin: 3vh 2.5vw 2.5vh 2.5vw;
  transition: 250ms;
}

.section-shortcuts .rect:hover {
  transform: scale(1.05);
  filter: brightness(105%);
}

.section-shortcuts .rect .tbody-and-tr {
  position: absolute;
  width: 100%;
  height: 100%;
}

.section-shortcuts .rect .th-imagem {
  position: absolute;
  width: 7.5vw;
  height: 17.5vh;
  text-align: left;
  margin: 0 2.5vw 0 0;
  padding: 0;
}

.section-shortcuts .rect .th-imagem .imagem {
  width: 100%;
  height: 17.5vh;
  text-align: left;
  margin: 0;
}

.section-shortcuts .rect .th-texto {
  position: absolute;
  width: 10vw;
  height: 17.5vh;
  text-align: left;
  word-wrap: break-word;
  margin: 0 2.5vw 0 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-shortcuts .rect .th-texto h1 {
  margin: 0;
  font-size: 2em;
  font-weight: bold;
  color: var(--secondary-text-color);
  -webkit-text-stroke-width: 0.05vw;
  -webkit-text-stroke-color: var(--secondary-text-color);
}

/* DOCS __________________________________________________________________________________________*/

.div-docs {
  position: relative;
  width: 85%;
  height: 25vh;
  margin: 0 7.5% 12.5vh 7.5%;
  -webkit-box-shadow: var(--primary-box-shadow);
  box-shadow: var(--primary-box-shadow);
  transition: 250ms;
}

.div-docs:hover {
  transform: scale(1.025);
  filter: brightness(112.5%);
}

.div-docs img {
  width: 100%;
  height: 100%;
  margin: 0;
}

/* DESCRIPTION ___________________________________________________________________________________*/

.div-description {
  position: relative;
  width: 85%;
  height: 60vh;
  margin: 0 auto 12.5vh auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.div-description .div-img {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto 0 auto;
  background-color: #d3d3d3;
  opacity: 0.5;
  border-radius: 1vw;
  -webkit-box-shadow: var(--primary-box-shadow);
  box-shadow: var(--primary-box-shadow);
}

.div-description .div-img img {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto 0 auto;
}

.div-description .div-text {
  position: relative;
  width: 70%;
  margin: 0 15%;
}

.div-description .div-text h1 {
  margin-bottom: 5vh;
  -webkit-text-stroke-width: 0.05vw;
  -webkit-text-stroke-color: var(--secondary-text-color);
  color: var(--secondary-text-color);
  text-align: center;
  font-size: 2.25em;
}

.div-description .div-text p {
  color: var(--primary-text-color);
  text-align: center;
  font-size: 1.15em;
  line-height: 3.5vh;
}

/* MEDIA QUERY ___________________________________________________________________________________*/

@media (min-width: 320px) and (max-width: 1024px) {
  .section-shortcuts {
    height: 10vh;
    margin: 2.5vh auto 3vh auto;
  }

  .section-shortcuts .rect {
    height: 10vh;
    margin: 1vh 2.7vw 0 2.7vw;
  }

  .section-shortcuts .rect .th-imagem {
    height: 7.5vh;
    margin: 0 2.5vw 0 0;
  }

  .section-shortcuts .rect .th-imagem .imagem {
    height: 7.5vh;
  }

  .section-shortcuts .rect .th-texto {
    height: 7.5vh;
    margin: 0 2.5vw 0 10vw;
  }

  .section-shortcuts .rect .th-texto h1 {
    margin: 0;
    font-size: 1.9vw;
  }

  .div-docs {
    height: 10vh;
    margin-bottom: 5vh;
  }

  .div-description {
    height: 25vh;
    margin-bottom: 5vh;
  }

  .div-description .div-text h1 {
    margin-bottom: 2.5vh;
  }

  .div-description .div-text p {
    line-height: 1.75vh;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .section-shortcuts {
    height: 7.5vh;
    margin: 2.5vh auto 3vh auto;
  }

  .section-shortcuts .rect {
    height: 7.5vh;
    margin: 1vh 2.7vw 0 2.7vw;
  }

  .section-shortcuts .rect .th-imagem {
    height: 5vh;
    margin: 0 2.5vw 0 0;
  }

  .section-shortcuts .rect .th-imagem .imagem {
    height: 5vh;
  }

  .section-shortcuts .rect .th-texto {
    height: 5vh;
    margin: 0 2.5vw 0 10vw;
  }

  .div-docs {
    height: 8.5vh;
    margin-bottom: 5vh;
  }
}
