@charset "utf-8";

/************************************************ GOOGLE FONT ************************************************/

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Barlow:300,300i,400,400i,500,500i,600,600i,700");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:600");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

/************************************************ STILI DI BASE ************************************************/

a {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.btn-dark:hover {
  color: #fff !important;
}

.custom-control-label:before {
  background-color: #fff;
  border-radius: 0px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #009ee2;
}

.custom-control-label {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  padding-top: 3px;
}

body {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  background: #fff;
}

#primary-nav {
  background-color: #fff;
}

.lead {
  font-size: 24px;
  color: #333;
  font-weight: 500;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 14px !important;
  font-weight: 500;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  line-height: 43px;
  font-weight: 500;
}

.nav-bg-custom {
  background-color: #fff;
}

/***************************** PADDING % VISIBILE SOLO SU MOBILE *****************************************/

.padding_20percento_fisso {
  padding-right: 20%;
  padding-left: 20%;
}

.padding_20percento {
  padding-right: 0%;
  padding-left: 0%;
}

@media (max-width: 992px) {
  .padding_20percento {
    padding-right: 20%;
    padding-left: 20%;
  }
}

.padding_15percento {
  padding-right: 0%;
  padding-left: 0%;
}

@media (max-width: 992px) {
  .padding_15percento {
    padding-right: 15%;
    padding-left: 15%;
  }
}

.padding_10percento {
  padding-right: 0%;
  padding-left: 0%;
}

@media (max-width: 992px) {
  .padding_10percento {
    padding-right: 10%;
    padding-left: 10%;
  }
}

/************************************************ IMMAGINE HEADER CON SCRITTA E ALTEZZA FISSA *************/

.immagine-centrata-sfondo {
  background-image: url("img/header.jpg");
  min-height: 650px;
  background-position: center;
  background-size: cover;
  position: relative;
  color: white;
  font-family: "Open Sans", sans-serif;
  /*font-family: "Courier New", Courier, monospace;*/
  font-weight: 500;
  line-height: 35px;
  font-size: 30px;
}

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/************************************************ ACCORDION **********************************************/

/* 250 px altezza immagini, 650 larghezza */

.accordion {
  width: 100%;
  max-width: 100%;
  height: 500px;
  overflow: hidden;
  margin: 0px auto;
}

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}

.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion ul li div a {
  display: block;
  height: 500px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  transition: all 200ms ease;
}

.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.accordion ul li div a h2 {
  font-family: "Titillium Web", sans-serif;
  text-overflow: clip;
  font-size: 37px;
  font-weight: 800;
  margin-bottom: 2px;
  padding-left: 15px;
  top: 160px;
}

.accordion ul li div a p {
  top: 160px;
  font-weight: 600;
  font-size: 14px;
  padding-left: 16px;
}

.accordion ul li:nth-child(1) {
  background-image: url("img/accordion_01.jpg");
}

.accordion ul li:nth-child(2) {
  background-image: url("img/accordion_02.jpg");
}

.accordion ul li:nth-child(3) {
  background-image: url("img/accordion_03.jpg");
}

.accordion ul li:nth-child(4) {
  background-image: url("img/accordion_04.jpg");
}

.accordion ul li:nth-child(5) {
  background-image: url("img/accordion_05.jpg");
}

.accordion ul li:nth-child(6) {
  background-image: url("img/accordion_06.jpg");
}

.accordion ul:hover li {
  width: 8%;
}

.accordion ul:hover li:hover {
  width: 60%;
}

.accordion ul:hover li:hover a {
  background: rgba(0, 0, 0, 0.4);
}

.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 600px) {
  body {
    margin: 0;
  }

  .accordion {
    height: auto;
  }

  .accordion ul li,
  .accordion ul li:hover,
  .accordion ul:hover li,
  .accordion ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
}

