body, html {
  overflow-x: hidden;
}

section {
  padding: 150px 0px 0;
}

@font-face {
  font-family: HeadingPro;
  src: url(../assets/fonts/headingpro-extrabold.woff2);
}

@font-face {
  font-family: Heavitas;
  src: url(../assets/fonts/Heavitas.woff2);
}

@font-face {
  font-family: SofiaPro;
  src: url(../assets/fonts/SofiaPro-Regular.woff2);
}

@font-face {
  font-family: IntegralCF;
  src: url(../assets/fonts/IntegralCF-HeavyOblique.woff2);
}

@font-face {
  font-family: BigNoodle;
  src: url(../assets/fonts/big_noodle_titling.woff2);
}

@font-face {
  font-family: Poppins;
  src: url(../assets/fonts/Poppins-Regular.woff2);
}

h1 {
  font-family: IntegralCF;
  font-size: clamp(30px, 5vw, 80px);
  color: #F5F5F7;
  text-align: center;
}

h2 {
  font-family: IntegralCF;
  font-size: clamp(24px, 5vw, 32px);
  color: #1F7C2E;
  text-align: center;
}

h3 {
  font-family: BigNoodle;
  font-size: clamp(28px, 4vw, 45px);
  color: #141010;
  text-align: center;
}

h4 {
  font-family: IntegralCF;
  font-size: 48px;
  color: #F5F5F7;
}

h5 {
  font-family: IntegralCF;
  font-size: 24px;
  text-transform: uppercase;
  color: #141010;
}

.contacttitle {
  font-family: IntegralCF;
  font-size: clamp(36px, 5vw, 80px);
  color: #141010;
  text-align: center;
}

.servicetitles {
  font-family: BigNoodle;
  font-size: 30px;
  color: #F5F5F7;
}

.menutitles {
  font-family: IntegralCF;
  font-size: 20px;
  color: #F5F5F7;
  text-decoration: none;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.menutitles:hover {
  color: #1F7C2E;
}

.subtitle {
  font-family: Poppins;
  font-size: clamp(16px, 2vw, 20px);
  color: #141010;
  text-align: center;
}

.text {
  font-family: Poppins;
  font-size: 16px;
  color: #141010;
}

.textwhite {
  font-family: Poppins;
  font-size: 16px;
  color: #F5F5F7;
}

.menu {
  font-family: Poppins;
  font-size: 16px;
  color: #F5F5F7 !important;
  text-decoration: none;
}

.buttonheader {
  font-family: Poppins;
  font-size: 16px;
  text-align: center;
  color: #F5F5F7 !important;
  background-color: #1F7C2E;
  padding: 11px 24px;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 4px 4px 0 #0f521a;
          box-shadow: 4px 4px 0 #0f521a;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.buttonheader:hover {
  transform: translate(4px, 4px);
  -webkit-transform: translate(4px, 4px);
  -moz-transform: translate(4px, 4px);
  -ms-transform: translate(4px, 4px);
  -o-transform: translate(4px, 4px);
  -webkit-box-shadow: 0px 0px 0 #0f521a;
          box-shadow: 0px 0px 0 #0f521a;
}

.buttonsecondary {
  font-family: Poppins;
  font-size: 18px;
  text-align: center;
  color: #F5F5F7 !important;
  background-color: #1F7C2E;
  padding: 15px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  width: 235px;
  -webkit-box-shadow: 4px 4px 0 #0f521a;
          box-shadow: 4px 4px 0 #0f521a;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.buttonsecondary:hover {
  transform: translate(4px, 4px);
  -webkit-transform: translate(4px, 4px);
  -moz-transform: translate(4px, 4px);
  -ms-transform: translate(4px, 4px);
  -o-transform: translate(4px, 4px);
  -webkit-box-shadow: 0px 0px 0 #0f521a;
          box-shadow: 0px 0px 0 #0f521a;
}

.buttonlight {
  font-family: Poppins;
  font-size: 18px;
  text-align: center;
  color: #141010 !important;
  background-color: #F5F5F7;
  padding: 15px 30px;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  text-decoration: none;
  cursor: pointer;
  width: 235px;
  -webkit-box-shadow: 4px 4px 0 #a7a7a7;
          box-shadow: 4px 4px 0 #a7a7a7;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.buttonlight:hover {
  transform: translate(4px, 4px);
  -webkit-transform: translate(4px, 4px);
  -moz-transform: translate(4px, 4px);
  -ms-transform: translate(4px, 4px);
  -o-transform: translate(4px, 4px);
  -webkit-box-shadow: 0px 0px 0 #a7a7a7;
          box-shadow: 0px 0px 0 #a7a7a7;
}

.buttondark {
  font-family: Poppins;
  font-size: 18px;
  text-align: center;
  color: #ffffff !important;
  background-color: #141010;
  padding: 15px 30px;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  text-decoration: none;
  cursor: pointer;
  width: 235px;
  -webkit-box-shadow: 4px 4px 0 black;
          box-shadow: 4px 4px 0 black;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.buttondark:hover {
  transform: translate(4px, 4px);
  -webkit-transform: translate(4px, 4px);
  -moz-transform: translate(4px, 4px);
  -ms-transform: translate(4px, 4px);
  -o-transform: translate(4px, 4px);
  -webkit-box-shadow: 0px 0px 0 black;
          box-shadow: 0px 0px 0 black;
}

.scrolled {
  background-color: #141010 !important;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

nav {
  position: fixed;
  width: 100vw;
  height: 100px;
  background-color: transparent;
  z-index: 999999999999999999999999999999999999999999999999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5vw;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

nav .logo {
  height: 60px;
}

nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2vw;
}

nav .burger {
  display: none;
}

@media only screen and (orientation: portrait) {
  nav .logo {
    height: 45px;
  }
  nav .menu, nav .buttonheader {
    display: none;
  }
  nav .burger {
    display: block;
  }
}

#menu_res {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  background-color: #141010;
  position: fixed;
  top: 0;
  left: 110vw;
  z-index: 999999999999999999999999999999999999999999999999999999999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

#menu_res .close {
  position: absolute;
  top: 40px;
  right: 40px;
  color: white;
  font-family: IntegralCF;
  font-size: 30px;
}

body {
  background-color: #F5F5F7;
}

.carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.carousel-control-next, .carousel-control-prev {
  z-index: 20;
}

#hero {
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#hero h1 {
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}

#hero .overlay {
  width: 100%;
  height: 85%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

#hero .inner {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
}

