body.lp {
  margin: 0;
  padding: 0;
  color: #1c1c1b;
  font-family: "Heebo", sans-serif;
}
body.lp .p0 {
  padding: 0;
}
body.lp .bg-success {
  padding: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
body.lp .lp-header {
  padding: 10px 0;
}
body.lp .lp-header .lp-header__number {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 25px 0;
  background: #003c68;
  padding: 5px 15px;
  text-shadow: none;
  display: inline-block;
}
body.lp .section.lp-comments,
.section.lp-plus,
.section.lp-gallery,
.section.lp-company,
.section.lp-products {
  padding: 50px 0;
}
body.lp .section.lp-gallery {
  background: #f9f9f9;
}
body.lp .go-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  padding: 10px 15px;
  display: none;
}
body.lp .go-top:hover {
  opacity: 0.8;
}
body.lp .go-top i {
  font-size: 20px;
  color: #fff;
}

/* Form */
.form-control.classe_errore {
  background-color: #fbd6be !important;
}
.input_errore:focus {
  border: solid 1px #eb0303;
}
.error {
  display: none !important;
}
.form-control {
  border-radius: 0;
  border: 0;
  margin-bottom: 10px;
  height: 40px;
}
select.form-control {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 30px;
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 15px 15px;
  background-image: url(/frontend/assets/icons/icon-bottom-arrow.svg);
}

/* Custom inputs */
body.lp .control {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0 0 20px 0;
  cursor: pointer;
  font-size: 11px;
  font-weight: 300;
}
body.lp .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
body.lp .control-group {
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  text-align: left;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
body.lp .control--group {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 32px 0;
  cursor: pointer;
  font-size: 16px;
}
body.lp .control--radio body.lp .control__indicator {
  border-radius: 50%;
  border: 1px solid rgba(15, 25, 65, 0.4);
  background: #ffffff !important;
}
body.lp .control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 24px;
  width: 24px;
  background: #ffffff;
  border: 1px solid rgba(15, 25, 65, 0.4);
  border-radius: 2px;
}
body.lp .control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
body.lp .control:hover input ~ .control__indicator,
body.lp .control input:focus ~ .control__indicator {
  background: #f7f5f0;
}
body.lp .control:hover input:not([disabled]):checked ~ .control__indicator,
body.lp .control input:checked:focus ~ .control__indicator {
  background: #2175d9;
}
body.lp .control input:checked ~ .control__indicator {
  background: #2175d9;
  border: 0;
  border: 1px solid rgba(15, 25, 65, 0.4);
}
body.lp .control input:checked ~ .control__indicator:after {
  display: block;
}
body.lp .control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
body.lp .control--checkbox .control__indicator:after {
  left: 8px;
  top: 5px;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.lp .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
body.lp .control--checkbox.control__privacy .control__indicator.classe_errore {
  background: #fbd6be;
}
body.lp .control--radio .control__indicator:after {
  left: 6px;
  top: 6px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #2175d9;
}
body.lp .control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
body.lp .select {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  width: 100%;
}
body.lp .select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  background: #ffffff;
  color: #7b7b7b;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid rgba(15, 25, 65, 0.4);
  height: 80px;
  font-size: 18px;
  border-radius: 4px;
  padding: 20px 30px;
  color: #0f1941;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.lp .select select::-ms-expand {
  display: none;
}
body.lp .select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
body.lp .select__arrow:before {
  position: absolute;
  top: 18px;
  right: 28px;
  pointer-events: none;
  content: "\f107 ";
  font-family: "FontAwesome";
  color: #2175d9;
  font-size: 30px;
}
body.lp .select select:hover ~ .select__arrow,
body.lp .select select:focus ~ .select__arrow {
  border-top-color: #000000;
}
body.lp .select select:disabled ~ .select__arrow {
  border-top-color: #cccccc;
}
body.lp .select-mini p {
  display: inline;
  top: 8px;
  position: relative;
  right: 5px;
}
body.lp .select-mini .select select {
  height: 40px;
  padding: 0 30px;
  font-size: 16px;
}
body.lp .select-mini .select__arrow:before {
  top: -2px;
}
body.lp .select-mini--inline {
  display: inline;
}

