﻿    header .logo {
        display: block;
        margin: 3% 3% 3% 3%;
        margin-top: 0;
    }
    header img {
        height: auto;
        width: 15%;
        position: absolute;
        margin-left: 0;
        margin-right: 0;
        text-align: right;
        display: inline;
    }
    html, body, form {
        margin: 0;
        min-height: 100%;
        padding: 0;
        width: 100%;
        background-color: #222;
    }
body {
    font-family: helvetica, sans-serif;
    color: #cbcbcb;
    /*   font-size: 1em;
    line-height: 1.5em;*/
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 300;
    /*font-weight: 300;*/
}
    h1 {
        font-family: helvetica, sans-serif;
        font-size: 1.8em;
        text-transform: uppercase;
        margin-top: 8%;
        margin-bottom: 1%;
        color: #94c11f;
        padding-top: 3px;
        line-height: 1.2em;
        font-weight: 400;
    }
    h2, h3 {
        text-transform: uppercase;
        color: #fff;
        margin: 0;
        z-index: 9999;
        font-weight: 400;
    }
    h2 {
        font-size: 1.2em;
        font-weight:700;
        margin-top:3em;
    }
    h3 {
        font-size: 1.4em;
        margin-top: 1.8em;
    }
    h4 {
        font-size: 1.2em;
        line-height: 1.3em;
        padding: 10px 0;
        font-weight: 300;
    }

    h5 {
        font-size: 1.2em;
        line-height: 1.3em;
        padding: 10px 0;
        font-weight:300;
    }
    strong {
        font-weight: 500;
    }
    .padd {
        padding: 0 0 0 25px;
    }
    .footer {
        font-size: 0.9em;
    }
    a {
        /*display: block;*/
        /*font-size: 1.1em;*/
        text-decoration: underline;
        outline: none;
        color: #94c11f;
        transition: all 0.1s linear 0s;
        -ms-transition: all 0.1s linear 0s;
        -o-transition: all 0.1s linear 0s;
        -moz-transition: all 0.1s linear 0s;
        -webkit-transition: all 0.1s linear 0s;
    }
    nav a {
        text-decoration: none!important;
    }
    a h2 {
        color: #94c11f;
    }
    a:hover,a.selected,a.focus, a h2:hover, a h2:focus {
	    color:#fff;
	    text-shadow: 1px 1px 1px #808080;
	    transition: all 0.3s linear 0s;
	    -ms-transition: all 0.3s linear 0s;
	    -o-transition: all 0.3s linear 0s;
	    -moz-transition: all 0.3s linear 0s;
	    -webkit-transition: all 0.3s linear 0s;
    }
    .container.bo .boxLogo img{
        height:auto;
        width:10%;
        position:absolute;
        margin-left:0;
        margin-right:0;
    }
    .container {
        bottom: 0;
	    height: 100%;
	    left: 0;
	    margin: auto;
	    overflow: hidden;
	    position: relative;
	    right: 0;
	    top: 0;
	    -ms-transition:all 0.3s ease 0s;
	    -o-transition:all 0.3s ease 0s;
	    -moz-transition:all 0.3s ease 0s;
	    -webkit-transition:all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
	    z-index: 200;
	    /*width:93.75%;960px é o default 90% de 960  */
	    width:100%;
    }
    .innerHolder {
        bottom: 0;
        display: inline-block;
        height: 100%;
        left: 0;
        margin:10% 3% 3% 3%;
        position: relative;
        right: 0;
        top: 0;
        width: 93.75%;
        -ms-transition: all 0.3s ease 1s;
        -o-transition: all 0.3s ease 1s;
        -moz-transition: all 0.3s ease 1s;
        -webkit-transition: all 0.3s ease 1s;
        transition: all 0.3s ease 1s;
    }
    .innerHolder div {
        width:45%;
        margin: 0 auto;
        padding:3px;
        position:relative;
     }
    .innerHolder span {
        display:inline-block;
    }
    .boxNav {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999999;
        display: block;
        width: 100%;
        -webkit-transition: background 0.3s, top 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        transition: background 0.3s, top 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        transition: background 0.3s, top 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        transition: background 0.3s, top 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        background-color: #000;
        min-height: 120px;
    }
    nav {
	    float: right;
	    list-style: none;
	    padding: 0;
	    margin: 0 0 0 0;
	    display: block;
	    width: 80%;
    }
    ol, ul {
	    list-style: circle;
    }
    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: block;
        float: right;
    }
     nav ul li {
	    display: inline-block;
	    margin: 0 0 0 0.9em;
	    width: auto;
	    opacity: 1;
	    border: 1px solid #000;
	    font-size: 0.8em;
    }
    li.last {
        margin: 0 0.9em 0 0.9em;
    }
    nav ul li:hover, nav ul li.selected {
	    border-bottom: 1px solid #b4f115;
	    -webkit-transition: opacity 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
	    transition: opacity 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
	    transition: opacity 0.2s 0.1s, transform 0.2s 0.1s;
	    transition: opacity 0.2s 0.1s, transform 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
    }
    nav ul li:nth-child(2) {
	    -webkit-transition: opacity 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
	    transition: opacity 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
	    transition: opacity 0.2s 0.1s, transform 0.2s 0.1s;
	    transition: opacity 0.2s 0.1s, transform 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
    }
    nav ul li a, nav ul li span {
	    text-transform: uppercase;
        padding: 0.5em 0.1em; 
	    margin: 0;
	    position: relative;
	    -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	    transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        display: block;
    }
    img {
        height: auto;
        width: 100%;
        position: relative;
        margin-left: 0;
        margin-right: 0;
        text-align: right;
        display: block;
    }
    table {
        text-align: left;
        border-collapse: collapse;
        width:100%;
    }
    table tr {
        border-bottom: 1px solid #fff;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        cursor: default;
    }
    table th {
        background-color:#646464;
        font-size:0.7em;
        padding: 6px;
        text-transform:uppercase;
        color:#fff;
    }
    table td {
	    font-size: 0.8em;
	    background: #8e8d8d;
	    border-top: 1px solid #fff;
	    /*color: #5f5f82;*/
	    padding: 1px 6px;
	    margin: 0;
	    text-transform: lowercase;
	    -ms-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -webkit-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
    }
    table tr td:hover {
        background: #000;
        border-top: 1px solid #669;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
      tr td:hover {
        border-top: 1px solid #669;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
     @media screen and (max-width: 2024px) {
               /*.innerHolder div {
                width:35%;
            }*/
                 .innerHolder {
                margin: 10% 3% 3% 3%!important;
            }
     }
/*////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////*/
    @media screen and (max-width: 1000px) {
           .innerHolder div {
            width:60%;
        }
        .innerHolder {
            margin: 25% 3% 3% 3%!important;
        }
     
    }
/*///////////////////////////////////////////////////////////////////////////////////*/
    @media screen and (max-width: 800px) {
           .innerHolder div {
            width:70%;
        }
           .innerHolder {
            margin: 35% 3% 3% 3%!important;
        }
        header img {
            width: 20%;
        }
    }
/*////////////////////////////////////////////////////////////////////////////////////*/
    @media screen and (max-width: 550px) {
        .innerHolder div {
            width:80%;
            /*margin:5%;*/
        }
        .innerHolder {
            margin:45% 3% 3% 3%!important;
             /*max-width:80%;*/
             
        }

        .navTop ul li a {
            margin-top: 0;
        }
  }
/*////////////////////////////////////////////////////////////////////////////////////*/
    @media screen and (max-width: 350px) 
    {
            .innerHolder {
                margin:50% 3% 3% 3%!important;
                /*max-width:80%;*/
            }
    }
/*////////////////////////////////////////////////////////////////////////////////////*/