/*
Autor: Willy Cruz
www.dznbox.com

yellow
ffca28
*/

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: #292929;
}

::selection {
  color: #222;
  background-color: #ffca28;
}

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: 900;
  transition: .2s;
}
i{
  transition: .2s;
}
.btn01{
  font-size: 14px;
  font-weight: 700;
  padding: 19px 30px;
  border-radius: 5px;
  letter-spacing: 1px;
  color: #333 !important;
  background-color: #fff;
}
.btn01:hover{
  color: #111 !important;
  box-shadow: inset 240px 0 0 0 rgba(255,202,40,1);
}
.btnWhats{
  font-size: 15px;
  font-weight: 400;
  padding: 19px 30px;
  border-radius: 5px;
  letter-spacing: 1px;
  color: #fff !important;
  background-color: #53ab69;
}
.btnWhats:hover{
   box-shadow: inset 190px 0 0 0 rgba(0,0,0,.3);
}

/* MENU */
.logotipo{
  width: 100%;
  max-width: 220px;
  filter: brightness(0) invert(1);
  transition: .2s;
}
.logotipo2{
  filter: none;
}
.navbar{
  background-color: rgba(0,0,0,.9);
  border-bottom: 1px solid rgba(255,255,255,0);
  transition: .4s;
}
.nav-link{
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 20px 15px 20px 15px !important;
}
.nav-link:hover{
  background-color: #fff;
  color: #555;
}
/* END MENU */


/* BANNER HOME */
.bannerHome{
  padding-top: 200px;
  padding-bottom: 200px;

  background-image: url("../img/bgPeq01.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.bannerHome h1{
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
}
.bannerHome hr{
  border-top: 7px solid #fff;
  opacity: 1;
  width: 70px;
  margin-left: auto;
}
.bannerHome p:nth-child(3){
  width: 100%;
  max-width: 700px;
  font-size: 17px;
  margin-left: auto;
}
/* END BANNER 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,.2);
  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: #ddd; /* #ffca28;*/
  letter-spacing: 1px;
}
.boxIcons i{
  font-size: 40px;
 color: #ddd; /* #ffca28;*/
}
.boxIcons > div > div > p:nth-child(2){
  margin-top: -10px;
  margin-bottom: 0px;
}
/* END ICONS HOME */

/* QUADRADOS HOME */
.quadradosHome{
  margin-top: 180px;
  color: #ddd;
}
.quadradosHome p:first-child{
  color: #ffca28;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
}
.quadradosHome hr{
  border-top: 7px solid #ddd;
  opacity: 1;
  width: 70px;
  margin-right: auto;
}
.quadradosHome p:nth-child(3){
  font-size: 22px;
  font-weight: 200;
}
/* END QUADRADOS HOME */


