/* PAGINAS DO FOOTER (trabalhe-conosco...)  */

.container-footer-pages {
  display: flex;
  flex-direction: row;
  color: #54595f;
  gap: 40px;
  margin: 30px 0;
  justify-content: space-between;
}
.container-footer-pages figure {
  width: 50%;
  display: flex;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  max-height: 535.55px;
}
.fale-conosco-img {
  width: auto;
}

.right-content figure {
  width: 100%;
  height: 500px;
  max-width: 500px;
  display: flex;
  box-shadow: 0px 5px 15px #0000001a;
  border-radius: 15px;
}

.container-footer-pages img {
  border-radius: 20px;
  transition: 0.5s ease-in;
}

.container-footer-pages img:hover {
  transform: scale(1.05);
}

.left-content {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 20px;
  justify-content: center;
}

.left-content .info-div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.left-content form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.left-content h2 {
  font-family: "Poppins-Bold";
  font-size: 44px;
  font-weight: 600;
  color: #202020;
}

.left-content > form > div > label {
  color: #101010;
  font-size: 18px;
  font-family: "Poppins-Bold";
}
.left-content > form > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.info-bold {
  font-size: 14px !important;
  display: flex;
  gap: 18px;
  align-items: center;
}

.form-item {
  border: 1px solid #efefef;
  background-color: #e9e9e9;
  color: #54595f;
  line-height: 28px;
  font-size: 14px;
  min-height: 40px;
  padding: 10px 26px 12px 20px;
  width: 100%;
  border-radius: 12px;
}

.form-item label {
  cursor: pointer;
  background-color: #efefef;
  color: #707070;
  width: fit-content;
  padding: 10px 15px;
  border-radius: 5px;
}

#form-file {
  display: none;
}

.div-input-file {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.right-content {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.right-content > figure > a > img {
  width: 100%;
  height: 100%;
  box-shadow: 0px 5px 15px #0000001a;
  border-radius: 15px;
}
.right-content > figure:hover {
  transition: transform 1s ease;
  transform: rotate(-5deg);
}

/* MEDIA KIT  */
.title-media-link {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  height: 82px;
  background: transparent linear-gradient(260deg, #9b28b8 0%, #513373 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 5px 15px #0000001a;
  border-radius: 16px;
  padding: 14px 24px;
  box-sizing: border-box;
}

.title-media-link > p {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-family: "Poppins-Bold";
  font-weight: bold;
}

.title-media-link > div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.title-media-link > div > span {
  color: #e082ff;
  font-size: 14px;
  line-height: 18px;
}

.title-media-link > div > img {
  width: 5px;
  height: 8px;
}

.left-content form label {
  font-size: 13px;
  font-family: "Poppins-Bold";
}

.submit-button {
  font-family: "Poppins-Bold";
  min-height: 40px;
  color: #fff;
  background-color: #513373;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  width: fit-content;
  text-align: center;
  border-radius: 8px;
  width: 100%;
}

.description {
  padding: 25px 0;
  border-top: 2px solid #ededed;
}

.description ul {
  padding: 10px;
}

.description ul li {
  list-style: disc;
  list-style-position: inside;
  font-family: "Poppins-Regular";
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5;
}

label {
  cursor: pointer;
}

::placeholder {
  color: #101010;
}

.icon-contatos {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-contatos img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  min-height: 45px;
  min-width: 45px;
}

/* REPONSIVIDADE */

@media (max-width: 767px) {
  .container-footer-pages {
    flex-direction: column;
  }
  .container-footer-pages figure {
    display: none;
  }
  .right-content {
    align-items: center;
  }
  .right-content figure {
    display: flex;
    order: 2;
    width: 100%;
    height: auto;
    box-shadow: none;
  }
  .right-content > figure > a > img {
    width: 100%;
    height: auto;
    box-shadow: 0px 5px 15px #0000001a;
  }
  .info-bold {
    font-size: 12px;
  }
  .left-content {
    width: 100%;
  }
  .left-content > h2:nth-child(1) {
    font-size: 28px;
  }
  .right-content > figure:hover {
    transform: none;
  }
  /* MEDIA KIT */
  .title-media-link {
    gap: 2px;
    height: 65px;
    border-radius: 12px;
    padding: 13px 16px;
  }
  .title-media-link > p {
    font-size: 14px;
    line-height: 20px;
  }
  .title-media-link > div > span {
    font-size: 12px;
    line-height: 17px;
  }
  .submit-button {
    font-size: 14px;
  }

  .form-item label {
    cursor: pointer;
    background-color: #efefef;
    color: #707070;
    width: 90px;
    padding: 10px 15px;
    border-radius: 5px;
  }

  .container-footer-pages img {
    max-width: 100%;
  }
  .download-media {
    order: 1;
  }
  .left-content > form > div > label {
    font-size: 16px;
  }
}
