@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700;900&display=swap");
body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

body p {
  line-height: 20px;
}

body b {
  font-weight: 700;
  color: #81BE5F;
}

header#banner {
  background: #fff;
  -webkit-box-shadow: #0000002a 3px 3px 3px 2px;
          box-shadow: #0000002a 3px 3px 3px 2px;
  position: absolute;
  padding: 10px 0px;
  width: 100%;
  z-index: 9;
  top: 0;
}

.img-fluid {
  border-radius: 8px;
}

.bg-light {
  background: transparent !important;
  padding: 25px 0px;
}

.navbar-brand {
  background: url(../img/logo.png) no-repeat;
  background-size: 100%;
  height: 80px;
  width: 160px;
}

h1, h2 {
  font-weight: 900;
}

h3 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}

h4 {
  font-size: 18px;
  background: #071B7A;
  background: linear-gradient(-230deg, #071B7A, #0098DB, #81BE5F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
  z-index: 1000;
}

h2.clipmask {
  background: #071B7A;
  background: linear-gradient(-230deg, #071B7A, #0098DB, #81BE5F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  margin-bottom: 40px;
  z-index: 1000;
}

h2.regular {
  font-weight: 400;
}

span.green {
  color: #81BE5F;
  font-size: 16px;
}

li a, p a {
  color: #81BE5F;
  font-weight: 700;
}

li a:hover, p a:hover {
  color: #0098DB;
}

.d-flex-h {
  position: absolute;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 100%;
  left: 0;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px;
}

.d-flex-h h2 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  margin-top: 30px;
}

.d-flex-h .frst-plane {
  text-align: center;
  z-index: 1;
}

.d-flex-h .image-bg {
  background: url(../img/home-bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: .2;
  z-index: 0;
}

section.about {
  margin-top: -216px;
  margin-bottom: -91px;
}

section.about .carousel-inner {
  background: #fff;
  padding: 65px 45px 120px 45px;
}

section.what-is {
  background: #fff;
  padding: 145px 0px 185px 0px;
  position: relative;
}

section.what-is p {
  color: #000;
}

.carousel {
  position: relative;
  z-index: 2;
}

.carousel-indicators li {
  background: #2B3E42;
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.carousel-indicators .active {
  background: #81BE5F;
}

.frst-screen {
  background: linear-gradient(-45deg, #071B79, #0097DB, #0097DB, #071B79, #071B79);
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
          animation: gradient 15s ease infinite;
  height: 95vh;
}

.frst-screen p {
  color: #fff;
}

.dark {
  background: #071B7A;
  border-radius: 8pt;
  padding: 90px 45px;
  color: #fff;
}

.dark p.white {
  color: #fff !important;
}

/****Buttons*****/
.btn-primary {
  background: #0097DB;
  border-color: #0097DB;
  color: #fff !important;
  padding: 12px 40px;
}

.btn-primary:hover {
  background: #026391;
}

/*****icons*****/
i.arrow {
  background: url(../img/icon-arrow.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 20px;
  height: 12px;
  margin-left: 10px;
}

i.icon-home {
  background: url(../img/icon-home.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-bottom: -3px;
}

i.question {
  background: url(../img/icon-question.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-bottom: -5px;
}

.goals {
  background: url(../img/fases.jpg) no-repeat;
  background-size: cover;
  padding: 140px 0px;
}

.goals .goals-content {
  background-color: #1C2324;
  border-radius: 8pt;
  padding: 90px 45px;
  margin-top: -185px;
  position: relative;
  z-index: 3;
}

.goals .goals-content div#v-pills-tab a {
  color: #878282;
  font-weight: 200;
  padding: 12px 10px;
  position: relative;
}

.goals .goals-content div#v-pills-tab a.active {
  color: #fff;
  font-weight: 700;
  background: transparent !important;
}

.goals .goals-content div#v-pills-tab a.active::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 4px;
  width: 100%;
  background: linear-gradient(-45deg, #68C2C1, #81BE5F);
}

.goals h3, .goals p {
  color: #fff;
}

.radar {
  background: #1C2324;
  color: #fff;
}

.d-flex-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.areas {
  background: #eeeeee;
  padding: 90px 0px 0px 0px;
}

.areas h2 {
  width: 100%;
}

.areas p.tall {
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 50px;
}

.areas .card {
  background: #071B7A;
  border-radius: 6pt;
  color: #fff;
  position: relative;
  padding-bottom: 45px;
}

.areas .card a {
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 35px;
}

.areas img {
  height: 55px;
  width: 55px;
  margin-left: 20px;
  margin-top: 30px;
}

a.link {
  background: url(../img/icon-arow.svg) no-repeat center right;
  background-size: 16px;
  padding-right: 22px;
  color: #81BE5F;
}

.transversal {
  background: #2B3E42;
  padding: 10px 0px 90px 0px;
}

.transversal h2 {
  width: 100%;
  margin-top: 0px;
}

.transversal .card {
  background: #81BE5F;
}

.transversal h3 {
  color: #fff;
  text-align: center;
}

.transversal img {
  width: 90px;
  height: 90px;
  margin: 30px auto;
}

footer {
  background: #071B79;
  padding: 40px 0px;
  color: #0098DB;
  position: relative;
}

footer .whats {
  position: absolute;
  right: 0px;
  top: -55px;
}

footer h4 {
  font-weight: 700;
  margin-bottom: 0;
}

footer a {
  color: #fff;
  font-weight: 700;
}

div.social-media {
  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;
  padding: 30px 0px;
}

div.social-media a.icon-facebook {
  background: url(../img/icon-facebook-gray.svg) no-repeat;
  width: 13px;
  height: 24px;
  margin-right: 20px;
}

div.social-media a.icon-youtube {
  background: url(../img/icon-youtube-gray.svg) no-repeat;
  width: 25px;
  height: 17px;
}

div.social-media p {
  margin-bottom: 0px;
  font-size: 14px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social .icon-facebook {
  background: url(../img/face.svg) no-repeat;
  background-size: 100%;
  width: 10px;
  height: 20px;
}

.social .icon-youtube {
  background: url(../img/youtube.svg) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 14px;
  margin-left: 15px;
  margin-right: 15px;
}

.social .icon-linkedin {
  background: url(../img/linkedin.svg) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 20px;
}

section.interior {
  padding-top: 250px;
  padding-bottom: 65px;
}

section.interior .col-md-10 {
  position: relative;
}

section.interior .col-md-10::before {
  content: '';
  position: absolute;
  left: -45px;
  top: 0px;
  width: 6px;
  height: 90vh;
  background: -webkit-gradient(linear, left top, right top, from(#071B79), color-stop(#0097DB), color-stop(#0097DB), color-stop(#071B79), to(#81BE5F));
  background: linear-gradient(90deg, #071B79, #0097DB, #0097DB, #071B79, #81BE5F);
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
          animation: gradient 15s ease infinite;
}

section.interior p {
  color: #000 !important;
}

section.interior .card {
  background: #071B79;
  border-radius: 8pt;
  color: #fff;
}

section.interior .card button.btn.btn-link.btn-block.text-left {
  color: #0097DB;
  font-size: 16px;
  font-weight: 700;
}

section.interior .card-body {
  padding: 25px;
}

section.interior .card-body p {
  color: #fff !important;
}

section.interior .goals-content {
  background-color: #1C2324;
  border-radius: 8pt;
  margin-bottom: 65px;
  padding: 90px 45px;
  position: relative;
  z-index: 3;
}

section.interior div#v-pills-tab a {
  color: #878282;
  font-weight: 200;
  padding: 12px 10px;
  position: relative;
}

section.interior div#v-pills-tab a.active {
  color: #fff;
  font-weight: 700;
  background: transparent !important;
}

section.interior div#v-pills-tab a.active::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 4px;
  width: 100%;
  background: linear-gradient(-45deg, #68C2C1, #81BE5F);
}

section.interior h3, section.interior p {
  color: #fff;
}

.breadcrumbd a {
  color: #0097DB;
}

.breadcrumbd .disabled {
  color: #929292;
}

.color-white {
  color: #fff;
}

.hor-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
}

.hor-scroll h3 {
  color: #81BE5F !important;
}

.row-cols-md-3.hor-scroll > * {
  max-width: 31.3%;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px #1C2324;
  background-color: #435d62;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #435d62;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #1C2324;
  border: 1px solid #1C2324;
}

.icon-book-mark {
  background: url(../img/icon-book.svg) no-repeat;
  background-size: 100%;
  display: block;
  margin-bottom: 15px;
  width: 21px;
  height: 27px;
}

#items-container:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

/***Tab filters*****/
.filterDiv {
  float: left;
  color: #ffffff;
  width: 100px;
  line-height: 100px;
  text-align: center;
  margin: 2px;
  display: none;
  /* Hidden by default */
}

.elements {
  margin-top: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.elements .filterDiv {
  margin-bottom: 15px;
  width: 32%;
}

.elements .content-info {
  text-align: left;
  padding: 20px;
}

.elements span.category {
  font-weight: 400;
  font-size: 13px;
}

.elements h3 {
  margin-bottom: 0px;
}

.card.h-100.projects {
  border: none;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  min-height: 480px;
}

.card.h-100.projects img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.card.h-100.projects .content-info {
  background: #1c2324;
  background: -webkit-gradient(linear, left bottom, left top, from(#1c2324), to(rgba(28, 35, 36, 0)));
  background: linear-gradient(0deg, #1c2324 0%, rgba(28, 35, 36, 0) 100%);
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

a.read-more {
  background: url(../img/icon-arrow.svg) no-repeat center right;
  background-size: 16px;
  color: #fff;
  padding-right: 20px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Add a dark background to the active button */
/*****************************Menu*****************************/
/* The sidebar menu */
.sidebar {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Stay on top */
  top: 0;
  right: 0;
  background-color: #071B7A;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidebar */
}

/* The sidebar links */
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #0098DB;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* The button used to open the sidebar */
.openbtn {
  font-size: 30px;
  cursor: pointer;
  background-color: transparent;
  color: #071B7A;
  padding: 10px 15px;
  border: none;
}

.openbtn:focus {
  border: none !important;
  outline: none !important;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  -webkit-transition: margin-left .5s;
  transition: margin-left .5s;
  /* If you want a transition effect */
  padding: 0px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
}

ul {
  padding: 0;
  list-style-type: none;
}

ul li {
  background: url(../img/icon-check.svg) no-repeat left 3px;
  background-size: 14px;
  padding-left: 25px;
  margin-bottom: 15px;
}

/***animation****/
.cover-interior {
  position: relative;
  height: 400px;
  width: 100%;
  overflow: hidden;
}

.cover-interior img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100% !important;
}

.mgn-white {
  background: #fff;
  padding: 45px 25px 65px 25px;
  margin-top: -65px;
  margin-bottom: -85px;
}

.mgn-white .category {
  color: #68C2C1;
  font-size: 20px;
  margin-bottom: 0px;
}

.mgn-white h2 {
  margin-bottom: 0px;
}

.mgn-white .date-creation {
  color: #B2B2B2;
}

.mgn-white h4 {
  margin: 35px 0px;
}

.mgn-white ul {
  list-style-type: none;
}

.mgn-white li::before {
  content: "•";
  color: #81BE5F;
  font-size: 22px;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}

.mgn-white b {
  color: #1C2324;
}

.container.white {
  color: #fff;
  text-align: center;
}

.container.white h2 {
  margin: 45px 0px;
}

.container.white a {
  background: url(../img/icon-arrow.svg) no-repeat right center;
  font-size: 18px;
  background-size: 22px;
  padding-right: 26px;
  color: #fff;
}

.blog {
  color: #1C2324;
}

.blog .card {
  background: #fff !important;
  color: #1C2324;
  border: none;
}

.blog .card h3 a, .blog .card p {
  color: #1C2324;
}

.blog .card p.category {
  margin-bottom: 0px;
}

.blog .card p.category b {
  color: #68C2C1;
}

.blog .card p.user {
  color: #878282;
  font-weight: 700;
  margin-bottom: 0;
}

.blog .card p.date {
  color: #878282;
}

.blog .card img {
  border-radius: 6px 6px 0px 0px;
  width: 100% !important;
}

.ad-info {
  color: #B2B2B2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.ad-info .user {
  font-weight: 700;
  margin-right: 5%;
}

.our-blog-details {
  color: #fff;
}

.our-blog-details hr {
  background: url(../img/line.svg) no-repeat;
  background-size: 100%;
  border: none;
  display: block;
  width: 100%;
  height: 20px;
}

.our-blog-details h4.quote {
  background: url(../img/quote.svg) no-repeat top left;
  background-size: 55px;
  margin: 65px 0px;
  padding-left: 95px;
  line-height: 38px;
}

.our-blog-details h4.quote b {
  color: #fff;
  font-size: 16px;
}

.mail-us {
  background: url(../img/icon-mail.svg) no-repeat;
  background-size: 100%;
  display: block;
  width: 44px;
  height: 56px;
}

.call {
  background: url(../img/icon-call.svg) no-repeat;
  background-size: 100%;
  display: block;
  width: 44px;
  height: 56px;
}

h3.green {
  color: #81BE5F !important;
  margin-top: 20px;
  margin-bottom: 10px;
}

iframe {
  width: 100%;
}

button#contact_form_submit {
  background: linear-gradient(-230deg, #68C2C1, #81BE5F);
  border-radius: 4px;
  border: none;
  height: 45px;
  width: 100%;
}

.text-center h2 {
  display: block;
  width: 100%;
  margin: 65px 0px;
}

.flexlogos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.flexlogos img {
  width: auto !important;
  height: auto !important;
}

/***animations*****/
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media (max-width: 600px) {
  h2.clipmask {
    font-size: 40px;
  }
  .d-flex-h .frst-plane {
    padding-left: 25px;
    padding-right: 25px;
  }
  section.what-is {
    background-size: 45px;
    margin-top: -160px;
    padding-top: 190px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .dark {
    background: #071B7A;
    border-radius: 8pt;
    margin-top: 150px;
    padding: 170px 20px 20px 20px;
  }
  .goals .goals-content {
    padding: 90px 25px;
    margin-top: -185px;
  }
  .areas p.tall {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.interior {
    background-size: 45px;
    padding-top: 180px;
    padding-bottom: 65px;
  }
  h2.regular.color-white {
    font-size: 24px;
  }
  .row-cols-md-3.hor-scroll > * {
    max-width: 85%;
  }
  div#items-container {
    margin-left: 0px;
  }
  .filterDiv {
    width: 94% !important;
    margin-left: 3%;
  }
  .flexlogos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .frst-screen {
    height: 120vh;
  }
  section.what-is .d-flex-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.what-is .d-flex-middle .img-fluid {
    margin-bottom: 40px;
  }
}
/*# sourceMappingURL=styles.css.map */