@import url('bootstrap.css');
@import url('animsition.css');
@import url('font-awesome.min.css');
@import url('ionicons.min.css');
@import url('linearicons.css');
@import url('animate.css');
@import url('magnific-popup.css');
@import url('jquery.fullPage.css');
@import url('jquery.pagepiling.css');
@import url('owl.carousel.css');
@import url('settings.css');
@import url('layers.css');
@import url('navigation.css');


html{
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.6;
  color: #414141;
  -webkit-overflow-scrolling:touch;
}

.body-fullpage{
  overflow: hidden;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #FAC302;
}

::selection{
  background-color:#FAC302;
  color:#fff;
}

-webkit-::selection{
    background-color:#FAC302;
    color:#fff;
}

::-moz-selection{
    background-color:#FAC302;
    color:#fff;
}

h1,
.h1{ 
  font-weight: 700;
  font-size: 3.428rem;
  line-height: 1.2;
  font-weight: 600;
  color: #0A2730;
  letter-spacing: -0.025em;
  margin:0.5em 0;
}

h2,
.h2{ 
  font-weight: 500;
  font-size: 2.571rem;
  line-height: 1.166;
  color: #0A2730;
  letter-spacing: 0;
  margin:2.6rem 0;
}

h3,
.h3{
  font-weight: 600;
  font-size: 2.142rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: #0A2730;
  margin:2.6rem 0;
}

h4,
.h4{
  font-weight: 400;
  font-size: 1.429rem;
  line-height: 1.15;
  color: #414141;
  margin:0.6rem 0;
}

h5,
.h5{
  font-weight: 500;
  font-size: 1.2857rem;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: #414141;
  margin:0.3rem 0;
  text-transform: uppercase;
}

