/*
Theme Name: Aurum - Child Theme
Theme URI: https://laborator.co/themes/aurum/
Author: Laborator
Author URI: http://laborator.co/
Description: Use this theme if you want to extend features of Aurum theme or prevent overwriting the changes you make when new theme update is available.
Version: 1.0
Template: aurum
Text Domain: aurum
*/

@font-face {
  font-family: 'avenir-bold';
  src: url('../../../fonts/avenirltstd-black-webfont.woff2') format('woff2'),
    url('../../../fonts/avenirltstd-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'avenir-book';
  src: url('../../../fonts/avenirltstd-book-webfont.woff2') format('woff2'),
    url('../../../fonts/avenirltstd-book-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'avenir-roman';
  src: url('../../../fonts/avenirltstd-roman-webfont.woff2') format('woff2'),
    url('../../../fonts/avenirltstd-roman-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 25px;
  border: 2px solid #F3A307;
}

.page-container {
  margin-top: 50px;
  margin-bottom: 20px;
}

body {
  background-color: rgb(0, 0, 0);
  color: #fff;
  font-family: 'avenir-bold';
}


p {
  font-family: 'avenir-roman', sans-serif;
}

p strong {
  font-family: 'avenir-bold', sans-serif;
}

/* elementi testata */
header.site-header .header-menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

header.site-header {
  background: #000;
}
.menuspace{
  display: flex;
  gap: 25px;
  align-items: center;
}
.menuspace .hamburger-menu .menu__btn{
  margin-bottom: 0;
}

.scopricome {
  background-color: #F3A307;
  padding: 15px 20px;
  color: #fff;
  border-radius: 25px;
}

.scopricome:hover {
  color: #fff;
  background: rgb(243, 163, 7);
  background: linear-gradient(90deg, rgba(243, 163, 7, 1) 0%, rgba(246, 217, 44, 1) 100%);
  text-decoration: none;
  transition: 0.5s;
}

.scopricomemob {
  display: none;
}






/* farmacia */

.sectionImage {
  height: 500px;
}

.sectionImage3 {
  height: 600px;
}

.sectionImage4 {
  height: 500px;
}

.fontnewpage h1 {
  font-size: 70px;
  color: #F3A307;
  font-family: 'avenir-bold';
}

.fontnewpage {
  padding-top: 100px;
}

.sectionunderimg {
  height: 500px;
}

.sectionimage2 .vc_column-inner {
  height: 500px;
}

.fontsectionunderimg h2 {
  font-size: 40px;
  font-family: 'avenir-bold';
  color: #F3A307;
}

.fontsectionunderimg p {
  font-size: 16px;
  font-family: 'avenir-bold';
  color: black;
}

.fontsectionunderimg {
  padding-right: 100px;
}

.btnundersection1 {
  width: 300px;
  margin-left: 107px;
  margin-top: -180px;
  border-radius: 14px;
  border: 1px solid #000;
  background: #388302;
  color: white;
  font-size: large;
  height: 50px;
  padding: 12px;
  position: absolute;
}

.btnundersection2 {
  width: 300px;
  margin-left: 80px;
  margin-top: -100px;
  border-radius: 14px;
  border: 1px solid #000;
  background: #388302;
  color: white;
  font-size: large;
  height: 50px;
  padding: 12px;
  position: absolute;
}

.colorsection {
  border: 0.5px solid var(--Nero, #000);
  background: var(--Sfumatura, linear-gradient(180deg, #FA9707 -47.84%, #F1CB31 99.39%));
  height: 500px;
}

.pdsection {
  padding-left: 300px;
  padding-top: 100px;
}

.pdsection2 {
  padding-right: 300px;
  padding-left: 185px;
  padding-top: 100px;
}






/*CODEPEN */

#menu__toggle {
  opacity: 0;
  z-index: 10000;
}

#menu__toggle:checked~.menu__btn>span {
  transform: rotate(45deg);
}

#menu__toggle:checked~.menu__btn>span::before {
  top: 0;
  transform: rotate(0);
}

#menu__toggle:checked~.menu__btn>span::after {
  top: -1px;
  transform: rotate(90deg);
}

#menu__toggle:checked~.menu__box {
  visibility: visible;
  top: 0;
  align-items: center;
}

.menu__btn {
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1;
  z-index: 1000;
  position: relative;
  background: #fffdfa;
  padding: 25px 10px;
  border-radius: 50%;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #616161;
  transition-duration: .25s;
}

.menu__btn>span::before {
  content: '';
  top: 8px;
  position: relative;
}

.menu__btn>span::after {
  content: '';
  bottom: 10px;
  position: relative;
}

.menu__box {
  display: flex;
  position: fixed;
  visibility: hidden;
  top: -100%;
  left: 0;

  width: 100%;
  height: 100%;

  margin: 0;

  background-color: #313131;

  transition-duration: .25s;
}

#menu-menu {
  padding-inline-start: 0px;
}

#menu-menu li {
  list-style-type: none;
  font-size: 24px;
}

#menu-menu li a {
  color: #fff;
  font-family: 'avenir-bold', sans-serif;
}


.menuspace input[type=checkbox] {
  display: none;
}


#testata h1 {
  color: #fff;
  font-size: 68px;
  font-family: 'avenir-bold', sans-serif;
  margin-bottom: 45px;

}

#testata h2 {
  color: #fff;
  margin-bottom: 45px;
}

#testata h3 {
  color: #F3A307;
  font-size: 32px;
  font-family: 'avenir-bold', sans-serif;
  margin-bottom: 45px;

}

#boxHomeRight {
  margin-top: 30px;
  padding-left: 70px;
  background-size: 450px;
}


#boxHomeRight .vc_column-inner {
  background-size: 500px;
  height: 600px;
}

#BoxHome {
  margin-top: 50px;
}

#boxHomeRight .vc_column-inner {
  margin-top: 55px;
}

#boxHomeRight .wpb_wrapper #image1 {
  width: 48%;
  top: -55px;
  left: 15px;
  position: absolute;
  transition: opacity 1s ease-in-out;
}

.fade-out {
  opacity: 0;
  /* Opacità 0 durante la transizione */
}

#boxHomeRight .wpb_wrapper #image2 {
  width: 48%;
  top: -6px;
  right: -64px;
  position: absolute;
  z-index: 1;
  transition: opacity 1s ease-in-out;

}

#boxHomeRight .wpb_wrapper #image3 {
  width: 48%;
  position: absolute;
  left: 180px;
  top: 189px;
  transition: opacity 1s ease-in-out;
}

#boxHomeRight .vc_column-inner .wpb_wrapper #boxImagePromentor {
  height: 600px;
  margin-left: 475px;
}


#boxHomeRight .wpb_wrapper #button1 {
  position: absolute;
  z-index: 1;
  border-radius: 11px;
  height: 37px;
  width: 240px;
  border: none;
  color: black;
  left: 123px;
  top: -72px;
  transition: background-color 2s;
}

.button-active {
  background-color: #388320;
}

#boxHomeRight .wpb_wrapper #button2 {
  position: absolute;
  z-index: 2;
  border-radius: 11px;
  height: 37px;
  width: 250px;
  border: none;
  color: black;
  top: -23px;
  right: 0px;
  transition: background-color 2s;
}

#boxHomeRight .wpb_wrapper #button3 {
  position: absolute;
  z-index: 2;
  top: 170px;
  left: 138px;
  border-radius: 11px;
  height: 37px;
  width: 200px;
  border: none;
  color: black;
  transition: background-color 2s;
}


#boxButtonPromentor .fa-check {
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-radius: 10px;
  padding-top: 3px;
  margin-right: 10px;
}


.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline {
  color: #fff;
  border-color: #F3A307;
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:hover {
  color: #000;
  text-decoration: none;
  background: linear-gradient(90deg, rgba(243, 163, 7, 1) 0%, rgba(246, 217, 44, 1) 100%);
}

#barra-arancione {
  background-color: #FA9707;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.wpb_content_element,
.page-container .wpb_wrapper {
  margin-bottom: 0px;
  ;
}

.sfondofigo {
  background: url('https://www.promentor.it/ws0101/wp-content/uploads/2024/02/fotomenu.png');
  height: 100vh;
  background-position-x: 60%;
  background-size: cover;
  align-items: center;
  justify-content: center;
  display: flex;
}

.sfondofigo h3 {
  color: #444;
  font-family: 'avenir-roman', sans-serif;
  text-align: left;
  font-size: calc(18px + 0.8vw);
  left: -16%;
  position: relative;
}

.sfondofigo h3 b {
  font-family: 'avenir-bold', sans-serif;
  font-size: calc(18px + 0.8vw);
}

/* Testata destra */


#testataDestra {
  background-color: red;
  height: 380px;
  border-radius: 284px;
  width: 380px;
  margin-left: 160px;
  margin-top: 42px;
}


#chisiamo {
  padding-top: 90px;
  background-color: white;
  padding-bottom: 70px;
}

#chisiamo p {
  color: black;
  text-align: center;
  margin-bottom: 25px;
  max-width: 500px;
  margin-inline: auto;
}


.generalButton a {
  color: black !important;
}



.accordion {
  background-color: white;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 24px;
  font-size: small;
  transition: 0.4s;
  border: 0.8px solid grey;
  font-family: 'avenir-roman';
  display: flex;
  justify-content: space-between;

}

.active,
.accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}


#faq h1 {
  margin-top: 50px;
  font-size: 60px;
  color: white;
  margin-left: 25px;
  max-width: 400px;
  font-family: 'avenir-bold';
}

#faq p {
  margin-top: 30px;
  margin-left: 25px;
  max-width: 300px;
}


#fisarmonica a {
  border: 0.7px solid black;
  height: 75px;
  line-height: 30px;
  overflow: visible;
  font-size: 15px;
}

.vc_column_container>.vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}


.vc_tta-panel {
  border: 0.8px solid grey;

  color: black;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a {
  background-color: white;
  color: black !important;
}

#sezioneArticoli {
  background-color: white;
}

#sezioneArticoli h1 {
  color: #F3A307;
  font-family: 'avenir-bold';
  margin-top: 100px;
  margin-left: 85px;
  font-size: 40px;
}





.imgArticoli .img {
  width: 220px;
}

/* .imgArticoli2 .img2 {
  width: 220px;
} */

.imgArticoli {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

/* .imgArticoli2 {
  margin-top: -255px;
  display: flex;
  justify-content: center;
}

.imgArticoli2 #imgCenter {
  margin-left: 190px;
  margin-right: 190px;
} */

/* .infoArticoli {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;

} */

/* .infoArticoli .infoBox .vc_column-inner .wpb_wrapper {
  padding-inline: 22px;
} */

.imgArticoli h3 {
  font-family: 'avenir-bold';
}

.imgArticoli p {
  color: #000;
  margin-top: 20px;
}

#singleImg1 {
  margin-left: -50px;
  width: 220px;
}

#img1 {
  margin-top: -250px;
}

#img2 {
  margin-top: -165px;
}

#img3 {
  margin-top: -250px;
}

#singleImg2 {
  margin-top: -85px;
  margin-left: 40px;
  width: 220px;
}

#singleImg3 {
  margin-left: 50px;
  width: 220px;
}

.infoText {
  margin-top: 30px;
}

.generalButton {
  margin-top: 30px;
}



#leftTest {
  background-color: #F3A307;
  height: 400px;
}

#leftTest h1 {
  font-family: 'avenir-bold';
  color: white;
  margin-top: 50px;
  margin-left: 50px;
}

#leftTest h2 {
  color: white;
  margin-left: 50px !important;
  margin-top: 0;
}

#rightTest {
  border: 0.5px solid var(--Nero, #000);
  background: linear-gradient(180deg, #000 0%, #5C3D10 168.41%);
  height: 400px;
}

#buttonTest button {
  border-radius: 50px;
  border: 1px solid white;
  background-color: #F3A307 !important;
  color: black;
  margin-left: 40px;
  margin-top: 20px;
}


#testataTest #elenco {
  margin-top: 50px;
  margin-left: 65px;
  max-width: 325px;
}


#boxClienti h1 {
  color: #F3A307;
  font-family: 'avenir-bold';
  margin-top: 70px;
  margin-left: 85px;
  font-size: 40px;
}

#boxClienti {
  background-color: white;
  overflow: hidden;
  padding-bottom: 200px;
  border-bottom: 1px solid #F3A307;
  margin: 0;
}

.underBoxClienti {
  overflow: hidden;
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;

}

#underBoxClienti1 {
  margin-left: -200px;
  animation: carousel1 20s infinite;
}

@keyframes carousel1 {
  50% {
    margin-left: 0px;
  }

  100% {
    margin-left: -200px;
  }
}

#underBoxClienti2 {
  margin-left: 200px;
  animation: carousel2 20s infinite;
}

@keyframes carousel2 {
  50% {
    margin-left: 0px;
  }

  100% {
    margin-left: 200px;
  }
}

#underBoxClienti1:hover,
#underBoxClienti2:hover {
  animation: paused;
}

.colonnaClienti {
  width: 248px;
  height: 225px;
  border: 1px solid black;
  margin-left: 20px;
  padding: 18px;
  flex: none;
  color: black;
}





.divFoto div {
  height: 100px;
}

#sectionForm {
  background-color: #F9F9F9;
  margin: 0;
}

#form {
  max-width: 950px;
  height: 500px;
  background: var(--Sfumatura, linear-gradient(180deg, #FA9707 -47.84%, #F1CB31 99.39%));
  margin: auto;
  border-radius: 26px;
  margin-top: -165px;
  position: relative;
  z-index: 1;
}

#dettagliForm {
  margin-top: 45px;
  max-width: 578px;
  margin-left: 55px;
}

#gform_fields_1 input, #input_1_16, #input_1_17 {
  padding: 10px;
  background-color: white;
  height: 50px;
  border-radius: 5px;
  margin-bottom: -25px;
  border: none;
}

.ginput_container_textarea #input_1_12 {
  padding: 10px;
  background-color: white;
  height: 50px;
  border-radius: 5px;
  margin-bottom: -25px;
  border: none;
}

.gchoice_1_15_1 #choice_1_15_1 {
  padding: 0;
  background-color: white;
  height: 14px;
  width: 12px;
}

.gfield_checkbox {
  margin-left: 300px;
  margin-top: -57px;
}

.gchoice_1_15_1 #label_1_15_1 {
  margin: 0;
  text-decoration-line: underline;
}

.top_label #gform_submit_button_1 {
  border-radius: 28px;
  margin-top: 25px !important;
  margin-left: 525px;
  border: 1px solid white;
  background-color: #F3A307;
}


#boxLeftForm {
  font-size: 30px;
  margin-top: 77px;
  margin-left: 42px;
  color: white;
}

#imgForm img {
  margin-top: -181px;
}

.infoBox .vc_column-inner .wpb_wrapper {
  min-height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.infoText .wpb_wrapper {
  display: block !important;
}

#boxCreators {
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;
}

#boxTextCreators h2 {
  font-size: 50px;
  margin-bottom: 25px;
  font-family: 'avenir-bold';
}

#singleImgCreators div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 55px;
}

#singleImgCreators2 div {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-right: 55px;
}

#boxCreators2 {
  background-color: #F9F9F9;
  padding-top: 100px;
  min-height: 600px;
}


