@charset "utf-8";

/* ***********************
gruppoinformatico CSS
+++++++++++++++++++++++++ */


html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}


body {
    margin: 0;
    padding: 0;
    font-family: 'Libre Franklin', sans-serif;
    color: #414042;
    font-size: 15px;
    overflow-x: hidden;
    color: var(--maincolor);
}

body p {
    line-height: 24px;
    font-size: 18px;
    color: var(--maincolor);
}

a {
    text-decoration: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: inherit;
    color: inherit;
}

p {
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: gray;
}


button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}


/* CONTAINERS */

div {
  scroll-margin-top: 100px;
}

section {
    width: 100%;
    height: auto;
    position: relative;
    scroll-margin-top: 100px;
}

.container-100 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.container-80 {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

/* DEFAULT SECTIONS PADDING */

.padding-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padding-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.padding--vh {
    padding: 10vh 0;
}

.padding-top--vh {
    padding-top: 10vh;
}

.padding-bottom--vh {
    padding-bottom: 10vh;
}

.padding-top-azienda {
    padding-top: 18vh;
}


.padding--hero {
    padding: 15vh 0;
}

.padding-top--vh {
    padding-top: 7vh;
}

.margin-top--vh {
  margin-top: 5vh;
}

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

@media screen and (max-width:990px) {}


/* ANIMAZIONI CSS */

.animazione--appare--up {
    animation: animazione--appare--up 1.75s ease;
}

@keyframes animazione--appare--up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    20% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }

}

.animazione--appare {
    animation: animazione--appare 1.75s ease;
}

@keyframes animazione--appare {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

.animazione--appare--slide {
    animation: animazione--appare--slide 1.75s ease;
}

@keyframes animazione--appare--slide {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }

    20% {
        opacity: 0;
        transform: translateX(30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }

}


h1 {
    font-size: 4.5em;
    line-height: 120%;
    font-weight: 400;
    font-family: 'Libre Franklin', sans-serif;
    margin-bottom: 25px;
    color: var(--maincolor);
}

@media screen and (max-width:768px) {
    h1 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px;
        font-family: 'Libre Franklin', sans-serif;
    }
}

h2 {
  font-size: 40px;
  font-weight: 600;
    font-family: 'Libre Franklin', sans-serif;
    color: var(--maincolor);

}

h3 {
  font-size: 25px;
    font-weight: 500;
    font-family: 'Orbitron', sans-serif;
    color: var(--maincolor);

}



ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.current-menu-item a {}

.current-menu-item a:before {}


.sfondo-nero {
    background-color: black;
}

.sfondo-bianco {
    background-color: white;
}

.colore {
    color: var(--maincolor);
}

.bianco {
    color: white;
}

.nero {
    color: black;
}


.intro {
    letter-spacing: 2px;
    display: block;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
}




@media screen and (max-width:990px) {
    .padding-150 {
        padding-top: 8vh;
        padding-bottom: 8vh;
    }

    .mt-nav {
        margin-top: 0;
    }


    .current-menu-item a:before {
        display: none;
    }

}

@media screen and (min-width:991px) {
    .padding-150 {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }

    .mt-nav {
        margin-top: 70px;
    }

}


.padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-all--vh {
  padding: 6vh;
}

.padding-50--px {
  padding: 50px;
}

.no-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.bottom-50 {
    margin-bottom: 50px;
}

.bottom-30 {
    margin-bottom: 30px;
}

.bottom-10 {
    margin-bottom: 15px;
}

.bottom-15 {
    margin-bottom: 15px;
}


/* MAIN COLORS */


:root {
    --maincolor: #707070;
    --secondcolor: #09467f;
    --thirdcolor: #000;
    --fourthcolor: #fff;
    --fifthcolor: #028fbd;
}


/*============================
MENU DI NAVIGAZIONE
============================= */

.navigazione {
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9995;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 2%;
    padding-right: 2%;
    color: white;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
    background-color: white !important;
}

.navigazione:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(255, 255, 255, 1);
    transform: translateY(-100%);
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
}

.navigazione-logo {
    position: relative;
    height: auto;
    width: auto;
}

.navigazione-logo img {
    height: 50px;
    width: auto;
    fill: white;
}

.navigazione--scroll {
    height: 70px;
    background-color: transparent;
    box-shadow: 0px 0px 10px var(--maincolor);
}


/* hamburger */

#menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
    padding: 10px;
    border-radius: 25%;
    right: 0;
    position: absolute;
}

#menu-wrapper .hamburger_icon {
    position: relative;
    background-color: transparent;
    width: 25px;
    height: 20px;
    z-index: 9999
}

#menu-wrapper .hamburger_icon span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: var(--secondcolor);
    background-color: var(--secondcolor);
    position: absolute;
    transform: rotate(0deg);
    transition: .4s ease-in-out;
}

#menu-wrapper .hamburger_icon span:nth-child(1) {
    top: 0;
}
#menu-wrapper .hamburger_icon span:nth-child(2) {
    top: 9px;
}
#menu-wrapper .hamburger_icon span:nth-child(3) {
    top: 18px;
}


#menu-wrapper .hamburger_icon.navigazione__menu--show span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
}
#menu-wrapper .hamburger_icon.navigazione__menu--show span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
}
#menu-wrapper .hamburger_icon.navigazione__menu--show span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
}

.menu-full {
    position: fixed;
    left: -100%;
    height: 0;
    width: 0;
    visibility: hidden;
    z-index: 15;
}


@media screen and (min-width:990px) {
    #menu-wrapper {
        display: none;
        z-index: 9999;
    }

    .mobile_socials {
        display: none !important;
        z-index: 9999;
    }

}


.mobile_socials {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.mobile_socials img {
    height: 30px;
    margin: 0 5px;
}

/* VOCI DI NAVIGAZIONE */

.navigazione__menu {
    text-align: right;
    position: relative;
    z-index: 100;
}

.navigazione__menu ul {
    margin: 0;
    padding: 0;
}

.navigazione__menu ul li {
    display: inline;
    margin: auto 30px;
    position: relative;
}

.navigazione__menu ul li a {
  font-size: 18px;
  font-weight: 600;
  color: var(--thirdcolor);
  font-family: 'Libre Franklin', sans-serif;
  padding: 5px;
  text-transform: capitalize;
  transition: all 0.7s cubic-bezier(0.17, 0.67, 0.32, 0.87) 0.1s;
}


.navigazione__menu ul li a:hover {
  color: var(--fifthcolor);
  transition: all 0.53s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}


.navigazione__menu--appear {
    visibility: visible;
    opacity: 1;
}

.ancora_bianca {
    color: white !important;
    fill: white !important;
}

.navigazione__menu li a {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}


.navigazione__menu .menu-item-has-children .sub-menu {
    position: absolute;
    background-color: var(--fourthcolor);
    width: 100%;
    min-width: 230px;
    padding: 0px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    margin-top: 10px;
    top: 20px;
    z-index: -1;
    box-shadow: 0px 2px 5px var(--maincolor);
}

.navigazione__menu .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    padding-bottom: 2px;
}


