/*
    +---------------------------------+
    |  nome:    aib.css               |
    |  descr:   css para webpage aib  |
    |  autor:   Luis M. Ferreira      |
    |  versao:  3                     |
    |  update:  2018-03-14            | 
    +---------------------------------+
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600|Open+Sans');

html { background-color: #FFF; } 

body { 
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  background-color: #FFF;
  max-width: 1400px;
  margin: 2px;
}

h2 { 
  font-family: 'Montserrat', sans-serif;
  font-size: 100%;
  line-height: 95%;
  padding-left: 10px;
  margin: 1.5em;
  color: #3C3C3C;
  border-left: 10px solid #1079D6;
} 

hr {
  color: #949494;
  background-color: #949494;
  height: 1px;
  border: 0;
}

/* 
   +----------+
   |  header  |
   +----------+
*/

header {
  font-family: 'Montserrat', sans-serif; 
  font-size: 25px;
  font-weight: normal;
  letter-spacing:2px;
  line-height: 70px;
  color: #949494;
  background: #FFF;
  margin-top: 5px;
}

header img {
  float: left;
  margin: 5px 15px 5px 5px;
}

/*
    +---------+
    |  index  |
    +---------+
*/

#index {
  font-family: 'Montserrat', sans-serif;
  background-color: #f6f6f6;
  margin: 0 5px 0 5px;
  width: 250px;
  border: 1px solid #949494;
  float: left; 
}  

#index h3 { 
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-style: bold;
  padding: 8px 0 5px 8px;
  margin: 0; 
  border-top: 1px solid #949494;
  color: #000;
  font-weight: bold;
}

#index ul {
  list-style-type: square;
  color: #DE1323;
  margin: 0 0 5px 0;
} 

#index li {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-decoration: none;
  padding: 5px;
}

#index a {color: #949494; margin: 0;}

#index li a:hover, li a:focus { color: #DE1323; }

#index li a {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: #949494;
}

/*
    +-------------+
    |  bloco_img  |
    +-------------+
*/

#bloco_img { 
  margin-left: auto;
  margin-right: auto;
  text-align: center;
} 

#bloco_img img {
  padding: 2px;
  margin: 5px 4px 5px 4px;
}


/*
    +-----------+
    |  content  |
    +-----------+
*/

#content { margin-left: 250px; padding: 0 2%; }

#content p {
  font-family: 'Montserrat', sans-serif;
  font-size: 75%;
  text-align: justify;
  line-height: 150%;
  margin: 0 3em 0 3em;
}

#content a, #content a:visited {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: #949494;
}
 
#content  a:hover, #content a:focus {
  text-decoration: none;
  color: #3BC2D7;
}

table {
  font-family: 'Montserrat', sans-serif; 
  border: 1px solid #949494;
  padding: 1px;
  width: 100%;
  height: 100%;
}

caption {
  color: #DE1323;
  text-align: right;
  font-size: 12px;
}

.ocup {  
  float: left;
  width: 550px;
  height: 210px;
  padding: 0 20px 20px 0;
  font-size: 10px;
}

.ocup table  {  
  table-layout: fixed;
  padding: 1px;
  font-size: 10px;
}

.ocup td {
  vertical-align: bottom;
  text-align: center;
}

.ocup td:hover { background-color: rgba(222,19,35,.4); }

.rtt {
  float: left;
  width: 350px;
  height: 210px;
  margin: 5px 0 0 0;
  font-size: 10px;
}

.rtt table {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  line-height: 10px;
}

.rtt td { padding-left: 2px; }

.rtt tr:hover td{ background-color: rgba(222,19,35,.4); }

#wrapper {
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.shad {
  box-shadow: 8px 8px 4px #A9A9A9;
  -moz-box-shadow: 8px 8px 4px #A9A9A9;
  -webkit-box-shadow: 8px 8px 4px #A9A9A9;
}

.h_caps { font-size: 130%; font-weight: bold; }

/* 
   +----------------+
   |  cores altice  |
   +----------------+
*/

.c1 { color: #094377; }
.c2 { color: #18A55B; } 
.c3 { color: #F0C020; }
.c4 { color: #DE1323; }
.c5 { color: #000; }

/* 
   +---------+
   |  tools  |
   +---------+
*/

.disclaimer {
  font-family: 'Montserrat', sans-serif;	
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  border:1px solid #AEAEAE;
  padding:5px;
  width:70%;
  font-size:90%;
}

.box-result {
  margin-left:auto;
  margin-right:auto;
  padding:5px;
  background-color:#FFF;
  width:65%;
}

.box1 {
  font-family: 'Montserrat', sans-serif;	
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  padding:5px;
  background-color:#EFEFEF;
  border:1px solid #AEAEAE;
  width:70%;
}

.box2 {
  font-family: 'Montserrat', sans-serif;	
  float:left;
  border:1px solid #AEAEAE;
  padding:5px;
  margin:5px;
}

