/*
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(fonts/raleway/raleway.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(fonts/raleway/raleway-bold.woff) format('woff');
}
*/

/*@import "grid.css";*/
/*@import url(https://fonts.googleapis.com/css?family=Raleway:400,700|Arimo:400,700|Oxygen:400,700|Varela+Round|Maven+Pro:400,700);*/
          

.cke_bottom{
    background-color: #eee !important;
    color:#444 !important;
}

.rowbox{   
    display: flex;
    box-shadow: 0px 0px 6px -2px #555;
    margin-bottom: 10px;
    flex-wrap: wrap;
}.rowbox > li{
    flex: 1 1 auto;
    list-style: none;
    
}
.icontext2{
    display: block;
    margin: auto;
   
    cursor: pointer;
    /*background: #fff;*/
    transition: 300ms;
}.icontext2:active{
    transform: scale(0.95);

}.icontext2:hover{
    /*background:#fff;*/
    box-shadow: 0px 0px 35px -14px #ccc inset;

    /*box-shadow: 0px 0px 35px -14px #ccc inset,0px -2px 0px 0px #CD2F2F inset;*/
}.icontext2 div{
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
    
}.icontext2 div[data-type="icon"]{
    text-align: center;
    padding-right: 5px;
    vertical-align: top;
}.icontext2 div[data-type="text"]{
    /*width: 100%;*/
}.icontext2 div[data-type="text"] label{
    color: #0E0E0E;
    font-weight: bold;
    cursor: pointer;
}.icontext2 div[data-type="text"] p{
    color: #444;
}.icontext2 div[data-type="text"] span {
    color: #50911B;
    font-weight: bold;
    cursor: pointer;
}


*{
    /*color:#888;*/
        font-family: 'Raleway','arial';
}

.row{
    margin:0px !important;
}
.wrapper > header{
    
}


/*h3{
    color:#8E0000;
    font-size:25px; 
    margin:0 0 0 0; 
    font-weight:bold;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

*/
.floatRight{ float:right; }
.floatLeft{ float:left; }


.contentText{
    margin-top: 10px;
}.contentText p{
    text-align: justify;
}
.header{
    background: #F3F3F3;
    padding-top: 20px;
    padding-bottom: 20px;
}.sobreBanner{  
    padding-top: 20px;
    padding-bottom: 20px;
    /*border-bottom: 1px solid #ccc;    */
}

.footer{
    border-top: 1px solid #D7D7D7;  
    /*background: #F8F8F8;*/
    padding-top: 20px;
    padding-bottom: 20px;
}

.header .logo img{
    /*height: 90px;*/
}

.preinfo{
    padding-top: 0px;
    padding-bottom: 0px;
}

.rightMargin{
    /*margin-right: 30px;*/
    display: table;
    margin: 0px 0px 0px auto;
    /*width: 320px !important;*/
    text-align: center;
}

.formu{ 
    position: absolute;
    /*top: 100%;*/
    right: 0px;
    z-index: 100;
    text-align: center;
    background:#f6f7f8;
    width:300px;
    padding:10px; 
    padding-left:20px; 
    padding-right:20px; 
    height: 382px;
    box-sizing: border-box;
    
}

.formu label{   
    color:#CD2F2F; 
    font-weight: bold;
    text-decoration:bold; 
    font-size:15px;
    margin: 0px !important; 
    padding: 10px;
    display: block;
}
.formu p{   
    padding: 10px;
    display: block;
    }
.form input{ margin:0 0 5px 0; }
.form input[type="radio"]{ margin:0 0 10px 0; }

/*.destaques .column:not(:last-child){*/
.destaques{
    display: table;
    width: 100%;
}   
.destaques .column div{
    position: relative;
}   
.destaques .column:not(:last-child) div{
    margin-right: 20px;
}
.destaques .column{
    /*position: relative;*/
    /*margin: 10px;*/
    /*display: inline-table;*/
    /*width: 338px;*/
}
.destaques .column:not(:last-child){
    padding-right: 10px;
}
.destaques [data-rel="img"]{ 
    width:100%; margin:0 0 0 0; 
}
.destaques [data-rel="text"]{ 
    margin: 0px 0px 4px 0;
    color: #fff;
    text-align: center;
    padding: 13px 0;
    font-size: 130%;    
    left: 0px;
    width: 100%;
    box-sizing: border-box;
    /*position: absolute !important;*/
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: RGBA(0, 0, 0, 0.85);
     }
.destaques [data-rel="text"] cite{ 
    color: #fff;
    font-style: normal;
}    

.copyright p{
    font-size: 12px;
}
.copyright .copylogo{
    height: 18px;
    vertical-align: middle;
}

@media screen and (max-width: 880px) {
    .chamada{
        /*display: none;*/
    }
    .header .column{
        text-align: center !important;
    }
    .rightMargin {
        margin:auto !important;
    }
    h2 {
        font-size: 25px;
        text-align: center;
    }
    .banners .textobanner{
        left: 0px !important;
    }
    .banners .textobanner p{
        padding: 10px !important;       
    }
    .formu {
       position: static !important;   
       width: 100% !important;     
    }
    .contentText{
        margin-top: 0px !important;
    }
    .contentText p {
        /*text-align: justify;*/
        /*padding: 5px;*/
    }
    .destaques .column{
        padding-right: 0px !important;
    }
}


footer  .content{
    /*padding: 15px;*/
    box-sizing: border-box;
}
footer  h1{ 
    font-size: 15px;
}

.header > .line{

    background-image: url(../../../../../../_data/plugins/banner/home/0/backgroundimg.png);
    background-size: cover;
}

.bgBanner0{

    background-image: url(../../../../../../_data/plugins/banner/home/0/backgroundimg.png);
    background-size: cover;
}

.header > .line >.headerLeft{

    background-image: none !important;

}


.header > .line > .headerRight{

    background-image: none !important;
    background-color: #004a90;

}


