@font-face {
    font-family: 'colaborate-regularregular';
    src: url("../fonts/ColabReg-webfont.eot");
    src: url("../fonts/ColabReg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ColabReg-webfont.woff") format("woff"), url("../fonts/ColabReg-webfont.ttf") format("truetype"), url("../fonts/ColabReg-webfont.svg#colaborate-regularregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'colaborate-boldregular';
    src: url("../fonts/ColabBol-webfont.eot");
    src: url("../fonts/ColabBol-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ColabBol-webfont.woff") format("woff"), url("../fonts/ColabBol-webfont.ttf") format("truetype"), url("../fonts/ColabBol-webfont.svg#colaborate-boldregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'colaboratelightregular';
    src: url("../fonts/ColabLig-webfont.eot");
    src: url("../fonts/ColabLig-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ColabLig-webfont.woff") format("woff"), url("../fonts/ColabLig-webfont.ttf") format("truetype"), url("../fonts/ColabLig-webfont.svg#colaboratelightregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 62.5%;
}

body {
    margin: 0 0 55px 0;
    padding: 0;
    font-family: 'colaboratelightregular';
    font-size: 100%;
    font-size: 1.6rem;
    color: #414141;
}

a {
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
    }

header {
    background: #FFFFFF;
    width: 100%;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    padding: 5px 0;
    position: relative;
    z-index: 999;
}

header.paginaUnica p{
    padding: 0px;
}

header.paginaUnica p a.menu{
    display: none;
}

    header p {
        padding: 10px;
        max-width: 960px;
        margin: 0 auto;
        text-align: right;
        font-size: 1.5rem;
    }

        header p a {
            font-family: "colaborate-boldregular";
            color: #414141;
            cursor: pointer;
            font-size: 18px;
        }

            header p a.menu {
                float: left;
                text-transform: uppercase;
            }

                header p a.menu:hover {
                    text-decoration: none;
                    color: #ff6600;
                }

                header p a.menu i {
                    vertical-align: text-top;
                }

.menu-conteudo {
    position: fixed;
    background: #414141;
    height: 100%;
    top: 0;
    left: -300px;
    z-index: 9999;
    width: 300px;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    overflow-y: auto;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

    .menu-conteudo a.fecharMenu {
        background: #ff6600;
        width: 100%;
        display: inline-block;
        padding: 10px 15px;
        color: #FFFFFF;
        text-align: right;
        font-size: 2rem;
    }

        .menu-conteudo a.fecharMenu i {
            vertical-align: text-top;
        }

    .menu-conteudo li a {
        color: #FFFFFF;
        border-bottom: 1px solid #5a5a5a;
        width: 100%;
        display: inline-block;
        padding: 10px 20px;
        text-decoration: none;
        font-size: 1.8rem;
    }

        .menu-conteudo li a:hover {
            background: #5a5a5a;
        }

    .menu-conteudo.abre {
        left: 0;
    }

.destaque {
    background: #ff6600;
    border-bottom: 10px solid #ff6600;
}

    .destaque img {
        width: 100%;
        max-width: 100%;
        /*max-height: 400px;*/
        /*opacity: .93; Película sobre a imagem*/
        background: #ff6600;
    }

    .destaque .texto {
        position: relative;
        max-width: 960px;
        margin: 0 auto;
    }

        .destaque .texto .conteudo {
            position: absolute;
            z-index: 998;
            right: 0;
            top: 0;
            opacity: .88;
            width: auto;
            max-width: 400px;
            box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
            background: #ff6600;
            display: inline-block;
        }

            .destaque .texto .conteudo h3 {
                color: #FFFFFF;
                font-size: 2rem;
                margin: 0;
                /*opacity: 2;*/
                padding: 30px 30px;
                text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
            }

                .destaque .texto .conteudo h1 b {
                    font-family: "colaborate-boldregular";
                    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
                    display: block;
                }

            .destaque .texto .conteudo a {
                color: #FFFFFF;
                width: 100%;
                background: #414141;
                margin: 0;
                width: 100%;
                padding: 20px 25px;
                display: inline-block;
                width: 100%;
                box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2) inset;
                font-size: 2.2rem;
            }

                .destaque .texto .conteudo a i {
                    vertical-align: text-top;
                    font-size: 2rem;
                }

                .destaque .texto .conteudo a:hover {
                    background: #2d2d2d;
                    text-decoration: none;
                    transition: all .2s linear;
                }

.geral {
    max-width: 1120px;
    margin: 0 auto;
}

    .geral h2 {
        color: #ff6600;
        margin: 30px 15px 20px 15px;
    }

    .geral h3 {
        margin: 10px 0;
        font-size: 1.8rem;
        font-family: "colaborate-boldregular";
    }

    .geral img {
        margin: 10px 0;
        display: inline-block;
    }
    .geral p 
    {
         text-align: justify;
    }

    .bootstrap-dialog .bootstrap-dialog-message
    {
        
        font-size: 16px !important;
        
    }

    .bootstrap-dialog img
    {
        margin-bottom: 15px;
    }

    #infContatos hr {
    height: 3px;
    background-color: #fff;
    color: #fff;
}

#infContatos p {
    line-height: none;
    font-size: 1.0em;
    margin: 0px;
    padding: 0px;
}

#infContatos {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    #infContatos div {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

        #infContatos div:nth-child(2) {
            margin-left: 5%;
        }


    .redesSociais a {
    display: inline-block;
    font-family: 'colaborate-boldregular';
    /*border: 3px solid #fff;*/
    /*color: #fff;*/
    /*border-radius: 13px;*/
    /*padding: 10px 15px;*/
    /*margin: 5px 5px;*/
    text-align: center;
    cursor: pointer;
}

    /*.redesSociais a:hover {
        box-shadow: 0 -50px #00deff inset;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }*/

    /*.redesSociais a.social {
        border-radius: 100%;
        width: 43px;
        height: 43px;
        padding: 8px;
        vertical-align: top;
        text-align: center;
    }*/