/***************************************** Full Width Gradient CTA *************************************/
.as-cta-full-gradient {
  background-color: #ea5712;
  /* background-image: linear-gradient(135deg, #444 0, #222 100%); */
}
.as-cta-full-gradient .as-cta-desc h2,
.as-cta-full-gradient .as-cta-desc p {
  color: #fff;
}
@media (max-width: 767px) {
  .as-cta-full-gradient {
    text-align: center;
  }
  .as-cta-full-gradient .as-cta-btn {
    margin-top: 20px;
  }
}
/*-- Full Width Gradient CTA */

/************************************************ OVERLAY ************************************************/

.img-container {
  position: relative;
  display: inline-block;
}
.img-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.img-container:hover .overlay {
  opacity: 1;
}
.overlay span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

/************************************************ RETTANGOLO INTERNO ************************************************/

.inner {
  background: white;
  border: 1px solid white;
  border-radius: 10px;
  position: absolute;
  top: 33%;
  right: 21%;
  bottom: 23%;
  left: 21%;
  opacity: 0.9;
}
@media screen and (max-width: 1300px) {
  .inner {
    top: 15%;
    right: 11%;
    left: 11%;
    bottom: 15%;
  }
}

/************************************************ HIDE/SHOW ************************************************/

#nascondi {
  display: none;
}

#toggle.hide {
  display: none;
}

/************************************************ INLINE FORM CENTRATO ************************************************/

#form_panel {
  text-align: center;
}

/************************************************ STILE PER CENTRARE DIV ************************************************/

.center {
  margin: auto;
  width: 100%;
  padding: 10px;
}

/************************************************ IMMAGINI WRAPPER % ************************************************/

.imgwrapper {
  width: 70%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .imgwrapper {
    width: 30%;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .imgwrapper {
    width: 70%;
  }
}

/************************************************ CARD ************************************************/

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #5f492d;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/************************************************ SPAZIATURE ************************************************/

.spazio1 {
  margin-top: 15px;
}

.spazio1_sfondo {
  margin-top: 15px;
  background-color: #303c40;
}

.spazio15 {
  margin-top: 15px;
}

.spazio2 {
  margin-top: 20px;
}

.spazio3 {
  margin-top: 30px;
}

.spazio4 {
  margin-top: 40px;
}

.spazio5 {
  margin-top: 50px;
}

.spazio6 {
  margin-top: 60px;
}

.spazio7 {
  margin-top: 70px;
}

.spazio8 {
  margin-top: 80px;
}

.spazio9 {
  margin-top: 90px;
}

.spazio10 {
  margin-top: 100px;
}

.spazio11 {
  margin-top: 110px;
}

.spazio12 {
  margin-top: 120px;
}

.spazio13 {
  margin-top: 130px;
}

.spazio100 {
  margin-top: 100px;
}

.spazio150 {
  margin-top: 150px;
}

.spazio210 {
  margin-top: 210px;
}

.spazio260 {
  margin-top: 260px;
}

@media only screen and (max-width: 1200px) {
  .wrap-left {
    text-align: center;
  }
}

.wrap-right {
  text-align: right;
}

@media only screen and (max-width: 1200px) {
  .wrap-right {
    text-align: center;
  }
}

/************************************************ ANIMAZIONI FADE E SLIDE ************************************************/

.hideme {
  opacity: 0;
  position: relative;
  left: -250px;
}

.hidemefade {
  opacity: 0;
  position: relative;
}

.hidemefadefast {
  opacity: 0;
  position: relative;
}

/************************************************ IMG SFONDO ************************************************/

#img-overlay-intro {
  padding-top: 0px;
  padding-bottom: 0px;
}

.ricerca {
  border-style: solid;
  border-width: 1px;
  border-color: #bfbfbf;
  padding: 30px;
  margin: 5px;
}

/************************************************ PARALLAX **************************************************/

.parallax_01 {
  background-image: url(img/parallax_01.jpg);
  min-height: 700px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  /* background-size: cover; */
}

/************************************************ FONT SCRITTURA ************************************************/

