body {
  font-family: 'Open Sans', sans-serif;
  background-color: #F7F7F7;
}

.accent {
  color: #7FC41C;
  font-weight: bold;
}
.navbar-brand {
  margin-right: 0;
}
.lomas-nav {
  font-weight: bold;
  font-size: 13px;
  border-bottom: 3px solid #7FC41C;
  background-color: white;
}

.lomas-nav img{
  max-height: 50px;
}

.facebook-app-block {
  margin-top:55px;
}

@media (min-width: 1235px) {
  .facebook-app-block {
    display:grid;
    justify-content: center;
  }
}


.btn-lomas {
  background-color: #7FC41C;
  padding: 0 8px;
  border-radius: 4px;
  margin: 0 5px;
}

@media (max-width: 990px) {
  .btn-lomas {
    padding: 8px;
    margin: 5px 0;
  }
}

.examen {
  display: inline-block;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 8px;
}

.examen:hover {
  color: white;
  text-decoration: none;
}

li.btn-lomas a.dropdown-toggle {
  color: white !important;
}

li.btn-lomas a {
  font-size: 13px;
}

h1 {
 overflow: hidden;
 color: #666;
  font-weight: bold;
 text-align: center;
 margin-top: 35px;
  margin-bottom: 45px;
  font-size: 25px;
}
h1:before,
h1:after {
 background-color: #666;
 content: "";
 display: inline-block;
 height: 2px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
h1:before {
 right: 0.5em;
 margin-left: -50%;
}
h1:after {
 left: 0.5em;
 margin-right: -50%;
}

.servicios p {
  margin-top: 10px;
  font-weight: bold;
}
.tramites-lomas {
  margin-top: 45px;
}

.footer-lomas {
  font-size: 14px;
  background-color: white;
  padding: 15px 0;
  margin-top: 20px;
  border-top: 3px solid #7FC41C;
}

.footer-lomas img {
  max-height: 80px;
}

.footer-lomas p {
  margin-bottom: 5px !important;
}

#mapa {
  margin-top: 35px;
  height: 400px;
}

.servicios-lomas > div {
  margin-bottom: 20px;
}

.modal-body {
  padding: 0;
}
.modal-footer {
  padding: 0;
}
video {
  max-width: 100%;
}
.modal-dialog {
  max-width: 800px;
}

.modal-footer  {
  justify-content: center;
}

.bubble {
  background: #7FC41C;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 1000;
  box-shadow: 2px 2px 2px rgba(0,0,0,.7);
  display: grid;
  align-content: center;
  justify-content: center;
}

.bubble-menu {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.bubble-menu-wp {
  position: fixed;
  bottom: 70px;
  right: -70px;
  transition: all .2s ease-in-out;
}

.contactoBubble {
  font-size: 10px;
}
.bubble-menu-contact {
  position: fixed;
  bottom: 130px;
  right: -70px;
  transition: all .3s ease-in-out;
}


.bubble-menu-wp.visible,
.bubble-menu-contact.visible {
  right: 10px;
}

.dropdown-item:hover {
  background: #7FC41C;
}

/* MERCADOPAGO */

main {
  margin-top: 140px;
}

.sticky-top {
  z-index: 10;
}

.qr-image {
  max-width: 90%;
}