/*SLIDE*/
body.lp .section.lp-slide {
  background-size: cover !important;
  position: relative;
  padding: 50px 100px 50px;
}
body.lp .section.lp-slide .bg-black {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.lp .section.lp-slide h1 {
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  margin: 30px 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  line-height: 56px;
  z-index: 2;
  position: relative;
}
body.lp .section.lp-slide .lp-slide__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-80%, -50%);
  width: 50%;
  z-index: 2;
}
body.lp .section.lp-slide .lp-slide__title h1 {
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  margin: 0 0 30px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  line-height: 56px;
  z-index: 2;
}
body.lp .section.lp-slide .lp-slide__title h2 {
  font-size: 26px;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
body.lp .section.lp-slide .lp-slide__title h3 {
  font-size: 18px;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
  line-height: 30px;
}
body.lp .section.lp-slide .lp-slide__title h1 span,
body.lp .section.lp-slide .lp-slide__title h3 span {
  background: #ff6d03;
  padding: 5px;
  text-shadow: none;
}
body.lp .section.lp-slide .lp-slide__title p,
body.lp .section.lp-slide .lp-slide__title ul li {
  font-size: 12px;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  font-style: italic;
}
body.lp .section.lp-slide .lp-slide__info {
  margin-top: 0;
  background: #f9b002;
  padding: 40px;
  color: #fff;
  z-index: 2;
  position: relative;
}
body.lp .section.lp-slide .lp-slide__info h3 {
  color: #fff;
  font-weight: bold;
  margin: 0 0 20px;
  font-size: 25px;
}
body.lp .section.lp-slide .lp-slide__info .btn-primary {
  width: 100%;
  font-size: 18px;
  word-wrap: break-word;
  white-space: normal;
  padding: 10px 20px;
  letter-spacing: 0;
  color: #ffffff;
  border-color: #0069b4;
  background: #0069b4;
  margin-top: 20px;
  font-weight: bold;
}
body.lp .section.lp-slide .lp-slide__info input {
  border-radius: 0;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  background: transparent;
}

body.lp .section.lp-slide .lp-slide__info input::-webkit-input-placeholder,
body.lp .section.lp-slide .lp-slide__info textarea::-webkit-input-placeholder {
  color: #fff;
}
body.lp .section.lp-slide .lp-slide__info input::-moz-placeholder,
body.lp .section.lp-slide .lp-slide__info textarea::-moz-placeholder {
  color: #fff;
}
body.lp .section.lp-slide .lp-slide__info input:-ms-input-placeholder,
body.lp .section.lp-slide .lp-slide__info textarea:-ms-input-placeholder {
  color: #fff;
}
body.lp .section.lp-slide .lp-slide__info input:-moz-placeholder,
body.lp .section.lp-slide .lp-slide__info textarea:-moz-placeholder {
  color: #fff;
}

body.lp .section.lp-slide .lp-slide__info input[type="checkbox"] {
  margin: 20px 0 0;
}
body.lp .section.lp-slide .lp-slide__info textarea {
  border-radius: 0;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  min-height: 100px;
  background: transparent;
}
body.lp .section.lp-slide .lp-slide__info .privacy {
  font-size: 10px;
  display: inline;
}

/*PRODUCTS*/
body.lp .section.lp-products .lp-product {
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
}
body.lp .section.lp-products .lp-product .lp-product__img {
  height: 200px;
  background-size: cover !important;
}
body.lp .section.lp-products .lp-product .lp-product__desc {
  padding: 20px;
}
body.lp .section.lp-products .lp-product .lp-product__desc h4 {
  margin: 0 0 15px;
}
body.lp .section.lp-products .lp-product .lp-product__desc p {
  font-size: 16px;
  margin: 0 0 15px;
}
body.lp .section.lp-products .lp-product .lp-product__desc a {
  padding: 5px 15px;
  background: #222;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  border-radius: 5px;
}

/*PLUS*/
body.lp .section.lp-plus {
  background: #fff;
}
body.lp .section.lp-plus .lp-plus__txt h4 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  color: #0069b4;
}
body.lp .section.lp-plus .lp-plus__txt h4 span {
  border: 2px solid #0069b4;
  border-radius: 50%;
  padding: 7px 0;
  text-align: center;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
  color: #0069b4;
}
body.lp .section.lp-plus .lp-plus__txt p {
  font-size: 14px;
  margin-bottom: 0;
  color: #000;
}

