.cursor {
  cursor: pointer;
}

.sgscar-image-container {
  position: relative;
  text-align: center;
  color: white;
}

.sgscar-image-container-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.navbar-gap-top {
  padding-top: 76px;
}

.navbar-gap-bottom {
  padding-bottom: 76px;
}

input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #bbb;
}

p[type=date] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #bbb;
}

input[type=number] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #bbb;
}

textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #bbb;
}

/*NAVBAR SERGIO*/
.logo {
  width: 160px;
  height: auto;
}
.bg-black {
  background: #000;
}
.menu-item {
  color: #FFF!important;
  font-family: 'Quicksand', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.menu-item-dropdown {
  color: #FFF!important;
  font-family: 'Quicksand', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.menu-item:hover{
  color: #a3a3a3!important;
  font-family: 'Quicksand', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  transition: 0.3s all;
  margin-top: -10px;
  border-bottom: 2px solid white;
}
.sub-menu-item {
  color: #a3a3a3;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
}
/*NAVBAR SERGIO END*/