.testo_01 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 600px) {
  .testo_01 {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.testo_02 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
}

.testo_03 {
  font-family: "Poppins", sans-serif;
  color: #a40609;
  font-size: 27px;
  font-weight: 500;
}

.testo_04 {
  font-family: "Poppins", sans-serif;
  color: #063d73;
  font-size: 21px;
  font-weight: 600;
}

.testo_05 {
  font-family: "Poppins", sans-serif;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

@media (max-width: 1200px) and (min-width: 768px) {
  .testo_05 {
    font-size: 12px;
  }
}

.testo_06 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 30px;
  font-weight: 700;
}

.testo_07 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 400;
  vertical-align: super;
}

@media only screen and (max-width: 600px) {
  .testo_07 {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    vertical-align: super;
  }
}

.testo_08 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.testo_09 {
  font-family: "Poppins", sans-serif;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.testo_10 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.testo_social {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  color: #999;
  padding-right: 8px;
}

a.testo_social:hover {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  color: #5bc0de;
  padding-right: 8px;
}

.testo_11 {
  font-family: "Poppins", sans-serif;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.testo_12 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.testo_13 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 23px;
  font-weight: 500;
}

.testo_14 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 600;
}

.testo_15 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
}

.testo_16 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 19px;
  font-weight: 300;
}

.testo_17 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 29px;
  font-weight: 500;
}

.testo_17 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.testo_18 {
  font-family: "Poppins", sans-serif;
  color: #b55371;
  font-size: 18px;
  font-weight: 400;
}

.testo_19 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.testo_20 {
  font-family: "Poppins", sans-serif;
  color: #337ab7;
  font-size: 14px;
  font-weight: 600;
}

.testo_21 {
  font-family: "Poppins", sans-serif;
  color: #cc1215;
  font-size: 14px;
  font-weight: 600;
}

.testo_22 {
  font-family: "Poppins", sans-serif;
  color: #767676;
  font-size: 21px;
  font-weight: 600;
}

.testo_23 {
  font-family: "Poppins", sans-serif;
  color: #ddd;
  font-size: 16px;
  font-weight: 500;
}

.testo_24 {
  font-family: "Poppins", sans-serif;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

.testo_24 a:link {
  color: #999999;
}

.testo_24 a:hover {
  color: #fff;
  text-decoration: none;
}

.testo_24 a:visited {
  color: #999999;
}
.testo_24 a:visited:hover {
  color: #fff;
}

.testo_25 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 24px;
  font-weight: 300;
}

.testo_26 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 700;
}

.testo_27 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 11px;
  font-weight: 400;
}

.testo_28 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

.testo_29 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.testo_30 {
  font-family: "Poppins", sans-serif;
  color: #666;
  font-size: 16px;
  font-weight: 600;
}

.testo_31 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.testo_32 {
  font-family: "Crimson Text", serif;
  color: #666;
  font-size: 29px;
  font-weight: 500;
}

.testo_33 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 24px;
  font-weight: 700;
}

.testo_34 {
  font-family: "Poppins", sans-serif;
  color: #b55371;
  font-size: 14px;
  font-weight: 500;
}

.testo_35 {
  font-family: "Poppins", sans-serif;
  color: #999;
  font-size: 18px;
  font-weight: 400;
}

.testo_36 {
  font-family: "Poppins", sans-serif;
  color: #999;
  font-size: 16px;
  font-weight: 400;
}

.testo_37 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 23px;
  font-weight: 500;
}

.testo_38 {
  font-family: "Poppins", sans-serif;
  color: #b55371;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}

.testo_39 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 400;
}

.testo_40 {
  font-family: "Poppins", sans-serif;
  color: #666;
  font-size: 26px;
  font-weight: 400;
  line-height: 33px;
}

.testo_41 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 21px;
  font-weight: 500;
  line-height: 23px;
}

.testo_43 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 28px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -1px;
}

.testo_44 {
  font-family: "Poppins", sans-serif;
  color: #b20000;
  font-size: 34px;
  font-weight: 400;
  line-height: 23px;
}

