
:root {
  --light-gray-color: #eeeeee;
  --dark-blue-color: #183970;
  --light-purple: #dfcee3;
  --light-green: #c9ead4;
}

html, body {
  font-size: 24px;  
  font-family: GillSans-Light;
}

body {
  color: var(--dark-blue-color);
  max-width: 1280px;
  margin: auto;
}

h1 {
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

h2 {
  font-size: 1.2rem;
  margin-top: 2.8rem;
  margin-bottom: 1.8rem;
}

#catflow-page {
  margin: 0 5%;  
}

.post {
  width: 33%;
}

@media (max-width: 768px) {
  .catflow-column {
    margin-bottom: 30px;
  }
  .post {
    width: 100%;
  }
  html, body {
    font-size: 16px;
  }
}

.catflow-element .dark-blue {
  color: #183970;
}

.catflow-element .light-blue {
  color: #3b95d1;
}

.catflow-element .green {
  color: #4db86f;
}

.catflow-element .purple {
  color: #955ca3;
}

.catflow-element .size-as-h1 {
  font-size: 48px;
}

.catflow-element .bg-light-gray {
  background-color: var(--light-gray-color);
}

.catflow-element .bg-light-purple {
	background-color: #dfcee3;
}

.catflow-element .margin-top-medium {
  margin-top: 50px;
}

.catflow-element .margin-top-large {
  margin-top: 80px;
}

.catflow-element .margin-bottom-medium {
  margin-bottom: 50px;
}

.catflow-element .gray-box {
  background-color: var(--light-gray-color);
  padding: 1px 35px 0;
}

.catflow-element h2 .margin-top-bottom-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.catflow-element .logo {
  max-width: 201px;
  margin: 0 auto;
}

.catflow-element .full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.case-study {
  background-color: var(--light-gray-color);
  margin: 0 auto;
  padding: 10px 30px;
}

.case-study a {
  text-decoration: none;
  color: inherit;
}

.case-study:hover {
  background-color: var(--light-purple) !important;
}

/* menu */

.menu_collection span {
  transition: border-bottom 0.5s linear;
  transition-delay: 0s;
}

.menu_collection {
  font-size: 0.8rem; 
  margin-top: 0.8rem;
}

.menu_currentpage {
  font-weight: bold;
  border-bottom:1px;
  border-bottom-style:solid;
}

.menu_currentpage:hover {
  border-bottom:0px;
}

.submenu_container {
  position: absolute;
  background-color: aliceblue;
  z-index: 10;
}

.submenu_text {
    margin: 10px;
}

/* fine menu */

/* landing page */

.catflow-element .bg-beige {
	background-color: #fcf5eb;
}

.catflow-element .bg-green {
	background-color: #f2f7f1;
  	padding-left: 20px;
    padding-right: 20px;
  	padding-top: 20px; 
  	padding-bottom: 20px;
}

.landing_button {
    text-transform: uppercase;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
  	display: inline-block;
  	color: white;
}

.landing_button a {
  text-decoration: none;
  color: white;
}

.landing_button_send {
    text-transform: uppercase;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  	display: inline-block;
  	color: white;
}

.catflow-element .button_green {
  border-radius: 30px;
  background: rgb(120, 182, 115);
}

.catflow-element .button_blue {
  border-radius: 30px;
  background: rgb(96, 148, 206);
}

.catflow-element .width33 {
  width: 33%;
}

.catflow-element .item_inline_block {
  display: inline-block;
}

.catflow-element .center_text {
  text-align:center;
}

.catflow-element .margin_top_bottom {
  margin-top:50px;
  margin-bottom:50px;
}

.landing_container_center {
  align-items: center;
  display: flex;
}

.landing_container_image p {
  margin: 0;
}

/*.landing_container_image img {
  float: right;
}

.landing_container_image .catflow-text {
  float: left;
}*/

/* fine landing */

/* inizio form contatti */

#container_contact_result {
  display:none;
}

.container_spinner {
  display:none;
}

/* fine form contatti */

#webinar_date {
  display: none;
}

 /* inizio stili privacy modal */
 #privacy_modal {
   display: none;
   width: 200px;
   text-align: center;
   margin: 20px auto;
 }

 #privacy {
   margin: 0px;
   position: fixed !important;
   border: 1px solid rgb(0, 0, 0) !important;
   top: 0px;
   left: 0% !important;
   width: 100% !important;
   z-index: 2147483647 !important;
   color: rgb(190, 190, 181) !important;
   background: rgb(50, 50, 50) !important;
   opacity: 1;
 }

 #privacy div:first-child {
   font-size: 12px;
   line-height: 12px;
   padding-top: 0;
 }

 #privacy a {
   color: #f7a21c;
   margin: 0;
   padding: 0;
   border: 0;
   font: inherit;
   font-size: 100%;
   vertical-align: baseline;
 }

 #privacy #AcceptButton {
   color: #f7a21c;
   text-decoration: none;
   background-color: transparent;
   font-family: 'arial';
   border: none;
   font-size: 12px;
   padding-bottom: 0;
   margin-top: 7px;
 }

 #privacy #AcceptButton {
   font-size: 14px;
   float: right;
   cursor: pointer;
   margin-top: 5px;
   margin-bottom: 5px;
   align-items: flex-start;
   text-align: center;
 }

 @media (min-width: 1200px) {
   #container_privacy {
   width: 1024px;
   }
 }

 @media (min-width: 992px) {
 #container_privacy {
   width: 970px;
   }
 }

 @media (min-width: 768px) {
   #container_privacy {
   width: 100%;
   }
 }

 #container_privacy {
   margin: auto;
   padding: 5px;
 }

 /* fine stili privacy modal */