body {
  max-width: 1424px;
  width: 100%;
  margin: auto;
  font: 14px/1.4 'Source Sans Pro', sans-serif;
  line-height: 1.42em;
  background-color:#eeecec;
}

.container th {
  background-color: #5A5A5A;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  text-align: left;
  vertical-align: middle;
}

.container td {
	  font-weight: normal;
	  font-size: 1em;
  -webkit-box-shadow: 0 2px 2px -2px #0E1119;
	   -moz-box-shadow: 0 2px 2px -2px #0E1119;
	        box-shadow: 0 2px 2px -2px #0E1119;
}

.container {
	text-align: left;
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
  display: table;
  padding: 0 0 8em 0;
}

.container td, .container th {
	padding-bottom: 5px;
	padding-top: 5px;
  padding-left: 2px;
  border: 1px solid #002A4A;
}

/* Background-color of the odd rows */
.container tr:nth-child(odd) {
    background-color: #F9DDC7;
    color: #000;
}

/* Background-color of the even rows */
.container tr:nth-child(even) {
    background-color: #F9DDC7;
    color: #000;
}


.container td:first-child { color: #000; }

/* @media (max-width: 800px) {
.container td:nth-child(4),
.container th:nth-child(4) { display: none; }
} */

.box {
  width: 100%;
  background-color: #eeecec;
  text-align: center;
  margin-top: 50px; 
}

.box h1.title {
  font-size: 120px;
  line-height: 140px;
  padding: 0 15px 0 15px;
  margin: 0 0 0 0;
  color: #000;
  font-weight: 700;
  white-space: pre-wrap;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.box h2.subtitle {
  font-size: 50px;
  line-height: 55px;
  font-weight: 300;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}

.box #search {
    background-image: url('https://www.escolavirtual.pt/themes/ev/assets/images/LivrosDigitais/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 90%;
    margin: auto;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 32px;
  }

  .box .notfound {
    font-family: 'Source Sans Pro', sans-serif;
    margin:20px 0 25px 0;
    font-size:20px;
    line-height:20px;
    text-align:center;
    display: none;
  }
  
  .box input:hover {
    cursor: pointer;
  }

  .box .notfound {
    font-family: 'Source Sans Pro', sans-serif;
    margin:20px 0 25px 0;
    font-size:20px;
    line-height:20px;
    text-align:center;
    display: none;
  }
  
  .box .totalencontrados {
    margin:20px 0 20px 0;
    font-size:20px;
    line-height:20px;
    text-align: center;
    display: none;
  }

  .box .publicacao {
    position: relative;
    display: inline-block;
  }

  .box p.publicacao {
    margin:10px 0 30px 0;
    font-size:20px;
    line-height:20px;
    text-align: center;
  }

   @media(max-width:1080px){
    /* .box h1.title {
      font-size: 80px;
      line-height: 80px;
    } */
  
    .box h2.subtitle {
      font-size: 50px;
      line-height: 50px;
    }
  }
  
  @media (max-width:800px){
    /* .box h1.title {
      font-size: 60px;
      line-height: 60px;
    } */
  
    .box h2.subtitle {
      font-size: 45px;
      line-height: 45px;
    }
  }
  
  @media (max-width:514px){
    /* .box h1.title {
      font-size: 40px;
      line-height: 40px;
    } */
  
    .box h2.subtitle {
      font-size: 40px;
      line-height: 40px;
    }
  }
  
  @media (max-width:480px){

   /*  .box h1.title {
      font-size: 30px;
      line-height: 25px;
    } */
  
    .box h2.subtitle {
      font-size: 30px;
      line-height: 30px;
    }

    .container th {
      font-size: 12px;
    }

    .container td {
    font-size: 12px;
    }

} 