/* @import url('https://fonts.googleapis.com/css2?family=Handlee&family=Montserrat:ital@0;1&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Handlee&family=Montserrat:ital,wght@0,400;0,500;0,800;1,400&display=swap');
body{

  font-family: 'Montserrat', sans-serif !important;
}
.displayNone{
  display: none;
}
.btn-primary:active, .btn-primary:visited {
  background-color: #A8CF45 !important;
}
#navigation {
    background-image: linear-gradient(360deg, #f6f6f6 0%, #e9e9e9 80%);
    /* height: 90px; */
    font-family: 'Montserrat', sans-serif;
  }
  .logo{
      margin-right: 50px;
  }
  .navbar {
    padding: 0 !important;
  }
 #navigation .navbar {
    margin: 0;
    border: 0;
    border-radius: 0;
background-image: linear-gradient(360deg, #f6f6f6 0%, #e9e9e9 80%);
    /* height: 90px; */
  } 
  #navigation .navbar .navbar-nav > li > a {
      color: #2D385B;
      font-size: 16px;
      position: relative;
      line-height: 80px;
      padding-left: 12px;
      padding-right: 12px;
      letter-spacing: 1px;
    }
#navigation .navbar .navbar-nav > li > a::after {
                                      
  border-right: 1px solid #c6c6c6;
  content: '';
  padding: 17px 0;
  position: absolute;
  margin-left: -12px;
  margin-top: -55px;
  display: block;
    
}

  #navigation .navbar .navbar-nav > .active > a,
  #navigation .navbar .navbar-nav > .active > a:focus,
  #navigation .navbar .navbar-nav > .active > a:hover{
    background-color: #A8CF45;
    color: #FFF;
    font-weight: bold;
    box-shadow: 0px -5px 10px 1px #c0c0c0;
  }
  
  #navigation .navbar .navbar-nav > li > a:hover {
    background-color: rgb(224, 224, 224);
  }
  #navigation .navbar .navbar-nav.navbar-right > li > a > div {
    display: inline-block;
  }
  .busca{
      line-height: 65px;
      width: 300px !important;
  }
  .busca input{
      border: 1px solid #fff;
      height: 40px;
      width: 100% !important;
      padding-right: 50px;
  }
  .busca button{
    border: 0;
    background-color: #A8CF45;
    color: #FFF;
    height: 40px;
    margin-left: -7px;
    margin-top: 2px;
    border-radius: 0;
    margin-left: -48px;
  }

  .sectionOne{
    background-image: url(imagens/texturas/Textura_5.png), url(imagens/texturas/Textura_4.png);
    background-repeat: no-repeat;
    background-size: 610px;
    background-position: left top, right bottom;
    padding-top: 40px;
    padding-left: 32px !important;
    padding-bottom: 30px;
  }
  .sectionOne h1 {
    font-weight: bold;
    color: #2D385B;
    font-size: 43px;
  }
  .sectionOne p{
    font-size: 18px;
    color: #747474;
    padding-top: 12px;
  }

  .sectionOne ul{
    list-style-type: none;
    padding-left: 0 !important;
    font-size: 18px;
    color: #747474;
    padding-top: 12px;
  }

  .sectionOne ul li a{
    text-decoration: none;
    font-size: 18px;
    color: #747474;
  }
  .sectionOne ul li a:hover{
    text-decoration: underline;
  }
  .sectionOne img{
    width: 38px;
  }
  .sectionOne ul li{
    margin-top: 10px;
  }
  .sectionOne .saibamais,  .sectionOne .saibamais:active{
    background-color: #A8CF45;
    border: 2px solid #A8CF45;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    border-radius: 10px;
    margin-right: 20px;
  }

  .sectionOne .entreemcontato{
    background-color: #fff !important;
    color: #2D385B;
    border: 2px solid #2D385B;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    border-radius: 10px;
  }

  .solucoesall{
    width: 100%;
    padding-top: 30px;
    background-color:#A8CF45;
    padding-bottom: 100px;
  }
  .solucoes{
    background-color:#A8CF45;
    padding-right: 15px;
  }
  .solucoes h2 {
    font-size: 43px;
    color: #2D385B;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 50px;
  }
  
  .solucoes h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 250px;
    height: 1px;
    background: #fff;
    bottom: 2px;

  }
  
  .solucoes h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 5px;
    background: #fff;
    bottom: 0;
    left: calc(35px - 20px);
  }

  .card-body{
    padding: 0;
  }
  .card-deck{
    padding-bottom: 50px;
  }
  .carroselServicos{
    border-radius: 25px;
    padding: 15px;
    background-color: #5B902F;
    color: #fff;
    cursor: pointer;
    border: none;
    position: relative;
  }
  .carroselServicos:hover{
    background-color: #477024
  }
  .carroselServicos img{
    border-radius: 25px;
    border: 6px solid #fff;
  }
  .carroselServicos h5{
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
  }
  .carroselServicos h5::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -17px;

  }
  
  .carroselServicos h5::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 5px;
    background: #fff;
    bottom: -19px;
    left: calc(35px - 20px);
  }
  .carroselServicos p{
    font-size: 15px;
    padding-top: 10px;
  }
  .carroselServicos .saibamais{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    float: right;
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    right: 15px;
  }
  .carroselServicosMobile{
    border-radius: 25px;
    padding: 4px 6px;
    background-color: #5B902F;
    color: #fff;
    cursor: pointer;
    border: none;
    position: relative;
    margin-top: 30px;
  }
  .carroselServicosMobile:hover{
    background-color: #477024
  }
  .carroselServicosMobile img{
    border-radius: 25px;
    border: 3px solid #fff;
  }
  .carroselServicosMobile h5{
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
  }
  .carroselServicosMobile h5::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -17px;

  }
  
  .carroselServicosMobile h5::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 5px;
    background: #fff;
    bottom: -19px;
    left: calc(35px - 20px);
  }
  .carroselServicosMobile p{
    font-size: 15px;
    padding-top: 10px;
  }
  .carroselServicosMobile .saibamais{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    float: right;
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    right: 15px;
  }
  .btnConhecaPrincipaisServicos{
      border-radius: 10px;
      color: #2d385b;
      background-color: #fff !important;
      border: 0;
      padding: 10px 30px;
      font-size: 23px;
      font-weight: bold;
      margin: 0 auto;
  }
  .btnConhecaPrincipaisServicos:hover{
    background-color: #fff;
    color: #2d385b;
  }
  .facaOrcamento{
    background-image: url(imagens/texturas/Textura_2.png), url(imagens/texturas/Textura_3.png);
    background-repeat: no-repeat;
    background-position: left top, right 400px;
    padding-top: 60px;
    padding-left: 32px !important;
    padding-bottom: 30px;
  }
  .facaOrcamento h2 {
    font-size: 43px;
    color: #2D385B;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align:right;
  }

