p, h1, h2, h3, h4, h5, h6, a {
  font-family: "Open Sans", sans-serif!important;
  color: black!important;
}

.navImgLogo {
  height: 80px;
}

.scrollingNavImgLogo {
  height: 65px !important;
}

@media (max-width: 767px){
  .navImgLogo{
    height: 60px;
  }
 
  .scrollingNavPadding{
    padding-top: 10px;
  }
  .remove-display{
    display: none;
  }
}

@media (min-width: 767px) and (max-width: 767.9px){
  .remove-display{
    display: none;
  }
  .text-right{
    text-align: center !important;
  }
}

.footerImgLogo {
  height: 80px;
  margin-bottom: 15px;
}

.bg-1-2x2{
  background-image: url(../img/2148884839\ \(1\).jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.bg-2-2x2{
  background-image: url(../img/2150196692.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

p.social {
  display: inline;
  padding-right: 10px;
}

.icon.email, .icon.phone {
  padding-right: 10px;
}

.right-align {
  text-align: right;
}

.padding-left {
  padding-left: 40px !important;
}

.padding-right {
  padding-right: 40px !important;
}

.icon.email {
  padding-left: 10px;
}

.footer-icon{
  font-size: 24px;
  padding-top: 5px;
  color: #26358C;
}

@media (min-width: 1221px){
  .col-footer-icon{
    margin-right: -25px;
  }
}

.contact-row{
  margin-top: 10px;
}

ul.footer-ul {
  list-style-type: none;
  padding-left: 0 !important;
}

.container-padding {
  padding: 30px 0px;
}

.custom-layout {
  padding: 20px 0px;
}

.row-top-padding {
  padding: 30px 0px 0px;
}

.row-padding {
  padding: 100px 0px;
}

.col-padding {
  padding: 40px !important;
}

.header-nav {
  align-self: auto !important;
}

#mainNav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.nav-link {
  flex: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px !important;
  text-transform: uppercase !important;
}

.cols-carousel-container {
  padding: 20px 0px;
}

.cols-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.cols-wrapper {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.col-item {
  flex: 0 0 auto;
  box-sizing: border-box;
  padding: 10px;
}

.prev-btn, .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  z-index: 1;
  border-radius: 5px;
}

.prev-btn {
  left: 5px;
}

.next-btn {
  right: 5px;
}

#col_1_2{
  background-color: #f5f5f5;
  border: 3px solid #f5f5f5;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

#col_1_1 p, #col_1_2 p, #col_3_1 p, #col_5_2 p{
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

.card-element-title{
  text-align: center;
  font-weight: 600;
  color: white !important;
  letter-spacing: 0.5px;
  padding: 30px 0px;
}

.icon-size{
  width: 50px;
}

.boxes-border{
  border: 1px solid white;
}

#plus h4, #plus p{
  color: white !important;
}

.f5-background-container{
  background-color: #F5F5F5;
}

.check-1{
  padding: 30px 0 15px;
}

.check-2{
  padding-top: 15px;
  padding-bottom: 15px;
}

.check-3{
  padding-top: 15px;
}

.icon-row-padding{
  padding-top: 40px;
}

.three-icons-row{
  width: 50px;
  margin-bottom: 10px;
}

.icon-title{
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  margin: 0 !important;
  text-align: center;
}

.form-subtitle, .text-color-lightgrey{
  padding-bottom: 10px;
  color: #808080 !important;
  font-weight: 500;
}

.form-subtitle{
  padding: 0px 40px;
}

.address-icon{
  align-content: center;
}

.final-banner-bg{
  background-image: url(../img/Rectangle\ 359.jpg);
  margin: 0px 0px 70px !important;
}

.final-banner-txt, .banner-txt{
  font-size: 22px !important;
  line-height: 30px;
  letter-spacing: 1px !important;
  color: white !important;
  text-align: center;  
  padding: 1% 7% !important;   
}

.final-banner-btn{
  padding: 10px 20px;
  background: white;
  color: #26358C !important;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.final-banner-btn:hover{
  color: #e83f4d !important;
}

.final-banner-row, .banner-row{
  padding: 20px 0 30px;
  justify-content: center;
}

.footer-txt-size{
  font-size: 14px;
  line-height: 30px;
}

.header-logo, .header-logo a{
  width: 100%;
}

.background-gradient-sfumature{
  background: linear-gradient(90deg, rgba(3,108,180,1) 0%, rgba(0,0,0,0) 76%), url("../img/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header-container{
  max-width: 100%!important;
}

header{
  background-color: white;
}
header .nav-link{
  color: black!important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
.first-section{
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: max-content;
  width: 100%;
  height: 60%;
  margin-top: 110px;
  align-items: center;
}
.flex{
  display: flex;
}
.center-mid{
  align-items: center;
}
.align-mid{
  justify-content: center;
}
.title-banner{
  color: white!important;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 45px;
}
.paragraph-banner{
  color: white!important;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 20px!important;
}
.round-button{
  padding: 10px 20px;
  background: #26358C ;
  color: white !important;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.button-banner{
  margin-top: 20px;
  width: 100%!important;
  justify-content: center;
  gap: 5%;
}

@media (min-width: 1024px){
  .button-banner{
    padding-left: 30px;
  }
}

#floating-container {
  right: 0;
  top: 0;
  margin-top: 260px;
  /* cursor: pointer; */
  border: none;
  display: block;
  position: fixed;
  opacity: 1;
  z-index: 10008;
}

#floating-container .custom-floating-button {
  width: 40px !important;
  height: 40px !important;
}

#floating-container .custom-floating-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0px;
  color: #f1eae2 !important;
  background: #E8404B;
  padding: 5px;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  margin: 10px !important;
  border: 1px solid #e77e85;
  border-radius: 50%;
}

#floating-container .custom-floating-button.second {
  margin-top: 45px !important;
}

#floating-container .custom-floating-button.third {
  margin-top: 80px !important;
}

