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

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  cursor: default;
  scroll-behavior: smooth;
  font-family: "Kanit", sans-serif;
  font-optical-sizing: auto;
  transition: .2s;
  background-color: #f5eded;
  font-weight: 300;
}

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

a,
a:link,
a:focus,
a:active,
a:visited{
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: .3s;
}
a:hover {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
h1, h2, h3, h4, h5, strong{
  font-weight: 700;
  transition: .2s;
}
i{
  transition: .2s;
}
.btn01{
  font-size: 14px;
  font-weight: 700;
  padding: 15px 25px;
  border-radius: 4px;
  letter-spacing: 2px;
  background-color: #cc3434;
  color: #fff !important;
  border: 1px solid #fff;
}
.btn01:hover{
   box-shadow: inset 190px 0 0 0 rgba(0,0,0,.3);
}
.btnWhats{
  font-size: 16px;
  font-weight: 500;
  padding: 15px 25px;
  border-radius: 4px;
  letter-spacing: 1px;
  color: #fff !important;
  background-color: #008226;
  border: 1px solid #fff;
}
.btnWhats:hover{
  color: #fff !important;
  box-shadow: inset 190px 0 0 0 rgba(0,50,30,.5);
}
.btnWhats02{
  font-size: 17px;
  font-weight: 500;
  padding: 15px 25px;
  border-radius: 4px;
  color: #fff !important;
  background-color: #008226;
}
.btnWhats02:hover{
  color: #fff !important;
  box-shadow: inset 210px 0 0 0 rgba(0,50,30,.5);
}

.barraTopo{
  font-size: 15px;
  color: #555;
}

/* MENU */
nav{
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  background: #F53A3D;
  background: linear-gradient(90deg, rgba(245, 58, 61, 1) 0%, rgba(156, 44, 44, 1) 100%);
}
.navbar-brand img{
  width: 350px;
}
.nav-link{
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 4px solid transparent;
}
.nav-link:focus,
.nav-link:hover{
  color: #fff;
  border-bottom: 4px solid #fff;
}
.navbar-nav .nav-link.show {
  color: #fff;
}
.dropdown-item:focus,
.dropdown-item:hover{
  color: #fff;
  background-color: #444;
}
.navbar-toggler-icon {
  filter: brightness(0) invert(1);
  opacity: 1;
}
/* END MENU */


/* BANNER */
.bannerHome{
  color: #fff;
  background-image: url("../img/bgBannerHome01.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-color: #000;
  margin-top: -1px;
  min-height: 400px;
  text-align: center;
}
.bannerHome h1{
  text-transform: uppercase;
}
.bannerHome p:nth-child(2){
  font-size: 22px;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
/* END BANNER */



/* BOXES HOME */
.tituloHome h1{
  color: #333;
  font-size: 29px;
  font-weight: 700;
  margin-top: 100px;
  text-transform: uppercase;
}
.tituloHome p{
  color: #555;
  font-size: 19px;
}
.boxesHome img{
  transition: .3s;
}
.boxesHome > div > a:hover img{
  transform: scale(1.04);
}
.boxesHome > div > a:hover > div{
  border-color: #777;
}
.boxesHome > div > a{
  margin-top: 30px;
  margin-bottom: 40px;
}
.boxesHome > div > a > div > div:first-child{
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
.boxesHome > div > a > div > div > div{
  padding: 10px 10px 10px 10px;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  /*min-height: 170px;*/
}
.boxesHome > div > a > div > div > div p:first-child{
  font-size: 16px;
  color: #cc3434;
  margin-bottom: 5px;
  font-weight: 600;
}

.boxesHome > div > a > div > div > div p:last-child{
  font-size: 17px;
  color: #707070;
}
/* END BOXES HOME */


/* BANNER INTERNAS */
.bannerInternas{
  color: #fff;
  background-image: url("../img/bgBannerHome01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
  margin-top: -1px;
  min-height: 200px;
  text-align: center;
  padding-top: 50px;
}
.bannerInternas h1{
  text-transform: uppercase;
}
.bannerInternas p:nth-child(2){
  font-size: 22px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
/* END BANNER INTERNAS */

/* MENU INTERNAS */
.menuInternas p:first-child{
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
}
.menuInternas p:nth-child(2){
  font-size: 21px;
}
.menuInternas .fa-caret-right{
  padding-top: 15px;
  padding-right: 5px;
}
.menuInternas a:hover .fa-caret-right{
  padding-right: 10px;
}
.menuInternas a:hover{
  color: #cc3434;
}
.menuInternas .sticky-top{
  padding-top: 140px;
  margin-top: -140px;
  z-index: 2;
}

/* END MENU INTERNAS */

/* CONTEUDO INTERNAS */
.conteudoInternas{
  margin-top: 70px;
}
.mostrarItens span{
  font-size: 17px;
  color: #cc3434;
  font-weight: 500;
  border-left: 7px solid #cc3434;
  padding: 3px 30px 3px 20px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
.mostrarItens strong{
  font-weight: 500;
}
.mostrarItens{
  font-size: 20px;
  padding-top: 170px;
  margin-top: -140px;
  padding-bottom: 120px;
}
.mostrarItens img{
  width: 100%;
  max-width: 440px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.mostrarItens .fa-up-right-from-square{
  font-size: 14px;
  margin-left: 5px;
  color: #888;
}
.txtAndaimes{
  font-size: 19px;
}
/* END CONTEUDO   RNAS */

/* EMPRESA */
.infosEmpresa{
  font-size: 22px;
  margin-top: 100px;
}
.infosEmpresa img{
  border-radius: 20px;
}
/* END EMPRESA */

/* CONTATO */
.infosContato{
  margin-top: 50px;
  font-size: 18px;
}
.infosContato i{
  font-size: 40px;
  color: #cc3434;
  margin-bottom: 15px;
}
/* END CONTATO */

/* FOOTER */
.btnTopo{
  margin-top: 100px;
  font-size: 29px;
  color: #444;
}
footer{
  background-color: #444;
  color: #ccc;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer a:hover{
  color: #fff;
}
/* END FOOTER */


@media (min-width: 992px) {

.boxesHome > div > a > div > div > div{
  padding: 20px 18px 20px 18px;
}
.boxesHome > div > a > div > div > div p:first-child{
  font-size: 18px;
}
.boxesHome > div > a > div{
  border: 2px solid #dfdfdf;
  border-radius: 15px;
  padding: 15px;
  transition: .3s;
}
.mostrarItens span{
  font-size: 30px;
  border-left: 7px solid #cc3434;
  padding: 3px 30px 3px 20px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  background-color: #fff;
}
}
@media (max-width: 991px) {

.logotipo{
  width: 100%;
  max-width: 220px;
}

}
@media (min-width: 1400px) {

}