@charset "utf-8";

/*
Version: 2014
Author: Rodrigo Santana
Author URI: http://www.rodrigosantana.com
*/

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900);
@import "posts.css";

/* GLOBAL.titl
//////////////////////////////////////*/
body {
    background: url(../img/bg.jpg) no-repeat top center;
    font: 13px 'Lato', sans-serif;
    color: #a6a6a6;
    font-weight: normal;
}

#parser4{
    text-indent: -9999px;
    background-image: url(/media/4parser.png);
    width: 100px;
    height: 30px;
    float: right;
    display: block;
}
a { text-decoration: none;color: #666666; }

p { line-height: 22px; }

h1 { 
    font-size: 26px;
    color: #6cb3ce;
    font-weight: normal;
}
h1 a{ 
    font-size: 26px;
    color: #6cb3ce;
    font-weight: normal;
}

/* GLOBAL > CLASS
//////////////////////////////////////*/
.limit {
	position: relative;
	width: 1000px;
	padding: 0; 
	margin: 0 auto;
    display: table;
}

.clearboth {
	clear: both;
}

.clearnone {
    clear: none !important;
}

.placeholder {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.btn-bg{
    background: #6cb3ce;
    color: #ffffff;
    font-size: 11px;
}
.btn {
    background: #6cb3ce;
    color: #fff;
    font-size: 12px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.noticia-img { 
    float: left;
    margin: 0 20px 20px 0;
}


/* HEADER
//////////////////////////////////////*/
header {
    float: left;
    width: 100%;
}

    header .logo {
        float: left;
        margin: 40px 0;
    }

    header .btn-servicos {
        float: right;
        margin: 50px 0;
    }

/* BANNER
//////////////////////////////////////*/
.banner {
    float: left;
    width: 100%;
}

    .banner > .limit {
        background-color: #fff;
        padding-bottom: 50px;
    }


/* FOOTER
//////////////////////////////////////*/
footer {
    float: left;
    width: 100%;
    color: #666666;
}

    footer > .limit {
        background-color: #eaeaea;
        border-top: solid 10px #dfdfdf;
        padding: 10px 20px;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
    }

        footer > .limit .left {
            float: left;
            display: table;
            width: 40%;
        }

        footer > .limit .right {
            float: right;
            display: table;
            width: 30%;
            text-align: right;
            font-size: 11px;
            margin-top: 25px;
        }

            footer > .limit .right a {
                color: #666666;
            }

                footer > .limit .right a:hover {
                    text-decoration: underline;
                }


/* CONTENT
//////////////////////////////////////*/
.content {
    float: left;
    width: 100%;
}

    .content > .limit {
        background-color: white;
        border-top: solid 1px #eaeaea;
        border-bottom: solid 1px #eaeaea;
        margin-bottom: 50px;
        margin-bottom: 50px;
    }

        .content > .limit aside {
            float: left;
            width: 21.6%;
        }
            
            .content > .limit aside ul {
                float: left;
                width: 215px;
                margin: 0; padding: 0;
                border-right: solid 1px #eaeaea;
                list-style: none;
            }
        
                .content > .limit aside ul li {
                    float: left;
                    width: 100%;
                    border-bottom: solid 1px #eaeaea;
                }

                    .content > .limit aside ul li a {
                        font-size: 14px;
                        color: #666666;
                        float: left;
                        width: 100%;
                        border-bottom: solid 1px #eaeaea;
                        padding: 15px;
                         box-sizing:border-box;
                        -moz-box-sizing:border-box;
                        -webkit-box-sizing:border-box;
                        font-weight: bold;
                    }

                        .content > .limit aside ul li a:last-child {
                            border-bottom: none;
                        }

                        .content > .limit aside ul li a:hover {
                            background-color: #6cb3ce;
                            color: #fff;
                        }


        .content > .limit .principal {
            float: left;
            width: 75.4%;
            padding: 15px;
        }

            .content > .limit .principal .box {
                float: left;
                margin: 3%;
                width: 44%;
            }

            .content > .limit .principal .box-full {
                width: 96%;
                border-bottom: none !important;
                padding-bottom: 0 !important;
                margin-top: 0;
            }

                .content > .limit .principal .box:nth-child(1),
                .content > .limit .principal .box:nth-child(2) {
                    padding-bottom: 50px;
                    border-bottom: solid 1px #eaeaea;
                }

                .content > .limit .principal .box:nth-child(2n+3) {
                    clear: both;
                }

                .content > .limit .principal .box h2 {
                    font-size: 17px;
                    color: #6cb3ce;
                    font-weight: normal; 
		    font-weight: bold;
		    text-align: justify;
                }

                .content > .limit .principal .box p {
                    margin-bottom: 20px;
		    /*height: 90px;*/
		    text-align: justify;
		    /*white-space: nowrap;*/
		     overflow: hidden;
		     text-overflow: ellipsis;		    
                }

.content > .limit .principal ul {
    list-style-image: url(../img/list.png);
}

.content > .limit .principal ul li {
    margin-bottom: 10px;
    line-height: 22px;
}		

.red{
    color: #ff0000;
}

.subtitle{
    color: #6cb3ce;
    font-size: 16px;
    font-weight: bold;
    
}
.alert{
    background-image: url(../img/alert.png);
    background-repeat: no-repeat;
    padding-left: 18px;
     color: #ff0000;
}

.contato-info p {
    margin-bottom: 10px !important;
}

.contato-info span {
    float: left;
    margin-right: 5px;
}

    .contato-info .social {
        float: left;
        width: 100%;
        background-color: #eaeaea;
        padding: 20px 0;
        text-align: center;
    }

.contato-form input,

.contato-form textarea ,.contato-form select {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}



input, textarea,select {
    background-color: #fff;
    border: solid 1px #eaeaea;
    color: #cecece;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}


.list-item{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.list-item div{
    background-repeat: no-repeat;
    margin-left: 18px;
    padding-bottom: 5px;
    padding-left: 25px;
}
.list-item h2{
    font-weight: bold;
    font-size: 16px;
    margin: 0px 0px 10px 10px;
    color: #666666;
    
}

.list-item-address{
    background-image: url(../img/ico-address.png);
}
.list-item-phone{
    background-image: url(../img/ico-phone-1.png);
}
.list-item-emails{
    background-image: url(../img/ico-mail-1.png);
}
.list-item-url{
    background-image: url(../img/ico-link.png);
}
.list-item-grey{
    background-color: #EEEEEE;
}
.list-item-filetype{
    vertical-align: middle;
    margin-right: 5px;
}
.list-item span{
    font-weight: bold;
    color: #666666;
    display: inline-block;
    width: 80px;
}


.color-sec{
    color:#666666;
}
.b{font-weight: bold}
.pl20{padding-left: 20px;}
.nostyle{list-style: none;}



.item-table span{
    font-weight: bold;
    padding-right: 5px;
}


.anwsers h3{
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 10px;
    margin: 0px;
}
.anwsers p{
    padding-left: 40px;
    margin: 0px;
    line-height: 130%;
}

.question{
    background-image: url(/media/site/img/help.png); 
    background-repeat: no-repeat;
    padding-left: 30px;
}

.underline{text-decoration: underline;}


#contact-setores{
    width: 100%;
    margin-top: 20px;
}
#contact-setores td{
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 13px;
    padding: 5px;
}
tr.line-grey {
    background-color: #EEEEEE;
}
#contact-setores th{
    background-color: #949292;
    padding: 3px;
    color: #ffffff;
}
#contact-setores tbody tr:hover{
     background-color: #949292;
       color: #ffffff;
}
.ac{
    text-align: center;
}
.ar{
    text-align: right;
}



#share{
    /*float: right;*/
    margin-left: 380px;
    height: 21px;
    /*width: 350px;*/
    margin-top: 10px;
    margin-right: 14px;
}
#share-data
{
    float: right;
}
#share .share-item{
    float: left;
    /*width: 80px;*/
    height: 21px;
    text-align: center;
}

#share .plus{
    width: 40px;
    margin-left: 10px;
}
#share .print{
    width: 30px
}
.mp-share-boxes-gp div {vertical-align: inherit !important;}


