body {
  font-family: 'Montserrat', sans-serif;
}
section {
  width: 100%;
  float: left;

}
a:hover {
  color: white;
  text-decoration: underline;
}
a {
  color: white;
  text-decoration: unset;
}

.servizio-button,
.identificare-button,
.vantaggi-button,
.tecnologie-button,
.scrivici-button {
  cursor: pointer;
  text-decoration: none!important;
}

.servizio-button:hover,
.identificare-button:hover,
.vantaggi-button:hover,
.tecnologie-button:hover,
.scrivici-button:hover {
  text-decoration: underline!important;
}


/*header*/

.logo {
    width: 170px;
    cursor: pointer;
}
.bk_img {
  width: 100%;
  float: right;
  transition: all 0.5s ease;
}
.bk_img1 {
  transition: all 0.2s ease;
  opacity: 0;
}
.bk_img2 {
  opacity: 0;
  position: absolute;
  top: 0;
}
.nav-link {
  text-transform: uppercase;
  color: #3e4dac;
  font-weight: 700;
  font-size: 14px;
}
.navbar-light .navbar-nav .nav-link {
  color: #3e4dac;
}
.header {
  position: relative;
  background-color: #6886f4;
  min-height: 345px;
}
.header-nav {
  max-width:1400px;
  display: flex;
  margin: auto;
  width: 100%;
  padding: 0;
}
.header-button {
  opacity: 0;
  transition: all 0.8s ease;
  position: absolute;
  display: flex;
  text-align: center;
  width: 100%;
  /*top: 35%;*/
  align-items:center;
  justify-content:center;
  height: 100%;
  flex-wrap: wrap;
}
.animation-show {
  opacity: 1!important;
}
.header-actual-button:hover {
  cursor: pointer;
}
.header-actual-button:hover>div>.heade-text-button {
  color: white;
  background-color: #3e4dac;
  cursor: pointer;
}
.button-margin {
  margin-bottom:20px;
}

.heade-text-button {
  transition: all 0.5s ease;
  font-size: 34px;
  color:#3e4dac;
  background-color: white;
  padding: 10px;
  border-radius: 20px;
  font-weight: 700;
}
/*.header-text {
  position: absolute;
  width: 200px;
  font-size: 20px;
  left: 63%;
  top:250px;
  font-weight: 700;
  color:#6886f4;
  text-align: center;
  display: none;
}*/

.centered-text {
  width: 100%;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  padding: 0 20px;
}

.navigation {
  position: absolute!important;
  top: 30px!important;
  width: 100%;
  margin: 0;
  max-width: 100%;
  padding: 5px 20px;
  transition: background-color 1s ease;
}
.navigation-scrolled {
  background: #6886f4;
  position: fixed!important;
  top: 0px!important;
}
.nav-item {
  margin-left: 10px;
}
.nav-link {
  padding-right: 15px!important;
  padding-left: 15px!important;
}
.navigation-scrolled > div > div > ul > li > .nav-link{
  color: white!important;
}

.link-item {
  background: #bcddec;
  color: #3e4dac!important;
  padding: 2px 15px!important;
  margin-top: 6px;
  border-radius: 15px;
  text-decoration: none!important;
}

.link-item-active,.link-item-active2, .nav-link:hover, .link-item-selected {
  background: #3e4dac;
  padding: 2px 15px!important;
  margin-top: 6px;
  border-radius: 15px;
  text-decoration: none!important;
  color: white!important;
}


.navigation-scrolled > div > ul > li > .link-item{
  color: #3e4dac!important;
}
.navigation-scrolled > div > ul > li > .link-item:hover{
  color: white!important;
}



/*servizio*/

#servizio {
  margin-top: 40px;
}
.scropri-servizio {
  color: #6886f4;
  margin-bottom: 40px;
}
.video_img_cont {
  background: #f5f5f5;
  padding: 7%;
  text-align: center;
}
.video_img {
  width: 86%;
}

/*preventivo*/

#preventivo {
  margin-top: 40px;
  background-color: #6886f4;
}
.richiedi-preventivo {
  padding-top:40px;
  margin-bottom: 40px;
  color: white;
}
.contattaci {
  margin-bottom: 40px;
  text-align: center;
}

/*identificare*/
#identificare {
  padding-top: 40px;
  background-color: #f5f5f5;
}
.identificare {
  color: #6886f4;
  font-weight: 700;
  margin-bottom: 40px;
  font-size: 20px;
  padding: 0 20px;
}
.indentificare-boxes {
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
  max-width: 1400px;
  overflow: hidden;
}
.indent-box {
  background: white;
  margin-bottom: 20px;
  /*border-bottom: 4px solid #6886f4;*/
  padding: 10px;
  width: 100%;
  cursor: pointer;
}
.active-box {
  cursor: default;
  cursor: default;
}
.indent-box:hover, .active-box {
  background: #6886f4;
  /*border-bottom: 4px solid #f5f5f5;*/
}
.indent-box:hover>div, .active-box>div {
  color: white;
}
.ident-box-border {
  height: 4px;
  background: #6886f4;
  width: 100%;
  margin-top: -36px;
  transition: all 0.35s ease;
}
.ident-box-border-active {
  background: #f5f5f5;
}
.ident-box-border-selected {
  background: #f5f5f5!important;
}