#singleImgCreators .wpb_wrapper p {
  margin-top: 40px;
}

#singleImgCreators2 .wpb_wrapper p {
  margin-top: 40px;
}

.footer-widgets {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100px;
}

.widget_block div {
  justify-content: center;
}

.wp-block-group p {
  min-width: 525px;
}


footer.site-footer {
  padding: 50px 0;
  font-weight: 300;
  color: white;
}

footer.site-footer .footer-bottom {
  border-top: 0;
  padding: 0;
  margin-top: 0;
}


.vc_row {
  margin-left: 0px;
  margin-right: 0px;

}







.fontcasestudy h3 {
  font-family: 'avenir-bold';
}

/* CASE STUDY 0 */

#sezione1 {
  padding: 0;
  margin: 0;
}

#titleSezione1 h3 {
  font-size: 32px;
  font-family: 'avenir-bold';
}

#titleSezione1 h1 {
  font-size: 58px;
  font-family: 'avenir-bold';
}


#sezione2 .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 383px;
  justify-content: center;
}

#sezione2 .wpb_wrapper p {
  width: 345px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: 'avenir-bold';

}


/* CASE STUDY 1 PARTE */

.boxCaseStudy .imgCaseStudy img {
  width: 340px !important;
  height: 344px !important;
  object-fit: cover;
  border-radius: 20px;
}

.imgCaseStudy .vc_column-inner #img1 {
  margin-top: 70px;
  margin-left: 190px;
}

.boxCaseStudy {
  background-color: white;
  padding-bottom: 70px;
  border-top: 1px solid #F3A307;
}



.imgCaseStudy #btn1 div {
  width: 339px;
  margin-left: -6px;
  margin-top: -225px;
  border-radius: 14px;
  border: 1px solid #000;
  background: #388302;
  color: white;
  font-size: large;
  height: 50px;
  padding: 12px;
  position: absolute;
}

.imgCaseStudy #btn2 div {
  width: 364px;
  margin-left: 95px;
  margin-top: -122px;
  border-radius: 14px;
  border: 1px solid #000;
  background: #388302;
  color: white;
  font-size: large;
  position: absolute;
  height: 50px;
  padding: 12px;
}

.textCaseStudy .wpb_wrapper h4 {
  font-family: 'avenir-bold';
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.103%;
}

.textCaseStudy .wpb_wrapper h2 {
  font-family: 'avenir-bold';
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
}

.textCaseStudy .vc_column-inner {
  margin-left: 130px;
  margin-top: 110px;
}
.parent-pageid-311 .textCaseStudy .vc_column-inner{
  margin-left: 0;
  margin-right: 150px;
}

.textCaseStudy .btnScopri button {
  border-radius: 92px;
  border-color: #F3A307 !important;
  margin-top: 35px;
  color: black !important;
}

/*CIANO* - non centra nulla con le case study */
.bottonegenerale .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .02) 100%);
  background-repeat: repeat-x;
  border-radius: 92px;
  border-color: #F3A307 !important;
  margin-top: 35px;
  color: black !important;
}

/*FINE CIANO*/

.boxCaseStudy #fotoOrologio1 img {
  width: auto !important;
  height: auto !important;
}

.imgCaseStudy .wpb_wrapper #fotoOrologio1 h3 {
  margin-top: -270px;
  font-family: 'avenir-bold';
}


/* CASE STUDY 2 PARTE */

.imgCaseStudy #btn3 div {
  width: 339px;
  margin-left: 140px;
  margin-top: -240px;
  border-radius: 14px;
  border: 1px solid #000;
  background: #388302;
  color: white;
  font-size: large;
  position: absolute;
  height: 50px;
  padding: 12px;
}

.imgCaseStudy #btn4 div {
  width: 364px;
  margin-left: 187px;
  margin-top: -137px;
  border-radius: 14px;
  border: 1px solid #000;
  background: #388302;
  color: white;
  font-size: large;
  position: absolute;
  height: 50px;
  padding: 12px;
}

.imgCaseStudy .vc_column-inner #img2 {
  margin-top: 70px;
  margin-left: -20px;
}

.boxCaseStudy2 #fotoOrologio2 img {
  width: auto !important;
  height: auto !important;
}

.imgCaseStudy .wpb_wrapper #fotoOrologio2 h3 {
  margin-top: -280px;
  margin-left: 350px;
  font-family: 'avenir-bold';
}

.boxCaseStudy2 {
  background-color: #F9F9F9;
  padding-bottom: 70px;
  border-top: 1px solid #F3A307;
}

.boxCaseStudy2 .imgCaseStudy img {
  width: 340px !important;
  height: 344px !important;
  object-fit: cover;
  border-radius: 20px;
}


/* CASE STUDY 3 PARTE */


.imgCaseStudy #btn5 div {
  width: 339px;
  margin-left: 215px;
  margin-top: -235px;
  border-radius: 14px;
  border: 1px solid #000;
  background: #388302;
  color: white;
  font-size: large;
  position: absolute;
  height: 50px;
  padding: 12px;
}

.imgCaseStudy #btn6 div {
  width: 364px;
  margin-left: -55px;
  margin-top: -135px;
  border-radius: 14px;
  border: 1px solid #000;
  background: #388302;
  color: white;
  font-size: large;
  position: absolute;
  height: 50px;
  padding: 12px;
}

.imgCaseStudy .vc_column-inner #img3 {
  margin-top: 70px;
  margin-left: 115px;
}

.boxCaseStudy #fotoOrologio3 img {
  width: auto !important;
  height: auto !important;
}

.imgCaseStudy .wpb_wrapper #fotoOrologio3 h3 {
  margin-top: -172px;
  margin-left: -56px;
  font-family: 'avenir-bold';
}


/* CASE STUDY 4 PARTE */



.imgCaseStudy #btn7 div {
  width: 339px;
  margin-left: -18px;
  margin-top: -235px;
  border-radius: 14px;
  border: 1px solid #000;
  background: #388302;
  color: white;
  font-size: large;
  position: absolute;
  height: 50px;
  padding: 12px;
}

.imgCaseStudy #btn8 div {
  width: 550px;
  margin-left: -55px;
  margin-top: -140px;
  border-radius: 14px;
  border: 1px solid #000;
  background: #388302;
  color: white;
  font-size: 20px;
  position: absolute;
  height: 50px;
  padding: 12px;
}

.imgCaseStudy .vc_column-inner #img4 {
  margin-top: 70px;
  margin-left: 190px;
}

.boxCaseStudy2 #fotoOrologio4 img {
  width: auto !important;
  height: auto !important;
}

.imgCaseStudy .wpb_wrapper #fotoOrologio4 h3 {
  margin-top: -280px;
  margin-left: -20px;
  font-family: 'avenir-bold';
}

.boxCaseStudy2 {
  background-color: #F9F9F9;
  padding-bottom: 70px;
  border-top: 1px solid #F3A307;
}

.boxCaseStudy2 .imgCaseStudy img {
  width: 340px !important;
  height: 344px !important;
}


/* CASE STUDY 5 */

.imgCaseStudy #btn9 div {
  width: 339px;
  margin-left: 140px;
  margin-top: -240px;
  border-radius: 14px;
  border: 1px solid #000;
  background: #388302;
  color: white;
  font-size: large;
  position: absolute;
  height: 50px;
  padding: 12px;
}

.imgCaseStudy #btn10 div {
  width: 364px;
  margin-left: 187px;
  margin-top: -137px;
  border-radius: 14px;
  border: 1px solid #000;
  background: #388302;
  color: white;
  font-size: large;
  position: absolute;
  height: 50px;
  padding: 12px;
}

.imgCaseStudy .vc_column-inner #img5 {
  margin-top: 121px;
  margin-left: -43px;
}

.imgCaseStudy .vc_column-inner #img5 img {
  width: auto !important;
  height: 245px !important;
}

.boxCaseStudy #fotoOrologio5 img {
  width: auto !important;
  height: auto !important;
}

.imgCaseStudy .wpb_wrapper #fotoOrologio5 h3 {
  margin-top: -280px;
  font-family: 'avenir-bold';
}

.boxCaseStudy {
  background-color: #F9F9F9;
  padding-bottom: 70px;
  border-top: 1px solid #F3A307;
}

.boxCaseStudy .imgCaseStudy img {
  width: 340px !important;
  height: 344px !important;
}





/* CaseStudy 6 */

.imgCaseStudy #btn11 div {
  width: 339px;
  margin-left: 215px;
  margin-top: -235px;
  border-radius: 14px;
  border: 1px solid #000;
  background: #388302;
  color: white;
  font-size: large;
  position: absolute;
  height: 50px;
  padding: 12px;
}

.imgCaseStudy #btn12 div {
  width: 364px;
  margin-left: -55px;
  margin-top: -135px;
  border-radius: 14px;
  border: 1px solid #000;
  background: #388302;
  color: white;
  font-size: large;
  position: absolute;
  height: 50px;
  padding: 12px;
}

.imgCaseStudy .vc_column-inner #img6 {
  margin-top: 120px;
  margin-left: 115px;
}

.imgCaseStudy .vc_column-inner #img6 img {
  width: auto !important;
  height: 245px !important;
}

.boxCaseStudy #fotoOrologio6 img {
  width: auto !important;
  height: auto !important;
}

.imgCaseStudy .wpb_wrapper #fotoOrologio6 h3 {
  margin-top: -172px;
  margin-left: -56px;
  font-family: 'avenir-bold';
}

.boxCaseStudy {
  background-color: #F9F9F9;
  padding-bottom: 70px;
  border-top: 1px solid #F3A307;
}

.boxCaseStudy .imgCaseStudy img {
  width: 340px !important;
  height: 344px !important;
}




/* CaseStudy7 */

.imgCaseStudy #btn13 div {
  width: 339px;
  margin-left: -6px;
  margin-top: -225px;
  border-radius: 14px;
  border: 1px solid #000;
  background: #388302;
  color: white;
  font-size: large;
  position: absolute;
  height: 50px;
  padding: 12px;
}

.imgCaseStudy #btn14 div {
  width: 364px;
  margin-left: 95px;
  margin-top: -122px;
  border-radius: 14px;
  border: 1px solid #000;
  background: #388302;
  color: white;
  font-size: large;
  position: absolute;
  height: 50px;
  padding: 12px;
}

.imgCaseStudy .vc_column-inner #img7 {
  margin-top: 120px;
  margin-left: 190px;
}

.imgCaseStudy .vc_column-inner #img7 img {
  width: auto !important;
  height: 245px !important;
}

.boxCaseStudy #fotoOrologio7 img {
  width: auto !important;
  height: auto !important;
}

.imgCaseStudy .wpb_wrapper #fotoOrologio7 h3 {
  margin-top: -270px;
  font-family: 'avenir-bold';
}

.boxCaseStudy {
  background-color: #F9F9F9;
  padding-bottom: 70px;
  border-top: 1px solid #F3A307;
}

.boxCaseStudy .imgCaseStudy img {
  width: 340px !important;
  height: 344px !important;
}

/**/


/* Case study-esempio */

.boxCaseStudy3 #fotoOrologio5 img {
  width: auto !important;
  height: auto !important;
}

.imgCaseStudy .wpb_wrapper #fotoOrologio5 h3 {
  margin-top: -280px;
  font-family: 'avenir-bold';
}

.boxCaseStudy3 {
  background-color: #F9F9F9;
  padding-bottom: 70px;
  margin-top: -50px;
}

#textImage {
  background-color: white;
  height: 533px;
  color: black;
  display: flex;
  align-items: center;
  border: 0.5px solid rgba(0, 0, 0, 1)
}

#textImage .vc_column-inner {
  display: flex;
  justify-content: center;
  font-size: 12px;
  align-items: center;
  padding-bottom: 20px;
}



#borderImg {
  border: 0.5px solid rgba(0, 0, 0, 1)
}

#borderImg .vc_column-inner {
  padding-top: 0;
}


.sezione3Case {
  background-color: #F9F9F9;
  color: black;
}

.sezione3Case .vc_column-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}


.sezione3Case .vc_column-inner .wpb_wrapper {
  width: 730px;
}


.sezione3Case .vc_column-inner .wpb_wrapper h2 {
  padding-bottom: 55px;
  font-family: 'avenir-bold';
}



#testataCase {
  height: 500px;
  background: rgb(243, 163, 7);
  background: linear-gradient(90deg, rgba(243, 163, 7, 1) 50%, rgba(92, 61, 16, 1) 50%, rgba(0, 0, 0, 1) 64%);
}


#testataCaseLeft {
  background-color: #F3A307;
  height: -webkit-fill-available;
}


#testataCaseRight {
  height: -webkit-fill-available;
}


#testataCaseLeft .vc_column-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
}

#testataCaseLeft .vc_column-inner .wpb_wrapper {
  width: 350px;
}

#testataCaseLeft .vc_column-inner .wpb_wrapper p {
  font-size: 14px;
}

#testataCaseLeft .vc_column-inner .wpb_wrapper h2 {
  font-family: 'avenir-bold';
  padding-bottom: 10px;
}


#testataCaseRight .vc_column-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
}

#testataCaseRight .vc_column-inner .wpb_wrapper {
  width: 350px;
}

#testataCaseRight .vc_column-inner .wpb_wrapper p {
  font-size: 14px;
}


.sezione3Case .btnScopri button {
  border-radius: 92px;
  border-color: #F3A307 !important;
  margin-top: 35px;
  color: black !important;
}






/* Lavora con noi */

#sezioneLavoraConNoi {
  background-color: #F9F9F9;
  margin-top: -50px;
}


#firstBox {
  display: flex;
  justify-content: center;
}


#firstBox .vc_column-inner {
  width: 650px;
}


#firstBox .vc_column-inner .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

#firstBox .vc_column-inner .wpb_wrapper h1 {
  font-family: 'avenir-bold';
  font-size: 40px;
}

#firstBox .vc_column-inner .wpb_wrapper h3 {
  font-family: 'avenir-bold';
}

#firstBox .vc_column-inner .wpb_wrapper p {
  width: 400px;
}

#firstBox .vc_column-inner .wpb_wrapper h5 {
  width: 400px;
  font-family: 'avenir-bold';

}


/* BOX PARTE SINISTRA */

.boxLavoraConNoiLeft .btnScopri button {
  border-radius: 92px;
  border-color: #F3A307 !important;
  color: black !important;
  margin-top: 32px;
}

.boxLavoraConNoiLeft .vc_column-inner {
  width: 400px;
  margin-right: 22px;
  margin-bottom: 20px;
  padding-left: 35px;
  border: 1px solid #F3A307;
  height: 180px;
  background-color: white;
}

.boxLavoraConNoiLeft {
  display: flex;
  justify-content: flex-end;
}




/* BOX PARTE DESTRA */

.boxLavoraConNoiRight .btnScopri button {
  border-radius: 92px;
  border-color: #F3A307 !important;
  color: black !important;
  margin-top: 32px;
}

.boxLavoraConNoiRight .vc_column-inner {
  width: 400px;
  margin-right: 22px;
  margin-bottom: 20px;
  padding-left: 35px;
  border: 1px solid #F3A307;
  height: 180px;
  background-color: white;
  position: relative;
  z-index: 1;
}

