/* Media query */
/* VARIABILI */
.tcenter {
  text-align: center;
}

@media screen and (max-width: 480px) {
  .intro-pagina-titolo h2 br {
    display: none;
  }
}

.section-lavora-con-noi {
  margin-top: 10vh;
  overflow: hidden;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .section-lavora-con-noi {
    padding: 0 15px 30px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .section-lavora-con-noi {
    padding: 0 15px 30px;
  }
}
@media screen and (max-width: 480px) {
  .section-lavora-con-noi {
    margin-top: 0;
    padding: 0 15px 30px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .section-lavora-con-noi .tcenter {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .section-lavora-con-noi .tcenter {
    text-align: left;
  }
}
.section-lavora-con-noi h3.no-offer {
  max-width: 60vw;
  padding: 5vh 0 10vh 0;
  margin: 0 auto;
  text-align: center;
  color: #e30617;
  text-transform: uppercase;
}
.section-lavora-con-noi .contenitore-bottoni-offerte {
  margin-top: 5vh;
  margin-bottom: 15vh;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5vh 40px;
  width: 80vw;
  position: relative;
}
@media screen and (min-width: 1921px) {
  .section-lavora-con-noi .contenitore-bottoni-offerte {
    width: 60vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .section-lavora-con-noi .contenitore-bottoni-offerte {
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 5vh 20px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .section-lavora-con-noi .contenitore-bottoni-offerte {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section-lavora-con-noi .contenitore-bottoni-offerte {
    width: 100%;
    margin-top: 0;
    margin-bottom: 5vh;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
  }
}
.section-lavora-con-noi .contenitore-bottoni-offerte button {
  color: #555;
  line-height: 1.4;
  padding: 10px;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .section-lavora-con-noi .contenitore-bottoni-offerte button {
    padding: 20px;
  }
}
.section-lavora-con-noi .contenitore-bottoni-offerte button.active {
  background-color: #e30617;
  color: #fff;
}
.section-lavora-con-noi .contenitore-offerte.row {
  margin: 0 auto;
}
.section-lavora-con-noi .contenitore-offerte.row .col-titolo {
  position: relative;
}
.section-lavora-con-noi .contenitore-offerte.row .col-titolo::before {
  content: "";
  display: inline;
  height: 100%;
  width: 2px;
  background-color: #c70d19;
  position: absolute;
  left: 22.5%;
  top: 10vh;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .section-lavora-con-noi .contenitore-offerte.row .col-titolo::before {
    top: 16vh;
  }
}
@media screen and (max-width: 480px) {
  .section-lavora-con-noi .contenitore-offerte.row .col-titolo::before {
    content: none;
  }
}
.section-lavora-con-noi .contenitore-offerte.row .col-titolo h2 {
  max-width: 70%;
  text-transform: uppercase;
  background-color: #fff;
  z-index: 9;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .section-lavora-con-noi .contenitore-offerte.row .col-titolo h2 {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section-lavora-con-noi .contenitore-offerte.row .col-titolo h2 {
    max-width: 100%;
    padding-bottom: 0;
  }
}
.section-lavora-con-noi .contenitore-offerte.row .col-testo {
  padding-bottom: 15vh;
}
@media screen and (max-width: 480px) {
  .section-lavora-con-noi .contenitore-offerte.row .col-testo {
    padding-bottom: 30px;
  }
}
.section-lavora-con-noi .contenitore-offerte.row .col-testo h3 {
  font-family: Lato, sans-serif;
  color: #e30617;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
}
.section-lavora-con-noi .contenitore-offerte.row .col-testo ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
.section-lavora-con-noi .contenitore-offerte.row .col-testo ul li {
  padding-left: 20px;
  margin: 0;
  position: relative;
}
.section-lavora-con-noi .contenitore-offerte.row .col-testo ul li::before {
  content: "";
  display: inline-block;
  background-color: #e30617;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 9px;
}
.section-lavora-con-noi .contenitore-offerte.row .col-testo h3 {
  margin-top: 35px;
}

.sezione-form-lavora-con-noi {
  padding-top: 15vh !important;
  padding-bottom: 15vh !important;
  background-color: #e30617;
}
@media screen and (max-width: 480px) {
  .sezione-form-lavora-con-noi {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.sezione-form-lavora-con-noi h2 {
  color: #fff;
}
.sezione-form-lavora-con-noi label {
  color: #fff;
}
.sezione-form-lavora-con-noi input[type=text],
.sezione-form-lavora-con-noi input[type=email],
.sezione-form-lavora-con-noi textarea {
  border: 2px solid !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom-color: #fff !important;
  box-shadow: none;
  background: transparent;
  color: #fff;
}
.sezione-form-lavora-con-noi input[type=text]::-moz-placeholder, .sezione-form-lavora-con-noi input[type=email]::-moz-placeholder, .sezione-form-lavora-con-noi textarea::-moz-placeholder {
  color: #fff;
}
.sezione-form-lavora-con-noi input[type=text]::placeholder,
.sezione-form-lavora-con-noi input[type=email]::placeholder,
.sezione-form-lavora-con-noi textarea::placeholder {
  color: #fff;
}
.sezione-form-lavora-con-noi .wrapper-combo-pos select {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  color: #fff;
  background-image: url("/wp-content/themes/flatsome-child/svg/ico-arrow-down.svg");
}
.sezione-form-lavora-con-noi .wrapper-combo-pos select option {
  color: #000;
}
.sezione-form-lavora-con-noi .wpcf7-acceptance span,
.sezione-form-lavora-con-noi .wpcf7-acceptance a {
  color: #fff;
}
.sezione-form-lavora-con-noi .btn-send {
  margin-top: 5vh;
}
.sezione-form-lavora-con-noi .btn-send input[type=submit] {
  background-color: #fff !important;
  margin-right: 0;
  color: #e30617;
  font-weight: 700;
  font-family: Oswald, sans-serif;
  font-size: 22px;
}
.sezione-form-lavora-con-noi .wpcf7-response-output {
  border-radius: 0;
  background: #fff;
  padding: 20px !important;
  text-transform: uppercase;
  border: 0 !important;
  font-weight: bolder;
}
.sezione-form-lavora-con-noi .wrapper-upload .wpcf7-file {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.sezione-form-lavora-con-noi .wrapper-upload label {
  font-weight: normal;
}
.sezione-form-lavora-con-noi .wrapper-upload .file-name {
  width: 100%;
  display: flex;
  margin-top: 5px;
}
.sezione-form-lavora-con-noi .wrapper-upload .sfoglia {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  box-sizing: border-box;
  color: currentColor;
  cursor: pointer;
  display: inline-block;
  font-size: 0.97em;
  font-weight: bolder;
  letter-spacing: 0.03em;
  line-height: 2.4em;
  margin-right: 0;
  margin-top: 10px;
  max-width: 100%;
  min-height: 2.5em;
  padding: 0 1.2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  text-shadow: none;
  text-transform: capitalize;
  transition: transform 0.3s, border 0.3s, background-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
  vertical-align: middle;
}
.sezione-form-lavora-con-noi .wrapper-upload .sfoglia:hover {
  background-color: #fff;
  color: #e30617;
}