.navigazione__menu .menu-item-has-children .sub-menu li {
    display: block;
    margin-bottom: 5px;
    padding: 15px;
}

.navigazione__menu .menu-item-has-children .sub-menu li a {
    font-size: 15px;
    font-weight: 600;
    color: var(--thirdcolor);
    font-family: 'Libre Franklin', sans-serif;
    padding: 15px;
    transition: all 0.7s cubic-bezier(0.17, 0.67, 0.32, 0.87) 0.1s;
}

.navigazione__menu .menu-item-has-children .sub-menu li a:hover {
      color: var(--fifthcolor);
      transition: all 0.53s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}

.navigazione__menu .menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 15px;
}

.navigazione__menu .menu-item-has-children .sub-menu li:first-child {
    margin-top: 15px;
}


.navigazione__menu .menu-item-has-children .sub-menu li:last-child {
    margin-right: 0;
}

.navigazione__menu li.menu-item-has-children ul li {
    text-align: left;
    display: inline;
}


.menu-item-has-children:after {
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--fifthcolor);
    border-bottom: 2px solid var(--fifthcolor);
    position: absolute;
    right: -10px;
    content: " ";
    top: 0px;
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/*
///////////////////////////////
IMPOSTAZIONI NAVIGAZIONE MOBILE
///////////////////////////////
*/

@media screen and (max-width:990px) {

    .hamburger {
        display: inherit;
    }

    .navigazione {
        height: 70px;
        width: 100%;
        position: fixed;
        top: inherit;
        z-index: 9995;
        -webkit-transition: opacity 0.3s ease-in;
        -moz-transition: opacity 0.3s ease-in;
        -ms-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in;
    }

    .navigazione-logo {
        position: absolute;
        top: 12px;
        left: 12px;
        z-index: 9999;
    }

    .navigazione-logo img {
    height: 30px;
    width: auto;
    margin-top: 10px;
}

    .navigazione__menu {
        visibility: hidden;
        opacity: 0;
    }

    .navigazione__menu--show {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffffd6;
        opacity: 1;
        visibility: visible;
        animation: border-anim 0.5s 1 ease normal;
 		overflow: scroll;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 5%;
}

@-webkit-keyframes border-anim {
 0% {
   transform: translateX(-100%);
 }
 100% {
   transform: translateX(0);
 }
}
@-webkit-keyframes menu-anim {
 0% {
   left: 0;
   bottom: -99%;
   width: 100%;
 }
 33% {
   left: -99.5%;
   bottom: -99%;
   width: 100%;
 }
 66% {
   left: -99.5%;
   bottom: 0;
   width: 100%;
 }
 100% {
   bottom: 0;
   left: 0;
   width: 25%;
 }
}

.navigazione__menu ul.menu {
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}

.navigazione__menu ul.menu li {
    display: block;
    margin-right: 0;
    position: relative;
    margin-bottom: 20px;
    margin-left: 0;
}

.navigazione__menu ul li a {
    font-size: 18px;
    font-weight: 500;
    color: var(--secondcolor);
    border-top: 2px solid transparent;
    transition: all 0.53s cubic-bezier(0.17, 0.67, 0.32, 0.87);

}

.navigazione__menu .menu-item-has-children .sub-menu {
    position: relative;
    min-width: auto;
    padding: 0;
    padding-left: 0px;
    visibility: visible;
    opacity: 1;
    display: none;
    margin-bottom: 10px;
    left: 0px;
    background-color: transparent;
    box-shadow: none;
    margin-top: 0px;
    top: 0;
    transition: all 0.3s linear
}
.sub-menu--show {
    display: block !important;
}


.navigazione__menu .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

.navigazione__menu .menu-item-has-children .sub-menu li {
    display: block;
    margin-bottom: 5px;
    position: relative;
}

.navigazione__menu .menu-item-has-children .sub-menu li a {
    font-size: 14px;
}

.menu-item-has-children:after {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0px;
    content: " ";
    top: 5px;
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navigazione__menu ul li a:hover {
    color: white;
    transition: all 0.53s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}


}

@media screen and (max-width: 349px) {
    .navigazione-logo {
        position: absolute;
        top: 19px;
        left: 12px;
        z-index: 9999;
    }

    .navigazione-logo svg {
        height: 35px;
        width: auto;
    }
}

/* ====== FINE IMPOSTAZIONI NAVIGAZIONE MOBILE ======== */



.navbar a:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    height: 1px;
    width: 0;
    background: white;
    content: "";
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar a:hover:after {
    width: 100%;
}


.navbar-toggler {
    border: none;
}

.nav-item {
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

/* COLORE MENU ATTIVO NAV */

.active {
    position: relative;
}

.active a {
    text-decoration: underline;
}

.navbar-brand svg {
    height: 65px;
    width: auto;
    margin-top: 5px;
}

dropdown-item {
    background-color: gray !important;
}

.socials--header {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.socials--header svg {
    height: 18px;
    width: auto;
    margin-top: 5px;
    fill: var(--thirdcolor);
}

.socials--header a {
    z-index: 1;
    margin: 0px 10px;
}


.menu_ul img {
    height: 35px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    margin: 0 5px;
}

.social ul li {
  display: inline;
}

/* ==================================
Hero
=====================================
*/

.hero {
  height: 90vh;
  position: relative;
  width: 100%;
}

.hero .swiper-container {
  width: 100%;
  height: 100%;
}

.hero .swiper-slide {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.hero .swiper-slide svg {
  height: 100px;
  width: 100px;
}

.hero .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 0;
    background: var(--fourthcolor);
    opacity: 1;
}

.hero .swiper-pagination-bullet-active {
  background-color: var(--secondcolor);
}

.hero .swiper-pagination {
    padding-bottom: 50px;
}

#headerPopup {
  width:75%;
  margin:0 auto;
}

#volontarioPopup {
  width:75%;
  margin:0 auto;
}

#volontarioPopup iframe{
  width:90%;
  margin:0 auto;
}

