* {
    margin: 0;
    padding: 0;
}

body {
  background-color: rgb(247, 247, 247);
}

.secao {
    margin-bottom: 55px;
}

.div-logo {
    border-radius: 100%;
    overflow: hidden;
    height: 50px;
    width: 50px;
    background: white;
}

.navbar {
  position: fixed !important;
  width: 100% !important;
  z-index: 100 !important;
}

.img-topo {
  padding-top: 50px;
}

.img-topo img {
  width: auto;
  height: auto;
}

.barra {
    width: 255px !important;
    height: 5px !important;
    color: #198754 !important;
    margin: auto;
}

.div-option-img {
    border-radius: 5px 5px 0 0;
    padding: 25px;
    background-color: #198754;
}

.div-option-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-radius: 0px 0px 5px 5px;
    border-color: #198754;
    padding: 10px;
}

.div-option-desc h3 {
    font-size: 18px;
}

.div-option-desc button
{
    border: none;
    background-color: #198754;
    border-radius: 5px;
    width: 115px;
    height: 35px;
}

.div-option-desc button:hover {
    background-color: rgb(8, 182, 124);
}

  .thumbnail {
    cursor: pointer;
    margin: 5px;
  }

  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
  }

  .modal-content {
    background-color: transparent !important;
    border: none !important;
    display: block;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    padding: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .close {
    color: white;
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
  }

  img {
    width: 100%;
    height: 100%;
  }

.mapa
{
    display: block;
    width: 100%;
    height: auto;
}

.contato {
  background-color: #98d598;
  padding: 15px 0px 15px 0px;
}

.contato input {
  border: 1px solid #198754;
  width: 100%;
  height: 35px;
  border-radius: 5px;
  padding: 5px;
  outline: none;
}

.contato textarea {
  width: 100%;
  resize: none;
  border: 1px solid #198754;
  border-radius: 5px;
  padding: 5px;
  outline: none;
}

@media (max-width: 767px) {
  .option {
    max-width: 400px !important;
  }
}

@media (max-width: 576px) {
  .option {
    max-width: 300px !important;
  }
}
