
    .search-box{
        width: 600px;
        position: relative;
        display: inline-block;
        font-size: 16px;
    }
    .search-box input[type="text"]{
        height: 28px;
        padding: 5px 5px;
        border: 1px solid #CCCCCC;
        font-size: 16px;
    }
    .result{
        position: absolute;        
        z-index: 999;
        top: 100%;
        left: 0;
    }
    .search-box input[type="text"], .result{
        width: 100%;
        box-sizing: border-box;
    }
    /* Formatting result items */
    .result p{
        margin: 0;
        padding: 7px 10px;
        border: 1px solid #CCCCCC;
        border-top: none;
        background: #ffffff;
		color: #1841A5;
        cursor: pointer;
    }
    .result p:hover{
        background: #f2f2f2;
    }

	.big-checkbox {width: 1.5rem; height: 1.5rem;top:0.5rem}


body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color:#fafafa;
    background-repeat: no-repeat;
	
}

.card0 {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 0px
}

.card2 {
    margin: 0px 40px
}

.logo {
    width: 200px;
    height: 100px;
    margin-top: 20px;
    margin-left: 35px

}

.image {
    width: 400px;
    height: 280px
}



.border-line {
    border-right: 1px solid #EEEEEE
}

.logo2 {
    

    color: #fff;
    font-size: 18px;
   
    border-radius: 50%;
    width: 29px;
    height: 29px;
    cursor: pointer
}

.twitter {
    background-color: #1DA1F2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.linkedin {
    background-color: #2867B2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.line {
    height: 1px;
    width: 45%;
    background-color: #E0E0E0;
    margin-top: 10px
}

.or {
    width: 10%;
    font-weight: bold
}

.text-sm {
    font-size: 14px !important
}

::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

input,
textarea {
    padding: 10px 12px 10px 12px;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #304FFE;
    outline-width: 0
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.btn-blue {
    background-color: #1A237E;
    width: 150px;
    color: #fff;
    border-radius: 2px
}

.btn-blue:hover {
    background-color: #000;
    cursor: pointer
}

.bg-blue {
    color: #fff;
    background-color: #1A237E
}

@media screen and (max-width: 991px) {
    .logo {
        margin-left: 0px
    }

    .image {
        width: 300px;
        height: 220px;
    }

    .border-line {
        border-right: none
    }

    .card2 {
        border-top: 1px solid #EEEEEE !important;
        margin: 0px 15px
    }

}


.main-fixed{
     -webkit-box-shadow: 0 7px 14px 0 rgb(65 69 88 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 7px 14px 0 rgb(65 69 88 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
	
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid #edf2f9;
    border-radius: 0.375rem;
	

}



@media screen and (min-width: 1025px) {
.header-fixed{
  background-color:#B6CEA0;
  position: fixed;
  z-index:1000;
  top:0;
  left:0;
  width:100%;
}
.menu-fixed{
  position: fixed;
  z-index:1000;
  top:85px;
  left:0;
  margin:0;
  width:100%;
  margin-left:10px;
}

.main-fixed-plus{
 margin-top:90px; 
 margin-left:90px;
}


}


.blink {
  animation:0s blinker linear infinite;
  -webkit-animation:4s blinker linear infinite;
  -moz-animation:4s blinker linear infinite;
}
@-moz-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}


.footer {
position: fixed;
bottom: 0;
width: 100%;
}

.footer, #push {
    height: 50px;
}

.scaduto {
  color: #ffffff;
  background-color: #ff3300;
}

.pulsante_01 {
    background-color: #FFFF99;
	color: #091F73;
}

.pulsante_02 {
    background-color: #FF00FF;
	color: #091F73;
	padding: 5;
}

.pulsante_03 {
    background-color: #FF0033;
	color: #ffffff;
}

.pulsante_04 {
    background-color: #993366;
	color: #FFFFFF;
}

.pulsante_05 {
    background-color: #339966;
	color: #FFFFFF;
}

.pulsante_06 {
    background-color: #3399ff;
	color: #ffffff;
}

.pulsante_07 {
    background-color: #ffcc66;
	color: #091F73;
}

.pulsante_08 {
    background-color: #FFCC99;
	color: #091F73;
}

.pulsante_09 {
    background-color: #CCFFFF;
	color: #091F73;
}

.pulsante_10 {
  background-color: #FFFFFF;
  color: #091F73;
}

.pulsante_11 {
 background-color: #99ff66;
 color: #091F73;
}

.pulsante_12 {
  background-color: #808000;
  color: #ffffff;
}

.card-menu {
  background-color:#678949;
  width:85px;
  font-size: 15px;
 /* transition-duration: 0.5s; */
  color:#FFFFFF;
}

.card-menu:hover {
/*  width: 225px;*/
}

.card0 {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 0px
}

.card2 {
    margin: 0px 40px;
}

.logo {
    width: 200px;
    height: 100px;
    margin-top: 20px;
    margin-left: 35px
}

.border-line {
    border-right: 1px solid #EEEEEE
}

.logo2 {
  color: #fff;
  font-size: 18px;  
  border-radius: 50%;
  width: 29px;
  height: 29px;
  cursor: pointer
}

.line {
  height: 1px;
  width: 45%;
  background-color: #E0E0E0;
  margin-top: 10px
}

.or {
  width: 10%;
  font-weight: bold
}

.text-sm {
  font-size: 14px !important
}

::placeholder {
  color: #BDBDBD;
  opacity: 1;
  font-weight: 300
}

:-ms-input-placeholder {
  color: #BDBDBD;
  font-weight: 300
}

::-ms-input-placeholder {
  color: #BDBDBD;
  font-weight: 300
}

input,
textarea {
    padding: 10px 12px 10px 12px;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px;
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #304FFE;
    outline-width: 0;
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}



.btn-blue {
    background-color: #1A237E;
    width: 150px;
    color: #fff;
    border-radius: 2px
}

.btn-blue:hover {
    background-color: #000;
    cursor: pointer;
}

.bg-blue {
    color: #fff;
    background-color: #1A237E;
}

@media screen and (max-width: 991px) {
    .logo {
        margin-left: 0px
    }

    .image {
        width: 300px;
        height: 220px;
    }

    .border-line {
        border-right: none;
    }

    .card2 {
        border-top: 1px solid #EEEEEE !important;
        margin: 0px 15px;
    }
}


#sidebar {
    /* don't forget to add all the previously mentioned styles here too */
    color:#2c7be5;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 13px;
}