.boxLavoraConNoiRight {
  display: flex;
  justify-content: flex-start;
}

#imgLavoraConNoi #imgSingleLCN {
  margin-top: -274px;
}

/*immagine "lavora con noi" CIANO*/
.imgSingleLCN {
  position: absolute;
  top: 7%;
  width: 35% !important;
  right: 24%;
  opacity: 30%;
}


@media screen and (max-width: 600px) {
  .imgSingleLCN {
    position: absolute;
    top: 5%;
    width: 100% !important;
    right: -22%;
    opacity: 30%;
  }
}

/*FINE*/

.zindextop {
  z-index: 90;
}




/* LAVORA CON NOI2 */

#sezioneLCN2 {
  background-color: #F9F9F9;
  height: 600px;
  margin-top: -50px;
}

#sezioneLCN2 .wpb_column {
  display: flex;
  height: 600px;
  align-items: center;
}

#sezioneLCN2 #textLCN2 .vc_column-inner {
  display: flex;
  justify-content: center;
}

#sezioneLCN2 #textLCN2 .wpb_wrapper {
  width: 410px;
}

#sezioneLCN2 #textLCN2 .vc_column-inner .wpb_wrapper h1 {
  font-family: 'avenir-bold';
}


#boxImgLCN .vc_column-inner .wpb_wrapper #boxImgLCNSingle {
  margin-left: 110px;
  margin-top: 38px;
  position: relative;
  z-index: 1;
}

#boxImgLCN .vc_column-inner .wpb_wrapper #boxImgLCNSingle2 {
  margin-top: -359px;
  margin-left: 172px;
}



#elencoPuntatoLeft {
  background-color: white;
  height: 650px;
}


#elencoPuntatoLeft .vc_column-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 650px;
}

#elencoPuntatoLeft .vc_column-inner .wpb_wrapper {
  width: 440px;
}

#elencoPuntatoLeft .vc_column-inner .wpb_wrapper ul {
  color: black;
}

#elencoPuntatoLeft .vc_column-inner .wpb_wrapper h2 {
  font-family: 'avenir-bold';
  margin-bottom: 35px;
  font-size: 26px;
}

#elencoPuntatoLeft .btnScopri button {
  border-radius: 92px;
  border-color: #F3A307 !important;
  color: black !important;
  margin-top: 32px;
}



#elencoPuntatoRight {
  height: 650px;
}


#elencoPuntatoRight .vc_column-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 650px;
}

#elencoPuntatoRight .vc_column-inner .wpb_wrapper {
  width: 440px;
}

#elencoPuntatoRight .vc_column-inner .wpb_wrapper ul {
  color: black;
}

#elencoPuntatoRight .vc_column-inner .wpb_wrapper h2 {
  font-family: 'avenir-bold';
  margin-bottom: 35px;
  font-size: 26px;
  margin-left: -20px;
}





#elencoPuntatoLeft2 {
  background-color: #F9F9F9;
  height: 550px;
}


#elencoPuntatoLeft2 .vc_column-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 550px;
}

#elencoPuntatoLeft2 .vc_column-inner .wpb_wrapper {
  width: 440px;
}

#elencoPuntatoLeft2 .vc_column-inner .wpb_wrapper ul {
  color: black;
}

#elencoPuntatoLeft2 .vc_column-inner .wpb_wrapper h1 {
  font-family: 'avenir-bold';
  margin-bottom: 35px;
  font-size: 26px;
}

#elencoPuntatoLeft2 .vc_column-inner .wpb_wrapper h4 {
  font-family: 'avenir-bold';
}





#elencoPuntatoRight2 {
  background-color: #F9F9F9;
  height: 550px;
}


#elencoPuntatoRight2 .vc_column-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 550px;
  margin-top: -50px;
}

#elencoPuntatoRight2 .vc_column-inner .wpb_wrapper {
  width: 440px;
}





#boxCV {
  height: 300px;
}


#boxCV #btnScopri button {
  border-radius: 92px;
  border-color: #F3A307 !important;
  color: black !important;
  margin-top: 32px;
  background-color: transparent;
}

#boxCV .vc_column-inner {
  display: flex;
  justify-content: center;
  height: 300px;
  align-items: center;
}

#boxCV .vc_column-inner .wpb_wrapper {
  width: 540px;
}

.vc_section {
  padding-bottom: 0;
  padding-top: 0;
}


/* //CHISIAMO */



#boxImgChiSiamo .vc_column-inner {
  display: flex;
  justify-content: center;
}


#boxImgChiSiamo .vc_column-inner .wpb_wrapper {
  width: 670px;
}

#boxImgChiSiamo .vc_column-inner .wpb_wrapper h1,
h2 {
  font-family: 'avenir-bold';
  line-height: inherit;
}


#barra-arancione {
  background-color: #FA9707;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#barra-arancione .vc_column-inner {
  display: flex;
  justify-content: center;
  padding-top: 0;
}

#barra-arancione .vc_column-inner .wpb_wrapper {
  width: 635px;
}

#boxCoFounder {
  display: flex;
  justify-content: end;
  height: 600px;
  background-color: #f9f9f9;

}


#boxCoFounder #TextCoFounder {
  width: 65%;

}

#boxCoFounder #TextCoFounder .vc_column-inner {
  width: 80%;
}


#boxCoFounder #imgCoFounder {
  border-left: 0.5px solid var(--primario, #F3A307);
  border-bottom: 0.5px solid var(--primario, #F3A307);
  background-color: white;
  padding-left: 45px;

}

#boxCoFounder #TextCoFounder {
  border-right: 0.5px solid var(--primario, #F3A307);
  border-bottom: 0.5px solid var(--primario, #F3A307);
  background-color: white;
}

#boxCoFounder #imgCoFounder h1,
h2 {
  font-family: 'avenir-bold';
  margin-left: 0px !important;
}

#boxCoFounder #imgCoFounder h1 {
  font-size: 50px;
}

#boxCoFounder #imgCoFounder img {
  margin-top: 30px;
  position: absolute;
  z-index: 1;
}


#boxCoFounder #TextCoFounder #textBusiness {
  margin-left: 99px;
  margin-top: 40px;
}


#boxCoFounder #TextCoFounder #linkCoFounder {
  color: black;
  background: var(--Sfondo, #F9F9F9);
  min-width: 280px;
  height: 35px;
  border-radius: 10px;
  border: 1px solid black;
  display: flex;
  justify-content: start;
  padding: 4px 10px;

}

#boxCoFounder #TextCoFounder #linkCoFounder2 {
  color: black;
  background: var(--Sfondo, #F9F9F9);
  min-width: 280px;
  height: 35px;
  border-radius: 10px;
  border: 1px solid black;
  display: flex;
  justify-content: start;
  padding: 4px 10px;
}


#boxCoFounder #TextCoFounder #textBusiness .wpb_column {
  width: 90%;
}




#boxCoFounder #TextCoFounder #textBusiness .wpb_column .wpb_wrapper #linkCoFounder {
  margin-right: 28px;
}



#webFounder .vc_column-inner {
  margin-top: 30px;
  margin-left: 100px;
}

#webFounder .vc_column-inner .wpb_wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}


#linkCoFounder .wpb_wrapper p {
  width: 100%;
  font-size: 17px;
}






#boxCoFounder #TextCoFounder2 {
  width: 65%;

}

#boxCoFounder #TextCoFounder2 .vc_column-inner {
  width: 75%;
}

#boxCoFounder #imgCoFounder2 h1,
h2 {
  font-family: 'avenir-bold';
}

#boxCoFounder #imgCoFounder2 h1 {
  font-size: 50px;
}

#boxCoFounder #imgCoFounder2 img {
  margin-top: 30px;
}

#imgCoFounder2 {
  padding-left: 50px;
}


#boxCoFounder #TextCoFounder2 #textBusiness {
  margin-left: 99px;
  margin-top: 100px;
}


#boxCoFounder #TextCoFounder2 #linkCoFounder {
  color: black;
  background: var(--Sfondo, #F9F9F9);
  min-width: 280px;
  height: 35px;
  border-radius: 10px;
  border: 1px solid black;
  margin-right: 15px;
  display: flex;
  justify-content: start;
  padding: 4px 10px;
}

#boxCoFounder #TextCoFounder2 #linkCoFounder2 {
  color: black;
  background: var(--Sfondo, #F9F9F9);
  min-width: 280px;
  height: 35px;
  border-radius: 10px;
  border: 1px solid black;
  margin-right: 15px;
  display: flex;
  justify-content: start;
  padding: 4px 10px;
}

#boxCoFounder #TextCoFounder #linkCoFounderNew {
  color: black;
  background: var(--Sfondo, #F9F9F9);
  min-width: 280px;
  height: 35px;
  border-radius: 10px;
  border: 1px solid black;
  display: flex;
  justify-content: start;
  padding: 4px 10px;
}

#boxCoFounder #TextCoFounder2 #linkCoFounderNew2 {
  color: black;
  background: var(--Sfondo, #F9F9F9);
  min-width: 280px;
  height: 35px;
  border-radius: 10px;
  border: 1px solid black;
  margin-right: 15px;
  display: flex;
  justify-content: start;
  padding: 4px 10px;
}

.textBusinessCoach #linkCoFounderNew3 {
  color: black;
  background: var(--Sfondo, #F9F9F9);
  border-radius: 10px;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  min-width: 280px;
  padding: 4px 10px;
}

#webFounder2 .vc_column-inner {
  margin-top: 30px;
  margin-left: 100px;
}

#webFounder2 .vc_column-inner .wpb_wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}


#boxCoFounder #TextCoFounder2 #textBusiness .wpb_column {
  width: 90%;
}


#TextCoFounder2 #webFounder2 {
  margin-top: 80px;
}



.BusinessBoxImg {
  border-top: 0.5px solid var(--primario, #F3A307);
}

.BusinessBoxImg .vc_column-inner {
  height: 700px;
  display: flex;
  justify-content: center;
}


.BusinessBoxImg .vc_column-inner .wpb_wrapper .wpb_text_column {
  margin-top: 50px;
}

.BusinessBoxImg .vc_column-inner .wpb_wrapper .wpb_text_column h1 {
  font-family: 'avenir-bold';
  font-size: 50px;
  margin-bottom: 20px;
}

.BusinessBoxImg .vc_column-inner .wpb_wrapper .wpb_text_column h2 {
  font-family: 'avenir-bold';
  margin-left: 0;
}



.textBusinessCoach .vc_column-inner {
  display: flex;
  margin-top: 90px;
  justify-content: center;
}

.textBusinessCoach .vc_column-inner .wpb_wrapper {
  width: 90%;
}

.textBusinessCoach .vc_column-inner .wpb_wrapper h4 {
  font-family: 'avenir-bold';
  margin-bottom: 20px;
}

.textBusinessCoach #LinkBusinessCoach {
  color: black;
  background: var(--Sfondo, #F9F9F9);
  border-radius: 10px;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  min-width: 280px;
}

.textBusinessCoach #LinkBusinessCoach2 {
  color: black;
  background: var(--Sfondo, #F9F9F9);
  border-radius: 10px;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  min-width: 280px;
}

.textBusinessCoach #LinkBusinessCoach3 {
  color: black;
  background: var(--Sfondo, #F9F9F9);
  border-radius: 10px;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  min-width: 280px;
}

.textBusinessCoach #LinkBusinessCoach4 {
  color: black;
  background: var(--Sfondo, #F9F9F9);
  min-width: 280px;
  height: 35px;
  border-radius: 10px;
  border: 1px solid black;
  display: flex;
  justify-content: center;
}

.textBusinessCoach #WebBusinessCoach .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 4px 10px;
  gap: 10px;
}



#LinkBusinessCoach,
#LinkBusinessCoach2,
#LinkBusinessCoach3,
#LinkBusinessCoach4 .wpb_wrapper p {
  font-size: 17px;
}



#SfondoBusiness2 {
  background: white !important;
  padding-left: 30px;
  padding-bottom: 30px;
}


#contactBox {
  background-color: white;
  height: 700px;
}

#RowContact .vc_column-inner {
  display: flex;
  justify-content: center;
}

#RowContact .vc_column-inner .wpb_wrapper {
  width: 90%;
}

#RowContact .vc_row {
  display: flex;
  justify-content: space-around;
  margin-bottom: 100px;
}

#RowContact .ColumnContact {
  width: 30%;
}

#RowContact .vc_column-inner .wpb_wrapper h1 {
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: 'avenir-bold';
  font-size: 40px;
  color: #F3A307;
}

#RowContact .vc_column-inner .wpb_wrapper h3 {
  font-family: 'avenir-bold';
}

#RowContact .ColumnContact .vc_column-inner {
  justify-content: end;
}













#TextBusinessMN h1,
h4 {
  font-family: 'avenir-bold';

}

#TextBusinessMN h1 {
  font-family: 'avenir-bold';
  font-size: 50px;
  height: 115px;
}


.TextBusinessMNUnder {
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.TextBusinessMNUnder .vc_column-inner {
  width: 70%;
}

.TextBusinessMNUnder .vc_column-inner .wpb_wrapper {
  font-size: 20px;
}


#ImgBusinessMN .vc_column-inner {
  display: flex;
  justify-content: flex-end;
}

#ImgBusinessMN #ImgAbsolute img {
  position: absolute;
  z-index: 1;
  top: 35%;
  right: 15%;
  width: 60% !important;
}

#BoxMN2 .vc_column-inner .wpb_wrapper .wpb_text_column {
  display: flex;
  justify-content: center;
}

#BoxMN2 .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper {
  width: 48%;
  margin-top: 60px;
}


#BoxMNLeft {
  background-color: #F3A307;
  padding-bottom: 20px;
}

#BoxMNLeft .vc_column-inner .wpb_wrapper .wpb_text_column {
  display: flex;
  justify-content: flex-end;
}

#BoxMNLeft .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper {
  width: 90%;
}

#BoxMNLeft .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper h1 {
  font-size: 44px;
  font-family: 'avenir-bold';
}

#BoxMNRight {
  padding-bottom: 20px;
  border: 0.5px solid var(--Nero, #000);
}

#BoxMNRight .vc_column-inner {
  display: flex;
  justify-content: center;
}

#BoxMNRight .vc_column-inner .wpb_wrapper {
  width: 80%;
}

#BoxMNRight .vc_column-inner .wpb_wrapper h4 {
  font-family: 'avenir-bold';
  margin-bottom: 30px;
}


#ImgBusinessMN2 {
  height: 500px;
}

#ImgBusinessMN2 .vc_column-inner .wpb_wrapper img {
  margin-left: 70px;
  margin-top: 40px;
}

#ImgBusinessMN2 #ImgAbsolute2 img {
  position: absolute;
  z-index: 1;
  top: 47%;
  left: 35%;
  margin: 0;
}


#TextTimeProMN .vc_column-inner {
  margin-left: 30px;
  margin-top: 40px;
}


#TextTimeProMN .vc_column-inner .wpb_wrapper .wpb_text_column {
  width: 80%;
}

#BoxKPMI {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

#BoxKPMI .vc_column-inner {
  width: 65%;
  margin-top: 30px;
}

#BoxKPMI .vc_column-inner h4 {
  font-family: 'avenir-bold';
}


#BoxKPMIright {
  padding-bottom: 20px;
}

