@font-face {
    font-family: pro-regular;
    src: url(OpenSans-Regular.ttf);
  }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: pro-regular;
} 

button, .menu__icon {
  cursor: pointer;
}
button:focus {
    outline: none;
}
header {
  width: 100%;
  background-color: #fff;
  padding: 1em; 
  margin: 0 auto;
  position: fixed;
  z-index: 3;
}
iframe {
  min-height: 100vh;
}
.main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding-right: 32px;
  padding-left: 32px;
}
.menu-nav {
  display: flex;
  max-width: 500px;
  width: 100%;
  justify-content: space-between;
  margin-left: 8px;
  margin-right: 8px;
  
} 
.menu-nav li {
  list-style: none;
  font-size: 14px;
  
}
.logo {
  max-width: 150px;
}
.logo img {
  width: 100%;
}

header nav ul li a {
  text-decoration: none;
  color: #00906E;
  font-size: 16px;
}
header nav ul li a:hover {
  text-decoration: underline;
}

.main-nav li{
  list-style: none;
  
}

.main-nav li.number{
  font-size: 16px;
  list-style: none;
}

.number a{
  color: #00906E;
  text-decoration: none;
}




/* FIRST PAGE */

.main {
  background-image: url(images/first-min.jpg);
  background-size: cover;
  width: 100%;
  position: relative;
  min-height: 100vh;
  height: 100%;
  color: white;
  padding-top: 150px;
  padding-bottom: 100px;
}
.main-text {
  max-width: 720px;
    padding-top: 46px;
    padding-bottom: 46px;
    margin-left: 40px;
}
.main-page content{
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding-right: 32px;
  padding-left: 32px;
  
}
.main-logo {
  width: 100%;
}
.main-logo img {
  width: 100%;
}
.main-logo img{
  width:100%;
  max-width: 400px;
}

.main-text button{
  background-color: #BFD73E;
  padding:10px 30px;
  border-radius: 10px;
  text-decoration: none;
  float: left;
  margin-right: 24px;
  margin-top: 30px;
  font-size: 16px;
  border: transparent;
  color: #00906E;
}
.main-text button:hover {
  background-color: #a4bb22;
}
.main-text h1{
  font-size: 42px;
}

.main-text h3{
  font-size: 32px;
  font-weight: normal;
}


.b1{
  position: absolute;
    right: 300px;
    top: 300px;
}

.b2{
  position: absolute;
  top: 400px;
  right: 550px;
}

.b3{ 
  position: absolute;
  top: 550px;
  right: 450px;
  width: 40px;
}

.b4{
  position: absolute;
  top: 700px;
  right: 800px;
  width: 60px;
}

.globalGap{
  position: absolute;
  bottom: 20px;
  right: 32px;
  background-color: #fff;
  display: flex;
  max-width: 120px;
  align-items: center;
}
.globalGap img {
  max-width: 120px;
}

          

/* SECOND PAGE */

.process{
    width: 100%;
    background-color: #fff;
    height: 1080px;
  
}
.process-page content{
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding-right: 32px;
  padding-left: 32px;
  
}

.proba {
  background-image: url('images/Rectangle.png');
  background-repeat: no-repeat;
  background-size: 57% 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: -40px;

}
.element-text-left{
  max-width: 594px;
  width: 50%;
  margin-right: 16px;
  color: #00906E;
}

  

.element{
  width: 100%;
  display: flex;
  padding-top: 50px;
  justify-content: space-between;
}

.element-text-left h5{
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 10px;
}

.element-text-left h2{
  font-size: 56px;
  padding-bottom: 70px;
}

.element-text-left p{
  font-size: 24px;
  color: #000;
}

.element-img-right img{
  width: 100%;
  max-width: 320px;
  width: inherit;
  object-fit: contain;
  
}

.element-img-right img:first-of-type{
  margin-right: 8px;
}

.element-img-right img:last-of-type{
  margin-left: 8px;
}

.element-img-right{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  max-width: 668px;
}




/*SLIDER*/


.items img {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  object-fit: cover;
}

.next{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #00906E;
  position: absolute;
  right: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  top:50%;
  z-index: 1;
  color: #fff;
  font-size: 20px;
}
.next:focus, .prev:focus {
  outline: none;
}
.prev{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00906E;
  position: absolute;
  left: 150px;
  top: 50%;
  z-index: 1;
  transform: rotate(180deg);
  color: #fff;
  font-size: 20px;
}

/* THIRD PAGE */