.testo_45 {
  font-family: "Poppins", sans-serif;
  color: #888;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.testo_46 {
  font-family: "Poppins", sans-serif;
  color: #888;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.testo_47 {
  font-family: "Poppins", sans-serif;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.testo_48 {
  font-family: "Poppins", sans-serif;
  color: #efefef;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.testo_48 a:hover {
  color: #efefef;
  text-decoration: none;
}

.testo_49 {
  font-family: "Poppins", sans-serif;
  color: #efefef;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.testo_50 {
  font-family: "Poppins", sans-serif;
  color: #555;
  font-size: 15px;
  font-weight: 400;
}

.testo_51 {
  font-family: "Poppins", sans-serif;
  color: #555;
  font-size: 21px;
  font-weight: 400;
}

.testo_52 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 48px;
  font-weight: 600;
  line-height: 53px;
}

@media only screen and (max-width: 1024px) {
  .testo_52 {
    visibility: hidden;
  }
}

.testo_53 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .testo_53 {
    visibility: hidden;
  }
}

.testo_54 {
  font-family: "Poppins", sans-serif;
  color: #666;
  font-size: 23px;
  font-weight: 600;
  line-height: 23px;
}

.testo_55 {
  font-family: "Poppins", sans-serif;
  color: #a40609;
  font-size: 30px;
  font-weight: 300;
  font-style: italic;
  line-height: 35px;
}

.testo_56 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 55px;
  font-weight: 600;
  line-height: 65px;
}

.testo_57 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.testo_58 {
  font-family: "Poppins", sans-serif;
  color: #a40609;
  font-size: 21px;
  font-weight: 500;
}

.testo_59 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.testo_60 {
  font-family: "Poppins", sans-serif;
  color: #a40609;
  font-size: 45px;
  font-weight: 400;
  line-height: 40px;
}

.testo_61 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .testo_61 {
    text-align: center;
  }
}

.testo_62 {
  font-family: "Poppins", sans-serif;
  color: #a40609;
  font-size: 28px;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .testo_62 {
    text-align: center;
  }
}

.testo_63 {
  font-family: "Poppins", sans-serif;
  color: #333;
  line-height: 43px;
  font-size: 38px;
  font-weight: 500;
  text-align: left;
}

.testo_64 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 38px;
  font-weight: 500;
  text-align: left;
}

.testo_65 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}

.testo_66 {
  font-family: "Poppins", sans-serif;
  color: #ccc;
  line-height: 21px;
  font-size: 28px;
  font-weight: 500;
}

.testo_67 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.testo_67 a:hover {
  color: #ccc;
  text-decoration: none;
}

.testo_67 a:visited {
  color: #fff;
}
.testo_67 a:visited:hover {
  color: #ccc;
}

.testo_68 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  letter-spacing: 4px;
}

.testo_68 a:hover {
  color: #ccc;
  text-decoration: none;
}

.testo_68 a:visited {
  color: #fff;
}
.testo_68 a:visited:hover {
  color: #ccc;
}

.testo_69 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.testo_70 {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 10px;
}

.testo_71 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.testo_72 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.testo_73 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.testo_74 {
  font-family: "Poppins", sans-serif;
  color: #777;
  font-size: 16px;
  font-weight: 500;
}

.testo_75 {
  font-family: "Poppins", sans-serif;
  color: #999;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 3px;
}

.testo_76 {
  font-family: "Poppins", sans-serif;
  color: #d9d9d9;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
}

.testo_77 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}

.testo_78 {
  font-family: "Poppins", sans-serif;
  color: #d9d9d9;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

.testo_79 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 19px;
}

