/**
* Template Name: ESN Energia Solar | Página de vendas
* Template URL: https://esnenergiasolar.com.br
* Author: George Mello
* Author Website: https://georgemello.com.br
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Montserrat', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.whatsapp-button{
  position: fixed;
  display: block;
  right: 15px;
  bottom: 60px;
  z-index: 99999;
}

.whatsapp-button img {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 45px;
  height: 45px;
}

.back-to-top{
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top:hover{
  text-decoration: none;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #faae24;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #072443;
  color: #faae24;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
span.underTitle{
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #072443;
  font-style: italic;
  font-size: 20px;
  font-weight: bold;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header{
  height:155px;
  background-color:#072443;
}

header .insider_header{

}

header .logo{
  width:30%;
}

header .logo a{
  display: block;
}

header .fast_contacts{
  width:45%;
}

header .email{
  width:55%;
}

header .whatsapp{
  width:35%;
}

header .fast_contacts .email_text, .whatsapp_text{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 13px;
  color:#faae24;
}

header .fast_contacts .email_image, .whatsapp_image{
  width:45px;
}

header .container:last-child{
  top: 125px;
  background-color: white;
  border-radius: 3px;
  height: 60px;
  z-index: 1;
}

  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /* Desktop Navigation */
  header .nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  header .nav-menu ul{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  header .nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
  }

  header .nav-menu a {
    display: block;
    position: relative;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 13.7px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #072443;
  }

  header .nav-menu .get-started a {
    background: #faae24;
    color: #fff;
    border-radius: 3px;
    margin: 0 15px;
    padding: 10px 25px;
    font-weight: bold;
  }

  header .nav-menu .get-started a:hover {
    background: #072443;
    color: #faae24;
    font-weight: bold;
    text-decoration: none;
  }

  /* Mobile Navigation */
  .mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
  }

  .mobile-nav-toggle i {
    color: #faae24;
  }

  .mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
  }

  .mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-nav a {
    display: block;
    position: relative;
    color:#072443;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
  }

  .mobile-nav a:hover, .mobile-nav .active > a {
    color: #faae24;
    text-decoration: none;
  }

  .mobile-nav .get-started {
    text-align: center;
  }

  .mobile-nav .get-started a {
    background: #faae24;
    color: #fff;
    border-radius: 3px;
    margin: 0 15px;
    padding: 10px 25px;
    display: inline-block;
    font-weight: bold;
  }

  .mobile-nav .get-started a:hover {
    background: #072443;
    color: #faae24;
  }

  .mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(29, 28, 31, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
  }

  .mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
  }

@media screen and (max-width: 1201px) {

  header .fast_contacts{
    width:60%;
  }

  header .nav-menu a{
    padding: 10px 11px;
  }
  
}

@media screen and (max-width: 992px) {

  header .logo, header .fast_contacts{
    width:45%;
  }

  header .email, header .whatsapp{
    width:100%;
  }
  
}

@media screen and (max-width: 768px) {

  header{
    height:232px;
  }

  header .logo, .fast_contacts{
    width:95% !important;
  }

  header .email, header .whatsapp{
    width:100%;
  }
  
}

@media screen and (max-width: 500px) {

  header{
    height:265px;
  }

  header .logo{
    margin:20px 0px 20px 0px;
  }

  header .email{
    margin-bottom: 7px;
  }
  
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 90vh;
  background: url("../img/hero-bg.webp") center center;
  background-size: cover;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

#hero .btn-get-started {
    font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  }

#hero::before {
  content: "";
  background: rgba(7, 36, 67, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 40px;
}

#hero .call{
  width:50%;
}

#hero .call a{
  background: #faae24;
  color: #fff;
  border-radius: 3px;
  padding: 10px 25px;
  font-weight: bold;
  width:40%;
  text-align: center;
  border: 2px solid #faae24;
  transition: 0.3s;
}

#hero .call a:hover{
  background: #072443;
  color: #faae24;
  font-weight: bold;
  text-decoration: none;
}

#hero .call span, h1{
  color: #fff;
}

#hero .call span{
  font-size: 18px;
}

#hero .call h1{
  font-weight: bold;
  font-size: 45px;
}

