:root {
  --font: 'Raleway', sans-serif;
  --grey:#404041;
  --black:#000000;
  --grey-op:#40404140;
  --grey-op6:#404041db;
  --white:#fff;
  --red:#be1522;
  --orange:#dc911b;
  --green:#a2c037;
  --light-grey:#f3f3f4;
  --size12:12px;
  --size17:17px;
  --size20:20px;
  --size25:25px;
  --size30:30px;
  --padding-mobile:25px 10px;
  --padding-section:60px 0px;
  --title-search:rgb(1, 1, 201);
  --shadow: 0px 0px 10px 5px #d3d3d3;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa, .fas, .far, .fal, .fad, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-times:before {
  content: "\f00d";
}

.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  /* or max-width: 100%; */
  height: auto;
}

.container {
  width: 1300px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .container {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .container {
    width: 100% !important;
  }
}

@media (min-width: 990px) and (max-width: 1025px) {
  .container {
    width: 100% !important;
  }
}

@media (min-width: 1026px) and (max-width: 1299px) {
  .container {
    width: 100%;
  }
}

.container-fluid {
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#gsearch {
  max-height: 250px;
  overflow-y: scroll;
}

.error {
  border: 2px solid red !important;
}

.correct {
  border: 2px solid green !important;
}

#error-form {
  font-family: var(--font);
}

input:focus {
  border: 0px solid black !important;
}

h1, h2 {
  margin: 5px 0px;
  font-size: var(--size30);
  font-family: var(--font);
  font-weight: 600;
}

h3 {
  margin: 5px 0px;
  font-size: var(--size25);
  font-family: var(--font);
  font-weight: 600;
}

p {
  font-size: var(--size17);
  font-family: var(--font);
  font-weight: 300;
}

#header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  #logo {
    width: 80%;
  }
}

@media (min-width: 990px) and (max-width: 1025px) {
  #logo {
    width: 22%;
  }
}

#logo img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

#menu {
  font-family: var(--font);
}

@media (min-width: 990px) and (max-width: 1025px) {
  #menu {
    width: 78%;
  }
}

#menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#menu ul li {
  list-style-type: none;
  margin-right: 35px;
}

@media (min-width: 990px) and (max-width: 1025px) {
  #menu ul li {
    margin-right: 25px;
  }
}

#menu ul li a {
  font-family: var(--font);
  color: var(--grey);
  text-decoration: none;
  font-size: var(--size17);
}

#menu ul li a.highlight {
  background-color: var(--red);
  color: var(--white);
  padding: 10px 20px;
}

#menu ul li a.bordered {
  border-bottom: 3px solid var(--red);
}

@media (max-width: 767px) {
  #menu {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  #menu {
    display: none;
  }
}

#mobile-menu-icon {
  font-size: 50px;
  margin-right: 20px;
}

@media (min-width: 990px) {
  #mobile-menu-icon {
    display: none;
  }
}

#mobile-menu-icon-close {
  font-size: 50px;
  margin-right: 20px;
  text-align: right;
}

@media (min-width: 990px) {
  #mobile-menu-icon-close {
    display: none;
  }
}

#mobile-menu {
  font-family: var(--font);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: var(--grey-op);
  display: none;
  -webkit-animation: fadein 0.5s;
          animation: fadein 0.5s;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.mobile-menu-container {
  background-color: var(--white);
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  height: 100vh;
  padding: 50px 0px;
}

.mobile-menu-container ul li {
  list-style: none;
  margin-bottom: 20px;
}

.mobile-menu-container ul li a {
  color: var(--grey);
  text-decoration: none;
  font-size: var(--size20);
  color: var(--grey);
}

.mobile-menu-container ul li a.highlight {
  background-color: var(--red);
  color: var(--white);
  padding: 10px 20px;
}

.inline-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .inline-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.inline-block-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .inline-block-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.inline-block-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 767px) {
  .inline-block-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 991px) and (max-width: 1025px) {
  .inline-block-footer {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin: 0;
  color: var(--red);
  font-weight: 600;
}

.text-danger {
  margin-top: 10px;
  color: var(--red);
  font-weight: 600;
}

.margin-desktop {
  margin: 10px 200px;
}

@media (max-width: 767px) {
  .margin-desktop {
    margin: 10px 0px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .margin-desktop {
    margin: 10px 0px;
  }
}

@media (min-width: 991px) and (max-width: 1025px) {
  .margin-desktop {
    margin: 10px 0px;
  }
}

.padding-form {
  padding: 5px 5px 5px 1px;
}

@media (max-width: 767px) {
  .padding-form {
    padding: 5px 0px;
  }
}

#contactForm, #contactFormFooter {
  font-family: var(--font);
  padding: 0px 10px 0px 0px;
}

@media (max-width: 767px) {
  #contactForm, #contactFormFooter {
    padding: 0px;
  }
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: var(--font);
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: var(--font);
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-family: var(--font);
}