#headerPopup iframe{
  width:90%;
  margin:0 auto;
}

.hero__small {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}

.hero__small h2 {
  font-size: 2em;
  font-weight: 400;
  color: var(--fourthcolor);
  line-height: 120%;
  font-family: 'Orbitron', sans-serif;
}

.hero__medium {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}

.hero__medium h2 {
  font-size: 1.5em;
  font-weight: 400;
  color: var(--fourthcolor);
  line-height: 150%;
  font-family: 'Orbitron', sans-serif;
}



/* ==================================
Sezioni
=====================================
*/

.flex-centrale {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.flex-centrale-no-reverse-mobile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.flex-centrale-around {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}

.flex-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  align-content: center;
}

.flex-gap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: center;
  gap: 50px;
}

.flex-nowrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 30px;
}

.flex-centro {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 30px;
}

.flex-centro-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 50px;
}

.flex-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
}

.flex-content-start {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: center;
  gap: 30px;
}

.flex-centrale-flex-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  gap: 50px;
}

.flex-gap-20 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: center;
    gap: 20px;
}

.all-center {
display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

.colonne-tre {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 50px;
}

.pulsante_normale button {
    border: none;
    font-family: sans-serif;
    font-size: 17px;
    background: transparent;
    color: var(--fifthcolor);
    border-bottom: solid 1px var(--fifthcolor);
    padding: 0px;
    border-radius: 0px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    cursor: pointer;
}

.pulsante_normale button:before {
 content: "»";
 opacity: 0;
 margin-left: -15px;
 -webkit-transition-duration: 0.2s;
         transition-duration: 0.2s;
}

.pulsante_normale button:hover:before {
 margin-left: 0px;
 opacity: 1;
}

.pulsante_normale button:hover {
    color: var(--secondcolor);
    background: #70707012;
    border-bottom: solid 1px var(--secondcolor);
}


.servizi h3 {
    font-size: 25px;
    font-weight: 500;
}

.servizi-box {
  width: 30%;
}

.servizi-box img {
    height: 110px;
    width: auto;
}

.servizi-box h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 3em;
    color: var(--fifthcolor);
    margin-bottom: 30px;
}

.servizi-box h3 {
    font-size: 1.2em;
    color: var(--thirdcolor);
    margin-bottom: 15px;
}

.servizi-box p {
    font-size: 1.2em;
    margin-bottom: 15px;
}


.storie img {
    object-fit: cover;
    width: 100%;
    height: 25vh;
    margin-bottom: 30px;
}

.storie_column {
  width: 30%;
}

.storie_text p {
  text-align: right;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 30px;
}

.storie_text h3 {
  font-size: 1.5em;
  color: var(--thirdcolor);
  font-weight: 500;
  margin-bottom: 30px;
}

.storie_text_riassunto {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.storie a {
  text-decoration: none;
}

.certificazioni img {
  width: 400px;
  height: 400px;
}

.follow-linkedin {
  width: 300px;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-content: center;
  background-color: #f0f0f0;
  border-radius: 50px;
  box-shadow: 0px 5px 10px #c9c9c9;
  position: relative;
  right: 0;
  top: 0;
}

.logo-linkedin img {
    width: 60px;
    text-align: center;
    position: relative;
    top: -20px;
}

.logo-gi img {
  width: 220px;
  padding-top: 5px;
  padding-bottom: 30px;
}

.follow-linkedin-text-bold p {
    font-size: 12px;
    line-height: 120%;
    font-weight: 800;
    color: var(--thirdcolor);
}

.follow-linkedin-text p {
    font-size: 12px;
    line-height: 120%;
    font-weight: 500;
    color: var(--maincolor);
    margin-top: 15px;
    margin-bottom: 15px;
}

.follow-linkedin-link {
  margin-bottom: 10px;
      margin-top: 20px;
}

.follow-linkedin-link a {
    background-color: var(--fifthcolor);
    color: var(--fourthcolor);
    padding: 5px 20px;
    border-radius: 20px;
}

.follow-linkedin-link a:before {
    content: '+';
    display: inline-block;
    padding-right: 10px;
}

.form-contatti {
    padding: 10vh 0;
}

.wpcf7::placeholder { /* WebKit browsers */
    color: #fff !important;
    opacity: 1;
}

.form-contatti .wpcf7 label {
  text-align: left;
}

.form-span {
  padding-left: 35px;
      color: var(--thirdcolor);
      font-size: 15px;
      font-weight: 600;
}

.form-contatti .form-span {
  padding-left: 35px;
      color: var(--fourthcolor);
      font-size: 15px;
}

.wpcf7 label {
  text-align: left;
}

.wpcf7 input[type="text"] {
  outline: none;
      border: 1px solid #f0f0f0;
      height: 50px;
      width: 100%;
      font-size: 14px;
      padding: 20px;
      border-radius: 20px;
      background-color: #f0f0f0;
      color: var(--thirdcolor);
      text-align: left;
    margin-bottom: 30px;
}

.wpcf7 input[type="email"] {
  outline: none;
      border: 1px solid #f0f0f0;
      height: 50px;
      width: 100%;
      font-size: 14px;
      padding: 20px;
      border-radius: 20px;
      background-color: #f0f0f0;
      color: var(--thirdcolor);
      text-align: left;
      margin-bottom: 30px;
}

.wpcf7 input[type="tel"] {
  outline: none;
      border: 1px solid #f0f0f0;
      height: 50px;
      width: 100%;
      font-size: 14px;
      padding: 20px;
      border-radius: 20px;
      background-color: #f0f0f0;
      color: var(--thirdcolor);
      text-align: left;
      margin-bottom: 30px;
}

.wpcf7 input[type="file"] {
  outline: none;
      border: 1px solid #f0f0f0;
      height: 50px;
      width: 100%;
      font-size: 14px;
      padding: 20px;
      border-radius: 20px;
      background-color: #f0f0f0;
      color: var(--thirdcolor);
      text-align: left;
      margin-bottom: 30px;
}

.wpcf7 input[type="submit"] {
    outline: none;
    background: var(--secondcolor);
    border: 1px solid var(--secondcolor);
    box-sizing: border-box;
    color: white;
    font-weight: 400;
    border-radius: 50px;
    padding: 20px 70px;
}

.wpcf7 input[type=checkbox] {
  margin-top: 30px;
}

.richiesta {
  width: 100%;
  text-align: left;
}

.wpcf7 textarea {
  outline: none;
  border: 1px solid var(--fourthcolor);
  height: 120px;
  width: 100%;
  font-size: 14px;
  padding: 20px;
  border-radius: 20px;
  background-color: var(--fourthcolor);
  color: var(--thirdcolor);
  text-align: left;
}

.wpcf7-list-item {
    font-size: 13px;
    color: var(--thirdcolor);
}


.form-contatti .wpcf7 input[type="text"] {
    outline: none;
    border: 1px solid var(--fourthcolor);
    height: 50px;
    width: 100%;
    font-size: 14px;
    padding: 20px;
    border-radius: 20px;
    background-color: var(--fourthcolor);
    color: var(--thirdcolor);
    text-align: left;
}

.form-contatti .wpcf7 input[type="email"] {
  outline: none;
  border: 1px solid var(--fourthcolor);
  height: 50px;
  width: 100%;
  font-size: 14px;
  padding: 20px;
  border-radius: 20px;
  background-color: var(--fourthcolor);
  color: var(--thirdcolor);
  text-align: left;
}

.form-contatti .wpcf7 input[type="tel"] {
  outline: none;
  border: 1px solid var(--fourthcolor);
  height: 50px;
  width: 100%;
  font-size: 14px;
  padding: 20px;
  border-radius: 20px;
  background-color: var(--fourthcolor);
  color: var(--thirdcolor);
  text-align: left;
}

.form-contatti .wpcf7 input[type="submit"] {
    outline: none;
    background: var(--secondcolor);
    border: 1px solid var(--secondcolor);
    box-sizing: border-box;
    color: white;
    font-weight: 400;
    border-radius: 50px;
    padding: 20px 70px;
}

.form-contatti .wpcf7 input[type=checkbox] {
  margin-top: 30px;
}

.form-contatti .richiesta {
  width: 100%;
}

.form-contatti .wpcf7 textarea {
  outline: none;
  border: 1px solid var(--fourthcolor);
  height: 120px;
  width: 100%;
  font-size: 14px;
  padding: 20px;
  border-radius: 20px;
  background-color: var(--fourthcolor);
  color: var(--thirdcolor);
  text-align: left;
}

.form-contatti .wpcf7-list-item {
    font-size: 13px;
    color: var(--thirdcolor);
}

.wpcf7-spinner {
    display: flex;
}

.paragrafo-immagine img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.hero--page {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: auto;
    padding: 10vh 0;
    margin-top: 80px;
}

.paragrafo-immagine {
  width: 50%;
}

.paragrafo-page {
  width: 50%;
  padding: 6vh;
}

.paragrafo-article {
    width: 47%;
    text-align: right;
}

.paragrafo-article h1 {
    font-size: 2.5em !important;
    font-weight: 400;
    color: var(--thirdcolor) !important;
    line-height: 120%;
    margin-bottom: 30px;
}

.servizi-contenuto h2 {
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--maincolor);
    line-height: 120%;
    margin-bottom: 30px;
    font-family: 'Orbitron', sans-serif;
    text-align: center;
    margin-bottom: 100px;
}

