html {
  scroll-behavior: smooth;
}

.spacer {
  margin-top: 100px;
}

.sticky {
  position: fixed !important;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transition: 0.4s;
  padding: 20px 50px;
  background: white !important;
}

/*****MENU*******/

.show {
  display: block;
}

.hide {
  display: none;
}

.full-width {
  width: 50%;
  transition: 2s;
}

.the-menu {
  background: white;
  width: 0;
  margin-left: 50%;
  height: 100vh;
  position: absolute;
  top: 85px;
  z-index: 1;
  position: fixed;
}

.menu-fixed {
  position: fixed;
  z-index: 2;
}

.close-menu {
  float: right;
  padding: 25px;
  cursor: pointer;
}

.menu-list-items {
  padding: 60px;
}

.menu-list-items li {
  padding: 10px 0px;
}

.menu-bar {
  background: white;
  height: 85px;
  width: 100%;
}

.nav-left {
  background: lightblue;
  float: left;
  width: 20%;
  height: 100%;
  padding: 25px;
}

.nav-right {
  background: white;
  /*margin-left: 20%;*/
  width: 100%;
  height: 100%;
  padding: 15px;
}

.nav-menu-list {
  float: right;
}

.nav-menu-list li {
  display: inline-block;
  padding: 0 20px;
  cursor: pointer;
}

.mobile-menu {
  display: none;
}

.the-logo {
  display: block;
  float: left;
  padding-top: 16px;
}

.mobile-logo {
  display: none;
}

#menuTrigger {
}

@media screen and (max-width: 760px) {
  .mobile-menu {
    display: block;
  }
  .mobile-logo {
    display: block;
    font-size: 25px;
  }
}

/**********TEXT************/
.section-title {
  margin-bottom: 10px !important;
  color: #456475;
  font-weight: bold;
}
.p-text {
  font-size: 20px;
  color: #808080;
}
.p-text-services {
  font-size: 15px;
  color: #808080;
}
.p-text-listing {
  font-size: 15px;
  color: #808080;
}
.slider-text {
  font-size: 20px;
  color: white;
}
.servicios-title {
  margin-top: 20px;
}
.slider-title {
  margin-top: 20px;
}
.listing-title {
  margin-top: 20px;
  color: #456475;
  font-weight: bold;
}

/**********IMAGES************/
.round-corners {
  border-radius: 7px;
}

.panel {
  padding: 30px;
}

/**********ELEMENTS************/
.servicios-box {
  cursor: pointer;
  transition: 0;
  height: 500px;
}
.servicios-box:hover {
  cursor: pointer;
  border-radius: 6px;
  box-shadow: 0 3em 6em -0.25em rgb(20 20 20 / 20%),
    0 0 0 2px rgb(20 20 20 / 4%);
  font-size: 1rem;
}

.product-btn {
  width: 100%;
  color: white;
  background: rgb(69, 100, 117);
  border: 1px solid transparent !important;
}
.product-btn:hover {
  color: white;
  box-shadow: 0 5px 15px rgb(69, 100, 117);
}

/****SLIDER DOTS*****/
.slider-buttons {
  margin-left: 75%;
  cursor: pointer;
  padding: 20px 45px;
  margin-top: -100px;
}
#dots {
  text-align: center;
}
#dot1 {
  cursor: pointer;
}
#dot1:hover {
  background: black;
  transition: ease-in 0.2s;
}
#dot2 {
  cursor: pointer;
}
#dot2:hover {
  background: black;
  transition: ease-in 0.2s;
}
#dot3 {
  cursor: pointer;
}
#dot3:hover {
  background: black;
  transition: ease-in 0.2s;
}
#dot4 {
  cursor: pointer;
}
#dot4:hover {
  background: black;
  transition: ease-in 0.2s;
}
#dot5 {
  cursor: pointer;
}
#dot5:hover {
  background: black;
}
.controller {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.highlighted {
  background-color: black;
}

/*****OVERRIDES*******/

.listing-panel {
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%),
    0 0 0 1px rgb(10 10 10 / 2%);
  font-size: 1rem;
  padding: 30px;
}
.s-icon--white-brd:hover {
  color: #fff;
  border-color: #fff;
  background: #456475;
  line-height: 1.4;
}

.navbar-brand {
  float: none !important;
  width: 100% !important;
}
