@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,500,600,700);
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.ttf?qxglzd') format('truetype'), url('fonts/icomoon.woff?qxglzd') format('woff'), url('fonts/icomoon.svg?qxglzd#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body,
div,
span,
h1,
h2,
h3,
p,
a,
img,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

input,
textarea,
select {
    margin: 0;
    outline: none;
    border: none;
    font-family: 'Open Sans', 'Helvetica', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

[required] {
    box-shadow: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -0-box-sizing: border-box;
    box-sizing: border-box;
}


/* Library */

.t02 {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.t08 {
    -webkit-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
}

.case.layout {
    position: relative;
    width: 100%;
    max-width: 970px;
    padding: 0 10px;
    margin: 0 auto;
}


/* Elements */

body {
    font-family: 'Open Sans', 'Helvetica', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 62.5%;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#16214e+0,00001c+100 */
    background: #16214e;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #16214e 0%, #00001c 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #16214e 0%, #00001c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #16214e 0%, #00001c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16214e', endColorstr='#00001c', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    overflow-x: hidden;
}

#header {
    position: fixed;
    float: left;
    width: 100%;
    height: 65px;
    top: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00001c+0,16214e+100 */
    background: #00001c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #00001c 0%, #16214e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00001c 0%, #16214e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00001c 0%, #16214e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00001c', endColorstr='#16214e', GradientType=0);
    /* IE6-9 */
    z-index: 99;
}

@media screen and (max-width: 768px) {
    #header {
        height: 70px;
        z-index: 300;
    }
}

.bdtop {
    position: fixed;
    float: left;
    width: 100%;
    top: 65px;
    z-index: 999;
    height: 4px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcd694+0,f9b031+15,7f542c+25,f9b031+32,fcd694+46,fcd694+46,f9b031+58,7f542c+64,f9b031+73,fcd694+83,f9b031+94,7f542c+100 */
    background: #fcd694;
    /* Old browsers */
    background: -moz-linear-gradient(left, #fcd694 0%, #f9b031 15%, #7f542c 25%, #f9b031 32%, #fcd694 46%, #fcd694 46%, #f9b031 58%, #7f542c 64%, #f9b031 73%, #fcd694 83%, #f9b031 94%, #7f542c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fcd694 0%, #f9b031 15%, #7f542c 25%, #f9b031 32%, #fcd694 46%, #fcd694 46%, #f9b031 58%, #7f542c 64%, #f9b031 73%, #fcd694 83%, #f9b031 94%, #7f542c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fcd694 0%, #f9b031 15%, #7f542c 25%, #f9b031 32%, #fcd694 46%, #fcd694 46%, #f9b031 58%, #7f542c 64%, #f9b031 73%, #fcd694 83%, #f9b031 94%, #7f542c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd694', endColorstr='#7f542c', GradientType=1);
    /* IE6-9 */
}

#header .case.layout {
    padding: 20px 10px;
}

@media screen and (max-width: 768px) {
    #header .case.layout {
        padding: 0;
    }
}

#header .logo {
    position: relative;
    z-index: 100;
    top: 10px;
}

#header .logo img {
    width: 220px;
    height: 47px;
    margin-left: 20px;
}

@media screen and (max-width: 768px) {
    #header .logo {
        top: 15px;
        left: 0px;
        width: 0px;
        height: 0px;
        padding: 0;
        background: none;
        box-shadow: none;
    }
    #header .logo img {
        width: 146px;
        position: relative;
        height: 40px;
        top: 0px;
        left: 50%;
        margin-left: -73px;
    }
}

@media screen and (max-width: 768px) {
    #header .lang {
        display: none;
    }
}

#menu-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    cursor: pointer;
    display: none;
    z-index: 400;
    -webkit-transition: 0.2s ease-in-out;
    -webkit-transition-property: all;
    -moz-transition: 0.2s ease-in-out;
    -moz-transition-property: all;
    -o-transition: 0.2s ease-in-out;
    -o-transition-property: all;
    -ms-transition: 0.2s ease-in-out;
    -ms-transition-property: all;
    transition: 0.2s ease-in-out;
    transition-property: all;
}

#menu-collapse:before {
    content: "\e900";
    float: left;
    width: 100%;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 70px;
    font-size: 25px;
    color: #eee;
}

#menu-collapse.active:before {
    content: "\e901";
    color: #eee;
}

@media screen and (max-width: 768px) {
    #menu-collapse {
        display: block;
    }
}

