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

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

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

body {
  background: #fff;
  color: #18345f;
  font-family: "latolight";
  margin: 0;
}

.wrapper {
  text-align: center;
}

.logo-wrap {
  margin-top: 25px;
  padding: 0 15px;
}

.line {
  background: url("../img/bg.png") no-repeat center;
  /* height: 425px; */
  height: 300px;
  font-size: 24px;
  color: #FFF;
  padding: 35px 0;
  display: grid;
  justify-content: center;
  align-items: center;
}

.description p {
  font-size: 60px;
  line-height: 1;
  font-family: "latobold";
  font-weight: bolder;
  letter-spacing: 15px;
}
.linha {
  letter-spacing: 3px;
}
.margin60 {
  margin-top: 0px;
  margin-bottom: 60px;
}
.destaqueRodape {
  background: #201e1f;
  position: relative;
  width: 100%;
  height: 80px;
}

.destaqueRodape p {
  color: #FE3230;
  font-family: "latobold";
  font-size: 30px;
  padding-top: 20px;
  margin-top: 0;
}
.rodape {
  height: 50px;
  background: #fff;
  color: #201e1f;
  font-size: 18px;
  text-align: center;
  padding-top: 30px;
  font-family: "latolight";
}
.rodape .tel,
.rodape .tel > a {
  color: #FE3230;
  font-family: "latobold";
  font-size: 24px;
  text-decoration: none;
}
@media (max-width: 655px) {
  .break {
    display: none;
  }

  .description p {
    letter-spacing: normal;
  }
}
@media (max-width: 451px) {
  .line {
    height: 200px;
  }
  .description p {
    font-size: 40px;
    letter-spacing: normal;
  }
  .destaqueRodape p {
    font-size: 22px;
  }
}

/* My Styles */
.email {
  font-family: "latobold";
  color: #201e1f;
  text-decoration: none;
  font-weight: 900;
  font-size: 18px;
}

.social-media {
  margin: 18px auto;
  max-width: 200px;
  display: flex;
  justify-content: space-around;
}

.social-media .fab {
  color: #166D83;
  background-color: #fff;
  transition: all 0.3s;
}

.social-media .fab:hover,
.email:hover {
  color: #3288a0;
  transform: scale(1.1);
}
