@font-face {
    font-family: 'FedraSansAltPro-Book';
    src: url('fonts/FedraSansAltPro-Book.eot?#iefix') format('embedded-opentype'), url('fonts/FedraSansAltPro-Book.otf') format('opentype'),
    url('fonts/FedraSansAltPro-Book.woff') format('woff'), url('fonts/FedraSansAltPro-Book.ttf') format('truetype'), url('fonts/FedraSansAltPro-Book.svg#FedraSansAltPro-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FedraSansAltPro-Medium';
    src: url('fonts/FedraSansAltPro-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/FedraSansAltPro-Medium.otf') format('opentype'),
    url('fonts/FedraSansAltPro-Medium.woff') format('woff'), url('fonts/FedraSansAltPro-Medium.ttf') format('truetype'), url('fonts/FedraSansAltPro-Medium.svg#FedraSansAltPro-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FedraSansPro-Bold';
    src: url('fonts/FedraSansPro-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/FedraSansPro-Bold.otf') format('opentype'),
    url('fonts/FedraSansPro-Bold.woff') format('woff'), url('fonts/FedraSansPro-Bold.ttf') format('truetype'), url('fonts/FedraSansPro-Bold.svg#FedraSansPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html {
    margin: 0;
    padding: 0;
    font-family: 'FedraSansAltPro-Book', 'Verdana', sans-serif;;
    font-size: 11px;
    min-width: 300px;
}

p:empty {
    display: none;
}

h2:empty {
    display: none;
}

.clear {
    clear: both;
    border: 0;
    height: 0px
}

a {
    color: #63477a;
}

a:hover {
    color: #cd6937;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1 {
    font-family: 'FedraSansAltPro-Medium';
    color: #644579;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
}

h2 {
    font-family: 'FedraSansAltPro-Medium';
    color: #644579;
    font-size: 12px;
    font-weight: normal;
}

h3 {
    font-family: 'FedraSansAltPro-Medium';
    color: #644579;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 15px 0;
}

h4 {
    font-family: 'FedraSansAltPro-Book';
    font-size: 11.5px;
    color: #644579;
}

h5 {
    font-family: 'FedraSansAltPro-Book';
    font-size: 14px;
    font-weight: bold;
    color: #7b4495;

}

h6 {
    font-family: 'FedraSansAltPro-Medium';
    color: #644579;
    font-size: 18px;
    font-weight: normal;
}

.no-border-ul > li {
    border: 0 !important;
}

.Fleft, .alignleft {
    float: left;
}

.alignleft {
    margin-right: 10px;
}

.Fright {
    float: right;
}

header {
    padding-bottom: 19px !important;
}

.header-logado {
    background-color: #e2e0e5;
    height: auto;
    width: 100%;
    color: #63477a;
    box-shadow: 0px 4px 5px rgba(136, 136, 136, 0.56);
}

.header-logado a {
    text-decoration: none;
}

.header-logado span {
    display: inline-block;
    padding: 6px 8px;
    border-right: 1px solid #9d87ad;
}

.header-logado span:last-child {
    border: 0;
}

strong {
    color: #644579;
}

.header-logado span strong {
    color: #644579;
    font-family: 'FedraSansAltPro-Medium';
    font-weight: normal;
    font-size: 9px;
}

.index-main {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
}

/*.index-main{
    width: 1000px;
    margin: 0 auto;
}*/
.page-main {
    width: 98%;
    margin: 0 auto;
    max-width: 931px;
    padding: 28px 0 48px;
}

.header-nav {
    height: 15px;
    padding: 10px 0px;
}

.header-logo-search {
    position: relative;
    height: 65px;
}

.full-nav-bg {
    position: relative;
    background-color: #644579;
    border-top: 1px solid #c8c8c8 !important;
    border-bottom: 1px solid #c8c8c8 !important;
    box-shadow: 0 8px 8px -8px #696868;
    -webkit-box-shadow: 0 8px 8px -8px #696868;
}

#menu-header-menu-principal {
    background-color: #644579;
}

#menu-header-menu-principal {
    margin: 0;
    padding: 0;
    margin: 0 auto;
    width: 706px;
    height: 37px;
}

#menu-header-menu-principal > li {
    list-style-type: none;
    float: left;
    border-left: 1px solid #c8c8c8;
    position: relative;
}

#menu-header-menu-principal > li:last-child {
    border-right: 1px solid #c8c8c8;
}

#menu-header-menu-principal > li > .sub-menu {
    position: absolute;
    left: -5px;
    display: none;
    background-color: #e5d9ed;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-left: 4px solid #63477a;
}

.imagem-menu {

}

.sub-menu-image {
    width: 300px;
}

.imagem-menu img {
    margin-bottom: 10px;
}

.imagem-menu a {
    border: 0 !important;
    text-align: center !important;
}

#menu-header-menu-principal > li > .sub-menu > li {
    float: left;
}

#menu-header-menu-principal > li > .sub-menu > li > a {
    display: block;
    padding: 10px;
    text-align: left;
    text-decoration: none;
    color: #515153;
    border-bottom: 1px solid white;
    width: 130px;
    font-size: 12px;
}

.header-nav ul {
    margin: 0;
    padding: 0;
    float: left
}

.header-nav ul > li {
    list-style-type: none;
    float: left;
    border-right: 1px solid #c8c8c8;
    padding: 0 10px;
}

.header-nav ul > li:last-child {
    border: 0;
    padding-right: 0;
}

.header-nav ul > .menu-item-has-children > a {
    float: left;
    font-weight: normal;
    font-family: 'FedraSansAltPro-Book', 'Verdana', sans-serif;
    font-size: 11px;
}

.header-nav ul > .menu-item-has-children > ul {
    line-height: 10px;
}

.header-nav ul > .menu-item-has-children > ul > li {
    border: 0;
    padding: 0 4px;
}

.header-nav ul > .menu-item-has-children > ul > li:last-child {
    padding-right: 0px;
}

.header-nav ul > .menu-item-has-children > ul > li > a {

}

.header-nav ul > .menu-item-has-children > ul > li > a > img {

}

.social {
    padding-right: 0px !important;
}

.fb, .tw, .in, .social {
    border: 0 !important;

}

.fb, .tw, .in {

}

.in a, .tw a, .fb a {
    display: block;
}

.header-nav ul > li > a {
    position: relative;
    text-decoration: none;
}

.header-nav ul > li > a:hover {
    color: #cd6937;
}

.header-nav .social > a {
    font-family: 'FedraSansAltPro-Book' !important;
}

.social > a {
    cursor: default !important;
}