.serivizi-lista {
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 18%;
    height: 20vw;
    background-position: 50%;
}


.serivizi-lista p {
  padding: 15px;
  text-align: center;
  font-size: 14px;
}

.serivizi-lista:nth-of-type(2) {
  margin-top: 5vh;
}

.serivizi-lista:nth-of-type(4) {
margin-top: 5vh;
}

.serivizi-lista:nth-of-type(6) {
margin-top: 5vh;
}

.serivizi-lista:nth-of-type(8) {
margin-top: 5vh;
}

.contenuto_pagina_img_text .paragrafo-page h2 {
  margin-bottom: 50px
}

.logo_prodotti {
    width: 50%;
    text-align: center;
}

.pulsante_prodotti {
    width: 50%;
    text-align: center;
}

.logo_prodotti img {
    height: 80px;
    width: auto;
}

.logo_prodotti_blocco {
    width: 100%;
    text-align: center;
        margin-bottom: 30px;
}

.pulsante_prodotti_blocco {
    width: 100%;
    text-align: center;
}

.logo_prodotti_blocco img {
    height: 80px;
    width: auto;
}

.pulsante_prodotti .button {
  font-family: 'Orbitron', sans-serif;
    display: inline-block;
    border-radius: 50px;
    border: none;
    background: var(--secondcolor);
    color: white;
    text-align: center;
    font-size: 1.3rem;
    width: 20em;
    padding: 1em 2em;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}

.pulsante_prodotti .button span {
 cursor: pointer;
 display: inline-block;
 position: relative;
 -webkit-transition: 0.4s;
 transition: 0.4s;
}

.pulsante_prodotti .button span:after {
    content: url(/wp-content/themes/gruppoinformatico/css/icon_point.svg);
    position: absolute;
    opacity: 0;
    top: 0.1em;
    right: -20px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 1.5em;
}

.pulsante_prodotti .button:hover span {
 padding-right: 3.55em;
}

.pulsante_prodotti .button:hover span:after {
 opacity: 4;
 right: 0;
}

.pulsante_prodotti_blocco .button {
  font-family: 'Orbitron', sans-serif;
    display: inline-block;
    border-radius: 50px;
    border: none;
    background: var(--secondcolor);
    color: white;
    text-align: center;
    font-size: 1.3rem;
    width: 20em;
    padding: 1em 2em;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}

.pulsante_prodotti_blocco .button span {
 cursor: pointer;
 display: inline-block;
 position: relative;
 -webkit-transition: 0.4s;
 transition: 0.4s;
}

.pulsante_prodotti_blocco .button span:after {
    content: url(/wp-content/themes/gruppoinformatico/css/icon_point.svg);
    position: absolute;
    opacity: 0;
    top: 0.1em;
    right: -20px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 1.5em;
}

.pulsante_prodotti_blocco .button:hover span {
 padding-right: 3.55em;
}

.pulsante_prodotti_blocco .button:hover span:after {
 opacity: 4;
 right: 0;
}

.page_video {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    width: 80%;
    max-width: 80%;
    margin: 0 auto;
}

.page_video svg {
  width: 100px;
  height: 100px;
}

.page_interviste {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  width: 100%;
  margin: 0 auto;
}