.indent-box:last-of-type {
  margin-bottom: 0px!important;
}
.ident-box-title {
  color: #818181;
  font-size: 20px;
  font-weight: 700;
}
.ident-box-text {
  color: #818181;
  font-size: 15px;
}
.identificare_img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  /*max-height: 600px;*/
  overflow: hidden;
}
.identificare_img {
  max-width: 100%;
  opacity: 0;
  transition: all 1.5s ease;
}
.boxes-click {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: start;
  width: 100%;
}
.img-show {
  transition: all 1.5s ease;
  display: block;
  opacity: 1!important;
}

/*vantaggi*/

#vantaggi {
  padding-top: 40px;
  background-color: white;
}
.vantaggi-boxes {
  margin: 0 0;
  margin-bottom: 40px;
}
.vantaggi_img_box{
}
.clipping-image {
  width: 115px;
  height: 115px;
  overflow-y: hidden;
  margin: auto;
  margin-bottom: 40px;
}
.vantaggi_img {
  width: 100%;
  margin: auto;
}
.vant-box-title {
  color: #818181;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.vant-box-text {
  margin-bottom: 40px;
  color: #818181;
  font-size: 15px;
  text-align: center;
}

/*tecnologie*/

#tecnologie {
  padding-top: 40px;
  background-color: #f5f5f5;
}
.tecno-clipping-image {
  box-sizing: border-box;
  height: 200px;
  width: 300px;
  overflow-y: hidden;
  margin: auto;
  margin-bottom: 20px;
  /*transition: all 0.5s ease;*/
  cursor: pointer;
  border-radius: 10px;
  background: white;
}
.tecno-clipping-image:hover {
  height: 200px;
  width: 300px;
  box-sizing: border-box;
  /*width: 320px;*/
  border: 2px solid #6886f4;
}
.tecno_img {
  width: 100%;
  margin: auto;
}

/*scrivici*/

#scrivici {
  padding-top: 40px;
  background-color: #f5f5f5;
  background-image: url("../img/home/home_form.png");
  background-color: #6886f4;
}
input, textarea {
  border-radius: 15px!important;
}
#messaggio {
  height: 200px;
}
#accetto-label {
  font-size: 13px;
  color: white;
  float:left;
}
.label-check {
  padding: 5px;
}
.checkbox-round {
    width: 1em;
    height: 1em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}
.checkbox-round:checked {
    background-color: #3e4dac;
}
#submit-button {
  width: 100px;
  background: white;
  float: right;
  color: #3e4dac;
  font-weight: 700;
  border: 0;
}

#submit-button:hover, #submit-button:active {
  background: #f5f5f5;
}


#contattaci-button {
  width: 200px;
  background: white;
  color: #3e4dac;
  font-weight: 700;
  border: 0;
  text-transform: uppercase;
  border-radius: 15px;
}
#contattaci-button:hover, #contattaci-button:active {
  background: #f5f5f5;
}

/*footer*/

#footer {
  padding-top: 40px;
  background-color: #f5f5f5;
  color: #818181;
  font-size: 0.85em;
}

b {
  font-weight: 700;

}
.footer-boxes {
  padding: 0 20px;
}
.footer-boxes-info {
  max-width:1400px;
  margin:auto;flex:unset;
}
.sub-footer {
  background-color: #3e4dac;
  color: white;
  padding: 5px 20px;
  font-size: 13px;
  font-weight: 300;
}

.center-content {
  margin-bottom: 20px;
}
.center-content:last-of-type {
  margin-bottom: 0px;
}
.center-box {
  margin: auto;
}

.footer-links {
  color: #818181;
}
.footer-links:hover {
  color: #818181;
  text-decoration: underline;
}

.btn-facebook {
  background: #3e4dac;
}
.btn-facebook > span {
  margin-left: -2px;
}
.btn-youtube {
  background: #3e4dac;
}
.btn-youtube > span {
  margin-left: -4px;
}
.btn-linkedin {
  background: #3e4dac;
}
.btn-linkedin > span {
  margin-left: -3px;
}
.btn-social {
  font-size: 18px;
  text-align: center;
  margin: 15px 10px 0 0;
  width: 33px;
  height: 33px;
  line-height: 20px;
  border-radius: 20px;
}
.btn-social > span {
  color: white;
}
.btn-social:hover {
  opacity: 0.8;
}
/*media query*/
@media screen and (max-width: 1199px) {
  .header-nav {
    max-width: 100%;
  }
  .navigation-scrolled {
    padding: 5px 20px;
  }
  .footer-boxes {
    padding: 0 20px;
  }
}
/*@media screen and (min-width: 768px) {
  .header-text {
    top: 40%;
  }
}*/

