html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q,
blockquote {
    quotes: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}

a img {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

body {
    background-size: cover !important;
    font-family: 'Open Sans', sans-serif
}

body.home {
    background: url("images/fd-geral.jpg") no-repeat
}

a {
    outline: none !important;
    text-decoration: none !important
}

div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    height: 100%
}

label {
    cursor: pointer;
    font-weight: bold
}

textarea {
    resize: none
}

.hide {
    display: none
}

.home-mobile {
    display: none
}

.logo {
    position: absolute;
    display: block;
    width: 127px;
    height: 26px;
    left: 70px;
    top: 25px;
    text-indent: -99999px;
    background: url("images/logo.svg") no-repeat
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.home .border {
    background: rgba(255, 255, 255, 0.3) !important
}

.border {
    position: fixed;
    background: #FFF;
    z-index: 8008
}

.border.borderTopo {
    left: 0;
    top: 0;
    height: 70px;
    width: 100%
}

.border.borderBaixo {
    left: 0;
    bottom: 0;
    height: 70px;
    width: 100%
}

.border.borderEsquerda {
    left: 0;
    top: 70px;
    height: calc(100% - 140px);
    width: 70px;
    display: table
}

.border.borderDireita {
    right: 0;
    top: 70px;
    height: calc(100% - 140px);
    width: 70px;
    display: table
}

.language {
    display: table-cell;
    vertical-align: middle
}

#lang_sel_list.lang_sel_list_vertical {
    width: 70px;
    height: 95px
}

#lang_sel_list.lang_sel_list_vertical ul {
    border-top: 0 !important;
    margin: 0px auto !important;
    width: 20px
}

#lang_sel_list.lang_sel_list_vertical li {
    width: 20px
}

#lang_sel_list li {
    float: none !important
}

#lang_sel_list ul a,
#lang_sel_list_list ul a:visited {
    border: 0 !important;
}

#lang_sel_list.lang_sel_list_vertical ul a,
#lang_sel_list_list ul a:visited {
    padding: 0 !important
}

.icl-en a,
.icl-es a,
.icl-pt-br a,
.icl-it a,
.icl-de a {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    color: #000490 !important
}

.icl-en a:hover::after,
.icl-es a:hover::after,
.icl-pt-br a:hover::after,
.icl-it a:hover::after,
.icl-de a:hover::after {
    color: #ff6700 !important
}

.icl-en a img,
.icl-es a img,
.icl-pt-br a img,
.icl-it a img,
.icl-de a img {
    display: none
}

.icl-en a::after,
.icl-es a::after,
.icl-pt-br a::after,
.icl-it a::after,
.icl-de a::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background: transparent !important;
    font-weight: 800;
    -moz-transition: all, .3s;
    -o-transition: all, .3s;
    -webkit-transition: all, .3s;
    transition: all, .3s
}

.icl-en>a::after {
    content: "EN"
}

.icl-es>a::after {
    content: "ES"
}

.icl-pt-br>a::after {
    content: "PT"
}

.icl-it>a::after {
    content: "IT"
}

.icl-de>a::after {
    content: "DE"
}

.lang_sel_sel::after {
    color: #ff6700
}

.page-template-category-artigos-php .language,
.page-template-category-artigos-php .list-midias {
    display: none !important
}

.nav,
.nav-obra {
    display: none;
    font-size: 9px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase
}

.nav .container-nav,
.nav-obra .container-nav {
    cursor: pointer
}

.nav p,
.nav-obra p {
    position: relative;
    color: #22259f;
    padding-top: 5px
}

.nav p::after,
.nav-obra p::after {
    content: " ";
    width: 100%;
    max-width: 26px;
    height: 1px;
    background-color: #00dfff;
    position: absolute;
    bottom: -6px;
    left: 0
}

.single .language,
.single .list-midias {
    display: none !important
}

.page-template-obras .nav,
.single .nav-obra {
    display: table-cell;
    vertical-align: middle
}

.container-nav {
    width: 25px;
    margin: 0 auto;
    text-align: center
}

.lista-category .loading {
    display: none;
    background: url("images/loading.gif") #F3F3F3 center bottom no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    text-indent: -9999px
}

.lista-category.carregando .loading {
    display: block !important;
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("images/loading.gif") #F3F3F3 center bottom no-repeat;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
    text-indent: -9999px
}

.lista-category.carregando .loading>div {
    display: none;
    background-color: #F3F3F3 !important
}

.page-template-obras .nav {
    display: none !important
}

.nav {
    display: table-cell !important;
    vertical-align: middle
}

.home .nav,
.page-template-bio .nav,
.page-template-atelier .nav,
.category-artigos .nav,
.page-template-timeline .nav {
    display: none !important
}

.container-interno.atelier {
    height: calc(100% - 140px) !important
}

.list-midias {
    display: table-cell;
    vertical-align: middle
}

.list-midias-footer {
    display: none;
    text-align: center;
    clear: both
}

.home .list-midias li a,
.home .list-midias-footer li a {
    background-image: url("images/midias-sociais.svg") !important
}

.home .list-midias li a:hover,
.home .list-midias-footer li a:hover {
    background-image: url("images/midias-sociais-color.svg") !important
}

.list-midias li a,
.list-midias-footer li a {
    width: 13px;
    height: 16px;
    display: block;
    margin: 0 auto 28px auto;
    text-indent: -9999px;
    background-position: 0 1px;
    background-image: url("images/midias-sociais-color.svg")
}

.list-midias li a:hover,
.list-midias-footer li a:hover {
    background-image: url("images/midias-sociais.svg") !important
}

.list-midias-footer li {
    display: inline-block
}

.list-midias-footer li a {
    margin: 0 !important
}

.icon-facebook {
    background-position: -2px 95px !important
}

.icon-twitter {
    background-position: -1px 55px !important
}

.icon-youtube {
    background-position: -1px 16px !important
}

