body {
  overflow-x: hidden;
  background: url("../img/background_site.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.row {
  margin: 0;
}

#header {
  position: sticky;
  top: 0;
  z-index: 10;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 55px;
}

/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  margin-left: 5px;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 15px 24px 15px;
  font-size: 14px;
  color: #80d95d;
  white-space: nowrap;
  transition: 0.3s;
}


.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

li:hover>a {
  background: #0989007c;
  border-radius: .5rem;
}

.start {
  border: 1px solid #149d19;
  max-height: 20px;
  border-radius: 10px;
  color: white;
  background: #149d19;
}

.start:hover {
  background: #145716;
  border-radius: 18px;
  border: 1px solid #145716;
  color: #c9ffda;
  transition: all 300ms;
}

/**
  * Mobile Navigation
  */
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle {
  color: #80d95d;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul.open {
    right: 0;
    margin: 0;
    padding: 0;
    display: flex;
    position: absolute;
    top: 40px;
    list-style: none;
    align-items: center;
    flex-direction: column;
    z-index: 10;
    background: #212529;
    width: 100vw;
    padding-bottom: 20px;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #212529;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 45px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #212529;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  /*padding: 10px 20px;*/
  /*font-size: 15px;*/
  /*color: #ffffff;*/
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #c9ffb4;
  background: none;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.background-opacity {
  background-color: #212529e3;
}

div.section-page img.img-coach {
  min-width: 300px;
  max-width: 95%;
  margin-top: 3%;
  /*filter: drop-shadow(0 0 10px #80d95d);*/
}

.video-presentazione {}


div.section-page div.text-home {
  color: #fff;
}

.btn-type {
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  padding: 5px 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.btn-active {
  background: #1d9d23;
}

.btn-disabled {
  background: #80d95d;
}

#btn-buy {
  margin-top: 10px !important;
  background: #149d19 !important;
  border-radius: 10px;
  border: 1px solid #149d19 !important;
  color: white;
  transition: all 300ms;
}

.btn.btn-buy {
  margin-top: 10px !important;
  background: #149d19 !important;
  border-radius: 10px;
  border: 1px solid #149d19 !important;
  color: white;
  transition: all 300ms;
}

.btn-buy:hover {
  background: #145716;
  border-radius: 18px;
  border: 1px solid #145716;
  color: #c9ffda;
  transition: all 300ms;
}

.container-card.one {
  text-align: -webkit-right;
}

@media (max-width:992px) {
  .text-home {
    margin-top: 10%;
  }

  .container-card.one {
    text-align: -webkit-center !important;
    margin-bottom: 15%;
  }

  .container-card {
    text-align: -webkit-center;
  }
}

.card-service {
  min-width: 220px;
  width: 100%;
  max-width: 400px;
  border-radius: 15px;
  box-shadow: 0 0 15px 0px #80d95d;
}


.card-service .icon-cup {
  width: 5%;
  margin-bottom: 0.3rem;
}

.card-service .img-card {
  max-width: 100%;
  border-radius: 1rem;
  margin-block: 1rem;
}

.card-service .price h4.price-original {
  background: #ff6464;
  width: fit-content;
  margin: auto;
  margin-top: 15px;
  color: white;
  padding: 2px 10px;
  border-radius: 12px;
}

.price-original:before {
  position: absolute;
  content: "";
  left: 0;
  top: 16%;
  margin: auto;
  width: 30%;
  right: 0;
  border-top: 3px solid;
  color: black;
  border-color: inherit;
  -webkit-transform: rotate(-16deg);
  -moz-transform: rotate(-16deg);
  -ms-transform: rotate(-16deg);
  -o-transform: rotate(-16deg);
  transform: rotate(-16deg);
}

.card-service .price h1.price-sale {
  margin-top: 2%;
  font-size: 25px;
  margin-left: auto;
  margin-right: auto;
  background: #80d95d;
  width: fit-content;
  padding: 2px 10px;
  border-radius: 12px;
}

.card-service ul {
  padding-left: 1rem;
}

.card-service li {
  font-size: 14px;
}

.about-us {}

.icon-about {
  width: 100px;
  height: 100px;
  margin: auto;
  margin-bottom: 10px;
}

.card-about {
  background: darkcyan;
  border-radius: 11px;
  padding: 20px;
  max-width: 550px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

/** login page **/

.card-login {
  min-width: 300px;
  width: 80%;
  margin: auto;
  border-radius: 15px;
  box-shadow: 0 0 15px 0px #80d95d;
}

.card-login .icon-cup {
  width: 5%;
  max-width: 19px;
  margin-bottom: 0.3rem;
}

.form-register input {
  width: 98%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
}

/** Form Contact **/
.ftco-section {
  padding: 0 0 2.5rem 0;
}

.ftco-no-pt {
  padding-top: 0;
}

.ftco-no-pb {
  padding-bottom: 0;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.form-group {
  margin-bottom: 1rem;
}

.form-control {
  height: 36px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.3) !important;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:-ms-input-placeholder {
  /* IE 0+ */
  color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:focus,
.form-control:active {
  border-color: #01d28e !important;
}

textarea.form-control {
  height: inherit !important;
}

.wrapper {
  width: 100%;
  -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
}

.contact-wrap {
  background: #fff;
  border-radius: 1rem;
}

.info-wrap {
  color: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
}

.info-wrap h3 {
  color: #fff;
}

.info-wrap .dbox {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
}

.info-wrap .dbox:last-child {
  margin-bottom: 0;
}

.info-wrap .dbox p {
  margin-bottom: 0;
}

.info-wrap .dbox p span {
  font-weight: 500;
  color: #fff;
}

.info-wrap .dbox p a {
  color: #fff;
}

.info-wrap .dbox .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.info-wrap .dbox .icon span {
  font-size: 20px;
  color: #fff;
}

.info-wrap .dbox .text {
  width: calc(100% - 50px);
}

.btn {
  padding: 12px 16px;
  cursor: pointer;
  border-width: 1px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
}

.btn.btn-primary {
  background: #01d28e !important;
  border-color: #01d28e !important;
  color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  border-color: #019f6c !important;
  background: #019f6c !important;
}

.contactForm .label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.contactForm .form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  font-size: 16px;
  border: 1px solid #bfbfbf;
  padding: 10px;
  border-radius: 0.5rem;
  margin-top: 5px;
}

#contactForm .error {
  color: red;
  font-size: 12px;
}

#contactForm .form-control {
  font-size: 16px;
}

#message {
  resize: vertical;
}

