body {
  overflow-x: hidden;
  font-family: "FrutigerLTStd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

p {
  line-height: 1.75;
}

a {
  color: rgb(236, 124, 28);
}
a:hover {
  color: rgb(196.5487804878, 99.5731707317, 16.4512195122);
  text-decoration: none;
}

.text-primary {
  color: rgb(236, 124, 28) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FrutigerLTStd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.page-section {
  padding: 100px 0;
}
.page-section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}
img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.ColorHesploraGold {
  background-color: rgb(212, 175, 55);
  font-weight: normal;
}

.ColorHesploraGreen {
  background-color: rgb(0, 176, 80);
  font-weight: normal;
}

.ColorHesploraRed {
  background-color: rgb(255, 0, 0);
  font-weight: normal;
}

.bg-grigio-hesplora {
  background-color: #e9ecef;
}

.colore-hesplora {
  color: rgb(236, 124, 28);
}

.slogan {
  background-color: #f8f9fa;
  padding-top: 2em;
  padding-bottom: 2em;
}

.hvr-tag {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-tag:hover, .hvr-tag:focus, .hvr-tag:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.margini-customizzati {
  padding-left: 4.2rem;
  padding-right: 5rem;
}

@media (max-width: 991px) {
  .margini-customizzati {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 425px) { /* con schermo <=425pxm aumentiamo il padding-top */
  .adattamento_smartphone {
    padding-top: 50px;
  }
}
.immagine_gold_green_red {
  width: 100vw;
  min-height: 150px;
  object-fit: cover;
  display: block;
}

.margini-navbar {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media (max-width: 425px) {
  .margini-navbar {
    padding: 0;
  }
}
.dropdown-center {
  left: 50%;
  right: auto;
  width: 48px;
  text-align: center;
  transform: translate(-50%, 0);
}

.btn {
  font-family: "FrutigerLTStd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: rgb(236, 124, 28);
  border-color: rgb(236, 124, 28);
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: rgb(208.3140243902, 105.5335365854, 17.4359756098) !important;
  border-color: rgb(208.3140243902, 105.5335365854, 17.4359756098) !important;
  color: white;
}
.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

#mainNav {
  background-color: #212529;
}
#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: rgb(236, 124, 28);
  font-family: "FrutigerLTStd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#mainNav .navbar-brand {
  color: rgb(236, 124, 28);
  font-family: "FrutigerLTStd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: rgb(196.5487804878, 99.5731707317, 16.4512195122);
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 450;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: "FrutigerLTStd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: rgb(236, 124, 28);
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 18px;
    padding-bottom: 18px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: rgba(33, 37, 41, 0.8);
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}
#scrolling-clienti {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

#col-md-3 col-sm-6 {
  flex: 0 0 auto;
}

header.masthead {
  text-align: center;
  height: 100vh;
  width: 100%;
  position: relative;
}
header.masthead .intro-text {
  padding-top: auto;
  padding-bottom: auto;
}
header.masthead .intro-text .intro-lead-in {
  color: #212529;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}
header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: "FrutigerLTStd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.carousel-item img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

#carouselExampleFade {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.carosello_header {
  transition: opacity 2s ease-in-out !important;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: "FrutigerLTStd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}
.dropdown-menu {
  min-width: auto;
}

.dropdown-item {
  padding: 5px 10px;
  white-space: nowrap;
}

#offerta .offerta-item {
  right: 0;
  margin: 0 0 15px;
}
#offerta .offerta-item .offerta-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}
#offerta .offerta-item .offerta-link .offerta-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(236, 124, 28, 0.9);
}
#offerta .offerta-item .offerta-link .offerta-hover:hover {
  opacity: 1;
}
#offerta .offerta-item .offerta-link .offerta-hover .offerta-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}
#offerta .offerta-item .offerta-link .offerta-hover .offerta-hover-content i {
  margin-top: -12px;
}
#offerta .offerta-item .offerta-link .offerta-hover .offerta-hover-content h3,
#offerta .offerta-item .offerta-link .offerta-hover .offerta-hover-content h4 {
  margin: 0;
}
#offerta .offerta-item .offerta-caption {
  padding-left: 25px;
  background-color: #fff;
}
#offerta .offerta-item .offerta-caption h4 {
  margin: 0;
  text-transform: none;
}
#offerta .offerta-item .offerta-caption p {
  font-size: 18px;
  margin: 0;
}
#offerta * {
  z-index: 2;
}

@media (min-width: 767px) {
  #offerta .offerta-item {
    margin: 0 0 30px;
  }
}
.offerta-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}
.offerta-modal .modal-content {
  padding: 100px 0;
}
.offerta-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}
.offerta-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
}
.offerta-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}
.offerta-modal .modal-content img {
  margin-bottom: 30px;
}
.offerta-modal .modal-content button {
  cursor: pointer;
}
.offerta-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}
.offerta-modal .close-modal:hover {
  opacity: 0.3;
}
.offerta-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}
.offerta-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}