/* PARALLAX */
.parallax{
  color: #eee;
  font-size: 22px;
  font-weight: 200;
  letter-spacing: 1px;
  margin-top: 200px;
  margin-bottom: 40px;
  background-image: url("../img/parallax01.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.parallax .col-12{
  background-color: rgba(20,10,0,.4);
  padding-top: 150px;
  padding-bottom: 150px;
}
.parallax p:first-child{
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
/* END PARALLAX */

/* BANNER INTERNAS */
.bannerInternas{
  padding-top: 150px;
  padding-bottom: 60px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  background-image: url("../img/bgPeq01.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/* END BANNER INTERNAS */

/* ABOUT US */
.aboutUs .sticky-top{
  padding-top: 110px;
  margin-top: -110px;
}
.aboutUs{
  padding-bottom: 50px;
}
.aboutUs img{
  border-top-left-radius: 100px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.txtAboutUs{
  font-size: 22px;
  font-weight: 300;
  color: #ddd;
}
.txtAboutUs strong{
  font-weight: 600;
  color: #ffca28;
}
.whyUs{
  margin-top: 200px;
}
.whyUs span{
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffca28;
}
.whyUs hr{
  border-top: 7px solid #fff;
  opacity: 1;
  width: 70px;
  margin-right: auto;
  margin-bottom: 50px;
}
.whyUs img{
  border-top-left-radius: 10px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* END ABOUT US */

/* SERVICES */
.services .sticky-top{
  padding-top: 110px;
  margin-top: -110px;
}
.linkServices a{
  font-size: 18px;
  font-weight: 300;
  padding-top: 5px;
  padding-bottom: 5px;
}
.linkServices{
  border-radius: 10px;
  background-color: #202020;
}
.linkServices a:hover{
  color: #ffca28;
}
.linkServices a:hover  i{
  margin-right: 7px;
}
.linkServices p{
  font-size: 22px;
  font-weight: 600;
  color: #ffca28;
}
.linkServices i{
  color: #ffca28;
  margin-right: 4px;
}
.txtServices{
  font-size: 22px;
  font-weight: 300;
  color: #ddd;
  padding-bottom: 100px;
}
.txtServices div{
  padding-top: 110px;
  margin-top: -80px;
}
.txtServices h1{
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffca28;
}

.txtServices hr{
  border-top: 7px solid #fff;
  opacity: 1;
  width: 70px;
  margin-right: auto;
  margin-bottom: 30px;
}
/* END SERVICES */

/* PORTFOLIO */
.imgsPortfolio div{
  margin-top: 50px;
}
.imgsPortfolio img{
  width: 100%;
  border-radius: 10px;
}
/* END PORTFOLIO */

/* CONTACT US */
.contactUs .sticky-top{
  padding-top: 110px;
  margin-top: -110px;
}
.contactUs img{
  border-top-left-radius: 100px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.contactUs iframe{
  border-radius: 5px;
}
.txtContactUs{
  font-size: 21px;
  font-weight: 300;
  color: #ddd;
}
.txtContactUs strong{
  font-weight: 600;
  color: #ffca28;
}
.contactUsTitle{
  margin-top: 100px;
}
.contactUsTitle span{
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffca28;
}
.contactUsTitle hr{
  border-top: 7px solid #fff;
  opacity: 1;
  width: 70px;
  margin-right: auto;
  margin-bottom: 50px;
}
.contactUsTitle img{
  border-top-left-radius: 10px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* END CONTACT US */



/* FOOTER */
.boxPDF{
  margin-top: 180px;
  border-radius: 20px;
  background-color: #444;
}
.boxPDF img{
  width: 100%;
  max-width: 100px;
}
.sessionHome{
  background-color: #292929;
  z-index: 100;
  position: relative;
}
.btnTopo{
  font-size: 45px;
  color: #777;
}
.btnTopo a:hover{
  color: #fff;
}
footer{
  font-size: 16px;
  font-weight: 200;
  color: #bbb;
  background-color: #222;
  padding-top: 50px;
  padding-bottom: 50px;
  position: sticky;
  bottom: 0;
  z-index: 1 !important;
  width: 100%;
}
.iconsFooter a{
  color: #888;
  padding: 10px;
}
.iconsFooter a:hover{
  color: #fc1;
}
.txtLink a{
  color: #bbb;
}
.txtLink a:hover{
  color: #fff;
}
/* END FOOTER */


@media (min-width: 992px) {
.bannerHome,
.bannerInternas{
  background-image: url("../img/bg01.jpg");
}
.navbar{
  background-color: rgba(0,0,0,0);
  border-bottom: 1px solid rgba(255,255,255,.4);
  padding: 0px;
}
.navbar2{
  background-color: rgba(0,0,0,.85);
  border-bottom: 1px solid rgba(255,255,255,0);
}
.nav-link{
  padding: 30px 18px 30px 18px !important;
}
.bannerHome h1{
  font-size: 50px;
}
.bannerHome p:nth-child(3){
  font-size: 20px;
}
.quadradosHome p:first-child{
  font-size: 45px;
}
.quadradosHome p:nth-child(3){
  font-size: 30px;
}
.parallax{
  font-size: 30px;
}
.boxPDF{
  height: 100px;
}
.boxPDF img{
  margin-top: -20px;
}

.bannerInternas{
  font-size: 50px;
}
.whyUs span{
  font-size: 40px;
}
.txtServices h1{
  font-size: 40px;
}
.contactUsTitle span{
  font-size: 40px;
}
.txtContactUs{
  font-size: 25px;
}

}



@media (max-width: 991px) {

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

}