body {
  padding-top: 80px;
}

.bg-image-full {
  background: no-repeat center center scroll;
  background-size: cover;
  -o-background-size: cover;
}

.tittle {
  font-family: "Frijole", cursive;
  font-size: 30px;
}

.subtitle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 15px;
}

.logo {
  margin-right: 15px;
}

section {
  margin-bottom: 10%;
}

#demo {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.green {
  background-color: #6fb936;
}

.thumb {
  margin-bottom: 30px;
}

.page-top {
  margin-top: 85px;
}

img.zoom {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.transition {
  transform: scale(1.2);
}

.modal-header {
  border-bottom: none;
}

.modal-title {
  color: #000;
}

.modal-footer {
  display: none;
}

@media only screen and (max-width: 600px) {
  .tittle{
    font-size: 15px;
  }

  h1 {
    font-size: 20px;
  }
}