#sidebar .sidebar-header {
    padding: 5px;
}

#sidebar ul.components {
    padding: 5px ;
}

#sidebar ul {
  padding: 8px;
  font-size: 1.1em;
  display: block;
  color:#2c7be5;
}

#sidebar ul > li :hover {
  color: #2c7be5;
  overflow:visible;
}

#sidebar ul li a:focus {
  color:  #2c7be5;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
  color: #2c7be5;

}

#sidebar .x-text {
  position:relative;
  display:table-cell;
  vertical-align:middle;
  width:190px;
  font-family: 'Titillium Web', sans-serif;
}


.testata {
  color: #ffffff;
  background-color: #091F73;
}

.testata1 {
  background-color: #0066CC;
}

.testata2 {
  background-color: #FFFFCC;
}

.testata3 {
  background-color: #009900;
}

.testata4 {
  background-color: #660066;
}

.testata5 {
  background-color: #FF0033;
}

.testata6 {
  background-color: #660033;
}

.totale1 {
  background-color: #FFFDDD;
  color: #091F73;
}

.totale2 {
  background-color: #E3FFDD;
  color: #091F73;
}

.dashboard_valore  {
  color: #1841A5;
  background-color: #FFFFFF;
}

.dashboard_valore_positivo  {
  color: #ffffff;
/*background-color: #008101;*/
  background-color: #678949;
}

.dashboard_valore_negativo  {
  color: #ffffff;
  background-color: #ff0000;
}

/*contenitore per drag and drop*/
.col_file{
  background-color: #DCF5FB; 
  outline: 2px dashed #B3D7DF; 
  outline-offset: -10px; 
  width:-webkit-fill-available;;
  height: 90px; 
  text-align:center; 
vertical-align: middle;
}

.div_file{
  text-align:center;
  border-radius: 7px; 
  height: -webkit-fill-available;
}

.label_file{
  height: -webkit-fill-available; 
  width: -webkit-fill-available; 
}

.box__file{
  text-align-last: center; 
  height: -webkit-fill-available; 
  width: -webkit-fill-available;
  padding-top:30px;
}

.input-file{
    vertical-align: middle;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align-last: center;
}

/*prova css di menu.php*/

