@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
body {
  background-color: #fff;
  padding: 0px;
  margin: 0px;
}

* {
  font-weight: 400;
  line-height: 1.4em;
  font-size: 14px;
  color: #4a4a4a;
  font-family: "Poppins", sans-serif;
}

p {
  line-height: 1.8rem;
}

.separator-3line {
  display: block;
  position: relative;
  margin: 10px auto;
  height: 2px;
  width: 60px;
  background-color: #cca876;
}
.separator-3line:after, .separator-3line:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: #cca876;
  height: 2px;
  top: 3px;
  left: 50%;
  width: 44px;
  margin-left: -22px;
}
.separator-3line:before {
  top: 6px;
  right: 50%;
  width: 28px;
  margin-left: -14px;
}
.separator-3line.left {
  margin-left: 0px;
  margin-right: 0px;
}
.separator-3line.left:after, .separator-3line.left:before {
  left: 0px;
  right: 0px;
  margin-left: 0px;
}

.btn-cstm {
  display: inline-block;
  border: 1px solid #cca876;
  background-color: #cca876;
  color: #fff;
  border-radius: 2px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding: 15px 25px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-cstm i {
  color: inherit;
  font-size: 14px;
}
.btn-cstm:hover {
  background-color: white;
  color: #cca876;
  border-color: #cca876;
  text-decoration: none;
}

.inherit {
  font: inherit;
  color: inherit;
}

.title {
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0px;
  font-weight: 400;
  color: #333;
}
.title .font-italic {
  font: inherit;
  color: inherit;
  font-style: italic;
}

.label-head {
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.5px;
  color: inherit;
  margin-bottom: 15px;
}

.section-cstm {
  display: block;
  position: relative;
  padding: 100px 0;
}
.section-cstm .header-h400 {
  height: 400px;
}
.section-cstm.bg-grey {
  background-color: #EFEFEF;
}
.section-cstm.header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 530px !important;
}
.section-cstm.header.filter-dark:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.section-cstm.header.filter-dark .container {
  position: relative;
  z-index: 3;
}
.section-cstm.header .title {
  font-size: 52px;
}
.section-cstm.header .title.line-l {
  position: relative;
}
.section-cstm.header .title.line-l:before {
  border-style: initial;
  border: none;
  float: left;
  position: absolute;
  top: 0.36rem;
  left: -1020px;
  width: 1000px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  font-family: FontAwesome;
  content: "";
  line-height: 0;
  font-size: 4px;
  text-align: right;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.3) !important;
  margin: 0.4em 0 0.3em;
}
.section-cstm#sHome {
  height: 80vh !important;
  background-color: #333;
  overflow: hidden;
}
.section-cstm#sCollaborazioni {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("../img/bg-collaborazioni.jpg");
}
.section-cstm#sHomeAttivita {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/bg-homeAttivita.jpg");
}
.section-cstm#sHomeContatti {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/bg-homeContatti.jpg");
}
.section-cstm#sContatti {
  background-image: url("../img/bg-contatti.jpg");
}
.section-cstm#sAttivita {
  background-image: url("../img/bg-homeAttivita.jpg");
}
.section-cstm#sPolicy {
  background-image: url("../img/bg-privacy_policy.jpg");
}
.section-cstm#sNews {
  background-image: url("../img/bg-head-news.jpg");
}
.section-cstm#sMissionDesc {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("../img/bg-mission-g.jpg");
  padding-top: 40px;
}
.section-cstm#sMission {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("../img/bg-mission-w.jpg");
  padding-bottom: 40px;
}

.lh-2 {
  line-height: 2em;
}

h1, .h1 {
  font-size: 62px;
  font-weight: 400;
}

h2, .h2 {
  font-size: 42px;
  font-weight: 400;
}

h3, .h3 {
  font-size: 30px;
}

h4, .h4 {
  font-size: 20px;
}

.vh-100 {
  height: 100vh;
}