.header-nav .fb > a:after {
    content: '';
    background: url('img/sprite.png') no-repeat -755px -7px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.header-nav .tw > a:after {
    content: '';
    background: url('img/sprite.png') no-repeat -775px -7px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0px;
    left: 19px;
}

.header-nav .in > a:after {
    content: '';
    background: url('img/sprite.png') no-repeat -794px -7px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0px;
    left: 38px;
}

.logo-mobile {
    margin: 0 auto;
    width: 274px;
}

.footer-logo-mobile {
    margin: 0 auto;
    width: 208px;
    margin-bottom: 20px;
}

.logo-mobile img, .footer-logo-mobile img {
    width: 100%;
    height: auto
}

.logo-mobile img:hover, .footer-logo-mobile img:hover {
    opacity: 0.5;
}

.logo-fc {
    background: url('img/sprite.png') no-repeat -7px -6px;
    width: 273px;
    height: 45px;
    float: left;
}

.busca {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 322px;
    padding: 10px 0px 5px 10px;

}

.busca input[type="text"] {
    width: 175px;
    padding: 6px 10px;
    margin: 0px 5px;
}

.busca input[type="submit"] {
    padding: 0;
}

.bg-lupa {
    position: relative;
    width: 29px;
    height: 25px;
    float: left;
}

.bg-lupa:hover, .bg-lupa:hover .lupa {
    background-color: #cd6937;
}

.lupa {
    background: url('img/sprite.png') no-repeat -732px -7px;
    width: 22px;
    height: 17px;
    position: absolute;
    top: 4px;
    left: 6px;
}

.laranja {
    background-color: #cd6937;
    color: white !important;
}

.roxo-muito-escuro {
    background-color: #3c2954;
}

.roxo-escuro {
    background-color: #644579 !important;
    color: white !important;
}

.verde-abacate {
    background-color: #95bb50 !important;
    color: white !important;
}


.roxo-claro {
    background-color: #e5d9ed;
}

.roxo {
    background-color: #886f9c;
    color: white !important;
}

.mobile-doe-header {
    position: absolute !important;
    top: -1%;
    right: 4%;
}

.bg-lupa.mobile-submit {
    margin: 11px 0;
}

.fb-comments, .fb-comments iframe[style], .fb-comments span {
    width: 100% !important;
}

iframe .pam {
    padding: 0 !important;
    height: auto !important;
}

.mobile-input {
    width: 50%;
    height: 28px;
    margin: 10px 10px 10px 32px;
    padding: 0 10px;
}

.doe-online-grande {
    position: relative;
    font-family: 'FedraSansAltPro-Medium';
    text-decoration: none;
    font-size: 17px !important;
    padding: 8px 10px 8px 40px !important;
    text-transform: uppercase;
}

.doe-online-grande:after {
    position: absolute;
    content: '';
    background: url('img/sprite.png') no-repeat -314px -7px;
    width: 15px;
    height: 21px;
    left: 13px;
    top: 8px;
}

.doe-online {
    position: relative;
    font-family: 'FedraSansAltPro-Medium';
    text-decoration: none;
    font-size: 9px;
    padding: 8px 10px 8px 30px;
    text-transform: uppercase;
}

.doe-online:after {
    position: absolute;
    content: '';
    background: url('img/sprite.png') no-repeat -314px -7px;
    width: 15px;
    height: 21px;
    left: 6px;
    top: 3px;
}

.botao {
    font-family: 'FedraSansAltPro-Medium';
    text-decoration: none;
    font-size: 9px;
    padding: 8px 10px;
    text-transform: uppercase;
    text-align: center;
}

.botao-40-fl-left {
    display: block;
    width: 40%;
    float: left;
}

.formato {
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.formato.roxo-escuro:hover {
    background: #cd6937 !important;
}

.formato.verde-abacate:hover {
    background: #cd6937 !important;
}

.formato-sem-centro {
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*
*INDEX
*/
.banner {
    /*
        -moz-box-shadow:inset  0 -8px 8px -8px #696868;
        -webkit-box-shadow:inset  0 -8px 8px -8px #696868;
        box-shadow:inset  0 -8px 8px -8px #696868;*/
    background-color: #1e0731;
    position: relative;

}

.banner-img {
    max-width: 100%;
    height: 260px;
    background-size: cover;
    background-position: 50%;
}

div.meteor-slides {
    margin: 0 auto;
    z-index: -1;
}

.mensagem-fc {
    height: auto;
    position: relative;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    background-color: #e5d9ed;
}

.mensagem {
    text-align: center;
    width: 40%;
    margin: 1.5% auto;
}

.mensagem p {
    font-size: 16px;
    font-style: italic;
    margin: 0;
    margin-bottom: 20px;
    color: #644579;
}

.mensagem .doe-online {

}

.mensagem .doe-online:hover {
    background-color: #cd6937;
}

.conteudo {
    padding-top: 20px !important;
    padding-bottom: 40px !important;
}

.ajax-response-esquerda {
    width: 100%;
}

.ajax-response-esquerda > div {

}

.janela-esquerda {
    padding-right: 2%;
/ / width : 520 px;
/ / width : 57.779 %;
/ / width : 62.3 %;
    width: 66.9%;

}

.janela-esquerda-form {
    padding-right: 2%;
    width: 66.9%;
}
.janela-esquerda-form div{
    box-sizing: border-box;
}


.janela-direita-form {
    width: 28.9%;
    padding-left: 2%;
}
.janela-direita {
/ / width : 320 px;
/ / width : 35.556 %;
/ / width : 31.556 %;
    width: 28.9%;
    padding-left: 2%;
    border-left: 1px solid #c8c8c8;
}

.janela-direita .publicacao a {
    margin: 0;
    text-decoration: none;
}

.janela-esquerda span {
    float: left;
    color: #644579;
    border-bottom: 1px solid #c8c8c8;
    /* padding-right: 1px; */
    margin-right: 1.3%;
    padding-top: 11px;
    padding-bottom: 0px;
    font-style: italic;
}

.janela-esquerda ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: left;
    border: 1px solid #c8c8c8;
    width: 89%;
    max-height: 30px;
    background-color: #e5d9ed;
}

.janela-esquerda ul.explore {
    display: table;
}

.janela-esquerda ul.explore li {
    display: table-cell;
    float: none;
    width: auto;
}

.janela-esquerda ul > li {
    list-style-type: none;
    float: left;
    border-right: 1px solid #c8c8c8;
    background-color: #e5d9ed;
    width: 19.7%;
}

.janela-esquerda ul > li:last-child {
    border-right: 0;
}

.janela-esquerda ul > li a {
    display: block;
    line-height: 25px;
    /* padding: 0 6px; */
    /* width: 100%; */
    text-align: center;
    /* margin: 4% 7%; */
    text-decoration: none;
    /* background-color: #e5d9ed; */
    color: #525151;
    font-size: 11px;
}

.nav-explore {
    width: 100%;
}

.janela-esquerda ul > li:last-child {
/ / border : 0;
}

.janela-esquerda .publicacao {
    width: 47.6%;
    margin-right: 4.8%;
    margin-top: 10px;
}

.janela-esquerda .publicacao a {
    text-decoration: underline;
    color: #63477a;
}

.janela-esquerda .publicacao a:hover {
    color: #cd6937;
}

.janela-esquerda .publicacao:nth-child(even) {
    margin-right: 0;
}

.publicacao a {
    margin-right: 10px;
    margin-bottom: 10px;
}

.publicacao img {
    width: 100%;
    height: auto;
}

.style-select {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    background-color: #e5d9ed;
}

.style-select span {
    position: absolute;
    margin: 0;
    top: 13px;
    left: 4px;
    float: none !important;
    line-height: 0 !important;
    border: 0 !important;
    padding: 0 !important;
}

.select-roxo {
    position: relative;
    -webkit-appearance: none;
    width: 100%;
    padding: 6.5px 5px;
    background-color: transparent;
    border: 0;
    z-index: 1;
    font-size: 11px;
    opacity: 0;
}

.arrow-select {
    width: 33px;
    height: 27px;
    background-image: url('img/arrow-select.png');
    position: absolute;
    right: 0;
    z-index: 1;
}

.header-noticias {
    width: 100%;
    height: auto

}

.header-noticias h1 {
    float: left;
}

.header-noticias span {
    line-height: 27px;
    margin-right: 10px;
    float: right;
}

.filtro {
    width: 115px;
}

.publicacao .data {
    color: #644579;
}

.publicacao .categoria {
    margin: 0 5px !important;
    text-decoration: underline !important;
    color: #644579;
}

.publicacao .autor {
    margin-left: 5px !important;
}

.publicacao a img:hover {
    opacity: 0.7;
}

.publicacao p a {
    text-decoration: none;
    color: black;
}

.publicacao p a:hover {
    color: #cd6937;
}

.publicacao h2 a, .publicacao h1 a {
    text-decoration: none;
}

.publicacao p span {
    /*    text-decoration: underline;*/
}

.vermais {
    float: left;
/ / width : 319 px;
    width: 100%;
/ / padding : 5 px 0;
    padding: 1.5% 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

/*
*Footer
*/
#menu-item-530 > ul > li {
    margin: 0 !important;
}

footer {
    background-color: #e8e8e8;
    padding-top: 18px;
    -moz-box-shadow: 0px -9px 7px -6px rgba(105, 104, 104, 0.75);
    -webkit-box-shadow: 0px -9px 7px -6px rgba(105, 104, 104, 0.75);
    box-shadow: 0px -9px 7px -6px rgba(105, 104, 104, 0.75);
}

#menu-mapa-site-1 {
    -moz-column-count: 5;
    -moz-column-gap: 45px;
    -moz-column-rule: 2px solid #c8c8c8;
    -webkit-column-count: 5;
    -webkit-column-gap: 45px;
    -webkit-column-rule: 2px solid #c8c8c8;
    column-gap: 45px;
    column-count: 5;
    column-rule: 2px solid #c8c8c8;
}

ul#menu-mapa-site-1 a {
    text-decoration: none;
}

