#contatti{
  letter-spacing: 2px;
  }
#contatti a{
  color: black;
  text-decoration: none;
    font-size: 0.8rem;
}

.title_margin{
    margin-bottom: 5vh;
}

::-webkit-input-placeholder {
        font-size: 0.8rem;
}

#icon_white{
    color:white;
}

.list_contacts{
    margin-top: 5vh;
        font-size: 0.8rem;
}

.contacts_padding_left{
    padding-left: 8vh;
}


@media (max-width: 575.98px) {

  #contatti{padding-bottom: 800px;}
  #contatti .maps iframe{
    width: 100%;
    height: 450px;
  }
 }


@media (min-width: 576px) {

   #contatti{padding-bottom: 800px;}

   #contatti .maps iframe{
     width: 100%;
     height: 450px;
   }
 }

@media (min-width: 768px) {

  #contatti{padding-bottom: 350px;}

  #contatti .maps iframe{
    width: 100%;
    height: 850px;
  }
}

@media (min-width: 992px) {
  #contatti{padding-bottom: 200px;}

   #contatti .maps iframe{
     width: 100%;
     height: 700px;
   }
}


/*SERVIÇOS*/

.service-description {
  display: block;
  width: 100%;
    font-size: 1.1rem;
  text-align: center;
  margin-bottom: 25px;
  color: #808080;
}

.navbar-brand img{
    width:45%;
}

.fab:hover{
    color:#DF4743;
}

.detalhes{
    border: 1px solid #DF4743;
    color:#DF4743;
    background-color: white;
      font-family: 'Oswald', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 1px;
    padding: 2% 3%;
}

.detalhes_white{
    border: 1px solid white;
    color:white;
    font-family: 'Oswald', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 1px;
    padding: 1% 2%;
}

.detalhes:hover{
 color: white;
background-color: #DF4743;
    text-decoration: none;
}

.detalhes_white:hover{
 color: black;
background-color: white;
    text-decoration: none;
}

.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}
.cover-container {
    max-width: 42em;
}

main{
    display:block;
}

#about{
    margin-top: 5%;
}