.text-primary {
  color: rgb(236, 124, 28) !important;
}

.immagini_carosello img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.carousel-control-prev, .carousel-control-next {
  width: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-prev {
  left: -50px;
}

.carousel-control-next {
  right: -50px;
}

.carousel-indicators {
  position: absolute;
  bottom: -40px;
  border-radius: 10px;
}

.carousel .carousel-indicators li.active {
  background-color: rgb(236, 124, 28);
}

.carousel .carousel-indicators li {
  background-color: black;
}

.carousel-item {
  transition: transform 0.3s ease-in-out;
}

.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  padding: 18px 0px 0px 12px;
}

.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: var(--border-color, rgb(236, 124, 28));
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 6px;
}

#progetti .progetti-item {
  right: 0;
  margin: 0 0 15px;
}
#progetti .progetti-item .progetti-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}
#progetti .progetti-item .progetti-link .progetti-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(236, 124, 28, 0.9);
}
#progetti .progetti-item .progetti-link .progetti-hover:hover {
  opacity: 1;
}
#progetti .progetti-item .progetti-link .progetti-hover .progetti-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}
#progetti .progetti-item .progetti-link .progetti-hover .progetti-hover-content i {
  margin-top: -12px;
}
#progetti .progetti-item .progetti-link .progetti-hover .progetti-hover-content h3,
#progetti .progetti-item .progetti-link .progetti-hover .progetti-hover-content h4 {
  margin: 0;
}
#progetti .progetti-item .progetti-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  background-color: #fff;
}
#progetti .progetti-item .progetti-caption h4 {
  margin: 0;
  text-transform: none;
}
#progetti .progetti-item .progetti-caption p {
  font-size: 16px;
  margin: 0;
}
#progetti * {
  z-index: 2;
}

@media (min-width: 767px) {
  #progetti .progetti-item {
    margin: 0 0 30px;
  }
}
.progetti-modal .modal-dialog {
  align-items: center;
  margin-top: 61px;
  max-width: 65vw;
}
@media (max-width: 1000px) {
  .progetti-modal .modal-dialog {
    margin-top: 1rem;
    max-width: 95vw;
  }
}
.progetti-modal .modal-content {
  padding: 43px 0;
  text-align: center;
}
.progetti-modal .modal-content h2 {
  font-size: 2em;
  margin-bottom: 15px;
}
.progetti-modal .modal-content p {
  margin-bottom: 10px;
}
.progetti-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
}
.progetti-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}
.progetti-modal .modal-content img {
  margin-bottom: 30px;
}
.progetti-modal .modal-content button {
  cursor: pointer;
}
.progetti-modal .close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: transparent;
}
.progetti-modal .close-modal:hover {
  opacity: 0.3;
}
.progetti-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 30px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}
.progetti-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 30px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}

.holographic-card {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}

.holographic-card img {
  position: relative;
  z-index: 2;
}

.holographic-card:hover {
  transform: scale(1.03);
  box-shadow: 0 0 5px 5px rgba(236, 124, 28, 0.75);
}

.hvr-reveal2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  padding: 4px;
}

.hvr-reveal2:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: rgb(236, 124, 28);
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-reveal2:hover:before, .hvr-reveal2:focus:before, .hvr-reveal2:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}

.hvr-reveal2:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
}

.immagini_progetti_modal {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

section#contatti {
  background-color: #212529;
  background-image: url("../img/contatti.png");
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  font-size: 20px;
}
section#contatti .form-group {
  margin-bottom: 25px;
}
section#contatti .form-group input,
section#contatti .form-group textarea {
  padding: 20px;
}
section#contatti .form-group input.form-control {
  height: auto;
}
section#contatti .form-group textarea.form-control {
  height: 248px;
}
section#contatti .form-control:focus {
  border-color: rgb(236, 124, 28);
  box-shadow: none;
}
section#contatti ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "FrutigerLTStd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
section#contatti :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "FrutigerLTStd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
section#contatti ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "FrutigerLTStd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
section#contatti :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "FrutigerLTStd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#container {
  height: 100px;
  position: relative;
  overflow: hidden;
}

.photobanner {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  white-space: nowrap;
  animation: bannermove 180s linear infinite;
}

.photobanner img {
  margin: 0 2em;
}

@keyframes bannermove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.footer {
  background-color: #212529;
  color: white;
  padding: 25px 0;
  text-align: center;
}
.footer span.copyright {
  font-size: 70%;
  line-height: 40px;
  text-transform: none;
  font-family: "FrutigerLTStd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: "FrutigerLTStd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #0e76a8;
  border-radius: 100%;
  outline: none;
  background-color: white;
}
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: rgb(236, 124, 28);
}

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