.services{
  width: 100%;
  background-color: #EDEDED;

}
.services-page content{
max-width: 1400px;
margin: 0 auto;
width: 100%;
padding-right: 32px;
padding-left: 32px;
}


.services-text-left{
  max-width: 626px;
  color: #00906E;
}


.services{
width: 100%;
display: flex;
padding-top: 50px;
justify-content: space-between;
align-items: center;
height: 907px;
}

.services-text-left h5{
font-size: 16px;
font-weight: normal;
padding-bottom: 10px;
}

.services-text-left h2{
font-size: 56px;
padding-bottom: 70px;
}

.services-text-left p{
font-size: 24px;
color: #000;
padding-bottom: 70px;
}

.services-text-left button{
  background-color: #BFD73E;
  padding:8px 30px;
  border-radius: 10px;
  text-decoration: none;
  float: right;
  margin-right: 24px;
  margin-top: 30px;
  font-size: 16px;
  border: transparent;
  margin-top: 70px;
  color: #00906E;
}
.services-text-left button:hover {
  background-color: #a4bb22;
}
.services-img-right img{
width: 100%;
max-width: 672px;
border-radius: 28px;
}

.services-img-right{
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
max-width: 668px;
margin-left: 16px;
}



/* FOURTH PAGE */
.map{
  z-index: 0;
  position: relative;
  
  
}
.map-page {
  position: absolute;
  /* height: 100vh; */
  top: 10%;
  /* text-align: center; */
  left: 50%;
  transform: translateX(-50%);
}

.map-element{
  width: 100%;
  display: flex;
  padding-top: 50px;
  justify-content: space-between;
  align-items: center;
  height: 907px;
  width: 400px;
}

.map-form-left{
  background-color: #fff;
  border: 1px solid #707070;
  padding: 20px 35px;
  width: 536x;
  border-radius: 20px;
}

.map-form-left input{
  width: 100%;
  border-radius: 10px;
  padding: 15px 10px;
  margin-bottom: 20px;
  border: none;
  border: 1px solid #707070;
}
.map-form-left textarea {
  border: 1px solid #707070;
}
.map-form-left input:focus, .map-form-left textarea:focus {
  outline: none;
}

.map-form-left button{
  border-radius: 10px;
  padding: 15px 40px;
  float: right;
  border: none;
  color: #00906E;
  font-size: 16px;
  background-color: #BFD73E;
}
.map-form-left button:hover {
  background-color: #a4bb22;
}
.map-form-left textarea::placeholder{
  padding-left: 25px;
}

.map-form-left textarea{
  width: 100%;
  border-radius: 10px;
  border: none;
  border: 1px solid #707070;
  margin-bottom: 20px;
  padding: 15px 10px;
}

.map-button-right button{
   width: 300px;
  z-index: 1;
  background-color: #097462;
  border: none;
  padding: 20px 20px;
  border-radius: 20px;
  color: #fff;
  font-size: 18px; 
  position: absolute;
  right: 25%;
  bottom: 130px;
}




/* FOOTER */

footer{
  width: 100%;
  background-color: #0C452D;
  
}


.footer-element {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top:50px;
  padding-bottom: 70px;
}

.footer-element.content{
  padding-left: 0;
  padding-right: 0;
}

.one{
  /* width: 20%; */
  float: left;
}
.one img{
  width: 137px;
}
.one p{
  font-size: 14px;
  color: #fff;
  padding-bottom: 5px;
}


.two{
  /* width: 20%; */
  float: left;
}

.two li{
  list-style: none;
  padding-bottom: 20px;
}
.two li:last-child{
  padding-bottom: 0;
}

.two li a{
  color: #fff;
  text-decoration: none;
}

.two li a:hover{
  text-decoration: underline;
}

.three{
  /* width: 20%; */
  margin-bottom: 50px;
}

.three p{
  color: #fff;
  padding-bottom: 5px;
}

.three p.second{
  font-weight: bold;
}

.four p{
  padding-bottom: 5px;
  color: #fff;
}

.four p.third{
  font-weight: bold;
}

.three a{
  text-decoration: none;
}


@media (max-width: 3000px) {
  .burger{
    display: none;
  }
  .burger-logo{
    display: none;
  }
  .process{
    /* height: 110vh; */
    height: 100%;
    padding-bottom: 50px;
  }
}

@media (max-width: 1500px) {
  
  .footer-element.content{
    padding-left: 15px;
    padding-right: 15px;
  }
  .next{
    right: 30px;
  }

  .prev{
    left: 30px;
  }

  .burger{
    display: none;
  }

  .process{
    /* height: 110vh; */
    height: 100%;
    padding-bottom: 20px;
  }

}