#menu-mapa-site-1 > li {
    margin: 10px 0;
}

#menu-mapa-site-1 > li > .sub-menu {
    /*margin: 10px 0;*/
    list-style-type: none;
    padding: 0;
}

#menu-item-535 .sub-menu, #menu-item-6644 .sub-menu {
    margin: 10px 0;
}

.sub-menu:after {
    content: " ";
    display: block;
    clear: both;
}

/*#menu-mapa-site-1 > li > .sub-menu > li {*/
/*margin: 10px 0;*/
/*}*/

#menu-mapa-site-1 .menu-item-has-children {
    margin-top: 10px;
}

#menu-mapa-site-1 > li > .sub-menu > li > .sub-menu {
    padding: 0;
}

#menu-mapa-site-1 > li > .sub-menu > li > .sub-menu > li {
    list-style-type: none;

}

#menu-mapa-site-1 > li > .sub-menu > li > .sub-menu > li > a {
    text-decoration: none;
    color: #4a4a4a;
}

#menu-mapa-site-1 > li > .sub-menu > li > a > img {
    float: left;
    margin: 0px 2px;
}

.mapa-site > ul, .mobile > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.mobile > ul > li {
    margin-bottom: 20px;
}

.no-margin-li {
    margin: 0 !important;
}

.mapa-site > ul > li > ul, .mobile > ul > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mapa-site > ul > li > a {
    text-decoration: none;
    font-family: 'FedraSansAltPro-Medium';
    color: #4a4a4a;
}

.mapa-site > ul > li > ul > li > a {
    text-decoration: none;
    color: #4a4a4a;
    position: relative;
}

.mapa-site a:hover {
    color: #cd6937 !important;
    text-decoration: underline !important;
}

#menu-mapa-site-1 a:hover {
    color: #cd6937 !important;
    text-decoration: underline !important;
}

.mapa-site a:hover img {
    opacity: 0.5;
}

#menu-header-menu .current-menu-item img, #menu-mapa-site-1 .current-menu-item img {
    opacity: 0.5;
}

#menu-header-menu-principal > .sub-menu {
    float: left;
}

#menu-header-menu-principal > li > a {
    font-family: 'FedraSansAltPro-Book';
    text-decoration: none;
    color: white;
    font-size: 13px;
    padding: 10px 40px;
    display: block;
}

.menu-item-has-children > a {
    text-decoration: none;
    font-family: 'FedraSansAltPro-Medium';
    color: #4a4a4a;
}

.continuacao-li-a > a {
    font-family: 'FedraSansAltPro-Book' !important;
}

.mapa-site .social .fb > a, .mobile .social .fb > a {
    position: relative;
    float: left;
}

.mapa-site .social .fb > a:after, .mobile .social .fb > a:after {
    content: '';
    background: url('img/sprite.png') no-repeat -656px -7px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 0px;
}

.mapa-site .social .tw > a, .mobile .social .tw > a {
    position: relative;
    float: left;
}

.mapa-site .social .tw > a:after, .mobile .social .tw > a:after {
    content: '';
    background: url('img/sprite.png') no-repeat -682px -7px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 25px;
}

.mapa-site .social .in > a, .mobile .social .in > a {
    position: relative;
    float: left;
}

.mapa-site .social .in > a:after, .mobile .social .in > a:after {
    content: '';
    background: url('img/sprite.png') no-repeat -706px -7px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 50px;
}

.mobile, .mobile-display {
    display: none;
}

.info {
    margin-top: 25px;
}

.logo-fc-menor {
    background: url('img/sprite.png') no-repeat -7px -61px;
    width: 23.3%;
    max-width: 207px;
    height: 34px;
    float: left;
}

.endereco {
    margin-left: 3%;
}

.endereco p {
    margin: 0;
    color: #4a4a4a;
}

.endereco a {
    text-decoration: none;
    color: #4a4a4a;
}

.outros {

}

.mobile-outros {
    margin: 0 auto;
    overflow: hidden;
    width: 305px;
}

.outros span {
    display: block;
    margin-bottom: 5px;
}

.seguranca .sprite-1 {
    background: url('img/sprite.png') no-repeat -346px -7px;
    width: 83px;
    height: 34px;
    margin-right: 14px;
}

.seguranca .sprite-2 {
    background: url('img/sprite.png') no-repeat -442px -7px;
    width: 72px;
    height: 30px;
    margin-right: 14px;
}

.apoio .sprite-1 {
    background: url('img/sprite.png') no-repeat -523px -8px;
    width: 52px;
    height: 27px;
    margin-right: 14px;
}

.filiados .sprite-1 {
    background: url('img/sprite.png') no-repeat -587px -7px;
    width: 56px;
    height: 32px;
}