.list-midias li:last-child a {
    margin-bottom: 0 !important
}

.topo {
    position: fixed;
    z-index: 8009;
    width: 100%;
    height: 70px
}

.menu {
    position: absolute;
    right: 70px;
    top: 45px
}

.menu>li {
    display: inline-block;
    margin-left: 10px
}

.menu li:hover>a,
.current-menu-item>a {
    color: #FFF !important
}

.menu li:hover>a::after,
.current-menu-item>a::after {
    height: 70px !important;
    padding: 0 10px;
    left: -10px !important
}

.menu a {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    display: block;
    position: relative;
    -moz-transition: all, .3s;
    -o-transition: all, .3s;
    -webkit-transition: all, .3s;
    transition: all, .3s
}

.menu a:hover {
    color: #FFF
}

.menu a:after {
    content: " ";
    height: 2px;
    position: absolute;
    bottom: -9px;
    width: 100%;
    left: 0;
    z-index: -1;
    -moz-transition: all, .3s;
    -o-transition: all, .3s;
    -webkit-transition: all, .3s;
    transition: all, .3s
}

.home a:after {
    background-color: #c71d0e
}

.bio a:after {
    background-color: #e79537
}

.atelier a:after {
    background-color: #f1e438
}

.creditos-atelier {
    position: absolute;
    right: 110px;
    bottom: -4px
}

.creditos-atelier>div {
    float: left
}

.creditos-atelier .produtora {
    line-height: 40px;
    font-size: 9px
}

.creditos-atelier .produtora span {
    position: absolute;
    left: -50px
}

.creditos-atelier .musica {
    margin: 0 15px;
    padding-top: 10px
}

.creditos-atelier .musica p {
    font-size: 9px
}

.creditos-atelier .musica p:first-child {
    text-transform: uppercase
}

.creditos-atelier .musicos {
    font-size: 9px;
    font-family: "Open Sans", sans-serif;
    padding-top: 9px
}

.obras a:after {
    background-color: #6ee543
}

.textos a:after {
    background-color: #8edded
}

.timeline a:after {
    background-color: #518fdb
}

.contato a:after {
    background-color: #864acb
}

.mouseHome {
    position: absolute;
    bottom: -100px;
    left: 50%;
    margin-left: -50px
}

.seloComemorativo {
    position: absolute;
    bottom: -100px;
    left: 50%;
    margin-left: -50px
}

.geral {
    height: 100%
}

.borda-home {
    position: absolute;
    left: 70px;
    top: 70px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.category .borda-home {
    z-index: 9998
}

.prateleira-home {
    width: 1100px;
    height: 257px;
    background: url("images/prateleira-home.png") no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -128px;
    margin-left: -550px;
    z-index: 99
}

.menu-prateleira {
    position: absolute;
    left: 40px;
    top: -45px;
    width: 100%
}

.menu-prateleira li {
    display: inline-block;
    text-align: center;
    margin-left: 23px;
    position: relative
}

.menu-prateleira li a {
    display: block;
    width: 115px;
    height: 220px
}

.menu-prateleira li a:hover .fundo-menu::after {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
    height: 1520px !important;
    width: 400px !important
}

.menu-prateleira li a:hover .txt-menu {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    bottom: 0
}

.menu-prateleira .bio-destaque a {
    width: 133px;
    text-align: center
}

.menu-prateleira .obras-destaque a {
    width: 100px
}

.menu-prateleira .txt-menu {
    position: relative;
    z-index: 99;
    bottom: -50px;
    -moz-transition: all, .3s;
    -o-transition: all, .3s;
    -webkit-transition: all, .3s;
    transition: all, .3s;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

.menu-prateleira .fundo-menu::after {
    content: "";
    width: 257px;
    height: 0;
    left: -120px;
    bottom: -0;
    position: absolute;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    visibility: hidden;
    -moz-transition: all, .3s;
    -o-transition: all, .3s;
    -webkit-transition: all, .3s;
    transition: all, .3s;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

.menu-prateleira .home-destaque .fundo-menu::after {
    background: url("images/menu_prateleira/fd-home.png");
    bottom: 40px;
    left: -140px
}

.menu-prateleira .bio-destaque .fundo-menu::after {
    background: url("images/menu_prateleira/fd-bio.png");
    bottom: 30px;
    width: 250px;
    left: -130px
}

.menu-prateleira .atelier-destaque {
    margin-left: 18px !important;
    margin-right: 2px !important
}

.menu-prateleira .atelier-destaque .fundo-menu::after {
    background: url("images/menu_prateleira/fd-atelier.png");
    bottom: 55px;
    left: -140px
}

.menu-prateleira .obras-destaque .fundo-menu::after {
    background: url("images/menu_prateleira/fd-obras.png");
    bottom: 70px;
    left: -140px
}

.menu-prateleira .textos-destaque .fundo-menu::after {
    background: url("images/menu_prateleira/fd-textos.png");
    bottom: 30px;
    left: -140px !important
}

.menu-prateleira .timeline-destaque .fundo-menu::after {
    background: url("images/menu_prateleira/fd-timeline.png");
    bottom: 38px;
    left: -133px
}

.menu-prateleira .timeline-destaque .txt-menu {
    left: 4px !important
}

.menu-prateleira .contato-destaque {
    margin-left: 7px !important
}

.menu-prateleira .contato-destaque .fundo-menu::after {
    background: url("images/menu_prateleira/fd-contato.png");
    bottom: 65px;
    left: -139px
}

.container-interno {
    position: absolute;
    left: 70px;
    top: 70px;
    min-height: calc(100% - 140px);
    width: calc(100% - 140px);
    background: #f3f3f3;
    z-index: 999
}

.entry {
    padding: 70px;
    text-align: center
}

.entry .bio-geral,
.entry .txt-bio {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.page-template-templatestexto-corrido-php .nav {
    display: none !important
}

.content-foto {
    width: 50%;
    height: 100%;
    float: left;
    margin-right: 80px;
    background-size: cover;
    background-repeat: no-repeat
}

.content-bio {
    float: left;
    width: calc(50% - 120px);
    padding-top: 160px;
    padding-right: 40px;
    text-align: center
}

.content-bio h1 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase
}

.bio-geral {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 63px;
    position: relative
}

.bio-geral::before {
    content: " ";
    position: absolute;
    width: 1px;
    height: 25px;
    background-color: #aaaaaa;
    left: 50%;
    bottom: -41px
}

.txt-bio {
    font-size: 12px;
    position: relative
}

.txt-bio p {
    margin-bottom: 26px
}

.txt-bio::before {
    content: " ";
    position: absolute;
    width: 1px;
    background-color: #aaaaaa;
    left: 50%;
    bottom: -50px;
    height: 15px
}

.page-template-bio .borda-home,
.archive .borda-home,
.page-template-obras .borda-home {
    outline: 100px solid #fff;
    display: none
}

.home #lang_sel_list li a::after {
    color: #000 !important
}

.home #lang_sel_list li.inativo a::after {
    color: #CCC !important
}

.atelier iframe {
    width: 100%;
    height: 100%
}

.page-template-atelier .borda-home,
.single .borda-home {
    outline: 100px solid #fff
}

.lista-category {
    margin: 0 auto !important
}

.lista-category .content-single-obra {
    width: 20%;
    padding-bottom: 50px
}

.lista-category .content-single-obra:first-child {
    margin-left: 0 !important
}

.nomeObra {
    text-decoration: none !important;
    color: #212121;
    font-weight: 800;
    min-height: 50px;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 30px;
    padding-left: 20px;
    text-decoration: none !important;
    position: relative
}

.nomeObra::after {
    content: " ";
    background: #aaaaaa;
    width: 10px;
    height: 1px;
    position: absolute;
    bottom: -20px;
    left: 0;
    display: none
}

.owl-carousel .item a {
    display: block
}

.btn-visualizar {
    text-transform: uppercase;
    color: #ff6700;
    font-size: 12px;
    font-weight: 800;
    padding-left: 20px;
    display: block
}

.item img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto !important
}

