* {
    margin: 0px;
    padding: 0px;
}

.container-principal {
    font-family: 'verdana';
    color: #777;
}

header {
    width: 100%;
    height: 100px;
    background-color: #fff;
    position: relative;
    top: 0;
    border: 1px solid gray;
}

.logo {
    position: absolute;
    width: 300px;
    height: auto;
}

.logo img {
    width: 90%;
    margin-left: 10%;
}

nav {
    position: absolute;
    right: 30px;
    bottom: 0px;
}

nav ul li {
    float: left;
    color: #fff;
    width: auto;
    margin: 0.8em;
    font-size: 1.5em;
    font-family: "Verdana";
    list-style: none;
}

nav ul li a {
    text-decoration: none;
    color: #bbb;
}

nav ul li a:hover {
    color: #b13030;
}

#banner {
    width: 100%;
}

#banner img {
    width: 100%;
    margin-bottom: 0;
}

.modalDialog {
    position: fixed;
    font-family: 'verdana';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(181, 9, 9, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    display: none;
}

.modalDialog:target {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

.modalDialog div {
    width: 500px;
    position: relative;
    margin: 5% auto;
    padding: 5px 20px 13px 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 10px;
    background-color: #fff;
}

.modalDialog p {
    text-align: justify;
    margin-top: 5%;
    margin-bottom: 5%;
}

.modalDialog img {
    width: 50%;
    position: relative;
    margin-left: 25%;
}

.close {
    background-color: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.close:hover {
    background-color: #b50909;
}

footer {
    width: 100%;
    height: 18%;
    background-color: #b50909;
    color: #fff;
    position: relative;
    float: left;
    font-family: 'verdana';
}

footer .footer-text {
    width: 30%;
    margin: 1%;
    position: relative;
    float: left;
}

footer .footer-text a {
    color: #fff;
}

.color-page {
    background-color: #ddd;
}

.img-titulo {
    width: 20%;
    height: auto;
    margin-bottom: 10px;
    position: relative;
    float: left;
    margin-right: 5%;
}

.img-titulo img {
    width: 90%;
    margin-left: 10%;
    margin-top: 50px;
}

#clientes-code {
    background-color: #ddd;
    width: 75%;
    position: relative;
    float: left;
    text-align: center;
}

#clientes-code .config-clientes {

    width: 40%;
    border: 1px solid #b50909;
    margin-left: 1.5%;
    padding: 1%;
    float: left;
    margin-top: 30px;
    background-color: #fff
}

#clientes-code .config-clientes img {

    width: 40%;
    padding: 10px;
}

#clientes-code .config-clientes p {
    width: 90%;
    margin-left: 5%;
    font-size: 1.2em;
    margin-bottom: 20px;
    text-align: center;
}

#clientes-code .config-clientes p a {
    color: #111;
    text-align: center;
}

#txt-contato {

    width: 100%;
    height: 100%;
    font-family: 'Verdana';
}

#txt-contato form {
    font-family: 'Verdana';
    border: 1px solid #b50909;
    border-radius: 3px;
    width: 38%;
    position: relative;
    float: left;
    background-color: #fff;
    padding: 2%;
    top: 5%;
    min-height: 400px;
}

#txt-contato form label {
    font-weight: bold;
}

#txt-contato form input {
    max-width: 100%;
    width: 99%;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
    border: solid #b50909 1px;
    padding-left: 1%;
}

#txt-contato form textarea {
    max-width: 100%;
    width: 99%;
    border: solid #b50909 1px;
    padding-left: 1%;
    min-height: 100px;
}

#txt-contato form button {
    width: 30%;
    height: auto;
    cursor: pointer;
    background-color: #b50909;
    color: #fff;
    font-size: 1.5em;
    padding: 15px 0 15px 0;
    margin-left: 35%;
    margin-top: 1%;
}

#txt-contato #conta-data {
    border: solid black 1px;
    border-radius: 3px;
    width: 26%;
    position: relative;
    float: left;
    padding: 2%;
    background-color: #b50909;
    color: #fff;
    top: 5%;
    margin-left: 1.5%;
    height: 400px;
    text-align: center;
}

#txt-contato #conta-data h3 {
    color: #fff;
    text-align: center;
}

#txt-contato #conta-data h5 {
    margin-top: 6%;
    margin-bottom: 4%;
    vertical-align: middle;
}

#txt-contato #conta-data h5 img {
    width: 50px;
}

#assin {
    text-align: center;
    font-family: "Verdana";
    font-size: 14px;
    float: center;
}

#assi {
    text-decoration: none;
    color: black;
}

#assi:hover {
    text-decoration: none;
    color: red;
}

#pe {
    background-color: #b50909;
    padding: 10px;
    text-align: center;
}



#imgpe {
    width: 250px;
    right: 50%;
    left: 50%;
    padding: 10px;
}

.links {
    text-decoration: none;
    color: white;
}

.links:hover {
    text-decoration: none;
    color: red;
}

#asdasd {
    width: 2500px;
}

#container-sobre {
    border: solid #b50909 1px;
    background-color: white;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    padding: 10px;
    width: 70%;
}

#txt-sobre {
    color: black;
    font-size: 1.2em;
    margin-right:5px;
    font-family: "Verdana";
    text-align: center;
}

#img-sobre{
    width: 350px;
}