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

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

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

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

.wrapper {
  text-align: center;
}

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

.line {
  background: url("images/bg_fundo.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: "latolight";
  letter-spacing: 15px;
}
.linha {
  letter-spacing: 3px;
}
.margin60 {
  margin-top: 0px;
  margin-bottom: 60px;
}
.destaqueRodape {
  background: #201e1f;
  position: relative;
  width: 100%;
  height: 120px;
}
.destaqueRodape::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -50%;
  margin-left: -50px;
  margin-bottom: 13px;
  width: 101px;
  height: 97px;
  background: url("images/logo-rodape.png") no-repeat;
}
.destaqueRodape p {
  color: #54b0ca;
  font-family: "latoblack";
  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: "latoregular";
}
.rodape .tel,
.rodape .tel > a {
  color: #54b0ca;
  font-family: "latoblack";
  font-size: 20px;
  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 {
  color: #201e1f;
  text-decoration: none;
}

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

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

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