.foto-category img {
    width: 100%;
    height: auto;
    display: block
}

.text-category {
    width: 220px !important
}

.chamadas-cat {
    text-align: center;
    margin-bottom: 70px;
    margin-top: 60px
}

.chamadas-cat h1 {
    font-size: 18px;
    font-weight: 800;
    color: #212121;
    text-transform: uppercase
}

.chamadas-cat h1 small {
    display: block;
    font-size: 12px;
    color: #494949;
    margin-top: 5px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700
}

.chamadas-cat h1 small::after {
    content: " ";
    width: 1px;
    height: 8px;
    background: #aaa;
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -1px
}

.chamadas-cat>div {
    display: none
}

.chamadas-cat .tags li {
    font-size: 12px;
    color: #ff6700;
    text-transform: uppercase;
    font-weight: 700;
    position: relative
}

.chamadas-cat .tags li::after {
    content: "\2022";
    position: absolute;
    right: -12px;
    top: 0px
}

.chamadas-cat .tags li:last-child::after {
    display: none !important
}

.chamadas-cat p {
    font-size: 12px;
    color: #494949;
    position: relative
}

.chamadas-cat p::after {
    content: " ";
    width: 1px;
    height: 25px;
    background: #aaa;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    bottom: -43px
}

.category .language,
.category .list-midias,
.listObras .list-midias,
.listObras .language,
.noNav .nav,
.single .nav {
    display: none !important
}

.desktop .noNav .language,
.desktop .noNav .list-midias,
.desktop .category-artigos .language,
.desktop .category-artigos,
.desktop .listObras .nav {
    display: table-cell !important
}

.category-artigos .nomeObra {
    height: 0;
    margin: 0;
    min-height: auto
}

.category-artigos .nomeObra::after {
    content: " ";
    background: #aaaaaa;
    width: 10px;
    height: 1px;
    position: absolute;
    bottom: -20px;
    left: 0
}

.category-artigos h2 {
    text-decoration: none !important;
    color: #212121;
    font-weight: 800;
    min-height: 50px;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 22px
}

.category-artigos .text-category {
    width: 100% !important;
    padding-right: 13px
}

.archive .single-obra,
.page .single-obra {
    display: table;
    text-decoration: none;
    color: #000;
    padding: 0 7px
}

.archive .single-obra:hover,
.page .single-obra:hover {
    color: #666
}

.archive .single-obra .mais,
.page .single-obra .mais {
    display: block;
    color: #ff6700;
    font-size: 12px;
    font-weight: 800;
    position: absolute;
    bottom: -50px;
    left: 0;
    display: none
}

.archive .single-obra h2,
.page .single-obra h2 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px
}

.archive .single-obra a,
.page .single-obra a {
    border: 1px solid #f7c9aa;
    color: #ff6700;
    height: 35px;
    line-height: 35px;
    width: 156px;
    text-align: center;
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    margin-top: 45px;
    margin: 50px auto 0 auto;
    text-transform: uppercase;
    -moz-transition: all, .3s;
    -o-transition: all, .3s;
    -webkit-transition: all, .3s;
    transition: all, .3s
}

.archive .single-obra a:hover,
.page .single-obra a:hover {
    background: #ff6700;
    color: #FFF
}

.archive .single-obra a::after,
.page .single-obra a::after {
    content: " ";
    height: 22px;
    width: 1px;
    background: #aaaaaa;
    position: absolute;
    top: -32px;
    left: 50%
}

.content-obra {
    width: 65%;
    display: table-cell;
    background: #e7e7e7;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    float: left;
    position: relative
}

.content-desc {
    display: table-cell;
    vertical-align: middle
}