#floating-container .custom-floating-button.fourty {
  margin-top: 115px !important;
}

#floating-container .custom-floating-button:hover {
  color: #f1eae2 !important;
  background: #000000;
}

.linkedin-floating-button{
  width: 20px;
}

@media (max-width: 468px) {
/* #floating-container {
  display: none;
} */
  #floating-container .custom-floating-button {
    width: 32px !important;
    height: 32px !important;
  }
  #floating-container {
    top: 150px !important;
  }
  .custom-floating-button img{
    width: 19px;
  }
  .linkedin-floating-button{
    width: 17px !important;
  }
}

@media (max-width: 998px) {
  #floating-container .custom-floating-button {
      margin: 5px !important;
  }
  #floating-container .custom-floating-button.second {
    margin-top: 30px !important;
  }
  #floating-container .custom-floating-button.third {
    margin-top: 55px !important;
  }
  #floating-container .custom-floating-button.fourty {
    margin-top: 80px !important;
  }
}

@media (max-width: 1026px) {
  #floating-container {
      top: 130px;
  }
}

.image-background-yellowone{
  background-image: url("../img/first.png");
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}

.blue-boxed{
  padding: 40px 20px;
  border: 1px solid #8a8a8a;
  margin-top: 20px;
}

.blue-boxed p{
  font-size: 13px;
  color: black;
}