/*@media screen and (min-width: 1200px) {
  .bk_img {
      width: 75%;
      float: right;
  }
  .header-text {
      left: 65%;
      top: 42%;
  }
}
@media screen and (min-width: 1500px) {
  .bk_img {
      width: 75%;
      float: right;
  }
  .header-text {
    left: 67%;
    top: 49%;
  }
}*/

@media screen and (max-width: 1150px) {
  .indentificare-boxes {
    width: 100%;
    max-width: 1400px;
  }
}
@media screen and (max-width: 1550px) {
  .indentificare-boxes {
      width: 100%;
      max-width: 1400px;
  }
}
@media screen and (max-width: 1000px) {
  .boxes-click, .identificare_img_box {
    max-width: 100% !important;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .navigation {
      padding: 5px 20px;
  }
  .nav-item {
      margin-left: 0px;
  }
}
@media screen and (max-width: 900px) {
  .nav-link {
      font-size: 13px;
  }
  .indentificare-boxes {
    width: 100%;
    max-width: 1400px;
  }

}
@media screen and (min-width: 768px) {
  .cl-1 {
    float: right;
    margin-right: 50px;
  }
  .cl-2 {
    float: left;
    margin-left: 50px;
  }

}
@media screen and (max-width: 767px) {
  .center-content {
    text-align: center;
    margin-bottom: 20px;
  }
  .menu-item {
    padding: 5px;
    margin: 5px 10px;
  }
  .link-item-active, .nav-link:hover {
    margin: 5px 20px;
    padding: 5px 15px !important;
  }

  /*.servizio-button {
    width: 100px;
  }
  .identificare-button {
    width: 100px;
  }
  .vantaggi-button {
    width: 100px;
  }
  .tecnologie-button {
    width: 100px;
  }
  .scrivici-button {
    width: 100px;
  }*/
  .identificare_img_box {
    margin-top: 40px;
  }
  .nav-item {

    background: #6886f4;
  }
  .nav-link {
      font-size: 14px;

  }
  .link-item {
      width: 80px;
      margin-left: 20px;
      padding-left: 15px !important;
      margin-bottom: 10px;
  }
  .header {
      min-height: 275px;
      margin-top: 60px;
  }
  .bk_img {
      width: 100%;
      float: right;
  }
  .navbar-brand {
    margin-left: 20px;
  }
  .navbar-toggler {
    margin-right: 20px;
  }
  .indentificare-boxes {
    padding:0 20px;
  }
  .navigation {
    position: absolute!important;
    top: 0px!important;
    width: 100%;
    margin: 0;
    max-width: 100%;
    padding: 5px 0px;
    transition: background-color 1s ease;
    background: #6886f4;
    position: fixed!important;
    height: 60px;
  }
  .navigation > div > ul > li > a{
    color: white!important;
  }
  .navbar-light .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  /*.header-text {
      position: absolute;
      width: 242px;
      font-size: 20px;
      right: 10%;
      top: 40%;
      font-weight: 700;
      color: #6886f4;
      text-align: center;
      left: unset;
  }*/
}
/*@media screen and (max-width: 600px) {
  .header-text {
      right: 5%;
  }
}*/

@media screen and (max-width: 500px) {
  .header {
      min-height: 250px;
  }
}
  .testo-immagine {
    display: none;
  }
@media screen and (max-width: 580px) {
  .heade-text-button {
      font-size: 25px;
      padding: 5px;
  }
}
@media screen and (max-width: 450px) {
  .heade-text-button {
      font-size: 20px;
      padding: 5px;
  }
  .button-margin {
    margin-bottom:10px;
  }
  .testo-immagine {
    display: block;
    margin-top: -20px;
    font-size: 0.756em;
    margin-bottom: 10px;
  }
  .header {
      min-height: 300px;
      margin-top: 0px;
  }
  .bk_img {
      position: absolute;
      bottom: 0;
  }
  .bk_img2 {
      top: unset;
  }
  /*.header-text {
      right: 5%;
  }*/
}

@media screen and (min-width: 1870px) {
  .indent-box {
    padding: 20px 10px 40px 10px;
  }
}
@media screen and (min-width: 1770px) and (max-width: 1869px) {
  .indent-box {
    padding: 15px 10px 25px 10px;
  }
}
@media screen and (min-width: 1450px) and (max-width: 1550px) {
  .indent-box {
    padding: 15px 10px 25px 10px;
  }
}
@media screen and (max-width: 1055px) and (min-width: 768px) {
  .nav-link, .nav-link:hover {
    font-size: 0.75em;
    padding-left: 12px!important;
    padding-right: 12px!important;
  }
}
@media screen and (max-width: 955px) and (min-width: 768px) {
  .hide-tablet {
    display: none;
  }
}
@media screen and (max-width: 850px) and (min-width: 768px) {
  .hide-small-tablet {
    display: none;
  }
}