#hero .inner h1 {
  padding: 0 20px 20px;
}

#hero .inner .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

#hero lord-icon {
  position: absolute;
  bottom: 30px;
}

@media only screen and (orientation: portrait) {
  #hero h1 {
    padding: 0 25% 20px !important;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  }
  #hero .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 22px;
  }
  #hero .buttons a {
    width: 100% !important;
  }
  #hero lord-icon {
    width: 50px !important;
    height: 50px !important;
  }
}

#services .serv_res {
  padding-top: 30px;
}

#services h2, #services h3, #services .subtitle {
  text-align: center;
}

#services .subtitle {
  max-width: 800px;
  margin: auto;
}

#services .services_grid {
  padding-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

#services .services_grid .service {
  position: relative;
  overflow: hidden;
  height: 425px;
}

#services .services_grid .service img {
  width: 100%;
  height: 425px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  z-index: 1;
}

#services .services_grid .service .overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(55.21%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 55.21%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 0px 0px 5px 5px;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

#services .services_grid .service .text {
  position: absolute;
  top: 370px;
  text-align: center;
  width: 100%;
  z-index: 3;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  padding: 0 10%;
}

#services .services_grid .service:hover .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#services .services_grid .service:hover .overlay {
  background: #141010;
  opacity: 0.8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#services .prueba {
  display: none;
}

#services .prueba .service {
  position: relative;
  overflow: hidden;
  height: 425px;
}

#services .prueba .service img {
  width: 100%;
  height: 425px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  z-index: 1;
}

#services .prueba .service .overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(55.21%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 55.21%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 0px 0px 5px 5px;
  z-index: 2;
  position: absolute;
  width: calc(100% - 25px);
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

#services .prueba .service .text {
  position: absolute;
  top: 370px;
  text-align: center;
  width: calc(100% - 25px);
  z-index: 3;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  padding: 0 10%;
}

#services .prueba .tns-slide-active .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#services .prueba .tns-slide-active .overlay {
  background: #141010;
  opacity: 0.6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

@media only screen and (orientation: portrait) {
  #services .prueba {
    display: block;
  }
  #services .services_grid {
    display: none;
  }
}

#why_us {
  padding-bottom: 150px;
}

#why_us .why_us_row {
  padding: 0;
  margin: 70px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

#why_us .why_us_row .why_us_box {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#why_us .why_us_row .why_us_box img {
  width: 80px;
}

@media only screen and (orientation: portrait) {
  #why_us h3 {
    padding: 0 10vw;
  }
}

#portfolio {
  padding: 0;
}

#portfolio .portfolio_dark {
  background-color: #141010;
}

#portfolio .portfolio_dark .col-lg-5 {
  padding: 130px 5% 120px 5%;
}

#portfolio .portfolio_dark .col-lg-5 .textwhite {
  padding: 15px 0 20px;
}

#portfolio .portfolio_dark .col-lg-7 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#portfolio .portfolio_light {
  background-color: #F5F5F7;
}

#portfolio .portfolio_light .col-lg-5 {
  padding: 130px 5% 120px 5%;
}

#portfolio .portfolio_light .col-lg-5 h4 {
  color: #141010;
}

#portfolio .portfolio_light .col-lg-5 .text {
  padding: 15px 0 20px;
}

#portfolio .portfolio_light .col-lg-7 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (orientation: portrait) {
  #portfolio .portfolio_dark {
    text-align: center;
  }
  #portfolio .portfolio_dark .col-lg-5 {
    padding: 130px 10%;
  }
  #portfolio .portfolio_dark .col-lg-7 img {
    height: 305px;
  }
  #portfolio .portfolio_light {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
  #portfolio .portfolio_light .col-lg-5 {
    padding: 130px 10%;
  }
  #portfolio .portfolio_light .col-lg-7 img {
    height: 305px;
  }
}

#contact {
  padding: 150px 0 150px;
}

#contact .subtitle {
  max-width: 800px;
  margin: auto;
  padding-bottom: 50px;
}

#contact .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

@media only screen and (orientation: portrait) {
  #contact .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 50px;
    gap: 10px;
  }
  #contact .subtitle {
    padding-bottom: 10px;
  }
}

#footer {
  padding: 100px 0;
  background: #141010;
  text-align: center;
}

#footer .logo {
  max-width: 180px;
  padding-bottom: 50px;
}

#footer .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  padding: 30px 0;
}

#footer .center img {
  height: 20px;
}

#footer .centersm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  padding: 30px 0;
}

#footer .centersm img {
  height: 20px;
}

@media only screen and (orientation: portrait) {
  #footer .center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 50px 0;
  }
  #footer .centersm {
    padding: 50px 0;
  }
}
/*# sourceMappingURL=style.css.map */