body {
    background-image: url(images/photo_2021-12-29_17-16-14\ \(2\).jpg);
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment: fixed;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
 }


 
 
 .accordion {
   padding-left: 50px;
   padding-right: 50px;
 }
 
 
 
  #accordionExample2{
   padding-top: 10px;
  }
 
 
 
 ul {
    display: inline-block;
    text-align: left;
 }
 
 .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; 
 }
 
 .horizontal {
  -moz-column-count: 4;
  -moz-column-gap: 2.5em;
  -webkit-column-count: 4;
  -webkit-column-gap: 2.5em;
   column-count: 4;
  
 }
 
 @media only screen and (max-width: 600px) {
  .horizontal {
    -moz-column-count: 2;
  -moz-column-gap: 2.5em;
  -webkit-column-count: 2;
  -webkit-column-gap: 2.5em;
   column-count: 2;
  }
 }
 
 .servicos {
  width: 100px;
 
 }
 
 hr{
  margin-bottom: 20px;
  border: 5px solid rgb(136, 115, 255);
  border-radius: 5px;
 }
 
 .navbar-brand:hover {
    color: #e8554e !important;
  
  } 
  
  .active {
    color: #e8554e !important;
  }
  
  .display-5  {
    color: white !important;
  }
  
  .lead {
    background-color: rgba(255, 255, 255, 0.664);
    color: #e8554e;
    font-weight:bold;
    font-size: 20px;
    text-align:center;
  
  }
  
  .btn-outline {
    margin-top: 10px;
    background-color: #e8554e !important;
    font-weight: bold;
    color: white !important;
  }
  
  .btn-outline:hover {
    background-color: white !important;
    color: #e8554e !important;
    border-color: #e8554e;
    border-style: solid;
   
  
  }
  
  
  .nav-link:hover {
    color: #e8554e !important;
  }
  
  main {
    background-image: url(images/cropped-sunset-1698415_1920.jpg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }
  
  
  
  
  
  .card-text {
    min-height: 220px;
  }
  
  
 .mb-3 {
    max-width: 1000px;
    justify-content: center;
 }
  
  .card-title {
    font-weight: bold;
  }
  
  .card-text {
    text-align: center;
  }
  
  a {
    color: #e8554e;
  }
  
  a:hover {
    color: #000;
  }
  
  h5 {
    font-weight: bold;
    font-size: 25px;
  }
 
  h6 {
   font-weight: bold;
   font-size: 18px;
 
 
  }
  
  
  .card-footer {
    background-color: rgb(230, 230, 230) !important;
  
  }
  
  .copyright {
    font-size: 17px;
  }
  
  .footer {
    font-size: 15px;
  
  }
  
  @media (max-width: 575.98px) {
   .navbar-brand { font-size: 10px;}
   #title {display: none;}
    }
 
    @media (max-width: 575.98px) {
     .col-lg-2 { width: 120px;
     }
      }
 
      @media (max-width: 1000px) {
       .col-lg-2 { width: 120px;
       }
        }
 
   
        @media (max-width: 905px) {
         .navbar-brand { font-size: 10px;}
         #title {display: none;}
 
          }
 
          @media (max-width: 1065px) {
           .navbar-brand { font-size: 10px;}
           #title {display: none;}
   
            }
 
            @media (max-width: 1065px) {
             .display-5 {text-align: center;}
     
              }
 