/* CODDE */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

/* -------------------------- */

.left {
    float: left;
}

.right {
    float: right;
}

.fx {
    -webkit-transition: all .10s linear;
    transition: all .10s linear;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.clear {
    clear: both;
}

header {
    background: #FFF;
    position: relative;
    border-top: 7px #86417F solid;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
}

header .logo {
    border-bottom: 1px #8D3B85 solid;
    padding: 1.875rem 0rem 1.875rem 0rem;
}

header .logom {
    padding: 0.9375rem 0rem 0.9375rem 0rem;
}

header .menu-detalhe {
    margin: 0 6px;
    vertical-align: 3px;
}

header .menu-desktop {
    position: relative;
    z-index: 9999;
}

header .menu-desktop ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    font-size: 0.9em;
}

header .menu-desktop ul li {
    display: inline;
    position: relative;
}

header .menu-desktop ul li a {
    color: #444444;
    font-weight: 600;
    text-transform: uppercase;
}

header .menu-desktop ul li a:hover {
    color: #86417F;
}

header .menu-desktop ul li:hover ul {
    display: block;
}

header .menu-desktop ul li ul {
    width: 150px;
    position: absolute;
    display: none;
    left: -10px;
    text-align: left;
    z-index: 9999;
    padding: 5px 0 0 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

header .menu-desktop ul ul li {
    display: block;
    padding: 7px;
    background-color: #FFF;
    border-bottom: 1px #86417F solid;
}

header .sidemenu {
    display: inline-block;
    padding: 25px 0 25px 25px;
}

.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 200px;
    overflow-x: none;
    overflow-y: auto;
    background: #86417F;
    border-left: 4px #86417F solid;
}

.sidr ul {
    list-style: none;
    margin: 0;
    padding: 15px 0 0 0;
    font-size: 1em;
}

.sidr ul a {
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    color: #FFF;
    padding: 12px 15px;
}

.sidr ul li ul {
    background: #73376C;
    padding: 0;
}

.sidr ul li ul a {
    padding: 6px 25px;
}

.sidr .sidr-inner {
    padding: 0 0 15px;
}

.sidr.right {
    left: auto;
    right: -200px;
}

.sidr.left {
    left: -200px;
    right: auto;
}

.banner {
    width: 100%;
    background: url('../img/bgbanner.jpg') no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 101;
    box-shadow: inset 0px 11px 16px -5px rgba(0, 0, 0, 0.2);
}

.slideshow {
    margin-top: -70px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
    position: relative;
}

.slideshow .overlay {
    position: absolute;
    padding: 24px;
    bottom: 24px;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    background-color: rgba(80, 39, 75, 0.8);
    font-weight: 400;
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
}

.slideshow .overlay h3 {
    color: #ffffff;
    margin: 0;
    text-align: center;
    font-weight: 400;
}

.slideshow .overlay h3 a {
    color: #E4C043;
    font-weight: 700;
}

.span-home {
    display: block;
    padding: 4.6875rem 0rem 3.125rem 0rem;
    color: #444444;
    font-weight: 300;
    line-height: 38px;
    font-size: 2em;
}

.span-proj-home {
    display: block;
    color: #444444;
    font-weight: 700;
    line-height: 34px;
    font-size: 1.8125em;
    margin: 1.875rem 0rem 1.5625rem 0rem;
}

.p-proj-home {
    color: #666666;
    line-height: 27px;
    font-size: 1.0625em;
}

.proj-home {
    padding: 0rem 0rem 6.25rem 0rem;
}

.btn-proj-home {
    display: inline-block;
    background: #86417F;
    width: 168px;
    color: #FFF;
    padding: 10px 0;
    margin-top: 15px;
    font-size: 1.1875em;
    border-radius: 3px;
}

.btn-proj-home:hover {
    background: #6B3466;
}

footer {
    background: #EEE;
    border-bottom: 6px #E4C043 solid;
    padding: 2.5rem 0rem 2.5rem 0rem;
    box-shadow: inset 0px 11px 16px -5px rgba(0, 0, 0, 0.1);
}

footer h4,
footer .ah4 {
    color: #87377F;
    margin: 0.9375rem 0rem 0.9375rem 0rem;
    font-size: 0.875em;
}

footer .ah4 {
    display: inline-block;
    font-weight: 700;
}

footer .ah4:hover {
    color: #6B3466;
}

footer ul {
    list-style-image: url('../img/fmenu_dot.png');
    margin: 0 0 0 11px;
    padding: 0;
}

footer ul a {
    color: #666666;
    font-size: 0.75em;
}

footer ul a:hover {
    color: #1B1B1B;
}

footer .copyright a {
    display: inline-block;
    font-weight: 600;
    color: #87377F;
    margin: 0.8125rem 0rem 0.9375rem 0rem;
    font-size: 1.25em;
}

footer .copyright p {
    color: #666666;
    line-height: 19px;
    font-size: 0.75em;
}

.bg-interna,
.bg-branco {
    background: #F7F7F7;
    padding: 1.875rem 0rem 8.125rem 0rem;
}

.bg-interna h1,
.bg-branco h1 {
    position: relative;
    margin-bottom: 60px;
    margin-top: 40px;
    color: #853F7F;
    font-weight: 700;
    line-height: 38px;
    font-size: 2em;
}