.fa-2x {
  font-size: 1.8em;
}

.fa2 {
  position: relative;
  display: table-cell;
  width: 60px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  font-size:20px;
}

.main-menu{
  position:flex;
  top:0;
  bottom:0;
  height:100%;
  left:0;
  
background-color:#678949;
  color:#FFFFFF;
}

.main-menu li {
  position:relative;
  display:block;
}

.main-menu li>a {
  position:relative;
  display:table;
  border-collapse:collapse;
  border-spacing:0;
  text-decoration: none;
}

.main-menu:hover .nav-text {
  position:flex;
  display:table-caption;
  height: 25px;
}

.main-menu li>a:hover{
  color:#27B02D;
}

.nav-text {
  display:none;
  width:155px;
  font-family: 'Poppins';
}

nav ul,nav li {
  outline:0;
  margin:0;
  padding:0;
}

.color-text-menu{
  color: #FFFFFF;
}

.color-text-menu:hover{
/* color:#41443F;*/
  color:#F3E8A8;
}

.color-bg-base{
  background-color:#B7CFA1;
  margin-left:0px;
}

.testo_frase{
  font-family: 'Freehand', cursive;
  font-size: 2em;
}
.autore_frase {
  font-family: 'Freehand', cursive;
  font-size: 1.3em;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

/**/
/*COLORI*/
/**/

.bg-verdescuro{
  background-color:#678949;
}
.text-verdescuro{
  color:#678949;
}
.btn-verdescuro{
  background-color:#678949;
  color:white;
}
.btn-verdescuro:hover{
  color:white;
}
.btn-outline-verdescuro{
  color: #678949;
  border-color: #678949;
}
.btn-outline-verdescuro:hover{
  background-color: #678949;
  border-color: white;
  color:white;
}

.bg-verdechiaro{
  background-color:#B6CEA0;
}
.text-verdechiaro{
  color:#B6CEA0;
}
.btn-verdechiaro{
  background-color:#B6CEA0;
  color:white;
}
.btn-verdechiaro:hover{
  color:white;
}
.btn-outline-verdechiaro{
  color: #B6CEA0;
  border-color: #B6CEA0;
}
.btn-outline-verdechiaro:hover{
  background-color: #B6CEA0;
  border-color: white;
  color:white;
}
.bg-azzurro{
  background-color:#579EE1;
}
.text-azzurro{
  color:#579EE1;
}
.btn-azzurro{
  background-color:#579EE1;
  color:white;
}
.btn-azzurro:hover{
  color:white;
}
.btn-outline-azzurro{
  color: #579EE1;
  border-color: #579EE1;
}
.btn-outline-azzurro:hover{
  background-color: #579EE1;
  border-color: white;
  color:white;
}

.bg-arancione{
  background-color:#E18D5D;
}
.text-arancione{
  color:#E18D5D;
}
.btn-arancione{
  background-color:#E18D5D;
  color:white;
}
.btn-arancione:hover{
  color:white;
}
.btn-outline-arancione{
  color: #E18D5D;
  border-color: #E18D5D;
}
.btn-outline-arancione:hover{
  background-color: #E18D5D;
  border-color: white;
  color:white;
}

.bg-rosso{
  background-color:#ED625B;
}
.text-rosso{
  color:#ED625B;
}
.btn-rosso{
  background-color:#ED625B;
  color:white;
}
.btn-rosso:hover{
  color:white;
}
.btn-outline-rosso{
  color: #ED625B;
  border-color: #ED625B;
}
.btn-outline-rosso:hover{
  background-color: #ED625B;
  border-color: white;
  color:white;
}

.bg-verdescuro2{
  background-color:#339966;
}
.text-verdescuro2{
  color:#339966;
}
.btn-verdescuro2{
  background-color:#339966;
  color:white;
}
.btn-verdescuro2:hover{
  color:white;
}
.btn-outline-verdescuro2{
  color: #339966;
  border-color: #339966;
}
.btn-outline-verdescuro2:hover{
  background-color: #339966;
  border-color: white;
  color:white;
}
.bg-secondary2{
  background-color:#77B3AB;
}
.text-secondary2{
  color:#77B3AB;
}
.btn-secondary2{
  background-color:#77B3AB;
  color:white;
}
.btn-secondary2:hover{
  color:white;
}
.btn-outline-secondary2{
  color: #77B3AB;
  border-color: #77B3AB;
}
.btn-outline-secondary2:hover{
  background-color: #77B3AB;
  border-color: white;
  color:white;
}
.bg-secondary3{
  background-color:#A1A49E;
}
.text-secondary3{
  color:#A1A49E;
}
.btn-secondary3{
  background-color:#A1A49E;
  color:white;
}
.btn-secondary3:hover{
  color:white;
}
.btn-outline-secondary3{
  color: #A1A49E;
  border-color: #A1A49E;
}
.btn-outline-secondary3:hover{
  background-color: #A1A49E;
  border-color: white;
  color:white;
}

.color-obbligatorio, .color-obbligatorio:focus{
background-color:#FFFED8;
}

.color-area, .color-area:focus{
background-color:#EAF2F8
}

/**/
/*FINE COLORI*/
/**/


 .sidenav {
   height: 100%;
   width: 0;
   position: fixed;
   z-index: 1;
   top: 0;
   left: 0;
   overflow-x: hidden;
  /* transition: 0.5s;*/
   padding-top: 60px;
  }

.sidenav a {
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  display: block;
 /* transition: 0.3s;*/
}

.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav ul{
  padding: 4px 4px 0px 0px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
 /* transition: 0.3s;*/
  list-style: none;
}
.sidenav ul.a{
  list-style: none;
  padding-left:32px;
  text-decoration: none;
  font-size: 10px;
  color: #818181;
  display: block;
 /* transition: 0.3s;*/
}

.sidenav ul.a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  background: lightblue;
}

  .card_trasp{
   background: ghostwhite;
  }

