
@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@viewport {
    width: device-width;
    zoom: 1;
}

article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}

body{
    color: #333;
    background-color: #ddd;
    font-family: Calibri;
    font-size: 16px;
    font-weight: 500;
    overflow-y: scroll;
}
input{
    outline: none;
}
a{
    color: #333;
    text-decoration: none;
    display: block;
}
a img{
    border:none;
    outline:none;
}

ul, li, ol{
    list-style: none;
}

img.preview-imagem{
    display: block;
}
img{
    display: block;

}

p{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
}


.top{
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 0px 0 #ccc;
}
.bot {
    background: #fff;
    width: 100%;
    box-shadow: 0 -1px 0px 0 #ccc;
    padding-bottom: 20px;
}
.top .conteudo,
.mid .conteudo,
.bot .conteudo{
    width: 1010px;
    margin: 0 auto;
    padding: 10px 0;
}
.mid .conteudo{
    max-width: 1010px;
}

.top .conteudo:after{
    display: block;
    content: " ";
    clear: both;
}
.top .conteudo .logo{
    float: left;
    width: 200px;
    padding: 15px 0 0 0;
    //height: 100px;
}
.top .conteudo .cadastro{
    float: right;
    width: 80%;
}
.top .conteudo .ferramentas{
    float: right;
    height: 30px;
    width: 780px;
}
.top .conteudo .ferramentas:after{
    content: " ";
    clear: both;
    display: block;
}
.top .conteudo .ferramentas .facebook,
.top .conteudo .ferramentas .twitter,
.top .conteudo .ferramentas .googleplus{
    padding: 5px 0;
    margin-right: 10px;
    float: left;
}
.top .conteudo .ferramentas .googleplus{
    margin-right: 0;
}
.top .conteudo .ferramentas .idioma{
    float: right;
    width: 200px;
    height: 30px;
}
.top .conteudo .ferramentas .idioma a,
.top .conteudo .ferramentas .idioma img{
    display: inherit !important;
}
#select-idioma-portal{
    padding: 5px;
    border: 1px solid #999;
    width: 100%;
    height: 30px;
}

.top .conteudo .area-usuarios,
.top .conteudo .busca_site{
    float: left;
    width: 551px;
    padding: 5px 0;
    text-align: right;
}
#txt-email-logar{
    width: 150px;
}
#txt-senha-logar{

    width: 140px;
}

#dia-de-doar-banner{
    float:right;
    width: 250px;
    height:80px;
    border-radius: 5px;
    overflow: hidden;
}


#bt-logar{
    width: 125px;
}
#bt-cadastrar{
    width: 125px;
}
#bt-faca-parte{
    width: 125px;
}
#input-busca-portal{
    width: 293px;
}
#bt-buscar-portal{
    width: 125px;
}


.top .conteudo .area-usuarios .nome-usuario{
    padding: 5px 15px;
    max-width: 500px;
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
}

.top .conteudo .menu{
    clear: both;
    width: 100%;
    margin:10px auto 0 auto;
}
.top .conteudo .menu:after{
    content: " ";
    display: block;
    clear: both;
}
.top .conteudo .mobile-open-menu{
    display: none;
}

.top .conteudo .menu .link-menu{
    float: left;
    width: 12.5%;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    display: block;
}
.top .conteudo .menu .link-menu span{
    display: block;
}
.top .conteudo .menu .link-menu.este{
    color: #961a24;
}
.top .conteudo .menu .link-menu .retangulo{
    width: 100%;
    height: 5px;
    position: relative;
}
.top .conteudo .menu .link-menu:hover .retangulo{
    background: #DF848C;
}
.top .conteudo .menu .link-menu.este .retangulo{
    background: #961a24;
}
.top .conteudo .menu .link-menu:hover{
    color: #000;
}

.top .conteudo .menu .link-menu .retangulo .submenu{
    position: absolute;
    z-index: 500;
    width: 120px;
    height: 0px;
    background: #961a24;
    transition: height 0.5s, width 0.5s;
}
.top .conteudo .menu .link-menu:hover .retangulo .submenu{
    height: 139px;
    width: 200px;
}
.top .conteudo .link-menu .retangulo .submenu a{
    color: #fff;
    padding: 2px 5px;
    display: block;
    text-align: center;
    border-bottom: 1px solid #DF848C;
}
.top .conteudo .menu .link-menu .retangulo .submenu a:hover{
    text-decoration: underline;
}

