body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1,5;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  min-height: 100%;
  position: relative
;
  padding-bottom: 3.5em;
}
html {
  height: 100%;
}
/*Global*/
.clear {
  clear: both;
  width: 5px;
}
.link1 {
  text-decoration: none;
}
.container {
  min-height: 100%;
  width: 80%;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.container2 {
  min-height: 100%;
  width: 95%;
  margin: auto;
  margin-right: 0;
  overflow: hidden;
  position: relative;
}
.container-tb {
  width: 95%;
  margin: auto;
  overflow: hidden;
  position: relative;
  display: table;
}
.table {
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
}
.widtotal {
  width: 100%;
}
.heitotal {
  height: 100%;
}
.widtotal_mob {
  width: auto;
  display: block;
}
.floleft {
  float: left;
}
.floright {
  float: right;
}
.sismenu {
  width: 33.333%;
  border-right: #364148 1px solid;
  float: left;
  transition: 0.5s;
  overflow: hidden;
  cursor: pointer;
  min-height: 150px;
  position: relative;
}
.sismenu:hover {
  background-color: #364148;
}
.sismenu a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.promo {
  width: 33.333%;
  border-right: #364148 1px solid;
  float: right;
  transition: 0.5s;
  overflow: hidden;
  cursor: pointer;
  min-height: 150px;
  position: relative;
}
.promo:hover {
  background-color: #364148;
}
.promo a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dark {
  padding: 5px 15px 15px 15px;
  background: #4c5b65;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1,9;
  overflow: auto;
}
.dark h3 {
  margin-bottom: 0px;
}
.style1 {
  color: #c90000;
  font-size: 14px;
}
.style2 {
  color: #c90000;
  font-weight: bold;
  font-size: 110%;
}
header a {
  text-decoration: none;
  color: #d40000;
  font-weight: bold;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th,
td {
  border-right: 1px solid #ddd;
  padding: 8px;
}
tr:nth-child(even) {
  background-color: #ffffff;
}
td:first-child {
  border-bottom: 1px solid #ddd;
  color: #ffffff;
  background-color: #083658;
  padding: 8px;
  width: 25%;
}
th {
  background-color: #d40000;
  color: white;
}
.botaoAssinar{
  font-weight: bold;
  cursor: pointer;
  color:#00BFFF;
}
.botaoConhecer{
  font-weight: bold;
  cursor: pointer;
  color:#DA70D6;
}
.margem10{
  line-height: 30px;
}
.tdm {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.tdv {
  background-color: red;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.row {
  display: table-row;
}
.row div {
  display: table-cell;
}
.caixa {
  border: 1px solid #ddd;
  float: left;
  width: 40%;
  margin-right: 20px;
}
.caixa p {
  padding: 0px 20px 0 20px;
}
.caixa h3 {
  color: #ffffff;
  text-align: left;
  padding: 0 20px 0 20px;
  margin-top: 0;
  background: #d40000;
}
.caixa .valor {
  font-weight: bold;
  text-align: right;
}
/* Botões */
* {
  box-sizing: border-box;
}
.button {
  display: inline-block;
  font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding: .8em 1.4em;
  padding-right: 4.7em;
  margin-right: 10px;
  background: #d40000;
  border: none;
  color: white;
  transition: .2s;
}
.button:before,
.button:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: 1.5em;
  padding-bottom: inherit;
  width: 2.8em;
  content: "\00a0";
  font-family: 'FontAwesome', sans-serif;
  font-size: 1.2em;
  text-align: center;
  transition: .2s;
  transform-origin: 50% 60%;
}
.button:before {
  background: rgba(0, 0, 0, 0.1);
}
.button:hover {
  background: #a10000;
}
.button:active,
.button:focus {
  background: #3b0000;
  outline: none;
}
.button {
  min-width: 12em;
}
.email {
  background: #d40000;
}
.email:hover {
  background: #a10000;
}
.email:active,
.email:focus {
  background: #6e0000;
}
.email:after {
  content: "\F0E0";
}
.email:hover:after {
  -webkit-animation: none;
  -webkit-transform: skew(-20deg);
  animation: none;
  transform: skew(-20deg);
  text-indent: .1em;
}
.apagador:after {
  content: "\F12D";
}
.apagador:hover:after {
  transition: 0.4s;
  opacity: 0;
}
.entrar:after {
  content: "\F090";
}
.entrar:hover:after {
  transition: 0.4s;
  transform: scale(2);
}
.separator {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  text-align: center;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #000;
}

.separator:not(:empty)::before {
  margin-right: .25em;
}

.separator:not(:empty)::after {
  margin-left: .25em;
}
@-webkit-keyframes bounceright {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(3px);
  }
}
@-webkit-keyframes wiggle {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(30deg);
  }
}
@keyframes bounceright {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(3px);
  }
}
@keyframes wiggle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(30deg);
  }
}
@keyframes biggen {
  from {
    transform: scale(2);
  }
  to {
    transform: scale(3);
  }
}
/*Cabeçalho*/
header {
  background: #083658;
  color: #ffffff;
  padding-top: 30px;
  min-height: 70px;
  border-bottom: #d40000 3px solid;
  width: 100%;
}
header a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}
header ul {
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
}
header ul li {
  float: left;
  display: inline;
  padding: 0px 5px 0 5px;
}
header #marca {
  float: left;
}
header #marca h1 {
  margin: 0;
}
header nav {
  float: right;
  margin-top: 10px;
}
header nav .burger {
  float: right;
  background-image: url('../img/burger.png');
  background-size: 40px;
}
.highlight,
header .atual a {
  color: #d40000;
  font-weight: bold;
}
header a:hover {
  color: #cccccc;
  font-weight: bold;
}
/* Showcase */
#showcase {
  min-height: 200px;
  background: url('../img/sis.png') no-repeat -50px -390px;
  background-size: 2500px;
  text-align: center;
  color: #ffffff;
}
#showcase h1 {
  margin-top: 50px;
  font-size: 35px;
  margin-bottom: 10px;
}
#showcase p.grande {
  font-size: 20px;
}
/* Anuncio */
#anuncio {
  text-align: center;
  color: #ffffff;
}
#anuncio h1 {
  margin-top: 50px;
  font-size: 35px;
  margin-bottom: 10px;
}
#anuncio p.grande {
  font-size: 20px;
}
/*Principal*/
#principal {
  font-size: 15px;
  margin-top: 20px;
  padding-bottom: 4em;
}
#faixa-principal {
  width: 100%;
}
#caixaesq {
  float: left;
  width: 45%;
}
#caixadir {
  float: right;
  width: 45%;
}

