.pt-3 {
    margin-top: 1%;
}

/*
.carousel {
  height: 50%;
}*/

.carru {
  background-color:rgba(168, 192, 209, .7);
  ;
}

.carru h2 {
  font-size: 2rem;
  font-weight: bolder;
}

.carru p {
  font-size: 1.5rem;
}




.col-lg-3 {
    margin-top: 2%;
    margin-bottom: 1%;
    
}

.rodape {
  background-color: #77AB59;
}

.col-lg-6 {
    padding: 2rem;
    margin-top: 3%;
    height: auto;    
}

h5 {
    text-align: center;
    font-size: 20px;
}

.separator {
    margin-top: 3%;
    border-top: 1px solid #77AB59;;
}

.form-register {
    width: 400px;
    max-width: 100%;
    background: #77AB59;
    padding: 30px;
    margin: auto;
    border-radius: 4px;
    font-family: 'calibri';
    color: white;
    text-align: center;
    box-shadow: 7px 13px 37px #000;
  }
  
  .form-register h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  
  .controls {
    width: 100%;
    background: #CDE6C7;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 16px;
    border: 1px solid white;
    font-family: 'calibri';
    font-size: 18px;
    color: #000;
  }
  
  .form-register p {
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
  }
  
  .form-register a {
    color: white;
    text-decoration: none;
  }
  
  .form-register a:hover {
    color: #000;
    text-decoration: underline;
  }
  
  .form-register .botons {
    width: 100%;
    background: #CDE6C7;
    border: none;
    padding: 12px;
    color: #000;
    margin: 16px 0;
    font-size: 16px;
  }

  .reserva {
    background-color: rgba(168, 192, 209, .5);
  }

  .reserva h2 {
    margin-bottom: 1rem;
  }

  .reserva p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0.5rem;
  }
  .reserva p i {
    font-size: 20px;
    font-weight: bolder;
  }

  .map p{
    font-size: 18px;
    font-weight: bolder;
    margin-top: 0.5rem;
  }

  .map iframe {
    width: 600px;
    height: 550px;
    max-width: 100%;
  }

  @media screen and (max-width: 800px) {
    .row {
      display: flex;
      flex-direction: column-reverse;
    }
    .map p{
      text-align: center;
    }
  }