h1,h2,h3,h4,h5,h6,p, span,input,button,a, ul, ul li, li{
  font-family: 'Montserrat', sans-serif;
}

section{
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  display: block;
}

.btn-call-to-action{
  font-size: 1.8rem;
  color:white;
  background-color:#01bb00;
  display: block;
  padding: 1.3rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 1.5rem;
  box-shadow: 1px 10px 10px #6969692b;
}

.btn-call-to-action:hover, .btn-call-to-action:active, .btn-call-to-action:focus{
  background-color:white;
  color:#01bb00;
}

/* Colors */
.color-white{color:#fff;}
.color-yellow{color: #fdcd00;}
.color-purple{color:#643f8c;}
.color-green{color:#2c705b;}
.color-blue{color: #0e4a73}

/* Background */
.bg-white{background-color:#fff;}
.bg-yellow{background-color: #fdcd00;}
.bg-purple{background-color:#643f8c;}
.bg-green{background: rgb(22,65,113);
  background: linear-gradient(29deg, rgba(22,65,113,1) 0%, rgba(48,157,128,1) 100%);}
.bg-blue{background-color: #0e4a73}

/* Text Styles */
.bold{font-weight: bold;}
.tupper{text-transform: uppercase;}

/* Padding */
.pdb-50{
  padding-bottom: 50px;
}

@media screen and (max-width: 740px) {
  .pdb-50{
    padding-bottom:0;
  }
}

#main-desktop{
  background-image: url('solar-cell-farm-in-power-station-for-alternative-energy-from-the-sun.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 100vh;
  padding: 0;
  width: 100%;
  
}

#main-desktop .box{
  background-color: #000000a1;
  display: flex;
  height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#main-desktop img{
  height: 150px;display: flex;justify-content: center; align-items: center;
  margin-bottom: 30px;
}

#main-desktop h2{
  display: flex;
  font-size: 4.0rem;
  color: white;
  font-weight: bold;
  text-align: center;
  width: 60%;
  margin-bottom: 30px;
}

#main-desktop a{
  display: flex;
  background: #0e4a73;
  color: white;
  border-radius: 5rem;
  padding: 2rem 3rem;
  font-weight: bold;
  font-size: 2.3rem;
}

#main-desktop a:hover{
  background-color: #2c705b;
  text-decoration: none;
}

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

  #main-desktop h2{
    font-size: 3rem;
    width: 100%;
  }

  #main-desktop a{
    padding: 1.5rem 2rem;
    font-size: 1.5rem;
    text-align: center;
    width: 80%;
  }

  #the-truth h2{
    font-size: 2.5rem;
    line-height: 32px;
  }

  #the-truth .scrapbook-list li figcaption h3{
    margin-top: 40px;
    display: block;
    float: left;
  }
  
  #for-who-is-this-mentory h2{
    font-size: 2.2rem;
  }

  #who-is-the-company h3{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }

}

#who-is-the-company{
  background-image: url('solar-power-panel-on-sky-background-3d-rendering.jpg');
  background-position: bottom bottom;
  background-size: cover;
}

.duvidas-title{
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  border-bottom: 3px solid white;
  display: block;
  text-align: left;
}

.duvidas-body{
  color: #fff;
  font-weight: 600;
  padding: 1rem;
  color: #fff;
  padding: 1rem;
  background-color: #072f4a;
  border-radius: 5px;
  line-height: 26px;
}

.link-footer{
  color: #fff;
  text-align: center;
  display: block;
}
.link-footer:hover, .link-footer:active{
  color:#021b2c;
}

.scrapbook-list{
  display: block;
  margin-top: 50px;
  width: 100%;
  padding: 0;
  margin: 0;
}

.scrapbook-list > li{
  list-style: none;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 15px;
  margin-bottom: 30px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 11px 21px 31px #808080b0;
}

.scrapbook-list li figure{
  width: 100%;
  height: 180px;
  float: left;
  overflow: hidden;
  /* border: 10px solid #a5a5a58f; */
  box-shadow: 1px 2px 5px #0000005c;
  border-radius: 5px;
}

.scrapbook-list li figcaption{
}

.scrapbook-list li figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.call-action-whatsapp{
  position: fixed;
  bottom: 30px;
  right:30px;
  z-index: 9999;
}