@charset "UTF-8";
@font-face {
  font-family: "latolight";
  src: url("./../basics/fontes/LatoLight.ttf") format("truetype");
}
* {
  font-family: latolight;
}

@media (max-width: 768px) {
  #header {
    background-image: url("../../../img/img_topo.png");
  }
}
@media (min-width: 769px) {
  #header {
    background-image: url("../../../img/img_topo.png");
  }
  #header #topo1 {
    /**************************************/
    /**************************************/
  }
  #header #topo1 span:nth-child(1) {
    position: relative;
  }
  #header #topo1 span:nth-child(1)::before {
    content: "";
    background-image: url(./../../../img/icones/phone-solid.svg);
    background-size: cover;
    width: 1.353125vw;
    height: 1.353125vw;
    position: absolute;
    top: -0.046875vw;
    left: -1.7822265625vw;
  }
  #header #topo1 span:nth-child(2) {
    position: relative;
  }
  #header #topo1 span:nth-child(2)::before {
    content: "";
    background-image: url(./../../../img/icones/ic_email.svg);
    background-size: cover;
    width: 1.353125vw;
    height: 1.353125vw;
    position: absolute;
    top: -0.046875vw;
    left: -1.7822265625vw;
  }
}
@media (min-width: 769px) {
  main section:nth-child(1) {
    background-image: url("./../../../img/Fundo_Sobre.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  #servicos {
    background-image: url("./../../../img/FundoServiços.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 769px) {
  #servicos {
    background-image: url("./../../../img/FundoServiços.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}/*# sourceMappingURL=detalhes.css.map */