<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;500;600&amp;family=Oswald&amp;family=Poppins:wght@200;300;400&amp;display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

header {
  height: 100vh;
  background-image: url(../IMG/PROVEDOR-AZUL.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
header .header {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 25px;
}
header .header .logo img {
  cursor: pointer;
}
header .header .menu a {
  text-decoration: none;
  font-family: "Montserrat", "Oswald", "Poppins", "Helvetica", Verdana, Arial;
  color: white;
  font-size: 12px;
  margin: 2px 10px 2px 10px;
}
header .header #btn {
  padding: 10px;
  margin: 5px;
  background-color: #8c5c03;
  border-radius: 8px;
  transition: 0.5s;
}
header .header #btn:hover {
  background-color: #926106;
}

span {
  color: orange;
  text-transform: uppercase;
}

#pri {
  position: relative;
  top: -355px;
  left: 5px;
  font-size: 25px;
  font-family: "Montserrat", "Oswald", "Poppins", "Helvetica", Verdana, Arial;
  color: white;
  text-align: center;
  height: 0px;
  width: 100%;
}

#plano {
  position: relative;
  top: -200px;
  left: 0px;
  font-family: "Montserrat", "Oswald", "Poppins", "Helvetica", Verdana, Arial;
  text-align: center;
  background-color: #c18922;
  width: 305px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 20px;
  padding: 25px 15px 25px 15px;
  color: white;
  margin: auto;
  cursor: pointer;
  transition: 0.5s;
}
#plano h3 a {
  text-decoration: none;
  color: white;
}
#plano:hover {
  transform: translateY(-5px);
  background-color: #fcb655;
}

.container {
  height: 100vh;
  background-color: #242424;
  margin-top: -80px;
}
.container #empresa {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  padding-top: 35px;
}
.container #empresa #imagem img {
  width: 550px;
  border-radius: 100%;
}
.container #empresa #texto {
  font-family: "Montserrat", "Oswald", "Poppins", "Helvetica", Verdana, Arial;
  width: 500px;
  margin-left: -155px;
  text-align: left;
  color: white;
}
.container #empresa #texto h1 {
  color: orange;
}

.container-2 {
  height: 100vh;
  margin: auto;
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #191919;
}
.container-2 #servicos {
  font-family: "Montserrat", "Oswald", "Poppins", "Helvetica", Verdana, Arial;
  text-align: center;
  padding: 50px;
}
.container-2 #servicos h1 {
  font-size: 55px;
  color: orange;
}
.container-2 #servicos h3 {
  width: 450px;
  margin: auto;
  padding: 15px;
}
.container-2 .sub-servicos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
  align-items: center;
  font-family: "Montserrat", "Oswald", "Poppins", "Helvetica", Verdana, Arial;
}
.container-2 .sub-servicos .mais {
  max-width: 355px;
  text-align: center;
  padding: 25px 0px 0px 0px;
}
.container-2 .sub-servicos .mais img {
  margin-bottom: 15px;
}
.container-2 .sub-servicos .mais h2 {
  color: rgb(14, 101, 159);
  font-size: 1rem;
  margin-bottom: 5px;
}
.container-2 .sub-servicos .mais h3 {
  font-size: 0.9rem;
}