.desc-obra {
    float: right;
    width: 35%;
    height: 100%;
    display: table;
    text-transform: uppercase;
    text-align: center
}

.desc-obra h2 {
    font-size: 24px;
    font-weight: 800
}

.desc-obra small {
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin-top: 4px;
    color: #606060
}

.desc-obra small>.dimensoes {
    font-style: italic
}

.desc-obra a {
    border: 1px solid #f7c9aa;
    color: #ff6700;
    height: 35px;
    line-height: 35px;
    width: 156px;
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    margin-top: 45px;
    -moz-transition: all, .3s;
    -o-transition: all, .3s;
    -webkit-transition: all, .3s;
    transition: all, .3s
}

.desc-obra a:hover {
    background: #ff6700;
    color: #FFF
}

.desc-obra a::after {
    content: " ";
    height: 22px;
    width: 1px;
    background: #aaaaaa;
    position: absolute;
    top: -32px;
    left: 50%
}

.content-artigo {
    width: 55%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    margin-top: 50px
}

.content-artigo h2 {
    font-size: 24px;
    font-weight: 800
}

.content-artigo small {
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin-top: 4px;
    color: #606060
}

.content-artigo small>.dimensoes {
    font-style: italic
}

.single-artigo {
    padding-top: 50px
}

.conteudo-artigos {
    font-size: 14px;
    text-transform: none !important;
    max-width: 650px;
    margin: 0 auto 150px auto
}

.conteudo-artigos p {
    text-transform: normal !important;
    margin-bottom: 15px
}

.sliderObras,
.sliderThumbObras {
    max-width: 575px;
    margin: 0 auto;
    text-align: center
}

.sliderObras img,
.sliderThumbObras img {
    display: inline-block
}

.as-pagination-buttons {
    display: none !important
}

.containerProporcao {
    position: absolute;
    text-align: right;
    width: 100%;
    left: 50%
}

.containerProporcao a {
    display: inline-block;
    color: #22259f;
    border-bottom: 1px solid #00dfff;
    padding-bottom: 5px;
    font-size: 11px;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 35px;
    text-decoration: none;
    position: relative;
    margin-right: 45px;
    margin-top: 30px
}

.containerProporcao a::after {
    content: " ";
    position: absolute;
    right: -50px;
    top: -4px;
    width: 38px;
    height: 24px
}

.containerProporcao .proporcaoAurea,
.containerProporcao .placeholderCerebro {
    display: none
}

.containerProporcao .proporcaoAurea.ativo,
.containerProporcao .placeholderCerebro.ativo {
    display: inline-block !important
}

.creditos-img {
    position: absolute;
    left: 50%;
    bottom: 30px;
    font-size: 11px
}

.sliderThumbObras li img {
    cursor: pointer
}

.flex-direction-nav {
    display: none
}

.proporcaoAurea::after {
    background: url("images/icon-proporcao.png") no-repeat
}

.placeholderCerebro::after {
    background: url("images/cerebro.png") no-repeat
}

.expl-obra {
    margin-top: 20px;
    padding: 0 50px
}

.img-proporcao {
    overflow: hidden;
    position: absolute;
    z-index: 99;
    -moz-transition: all, 3s;
    -o-transition: all, 3s;
    -webkit-transition: all, 3s;
    transition: all, 3s;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

.img-proporcao.inativo {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

.page-template-obras .container-interno {
    overflow: hidden
}

.creditos {
    position: absolute;
    width: 100%;
    right: 5px;
    top: -10px
}

.img-grande {
    position: relative
}

.img-grande img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto
}

#listCat {
    left: -10px !important;
    overflow: visible !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 85% !important
}

.single-cat {
    float: left;
    display: table;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    overflow: visible !important;
    position: relative;
    -moz-transition: all, .3s;
    -o-transition: all, .3s;
    -webkit-transition: all, .3s;
    transition: all, .3s;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.4)
}

.single-cat img,
.single-cat a {
    overflow: visible !important
}

.single-cat .sombra {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all, .3s;
    -o-transition: all, .3s;
    -webkit-transition: all, .3s;
    transition: all, .3s
}

.single-cat:hover .sombra {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

.single-cat .txt-cat {
    position: relative;
    z-index: 9;
    display: table-cell;
    height: 40px;
    vertical-align: middle
}

.single-cat .txt-cat span {
    display: block;
    width: 210px;
    margin: 0 auto
}

.contentSingle {
    position: absolute;
    bottom: -55px;
    left: 20px !important
}

.contentSingle h2 {
    color: #494949;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    max-width: 200px
}

.contentSingle .chamadaVisualizar {
    text-transform: uppercase;
    color: #ff6700;
    font-size: 12px;
    font-weight: 700;
    margin-top: 20px;
    position: relative;
    display: block;
    text-decoration: none
}

.contentSingle .chamadaVisualizar::after {
    content: " ";
    position: absolute;
    top: -9px;
    left: 0;
    width: 10px;
    height: 1px;
    background: #aaaaaa
}

.as-mask {
    overflow: visible !important
}

.as-pagination-buttons {
    top: 700px !important
}

.as-panel {
    background: #FFF
}

.page-template-templatestimeline-php .chamadas-cat p::after {
    display: none !important
}

.page-template-templatestimeline-php .container-interno,
.category .container-interno {
    height: 100% !important;
    padding-bottom: 200px;
    min-height: 800px
}

.page-template-templatestimeline-php .container-interno {
    min-height: auto !important;
    padding-bottom: 0 !important;
    height: auto !important
}

.listAnos li {
    display: inline-block;
    position: relative;
    margin-right: 35px;
    margin-top: 40px;
    -moz-transition: all, .3s;
    -o-transition: all, .3s;
    -webkit-transition: all, .3s;
    transition: all, .3s
}

.listAnos li:first-child::after {
    display: none !important
}

.listAnos li::after {
    content: " ";
    width: 5px;
    height: 5px;
    background: #575757;
    position: absolute;
    left: -20px;
    margin-top: 8px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.listAnos li a {
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    -moz-transition: all, .3s;
    -o-transition: all, .3s;
    -webkit-transition: all, .3s;
    transition: all, .3s
}

.listAnos li a:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8
}

.listAnos .epoca1 {
    color: #000490
}

.listAnos .epoca2 {
    color: #3f8e33
}

.listAnos .epoca3 {
    color: #da9a0f
}

.listAnos .epoca4 {
    color: #ff6700
}

.listAnos .epoca5 {
    color: #ff6700
}

.listAnos.fixado {
    position: fixed;
    top: 70px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
    width: calc(100% - 140px);
    padding-bottom: 20px
}

.listAnos.fixado li {
    margin-top: 30px
}

.margemGeral {
    margin-top: 124px !important
}

.cd-timeline-content {
    text-decoration: none !important;
    background: transparent !important
}

.cd-timeline-content h2 {
    color: #212121;
    font-weight: 600
}

.cd-timeline-content small {
    font-size: 12px;
    font-weight: 400 !important
}

.cd-timeline-content img {
    width: 100%;
    height: auto;
    display: block;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0;
    border-radius: 0 0 5px 5px
}

.contentEp1 #cd-timeline::before {
    background: #000490
}