.bg-interna h1::after,
.bg-branco h1::after {
    content: "";
    width: 66px;
    height: 1px;
    background-color: #8D3B85;
    position: absolute;
    bottom: -32px;
    left: calc(50% - 33px);
}

.bg-interna h2,
.bg-branco h2 {
    margin-bottom: 25px;
    color: #666666;
    font-weight: 300;
    line-height: 32px;
    font-size: 1.25em;
}

.bg-interna p,
.bg-branco p {
    color: #666666;
    line-height: 24px;
    font-size: 0.9375em;
}

.bg-interna h3,
.bg-branco h3 {
    display: block;
    text-align: center;
    margin-bottom: 35px;
    color: #85407F;
    font-weight: 300;
    line-height: 35px;
    font-size: 1.375em;
}

.bg-interna img.right,
.bg-branco img.right {
    margin-bottom: 15px;
    margin-left: 30px;
}

.bg-interna ul,
.bg-branco ul {
    color: #666666;
    font-weight: 400;
    line-height: 24px;
    font-size: 0.9375em;
    margin: 20px 0 0 17px;
    padding: 0;
}

.bg-interna ul li,
.bg-branco ul li {
    margin-bottom: 20px;
}

.btn-estatuto {
    display: inline-block;
    width: unset;
    background: #86417F;
    font-weight: 300;
    color: #FFF;
    padding: 15px 20px;
    margin: 6.25rem 0rem 0rem 0rem;
    font-size: 1.1875em;
    border-radius: 4px;
    text-align: center;
}

.btn-estatuto:hover {
    background: #683363;
}

.btn-estatuto img {
    margin-right: 10px;
}

.bg-branco {
    background-color: #FFF !important;
}

.shadow {
    box-shadow: inset 0px 11px 16px -5px rgba(0, 0, 0, 0.08);
}

.ex-presidente {
    margin-bottom: 40px;
}

.ex-presidente img {
    padding: 3px;
    outline: solid #959595 1px;
    border: 4px #959595 double;
}

.ex-presidente strong {
    display: block;
    margin-top: 15px;
    color: #333333;
    font-weight: 700;
    line-height: 28px;
    font-size: 0.9375em;
}

.ex-presidente p {
    line-height: 18px;
    font-size: 0.75em;
}

.mapa-frame {
    width: 100%;
    height: 344px;
    border: 2px #DDDDDD solid;
    padding: 5px;
    margin-bottom: 40px;
    border-radius: 4px;
}

label {
    color: #666666;
    font-size: 0.9375em;
}

.input-txt {
    width: 100%;
    height: 53px;
    border: 1px #CCCCCC solid;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 0 15px;
    color: #666;
    font-size: 0.9375em;
    border-radius: 3px;
}

.input-txtarea {
    width: 100%;
    height: 149px;
    border: 1px #CCCCCC solid;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 10px 15px;
    color: #666;
    font-size: 0.9375em;
    border-radius: 3px;
}

.contato-btn {
    border: 0;
    width: 220px;
    height: 52px;
    background: #86417F;
    color: #FFF;
    border-radius: 3px;
    font-size: 1.1875em;
}

.contato-btn:hover {
    background: #6A3365;
}

.contato-mais {
    color: #666666;
    font-size: 0.9375em;
}

.contato-mais .icon-margin {
    margin-bottom: 25px;
    margin-right: 10px;
    margin-top: 4px;
}

.contato-mais a {
    color: #87377F;
    font-weight: 600;
    font-size: 1.25em;
}

table {
    width: 100%;
}

table tr td {
    padding-bottom: 6px;
    color: #666666;
    font-size: 0.9375em;
}

#bxpager {
    width: 100%;
    text-align: center;
    padding: 10px 0 30px 0;
}

#bxpager .bx-pager-item {
    display: inline-block;
    margin: 0 4px;
}

#bxpager .bx-pager-link {
    display: inline-block;
    font-size: 0;
    width: 14px;
    height: 14px;
    border: 2px #FFFFFF solid;
    border-radius: 50%;
}

#bxpager .bx-pager-link.active {
    background-color: #FFF;
}

.bgdetalhe {
    position: relative;
    z-index: 200;
}

.bgdetalhe::before {
    content: "";
    width: 100%;
    height: 15px;
    background: url('../img/bgdetalhe.png') no-repeat center top;
    display: block;
    margin-top: -14px;
}

.saiba {
    padding: 24px;
    width: 100%;
    margin: 32px auto 0;
    background-color: rgb(80, 39, 75);
    font-weight: 400;
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
}

.saiba h3 {
    color: #ffffff;
    margin: 0;
    text-align: center;
    font-weight: 400;
}

.saiba h3 a {
    color: #E4C043;
    font-weight: 700;
}


@media (max-width: 768px) {
    body,
    html {
        font-size: 14px;
    }
    .proj-home-borda {
        margin-bottom: 40px;
    }
    .slideshow {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    body,
    html {
        font-size: 15px;
    }
    .proj-home-borda {
        border-right: 1px #8D3B85 solid;
    }
    .slideshow {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    body,
    html {
        font-size: 15px;
    }
    header.home {
        height: 323px;
    }
    .proj-home-borda {
        border-right: 1px #8D3B85 solid;
    }
    .gamb-pd {
        padding-left: 68px;
    }
    .slideshow {
        margin-top: -75px;
    }
}

@media (min-width: 1200px) {
    body,
    html {
        font-size: 16px;
    }
    .slideshow {
        margin-top: -70px;
    }
}