.container-3 {
  background-color: #202020;
  height: 100vh;
}
.container-3 #text {
  text-align: center;
  font-family: "Montserrat", "Oswald", "Poppins", "Helvetica", Verdana, Arial;
  padding-top: 20px;
}
.container-3 #text h1 {
  color: orange;
  font-size: 55px;
}
.container-3 #text h3 {
  color: white;
  font-size: 15px;
}
.container-3 #cards {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.container-3 #cards #card {
  border-radius: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #242424;
  color: white;
  font-family: "Montserrat", "Oswald", "Poppins", "Helvetica", Verdana, Arial;
  width: 350px;
  margin-top: 25px;
  border-bottom: 5px solid rgb(5, 8, 239);
}
.container-3 #cards #card h1 {
  background-color: blue;
  border-radius: 8px 8px 0px 0px;
  text-align: center;
  padding: 20px 55px 20px 55px;
}
.container-3 #cards #card ul {
  padding-left: 25px;
}
.container-3 #cards #card .list ul li {
  list-style: none;
  padding: 15px 0px 15px 0px;
}
.container-3 #cards #card .item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.container-3 #cards #card .item img {
  margin-right: 8px;
}
.container-3 #cards #card .link {
  background-color: orange;
  padding: 15px 5px 15px 5px;
  text-align: center;
  width: 150px;
  border-radius: 50px;
  margin-bottom: 15px;
  margin-left: 95px;
}
.container-3 #cards #card .link a {
  text-decoration: none;
  color: white;
  text-align: center;
}

.container-4 {
  background-color: #202020;
}
.container-4 #text {
  text-align: center;
  font-family: "Montserrat", "Oswald", "Poppins", "Helvetica", Verdana, Arial;
  padding-top: 20px;
}
.container-4 #text h1 {
  color: orange;
  font-size: 55px;
}
.container-4 #text h3 {
  color: white;
  font-size: 15px;
}
.container-4 #cards {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.container-4 #cards #card {
  border-radius: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #242424;
  color: white;
  font-family: "Montserrat", "Oswald", "Poppins", "Helvetica", Verdana, Arial;
  width: 350px;
  margin-top: 25px;
  border-bottom: 5px solid rgb(173, 127, 0);
}
.container-4 #cards #card h1 {
  background-color: rgb(164, 103, 28);
  border-radius: 8px 8px 0px 0px;
  text-align: center;
  padding: 20px 55px 20px 55px;
}
.container-4 #cards #card ul {
  padding: 1rem;
}
.container-4 #cards #card .list ul li {
  list-style: none;
  padding: 15px 0px 15px 0px;
}
.container-4 #cards #card .item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.container-4 #cards #card .item img {
  margin-right: 8px;
}
.container-4 #cards #card .link {
  background-color: orange;
  padding: 15px 5px 15px 5px;
  text-align: center;
  width: 150px;
  border-radius: 50px;
  margin-bottom: 15px;
  margin-left: 95px;
}
.container-4 #cards #card .link a {
  text-decoration: none;
  color: white;
  text-align: center;
}

#infos {
  background-color: #110645;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 15px;
}
#infos #client {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px;
  font-family: "Montserrat", "Oswald", "Poppins", "Helvetica", Verdana, Arial;
  color: white;
}
#infos #client #info-client {
  padding: 5px;
  margin: 5px;
}

#area-cobertura {
  height: 100vh;
  background-color: #191919;
  background-image: url(../IMG/fundo.png);
  font-family: "Montserrat", "Oswald", "Poppins", "Helvetica", Verdana, Arial;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#area-cobertura #map {
  margin: 1rem;
}
#area-cobertura #cobertura-header h1 {
  color: orange;
  padding: 10px;
  text-align: center;
}
#area-cobertura #cobertura-header p {
  color: rgb(0, 119, 255);
  padding: 5px;
  text-align: center;
}
#area-cobertura #aviso {
  color: rgb(157, 84, 84);
  width: 350px;
  position: relative;
  top: -15px;
  text-align: center;
  left: 495px;
}

