/* Fontes - BEGIN */
@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url("../fonts/gilroyextrabold.eot");
  src: url("../fonts/gilroyextrabold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/gilroyextrabold.otf") format("opentype"),
    url("../fonts/gilroyextrabold.svg") format("svg"),
    url("../fonts/gilroyextrabold.ttf") format("truetype"),
    url("../fonts/gilroyextrabold.woff") format("woff"),
    url("../fonts/gilroyextrabold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy-Light";
  src: url("../fonts/gilroylight.eot");
  src: url("../fonts/gilroylight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/gilroylight.otf") format("opentype"),
    url("../fonts/gilroylight.svg") format("svg"),
    url("../fonts/gilroylight.ttf") format("truetype"),
    url("../fonts/gilroylight.woff") format("woff"),
    url("../fonts/gilroylight.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ZoojaLight";
  src: url("../fonts/aerotypezoojalight.eot");
  src: url("../fonts/aerotypezoojalight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/aerotypezoojalight.otf") format("opentype"),
    url("../fonts/aerotypezoojalight.svg") format("svg"),
    url("../fonts/aerotypezoojalight.ttf") format("truetype"),
    url("../fonts/aerotypezoojalight.woff") format("woff"),
    url("../fonts/aerotypezoojalight.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* Fontes - END */

/* RODAPE - BEGIN */
.text-gilroy{
  
  font-family: 'Gilroy-Light';
  
  
}
.text-gilroy strong, .text-gilroy.bold {
  font-family: 'Gilroy-ExtraBold';
}

a.cliqueaqui {
	font-family: "Gilroy-ExtraBold";
	color: #b9d40b;
}
footer {
  width: 100%;
  background: #0d23d6;
  color: rgb(182, 182, 182);
  padding: 5px;
  font-family: 'Gilroy-Light';
}

footer .footerContent {
  justify-content: center;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  width: 75%;
  margin: auto;
  position: relative;
}

footer .icons {
	display: flex;
	height: auto;
	width: 50px;
  flex-direction: row;
  /* justify-content: space-between; */
  position: absolute;
  left: 0;

}

footer .icon {
  height: 20px;
  width: 20px;
}

footer .icon:first-child{
  margin-right: 10px;  
}

footer .icon.icon-twitter {
  background-image: url("../images/iconTwitter.png");
  background-size: 100%;
}

footer .icon.icon-insta {
  background-image: url("../images/iconInstagram.png");
  background-size: 100%;
}

footer .icon.icon-face {
  background-image: url("../images/iconFace.png");
  background-size: 100%;
}

footer .logoGrenene {
  margin-left: 10px;
  height: 14px;
  margin-top: 3px;
}
.text-blue {
  color: #0d23d6;
}

@media (max-width: 767.98px) {
  footer .footerContent {
    width: 100%;
    font-size:9px;
    align-items: baseline;
  }
  footer .logoGrenene{
    height: 8px;
    margin-top:0;
  }
  footer .icon {
    height: 13px;
    width: 13px;
  }
}
/* RODAPE - END */