.elenco-azioni{
  width:165px;
}
.col-azioni{
  width:165px;
}
.col-center-azioni{
  -webkit-box-pack: center !important; 
   justify-content: center !important;
}
.col-center-home{
  -webkit-box-pack: center !important; 
   justify-content: center !important;
}



 /* Telefono */
@media (max-width: 700px){
 .sidenav {padding-top: 15px;}
 .sidenav a{
    font-size: 18px;
    font-family: 'Poppins';
}
  .main_phone{
   visibility: visible;
  }
  .menu_navigation_bar{
  display: none;
  }
  .tasti_intestazione{
  display:none;
  }
  .tasti_intestazione_phone{
  visibility: visible;
  }
  .button_home_page{
  font-size: 20px;
  width: 100%;
  margin-top:5px;
  }
  .container_home{
  margin-top:50px;
  }
  .col_card_home{
  width:100px;
  margin-bottom:2px;
  margin-top:10px;
  padding-left:2px;
  padding-right:2px;
  width:100px;
  }
  .card_body_home h5{
  font-size: 10px;
  height: 10px;
  }
  .card_body_home p{
  display:none;
  }
 


.min-width-max-content{
  min-width: max-content;
}

.elenco-azioni{
  width:265px;
}
.col-azioni{
  width:265px;
}
.col-center-azioni{
  -webkit-box-pack: center !important; 
   justify-content: center !important;
}
.col-azioni2{
}
.col-azioni4{ 
  max-width: fit-content;
}
.hidden-pc{
  visibility:visible;
}
.hidden-phone{
  display:none;
}

.col-home1{ 
  width: -webkit-fill-available;
 }
 .calendario-data1{ 
  width: -webkit-fill-available;
 }
 .btn-block-phone{
  display: block;
  width: 100%;
 }

.row_card_home{
  display: block;
  width: 100%;
}
.card-contatti{
min-width: -webkit-fill-available;
}
.contatti-txt{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	padding-left: 0px;
    text-align: left !important;
}

.contatti-area{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    max-width: 67%;
	padding-right:0px;
   margin-left: 10px;
}
.contatti-select{
   max-width: none;
   margin-left: 10px;
   align-self: center;
}

.telemarketing-radio{
}
.telemarketing-txt{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	padding-left: 0px;
    text-align: left !important;
}
.telemarketing-area{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    max-width: 67%;
	padding-right:0px;
   margin-left: 10px;
}
.telemarketing-select{
   max-width: none;
   margin-left: 10px;
    align-self: center;
}
.telemarketing-area5{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.globale-txt{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    text-align: left !important;
}
.globale-area{
     display: block;
    max-width: none;
}
.globale-area2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.globale-area3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.globale-table{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.globale-grafico{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.globale-grafico2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
	margin-top:10px;
}
.globale-pt{
  padding-top:10px;
}
.rep-pt{
  padding-top:10px;
}
.rep-pt2{
  padding-top:10px;
}
.rep-pt3{
  padding-top:10px;
}
.rep-label1{
  width: inherit;
}
.rep-area1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: right !important;
}

.index-card{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.offerte-area2{
  width: -webkit-fill-available;
}
.visite-9{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

}
.visite-3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.visite-area1, .visite-area3,.visite-area4,.visite-area5,.visite-area8, .frase-area1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.visite-area2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
}
.tx-center{
  text-align: center !important;
}
.tx-left{
  text-align: left !important;
  margin-left:5px;
}
.visite-select{
    align-self: center;
    min-width: -webkit-fill-available;
    margin-left: 5px;
    margin-right: 5px;
}
.visite-select2{
    align-self: center;
    min-width: -webkit-fill-available;
    margin-left: 20px;
    margin-right: 20px;
	margin-top:10px;
}

.visite-area6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	margin-left:55px;
}
.visite-text{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: right !important;
}
.visite-area7{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0.5rem !important;
    font-size: 14px !important;
    text-align: left !important;
	margin-left:20px;

}
.visite-area9{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0.5rem !important;
    font-size: 14px !important;
    text-align: center !important;
}
.visite-area10{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 40%;
    max-width: 47%;
    margin-top: 0.5rem !important;
    font-size: 14px !important;
    text-align: left !important;
	margin-left:20px;
}
.visite-radio{
-webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.visite-txt{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0.5rem !important;
    font-size: 14px !important;
    text-align: left !important;
	margin-left:20px;
}
.visite-txt2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-top: 0.5rem !important;
    font-size: 14px !important;
    text-align: left !important;
	margin-left:20px;
}
.visite-btn{

    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 90%;
    max-width: 90%;
	margin-left: 15px;
}

.visite-a{
  max-width: 242px;
}
.visite-titoli{
  color:#678949;
}

.frase-area2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


.eventi-area1{
  min-width: -webkit-fill-available;
}

.eventi-area2{
    min-width: -webkit-fill-available;
}
.eventi-area3{
    min-width: 238px;
}
.eventi-text{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: right !important;
}
.eventi-area5{
    max-width: 238px;
}
.eventi-area6{

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 721px;
    max-width: 103%;
}
.eventi-btn, .cambio-pssw-btn, .potenzialita-btn{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
	margin-left:20px;
	margin-right:20px;
	margin-top:5px;
}

.cambio-pssw-area1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.potenzialita-area1{
min-width:-webkit-fill-available;
}
.potenzialita-area2{
min-width:230px;
}

.potenzialita-area3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 96%;
    flex: 0 0 77%;
    max-width: 77%;
}
.potenzialita-text{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 23%;
    padding-right: 4px;
    text-align: right !important;
}

