/* =====================================================
   Global links
   ===================================================== */

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

/* =====================================================
   Base document
   ===================================================== */

html {
  height: 100%;
}

body {
min-height: 100%;
margin: 0;
padding: 0;


font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 1.4;
font-weight: normal;
color: #000000;


background-color: #ffffff;
background-image: url(https://softyweb.es/img/logoSoftyweb-bg.png);
background-repeat: no-repeat;


/* Logo no fundo, com respiro */
background-position: center calc(100% - 40px);


/* Escala responsiva e segura */
background-size: 80%;
}

/* =====================================================
   Headings
   ===================================================== */

h1 {
  font-size: 16px;
  margin: 0 0 6px 0;
}

h3 {
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

/* =====================================================
   Images
   ===================================================== */

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

/* =====================================================
   Layout containers
   ===================================================== */

.content {
  padding-top: 30px;
  padding-bottom: 120px; /* espaço para o footer */
}

.message {
  max-width: 580px;
  margin: 0 auto 20px auto;
  text-align: center;
}

/* =====================================================
   Footer
   ===================================================== */

.contentor {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;

  padding: 10px 0;
  background: transparent;
}

.fundo {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;

  font-size: 12px;
  color: #666666;
}

/* =====================================================
   Legacy / compatibility
   ===================================================== */

.style1 {
  font-size: 10px;
}