.site-width{
  width: 85%;
}
.page{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.second-section{
  justify-content: space-around;
  align-items: center;
}

.footer-col-responsive{
  margin-bottom: 30px;
}

@media (min-width: 1175px){
  .top-bar-phone-col{
    margin-left: -48px;
    text-align: right;
    padding-right: 30px;
  }
  .nav-link-col{
    padding-right: 20px!important;
  }
}

@media (max-width: 1250px) {
  .second-section{
    align-items: flex-start;
  }
}

p{
  margin: 0px!important;
}
.second-section p{
  line-height: 30px;
  font-size: 14px;
}
.padding-50{
  padding: 30px 0px 30px 0px;
}
.full-width{
  width: 100%;
  display: flex;
  justify-content: center;
}
.text-third-part{
  font-size: 27px;
  color: #036cb4!important;
  text-align: center;
  line-height: 35px;
}

.text-seventh-part{
  font-size: 27px;
  color: #036cb4!important;
  text-align: center;
  line-height: 35px;
}
.subtext-seventh-part{
  margin-top: 20px!important;
  font-size: 14px;
  color: #036cb4!important;
  text-align: center;
  line-height: 30px;
}

#col_3_2{
  background-image: url("../img/Rectangle\ 399.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#col_5_1{
  background-image: url("../img/Rectangle\ 403.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.second-back{
  background-image: url("../img/sfondo2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.third-back{
  background-image: url("../img/sfondo3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 0px!important;
}
.fourth-back{
  background-color: #26358C;
}
.seventh-back{
  background-color: #e83f4d;
}

.four-points-icon .col-2{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.fifth-back{
  background-color: #F5F5F5;
}
.text-fifth-part{
  font-size: 27px;
  color: white!important;
  text-align: center;
  line-height: 35px;
  font-weight: 200;
}
.column{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.space-between{
  justify-content: space-around;
}
.card-element img{
  width: 70px;
}
.button-product{
  padding: 5px 20px;
  border-radius: 20px;
  background-color: #036CB4;
  color: white!important;
}
.card-element h2{
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-top: 25px;
  color: #E8404B !important;
  text-align: center;
}
.card-element p{
  font-size: 13px!important;
  line-height: 25px;
  text-align: center;
}
.card-element a{
  margin-top: 20px;
}

.align-left-column{
  align-items: flex-start;
}
.logofooter{
  margin-bottom: 30px;
}
#footer{
  background: white!important;
  border-top: none;
}

#footer .col-lg-3, #footer .col-xl-3{
  margin: 20px 40px 0px 40px;
}
#footer .title-footer{
  color: #26358C!important;
  text-transform: uppercase;
  font-size: 18px;
}

.contactos-form{
  background-color: #F3F3F3;
  border-radius: 10px;
}

.contactos-form form{
  padding: 10px 40px;
}

.contactos-form .form-group input, .contactos-form .form-group textarea{
  background-color: white!important;
  padding: 15px 15px!important;
}
.contactos-form .form-group input::placeholder, .contactos-form .form-group textarea::placeholder{
  color: gray;
}

.custom-title-form-sender{
  text-align: left!important;
  padding-left: 40px;
  padding-right: 100px;
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 35px;
}
.section-eight-form{
  display: flex;
  justify-content: center;
}
.blue-column{
  background-color: #26358C!important;
  color: white!important;
  padding: 40px 30px;
  margin: 0px 10px;
  border-radius: 10px;
}

.blue-column .column{
  align-items: flex-start;
}

.blue-column a, .blue-column h2, .blue-column p{
  color: white!important;
}
.blue-column a{
  font-weight: 300;
  font-size: 14px!important;
}
.blue-column h2{
  text-align: left!important;
  font-weight: 600;
  font-size: 25px!important;
  letter-spacing: 1px;
  margin-bottom: 10px!important;
}

.blue-column .row{
  margin: 30px 0px;
}

.rounded-img{
  padding: 7px;
  border: 1px solid white;
  border-radius: 28px;
  width: 45px;
}
.footer-social-icons .fab:before{
  font-size: 20px!important;
}
.form-privacy a{
  color: black!important;
  font-weight: 600;
}
.form-privacy a:hover{
  color: #E8404B!important;
}
.form-privacy{
  font-size: 13px;
}
a:not(.btn):hover{
  text-decoration: none;
}
.custom-button-invio, .button-product {
  transition: color 0.5s, transform 0.5s;
}

.custom-button-invio:hover, .button-product:hover {
  color: white!important;
  transform: scale(1.2);
}
.round-button {
  transition: transform 0.5s; /* Aggiunge una transizione di mezzo secondo per la trasformazione */
}

.first-section h2{
  width: 100%!important;
 /* padding-right: 230px;*/
}
.first-section p{
  width: 50%!important;
 /* padding-right: 230px;*/
}

.round-button:hover {
  background-color: white !important;
  color: #26358C !important;
}
.header-nav-main .nav-link{
  transition: transform 0.3s;
}

.round-button{
  text-align: center;
}
.button-banner .col-xl-5{
  padding: 0px!important;
}

#header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-light nav > ul > li:hover > a {
  color: #e83f4d!important;
  transform: scale(1.1);
  --primary: transparent !important;
}

#header .header-nav-main nav > ul > li {
  margin-left: 0px;
}
.header-container{
width: 95%;
}

.top-header-custom-blue{
background-color: #26358C;
}
.inside-header{
width: 95%!important;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.inside-header *{
color: white!important;
/*font-weight: 200;*/
font-size: 12px;
}
.text-right{
text-align: right;
}
.rounded-img-header{
width: 15px;
height: auto;
margin-right: 8px;
}
.inside-header .fab{
padding: 0px 8px;
}

@media (max-width: 1491px){
  .round-button{
    display: block;
    width: 100%!important;
  }
}

@media (max-width: 575px){
  .title-banner{
    font-size: 25px!important;
    line-height: 31px !important;
    width: 75%!important;
  }
  .paragraph-banner{
    font-size: 15px!important;
  }
  .first-section{
    margin-top: 60px;
  }
  .round-button{
    font-size: 13px!important;
  }
  .button-banner .col-4{
    margin: 0px 10px!important;
  }
  .sixth-back .top-section-product h3 {
    padding-top: 0px !important;
  }
  .three-icons-row {
    width: 40px;
  }
  .fifth-back {
    padding: 40px 50px !important;
  }
  .fifth-section-row {
    padding-top: 0px !important;
  }
}

@media (min-width: 575px) and (max-width: 1024px){
  .sixth-back .top-section-product h3 {
    padding-top: 20px !important;
  }
}

@media (max-width: 552px){
  .button-banner .col-4{
    width: 100%!important;
    margin: 5px 0px!important;
    display: flex;
    justify-content: center;
  }
  .round-button{
    width: 50%!important;
  }
}

@media (max-width: 769px){
  .final-banner-txt, .banner-txt {
    font-size: 20px !important;
    line-height: 26px;
  }
  .final-banner-row, .banner-row{
    padding: 0px 0 10px;
  }
  .check-icon {
    width: 18px;
  }
  .check-1 {
    padding: 20px 0 10px;
  }
  .check-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .check-3 {
    padding-top: 10px;
  }
}

@media (max-width: 768px){
  .first-section h2, .first-section p{
    width: 75%!important;
  }
  .header-logo img{
    margin-left: 20px!important;
  }
  #col_1_1 p, #col_1_2 p, #col_3_1 p, #col_5_2 p {
    font-size: 16px!important;
    line-height: 24px!important;
  }
  .responsive-row-padding-1 {
    padding: 10px 0px 50px !important;
  }
  .responsive-row-padding-2 {
    padding: 50px 0px 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  .row-padding {
    padding: 70px 20px !important;
  }
}

@media (min-width: 768px){
  #col_5_2 {
    padding: 30px 20px 30px 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px){
  .footer-contact-title{
    padding-right: 31%;
  }
  .footer-navigation-title{
    padding-right: 15%;
  }
  #col_1_2 p{
    line-height: 30px !important;
  }
}

@media (min-width: 992px){
  #col_1_2 p{
    line-height: 35px !important;
  }
}