.page_interviste svg {
  width: 100px;
  height: 100px;
}

.testo_interviste h3 {
    color: var(--fifthcolor);
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

.testo_interviste h4 {
    color: var(--thirdcolor);
    font-weight: 600;
    font-size: 1.5em;
}

.testo_interviste h5 {
    color: var(--maincolor);
    font-weight: 400;
    font-size: 1.2em;
}

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

.timeline-horizontal svg {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.timeline-vertical {
  display: none;
}


/* ==================================
Slide
=====================================
*/

.ultimi_articoli .swiper-container {
  padding-bottom: 50px;
  padding-top: 50px;
  width: 100%;
  height: auto;
  padding-left: 10%;
  padding-right: 10%;
}


.ultimi_articoli .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 25vh;
    border-radius: 20px 20px 0px 0px;
}

.ultimi_articoli .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--fourthcolor);
}

.ultimi_articoli_text {
    background-color: #F5F5F5;
    padding: 20px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 0px 0px 20px 20px;
}

.ultimi_articoli_text h3 {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: var(--secondcolor) !important;
    position: relative;
    line-height: 120%;
    margin-bottom: 0 !important;
}

.ultimi_articoli_text h4 {
  color: var(--secondcolor);
}

.riassuntino {
    font-weight: 300;
    color: var(--secondcolor);
    margin-bottom: 50px;
}

.ultimi_articoli_text .scopri-di-piu span {
  color: var(--fourthcolor);
}

.ultimi_articoli_text .linea {
  background-color: var(--fourthcolor);
}

.ultimi_articoli_text .linea svg {
  fill: var(--fourthcolor);
}

.ultimi_articoli_text .link-pallino:hover > .scopri-di-piu svg {
  right: -10px;
  transition: all 0.3s linear;
  fill: var(--secondcolor);
}

.ultimi_articoli_text .link-pallino:hover > .scopri-di-piu span {
  color: var(--secondcolor);
  transition: all 0.2s linear;
}

.ultimi_articoli_text .link-pallino:hover > .scopri-di-piu .linea {
  background-color: var(--secondcolor);
  transition-delay: 250ms;
}


.sponsor .swiper-pagination-bullet {
    display: none;
}

.sponsor .swiper-button-next, .sponsor .swiper-button-prev {
    bottom: 10px;
    left: 0;
    width: 100%;
    top: inherit;
}

.sponsor .swiper-button-next {
  left: 50px;
}

.sponsor .swiper-button-prev {
    right: 50px;
    left: inherit;
}

.sponsor .swiper-button-next:after {
    background-color: var(--maincolor);
    color: var(--fourthcolor);
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 0;
    padding-top: 25px;
    padding-left: 21px;
}

.sponsor .swiper-button-prev:after {
    background-color: var(--maincolor);
    color: var(--fourthcolor);
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 0;
    padding-top: 25px;
    padding-left: 21px;
}

.sponsor .swiper-container {
  padding-bottom: 100px;
}

.sponsor .swiper-slide {
  text-align: center;
}

.sponsor .swiper-slide img {
    height: auto;
    width: 180px;
    padding: 20px;
}

.sponsor .swiper-wrapper {
    align-items: center;
}


h5 {
    color: var(--secondcolor) !important;
    font-weight: 300 !important;
}


.interviste .swiper-pagination-bullet {
    display: none;
}

.interviste .swiper-button-next, .interviste .swiper-button-prev {
    bottom: 10px;
    left: 0;
    width: 100%;
    top: inherit;
}

.interviste .swiper-button-next {
  left: 50px;
}

.interviste .swiper-button-prev {
    right: 50px;
    left: inherit;
}

.interviste .swiper-button-next:after {
    background-color: var(--maincolor);
    color: var(--fourthcolor);
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 0;
    padding-top: 25px;
    padding-left: 21px;
}

.interviste .swiper-button-prev:after {
    background-color: var(--maincolor);
    color: var(--fourthcolor);
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 0;
    padding-top: 25px;
    padding-left: 21px;
}

.interviste .swiper-container {
  padding-bottom: 100px;
}



/* ==================================
Testi
=====================================
*/

.paragrafo p {
    color: var(--maincolor);
    font-weight: 300;
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 15px;
}

.paragrafo strong {
    font-weight: 600;
}

.paragrafo b {
    font-weight: 600;
}

.paragrafo h2 {
    font-size: 3em;
    font-weight: 400;
    color: var(--secondcolor);
    line-height: 120%;
    margin-bottom: 30px;
}

.paragrafo h3 {
    font-size: 2rem;
    font-weight: 400;
    color: var(--maincolor);
    line-height: 120%;
    margin-bottom: 30px;
}

.paragrafo h4 {
    font-size: 1.5rem;;
    font-weight: 200;
    line-height: 150%;
    margin-bottom: 30px;
    font-family: 'Orbitron', sans-serif;
    color: var(--thirdcolor);
}

.paragrafo-page h2 {
  font-family: 'Orbitron', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--fifthcolor);
  line-height: 120%;
  margin-bottom: 10px;
}

.paragrafo-page h3 {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--thirdcolor);
  line-height: 120%;
  margin-bottom: 50px;
}

.paragrafo-page h4 {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--thirdcolor);
    line-height: 120%;
    margin-bottom: 50px;
}

.hero__content-page h1 {
  font-family: 'Orbitron', sans-serif;
  font-size: 3rem;
}

.hero__content-page h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 3rem;
        font-weight: 400;
}


.paragrafo ul li {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
    margin-left: 15px;
    list-style-image: url(/wp-content/themes/gruppoinformatico/css/icon_point.svg);
}

.paragrafo ul li::marker {
    font-size: 3.5rem;
    line-height: 0;
}




/* ==================================
Contatori
=====================================
*/

.contatori {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    margin-top: 100px;
}

.dati {
  text-align: center;
}

.count:after {
  content: '+';
  display: inline-block;
}

.backhead {
  text-align: center;
}

.backhead h4 {
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: var(--fourthcolor);
}

.contatore {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}


.contatore .dati span {
  color: var(--fourthcolor);
  font-family: 'Orbitron', sans-serif;
  font-size: 4.5em;
}


@media screen and (max-width:990px) {

  .hero {
      min-height: 80vh;
      padding: 0;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      gap: 5vh;
  }

  .hero-testo h2 {
    font-size: 2rem;
}

.hero-testo h1 {
    font-size: 3.5em;
    line-height: 120%;
    margin-bottom: 20px;
    font-family: 'Libre Franklin', sans-serif;
}


}