.bot .conteudo:after{
    display: block;
    clear: both;
    content: " ";
}

.bot .conteudo .mapsite{
    margin: 0;
    padding: 0 0 0 50px;
    list-style: none;
    float: left;
    width: 25%;
}

.bot .conteudo .mapsite a{
    display: block;
}

.bot .conteudo .mapsite .titulo{
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 2px solid #913030;
    margin-bottom: 5px;
}
.bot .conteudo .mapsite .pagina{
    margin: 5px 0;
}
.bot .conteudo .mapsite .pagina a{
    background-image: url(../img/icons/arrow-16.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    font-size: 14px;
    padding-left: 15px;
}
.bot .conteudo .mapsite .pagina a:hover{
    background-position: 2px 5px
}
.bot .conteudo .box-copyright {
    clear: both;
    padding: 20px 0;
    text-align: center;
}

.mid .conteudo:after{
    display: block;
    clear: both;
    content: " ";
}
.mid .conteudo .bloco{
    float: left;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    display: block;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    background: #FFFFFF;
    margin-bottom: 10px;
}
.mid .conteudo .bloco:hover{
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
}
.mid .conteudo .bloco h1{
    font-size: 34px;
    color: #3e3e3e;
    text-align: center;
    display: block;
    font-weight: normal;
    line-height: 50px;
}
.mid .conteudo .bloco.titulo-page{
    width: 100%;
    //height: 60px;
    padding: 0 5px;
    //background: #961a24;
    //background-color: rgb(89, 138, 182);
    background-color: #297acc;
    box-shadow: none;
}
.mid .conteudo .bloco.titulo-page h1{
    font-size: 36px;
    color: #ffffff;
    line-height: 48px;
    text-shadow: 1px 1px 1px #333;
    //white-space: nowrap;
    overflow: hidden;
    //text-overflow: ellipsis;
}
.mid .conteudo .bloco.error404{
    background:rgba(231, 76, 60,1.0);
    width:100%;
    height:60px;
    box-shadow:none;
}
.mid .conteudo .bloco.error404 h1{
    margin: 0 auto;
    color: #ffffff;
    width: 100%;
    font-size: 48px;
    line-height: 60px;
    display: block;
    padding-left: 60px;
    background: url(../img/icons/error-pagina-nao-encontrada.png) no-repeat 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*FRAMES*/
.input-txt{
    padding: 5px 10px;
    border: 1px solid #ccc;
    height: 30px;
    display: inline-block;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.input-txt:focus{
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}


.group-bt{
    text-align: center;
}
.bt{
    background: #95a5a6;
    color: #fff;
    padding: 5px 15px;
    height: 28px;
    display: inline-block;
    text-shadow: 1px 1px 1px #333;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
    position: relative;
    border: none;
    outline: none;
    text-decoration: none !important;
    box-shadow: 0 4px 0 0 #7f8c8d;
    text-align: center;
}
.bt.round{
    border-radius: 3px;
}
.bt:hover{
    top: 1px;
}
.bt.red{
    background: #e74c3c;
    box-shadow: 0 4px 0 0 #c0392b;
}
.bt.vinho{
    background: #C72734;
    box-shadow: 0 4px 0 0 #961a24;
}
.bt.dark{
    background: #34495e;
    box-shadow: 0 4px 0 0 #2c3e50;
}
.bt.blue{
    background: #3498db;
    box-shadow: 0 4px 0 0 #2980b9;
}
.bt.green{
    background: #2ecc71;
    box-shadow: 0 4px 0 0 #27ae60;
}
.bt.yellow{
    background: #f1c40f;
    box-shadow: 0 4px 0 0 #f39c12;
}

ul.paginacao{
    font: 12px 'Tahoma';
    width: 100%;
    display: block;
    list-style-type: none;
    overflow: hidden;
    padding: 0px;
    list-style: none;
    text-align: center;
}
ul.paginacao li {
    list-style: none;
    display: inline-block;
    margin: 5px;
    padding: 0 0 1px 0;

}
ul.paginacao li a{
    background: #FFFFFF;
    border: solid 1px #DCDCDC;
    border-radius: 3px;
    color: #707070 !important;
    padding: 6px 9px 6px 9px;
    display: block;
    text-decoration: none;
}
ul.paginacao li a:hover, ul.paginacao li a.current {
    background: #777777;
    border-color: #5D5D5D;
    text-shadow: 0px 1px #636363;
}
ul.paginacao li a:hover, ul.paginacao li a.current {
    box-shadow: 0px 1px #EDEDED;
    color: #FFFFFF !important;
}



.empty-array {
    display:block; 
    padding: 10px;
    font-size: 24px;
    text-align: center;
}

.form{
    padding: 10px 0;
}
.form .row{
    padding: 10px 0;
}
.form .artigo{
    padding: 25px 0;
}
.form .artigo .titulo-artigo span{
    display: table;
    margin: 0 auto 0 auto;
    border-bottom: 2px solid #c0392b;
    font-size: 36px;
}
.form .row:after{
    display: block;
    clear: both;
    content: " ";
}

.form .row .group-left{
    float: left;
    margin-right: 10px;
}
.form .row .group-half{
    float: left;
    width: 50%;
}
.form .row .group-half + .group-half{
    padding-left: 10px;
}
.form .row .group-checkbox,
.form .row .group-radio{
    float: left;
    margin: 5px;
}
.form .row .group-radio label,
.form .row .group-checkbox label,
.form .row .group-checkbox input[type=checkbox],
.form .row .group-radio input[type=radio]{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.form .row label{
    display: block;
}
.form .row label i{
    font-size: 12px;
}
.form .row input[type=text],
.form .row input[type=email],
.form .row input[type=password],
.form .row input[type=number],
.form .row input[type=range],
.form .row textarea,
.form .row select{
    outline: none;
    vertical-align: middle;
    overflow: hidden;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 18px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form .row input[type=text],
.form .row input[type=email],
.form .row input[type=password],
.form .row input[type=number],
.form .row textarea,
.form .row select{
    display: block;
    width: 100%;
    max-width: 100%;
}
.form .row textarea:focus,
.form .row input[type=text]:focus,
.form .row input[type=email]:focus,
.form .row input[type=password]:focus,
.form .row input[type=number]:focus,
.form .row input[type=range]:focus,
.form .row select:focus{
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.form .row .group-third{
    float: left;
    width: 33.3333%;
    padding-left: 10px;
}
.form .row .group-third:first-child{
    padding-left: 0;
}
.form .row .group-radio-block{
    float: left;
    margin: 5px 0;
    width: 100%;
}
.form .row .group-radio-block label, 
.form .row .group-radio-block label, 
.form .row .group-radio-block input[type=checkbox], 
.form .row .group-radio-block input[type=radio] {
    display: inline;
    vertical-align: middle;
    cursor: pointer;
}
.form .row textarea.medium{
    min-height: 150px;
}
.form .row textarea.large{
    min-height: 300px;
}



.texto{
    padding: 20px;
}

.texto a{
    text-decoration: underline;
    cursor: pointer;
    display: inline;
}

.texto ul,
.texto ol{
    margin-bottom: 20px;
}
.texto ul li{
    list-style: disc;
}
.texto ol li{
    list-style: decimal;
}
.texto li{
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.texto table{
    width: 100%;
}
.texto table, 
.texto tr, 
.texto td,
.texto th{
    border: 1px solid rgb(192, 57, 43);
    border-collapse: collapse;
    padding: 5px;
}
.texto thead tr, 
.texto thead td,
.texto thead th{
    background: rgb(231, 76, 60);
    color: #fff;
    text-shadow: 1px 1px 1px #333;
}

a.download-pdf{
    background-image: url(../img/icons/pdf-file-icon-128.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 20px;
    margin-right: 5px;
    display: inline-block;
    text-decoration: none;
}
a.download-pdf:hover{
    text-decoration: underline;
}

figure {
    float: left;
    margin: 0 10px 10px 0;
    background: #efefef;
    overflow: hidden;
    border: 1px solid #ccc;
}
figure figcaption {
    font-size: 14px;
    line-height: 18px;
    padding: 0 5px;
}


/* LOADING */
.background_loader{
    position: fixed;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: block;
    opacity: 0;
    transition: opacity 0.5s;
}
.loader {
    position: relative;
    top: 40%;
    width: 40px;
    height: 40px;
    margin: auto;
}
.loader .circle {
    position: absolute;
    width: 38px;
    height: 38px;
    opacity: 0;
    transform: rotate(225deg);
    animation-iteration-count: infinite;
    animation-name: orbit;
    animation-duration: 5.5s;
}
.loader .circle:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
    /* Pick a color */
}

.loader .circle:nth-child(2) {
    animation-delay: 240ms;
}
.loader .circle:nth-child(3) {
    animation-delay: 480ms;
}
.loader .circle:nth-child(4) {
    animation-delay: 720ms;
}
.loader .circle:nth-child(5) {
    animation-delay: 960ms;
}


@keyframes orbit {
    0% {
        transform: rotate(225deg);
        opacity: 1;
        animation-timing-function: ease-out;
    }
    7% {
        transform: rotate(345deg);
        animation-timing-function: linear;
    }
    30% {
        transform: rotate(455deg);
        animation-timing-function: ease-in-out;
    }
    39% {
        transform: rotate(690deg);
        animation-timing-function: linear;
    }
    70% {
        transform: rotate(815deg);
        opacity: 1;
        animation-timing-function: ease-out;
    }
    75% {
        transform: rotate(945deg);
        animation-timing-function: ease-out;
    }
    76% {
        transform: rotate(945deg);
        opacity: 0;
    }
    100% {
        transform: rotate(945deg);
        opacity: 0;
    }
}
/* LOADING */


@media only screen and (min-width : 781px) and (max-width : 1050px)
{


}

@media only screen and (min-width : 150px) and (max-width : 780px)
{
    .top .conteudo,
    .bot .conteudo{
        width: 100%;
    }
    .mid .conteudo{
        width: 95%;
    }

    .mid .conteudo .bloco.error404 h1{
        font-size: 30px;
    }

    .mid .conteudo .bloco.titulo-page h1{
        font-size: 30px;
    }

    .top .conteudo .cadastro,
    .top .conteudo .busca_site{
        display: none;
    }

    .top .conteudo .logo{
        float: none;
        width: 200px;
        padding: 0;
        margin: 10px auto;
    }

    .bot .conteudo .mapsite{
        margin: 0;
        padding: 10px;
        list-style: none;
        float: left;
        width: 100%;
    }

    .mid .conteudo .bloco{
        margin-bottom: 5%;
    }

    .mid .conteudo .bloco.banner img{
	max-width: 100%;
    }

    .top .conteudo {
        padding: 0;
        overflow: hidden;
    }
    .top .conteudo .mobile-open-menu{
        display: block;
        width: 100%;
        padding: 10px 10px 10px 50px;
        background: #961a24 url(../img/icons/icon-open-menu.png) no-repeat 10px 10px;
        font-size: 24px;
        line-height: 36px;
        color: #fff;
    }

    .top .conteudo .menu{
        display: none;
        width: 100%;
        margin:0 auto;
    }

    .top .conteudo .menu .mobile-open-menu{
        display: none;
    }
    .top .conteudo .menu .link-menu{
        float: none;
        width: 100%;
        padding: 5px;
    }

    .top .conteudo .menu .link-menu.este{
        color: #fff;
        background: #961a24;
        padding: 5px;
        text-shadow: 1px 1px 1px #333;
    }
    .top .conteudo .menu .link-menu .retangulo{
        display: none;
    }

    .form .row .group-half,
    .form .row .group-third{
	float: left;
	width: 100%;
    }

    .form .row .group-half + .group-half,
    .form .row .group-third + .group-third{
	padding-left: 0;
    }

}