.contato {
  color: white;
  font-family: "Montserrat", "Oswald", "Poppins", "Helvetica", Verdana, Arial;
  background-image: url(../IMG/ANTENDENTE.png);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  height: 100vh;
}
.contato #campos {
  margin-left: 750px;
}
.contato h1 {
  text-align: center;
  padding: 20px;
}
.contato form {
  max-width: 400px;
  height: 500px;
  margin: 0 auto;
  padding: 20px;
  background-color: #0b2551;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.contato label {
  display: block;
  margin-bottom: 10px;
}
.contato input {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  outline: none;
  border: 0px;
  border: none;
  background-color: #526e9a;
  color: #ffffff;
}
.contato ::-moz-placeholder {
  color: rgb(255, 255, 255);
}
.contato ::placeholder {
  color: rgb(255, 255, 255);
}
.contato button[type=submit] {
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 15px;
  border-radius: 5px;
  border: none;
  background-color: #fff;
  color: #2D3748;
  font-weight: bold;
  cursor: pointer;
}
.contato .img {
  margin-top: 55px;
  margin-left: 55px;
}

footer {
  margin: auto;
  height: 100vh;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: white;
  font-family: "Montserrat", "Oswald", "Poppins", "Helvetica", Verdana, Arial;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../IMG/rm373batch2-04.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 2rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
footer a {
  text-align: none;
  color: white;
  text-decoration: none;
}
footer article {
  margin: 3.5rem;
}
footer article ul {
  list-style: none;
}
footer article ul li {
  padding-top: 10px;
  padding-bottom: 5px;
}
footer article ul a {
  color: white;
  text-decoration: none;
}
footer article ul a:hover {
  color: orange;
}
footer article img {
  padding-top: 1rem;
  margin-right: 5px;
  filter: grayscale(2);
  transition: 0.5s ease-in-out;
}
footer article img:hover {
  filter: grayscale(0);
}
footer article p {
  width: 350px;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer article #info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: auto;
}
footer article #info p {
  margin-top: 15px;
  margin-left: 5px;
}
footer article #info img {
  filter: invert(1);
}