.potenzialita-text2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 22%;
    max-width: 23%;
    padding-right: 4px;	
    margin-right: 3px;
    text-align: right !important;
}

.tx-center-phone{
    text-align: center !important;
}

.home-testo{
    text-align: left !important;
}
.offerte-area1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.offerte-area3,.offerte-area4,.offerte-area5{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

}


.offerte-area6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.offerte-text{
  padding-left:15px;
  text-align: left !important;
}

.offerte-btn-sm
{
    padding: 0.1875 rem 0.75rem;
    font-size: 0.875 rem;
    line-height: 1.5;
    border-radius: 0.2 rem;
}

.work-area1, .work-area9, .work-area10{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.work-area2,.work-area3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left !important;
}
.work-area4{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 49%;
    text-align: left !important;
}
.work-area5{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
    padding:0px;
	padding-right:2%;
}
.work-area6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 84.33333%;
    max-width: 80.33333%;
}
.work-area7{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 1 0 83.33333%;
    max-width: 30.33333%;
}
.work-area8{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.work-area13{
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: -webkit-fill-available;
    max-width: 100%;
}
.work-area15{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 85%;
    text-align: left !important;
}

.contatti-mt-4{
    margin-top: 1.8rem !important;
}

.h5-big{
    font-size: 20px;
    height: 10px;
}

.budget-area1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23.33333%;
    flex: 0 0 23.33333%;
    max-width: 23.33333%;
}
.budget-text{
    text-align: center !important;
}

}
/*
 /* Tablet */