#BoxKPMIright .vc_column-inner {
  width: 60%;
}

#BoxKPMIright .vc_column-inner h1 {
  font-size: 40px;
  font-family: 'avenir-bold';
  margin-top: 40px;
  margin-bottom: 50px;
}



#BoxLeftPCS {
  padding-bottom: 20px;
}

#BoxLeftPCS .vc_column-inner {
  width: 74%;
}

#BoxLeftPCS .vc_column-inner h1 {
  font-size: 45px;
  font-family: 'avenir-bold';
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 50px;
}


#BoxPCSright {
  padding-bottom: 20px;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
}


#BoxPCSright .vc_column-inner {
  width: 70%;
  margin-top: 50px;

}

#form2 {
  max-width: 950px;
  height: 550px;
  background: var(--Sfumatura, linear-gradient(180deg, #FA9707 -47.84%, #F1CB31 99.39%));
  margin: auto;
  border-radius: 26px;
  margin-top: -38px;
  position: relative;
  z-index: 1;
}


#SectionForm2 {
  background-color: #F9F9F9;
  margin: 0;
  height: 750px;
}








#BoxSectionImgFull.vc_row.vc_row-o-full-height {
  min-height: 50vh;
  padding: 0 !important;
}

#BoxImgFull .vc_column-inner {
  padding-top: 0;
}
#BoxImgFull .vc_column-inner .wpb_wrapper,
#BoxImgFull .vc_column-inner .wpb_wrapper .wpb_single_image, 
#BoxImgFull .vc_column-inner .wpb_wrapper .wpb_single_image .wpb_wrapper,
#BoxImgFull .vc_column-inner .wpb_wrapper .wpb_single_image .wpb_wrapper .vc_single_image-wrapper,
#BoxImgFull .vc_column-inner .wpb_wrapper .wpb_single_image .wpb_wrapper .vc_single_image-wrapper img{
  height: 100% !important;
  object-fit: cover;
}



#BoxMNLeft2 {
  background-color: #F3A307;
  /* height: 646px; */
}

#BoxMNLeft2 .vc_column-inner .wpb_wrapper .wpb_text_column {
  display: flex;
  justify-content: flex-end;
}

#BoxMNLeft2 .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper {
  width: 90%;
}

#BoxMNLeft2 .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper h1 {
  font-size: 44px;
  font-family: 'avenir-bold';
}




@media screen and (max-width: 1200px) {

  .top_label #gform_submit_button_1 {
    margin-left: 400px !important;
  }

}







/* RESPONSIVE */

@media screen and (max-width: 600px) {


  /* Farmacia */

  .fontsectionunderimg {
    height: unset;
    padding-bottom: 20px;
    padding-right: unset;
    text-align: center;
  }

  .sectionunderimg {
    height: unset;
  }

  .sectionImage3 {
    height: unset;
    padding-bottom: 50px;
  }

  .btnundersection2 {
    width: 218px;
    margin-left: 71px;
    margin-top: -57px;
  }

  .btnundersection2 p {
    font-size: 15px;
  }

  .btnundersection1 {
    width: 245px;
    margin-top: -116px;
    margin-left: 57px;
  }

  .pdsection {
    padding-left: 35px;
  }

  .pdsection2 {
    padding-left: 35px;
    padding-right: unset;
    padding-bottom: 50px;
  }


  .sectionImage4 {
    height: unset;
  }

  .has-text-align-center {
    min-width: 0px !important;

  }

  /* HOME PAGE */

  #boxHomeRight {
    padding-left: 0px;
    height: 350px;
  }

  #boxHomeRight .vc_column-inner .wpb_wrapper {
    display: flex;
    justify-content: center;
  }



  video {

    border-radius: 25px;
    border: 2px solid #F3A307;

  }

  #boxLeftForm {
    font-size: 30px;
    margin-top: 77px;
    margin-left: 25px;
    color: white;
  }

  #boxClienti h1 {
    margin-left: 0px;
  }

  #singleImgCreators .SizeImgMob img {
    width: 200px !important;
  }

  #singleImgCreators2 .SizeImgMob img {
    width: 200px !important;
  }

  .imgArticoli #imgHomePage {
    margin-left: 56px;
  }

  .scopricome {
    display: none;
  }

  .scopricomemob {
    display: block;
    background-color: #F3A307;
    padding: 10px 20px;
  }

  .scopricomemob h4 {
    color: white;
    font-size: 16px;
  }

  .scopricomemob:hover {
    color: #fff;
    background: rgb(243, 163, 7);
    background: linear-gradient(90deg, rgba(243, 163, 7, 1) 0%, rgba(246, 217, 44, 1) 100%);
    text-decoration: none;
    transition: 0.5s;
  }


  #testata h1 {
    font-size: 30px;
    margin-bottom: 0px;
  }

  #testata h2 {
    margin-bottom: 0px;
    font-size: 20px;
    margin-left: 0px;
    margin-top: 12px;
    font-family: 'avenir-roman', sans-serif;
  }

  #testata h3 {
    font-size: 22px;
    font-family: 'avenir-bold', sans-serif;
    margin-bottom: 45px;
  }


  #boxHomeRight .wpb_wrapper #button1 {
    margin-top: unset;
    border: none;
    color: black;
    margin-left: 0px;
    transition: background-color 2s;
    top: -4%;
    left: 0%;
    height: 45px;
    font-size: 13px;
  }

  #boxHomeRight .wpb_wrapper #image1 {
    width: 48%;
    margin-top: unset;
    margin-left: unset;
    position: absolute;
    top: 0%;
    left: 5%;
  }

  #boxHomeRight .wpb_wrapper #button3 {
    margin-top: unset;
    margin-left: unset;
    top: 7%;
    left: 40%;
    height: 45px;
    font-size: 13px;
  }

  #boxHomeRight .wpb_wrapper #image3 {
    margin-left: unset;
    margin-top: unset;
    top: 10%;
    left: 46%;
  }

  #boxHomeRight .wpb_wrapper #button2 {
    position: absolute;
    margin-top: unset;
    margin-left: unset;
    top: 44%;
    left: 10%;
    height: 45px;
    font-size: 13px;
  }

  #boxHomeRight .wpb_wrapper #image2 {
    width: 48%;
    margin-left: unset;
    margin-top: unset;
    top: 49%;
    left: 25%;
  }


  #barra-arancione .vc_column-inner .wpb_wrapper {
    width: 90%;
    font-size: 15px;
    margin: auto;
  }


  #chisiamo .vc_column-inner .wpb_wrapper {
    width: 93%;
    margin: auto;
  }

  #loremIpsumBox {
    margin-bottom: 0px;
    background: linear-gradient(180deg, #000 0%, #5C3D10 168.41%);
    padding-bottom: 25px;

  }

  #faq h1 {
    font-size: 42px;
  }

  #faq p {
    font-family: 'avenir-bold';
    font-size: 20px;
  }

  #fisarmonica a {
    height: 90px;
  }

  #chisiamo .vc_column_container>.vc_column-inner {
    padding-top: unset;
    display: flex;
    justify-content: center;
  }


  #sezioneArticoli h1 {
    margin-top: 50px;
    margin-left: 35px;
  }


  .imgArticoli {
    flex-direction: column;
  }

  .imgArticoli .img {
    margin-left: 70px;
    margin-bottom: 100px;
  }


  #leftTest h2 {
    margin-top: 35px;
    font-size: 20px;
    margin-left: 50px !important;
  }

  #testataTest #elenco {
    margin-left: 15px;
  }

  #underBoxClienti1,
  #underBoxClienti2 {
    margin-left: -200%;
  }

  #form {
    min-height: 1100px;
  }

  #gform_fields_1 input, #input_1_16, #input_1_17 {
    width: 84%;
    margin: auto;
  }

  .ginput_container_textarea #input_1_12 {
    width: 84%;
    margin: auto;
  }

  #input_1_15 {
    margin-left: 322px !important;
  }

  .gchoice_1_15_1 #choice_1_15_1 {
    margin-left: -330px;
    margin-top: 65px;
  }

  .gchoice_1_15_1 #label_1_15_1 {
    margin-top: 65px;
    margin-left: -325px;
  }

  .top_label #gform_submit_button_1 {
    width: 115px;
    margin-top: 25px;
    margin-left: 175px !important;
    height: 45px;
    margin-bottom: 20px;
  }

  #boxLeftForm {
    width: unset;
    margin-left: 13px;
  }

  #boxTextCreators h2 {
    font-size: 42px;
    text-align: left;
    margin-top: 60px;
  }

  #imgForm img {
    display: none;
  }

  #boxCreators {
    flex-direction: column;
  }

  #singleImgCreators div {
    padding-left: unset;
  }

  #singleImgCreators2 div {
    padding-right: unset;
  }

  #singleImgCreators .wpb_wrapper p {
    font-size: 20px;
    margin-bottom: 20px;
  }

  #singleImgCreators2 .wpb_wrapper p {
    font-size: 20px;
    margin-bottom: 20px;
  }



  /* CASE STUDY */

  #titleSezione1 h1 {
    font-size: 25px;
  }

  #sezione2 .wpb_wrapper {
    height: 257px;
  }

  .textCaseStudy .vc_column-inner {
    margin-left: 20px;
    margin-top: 40px;
  }


  .textCaseStudy .wpb_wrapper h2 {
    font-size: 32px;
  }

  .imgCaseStudy .vc_column-inner #img1 {
    margin-left: 95px;
  }

  .imgCaseStudy .vc_column-inner #img1 img {
    width: 245px !important;
    height: 248px !important;
    margin-top: 45px;
  }

  .imgCaseStudy .vc_column-inner #img2 img {
    width: 245px !important;
    height: 248px !important;
    margin-top: 45px;
  }

  .imgCaseStudy .vc_column-inner #img3 img {
    width: 245px !important;
    height: 248px !important;
    margin-top: 45px;
  }

  .imgCaseStudy .vc_column-inner #img4 img {
    width: 245px !important;
    height: 248px !important;
    margin-top: 45px;
  }

  .imgCaseStudy #btn1 div {
    top: 26%;
    left: 10%;
    width: 190px;
    margin-top: -280px;
    margin-left: 0px;
  }

  #btn2 div {
    top: 53%;
    left: 17%;
    width: 245px !important;
    margin-left: 0px !important;
    height: 70px !important;
  }

  .imgCaseStudy .wpb_wrapper #fotoOrologio1 h3 {
    margin-top: -332px;
    margin-left: 62px;
  }




  .imgCaseStudy .vc_column-inner #img2 {
    margin-top: 70px;
    margin-left: 20px;
  }





  .imgCaseStudy #btn4 div {
    width: 265px;
    margin-left: 0px;
    margin-top: -146px;
    top: 54%;
    left: 21%;
  }



  .imgCaseStudy #btn3 div {
    width: 219px;
    margin-left: 28px;
    margin-top: -259px;
    left: 33%;
    top: 23%;
  }



  .imgCaseStudy .wpb_wrapper #fotoOrologio2 h3 {
    margin-top: -295px;
    margin-left: 0px;
  }

  .imgCaseStudy .vc_column-inner #img2 {
    margin-top: 5px;
    margin-left: 20px;
  }
  #BoxLeftPCS .vc_column-inner h1{
    margin-left: 0;
  }




  .imgCaseStudy .vc_column-inner #img3 {
    margin-top: 20px;
    margin-left: 72px;
  }


  .imgCaseStudy #btn6 div {
    width: 238px;
    margin-left: 0px;
    margin-top: -167px;
    left: 6%;
    top: 25%;

  }

  .imgCaseStudy #btn5 div {
    width: 185px;
    margin-left: -132px;
    margin-top: -261px;
    left: 48%;
    top: 51%;
  }



  .imgCaseStudy .wpb_wrapper #fotoOrologio3 h3 {
    margin-top: -294px;
    margin-left: 74px;
  }




  .imgCaseStudy .vc_column-inner #img4 {
    margin-top: 30px;
    margin-left: 95px;
  }

  .imgCaseStudy #btn7 div {
    width: 191px;
    margin-left: 0px;
    margin-top: -265px;
    left: 35%;
    top: 24%;
  }


  .imgCaseStudy #btn8 div {
    width: 276px;
    margin-left: 0px;
    margin-top: -127px;
    top: 60%;
    left: 5%;
    font-size: 13px;
    height: unset;
  }


  .imgCaseStudy .wpb_wrapper #fotoOrologio4 h3 {
    margin-top: -303px;
    margin-left: 156px;
  }


  .boxCaseStudy3 {
    background-color: #F9F9F9;
    padding-bottom: 0px;
    margin-top: -50px;
    margin-bottom: -73px;
  }

  .imgCaseStudy .wpb_wrapper #fotoOrologio5 h3 {
    margin-left: 69px;
    margin-top: -325px;
  }

  .boxCaseStudy3 #fotoOrologio5 img {
    display: none;
  }




  .page-container .wpb_single_image img {
    width: 200px !important;
    margin-top: 0px;
  }


  .sezione3Case .vc_column-inner .wpb_wrapper {
    width: 315px;
  }

  .sezione3Case .vc_column-inner .wpb_wrapper h2 {
    padding-bottom: 25px;
  }

  #testataCase {
    height: 961px;
    padding-right: 0px !important;
    display: flex;
    flex-direction: column;

  }

  #testataCaseLeft .vc_column-inner {
    height: 400px;
    text-align: center;
  }





  .boxLavoraConNoiLeft .vc_column-inner {
    margin-right: 0px;
    position: relative;
    z-index: 1;
  }

  .boxLavoraConNoiRight .vc_column-inner {
    margin-right: 0px;
  }

  #firstBox .vc_column-inner .wpb_wrapper p {
    width: 70%;
    margin: auto;
  }

  #firstBox .vc_column-inner .wpb_wrapper h5 {
    width: 86%;
  }








  #sezioneLCN2 #textLCN2 .vc_column-inner .wpb_wrapper h1 {
    font-size: 32px;
    text-align: center;
  }

  #sezioneLCN2 #textLCN2 .wpb_wrapper {
    width: 300px;
    text-align: center;
  }


  #boxImgLCN .vc_column-inner .wpb_wrapper #boxImgLCNSingle2 {
    margin-top: -359px;
    margin-left: 26px;
    width: 200px;
  }





  #mobilemod {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }


  #area1 h3 {
    font-size: 30px !important;
    padding-left: 20px !important;
  }

  #area1 h3 strong {
    font-size: 30px !important;
  }


  .vc_custom_1705652086291 .wpb_wrapper {
    margin-left: -60px;
    padding-bottom: 40px;
  }

  .vc_custom_1705652086291 .wpb_wrapper ul {
    width: 80%;
  }

  #area2 h4 {
    font-size: 20px !important;
  }







  /* NUOVA PAGE */

  #text {
    width: 100% !important;
    margin-left: 0px !important;
    text-align: center;
  }

  .imgcontatti1 img {
    display: none !important;
  }

  .imgcontatti2 img {
    display: none !important;
  }

  #textidlavoraconnoi {
    margin-bottom: -200px;
  }

  .rowbackground {
    background: rgb(255, 255, 255) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(241, 203, 49, 1) 50%, rgba(250, 151, 7, 1) 80%) !important;
  }

  /* .page-id-560 .rowbackgroundid {
    background: rgb(255, 255, 255) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%) !important;
  } */



  .rowmobile {
    padding-bottom: 85px;
  }

  .rowmobile .vc_column-inner {
    padding-right: 0px !important;
    margin-left: 8px;
  }

  .rowmobile2 .vc_column-inner {
    padding-right: 0px !important;
    margin-left: 8px !important;
  }

  .luogolavoromobile .vc_column-inner {
    padding-left: 0px !important;
  }




  /* Chi siamo */

  .textBusinessCoach #WebBusinessCoach .wpb_wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: fit-content;
  }


  /* #webFounder .vc_column-inner .wpb_wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  } */