@media screen and (max-width: 1920px) {
  #pri {
    position: relative;
    top: -555px;
    filter: drop-shadow(1px 2px 15px black);
  }
  #plano {
    position: relative;
    top: -425px;
  }
  .container #empresa #imagem {
    padding-top: 7rem;
  }
  .container #empresa #texto {
    width: 800px;
    padding-top: 7rem;
    font-size: 20px;
    line-height: 35px;
  }
  .container #empresa #texto h1 {
    padding-bottom: 1.5rem;
  }
  .container-2 #servicos {
    padding-top: 9.5rem;
  }
  .container-2 .sub-servicos {
    padding-top: 4rem;
  }
  .container-2 .sub-servicos .mais {
    width: 955px;
  }
  .container-2 .sub-servicos .mais h2 {
    font-size: 25px;
    padding-bottom: 1.2rem;
  }
  .container-3 #text {
    padding-top: 4.5rem;
  }
  .container-3 #cards {
    padding-top: 4.5rem;
  }
  #area-cobertura {
    height: 100vh;
    background-size: cover;
    background-position: center;
  }
  #area-cobertura #cobertura-header {
    padding-top: 5rem;
  }
  .contato #campos {
    position: relative;
    left: 155px;
    top: 55px;
  }
  .contato #campos form {
    height: 700px;
  }
  footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
  footer article {
    width: 450px;
  }
}
@media screen and (max-width: 414px) {
  .header .menu {
    display: none;
  }
  #pri {
    position: relative;
    top: -555px;
    left: -2px;
  }
  #pri h1 {
    font-size: 35px;
    padding-bottom: 15px;
  }
  #pri h3 {
    font-size: 25px;
    width: 400px;
    margin: auto;
  }
  #plano {
    position: relative;
    left: 1px;
    top: -305px;
  }
  .container #empresa #imagem {
    display: none;
  }
  .container #empresa #texto {
    height: auto;
    padding: 0;
    margin: auto;
    text-align: center;
    width: 350px;
  }
  .container #empresa #texto h1 {
    padding: 0;
    margin: 0 0 1rem 0;
  }
  .container #empresa #texto h3 {
    font-size: 20px;
  }
  .container-2 {
    height: auto;
  }
  .container-2 #servicos {
    margin: auto;
    width: 350px;
    text-align: center;
    padding: 15px 0 0 0;
  }
  .container-2 #servicos h1, .container-2 #servicos h3 {
    margin: 0;
    padding: 0;
  }
  .container-2 #servicos h3 {
    width: 350px;
  }
  .container-2 .sub-servicos {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1rem;
  }
  .container-2 .sub-servicos .mais {
    padding-top: 0;
    margin: 1rem;
  }
  .container-2 .sub-servicos .mais h2 {
    font-size: 15px;
    padding-bottom: 5px;
  }
  .container-2 .sub-servicos .mais h3 {
    font-size: 14.5px;
  }
  .container-2 .sub-servicos .mais:nth-child(3) {
    margin-bottom: 2rem;
  }
  .container-3 {
    height: auto;
  }
  .container-3 #text {
    margin: auto;
    padding: 0;
    width: 400px;
    text-align: center;
  }
  .container-3 #text h1 {
    padding-bottom: 1rem;
  }
  .container-3 #text h3 {
    width: 350px;
    margin: auto;
    text-align: center;
  }
  .container-3 #cards {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 0;
    margin-top: 0;
  }
  .container-3 #cards #card:nth-child(3) {
    margin-bottom: 1.5rem;
  }
  .container-4 #cards {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #infos {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
  #infos #client {
    position: relative;
    left: 85px;
    max-width: 250px;
  }
  #area-cobertura {
    margin: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #area-cobertura #map {
    margin: auto;
    display: flex;
    justify-content: center;
    width: 350px;
  }
  .contato {
    height: auto;
    width: 414px;
    margin: auto;
  }
  .contato #campos {
    width: 355px;
    margin: auto;
    position: relative;
    left: -22px;
    top: -35px;
    padding-top: 100px;
  }
  .contato #campos h1 {
    text-align: center;
    position: relative;
    left: 25px;
  }
  .contato #campos form {
    width: 413px;
    margin: auto;
  }
  .contato #campos form .img {
    margin-top: 125px;
    margin-left: 55px;
  }
  footer {
    display: none;
  }
}
@media screen and (max-width: 390px) {
  header {
    height: 100vh;
  }
  #pri {
    position: absolute;
    top: 250px;
    left: -6px;
    margin: auto;
    text-align: center;
  }
  #pri h1 {
    position: relative;
    left: 9px;
  }
  #pri h3 {
    font-size: 15px;
  }
  #plano {
    position: relative;
    top: -205px;
    left: 3px;
  }
  #cobertura-header {
    position: relative;
    left: -2px;
    top: 50px;
  }
  #area-cobertura #cobertura-header {
    margin: 0;
    padding: 0;
  }
  #area-cobertura details {
    margin: 0;
    padding: 5px;
    position: relative;
    left: 4.5px;
    top: 95px;
  }
  #area-cobertura details summary {
    padding-top: 5px;
    padding-left: 5px;
  }
  #area-cobertura #aviso {
    position: relative;
    left: 4.5px;
    top: 205px;
  }
  .contato {
    height: 100vh;
  }
  .contato #campos {
    width: 335px;
    position: relative;
    left: -32px;
  }
  .contato #campos form {
    width: 375px;
    height: 555px;
  }
  .contato #campos form img {
    margin-top: -35px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 375px) {
  #pri {
    position: absolute;
    left: 5px;
    max-width: 350px;
  }
  #pri h3 {
    max-width: 315px;
  }
  #plano {
    position: relative;
    top: -195px;
    left: -2px;
  }
  .container #empresa #texto {
    margin-top: -15px;
  }
  .container-3 {
    height: auto;
    margin: auto;
  }
  .container-3 #text {
    margin: auto;
    position: relative;
    left: -2px;
    padding-top: 1rem;
    max-width: 350px;
  }
  .container-3 #text h1 {
    font-size: 40px;
  }
  .container-3 #cards #card {
    max-width: 350px;
  }
  .container-4 {
    height: auto;
  }
  .container-4 #text h1 {
    font-size: 50px;
  }
  #infos #client {
    position: relative;
    left: 65px;
  }
  #area-cobertura #cobertura-header {
    margin-top: -25px;
    padding: 0;
  }
  #area-cobertura #cobertura-header h1 {
    padding: 0;
  }
  #area-cobertura #cobertura-header p {
    padding: 0;
  }
  #area-cobertura #map {
    position: relative;
    left: -10.5px;
    width: 365px;
    padding-bottom: 2rem;
  }
  .contato {
    height: 750px;
  }
  .contato #campos {
    margin-top: -85px;
    width: 335px;
    position: relative;
    left: -33.5px;
  }
  .contato #campos h1 {
    margin-top: -35px;
    position: relative;
    left: 15.5px;
  }
  .contato #campos form {
    width: 365px;
  }
}
@media screen and (max-width: 320px) {
  body {
    overflow: hidden;
  }
  #pri {
    position: relative;
    top: -355px;
    left: 2px;
    width: 300px;
    margin: auto;
  }
  #pri h1 {
    font-size: 15px;
    padding-bottom: 5px;
    text-align: center;
    position: relative;
    left: -3px;
  }
  #pri h3 {
    font-size: 15px;
    max-width: 300px;
    margin: auto;
    text-align: center;
  }
  #plano {
    position: relative;
    top: -155px;
    width: 200px;
    font-size: 15px;
  }
  #emp #empresa #imagem {
    display: none;
  }
  #emp #empresa #texto {
    max-width: 300px;
    font-size: 15px;
    margin-top: -125px;
  }
  .container-2 {
    height: 935px;
  }
  .container-2 #servicos {
    max-width: 300px;
  }
  .container-2 #servicos h1 {
    font-size: 35px;
    padding-bottom: 15px;
  }
  .container-2 #servicos h3 {
    font-size: 15px;
    width: 300px;
  }
  .container-2 .mais h3 {
    max-width: 290px;
    margin: auto;
  }
  .container-3 #text {
    position: relative;
    left: -42px;
  }
  .container-3 #text h1 {
    font-size: 25px;
  }
  .container-3 #text h3 {
    max-width: 300px;
    font-size: 15px;
  }
  .container-3 #cards {
    max-width: 300px;
  }
  .container-3 #cards #card {
    width: 295px;
  }
  .container-3 #cards #card #link {
    margin: 5px 5px 15px 65px;
  }
  .container-4 #text {
    max-width: 300px;
    margin: auto;
  }
  .container-4 #text h1 {
    font-size: 25px;
  }
  .container-4 #text h3 {
    font-size: 15px;
  }
  .container-4 #cards {
    max-width: 290px;
    margin: auto;
  }
  .container-4 #cards #card {
    max-width: 290px;
  }
  .container-4 #cards #card #link {
    margin: 5px 5px 15px 65px;
  }
  #infos #client {
    position: relative;
    left: 33px;
  }
  #area-cobertura {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  #area-cobertura #cobertura-header {
    padding: 0;
    margin: 0;
    max-width: 315px;
  }
  #area-cobertura #cobertura-header h1 {
    font-size: 25px;
  }
  #area-cobertura #cobertura-header p {
    padding-bottom: 15px;
  }
  #area-cobertura #map {
    max-width: 300px;
    position: relative;
    top: 55px;
    left: -5.5px;
  }
  .contato {
    height: 800px;
  }
  .contato #campos {
    padding-top: 255px;
  }
  .contato #campos h1 {
    font-size: 25px;
  }
  .contato #campos form {
    max-width: 300px;
    height: 455px;
  }
  .contato #campos form .img {
    position: relative;
    left: -29px;
    top: -25px;
  }
}/*# sourceMappingURL=index.css.map */</pre></body></html>