.modal-cstm .modal-content {
  border-radius: 0px;
  border-width: 0px !important;
}
.modal-cstm .modal-content .modal-header {
  border-width: 0px;
}
.modal-cstm .modal-content .modal-body {
  border-width: 0px;
}
.modal-cstm .modal-content .modal-footer {
  border-width: 0px;
}

.main-header .top-navbar {
  display: block;
  position: relative;
  z-index: 6666;
  background: #fff;
  padding: 7px 0px;
  height: 35px;
  border-bottom: solid 1px #ededed;
}
.main-header .top-navbar .list-contact {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.main-header .top-navbar .list-contact li {
  display: inline-block;
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  color: #999;
  text-transform: uppercase;
}
.main-header .top-navbar .list-contact li i {
  font-size: 14px;
  color: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-header .top-navbar .list-contact li .value {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #cca876;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-header .top-navbar .list-contact li .value.social {
  margin-left: 10px;
}
.main-header .top-navbar .list-contact li .value.social i {
  font-size: 19px;
  color: #999;
}
.main-header .top-navbar .list-contact li:hover i {
  color: #9b7b4d;
}
.main-header .top-navbar .list-contact li:hover .value {
  color: #9b7b4d;
  text-decoration: none;
}
.main-header .top-navbar .list-contact li:hover .value.social i {
  color: #cca876;
}
.main-header .navbar-cstm {
  position: absolute;
  top: 35px;
  left: 0px;
  z-index: 5;
  display: block;
  width: 100%;
  height: 85px;
  padding: 10px 0;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0);
  background-color: transparent;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.main-header .navbar-cstm .navbar-toggler {
  width: 40px;
}
.main-header .navbar-cstm .navbar-toggler i {
  font-size: 20px;
}
.main-header .navbar-cstm .whatsapp-mobile {
  float: right;
  display: none;
  margin-right: 5px;
  width: 30px;
}
.main-header .navbar-cstm .whatsapp-mobile img {
  display: inline-block;
  height: 22px;
}
.main-header .navbar-cstm .navbar-brand {
  display: block;
  padding: 0;
  height: 65px;
  width: 232px;
  margin: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/studiolegalesimonecolomboW.png");
}
.main-header .navbar-cstm .navbar-nav {
  margin-top: 0px !important;
}
.main-header .navbar-cstm .navbar-nav .nav-item {
  margin: 0 0px 0 30px;
  padding: 0;
}
.main-header .navbar-cstm .navbar-nav .nav-item .nav-link {
  padding: 0px 0px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  height: 75px;
  line-height: 75px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-header .navbar-cstm .navbar-nav .nav-item .nav-link:hover {
  color: #cca876;
}
.main-header .navbar-cstm .navbar-nav .nav-item .nav-link i {
  color: inherit;
  font-size: 22px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-header .navbar-cstm .navbar-nav .nav-item .nav-link i:hover {
  color: #cca876;
}
.main-header .navbar-cstm .navbar-nav .nav-item .nav-link .wa {
  display: inline-block;
  margin-top: -8px;
  height: 26px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-header .navbar-cstm .navbar-nav .nav-item .nav-link .wa:hover {
  transform: scale(1.3);
}
.main-header .navbar-cstm .navbar-nav .nav-item.active .nav-link {
  border-bottom: 4px solid #cca876;
}
.main-header .navbar-cstm.fixed-top {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 65px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.main-header .navbar-cstm.fixed-top .navbar-brand {
  height: 55px;
  width: 196px;
  margin-top: -15px;
  background-image: url("../img/studiolegalesimonecolombo.png");
}
.main-header .navbar-cstm.fixed-top .navbar-nav .nav-item .nav-link {
  color: #333;
  height: 55px;
  line-height: 55px;
}
.main-header .navbar-cstm.fixed-top .navbar-nav .nav-item.active .nav-link {
  border-bottom: 4px solid #cca876;
}

.footer {
  display: block;
  position: relative;
  background: url("../img/bg-footer.jpg") no-repeat center bottom scroll;
  background-color: #4a4f55;
  background-size: cover;
  padding: 30px 0 0 0;
}
.footer .link-scrolltop:hover {
  cursor: pointer;
}
.footer .linktop {
  color: #cca876;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  margin: 0 0 30px 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.footer .linktop:hover {
  color: #fff;
  text-decoration: none;
}
.footer .navbar-h {
  list-style: none;
  margin: 0px auto 40px auto;
  padding: 0px;
}
.footer .navbar-h li {
  display: inline-block;
}
.footer .navbar-h li .link-cstm {
  display: block;
  padding: 5px 20px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer .navbar-h li .link-cstm:hover {
  color: #9b7b4d;
  text-decoration: navajowhite;
}
.footer .navbar-h li i {
  color: #fff;
  font-size: 19px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer .navbar-h li i:hover {
  color: #9b7b4d;
  text-decoration: navajowhite;
}
.footer .navbar-h li .wa {
  margin-top: -5px;
  display: inline-block;
  height: 24px;
}
.footer .list-contact {
  list-style: none;
  padding: 0px;
  margin: 20px 0 40px 0;
}
.footer .list-contact li {
  display: block;
  position: relative;
  padding-left: 30px;
  margin: 10px 0;
}
.footer .list-contact li .icona {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 20px;
  font-size: 14px;
  color: #cca876;
  width: 20px;
  text-align: center;
}
.footer .list-contact li span, .footer .list-contact li a {
  color: #999;
  font-size: 13px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer .list-contact li a:hover {
  color: #fff;
  text-decoration: none;
}
.footer .testo {
  color: #999;
  font-size: 14px;
}
.footer .bar-bottom {
  display: block;
  padding: 15px 30px;
  margin: 0;
  position: relative;
  background-color: #404449;
}
.footer .bar-bottom p {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #999;
  line-height: 1.5;
}

.carousel-home {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.carousel-home .carousel-item {
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel-home .home-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.4);
}
.carousel-home .home-mask h3 {
  font-size: 32px !important;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
}
.carousel-home .home-mask h2 {
  font-size: 62px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
}

.imgSc {
  margin-bottom: -40px;
  margin-top: -25px;
  height: 350px;
}

.list-collaborazioni {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding: 0px;
}
.list-collaborazioni li {
  width: 30%;
  position: relative;
  display: inline-block;
  padding: 15px 20px 15px 40px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  margin: 0 1%;
  vertical-align: top;
}
.list-collaborazioni li .icon {
  position: absolute;
  left: 5px;
  top: 15px;
  z-index: 3;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background-color: #cca876;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.box-servizi-home {
  align-items: center;
  width: 100%;
  height: 175px;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  padding: 0 15px;
  background-color: #333;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 2px;
  overflow: hidden;
}
.box-servizi-home:after {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  opacity: 0.9;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.box-servizi-home * {
  position: relative;
  z-index: 3;
}
.box-servizi-home h4 {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  font-family: "Libre Baskerville", serif;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.box-servizi-home .icona {
  font-size: 32px;
  margin: 35px 0 15px 0;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  filter: invert(70%);
}
.box-servizi-home:hover {
  text-decoration: none;
}
.box-servizi-home:hover:after {
  background-color: #cca876;
  opacity: 0.95;
}
.box-servizi-home:hover h4 {
  color: #fff;
}
.box-servizi-home:hover .icona {
  filter: invert(0%);
}

#pg-attivita-dettaglio h1.title {
  font-size: 42px;
}
#pg-attivita-dettaglio .imgLeft {
  display: block;
  width: 100%;
  height: 400px;
  object-position: center;
  object-fit: cover;
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
}
#pg-attivita-dettaglio .list-punti {
  list-style: none;
  margin: 0px;
  padding-left: 40px;
}
#pg-attivita-dettaglio .list-punti li {
  display: block;
  margin: 5px 0;
  padding: 5px 0 5px 0;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #efefef;
  font-weight: 300;
  color: #333;
}
#pg-attivita-dettaglio .list-punti li:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #cca876;
  position: absolute;
  left: -40px;
  top: 7px;
  display: block;
  width: 30px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

#pg-attivita #sAttivitahead {
  background-image: url("../img/head-attivita.jpg");
}
#pg-attivita .box-aggiornamento {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #fff;
  padding: 30px 20px;
  margin: 20px 0px;
  min-height: 160px;
  border-right: 2px solid #cca876;
}
#pg-attivita .box-aggiornamento p {
  margin: 0px;
  position: relative;
  z-index: 3;
}
#pg-attivita .box-aggiornamento:after {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  right: 20px;
  content: "";
  font-family: "FontAwesome";
  font-size: 72px;
  color: #cca876;
  transform: rotate(0deg);
  opacity: 0.2;
}
#pg-attivita .box-servizi {
  display: block;
  width: 100%;
  height: 250px;
  margin: 15px 0;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#pg-attivita .box-servizi:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#pg-attivita .box-servizi.bg-dark:after {
  background-color: rgba(74, 79, 85, 0.8);
}
#pg-attivita .box-servizi.bg-gold:after {
  background-color: rgba(155, 123, 77, 0.8);
}
#pg-attivita .box-servizi .servizi-body {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 20px;
}
#pg-attivita .box-servizi .servizi-body .icona {
  display: block;
  width: 54px;
  height: 54px;
  margin: 20px auto 23px auto;
  object-position: center;
  object-fit: cover;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#pg-attivita .box-servizi .servizi-body h3 {
  font-size: 22px !important;
  line-height: 1.4em;
  color: #fff;
}
#pg-attivita .box-servizi .servizi-body p {
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
}
#pg-attivita .box-servizi:hover.bg-dark:after {
  background-color: rgba(74, 79, 85, 0.95);
}
#pg-attivita .box-servizi:hover.bg-gold:after {
  background-color: rgba(155, 123, 77, 0.95);
}
#pg-attivita .box-servizi:hover .icona {
  width: 70px;
  height: 70px;
}