@media (max-width: 375px) {
  .round-button{
    width: 65%!important;
  }
}

@media (max-width: 390px){
  .title-banner{
    font-size: 20px!important;
    line-height: 28px;
    width: 100%!important;
  }
}
.p0{
  padding: 0px 0px 0px 0px!important;
}
.blue-column .col-8{
  margin-left: 15px;
  align-content: center
}
@media (max-width: 1199px){
  #footer .col-xl-3{
    margin: 0px 0px 0px 0px!important;
  }
}
.section-point-icon{
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (min-width:767px){
  .header-container{
    height: 100px !important;
  }
}

@media (max-width: 767px){
  #footer{
    text-align: center;
  }
  #footer .align-left-column{
    align-items: center;
  }
  #footer .col-xl-3{
    margin-bottom: 40px!important;
  }
  .footer-contact-section{
    justify-content: center;
  }
  .footer-contact-section{
    text-align: left!important;
  }
  .footer-col-responsive{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .footer-contact-section{
    justify-content: space-between
  }
  .footer-contact-section p{
    text-align: left;
  }
}

@media (max-width: 1200px){
  .bg-1-2x2, .bg-2-2x2{
      padding-bottom: 300px;
  }
  .fifth-back{
    padding: 40px 80px!important;
  }
}

@media (min-width: 576px) and (max-width: 991.9px){
  .card-element img{
    width: 100px !important;
  }
  .bg-1-2x2{
    margin-bottom: 20px;
  }
  .bg-2-2x2{
    margin-top: 20px;
  }
}

@media (max-width: 1068px){
  .button-product{
    padding: 5px 8px!important;
    font-size: 13px;
  }
}
.header-logo img{
  margin-left: 40px;
}

@media (min-width: 992px) and (max-width: 1150px){
  .header-logo img {
    margin-right: 40px !important;
    margin-left: 0px !important;
}
}

@media (max-width: 992px) {
  .align-center-column {
      align-items: center !important;
  }
  .blue-column{
    margin-top: 20px;
  }
  .check-icon-col {
    display: flex;
    align-items: flex-start;
    margin-top: 3px;
    margin-right: 5px;
  }
}