@media only screen and (min-width: 701px) and (max-width: 1029px){
 .sidenav {padding-top: 15px;}
 .sidenav a{
    font-size: 18px;
    font-family: 'Poppins';
}
  .main_phone{
   visibility: visible;
  }
  .menu_navigation_bar{
  display: none;
  }
  .tasti_intestazione{
  display:none;
  }
  .tasti_intestazione_phone{
  visibility: visible;
  }
  .button_home_page{
  font-size: 20px;
  width: 100%;
  margin-top:5px;
  }
  .container_home{
  margin-top:50px;
  }
  .col_card_home{
  width:100px;
  margin-bottom:2px;
  margin-top:10px;
  padding-left:2px;
  padding-right:2px;
  width:100px;
  }
  .card_body_home h5{
  font-size: 10px;
  height: 10px;
  }
  .card_body_home p{
  display:none;
  }
 


.min-width-max-content{
  min-width: max-content;
}

.elenco-azioni{
  width:265px;
}
.col-azioni{
  width:265px;
}
.col-center-azioni{
  -webkit-box-pack: center !important; 
   justify-content: center !important;
}
.col-azioni2{
}
.col-azioni4{ 
  max-width: fit-content;
}
.hidden-pc{
  visibility:visible;
}
.hidden-phone{
  display:none;
}

.col-home1{ 
  width: -webkit-fill-available;
 }
 .calendario-data1{ 
  width: -webkit-fill-available;
 }
 .btn-block-phone{
  display: block;
  width: 100%;
 }

.row_card_home{
  display: block;
  width: 100%;
}
.card-contatti{
min-width: -webkit-fill-available;
}
.contatti-txt{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	padding-left: 0px;
    text-align: left !important;
}

.contatti-area{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    max-width: 67%;
	padding-right:0px;
   margin-left: 10px;
}
.contatti-select{
   max-width: none;
   margin-left: 10px;
   align-self: center;
}

.telemarketing-radio{
}
.telemarketing-txt{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	padding-left: 0px;
    text-align: left !important;
}
.telemarketing-area{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    max-width: 67%;
	padding-right:0px;
   margin-left: 10px;
}
.telemarketing-select{
   max-width: none;
   margin-left: 10px;
    align-self: center;
}
.telemarketing-area5{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.globale-txt{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    text-align: left !important;
}
.globale-area{
     display: block;
    max-width: none;
}
.globale-area2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.globale-area3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.globale-table{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.globale-grafico{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.globale-grafico2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
	margin-top:10px;
}
.globale-pt{
  padding-top:10px;
}
.rep-pt{
  padding-top:10px;
}
.rep-pt2{
  padding-top:10px;
}
.rep-pt3{
  padding-top:10px;
}
.rep-label1{
  width: inherit;
}
.rep-area1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: right !important;
}

.index-card{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.index-area2{
}
.visite-9{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

}
.visite-3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.visite-area1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 40%;
    max-width: 100%;
}
.visite-area5{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 32%;
    max-width: 100%;
    align-self: flex-end;
}
.visite-area3,.visite-area4,.visite-area8, .frase-area1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.visite-area2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
}
.tx-center{
  text-align: center !important;
}
.tx-left{
  text-align: left !important;
  margin-left:5px;
}
.visite-select{
    align-self: center;
    min-width: -webkit-fill-available;
    margin-left: 5px;
    margin-right: 5px;
}
.visite-select2{
    align-self: center;
    min-width: -webkit-fill-available;
    margin-left: 20px;
    margin-right: 20px;
	margin-top:10px;
}

.visite-area6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	margin-left:55px;
}
.visite-text{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: right !important;
}
.visite-area7{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0.5rem !important;
    font-size: 14px !important;
    text-align: left !important;
	margin-left:20px;

}
.visite-area9{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0.5rem !important;
    font-size: 14px !important;
    text-align: center !important;
}
.visite-area10{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 40%;
    max-width: 47%;
    margin-top: 0.5rem !important;
    font-size: 14px !important;
    text-align: left !important;
	margin-left:20px;
}
.visite-radio{
-webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.visite-txt{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0.5rem !important;
    font-size: 14px !important;
    text-align: left !important;
	margin-left:20px;
}
.visite-txt2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-top: 0.5rem !important;
    font-size: 14px !important;
    text-align: left !important;
	margin-left:20px;
}
.visite-btn{

    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 90%;
    max-width: 90%;
	margin-left: 15px;
}

