@font-face {
  font-family: PermanentMarker;
  src: url(../fonts/PermanentMarker-Regular.woff) format("woff");
}

@font-face {
  font-family: Avenir;
  src: url(../fonts/AvenirNext-Regular.woff) format("woff");
}

@keyframes fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  width: 100vw;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  font-family: Avenir;
  color: #ffff;
  font-size: 16px;
  background-color: #0d0d0d;
  position: relative;
}

.para-voce-lines-main {
  width: 100%;
  height: auto;
  min-height: 100vh;
}

.img-lines-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  max-height: 100%;
}

body.para-voce-opened-modal {
  max-height: 100vh;
  overflow-y: hidden;
}

div.para-voce-opened-modal {
  display: flex;
}

.para-voce-title {
  color: #e20487;
  transform: rotate(-3.5deg);
  font-weight: 900;
  font-size: 2.2rem;
  font-family: PermanentMarker;
  margin-bottom: 5vh;
}

.para-voce-subtitle {
  color: #ffff;
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 3.4rem;
}

.para-voce-section-1 {
  background-image: url("../images/para-voce/Layer1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: auto;
}

header {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #f01ff0;
  gap: 6vw;
}

.para-voce-form-header {
  width: 100%;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8vw;
  background: linear-gradient(
    0deg,
    rgba(3, 3, 3, 1) 0%,
    rgba(3, 3, 3, 0.9472163865546218) 66%,
    rgba(3, 3, 3, 0.7511379551820728) 80%,
    rgba(3, 3, 3, 0.42620798319327735) 92%,
    rgba(254, 254, 254, 0) 100%
  );
}

.para-voce-wrap-banner {
  width: 500px;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
}

.para-voce-heading-1 {
  width: 100%;
}

.para-voce-heading-2 {
  width: 120%;
  margin: 2vh 0px 4vh -2vw;
}

.para-voce-heading-p {
  width: 70%;
}

form {
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4vh;
  padding: 30px 20px;
  background-color: #0909093d;
  border-radius: 2px;
  z-index: +1;
}

.para-voce-h3-form {
  width: 100%;
  color: #ffff;
}

.para-voce-input-style {
  border: none;
  border-bottom: 1.5px solid #ffff;
  background-color: transparent;
  padding: 10px 0px;
  width: 100%;
  color: #ffff;
}

.para-voce-btn {
  color: #ffff;
  padding: 13px 40px;
  border-radius: 999px;
  border: none;
  background: rgb(48, 7, 70);
  background: linear-gradient(18deg, #5f0262 0%, #91055a 100%);
  text-transform: uppercase;
  opacity: 0.8;
  transition: all 100ms ease-in;
  z-index: +1;
  letter-spacing: 1px;
}

.para-voce-btn:hover {
  cursor: pointer;
  box-shadow: #f01ff033 0px 0px 40px -1px;
  transition: all 100ms ease-in;
  z-index: 999;
  text-shadow: 0.3px 0.3px 0.5px #fff;
}

.para-voce-menu-sandwich {
  z-index: +1;
  opacity: 0.7;
  transition: all 200ms ease-out;
}

.para-voce-menu-sandwich:hover {
  opacity: 1;
  cursor: pointer;
  transition: all 100ms ease-in;
}

.para-voce-section-2 {
  width: 100%;
  height: auto;
  background-image: url("../images/para-voce/Layer4.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.para-voce-section-2-shadow {
  background: linear-gradient(
    to right,
    rgba(0.9, 0.9, 0.9, 0.9) 0%,
    rgba(0.9, 0.9, 0.9, 0.5) 50%,
    rgba(0.9, 0.9, 0.9, 0.9) 100%
  );
  height: auto;
  width: 100%;
  padding-top: 4vh;
}

.para-voce-section-2-subtitle {
  width: 35%;
}

.para-voce-section-2-first-text {
  padding-left: 21vw;
}

.para-voce-section-2-second-text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 10% 0 0;
  background: linear-gradient(
    0deg,
    #090909,
    rgba(3, 3, 3, 0.61) 66%,
    rgba(3, 3, 3, 0.479) 80%,
    rgba(3, 3, 3, 0.205) 92%,
    rgba(254, 254, 254, 0) 100%
  );
}

.para-voce-section-2-text-wrapper {
  padding: 0 0 35px;
  width: 40vw;
}

.para-voce-section-2-image-1 {
  margin-right: 15vw;
  max-height: 350px;
  min-height: 350px;
  height: 350px;
  z-index: +1;
}

.para-voce-section-2-image-2 {
  margin-left: 10vw;
  width: 40vw;
  min-width: 43vw;
  max-height: 350px;
  min-height: 350px;
  height: 350px;
  z-index: +1;
}

.para-voce-section-2-text {
  width: 38%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.para-voce-section-3 {
  width: 100%;
  height: auto;
  background-color: #090909;
  padding-left: 21vw;
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.para-voce-s3-heading {
  margin-bottom: 4vh;
}

.para-voce-icons-division {
  display: flex;
  align-items: left;
  justify-content: left;
  flex-direction: column;
  gap: 1vh;
}

.para-voce-wrap-icons-s3 {
  display: flex;
  gap: 30px;
}

.para-voce-wrap-icons-s3-row {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 10px;
  height: 100px;
}

.para-voce-section-4 {
  display: flex;
  align-items: flex-end;
  padding-left: 21vw;
  padding-top: 4vh;
  background-color: #090909;
}

.mobility-left {
  width: 50%;
}

.mobility-right {
  width: 60%;
  position: relative;
}

.para-voce-p-s4 {
  width: 70%;
  margin-bottom: 2vh;
  line-height: 26px;
}

.m-bott {
  margin-bottom: 8vh;
}

.m-bott-reverse {
  margin-bottom: 1vh;
  color: #fff;
}

.para-voce-mobility-img-join {
  position: absolute;
  top: 8vh;
  left: -6vw;
}

.para-voce-section-5 {
  width: 100%;
  height: auto;
  min-height: 60vh;
  background-image: url("../images/para-voce/Layer1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.para-voce-p-last {
  width: 40%;
  text-align: center;
  line-height: 22px;
}

.para-voce-modal-overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
}

.para-voce-modal-content {
  aspect-ratio: 1;
  height: 80vh;
  background-image: url("../images/para-voce/Layer1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.para-voce-modal-logo {
  width: 30%;
  height: auto;
}

.para-voce-modal-btn {
  width: 30%;
}

.para-voce-modal-text-wrapper {
  width: 50%;
  text-align: center;
}

@media (width <= 1500px) {
  .para-voce-section-4 {
    align-items: center;
  }

  .para-voce-section-2-text-wrapper {
    width: auto;
  }

  .para-voce-section-2-image-1 {
    margin-right: 6vw;
    max-height: 300px;
    min-height: 300px;
    height: 300px;
  }

  .para-voce-section-2-image-2 {
    margin-left: 6vw;
    max-height: 300px;
    width: 35vw;
    min-width: 35vw;
    min-height: 300px;
    height: 300px;
  }

  .para-voce-mobility-img-s4 {
    min-height: 30vh;
  }

  .para-voce-section-2-subtitle {
    width: 45%;
  }

  .para-voce-section-4 {
    padding-left: 10vw;
  }
}

@media (width <= 1024px) {
  .img-lines-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 400vh;
    max-height: 100%;
  }
  .para-voce-form-header {
    height: auto;
    flex-direction: column;
    margin-top: 6vh;
    padding-bottom: 2vh;
  }

  .para-voce-wrap-banner {
    width: 85%;
  }

  form {
    width: 90%;
  }

  .para-voce-title {
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 1vh;
  }

  .para-voce-logo-style {
    width: 200px;
    height: auto;
  }

  .para-voce-menu-sandwich {
    width: 50px;
    height: auto;
  }

  .para-voce-menu-sandwich {
    width: 50px;
    height: auto;
  }

  .para-voce-heading-2 {
    width: 100%;
    margin: 20px auto;
  }

  header {
    justify-content: space-evenly;
  }

  .para-voce-section-2-shadow {
    height: auto;
    padding-left: 0;
    padding-top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .para-voce-section-2-first-text {
    width: 85%;
    padding-left: 0;
  }

  .para-voce-section-2-second-text {
    width: 85%;
    padding: 20% 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .para-voce-section-2-text-wrapper {
    width: 85%;
    padding-left: 0;
  }

  .para-voce-section-2-image-1 {
    display: none;
  }

  .para-voce-section-2-image-2 {
    width: 85%;
    margin-left: 0;
    max-height: 250px;
    min-height: 250px;
    height: 250px;
  }

  .para-voce-section-2-subtitle {
    width: 100%;
  }

  .para-voce-section-2-text {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .para-voce-section-3 {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .para-voce-s3-heading,
  .para-voce-align-self {
    width: 85%;
  }

  .para-voce-wrap-icons-s3 {
    width: 85%;
  }

  .para-voce-icons-division {
    flex-direction: column;
  }

  .para-voce-wrap-icons-s3 {
    flex-direction: column;
  }

  .para-voce-section-4 {
    padding-left: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4vh;
  }

  .mobility-left {
    width: 85%;
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
    gap: 1vh;
  }

  .mobility-right {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .para-voce-mobility-img-s4 {
    height: 100%;
    width: auto;
  }

  .para-voce-mobility-img-join {
    width: 250px;
    left: 1vw;
  }
  .m-bott {
    margin-bottom: 2vh;
  }
  .para-voce-p-last {
    width: 85%;
  }
  .para-voce-align-center-last-btn {
    width: 85%;
    text-align: center;
    margin-bottom: 4vh;
  }
  .para-voce-align-center-last {
    width: 100%;
    text-align: center;
  }

  .para-voce-modal-content {
    height: 100vh;
    width: 100%;
    background-image: url("../images/para-voce/Layer1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }

  .para-voce-modal-logo {
    width: 50%;
    height: auto;
  }

  .para-voce-modal-btn {
    width: 50%;
  }

  .para-voce-modal-text-wrapper {
    width: 90%;
    text-align: center;
  }

  .mobile-width {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }
}
