/* --------------------------------------------------------------------------------
EMPRESA
Criacao em: 01/12/14
Autor: Lidia Freitas <lidiaf@vegait.com.br>
Ultima Alteracao: 01/12/14
-------------------------------------------------------------------------------- */

html {
    width: 100%;
    height: 100%;
    margin: 0px auto;
}

* {
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
    background: url(../img/body-bg.png) center top #FFFFFF;
}

.geral {
    min-height: 100%;
    position: relative;
}

* html .geral {
    height: 100%; /* hack para IE6 que trata height como min-height */
}

h1 {
    font-size: 32px;
}

a {
    color: #00529b;
}

p {
    font-size: 16px;
    line-height: 24px;
}

li {
    font-size: 16px;
    line-height: 24px;
}

header {
    width: 100%;
    height: 210px;
    display: block;
    text-align: center;
}

.topo {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.ttl-wifi {
    width: 340px;
    margin: -1px auto;
    margin-top: -69px;
    position: relative;
    padding: 1px;
    z-index: 1;
}

.logotipo {
    display: block;
    margin: 21px auto;
}

.selo-wifi {
    width: 80px;
    height: 30px;
    display: block;
    margin: 5px auto;
}

    .selo-wifi img {
        width: 35px;
        height: auto;
        float: left;
    }

    .selo-wifi span {
        float: right;
        line-height: 34px;
        display: block;
        color: #00519F;
        font-weight: bold;
    }

.conteudo {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin-top: 50px;
}

.conteudo-1 {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.74);
    padding: 16px;
    min-height: 470px;
}

.login-form {
    width: 240px;
    height: auto;
    margin: 0px auto;
    border: 1px solid #898989;
    padding: 40px;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0px 0px 10px;
}

.seta-esquerda:before {
    content: "";
    margin-top: -12px;
    margin-left: -10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 16px solid #850018;
    position: absolute;
    -webkit-transform: scale(1.3) rotate(135deg);
    -moz-transform: scale(1.3) rotate(135deg);
    -o-transform: scale(1.3) rotate(135deg);
    transform: scale(0.5) rotate(135deg);
}

.seta-direita:before {
    content: "";
    margin-top: -12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 316px;
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 16px solid #850018;
    position: absolute;
    -webkit-transform: scale(1.3) rotate(44deg);
    -moz-transform: scale(1.3) rotate(44deg);
    -o-transform: scale(1.3) rotate(44deg);
    transform: scale(0.5) rotate(44deg);
}


.login-form label {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    padding: 0;
    font-weight: bold;
    height: 35px;
    color: #666;
}

.login-form i {
    font-size: 12px;
}

.login-form input {
    width: 100%;
    height: 40px;
    border-radius: 3px;
}

.login-form .link-senha {
    text-align: left;
    display: block;
}

.login-form .checkbox {
    width: 100%;
}

    .login-form .checkbox label {
        color: #aaa;
        font-weight: normal;
    }

        .login-form .checkbox label a {
            color: #aaa;
        }

    .login-form .checkbox input {
        border: none;
        display: none;
    }

input[type="button"],
input[type="submit"] {
    width: 100%;
    margin: 0;
    padding: 0 28px;
    display: inline-block;
    height: 40px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
    float: left;
    cursor: pointer;
    -webkit-appearance: none;
    border-color: #00519F;
    background-color: #024F98;
    color: #fff;
    border-radius: 3px;
}

input:hover[type="button"],
input:hover[type="submit"] {
    border-color: #000;
    background-color: #000;
    color: #fff;
}

.container {
    width: 80%;
    max-width: 960px;
    margin: 30px auto;
    text-align: left;
}

    .container h1 {
        margin: 20px 0;
        display: block;
    }

    .container ul {
        margin-top: 20px;
        list-style-type: disc;
        list-style-position: inside;
    }

    .container li {
        margin-bottom: 10px;
    }

    .container input[type="button"] {
        display: inline-block;
        width: auto;
        margin-top: 30px;
    }

footer {
    width: 100%;
    height: 50px;
    text-align: center;
    position: relative;
    bottom: 0;
    top: 20px;
}

/* MODAL */
.md-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    z-index: 8;
    opacity: 0.7;
    visibility: visible;
    display: none;
}

.md-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 300px;
    max-width: 630px;
    opacity: 1;
    visibility: visible;
    margin: auto;
    z-index: 99;
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 10px;
    box-shadow: 4px 4px 10px #000;
    padding: 20px;
    box-sizing: border-box;
    display: none;
}


    .md-modal .bt-fechar {
        background: #024F98;
        color: #fff;
        text-decoration: none;
        text-align: center;
        padding: 7px 10px;
        border-radius: 100%;
        position: absolute;
        right: -10px;
        top: -15px;
    }

    .md-modal h1 {
        border-bottom: 1px solid #024F98;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }


    .md-modal small {
        font-size: 14px;
        font-style: italic;
        margin-bottom: 10px;
        display: block;
    }



a.button-voltar {
    width: 184px;
    margin: 0;
    padding: 0 28px;
    display: inline-block;
    height: 40px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
    float: left;
    cursor: pointer;
    -webkit-appearance: none;
    border-color: #00519F;
    background-color: #024F98;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
}


    a.button-voltar:hover {
        border-color: #000;
        background-color: #000;
        color: #fff;
    }

li.languages {
    text-align: center;
}

footer nav ul li.languages a.PT {
    background: url('../img/brazil.png') center top no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: cover;
    margin: auto;
    margin-left: 3px;
    margin-right: 3px;
}

footer nav ul li.languages a.EN {
    background: url('../img/united-states.png') center top no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: cover;
    margin: auto;
    margin-left: 3px;
    margin-right: 3px;
}

footer nav ul li.languages a.ES {
    background: url('../img/spain.png') center top no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: cover;
    margin: auto;
    margin-left: 3px;
    margin-right: 3px;
}

/* MODAL */
@media screen and (max-width: 1200px) {
    .cont-rod {
        width: 100%;
    }

    .top-bg {
        width: 100%;
    }

    .realizacao {
        width: 100%;
    }

    .sombra {
        display: none;
    }
}


.modal {
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.78);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999;
    font-family: sans-serif;
}

    .modal .modal-error {
        position: fixed;
        background: #ddd;
        margin: auto;
        width: 251px;
        top: 50%;
        bottom: 50%;
        left: calc(50% - 9.5em);
        right: 50%;
        height: auto;
        padding: 20px;
        min-height: 300px;
    }

        .modal .modal-error .ico-fechar {
            background: #50748a;
            color: #fff;
            padding: 5px 14px;
            font-size: 28px;
            position: absolute;
            right: -7px;
            top: -22px;
            border-radius: 74px;
            height: 37px;
            line-height: 38px;
            cursor: pointer;
        }

        .modal .modal-error .btn-fechar {
            bottom: 13px;
            width: 150px;
            background: #50748a;
            padding: 10px;
            text-align: center;
            font-weight: 400;
            color: #fff;
            left: 21%;
            border-radius: 60px;
            cursor: pointer;
            margin: 50px auto;
            display: block;
        }

        .modal .modal-error ul {
            position: relative;
            top: 1em;
            color: #656565;
        }

            .modal .modal-error ul li {
                margin-top: 10px;
            }
