body {
  font-family: "Lato", Arial, sans-serif;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.col-xs-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.no-margin {
  margin: 0 !important;
}

.navbar-default {
  border: 0;
}

.navbar-verde .navbar-nav {
  flex-wrap: wrap;
}

.navbar-verde .navbar-nav > li > a,
.navbar-verde .navbar-nav .nav-link {
  display: block;
}

.navbar-toggle {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.navbar-toggler {
  margin: 8px 0;
  border-color: rgba(255, 255, 255, 0.7);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.35);
}

.navbar-toggler-icon {
  width: 1.25em;
  height: 1.25em;
  filter: invert(1);
}

.glyphicon {
  display: inline-block;
  min-width: 1em;
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
}

.glyphicon::before {
  display: inline-block;
}

.glyphicon-home::before {
  content: "\f015";
}

.glyphicon-euro::before {
  content: "\f153";
}

.glyphicon-question-sign::before {
  content: "\f059";
}

.glyphicon-trash::before {
  content: "\f1f8";
}

.glyphicon-paperclip::before {
  content: "\f0c6";
}

.glyphicon-phone-alt::before {
  content: "\f095";
}

.glyphicon-shopping-cart::before {
  content: "\f07a";
}

.glyphicon-plus-sign::before {
  content: "\f055";
}

.glyphicon-menu-down::before {
  content: "\f078";
}

.glyphicon-zoom-in::before {
  content: "\f00e";
}

.modal-header .btn-close {
  margin: 0 0 0 auto;
}

.modal-title {
  line-height: 1.3;
}

.table > :not(caption) > * > * {
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  .navbar-verde .navbar-collapse {
    width: 100%;
  }
}