.visite-a{
  max-width: 242px;
}
.visite-titoli{
  color:#678949;
}

.frase-area2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


.eventi-area1{
  min-width: 50%;
}

.eventi-area2{
   
}
.eventi-area3{
    min-width: 180px;
}
.eventi-area4{
	min-width: 50%;
    align-self: flex-end;
}
.eventi-text{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 16%;
    text-align: right !important;
}
.eventi-area5{
    max-width: 180px;
}
.eventi-area6{

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 721px;
    max-width: 103%;

}
.eventi-data{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 70%;
    max-width: 100%;
}
.eventi-btn, .cambio-pssw-btn, .potenzialita-btn{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
	margin-left:20px;
	margin-right:20px;
	margin-top:5px;
}

.cambio-pssw-area1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.potenzialita-area1{
min-width:-webkit-fill-available;
}
.potenzialita-area2{
min-width:230px;
}

.potenzialita-area3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 96%;
    flex: 0 0 77%;
    max-width: 77%;
}
.potenzialita-text{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 23%;
    padding-right: 4px;
    text-align: right !important;
}

.potenzialita-text2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 22%;
    max-width: 23%;
    padding-right: 4px;	
    margin-right: 3px;
    text-align: right !important;
}

.tx-center-phone{
    text-align: center !important;
}

.home-testo{
    text-align: left !important;
}
.offerte-area1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 70%;
    max-width: 100%;
}
.offerte-area3,.offerte-area4,.offerte-area5{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

}


.offerte-area6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.offerte-text{
  padding-left:15px;
  text-align: left !important;
}

.offerte-btn-sm
{
    padding: 0.1875 rem 0.75rem;
    font-size: 0.875 rem;
    line-height: 1.5;
    border-radius: 0.2 rem;
}

.work-area1, .work-area9, .work-area10{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.work-area2,.work-area3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left !important;
}
.work-area4{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 49%;
    text-align: left !important;
}
.work-area5{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
    padding:0px;
	padding-right:2%;
}
.work-area6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 84.33333%;
    max-width: 80.33333%;
}
.work-area7{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 1 0 83.33333%;
    max-width: 30.33333%;
}
.work-area8{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.work-area13{
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: -webkit-fill-available;
    max-width: 100%;
}
.work-area15{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 85%;
    text-align: left !important;
}

.contatti-mt-4{
    margin-top: 1.8rem !important;
}

.h5-big{
    font-size: 20px;
    height: 10px;
}

.budget-area1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23.33333%;
    flex: 0 0 23.33333%;
    max-width: 23.33333%;
}
.budget-text{
    text-align: center !important;
}

 

  
}