.contentEp2 #cd-timeline::before {
    background: #3f8e33
}

.contentEp3 #cd-timeline::before {
    background: #da9a0f
}

.contentEp4 #cd-timeline::before {
    background: #ff6700
}

.contentEp5 #cd-timeline::before {
    background: #ff6700
}

.cd-container .loading {
    position: absolute;
    height: 70px;
    line-height: 70px;
    width: 100%;
    background: url("images/loading.gif") #F3F3F3 center center no-repeat;
    display: none;
    left: 0;
    bottom: 20px;
    text-indent: -9999px
}

.cd-container.carregando .loading {
    display: block
}

.ano-titulo {
    text-align: center;
    padding: 7px 0px 20px 0;
    background-color: #F3F3F3;
    position: relative;
    font-size: 12px;
    font-weight: 700
}

.page-template-contato {
    background: #FFF !important;
    color: #555555;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.page-template-contato .wpcf7-form {
    padding-bottom: 20px
}

.page-template-contato .container-interno {
    padding: 20px;
    margin: 20px;
    max-width: 800px;
    max-height: 420px
}

.page-template-contato h1 {
    font-size: 22px;
    margin-bottom: 0px
}

.page-template-contato label {
    font-size: 14px;
    margin-bottom: 5px;
    position: relative
}

.page-template-contato label::after {
    content: "*";
    color: #555555;
    position: absolute;
    right: -8px;
    top: 0px;
    font-weight: 500
}

.page-template-contato input,
.page-template-contato textarea {
    width: 100%;
    height: 20px;
    border: 1px solid #CCC;
    background: #FFF;
    font-family: Arial;
    font-style: italic;
    font-size: 11px;
    color: #888888
}

.page-template-contato .container-interno {
    left: 0 !important;
    top: 0 !important;
    height: 100%;
    width: 100%
}

.page-template-contato .content-form {
    background: #FFF !important;
    padding: 10px 20px;
    margin-top: 10px;
    border: 1px solid #DDD;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.page-template-contato .content-form textarea {
    height: 125px;
    background-color: #f6f6f6;
    border: 1px solid #dddddd;
    padding: 3px
}

.page-template-contato .content-form input {
    background-color: #f6f6f6;
    border: 1px solid #dddddd;
    padding: 3px
}

.page-template-contato .content-form .linha-form {
    margin-bottom: 10px
}

.page-template-contato .content-form .w100 {
    width: 100%
}

.page-template-contato .content-form .w50 {
    width: 50%;
    float: left
}

.page-template-contato .content-form .w50 .txt2 {
    padding-left: 40px !important
}

.page-template-contato .content-form .w100,
.page-template-contato .content-form .w50 {
    margin-bottom: 10px
}

.page-template-contato .content-form .wpcf7-form-control-wrap.email {
    margin-left: 40px
}

.page-template-contato span.wpcf7-form-control-wrap {
    display: block !important;
    margin-top: 5px !important
}