.facaOrcamento p{
  font-size: 24px;
  color: #646464;
  text-align:right;
  position: relative;
}

.facaOrcamento .pOrcamento::before{
  content: '';
  position: absolute;
  display: block;
  width: 50%;
  height: 3px;
  background: #2D385B;
  bottom: -32px;

}

.facaOrcamento .pOrcamento::after{
  content: '';
  position: absolute;
  display: block;
  width: 70px;
  height: 7px;
  background: #2D385B;
  bottom: -33px;
  left: calc(35px - 20px);
}
.facaOrcamento ul{
  list-style-type: none;
  margin-top: 45px;
}
.facaOrcamento ul li{
  font-size: 24px;
  color: #646464;
  margin-bottom:15px;
}
.facaOrcamento ul li span{
  font-weight:bold;
  font-size: 36px;
  margin-right: 30px;
  color: #A8CF45;
}
.facaOrcamento ul li span::after {
                                      
  border-right: 1px solid #c6c6c6;
  content: '';
  padding: 12px 0;
  position: absolute;
  margin-left: 38px;
  margin-top: -35px;
  display: block;
    
}
.facaOrcamento form{
  background-color: #FFF;
  border: 1px solid #2D385B;
  border-radius: 20px;
  padding: 30px;
  padding-bottom: 130px;;
  width: calc(100% - 30px);
  margin: 0 auto;
}
.facaOrcamento form label{
  color: #646464;
}
.facaOrcamento form .inputText{
  border-radius: 10px;
  border-bottom: 1px solid #ccc;
  height: 65px;
}
.facaOrcamento form .btnContinuar{
  background-color: #A8CF45;
  border: 2px solid #A8CF45;
  color: #fff;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  border-radius: 10px;
}
.facaOrcamento form .btOrcVoltar{
  background-color: #c5c5c5;
  border: 2px solid #c5c5c5;
  color: #333;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  border-radius: 10px;
}

.facaOrcamento form .circleform{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #ccc;
  float: left;
}
.facaOrcamento form .active{
  background-color: #A8CF45;
}
.btnOrcamento{
  background-color: #2D385B;
  color: #fff;
  border: none;
  font-size: 23px;
  padding: 10px 30px;
  border-radius: 10px;
  cursor: pointer;

}
.btnOrcamento:hover{
  background-color: #2D385B;
  text-decoration: none;
  color: #A8CF45;
}
.btnOrcamento span{
  color: #A8CF45;
  font-weight: bold;
}

.contato h2 {
  font-size: 43px;
  color: #2D385B;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.contato h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 230px;
  height: 1px;
  background: #A8CF45;
  bottom: 2px;

}

.contato h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 5px;
  background: #A8CF45;
  bottom: 0;
  left: calc(35px - 20px);
}

.contato p{
  font-size: 24px;
  color: #646464;
  text-align:justify;
}

.contatoTelefone{
  text-align: right;
  font-size: 18px;
  color: #646464 !important;
  position: relative;
}
.contatoTelefone::before{
  content: '';
  position: absolute;
  display: block;
  width: 50%;
  height: 2px;
  background: #A8CF45;
  top: -29px;
  right: 0;

}
.redesFone{
  padding-top: 100px;
}
.contatoTelefone::after{
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 7px;
  background: #A8CF45;
  top: -32px;
  right: calc(20px - 0px);
}
.iconsContato ul{
  margin-top: 0;
  margin-left: -55px;
}
.iconsContato li{
  float: left;
  margin-right: 20px;
  cursor: pointer;
}
.iconsContato li i:hover{
  color: #2D385B;
}
.iconsContato li i{
 font-size: 40px;
 color: #A8CF45;
}