/* 
  #webFounder2 .vc_column-inner .wpb_wrapper {
    flex-direction: column;
    justify-content: center;
  } */





  #TextCoFounder2 #webFounder2 {
    width: unset;
  }


  #boxCoFounder #TextCoFounder #linkCoFounderNew {
    margin-right: unset;
  }


  #boxCoFounder #TextCoFounder #linkCoFounder {
    margin-bottom: 10px;
  }

  #boxCoFounder #TextCoFounder #linkCoFounder2 {
    margin-top: unset;
  }

  #boxCoFounder #TextCoFounder2 #linkCoFounder {
    margin-bottom: 10px;
  }

  #boxCoFounder #TextCoFounder2 #linkCoFounder2 {
    margin-top: unset;
  }


  #boxImgChiSiamo .vc_column-inner .wpb_wrapper {
    width: 100% !important;
  }

  .imgchisiamomobile img {
    display: none;
  }


  #boxCoFounder {
    height: unset;
    flex-direction: column;
  }


  #boxCoFounder #TextCoFounder {
    width: unset;
  }

  #boxCoFounder #TextCoFounder .vc_column-inner {
    width: 90%;
  }

  #boxCoFounder #TextCoFounder #textBusiness {
    margin-left: 0px;
  }

  #webFounder .vc_column-inner {
    margin-left: 35px;
    margin-bottom: 20px;
  }


  #boxCoFounder #imgCoFounder {
    border-left: 0.5px solid var(--primario, #F3A307);
    border-right: 0.5px solid var(--primario, #F3A307);
    background-color: white;
    padding-left: 15px;
    border-bottom: none !important;

  }
  #imgCoFounder2{
    padding-left: 15px;
  }

  #boxCoFounder #TextCoFounder {
    border-right: 0.5px solid var(--primario, #F3A307);
    border-left: 0.5px solid var(--primario, #F3A307);
    border-bottom: 0.5px solid var(--primario, #F3A307);
    background-color: white;
  }


  #boxCoFounder #TextCoFounder2 {
    width: unset;
  }

  #boxCoFounder #TextCoFounder2 .vc_column-inner {
    width: unset;
  }

  #boxCoFounder #TextCoFounder2 #textBusiness {
    margin-left: unset;
    margin-top: unset;
  }

  #TextCoFounder2 #webFounder2 {
    margin-top: 50px;
  }

  #webFounder2 .vc_column-inner {
    margin-left: unset;
    margin-bottom: 20px;
  }

  #linkCoFounder .wpb_wrapper p {
    font-size: 16px !important;
  }


  .textBusinessCoach .vc_column-inner {
    margin-top: 39px;
    justify-content: start;
  }



  


  .rowbackground2 {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(241, 203, 49, 1) 0%, rgba(250, 151, 7, 1) 80%, rgba(250, 151, 7, 1) 100%) !important;
  }



  #contactBox {
    height: unset;
  }

  #RowContact .vc_column-inner .wpb_wrapper h1 {
    margin-bottom: 23px;
    font-size: 37px;

  }

  #RowContact .vc_row {
    flex-direction: column;
  }

  #RowContact .ColumnContact {
    width: unset;
  }


  #BoxMN2 .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper {
    width: 90%;
  }

  .imgdnmobile .wpb_wrapper,
  .imgdnmobile .wpb_wrapper .vc_single_image-wrapper,
  .imgdnmobile .wpb_wrapper .vc_single_image-wrapper img{
    width: 100% !important;
  }

  #BoxMNLeft2 .vc_column-inner .wpb_wrapper .wpb_text_column {
    justify-content: center !important;
  }



  .scopricomemob i {
    color: white !important;
  }




  /* CASE STUDY PAGINE INTERNE */

  #testataCase {
    background: rgb(243, 163, 7);
    background: linear-gradient(180deg, rgba(243, 163, 7, 1) 0%, rgba(243, 163, 7, 1) 50%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
  }

  #testataCaseRight {
    height: 100%,
  }

  #testataCaseRight .vc_column-inner {
    height: unset;
  }


  .sezione3Case .vc_column-inner .wpb_wrapper .wpb_content_element {
    padding-left: 0px !important;
  }

  #borderImg {
    display: none;
  }


  #textImage {
    height: unset;
  }



  .tabella {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }


  .tabellascroll {
    overflow-x: scroll !important;
  }



  .page-container .vc_slide .vc_carousel-control span {
    margin-left: -39px !important;
    top: -21px;
  }

  .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item {
    visibility: unset !important;
  }

  /* 
  .vc_carousel-slideline {
    width: 960px;
  }

  .vc_item {
    width: 16.6667%;
    height: 127.467px;
  } */







  .TextBusinessMNUnder .vc_column-inner {
    width: unset;
    text-align: center;
  }

  #BoxMNLeft {
    background-color: none;
    height: unset;
  }

  #BoxMNRight {
    height: unset;
    border: none;
  }

  #BoxMNRight .vc_column-inner {
    padding-bottom: 20px;
    padding-top: 100px;
  }

  #rowbackground3 {
    background: rgb(243, 163, 7) !important;
    background: linear-gradient(180deg, rgba(243, 163, 7, 1) 0%, rgba(243, 163, 7, 1) 45%, rgba(0, 0, 0, 1) 45%, rgba(0, 0, 0, 1) 100%) !important;
  }

  #BoxKPMI {
    height: unset;
  }

  #BoxKPMIright {
    height: unset;
  }

  #BoxKPMIright .vc_column-inner {
    width: 74%;
  }

  #BoxLeftPCS {
    height: unset;
  }

  #BoxPCSright {
    height: unset;
  }

  #BoxPCSright .vc_column-inner {
    margin-top: unset;
    margin-bottom: 50px;
  }

  .rowbackground4 {
    background: rgb(241, 203, 49) !important;
    background: linear-gradient(180deg, rgba(241, 203, 49, 1) 6%, rgba(250, 151, 7, 1) 47%, rgba(249, 249, 249, 1) 47%) !important;
  }





  /* MODIFICHE CASE STUDY */

  .imgCaseStudy .vc_column-inner #img5 {
    margin-top: 121px;
    margin-left: 8px;
  }

  .imgCaseStudy #btn9 div {
    width: 270px;
    margin-left: 90px;
    margin-top: -269px;
  }

  .imgCaseStudy #btn10 div {
    width: 270px;
    margin-left: -7px;
  }

  .imgCaseStudy .wpb_wrapper #fotoOrologio5 h3 {
    margin-left: 88px;
    margin-top: -307px;
  }




  .imgCaseStudy .vc_column-inner #img6 {
    margin-top: 120px;
    margin-left: 55px;
    margin-right: 30px;
  }

  .imgCaseStudy #btn11 div {
    width: 256px;
    margin-left: 110px;
    margin-top: -264px;
  }

  .imgCaseStudy #btn12 div {
    width: 272px;
    margin-left: 7px;
    margin-top: -135px;
  }

  .imgCaseStudy .wpb_wrapper #fotoOrologio6 h3 {
    margin-left: 105px;
    margin-top: -302px;
  }



  .imgCaseStudy .vc_column-inner #img7 {
    margin-top: 120px;
    margin-left: 61px;
    margin-right: 27px;
  }

  .imgCaseStudy #btn13 div {
    width: 260px;
    margin-left: unset;
    margin-top: -263px;
  }

  .imgCaseStudy .wpb_wrapper #fotoOrologio7 h3 {
    margin-top: -298px;
  }

  .imgCaseStudy #btn14 div {
    width: 270px;
  }









}






p {
  font-size: 16px;
}




.bottonesubianco a {
  color: black !important;
}


#sezioneid1 {
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 36%, rgba(92, 61, 16, 1) 50%, rgba(255, 255, 255, 1) 50%);
}


#elementid h2 {
  font-size: 68px;
}


.vc_tta-panel {
  border: none;
}


#elementid2 h3 {
  font-size: 58px;
  font-family: 'avenir-bold', sans-serif;
}

.m1 {
  position: absolute;
  top: 32px;
  left: -13px;
  z-index: -9;
  max-width: 220px;
}

.m2 {
  position: absolute;
  top: -42px;
  left: 57px;
  z-index: -9;
  max-width: 220px;
}

.m3 {
  position: absolute;
  top: -10px;
  right: -11px;
  z-index: -9;
  max-width: 220px;
}

#aree .vc_col-sm-4 {
  max-width: 250px;
  margin: 0px auto;
  ;
}

#aree p {
  font-size: 14px;
}

#aree .vc_col-sm-4 .wpb_text_column {
  margin-top: 32px;
}


.hg1 {
  min-height: 250px;
}

#sezioneid2 {
  background: rgb(243, 163, 7);
  background: linear-gradient(90deg, rgba(243, 163, 7, 1) 50%, rgba(92, 61, 16, 1) 50%, rgba(0, 0, 0, 1) 64%);
}

#area1 h3 strong {
  font-family: 'avenir-bold';
  font-size: 55px;
}

#area1 h3 {
  color: white;
  font-size: 55px;
}

#area2 h4 {
  font-size: 28px;
  color: white;
}




#formpromentor {
  border-radius: 26px;
  background: var(--Sfumatura, linear-gradient(180deg, #FA9707 -47.84%, #F1CB31 99.39%));
  position: relative;
}

#textid1 h3 strong {
  font-family: 'avenir-bold', sans-serif;
  color: white;
}

#textid1 h3,
p {
  color: white;
}


#idback {
  background: rgb(255, 255, 255) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(243, 163, 7, 1) 50.5%, rgba(249, 249, 249, 1) 50.5%, rgba(249, 249, 249, 1) 100%) !important;
}

.top_label #gform_submit_button_1 {
  border-radius: 28px;
  margin-top: 25px;
  margin-left: 717px;
  border: 1px solid white;
  background-color: #F3A307;
  padding-bottom: 10p;
  margin-bottom: 28px;
}


#textfont h2 {
  font-size: 58px;
}


#gform_1 {
  margin-left: 22px;
  margin-top: 35px;
  margin-right: 20px;
}

#input_1_15 {
  margin-left: 425px;
}




.fa-brands,
.fa-solid {
  color: black;
}


.rowbackgroundid {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(243, 163, 7, 1) 50%, rgba(241, 203, 49, 1) 80%);
}

.backcv {
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 60%, rgba(241, 203, 49, 1) 100%);
}

.rowbackground2 {
  background: rgb(241, 203, 49);
  background: linear-gradient(90deg, rgba(241, 203, 49, 1) 6%, rgba(250, 151, 7, 1) 52%, rgba(255, 255, 255, 1) 52%, rgba(255, 255, 255, 1) 100%);
}

#rowbackground3 {
  background: linear-gradient(90deg, rgba(243, 163, 7, 1) 50%, rgba(92, 61, 16, 1) 50%, rgba(0, 0, 0, 1) 64%);
}

.rowbackground4 {
  background: rgb(241, 203, 49);
  background: linear-gradient(90deg, rgba(241, 203, 49, 1) 6%, rgba(250, 151, 7, 1) 52%, rgba(249, 249, 249, 100) 52%, rgba(249, 249, 249, 100) 100%);
}


#formidback2 {
  padding-top: 100px;
  padding-bottom: 100px;
}


.textidpad1 {
  padding-left: 20px !important;
}



.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a {
  padding-right: 42px;
  line-height: 2;
}




.page-container .vc_slide .vc_carousel-control:hover {
  background-color: #F3A307;
  border-radius: 25px;
}


.page-container .vc_slide .vc_carousel-control {
  background-color: #F3A307;
  border-radius: 25px;
}


.page-container .vc_slide .vc_carousel-control span {
  margin-left: -10px;
}




/* Business coach 2 */


.imgcontatti1 img {
  position: relative;
  z-index: 1;
  top: 96px;
  left: 146px;
}

.imgcontatti2 img {
  position: relative;
  left: 7px;
  top: -4px;
}



#text {
  width: 80%;
  margin-left: 80px;
}

#text h1 {
  font-family: 'avenir-bold', sans-serif;
}

.li1 {
  color: black;
}

.generalButton {
  color: black;
}

.rowmobile li {
  color: black;
}

.rowmobile2 li {
  color: black;
}

.colorli li {
  color: black;

}

.colorli .vc_column-inner {
  padding-right: 0px !important;
}


/*CSS CIANO underline text*/
.unexpectedhover {
  --s: 0.1em;
  /* the thickness of the line */
  --c: #f4ad0e;
  /* the color */

  color: #f4ad0e;
  padding-bottom: var(--s);
  background:
    linear-gradient(90deg, var(--c) 50%, #000 0) calc(100% - var(--_p, 0%))/200% 100%,
    linear-gradient(var(--c) 0 0) 0% 100%/var(--_p, 0%) var(--s) no-repeat;
  -webkit-background-clip: text, padding-box;
  background-clip: text, padding-box;
  transition: 0.5s;
}

.unexpectedhover:hover {
  --_p: 100%
}


/*CIANO*/

.grow img {
  transition: 1s ease;
}

.grow img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: 1s ease;
}

div#gform_page_3_1 input,
div#gform_page_3_1 select {
  height: 50px;
}

div#gform_page_3_1 select {
  padding: 6px 15px;
}