#menu-overflow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-property: opacity, visibility;
    -moz-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-property: opacity, visibility;
    -o-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-property: opacity, visibility;
    -ms-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition-property: opacity, visibility;
    transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    transition-property: opacity, visibility;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#menu-overflow.active {
    opacity: 1;
    visibility: visible;
}

#menu {
    position: fixed;
    right: 20px;
    top: 25px;
    height: 30px;
    z-index: 999;
}

@media screen and (max-width: 768px) {
    #menu {
        position: fixed;
        top: 65px;
        left: -80%;
        width: 80%;
        height: 100%;
        height: -webkit-calc(100% - 75px);
        height: -moz-calc(100% - 75px);
        height: -o-calc(100% - 75px);
        height: -ms-calc(100% - 75px);
        height: calc(100% - 75px);
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#16214e+0,00001c+100 */
        background: #16214e;
        /* Old browsers */
        background: -moz-radial-gradient(center, ellipse cover, #16214e 0%, #00001c 100%);
        /* FF3.6-15 */
        background: -webkit-radial-gradient(center, ellipse cover, #16214e 0%, #00001c 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(ellipse at center, #16214e 0%, #00001c 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16214e', endColorstr='#00001c', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        overflow: auto;
        z-index: 200;
        -webkit-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
        -webkit-transition-property: left;
        -moz-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
        -moz-transition-property: left;
        -o-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
        -o-transition-property: left;
        -ms-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
        -ms-transition-property: left;
        transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
        transition-property: left;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    #menu.active {
        left: 0;
    }
    #menu .case {
        padding: 0;
        width: 100% !important;
    }
}

#menu>.case {
    position: static;
}

#menu>.case>ul {
    position: relative;
    float: right;
}

@media screen and (min-width: 769px) {
    #menu>.case>ul:hover>li>a.active {
        color: #333;
        border-bottom-color: transparent;
    }
}

@media screen and (max-width: 768px) {
    #menu>.case>ul {
        float: left;
        width: 100%;
    }
}

#menu>.case>ul>li {
    float: left;
    height: 20px;
    padding: 0 20px;
    border-right: 1px solid #29346e;
    display: inline-block;
}

#menu>.case>ul>li:last-child {
    border-right: none;
}

@media screen and (min-width: 769px) {
    #menu>.case>ul>li:hover>a,
    #menu>.case>ul>li:hover>a.active,
    #menu>.case>ul>li>a.active {
        border-bottom-color: #eee;
        color: #eee;
    }
}

@media screen and (max-width: 768px) {
    #menu>.case>ul>li {
        float: left;
        width: 100%;
        height: auto;
        padding: 0;
        border: none;
    }
}

#menu>.case>ul>li>a {
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    font-size: 0.7rem;
    color: #eee;
    font-weight: 600;
    border-bottom: 3px double transparent;
    -webkit-transition: 0.2s ease-in-out;
    -webkit-transition-property: color, border-bottom-color;
    -moz-transition: 0.2s ease-in-out;
    -moz-transition-property: color, border-bottom-color;
    -o-transition: 0.2s ease-in-out;
    -o-transition-property: color, border-bottom-color;
    -ms-transition: 0.2s ease-in-out;
    -ms-transition-property: color, border-bottom-color;
    transition: 0.2s ease-in-out;
    transition-property: color, border-bottom-color;
}

@media screen and (max-width: 768px) {
    #menu>.case>ul>li>a {
        height: auto;
        padding: 20px;
        line-height: 1;
        text-align: left;
        font-weight: 600;
        color: #eee;
        border-bottom: 1px outset #eed45b;
    }
}

@media screen and (min-width: 769px) {
    #menu>.case>ul>li>ul {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.2s ease-in-out;
        -webkit-transition-property: opacity, visibility;
        -moz-transition: 0.2s ease-in-out;
        -moz-transition-property: opacity, visibility;
        -o-transition: 0.2s ease-in-out;
        -o-transition-property: opacity, visibility;
        -ms-transition: 0.2s ease-in-out;
        -ms-transition-property: opacity, visibility;
        transition: 0.2s ease-in-out;
        transition-property: opacity, visibility;
    }
}

@media screen and (max-width: 768px) {
    #menu>.case>ul>li>ul {
        position: relative;
        top: 0;
        float: left;
        padding: 0;
        background: transparent;
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #menu>.case>ul>li>ul .case .menu-materials {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    #menu>.case>ul>li>ul .case ul {
        width: 100% !important;
        padding: 0;
        border: none;
        background: rgba(0, 0, 0, 0.1);
    }
}

