/*
* **********************************
* ################################## ESTILOS DE EXIBITION
* **********************************
*/

/*
========================
======================== QUICK ACCESS
========================
*/

.quick-access {
  margin-top: 5rem;
}

.quick-access .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 2rem;
}

@media (max-width: 991px) {
  .quick-access .container {
    grid-template-columns: 1fr;
  }
}

.quick-access-item {
  position: relative;
  overflow: hidden;
}

.quick-access-item .cover {
  width: 100%;
  height: 300px;
}

.quick-access-item .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quick-access-item header {
  background-color: rgba(0, 69, 135, 0.7);
  color: #ffffff;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 20px;
  padding-bottom: 0;
  transition: 0.3s;
  bottom: -135px;
  color: #ffffff;
  min-height: 200px;
}

.quick-access-item:hover header {
  bottom: 0;
  transition: 0.3s;
}

.quick-access-item:nth-child(2) header {
  background-color: rgba(247, 148, 29, 0.7);
}

.quick-access-item:nth-child(3) header {
  background-color: rgba(208, 2, 27, 0.7);
}

.quick-access-item header h3 {
  font-size: 2.2rem;
  font-weight: 400;
}

.quick-access-item header p {
  margin-top: 16px;
  font-size: 1.5rem;
  line-height: 2.2rem;
}

.quick-access-item header .btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #545454;
  border: 1px solid #cccccc;
  font-weight: 400;
  font-size: 1.4rem;
  transition: 0.4s;
}

.quick-access-item header .btn:hover {
  background-color: #7d7d7d;
  color: #ffffff;
  transition: 0.4s;
}

/*
========================
======================== QUICK ACCESS
========================
*/

.free {
  margin-top: 5rem;
}

.free-titles {
  text-align: center;
  margin-bottom: 3rem;
}

.free-titles h2 {
  font-size: 4rem;
  line-height: 1.25;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
}

.free-titles p {
  max-width: 830px;
  font-size: 2.1rem;
  color: #333333;
  margin: 0 auto;
}

.free-box {
  display: flex;
}

@media (max-width: 991px) {
  .free-box {
    flex-direction: column;
  }
}

.free-box-left {
  width: 50%;
  background-color: #a8cffd;
  padding: 3rem;
}

@media (max-width: 991px) {
  .free-box-left {
    width: 100%;
  }
}

.free-box-left .htmlchars {
  color: #ffffff !important;
}

.free-box-left .htmlchars p {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 2.6rem;
}

.free-box-right {
  width: 50%;
}

@media (max-width: 991px) {
  .free-box-right {
    width: 100%;
  }
}

.free-box-right .guidance {
  background-color: #f5a623;
  padding: 2rem;
}

.free-box-right .guidance h3 {
  font-size: 2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}

.free-box-right .guidance p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #ffffff;
}

.free-box-right .inputs {
  background-color: #ff0100;
  padding: 2rem;
}

.free-box-right .inputs-col {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.free-box-right .inputs-full {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.free-box-right .input-prepend {
  background-color: #eee;
  border: 2px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
}

.free-box-right .input-prepend .add-on {
  flex: 1;
  text-align: center;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.55);
}

.free-box-right .input-prepend input {
  width: 65%;
  appearance: none;
  padding: 0 8px;

  font-size: 1.5rem;
  outline: 0;
  border: 0;

  height: 36px;
  background-color: #ffffff;
}

.free-box-right .inputs-full .input-prepend {
  max-width: 27rem;
}

.free-box-right .inputs-full .input-prepend input {
  width: 80%;
}

.media .heading {
  font-size: 2rem;
}

.free-alert {
  display: none;
  width: 100%;
  padding: 20px;
}

.free-alert.aprovado {
  background-color: green !important;
  color: #fff;
}

.free-alert.reprovado {
  background-color: blue !important;
  color: #fff;
}

.free-alert h4,
.free-alert p {
  font-size: 2rem;
}

.free-alert p {
  display: flex;
  gap: 5px;
  font-weight: 300;
}

.free-alert p a {
  color: #ffffff;
  text-decoration: underline;
}

.free-box-right .exemple {
  background-color: #808080;
  padding: 20px;
}

.free-box-right .exemple .btn {
  background: red;
  border: 2px solid red;
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
  width: 100%;
  display: block;
  text-align: center;
  padding: 15px;
  border-radius: 3px;
  transition: 0.4s;
}

.free-box-right .exemple .btn:hover {
  background-color: white;
  color: red;
  transition: 0.4s;
}

#modal {
  display: none;
  width: 70rem;
}

#modal h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #cccccc;
}

#modal .htmlchars {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