.quize_promentor {
  padding: 30px 35px;
  border-radius: 26px;
  background: var(--Sfumatura, linear-gradient(180deg, #FA9707 -47.84%, #F1CB31 99.39%));
  position: relative;
}

/*bullet con logo CIANO*/
ul.myPromentorbulletcolor li {
  list-style-image: url('https://www.promentor.it/ws0101/wp-content/uploads/2024/02/bullet-point.png');
}

ul.myPromentorbulletwhite li {
  list-style-image: url('https://www.promentor.it/ws0101/wp-content/uploads/2024/02/bullet-pointwhite.png');
}

.imageborderchisiamo img {
  border: 1px solid black;
  border-radius: 42px;
}


/*effetto loghi home CIANO*/
.grayeffect {
  /*filter: grayscale(1.5);*/
  transition: .5s linear;
}

.grayeffect:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}

/*crop dei loghi nelle singole pagine casestudy*/
.cropcasestudylogo {
  float: left;
  margin: -5.5em 10px .5em 0;
  overflow: hidden;
  /* this is important */
  position: relative;
  /* this is important too */
  /*border:1px solid #ccc;*/
  width: 150px;
  height: 90px;
}

/* position the image using negative top and left values */
.cropcasestudylogo img {
  position: relative;
  top: -14px;
  left: -13px;
}

.page-id-1986 .fontnewpage{
	padding-left: 10%;
	padding-top: 3%;
	padding-right: 5%;
	
}

.page-id-1986 .fontnewpage h2{
	font-size: 5vh;
}

.page-id-1986 .fontnewpage h1{
	font-size: 10vh;
}

.page-id-1986 .fontnewpage p{
	font-size: 3vh;
	padding-bottom: 43px;
}

.page-id-1986 .sectionunderimg{
	height: inherit;
}


.page-id-1986 .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_fadeInLeft.fadeInLeft.fontsectionunderimg.wpb_start_animation.animated{
	padding-right: 12%;
	padding-left: 12%;
	padding-bottom: 8%;
}

.page-id-1986 .fontsectionunderimg .wpb_wrapper p {
	font-size: 19px;
	
}
.page-id-1986 .fontsectionunderimg .wpb_wrapper ul{
	font-size: 19px;
	color: black; 
	padding-left: 6%;
	margin-bottom: 5%;
}
.page-id-1986 .fontsectionunderimg h2{
	font-size: 45px !important;
}

.page-id-1986 .sectionImage3-testo-1{
	padding-left: 18%;
    padding-right: 18%;
	padding-bottom: 4%;

}

.page-id-1986 .sectionImage3-testo-1 h2{
	
    font-size: calc(4px + 3vh);
	margin-bottom: 3%;
}
.page-id-1986 .sectionImage3-testo-1 p{
	font-size: calc(4px + 2vh);
}

.page-id-1986 .sectionImage3-testo-2 p{
    padding-right: 18%;
    padding-left: 18%;
    font-size: calc(5px + 2vh);
    padding-top: 2%;
	
}

.page-id-1986 .sectionImage3-testo-2 h2{
	margin-bottom: -2%;
    margin-top: -1%;
}

.page-id-1986 .colorsection.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill{
	background: #F3A307 !important;
}

.page-id-1986 .farmacia .pdsection2{
	padding-top: 13%;
    padding-bottom: 17%;
    padding-right: 12%;
    padding-left: 16%;
}
.page-id-1986 .farmacia .pdsection2 .wpb_wrapper p{
	font-size: calc( 9px + 2vh); 
}
.page-id-1986 .farmacia .pdsection2 .wpb_wrapper{
	font-size: calc( 2px + 2vh); 
}
.page-id-1986 .sectionImage4{
	height: inherit;
}

.page-id-1986 .farmacia{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.page-id-1986 .farmacia .wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill .vc_column-inner.vc_custom_1718181786422{
	padding-right: 14%;
    height: 100%;
    padding-left: 16%;
    padding-top: 13%;
	padding-bottom: 17%;
}
.page-id-1986 .farmacia .wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill .vc_column-inner.vc_custom_1718181786422 .wpb_wrapper p{
	font-size: calc( 9px + 2vh);
}

.page-id-1986 .farmacia .wpb_column.vc_column_container.vc_col-sm-6{
	background: linear-gradient(to bottom, #000000, #5C3D10);
}

.farmacia .wpb_column.vc_column_container.vc_col-sm-6 .vc_column-inner{
	padding-top: 0%;
}

.page-id-1986 .sectionunderimg4{
	height: 100vh;
}

.page-id-1986 .sectionmobile-sectionunderimg4-testo-1 .wpb_wrapper p{
    padding-left: 30%;
    padding-right: 10%;
    font-size: calc( 7px + 2vh);
    position: relative;
    bottom: -300px;
    width: 108%;
}
.page-id-1986 .sectionImage4-2 .vc_single_image-wrapper.vc_box_border_grey .vc_single_image-img.attachment-full {
	position: relative;
    top: 263px;
    left: 44px;
}
.page-id-1986 .titolo-chi-abbiamo-aiutato .wpb_wrapper{
	padding-bottom: 2%;
}
.page-id-1986 .titolo-chi-abbiamo-aiutato .wpb_wrapper h2{
    font-size: calc(7px + 4vh);
}
.page-id-1986 .chi-abbiamo-aiutato-1 .vc_column-inner.vc_custom_1718200547525{
	border-radius: 4%;	
}

.page-id-1986 .chi-abbiamo-aiutato-1-testo .wpb_wrapper p{
	font-size: calc( 14px + 2vh);
}

.page-id-1986 .chi-abbiamo-aiutato-1-testo .wpb_wrapper h2{
	font-size: calc( 100px + 2vh);
}
.page-id-1986 .chi-abbiamo-aiutato-1{
	padding-left: 5%;
    padding-right: 2%;
}
.page-id-1986 .chi-abbiamo-aiutato-2{
	padding-right: 3%;
    padding-left: 1%; 
}
.page-id-1986 .chi-abbiamo-aiutato-3{
	padding-right: 5%;
}

.page-id-1986 .chi-abbiamo-aiutato-2-testo .wpb_wrapper p{
	font-size: calc( 14px + 2vh);
}

.page-id-1986 .chi-abbiamo-aiutato-2-testo .wpb_wrapper h2{
	font-size: calc( 100px + 2vh);
}

.page-id-1986 .chi-abbiamo-aiutato-3-testo .wpb_wrapper p{
	font-size: calc( 14px + 2vh);
}

.page-id-1986 .chi-abbiamo-aiutato-3-testo .wpb_wrapper h2{
	font-size: calc( 100px + 2vh)
}
.page-id-1986 .chi-abbiamo-aiutato-2 .vc_column-inner.vc_custom_1718188363188{
	border-radius: 4%;
}
.page-id-1986 .chi-abbiamo-aiutato-3 .vc_column-inner.vc_custom_1718188521126{
	border-radius: 4%; 
}
.page-id-1986 .bottone-farmacia .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-outline.vc_btn3-color-orange{
	color: black;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 2vh;
    border-width: thin;
}
.page-id-1986 .bottone-farmacia{
	padding-top: 2%;
}

.page-id-1986 .testo-aree-di-potenziamento .wpb_text_column.wpb_content_element.vc_custom_1718201869574 p{
	font-size: calc( 4px + 2vh);
	padding: 0 0 5%;
}
.page-id-1986 .testo-aree-di-potenziamento .wpb_text_column.wpb_content_element.vc_custom_1718201869574 h3{
	padding-bottom: 4%;
    font-size: calc( 7px + 2vh);
}

.page-id-1986 .testo-aree-di-potenziamento.wpb_column.vc_column_container.vc_col-sm-6 .vc_column-inner{
	padding-top: 25% !important; 
    padding-bottom: 8% !important; 
	padding-left: 10%;
}
.page-id-1986 .titolo-aree-di-potenziamento{
	padding-right: 30%;
    padding-left: 30%;
}
.page-id-1986 .titolo-aree-di-potenziamento .wpb_text_column.wpb_content_element .wpb_wrapper h2{
	font-size: calc(11px + 4vh);
} 

.page-id-1986 .sezione-alternata-1-testo-1.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill .vc_column-inner.vc_custom_1718206842571 {
	padding-left: 20%;
    padding-top: 15%;
    padding-right: 10%;
	padding-bottom: 13%;
}
.page-id-1986 .sezione-alternata-1-testo-2.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill .vc_column-inner.vc_custom_1718207210608{
	padding-left: 20%;
	padding-top: 15%;
    padding-bottom: 13%;
    padding-right: 10%;
}
.page-id-1986 .sezione-alternata-2-testo-1.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill .vc_column-inner.vc_custom_1718206888175{
	padding-left: 20%;
	padding-top: 15%;
    padding-bottom: 13%;
    padding-right: 10%;
}
.page-id-1986 .sezione-alternata-2-testo-2.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill .vc_column-inner.vc_custom_1718206900283{
	padding-left: 20%;
	padding-top: 15%;
    padding-bottom: 13%;
    padding-right: 10%;
}

.page-id-1986 .sezione-alternata-1-testo-1 .wpb_text_column.wpb_content_element .wpb_wrapper h2{
	font-size: calc( 5px + 2vh);
	padding-bottom: 3%;
}
.page-id-1986 .sezione-alternata-1-testo-1 .wpb_text_column.wpb_content_element .wpb_wrapper p{
	font-size: calc( 2px + 2vh);
}
.page-id-1986 .sezione-alternata-1-testo-2 .wpb_text_column.wpb_content_element .wpb_wrapper h2{
	font-size: calc( 5px + 2vh);
	padding-bottom: 3%;
} 
.page-id-1986 .sezione-alternata-1-testo-2 .wpb_text_column.wpb_content_element .wpb_wrapper p{
	font-size: calc( 2px + 2vh);

}
.page-id-1986 .sezione-alternata-2-testo-1 .wpb_text_column.wpb_content_element .wpb_wrapper h2{
	font-size: calc( 5px + 2vh);
	padding-bottom: 3%;
}
.page-id-1986 .sezione-alternata-2-testo-1 .wpb_text_column.wpb_content_element .wpb_wrapper p{
	font-size: calc( 2px + 2vh);
}
.page-id-1986 .sezione-alternata-2-testo-2 .wpb_text_column.wpb_content_element .wpb_wrapper h2{
	font-size: calc( 5px + 2vh);
	padding-bottom: 3%;
}
.page-id-1986 .sezione-alternata-2-testo-2 .wpb_text_column.wpb_content_element .wpb_wrapper p{
	font-size: calc( 2px + 2vh);
}
.page-id-1986 .bottone-farmacia-2 .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-outline.vc_btn3-color-orange{
	color: black;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 2vh;
    border-width: thin;
}
.page-id-1986 .bottone-farmacia-2 {
	padding-bottom: 6%;
    padding-top: 3%;
}
.page-id-1986 .metodo-promentor{
	background: linear-gradient(to bottom, #FA9707, #F1CB31);
}
.page-id-1986 .metodo-prometor-testo-1{
	padding-top: 5%;
    padding-left: 5%;
    padding-bottom: 15%;
}
.page-id-1986 .metodo-prometor-testo-1 .wpb_text_column.wpb_content_element{
	width: 78%;
} 
.page-id-1986 .metodo-prometor-testo-1 .wpb_text_column.wpb_content_element h2{
	font-size: calc(32px + 3vh);
	line-height: 1.1;
}
.page-id-1986 .metodo-promentor-testo-2{
	padding-left: 6%;
    padding-top: 11%;
}
.page-id-1986 .metodo-promentor-testo-2 .wpb_text_column.wpb_content_element{
	width: 80%;
}
.page-id-1986 .metodo-promentor-testo-2 .wpb_text_column.wpb_content_element p{
	font-size: calc(3px + 2vh);
    padding-bottom: 3%;
}
.page-id-1986 .img-aree-di-potenziamento .vc_single_image-wrapper.vc_box_border_grey{
  margin-bottom: -30px;
  position: relative;
  z-index: 2;
}
.page-id-1986 #formidback2{
	padding-left: 10% !important;
	padding-right: 10% !important;
}

.faq-testo h2{
    font-size: calc( 9px + 4vh);
}

.blocco-nuovo-img{
	padding-top: 11%;
    padding-left: 2%;
    margin-bottom: -2%;
}
.blocco-nuovo-testo .vc_column-inner{
	padding-top: 30% !important;
    padding-left: 25%;
}
.blocco-nuovo-testo p{
	font-size: calc( 10px + 2vh);
}
.linea-blocco-nuovo{
	height: 110px;
}
.blocco-nuovo-imm{
	padding-left: 10%;
    padding-right: 10%;
}
.wpb_text_column.wpb_content_element.vc_custom_1718290347403.blocco-centrale-testo{
    margin-bottom: -50px;
    margin-top: -20%;
    border-radius: 20px;
}
.wpb_text_column.wpb_content_element.vc_custom_1718290347403.blocco-centrale-testo .wpb_wrapper h2{
	padding-right: 15%;
    text-align: center;
    padding-left: 15%;
    padding-bottom: 12%;
    padding-top: 3%;
    font-size: calc( 13px + 3vh);
}
.blocco-nuovo-imm .blocco-centrale-testo h2{
	padding-right: 17%;
    text-align: center;
    padding-left: 17%;
    padding-top: 2%;
    font-size: calc( 10px + 3vh);
}
/* .blocco-nuovo-imm .wpb_text_column.wpb_content_element{
	border-radius: 25px;
    background: linear-gradient(to bottom, #FA9707, #F1CB31);
} */
.block-txt-sfum{
  border-radius: 25px;
    background: linear-gradient(to bottom, #FA9707, #F1CB31);
}

.bottone-farmacia-3 .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-outline.vc_btn3-color-orange {
	border-color: white;
    background-color: #F3A307 !important;
    font-size: calc( 5px + 2vh);
    padding-left: 4%;
    padding-right: 4%;
}
html {
  scroll-behavior: smooth;
}
.sectionimage2 .vc_column-inner{
	padding-top: 0% !important;
}

.ginput_container.ginput_container_text input{
    width: 85%;
    padding-top: 7%;
    padding-bottom: 7%;
    border-radius: 5px;
}
.ginput_container.ginput_container_email input{
	 width: 85%;
    padding-top: 7%;
    padding-bottom: 7%;
    border-radius: 5px;
}
.ginput_container.ginput_container_phone input{
	width: 85%;
    padding-top: 7%;
    padding-bottom: 7%;
    border-radius: 5px;	
}


.page-id-1986 .gform-theme--foundation .gfield textarea.large {
    min-block-size: 14rem;
}
.page-id-1986 #gform_next_button_4_31 {
    padding-bottom: 2%;
    background-color: #F3A307;
    position: relative;
    left: 86%;
    bottom: 85px;
    font-size: calc( 4px + 2vh);
    padding-top: 2%;
    padding-left: 3%;
    padding-right: 3%;
    border-radius: 40px;
    border-color: white;
}
.page-id-1986 #gform_next_button_4_112{
	padding-bottom: 2%;
    background-color: #F3A307;
    position: relative;
    left: 86%;
    font-size: calc( 4px + 2vh);
    padding-top: 2%;
    padding-left: 3%;
    padding-right: 3%;
    border-radius: 40px;
    border-color: white;
}
.page-id-1986 #gform_next_button_4_113{
	padding-bottom: 2%;
    background-color: #F3A307;
    position: relative;
    left: 86%;
    font-size: calc( 4px + 2vh);
    padding-top: 2%;
    padding-left: 3%;
    padding-right: 3%;
    border-radius: 40px;
    border-color: white;
}
.page-id-1986 #gform_next_button_4_115{
	padding-bottom: 2%;
    background-color: #F3A307;
    position: relative;
    left: 88%;
    font-size: calc( 4px + 2vh);
    padding-top: 2%;
    padding-left: 3%;
    padding-right: 3%;
    border-radius: 40px;
    border-color: white;
}

.textidpad1 {
    padding-left: 39px !important;
	padding-top: 3%;
}
#gform_4{
	padding-top: 8%;
}
.textidpad1 .wpb_text_column.wpb_content_element{
	line-height: 1.2;
}

/* Prima pagina form*/

#input_4_136{
	border-radius: 5px;
}
#input_4_137{
	border-radius: 5px;
}
#input_4_138{
	border-radius: 5px;
}
#input_4_139{
	border-radius: 5px;
}
#input_4_140{
	border-radius: 5px;
}
#input_4_141{
	border-radius: 5px;
}
/* Seconda pagina form*/