/* =================== Popup =================== */



img.mfp-img {
    max-height: 400px !important;
}

.mfp-with-zoom .mfp-title, .touch .gallery-image figcaption, html:not(.touch) .gallery-image figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: rgba(255, 255, 255, 0);
  padding: 1em;
  transition: all 0.2s ease;
  font-weight: 600;
  max-width: calc(100% - 9em);
  line-height: 1.25;
  text-align: center;
  box-sizing: border-box;
}
.mfp-with-zoom .mfp-title:before, .touch .gallery-image figcaption:before, html:not(.touch) .gallery-image figcaption:before, .mfp-with-zoom .mfp-title:after, .touch .gallery-image figcaption:after, html:not(.touch) .gallery-image figcaption:after {
  content: "";
  position: absolute;
  background: var(--thirdcolor);
  width: 100%;
  height: 100%;
  padding: 1em;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: -1;
}
.mfp-with-zoom .mfp-title:before, .touch .gallery-image figcaption:before, html:not(.touch) .gallery-image figcaption:before, .mfp-with-zoom .mfp-title:after, .touch .gallery-image figcaption:after, html:not(.touch) .gallery-image figcaption:after {
  right: 100%;
  bottom: 100%;
}
.mfp-with-zoom .mfp-title:after, .touch .gallery-image figcaption:after, html:not(.touch) .gallery-image figcaption:after {
  left: 100%;
  top: 100%;
}