.roda-pe {
    background-color: #644579;
    height: 35px;
    margin-top: 25px;
}

.roda-pe .container_8 span {
    color: white;
    line-height: 35px;
    float: left;
}

.roda-pe .container_8 ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.roda-pe .container_8 ul > li {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-right: 17px;
    line-height: 35px;
}

.roda-pe .container_8 ul > li:last-child {
    margin-right: 0px;

}

.roda-pe .container_8 ul > li > a {
    text-decoration: none;
    color: white;
}

/*
*PÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ginas
*/
.page-conteudo {
    float: left;
    width: 73.46%;
    min-height: 400px;
}

.single-page-conteudo {
    float: left;
    width: 66.16%;
    min-height: 400px;
    padding-right: 1.4%;
}

.sidebar-direito {
    float: left;
    width: 30.7%;
    padding-left: 1.4%;
    border-left: 1px solid #634579;
}

.page-conteudo .publicacao {
    margin-top: 30px;
    border-top: 1px solid #c8c8c8;
}

.info-post {
    color: #644579;
}

.info-categoria {
    float: left;
}

.info-data {
    float: left;
}

.post-conteudo {
    margin-top: 20px;
    font-size: 12px;
    line-height: 22px;
}

.post-conteudo.facebook-posts {
    width: 716px;
}

.post-conteudo.facebook-posts .wpemfb-container {
    display: none;
}

.post-conteudo.facebook-posts .fb-post {
    float: left;
    margin-bottom: 16px;
    margin-right: 8px;
}

.post-conteudo strong {
    /*    text-transform: uppercase;*/
    color: #644579;
}

.post-conteudo p {
    text-align: justify;
}

.post-conteudo img {
    max-width: 100%;
    height: auto;
}

.aligncenter {
    margin: 0 auto;
    display: block;
}

.abas {
    width: 100%;
    background-color: #644579;
    display: table;
    margin: 20px 0;
}

.aba {
    cursor: pointer;
    padding: 0.5% 3.34%;
    text-align: center;
    border-right: 1px solid #b2a59d;
    display: table-cell;
    box-sizing: border-box;
    float: none;
    width: 16.66%;
}

#tratamento {
    border-right: 0;
}

.aba:hover {
    background-color: #9e87ad;
}

.aba-ativa {
    background-color: #9e87ad !important;
}

.aba span {
    color: white;
    display: block;
    line-height: 18px;
}

.oquee {
    background: url('img/sprite.png') no-repeat -255px -102px;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}

.fatores {
    background: url('img/sprite.png') no-repeat -328px -102px;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}

.incidencia {
    background: url('img/sprite.png') no-repeat -183px -102px;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}

.prevencao {
    background: url('img/sprite.png') no-repeat -402px -102px;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}

.sintomas {
    background: url('img/sprite.png') no-repeat -476px -102px;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}

.diagnostico {
    background: url('img/sprite.png') no-repeat -550px -102px;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}

.tratamento {
    background: url('img/sprite.png') no-repeat -624px -103px;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}

.ajax-page-post .vermais {
    float: none;
    display: block;
    margin: 0 auto;
}

.breadcrumbs a {
    color: #644579;
}

.content-parent {
    margin: 20px 0;
}

.post-parent.Fleft {
    margin-bottom: 15px;
    width: 31.2%;
}

.post-children.Fleft {
    margin-bottom: 15px;
    width: 22.7%;
}

.post-children img {
    display: block;
    max-width: 100%;
    height: auto;
}

.post-parent img {
    display: block;
    max-width: 100%;
    height: auto
}

.post-children .parent-link {
    display: block;
    background-color: #e5d9ed;
    text-decoration: none;
    color: #644579;
    padding: 10px;
}

.post-depoimentos .parent-link {
    text-transform: capitalize;
}

.post-parent .parent-link {
    display: block;
    background-color: #e5d9ed;
    text-decoration: none;
    color: #644579;
    padding: 10px;
}

.post-parent:hover .parent-link {
    background-color: #cd6937;
    color: #FFF;
}

.post-parent:hover img {
    opacity: 0.75;
}

/*
*PÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡gina DOE
*/
.progresso.completo {
    background-color: #7b4495;
    color: white;
}

.progresso:hover {
    cursor: default;
}

.progresso {
    position: relative;
    float: left;
    background-color: #dbdbdb;
    color: #3a3a3a;
    text-transform: uppercase;
    font-size: 1.3vw;
    text-decoration: none;
    padding: 10px 0;
    text-align: center;
    width: 24.58%;
    margin: 10px 0.53% 0 0;
}

.progresso-ultimo {
    margin: 10px 0;
}

.progresso.completo:after {
    background: url('img/sprite.png') no-repeat -727px -35px;
    width: 11px;
    height: 23px;
    right: -10px !important;
    left: auto;
    z-index: 1;
}

.progresso-ultimo:after {
    display: none;
}

.progresso:after {
    content: '';
    position: absolute;
    background: url('img/sprite.png') no-repeat -747px -35px;
    width: 11px;
    height: 23px;
    left: -5px;
}

.form-esquerdo {
    border-right:2px solid #c8c8c8;
    float: left;
    padding-right: 1.5%;
    width: 50%;
}
.form-esquerdo-primeiro {
    margin-top: 20px;
    float: left;
    padding-right: 1.5%;
    width: 50%;
}

.campos_homenagem{
    margin-top: 15px;
}

.form-direito {
    float: left;
    padding-left: 1.5%;
    width: 46%;
}

.form-esquerdo span {
    display: block;
}

.campos ul {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}

.campos li {
    list-style: none;
    font-size: 12px;
    margin: 8px 0;
    width: 100%;
}

.campos p {
    font-size: 12px;
    line-height: 23px;
}

.campos label {
    font-size: 12px;
    display: block;
    width: 100%;
    position: relative;
}

.doacao-periodo li {
    /* float: left; */
    /* padding-right: 55px; */
    display: table-cell;
    white-space: nowrap;
}

#ulPerio {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}

ul#ulPerio li {
    width: 0;
    display: table-cell;
    white-space: nowrap;
}

.campos select {
    width: 100%;
    height: 36px;
    margin: 5px 0;
}

.campos input[type="text"], .campos input[type="password"], .campos input[type="email"] {
    width: 100%;
    height: 30px;
    margin: 5px 0;
}

.camposF7 input[type="text"], .camposF7 input[type="password"], .camposF7 input[type="email"] {
    width: 370px;
    height: 30px;
    margin: 10px 0;
}

.campos textarea {
    width: 100%;
    resize: vertical;
}

.camposF7 textarea {
    width: 100%;
    resize: vertical;
}

.editar span {
    display: block;
    background: url('img/sprite.png') no-repeat -299px -58px;
    width: 34px;
    height: 34px;
    z-index: 3;
    margin: 0 auto;

}

.excluir span {
    display: block;
    background: url('img/sprite.png') no-repeat -343px -58px;
    width: 34px;
    height: 34px;
    z-index: 3;
    margin: 0 auto;

}

.minha-festa input[type="text"], .minha-festa input[type="email"] {
    width: 100%;
    height: 30px;
}

