@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600&display=swap");
@import url("custom.css");
body {
  font-family: "Inter", sans-serif;
}

.bg-dark-blue {
  background-color: #263140;
}

.home-text p{font-size:24px;}

.menu {
  position: fixed;
  width: 100%;
  z-index: 19;
  top: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.menu .sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  max-width: 282px;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

.menu .sidebar .sidebar-footer {
  color: #fff;
  opacity: 0.2;
  font-size: 12px;
  line-height: 15px;
  bottom: 0;
  position: absolute;
  bottom: 26px;
}

.menu .sidebar .close-button {
  position: absolute;
  top: 24px;
  right: 28px;
  padding: 8px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .menu .sidebar {
    top: auto;
    bottom: auto;
    right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 100%;
    -webkit-transition: none;
    transition: none;
    overflow-y: visible;
    position: relative;
  }
}

.menu .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  z-index: 888;
}

.menu .main-navigation.active .sidebar {
  right: 0;
  z-index: 999;
  background: #192e3f;
  padding: 46px 37px 46px 37px;
}

.menu .main-navigation.active .overlay {
  visibility: visible;
}

.menu .navbar-light .navbar-nav .nav-link {
  color: #263140;
}

.menu .navbar-light .navbar-nav .nav-link:hover {
  color: #263140;
}

.menu .navbar-light .navbar-nav .nav-link.active,
.menu .navbar-light .navbar-nav .show > .nav-link {
  color: #263140;
}

.menu .mobile-logo {
  margin-bottom: 40px;
}

.menu .mobile-logo img {
  width: 120px;
}

.slider {
  height: 560px;
}

.slider .item {
  height: 560px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px;
}

.slider .item h1 {
  color: #fff;
  font-weight: 300;
}

.sec-title {
  font-size: 81px;
  font-weight: 700;
  line-height: 81px;
  letter-spacing: -5px;
  color: #666666;
  position: relative;
  text-align: center;
  margin: 0;
}

.sec-title i {
  font-style: normal;
  color: #222930;
  opacity: 0.05;
}

.sec-title span {
  display: block;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 3.6px;
  opacity: 0.85 !important;
  position: relative;
  top: -30px;
  line-height: normal;
}

.services .item .thumbnail {
  height: 193px;
}

.services .item .thumbnail img {
  width: 100%;
  height: 193px;
  -o-object-fit: cover;
     object-fit: cover;
}

.services .item .title {
  font-size: 18px;
  font-weight: 400;
}

.objectives .bg {
  background-image: url("../img/tierra-mallorca-NpTbVOkkom8-unsplash.jpg");
  background-size: cover;
  background-position: bottom;
  position: relative;
  padding: 50px 0px;
}

.objectives .bg::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #263140;
  opacity: 0.8;
}

.objectives .section-title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 40px;
}

.objectives .item {
  position: relative;
  z-index: 2;
}

.objectives .item .title {
  color: #fff;
  font-weight: 200;
  font-size: 18px;
}

.page-hero .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 150px 0px;
}

.page-hero .item::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(38, 49, 64, 0.322567)), to(#263140));
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(38, 49, 64, 0.322567) 30%, #263140 100%);
}

.page-hero .item h1 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 50px;
}

.about-content h2 {
  font-size: 24px;
  font-weight: 400;
}

.about-content ul {
  padding: 10px;
  margin: 10px;
}

.about-content ul li {
  list-style-type: disc;
  margin-bottom: 14px;
  font-size: 18px;
}

.services-text p {
  font-size: 35px;
  font-weight: 500;
}

.services-page .item .thumbnail {
  height: 300px;
}

.services-page .item .thumbnail img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-page .item .title {
  font-size: 18px;
  font-weight: 400;
}

.contact h1 {
  font-size: 28px;
}

footer {
  background-color: #263140;
}

footer .copyright {
  color: #fff;
  opacity: 0.5;
}

@media (max-width: 992px) {
  .navbar-light .navbar-nav .nav-link {
    color: #fff !important;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #fff !important;
  }
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .show > .nav-link {
    color: #fff !important;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
  }
  .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff !important;
  }
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff !important;
  }
}

@media (max-width: 768px) {
  .slider {
    height: 260px;
  }
  .slider .item {
    height: 260px;
    padding: 35px;
  }
  .copyright p {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */