@charset "UTF-8";
.pncl__form-contact {
  width: 100%;
  height: auto;
}
.pncl__form-contact-content {
  width: 80%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pncl__form-contact-content-picture {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pncl__form-contact-content-picture img {
  width: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}
.pncl__form-contact-content-rrss {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.pncl__form-contact-content-rrss a {
  text-decoration: none;
  color: #131313;
}
.pncl__form-contact-content-rrss a svg {
  width: 2rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #131313;
}
.pncl__form-contact-content-title {
  margin: 0;
  margin-top: 1rem;
  width: 100%;
  font-family: "Lora", serif;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
  color: #131313;
}
@media (min-width: 420px) {
  .pncl__form-contact-content-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 600px) {
  .pncl__form-contact-content-title {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .pncl__form-contact-content-title {
    font-size: 3vw;
  }
}
.pncl__form-contact-content-subtitle {
  margin: 0;
  margin-top: 0.5rem;
  width: 100%;
  font-family: "Lora", serif;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  color: #131313;
}
@media (min-width: 420px) {
  .pncl__form-contact-content-subtitle {
    font-size: 1.6rem;
  }
}
@media (min-width: 600px) {
  .pncl__form-contact-content-subtitle {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .pncl__form-contact-content-subtitle {
    font-size: 1.2vw;
  }
}
.pncl__form-contact-content-field {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  min-height: 5rem;
  margin: 0 auto;
  margin-top: 3rem;
  border: solid 0.2rem #a1a1a1;
  border-radius: 0.5rem;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  color: #131313;
}
.pncl__form-contact-content-field-label {
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  left: 1rem;
  width: 100%;
  height: 100%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #131313;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (min-width: 420px) {
  .pncl__form-contact-content-field-label {
    font-size: 1.5rem;
  }
}
@media (min-width: 600px) {
  .pncl__form-contact-content-field-label {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .pncl__form-contact-content-field-label {
    font-size: 1.2vw;
  }
}
.pncl__form-contact-content-field-label--active {
  top: -2.5rem;
  left: 0rem;
}
.pncl__form-contact-content-field-input {
  width: 100%;
  height: auto;
  border: none;
  padding: 0.5rem;
  outline: none;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  width: 100%;
  height: 100%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #131313;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: transparent !important;
}
@media (min-width: 420px) {
  .pncl__form-contact-content-field-input {
    font-size: 1.5rem;
  }
}
@media (min-width: 600px) {
  .pncl__form-contact-content-field-input {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .pncl__form-contact-content-field-input {
    font-size: 1.2vw;
  }
}
.pncl__form-contact-content-field-input:focus, .pncl__form-contact-content-field-input:active {
  outline: none;
}
.pncl__form-contact-content-textarea {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 3rem;
  border: solid 0.2rem #a1a1a1;
  border-radius: 0.5rem;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  color: #131313;
}
.pncl__form-contact-content-textarea-label {
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  left: 1rem;
  width: 100%;
  height: 100%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #131313;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (min-width: 420px) {
  .pncl__form-contact-content-textarea-label {
    font-size: 1.5rem;
  }
}
@media (min-width: 600px) {
  .pncl__form-contact-content-textarea-label {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .pncl__form-contact-content-textarea-label {
    font-size: 1.2vw;
  }
}
.pncl__form-contact-content-textarea-label--active {
  width: auto;
  height: auto;
  top: -2.5rem;
  left: 0rem;
}
.pncl__form-contact-content-textarea-input {
  width: 100%;
  height: 12rem;
  border: none;
  padding: 0.5rem;
  outline: none;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  resize: none;
  width: 100%;
  height: 100%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #131313;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  /* Ponemos un color de fondo y redondeamos las esquinas del thumb */
  /* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
  /* Cambiamos el fondo cuando esté en active */
  /* Ponemos un color de fondo y redondeamos las esquinas del track */
  /* Cambiamos el fondo cuando esté en active o hover */
  background-color: transparent;
}
@media (min-width: 420px) {
  .pncl__form-contact-content-textarea-input {
    font-size: 1.5rem;
  }
}
@media (min-width: 600px) {
  .pncl__form-contact-content-textarea-input {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .pncl__form-contact-content-textarea-input {
    font-size: 1.2vw;
  }
}
.pncl__form-contact-content-textarea-input::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}
.pncl__form-contact-content-textarea-input::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 4px;
}
.pncl__form-contact-content-textarea-input::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.pncl__form-contact-content-textarea-input::-webkit-scrollbar-thumb:active {
  background-color: #dbdbdb;
}
.pncl__form-contact-content-textarea-input::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.pncl__form-contact-content-textarea-input::-webkit-scrollbar-track:hover, .pncl__form-contact-content-textarea-input::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}
.pncl__form-contact-content-textarea-input:focus, .pncl__form-contact-content-textarea-input:active {
  outline: none;
}
.pncl__form-contact-content-terms {
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.pncl__form-contact-content-terms-text {
  width: auto;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  color: #131313;
}
@media (min-width: 420px) {
  .pncl__form-contact-content-terms-text {
    font-size: 1rem;
  }
}
@media (min-width: 600px) {
  .pncl__form-contact-content-terms-text {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .pncl__form-contact-content-terms-text {
    font-size: 1vw;
  }
}
.pncl__form-contact-content-terms-text a {
  text-decoration: none;
  font-weight: 700;
  color: #131313;
}
.pncl__form-contact-content-terms-accept {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.pncl__form-contact-content-terms-accept-input {
  display: none;
}
.pncl__form-contact-content-terms-accept-label {
  width: 1.5rem;
  height: 1.5rem;
  border: solid 2px #131313;
  border-radius: 5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pncl__form-contact-content-terms-accept-label:hover {
  cursor: pointer;
}
.pncl__form-contact-content-terms-accept-input:checked + .pncl__form-contact-content-terms-accept-label {
  background-color: #131313;
}
.pncl__form-contact-content-terms-accept-text {
  width: auto;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  color: #131313;
}
@media (min-width: 420px) {
  .pncl__form-contact-content-terms-accept-text {
    font-size: 1rem;
  }
}
@media (min-width: 600px) {
  .pncl__form-contact-content-terms-accept-text {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .pncl__form-contact-content-terms-accept-text {
    font-size: 1vw;
  }
}
.pncl__form-contact-content-submit {
  width: 100%;
  height: auto;
  min-height: 5rem;
  margin: 0 auto;
  margin-top: 1rem;
  border: none;
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #131313;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
}
@media (min-width: 420px) {
  .pncl__form-contact-content-submit {
    font-size: 1.3rem;
  }
}
@media (min-width: 600px) {
  .pncl__form-contact-content-submit {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .pncl__form-contact-content-submit {
    font-size: 1.2vw;
  }
}
.pncl__form-contact-content-submit:focus, .pncl__form-contact-content-submit:hover, .pncl__form-contact-content-submit:active {
  outline: none;
}
.pncl__form-contact-content-submit:hover {
  cursor: pointer;
  background-color: #d8d8d8;
  width: 100%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  color: #131313;
}
@media (min-width: 420px) {
  .pncl__form-contact-content-submit:hover {
    font-size: 1.3rem;
  }
}
@media (min-width: 600px) {
  .pncl__form-contact-content-submit:hover {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .pncl__form-contact-content-submit:hover {
    font-size: 1.2vw;
  }
}
@media (min-width: 1200px) {
  .pncl__form-contact-content {
    width: 30vw;
    padding: 2vh 0;
  }
  .pncl__form-contact-content-picture img {
    width: 8vw;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    display: inline-block;
  }
  .pncl__form-contact-content-rrss {
    margin-top: 4vh;
    gap: 1vw;
  }
  .pncl__form-contact-content-rrss a svg {
    width: 2vw;
  }
  .pncl__form-contact-content-field {
    min-height: 8vh;
    margin-top: 5vh;
    border: solid 0.2vw #a1a1a1;
    border-radius: 0.5vw;
    padding: 0.5vw;
  }
  .pncl__form-contact-content-field-label {
    top: 0.5vw;
    left: 1vw;
  }
  .pncl__form-contact-content-field-label--active {
    top: -2vw;
    left: 0rem;
  }
  .pncl__form-contact-content-field-input {
    padding: 0.5vw;
  }
  .pncl__form-contact-content-textarea {
    margin-top: 5vh;
    border: solid 0.2vw #a1a1a1;
    border-radius: 0.5vw;
    padding: 0.5vw;
  }
  .pncl__form-contact-content-textarea-label {
    z-index: 1;
    top: 0.5vw;
    left: 1vw;
  }
  .pncl__form-contact-content-textarea-label--active {
    top: -2vw;
    left: 0rem;
  }
  .pncl__form-contact-content-textarea-input {
    height: 12vh;
    padding: 0.5vw;
  }
  .pncl__form-contact-content-terms {
    margin-top: 1.5vh;
    gap: 1vh;
  }
  .pncl__form-contact-content-terms-accept {
    gap: 0.25vw;
  }
  .pncl__form-contact-content-terms-accept-label {
    width: 1vw;
    height: 1vw;
    border: solid 0.2vw #131313;
    border-radius: 5vw;
  }
  .pncl__form-contact-content-terms-accept-label:hover {
    cursor: pointer;
  }
  .pncl__form-contact-content-submit {
    min-height: 4vw;
    margin-top: 1vw;
    border-radius: 0.5vw;
    padding: 1vw;
  }
}