.file-wrapper {
    position: relative;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
}

.file-wrapper input[type="file"] {
    opacity: 0;
}

.filename {
    border: 1px solid;
    line-height: 36px;
    width: 89%;
}

.file-wrapper input[type="file"] {
    position: absolute;
    height: 38px;
    width: 100%;
}

.minha-festa textarea {
    width: 100%;
    height: 100px;
    resize: vertical;
}

.camposF7 textarea {
    width: 370px;
}

.continuar {
    font-family: 'FedraSansAltPro-Book';
    text-decoration: none;
    padding: 10px 20px;
    font-size: 15px;
}

.box-continuar {
    margin-top: 30px;
}

.fullbotao {
    font-family: 'FedraSansAltPro-Book';
    text-decoration: none;
    padding: 10px 20px;
    font-size: 15px;
    display: block;
}

.fullbotao-com-simbolo {
    font-family: 'FedraSansAltPro-Book';
    text-decoration: none;
    padding: 12px 20px;
    font-size: 14px;
    display: block;
    padding-left: 48px;
}

.posicao-fullbotao {
    position: relative;
    top: 35px;
}

.voltar {
    color: #63477a;
    display: block;
    margin: 12px 0;
    font-size: 12px;
    float: left;
}

label.req:after {
    content: "*";
    color: red;
    margin: 0 2px 0 0;
}

.campos .doacao-dados label {
    display: block;
    padding: 8px 0 8px;
    font-size: 12px;
}

.input-erro {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(255, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 6px 0px rgba(255, 0, 0, 0.75);
    box-shadow: 0px 0px 6px 0px rgba(255, 0, 0, 0.75);
}

.input-correto {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(69, 255, 2, 0.75);
    -moz-box-shadow: 0px 0px 6px 0px rgba(69, 255, 2, 0.75);
    box-shadow: 0px 0px 6px 0px rgba(69, 255, 2, 0.75);
}

.wrap-tab {
    border-bottom: solid 2px #ddd;
}

.wrap-tab ul {
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.wrap-tab a {
    /* color: #80BB25; */
    text-decoration: none;
    color: #525151;
}

.wrap-tab li {
    float: left;
    background: #e5d9ed;
    color: black;
    padding: 8px 16px;
    font-size: 12px;
    position: relative;
    top: 2px;
    border-right: solid white 2px;
}

.wrap-tab li.ativo {
    /* background: #bdbdbd; */
    background-color: #644579 !important;
}

.wrap-tab li.ativo a {
    color: white !important;
}

#ulEnderecos > li {
    float: left;
    width: 48%;
    position: relative;
}

#ulEnderecos > li:nth-child(odd) {
    margin-right: 3%;
}

table.info {
    border-spacing: 16px;
    width: 400px;
    font-size: 12px;
}

table.info th {
    text-align: left;
    font-weight: normal;
    width: 30%;
}

table.info td {
    border: solid 1px #aaa;
    background: #ddd;
    text-align: center;
    padding: 8px;
    margin: 20px;
}

/*
*PÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡gina area do doador
*/
.atencao-doador {
    width: 97%;
    padding: 10px;
    background-color: #644579;
    color: white;
    border-radius: 10px;
    font-size: 11px;
    line-height: 21px;
}

.atencao-doador a {
    color: white;
}

.label-customizado {
    padding: 0 !important;
    display: inline !important;
    margin: 0;
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label span {
    display: inline-block;
    background: url('img/radio.png') no-repeat 0 0;
    width: 16px;
    height: 16px;
    text-indent: 20px;
    line-height: 17px;
}

input[type="radio"]:checked + label span {
    background: url('img/radio.png') no-repeat -20px 0;
}


input[type="radio"].radio-peq + label span {
    display: inline-block;
    background: url('img/radio_bullet_site_fundacao_2.png') no-repeat 0 0;
    width: 13px;
    height: 13px;
    text-indent: 20px;
    line-height: 17px;
}


input[type="radio"].radio-peq-error + label span {
    display: inline-block;
    background: url('img/radio_bullet_site_fundacao_2.png') no-repeat -30px 0;
    width: 13px;
    height: 13px;
    text-indent: 20px;
    line-height: 17px;
}

input[type="radio"]:checked.radio-peq + label span {
    background: url('img/radio_bullet_site_fundacao_2.png') no-repeat -15px 0;
}

input[type="radio"]:checked.radio-peq-error + label span {
    background: url('img/radio_bullet_site_fundacao_2.png') no-repeat -15px 0;
}
input[type="checkbox"].checkbox-peq{
    display: none;
}
input[type="checkbox"].checkbox-peq-error{
    display: none;
}
input[type="checkbox"].checkbox-peq + label span {
    display: inline-block;
    background: url('img/checkbox_bullet_site_fundacao.png') no-repeat 0 0;
    width: 15px;
    height: 15px;
    text-indent: 20px;
    line-height: 17px;
    margin-right:3px;
}
input[type="checkbox"].checkbox-peq-error + label span {
    display: inline-block;
    background: url('img/checkbox_bullet_site_fundacao.png') no-repeat -30px 0;
    width: 15px;
    height: 15px;
    text-indent: 20px;
    line-height: 17px;
    margin-right:3px;
}

input[type="checkbox"]:checked.checkbox-peq + label span {
    background: url('img/checkbox_bullet_site_fundacao.png') no-repeat -14px 0;
}
input[type="checkbox"]:checked.checkbox-peq-error + label span {
    background: url('img/checkbox_bullet_site_fundacao.png') no-repeat -14px 0;
}

.tamanho-input {
    width: 215px;
    padding: 5px 10px;
}

.fazer-login {
    border-right: 1px solid #7b4495;
    padding: 10px 30px 10px 0;
}

.fazer-login h2:before {
    content: ' ';
    position: absolute;
    background: url('img/sprite.png') no-repeat -387px -65px;
    width: 21px;
    height: 21px;
    top: -3px;
    left: 0px;
}

.duvidas {
    padding: 10px 10px 10px 30px;
}

.fazer-login ul {
    margin: 0;
    padding: 0;
}

.fazer-login li {
    list-style-type: none;
    margin: 10px 0;
}

.fazer-login label {
    font-size: 11px;
    color: #63477a;
}

.fazer-login h2 {
    text-transform: uppercase;
    position: relative;
    padding-left: 25px;
}

.duvidas h1 {
    position: relative;
    padding-left: 25px;
}

.duvidas h1:before {
    content: ' ';
    position: absolute;
    background: url('img/sprite.png') no-repeat -418px -65px;
    width: 21px;
    height: 21px;
    top: -3px;
    left: 0;
}

.duvidas ul {
    margin: 0;
    padding: 0;

}

.duvidas li {
    list-style-type: none;
    margin: 20px 0;
}

.page-doador li {
    list-style-type: none;
}

.page-doador ul {
    margin: 0;
    padding: 0;
}

.historico {
    width: 100%;
    margin: 10px 0;
}

.historico tr:first-child {
    background-color: #644579 !important;
    color: white;
}

.historico tr:nth-child(even) {
    background-color: #e2d4eb;
}

.historico tr:nth-child(odd) {
    background-color: #d1c1db;
}

.historico td {
    text-align: center;
    padding: 11px 5px;
    border: 1px solid white;
}

#menu-area-doador {
    padding: 0;
    overflow: hidden;
}