footer {
    background: #414141;
    width: 100%;
    color: #FFFFFF;
    padding: 25px 0;
    margin-top: 30px;
}

    footer .texto-footer {
        max-width: 960px;
        margin: 0 auto;
    }

    footer .juridico {
        font-size: 1.2rem;
        margin: 0;
    }

    footer img {
        display: inline-block !important;
    }

    footer .logo-footer {
        text-align: right;
    }

    .logos {
    display: inline-block;
    width: 100%;
    margin-right: -55px;
}

    .logos img {
        max-width: 33%;
        vertical-align: middle;
        margin-right: 20px;
        max-height: 104px;
        margin: 3px;
    }

.footer-destaque {
    position: fixed;
    background: #2d2d2d;
    color: #FFFFFF;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
    display: inline-block;
}

    .footer-destaque .texto-footer-destaque {
        max-width: 960px;
        margin: 0 auto;
    }

        .footer-destaque .texto-footer-destaque p {
            margin: 0;
            float: left;
            padding: 15px 0;
            font-size: 2rem;
            font-family: "colaborate-boldregular";
        }

        .footer-destaque .texto-footer-destaque a {
            float: right;
            background: #ff6600;
            color: #FFFFFF;
            margin: 0;
            padding: 15px 35px 15px 80px;
            font-size: 2rem;
            position: relative;
            border-radius: 0 0 0 70px;
            font-family: "colaborate-boldregular";
        }

            .footer-destaque .texto-footer-destaque a i {
                position: absolute;
                color: #FFFFFF;
                left: -8px;
                font-size: 6rem;
                text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
            }

            .footer-destaque .texto-footer-destaque a:hover {
                background: #b34700;
                text-decoration: none;
                transition: all .2s linear;
                cursor: pointer;
            }

            .bootstrap-dialog .bootstrap-dialog-close-button button {
		color: #fff;
		opacity: 1;
		text-shadow: none;
	}
@media only screen and (max-width: 768px) {
    body {
        margin: 0 0 75px 0;
    }

    .row {
        margin: 0;
    }

    header p {
        text-align: center;
    }

    .destaque {
        border: 0;
    }

        .destaque .texto .conteudo {
            position: relative;
            width: 100%;
            max-width: 100%;
            text-align: center;
        }

            .destaque .texto .conteudo h1, .destaque .texto .conteudo a {
                padding: 10px 0;
                box-shadow: none;
            }

    .geral img {
        width: 100%;
    }

    footer .logo-footer {
        text-align: center;
        margin-top: 10px;
    }

    .footer-destaque {
        overflow: hidden;
    }

        .footer-destaque i {
            display: none;
        }

        .footer-destaque .texto-footer-destaque a, .footer-destaque .texto-footer-destaque p {
            float: inherit;
            text-align: center;
            width: 100%;
            border-radius: 0;
            display: inline-block;
            padding: 5px 0;
        }
}


    /*.mensagemSucesso {
    /*border: 1px solid #00EAFF;
    padding: 10px 15px;
    display: block;
    margin: 0 auto;
    max-width: 94%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    background: rgba(47, 202, 109, 0.6);
}
*/
.mensagemErro {
    /*border: 1px solid #00EAFF;*/
    padding: 10px 15px;
    display: block;
    margin: 0 auto;
    max-width: 94%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    background: rgba(236, 71, 43, 0.7);
}

/*.form {
    max-width: 1040px;
    /*border: 1px solid #f3f3f3;
    display: block;
    vertical-align: top;    
    margin: 15px auto 15px 1px;
    padding: 0px 20px;
    /*background: rgba(0, 54, 83, 0.75);
}

    .form h2 {
        color: #00eaff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    }

    .form p {
        color: #000;
        /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); 
    }form {
    border: 0;
    width: 100%;
}

    form .divisao {
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }

    form input, form textarea, form select {
        width: 100%;
        display: block;
        padding: 13px;
        border: 1px solid #d3d3d3;
        margin-top: 15px;
        border-radius: 10px;
        font-size: 1em;
        font-family: 'colaboratelightregular';
        outline: none;
    }

    form textarea {
        margin-bottom: 10px;
        height: 86px;
    }


@media only screen and (max-width: 850px) {
    .form {
        width: 80%;
    }

        .form form {
            width: 100%;
        }
}

@media only screen and (max-width: 620px) {

    
    .form {
        margin-top: 350px;
    }

    form .divisao {
        width: 100%;
    }

    form input, form textarea, form button, form select {
        margin: 5px 0;
    }
}*/
/*# sourceMappingURL=main.css.map */