.testo_80 {
  font-family: "Poppins", sans-serif;
  color: #efefef;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.testo_81 {
  font-family: "Poppins", sans-serif;
  color: #ea5712;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

.testo_82 {
  font-family: "Poppins", sans-serif;
  color: #d9d9d9;
  font-size: 23px;
  /*font-weight: 700;*/
  line-height: 38px;
}

.testo_83 {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}

.testo_97 {
  font-family: "Poppins", sans-serif;
  line-height: 26px;
  color: #eee;
  font-size: 21px;
  /*font-weight: 600;*/
}

.testo_98 {
  font-family: "Poppins", sans-serif;
  line-height: 18px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

.testo_99 {
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  line-height: 55px;
  font-weight: 300;
  color: #111;
}
.testo_100 {
  font-family: "Open Sans", sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 300;
  color: #ddd;
}

.testo_101 {
  font-family: "Poppins", sans-serif;
  color: #ddd;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.testo_102 {
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  line-height: 55px;
  font-weight: 300;
  color: #ddd;
}

/********************* TEXT DANGER *************************************/

.text-danger {
  color: #ec634f !important;
}

/****************************************** CARD HEADER **********************************/

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 1px solid #afafaf;
  border-radius: 0px !important;
  margin-bottom: 15px;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #000000;
  border-bottom: 1px solid #afafaf;
  border-radius: 0px !important;
}

.card-header:first-child {
  border-radius: 0px;
}

.card-body {
  background: #212121;
  border: 0px solid red;
  padding: 1rem;
}

.box1 {
  transition: box-shadow 0.3s;
  border: 1px solid #515151;
  /*background: transparent;*/
  background: #fff;
  border-radius: 0px;
  width: 100%;
  padding-top: 21px;
}

.box2 {
  transition: box-shadow 0.3s;
  border: 1px solid #515151;
  background: transparent;
  border-radius: 0px;
  width: 100%;
  padding-top: 21px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ddd;
}

/****************************************** NASCONDI IMMAGINI ICONE SCHERMI PICCOLO **********************************/

@media only screen and (max-width: 768px) {
  .imgnone {
    display: none;
  }
}

#sfondo-base {
  padding-bottom: 70px;
  padding-top: 70px;
  background-color: #eee;
}

#sfondo-base1 {
  padding-bottom: 70px;
  padding-top: 70px;
  background-color: #000;
}

#sfondo-base2 {
  padding-bottom: 70px;
  padding-top: 70px;
  background-color: #303030;
}

/********************************************** LINEA DIVISORIA ORIZZONTALE HR *****************************************/

hr {
  border-top: 1px solid #fff;
}

/************************************************ CONTENITORE FOOTER ************************************************/

#top {
  background-color: #b55371;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #fff;
}

#center {
  background-color: #e9e9e9;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #fff;
}

#bottom {
  background-color: #666;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

.left-panel {
  background-color: #fff;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 160px;
  padding-bottom: 90px;
}

.right-panel {
  background-color: #fff;
  padding-top: 100px;
  padding-right: 100px;
  padding-left: 160px;
  padding-bottom: 90px;
}

#sfondo-sezione {
  background-color: #fafafa;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}

#sfondo-sezione-1 {
  background-color: #f2f2f2;
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}

#sfondo-chiaro {
  padding-bottom: 70px;
  background-color: #eaf0fb;
}

#sfondo-bianco-menu {
  background-color: #000;
}

#sfondo-arancio {
  padding-bottom: 70px;
  background-color: #ff8b0e;
}

#sfondo-chiaro1 {
  padding-bottom: 70px;
  background-color: #f9f7f6;
}

#sfondo-grigio {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #242424;
}

#sfondo-nero {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000;
}

#sub-footer_amministra {
  background-color: #37393b;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #fff;
}

/************************************************ CONTENITORE SLIDER HOME PAGE ************************************************/

#contenitore-slider {
  background-color: #f2f2f2;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 50px;
  margin-top: 80px;
  margin-left: 140px;
  padding-bottom: 80px;
  border-style: solid;
  border-color: #4e4e4e;
  border-width: 1px;
}

@media only screen and (max-width: 1024px) {
  #contenitore-slider {
    visibility: hidden;
  }
}

/************************************************ CONTENITORE NEWSLETTER ************************************************/

#fondo-nero {
  background-color: #000;
  padding-top: 55px;
  padding-bottom: 25px;
}