#input_4_143{
	border-radius: 5px;
}
#input_4_144{
	border-radius: 5px;
}
#input_4_145{
	border-radius: 5px;
}
#input_4_146{
	border-radius: 5px;
}
#input_4_147{
	border-radius: 5px;
}
#input_4_148{
	border-radius: 5px;
}
/*terza pagina form*/

#input_4_149{
	border-radius: 5px;
}
#input_4_150{
	border-radius: 5px;
}
#input_4_151{
	border-radius: 5px;
}
#input_4_152{
	border-radius: 5px;
}
#input_4_153{
	border-radius: 5px;
}

#gform_previous_button_4_112{
	display: none;
}
#gform_previous_button_4_113{
	display: none
}
#gform_previous_button_4_115{
	display: none
}
.carousel .item {
    min-height: 190px !important;
    border: solid !important;
    border-color: #F3A307 !important;
    border-radius: 85px !important;
}
.carousel-indicators {
    bottom: 10px !important;
	display: none;
}
.container .col-md-8.col-center.m-auto p {
    padding-top: 5%;
	padding-left: 4%;
    padding-right: 4%;
}
.fa-angle-left:before {
    position: relative;
    top: 100px;
}
.fa-angle-right:before {
	position: relative;
    top: 100px;
	left: -24px;
}
.container .carousel-inner .item.carousel-item{
	background-color: white;
}
.wpb_column.vc_column_container.vc_col-sm-6 .wpb_text_column.wpb_content_element.pdsection2 .wpb_wrapper ul{
	color: white;
}







@media (max-width: 649px) {
	
	.page-id-1986 .fontnewpage{
    padding-top: 2%;
	}
	.page-id-1986 .fontnewpage h2{
	font-size: 4vh;
    margin-top: 0;
	}
	.page-id-1986 .fontsectionunderimg h2{
		margin-top: 0%;
		line-height: 1.2;
		margin-bottom: 6%;
	}
	.page-id-1986 .sectionImage3-testo-1{
	padding-left: 10%;
	padding-right: 10%;
	}
	.page-id-1986 .sectionImage3-testo-2 p{
		padding-top: 2%;
	}


	.bottone-farmacia-3 .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-outline.vc_btn3-color-orange{
		font-size: calc( 2px + 2vh);
	}
	.blocco-nuovo-testo .vc_column-inner{
    	padding-right: 11%;
		padding-top: 8% !important;
    	padding-left: 11%;
	}
	.blocco-nuovo-imm .blocco-centrale-testo h2{
		padding-right: 10%;
    	padding-left: 10%;
		line-height: 1.2;
	}
	.blocco-nuovo-img{
		padding-top: 5%;
    	padding-left: 10%;
    	margin-bottom: -4%;
    	padding-right: 10%;
	}
	.blocco-nuovo-testo p{
		font-size: calc( 8px + 2vh);
	}
	.page-id-1986 .farmacia .wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill .vc_column-inner.vc_custom_1718181786422{
		padding-top: 13%;
		padding-left: 16%;
        padding-right: 12%;
        padding-bottom: 17%;
	}
	.page-id-1986 .chi-abbiamo-aiutato-1{
		padding-left: 10%;
    	padding-right: 10%;
    	padding-bottom: 3%;
	}
	.page-id-1986 .chi-abbiamo-aiutato-2{
		padding-left: 10%;
    	padding-right: 10%;
    	padding-bottom: 3%;
	}
	.page-id-1986 .chi-abbiamo-aiutato-3{
		padding-left: 10%;
    	padding-right: 10%;
	}
	.page-id-1986 .titolo-aree-di-potenziamento{
		padding-right: 25%;
    	padding-left: 25%;
	}
	.page-id-1986 .titolo-aree-di-potenziamento .wpb_text_column.wpb_content_element .wpb_wrapper h2{
		font-size: calc(12px + 3vh);
	}
	.img-aree-di-potenziamento.wpb_column.vc_column_container.vc_col-sm-6 .vc_column-inner{
		padding-top: 0% !important;
	}
	.page-id-1986 .testo-aree-di-potenziamento.wpb_column.vc_column_container.vc_col-sm-6 .vc_column-inner{
		padding-top: 0 !important;
        padding-bottom: 67% !important;
        padding-left: 0% !important;
	}
	.page-id-1986 .testo-aree-di-potenziamento .wpb_text_column.wpb_content_element.vc_custom_1718201869574 p {
		padding: 0 0 0% !important;
	}
	.page-id-1986 .metodo-prometor-testo-1{
		padding-bottom: 0%;
		padding-top: 0%;
	}
	.page-id-1986 .metodo-promentor-testo-2{
		padding-left: 6%;
    	padding-top: 5%;
    	padding-bottom: 10%;
	}
	#formidback2{
		padding-top: 15%;
    padding-inline: 20px !important;
	}
	.sezione-alternata-1-testo-2.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill .vc_column-inner.vc_custom_1718207210608{
		border-left-width: 0px !important;
		border-bottom-width: 0px !important;
	}
	.sezione-alternata-2-testo-1.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill .vc_column-inner.vc_custom_1718206888175{
		border-right-width: 0px !important;
	}
	.sectionimage2 .wpb_single_image.wpb_content_element.vc_align_right .vc_single_image-wrapper{
		padding-left: 10%;
    	padding-right: 10%;
	}
	.sezione-alternata-2-testo-1 .vc_column-inner.vc_custom_1718206888175 {
		background-color: white !important;
	} 
	.sezione-alternata-2-testo-1 .wpb_text_column.wpb_content_element .wpb_wrapper span{
		color: black !important; 
	}
	.sezione-alternata-2-testo-2 .vc_column-inner.vc_custom_1718206900283{
		background-color: #f3a307 !important;
		border-bottom-color: black !important;
	}
	.sezione-alternata-2-testo-2 .wpb_text_column.wpb_content_element .wpb_wrapper span{
		color: white !important; 
	} 
	
}

@media (max-width: 600px) {
	 .page-container .wpb_single_image img {
		width: inherit !important;
	}
	.sectionImage{
		height: inherit;
	}
	.blocco-nuovo-imm{
		margin-top: -10%;
		margin-bottom: -13%;
	}
	 .page-id-1986 .testo-aree-di-potenziamento.wpb_column.vc_column_container.vc_col-sm-6 .vc_column-inner {
		 padding-bottom: 63% !important;
	}
	#formidback2{
		padding-top: 5%;
	}
			
}
@media (max-width: 575px) {
	.page-id-1986 .fontnewpage h2 {
        font-size: 3vh;
        margin-top: 0;
    }
	.page-id-1986 .fontsectionunderimg h2 {
    font-size: 36px;
	}
	.page-id-1986 .fontsectionunderimg .wpb_wrapper p {
    font-size: 18px;
	}
	.page-id-1986 .fontsectionunderimg .wpb_wrapper ul {
    font-size: 16px;
	}
	.page-id-1986 	.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_fadeInLeft.fadeInLeft.fontsectionunderimg.wpb_start_animation.animated {
    padding-right: 8%;
    padding-left: 8%;
	}
	 .sectionimage2 .wpb_single_image.wpb_content_element.vc_align_right .vc_single_image-wrapper {
        padding-top: 5%;
		padding-left: 6%;
        padding-right: 6%;
    }
	.sectionimage2 .vc_column-inner {
    height: 380px;
}
	.sectionImage3 .wpb_column.vc_column_container.vc_col-sm-12 .vc_column-inner{
	   padding-top: 2%;
	}
	 .page-id-1986 .sectionImage3-testo-1 {
        padding-left: 8%;
        padding-right: 8%;
		padding-bottom: 4%;
    }
	.sectionImage3-testo-1 h2 {
    font-size: calc(1px + 3vh);
    margin-bottom: 6%;
}
	.page-id-1986 .sectionImage3-testo-1 p {
    font-size: calc(3px + 2vh);
}
	.page-id-1986 .sectionImage3-testo-2 p {
    padding-right: 8%;
    padding-left: 8%;
    font-size: calc(4px + 2vh);
}
	.page-id-1986 .sectionImage3-testo-2 h2 {
    margin-bottom: 2%;
    margin-top: 6%;
}
	.page-id-1986 .sectionImage3-testo-2 p {
    padding-right: 8%;
    padding-left: 8%;
    font-size: calc(4px + 2vh);
    padding-top: 2%;
}
	.blocco-nuovo-imm {
    padding-left: 6%;
    padding-right: 6%;
	margin-top: -15%;
    margin-bottom: -16%;
}
	
	
	.bottone-farmacia-3 .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-outline.vc_btn3-color-orange {
        font-size: calc( 0px + 2vh);
    }
	.bottone-farmacia-3 .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-outline.vc_btn3-color-orange {
    padding-left: 2%;
    padding-right: 2%;
}
	.blocco-nuovo-imm .blocco-centrale-testo h2 {
    font-size: calc( 6px + 3vh);
	padding-right: 5%;
    padding-left: 5%;
	}
	.blocco-nuovo-testo .vc_column-inner {
        padding-right: 9%;
        padding-top: 6% !important;
        padding-left: 9%;
    }
	.blocco-nuovo-testo p {
        font-size: calc( 5px + 2vh);
    }
	.page-container .wpb_single_image img {
        margin-top: 7%;
    }
	.linea-blocco-nuovo {
    height: 80px;
}
	    .page-id-1986 .farmacia .wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill .vc_column-inner.vc_custom_1718181786422 {
        padding-left: 10%;
        padding-right: 10%;
    }
	.farmacia .wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill .vc_column-inner.vc_custom_1718181786422 .wpb_wrapper p {
    font-size: calc( 7px + 2vh);
}
	.page-id-1986 .farmacia .pdsection2 {
    padding-right: 9%;
    padding-left: 10%;
}
	.page-id-1986 .titolo-chi-abbiamo-aiutato .wpb_wrapper h2 {
    font-size: calc(10px + 3vh);
}
	.page-id-1986 .chi-abbiamo-aiutato-1 {
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 5%;
}
	.page-id-1986 .chi-abbiamo-aiutato-1-testo .wpb_wrapper p {
    font-size: calc( 5px + 2vh);
}
	.page-id-1986 .chi-abbiamo-aiutato-1-testo .wpb_wrapper h2 {
    font-size: calc( 85px + 2vh);
}
	.page-id-1986 .chi-abbiamo-aiutato-2 {
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 5%;
}
	
	.page-id-1986 .chi-abbiamo-aiutato-2-testo .wpb_wrapper p {
    font-size: calc( 5px + 2vh);
}
	.page-id-1986 .chi-abbiamo-aiutato-2-testo .wpb_wrapper h2 {
    font-size: calc( 85px + 2vh);
	}
	

	.page-id-1986 .chi-abbiamo-aiutato-3 {
    padding-right: 10%;
    padding-left: 10%;
}
	
	.page-id-1986 .chi-abbiamo-aiutato-3-testo .wpb_wrapper p {
    font-size: calc( 5px + 2vh);
}
	.page-id-1986 .chi-abbiamo-aiutato-3-testo .wpb_wrapper h2 {
    font-size: calc( 85px + 2vh);
}
	.page-id-1986 .titolo-aree-di-potenziamento .wpb_text_column.wpb_content_element .wpb_wrapper h2 {
    font-size: calc(10px + 3vh);
}
	
	.page-id-1986 .bottone-farmacia .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-outline.vc_btn3-color-orange {
    padding-left: 5%;
    padding-right: 5%;
}
	    .page-id-1986 .titolo-aree-di-potenziamento {
        padding-right: 6%;
        padding-left: 6%;
}
	.page-id-1986 .testo-aree-di-potenziamento .wpb_text_column.wpb_content_element.vc_custom_1718201869574 p {
    font-size: calc( 3px + 2vh);
    width: 113%;
}
	.page-id-1986 .testo-aree-di-potenziamento .wpb_text_column.wpb_content_element.vc_custom_1718201869574 h3 {
    font-size: calc( 10px + 2vh);
}
	.titolo-aree-di-potenziamento .wpb_column.vc_column_container.vc_col-sm-12 .vc_column-inner{
		padding-top: 0;
	}
	
	.page-id-1986 .testo-aree-di-potenziamento.wpb_column.vc_column_container.vc_col-sm-6 .vc_column-inner {
    padding-top: 0% !important;
    padding-bottom: 8% !important;
    padding-left: 10%;
}
	
	
	  
	
	
	
	.page-id-1986 .sezione-alternata-2-testo-2.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill .vc_column-inner.vc_custom_1718206900283 {
    padding-left: 0%;
    padding-top: 10%;
    padding-bottom: 13%;
    padding-right: 0%;
}
	.page-id-1986 .metodo-prometor-testo-1 .wpb_text_column.wpb_content_element h2 {
    font-size: calc(26px + 3vh);
    line-height: 1.1;
}
	.page-id-1986 .metodo-prometor-testo-1 {
    padding-bottom: 0%;
	padding-left: 10%;
}
	
	.page-id-1986 .metodo-promentor-testo-2 {
        padding-top: 0%;
		padding-bottom: 10%;
		padding-left: 10%;
    }
	.textidpad1 {
    padding-left: 14px !important;
    padding-right: 14px;
}
	.textidpad1 .wpb_text_column.wpb_content_element .wpb_wrapper h2{
		font-size: calc( 6px + 2vh);
	} 
	.faq-testo h2 {
    font-size: calc( 10px + 3vh);
		}
	
	.faq-testo{
		padding-left: 3%;
		padding-right: 3%;
	}

	#gform_next_button_4_31{
	left: 67% !important;
	bottom: 0% !important;
	}
	.wpb_single_image.vc_align_right {
    text-align: center;
}
     .wpb_column.vc_column_container.vc_col-sm-6 .wpb_text_column.wpb_content_element.pdsection2 .wpb_wrapper ul{
		color: white;
	}
	

.fa-angle-left:before {
    left: 20px;
}

.fa-angle-right:before {
    right: 45px;
}
	.container .col-md-8.col-center.m-auto p {
    padding-top: 15%;
    padding-bottom: 15%;
}
	.site-footer{
		background: black;
	}
}

@media (min-width: 649px) and (max-width: 855px) {
	
	.bottone-farmacia-3{
		padding-top: 9%
	}
}

@media (min-width: 855px) and (max-width: 1200px) {
	
	.bottone-farmacia-3{
	    padding-top: 6%;
	}
}
@media (min-width: 650px) and (max-width: 728px) {
	
	.page-container .wpb_single_image img {
    padding-right: 9%;
    padding-left: 9%;
	}
}
@media (min-width: 649px) and (max-width: 767px) {
	
	.blocco-nuovo-testo .vc_column-inner {
    padding-left: 15%;
    padding-right: 15%;
	padding-top: 0% !important;
	}
	.blocco-nuovo-img {
      padding-left: 6% !important;
    }
	.page-id-1986 .chi-abbiamo-aiutato-1 {
    padding-left: 10%;
    padding-right: 10%;
 }
	.page-id-1986 .chi-abbiamo-aiutato-2 {
    padding-top: 5%;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 5%;
	}
	.page-id-1986 .chi-abbiamo-aiutato-3 {
    padding-right: 10%;
    padding-left: 10%;
	}
	.page-id-1986 .testo-aree-di-potenziamento.wpb_column.vc_column_container.vc_col-sm-6 .vc_column-inner {
    padding-top: 0% !important;
    padding-bottom: 50% !important;
}
	
}


