body, ul {
    margin: 0;
    padding: 0;
  }
  
  header {
    background-color: #e1e1e1;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .logo img {
    max-height: 95px;
    margin-left: auto;
  }
  
  nav ul {
    list-style-type: none;
  }
  
  nav ul li {
    display: inline-block;
    margin-left: 10px;
  }
  
  nav ul li a {
    color: #0a0a0a;
    text-decoration: none;
    font-size: 18px;
  }
  .about-section {
    padding: 1px;
    text-align: center;
    background-color: #edb64b;
    color: white;
  }
  
  .container {
    padding: 0 16px;
  }
  
  .container::after, .row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  .title {
    color: grey;
  }
  
  .button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
  }
  
  .button:hover {
    background-color: #555;
  }
  
  @media screen and (max-width: 650px) {
    .column {
      width: 100%;
      display: block;
    }
  }
  ul {list-style-type: none;}
body {font-family: Verdana, sans-serif;}

footer {
    background-color: #edb64b;
    color: #fff;
    padding: 20px;
    text-align: center;
    width: 100%;
    position: fixed; bottom: 0;
  }
  
  .footer-content p {
    margin-bottom: 10px;
  }

.contact .info {
    width: 100%;
    background: #fff;
  }
  
  .contact .info i {
    font-size: 20px;
    color: #fff;
    float: left;
    width: 44px;
    height: 44px;
  
    background: #D40B13;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
  }
  
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #539A9F;
  }
  
  .contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #539A9F;
  }
  

  @-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .text {
    padding: 30px; 
    text-align: justify
  }
  .contato-info {
    padding: 40px;
  }
 
  .cc-map{
   
    width: 50%;
    height: 85px;
    justify-content: center;
   
  } 