#menu-area-doador li:nth-child(4n+4) {
    margin-right: 0;
}

#menu-area-doador li:nth-child(8n+8) {
    margin-right: 0;
}

#menu-area-doador li {
    list-style-type: none;
    float: left;
    font-size: 12px;
    font-family: 'FedraSansPro-Bold';
    text-align: center;
    width: 138px;
    margin-right: 42px;
    margin-top: 40px;
}

#menu-area-doador li img {
    margin-bottom: 10px;
}

#menu-area-doador li a {
    text-decoration: none;
}

/*
*PÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡gina Depoimentos
*/
.deixe-seu-depoimento a {
    position: absolute;
    right: 0;
    top: 12.5%;
}

.deixe-seu-depoimento a:before {
    content: ' ';
    position: absolute;
    background: url('img/sprite.png') no-repeat -604px -58px;
    width: 34px;
    height: 34px;
    left: 7px;
    top: 5px;
}

.deixe-seu-depoimento {
    width: 100%;
    position: relative;
    margin: 10px 0;
/ / overflow : hidden;
}

.deixe-seu-depoimento p {
    float: left;
    width: 61%;
    margin: 0;
    /* margin-left: 30%; */
    border-right: 1px solid #c8c8c8;
    padding-right: 3%;
}

/*
*Side BAR esquerdo
*/
.sidebar-esquerdo {
    float: left;
    width: 21.69%;
    min-height: 400px;
    margin-right: 4.85%;
}

.sidebar-esquerdo ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

.sidebar-esquerdo > ul {

}

.sidebar-esquerdo ul > li {
    border-bottom: 1px solid #c8c8c8;
}

.sidebar-esquerdo ul > li:last-child {
    border: 0;
}

.sidebar-esquerdo ul > li > a {
    display: block;
    text-decoration: none;
    color: #644579;
    font-size: 13px;
    background-color: #e5d9ed;
    text-align: center;
    padding: 4% 0;
}

.sidebar-esquerdo ul > .ng-menu-item-has-children {

}

.sidebar-esquerdo ul > .ng-menu-item-has-children > ul {
    border: 1px solid #c8c8c8;
}

.sidebar-esquerdo ul > .menu-item-has-children > ul {
    border: 1px solid #c8c8c8;
}

.sidebar-esquerdo ul > .ng-menu-item-has-children > li {

}

.sidebar-esquerdo ul > .ng-menu-item-has-children > a {
    font-family: 'FedraSansAltPro-Book';
    display: block;
    background-color: #9e87ad;
    color: white;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.sidebar-esquerdo ul > .menu-item-has-children > a {
    font-family: 'FedraSansAltPro-Book';
    display: block;
    background-color: #9e87ad;
    color: white;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

/*.sidebar-esquerdo ul > .ng-menu-item-has-children > a:after {
    content: '';
    background-image: url('img/arrow-select.png');
    position: absolute;
    width: 37px;
    height: 27px;
    -webkit-transform: rotate(90deg);
    left: -5px;
    top: 5px;
}*/

.seta-sidebar {
    position: relative;
    width: 10px;
    height: 14px;
    margin: 0 auto;
    background-position: 50%;
    background-size: cover;
    top: 26%;
}

.fundo-roxo-escuro {
    background-color: #63477a;
    width: 17%;
    max-width: 17%;
    height: 100%;
    top: 0px;
    position: absolute;
}

.sidebar-esquerdo ul > li > a:hover .fundo-roxo-escuro {
    background-color: #cd6937;
}

/*.sidebar-esquerdo ul > .menu-item-has-children > a:after {
    content: '';
    background-image: url('img/arrow-select.png');
    position: absolute;
    width: 37px;
    height: 27px;
    -webkit-transform: rotate(90deg);
    left: -5px;
    top: 5px;
}*/

.widgets .publicacao {
    margin-top: 18px;
}

.widget-social {
    margin-top: 30px;
    position: relative;
}

.fb-like-box {
    left: -8px;
    top: -5px;
}

.sidebar-tw {

}

.sidebar-tw:after {
    content: '';
    background: url('img/sprite.png') no-repeat -775px -7px;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 4px;
    top: 6px;
}

.sidebar-in {

}

.sidebar-in:after {
    content: '';
    background: url('img/sprite.png') no-repeat -794px -7px;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 4px;
    top: 6px;
}

.sidebar-insta {

}

.sidebar-insta:after {
    content: '';
    background: url('img/sprite.png') no-repeat -794px -58px;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 4px;
    top: 6px;
}

.widget-social a {
    font-family: 'FedraSansAltPro-Medium';
    text-decoration: none;
    font-size: 9px;
    padding: 8px 10px 8px 23px;
    text-transform: uppercase;
    text-align: center;
    color: #644579;
    position: relative;
    float: left;
    margin-bottom: 10px;
}

.widget-social > a:nth-child(even) {
    margin: 0 10px;
    margin-bottom: 10px;
}

.widget-social a:hover {
    background-color: #cd6937;
    color: white;
}

/*
*Menus ativos
*/
.sidebar-esquerdo .current-menu-item > a, #menu-header-menu-principal .current-menu-item > a {
    background-color: #cd6937 !important;
    color: white !important;
}

.sidebar-esquerdo .current-page-ancestor > a, #menu-header-menu-principal .current-page-ancestor > a {
    background-color: #cd6937 !important;
    color: white !important;
}

.sidebar-esquerdo .current_page_item > a, #menu-header-menu-principal .current_page_item > a {
    background-color: #cd6937 !important;
    color: white !important;
}

/*
*HOVERS
*/
.doe-online.laranja:hover {
    background-color: #644579;
}

.header-nav ul > li > a:hover {
    text-decoration: underline;
}

.social > a:hover {
    text-decoration: none !important;
}

.lupa:hover {
    cursor: pointer;
}

#menu-header-menu-principal > li > a:hover {
    background-color: white;
    color: #634579;
}

#menu-header-menu-principal > li:hover .sub-menu {
    display: block;
}

.janela-esquerda ul > li > a:hover {
    background-color: #644579;
    color: white;
}

.sprite-1:hover, .sprite-2:hover, .logo-fc-menor:hover, .fb > a:hover, .tw > a:hover, .in > a:hover, .logo-fc:hover {
    cursor: pointer;
    opacity: 0.5;
}

.roda-pe .container_8 ul > li > a:hover {
    text-decoration: underline;
}

.sidebar-esquerdo ul > .menu-item-has-children > ul > li > a:hover, .sidebar-esquerdo .ng-menu-item-has-children > ul > li > a:hover {
    background-color: #cd6937;
    color: white;
}

.paginacao {
    width: 100%;
    max-width: 215px;
    margin: 0 auto;
}

.paginacao a {

}

.prev:before {

}

.next:before {

}