#video {
	max-width: 600px; 
}

#video h3 {
  margin: 5px 5px 10px 5px;
}
/*Hospedagem*/
#hosp-principal {
  padding-top: 100px;
  width: 80%;
  margin: auto;
}
#info-hosp {
  padding-bottom: 50px;
}
/* Sistemas */
#sistemas {
  float: none;
  width: 100%;
}
#ladoSis {
  float: left;
  width: 30%;
  margin-left: 0;
}
.centralizado {
  margin: auto;
}
.centro{text-align: center;}
.sistema {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  border: 1px #d0d0d0 solid;
  width: 300px;
  min-height: 170px;
  position: relative;
  float: left;
}
.sistema h4 {
  padding: 7px 10px;
  margin-top: 0px;
  width: 100%;
  background-color: #c90000;
  color: #fff;
  text-align: center;
}
.hzul h4 {
  background-color: #083658;
}
.sistema .mais {
  padding: 8px 15px;
  width: 100%;
  bottom: 0px;
  position: absolute;
}
.sistema .saiba {
  color: #c90000;
  font-weight: bolder;
  text-decoration: none;
}
.sistema .assinar {
  color: #c90000;
  float: right;
  text-decoration: none;
  font-weight: bolder;
  cursor: pointer;
}
/* Contato */
form input[type=text] {
  text-align: center;
}
#formContato {
  overflow: visible;
  clear: both;
  width: 100%;
  margin-top: 50px;
  padding-left: 110px;
  padding-right: 110px;
  box-sizing: border-box;
}
#formContato .contato input[type="text"],
.contato input[type="text"]:focus {
  float: left;
  box-shadow: none;
  border: 1px solid #b2b4b4;
  background-color: transparent;
  padding: 20px;
  border-radius: 3px;
  font-size: 16px;
  padding-left: 48px;
  margin-right: 7px;
  background-repeat: no-repeat;
  background-position: 15px center;
  text-align: left;
  width: 32%;
}
.contato .input_nome,
.contato .input_nome:focus {
  background-image: url(../img/user.png);
}
.contato .input_telefone,
.contato .input_telefone:focus {
  background-image: url(../img/telefone.png);
}
.contato .input_email,
.contato .input_email:focus {
  background-image: url(../img/email.png);
}
#formContato .contato textarea {
  box-shadow: none;
  width: 99%;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px;
  border-radius: 3px;
  font-size: 16px;
  padding-left: 46px;
  border: 1px solid #b2b4b4;
  background-color: transparent;
}
.contato .input_texto,
.contato .input_texto:focus {
  background-image: url(../img/texto.png);
  background-repeat: no-repeat;
  background-position: 15px 15px;
}
#formContato .contato button {
  float: right;
  min-width: 20em;
  min-height: 5em;
}
#formContato h1 {
  text-align: center;
  font-size: 25px;
}
#dadosContato2 {
  display: none;
  text-align: center;
  float: left;
  margin-top: 70px;
  margin-left: 50px;
  width: 45%;
}
#dadosContato2 p {
  text-align: left;
}
/*  Login  */
#conLog {
  width: 70%;
  margin: auto;
  text-align: center;
  color: #d0d0d0;
}
.conLog input[type="text"],
.conLog input[type="text"]:focus,
.conLog input[type="password"],
.conLog input[type="password"]:focus {
  display: block;
  clear: both;
  box-shadow: none;
  border: 1px solid #d0d0d0;
  background-color: transparent;
  padding: 20px;
  border-radius: 3px;
  font-size: 16px;
  padding-left: 48px;
  margin: 15px auto;
  background-repeat: no-repeat;
  text-align: left;
  width: 32%;
}
#conLog form .input_user,
form .input_user:focus {
  background-image: url(../img/user.png);
  background-position: 15px center;
}
#conLog form .input_pass,
form .input_pass:focus {
  background-image: url(../img/key.png);
  background-position: 15px center;
  background-size: 20px;
}
#conLog form .input_email,
form .input_email:focus {
  background-image: url(../img/email.png);
  background-position: 15px center;
}
#conLog form .input_www,
form .input_www:focus {
  background-image: url(../img/www.png);
  background-position: 5px 21px;
}
#conLog form button {
  min-width: 20em;
  min-height: 5em;
}
#conLog form textarea {
  box-shadow: none;
  width: 99%;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px;
  border-radius: 3px;
  font-size: 16px;
  padding-left: 46px;
  border: 1px solid #ffffff;
  background-color: transparent;
}
button.sanfona {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #cc0000;
  color: #fff;
  text-transform: uppercase;
  font-weight: bolder;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  text-align: center;
  border: 2px solid #990000;
  outline: none;
  transition: 0.4s;
}
button.sanfona.active,
button.sanfona:hover {
  background-color: #990000;
}
div.painel {
  padding: 0px 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  width: 100%;
}
.padDiv {
  width: 20%;
  float: left;
}
.padDiv2 {
  width: 35%;
  float: left;
}
div.painel button {
  margin-bottom: 20px;
}

 #menu-icon, .menu-btn {

    display:none;

  }

