* {
  box-sizing: border-box;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue",  Arial, sans-serif;
  margin: auto;
}

.bg-image {
  position: absolute;
  bottom: -88%;
}

.btn-wrapper {
  max-width: 1360px;
  width: calc(100% - 60px);
  float: left;
  margin-top: 20px;
  margin-bottom: -10px;
}

.whatsapp {
  float: left;
  text-align: left;
  color: #607d8b;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: .1rem;
}

.thp-button > span {
  border-left: 3px solid #f7b731;
  padding: 10px 15px;
  display: block;
  float: left;
  border-left-width: 3px;
  transition: border-left-width .15s;
}
.thp-button:hover > span,
.thp-button:focus > span {
  border-left-width: 5px;
  transition: border-left-width .05s;
}

body {
  background: #f5f5f5;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 165px 0 100px;
  width: 100%;
  margin: auto;
  border: #fbab40;
  height: 100vh;
  background-color: #f5f5f5;
/*  background-image: url(./assets/world.svg);*/
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 70px;
  background-origin: padding-box;

  display: block;
  text-align: center;
  height: auto;
  padding-top: 0;
}

.header h1 {
  /*text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  line-height: 36px;
  font-weight: lighter;
  color: #607d8b;*/
  display: none;
}

.header h2 {
  color: #383838;
  font-size: 1.7rem;
  text-align: left;
  max-width: 1210px;
  padding-left: 60px;
  padding-bottom: 16px;
  padding-top: 20px;
  font-family: 'Cardo', serif;
  text-transform: uppercase;
  font-style: italic;
  font-size: 1.5rem;
}
/*.header h2::after {
  content: '';
  width: 40px;
  height: 1px;
  background: #607d8b;
  margin-top: 55px;
  position: absolute;
  left: calc(50% - 20px);
}*/

.header {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  font-style: normal;
}

/*.header > h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #f5f5f5;
}*/

.header p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-align: left;
  color: #383838;
  flex-grow: 0;
  margin: 16px 0px;

  padding: 0 60px;
  font-size: .9rem;
  /*line-height: 2.1rem;*/
  line-height: 1.5rem;
  /*max-width: 1210px;*/
}
/*
.header > p.small {
  font-size: 1rem;
}
.header > p.border-top {
  border-top: 1px solid rgba(0,0,0,.15);
  padding-top: 16px;
}
.header > p.margin-top-double {
  margin-top: 32px;
}
*/

.content {
  float: left;
  width: 100%;
  max-width: 1240px;
}

.content > img {
  float: left;
  margin-right: 60px;
}

.content ul {
  list-style: circle;
  text-align: left;
  list-style-position: inside;
  font-size: .9rem;
  color: #383838;
  line-height: 1.75rem;
}

.options, .learn-more {
  display: flex;
  flex-direction: column;
}

.options a, .learn-more a {
  color: #f5f5f5;
  text-decoration: underline;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 150%;
  padding-top: 21px;
}

.learn-more a {
  color: #607d8b;
  text-decoration: none;
}
.learn-more a:hover,
.learn-more a:focus {
  text-decoration: underline;
}

.options a + a,
.learn-more a + a {
  padding-top: 0;
  margin-top: 24px;
} 

.options a small, .learn-more a small {
  font-size: .9rem;
}

/*.options > a:first-of-type {
  margin-right: 30px;
}*/

.logo {
  margin-top: 75px;
}

/*.logo > img {
  width: 160px;
  height: 64px;
}*/

.learn-more > a > button, .my-button {
  background: #f6821f;
  border-radius: 4px;
  border: none;
  /*width: 180px;*/
  padding: 0 24px;
  margin-top: 78px;
  height: 55px;
  color: #f5f5f5;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  background: rgba(246, 130, 31, 1);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  color: #607d8b;
  background: #f5f5f5;
  border: 2px solid #607d8b;
  transition: all .15s;
}
.learn-more > a > button:hover,
.learn-more > a > button:focus {
  background: #607d8b;
  color: #f5f5f5;
}

.my-button.green {
  background: none;
  border-color: #f5f5f5;
  color: #f5f5f5;
  margin-top: 11px;
  padding: 0 36px;
}
.my-button.green:hover,
.my-button.green:focus {
  background: #f5f5f5;
  color: #607d8b;
}



.font-size-large {
  font-size: 2.8rem;
}

.header > .hero {
  /*background-image: url(./assets/engineer-meeting-architectural-project.jpg);*/
  background: #607d8b;
  width: calc(100% - 60px);
  height: 292px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 30px;
  margin-bottom: 45px;
  max-width: 1360px;
  padding: 0 20px;
}
.header > .hero > h1 {
  margin-top: 130px;
}

.header > .hero > img {
  margin-top: 64px;
}

.cta {
  background: #607d8b;
  text-align: center;
  float: left;
  width: calc(100% - 60px);
  color: #f5f5f5;
  padding: 75px 50px;
  line-height: 2.1rem;
  margin-top: 45px;
  /*border-radius: 8px;*/
  max-width: 1360px;
}
.cta > p {
  font-size: 1.05rem;
  color: #f5f5f5;
  margin: 0;
  text-align: center;
}

footer {
  padding: 0 30px 50px 30px;
  font-size: .8rem;
  color: #607d8b;
  text-align: center;
  line-height: 1.1rem;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

footer > div > div, footer > div > span {
  display: inline-block;
}

@media screen and (max-width: 1300px) {
  .content > img {
    margin-top: 34px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .header h2 {
    text-align: center;
    max-width: none;
    padding-left: 0;
  }
  .content {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1100px) {
  footer span.break {
    display: none;
  }

  footer > div > div, footer > div > span {
    float: left;
    width: 100%;
  }

  footer > div > div {
    padding-bottom: 25px;
  }

  footer {
    /*background-color: #383838;*/
    padding: 75px 0 50px 0;
    padding-top: 0;
    margin: 0 30px 30px 30px;
    margin-bottom: 25px;
    box-sizing: border-box;
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 1024px) {
    .container {
        background-size: contain;
        background-position-y: center;
    }

    .cta > p {
      font-size: 1rem;
    }
}

@media screen and (max-width: 600px) {

  .container{
    background-size: contain;
    background-position-y: center;
    }
  pre {
    font-size: 0.8rem;
    padding: 8px 12px;
    width: 100%;
  }

  body {
    width: 100vw;
  }

  /*.header img {
    margin-left: 0;
  }*/

  .installation-steps {
    width: 100%;
    box-sizing: border-box;
  }

  h2 {
    font-size: 1.6rem;
  }

  ol {
    padding-left: 20px;
  }

  li {
    margin-bottom: 5px;
  }

  .header h2::after {
    margin-top: 50px;
  }

  /*.header > .hero > img {
    width: 244px;
    height: auto;
    margin-top: 103px;
  }*/

  .cta > p {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .options a {
    margin-left: 0;
  }
}

@media screen and (max-width: 400px) {
  .content p {
    padding: 0 34px;
  }
  .header h2 {
    text-align: left;
    padding: 20px 34px 16px 34px;
  }
  .content > img {
    max-width: 100%;
    height: auto;
  }
  .header h2 {
    font-size: 1.3rem;
    padding-top: 0;
  }
  /*.header > .hero > img {
    width: 200px;
    margin-top: 90px;
  }*/
  .header > .hero {
    /*height: 310px;*/
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 0;
  }
}