/*
*Transitions
*/
* {
    transition: background-color 0.5s ease, color 0.5s ease;
    -webkit-transition: background-color 0.5s ease, color 0.5s ease;
    -moz-transition: background-color 0.5s ease, color 0.5s ease;
}

.ajax-loader {
    width: 16px !important;
    height: 16px !important;
}

.fc-bootstrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-item {
    margin-bottom: 16px;
    font-size: 11px;
}

.search-title {
    font-family: 'FedraSansAltPro-Medium', 'Verdana', 'sans-serif';
    font-size: 120%;
}

.search-info {
    font-size: 80%;
}

.search-item p {
    margin: 0;
}

#bootstap-principal > li > .sub-menu > li {
    width: 100%;
}

#bootstap-principal > li > .sub-menu > li a {
    width: 100%;
    box-sizing: border-box;
}

#bootstap-principal > li > .sub-menu > li:hover {
    background-color: #cd6937;
}

#bootstap-principal > li > .sub-menu > li:hover a {
    color: white;
}

.post-conteudo #menu-mapa-site-1 {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.post-conteudo #menu-mapa-site-1 {
    -moz-column-count: 4;
    -moz-column-gap: 45px;
    -moz-column-rule: 2px solid #c8c8c8;
    -webkit-column-count: 4;
    -webkit-column-gap: 45px;
    -webkit-column-rule: 2px solid #c8c8c8;
    column-gap: 45px;
    column-count: 4;
    column-rule: 2px solid #c8c8c8;
}

.boletim {
    width: 100%;
}

.boletim ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.boletim ul > li {

}

.boletim h2 {
    font-size: 26px;
    border-bottom: 2px solid;
    margin: 0;
    margin-bottom: 10px;
    padding: 15px 0;
}

.slide-a {
    display: block;
    padding: 24px 5px;
    padding-bottom: 0;
    text-align: center;
    width: 144px;
    text-decoration: none;
}

.slide-a span {
    margin: 11px 0;
    display: block;
}

.single-display {
    display: none;
}

#numeroCartao, #titularCartao {
    width: 40%;
}

#debito li {
    float: left;
    width: 12%;
    margin-right: 10px;
}

#debito .fullwidth {
    width: 35%;
    margin-right: 0;
}

.boleto-p {
    background-color: #EDEDED;
    color: #7b4495;
    text-align: center;
}

.qafp-faq-title {
    background-color: #9d87ad;
    border: 1px solid #b3a59c;

}

.qafp-faq-title a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 6px;
    padding-left: 37px;
    position: relative;
    font-size: 12px;
    line-height: 22px;
}

.qafp-faq-title a:before {
    content: ' ';
    position: absolute;
    background-image: url('img/seta_faq.jpg');
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    left: 0px;
    top: 0;
}

.qafp-faq-title a.ativo:before {
    -webkit-transform: rotate(90deg);
}

.qafp-faq-title a:hover {
    background-color: #cd6937;
    color: white;
}

.qafp-faq {
    background-color: #e6d9ed;
    color: #5e4771;
}

.post-conteudo hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #7b4495;
}

.qafp-category hr {
    display: none;
}

.qafp-faq-answer p {
    margin: 10px 0;
}

.qafp-faq-answer {
    padding: 10px;
}

.qafp-comments {
    display: none;
}

.label-radio {
    float: left;
    width: 50% !important;
}

.ajuda-aparece {
    visibility: hidden;
    position: absolute;
    top: 10px;
    left: 26px;
    opacity: 0;
    z-index: 9999;
    width: 265px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: white;
    padding: 0 10px;
    text-align: center;
}

.ajuda {
    background: url('img/sprite.png') no-repeat -418px -65px;
    width: 21px;
    height: 21px;
    position: absolute;
    cursor: pointer;
    top: 5px;
    left: 50px;
}

.ajuda:hover .ajuda-aparece {
    visibility: visible;
    opacity: 1;
}

.ajax-loader-fundo-cinza {
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(img/ajax-loader.gif);
    top: 12px;
    left: 105px;
}

#dadosBoleto li {
    width: 50%;
}

body #cboxOverlay {
    background: #fff;
}

#trocaDebito {
    display: none;
}

.input-widget {
    padding: 5px 5px;
    width: 93%;
    margin-bottom: 10px;
}

.wp-caption-text {
    font-size: 10px;
    background-color: rgba(128, 128, 128, 0.23);
    margin: 0;
    padding: 10px;
    line-height: 14px;
}

#playlist {
    margin-top: 30px;
}

.videoid:hover {
    cursor: pointer;
    opacity: 0.5;
}

.opaco {
    opacity: 0.5;
}

#sharefbseo {
    display: none;
}

/*
================Página inglês=================
*/

.en .navbar-roxo {
    height: 10px;
}

.en .page-main p {
    font-size: 12px;
    line-height: 22px;
}

.fl-en-p {
    background: url('img/flag.png') no-repeat 0 0;
    width: 27px;
    height: 16px;
    display: inline-block;
}

.fl-br-p {
    background: url('img/flag.png') no-repeat -32px 0;
    width: 27px;
    height: 16px;
    display: inline-block;
}

.fl-en {
    background: url('img/flag.png') no-repeat 0 -36px;
    width: 33px;
    height: 20px;
    display: inline-block;
}

.fl-br {
    background: url('img/flag.png') no-repeat -39px -36px;
    width: 33px;
    height: 20px;
    display: inline-block;
}

.en .header-nav {

}

.en .header-nav ul:first-child {
    border-right: 1px solid #c8c8c8;
    padding-right: 10px;
    margin-right: 10px;
}

.en .header-nav ul li {
    border: 0;
    padding: 0 3px;
    float: none;
    display: inline-block;
    vertical-align: text-bottom;
}

.en .outros {

}

.en .outros ul:first-child {
    border-right: 1px solid #c8c8c8;
    padding-right: 10px;
    margin-right: 10px;
}

.en .outros ul {
    padding: 0;
    float: left;
}

.en .outros ul li {
    list-style-type: none;
    /* float: left; */
    padding: 0 2px;
    vertical-align: text-bottom;
    display: inline-block;
}

.en .bloco:first-child {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 10px;
}

.qafp-faq-answer h3 strong {
    font-size: 14px;
    font-weight: normal;
}











@font-face{
    font-family: "Fedra Sans Std";	
    src: url('FedraSansStd.eot');
    src: local('Fedra Sans Std'), 
        local('Fedra Sans Std'), 
        url('FedraSansStd.ttf') format('truetype'); 
}
/*body, form{
        font-family:Arial, Helvetica, sans-serif;
}*/
.well{
    padding-left: 1.4em;
   /* font-family: 'Fedra Sans Std' !important;*/
}
.well div, input, button{
    box-sizing: border-box;
}