.container .col-md-8.col-center.m-auto  {
    width: 100%;
}
.container .col-md-8.col-center.m-auto h2{
	padding-top: 3% !important;
}
.testimonials{
	padding: inherit !important;
}
.container .col-md-8.col-center.m-auto p{
	color: black; 
}











/* MODIFICHE FELICE */
.textBusinessCoach .vc_column-inner{
  padding-bottom: 20px;
}
.vc_tta-container{
  margin-bottom: 0 !important;
}
.vc_empty_space{
  height: 0 !important;
}
#boxHomeRight .vc_column-inner{
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.title-flex{
  height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#boxHomeRight{
  margin-top: 0;
}
#BoxHome{
  margin-bottom: 50px;
}
#boxCoFounder{
  height: fit-content !important;
  background-color: #fff;
  padding: 50px 0;
  border-top: .5px solid #F3A307;
  border-bottom: .5px solid #F3A307;
}

#boxCoFounder #imgCoFounder .vc_column-inner{
  padding: 0;
}
#boxCoFounder #imgCoFounder img{
  position: static;
}
#boxCoFounder #TextCoFounder, #boxCoFounder #imgCoFounder{
  border: 0px !important;
}
#boxCoFounder #imgCoFounder, #imgCoFounder2{
  width: 35%;
}
.sectionImage {
  height: fit-content !important;
}
.page-container {
  margin-top: 0;
  margin-bottom: 0;
}
.page-id-1986 footer.site-footer .footer-bottom{
  background-color: #000;
  height: 60px;
}
.page-id-1986 footer.site-footer{
  background-color: #000;
}
.page-id-1986 footer .container{
  width: 100%;
  padding: 0;
}
.page-id-1986 .row{
  margin-left: 0;
  margin-right: 0;
  left: 0 !important;
}
.page-id-1986 .section{
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.page-id-1986 .aree-di-potenziamento{
  display: flex;
  align-items: end;
}
.page-id-1986 .sectionimage2 .vc_column-inner,
.page-id-1986 .sectionimage2 .vc_column-inner .wpb_wrapper,
.page-id-1986 .sectionimage2 .vc_column-inner .wpb_wrapper .wpb_single_image,
.page-id-1986 .sectionimage2 .vc_column-inner .wpb_wrapper .wpb_single_image .wpb_wrapper .vc_single_image-wrapper,
.page-id-1986 .sectionimage2 .vc_column-inner .wpb_wrapper .wpb_single_image .wpb_wrapper .vc_single_image-wrapper img{
  height: 100% !important;
  object-fit: cover;
}

.page-id-1986 .blocco-nuovo{
  padding: 50px 0;
}
.page-id-1986 .block-txt-sfum{
  width: 80%;
  margin: auto;
  float: none !important;
  margin-top: -10%;
}

.page-id-1986 .blocco-centrale-testo{
  padding-bottom: 20px;
}

#idback {
  padding-top: 30px;
  padding-bottom: 30px;
}
.textCaseStudy{
  width: 49%;
}
.imgCaseStudy .vc_column-inner #img1 img{
  border-radius: 20px;
}

@media (min-width: 992px) {
  .container {
      width: 90%;
  }
}

@media (max-width: 1180px){
  .row.boxCaseStudy, .row.boxCaseStudy2{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .textCaseStudy .vc_column-inner {
    margin-left: 0 !important;
  }
}

@media (max-width: 992px){
  #boxCoFounder #TextCoFounder #textBusiness {
    margin-left: 0px;
  }
  .row{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wpb_text_column, .vc_btn3-container{
    padding-inline: 20px !important;
  }
  #boxCoFounder {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#boxCoFounder #imgCoFounder, #imgCoFounder2, #boxCoFounder #imgCoFounder, #imgCoFounder2 {
  width: 100%;
}
  .row.boxCaseStudy3{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #boxCoFounder #TextCoFounder{
    width: 100%;
  }
  #boxCoFounder #TextCoFounder .vc_column-inner{
    width: 100%;
  }
  #webFounder .vc_column-inner{
    margin-left: 15px !important;
  }
  #boxCoFounder #TextCoFounder2, #boxCoFounder #TextCoFounder2 .vc_column-inner{
    width: 100%;
  }
  #boxCoFounder #TextCoFounder2 #textBusiness{
    margin-left: 0 !important;
  }
  #webFounder2 .vc_column-inner{
    margin-left: 15px;
  }
  #TextCoFounder2 #webFounder2{
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .textCaseStudy {
      width: 94%;
  }
  .parent-pageid-311 .page-container{
    margin-top: 50px;
  }
  .page-id-1986 .sezione-alternata-2-testo-2.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill .vc_column-inner.vc_custom_1718206900283{
    padding-left: 0%;
    padding-right: 0%;
  }
  .page-id-1986 .sezione-alternata-2-testo-1.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill .vc_column-inner.vc_custom_1718206888175 {
    padding-left: 0;
    padding-top: 10%;
    padding-right: 0%;
	border-right: 0px !important;
}
.page-id-1986 .sezione-alternata-1-testo-2.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill .vc_column-inner.vc_custom_1718207210608 {
  padding-left: 0%;
  padding-top: 10%;
  padding-right: 0%;
border-left-width: 0px !important;
  border-bottom-width: 0px !important;
}
.page-id-1986 .sezione-alternata-1-testo-1.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill .vc_column-inner.vc_custom_1718206842571 {
  padding-left: 0%;
  padding-top: 10%;
  padding-right: 0%;
}
#BoxMNRight{
  background: #000;
}
#BoxLeftPCS{
  background: rgb(241, 203, 49);
  background: linear-gradient(90deg, rgba(241, 203, 49, 1) 6%, rgba(250, 151, 7, 1) 100%);
}
  .BusinessBoxImg .vc_column-inner .wpb_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -100px;
  }
  .BusinessBoxImgSPE.BusinessBoxImg .vc_column-inner .wpb_wrapper{
    margin-top: 0;
  }
  .BusinessBoxImg .vc_column-inner .wpb_wrapper .wpb_single_image .wpb_wrapper{
    margin-top: 0px;
  }
  #RowContact .vc_column-inner .wpb_text_column{
    text-align: center;
  }
  #RowContact .vc_column-inner .wpb_text_column .wpb_wrapper{
    width: 100%;
  }
  #RowContact .vc_column-inner{
    justify-content: center !important;
  }
  .vc_custom_1705679394342{
    padding-bottom: 35px;
  }
  .vc_custom_1705679394342 .vc_custom_1718704109831{
    padding-left: 20px !important;
  }
  .gform_footer{
    justify-content: center;
  }
  .gform_footer.top_label #gform_submit_button_1{
    margin-left: 0 !important;
  }
  #formpromentor{
    margin-inline: 20px;
  }
  .page-id-1986 .aree-di-potenziamento{
    flex-direction: column-reverse;
    gap: 30px;
    margin-bottom: -20px;
  }
  .page-id-1986 .img-aree-di-potenziamento{
    width: 80%;
    margin: auto;
  }
  .page-id-1986 .testo-aree-di-potenziamento{
    width: 98%;
    margin: auto;
  }
  .page-id-1986 .metodo-prometor-testo-1{
    padding-left: 0 !important;
  }
  .page-id-1986 .metodo-promentor-testo-2{
    padding-left: 0 !important;
  }
  .page-id-1986 .metodo-promentor-testo-1 .wpb_text_column.wpb_content_element{
    width: 100%;
  }
  .page-id-1986 .metodo-promentor-testo-2 .wpb_text_column.wpb_content_element{
    width: 100%;
  }
  .page-id-1986 #formidback2 {
    padding-left: 2% !important;
    padding-right: 2% !important;
}
  .page-id-1986 .carousel{
    padding: 0;
  }
  .carousel .carousel-control{
    margin-top: 0 !important;
    top: 100% !important;
  }
  .fa-angle-left:before, .fa-angle-right:before{
    top: 0 !important;
}
.page-id-1986 .block-txt-sfum{
  width: 94%;
  margin: auto;
  
}
  #boxCoFounder #TextCoFounder{
    width: 100%;
  }
  .textBusinessCoach .vc_column-inner{
    padding-top: 0 !important;
  }
  #ImgBusinessMN{
    width: 80%;
    margin: auto;
    margin-top: -22%;
  }
  #BoxMNLeft .vc_column-inner .wpb_wrapper .wpb_text_column {
    justify-content: center;
  }
  #BoxMNRight .vc_column-inner .wpb_wrapper{
    width: 100%;
  }
  #BoxKPMI .vc_column-inner{
    width: 90% !important;
  }
  #BoxKPMIright .vc_column-inner, #BoxLeftPCS .vc_column-inner, #BoxPCSright .vc_column-inner, #BoxMNRight .vc_column-inner,  #BoxMN2 .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper {
    width: 90% !important;
    margin: auto !important;
}
.vc_custom_1705912578394.vc_column-inner {
  padding-right: 0px !important;
}
.rowbackgroundid {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(243, 163, 7, 1) 0%, rgba(241, 203, 49, 1) 100%);
}
#boxHomeRight .vc_column-inner{
  height: fit-content;
}
.rowbackground2 {
  background: rgb(241, 203, 49);
  background: linear-gradient(90deg, rgba(241, 203, 49, 1) 6%, rgba(250, 151, 7, 1) 100%);
}
.vc_column-inner.vc_custom_1705914480494{
  margin-left: 0 !important;
}
.BusinessBoxImg .vc_column-inner{
  margin-left: 50px;
  justify-content: start;
}
.BusinessBoxImg .vc_column-inner .wpb_wrapper{
  align-items: start;
}
.BusinessBoxImg .vc_column-inner .wpb_wrapper{
  margin-top: 0;
}
.BusinessBoxImg .vc_column-inner{
  height: fit-content !important;
}
.page-id-560 .rowbackground2{
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%) !important;
  }
  #SfondoBusiness h1 span{
    color: #F3A307 !important;
  }
  .BusinessBoxImg.BusinessBoxImgSPE h1 span{
    color: #fff !important;
  }
  #SfondoBusiness2{
    padding-left: 0;
  }
  .page-id-1294 .rowbackgroundid .vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline,
  .page-id-1296 .rowbackgroundid .vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline,
  .page-id-1254 .rowbackgroundid .vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline,
  .page-id-1328 .rowbackgroundid .vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline,
  .page-id-1337 .rowbackgroundid .vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline,
  .page-id-1346 .rowbackgroundid .vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline,
  .page-id-1351 .rowbackgroundid .vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline{
    color: #fff !important;
    border-color: #fff;
  }
}

/* MODIFICHE GIO */
/* SINERGIE */
body.page-id-2296, 
body.page-id-2398  {
	background-color: white!important;
}
body.page-id-2296 header,
body.page-id-2398  header{
  display: none!important;
}
body.page-id-2296 p,
body.page-id-2398  p{
  color: black!important;
}

body.page-id-2296 h3,
body.page-id-2398  h3{
  font-family: "avenir-bold"!important;
}
body.page-id-2296 footer,
body.page-id-2398  footer{
  display: none;
}

body.page-id-2296 section,
body.page-id-2398  section{
  margin-top: 40px;
  padding-inline: 30px!important;
}
#header-line * {
  width: 100%!important;
}
#sinergie-header{
  display: flex;
  align-items: end;
}
#sinergie-header .vc_btn3-container{
  margin-bottom: 0!important;
}
#formSection{
  margin-top: 40px;
    position: relative;
}
#texture{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

.cta a, #gform_submit_button_5,#gform_submit_button_6{
  background-color: black!important;
  padding: 10px 7px !important;
  border-radius: 0!important;
  min-width: 150px;
}
#gform_5 .gfield,#gform_6 .gfield{
height: 30px;
}
#gform_5 .gfield_required_text,
#gform_6 .gfield_required_text{
  display: none!important;
}
#gform_5 .gfield input:not(#input_5_7_1),
#gform_6 .gfield input:not(#gform_submit_button_6){
  padding: 20px 10px;
  padding-bottom: 2px;
  padding-left: 2px;
  height: 100%;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
}

#sinergie_col{
  position: relative;
    padding-left: 80px;
    border-right: 3px solid black;
    /* height: 100%; */
}
#sinergie_text{
  position: absolute;
    height: 100%;
    left: 0;
}

#description >.row{
  display: flex;
  align-items: stretch;
}
#description >.row >div{
  flex: 1;
  /* height: 100%!important; */
}
#sinergie_col >div{
  height: 100%;
  padding-top: 0!important;
}
#sinergie_col >div>div{
  height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#imgSection{
  height: 60vh;
  position: relative;
  margin-top: 120px;
}
#imgSection .row{
  position: ABSOLUTE;
  top: 0;
  left: 50%;
  transform: translate(-50%, -25%);
}
.vc_toggle_title h4{
  color: #f29007;
  text-transform: uppercase;

}
.vc_toggle_title{
  border-bottom: 2px solid #f29007;
  margin-bottom:50px ;
  padding: 0!important;
  padding-right: 20px !important;
}
.vc_toggle_title .vc_toggle_icon{
right: 0!important;
left: auto!important;
background-color: #f29007!important;
}
.vc_toggle_default .vc_toggle_icon::after, .vc_toggle_default .vc_toggle_icon::before{
  background: #f29007!important;
}
.vc_toggle{
  width: 80%;
}
#argomentiTitolo{
  border-bottom: 3px solid #f29007;
  margin-bottom: 50px;
}
#argomentiTitolo h2{
  font-family: "avenir-roman";
  font-size: calc(30px + 4vw);
}
#secondFormSection H3{
  font-size: calc(30px + 4vw);
}
body.page-id-2296 .regular h3{
  font-family: "avenir-roman"!important;
}
.hr{
  border-bottom: 3px solid #f29007;
}
#secondFormSection #gform_wrapper_5 form input{
  margin: 0 auto!important;
}
#secondFormSection #field_5_7{
  display: flex;
    justify-content: center;
}
#gform_wrapper_6{
  padding-inline: 30px;
}
.page-id-2398 ul li{
  color: black!important;
  font-family: 'avenir-roman', sans-serif;

}
.page-id-2398 #secondFormSection H3{
  font-size: calc(30px + 1vw);
}
.page-id-2398 #formSection h1{
  font-size: calc(35px + 2vw);
}

@media (max-width: 650px) {
  
#header-line{
  display: none!important;
}
#sinergie-header>div{
  flex: 1 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#sinergie-header{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
#sinergie-header img{
  margin-bottom: 20px;
}
#sinergie-header .cta{
  display: flex;
  justify-content: center;
}
#sinergie-header .wpb_single_image.wpb_content_element.vc_align_right{
  text-align: center!important;
}
}

@media (max-width: 768px) {

  #texture{
    position: static;
    margin-top: 20px;
  }
  #description >.row{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  #description >.row >div{
    width: 100%;
    border: none!important;
  }
  .vc_toggle {
    width: 100%;
    margin-top: 40px;
}
#logos .vc_row{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#secondFormSection img{
  display: none!important;
}
.hideMobile{
  display: none!important;
}
.page-id-2398 #sinergie_col, .page-id-2398 .vc_custom_1727103600334{
  padding-left: 0!important;
}
}