.mfp-with-zoom.mfp-ready .mfp-title, .touch .gallery-image figcaption, html:not(.touch) .gallery-image:hover figcaption {
  color: white;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease 0.3s;
}
.mfp-with-zoom.mfp-ready .mfp-title:before, .touch .gallery-image figcaption:before, html:not(.touch) .gallery-image:hover figcaption:before, .mfp-with-zoom.mfp-ready .mfp-title:after, .touch .gallery-image figcaption:after, html:not(.touch) .gallery-image:hover figcaption:after {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready .mfp-title:before, .touch .gallery-image figcaption:before, html:not(.touch) .gallery-image:hover figcaption:before {
  right: -1.5em;
    bottom: -0.5em;
}
.mfp-with-zoom.mfp-ready .mfp-title:after, .touch .gallery-image figcaption:after, html:not(.touch) .gallery-image:hover figcaption:after {
  left: -1.5em;
top: -0.5em;
}


.touch .gallery-image figcaption {
  top: auto;
  bottom: 2em;
}


.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-bg {
  background-color: rgba(0, 0, 0, 0.9);
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 1;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-with-zoom img.mfp-img {
  padding: 0;
}
.mfp-with-zoom .mfp-figure:after {
  top: 0;
  bottom: 0;
}
.mfp-with-zoom .mfp-container {
  padding: 0;
}
.mfp-with-zoom .mfp-content {
  overflow: hidden;
}
.mfp-with-zoom .mfp-bottom-bar {
  top: auto;
  bottom: 0;
  margin-top: 0;
}
.mfp-with-zoom .mfp-title {
  top: auto;
  bottom: 2em;
}
.mfp-arrow {
  opacity: 1;
  margin-top: 0 !important;
  width: 20%;
  height: 30%;
  transform: translateY(-50%);
}
.mfp-arrow:before, .mfp-arrow:after {
  margin: 0;
  border: none;
  width: 2rem;
  height: 2rem;
  transform: rotate(-45deg) translate(-50%, -100%);
  opacity: 1;
  top: 50%;
  left: 50%;
  transition: all 0.15s;
}
.mfp-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:before, .mfp-arrow-left:after {
  border-top: 2px solid white;
  border-left: 2px solid white;
}
.mfp-arrow-left:after {
  margin-left: 2rem;
}
.mfp-arrow-left:hover:before, .mfp-arrow-left:active:before {
  margin-left: 2rem;
}
.mfp-arrow-left:hover:after, .mfp-arrow-left:active:after {
  margin-left: 0;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:before, .mfp-arrow-right:after {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}
.mfp-arrow-right:after {
  margin-left: 2rem;
}
.mfp-arrow-right:hover:before {
  margin-left: 2rem;
}
.mfp-arrow-right:hover:after {
  margin-left: 0;
}

button.mfp-close {
  opacity: 1;
  margin-top: 0 !important;
  width: 10% !important;
  height: 10%;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}
button.mfp-close:before, button.mfp-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  border: none;
  width: 1rem;
  height: 1rem;
  opacity: 1;
  transition: all 0.15s;
  transform-origin: 0 0;
  border-top: 2px solid white;
  border-left: 2px solid white;
}
button.mfp-close:before {
  transform: rotate(-45deg);
}
button.mfp-close:after {
  transform: rotate(135deg);
}
button.mfp-close:hover:before {
  transform: rotate(135deg);
}
button.mfp-close:hover:after {
  transform: rotate(315deg);
}
button.mfp-close:active {
  transform: scale(0.95);
}


/*
------------------------------------------
WORDPRESS
------------------------------------------*/

.wp-block-image img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    box-shadow: 5px 5px 25px -4px rgb(0 0 0 / 25%);
    border-radius: 20px !important;
    width: 100%;
}

.line {
    border: 1px solid var(--fourthcolor);
    position: relative;
    top: 5px;
    left: 0;
    width: 80px;
}

.wp-block-separator {
    border-top: 1px solid;
    border-bottom: 1px solid;
    width: 10%;
    position: absolute;
}


/*
------------------------------------------
FOOTER
------------------------------------------*/


footer {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.footer-1 {
  padding-left: 10%;
}

.dati_contatto img {
    width: 25px;
    height: 25px;
}

.dati_contatto p strong {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
}

.dati_di_contatto_footer {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
    text-align: left;
    flex-wrap: wrap;
}

.dati_contatto h4 {
    font-weight: 600;
    color: var(--fourthcolor);
    line-height: 1;
    font-size: 15px;
    margin-bottom: 30px;
}

.dati_contatto p {
    font-weight: 300;
    color: var(--fourthcolor);
    line-height: 1;
    font-size: 15px;
}

.dati_contatto p strong {
    font-weight: 700;
    font-size: 15px;
    color: var(--fourthcolor);
}

.dati_contatto a {
  color: var(--fourthcolor);
}

.footer_col_1 img {
    width: 250px;
    height: auto;
    margin-bottom: 30px;
}

.dati_contatto h3 {
  color: var(--secondcolor);
}

.dati_contatto_line {
    border: 1px solid var(--fourthcolor);
    position: relative;
    top: 5px;
    left: 0;
    width: 25px;
}

/* socials footer */

.socials--footer {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.socials--footer svg {
    height: 50px;
    width: auto;
    padding: 5px;
    fill: var(--thirdcolor);
}

.socials--footer a {
    z-index: 1;
    margin: 0px 10px;
}

.loghi-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  padding: 5vh 0;
}

.loghi-footer-col {
  width: 33.33%;
}

.loghi-footer-col img {
    width: auto;
    height: 80px;

}


/* search form */

/* search cerca desktop */

.desktop_search {
    position: fixed;
    top: 70px;
    right: 5%;
    z-index: 10;
    background-color: #F5F5F5;
    padding: 12px 20px;
    border-radius: 20px;
    border: 1px solid var(--secondcolor);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.desktop_search--show {
    visibility: visible;
    opacity: 1;
    top: 140px;
}

.desktop_search .search_row {
    display: flex;
}

.desktop_search .search-field {
    border: none;
    min-width: 280px;
    background-color: transparent;
    border-bottom: 2px solid var(--fourthcolor);
    color: black;
    font-size: 21px;
    padding: 0;
    margin: 0;
}

.search input placeholder {
    color: var(--maincolor) !important;
    font-size: 21px;
}

.desktop_search .cerca_lente {
    background-color: var(--secondcolor);
    border: none;
    margin-left: 10px;
}

.desktop_search .cerca_lente:hover {
    cursor: pointer;
}

@media (max-width:990px) {
    .seach-icon {
        display: none;
    }
}

/* mobile search */

@media (min-width:990px) {
    .mobile_search {
        display: none;
    }
}

.search_row {
    display: flex;
    justify-content: flex-end;
}

.cerca_lente {
    height: 100%;
    width: 30px;
    padding-bottom: 30px;
    border: none;
    border-bottom: 2px solid var(--maincolor);
    display: flex;
    flex-direction: column;
    margin-top: auto;
}


.total-footer {
  background: rgb(2,143,189);
background: -moz-linear-gradient(150deg, rgba(2,143,189,1) 50%, rgba(9,70,127,1) 100%);
background: -webkit-linear-gradient(150deg, rgba(2,143,189,1) 50%, rgba(9,70,127,1) 100%);
background: linear-gradient(150deg, rgba(2,143,189,1) 50%, rgba(9,70,127,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#028fbd",endColorstr="#09467f",GradientType=1);
    padding: 5% 0% 5% 0%;
}

.linea-footer {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: var(--thirdcolor);
}


.last-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 50px;
    margin: 20px auto;
}

.last-footer p {
  font-weight: 400;
  font-size: 16px;
  color: var(--fourthcolor);
}

.dots {
  display: none;
}


@media screen and (max-width:990px) {


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: black;
opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
color: black;
}

.hero--single {
    margin-top: 70px;
}

.hero__content-single h3 {
  font-size: 20px;
}

.hero__small ul {
    display: flex;
    column-gap: 30px;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    row-gap: 50px;
}

.hero-testo {
    width: 100%;
}

.hero-immagine {
    position: relative;
    left: 40%;
    right: 0;
    top: 5%;
    width: 100%;
}

.hero-immagine svg {
    position: absolute;
    bottom: 30px;
    width: 40vh;
    height: auto;
}

.hero-immagine img {
    object-fit: cover;
    height: 35vh;
    width: 35vh;
    border-radius: 50%;
}

.flex-end {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

.contatori {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    margin-top: 50px;
}

.dati span {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 3.5em !important;
}

.backhead h4 {
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    margin-bottom: 0px !important;
}

.contatore:nth-of-type(1) {
    width: 100%;
    height: 150px;
}

.contatore:nth-of-type(2) {
    width: 100%;
    height: 150px;
}

.contatore:nth-of-type(3) {
    width: 100%;
    height: 150px;
}

.contatore:nth-of-type(4) {
    width: 100%;
    height: 150px;
}

.paragrafo h2 {
    font-size: 2.2em;
}

.paragrafo h4 {
    font-size: 1.2rem;
}


.ultimi_articoli .swiper-slide img {
    height: 15vh;
}

.ultimi_articoli_text h3 {
    font-size: 1.3rem !important;
}

.flex-centrale {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-direction: column-reverse;
}

.paragrafo p {
    font-size: 15px;
}


.menu-app {
    display: block !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 5;
}

.munu-app-div img {
    width: auto;
    height: 3.5vh;
}

.munu-app-div {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    gap: 30px;
    background-color: #fff;
    height: auto;
    padding-top: 10px;
    padding-bottom: 5px;
    border-radius: 15px 15px 0px 0px;
    box-shadow: 0px 0px 5px var(--secondcolor);
}

.munu-app-div a {
  width: 33.33%;
  text-align: center;
}

.munu-app-div div {
    display: flex;
    flex-direction: column;
}

.munu-app-div div span {
    color: var(--secondcolor);
    font-size: 0.7rem;
font-family: 'Orbitron', sans-serif;
}

.hero .swiper-slide svg {
    height: 70px;
    width: 70px;
}

.hero .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
}

.hero__small h2 {
    font-size: 1.5em;
}

.servizi-box {
    width: 100%;
    margin-bottom: 50px;
}

.servizi-box img {
    height: 70px;
    width: auto;
}

.servizi-box h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 2em;
    color: var(--fifthcolor);
    margin-bottom: 30px;
}

.storie_column {
    width: 100%;
    margin-bottom: 50px;
}

.hero__medium h2 {
    font-size: 1.2em;
}

.certificazioni img {
    width: 150px;
    height: auto;
}

.sponsor .swiper-button-next:after {
    background-color: var(--maincolor);
    color: var(--fourthcolor);
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 0;
    padding-top: 21px;
    padding-left: 18px;
}

.sponsor .swiper-button-prev:after {
    background-color: var(--maincolor);
    color: var(--fourthcolor);
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 0;
    padding-top: 21px;
    padding-left: 18px;
}

.social {
  display: none;
}

.paragrafo-page {
    width: 100%;
    padding: 5vh;
}

.paragrafo h2 {
    font-size: 1.8rem;
}

.hero__content-page h1 {
    font-family: 'Orbitron', sans-serif;
    font-size: 2rem;
}

.hero__content-page h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 2rem;
}

.paragrafo-article {
    width: 100%;
    text-align: right;
    margin-top: 50px;
}

.paragrafo-article h1 {
    font-size: 2em !important;
    font-weight: 400;
    color: var(--thirdcolor) !important;
    line-height: 120%;
    margin-bottom: 30px;
}

.paragrafo-immagine {
    width: 100%;
}

.pulsante_prodotti {
    width: 100%;
    text-align: center;
}

.logo_prodotti {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.pulsante_prodotti .button {
    font-size: 1rem;
    width: 15em;
}

.pulsante_prodotti_blocco .button {
    font-size: 1rem;
    width: 15em;
}

.logo_prodotti img {
    height: 40px;
    width: auto;
}

.logo_prodotti_blocco img {
    height: 40px;
    width: auto;
}

.contenuto_pagina_img_text {
    margin-bottom: 10vh;
}

.dati_contatto {
  width: 90%;
}

.footer_col_2 {
    width: 90%;
}

.dati_contatto p {
    font-size: 14px;
}

.flex-content-start {
    gap: 15px;
}

.dati_contatto svg {
    width: 20px;
    height: 20px;
}

.paragrafo-page h3 {
    font-size: 1.5em;
}

.servizi-contenuto h2 {
    font-size: 1.5em;
}

.serivizi-lista {
    width: 48%;
    height: 50vw;
}

.serivizi-lista p {
    padding: 5px;
    text-align: center;
    font-size: 12px;
    line-height: 150%;
}

.paragrafo ul li {
    font-size: 14px;
}

.paragrafo ul li::marker {
    font-size: 2.5rem;
    line-height: 0;
}

.all-center {
    flex-direction: column;
    row-gap: 100px;
}

.follow-linkedin {
    position: relative;
    right: 0;
    top: 0;
}

}


@media screen and (max-width:600px) {


  .socials--header {
    margin-right: 0;
}

.hero-testo h1 {
    font-size: 2.5em;
}

.hero-testo h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.pulsante-arancione button {
    padding: 1em 1.5em;
    font-size: 12px;
}

.pulsante-bianco button {
    padding: 1em 1.5em;
    font-size: 12px;
}

.hero-immagine svg {
    width: 30vh;
}

.hero-immagine img {
    object-fit: cover;
    height: 30vh;
    width: 30vh;
    border-radius: 50%;
}

.backhead h4 {
    font-size: 0.8rem !important;
}

.paragrafo h4 {
    font-size: 1.2rem;
}

.contatori {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}


.ultimi_articoli .swiper-slide img {
    height: 30vh;
}


.footer_col_1 img {
    width: 170px;
    height: auto;
    margin-bottom: 30px;
}

.socials--footer img {
    height: 40px;
    width: auto;
    padding: 5px;
    fill: var(--thirdcolor);
}

.last-footer p {
    font-weight: 400;
    font-size: 10px;
    color: var(--secondcolor);
}

.progress-wrap {
    left: 15px;
}

.servizi-2-box {
    width: 100%;
}

.servizi-2 div h3 {
    font-size: 1.8em;
}

.servizi-2-box img {
    height: 60px;
}

.paragrafo p {
    color: var(--maincolor);
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 20px;
}

.paragrafo h2 {
    font-size: 2em;
}


.progress-wrap {
    position: fixed;
    left: 10px !important;
    bottom: 60px !important;
    height: 50px !important;
    width: 50px !important;
}

.progress-wrap::before {
    line-height: 50px !important;
    font-size: 30px !important;
    left: 0px !important;
    top: 0px !important;
    height: 50px !important;
    width: 50px !important;
}

.last-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 50px;
    margin: 0px auto;
    padding: 10px;
    margin-bottom: 8vh;
}

.servizi-box h3 {
    font-size: 1.1em;
}

.servizi-box p {
    font-size: 1em;
}

.storie_text p {
    font-size: 0.8em;
}

.storie_text h3 {
    font-size: 1.2em;
}

.storie_text_riassunto {
    font-size: 1em;
    margin-bottom: 30px;
}

.pulsante_normale button {
    font-size: 1em;
}

.page_video {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 25vh;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.page_video svg {
    width: 50px;
    height: 50px;
}

.timeline-horizontal {
    display: none;
}

.timeline-vertical {
  display: block;
}

.timeline-vertical svg {
    width: 100%;
    height: 100%;
}
}

}

/*
------------------------------------------
ACCESSORIE
------------------------------------------*/


.grecaptcha-badge {
	display: none;
}

.paginazione_post {
    text-align: center;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    margin-top: 100px;
}

.page-numbers {
  border: 2px solid var(--secondcolor);
  border-radius: 50%;
  color: var(--secondcolor);
  padding: 10px 20px;
  margin: 0px 2px;
}

.current {
  border: 2px solid var(--secondcolor);
  border-radius: 50%;
  background-color: var(--secondcolor);
  color: white;
}

/*
------------------------------------------
ANIMAZIONI
------------------------------------------*/

.reveal {
  position: relative;
  transform: translateY(40px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.immagine {
  position: relative;
  transform: translateX(100%);
  opacity: 0;
  transition: 1s all ease;
}

.immagine.active {
  transform: translateX(0);
  opacity: 1;
}

.linea-footer svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    fill: var(--fourthcolor);
}

/* #Progress
================================================== */



.progress-wrap {
    position: fixed;
    left: 50px;
    bottom: 50px;
    height: 60px;
    width: 60px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(255 255 255 / 20%);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background-color: var(--fourthcolor);
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
  font-family: 'Material Icons';
	content: '\e5cc'
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: var(--fourthcolor);
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
    position: absolute;
    font-family: 'Material Icons';
    content: '\e5cc';
    text-align: center;
    line-height: 60px;
    font-size: 35px;
    opacity: 1;
    background-image: linear-gradient(298deg, var(--fourthcolor), var(--secondcolor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--maincolor);
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transform: rotate(270deg);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path {
	fill: none;
}
.progress-wrap svg.progress-circle path {
	stroke: var(--secondcolor);
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


@-webkit-keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; }
	14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; }
	28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; }
	42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; }
	56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; }
	70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; }
	84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; }
}
@keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; }
	14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; }
	28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; }
	42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; }
	56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; }
	70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; }
	84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; }
}

.menu-app {
  display: none;
}