/*grid*/
.janela-esquerda {
    padding-right: 2%;
    width: 66.9%;
}
.janela-direita {
    width: 28.9%;
    padding-left: 2%;
}
.half{
    width: 50%;
    float: left;
    padding-top:0.7em;
}
.quarter{
    width:25%;
    float: left;
    padding-top:0.7em;
}
.one-third{
    width:33%;
    float: left;
    padding-top:0.7em;
}
.two-thirds{
    width:66%;
    padding-top:0.7em;
}
.debito{
    width: 90%;
    padding-left: 3%;
    padding-right: 5%;
}
.clearfix{
    clear:both;
    float:none;
}
.cep-button{
    margin-left:0.7em;
}
.informacoes{
    padding-top:0.7em;
    padding-left: 1.7em;
}
#warning{
    margin: 1.7em;
}
.warning div{
    padding-top: 1.4em;
    padding-bottom: 0.7em;
}
.warning-texto{
    line-height:200%;
}
#itau{
    min-height: 21em;
}
#cartao{
    margin-top: 1.3em;
}
.index-main {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
}
.Fleft{
    float:left;
}
.conteudo {
    padding-top: 1.4em !important;
    padding-bottom: 2.8em !important;
}
.container_8 {
    width: 90%;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
}


.v-align {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

/*textos*/
.panel h2{
    margin-top: 0;
    font-family: 'Fedra Sans Std' !important;
}
.panel h3 span{
    font-weight:400;
    margin-right:0.35em;
}
#redirecionamento{
    font-weight:bold;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}
#redirecionamento a{
    text-decoration:none;
    color:#80288d;
}
.title{
    font-size:1.8em;
    font-weight:bold;
    color:#644579;	
}
.title-description{
    font-size:1.3em;
    color:#6f6f6e;	
}
.form-title{
    font-size:1.5em;
    font-weight:bold;
    color:#95bb50;
    padding-bottom: 0.7em;	
}
.form-subtitle{
    font-size:1.3em;
    font-weight:bold;
    color:#80288d;	
}
.panel label{
    font-size: 1.1em;
    color:#6f6f6e;	
    /*font-family: 'Fedra Sans Std' !important;*/
    font-weight: normal; 
}
.panel label span{
    color:#F00;	
    float: none;
    border:none;
    margin:0;
    padding: 0;
    font-style: normal;    
}
.como-conheceu select{
    margin-left: 3em;
    margin-bottom: 0.7em;
}
#terms{
    margin-left: 2%;
}
#preenchimento{
    color:#F00;
    font-size:1em;	
    border:none;
    font-style: normal;
}
.panel{
    padding-left: 1em;
    padding-right:1em;
}
.panel #preenchimento{
    margin-right: 0.3em;
}
#doacao{
    min-height: 9em;
}
/*buttons and inputs*/
/*.panel input[type=checkbox]:not(old),
.panel input[type=radio   ]:not(old){
    width     : 1.5em;
    margin    : 0;
    padding   : 0;
    font-size : 1em;
    opacity   : 0;
    -webkit-box-sizing: border-box;
}
.panel input[type=checkbox]:not(old) + label,
.panel input[type=radio   ]:not(old) + label{
    display      : inline-block;
    margin-left  : -2em;
    line-height  : 1.5em;
}

.panel input[type=radio   ]:not(old) + label > span{
    display          : inline-block;
    width            : 1em;
    height           : 1em;
    margin           : 0.25em 0.5em 0.25em 0.25em;
    border           : 2px solid rgb(100,69,121);
    border-radius    : 1.4em;
    background       : rgb(220,208,228);
    vertical-align   : bottom;
}
.panel input[type=checkbox]:not(old) + label > span{
    display          : inline-block;
    width            : 1em;
    height           : 1em;
    margin           : 0.25em 0.5em 0.25em 0.25em;
    border           : 2px solid rgb(200,200,200);
    border-radius    : 2px;
    background       : rgb(255,255,255);
    vertical-align   : bottom;
}
.panel input[type=checkbox]:not(old):checked + label > span:before{
    content     : '✓';
    display     : block;
    width       : 1em;
    color       : rgb(220,208,228);
    font-size   : 0.875em;
    line-height : 1em;
    text-align  : center;
    text-shadow : 0 0 0.0714em rgb(100,69,121);
    font-weight : bold;
}
.panel input[type=radio]:not(old):checked + label > span > span{
    display          : block;
    width            : 0.5em;
    height           : 0.5em;
    margin           : 0.125em;
    border           : 2px solid rgb(100,69,121);
    border-radius    : 1.4em;
    background       : rgb(220,208,228);
}*/
.form-control-customized{
    height: 2.1em;
    padding: 0.45em 0.85em;
    font-size: 1.1em;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0.4em;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-sizing: border-box
}
.select {
    width: 13em;
    padding:0.14em;
    border:1px solid #ddd;
    background:url(img/arrow.png) 0 0 no-repeat;
    -webkit-appearance: none;
    background-position: 98% 0.3em;
    font-size:0.85em;
    color:#6f6f6e;	
    font-weight: normal;
}
.form-control.select{
    background-position: 98% 0.7em;
}
.cep-button{
    border:none;
    background-color:#dadad9;
    border-radius:0.7em;
    margin-top:0.7em;	
}
.cep-button:hover{
    background-color:#575757;
    color:#fff;
}
.btn-submit{
    background-color:#95bb50;
    border-color:#698438;
    border-radius:0;
    padding:1.4em 3.7em;
    margin-bottom: 1.3em;
}

/*pagamento*/
.pagamento{
    min-height:3.5em;
    padding-top: 0.3em;	
}

/*como conheceu*/
.como-conheceu{
    padding-top: 0.3em;	
}

/*imagens*/
#telefone{
    margin-top:0.7em;
}

/*Sobreescrevendo bootstrap*/
.form-control{
    /*width:60%;*/
    box-sizing: border-box
}
[class*="col-"]{
    margin-bottom: 0.5em;
    padding-bottom:  0.5em;
}
.row-no-padding [class*="col-"]{
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left:  0 !important;
    margin-right:  0 !important;
}


#btn-cep{
    margin-top:0.8em;
}

#cartaoImg{
    width: 70px;
    height: 50px;
}

/*media queries*/
@media screen and (max-width:93.7em){
    .forma-de-pagamento{
        padding-bottom:3.5em;
    }
    #certsign{
        margin:0.7em;	
    }
    .one-third, .quarter, .half, .two-thirds{
        width:auto;
        float:none;
        padding-top:0;	
    }
    .pagamento{
        padding-top:0.7em;
    }
    #campanhas{
        margin-left:0;
    }
    .como-conheceu select{
        margin-left:0.3em;	
    }
    .label-mobile-fix{
        margin-left: 2.29em;
        margin-top: -1.2em;
    }
    #itau {
        min-height: 50em;
    }
}
.warning{
   border:1px solid red;
 }
 .errosList li{
    margin: 5px 0 0 0;
    color: #7b4495;
    font-weight: bold;
    font-size: 1.2em;
 }
 
 .erroField{
     border: 1px solid #ff0000;
 }
 #textoDoacao{
     color: #737889;
 }
 
 .wrong-password{
     background-color: #f2cccb;
     border: 2px solid #FF0000;
 }
 .right-password{
     background-color: #ccf2cb;
     border: 2px solid #469108;
 }
 
 .aceitoLabel{
     font-size: 12px;
     color: #6f6f6e;
 }
 
 .espacoAceite{
     padding-left: 55px;
 }
 
 .display-none{
     display:none;
 }