#fondo-grigio {
  background-color: #f3f3f3;
  padding-top: 55px;
  padding-bottom: 25px;
}

#fondo-nero-no-padding {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 45px;
}

#fondo-grigio-no-padding {
  background-color: #b2b9c3;
  padding-top: 30px;
  padding-bottom: 45px;
}

#fondo-rosso {
  background-color: #d7001f;
  padding-top: 115px;
  padding-bottom: 100px;
}

#fondo-grigio-chiaro {
  background-color: #ebebeb;
  padding-top: 70px;
  padding-bottom: 100px;
}

#fondo-grigio-margine {
  background-color: #ebebeb;
  padding-top: 100px;
  padding-bottom: 100px;
}

#fondo-grigio-seo {
  background-color: #ebebeb;
  padding-bottom: 100px;
}

#contenitore-newsletter {
  background-color: #f2f2f2;
  padding-top: 55px;
  padding-bottom: 75px;
}

#contenitore-newsletter-pg-interne {
  background-color: #e4e4e4;
  padding-top: 75px;
  padding-bottom: 35px;
}

/************************************************ CONTENITORE SOCIAL ************************************************/

#contenitore-social {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 30px;
}

/************************************************ IMAGE HOVER ************************************************/

.img-responsive:hover {
  background-color: white;
  opacity: 0.6;
}

/************************************************ CONTENITORE SOCIAL COLORATO************************************************/

#contenitore-social-colorato {
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 30px;
}

/************************************************ BOTTONI E FORM ************************************************/

.form-inline > * {
  margin: 10px 5px !important;
}

.form-control {
  font-family: "Poppins", sans-serif;
  border-radius: 0px;
  color: #666;
}

.btn {
  border-radius: 0px;
  font-family: "Poppins", sans-serif;
  margin-top: 15px;
  font-weight: 100 !important;
}

.btn-secondary {
  background-color: #3a3d42;
  border-color: #3a3d42;
}

.btn-dark {
  background-color: #ea5712;
  border-color: #ea5712;
  font-weight: 600;
}

a.btn-dark {
  color: #fff;
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  padding-top: 11px !important;
  font-size: 16px !important;
  padding-bottom: 11px !important;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 47px;
  padding-right: 47px;
  border-radius: 30px;
}

.btn-danger,
.btn-danger:active,
.btn-danger:visited {
  background-color: #a82630;
}

.btn-primary {
  font-weight: 500;
}

.btn-outline-primary {
  color: #fff;
  border-color: #009ee2;
  border-radius: 6px;
}

.btn-outline-primary:hover {
  color: #000;
  background-color: #dddddd;
  border-color: #009ee2;
}

/************************************************ COLORE E STILE FOCUS SU INPUT E TEXTAREA************************************************/

textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.6);
  outline: 0 none;
}

/***************************************************** dropdown ****************************************************/

.dropdown-menu {
  background-color: #fff;
  border: 1px solid rgb(197 197 197 / 15%);
  border-radius: 10px;
}

/***************************************************** footer ****************************************************/

#myFooter {
  background-color: #3a3f46;
  color: white;
}

#myFooter .row {
  margin-bottom: 60px;
}

#myFooter .info {
  text-align: left;
  color: #afb0b1;
}

#myFooter ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.7;
}

#myFooter h5 {
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin-top: 30px;
}

#myFooter .logo {
  margin-top: 10px;
}

#myFooter .second-bar .logo a {
  color: white;
  font-size: 28px;
  float: left;
  font-weight: bold;
  line-height: 68px;
  margin: 0;
  padding: 0;
}

#myFooter a {
  color: #d2d1d1;
  text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
  text-decoration: none;
  color: white;
}

#myFooter .second-bar {
  text-align: center;
  background-color: #33373e;
}

#myFooter .second-bar a {
  font-size: 22px;
  color: #9fa3a9;
  padding: 10px;
  transition: 0.2s;
  line-height: 68px;
}

#myFooter .second-bar a:hover {
  text-decoration: none;
}

