/*
Autor:  Willy Cruz
www.mktbox.com.br
*/

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  cursor: default;
  scroll-behavior: smooth;
  font-family: 'Montserrat', sans-serif;
  color: #333;
}
/*2 4 5 6 7 font weight*/
a,
a:link,
a:focus,
a:active,
a:visited {
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: 0.3s;
}
a:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}
h1, h2, h3, h4, h5, strong{
  font-weight: 700;
}
.btn01{
  font-size: 16px;
  padding: 12px 28px;
  color: #fff !important;
  border-radius: 30px;
  background-color: #f58220;
  font-weight: 500;
}
.btn01:hover{
  color: #fff !important;
  background-color: #444;
}
.btn02{
  font-size: 16px;
  padding: 12px 28px;
  color: #444 !important;
  border-radius: 30px;
  box-shadow: inset 0px 0px 0px 1px #444;
  font-weight: 500;
}
.btn02:hover{
  color: #fff !important;
  background-color: #444;
  box-shadow: none;
}
.btn03{
  font-size: 16px;
  padding: 12px 28px;
  color: #fff !important;
  border-radius: 30px;
  box-shadow: inset 0px 0px 0px 1px #fff;
  font-weight: 500;
}
.btn03:hover{
  background-color: #f58220;
  box-shadow: none;
}
.btnWhats{
  font-size: 17px;
  padding: 14px 22px;
  border-radius: 40px;
  transition: 0.25s;
  background-color: #25b366;
  color: #fff !important;
}
.btnWhats:hover{
  background-color: #109050;
}


nav{
  font-weight: 500;
  text-transform: capitalize;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,0.9);
    margin-left: 25px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 2px solid transparent;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #f58220;
    border-bottom: 2px solid #f58220;
}


.bannerHome{
  background-image: url('../img/bgMobile01.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.bannerHome p:first-child{
  margin-top: 100px;
  font-size: 30px;
  font-weight: 700;
}
.bannerHome span{
  color: #f58220;
}

#nav{
  transition: 0.2s;
}
.navbar2{
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
}
.logoMenu{
  width: 100%;
  max-width: 330px;
  transition: 0.2s;
}
.logotipo2{
  max-width: 250px;
}

.iconsHomeBG{
  background-color: #f58220;
}
.iconsHome{
  padding-top: 70px;
  padding-bottom: 70px;
}
.iconsHome i{
  font-size: 50px;
  color: #fff;
}
.iconsHome div p:nth-child(2){
  font-size: 21px;
  font-weight: 500;
  color: #fff;
}
.iconsHome div p:nth-child(3){
  color: #fff;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}


.boxTitulos{
  padding-top: 130px;
  margin-top: -50px;
}
.boxTitulos > div:first-child{
  position: absolute;
  right: 40px;
  display: inline-block;
  background-color: #f58220;
  border-radius: 10px;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg); /* SKEW da div*/
}
.boxTitulos > div div{
  word-spacing: 3px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding: 15px 35px;
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg); /* SKEW da div*/
}


.txtEmpresa{
  padding-top: 150px;
  padding-bottom: 150px;
}
.txtEmpresa img{
  border-radius: 15px;
}
.txtEmpresa strong{
  font-size: 28px;
  color: #444;
}
.txtEmpresa hr{
  border-top: 5px solid #f58220;
  width: 60px;
  opacity: 1;
  margin-top: 10px;
}
.txtEmpresa p{
  font-size: 18px;
}


.txtServicos{
  padding-top: 150px;
  padding-bottom: 150px;
}
.txtServicos img{
  border-radius: 15px;
}
.txtServicos strong{
  font-size: 28px;
  color: #444;
}
.txtServicos hr{
  border-top: 5px solid #f58220;
  width: 60px;
  opacity: 1;
  margin-top: 10px;
}
.txtServicos p{
  font-size: 20px;
}
.txtServicos .numServicos{
  font-size: 50px;
  font-weight: 700;
  color: #f58220;
  margin-bottom: 0px;
}


#sessaoServicos,
#sessaoLinks{
  background-color: #f2f2f2;
}


.parallaxHome{
  background-image: url('../img/bgParallaxMobile01.jpg');
  color: #fff;
  box-shadow: inset 0px 0px 90px 0px #000;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}
.parallaxHome .row{
  background-color: rgba(0,0,0,0.3);
  padding-top: 120px;
  padding-bottom: 100px;
}
.parallaxHome p:first-child{
  font-size: 30px;
  font-weight: 700;
}



.boxLinksUteis img{
  margin: 0px;
}
.boxLinksUteis > div{
  padding: 10px;
}
.boxLinksUteis > div > a > div{
  padding: 15px 0px;
  background-color: white;
  border-radius: 10px;
  transition: 0.3s;
}
.boxLinksUteis > div > a > div:hover{
  box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.2);
}
.boxLinksUteis > div > a  > div > div{
  text-align: center;
}



iframe{
  border-radius: 15px;
}



.btnTopo i{
  font-size: 30px;
  color: #d5d5d5;
  transition: 0.3s;
}
.btnTopo i:hover{
  color: #f58220;
}





.logoFooter{
  opacity: 0.4;
}
footer a,
footer a:link,
footer a:focus,
footer a:active,
footer a:visited {
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: 0.3s;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
  outline: none;
}
footer{
  font-size: 14px;
  color: #a0a0a0;
  background-color: #333;
  padding-top: 90px;
  padding-bottom: 50px;
}


@media (max-width: 991px) {

.btn02{
  color: #fff !important;
  box-shadow: inset 0px 0px 0px 1px #fff;
}
.btn02:hover{
  color: #444 !important;
  background-color: #fff;
}
.navbar{
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
}
.logoMenu{
  max-width: 250px;
}
.bannerHome p{
  color: #fff;
}

}

@media (min-width: 768px) {

.txtEmpresa p{
  padding-right: 40px;
}
.iconsHomeLinha div:nth-child(2),
.iconsHomeLinha div:nth-child(4){
  border-left: 1px solid rgba(255,255,255,0.4);
}
.boxLinksUteis > div > a  > div > div{
  display: inline-block;
}
.boxLinksUteis img{
  margin-right: 5px;
}
.boxLinksUteis > div > a > div{
  padding: 15px 0px 15px 15px;
}


}



@media (min-width: 992px) {

.bannerHome{
  background-image: url('../img/bgHome01.jpg');
}
.parallaxHome{
  background-image: url('../img/bgParallax01.jpg');
}
.iconsHomeLinha div:nth-child(3){
  border-left: 1px solid rgba(255,255,255,0.4);
}

.boxTitulos > div:first-child{
  right: 90px;
}
.boxTitulos > div div{
  word-spacing: 3px;
  font-size: 30px;
  padding: 15px 55px;
}

}