input::placeholder, textarea::placeholder {
  font-family: var(--font);
}

.input-design input, .input-design textarea {
  width: 100%;
  border: 1px solid var(--red);
  padding: 8px;
  margin-top: 5px;
}

button#form-submit-request {
  background-color: var(--red);
  color: var(--white);
  padding: 10px 15px;
  border-width: 0px !important;
  margin-top: 10px;
  font-family: var(--font);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  width: 100%;
}

#msgSubmit, #msgSubmitFooter {
  font-weight: 600;
  color: var(--red);
  margin-top: 20px;
}

a.oblio-button {
  color: var(--white);
  background-color: var(--red);
  font-family: var(--font);
  padding: 15px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  a.oblio-button {
    font-size: var(--size12);
  }
}

.button-div {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .button-div {
    text-align: center;
  }
}

a.oblio-button-dash {
  color: var(--white);
  background-color: var(--orange);
  font-family: var(--font);
  padding: 10px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.description-search {
  font-family: var(--font);
}

.border-block {
  border: 4px solid var(--light-grey);
  border-radius: 15px;
}

#main-slider {
  background-image: url(/img/famaprius.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom right;
}

@media (max-width: 767px) {
  #main-slider {
    background-size: 90%;
    background-position: bottom center;
  }
}

.slider-text {
  width: 50%;
}

@media (max-width: 767px) {
  .slider-text {
    width: 100%;
    padding: 25px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .slider-text {
    width: 100%;
    text-align: center;
    padding: 20px;
  }
}

@media (min-width: 991px) and (max-width: 1025px) {
  .slider-text {
    padding: 25px;
  }
}

.slider-text p {
  font-weight: 800;
  font-size: var(--size30);
  margin: 5px 0px;
}

.slider-text h2 {
  margin: 5px 0px;
  font-size: var(--size25);
  font-family: var(--font);
  font-weight: 600;
}

._form-branding {
  display: none;
}

.image {
  width: 50%;
}

@media (max-width: 767px) {
  .image {
    width: 100%;
    padding: 25px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .image {
    width: 100%;
  }
}

.image img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

@media (min-width: 991px) and (max-width: 1025px) {
  .image img {
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

strong {
  color: var(--black);
}

.align-center {
  text-align: center;
}

#explain {
  background-color: var(--light-grey);
  padding: var(--padding-section);
}

@media (max-width: 767px) {
  #explain {
    padding: 25px;
  }
}

@media (min-width: 991px) and (max-width: 1025px) {
  #explain {
    padding: 25px;
  }
}

#explain p {
  margin-bottom: 0px;
}

#tutelati {
  background-image: url(/img/importunus.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom left;
}

@media (max-width: 767px) {
  #tutelati {
    background-size: 90%;
    background-position: bottom center;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  #tutelati {
    background-size: 80%;
    background-position: bottom center;
  }
}

#tutelati p {
  padding-right: 200px;
}

@media (max-width: 767px) {
  #tutelati p {
    padding-right: 0px;
  }
}

.tutela-text {
  width: 70%;
}

@media (max-width: 767px) {
  .tutela-text {
    width: 100%;
    padding: 25px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .tutela-text {
    padding: 25px;
    width: 100%;
  }
}

.tutela-image {
  width: 30%;
}

@media (max-width: 767px) {
  .tutela-image {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .tutela-image {
    width: 100%;
  }
}

.tutela-image img {
  width: 100%;
  display: block;
}

#servizi {
  padding: var(--padding-section);
}

@media (max-width: 767px) {
  #servizi {
    width: 100%;
    padding: 25px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  #servizi {
    padding: 50px;
  }
}

@media (min-width: 991px) and (max-width: 1025px) {
  #servizi {
    padding: var(--padding-mobile);
  }
}

#request {
  background-image: url(/img/iustitia.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom right;
}

@media (max-width: 767px) {
  #request {
    background-position: bottom center;
    height: auto;
    background-size: 90%;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  #request {
    background-size: 50%;
    height: auto;
    background-position: bottom center;
  }
  #request .inline-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 991px) and (max-width: 1025px) {
  #request {
    background-size: 50%;
  }
}

.request-image {
  width: 30%;
}