#hero .form{
  position: relative;
  border: 4px solid #faae24;
  border-radius: 3px;
  background-color: #fff;
  width:37%;
  height: 500px;
  margin-top: 25px;
}

#hero .form span{
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color:#072443;
}

#hero .form label{
  color:#072443;
}

#hero .form button{
  left: -3.0820%;
  margin-top: 20px;
  width: 106.685%;
  height: 70px;
  position: absolute;
  background-color:#faae24;
  border: none;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  color:#072443;
}

#hero .form button:hover{
  background-color:#072443;
  color:#faae24;
}

@media screen and (max-width: 1201px) {

  #hero .form button{
    font-size: 21px;
  }

  #hero .form{
    height: 530px;
  }
  
}

@media screen and (max-width: 992px) {

  #hero{
    height:110vh;
  }

  #hero .call{
    width:100%;
    padding: 0px 10px 35px 10px;
  }

  #hero .call h1{
    font-size: 35px;
  }

  #hero .call a{
    align-self:center;
  }

  #hero .form{
    width:50%;
  }

  #hero .form button{
    margin-top:15px;
  }

}

@media screen and (max-width: 768px) {

  #hero .form{
    width:70%;
  }
  
}

@media screen and (max-width: 484px) {

  #hero .form {
    width: 85%;
  }

  #hero .form button{
    margin-top:20px;
  }
  
}

@media screen and (max-width: 477px) {

  #hero .call a{
    width: 60%;
  }
  
}

@media screen and (max-width: 412px) {

  #hero .call span {
    font-size: 14px;
  }

  #hero .form span {
    font-size: 15px;
  }

  #hero .form{
    height: 480px;
  }
  
}

/*--------------------------------------------------------------
# HowTo Section
--------------------------------------------------------------*/

#howto{
  height:1119px;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 100px;
}

#howto .container .ht_title{
  max-height: 132px;
  margin-top: 100px;
  margin-bottom: 100px;
}

#howto .container .ht_title h2{
  font-weight: bold;
  font-size: 55px;
  color:#faae24;
}

#howto .container .ht_image{
  margin-bottom: 100px;
}

#howto p{
  font-size: 15px;
  color: #072443;
}

#howto .container .ht_boxs .ht_b_cap, .ht_boxs .ht_b_conv, .ht_boxs .ht_b_cred{
  height: 200px;
} 

#howto .container .ht_boxs .fakeButtom{
  height: 50px;
  background-color: #faae24;
  color: white;
  font-weight: bold;
  font-size: 27px;
}

#boxForBoxes{
  max-height: 200px;
}

@media screen and (max-width: 992px) {

  #howto{
    height:1440px;
  }

  #howto .container .ht_boxs .ht_b_cap, .ht_boxs .ht_b_conv, .ht_boxs .ht_b_cred{
    margin-bottom: 50px;
  }

  #howto .container .ht_title h2{
    font-size: 45px;
  }
}

@media screen and (max-width: 520px) {

  #howto .container .ht_title{
    max-height: 220px;
  }

}

@media screen and (max-width: 772px) {

  #howto{
    height:1440px;
  }

}

@media screen and (max-width: 580px) {

  #howto{
    height:1630px;
  }

}


/*--------------------------------------------------------------
# benefits Section
--------------------------------------------------------------*/

#benefits{
  font-family: 'Montserrat', sans-serif;
  height: auto;
  background: url("../img/benefits_background.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 100px 0px 100px 0px;
}

#benefits .container .bnf_title h2{
  font-weight: bold;
  font-size: 55px;
  color:#faae24;
}

#benefits .container .bnf_body{
  margin-top: 100px;
}

#benefits .container .bnf_body > div:nth-child(3n+2){
  border-right: 1px solid white;
  border-left: 1px solid white;
}

#benefits .container .bnf_body > div:nth-child(-n+3){
  border-bottom: 1px solid white;
}

#benefits .container .bnf_body .bnf_body_box{
  height: 350px;
}

#benefits .container .bnf_body .bnf_body_box .bnf_body_icon{
  margin-bottom: 12px;
}

#benefits .container .bnf_body .bnf_body_box h3{
  font-size: 18px;
  color: white;
  padding-bottom: 10px;
}

