/**
*  Template Name: Pratt
*  Template URL: https://templatemag.com/pratt-app-landing-page-template/
*  Author: TemplateMag.com
*  License: https://templatemag.com/license/
*/

#logo{
width:50px;
height:50px;
margin-top:-15px;
}

body {
  background-color: #f2f2f2;
  font-family: "Lato";
  font-weight: 300;
  font-size: 16px;
  color: #555;
  padding-top: 50px;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway";
  font-weight: 300;
  color: #333;
}

/* Paragraph & Typographic */

p {
  line-height: 28px;
  margin-bottom: 25px;
}

.centered {
  text-align: center;
}

/* Links */

a {
  color: #3bc492;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus {
  color: #c0392b;
  text-decoration: none;
  outline: 0;
}

a:before, a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
  background-color: #34495e;
  padding-top: 60px;
}

#headerwrap h1 {
  margin-top: -40px;
  color: white;
  font-size: 70px;
}

#headerwrap h3 {
  color: white;
  font-size: 30px;
}

#headerwrap h5 {
  color: white;
  font-weight: 700;
  text-align: left;
}

#headerwrap p {
  text-align: left;
  color: white
}

/* intro Wrap */

#intro {
  padding-top: 100px;
}

#features {
  padding-top: 10px;
  padding-bottom: 50px;
}

#features .ac a {
  font-size: 20px;
}

/* Showcase Wrap */

#showcase {
  display: block;
  background-color: #34495e;
  padding-top: 10px;
  padding-bottom: 20px;
}

#showcase h1 {
  color: white;
}

#footerwrap {
  background-color: #2f2f2f;
  color: white;
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: left;
}

#footerwrap h3 {
  font-size: 28px;
  color: white;
}

#footerwrap p {
  color: white;
  font-size: 18px;
}

ul {
  display: table;
  margin: 0 auto;
  color: White;
}

/* Copyright Wrap */

#copyrights {
  background: #222222;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

#copyrights p {
  margin: 0 0 5px 0;
}

.credits {
  color: #999;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ==========================
   CONTATTI
   ========================== */

#contatti {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}

#contatti h1 {
  margin-bottom: 20px;
}

#contatti label {
  font-family: "Raleway";
  font-weight: 400;
  color: #333;
}

#contatti .form-control {
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: none;
  font-size: 16px;
}

#contatti .form-control:focus {
  border-color: #137ab1;
  box-shadow: none;
}

#contatti textarea {
  resize: vertical;
}

#contatti .btn-primary {
  background-color: #137ab1;
  border-color: #137ab1;
  font-family: "Raleway";
  font-weight: 400;
  padding: 12px 30px;
}

#contatti .btn-primary:hover {
  background-color: #0f5f8a;
  border-color: #0f5f8a;
}

/* Checkbox privacy */

#contatti input[type="checkbox"] {
  margin-right: 8px;
}

#contatti a {
  color: #137ab1;
}

#contatti a:hover {
  color: #0f5f8a;
}


/* ==========================
   MAPPA GOOGLE
   ========================== */

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 6px;
}


/* ==========================
   CONTATTI RAPIDI
   ========================== */

.contact-btn {
  margin: 10px;
  padding: 14px 26px;
  font-family: "Raleway";
  font-weight: 400;
}

.contact-btn:first-of-type {
  background-color: #FFA500;
  border-color: #1382b1;
}

.contact-btn:first-of-type:hover {
  background-color: #bb7a01;
  border-color: #0f5f8a;
}

.contact-btn:last-of-type {
  background-color: #25D366;
  border-color: #25D366;
}

.contact-btn:last-of-type:hover {
  background-color: #1ebe5d;
  border-color: #1ebe5d;
}

/* ==========================
   LOGO
   ========================== */


.title-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; /* va a capo su mobile */
  text-align: center;
}

.logo {
  max-height: 95px; /* dimensione desktop */
  width: auto;
}

/* Tablet */
@media (max-width: 992px) {
  .logo {
    max-height: 65px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .title-logo {
    flex-direction: column;
  }

  .logo {
    max-height: 105px;
  }
}