@media (max-width: 767px){
  .header-container{
    margin-top: -15px;
  }
  .inside-header {
    text-align: center!important;
    width: 100%!important;
  }
  .inside-header .text-right{
    text-align: center;
  }
}

.sticky-header-active .top-header-custom-blue{
  display: none;
}

#header{
  height: 130px!important;
}
#header > div.header-body.border-top-0.bg-white.box-shadow-none > div.header-container.container > div > div.header-column.justify-content-end > div > div > div > nav{
  background-color: white;
}

@media (max-width: 767px){
  #header{
    height: 110px!important;
  }
  #header > div.header-body.border-top-0.bg-white.box-shadow-none > div.header-container.container > div > div.header-column.justify-content-end > div > div > div > nav{
    position: absolute;
    top: -23px;
    width: 100%;
  }
}

#header .header-btn-collapse-nav{
  background-color: #26358C;
}
.contactos-form .form-group #invia_form_landing{
  background: #e83f4d!important;
  color: white !important;
  border-radius: 10px;
  padding: 7px 30px!important;
  border: 0px;
}
.contactos-form .form-group #invia_form_landing:hover{
  background: white!important;
  color: #e83f4d!important;
  font-weight: 700 !important
}
/* seconda landing */
.four-points-icon{
  justify-content: center;
  padding-top: 30px!important;
}
.fourth-section h3{
  text-transform: none;
  color: #036CB4!important;
  font-weight: 600!important;
}
.second-back{
  padding: 50px 0px;
}
.four-points-icon .col-2{
  justify-content: flex-end;
}
.fifth-back, .third-back{
  padding: 80px;
}
.fifth-back{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.text-fifth-part{
  font-size: 20px!important;
  text-align: left;
  margin-bottom: 15px!important;
  font-weight: 100!important;
}
.text-third-part{
  text-align: left;
  color: black!important;
  font-size: 22px;
  letter-spacing: 1.5px;
  line-height: 40px!important;
  padding-right: 20%;
  font-weight: 600!important;
}
.fifth-back p, .fifth-back ul, .fifth-back li{
  width: fit-content;
}
.fifth-back li{
  padding: 5px 0px;
}
.fifth-back ul, .fifth-back li p{
  color: white!important;
  font-weight: 100!important;
}
.third-back{
  display: flex;
  justify-content: center;
  align-items: center;
}
.fourth-back{
  padding: 30px 0px;
}
.fourth-back .col-lg-4{
  text-align: center;
  padding: 10px 30px;
  background-color: #26358C!important;
  margin: 0px 20px;
}
.fifth-section-row{
  padding-bottom: 0px!important;
  margin-bottom: 0px!important;
}
.sixth-section-row{
  padding-bottom: 0px!important;
  margin-bottom: 0px!important;
}
.sixth-back .top-section-product *{
  text-align: center;
}
.sixth-back{
  padding: 40px 0px!important;
}
.sixth-back .top-section-product h3, .blue-subtitle{
  color: #26358C!important;
  font-weight: 600!important;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 40px;
  margin-bottom: 10px;
}
.sixth-back .top-section-product h3{
  padding: 40px 0px 20px;
}
.blue-subtitle{
  padding: 0px 0px 20px;
}
.sixth-back .top-section-product p{
  font-size: 15px!important;
  letter-spacing: 1.5px!important;
  padding: 0% 20%!important;
  margin-bottom: 30px!important;
}
.subtext-seventh-part{
  font-size: 18px!important;
  letter-spacing: 1.5px!important;
  padding: 0% 10%!important;
}
.text-seventh-part{
  font-size: 25px!important;
  font-weight: 700!important;
  letter-spacing: 1.5px!important;
  padding: 1% 15%!important;
}
.four-points-icon h4{
  margin: 15px 0px;
}
.card-element{
  height: 100%;
}
/* ultima parte di copyrights del footer */
#footer .full-width{
  margin-bottom: 0px!important;
  flex-direction: column;
  align-items: center;
  margin-top: 0 !important;
}
.last-part-footer{
  flex-direction: row;
  justify-content: center;
  margin-top: 40px;
}
.last-part-footer .text-center{
  margin-bottom: 15px;
}
.footer-copyrights{
  text-align: center;
}
.last-part-footer .text-center p{
  color: #26358C!important;
  font-size: 17px!important;
  font-weight: 700;
}
.last-part-footer .text-center i{
  color: #26358C!important;
  font-size: 15px!important;
  font-weight: 500;
  margin: 0px 5px;
}
.footer-copyrights *{
  font-size: 13px;
  color: #434549CC!important;
}
.footer-copyrights a:hover{
  color: #FDD10D!important;
}
.separator-footer-last{
  background: #A6A6A6;
}
.fifth-section-row{
  padding-top: 40px!important;
  margin-top: 0px!important;
}
.sixth-section-row{
  padding-top: 0px!important;
  margin-top: 0px!important;
}
/* checklist */