/*GALLERY*/
body.lp .section.lp-gallery h3 {
  margin: 0 0 20px;
  font-weight: bold;
}
body.lp .section.lp-gallery .owl-theme .owl-prev,
body.lp .section.lp-gallery .owl-theme .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 30px;
  margin: auto !important;
  background: transparent;
  padding: 0;
}
body.lp .section.lp-gallery .owl-theme .owl-prev {
  right: 60px;
  top: auto;
  bottom: 15px;
}
body.lp .section.lp-gallery .owl-theme .owl-next {
  right: 0;
  top: auto;
  bottom: 15px;
}
body.lp .section.lp-gallery .owl-theme i {
  font-size: 12px;
  color: #585857;
  text-shadow: none;
  background: #fff;
  width: 60px;
  height: 60px;
  opacity: 1;
  padding: 26px;
  right: 60px;
}

/*COMMENT*/
body.lp .section.lp-comments .lp-comments-comment {
  margin-bottom: 10px;
}
body.lp .section.lp-comments .lp-comments-comment .lp-comments-comment__desc,
body.lp .section.lp-company .lp-company-comment .lp-company-comment__desc {
  width: 100%;
  height: auto;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  background: #222;
  font-size: 15px;
  font-style: italic;
  color: #fff;
}
body.lp
  .section.lp-comments
  .lp-comments-comment
  .lp-comments-comment__desc:after,
body.lp
  .section.lp-company
  .lp-company-comment
  .lp-company-comment__desc:after {
  top: 100%;
  left: 50px;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-top-color: #222;
  border-width: 15px;
  margin-left: -15px;
}
body.lp .section.lp-comments .lp-comments-comment .lp-comments-comment__user,
body.lp .section.lp-company .lp-company-comment .lp-company-comment__user {
  margin-top: 20px;
  text-align: left;
  padding-left: 15px;
}
body.lp
  .section.lp-comments
  .lp-comments-comment
  .lp-comments-comment__user
  img,
body.lp .section.lp-company .lp-company-comment .lp-company-comment__user img {
  border: 4px solid #222;
  border-radius: 150px;
  height: 70px;
  width: 70px;
  display: inline-block;
  vertical-align: top;
}

/*COMPANY*/
body.lp .section.lp-company {
  background: #e2e6e9;
  font-size: 14px;
}
body.lp .section.lp-company h3 {
  margin: 0 0 20px;
  font-weight: bold;
}
body.lp .section.lp-company ul.list-company {
  margin: 0;
  padding: 0;
}
body.lp .section.lp-company ul.list-company li {
  list-style: none;
  margin: 0 0 10px;
}
body.lp .section.lp-company ul.list-company li a {
  color: #000;
  text-decoration: underline;
}
body.lp .section.lp-company ul.list-company li a .fas {
  margin-right: 5px;
}
body.lp .section.lp-company ul.list-company li a:hover {
  color: #0079c2;
}

/*FOOTER*/
body.lp footer {
  font-size: 11px;
  padding: 15px 0;
  background: #1c1c1b;
  color: #fff;
}
body.lp footer p {
  margin-bottom: 0;
}
body.lp footer a {
  color: #fff;
  text-decoration: none;
}