@media (max-width: 767px) {
  .request-image {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .request-image {
    width: 100%;
  }
}

@media (min-width: 991px) and (max-width: 1025px) {
  .request-image {
    width: 50%;
  }
}

.request-image img {
  width: 100%;
  display: block;
}

#diritto-oblio {
  background-image: url(/img/commenti-negativi.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  padding: var(--padding-section);
}

@media (max-width: 767px) {
  #diritto-oblio {
    padding: 25px;
  }
}

@media (min-width: 991px) and (max-width: 1025px) {
  #diritto-oblio {
    padding: var(--padding-mobile);
  }
}

#diritto-oblio h2, #diritto-oblio p {
  color: var(--white);
}

#diritto-oblio p.bold {
  font-weight: 800;
}

@media (min-width: 768px) and (max-width: 990px) {
  #diritto-oblio {
    padding: 50px;
  }
}

.form {
  width: 70%;
  padding: 70px;
  color: var(--grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form input#nome {
  width: 100%;
  border: 1px solid var(--red);
  padding: 8px;
}

.form input#form-submit {
  background-color: var(--red);
  color: var(--white);
  padding: 10px 15px;
  border-width: 0px !important;
  margin-top: 10px;
  font-family: var(--font);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
}

.form input::-webkit-input-placeholder {
  font-family: var(--font);
}

.form input:-ms-input-placeholder {
  font-family: var(--font);
}

.form input::-ms-input-placeholder {
  font-family: var(--font);
}

.form input::placeholder {
  font-family: var(--font);
}

@media (max-width: 767px) {
  .form {
    width: 100%;
    padding: var(--padding-mobile);
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .form {
    width: 100%;
  }
}

@media (min-width: 990px) and (max-width: 1025px) {
  .form {
    width: 50%;
    padding: 20px;
  }
}

#tips {
  padding: 50px 0px 0px 0px;
}

.padding-left {
  padding-left: 30px;
}

.padding-right {
  padding-right: 30px;
}

.text-tips {
  width: 50%;
}

@media (max-width: 767px) {
  .text-tips {
    width: 100%;
    padding: 25px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .text-tips {
    width: 100%;
    padding: 50px;
  }
}

.tips-image {
  width: 50%;
}

@media (max-width: 767px) {
  .tips-image {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .tips-image {
    width: 100%;
  }
}

.tips-image img {
  width: 100%;
  display: block;
}

.report {
  background-image: url(/img/marmo-nero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  width: 50%;
  padding: 70px;
  color: var(--white);
  height: 350px;
}

@media (max-width: 767px) {
  .report {
    width: 100%;
    padding: 25px;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .report {
    width: 100%;
  }
}

@media (min-width: 991px) and (max-width: 1025px) {
  .report {
    padding: 40px;
  }
}

.consulente {
  width: 50%;
  padding: 70px;
  background-image: url(/img/marmo-bianco.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  height: 350px;
}

@media (max-width: 767px) {
  .consulente {
    width: 100%;
    padding: 25px;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .consulente {
    width: 100%;
  }
}

@media (min-width: 991px) and (max-width: 1025px) {
  .consulente {
    padding: 40px;
  }
}

.not {
  width: 40%;
  margin: 50px;
  background-color: var(--light-grey);
  padding: 20px;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}

.not img {
  width: 100%;
  display: block;
}

@media (max-width: 767px) {
  .not {
    width: 100%;
    padding: 25px;
    margin: 30px 0px 30px 0px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .not {
    width: 100%;
  }
}

.yes {
  width: 40%;
  margin: 50px;
  background-color: var(--light-grey);
  padding: 20px;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}

@media (max-width: 767px) {
  .yes {
    width: 100%;
    padding: 25px;
    margin: 30px 0px 30px 0px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .yes {
    width: 100%;
  }
}

#detail-service {
  padding: var(--padding-section);
}

@media (max-width: 767px) {
  #detail-service {
    padding: 25px;
  }
}

#final-step {
  background-image: url(/img/carpediem.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom center;
  background-color: var(--grey);
}

#final-step h2, #final-step h3, #final-step p {
  color: var(--white);
}

@media (min-width: 768px) and (max-width: 990px) {
  #final-step {
    width: 100%;
    background-size: 30%;
  }
}

@media (min-width: 991px) and (max-width: 1025px) {
  #final-step {
    width: 100%;
    background-size: 60%;
  }
}

.final-step-text {
  width: 70%;
}

@media (max-width: 767px) {
  .final-step-text {
    width: 100%;
    padding: 25px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .final-step-text {
    width: 100%;
    padding: 50px;
  }
}

.final-step-image {
  width: 30%;
}

@media (max-width: 767px) {
  .final-step-image {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .final-step-image {
    width: 100%;
  }
}

.final-step-image img {
  width: 100%;
  display: block;
}

#call {
  padding: 0px;
}

#customer {
  padding: 50px 0px 0px 0px;
}

@media (max-width: 767px) {
  #customer {
    padding: 25px;
  }
}

#customer p.customer {
  color: var(--white);
  background-color: var(--grey);
  font-family: var(--font);
  padding: 15px 10px;
  width: 300px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 10px;
}

@media (max-width: 767px) {
  #customer p.customer {
    font-size: var(--size12);
  }
}