.colorA8CF45{
  color: #A8CF45;
}
.bold{
  font-weight: bold;
}
.nossosClientes{
  padding-top: 40px;
  padding-bottom: 40px;
}
.nossosClientes h2 {
  font-size: 40px;
  color: #2D385B;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.nossosClientes h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 400px;
  height: 1px;
  background: #A8CF45;
  bottom: 2px;

}

.nossosClientes h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 5px;
  background: #A8CF45;
  bottom: 0;
  left: calc(35px - 20px);
}
.nossosClientes ul{
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.nossosClientes ul li{
  display: inline-block;
  /* border-right: 1px solid #ccc; */
  padding-right: 30px;
}
.nossosClientes ul li:last-child{
  border-right: none;
}
.nossosClientes ul li img{
  height: 50px;
}
.saibamaisDivAll{

  width: 100%;
  padding-top: 30px;
  padding-bottom: 100px;
  background-image: linear-gradient(to top, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 30%) 55%, rgb(255 255 255) 100%), url(imagens/BG_SITE/IMG_BG_SAIBA_MAIS.png);
  background-repeat: no-repeat;
  background-position: center 60%;
  padding-top: 40px;
  padding-left: 32px !important;
  padding-bottom: 30px;
  height: 270px;
}
.saibamaisDiv h2{
  text-align: center;
    font-weight: bold;
    color: #FFF;
    font-size: 40px;
    padding-top: 65px;
}
.btnBaixePortifolio{
  background-color: #A8CF45;
  border: none;
  font-weight: bold;
  font-size: 32px;
  border-radius: 15px;
  padding: 15px 30px;
  margin-top: 70px;
}
.btnBaixePortifolio:hover{

  background-color:#477024;
}

.btnWhats {
  position: fixed;
  bottom: 50px;
  right: 10%; 
}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

#footer {
  background: #25355d;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #2f406a;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #a8cf45;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #a8cf45;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #465373;
}

#footer .footer-top h4::after {
  background: #a8cf45;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #465373;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #a8cf45;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #a8cf45;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
.toTop i{
  font-size: 36px;
  color: #a8cf45;
  float: right;
  cursor: pointer;
}
.linkATtxt{
  color: #747474;
  font-weight: bold;
}
.linkATtxt:hover{
  color: #747474;
}

.slick-prev:before, .slick-next:before{
  color: #25355d !important;
  font-size: 25px;
}
.slick-prev:before, .slick-next:before{
  opacity: 1 !important;
}
.cursorPointer{
  cursor: pointer;
  
}
.card-header:hover{
  background-color: #f5f5f5 !important;
}

@media screen and (min-width: 1200px){
  .container {
      max-width: 1280px !important;
  }

  .btnOrcamento{
    margin: 0 auto;
  }
}

@media screen and  (max-width: 991px) {
  
  #navigation .navbar .navbar-nav > li > a {
    line-height: 40px;
  }

  .slick-next{
    right: -12px !important;
  }
  .slick-prev {
    left: -15px !important;
  }
  .sectionOne h1 {
    font-size: 2em;
  }

  .facaOrcamento .row:not(.redesFone){
    display: flex;
    flex-direction: column-reverse;
  }
  .facaOrcamento h2:not(.contato h2) {
    padding-top: 40px;
    font-size: 2.5em;
    text-align: center;
  }
  .facaOrcamento p {
    text-align: left;
  }
  .contato h2{
    font-size: 2em;
  }
  .contato p{
    font-size: 1.2em;
  }
  .contatoTelefone {
    font-size: 16px;
  }

  .nossosClientes h2{
    font-size: 2em;
  }
  .nossosClientes h2::before{
    width:50%;
  }
  .nossosClientes ul {
    /* display: block;
    columns: 2; */
  }
  .nossosClientes ul li{
    display: flex;
  }
  .card-deck{
    margin-top: 10px;
    margin-left: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: .5rem;
  }
  .card{
    width: 80% !important;

  }
  .iconsContato{
    margin-bottom: 75px;
  }
  .redesFone{
    padding-top: 20px;
  }
  .nossosClientes ul li{
    margin-bottom: 30px;
  }

  .saibamaisDivAll{
    display: table;
  }
  .saibamaisDiv .row div:last-child{
    text-align: center;
  }
  .btnConhecaPrincipaisServicos{
    font-size: 0.8em !important;
  }
  .saibamaisDiv h2 {
    font-size: 2em;
  }
  .btnBaixePortifolio{
    font-size: 1.3em;
  }
  .btnOrcamento{
    font-size: 1em;
    display: inline-grid;
  }

  .btnWhats{
    display: none;
  }

}

@media screen and  (min-width: 721px) {
 
  .carroselServicosMobile{
    display: none;
  }

}
@media screen and  (max-width: 720px) {
  .card-deck{
    display: none;
  }
}

