@font-face {
    font-family: 'CustomFont';
    src: url('IstokWeb-Regular.ttf') format('truetype');
    font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'CustomFont';
    src: url('IstokWeb-Bold.ttf') format('truetype');
    font-weight: bold;
	font-style: normal;
}

@font-face {
    font-family: 'CustomFont';
    src: url('IstokWeb-BoldItalic.ttf') format('truetype');
    font-weight: bold;
	font-style: italic;
}

@font-face {
    font-family: 'CustomFont';
    src: url('IstokWeb-Italic.ttf') format('truetype');
    font-weight: normal;
	font-style: italic;
}

html, body {
  font-family: 'CustomFont';
  height: 100%;
  margin:0;
}

td {
  font-family: 'CustomFont';
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: underline;
}

.divLogoFace {
  position: absolute;
  right: 10%;
  top: 35px;
}

.tdRepresentante {
  color: white;
  font-size: 12px;
}

.divTit {
  color: #151554;
  font-size: 18px;
}

.divTitW {
  color: white;
  font-size: 18px;
}

.divSubtit {
  color: #151554;
  font-size: 16px;
}

.tdFooter {
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  font-size: 14px;
}

.main {
  height: 280px;
  background-position: center center;
  vertical-align: top;
  padding-top: 10px;
}

.tdText {
  font-size: 10px;
  padding-right: 20px;
  color: #004B8D;
}

.homeLogo {
  padding-top: 105px;
}

.texto {
  color: '#6F7072';
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
}

.texto2 {
  color: '#6F7072';
  font-size: 12px;
  vertical-align: middle;
  line-height: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

.title {
  color: white;
  height: 20px;
  vertical-align: middle;
}

.aviso {
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  overflow:auto;

}

.divServicos {
  height: 38px;
}

.avisoTxtG {
  font-size: 24px;
}

.avisoTxtP {
  font-size: 20px;
}

.viewMobile {
  display: none;
}

@media screen and (max-width: 850px) {
  .avisoTxtG {
    font-size: 12px;
  }

  .avisoTxtP {
    font-size: 10px;
  }

  .divServicos {
    height: 50px;
	padding-top: 7px;
  }

  .viewDesk {
    display: none;
  }

  .viewMobile {
    display: block;
  }
}