@media screen and (max-width: 768px) {
    #menu>.case>ul>li>ul .case ul li {
        width: 100% !important;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    #menu>.case>ul>li>ul .case ul li a {
        height: auto;
        padding: 20px;
        line-height: 1;
        text-transform: none;
        text-align: left;
        color: #333;
        border-bottom-width: 1px;
        border-bottom-color: rgba(0, 0, 0, 0.1);
    }
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-slide .subimagem {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.slick-current>.subimagem,
.slick-slide:hover>.subimagem {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

#bgpainel {
    position: absolute;
    float: left;
    width: 100%;
    z-index: 8;
    top: 70px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcd694+0,f9b031+15,7f542c+25,f9b031+32,fcd694+46,fcd694+46,f9b031+58,7f542c+64,f9b031+73,fcd694+83,f9b031+94,7f542c+100 */
    background: #fcd694;
    /* Old browsers */
    background: -moz-linear-gradient(left, #fcd694 0%, #f9b031 15%, #7f542c 25%, #f9b031 32%, #fcd694 46%, #fcd694 46%, #f9b031 58%, #7f542c 64%, #f9b031 73%, #fcd694 83%, #f9b031 94%, #7f542c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fcd694 0%, #f9b031 15%, #7f542c 25%, #f9b031 32%, #fcd694 46%, #fcd694 46%, #f9b031 58%, #7f542c 64%, #f9b031 73%, #fcd694 83%, #f9b031 94%, #7f542c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fcd694 0%, #f9b031 15%, #7f542c 25%, #f9b031 32%, #fcd694 46%, #fcd694 46%, #f9b031 58%, #7f542c 64%, #f9b031 73%, #fcd694 83%, #f9b031 94%, #7f542c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd694', endColorstr='#7f542c', GradientType=1);
    /* IE6-9 */
    height: 0;
    padding-bottom: 40%;
}

#painel {
    position: relative;
    float: left;
    width: 100%;
    top: 65px;
    z-index: 10;
}

@media screen and (max-width: 1680px) {
    #painel {
        clip-path: url("#clipPolygon2");
    }
    #bgpainel {
        clip-path: url("#clipBord2");
    }
}

@media screen and (max-width: 1370px) {
    #painel {
        clip-path: url("#clipPolygon");
    }
    #bgpainel {
        clip-path: url("#clipBord");
    }
}

@media screen and (max-width: 1280px) {
    #painel {
        clip-path: url("#clipPolygon3");
    }
    #bgpainel {
        clip-path: url("#clipBord3");
    }
}

@media screen and (max-width: 980px) {
    #painel {
        clip-path: url("#clipPolygon4");
    }
    #bgpainel {
        clip-path: url("#clipBord4");
    }
}

@media screen and (max-width: 768px) {
    #painel {
        margin-top: 0px;
    }
}

#painel ul,
#painel ul li {
    position: relative;
    float: left;
    width: 100%;
    outline: none;
}

#painel .slick-dots {
    position: relative;
    float: left;
    width: 100%;
    bottom: 70px;
    margin-bottom: -105px;
    text-align: center;
    z-index: 100;
}

#painel .slick-dots li {
    position: relative;
    width: auto;
    float: none;
    display: inline-block;
}

#painel ul li button {
    float: left;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    padding: 2px;
    line-height: 0;
    margin: 2px;
    background: #090641;
    color: transparent;
    border: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#painel ul li button:hover,
#painel ul li.slick-active button {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4ec00+0,bc5e00+55 */
    background: #f4ec00 !important;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #f4ec00 0%, #bc5e00 75%) !important;
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #f4ec00 0%, #bc5e00 75%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #f4ec00 0%, #bc5e00 75%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4ec00', endColorstr='#bc5e00', GradientType=1) !important;
    /* IE6-9 fallback on horizontal gradient */
    cursor: pointer;
}

#painel .img {
    float: left;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    background: #EEE;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 768px) {
    #painel .img {
        padding-bottom: 60%;
        background-position: center;
        border: none;
    }
    #painel .slick-dots {
        display: none !important;
    }
}

#painel ul li a {
    float: left;
    width: 100%;
}

#painel .case a.pager-painel,
#painel .case a.pager-painel:visited {
    position: absolute;
    top: 200px;
    width: 39px;
    height: 60px;
    background: no-repeat center;
    z-index: 999999;
    opacity: 0.6;
}

