body {
  font-family: 'Lato', sans-serif; }

#copertina-principali {
  position: relative;
  background-image: url("../images/copertina-ristrutturazioni-chiavi-in-mano.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 678px;
  border-bottom: 20px solid #4D8F5D; }
  @media (min-width: 320px) and (max-width: 480px) {
    #copertina-principali {
      height: 340px;
      background-position: center; } }
  @media (min-width: 481px) and (max-width: 767px) {
    #copertina-principali {
      height: 346px;
      background-position: center; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    #copertina-principali {
      height: 328px; } }

#work-width-us {
  position: relative;
  background-image: url("../images/copertina-jobs.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 665px;
  border-bottom: 20px solid #4D8F5D;
  display: flex; }
  #work-width-us:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); }
  #work-width-us article p {
    font-size: 20px; }
  #work-width-us section h3:after {
    content: "";
    width: 180px;
    border-bottom: 1px dotted #fff;
    display: block;
    margin: 10px auto 0 auto; }

#nav-header {
  font-size: 25px; }
  #nav-header .nav-item a {
    color: #000; }
    #nav-header .nav-item a:hover {
      text-decoration: underline;
      text-decoration-color: #4D8F5D; }
  #nav-header .active a {
    text-decoration: underline;
    text-decoration-color: #4D8F5D; }

#slogan h1 {
  color: #fff;
  text-shadow: 2px 2px #000;
  font-size: 50px; }
  @media (min-width: 320px) and (max-width: 480px) {
    #slogan h1 {
      font-size: 37px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    #slogan h1 {
      font-size: 42px; } }
#slogan .btn {
  font-size: 30px !important;
  background-color: #4D8F5D !important; }
@media (min-width: 1281px) {
  #slogan {
    position: absolute;
    width: 560px;
    height: 257px;
    top: 50%;
    left: 50%;
    margin-left: -560px;
    margin-top: -128.5px; } }
@media (min-width: 1025px) and (max-width: 1280px) {
  #slogan {
    position: absolute;
    width: 560px;
    height: 257px;
    top: 50%;
    left: 50%;
    margin-left: -560px;
    margin-top: -128.5px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  #slogan {
    padding-top: 40px;
    width: 400px; } }
@media (min-width: 481px) and (max-width: 767px) {
  #slogan {
    padding-top: 50px; } }
@media (min-width: 320px) and (max-width: 480px) {
  #slogan {
    padding-top: 50px; } }

@media (min-width: 1281px) {
  #navbarNav {
    display: flex;
    justify-content: flex-end; } }
@media (min-width: 1024px) and (max-width: 1280px) {
  #navbarNav {
    display: flex;
    justify-content: flex-end; } }

#article-who h3 {
  padding-bottom: 10px;
  border-bottom: 1px dotted #4D8F5D; }

.btn-call {
  background-color: #4D8F5D; }

@media (min-width: 1281px) {
  #block-contatti form {
    border-left: 1px dotted #4D8F5D;
    padding-left: 60px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  #block-contatti form {
    border-left: 1px dotted #4D8F5D;
    padding-left: 20px; } }
@media (min-width: 1025px) and (max-width: 1280px) {
  #block-contatti form {
    border-left: 1px dotted #4D8F5D;
    padding-left: 20px; } }
#block-contatti h3:after {
  content: "";
  width: 200px;
  border-bottom: 1px dotted #4D8F5D;
  display: block;
  margin: 10px auto 0 auto; }

a#email-contact {
  color: #000;
  text-decoration: underline; }
  a#email-contact:link {
    color: #000; }
  a#email-contact:hover {
    color: #000; }
  a#email-contact:visited {
    color: #000; }

.block-sepatore {
  height: 20px;
  background-color: #4D8F5D;
  margin-top: 20px; }

h3#titolo-servizi:after {
  content: "";
  width: 200px;
  border-bottom: 1px dotted #4D8F5D;
  display: block;
  margin: 10px auto 0 auto; }

.blocco-servizi {
  margin-top: 50px; }

footer {
  margin-top: 100px;
  background-color: #4D8F5D;
  color: #fff; }
  footer a {
    color: #fff; }
    footer a:visited {
      color: #fff; }
  footer a#ft_mail:hover {
    color: #fff; }

.top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #4D8F5D;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  text-shadow: 2px 2px #000; }

.error {
  color: red; }

/*# sourceMappingURL=style.css.map */