@media (max-width: 1024px){
  .bg-1-2x2, .bg-2-2x2{
    padding-bottom: 300px;
  }
	.custom-title-form-sender{
		padding-right: 30px!important;
	}
	.third-back {
    		padding: 15px 60px !important;
	}
	.sixth-back .top-section-product p{
		padding: 0% 15% !important;
	}
	.text-third-part{
		padding-right: 0px!important;
	}
}

@media (max-width: 376px) {
  .contatti-form-padding{
    padding-left: 20px;
  }
  .contactos-form form {
    padding: 10px 20px;
  }
  .form-subtitle {
    padding: 0px 20px;
  }
  .custom-title-form-sender {
    padding-left: 20px;
    padding-right: 20px !important;
  }
}

@media (max-width: 768px){
	.title-banner{
		font-size: 35px!important;
    line-height: 40px !important;
	}

}

@media (max-width: 600px){
	.first-section {
        	margin-top: 120px;
    	}
	.first-section .round-button{
                padding: 5px 10px;
        }
}

@media (max-width: 426px){
  #col_1_1 p, #col_1_2 p, #col_3_1 p, #col_5_2 p{
    font-size: 14px!important;
    line-height: 22px!important;
  }
  .bg-1-2x2, .bg-2-2x2 {
    padding-bottom: 200px;
  }
  #col_3_2, #col_5_1 {
    padding-bottom: 150px !important;
  }
  .final-banner-txt, .banner-txt{
    font-size: 18px !important;
    line-height: 24px;
    padding-bottom: 12px !important;
  }
  .eight-back{
    margin-top: 0 !important;
    padding-top: 20px !important;
  }
  .row-padding {
    margin: 0 5px;
  }
  .contact-info {
    text-align: center;
    padding-left: 10px !important;
  }
  .check-icon {
    width: 15px;
  }
  .fifth-back {
    padding: 30px 20px !important;
  }
  .fifth-section-row {
    padding-top: 0px !important;
  }
  .blue-subtitle {
    font-size: 28px !important;
    line-height: 35px !important;
  }
  .row-padding {
    padding: 10px 0px 50px;
  }
  #col_5_2 {
    padding-bottom: 0px !important;
  }
  .seventh-back {
    margin: 10px 0px 40px !important;
  }
}

@media (max-width: 425px){
	.first-section{
		margin-top: 140px;
	}
	.first-section .round-button{
		padding: 5px 10px;
	}
	.footer-contact-section{
		text-align: center!important;
		margin: 10px 0px;
	}
	.footer-contact-section .col-2{
		padding: 0px!important;
	}
	.section-point-icon{
		justify-content: center;
	}
}
::selection {
  color: white;
  background: #3367D1;
}
.social-icons a{
	padding: 3px;
}
@media (max-width: 440px){
	.title-banner {
        	font-size: 30px !important;
          line-height: 37px !important;
	}
	.first-section h2, .first-section p {
        	width: 85% !important;
    	}

	.sixth-back .top-section-product p {
        	padding: 0% 10% !important;
    	}
}
@media (max-width: 320px){
        .title-banner {
                font-size: 27px !important;
                line-height: 34px !important;
        }
        .first-section h2, .first-section p {
                width: 85% !important;
        }
}

@media (min-width: 426px) and (max-width: 768px){
  #col_3_2, #col_5_1 {
    padding-bottom: 250px !important;
  }
}

@media (min-width: 426px) and (max-width: 767.9px){
  .seventh-back {
    margin: 40px 0px !important;
  }
  .row-padding {
    padding: 30px 0px 30px;
  }
  .fourth-back{
    margin-top: 40px;
  }
}

@media (max-width: 767px){
	.four-points-icon .col-sm-12{
		margin-bottom: 30px;
	}
	.four-points-icon{
		padding-top: 0px!important;
		margin-top: 0px!important;
	}
	.fourth-back{
		padding-bottom: 30px!important;
	}
}