@media screen and (max-width: 768px) {
    #painel .case a.pager-painel,
    #painel .case a.pager-painel:visited {
        display: none !important;
    }
}

#painel .case a.pager-painel:hover {
    opacity: 1;
}

#painel .case a.pager-painel.left {
    left: -39px;
    background-image: url(../img/icons/arrow.png);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#painel .case a.pager-painel.right {
    right: -39px;
    background-image: url(../img/icons/arrow.png);
}

@media screen and (max-width: 1090px) {
    #painel .case a.pager-painel.left {
        left: 10px;
    }
    #painel .case a.pager-painel.right {
        right: 10px;
    }
}

#subpainel {
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
    border-top: 5px solid #050627;
    margin-top: -105px;
}

#subpainel a {
    border-right: 1px solid #050627;
}

#subpainel .subimagem {
    float: left;
    width: 100%;
    height: 200px;
    background: #111;
    background-size: cover;
    background-position: center;
}

#subpainel .ttsubs {
    position: relative;
    float: left;
    width: 100%;
    font-size: 0.8rem;
    font-weight: 600;
    background: #080c31;
    text-align: center;
    padding: 5px;
    border-top: 1px solid #050627;
    color: #fff;
}

#subpainel a:hover .ttsubs,
.slick-current .ttsubs {
    color: #a29061 !important;
}

@media screen and (max-width: 1680px) {
    #subpainel {
        margin-top: -120px;
    }
}

@media screen and (max-width: 1370px) {
    #subpainel {
        margin-top: -35px;
    }
}

@media screen and (max-width: 1280px) {
    #subpainel {
        margin-top: -120px;
    }
}

@media screen and (max-width: 980px) {
    #subpainel {
        margin-top: -50px;
    }
    #subpainel .ttsubs {
        font-size: 0.7rem;
        height: 40px;
    }
}

@media screen and (max-width: 768px) {
    #subpainel {
        margin-top: -50px;
    }
    #subpainel .subimagem {
        background-position: center;
        border: none;
    }
}

@media screen and (max-width: 500px) {
    #subpainel {
        margin-top: 65px;
    }
    #subpainel .subimagem {
        height: 100px;
    }
}

#subpainel .case a.pager-painel,
#subpainel .case a.pager-painel:visited {
    position: absolute;
    top: 200px;
    width: 39px;
    height: 60px;
    background: no-repeat center;
    z-index: 999999;
    opacity: 0.6;
}

@media screen and (max-width: 768px) {
    #subpainel .case a.pager-painel,
    #subpainel .case a.pager-painel:visited {
        display: none !important;
    }
}

#subpainel .case a.pager-painel:hover {
    opacity: 1;
}

#subpainel .case a.pager-painel.lefta {
    left: -149px;
    top: 90px;
     width: 200px;
    background-image: url(../img/icons/arrow.png);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#subpainel .case a.pager-painel.righta {
    right: -149px;
    top: 90px;
    width: 200px;
    background-image: url(../img/icons/arrow.png);
}

@media screen and (max-width: 1090px) {
    #subpainel .case a.pager-painel.lefta {
        left: 10px;
    }
    #subpainel .case a.pager-painel.righta {
        right: 10px;
    }
}

.imglayout {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 65px;
    margin-bottom: 20px;
    text-align: center;
}

.imglayout img {
    width: 100%;
    max-width: 980px;
}

.titulos {
    font-size: 1.6rem;
    color: #eee;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
}

.textos {
    font-size: 1rem;
    color: #eee;
    margin-bottom: 20px;
    text-align: justify;
}

