body {
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
}
header {
  width: 90%;
}
.index_link {
  text-decoration: none;
  color: #2c2c2c;
}
.logo {
  font-size: 18px;
  margin: 0;
  font-family: "Notable", sans-serif;
}
nav {
  margin: 0;
  padding: 0;
}
nav ul li {
  margin-top: -14px;
  padding: 0;
}
nav ul li a {
  margin: 0;
  padding: 0;
}

.titlePage {
  color: #2c2c2c;
  position: absolute;
  left: 10%;
  top: 70%;
  font-size: 30px;
  font-family: "Gruppo", cursive;
  font-weight: bold;
}

.hash_title {
  color: #2c2c2c;
  position: absolute;
  top: 5%;
  font-size: 23px;
  font-family: "Gruppo", cursive;
  font-weight: bold;
  z-index: 1000 !important;
}

.glider_img {
  margin: 0;
  margin-top: 100px;
  max-width: 20vh;
  max-height: 30vh;
  width: auto;
  height: auto;
}
.horizontal {
  max-width: 97% !important;
  max-height: 25vh;
  width: auto;
  height: auto;
  margin-left: 2px !important;
}
.palm {
  max-width: 97%;
  max-height: 25vh;
  width: auto;
  height: auto;
  margin-left: 20.5%;
}
.vertical {
  max-width: 20vh;
  max-height: 30vh;
  width: auto;
  height: auto;
  margin-left: 25.5% !important ;
}
.fa-circle {
  display: none !important;
}
.glider-prev {
  opacity: 0 !important;
}
.glider-nex {
  opacity: 0 !important;
}
.transition-fade {
  transition: 0.5s;
  opacity: 1;
}
.horizontal_vid {
  max-width: 250px;
  max-height: 55vh;
  margin-top: 120px;
  width: auto;
  height: auto;
  margin-top: 120px;
  margin-left: 3%;
}
