/* ====== FOR PLANS ======== */
.column {
  float: left;
  width: 33.2%;
  margin-bottom: 16px;
  padding: 0 8px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: 8px;
}

.about-section {
  padding: 48px;
  text-align: center;
  background-color: #181C21;
  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: #BAA360;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}

.planul {
  background: #BAA360;
  padding: 15px;
}


.planul li {
  background: #cce5ff;
  color: darkblue;
  margin: 5px;
  padding: 5px;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

/* ==========  FOR FAQ ========= */
.accordion {
  background-color: #BAA360;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #d5c082;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*======== STORE ============*/
.jumbotron {
  margin-bottom: 0;
}

/* Add a gray background color and some padding to the footer */
aside {
  background-color: #f2f2f2;
  padding: 25px;
}

/*===== BREAD CRUMB =======*/
.breadcrumbs {
  padding: 6rem 0;
}
.breadcrumbs h2.section-heading, .breadcrumbs .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.breadcrumbs h3.section-subheading, .breadcrumbs .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 2rem;
}

/********** WhatsApp **********/
.whatsapp-footer{
  position: fixed;
  border-radius: 3px;
  left: 15px;
  bottom: 15px;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}