#benefits .container .bnf_body .bnf_body_box hr{
  height: 0.1px;
  background-color: white;
  width: 100px;
}

#benefits .container .bnf_body .bnf_body_box .bnf_body_prg{
  margin-top: 25px;
  color: white;
  font-size: 15px;
  font-style: italic;
}

#benefits .container .bnf_body .bnf_body_box .bnf_body_prg p{
  color: white;
}

#benefits .container a{
  display: flex;
  margin-top: 100px;
  height: 75px;
  align-self: center;
  background-color:#faae24;
  color:#072443;
  font-weight: bold;
  font-size: 25px;
  border: 0px;
  align-items: center;
  justify-content: center;
  border: 2px solid #faae24;
  transition: 0.3s;
  flex: unset;
}

#benefits .container a:hover{
  color:#faae24;
  background-color:#072443;
  border: 2px solid #faae24;
}

@media screen and (max-width: 992px) {

  #benefits .container .bnf_body > div:nth-child(3n+2){
    border-right:unset;
    border-left: unset;
  }

  #benefits .container .bnf_body > div:nth-child(-n+3){
    border-bottom: unset;
  }

  #benefits .container .bnf_body > div:nth-child(-n+4){
    border-bottom: 1px solid white;
  }

  #benefits .container .bnf_body > div:nth-child(odd){
    border-right: 1px solid white;
  }

}

@media screen and (max-width: 576px) {

  #benefits .container .bnf_body > div:nth-child(3n+2){
    border-right:unset;
    border-left: unset;
  }

  #benefits .container .bnf_body > div:nth-child(-n+3){
    border-bottom: unset;
  }

  #benefits .container .bnf_body > div:nth-child(-n+4){
    border-bottom: unset;
  }

  #benefits .container .bnf_body > div:nth-child(odd){
    border-right: unset;
  }

  #benefits .container .bnf_body > div:nth-child(-n+6){
    border-bottom: 1px solid white;
  }

  #benefits .container .bnf_title h2 {
    font-size: 50px;
  }

}

@media screen and (max-width: 500px) {

  #benefits .container .bnf_title h2 {
    font-size: 42px;
  }

  #benefits .container .bnf_body {
    margin-top: 50px!important;
  }

  #benefits .container a {
    max-width: 100% !important;
    font-size: 21.2px;
  }

}

/*--------------------------------------------------------------
# brands Section
--------------------------------------------------------------*/
#warranty{
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  background: url("../img/warranty-background.jpg") center center;
  background-size: cover;
  position: relative;
  color: #072443;
  height: auto;
}
#warranty .container{
  margin-bottom: 70px;
}
#warranty .warranty_header{
  margin-top: 40px;
  background-color: #faae24;
}
#warranty .warranty_header h2{
  font-weight: bold;
  font-size: 45px;
}
#warranty p{
  margin-top: 40px;
  margin-bottom: 80px;
  font-size: 23px;
}
#warranty .container ul{
  list-style: none;
}
#warranty .container ul li span{
  font-size: 18px;
}

#warranty a{
  text-decoration: none;
  background-color: #faae24;
  font-weight: bold;
  font-size: 35px;
  color: #072443;
}
#warranty a:hover{
  background-color: #072443;
  color: #faae24;
}
@media screen and (max-width: 576px) {

  #warranty p{
    margin-bottom: 60px;
    font-size: 20px;
  }

}
@media screen and (max-width: 452px) {

  #warranty .warranty_header h2{
    font-size: 35px;
  }

  #warranty a{
    text-align: center;
  }

}
@media screen and (max-width: 400px) {

  #warranty .warranty_header h2{
    font-size: 30px;
  }

  #warranty p{
    font-size: 17px;
  }

  #warranty .container ul li span{
    font-size: 15px;
  }

  #warranty a{
    font-size: 25px;
  }

}

/*--------------------------------------------------------------
# aboutUs Section
--------------------------------------------------------------*/
#aboutUs{
  height: auto;
}

#aboutUs h2, p{
  color: #072443;
}

#aboutUs h2{
  position: relative;
  font-weight: bold;
  font-size: 55px;
  padding-bottom: 35px;
}