@media (max-width: 1350px) {
  .proba {
    background-size: 800px 100%;
  }
}


@media (max-width: 1200px) {
  .services-text-left{
  
    width: 100%;
  }

  /* .process{
    height: 100vh;
  } */

  .process{
    /* height: 110vh; */
    height: 100%;
    padding-bottom: 20px;
  }
  

}

@media (max-width: 1100px) {
  .proba {
    background-size: 800px 100%;
  }
  .menu-nav {
    display: flex;
    max-width: 400px;
  }

  /* .process{
    height: 95vh;
  } */

  .process{
    /* height: 110vh; */
    height: 100%;
    padding-bottom: 20px;
  }

  .next{
    right: 30px;
  }

  .prev{
    left: 30px;
  }



}

@media (max-width: 1000px) {


  .map-button-right button{
   bottom: 140px;
 }

 .element{
   display: inline;
 }

 .element-text-left{
  width: 100%;
  margin: 30px auto;
  text-align: center;
 }

 .element-text-left h2 {
  font-size: 50px;
  padding-bottom: 30px;
}


 .element-img-right{
  margin: 0 auto;
 }

 .services{
  display: inline;
 }

 .services-text-left{
  width: 100%;
  margin: 30px auto;
  text-align: center;
 }

 /* .services-text-left button{
  width: 100%;
  margin: 30px auto;
  text-align: center;
 } */

 .services-text-left button{
  float: none;
  margin: 20px auto;
  margin-bottom: 0;
}

 .services-img-right{
  margin: 0 auto;
 }

 .services-text-left h2 {
  font-size: 50px;
  padding-bottom: 30px;
}

.services-text-left p {
  padding-bottom: 30px;
}

.services-img-right img {
  width: 80%;
  margin: 0 auto;
}

 .content{
   padding-left: 10px;
  padding-right: 10px;
 }

 .map-element{
   display: inline;
   margin: 0 auto;
   
 }

 .map-form-left{
   width: 45%;
   height: 550px;
   margin-top: 30px;
 }

 .map-form-left input{
  
  padding: 15px 10px;

}

 .map-button-right button{
   bottom: -100px;
   left: 10px;
   width: 45%;
   padding: 15px 15px;
 }

 

 .map-form-left button {
  padding: 10px 30px;
 }

 .menu-nav {
  display: flex;
  max-width: 300px;
}
/* .process{
  height: 155vh;
} */

.process{
  /* height: 110vh; */
  height: 100%;
  padding-bottom: 20px;
}

.main-nav li.number{
  font-size: 14px;
}


 
}




/* .topnav {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  width: 100%;
}

/* Hide the links inside the navigation menu (except for logo/home) */
/* .topnav #myLinks {
  display: none;
} */

/* Style navigation menu links */
/* .topnav a {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  
} */

/* Style the hamburger menu */
/* .topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 35%;
} */


/* Add a grey background color on mouse-over */


/* Style the active link (or home/logo) */
/* .active {
  background-color: #fff;
  color: white;
}

.topnav img{
  width: 100px;
} */



 @media (max-width: 770px) {
   .map-form-left {
     padding: 20px;
   }
   .services-page {
     margin-bottom: 30px;
   }

  .menu__icon{
    top: 12px !important;
  }

  .main-logo img{
    width: 50%;
  }

  .proba{
    padding-top: 5px;
  }

  .next{
    right: 30px;
    width: 50px;
   height: 50px;
  }
 

  .main-nav{
    display: none;
  }


.main-text h1{
  font-size: 30px;
}

.main-text button{
  padding:8px 20px;

}

.element-text-left h5{
  font-size: 16px;
  padding-bottom: 5px;
}

.element-text-left h2{
  font-size: 40px;
  padding-bottom: 20px;
}

.element-text-left p{
  font-size: 20px;

}

.services-text-left h2 {
  font-size: 40px;
  padding-bottom: 35px;
}

.services-text-left p {
  font-size: 20px;
  padding-bottom: 30px;
}

.services-img-right img {
  width: 80%;
  margin: 0 auto;
}

.map-form-left {
  height: 550px;
}

.map-form-left input{
  
  padding-bottom: 30px;

}

.map-form-left button {

  padding: 10px 30px
}

.map-button-right button {
  padding: 10px 10px;
}

.burger{
  display: block;
}
.burger-logo{
  display: block;
  width: 100px;
}

/* .process{
  height: 130vh;
} */

.process{
  /* height: 110vh; */
  height: 100%;
  padding-bottom: 20px;
}

.first p{
  font-size: 13px;
}

.three p{
  font-size: 13px;
}

.two li a {
  font-size: 13px;
}

.four p{
  font-size: 13px;
}

 }