#pg-contatti .section-cstm.header .phone {
  font: inherit;
  color: inherit;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#pg-contatti .section-cstm.header .phone:hover {
  transform: translateX(10px);
  text-decoration: none;
  color: #cca876;
}
#pg-contatti .label-cstm {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 2px;
  display: block;
  color: #999;
}
#pg-contatti .label-cstm .required {
  float: right;
  font-size: 12px;
  font-style: italic;
  color: #999;
  font-family: "Libre Baskerville", serif;
}
#pg-contatti .form-control-cstm {
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  padding: 12px 10px;
  height: auto;
  font-size: 15px;
}
#pg-contatti .box-info-contact {
  display: block;
  position: relative;
  padding: 0 0 20px 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
#pg-contatti .box-info-contact .icon {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  object-position: center;
  object-fit: contain;
}
#pg-contatti .box-info-contact .head {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 30px;
  color: #999;
}
#pg-contatti .box-info-contact .value {
  display: block;
  font-size: 16px;
  color: #4a4a4a;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#pg-contatti .box-info-contact .value:hover {
  color: #cca876;
  text-decoration: none;
}

#pg-news .box-news {
  display: block;
  border-bottom: 1px solid #cca876;
  margin-bottom: 50px;
}
#pg-news .box-news p.maxh {
  height: 100px;
  overflow: hidden;
  position: relative;
}
#pg-news .box-news .news-img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}
#pg-news .box-news .h2.title {
  font-size: 28px;
  display: block;
  margin-top: 10px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#pg-news .box-news .h2.title:hover {
  color: #cca876;
  text-decoration: none;
}
#pg-news .box-news .list-dett-articolo {
  display: block;
  list-style: none;
  padding: 0px;
  margin: 20px 0px 0px 0px;
}
#pg-news .box-news .list-dett-articolo li {
  display: inline-block;
}
#pg-news .box-news .list-dett-articolo li a, #pg-news .box-news .list-dett-articolo li span {
  display: block;
  color: #999;
  font-size: 14px;
  margin-right: 20px;
}
#pg-news .box-news .list-dett-articolo li a i, #pg-news .box-news .list-dett-articolo li span i {
  color: #ccc;
  color: inherit;
  font-size: 14px;
}
#pg-news .box-news .btn-append {
  float: right;
  padding: 8px 20px;
}
#pg-news .box-news .btn-append i {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#pg-news .box-news .btn-append:hover i {
  transform: translateX(-5px);
}
#pg-news .list-categories {
  list-style: none;
  margin: 30px 0px 10px 0;
  padding: 0px;
}
#pg-news .list-categories li {
  display: block;
}
#pg-news .list-categories li a {
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #999;
  padding: 5px 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#pg-news .list-categories li a:hover {
  color: #cca876;
}