.contact-image {
  width: 50%;
}

@media (max-width: 767px) {
  .contact-image {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .contact-image {
    width: 100%;
  }
}

.contact-image img {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 991px) and (max-width: 1025px) {
  .contact-image img {
    height: 45vh;
  }
}

.contact-form-oblio {
  width: 50%;
}

@media (max-width: 767px) {
  .contact-form-oblio {
    width: 100%;
    margin-top: 30px;
    padding: 10px;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .contact-form-oblio {
    width: 100%;
    padding: 25px;
  }
}

#footer {
  background-color: var(--grey);
  color: var(--white);
  padding: var(--padding-section);
}

@media (max-width: 767px) {
  #footer {
    padding: var(--padding-mobile);
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  #footer {
    padding: var(--padding-mobile);
  }
}

#footer strong {
  color: var(--white);
}

#footer h3 {
  margin: 0px 0px 5px 0px;
}

#footer p {
  margin: 5px 0px;
}

#footer a {
  color: var(--white);
  text-decoration: none;
}

._form_3 form {
  margin: 0px !important;
  padding: 0px !important;
}

@media (min-width: 768px) and (max-width: 990px) {
  ._form_3 form {
    width: 100% !important;
  }
}

@media (min-width: 991px) and (max-width: 1025px) {
  ._form_3 form {
    width: 100% !important;
  }
}

._form-title {
  font-family: var(--font) !important;
  font-size: var(--size25) !important;
}

._html-code, ._form-label, ._submit {
  font-family: var(--font) !important;
  font-weight: normal !important;
}

h3.copy {
  margin-top: 25px !important;
}

@media (max-width: 767px) {
  .newsletter {
    width: 100%;
    margin-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .newsletter {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .contatti-utili {
    width: 50%;
  }
}

#logo-dash {
  display: block;
  margin: 0 auto;
  width: 400px;
}

@media (max-width: 767px) {
  #logo-dash {
    width: 100%;
  }
}

#logo-dash img {
  width: 100%;
}

#menzioni {
  padding: 50px 0px;
}

@media (max-width: 767px) {
  #menzioni {
    width: 100%;
    padding: 20px 0px;
  }
}

.total-result {
  width: 41%;
  text-align: center;
  padding: 40px;
  background-color: var(--light-grey);
}

@media (max-width: 767px) {
  .total-result {
    width: 100%;
    padding: 20px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .total-result {
    width: 100%;
    padding: 20px 0px;
  }
}

.total-result p {
  margin: 0px;
}

.top-fixed-mobile {
  position: fixed !important;
  top: 0px !important;
  z-index: 9999 !important;
  background-color: #fff !important;
  width: 100% !important;
  padding: 1px 0 !important;
  -webkit-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}

.total-search-result {
  width: 56%;
  padding-left: 50px;
}

@media (max-width: 767px) {
  .total-search-result {
    width: 100%;
    padding: 10px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .total-search-result {
    width: 100%;
    padding: 20px 0px;
  }
}

#menzioni-totali {
  font-size: 90px;
  padding: 0px;
  margin: 0px;
  font-weight: 500;
  line-height: 170px;
}

@media (max-width: 767px) {
  #menzioni-totali {
    font-size: 70px;
    line-height: 100px;
    height: 100px;
  }
}

.result-section, .title-search {
  margin-bottom: 15px;
}

.title-search, #title-search {
  color: var(--title-search);
  font-size: var(--size20);
  font-family: var(--font);
  font-weight: 600;
}

.title-description, #title-description {
  color: var(--grey);
  font-size: var(--size17);
}

.result {
  -webkit-box-shadow: 0px 0px 5px 1px var(--light-grey);
          box-shadow: 0px 0px 5px 1px var(--light-grey);
  margin-bottom: 10px;
  padding: 10px;
}

.blur {
  -webkit-filter: blur(0.3rem);
          filter: blur(0.3rem);
}

.position {
  position: relative;
}

.upgrade {
  width: 300px;
  height: 300px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -150px;
}