#myFooter .social-icons {
  float: right;
}

#myFooter .facebook:hover {
  color: #0077e2;
}

#myFooter .google:hover {
  color: #ef1a1a;
}

#myFooter .twitter:hover {
  color: #00aced;
}

@media screen and (max-width: 767px) {
  #myFooter {
    text-align: center;
  }

  #myFooter .info {
    text-align: center;
  }
}

/********************************************* TESTO SOPRA LE IMMAGINI ****************************************************************/

.esterno {
  position: relative;
}

.scritta_sufoto_pagine {
  font-family: "Poppins", sans-serif;
  font-size: 33px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 460px;
  left: 10%;
  /* background: #fff; */
  padding: 10px;
}

@media screen and (max-width: 1800px) {
  .scritta_sufoto_pagine {
    top: 430px;
    left: 10%;
  }
}
@media screen and (max-width: 1700px) {
  .scritta_sufoto_pagine {
    top: 400px;
    left: 10%;
  }
}
@media screen and (max-width: 1600px) {
  .scritta_sufoto_pagine {
    top: 370px;
    left: 10%;
  }
}

@media screen and (max-width: 1500px) {
  .scritta_sufoto_pagine {
    top: 340px;
    left: 10%;
  }
}
@media screen and (max-width: 1400px) {
  .scritta_sufoto_pagine {
    top: 310px;
    left: 10%;
  }
}
@media screen and (max-width: 1300px) {
  .scritta_sufoto_pagine {
    top: 260px;
    left: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .scritta_sufoto_pagine {
    top: 210px;
    left: 10%;
  }
}

@media screen and (max-width: 1100px) {
  .scritta_sufoto_pagine {
    top: 180px;
    left: 10%;
  }
}

@media screen and (max-width: 1024px) {
  .scritta_sufoto_pagine {
    top: 240px;
    left: 10%;
    font-size: 26px;
  }
}

.top-left-sopra {
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 360px;
  left: 10%;
  /* background: #fff; */
  padding: 10px;
}

@media screen and (max-width: 1800px) {
  .top-left-sopra {
    top: 300px;
    left: 10%;
  }
}
@media screen and (max-width: 1700px) {
  .top-left-sopra {
    top: 310px;
    left: 10%;
  }
}
@media screen and (max-width: 1600px) {
  .top-left-sopra {
    top: 280px;
    left: 10%;
  }
}

@media screen and (max-width: 1500px) {
  .top-left-sopra {
    top: 240px;
    left: 10%;
  }
}
@media screen and (max-width: 1400px) {
  .top-left-sopra {
    top: 200px;
    left: 10%;
  }
}
@media screen and (max-width: 1300px) {
  .top-left-sopra {
    top: 160px;
    left: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .top-left-sopra {
    top: 380px;
    left: 10%;
  }
}

@media screen and (max-width: 1100px) {
  .top-left-sopra {
    top: 380px;
    left: 10%;
  }
}

@media screen and (max-width: 1024px) {
  .top-left-sopra {
    top: 380px;
    left: 10%;
  }
}

@media screen and (max-width: 750px) {
  .top-left-sopra {
    top: 180px;
    left: 10%;
  }
}

.top-left-sotto {
  font-family: "Poppins", sans-serif;
  font-size: 33px;
  font-weight: 300;
  color: #333;
  position: absolute;
  top: 155px;
  left: 10%;
  background: #fff;
  padding: 10px;
}

.top-left-sotto-trasp {
  font-family: "Poppins", sans-serif;
  font-size: 33px;
  font-weight: 300;
  color: #333;
  position: absolute;
  top: 155px;
  left: 10%;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .top-left-sotto {
    font-size: 19px;
    top: 95px;
    padding: 10px;
  }
}

/********************************************* MENU NAVIGAZIONE FONDO PAGINAc****************************************************************/

.nav-link {
  display: block;
  padding-right: 23px;
  padding-left: 23px;
  padding-bottom: 6px;
}