#cookie_avviso {
  display: none;
  z-index: 15000;
  float: left;
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 7px 30px;
  color: #fff;
  font-size: 14px;
}
#cookie_avviso a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
#cookie_avviso a:hover {
  cursor: pointer;
  cursor: hand;
  text-decoration: underline;
}
#cookie_avviso .btn-c-accetta {
  color: #fff;
  font-weight: normal;
  display: inline-block;
  padding: 3px 5px;
  border: 1px solid #fff;
  border-radius: 3px;
  line-height: 1em;
}
#cookie_avviso .btn-c-accetta:hover {
  cursor: pointer;
  background-color: #fff;
  color: #000;
}

@media (max-width: 767.98px) {
  .mobile-hide {
    display: none;
  }

  .main-header .top-navbar {
    display: none;
  }
  .main-header .navbar-cstm {
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 5px 0;
    background-color: #fff;
    height: 65px;
  }
  .main-header .navbar-cstm .navbar-brand {
    height: 55px;
    width: 196px;
    background-image: url("../img/studiolegalesimonecolombo.png") !important;
    margin: 0 auto;
  }
  .main-header .navbar-cstm .whatsapp-mobile {
    display: block !important;
  }
  .main-header .navbar-cstm .navbar-nav {
    margin-top: 5px !important;
    background-color: #fff;
  }
  .main-header .navbar-cstm .navbar-nav .nav-item {
    margin: 0px;
  }
  .main-header .navbar-cstm .navbar-nav .nav-item .nav-link {
    padding: 0px 20px;
    font-size: 15px;
    color: #333;
    height: 40px !important;
    line-height: 40px !important;
    border-bottom: 1px solid #efefef;
  }
  .main-header .navbar-cstm .navbar-nav .nav-item.active .nav-link {
    background-color: #cca876;
    color: #fff;
    border-bottom-width: 0px !important;
  }
  .main-header .navbar-cstm.fixed-top {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 65px;
  }
  .main-header .navbar-cstm.fixed-top .navbar-brand {
    height: 55px;
    width: 196px;
    margin: 0 auto;
    background-image: url("../img/studiolegalesimonecolombo.png");
  }

  h1, .h1 {
    font-size: 38px;
    font-weight: 400;
  }

  h2, .h2 {
    font-size: 34px;
    font-weight: 400;
  }

  h3, .h3 {
    font-size: 30px;
  }

  h4, .h4 {
    font-size: 20px;
  }

  .section-cstm {
    padding: 50px 0;
  }
  .section-cstm.header {
    height: 330px !important;
  }
  .section-cstm.header .title {
    font-size: 32px;
  }
  .section-cstm .header-h400 {
    height: 300px;
  }
  .section-cstm#sHome {
    height: 60vh !important;
  }
  .section-cstm#sHome .title {
    font-size: 28px;
  }

  .list-collaborazioni li {
    width: 100%;
    padding: 15px 20px 15px 40px;
    margin: 0;
  }

  .box-news {
    margin-bottom: 50px;
  }
  .box-news .news-img {
    height: 250px !important;
  }

  .imgSc {
    max-width: 80%;
    height: auto;
    margin-top: 50px;
  }
}

/*# sourceMappingURL=template2.css.map */
