* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "MyFont";
  src: url("Fonts/Zwizz-Regular.eot"); /* IE9 Compat Modes */
  src: url("Fonts/Zwizz-Regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("Fonts/Zwizz-Regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("Fonts/Zwizz-Regular.woff") format("woff"),
    /* Pretty Modern Browsers */ url("Fonts/Zwizz-Regular.ttf")
      format("truetype"); /* Safari, Android, iOS */
}
body {
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-family: MyFont;
  width: 100%;
}
main {
  position: relative;
}
#galleryContainer {
  position: fixed;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: black;
}
.slideshow-container {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin: auto;
}
.mySlides {
  display: block;
}
img {
  vertical-align: middle;
  width: 100%;
  height: 90vh;
  object-fit: contain;
}
@media (max-width: 6016px) {
  .svg-icon {
    width: 3em;
    height: 3em;
  }
  .text {
    color: #f2f2f2;
    font-size: 90px;
    position: absolute;
    left: 10px;
    font-family: MyFont;
  }
  .numbertext {
    color: #f2f2f2;
    font-size: 90px;
    position: absolute;
    right: 10px;
    font-family: MyFont;
  }
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }

  @-webkit-keyframes fade {
    from {
      opacity: 0.4;
    }
    to {
      opacity: 1;
    }
  }

  @keyframes fade {
    from {
      opacity: 0.4;
    }
    to {
      opacity: 1;
    }
  }
  .svg-icon path,
  .svg-icon polygon,
  .svg-icon rect {
    fill: #ffffff;
  }

  .svg-icon circle {
    stroke: #ffffff;
    stroke-width: 1;
  }

  .closeGallery {
    cursor: pointer;
    color: #ffffff;
    border: none;
    font-size: 100px;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 20px;
  }
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 43%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 100px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  a {
    text-decoration: none;
    color: #fff;
  }
  .container {
    padding: 0 35px 0 35px;
  }
  #headerSection {
    position: relative;
    height: calc(100vh - 20px);
    display: flex;
    flex-direction: column;
    background: url("./Images/Logo/header.png");
    background-size: 1530px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  header.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    position: relative;
  }
  .header p {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
  }
  .logo {
    font-size: 200px;
    letter-spacing: -0.5px;
  }
  .logo span {
    font-size: 60px;
    margin: -80px 0 0 1px;
  }
  .lang {
    display: flex;
    align-items: center;
  }
  .lang span {
    font-size: 60px;
    cursor: pointer;
  }
  .lang span::before {
    content: "/";
    color: #fff;
    margin: 0 3px;
  }
  .lang span:first-child::before {
    display: none;
  }
  .lang span.activeLang {
    color: blue;
  }
  div.navbar {
    padding-top: 80px;
  }
  .navbar p {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: 90px;
    font-size: 80px;
    line-height: 1.2;
  }
  .navbar p span {
    font-size: 40px;
    margin: -30px 0 0 5px;
  }
  .social {
    margin-top: auto;
    padding-bottom: 10px;
  }
  .social p,
  .social .row a,
  .social a {
    font-size: 80px;
  }
  .social .row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .social .row a::before {
    content: "/";
    color: #fff;
    margin: 0 3px;
  }
  .social .row a:first-child::before {
    display: none;
  }
  p.conditioningLang {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 300px;
    font-weight: 500;
    letter-spacing: -5px;
    line-height: 1;
    margin-top: 80px;
  }
  p.conditioningLang span {
    display: flex;
    align-items: center;
  }
  .description {
    width: 40%;
    margin-top: 250px;
    font-size: 65px;
  }
  .numbers {
    width: 100%;
    display: grid;
    align-items: start;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: -80px;
  }
  .numbers > div p {
    color: blue;
    font-size: 65px;
    line-height: 1.8;
  }
  .numbers > div span {
    font-size: 600px;
    margin-bottom: 10px;
    line-height: 1;
  }
  .numbers div {
    display: flex;
    flex-direction: column;
  }
  .contactSection {
    padding: 35px 35px 0 35px;
    background: blue;
    padding-bottom: 350px;
    display: flex;
    flex-direction: column;
  }
  .contactSection p {
    font-size: 200px;
    display: flex;
    align-items: center;
    line-height: 1;
    letter-spacing: -1px;
  }
  .contactSection p span {
    font-size: 80px;
    margin: -90px 0 0 10px;
  }
  .contactSection a {
    font-size: 200px;
    line-height: 1;
    letter-spacing: -1px;
  }
  .projectSection {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .projectSection .right {
    cursor: pointer;
    background: url("https://www.gpelecsam.com/wp-content/uploads/2017/01/clim.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 1800px;
  }
  .projectSection .left {
    padding-left: 35px;
  }
  .projectSection .left p {
    padding-top: 35px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    font-size: 200px;
  }
  .projectSection .left p span {
    font-size: 80px;
    margin: -90px 0 0 10px;
  }
  .about {
    margin-top: 60px;
  }
  .aboutTextLang {
    letter-spacing: -2px;
    line-height: 1;
    font-size: 200px;
    width: 85%;
  }
  .aboutTextLang span {
    display: inline-flex;
    font-size: 80px;
    margin: 0 10px 0 5px;
    transform: translateY(-80px);
  }
  .logoImageSmall {
    width: 520px;
    height: 520px;
    background: url("./Images/Logo/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 870px;
    margin-top: 130px;
  }
  footer {
    padding-bottom: 20px;
    margin-top: 50px;
  }
  footer .row {
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
  }
  footer .row .first {
    display: flex;
    flex-direction: column;
  }
  footer .row .first .copyright {
    display: flex;
    flex-direction: row;
  }
  footer .row .second {
    display: flex;
    flex-direction: column;
    padding-left: 50px;
  }
  .footerTextInstagram {
    padding-left: 50px;
    font-size: 100px;
    color: #d9d9d9;
  }
  .footerText {
    cursor: pointer;
    font-size: 100px;
    color: #d9d9d9;
  }
}

@media (max-width: 6000px) {
  .closeGallery {
    font-size: 45px;
  }
  .svg-icon {
    width: 1.2em;
    height: 1.2em;
  }
  .text {
    color: #f2f2f2;
    font-size: 40px;
    position: absolute;
    left: 10px;
    font-family: MyFont;
  }
  .numbertext {
    color: #f2f2f2;
    font-size: 40px;
    position: absolute;
    right: 10px;
    font-family: MyFont;
  }
  a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
  }
  .container {
    padding: 0 15px 0 15px;
  }
  #headerSection {
    position: relative;
    height: calc(100vh - 20px);
    display: flex;
    flex-direction: column;
    background: url("./Images/Logo/header.png");
    background-size: 530px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  header.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    position: relative;
  }
  .header p {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
  }
  .logo {
    font-size: 36px;
    letter-spacing: -0.5px;
  }
  .logo span {
    font-size: 12px;
    margin: -20px 0 0 1px;
  }
  .lang {
    display: flex;
    align-items: center;
  }
  .lang span {
    font-size: 18px;
    cursor: pointer;
  }
  .lang span::before {
    content: "/";
    color: #fff;
    margin: 0 3px;
  }
  .lang span:first-child::before {
    display: none;
  }
  .lang span.activeLang {
    color: blue;
  }
  div.navbar {
    padding-top: 30px;
  }
  .navbar p {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: 90px;
    font-size: 23px;
    line-height: 1.2;
  }
  .navbar p span {
    font-size: 12px;
    margin: -9px 0 0 1px;
  }
  .social {
    margin-top: auto;
    padding-bottom: 10px;
  }
  .social p,
  .social .row a,
  .social a {
    font-size: 19px;
  }
  .social .row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .social .row a::before {
    content: "/";
    color: #fff;
    margin: 0 3px;
  }
  .social .row a:first-child::before {
    display: none;
  }
  p.conditioningLang {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 103px;
    font-weight: 500;
    letter-spacing: -5px;
    line-height: 1;
    margin-top: 30px;
    /* color: blue; */
  }
  p.conditioningLang span {
    display: flex;
    align-items: center;
  }
  .description {
    width: 40%;
    margin-top: 70px;
    font-size: 19px;
  }
  .numbers {
    width: 100%;
    display: grid;
    align-items: start;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: -80px;
  }
  .numbers > div p {
    color: blue;
    font-size: 19px;
    line-height: 1.8;
  }
  .numbers > div span {
    font-size: 343px;
    margin-bottom: 10px;
    line-height: 1;
  }
  .numbers div {
    display: flex;
    flex-direction: column;
  }
  .contactSection {
    padding: 15px 15px 0 15px;
    background: blue;
    padding-bottom: 120px;
    display: flex;
    flex-direction: column;
  }
  .contactSection p {
    font-size: 100px;
    display: flex;
    align-items: center;
    line-height: 1;
    letter-spacing: -1px;
  }
  .contactSection p span {
    font-size: 45px;
    margin: -50px 0 0 3px;
  }
  .contactSection a {
    font-size: 100px;
    line-height: 1;
    letter-spacing: -1px;
  }
  .projectSection {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .projectSection .right {
    cursor: pointer;
    background: url("https://www.gpelecsam.com/wp-content/uploads/2017/01/clim.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 700px;
  }
  .projectSection .left {
    padding-left: 15px;
  }
  .projectSection .left p {
    padding-top: 15px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    font-size: 103px;
  }
  .projectSection .left p span {
    font-size: 50px;
    margin: -50px 0 0 3px;
  }
  .about {
    margin-top: 20px;
  }
  .aboutTextLang {
    letter-spacing: -2px;
    line-height: 1;
    font-size: 103px;
    width: 85%;
  }
  .aboutTextLang span {
    display: inline-flex;
    font-size: 30px;
    transform: translateY(-50px);
    margin: 0 10px 0 5px;
  }
  .logoImageSmall {
    width: 120px;
    height: 120px;
    background: url("./Images/Logo/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 270px;
    margin-top: 30px;
  }
  footer {
    padding-bottom: 20px;
    margin-top: 50px;
  }
  footer .row {
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
  }
  footer .row .first {
    display: flex;
    flex-direction: column;
  }
  footer .row .first .copyright {
    display: flex;
    flex-direction: row;
  }
  footer .row .second {
    display: flex;
    flex-direction: column;
    padding-left: 50px;
  }
  .footerTextInstagram {
    padding-left: 50px;
    font-size: 20px;
    color: #d9d9d9;
  }
  .footerText {
    cursor: pointer;
    font-size: 20px;
    color: #d9d9d9;
  }
}

@media (max-width: 1920px) {
  .projectSection .right {
    height: 500px;
  }
  .closeGallery {
    font-size: 50px;
  }
}

@media (max-width: 1650px) {
  #headerSection {
    background-size: 420px;
  }
}
@media (max-width: 1440px) {
  #headerSection {
    position: relative;
    height: calc(100vh - 20px);
    display: flex;
    flex-direction: column;
    background: url("./Images/Logo/header.png");
    background-size: 320px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  p.conditioningLang {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 85px;
    font-weight: 500;
    letter-spacing: -5px;
    line-height: 1;
    margin-top: 30px;
  }
  .numbers {
    margin-bottom: -50px;
  }
  .numbers > div span {
    font-size: 240px;
    margin: 0px;
    line-height: 1;
  }
  .contactSection p {
    font-size: 80px;
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .contactSection a {
    font-size: 80px;
    line-height: 1;
  }
  .projectSection .left p {
    font-size: 80px;
  }
  .aboutTextLang {
    font-size: 80px;
  }
  .aboutTextLang span {
    display: inline-flex;
    font-size: 24px;
    transform: translateY(-40px);
    margin: 0 10px 0 5px;
  }
}

@media (max-width: 1280px) {
  .container {
    padding: 0 10px 0 10px;
  }
  .lang span {
    font-size: 14px;
  }
  .navbar p {
    font-size: 19px;
  }
  .navbar p span {
    font-size: 9px;
    margin: -7px 0 0 1px;
  }
  .social p,
  .social .row a,
  .social a {
    font-size: 15px;
  }
  p.conditioningLang {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 75px;
    font-weight: 500;
    letter-spacing: -5px;
    line-height: 1;
    margin-top: 30px;
    /* color: blue; */
  }
  .description {
    width: 40%;
    margin-top: 70px;
    font-size: 15px;
  }
  .numbers {
    margin-bottom: -30px;
  }
  .numbers > div p {
    color: blue;
    font-size: 15px;
    line-height: 1.9;
  }
  .numbers > div span {
    font-size: 150px;
    margin: 0px;
    line-height: 1;
  }
  .contactSection {
    background: blue;
    padding: 10px 10px 0 10px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
  }
  .contactSection p {
    font-size: 50px;
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .contactSection p span {
    font-size: 22px;
    margin: -22px 0 0 3px;
  }
  .contactSection a {
    font-size: 50px;
    line-height: 1;
  }
  .projectSection .left {
    padding-left: 10px;
  }
  .projectSection .left p {
    font-size: 50px;
  }
  .projectSection .left p span {
    font-size: 25px;
    margin: -25px 0 0 3px;
  }
  .projectSection .right {
    height: 400px;
  }
  .aboutTextLang {
    font-size: 50px;
  }
  .aboutTextLang span {
    font-size: 16px;
    transform: translateY(-30px);
  }

  footer .row .second {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
  }
  .svg-icon {
    width: 0.8em;
    height: 0.8em;
  }
  .footerTextInstagram {
    padding-left: 40px;
    font-size: 15px;
    color: #d9d9d9;
  }
  .footerText {
    font-size: 15px;
    color: #d9d9d9;
  }
}
@media (max-width: 850px) {
  #headerSection {
    background-size: 230px;
  }
  .svg-icon {
    width: 0.6em;
    height: 0.6em;
  }
}
@media (max-width: 700px) {
  .description {
    width: 60%;
    margin-top: 70px;
    font-size: 15px;
  }
  div.navbar {
    padding-top: 10px;
  }
  p.conditioningLang {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: -5px;
    line-height: 1;
    margin-top: 30px;
    /* color: blue; */
  }
  .numbers {
    margin-bottom: -20px;
  }
  .numbers > div p {
    color: blue;
    font-size: 10px;
    line-height: 1.9;
  }
  .numbers > div span {
    font-size: 100px;
    margin: 0px;
    line-height: 1;
  }
  .contactSection p {
    font-size: 36px;
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .contactSection p span {
    font-size: 16px;
    margin: -16px 0 0 3px;
  }
  .contactSection a {
    font-size: 36px;
    line-height: 1;
  }
  .aboutTextLang span {
    font-size: 16px;
    transform: translateY(-24px);
  }
  .svg-icon {
    width: 0.5em;
    height: 0.5em;
  }
  footer .row .second {
    display: flex;
    flex-direction: column;
  }
  .footerTextInstagram {
    font-size: 12px;
    color: #d9d9d9;
  }
  .footerText {
    font-size: 12px;
    color: #d9d9d9;
  }
}
@media (max-width: 430px) {
  .container {
    padding: 0 5px 0 5px;
  }
  p.conditioningLang {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 55px;
    font-weight: 500;
    letter-spacing: -3px;
    line-height: 1;
    margin-top: 30px;
  }
  .description {
    width: 85%;
    margin-top: 70px;
    font-size: 10px;
  }
  .numbers {
    margin-bottom: -15px;
  }
  .numbers > div span {
    font-size: 80px;
    margin: 0px;
    line-height: 1;
  }
  .numbers > div p {
    color: blue;
    font-size: 10px;
    line-height: 1.8;
  }
  .contactSection {
    background: blue;
    padding: 5px 5px 0 5px;
    padding-bottom: 90px;
    display: flex;
    flex-direction: column;
  }
  .contactSection p {
    font-size: 34px;
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .contactSection p span {
    font-size: 16px;
    margin: -20px 0 0 3px;
  }
  .contactSection a {
    font-size: 34px;
    line-height: 1;
  }
  .projectSection .left {
    padding-left: 5px;
  }
  .projectSection .left p {
    font-size: 36px;
    padding-top: 5px;
  }
  .projectSection .left p span {
    font-size: 18px;
    margin: -18px 0 0 3px;
  }
  .about {
    margin-top: 15px;
  }
  .aboutTextLang {
    font-size: 36px;
  }
  .aboutTextLang span {
    display: inline-flex;
    font-size: 14px;
    transform: translateY(-17px);
    margin: 0 10px 0 5px;
  }
  .logoImageSmall {
    width: 100px;
    height: 100px;
    background: url("./Images/Logo/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 210px;
  }
  .svg-icon {
    width: 0.5em;
    height: 0.5em;
  }
  footer .row .second {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
  }
  .footerTextInstagram {
    padding-left: 30px;
    font-size: 10px;
    color: #d9d9d9;
  }
  .footerText {
    font-size: 10px;
    color: #d9d9d9;
  }
  .text {
    color: #f2f2f2;
    font-size: 30px;
    position: absolute;
    left: 5px;
    font-family: MyFont;
  }
  .numbertext {
    color: #f2f2f2;
    font-size: 30px;
    position: absolute;
    right: 5px;
    font-family: MyFont;
  }
}
@media (max-width: 375px) {
  #headerSection {
    background-size: 180px;
  }
}
@media (max-width: 350px) {
  #headerSection {
    background-size: 150px;
  }
  p.conditioningLang {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: -3px;
    line-height: 1;
    margin-top: 30px;
    /* color: blue; */
  }
  .numbers > div span {
    font-size: 60px;
    margin: 0px;
    line-height: 1;
  }
  .contactSection {
    background: blue;
    padding: 5px 5px 0 5px;
    padding-bottom: 70px;
    display: flex;
    flex-direction: column;
  }
  .contactSection p {
    font-size: 28px;
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .contactSection p span {
    font-size: 14px;
    margin: -18px 0 0 3px;
  }
  .contactSection a {
    font-size: 28px;
    line-height: 1;
  }
  .projectSection .left p {
    font-size: 28px;
  }
  .projectSection .left p span {
    font-size: 18px;
    margin: -18px 0 0 3px;
  }
  footer .row .second {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
  }
  .footerTextInstagram {
    padding-left: 20px;
    font-size: 8px;
    color: #d9d9d9;
  }
  .footerText {
    font-size: 8px;
    color: #d9d9d9;
  }
  .text {
    color: #f2f2f2;
    font-size: 20px;
    position: absolute;
    left: 5px;
    font-family: MyFont;
  }
  .numbertext {
    color: #f2f2f2;
    font-size: 20px;
    position: absolute;
    right: 5px;
    font-family: MyFont;
  }
}

@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
  .svg-icon {
    width: 0.1em;
    height: 0.1em;
  }
}