/* Rodapé */
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: #083658;
  border-top: #d40000 3px solid;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  height: 3.5em;
  clear: both;
}
footer .copyright {
  float: left;
  margin: 0;
}
footer .termos {
  float: center;
  margin: 0;
}
footer .termos a {
  text-decoration: none;
  cursor: pointer;
  color: #d40000;
}

footer h3{
  max-height: 30px;
  padding:0;
  margin:0;
}


header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

header .menu-icon .navicon:before,
header .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

header .menu-icon .navicon:before {
  top: 5px;
}

header .menu-icon .navicon:after {
  top: -5px;
}

#menu-icon {

  display: hidden;
  width: 40px;
  height: 40px;
  background: url(../img/menu-icon.png) center;

}

header .menu-btn {
  display: none;
}


header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* Media Queries*/
@media screen and (max-width: 1366px) {
  .sismenu {
    min-height: 150px;
  }
  .sismenu:hover {
    background-color: #364148;
  }
  .sismenu p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .sistema {
    margin-left: 0;
    border: 1px #d0d0d0 solid;
    width: 230px;
    min-height: 180px;
    position: relative;
    float: left;
  }
  div.painel {
    padding: 0px 10px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .padDiv {
    width: 15%;
    float: left;
  }
}

@media screen and (max-width: 768px) {

  #menu-icon {

    display:inline-block;

  }

  .menu-btn:checked ~ ul {

    display: block;
    margin-top: 55px;

  }

  .menu-btn:checked ~ #menu-icon {

    float:right;

  }

  .padDiv {
    width: 10%;
    float: left;
  }
  header {
    padding-bottom: 20px;
  }
  header nav {
    padding: 0;
    margin: 0;
  }
  header .burger {
    background: url('../img/burger.png') no-repeat 98% center;
    background-size: 40px;
    height: 40px;
    display: block;
    width: 50%;
    cursor: pointer;
    float: right;
    position: relative;
    z-index: 2;
  }
  header nav ul {
    display: none;
  }
  header nav ul.open {
    display: block;
    background-color: #505050;
    margin-top: 10px;
    padding-top: 80px;
    padding-bottom: 10px;
    position: fixed;
    right: 0;
    min-height: 100%;
    top: 10px;
    z-index: 1;
  }
  header nav ul li {
    float: none;
    margin-top: 20px;
    padding-bottom: 20px;
    display: block;
    border-bottom: 3px solid #404040;
  }
  header nav ul li:first-child {
    padding-top: 20px;
    border-top: 3px solid #404040;
  }
  header #marca {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    width: 50%;
    margin-top: 10px;
  }
  header .highlight {
    margin-top: 150px;
  }
  header .resto {
    display: none;
  }
  .container {
    width: 90%;
  }
  #marca {
    padding-left: 100px;
    text-align: center;
  }
  #caixaesq {
    width: 100%;
  }
  #caixadir {
    width: 100%;
  }
  #formContato {
    margin: 0;
    padding: 20px;
    clear: both;
  }
  #formContato .contato input[type="text"],
  .contato input[type="text"]:focus {
    float: left;
    box-shadow: none;
    border: 1px solid #b2b4b4;
    background-color: transparent;
    padding: 20px;
    border-radius: 3px;
    font-size: 16px;
    padding-left: 48px;
    margin-right: 7px;
    margin-top: 15px;
    background-repeat: no-repeat;
    background-position: 15px center;
    text-align: left;
    width: 100%;
  }
  #dadosContato2 {
    margin-top: 0px;
    clear: both;
    width: 80%;
  }
  .grupoBt {
    margin-top: 10px;
    width: 100%;
  }
  .grupoBt button {
    width: 100%;
    clear: both;
  }
  table {
    overflow: scroll;
    margin-bottom: 100px;
  }
  th,
  td {
    border-right: 1px solid #ddd;
    padding: 4px;
  }
  tr:nth-child(even) {
    background-color: #ffffff;
  }
  .widtotal_mob {
    width: 100%;
  }
  #conLog form input[type="text"],
  #conLog form input[type="text"]:focus,
  #conLog form input[type="password"],
  #conLog form input[type="password"]:focus {
    width: 92%;
  }
  .sistema {
    margin-left: 0;
    border: 1px #d0d0d0 solid;
    width: 230px;
    min-height: 170px;
    position: relative;
    float: left;
  }
  div.painel {
    padding: 0px 10px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  #sistemas {
    float: left;
    width: 100%;
  }
  #ladoSis {
    float: left;
    width: 100%;
  }

  footer{
    font-size: 13px;
    padding: 10px;
  }
}