@media (max-width: 700px) {

  .menu__icon{
    top: 12px !important;
  }

  .main-logo img{
    width: 50%;
  }
 

  .main-text {
    text-align: center;

}

.main-text button{
  float: none;
  margin: 30px auto;
  margin-bottom: 0;
}

.globalGap{
  width: 100px;
  background-color: #fff;
  display: flex;
  margin: 30px auto;
}

.proba {
  max-height: 450px;
  padding-bottom: 10px;
}

.map-form-left{
  width: 60%;
  margin: 0 auto;
  /* height: 6px; */
  margin-top: 30px;
}

.map-button-right button{
  width: 60%;
  left: 20%;

}
.footer-element{
  display: block;
  
}

.one{
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}

.two{
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}

.three{
  width: 100%;
  text-align: center;
  
}

.four{
  width: 100%;
  text-align: center;
}

.process{
  /* height: 110vh; */
  height: 100%;
  padding-bottom: 20px;
}


}

/* @media (max-width: 500px) {

  .menu__icon{
    top: 15px!important;
  }
  .main-logo img{
    display: none;
  }
  .main-text h1{
    font-size: 30px;
  }
  .main-text h3{
    font-size: 25px;
  }

  .element-text-left h2 {
    font-size: 30px;
  }

  .element-text-left p {
    font-size: 16px;
}

}
 */






@media (max-width: 550px) {

  .menu__icon{
    height: 25px !important;
    width: 35px !important; 
    top: 22px !important;
  }
  .main-logo img{
    display: none;
  }

  .main-text h1{
    font-size: 25px;
  }
  .main-text h3{
    font-size: 20px;
  }

  .element-text-left h2 {
    font-size: 30px;
  }

  .element-text-left p {
    font-size: 16px;
}
  .next{
    right: 20px;
    width: 40px;
   height: 40px;
   font-size: 15px;
  }

  .prev{
    left: 20px;
    width: 40px;
   height: 40px;
   font-size: 15px;
  }

  .services-text-left h2 {
    font-size: 30px;
    padding-bottom: 30px;
  }
  .services-text-left p {
    font-size: 16px;
    padding-bottom: 20px;

  }

  .services-img-right img {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 10px;
  }

  .map-form-left{
    width: 80%;
    height: 500px;
    margin: 0 auto;
    margin-top: 30px;
  }

  .map-form-left input{
  
    padding: 15px 10px;
  
  }

  .map-form-left button{
    padding: 10px 30px;

  }
  
  .map-form-left textarea::placeholder{
    padding-left: 25px;
  }
  

  .map-button-right button{
    padding: 10px 10px;
    width: 80%;
    left: 10%;
   
    
  }

}




/* PROBA */


.menu__icon {
  height: 32px;
  width: 43px;
margin: 3%;
  position: absolute;
top: 10px;
right: 3%;
  display: inline-block;
  vertical-align: middle;
  z-index: 20;
}

.menu__icon span {
  display: block;
  background: #00906E;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  position: absolute;
  left: 0;
  top: 50%;
}

.menu__icon:before,
.menu__icon:after {
  content: "";
  display: block;
  background: #00906E;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  transform-origin: center center;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.menu__icon:before {
top: 2px;
margin-top: -2px;
}

.menu__icon:after {
bottom: 2px;
margin-bottom: -2px;
}


.menu_shown .menu__icon span {
background: transparent;
}

.menu_shown .menu__icon:before {
  top: 50%;
  transform: rotate(45deg);
}

.menu_shown .menu__icon:after {
  bottom: 50%;
  transform: rotate(-45deg);
}


.mobile.menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  text-align: center;
  padding-top: 112px;
  background: #fff;
  z-index: 10;
  transition: all .4s ease-in-out;
  transform: translateX(-100%);
}

.menu_shown .mobile.menu {
  transform: translateX(0);
}

.mobile .menu__item {
  display: block;
  line-height: 2;
  padding: 25px 0;
}

/* @media (min-width: map-get($viewport_size, l)) {
nav {
  padding: 3% 6%;
  background: #7eb4e2;
}

.mobile {
  display: none;
}

.desktop {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
}

  */