h6,
.h6{
  font-weight: 600;
  font-size: 1.285rem;
  line-height: 1.3333;
  letter-spacing:0;
  color: #0A2730;
  margin:2.6rem 0;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a{
  color:inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover{
  text-decoration: none;
}


strong{
  font-weight: 600;
}

p,
blockquote{
  margin-bottom: 1.6rem;
}

a {
  color:#50AB95;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

a:hover,
a:focus {
  color:#407178;
  outline: none;
  text-decoration: none;
}


a:focus{
  text-decoration: none;
}

.review-carousel-item .text p {
  font-style: italic;
  font-size: 1.3333rem;
  line-height: 1.5;
  font-weight: 300;
}

.project-carousel-item {
  padding: 0 0.5rem;
}


#formCont, .enviado-1 {
  width: 100%;
  height: 700px;
  box-sizing: border-box;
}

.enviado-1 {
  padding-top: 10rem;
  text-align: center;
}

.enviado-1 p {
  font-size:1.143rem;
}

.submit-box {
  display: block;
  position: relative;
  float: right;
}

input[type='text'],
input[type='address'],
input[type='url'],
input[type='password'],
input[type='email'],
input[type="search"],
input[type="tel"],
textarea{
  display: inline-block;
  width:100%;
  font-size: 1.1429rem;
  line-height: 1.3;
  border-radius: 0.75em;
  color: #3d3d3d;
  background-color:#fff;
  border:0;
  border-right: 1px solid #50AB95;
  border-bottom: 1px solid #50AB95;
  border-radius: 10px;
  padding:0.2rem 1rem 0;
  height:3.0em;
  margin-bottom: 1.5rem;
  -webkit-box-shadow:none;
          box-shadow:none;
  /* -webkit-appearance: none; */
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

textarea{
  padding-top: 0.8rem;
  height: 15rem;
  resize:none;
  -webkit-transition: all .3s;
       -o-transition: all .3s;
          transition: all .3s;
}

input[type='text']:focus,
input[type='address']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus{
  border-color: #FAC302;
  outline: 0;
}

input.input-gray,
textarea.input-gray{
  background: #f6f6f6;
}


input.input-gray:focus,
textarea.input-gray:focus{
  background: #fff;
}

input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder{
  color: #999;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

.form-group{
  margin-bottom: 30px;
}

input.error{
  border-color: #FAC302;
}

.mc-label,
label.error{
  font-size: 0.83em;
  font-weight: 400;
  margin: 0.7em 0 0 0;
  color: #747474;
}

.btn{
  color:#fff;
  letter-spacing: 0.025em;
  font-size: 1rem;
  display: inline-block;
  border:0;
  border-radius: 0;
  padding: 1.1em 2.28em 1em;
  background-color: #000;
  text-decoration: none;
  -webkit-transition: all .3s ease-out!important;
          transition: all .3s ease-out!important;
}

.btn:hover,
.btn:focus{
  background-color:#FAC302;
  color: #fff;
  -webkit-box-shadow:none;
  box-shadow: none;
  outline: none!important;
}

.btn-upper{
  font-weight: 600;
  text-transform: uppercase;
}


.btn-yellow{
  background: #FAC302;
  color: #000;
}

.btn-yellow:hover,
.btn-yellow:focus{
  background: #000;
}

.icon{
  display: inline-block;
}

.icon-medium{
  font-size: 4.2rem;
}

.link-arrow{
  display: inline-block;
  color: #000;
  line-height: 1!important;
  font-weight: 600;
}

.link-arrow-2{
  display: inline-block;
  font-size: 1.14rem;
  color: #999999;
  font-weight: 400;
}

.link-arrow .icon,
.link-arrow-2 .icon{
  position: relative;
  margin-left: 0.7rem;
  font-size: 2.1em;
  vertical-align: middle;
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}

.link-arrow .icon{
  top:0.1rem;
}

.link-arrow .ion-ios-arrow-right{
  font-size: 1.5em;
}

.link-arrow-2 .ion-ios-arrow-right{
  font-size: 1.5em;
}

.link-arrow:hover,
.link-arrow-2:hover{
  color: #FAC302;
  text-decoration:none;
}

.link-arrow:hover .icon,
.link-arrow-2:hover .icon{
  -webkit-transform: translateX(0.5rem);
  -o-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}

.animsition{
  position:absolute;
  z-index: 100;
  left: 0;
  width: 100%;
  top:0;
  height: 100%;
  overflow-x:hidden;
}

.preloader{
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:#fff;
  color:#4b4b4b;
  text-align: center;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FAC302;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.text-dark {
  color: #2C2E32;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;

}

.text-dark .icon-call {
  background: url("../images/icon-call.svg");
  width: 22px;
  height: 22px;
  margin-right: 9px;
}

.text-dark .phone {
  font-size: 1.2857rem;
  font-weight: 700;
  padding-right: 25px;
  margin-top: -3px;
}

.text-dark .phone span {
  font-size: 1.0714rem;
  font-weight: 400;
}

.text-muted{
  color: #999;
}

.text-white{
  color: #fff;
}

.text-primary{
  color: #FAC302;
}

.pt-0{
  padding-top: 0!important;
}

.pb-0{
  padding-bottom:0!important;
}

.rel-1{
  position: relative;
  z-index: 1;
}

.overflow-hidden{
  overflow: hidden;
}

.mt-md {
  margin-top: 1rem;
}

.mt-xl {
  margin-top: 2rem;
}

.mb-md {
  margin-bottom: 1rem;
}

.mb-xl {
  margin-bottom: 2rem;
  display: table;
}

.mb-xxl {
  margin-bottom: 3rem;
}

.clear {
  height: 0;
  clear: both;
  font-size: 0;
}

.navbar{ 
  position: absolute;
  z-index: 10;
  left:0;
  top:0;
  width:100%;
  padding-top: 1.4rem;
  height: 5.5rem;
  background-color: #fff;
  margin:0;
  border-radius: 0;
}

.navbar .brand{
  float: left;
  margin-top: -0.5rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.brand{
  display: inline-block;
}

a.brand:hover,
a.brand:focus{
  text-decoration: none;
  color: #000;
}

.brand img{
  display: inline-block;
  vertical-align: top;
  margin-right: 0.65rem;
  height: 3.5rem;
}

.navbar-toggle{
  display: block;
  margin:0;
  padding: 0;
  border-radius: 0;
  margin-top: 13px;
}

.navbar-toggle .icon-bar{
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-toggle:hover .icon-bar{
  background-color:  #FAC302;
}

.navbar .social-list{
  float: right;
  margin: 10px 1.3rem 0 0;
}

.social-list{
  overflow:hidden;
}

.social-list a{
  font-size: 1.143rem;
  line-height: 1;
}

.social-list a.icon-instagram {
  background: url("../images/icon-instagram.svg");
  width: 24px;
  height: 23px;
}

.social-list a:first-child{
  margin-left: 0;
}

.navbar-spacer{
  float: right;
  margin:-1rem 4.5rem 0;
  width: 1px;
  height: 3.3rem;
  background-color: #e0e0e0;
}

.navbar-address{
  float: right;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}


.navbar.affix{
  position: fixed;
  /* box-shadow: 0 0 65px rgba(0,0,0,0.07); */
}


.click-capture{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 99;
}

.menu{
  position: fixed;
  top:0;
  bottom:0;
  right: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.close-menu{
  position: absolute;
  z-index: 2;
  top: 2.3rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.close-menu:hover{
  color: #FAC302;
}

.menu-list{
  opacity: 0;
  position: absolute;
  left: 0;
  top:9rem;
  bottom:10.5rem;
  padding-left: 15%;
  overflow-x:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  /* overflow-scrolling:touch; */
  font-weight: 600;
  letter-spacing: -0.025rem;
  list-style: none;
  margin:0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
  -o-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
  transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
}

.menu-list li a{
  color: #999999;
}

.menu-list .active > a,
.menu-list li a:hover{
  text-decoration: none;
  color: #2C2E32;
}

.menu-list > li{
  font-size: 1.95rem;
  line-height: 1;
}

.menu-list > li{
  margin-top: 2.7rem;
}

.menu-list > li:first-child{
  margin-top: 0;
}


.menu-list ul{
  display: none;
  list-style: none;
  padding:0;
  margin: 0;
}

.menu-list ul li{
  font-size: 1.142rem;
  margin-top: 1.142rem;
}

.menu-list ul li:first-child{
  margin-top:2.4rem;
}

.menu-footer{
  position: absolute;
  left: 15%;
  bottom: 4rem;
}

.menu-footer .social-list{
  opacity: 0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: all 0.5s 0.7s ease;
  -o-transition: all 0.5s 0.7s ease;
  transition: all 0.5s 0.7s ease;
}

.menu-footer .social-list a:last-child{
  margin-right: 0;
}


.menu-footer .copy{
  opacity: 0;
  display: none;
  margin-top: 3.2rem;
  line-height: 1.2;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: all 0.5s 0.9s ease;
  -o-transition: all 0.5s 0.9s ease;
  transition: all 0.5s 0.9s ease;
}



.menu-is-opened .click-capture{
  visibility: visible;
}

.menu-is-opened .menu{
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 65px rgba(0,0,0,0.07);
}

.menu-is-opened .menu-list,
.menu-is-opened .menu .menu-footer .social-list,
.menu-is-opened .menu .menu-footer .copy{
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.menu-is-closed .menu .menu-list,
.menu-is-closed .menu .menu-footer .social-list,
.menu-is-closed .menu .menu-footer .copy{
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay:0s;
  transition-delay: 0s;
}

.wrapper{
  padding-top:7rem;
  overflow-x:hidden;
}

.call-to-whatsapp {
  right: 1.7rem; 
}

.boxed{
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}

.boxed .container,
.boxed .container-fluid{
  padding: 0;
  max-width: 100%;
}

.left-boxed{
  left: 1.7rem;
}

.right-boxed{
  right:1.7rem;
}

.section{
  padding:10.28rem 0;
}

.section-title{
  margin:0;
}

.section-title .link-arrow-2{
  margin-top:1.05rem;
}

.section-subtitle{
  display: inline-block;
  font-weight: 500;
  font-size: 1.142rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FAC302;
  margin-bottom: 1rem;
}

.rev_slider .link-arrow{
  color: #fff;
}

.rev_slider .link-arrow:hover{
  color:#FAC302;
}

.rev_slider .link-arrow:hover .icon{
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}

.slider-prev,
.slider-next{
  position: absolute;
  top:50%;
  z-index: 1;
  font-size:4rem;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-prev{
  left: 2.2rem;
}

.slider-next{
  right:2.2rem;
}

.slider-prev:hover,
.slider-next:hover{
  color:#FAC302;
}

.dots-image{
  display: inline-block;
  position: relative;
}

.dots-image img{
  display: block;
  position: relative;
  z-index: 1;
}

.dots-image .dots{
  position: absolute;
  left:-20%;
  bottom: -15%;
  width: 101%;
  height: 57.2%;
  background:url(../images/dots.png) 0 0 repeat;
}


@media (min-width: 992px){
  .navbar{ 
    padding-top: 2.4rem;
    height: 7.5rem;
  }
}

.section-projects{
  padding-bottom: 8rem;
}

.section-projects .view-projects{
  margin:0.85rem 0 0 0;
}

.view-projects{
  display: inline-block;
  font-style: italic;
  color: #999999;
}

.view-projects:hover{
  text-decoration: none;
  color: #FAC302;
}

.project-carousel {
  margin-top: 10px;
}

.owl-nav{
  position: absolute;
  top:50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-nav .disabled{
  color: #bcbcbc;
}

.owl-prev,
.owl-next{
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.owl-prev:before{
  font-family:"Ionicons";
  content: "\f3d2";
}

.owl-next:before{
  font-family:"Ionicons";
  content: "\f3d3";
}

.owl-prev:hover,
.owl-next:hover{
  color: #FAC302;
}

.owl-dots{
  text-align: center;
  margin-top: 5.857rem;
}

.owl-dot{
  display: inline-block;
  vertical-align: top;
   margin:0 0.6rem;
}

.owl-dot span{
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #cccccc;
}

.owl-dot.active span{
  background-color: #FAC302;
}

.navbar-2{
  background: transparent;
  -webkit-transition: all 0.3s  ease;
  -o-transition: all 0.3s  ease;
  transition: all 0.3s  ease;
}

.navbar-2 .navbar-bg{
  content:'';
  position: absolute;
  left: -1px;
  right: -1px;
  top:-1px;
  width: 101%;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.3s  cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: all 0.3s  cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.3s  cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.navbar-2 .navbar-address{
  margin-left: 5rem;
}

.navbar-2 .social-list{
  padding-left: 25px;
}

.navbar-white{
  background: transparent;
}

.navbar-white .navbar-bg{
  height: 0;
}

.navbar-white .brand,
.navbar-white .brand:hover,
.navbar-white .brand:focus,
.navbar-white .brand-text,
.navbar-white .navbar-address,
.navbar-white .navbar-address .text-dark,
.navbar-white .social-list a{
  color: #fff;
}

.navbar-white .text-dark .icon-call {
  background: url("../images/icon-call-white.svg");
}

.navbar-white .social-list a.icon-instagram {
  background: url("../images/icon-instagram-white.svg");
}

.navbar .brand-img-white{
  display: none;
}

.navbar-white .brand-img{
  display: none;
}

.navbar-white .brand-img-white{
  display: inline-block;
}

.navbar-white  .navbar-toggle .icon-bar{
    background: #fff;
}

.navbar-white  .social-list a:hover{
  color: #FAC302;
}

.copy-bottom {
  display: none;
  position: absolute;
  z-index: 10;
  left:0;
  bottom:1.4rem;
  color: #2C2E32;
  font-weight: 300;
  font-size: 0.85714rem;
}

.lang-bottom{
  display: none;
  position: absolute;
  z-index: 10;
  right:0;
  bottom:2.4rem;
  color: #000;
}

.copy-bottom.white{
  color: #fff;
}

.call-to-whatsapp {
  position: absolute;
  border-radius: 5px;
  background-color: #079504;
  display: flex;
  flex-flow: row nowrap;
  padding: 10px 10px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: right;
  font-size: 1.0714rem;
  font-weight: 400;
  z-index: 10;
  bottom: 1.4rem;
  height: 42px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.call-to-whatsapp:hover, .call-to-whatsapp:active {
  background-color: #067504;
  color: #fff;
}

.second {
  padding-bottom: 10rem;
}

.second.contact {
  padding-bottom: 5rem;
}

.second p {
  font-size: 1.1429rem;
}

.second .call-to-whatsapp,
.second .copy-bottom {
  position: fixed;
}

.second main .boxed-inner {
  padding-top: 4rem;
}

.ilustra {
  width: 100%;
  height: 200px;
  background-color: #50AB95;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-position: 50% 35%;
}

.second h1 {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
}

.second h2{
  font-weight: 300;
  font-size: 1.929rem;
  color: #50AB95;
}

.second h1::after {
  content: "";
  background:#FAA602;
  width: 250px;
  height: 8px;
  display: block;
  margin: 24px 0 -19px;
}

.contact .vertical-centred {
  padding-bottom: 0 !important;
}

.solicitar-orcamento {
  position: relative;
  line-height: 26px;
  display: inline-block;
}

ul.spec {
  margin-left: -1rem;
}

ul.espec li {
  list-style: none;
  position: relative;
  padding-left: 15px;
  margin-left: -1.3rem;;
}

ul.espec li i.fa {
  font-size: 6px !important;
  line-height: 8px;
  color: #50AB95;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
}

#pp-nav{
  z-index: 99;
  width: 2.1428rem;
  margin-top:0!important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  
}

#pp-nav .pp-nav-up,
#pp-nav .pp-nav-down{
  display: none;
  font-size: 2.1428rem;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#pp-nav .pp-nav-up{
  margin-bottom: 3.5rem;
}

#pp-nav .pp-nav-down{
  margin-top: 3.5rem;
}

#pp-nav li, .pp-slidesNav li{
  margin:1.928rem auto;
  width: 10px;
  height: 10px;
}

#pp-nav span, .pp-slidesNav span{
  left: 0;
  top:0;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: #000;
  border:0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#pp-nav .pp-nav-up:hover,
#pp-nav .pp-nav-down:hover,
#pp-nav.white .pp-nav-up:hover,
#pp-nav.white .pp-nav-down:hover{
  color: #FAC302;
}

#pp-nav.white .pp-nav-up,
#pp-nav.white .pp-nav-down{
  color: #fff;
}

#pp-nav.white span, .pp-slidesNav span{
  background: #fff;
}

#pp-nav li .active span, .pp-slidesNav .active span,
#pp-nav span:hover, .pp-slidesNav span:hover{
  background: #FAC302;
}

.pagepiling .section{
  background: #fff;
  padding-top: 11.3rem;
  padding-bottom: 7rem;
}

.pagepiling .section-1.pp-scrollable .vertical-centred{
  padding-top: 9rem;
  padding-bottom: 5rem;
}

.pagepiling .pp-scrollable{
  padding: 0;
  overflow-x: hidden;
}

.pp-scrollable .vertical-centred {
  padding-top: 11.3rem;
  padding-bottom: 10rem;
}

.second .vertical-centred {
  padding-top: 6rem;
  padding-bottom: 5rem;
}

.scroll-wrap{
  position: relative;
  min-height: 100%;
}

.scrollable-content{
  white-space: nowrap;
  width: 100%;
  font-size: 0;
}

.scrollable-content:before{
  content: '';
  display: inline-block;
  height: 100vh;
  vertical-align: middle;
}

.vertical-centred {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-size: 1.143rem;
}

.boxed-inner{
  position: relative;
  padding:0;
}

.section-bg{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.section-bg.opct-05 {
  opacity: .5;
}

.vertical-title{
  position: absolute;
  white-space: nowrap;
  width: 0;
  top:-0.55rem;
  left: 4.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.vertical-title span{
  display: block;
  float: right;
}

.section .intro{
  opacity: 0;
  -webkit-transition: opacity 1s 0.3s ease;
  -o-transition:opacity 1s 0.3s ease;
  transition: opacity 1s 0.3s ease;
}

.section .intro{
  -webkit-transform: translateY(7rem);
  -ms-transform: translateY(7rem);
  -o-transform: translateY(7rem);
  transform: translateY(7rem);
  -webkit-transition: all 0.35s 0.6s ease;
  -o-transition:all 0.35s 0.6s ease;
  transition: all 0.35s 0.6s ease;
}

.section.active .intro {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.subtitle-top{
  font-family: "Montserrat";
  font-weight: 200;
  font-size: 1.1428rem;
  line-height: 1.3;
  margin-bottom: 2rem;
}

.subtitle-bottom{
  font-family: "Montserrat";
  font-weight: 200;
  font-size: 1.3428rem;
  line-height: 1.3;
  margin-top: 5rem;
}

.hr-bottom{
  position: absolute;
  margin-top: 5vh;
  margin-bottom: 0;
  height: 0.2858rem;
  width: 10.142rem;
  background: #50AB95;
}

.title-uppercase{
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 1.33333;
  margin:0 0 5rem;
}

.dots-image-2{
  display: inline-block;
  position: relative;
}

.dots-image-2 .dots {
  position: absolute;
  z-index: -1;
  left: -85%;
  bottom: -1%;
  width: 180%;
  top:-10%;
  opacity: 0.8;
  background: url(../images/dots.png) 0 0 repeat;
}

.bg-changer{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  overflow:hidden;
}

.bg-changer .section-bg{
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s 0.2s ease,  transform 5s 0.2s ease;
  -o-transition: opacity 0.5s 0.2s ease,  transform 5s 0.2s ease;
  transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
}

.bg-changer .active{
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform:scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.bg-changer .section-bg:first-child{
  opacity: 1;
}

.section-3 .vertical-title{
  top:7.4rem;
}

.row-project-box{
  margin-top: -30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.col-project-box{
  margin-top: 30px;
}

.project-box{
  display: block;
  position: relative;
  height: 100%;
}

.project-box-inner{
  width: 100%;
  height: 100%;
  padding: 0 0.5rem;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
}

.icon-product {
  background: url("../images/icon-success.svg");
  width: 55px;
  min-height: 55px;
  margin: 2rem 0 1rem 0;
}

.project-box h3 {
  font-family: "Montserrat";
  font-size: 1.9714rem;
  font-weight: 500;
  line-height: 1.2;
  margin:0;
  color: #fff;
  padding: 0 2.5rem;
}

.project-category{
  font-size: 1.2857rem;
  line-height: 1.25;
  color: #fff;
  margin-top: 0.9rem;
}

.btn1-primary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 30px;
  background: #FAC302;
  border-radius: 5px;
  color: #2C2E32;
  font-size: 1.2857rem;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
}

.btn1-primary:hover {
  background: #FAA602;
  color: #2C2E32;
}

.link-arrow.h5{
  text-transform: uppercase;
  letter-spacing: -0.025rem;
  margin-bottom: 0;
}

.link-arrow.h5 .icon-chevron-right{
  font-size: 1.8rem;
  margin-top: -0.45rem;
}


.section-3 .link-arrow.h5{
  margin-top: 4rem;
}

.icon-quote{
  display: inline-block;
  margin-top: -0.6rem;
  color:#FAC302;
  font-size: 5.14rem;
}

.section-2 .display-2, .section-5 .display-2{
  margin-top: 7vh;
  margin-bottom: 1rem;
}

.section-5 hr,
.footer hr {
  margin-bottom: 3rem;
}

.review-carousel .text{
  font-size: 1.142rem;
  line-height: 1.875;
}

.review-author{
  margin-top: 3.7rem;
  font-size: 1rem;
}

.author-name{
  font-size: 1.2857rem;
  line-height: 1;
  font-weight: 600;
}

.review-carousel .owl-nav,
.project-carousel .owl-nav {
  position: relative;
  top:0;
  margin-top: 4.7vh;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.project-carousel .owl-nav {
  margin-left: 15px;
}

.review-carousel .owl-prev,
.review-carousel .owl-next,
.project-carousel .owl-prev,
.project-carousel .owl-next {
  font-size: 1.2857rem;
  width: 3.57rem;
  height: 3.57rem;
  line-height: 3.57rem;
  border:1px solid #414141;
  color: #414141;
  text-align: center;
  margin-right: 0.857rem;
  border-radius: 15px;
}

.review-carousel .owl-prev:before,
.project-carousel .owl-prev:before {
  font-family: 'Linearicons';
  content: "\e93b";
}

.review-carousel .owl-next:before,
.project-carousel .owl-next:before {
  font-family: 'Linearicons';
  content: "\e93c";
}

.review-carousel .owl-prev:hover,
.review-carousel .owl-next:hover{
  background: #fff;
  color: #000;
}

.review-carousel .owl-prev.disabled,
.review-carousel .owl-next.disabled{
  cursor: default;
}

.review-carousel .owl-prev.disabled:hover,
.review-carousel .owl-next.disabled:hover,
.project-carousel .owl-prev.disabled:hover,
.project-carousel .owl-next.disabled:hover {
  background: none;
  color: #fff;
  border-color: #fff;
}

.map-2{
  width: 100%;
  height: 18rem;
  border: 0;
  text-align: center;
}

.success-message,
.error-message{
  display: none;
  margin-top: 2rem;
}

.display-1{
  font-size: 4.28rem;
  line-height: 1;
  letter-spacing: -0.05em;
  margin:0;
}

.display-2{
  font-family: "Montserrat";
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 0;
  text-transform: uppercase;
}

h2.display-2 {
  font-size: 2rem;
}

.title-hr{
  width: 7rem;
  max-width: 100%;
  height: 0.28rem;
  background: #FAC302;
}

.scrollbar {
  margin: 6.8rem 0 0;
  height: 1px;
  background: #dae5e6;
  line-height: 0;
}

.scrollbar .handle {
  position: relative;
  top:-2px;
  width: 100px;
  height: 3px;
  background: #999999;
  cursor: pointer;
}
.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}


.page-footer h5 {
  font-family: "Montserrat";
  margin-bottom: 1.2rem;
}

.page-footer p {
  margin-bottom: 0.6rem;
  line-height: 1.1;
}

.page-footer img, .social-list img {
  margin-right: 5px;
}

.page-footer span {
  margin-left: 2.2rem;
}



@media (min-width: 768px){

  html{
    font-size: 13px;
  }

  .brand img{
    height: 4rem;
  }

  .navbar .social-list {
    margin: 10px 2.72rem 0 0;
}

  .navbar-2 .social-list{
    border-left: 1px solid #2C2E32;
  }

  .navbar-white.navbar-2 .social-list{
    border-left: 1px solid #fff;
  }

  .copy-bottom {
    font-size: 1rem;
  }

  .pull-sm-left{
    float: left;
  }

  .pull-sm-right{
    float: right;
  }
  
  .menu{
    width: 50%;
  }

  .call-to-whatsapp {
    right: 3rem; 
    padding: 10px 20px;
  }

  .boxed{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .boxed-inner{
    padding-left: 0;
  }

  .right-boxed{
    right: 3rem;
  }

  .left-boxed{
    left: 3rem;
  }

  .section-projects .view-projects{
    position: absolute;
    top:0;
    right:0;
  }

}

@media (min-width: 992px){

  html{
    font-size: 14px;
  }

  .brand img{
    height: 5rem;
  }

  .copy-bottom, .call-to-whatsapp {
    bottom:2.4rem;
  }

  .vertical-centred,
  .page-footer {
    font-size: 1.143rem;
  }

  .ilustra {
    height: 332px;
  }

  .call-to-whatsapp {
    right: 4.2857rem; 
    font-size: 1.2857rem;
  }

  .boxed{
    padding-left: 4.2857rem;
    padding-right: 4.2857rem;
  } 

  .right-boxed{
    right:4.2857rem;
  }

  .left-boxed{
    left: 4.2857rem;
  }

  .project-box h3 {
    font-size: 2.1429rem;
    padding: 0;
  }

  .project-category {
    min-height: 12.28rem;
  }


  .boxed-inner .boxed{
    padding-left: 6rem;
  }

  .service-list{
    margin-bottom: 0;
  }

  .col-contact-info{
    border-top: 0;
    padding-top: 0;
  }

  .row-contact-info{
    margin-top: -5rem;
  }

  .col-contact-info{
    margin-top: 5rem;
  }

  .secondary{
    padding:0.5rem 0 0 6rem;
    margin-top: 0;
  }

  .post-thumbnail{
    padding-left: 0;
    padding-right: 0;
  }

}

@media (min-width: 1200px){

  .menu{
    width: 30%;
  }

  .vertical-centred,
  .vertical-centred p {
    font-size: 1.186rem;
  }

  .pagepiling .section-1.pp-scrollable .vertical-centred{
    padding-top: 13rem;
    padding-bottom: 11rem;
  }

  .second {
    padding-bottom: 8rem;
  }

  .subtitle-top{
    font-size: 1.7rem;
    /* line-height: 2.3rem; */
    margin-bottom: 2rem;
  }

  .display-2 {
    font-size: 3.429rem;
    line-height: 1.2;
  }

  h2.display-2 {
    font-size: 2.5714rem;
  }

  .second h2 {
    font-size: 2.1429rem;
  }
  
  .subtitle-bottom{
    font-size: 2.257rem;
    line-height: 1.2;
    margin-top: 5rem;
  }

  .container {
    width: 1310px;
  }

  .second h1 {
    font-size: 2.5714rem;
  }

  .section-3 .link-arrow.h5{
    float: right;
    margin-top: -1.3rem;
  }

  .section-5 .title-uppercase{
    margin-top: 22vh;
    margin-bottom: 0;
  }


  .section-5 .vertical-centred {
    padding-top: 11rem;
    padding-bottom: 8rem;
  }

  .second .vertical-centred {
    padding-top: 9rem;
    padding-bottom: 8rem;
  }

  .section-5 .col-lg-5.mb-xl {
    margin-top: 6rem;
  }

  .col-contact-info{
    border-left: 1px solid #cacaca;
  }

}


@media (min-height: 500px){

  #pp-nav .pp-nav-up,
  #pp-nav .pp-nav-down{
      display: block;
  }
  
}


@media (min-height: 600px){


  /* Sidebar Menu */

  .menu-list{
    top:12rem;
    bottom: 15rem;
  }

  .menu-footer{
    bottom: 6rem;
  }

  .menu-footer .copy{
    display: block;
  }
}

@media (min-height: 700px){

  /* Homepage v2 */

  .copy-bottom{
    display: block;
  }

  .lang-bottom{
    display: block;
  }
  
}