#aboutUs .container{
  background: url("../img/background-logo.png") center center;
  background-size: contain;
  background-repeat: no-repeat;
}

#aboutUs .container h2::before, #projetos-finalizados h2::before, #depoimentos h2::before{
  content: '';
  position: absolute;
  display: block;
  width: 180px;
  height: 1px;
  background: #ddd;
  bottom: 3px;
  left: calc(50% - 90px);
}

#aboutUs .container h2::after, #projetos-finalizados h2::after, #depoimentos h2::after{
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 6px;
  background: #faae24;
  bottom: 0;
  left: calc(50% - 25px);
}

#aboutUs p{
  font-size: 22px;
  font-style: italic;
  margin-bottom: 28px;
}

#aboutUs .achievements{
  background: url("../img/achievements-background.jpg") center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
}

#aboutUs .achievements .container{
  background: unset;
}

#aboutUs .achievements .container{
  padding: 50px 10px 50px 10px;
}

#aboutUs .achievements span{
  color: #faae24;
}

#aboutUs .achievements span:first-child, #aboutUs .achievements .adjusts span:last-child{
  font-size: 60px;
  font-weight: bold;
  font-style: italic;
}

#aboutUs .achievements .adjusts span:last-child{
  margin-left: 10px;
}

#aboutUs .achievements span:last-child{
  font-style: italic;
  font-size: 20px;
}

#aboutUs .achievements a{
  font-weight: bold;
  text-decoration: none;
  color: #072443;
  font-size: 22px;
  display: block;
  padding:17px;
  background-color: #faae24;
  margin-top: 70px;
  width: 40%;
  text-align: center;
  transition: 0.4s;
  border: 3px solid #faae24;
}

#aboutUs .achievements a:hover{
  color: #faae24;
  background-color: #072443;
  border: 3px solid #faae24;
}

@media screen and (max-width: 992px) {

  #aboutUs h2{
    font-size: 25px;
  }

  #aboutUs p{
    font-size: 17px;
  }

  #aboutUs .achievements span:first-child, #aboutUs .achievements .adjusts span:last-child{
    font-size: 40px;
  }

  #aboutUs .achievements span:last-child{
    font-size: 17px;
  }

  #aboutUs .achievements .achievementsBox{
    margin-bottom: 15px;
  }

  #aboutUs .achievements a{
    width: 90%;
  }

}

/*--------------------------------------------------------------
# Projetos-finalizados
--------------------------------------------------------------*/
#projetos-finalizados{
  height: auto;
  position: relative;
}

#projetos-finalizados h2{
  position: relative;
  font-weight: bold;
  font-size: 45px;
  padding-bottom: 35px;
}

#projetos-finalizados .prjFnl_principalBox .prcBxInside{
  margin-left: 15px;
  margin-bottom: 15px;
}

#projetos-finalizados .prjFnl_principalBox .prcBxInside a:first-child{
  margin-bottom: 15px;
}

#projetos-finalizados .prjFnl_principalBox2 a:nth-child(2){
  margin: 0px 15px 15px 15px;
}

#projetos-finalizados .prcBxInside2{
  margin-right: 15px;
}

#projetos-finalizados .prcBxInside2 a{
  margin-bottom: 15px;
}

#projetos-finalizados .yellowBox{
  width: 100%;
  height: 700px;
  background-color: #faae24;
  position: absolute;
  bottom: -150px;
  z-index: -3;
}

#projetos-finalizados .prj_Buttom{
  border: 3px solid #072443;
  text-decoration: none;
  margin-top: 20px;
  width: 570px;
  height: 75px;
  background-color: #072443;
  border: none;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  color: #FFF;
  transition: 0.3s;
  padding: 3px;
}

#projetos-finalizados .prj_Buttom:hover{
  color: #072443;
  background-color: #faae24;
  border: 3px solid #072443;
}

@media screen and (max-width: 992px) {

  #projetos-finalizados h2{
    font-size: 25px;
    padding-bottom: 35px;
  }

  #projetos-finalizados img{
    max-width: 370px;
    margin: unset;
  }

  #projetos-finalizados .prcBxInside{
    margin-left: unset !important;
    margin-top: 15px;
  }

  #projetos-finalizados .prjFnl_principalBox2 a:first-child{
    margin-bottom: 15px;
  }

  #projetos-finalizados .prjFnl_principalBox3 .prcBxInside2{
    margin-top: 15px;
    margin-right: unset !important;
  }

  #projetos-finalizados .prj_Buttom{
    font-size: 20px;
  }

}

