/*
Autor: Willy Cruz
www.dznbox.com
*/

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  cursor: default;
  scroll-behavior: smooth;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  transition: .2s;
  user-select: none;
  color: #fff;
  background-color: #222;
}

::selection {
  color: #fff;
  background-color: #333;
}



a,
a:link,
a:focus,
a:active,
a:visited{
  text-decoration: none;
  outline: none;
  transition: .3s;
}
a:hover {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
h1, h2, h3, h4, h5, strong{
  font-weight: 900;
  transition: .2s;
}
i{
  transition: .2s;
}
.btn01{
  font-size: 14px;
  font-weight: 700;
  padding: 20px 35px;
  border-radius: 4px;
  letter-spacing: 2px;
  color: #111 !important;
  background-color: #fc1;
  border: 2px solid #fc1;
}
.btn01:hover{
  color: #fff !important;
  box-shadow: inset 220px 0 0 0 #222;
  border: 2px solid #fc1;
}
.btnWhats{
  font-size: 14px;
  font-weight: 700;
  padding: 15px 25px;
  border-radius: 2px;
  letter-spacing: 2px;
  color: #fff !important;
  background-color: #53ab69;
}
.btnWhats:hover{
   box-shadow: inset 190px 0 0 0 rgba(0,0,0,.3);
}
.btnWhats02{
  font-size: 17px;
  padding: 11px 22px;
  border-radius: 40px;
  transition: 0.2s;
  color: #fff !important;
  background-color: #25b366;
}
.btnWhats02:hover{
  background-color: #109050;
}


/* MENU */
.navbar{
  background-color: rgba(0,0,0,.9);
  border-bottom: 1px solid rgba(255,255,255,0);
  transition: .4s;
}
.logotipo{
  width: 100%;
  max-width: 230px;
}
.nav-link{
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 20px 15px 20px 15px !important;
}
.nav-link:hover{
  background-color: #fc1;
  color: #111;
}
/* END MENU */


/* VIDEO HOME */
header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 500px;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.6;
  z-index: 1;
}
.divTxtHeader{
  color: #fff;
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
/* Media Query para dispositivos com ponteiros grosseiros e sem funcionalidade de foco. Isso usará uma imagem de fallback em vez de um vídeo para dispositivos que geralmente não suportam o elemento de vídeo HTML5 */
@media (pointer: coarse) and (hover: none) {
  header {
    background: url('../img/bgSite01.jpg') black no-repeat center center scroll;
  }

  header video {
    display: none;
  }
}
/* END VIDEO HOME */

/* ICONS HOME */
.contIconsHome{
  margin-top: -30px;
  font-weight: 300;
  color: #ccc;
}
.boxIcons{
  background-color: #111;
  position: relative;
  box-shadow: 0px 2px 10px rgba(0,0,0,.1);
  border-radius: 5px;
  transition: .2s;
  z-index: 100;
  padding: 25px;
  border: 2px solid rgba(255,255,255,.2);
}
.boxIcons:hover{
  transform: translate(0px,-5px);
  box-shadow: 0px 7px 10px rgba(0,0,0,.15);
}
.boxIcons strong{
  color: #fc1;
}
.boxIcons i{
  font-size: 40px;
  color: #fc1;
}
.boxIcons > div > div > p:nth-child(2){
  margin-top: -10px;
  margin-bottom: 0px;
}
/* END ICONS HOME */

/* TITULOS */
.titulos{
  font-size: 35px;
  font-weight: 900;
  color: #fc1;
  margin-top: 80px;
  padding-top: 120px;
  padding-bottom: 50px;
}
.titulos i{
  color: #404040;
}
.titulos hr{
  border-top: 6px solid #fff;
  width: 90px;
  opacity: 1;
  margin-top: 0px;
}
/* TITULOS END */

/* SOBRE NOS */
.txtSobreNos{
  font-size: 21px;
  font-weight: 250;
  color: #ddd;
}
.txtSobreNos img{
  border-radius: 10px;
}
/* END SOBRE NOS */

/* SERVICOS */
.infosServicos{
  font-size: 20px;
  font-weight: 250;
}
.infosServicos .fa-check{
  color: #fc1;
/*  font-size: 12px;*/
}
.infosServicos img{
  border-radius: 10px;
}

/* END SERVICOS */

/* CONTATO */
.infosContato{
  font-size: 19px;
  font-weight: 300;
  color: #ccc;
}
.infosContato span{
  color: #fc1;
}
.infosContato .fa-whatsapp{
  color: #25d366;
}
.infosContato img{
  width: 100%;
  max-width: 120px;
  filter: brightness(0) invert(.4);
  margin-top: 10px;
}
/* END CONTATO */


/* FOOTER */
.txtFooterPumma img{
  width: 100%;
  max-width: 600px;
  margin-top: 170px;
}


footer{
  font-size: 22px;
  font-weight: 200;
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #111;
}
.iconsFooter a{
  color: #888;
  padding: 10px;
}
.iconsFooter a:hover{
  color: #fc1;
}
.desenvolvimento a{
  color: #888;
}
.desenvolvimento a:hover{
  color: #fff;
}
/* END FOOTER */
@media (min-width: 992px) {
.navbar{
  background-color: rgba(0,0,0,0);
  border-bottom: 1px solid rgba(255,255,255,.15);
  padding: 0px;
}
.navbar2{
  background-color: rgba(0,0,0,.9);
  border-bottom: 1px solid rgba(255,255,255,0);
}
.nav-link{
  padding: 40px 18px 40px 18px !important;
}
.titulos{
  font-size: 56px;
}
.txtSobreNos{
  font-size: 25px;
}/*
.infosServicos{
  font-size: 20px;
} 
.infosServicos .fa-check{
  font-size: 20px;
}*/
.infosContato{
  font-size: 21px;
}
}
@media (max-width: 991px) {
header{
  background-image: url("../img/bgSitePeq01.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
header video {
  display: none;
}
}
@media (min-width: 1400px) {
}