@media (min-width: 1030px) and  (ax-width: 2410px) {
 .div_ipad{	
   position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .div_anag{  
  min-width: fit-content;
  }
  .div_anag_box{
   min-width: fit-content;
   margin: 15px;
  }

}
 
 /* Computer */
@media only screen and (min-width: 1030px) {
 	
	 .main_phone{
	  display: none;
	  }
	  .menu_navigation_bar{
	  visibility: visible;
	  }
	  .tasti_intestazione{
	  visibility: visible;
	  }
	  .tasti_intestazione_phone{
	  display: none;
	  }
	 .button_home_page{
	  font-size: 20px;
	  width:300px;
	  }
	  .col_card_home{
	  width:200px;
	  margin:20px;
	  }
	 .card_body_home{
	  margin:3px;
	  }
	 .card_home p{
	  padding-bottom:3px;
	  height:50px;
	  }
	  .drop_menu{
	  min-width: 11rem;
	  margin:0px;
	  }
	  

.col-azioni2{
   max-width: fit-content;
 }
.col-azioni4{ 
   max-width: min-content;
 }
.hidden-pc{
display:none;
}
.hidden-phone{
visibility:visible;
}

.col-home1{ 
  width: 265px;
 }
.calendario-data1{ 
  width: 370px;
 }
.mt-contatti{
  margin-top:60px;
 }

.contatti-txt{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    text-align: right !important;
}

.contatti-area{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.contatti-select{
   max-width: fit-content;
    align-self: center;
}
.btn-pc{
  max-width: 125px;
}
.telemarketing-radio{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.telemarketing-txt{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    text-align: right !important;
}
.telemarketing-select{
   max-width: 25%;
    align-self: center;
}
.telemarketing-area{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.telemarketing-area2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10.66667%;
    flex: 0 0 10.66667%;
    max-width: 10.66667%;
}
.telemarketing-area3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.66667%;
    flex: 0 0 12.66667%;
    max-width: 12.66667%;
}
.telemarketing-area4{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.66667%;
    flex: 0 0 14.66667%;
    max-width: 14.66667%;
}
.globale-txt{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    text-align: right !important;
}
.globale-area{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.globale-area2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.globale-table{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.globale-table2{
	margin-left:1px;
	margin-right:1px;
}

.globale-grafico2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.rep-pt{
padding-top:30px;
}
.rep-pt3{
padding-top:30px;
}
.rep-area{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.rep-area1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.rep-mt-30{
    padding-top: 30px;
}
.index-card{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.index-area{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.index-area2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.index-mt{
  margin-top: 3rem !important;
}
.visite-9{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;

}
.visite-3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.visite-area1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.visite-area3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.visite-area4{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 1rem !important;
}
.visite-area5{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
    padding-left: 1rem !important;
}
.visite-area6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.visite-area7{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-top: 0.5rem !important;
    font-size: 14px !important;
    text-align: right !important;
	margin-left:15px;
}
.visite-area8{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.visite-area9{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-top: 0.5rem !important;
    font-size: 14px !important;
    text-align: right !important;
}
.visite-area10{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-top: 0.5rem !important;
    font-size: 14px !important;
    text-align: right !important;
}
.visite-radio{
-webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.visite-select2{
    align-self: center;
    margin-left: 20px;
    margin-right: 20px;
}
.visite-mt-4{
    margin-top: 1.8rem !important;
}
.visite-text{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%;
    text-align: right !important;
}
.visite-txt{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-top: 0.5rem !important;
    font-size: 14px !important;
    text-align: right !important;
	margin-left:13px;
}

.visite-txt2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-top: 0.5rem !important;
    font-size: 14px !important;
    text-align: left !important;
	margin-left:20px;
}
.visite-btn{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.tx-mt{
margin-top: 6px;
}
.eventi-area1{
max-width: 300px;
}
.eventi-area2{
max-width: fit-content;

}
.eventi-area3{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 79.33333%;
    flex: 0 0 79.33333%;
    max-width: 79.33333%;
}
.eventi-area4{
  max-width: 215px;
}
.eventi-area5{
-webkit-box-flex: 0;
    -ms-flex: 0 0 78.33333%;
    flex: 0 0 78.33333%;
    max-width: 78.33333%;
}

.eventi-area6{

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: auto;
}
.eventi-text{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: right !important;
}
.eventi-data{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 70%;
    max-width: 100%;
}
.eventi-btn{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.tx-mt-8{
margin-top: 8px;
}

.cambio-pssw-area1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.potenzialita-area1{
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}
.potenzialita-area2 {
	flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}
 .potenzialita-area3{
	flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;

}
.potenzialita-text, .potenzialita-text2{
flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
	margin-right:3px;
    text-align: right !important;
}
.potenzialita-btn{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 15%;
	margin:15px;
}

.home-testo{
    text-align: right !important;
}
.work-col{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.label-pc{
font-size: 0.9rem;
}
.offerte-area1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.offerte-area2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.offerte-area3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
 .offerte-area4{
    max-width: fit-content;
}
.offerte-area5{
-webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.offerte-text{
  padding-right:0px;
  text-align: right !important;
  }
.eventi-btn{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.card-contatti{
  max-width: -webkit-fill-available;
}
.work-area1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.work-area2,.work-area15{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
	text-align: right !important;
}
.work-area3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.work-area4{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.work-area5{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.work-area6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 20%;
    max-width: auto;
}
.work-area7{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.work-area8{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.work-area9{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.work-area10{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.work-area11, .work-area12{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.work-area13{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.work-btn-esci{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.work-btn-salva{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    text-align: left !important;
}
.h5-big{
    font-size: 20px;
    height: 10px;
}
.size-2{
font-size: 1.3em;
}

.frase-area1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.budget-area1, .budget-btn1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.budget-area2, .budget-btn2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.budget-area3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.budgte-area4{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.budget-text{
    text-align: center !important;
}
}







