
body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}
.texto1 {
 line-height : 30px;
 color:red;

}
.texto2 {
 
line-height : 40px;
  margin: 4px;
  padding: 4px;
   font-family: 'Arial', sans-serif;
}

table{
    text-align: left;
}





.texto3{

     color: #FFFFFF;
    font-family: bold;
      font-family: 'Arial', sans-serif;
      font-weight: 700;
        color: #848d95;
  font-size: 22px;
  text-decoration: none;
}

.texto4{
 
         font-family: bold;
      color: #FFFFFF;
      pointer-events:none;
    font-family: bold;
    
}


h1{
   line-height :10px;
    color: silver;
}

h4{
      line-height :2px;
    color: #D9DED4 ;

}


.titul{

  
    font-family: bold;
      font-family: 'Arial', sans-serif;
      font-weight: 700;
        color: #848d95;
  font-size: 18px;
  text-decoration: none;
}

.tituls{
float: right;
postition: relative;
margin:8px;
    font-family: bold;
      font-family: 'Arial', sans-serif;
      font-weight: 700;
        color: #848d95;
  font-size: 18px;
  text-decoration: none;
}




.justi{
    
    text-align: left;
}

.num{
 text-align: left;

}




.tas{
 text-align: left;
 background: none;
  color: red;
  text-align: justify;
}



















table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}




table th,
table td {
  padding: .325em;
 font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 13px;


}


.jus{

 text-align: left;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
    text-align: center !important;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}
.center{
    text-align: center;
}
table {
    margin: 0 auto;
}

.disabled {
    cursor: not-allowed;
    pointer-events: none;
}

input{
    margin: 4px;
}
    
.titulo{
    color: blue;
    font-family: bold;
      font-family: 'Arial', sans-serif;
      font-weight: 700;
        color: #848d95;
  font-size: 30px;
  text-align: none;
  text-align: center;
  background: silver;
}
a{
    color: blue;
    font-family: bold;
      font-family: 'Arial', sans-serif;
      font-weight: 700;
        color: #848d95;
  font-size: 22px;
  text-decoration: none;

}
 
 strong{
    color: #FFFFFF;
    font-family: bold;
    
}




.click{
  border:5px solid #ff3562;
  border-radius:40px;
  text-align:center;
  padding:10px 20px;
  position:fixed;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  color:#ff3562;
  text-decoration:none;
  cursor: pointer;
  transition: all 0.5s;
  font-family: arial;
  font-weight: bold;
  font-size: 16px;
}



 a{

text-transform:uppercase;
}
a:hover{
  color: tomato;

}

















.select-css {
    display: block;
    font-size: 16px;
    font-family: 'Verdana', sans-serif;
    font-weight: 400;
    color: #444;
    line-height: 1.3;
    padding: .4em 1.4em .3em .8em;
    width: 400px;
    max-width: 100%; 
    box-sizing: border-box;
 margin: 20px auto;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
    border-radius: .3em;
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
    display: none;
}



.h6{
  background: red;  
    
}
.select-css:hover {
    border-color: #888;
}
.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}