@media (min-width: 48em) {
  header li {
    float: left;
  }
  header li a {
    padding: 20px 30px;
  }
  header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  header .menu-icon {
    display: none;
  }
}

@media screen and (max-width: 660px) {
  .padDiv {
    width: 20px;
  }
  .sismenu p {
    margin: 2px;
    font-size: 11px;
  }
}
@media screen and (max-width: 600px) {
  .padDiv {
    width: 5px;
  }
  #showcase {
    min-height: 50px;
    background: url('../img/sis.png') no-repeat -50px -390px;
    background-size: 2500px;
    text-align: center;
    color: #ffffff;
  }
  #showcase h1 {
    margin-top: 5px;
    font-size: 15px;
    margin-bottom: 10px;
    display: none;
  }
  #showcase p.grande {
    font-size: 11px;
    display: none;
  }
  .sismenu {
    min-height: 100px;
  }
  .sismenu p {
    display: none;
  }
}
@media screen and (max-width: 585px) {
  .padDiv {
    width: 0;
  }
  .sistema {
    margin-left: 140px;
  }
}
@media screen and (max-width: 500px) {
  .sistema {
    margin-left: 100px;
  }
}
@media screen and (max-width: 420px) {
  .sistema {
    margin-left: 60px;
  }
  .sismenu {
    min-height: 85px;
    text-align: center;
  }
  .sismenu h3 {
    margin-top: 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 350px) {
  .sistema {
    margin-left: 20px;
  }
}
/*# sourceMappingURL=style.css.map */