.upgrade-graph {
  width: 300px;
  height: 300px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -150px;
}

#remain-result {
  font-size: var(--size30);
  font-weight: 500;
}

#detail {
  padding: 50px 0px;
}

.inline-block-dash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .inline-block-dash {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.inline-block-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1025px) {
  .inline-block-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.inline-block-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1025px) {
  .inline-block-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#negative {
  background-color: var(--light-grey);
  -webkit-box-shadow: 0px 0px 10px 0px var(--grey-op) !important;
          box-shadow: 0px 0px 10px 0px var(--grey-op) !important;
  padding: 15px;
  width: 350px;
}

@media (max-width: 767px) {
  #negative {
    margin: 10px 0px;
    width: 350px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  #negative {
    width: 400px;
  }
}

@media (min-width: 991px) and (max-width: 1025px) {
  #negative {
    width: 350px;
    margin: 10px 0px;
  }
}

#negative h3 {
  color: var(--red);
  margin-right: 15px;
}

#negative p {
  font-size: var(--size30);
  font-weight: 500;
  margin: 0;
}

#neutre {
  background-color: var(--light-grey);
  -webkit-box-shadow: 0px 0px 10px 0px var(--grey-op) !important;
          box-shadow: 0px 0px 10px 0px var(--grey-op) !important;
  padding: 15px;
  width: 350px;
}

@media (max-width: 767px) {
  #neutre {
    margin: 10px 0px;
    width: 350px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  #neutre {
    width: 400px;
  }
}

@media (min-width: 991px) and (max-width: 1025px) {
  #neutre {
    width: 350px;
    margin: 10px 0px;
  }
}

#neutre h3 {
  color: var(--orange);
  margin-right: 15px;
}

#neutre p {
  font-size: var(--size30);
  font-weight: 500;
  margin: 0;
}

#positive {
  background-color: var(--light-grey);
  -webkit-box-shadow: 0px 0px 10px 0px var(--grey-op) !important;
          box-shadow: 0px 0px 10px 0px var(--grey-op) !important;
  padding: 15px;
  width: 350px;
}

@media (max-width: 767px) {
  #positive {
    margin: 10px 0px;
    width: 350px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  #positive {
    width: 400px;
  }
}

@media (min-width: 991px) and (max-width: 1025px) {
  #positive {
    width: 350px;
    margin: 10px 0px;
  }
}

#positive h3 {
  color: var(--green);
  margin-right: 15px;
}

#positive p {
  font-size: var(--size30);
  font-weight: 500;
  margin: 0;
}

#contatto {
  padding-top: 50px;
  background-color: var(--light-grey);
}

@media (max-width: 767px) {
  #contatto {
    text-align: center;
  }
}

@media (min-width: 990px) and (max-width: 1025px) {
  #contatto {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.form-image {
  width: 50%;
}

@media (max-width: 767px) {
  .form-image {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .form-image {
    width: 100%;
  }
}

.form-image img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .form-image img {
    width: 100%;
    margin-bottom: 25px;
  }
}

.js-scroll {
  opacity: 0;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.slide-left {
  -webkit-animation: slide-in-left 1s ease-in-out both;
          animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  -webkit-animation: slide-in-right 1s ease-in-out both;
          animation: slide-in-right 1s ease-in-out both;
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.sentiment, .people, .mention {
  width: 30%;
  margin: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px var(--grey-op) !important;
          box-shadow: 0px 0px 15px 0px var(--grey-op) !important;
}

@media (max-width: 767px) {
  .sentiment, .people, .mention {
    width: 100%;
    padding: var(--padding-mobile);
    margin: 10px 0px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .sentiment, .people, .mention {
    width: 45%;
    padding: var(--padding-mobile);
    margin: 10px 0px;
  }
}

@media (min-width: 991px) and (max-width: 1025px) {
  .sentiment, .people, .mention {
    width: 48%;
    padding: var(--padding-mobile);
    margin: 10px 0px;
  }
}

.sentiment h2, .people h2, .mention h2 {
  font-size: var(--size20);
  padding: 10px 0px;
}

#graph {
  padding: 50px 0px;
}

@media (max-width: 767px) {
  #graph {
    padding: var(--padding-mobile);
  }
}

@media (max-width: 767px) {
  .align-center-mobile {
    text-align: center;
  }
  .mobile-separator {
    height: 500px;
  }
  .reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .align-center-mobile {
    text-align: center;
  }
}

@media (min-width: 991px) and (max-width: 1025px) {
  .padding-tablet {
    padding: 15px 0px;
  }
}
/*# sourceMappingURL=style.css.map */