.container{
font-family: "Open Sans",sans-serif;
text-align: justify;
}
strong{
font-weight: bold;
}
.imgppal img{
width: 100%;
border-top: 6px solid #a7c6a1;
border-bottom: 6px solid #a7c6a1;
}
.ether-cols-6 {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
padding: 0 5%;
}
@media (max-width: 1449px){
.ether-cols-6 {
padding: 0 2%;
}
}
@media (max-width: 991px){
.ether-cols-6 {
display: block;
padding: 0 5%;
}
}
.ether-cols-6 .ether-col {
width: 30%;
}
@media (max-width: 1449px){
.ether-cols-6 .ether-col {
width: 48%;
}
}
@media (max-width: 991px){
.ether-cols-6 .ether-col {
width: auto;
}
}
.ether-cols-6 .ether-col:nth-child(6) {
align-self: center;
-ms-align-self: center;
-webkit-align-self: center;
}
.ether-cols-6 .ether-img img {
margin-top: 105px;
width: 100%;
}
@media (max-width: 991px){
.ether-cols-6 .ether-img img {
margin-top: 10px;
}
} table {
border-bottom: 1px solid #4e6d50;
margin: 20px auto;
text-align: left;
width: 100%;
}
@media (max-width: 767px){
table {
font-size: 0.7rem;
text-align: left;
}
}
@media (max-width: 430px){
table {
font-size: 0.6rem;
}
}
.alinea tr th:first-child {
text-align: left;
}
th {
background: #69916a none repeat scroll 0 0;
color: #fff;
font-weight: bold;
padding: 5px 10px;
}
@media (max-width: 340px){
th {
padding: 5px 10px;
}
}
td {
color: #5b875d;
padding: 0 10px;
}
@media (max-width: 340px){
td {
padding: 0 5px;
}
}
tr:first-child() th {
text-align: center;
}
tr:nth-child(odd){
background: #fff;
}
tr td:nth-child(2),
tr th:nth-child(2) {
text-align: center;
}
tr td:nth-child(3),
tr th:nth-child(3) {
text-align: right;
} @media (max-width: 768px){
}
@media (max-width: 1699px){
}
@media (max-width: 1199px){
}
@media (max-width: 991px){
}