/* Section > Blocks */
.section.section-block {
  padding: 0;
  min-height: 400px;
  height: auto;
}
.section.section-block [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.section-block .block-img {
  background-position: center center;
  height: 400px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-block .block-text {
  padding: 40px 80px;
}

.wow {
  visibility: hidden;
}

body.lp .section.page-head {
  padding: 40px;
}
body.lp .section p {
  font-size: 16px;
  line-height: initial;
  margin-bottom: 0;
  font-weight: normal;
}
body.lp .section p.lead {
  font-size: 18px;
}
body.lp .navbar {
  border: 0;
}
body.lp .nav-subhead {
  background: rgba(28, 28, 27, 0.8);
  text-align: right;
  margin-top: 15px;
}
body.lp .nav-subhead ul li a.active {
  opacity: 0.6;
}
body.lp .nav-subhead ul {
  padding: 15px 0;
  margin: 0;
}
body.lp .nav-subhead li a {
  color: #fff;
}
body.lp .section-header h1 {
  font-size: 60px;
  font-weight: bold;
  color: #1c1c1b;
}
body.lp .section-header h2 {
  font-size: 40px;
  color: #d00a11;
}
body.lp .section-header p {
  font-size: 23px;
  max-width: 880px;
  margin: 50px auto 20px;
  line-height: 33px;
}
body.lp .section-title h4,
body.lp .section-title .pre-title {
  font-size: 26px;
  color: #d00a11;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: none;
}
body.lp .section-title h3 {
  font-size: 36px;
  margin: 10px 0 40px;
  color: #1c1c1b;
}

body.lp .section-title .title-style {
  font-size: 36px;
  margin: 10px 0 40px;
  text-transform: uppercase;
  font-weight: bold;
  color: #1c1c1b;
}

body.lp .card.border-0 {
  border: 0;
}
body.lp .card .card-bg {
  height: 320px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.lp .card-mini .card .card-bg {
  height: 200px;
  background-position: top center;
}
body.lp .card-contain .card .card-bg {
  background-size: contain;
  height: 180px;
}
body.lp .mt-2 {
  margin-top: 35px;
}
body.lp .form-control {
  height: 48px;
}
body.lp .mt-4 {
  margin-top: 4rem;
}
body.lp .bg-grey {
  background: #f1f1f1;
}
body.lp .section.section-pb-0 {
  padding-bottom: 0;
}

body.lp .section-block .block-text {
  padding: 0 30px;
}
body.lp .section-block.has-padding {
  padding: 40px 0;
}

/*SMARTPHONE*/
@media only screen and (max-width: 767px) and (min-width: 320px) {
  .section-block .block-text {
    padding: 20px;
  }
  body.lp .section-header h1 {
    font-size: 30px;
  }
  body.lp .section-header h2 {
    font-size: 28px;
    margin-top: 20px;
  }
  body.lp .section-title h4 {
    margin-bottom: 20px;
  }
  body.lp .section-title h3 {
    font-size: 30px;
  }
  .section-block .block-img {
    height: 290px;
  }
  body.lp .section-header p {
    font-size: 20px;
    line-height: auto;
  }
  body.lp .text-right {
    text-align: center;
  }
  body.lp .lp-header {
    text-align: center;
  }
  body.lp .lp-header img {
    height: 60px;
  }
  body.lp .lp-header .lp-header__number {
    font-size: 18px;
  }
  body.lp .section.lp-slide {
    padding: 50px 30px;
  }
  body.lp .section.lp-slide .lp-slide__title {
    width: 100%;
    margin-top: 0;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    margin-bottom: 50px;
  }
  body.lp .section.lp-slide .lp-slide__title h1 {
    font-size: 26px;
    line-height: 36px;
  }
  body.lp .section.lp-slide .lp-slide__title h2,
  body.lp .section.lp-slide .lp-slide__title h3 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  body.lp .section.lp-slide .lp-slide__title p,
  body.lp .section.lp-slide .lp-slide__title ul li {
    font-size: 10px;
  }
  body.lp .section.lp-slide .lp-slide__info {
    padding: 30px;
  }
  body.lp .section.lp-slide .lp-slide__info h3 {
    font-size: 18px;
  }
  body.lp .section.lp-slide .lp-slide__info input,
  body.lp .section.lp-slide .lp-slide__info textarea {
    font-size: 12px;
  }
  body.lp .section.lp-slide .lp-slide__info .btn-default {
    font-size: 15px;
  }
  body.lp .section.lp-plus .lp-plus__txt,
  body.lp .section.lp-company .lp-company__desc {
    margin: 0 0 30px;
  }
  body.lp .section.lp-comments .lp-comments-comment {
    margin-bottom: 50px;
  }
  body.lp footer,
  body.lp footer .text-right {
    text-align: center;
  }
  body.lp .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  body.lp .navbar-default .navbar-toggle {
    border-color: transparent;
    margin-right: 0;
  }
  body.lp .navbar-default .navbar-toggle:focus,
  body.lp .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  body.lp .lp-header .navbar-default .navbar-right p {
    font-size: 16px;
    text-align: center;
  }
  body.lp .navbar-nav {
    margin-right: 0;
    margin-top: 15px;
  }
  body.lp .navbar-default .navbar-collapse,
  body.lp .navbar-default .navbar-form {
    border-color: transparent;
  }
  body.lp .navbar-brand > img {
    height: 76px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  body.lp .section.lp-products .lp-product .lp-product__desc {
    text-align: center;
  }
  .section.page-head {
    background: transparent;
  }
}

/*TABLET*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  body.lp .section.page-head {
    padding: 40px 0;
  }
  body.lp .section.lp-slide {
    padding: 50px 30px;
  }
  body.lp .section.lp-slide .lp-slide__title {
    width: 100%;
    margin-top: 0;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    margin-bottom: 50px;
  }
  body.lp .section.lp-slide .lp-slide__info {
    padding: 30px;
  }
  body.lp .section.lp-slide .lp-slide__info input,
  body.lp .section.lp-slide .lp-slide__info textarea {
    font-size: 12px;
  }
  body.lp .section.lp-plus .lp-plus__txt,
  body.lp .section.lp-company .lp-company__desc {
    margin: 0 0 30px;
  }
  body.lp .lp-header .navbar-default .navbar-right p {
    font-size: 20px;
  }
  body.lp .navbar-default .navbar-toggle .icon-bar {
    background-color: #7b35a1;
  }
  body.lp .navbar-default .navbar-toggle {
    border-color: transparent;
    margin-right: 0;
  }
  body.lp .navbar-default .navbar-toggle:focus,
  body.lp .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  body.lp .lp-header .navbar-default .navbar-right p {
    font-size: 16px;
    text-align: center;
  }
  body.lp .navbar-nav {
    margin-right: 0;
    margin-top: 15px;
  }
  body.lp .navbar-default .navbar-collapse,
  body.lp .navbar-default .navbar-form {
    border-color: transparent;
  }
  body.lp .navbar-brand > img {
    height: 80px;
    margin-left: 0px;
  }
  body.lp .section.lp-products .lp-product .lp-product__img {
    height: 150px;
  }
  body.lp .section.lp-products .lp-product .lp-product__desc {
    text-align: center;
  }
  body.lp .section.lp-slide .lp-slide__title h1 {
    margin: 0 0 30px;
  }
  .section-request .richiedi {
    padding: 30px;
  }
}

/*TABLET LANDSCAPE */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  body.lp .section.page-head {
    padding: 40px 0;
  }
  body.lp .section.lp-slide {
    padding: 50px 30px;
  }
  body.lp .section.lp-slide .lp-slide__title {
    width: 100%;
    margin-top: 0;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    margin-bottom: 50px;
  }
  body.lp .section.lp-slide .lp-slide__info {
    padding: 30px;
  }
  body.lp .section.lp-slide .lp-slide__info input,
  body.lp .section.lp-slide .lp-slide__info textarea {
    font-size: 12px;
  }
  body.lp .section.lp-plus .lp-plus__txt,
  body.lp .section.lp-company .lp-company__desc {
    margin: 0 0 30px;
  }
  body.lp .lp-header .navbar-default .navbar-right p {
    font-size: 20px;
  }
  body.lp .navbar-default .navbar-toggle .icon-bar {
    background-color: #7b35a1;
  }
  body.lp .navbar-default .navbar-toggle {
    border-color: transparent;
    margin-right: 0;
  }
  body.lp .navbar-default .navbar-toggle:focus,
  body.lp .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  body.lp .lp-header .navbar-default .navbar-right p {
    font-size: 16px;
    text-align: center;
  }
  body.lp .navbar-nav {
    margin-right: 0;
    margin-top: 15px;
  }
  body.lp .navbar-default .navbar-collapse,
  body.lp .navbar-default .navbar-form {
    border-color: transparent;
  }
  body.lp .navbar-brand > img {
    height: 80px;
    margin-left: 0px;
  }
  body.lp .section.lp-products .lp-product .lp-product__img {
    height: 150px;
  }
  body.lp .section.lp-products .lp-product .lp-product__desc {
    text-align: center;
  }
  body.lp .section.lp-slide .lp-slide__title h1 {
    margin: 0 0 30px;
  }
  .section-request .richiedi {
    padding: 30px;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 15px 10px;
  }
  .section-block .block-text {
    padding: 40px;
  }
}

/*NOTEBOOK*/
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  body.lp .section.lp-slide {
    padding: 30px;
  }
  body.lp .section.lp-slide .lp-slide__title {
    transform: translate(-95%, -50%);
  }
  body.lp .section.lp-slide .lp-slide__info {
    padding: 30px;
  }
  body.lp .section.lp-slide .lp-slide__info h3 {
    font-size: 18px;
  }
  body.lp .section.lp-slide .lp-slide__info input,
  body.lp .section.lp-slide .lp-slide__info textarea {
    font-size: 12px;
  }
  body.lp .section.lp-slide .lp-slide__info .btn-default {
    width: 100%;
    font-size: 15px;
  }
  body.lp .section.lp-slide .lp-slide__info .privacy {
    font-size: 7px;
  }
}