#form-message-warning,
#form-message-success {
  display: none;
}

#form-message-warning {
  color: red;
}

#form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: bold;
}

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: bold;
}


video {
  max-width: 80%;
  width: 100%;
  height: auto;
  border: 4px solid #1d9d23;
  box-shadow: 0px 0px 30px #1d9d23;
  border-radius: 15px;
}

.footer {
  background: #22262a;
  color: white;
  text-align: center;
  padding: 10px 0px;
}

/* FOOTER */

th {
  color: white
}

.footerlinks {
  color: white !important;
  text-decoration: none
}

.footerlinks:hover {
  text-decoration: underline !important;
}

.text-family {
  max-width: 700px;
  margin: auto;
  line-height: 30px;
}

.btn-family {
  font-size: 24px;
  border-radius: 12px
}

.img-family {
  width: 30%;
}

@media (max-width : 700px) {
  .text-family {
    line-height: 15px !important;
    font-size: 10px !important;
  }

  .btn-family {
    font-size: 12px;
    padding: 6px 8px;
  }

  .img-family {
    width: 60%;
  }
}

@media (max-width: 992px) {
  .chi-cosa-come {
    font-size: 18px;
  }
}

/* Section Webinar */

.list-webinar,
.prossimamente-webinar {
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.card_webinar {
  border-radius: 0.7rem;
  width: calc(20% - 30px);
  height: fit-content;
  flex: 1 1 20px;
  margin: 15px;
  position: relative;
  background-color: lightgray;
  transition: all 0.5s;
}

/*Reduce with of un-hovered elements
.wrapped_webinar .list-webinar .card_webinar:not(:hover) {width: calc(20% - 30px - 1%);}
/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style
.wrapped_webinar .list-webinar .card_webinar:hover {width: calc(20% - 30px + 4%);}*/

.card_webinar:hover {
  flex: 1.3 1 20px;
}

.card_webinar:hover img {
  display: none;
}

.card_webinar:hover video {
  display: block;
}

.card_webinar .audio_on.item_webinar {
  display: none;
}

.card_webinar:hover .audio_on.item_webinar {
  display: block;
}


.card_webinar video {
  display: none;
}

.recap-webinar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.image_container {
  width: 100%;
}

.image_container>img {
  border-radius: 0.7rem 0.7rem 0 0;
  width: 100%;
}

.image_container>video {
  border-radius: 0.7rem 0.7rem 0 0;
  width: 100%;
  max-width: 100%;
  border: none;
  box-shadow: none;
}

.card-content {
  position: relative;
  padding: 10px 15px 15px;
}

.title-webinar {
  font-weight: bold;
  font-size: 18px;
}

.description-webinar {
  font-style: italic;
}

.color_primary {
  color: #80d95d !important;
}

.link {
  cursor: pointer;
}

.trailer_video {
  max-width: 80%;
  margin: auto;
  position: relative;
  border: 4px solid #1d9d23;
  box-shadow: 0px 0px 30px #1d9d23;
  border-radius: 15px;
}

.controls_video {
  position: relative;
}

.trailer_video video {
  max-width: none;
  border: none;
  box-shadow: none;
}

.play_on {
  position: absolute;
  color: white;
  z-index: 1;
}

.play_on.trailer {
  top: 50%;
  right: 50%;
  transform: translate(+50%, 0%);
  font-size: 50px;
  cursor: pointer;
  transition: all 0.4s;
}

.play_on.trailer.start_video {
  top: auto;
  bottom: 0.7vw;
  left: 2.5vw;
  right: auto;
  font-size: 1vw;
  transform: none;
}

.play_on.trailer.play {
  opacity: 0;
}

.trailer_video:hover .play_on.trailer {
  color: #80d95d;
}

.trailer_video:hover .play_on.trailer.start_video {
  color: white;
}

.trailer_video:hover .play_on.trailer.start_video:hover {
  color: #80d95d;
}

.audio_on {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 1;
}

.audio_on.trailer {
  color: white;
  top: auto;
  bottom: 0.7vw;
  right: 2.5vw;
  font-size: 1vw;
  transition: all 0.4s;
  opacity: 0;
}

.audio_on.trailer:hover {
  color: #80d95d;
}

.trailer_video:hover .play_on.trailer {
  opacity: 1 !important;
}

.trailer_video:not(:hover) .audio_on.trailer {
  opacity: 0 !important;
}

.trailer_video:hover .audio_on.trailer {
  opacity: 1 !important;
}

.audio_on.trailer.play {
  opacity: 1;
}

.banner-control {
  background: #353535;
  opacity: .5;
  width: 100%;
  height: 0px;
  position: absolute;
  bottom: 0px;
  border: 1rem;
  border-radius: 0.7rem;
  transition: height 0.3s;
}

.trailer_video:hover .banner-control.play {
  height: 2.5vw;
}

.s11 {
  flex: 1 1 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding: 10px;
  margin-block: 15px;
  filter: drop-shadow(2px 4px 6px black);
}

.s11:hover {
  flex: 1.3 1 20px;
}

.prossimamente-webinar .s11 {
  flex: .25 1 20px;

}

.prossimamente-webinar .s11:hover {
  flex: 0.3 1 20px;
}

.s12 {
  background-color: #1e1e1e;
  position: relative;
  bottom: 0;
  height: auto;
  border-radius: 1rem;
}

.s123 {
  border-radius: 50%;
  aspect-ratio: 1;
  width: 40%;
  right: 0;
  position: absolute;
  top: -25%;
  display: grid;
  place-items: center;
  min-width: 100px
}

.s11:hover .s12 {
  height: 110%;
}

.s236 {
  max-width: 90%;
  border-radius: 50%;
  margin: auto;
}

.s55 {
  max-width: 55%;
  padding: 10px 10px 0;
}

.s66 {
  color: white;
  font-size: 12px;
}

.s99 {
  margin: 0;
  color: #80d95d;
  font-weight: bold;
  font-size: 30px;
}

.s222 {
  padding: 10px;
}

.s789 {
  display: none;
  color: white;
  font-size: 12px;
}

.s654 {
  margin: 0;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
}

.s669 {
  width: 100%;
  position: absolute;
  z-index: 0;
}

.s700 {
  border-radius: 50%;
  text-align: center;
  position: absolute;
  z-index: 1;
}

@media (min-width: 992px) and (max-width: 1250px) {
  .s11 {
    flex: 1 1 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    padding: 10px;
    margin-block: 15px;
    filter: drop-shadow(2px 4px 6px black);
  }

  .s11:hover {
    flex: 1.3 1 20px;
  }

  .s12 {
    background-color: #1e1e1e;
    position: relative;
    bottom: 0;
    height: auto;
    border-radius: 1rem;
  }

  .s123 {
    border-radius: 50%;
    aspect-ratio: 1;
    width: 50%;
    left: 10px;
    position: relative;
    top: 10px;
    display: grid;
    place-items: center;
  }

  .s11:hover .s12 {
    height: 110%;
  }

  .s236 {
    max-width: 90%;
    border-radius: 50%;
    margin: auto;
  }

  .s55 {
    max-width: 100%;
    margin-top: 10px;
    padding: 10px;
  }

  .s66 {
    color: white;
    font-size: 11px;
  }

  .s99 {
    margin: 0;
    color: #80d95d;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
  }

  .s222 {
    padding: 0 10px 10px;
  }

  .s789 {
    display: none;
    color: white;
    font-size: 12px;
  }

  .s654 {
    margin: 0;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
  }

  .s669 {
    width: 100%;
    position: absolute;
    z-index: 0;
  }

  .s700 {
    border-radius: 50%;
    text-align: center;
    position: absolute;
    z-index: 1;
  }
}

@media (max-width: 992px) {
  .navbar>ul>li {
    margin: 0;
  }

  .info-wrap .dbox .icon {
    display: none !important;
  }

  .info-wrap .dbox .text {
    width: auto;
  }

  .info-wrap {
    margin-top: 2rem !important;
    /*padding: 1rem!important;*/
  }

  .play_on.trailer {
    font-size: 20px;
  }

  .s11 {
    flex: none !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    padding: 10px;
    margin-block: 5px;
    filter: drop-shadow(2px 4px 6px black);
    max-width: 100%;
    width: 100%;
  }

  .s11:hover {
    flex: none !important
  }

  .s12 {
    background-color: #1e1e1e;
    position: relative;
    bottom: 0;
    height: auto;
    min-height: 150px;
    border-radius: 1rem;
    display: grid;
    grid: auto / auto auto;
    grid-template-columns: 1.5fr 2fr;
    align-items: center;
    /* grid-area: 2 / 1 / span 1 / span 2; */
  }

  .s123 {
    border-radius: 50%;
    aspect-ratio: 1;
    width: 50%;
    left: auto;
    position: relative;
    top: auto;
    display: grid;
    place-items: center;
    grid-area: 1 / 1 / span 2;
    justify-self: center;
    padding-block: 5px;
  }

  .s11:hover .s12 {
    height: 110%;
  }

  .s236 {
    max-width: 90%;
    border-radius: 50%;
    margin: auto;
  }

  .s55 {
    max-width: 100%;
    margin-top: 5px;
    padding: 10px;
    display: flex;
    flex: 1 1;
    flex-direction: column;
  }

  .s66 {
    color: white;
    order: 2;
    font-size: 11px;
  }

  .s99 {
    margin: 0;
    color: #80d95d;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
  }

  .s222 {
    padding: 10px;
    grid-area: 2 / 2 / span 1 / span 1;
  }

  .s789 {
    display: none;
    color: white;
    font-size: 12px;
  }

  .s654 {
    margin: 0;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
  }

  .s669 {
    width: 100%;
    position: absolute;
    z-index: 0;
  }

  .s700 {
    border-radius: 50%;
    text-align: center;
    position: absolute;
    z-index: 1;
  }

  .background-chi-siamo {
    background: transparent !important;
    margin: auto !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
    box-shadow: none !important;
  }

  .img-profilo {
    filter: drop-shadow(1px 4px 8px black) !important;
  }


  .text-profilo {
    margin: 1rem 0 0 0 !important;
    filter: none !important;
    box-shadow: 0px 4px 17px #1d9d23 !important;
  }
}

.background-chi-siamo {
  background: url("../img/backgroundchisiamo.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  margin: auto;
  width: 90%;
  height: 90%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  box-shadow: 0px 0px 32px 1px #1d9d23;
}

.img-profilo {
  border-radius: 50%;
  aspect-ratio: 1;
  min-width: 145px;
  width: 25%;
  margin: auto;
  position: relative;
  top: -15%;
  display: grid;
  place-items: center;
  filter: drop-shadow(1px 4px 8px black);
}

.img-profilo>img {
  width: 100%;
  position: absolute;
  z-index: 0;
}

.img-profilo>div {
  border-radius: 50%;
  text-align: center;
  position: absolute;
  z-index: 1;
}

.img-profilo>div>img {
  max-width: 90%;
  margin: auto;
}

.text-profilo {
  position: relative;
  top: -15%;
  margin: 0.5rem;
  background: #050a075c;
  border-radius: 1rem;
  padding: 0.5rem;
  filter: drop-shadow(2px 2px 8px black);
}

/* END WEBINAR */

.societa-text {
  filter: drop-shadow(2px 4px 6px black);
  width: 80%;
}

.m-right {
  margin-right: auto !important;
}

.m-left {
  margin-left: auto !important;
}

@media (max-width: 992px) {
  .societa-text {
    width: 100%;
    margin: auto !important;
  }

  .text-container-lsdm {
    width: 100%;
    margin: auto !important;
  }
}

.filter-shadow-text {
  filter: drop-shadow(2px 4px 6px black);
}

.text-container-lsdm {
  width: 80%;
}

.group-societa{
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 700px;
}

.societa {
  padding-top: 1rem;
  flex: 1 1 25%;
  margin-top: .5rem;
  margin-bottom: 2rem;
}

.societa:hover{
  background-color: #1e1e1e;
  border-radius: 1rem;
}

.societa a{
  text-decoration: none;
}
.societa img {
  max-width: 125px;
}

.societa p {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: .5rem;
  /*display: none;*/
}

@media (max-width: 992px) {
  .group-societa{
    max-width: 100%;
    gap: 10px;
  }


  .societa {
    padding-block: 1rem;
    margin-bottom: 0;
    margin-inline: 0 !important;
  }
  
  .societa img {
    max-width: 80%;
  }
  
  .societa p {
    display: none;
  }
}