.page-template-contato .wpcf7-submit {
    width: 100px !important;
    float: right;
    margin-top: 10px;
    font-size: 14px;
    height: auto;
    text-transform: uppercase;
    padding: 5px 0;
    cursor: pointer;
    color: #1f678e;
    border: 1px solid #dddddd;
    margin-right: 10px;
    font-weight: 700;
    font-style: normal !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmVmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWNlNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfefc), color-stop(100%, #edece7));
    background-image: -moz-linear-gradient(top, #fdfefc, #edece7);
    background-image: -webkit-linear-gradient(top, #fdfefc, #edece7);
    background-image: linear-gradient(to bottom, #fdfefc, #edece7)
}

.fancybox-overlay {
    background-color: rgba(0, 0, 0, 0.4) !important
}

footer {
    z-index: 9999;
    position: fixed;
    bottom: 0px;
    width: 100%
}

.language-footer {
    display: none
}

.copy {
    position: absolute;
    bottom: 30px;
    left: 70px;
    font-size: 9px
}

.logo-dottori {
    position: absolute;
    right: 70px;
    bottom: 21px
}

.loading {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px
}

.hideObra {
    opacity: 0;
    -moz-transition: all, .3s;
    -o-transition: all, .3s;
    -webkit-transition: all, .3s;
    transition: all, .3s
}

.show {
    opacity: 1
}

.icl-en a,
.icl-de a,
.icl-it a,
.icl-es a {
    color: #333 !important
}

.as-horizontal .as-panel {
    height: 80%
}

.as-mask {
    height: 100% !important
}

.as-panel img {
    height: 100% !important
}

.inativo a {
    cursor: default
}

.inativo a::after {
    color: #CCC !important
}

.inativo a:hover::after,
.inativo a:active::after,
.inativo a:focus::after {
    color: #CCC !important
}

body.page-template-timeline {
    background-color: #F3F3F3
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.fancybox-outer,
.fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("images/fancybox_sprite.png")
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("images/fancybox_loading.gif") center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("images/blank.gif");
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("images/fancybox_overlay.png")
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    background-size: cover
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url("images/fancybox_sprite@2x.png");
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url("images/fancybox_loading@2x.gif");
        background-size: 24px 24px
    }
}

.desktop .owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.desktop .owl-carousel .owl-animated-in {
    z-index: 0
}

.desktop .owl-carousel .owl-animated-out {
    z-index: 1
}

.desktop .owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.desktop .owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.desktop .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.desktop .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.desktop .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.desktop .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.desktop .owl-carousel .owl-controls .owl-nav .owl-prev,
.desktop .owl-carousel .owl-controls .owl-nav .owl-next,
.desktop .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.desktop .owl-carousel.owl-loaded {
    display: block
}

.desktop .owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.desktop .owl-carousel.owl-hidden {
    opacity: 0
}

.desktop .owl-carousel .owl-refresh .owl-item {
    display: none
}

.desktop .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.desktop .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.desktop .owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.desktop .owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.desktop .owl-carousel.owl-rtl {
    direction: rtl
}

.desktop .owl-carousel.owl-rtl .owl-item {
    float: right
}

.desktop .no-js .owl-carousel {
    display: block
}

.desktop .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.desktop .owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.desktop .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.desktop .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.desktop .owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.desktop .owl-carousel .owl-video-playing .owl-video-tn,
.desktop .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.desktop .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.desktop .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.cd-container {
    width: 650px;
    margin: 0 auto
}

.cd-container::after {
    content: '';
    display: table;
    clear: both
}

header {
    height: 200px;
    line-height: 200px;
    text-align: center;
    background: #303e49
}

header h1 {
    color: #000;
    font-size: 18px;
    font-size: 1.125rem
}

@media only screen and (min-width: 1170px) {
    header {
        height: 300px;
        line-height: 300px
    }
    header h1 {
        font-size: 24px;
        font-size: 1.5rem
    }
}

#cd-timeline {
    position: relative;
    padding: 2em 0 150px 0;
    margin-top: 2em;
    margin-bottom: 2em
}

#cd-timeline::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed
}

@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em
    }
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
    content: '';
    display: table;
    clear: both;
    display: block
}

.cd-timeline-block:first-child {
    margin-top: 0
}

.cd-timeline-block:last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0
    }
    .cd-timeline-block:first-child {
        margin-top: 0
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0
    }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    background: #F3F3F3
}

.cd-timeline-img img {
    display: block;
    width: 18px;
    height: 18px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -9px;
    margin-top: -9px
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 33px;
        height: 33px;
        left: 50%;
        margin-top: 65px;
        margin-left: -16px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden
    }
    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden
    }
    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -moz-animation: cd-bounce-1 0.6s;
        -webkit-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
        transform: scale(0.5)
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.cd-timeline-content {
    position: relative;
    padding: 0 !important;
    margin-left: 60px;
    display: block;
    border-radius: .25em;
    content: '';
    display: table;
    clear: both
}

.cd-timeline-content h2 {
    font-size: 12px !important;
    margin: 13px 0 !important;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none !important;
    font-family: 'Open Sans', sans-serif
}

.cd-timeline-content h2 small {
    display: block;
    font-size: 12px;
    margin-top: 4px
}

.cd-timeline-content h2 small>.dimensoes {
    font-style: italic
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 0 !important
}

.cd-timeline-content span.fake {
    display: block;
    visibility: hidden;
    height: 0
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    display: inline-block
}

.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: #000;
    border-radius: .25em
}

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb
}

.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 72px;
    right: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-right: 5px solid #000;
    margin-left: 5px
}

@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem
    }
    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem
    }
    .cd-timeline-content .cd-read-more,
    .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: .875rem
    }
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%
    }
    .cd-timeline-content::before {
        top: 72px !important;
        left: 100%;
        border-color: transparent;
        border-left-color: #000
    }
    .cd-timeline-content .cd-read-more {
        float: left
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 72px;
        margin-right: 5px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #000
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right
    }
    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -moz-animation: cd-bounce-2 0.6s;
        -webkit-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s
    }
}