.galeria {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.galeriaimg {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 15px;
    border-radius: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcd694+0,f9b031+15,7f542c+25,f9b031+32,fcd694+46,fcd694+46,f9b031+58,7f542c+64,f9b031+73,fcd694+83,f9b031+94,7f542c+100 */
    background: #fcd694;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fcd694 0%, #f9b031 15%, #7f542c 25%, #f9b031 32%, #fcd694 46%, #fcd694 46%, #f9b031 58%, #7f542c 64%, #f9b031 73%, #fcd694 83%, #f9b031 94%, #7f542c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fcd694 0%, #f9b031 15%, #7f542c 25%, #f9b031 32%, #fcd694 46%, #fcd694 46%, #f9b031 58%, #7f542c 64%, #f9b031 73%, #fcd694 83%, #f9b031 94%, #7f542c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fcd694 0%, #f9b031 15%, #7f542c 25%, #f9b031 32%, #fcd694 46%, #fcd694 46%, #f9b031 58%, #7f542c 64%, #f9b031 73%, #fcd694 83%, #f9b031 94%, #7f542c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd694', endColorstr='#7f542c', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    padding: 3px;
    display: inline-block;
}

.galeriaimg img {
    position: relative;
    width: 100%;
    border-radius: 100%;
    height: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.galeriaimg img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.bdbot {
    position: relative;
    float: left;
    width: 100%;
    z-index: 999;
    height: 4px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcd694+0,f9b031+15,7f542c+25,f9b031+32,fcd694+46,fcd694+46,f9b031+58,7f542c+64,f9b031+73,fcd694+83,f9b031+94,7f542c+100 */
    background: #fcd694;
    /* Old browsers */
    background: -moz-linear-gradient(left, #fcd694 0%, #f9b031 15%, #7f542c 25%, #f9b031 32%, #fcd694 46%, #fcd694 46%, #f9b031 58%, #7f542c 64%, #f9b031 73%, #fcd694 83%, #f9b031 94%, #7f542c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fcd694 0%, #f9b031 15%, #7f542c 25%, #f9b031 32%, #fcd694 46%, #fcd694 46%, #f9b031 58%, #7f542c 64%, #f9b031 73%, #fcd694 83%, #f9b031 94%, #7f542c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fcd694 0%, #f9b031 15%, #7f542c 25%, #f9b031 32%, #fcd694 46%, #fcd694 46%, #f9b031 58%, #7f542c 64%, #f9b031 73%, #fcd694 83%, #f9b031 94%, #7f542c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd694', endColorstr='#7f542c', GradientType=1);
    /* IE6-9 */
}

#footer {
    float: left;
    width: 100%;
    background: #111 url(../img/bg-footer.jpg) center no-repeat;
    padding: 20px;
}

@media screen and (max-width: 768px) {
    #footer {
        height: auto;
        text-align: center;
        line-height: normal;
        padding: 10px;
    }
}

#footer .castelo {
    position: absolute;
    float: left;
    width: 142px;
    height: 90px;
    background: url(../img/logo/castelo-footer.png) no-repeat center;
}

#footer .alencar {
    position: absolute;
    float: left;
    width: 96px;
    height: 90px;
    left: 50%;
    margin-left: -48px;
    background: url(../img/logo/alencar-footer.png) no-repeat center;
}

#footer .mubadalla {
    position: absolute;
    float: left;
    right: 0;
    width: 142px;
    height: 90px;
    background: url(../img/logo/mubadalla-footer.png) no-repeat center;
}

#footer .logo {
    float: left;
    width: 100%;
    height: 90px;
    background: url(../img/logo/logo-light.png) no-repeat center;
    background-size: auto 100%;
}

#footer .address {
    margin-top: 110px;
}

#footer .address,
#footer .phone,
#footer .copyright {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
    color: #ccc;
}

#footer .copyright {
    margin-top: 10px;
}

#footer .arco {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

#footer .arco img {
    width: 34px;
    height: 30px;
}

.form label {
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.form .form-control {
    width: 100%;
    background-color: transparent !important;
    padding: 5px 15px;
    border: solid 2px;
    font-size: 14px;
    color: white;
    margin-bottom: 15px;
    -moz-border-image: -moz-linear-gradient(top, #f9b031 0%, #7f542c 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #f9b031 0%, #7f542c 100%);
    border-image: linear-gradient(to bottom, #f9b031 0%, #7f542c 100%);
    border-image-slice: 1;
}

.form .btn-default {
    float: right;
    background-color: transparent;
    padding: 10px 20px;
    border: solid 2px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    /*color: white;*/
    margin-bottom: 15px;
    color: -moz-linear-gradient(top, #f9b031 0%, #7f542c 100%);
    -moz-border-image: -moz-linear-gradient(top, #f9b031 0%, #7f542c 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #f9b031 0%, #7f542c 100%);
    border-image: linear-gradient(to bottom, #f9b031 0%, #7f542c 100%);
    border-image-slice: 1;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.form .btn-default:hover {
    background: -webkit-linear-gradient(top, #f9b031 0%, #7f542c 100%) !important;
    color: white;
}

@media screen and (max-width: 768px) {
    #footer .castelo,
    #footer .alencar,
    #footer .mubadalla {
        position: relative;
        width: 100%;
        left: 0;
        margin-left: 0;
        margin-top: 10px;
    }
    #footer .address {
        margin-top: 20px;
    }
}