@media screen and (max-width: 452px) {

  #projetos-finalizados h2{
    font-size: 20px;
  }

  #projetos-finalizados .prj_Buttom{
    font-size: 16px;
  }

}

@media screen and (max-width: 360px) {

  #projetos-finalizados img{
    max-width: 330px;
  }

}

/*--------------------------------------------------------------
# Depoimentos
--------------------------------------------------------------*/
#depoimentos{
  position: relative;
  margin-top: 150px;
  padding-top: 150px;
  padding-bottom: 150px;
  height: auto;
  background-color: #e6e5e5;
}
#depoimentos .owl-nav{
  display: none;
}

#depoimentos h2{
  position: relative;
  font-weight: bold;
  font-size: 45px;
  padding-bottom: 35px;
}

#depoimentos .whiteBox{
  position: relative;
  width: 370px;
  height: 300px;
  background-color: white;
  color: #072443;
  border: 2px solid #faae24;
}

#longText{
  font-size: 10px !important;
}

#depoimentos .whiteBox p{
  font-size: 15px;
  font-style: italic;
  text-align: center;
}

#depoimentos .quotes{
  position: absolute;
  font-weight: bold;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #072443;
  color: #faae24;
  bottom: -25px;
}

#depoimentos .quotes img{
  width: 20px;
}

#depoimentos .testimonial-item img.client{
  border-radius: 50px;
  width: 100px;
}

#depoimentos .testimonial-item span, #depoimentos .testimonial-item h4{
  color: #faae24;
}

#depoimentos .testimonial-item h4{
  font-weight: bold;
}

#depoimentos .testimonial-item span{
  font-style: italic;
}

@media screen and (max-width: 1200px) {

  #depoimentos .testimonial-item{
    width: 370px;
  }

  #depoimentos .testimonial-wrap{
    display: flex;
    justify-content: center;
  }

}

@media screen and (max-width: 410px) {

  #depoimentos h2{
    font-size: 25px;
  }

}

@media screen and (max-width: 410px) {

  #depoimentos .whiteBox{
    width: 330px;
  }

  #depoimentos{
    padding-top: 75px;
    padding-bottom: 75px;
  }

}

/*--------------------------------------------------------------
# last-CallToAction
--------------------------------------------------------------*/
#last-CallToAction{
  padding: 50px 0px 50px 0px;
}

#last-CallToAction .last-call-background{
  background: url("../img/last-call-background.jpg") center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#last-CallToAction h2{
  font-weight: bold;
  color: #072443;
}

#last-CallToAction a{
  border: 3px solid #072443;
  text-decoration: none;
  margin-top: 20px;
  width: 570px;
  height: 75px;
  background-color: #072443;
  border: none;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  color: #FFF;
  transition: 0.3s;
  padding: 3px;
}

#last-CallToAction a:hover{
  color: #072443;
  background-color: #faae24;
  border: 3px solid #072443;
}

@media screen and (max-width: 570px) {

  #last-CallToAction a{
    width: 80%;
    font-size: 18px;
    text-align: center;
  }

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer .footer-top{
  background-color: #072443;
  color: white;
  font-weight: bold;
  font-size: 22px;
}

footer .footer-top .adreesBox, footer .footer-top .telephoneBox{
  padding-left: 35px;
}

footer .footer-bottom .container{
  color: #faae24;
  font-weight: bold;
}

footer .author a{
  color: #faae24;
  margin-left: 7px;
}

@media screen and (max-width: 778px) {

    footer .footer-top{
      font-size: 17px;
    }

    footer .footer-logo{
      text-align: center;
    }

}

@media screen and (max-width: 572px) {

    footer .footer-top{
      font-size: 14px;
    }

    footer .author{
      margin-top: 25px;
    }

}

@media screen and (max-width: 378px) {

    footer .footer-top .adreesBox, footer .footer-top .telephoneBox{
      padding-left: 0px;
    }

}