@media only screen and (min-width: 1170px) {
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -moz-animation: cd-bounce-2-inverse 0.6s;
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
        transform: translateX(100px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.wpcf7-response-output {
    color: #000;
    line-height: 1.3em;
    font-size: 13px;
    margin: 0 0 30px 0 !important;
    border: none !important;
    padding: 10px 15px !important;
    font-size: 14px
}

.wpcf7-validation-errors {
    background-color: #fffbc7;
    color: #000;
    font-size: 12px;
    border: none !important
}

.wpcf7-mail-sent-ok {
    background-color: #b2ef98
}

span.wpcf7-not-valid-tip {
    padding-top: 5px;
    font-size: 0.7em !important;
    line-height: 1.2em !important
}

@media all and (max-width: 990px) {
    .content-desc {
        width: 100%;
        text-align: center;
        display: block
    }
    .content-obra img {
        max-width: 90% !important;
        margin: 0 !important;
        position: absolute !important;
        left: 5% !important;
        top: 40px !important
    }
    .entry {
        padding: 35px
    }
    .containerProporcao a {
        margin-right: 45px !important
    }
    .content-obra {
        width: 100% !important
    }
    .slides img {
        width: 90% !important;
        margin: 0 5%
    }
    .img-obra>div {
        top: 0 !important
    }
    .desc-obra {
        width: 100% !important;
        height: auto !important;
        display: block;
        padding: 40px 0;
        background: #e7e7e7
    }
    .lista-category {
        margin: 0 auto !important
    }
    .lista-category .content-single-obra {
        width: 32%;
        padding-bottom: 50px
    }
    .lista-category .content-single-obra:first-child {
        margin-left: 0 !important
    }
    .lista-category .content-single-obra {
        width: 25%;
        padding-bottom: 50px
    }
    .owl-carousel .item {
        margin-bottom: 20px
    }
    .owl-carousel .item .nomeObra {
        padding-left: 0 !important;
        margin-top: 20px !important;
        min-height: 30px !important;
        position: relative;
        width: 100%;
        text-align: center
    }
    .owl-carousel .item .nomeObra::after {
        content: " ";
        width: 10px;
        height: 1px;
        left: 50%;
        margin-left: -5px;
        background: #a9a9a9;
        position: absolute;
        bottom: -5px
    }
    .owl-carousel .item .btn-visualizar {
        width: 100%;
        padding: 0 0 20px 0 !important;
        text-align: center
    }
}

@media all and (max-width: 600px) {
    .containerProporcao a {
        margin-right: -20px
    }
    .img-grande {
        top: 0 !important
    }
    .img-obra {
        height: 100% !important
    }
    .content-obra {
        height: 330px !important
    }
    .desc-obra {
        float: none !important;
        padding: 30px 0 !important;
        height: auto !important;
        width: 100% !important;
        background: #e7e7e7
    }
    .img-grande img {
        margin-top: -100px !important
    }
}

@media all and (max-width: 1200px) {
    .prateleira-home {
        width: 60%;
        height: 300px;
        background-size: contain !important;
        top: 25%;
        left: 0;
        margin: 0 20%
    }
}

@media all and (max-width: 1600px) {
    .lista-category .content-single-obra {
        width: 25%
    }
}

@media all and (max-width: 1300px) {
    .lista-category .content-single-obra {
        width: 33.33%
    }
}

@media all and (max-width: 1000px) {
    .lista-category .content-single-obra {
        width: 50%
    }
}

@media all and (max-height: 800px) {
    .as-horizontal .as-panel {
        height: 60% !important
    }
}

@media all and (max-width: 1280px) and (max-height: 660px) {
    .mouseHome {
        bottom: -70px !important
    }
}

@media all and (max-width: 768px) {
    body.home {
        background: #000
    }
    .entry {
        padding-bottom: 300px
    }
    .menu-mobile {
        display: block;
        position: absolute;
        width: 30px;
        height: 25px;
        right: 6px;
        top: 20px
    }
    .menu-mobile span.icon-bar {
        width: 26px;
        height: 5px;
        display: block;
        margin-bottom: 3px;
        background: url(images/menu-mobile.png) no-repeat;
        background-size: contain
    }
    .img-grande img {
        min-height: none !important
    }
    .nav-obra {
        display: none !important
    }
    .menu a::after {
        display: none !important
    }
    .menu>li {
        display: block !important;
        height: 35px;
        line-height: 35px;
        padding-right: 10px !important;
        text-align: right
    }
    .menu>li:hover a {
        color: #000 !important
    }
    .content-obra img {
        max-width: 90% !important;
        margin: 0 !important;
        position: absolute !important;
        left: 5% !important;
        top: 80px !important
    }
    .home .border {
        background: #fff !important
    }
    .border.borderTopo,
    .topo {
        height: 60px !important
    }
    .border.borderEsquerda {
        width: 10px !important
    }
    .borderBaixo {
        height: 195px !important;
        display: none !important
    }
    .page-template-templatesatelier-php .geral {
        height: 110%
    }
    .page-template-templatesatelier-php .borderBaixo {
        height: 260px !important
    }
    .creditos-atelier {
        left: 10px !important;
        top: 30px !important;
        right: 0 !important
    }
    .creditos-atelier .musicos {
        padding-top: 5px;
        margin-left: 15px
    }
    .produtora span {
        top: -22px;
        left: 0 !important;
        width: 100%;
        display: block;
        font-weight: bold;
        text-align: center
    }
    .produtora img {
        display: block;
        margin-top: 0px
    }
    .border.borderDireita {
        width: 10px !important
    }
    .prateleira-home,
    .language,
    .list-midias {
        display: none
    }
    .list-midias-footer {
        display: block
    }
    .single-cat {
        width: 100% !important;
        float: none;
        display: table
    }
    .single-cat .txt-cat {
        display: table-cell;
        vertical-align: middle;
        line-height: 1em
    }
    .lista-categorias {
        padding-bottom: 50px
    }
    .page-template-obras .container-interno {
        overflow: auto !important;
        height: auto !important
    }
    .container-interno {
        height: auto !important;
        position: relative;
        background: #e7e7e7
    }
    .logo {
        top: 16px !important;
        left: 10px
    }
    .menu-geral-container {
        display: none;
        height: 0;
        -moz-transition: all, .3s;
        -o-transition: all, .3s;
        -webkit-transition: all, .3s;
        transition: all, .3s
    }
    .menu-geral-container.open {
        height: 100%;
        display: block
    }
    #menu-geral li {
        display: block;
        text-align: right;
        margin-bottom: 10px;
        line-height: 20px;
        padding-right: 50px
    }
    .menu {
        top: 50px;
        right: 0;
        width: 100%;
        background: #FFF
    }
    .topo {
        height: 50px;
        top: 0
    }
    .border {
        position: fixed;
        background: #FFF
    }
    .border.borderTopo {
        left: 0;
        top: 0;
        height: 50px;
        width: 100%
    }
    .border.borderBaixo {
        left: 0;
        bottom: 0;
        height: 50px;
        width: 100%
    }
    .border.borderEsquerda {
        left: 0;
        top: 50px;
        height: calc(100% - 100px);
        width: 50px
    }
    .border.borderDireita {
        right: 0;
        top: 50px;
        height: calc(100% - 100px);
        width: 50px
    }
    .home a:hover,
    .current-menu-item.home a {
        color: #000490 !important
    }
    .bio a:hover,
    .current-menu-item.bio a {
        color: #e79537 !important
    }
    .atelier a:hover,
    .current-menu-item.atelier a {
        color: #f1e438 !important
    }
    .obras a:hover,
    .current-menu-item.obras a {
        color: #6ee543 !important
    }
    .textos a:hover,
    .current-menu-item.textos a {
        color: #8edded !important
    }
    .timeline a:hover,
    .current-menu-item.timeline a {
        color: #518fdb !important
    }
    .contato a:hover,
    .current-menu-item.contato a {
        color: #864acb !important
    }
    .container-interno {
        left: 10px;
        top: 50px;
        height: 100% !important;
        width: calc(100% - 20px)
    }
    #lang_sel_list.lang_sel_list_vertical {
        width: 50px
    }
    .content-foto {
        width: 100%;
        float: none;
        height: auto !important
    }
    .content-foto img {
        display: block;
        max-width: 100%;
        height: auto
    }
    .contentSingle {
        top: 605px !important
    }
    .content-bio {
        width: 100%;
        background: #F3F3F3;
        padding: 30px 10px !important
    }
    .archive .nav {
        display: none !important
    }
    .copy {
        margin: 0;
        text-align: center;
        bottom: 0;
        left: 0;
        position: relative
    }
    .marca-dottori {
        text-align: center;
        margin-top: 28px;
        margin-bottom: 32px
    }
    .logo-dottori {
        position: relative;
        left: 0;
        bottom: 0
    }
    .prateleira-home {
        width: 60%;
        height: 100px;
        background-size: contain !important;
        top: 25%;
        left: 0;
        margin: 0 20%
    }
    .language-footer {
        display: none
    }
    .language-footer #lang_sel_list li {
        display: inline-block
    }
    .content-foto {
        max-width: 100%
    }
    .contentSingle {
        left: 50px !important
    }
    .cd-container {
        width: 80%
    }
    .contentEp1 .cd-timeline-content::before {
        border-color: transparent #000490 transparent transparent
    }
    .lista-category {
        margin: 0 auto !important
    }
    .lista-category .content-single-obra {
        width: 100% !important;
        padding-bottom: 20px
    }
    .lista-category .content-single-obra:first-child {
        margin-left: 0 !important
    }
    .as-horizontal .as-panel {
        height: 400px !important
    }
    #listCat {
        height: auto !important;
        max-height: none !important
    }
    .language-footer {
        margin: 20px 0;
        display: block !important
    }
    #lang_sel_list.lang_sel_list_vertical {
        width: 100% !important;
        height: 20px !important;
        text-align: center
    }
    #lang_sel_list.lang_sel_list_vertical ul {
        width: 100%
    }
    #lang_sel_list.lang_sel_list_vertical ul li {
        margin-right: 10px !important
    }
    #lang_sel_list.lang_sel_list_vertical ul li:last-child {
        margin: 0 !important
    }
    #lang_sel_list.lang_sel_list_vertical ul li:last-child::after {
        display: none !important
    }
    #lang_sel_list.lang_sel_list_vertical ul li::after {
        content: " - ";
        position: absolute;
        right: -11px;
        top: -3px
    }
    .container-interno.atelier {
        width: calc(100% - 20px) !important;
        height: calc(100% - 180px) !important;
        min-height: auto !important
    }
    .creditos-atelier {
        width: calc(100% - 20px) !important
    }
    .produtora {
        width: 100%;
        text-align: center
    }
    .produtora img {
        margin: 20px auto 0 auto !important
    }
    .musica,
    .musicos {
        width: 100%;
        margin-left: 0 !important;
        text-align: center
    }
    .page-template-atelier footer {
        padding-top: 160px !important
    }
    .page-template-templatesobras-php {
        padding-bottom: 200px
    }
    .listAnos.fixado {
        width: calc(100% - 20px) !important;
        padding-bottom: 10px !important;
        top: 50px !important
    }
    .listAnos.fixado li {
        margin-top: 15px !important;
        margin-right: 20px !important
    }
    .listAnos.fixado li::after {
        left: -14px !important
    }
    .home-mobile {
        display: table;
        vertical-align: middle
    }
    .menu-mobile-home {
        display: table-cell;
        vertical-align: middle;
        padding-top: 60px;
        padding-left: 0px
    }
    .menu-mobile-home {
        position: relative
    }
    .menu-mobile-home .itens-escada {
        position: absolute
    }
    .content-menu {
        position: relative
    }
    .content-menu ul {
        position: absolute;
        left: 141px;
        top: 41px
    }
    .item-bio {
        top: 54px;
        left: 9px
    }
    .item-atelier {
        top: 109px;
        left: 2px
    }
    .item-obras {
        top: 166px;
        left: 8px
    }
    .item-textos {
        top: 221px;
        left: 3px
    }
    .item-timeline {
        top: 272px;
        left: 7px
    }
    .item-contato {
        top: 339px;
        left: 9px
    }
    .page-template-contato .content-form .w100,
    .page-template-contato .content-form .w50 {
        width: 100% !important
    }
    .page-template-contato .content-form .wpcf7-form-control-wrap.email,
    .page-template-contato .content-form .w50 .txt2 {
        margin-left: 0 !important;
        padding-left: 0 !important
    }
    footer {
        background-color: #FFF;
        padding: 50px 0 15px 0;
        position: relative
    }
    .home footer {
        display: block !important
    }
    .border.borderEsquerda,
    .border.borderDireita {
        height: 100% !important
    }
    .category .container-interno {
        padding: 20px 0 0 0 !important;
        top: 0 !important;
        height: auto !important
    }
    .category .category-artigos {
        min-height: auto !important;
        height: auto !important
    }
}