<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Start Bootstrap - New Age v4.0.0-beta (http://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-new-age/blob/master/LICENSE)
 */
html,
body {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif'; }

a {
  color: #fdcc52;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s; }
  a:hover, a:focus {
    color: #fcbd20; }

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1); }

hr.light {
  border-color: white; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px; }

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px; }

section {
  padding: 100px 0; }
  section h2 {
    font-size: 50px; }

#mainNav {
  z-index: 10000;
  border-color: rgba(34, 34, 34, 0.05);
  background-color: #ffc107;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px; }
  #mainNav .navbar-brand {
    color: #fdcc52;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px; }
    #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
      color: #fcbd20; }
  #mainNav .navbar-toggler {
    font-size: 12px;
    padding: 8px 10px;
    color: #222222; }
  #mainNav .navbar-nav &gt; li &gt; a {
    font-size: 11px;
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    letter-spacing: 2px;
    text-transform: uppercase; }
    #mainNav .navbar-nav &gt; li &gt; a.active {
      color: #caa344 !important;
      background-color: transparent; }
      #mainNav .navbar-nav &gt; li &gt; a.active:hover {
        background-color: transparent; }
  #mainNav .navbar-nav &gt; li &gt; a,
  #mainNav .navbar-nav &gt; li &gt; a:focus {
    color: #222222; }
    #mainNav .navbar-nav &gt; li &gt; a:hover,
    #mainNav .navbar-nav &gt; li &gt; a:focus:hover {
      color: #fdcc52; }
  
  .tel {float:left; padding:0px; margin-right:10px} 
  @media (max-width: 992px) {
    .tel {float:none; padding:20px;}  
  }
  
  @media (min-width: 992px) {
    #stacco {border-right: 1px solid #fff;}  
    #mainNav {
      border-color: transparent;
      background-color: transparent; }
      #mainNav .navbar-brand {
        color: fade(white, 70%); }
        #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
          color: white; }
      #mainNav .navbar-nav &gt; li &gt; a,
      #mainNav .navbar-nav &gt; li &gt; a:focus {
        color: rgba(255, 255, 255, 0.7); }
        #mainNav .navbar-nav &gt; li &gt; a:hover,
        #mainNav .navbar-nav &gt; li &gt; a:focus:hover {
          color: white; }
      #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.1);
        background-color: #ffc107; }
        #mainNav.navbar-shrink .navbar-brand {
          color: #222222; }
          #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
            color: #fdcc52; }
        #mainNav.navbar-shrink .navbar-nav &gt; li &gt; a,
        #mainNav.navbar-shrink .navbar-nav &gt; li &gt; a:focus {
          color: #222222; }
          #mainNav.navbar-shrink .navbar-nav &gt; li &gt; a:hover,
          #mainNav.navbar-shrink .navbar-nav &gt; li &gt; a:focus:hover {
            color: #fdcc52; } }

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  color: white;
  background: url("../img/bg-pattern.png"), #7b4397;
  background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #0e441a, #0c8227);
  background: url("../img/bg-pattern.png"), linear-gradient(to left, #0e441a, #0c8227); }
  header.masthead .header-content {
    max-width: 500px;
    margin-bottom: 100px;
    text-align: center; }
    header.masthead .header-content h1 {
      font-size: 30px; }
  header.masthead .device-container {
    max-width: 325px;
    margin-right: auto;
    margin-left: auto; }
    header.masthead .device-container .screen img {
      border-radius: 3px; }
  @media (min-width: 992px) {
    header.masthead {
      height: 100vh;
      min-height: 775px;
      padding-top: 0;
      padding-bottom: 0; }
      header.masthead .header-content {
        margin-bottom: 0;
        text-align: left; }
        header.masthead .header-content h1 {
          font-size: 50px; }
      header.masthead .device-container {
        max-width: 325px; } }

section.download {
  position: relative;
  padding: 150px 0; }
  section.download h2 {
    font-size: 50px;
    margin-top: 0; }
  section.download .badges .badge-link {
    display: block;
    margin-bottom: 25px; }
    section.download .badges .badge-link:last-child {
      margin-bottom: 0; }
    section.download .badges .badge-link img {
      height: 60px; }
    @media (min-width: 768px) {
      section.download .badges .badge-link {
        display: inline-block;
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    section.download h2 {
      font-size: 70px; } }

section.features .section-heading {
  margin-bottom: 100px; }
  section.features .section-heading h2 {
    margin-top: 0; }
  section.features .section-heading p {
    margin-bottom: 0; }

section.features .device-container,
section.features .feature-item {
  max-width: 325px;
  margin: 0 auto; }

section.features .device-container {
  margin-bottom: 100px; }
  @media (min-width: 992px) {
    section.features .device-container {
      margin-bottom: 0; } }

section.features .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center; }
  section.features .feature-item h3 {
    font-size: 30px; }
  section.features .feature-item i {
    font-size: 80px;
    display: block;
    margin-bottom: 15px;
    background: -webkit-linear-gradient(to left, #0e441a, #0c8227);
    background: linear-gradient(to left, #0e441a, #0c8227);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

section.cta {
  position: relative;
  padding: 250px 0;
  background-image: url("../img/bg-cta.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  section.cta .cta-content {
    position: relative;
    z-index: 1; }
    section.cta .cta-content h2 {
      font-size: 50px;
      max-width: 450px;
      margin-top: 0;
      margin-bottom: 25px;
      color: white; }
    @media (min-width: 768px) {
      section.cta .cta-content h2 {
        font-size: 80px; } }
  section.cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }

/*section.contact {
  text-align: center; }
  section.contact h2 {
    margin-top: 0;
    margin-bottom: 25px; }
    section.contact h2 i {
      color: #dd4b39; }
  section.contact ul.list-social {
    margin-bottom: 0; }
    section.contact ul.list-social li a {
      font-size: 20px;
      line-height: 60px;
      display: block;
      width: 60px;
      height: 60px;
      color: white;
      border-radius: 100%; }
    section.contact ul.list-social li.social-twitter a {
      background-color: #1da1f2; }
      section.contact ul.list-social li.social-twitter a:hover {
        background-color: #0d95e8; }
    section.contact ul.list-social li.social-facebook a {
      background-color: #3b5998; }
      section.contact ul.list-social li.social-facebook a:hover {
        background-color: #344e86; }
    section.contact ul.list-social li.social-google-plus a {
      background-color: #dd4b39; }
      section.contact ul.list-social li.social-google-plus a:hover {
        background-color: #d73925; }
    section.contact ul.list-social li.social-site a {
      background-color: #00781e; }
      section.contact ul.list-social li.social-site a:hover {
        background-color: #005615; } */ 
        
.contact {
  text-align: center; }
  .contact h2 {
    margin-top: 0;
    margin-bottom: 25px; }
    .contact h2 i {
      color: #dd4b39; }
  .contact ul.list-social {
    margin-bottom: 0; }
    .contact ul.list-social li a {
      font-size: 18px;
      line-height: 40px;
      display: block;
      width: 40px;
      height: 40px;
      color: white;
      border-radius: 100%; }
    .contact ul.list-social li.social-twitter a {
      background-color: #1da1f2; }
      .contact ul.list-social li.social-twitter a:hover {
        background-color: #0d95e8; }
    .contact ul.list-social li.social-facebook a {
      background-color: #3b5998; }
      .contact ul.list-social li.social-facebook a:hover {
        background-color: #344e86; }
    .contact ul.list-social li.social-google-plus a {
      background-color: #dd4b39; }
      .contact ul.list-social li.social-google-plus a:hover {
        background-color: #d73925; }
    .contact ul.list-social li.social-site a {
      background-color: #00781e; }
      .contact ul.list-social li.social-site a:hover {
        background-color: #005615; }              
/*
footer {
  padding: 25px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  background-color: #222222; }
  footer p {
    font-size: 12px;
    margin: 0; }
  footer ul {
    margin-bottom: 0; }
    footer ul li a {
      font-size: 12px;
      color: rgba(255, 255, 255, 0.3); }
      footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
        text-decoration: none; }
*/

/*footer importato*/
footer {
  /*color: white;*/
}
footer h3 {
  margin-bottom: 30px;
}  
footer .footer-above {
  padding-top: 100px;
}
footer h2 {
  font-size: 50px;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer p {
  font-size: 14px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #233140;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline&gt;li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.btn-social {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    width: 50px;
    height: 50px;    
}

/*.btn-outline {
    color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
    margin-top: 15px;
}*/
.form-btn-outline {
    color: #fff;
    background-color: #ffc107;
    border: 1px solid;
    border-color: #b18905;
}
.form-btn-outline:hover {
    color: #212529;
    border-color: #212529;
    background-color: #fff;
    cursor: pointer;
}    
.row {
    margin-right: -15px;
    margin-left: -15px;
}
#btn-cent {
  text-align: center;
}
.form-control {
  /*background-color: rgba(239, 186, 28, 0) !important;*/
  color: #212529;
}
/*.form-btn-outline {
    color: #b18905;
    border: 1px solid;
    border-color: #b18905;
} */
/*input::placeholder {
  font-size: 14px;
  font-style: italic;
}*/
/* Focus sui campi */
input, textarea {
  font-size: 12px !important;
}
input:focus, textarea:focus, .focus {
  border: 1px solid #ebebeb !important; /* bordo degli elementi */
  font-size: 12px !important;
}
.form-control:focus{
  color:#212529;
}
form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}
.col-xs-12 {
    width: 100%;
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #ffc107;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
  text-align: center;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #fff;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #fff;
}

@media (min-width: 1200px){
.col-lg-offset-2 {
    margin-left: 16.66666667%;
}
}
@media (min-width: 1200px){
.col-lg-8 {
    width: 66.66666667%;
}
}
@media (min-width: 1200px){
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
}
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


/*fine footer imp*/




.bg-primary {
  background: #ffc107;
  background: -webkit-linear-gradient(#ffc107, #dcb337);
  background: linear-gradient(#ffc107, #dcb337); }

.text-primary {
  color: #fdcc52; }

.no-gutter &gt; [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: #212529;
    border-color: #212529;
    background-color: #fff; }

.btn {
  border-radius: 300px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase; }
.btn:focus {
  box-shadow: 0 0 0 3px rgba(24, 181, 6, 0.25);
}
.btn-xl {
  font-size: 11px;
  padding: 15px 45px; }


/*CALL*/

.transition {
  transition: .3s cubic-bezier(.3, 0, 0, 1.3)
}

.card {
  background-color: #fff;
  /*height: 400px;
  width: 300px;*/
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  overflow: hidden;
  background: url(../img/pacco-spedito2.jpg);
  background-size: cover;
}

.card:hover {
  box-shadow: 0px 30px 30px rgba(0,0,0,0.2);
  /*height: 430px;
  width: 330px;*/
}

.card_circle {
  height: 500px;
  width: 500px;
  background-color: rgba(255, 255, 255, 0.72);
  position: absolute;
  border-radius: 50%;
  margin-left: -90px;
  margin-top: -385px;
}

.card:hover .card_circle {
  border-radius: 0;
  margin-top: -130px;
}

h3{
  text-align: center;
  margin-top: 190px;
  position: absolute;
  z-index: 9999;                     
  font-size: 26px;
  color: #fff;
  text-shadow: 1px 1px 4px #a7a7a7, 1px 1px 0em #b0d8b9, 0 0 0.2em #000000;
  width: 100%;
}
h3 small {
  font-weight: normal;
  font-size: 65%;
  color: #fff;
  text-shadow: 1px 1px 4px #a7a7a7, 1px 1px 0em #b0d8b9, 0 0 0.2em #000000;
}
.card:hover h3 {
  margin-top: 150px;
  color: #000;
}

.card:hover h3 small {
  color: #000;
}

.cta-container {
  text-align: center;
  margin-top: 290px;
  position: absolute;
  z-index: 9999;
  width: 100%;
}

.cta {
  color: #fff;
  border: 1px solid #fff;
  background-color: #ffc107;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
}
.cta:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  padding: 10px 25px;
  border-radius: 50px;
  text-decoration: none;
}
.card:hover .cta-container {
  margin-top: 430px;

}  
#loghino {
    z-index: 10;
    width: 100%;
    padding: 20px 30px;
}</pre></body></html>