@media (max-width: 991px){
  .nav-link {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

@media (min-width: 875px) and (max-width: 991.9px){
  .bg-1-2x2, .bg-2-2x2{
    width: 700px;
  }
  .container{
    max-width: 90% !important;
  }
}

@media (max-width: 360px){
  .col-padding {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .icon-title {
    font-size: 12px;
    line-height: 15px;
  }
}

@media (max-width: 875px){
  .blue-subtitle {
    font-size: 30px;
}
}

@media (max-width: 767px){
	.four-points-icon .col-sm-12{
		margin-bottom: 30px;
	}
	.four-points-icon{
		padding-top: 0px!important;
		margin-top: 0px!important;
	}
	.fourth-back{
		padding-bottom: 30px!important;
	}
  .row-padding-2 {
    padding: 30px 0px 50px;
  }
  
  #floating-container .custom-floating-button {
    width: 38px !important;
    height: 38px !important;
}

    #floating-container .custom-floating-button {
        margin: 2px !important;
    }
    
    #floating-container .custom-floating-button img{
        width: 22px;
    }
}

@media (min-width: 768px) and (max-width: 771px){
  .col-slider-btn-2 {
    width: 42% !important;
  }
}

@media (max-width: 991px){
  .nav-link {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

#header .header-nav-main.header-nav-main-text-capitalize nav > ul > li > a{
        font-size: 14px !important;
        letter-spacing: 0.5px;
        font-weight: 400 !important;
}

html .scroll-to-top{
    background: #25338c;
    color: #fff !important;
}

.col-slider-btn-1 a.round-button{
    background: #e8404b;
    color: #fff !important;
}

.col-slider-btn-1 a.round-button:hover{
    color: #e8404b!important;
}

col-slider-btn-2 a.round-button:hover{
     background: #e8404b;
    color: #fff!important;
}

.footer-copyrights a:hover {
    color: #e8404b !important;
}

.col-footer-icon img{
    width: 20px;
}

.col-footer-icon .footer-icon{
    font-size: 20px;
}

@media (max-width: 991px) {
#header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:focus{
    background-color: #26358c;
        color: #fff !important;
}

#header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:active{
     background-color: #26358c;
        color: #fff !important;
}

#footer .site-width{
    width: 100%;
}

.card-element-title{
    line-height: 1.5;
    padding: 30px 0px 0px;
}
}

.round-button {
    padding: 15px 30px;
}



.contactos-form .form-group #invia_form_landing{
        padding: 15px 30px !important;
            border-radius: 0px;
}

.form-control:not(.form-control-sm):not(.form-control-lg){
     font-family: "Inter", sans-serif;
}
@media (max-width: 998px) {
    #floating-container .custom-floating-button {
        margin: 2px !important;
    }
}

.social-icons li:hover.social-icons-youtube a {
    background: #c3191e00 !important;
}

.social-icons li:hover.social-icons-linkedin a {
    background: #0073b200 !important;
}
.social-icons.social-icons-icon-light.social-icons-clean li a:hover i{
    color: #e8404b!important;
}

@media (max-width: 767px) {
    #header .container {
       height: 90px !important;
    }
}
@media (max-width: 991px) {
    html #header.header-transparent .header-nav-main nav {
        padding: 0 70px;
    }
        #header > div.header-body.border-top-0.bg-white.box-shadow-none > div.header-container.container > div > div.header-column.justify-content-end > div > div > div > nav{
                /*left: 10px!important*/
        }
        .scrollingNavImgLogo {
                height: 60px !important;
        }
        html.sticky-header-active #header.header-transparent .header-nav-main nav {
                padding: 0 70px;
        }
		#header .header-nav-main {
			width: 112% !important;
		}
}
/*FOOTER*/
@media (max-width: 991px){
        #footer .footer-col-responsive{
                padding: 0px 30px;
                text-align: left;
                align-items: flex-start !important;
        }
}
@media (max-width: 576px){
        #footer .footer-col-responsive{
                padding: 0px 30px;
                text-align: center;
                align-items: center !important;
        }
        .footer-contact-section{
                text-align: center !important;
                margin-left: -12%;
        }
}
/* FINE FOOTER*/

@media (max-width: 1125px){
	.navImgLogo{
		height: 60px!important;
	}
}

@media (max-width: 992px){
	.final-banner-txt, .banner-txt{
		padding: unset!important;
	}
}
