@import "fontawesome-4.2.0.min.css";
@import "https://fonts.googleapis.com/css?family=Open+Sans:700,400,300";
@import "fonts/Oswald.css";
body {
    background: #fff;
    font: 14px/24px Georgia, 'Times New Roman', Times, serif
}
a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #F99021
}
a:hover {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #cccccc
}
a[href^="tel:"] {
    color: inherit;
    text-decoration: none
}
p.rodape {
    color: #000000;
    font-size: 18px;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1)
}
p.rodapecentrado {
    color: #000000;
    font-size: 18px;
    text-align: center;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1)
}
p.nomecartoes {
    color: #000000;
    font-size: 10px;
    font-family: 'Oswald', sans-serif
}
p.nomecartoesitalico {
    color: #000000;
    font-size: 10px;
    font-family: 'Oswald', sans-serif;
    font-style: italic
}
h2 a,
h3 a,
h4 a,
h5 a {
    color: inherit;
    font: inherit
}
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
    color: #F99021
}
* {
    -webkit-text-size-adjust: none
}
::-moz-selection {
    color: #004860;
    background: #F99021
}
::selection {
    color: #004860;
    background: #F99021
}
#header {
    padding: 20px 0;
    background: #ffffff
}
#header h1 {
    float: left;
    padding-left: 40px
}
#header h1 a {
    color: #ffffff
}
#header h1 span {
    display: block;
    color: #ffffff
}
#header nav {
    float: right
}
@media only screen and (max-width: 767px) {
    #header {
        text-align: center
    }
    #header h1,
    #header nav {
        float: none;
        display: inline-block
    }
    #header nav {
        display: block
    }
}
.sf-menu {
    width: 100%;
    text-align: center;
    line-height: 20px;
    margin-top: auto;
    margin-top: 32px
}
.sf-menu > li {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0
}
.sf-menu > li > a {
    color: #F99021;
    font-size: 16px;
    margin-left: 29px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 30px;
    position: relative
}
.sf-menu > li > a:hover {
    color: #004860
}
.sf-menu > li > a:hover:after {
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: -30px;
    left: 0
}
.sf-menu > li:first-child {
    padding-right: 0
}
.sf-menu > li.current > a {
    color: #004860
}
.sf-menu > li.current > a:after {
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: -30px;
    left: 0
}
@media only screen and (max-width: 979px) {
    .sf-menu li {
        padding-right: 0
    }
}
.sf-menu ul {
    position: absolute;
    top: 66px;
    left: -30px;
    background: #ffffff;
    color: #004860;
    min-width: 157px;
    z-index: 999;
    display: none;
    text-align: left;
    padding-left: 33px;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.sf-menu ul:before {
    content: "";
    position: absolute;
    top: -10px;
    left: calc(50% - 3px);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #F99021
}
.sf-menu ul li {
    position: relative;
    height: 48px;
    line-height: 48px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}
.sf-menu ul li a {
    line-height: 12px;
    padding: 10px 0;
    color: #004860;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    display: block
}
.sf-menu ul li:hover > a {
    color: #7d261a
}
.sf-menu ul ul {
    position: absolute;
    top: 0;
    left: 126px;
    z-index: 4;
    min-width: 157px;
    border: none;
    background: #dbb3ae
}
.sf-menu ul ul:before {
    display: none
}
.sf-menu ul ul a:hover {
    color: #F99021
}
@media only screen and (max-width: 767px) {
    .sf-menu {
        display: none
    }
    .select-menu {
        display: block;
        width: 100%;
        border-color: #F99021;
        color: #F99021;
        font-size: 16px;
        padding: 5px;
        background: #ffffff;
        text-align: left;
        border: 1px solid #F99021
    }
}
.isStuck {
    background: #ffffff;
    z-index: 9;
    padding: 0;
    border-bottom: 1px solid #000000;
    -moz-box-shadow: 1px 1px 2px #CFCFCF;
    -webkit-box-shadow: 1px 1px 2px #CFCFCF;
    box-shadow: 1px 1px 2px #CFCFCF
}
.isStuck nav {
    margin-top: 17px !important
}
.isStuck .sf-menu {
    margin-top: 3px
}
.isStuck .sf-menu > li > a:hover:after {
    bottom: -23px
}
.isStuck .sf-menu > li.current > a:after {
    bottom: -23px
}
@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important
    }
}
h2,
h3,
h4 {
    font-family: 'Oswald', sans-serif;
    color: #000000
}
h2 {
    font: 300 42px/42px 'Open Sans', sans-serif;
    text-align: center;
    margin-bottom: 50px
}
h2 span {
    position: relative
}
h2 span:before {
    height: 2px;
    position: absolute;
    bottom: 7px;
    background: #000;
    width: 100%;
    content: "";
    display: block;
    left: 0
}
h3 {
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    line-height: 50px
}
h4 {
    font-size: 36px;
    line-height: 36px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px
}
h4.tituloleft {
    font-size: 30px;
    line-height: 30px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px
}
h4.tituloleft_mod {
    font-size: 30px;
    line-height: 30px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #E94786
}
h4.branco {
    font-size: 36px;
    line-height: 36px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    margin-top: 30px;
    color: #ffffff
}
h5 {
    font-size: 27px;
    line-height: 27px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    margin-bottom: 20px;
    color: #000000
}
h5.branco {
    font-size: 27px;
    line-height: 27px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    margin-bottom: 20px;
    margin-left: 50px;
    color: #ffffff
}
h5.brancob {
    font-size: 25px;
    line-height: 25px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #ffffff
}
h5.pretoc {
    font-size: 30px;
    line-height: 25px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    color: #000000;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1)
}
a.pretoc {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    color: #000000;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1)
}
a.pretoc:hover {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    color: #F99021;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1)
}
h5.esquerda {
    font-size: 25px;
    line-height: 25px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    margin-bottom: 20px;
    color: #000000
}
h5.esquerdamarcador {
    font-size: 25px;
    line-height: 25px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    color: #000000;
    background: url(../images/marcador01.png) no-repeat;
    padding-left: 30px
}
h5.brancosombra {
    font-size: 38px;
    line-height: 27px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    color: #ffffff;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1)
}
a.brancosombra {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    color: #ffffff;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1)
}
a.brancosombra:hover {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    color: #F99021;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1)
}
.h5__mod {
    color: #E94786
}
p {
    font: 14px/24px 'Open Sans', sans-serif;
    color: #727070
}
.full-width-container {
    width: 100%
}
.img_container {
    overflow: hidden
}
.img_container img {
    width: 100%
}
.img_containersmall {
    overflow: hidden
}
.img_containersmall img {
    width: 40%;
    padding: 5px;
    background-color: #F9F9F9;
    border: 1px solid #c0c0c0;
    margin: 3px
}
.collapse {
    color: #F99021;
    display: block;
    cursor: pointer;
    font-family: 'Oswald', sans-seri;
    font-size: 18px
}
.collapse + input {
    display: none
}
.collapse + input + * {
    display: none
}
.collapse+ input:checked + * {
    display: block
}
.btn {
    width: 150px;
    border: 1px solid #F99021;
    background: #F99021;
    display: inline-block;
    font: 16px/30px 'Open Sans', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer
}
.btn:hover {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    cursor: pointer
}
.btn-n {
    width: 50px;
    border: 1px solid #F99021;
    background: #F99021;
    display: inline-block;
    font: 12px/26px 'Open Sans', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer
}
.btn-n:hover {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    cursor: pointer
}
.btn-small {
    width: 50px;
    border: 1px solid #F99021;
    background: #F99021;
    display: inline-block;
    font: 14px/28px 'Open Sans', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer
}
.btn-small:hover {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    cursor: pointer
}

.btn-smallG {
    width: 150px;
    border: 1px solid #F99021;
    background: #F99021;
    display: inline-block;
    font: 14px/28px 'Open Sans', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer
}
.btn-smallG:hover {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    cursor: pointer
}
.bd-ra {
    border-radius: 10%
}
.sub_head {
    font-size: 24px;
    font-style: italic;
    line-height: 36px;
    text-align: center;
    margin: 0 auto
}
@media only screen and (max-width: 979px) {
    h2 {
        font: 300 42px/42px 'Open Sans', sans-serif;
        text-align: center;
        margin-bottom: 40px
    }
    h2 span:before {
        display: none
    }
    h3 {
        font: 45px/45px 'Oswald', sans-serif;
        text-align: center
    }
    h4 {
        font: 30px/30px 'Oswald', sans-serif;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px
    }
    h4.tituloleft {
        font-size: 30px;
        line-height: 30px;
        font-family: 'Oswald', sans-serif;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px
    }
    h4.tituloleft_mod {
        font-size: 30px;
        line-height: 30px;
        font-family: 'Oswald', sans-serif;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
        color: #E94786
    }
    h4.branco {
        font: 30px/30px 'Oswald', sans-serif;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
        color: #ffffff
    }
    h5 {
        font: 24px/24px 'Oswald', sans-serif;
        text-align: center;
        margin-bottom: 20px;
        color: #000000
    }
}
@media only screen and (max-width: 767px) {
    h2 {
        font: 300 40px/40px 'Open Sans', sans-serif;
        text-align: center;
        margin-bottom: 40px
    }
    h2 span:before {
        display: none
    }
    h3 {
        font: 45px/45px 'Oswald', sans-serif;
        text-align: center
    }
    h4 {
        font: 25px/25px 'Oswald', sans-serif;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px
    }
    h4.tituloleft {
        font-size: 25px;
        line-height: 25px;
        font-family: 'Oswald', sans-serif;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px
    }
    h4.tituloleft_mod {
        font-size: 25px;
        line-height: 25px;
        font-family: 'Oswald', sans-serif;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
        color: #E94786
    }
    h4.branco {
        font: 25px/25px 'Oswald', sans-serif;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
        color: #ffffff
    }
    h5 {
        font: 24px/24px 'Oswald', sans-serif;
        text-align: center;
        margin-bottom: 20px;
        color: #000000
    }
    .img_container {
        margin-bottom: 20px
    }
}
@media only screen and (max-width: 479px) {
    h2 {
        font: 300 38px/38px 'Open Sans', sans-serif;
        text-align: center;
        margin-bottom: 40px
    }
    h2 span:before {
        display: none
    }
    h3 {
        font: 35px/35px 'Oswald', sans-serif;
        text-align: center
    }
    h4 {
        font: 20px/20px 'Oswald', sans-serif;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px
    }
    h4.tituloleft {
        font-size: 20px;
        line-height: 20px;
        font-family: 'Oswald', sans-serif;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px
    }
    h4.tituloleft_mod {
        font-size: 20px;
        line-height: 20px;
        font-family: 'Oswald', sans-serif;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
        color: #E94786
    }
    h4.branco {
        font: 16px/16px 'Oswald', sans-serif;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
        color: #ffffff
    }
    h5 {
        font: 24px/24px 'Oswald', sans-serif;
        text-align: center;
        margin-bottom: 20px;
        color: #000000
    }
    .img_container {
        margin-bottom: 20px
    }
}
.index .block-2 {
    padding: 105px 0 130px;
    text-align: left
}
.index .block-2 h2 {
    margin-bottom: 60px
}
.index .block-2 h4 {
    margin-bottom: 25px
}
.index .block-2 p {
    width: 66%;
    margin: 0 auto
}
.index .block-2 .btn {
    margin-top: 33px;
    width: 278px
}
.index .block-2 .text_content {
    border-radius: 8px;
    border: 1px solid #8c8c8c;
    position: relative;
    background: #fff;
    margin-bottom: 75px
}
.index .block-2 .text_content p {
    padding: 20px 20px 15px;
    font-style: italic
}
.index .block-2 .text_content:before {
    content: "";
    display: block;
    width: 33px;
    height: 28px;
    background: url(../images/quotes.png) no-repeat;
    position: absolute;
    bottom: -28px;
    left: 50px
}
.index .block-3 {
    padding: 50px 0 50px;
    background: url(../images/fundo-1.jpg);
    background-attachment: fixed;
    background-position: center 0%;
    position: relative;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    z-index: 8;
    text-align: left
}
.index .block-3 h2 {
    color: #004860;
    margin-bottom: 70px
}
.index .block-3 h2 span:before {
    background: #ffffff
}
.index .block-3 h3 {
    color: #004860
}
.index .block-3 .element {
    padding: 50px 0
}
.index .block-3b {
    background: #ffffff url(../images/fundo-1.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center 0%;
    position: relative;
    z-index: 8;
    height: 450px
}
.index .block-3b h2 {
    color: #004860;
    margin-bottom: 70px
}
.index .block-3b h2 span:before {
    background: #ffffff
}
.index .block-3b h3 {
    color: #ffffff;
    padding-top: 350px
}
.index .block-3b .element {
    padding: 50px 0
}
.index .block-3c {
    background: #ffffff url(../images/fundo-reiki.html) no-repeat;
    background-attachment: fixed;
    background-position: center 0%;
    position: relative;
    z-index: 8;
    height: 450px
}
.index .block-3c h2 {
    color: #004860;
    margin-bottom: 70px
}
.index .block-3c h2 span:before {
    background: #ffffff
}
.index .block-3c h3 {
    color: #ffffff;
    padding-top: 350px
}
.index .block-3c .element {
    padding: 50px 0
}
.index .block-3d {
    background: #ffffff url(../images/fundo-meditacao.html) no-repeat;
    background-attachment: fixed;
    background-position: center 0%;
    position: relative;
    z-index: 8;
    height: 450px
}
.index .block-3d h2 {
    color: #004860;
    margin-bottom: 70px
}
.index .block-3d h2 span:before {
    background: #ffffff
}
.index .block-3d h3 {
    color: #ffffff;
    padding-top: 350px
}
.index .block-3d .element {
    padding: 50px 0
}
.index .block-3e {
    padding: 50px 0 50px;
    background-position: center 0%;
    position: relative;
    padding-bottom: 50px;
    z-index: 8;
    text-align: left
}
.index .block-3e h2 {
    color: #004860;
    margin-bottom: 70px
}
.index .block-3e h2 span:before {
    background: #ffffff
}
.index .block-3e h3 {
    color: #004860
}
.index .block-3e .element {
    padding: 50px 0
}
.index .block-4 {
    padding: 120px 0 130px;
    border-bottom: 1px solid #000
}
.index .block-4 h2 {
    margin-bottom: 65px
}
.index .block-4 .owl-text {
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
    color: #312f2f;
    text-align: center;
    margin-top: 40px
}
.index .block-5 {
    padding: 30px 0 70px;
    text-align: center
}
.index .block-5 h2 {
    margin-bottom: 60px
}
.index .block-5 h3 {
    margin-bottom: 22px
}
.index .block-5 .btn {
    margin-top: 30px
}
.index .block-5 p {
    text-align: left
}
.index .block-5 .text_content {
    border-radius: 8px;
    border: 1px solid #8c8c8c;
    position: relative;
    background: #fff;
    margin-bottom: 75px;
    font-style: italic
}
.index .block-5 .text_content p {
    padding: 20px 20px 15px;
    font-style: italic
}
.index .block-5 .text_content:before {
    content: "";
    display: block;
    width: 33px;
    height: 28px;
    background: url(../images/quotes.png) no-repeat;
    position: absolute;
    bottom: -28px;
    left: 30px
}
@media only screen and (max-width: 979px) {
    h5.brancosombra {
        font-size: 27px;
        line-height: 27px;
        font-family: 'Oswald', sans-serif;
        text-align: center;
        margin-bottom: 20px;
        padding: 10px;
        color: #ffffff;
        text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1)
    }
    a.brancosombra {
        font-size: 18px;
        font-size: 24px;
        font-family: 'Oswald', sans-serif;
        text-align: center;
        margin-bottom: 20px;
        padding: 10px;
        color: #ffffff;
        text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1)
    }
    a.brancosombra:hover {
        font-size: 18px;
        font-size: 24px;
        font-family: 'Oswald', sans-serif;
        text-align: center;
        margin-bottom: 20px;
        padding: 10px;
        color: #F99021;
        text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1)
    }
    .index .bloco3 label.camposmini {
        font-size: 11px;
        font-family: 'Oswald', sans-serif
    }
    p.nomecartoes {
        color: #000000;
        font-size: 16px;
        font-family: 'Oswald', sans-serif
    }
    .index .block-3 h3 {
        height: 100px
    }
}
@media only screen and (max-width: 767px) {
    h5.brancosombra {
        font-size: 27px;
        line-height: 27px;
        font-family: 'Oswald', sans-serif;
        text-align: center;
        margin-bottom: 20px;
        padding: 10px;
        color: #ffffff;
        text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1)
    }
    a.brancosombra {
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        text-align: center;
        margin-bottom: 20px;
        padding: 10px;
        color: #ffffff;
        text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1)
    }
    a.brancosombra:hover {
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        text-align: center;
        margin-bottom: 20px;
        padding: 10px;
        color: #F99021;
        text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1)
    }
    .index .bloco3 label.camposmini {
        font-size: 11px;
        font-family: 'Oswald', sans-serif
    }
    p.nomecartoes {
        color: #000000;
        font-size: 16px;
        font-family: 'Oswald', sans-serif
    }
    .index .block-3 .element {
        padding: 0
    }
    .index .block-5 article {
        margin-bottom: 60px
    }
}
.index-1 .block-1 {
    padding: 120px 0 125px
}
.index-1 .block-1 h2 {
    margin-bottom: 60px
}
.index-1 .block-1 p {
    padding-right: 10px;
    line-height: 20px
}
.index-1 .block-1 .btn {
    margin-top: 55px
}
.index .block-1b {
    padding: 100px 0 100px
}
.index .block-1b h2 {
    margin-bottom: 60px
}
.index .block-1b p {
    padding-right: 10px;
    line-height: 20px
}
.index .block-1b .btn {
    margin-top: 15px
}
.index-1 .block-2 {
    padding: 120px 0 90px;
    background: url(../images/fundo-1.jpg);
    background-attachment: fixed;
    background-position: center 0%;
    position: relative;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    z-index: 8
}
.index-1 .block-2 h2 {
    color: #004860;
    margin-bottom: 75px
}
.index-1 .block-2 h2 span:before {
    background: #ffffff
}
.index-1 .block-2 h4 {
    color: #004860;
    margin-top: 10px;
    margin-bottom: 15px
}
.index-1 .block-2 p {
    color: #004860;
    padding: 0 22px
}
.index-1 .block-3 {
    padding: 125px 0 115px;
    border-top: 1px solid #4d4a4a
}
.index-1 .block-3 h2 {
    margin-bottom: 70px
}
.index-1 .block-3 .bd-ra {
    width: 68px;
    height: 68px;
    line-height: 68px;
    font-size: 35px;
    text-align: center;
    color: #004860;
    background: #ffffff;
    display: block;
    font-family: 'Open Sans', sans-serif
}
@media only screen and (max-width: 979px) and (min-width: 768px) {
    h5.brancosombra {
        font-size: 27px;
        line-height: 27px;
        font-family: 'Oswald', sans-serif;
        text-align: center;
        margin-bottom: 20px;
        padding: 10px;
        color: #ffffff;
        text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1)
    }
    a.brancosombra {
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        text-align: center;
        margin-bottom: 20px;
        padding: 10px;
        color: #ffffff;
        text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1)
    }
    a.brancosombra:hover {
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        text-align: center;
        margin-bottom: 20px;
        padding: 10px;
        color: #F99021;
        text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1)
    }
    .index .bloco3 label.camposmini {
        font-size: 11px;
        font-family: 'Oswald', sans-serif
    }
    p.nomecartoes {
        color: #000000;
        font-size: 16px;
        font-family: 'Oswald', sans-serif
    }
    .index-1 .block-3 .bd-ra {
        width: 50px;
        height: 50px;
        line-height: 50px
    }
}
@media only screen and (max-width: 767px) {
    h5.brancosombra {
        font-size: 27px;
        line-height: 27px;
        font-family: 'Oswald', sans-serif;
        text-align: center;
        margin-bottom: 20px;
        padding: 10px;
        color: #ffffff;
        text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1)
    }
    a.brancosombra {
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        text-align: center;
        margin-bottom: 20px;
        padding: 10px;
        color: #ffffff;
        text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1)
    }
    a.brancosombra:hover {
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        text-align: center;
        margin-bottom: 20px;
        padding: 10px;
        color: #F99021;
        text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1)
    }
    .index .bloco3 label.camposmini {
        font-size: 11px;
        font-family: 'Oswald', sans-serif
    }
    .index-1 .block-3 .bd-ra {
        margin: 10px auto
    }
    .index-1 .block-3 p {
        margin-bottom: 50px
    }
}
.index-2 .block-1 {
    padding: 120px 0 70px
}
.index-2 .block-1 h2 {
    margin-bottom: 64px
}
.index-2 .block-1 article {
    border: 1px solid #000;
    border-top: none;
    padding-top: 5px;
    margin-bottom: 95px
}
.index-2 .block-1 h4 {
    background: #474747;
    color: #004860;
    line-height: 52px;
    margin-top: 0;
    margin-bottom: 20px
}
.index-2 .block-1 p {
    padding: 0 32px 25px
}
.index-2 .block-1 .img_container {
    margin-bottom: 0 !important
}
.index-3 .block-1 {
    padding: 120px 0 75px
}
.index-3 .block-1 h2 {
    text-align: left;
    margin-bottom: 63px
}
.index-3 .block-1 h5 {
    text-align: left;
    margin-bottom: 25px
}
.index-3 .block-1 .h5__mod {
    margin-bottom: 10px
}
.index-3 .block-1 li {
    padding: 11px 0
}
.index-3 .block-1 li a {
    color: #727070;
    font: 14px/14px 'Open Sans', sans-serif;
    text-decoration: underline
}
.index-3 .block-1 li a:hover {
    text-decoration: none;
    color: #F99021
}
.index-3 .block-1 article {
    margin-bottom: 45px
}
.index-3 .block-1 p {
    line-height: 20px
}
.index-3 .block-2 {
    padding: 110px 0 70px;
    border-top: 1px solid #4d4a4a
}
.index-3 .block-2 h2 {
    margin-bottom: 74px
}
.index-3 .block-2 h5 {
    text-align: right
}
.index-3 .block-2 .text_content {
    border-radius: 8px;
    border: 1px solid #8c8c8c;
    position: relative;
    background: #fff;
    margin-bottom: 75px
}
.index-3 .block-2 .text_content p {
    padding: 20px 20px 15px;
    font-style: italic
}
.index-3 .block-2 .text_content:before {
    content: "";
    display: block;
    width: 33px;
    height: 28px;
    background: url(../images/quotes.png) no-repeat;
    position: absolute;
    bottom: -28px;
    left: 50px
}
.index-4 p a {
    color: #F99021
}
.index-4 p a:hover {
    color: #F99021
}
.index-4 .block-1 {
    padding: 120px 0 15px
}
.index-4 .block-1 h2 {
    margin-bottom: 65px
}
.index-4 .block-1 #map-canvas {
    height: 430px
}
.index-4 .block-2 {
    padding: 70px 0
}
.index-4 .block-2 h2 {
    font-size: 60px;
    text-align: left
}
.index-4 .block-2 .address {
    margin-top: 40px
}
.index-4 .block-2 .mail {
    color: #727070
}
.index-4 .block-2 .mail:hover {
    color: #F99021
}
@media only screen and (max-width: 767px) {
    .index-4 h2 {
        margin-top: 30px
    }
}
#footer {
    background: #D5D5D5;
    padding: 100px 0 0;
    color: #000000
}
#footer a {
    color: inherit
}
#footer a:hover {
    text-decoration: underline
}
#footer .copyright {
    text-align: center;
    color: #ffffff
}
#footer .copyright .btn {
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 30px;
    color: #000;
    background: #fff;
    border: none;
    margin: 10px 10px
}
#footer .copyright .btn span {
    line-height: 54px
}
#footer .copyright .btn:hover {
    background: #F99021;
    color: #fff
}
#footer .copyright pre {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 10px
}
#footer .footer_bottom {
    height: 35px;
    text-align: center;
    background: #2c2c2c url(../images/fbg_bg.gif) repeat left top;
    color: #EAEAEA;
    padding-top: 10px;
    padding-bottom: 5px
}
@media only screen and (max-width: 767px) {
    #footer .copyright .btn {
        width: 54px;
        height: 54px;
        line-height: 54px;
        margin: 30px 25px
    }
}
@media only screen and (max-width: 479px) {
    #footer .copyright .btn {
        display: block;
        margin: 20px auto
    }
}
#toTop {
    display: none;
    background: #000000;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 10px;
    overflow: hidden;
    border: none;
    color: #C5C5C5;
    width: 50px;
    height: 50px;
    font-size: 49px;
    line-height: 50px;
    z-index: 20;
    text-align: center;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease
}
#toTop:hover {
    outline: none;
    color: #F99021;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease
}
@media only screen and (max-width: 1199px) {
    #toTop {
        display: none !important
    }
}
@media only screen and (max-width: 1199px) {
    .sample {
        height: auto
    }
}
@media only screen and (max-width: 979px) {
    .sample {
        height: auto
    }
}
@media only screen and (max-width: 767px) {
    .sample {
        height: auto
    }
}
@media only screen and (max-width: 480px) {
    .sample {
        height: auto
    }
}
@media only screen and (max-width: 320px) {
    .sample {
        height: auto
    }
}
.recomendacoes {
    background: #ffffff;
    padding: 30px;
    border: 1px solid #8c8c8c;
    min-height: 120px;
    text-align: left;
    border: 1px solid #c0c0c0;
    margin: 5px
}
li.dif {
    list-style-type: square;
    margin-left: 20px;
    padding-bottom: 10px
}
li.difB {
    list-style-type: square;
    margin-left: 30px;
    font: 14px/24px 'Open Sans', sans-serif;
    color: #727070
}
.imagencabecalho {
    background: #ffffff url(../images/fundo-cabecalho.jpg) no-repeat;
    background-position: right top 0%;
    position: relative;
    color: #ffffff;
    font-size: 34px;
    font-family: 'Oswald', sans-serif;
    padding: 50px
}
textarea.formmail {
    background: #fff;
    line-height: 29px;
    font-size: 13px;
    padding: 0 0 0 20px;
    outline: none;
    height: 29px;
    color: #727070;
    border: 1px solid #c8c2c2;
    font-family: 'Open Sans', sans-serif;
    height: 100px;
    width: 80%;
    resize: vertical
}
input.formmail {
    background: #fff;
    line-height: 29px;
    font-size: 13px;
    padding: 0 0 0 20px;
    outline: none;
    margin-bottom: 10px;
    color: #727070;
    border: 1px solid #c8c2c2;
    font-family: 'Open Sans', sans-serif
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
    max-width: 100%
}
.google-maps {
    position: relative;
    padding-bottom: 80%;
    height: 0;
    overflow: hidden
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}
input.camposnewsletter {
    border: 1px solid #c0c0c0;
    padding: 5px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff
}
.btnOK {
    height: 27px;
    cursor: pointer;
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.btnOK:hover {
    height: 27px;
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top, #f88e11, #f06015);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.btnOK:active {
    height: 27px;
    color: #fcd3a5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
    background: -moz-linear-gradient(top, #f47a20, #faa51a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
div.lateral {
    background: #F9F9F9;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 10%;
    padding-bottom: 10%
}

.collapsea {
    color: #F99021;
	font-weight: bold;
	font: 35px/38px 'Oswald', sans-serif;
    display: block;
    cursor: pointer;  
    margin-bottom: 10px;
	background: #FFFFFF url(../images/mais2.png);
	background-repeat: no-repeat;
    background-position: 90% 70%;
	transition: .65s;
	padding: 10px;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #c0c0c0;
}
.collapsea:hover {
    color: #F99021;
	font-weight: bold;
	font: 35px/38px 'Oswald', sans-serif;
    display: block;
    cursor: pointer;  
    margin-bottom: 10px;
   	background: #F9F9F9 url(../images/mais2.png);
	background-repeat: no-repeat;
	background-position: 90% 100%;
	padding-left: 10%;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #c0c0c0;
}
.collapsea + input {
    display: none
}
.collapsea + input + * {
    display: none
}
.collapsea+ input:checked + * {
    display: block;
    margin-top: 10px
}

.collapseb {
    color: #000000;
    display: block;
    cursor: pointer;

    margin-bottom: 10px;
    background: #f1f1f1 url(../images/arrow3.png) no-repeat;
    background-position: right 90%
}
.collapseb + input {
    display: none
}
.collapseb + input + * {
    display: none
}
.collapseb+ input:checked + * {
    display: block;
    margin-top: 10px
}
.collapsec {
    color: #000000; 
    display: block;
    cursor: pointer;
    background: #F9F9F9 url(../images/arrow3.png) no-repeat;
    background-position: center;
    width: 100%;
    border: 1px solid #c0c0c0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease
}
.collapsec:hover {
    color: #F99021;
    display: block;
    cursor: pointer;
    background: #f5f5f5 url(../images/arrow3.png) no-repeat;
    background-position: center;
    width: 100%;
    border: 1px solid #c0c0c0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}
.collapsec + input {
    display: none
}
.collapsec + input + * {
    display: none
}
.collapsec+ input:checked + * {
    display: block
}
p.collaps {
    padding-left: 8px;
    font: 14px/24px 'Open Sans', sans-serif;
    color: #000000
}
p.collaps:hover {
    padding-left: 8px;
    font: 14px/24px 'Open Sans', sans-serif;
    color: #F99021
}
.collapsef {
    color: #000000;
    display: block;
    cursor: pointer;
    padding: 10px;
    text-align: center
}
.collapsef + input {
    display: none
}
.collapsef + input + * {
    display: none
}
.collapsef+ input:checked + * {
    display: block;
    margin-top: 10px
}
p.cancelar {
    text-align: left;
    padding: 20px
}
div.perfil {
    background: #F9F9F9;
    padding-top: 25px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    border: solid 1px #cccccc
}
p.nomes {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    color: #000000
}
p.erro {
    color: red
}
p.mini {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    color: #000000;
    padding-top: 5px
}
p.minivermelho {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    color: red;
    padding-top: 5px
}
p.minicentro {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #000000;
    padding-top: 5px
}
p.minivermelhocentro {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: red;
    padding-top: 5px
}
p.miniB {
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    color: #000000;
    padding-top: 5px;
    padding-left: 25px
}
p.miniC {
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    color: #000000;
    padding-top: 2px;
    padding-left: 25px
}
p.miniD {
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    color: #000000
}
h5.miniD {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    color: #000000;
    padding-left: 25px;
    background: #ffffff url(../images/marcador02.png) no-repeat
}
p.minierro {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    color: red;
    padding-top: 5px
}
a.max {
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    color: #000000
}
a.link {
    text-decoration: none;
    color: #F99021
}
a.link:hover {
    text-decoration: none;
    color: #cccccc
}
div.mensagem {
    background: #f5f5f5;
    color: #000000;
    padding: 25px;
    -moz-box-shadow: 1px 1px 2px #CCC;
    -webkit-box-shadow: 1px 1px 2px #CCC;
    box-shadow: 1px 1px 2px #CCC;
    border-radius: 8px;
    margin-bottom: 20px
}
div.mensagemerro {
    background: #f5f5f5;
    color: #000000;
    padding: 25px;
    -moz-box-shadow: 1px 1px 2px #CCC;
    -webkit-box-shadow: 1px 1px 2px #CCC;
    box-shadow: 1px 1px 2px #CCC;
    border-radius: 8px;
    margin-bottom: 20px
}
div.conteudotable {
    margin-left: 8px;
    margin-top: 8px;
    margin-top: 8px
}
#tooltip {
    display: inline;
    position: relative
}
#tooltip:hover:after {
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    background: #000000;
    bottom: 26px;
    color: #ffffff;
    content: attr(title);
    left: 20%;
    padding: 14px 20px;
    position: absolute;
    z-index: 98;
    width: 120px;
    border: 1px solid #000000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
    opacity: 0.95;
    filter: alpha(opacity=65)
}
#tooltip:hover:before {
    border: solid;
    border-color: #000000 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99
}
.tooltip {
    display: inline;
    position: relative
}
.tooltip:hover:after {
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    background: #000000;
    bottom: 26px;
    color: #ffffff;
    content: attr(title);
    left: 20%;
    padding: 14px 20px;
    position: absolute;
    z-index: 98;
    width: 120px;
    border: 1px solid #000000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
    opacity: 0.95;
    filter: alpha(opacity=65)
}
.tooltip:hover:before {
    border: solid;
    border-color: #000000 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99
}
.index .bloco1 {
    padding: 50px 0 10px
}
.index .bloco1 h2 {
    margin-bottom: 60px
}
.index .bloco1 p {
    padding-right: 10px;
    line-height: 20px
}
.index .bloco1 .btn {
    margin-top: 15px
}
.index .bloco2 {
    padding: 50px 0 10px
}
.index .bloco2 h2 {
    margin-bottom: 60px
}
.index .bloco2 p {
    padding-right: 10px;
    line-height: 20px
}
.index .bloco2 .btn {
    margin-top: 15px
}
.index .bloco3 {
    padding: 50px 0 10px
}
.index .bloco3 h2 {
    margin-bottom: 60px
}
.index .bloco3 p {
    padding-right: 10px;
    line-height: 20px
}
.index .bloco3 .btn {
    margin-top: 15px
}
.index .bloco4 {
    padding: 30px 0 30px;
    margin-top: 5px;
    border-top: 1px solid #ffffff;
    background: #D5D5D5 url(../images/fundo-subrodape03.jpg) no-repeat right top
}
.index .bloco4 h2 {
    margin-bottom: 60px
}
.index .bloco4 p {
    padding-right: 10px;
    line-height: 20px
}
.index .bloco4 .btn {
    margin-top: 15px;
    margin-bottom: 30px
}
div.descricao {
    background: #f1f1f1;
    padding: 25px;
    margin-bottom: 20px
}
.load_more {
    color: #000000;
    border-radius: 5px;
    width: 91%;
    height: 50px;
    font-size: 20px;
    background: #f9f9f9;
    outline: 0;
    border: 1px solid #cccccc;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease
}
.load_more:hover {
    color: #F99021;
    border-radius: 5px;
    width: 91%;
    height: 50px;
    font-size: 20px;
    background: #f5f5f5;
    outline: 0;
    border: 1px solid #cccccc;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px
}
div.tudo {
    border-radius: 5px
}
#results {
    font: 12px Arial, Helvetica, sans-serif;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}
#results .loading-indication {
    background: #FFFFFF;
    padding: 0px;
    position: absolute
}
.paginate {
    padding: 0px;
    margin: 0px;
    height: 30px;
    display: block;
    text-align: center
}
.paginate li {
    display: inline-block;
    list-style: none;
    padding: 0px;
    margin-right: 1px;
    width: 30px;
    text-align: center;
    background: #4CC2AF;
    line-height: 25px
}
.paginate .active {
    display: inline-block;
    list-style: none;
    padding: 0px;
    margin-right: 1px;
    width: 30px;
    text-align: center;
    line-height: 25px;
    background-color: #ffffff
}
.paginate li a {
    color: #FFFFFF;
    text-decoration: none
}
.page_result {
    padding: 0px
}
.page_result li {
    background: #ffffff;
    margin-bottom: 5px;
    padding: 10px;
    font-size: 12px;
    list-style: none
}
.page_result .page_name {
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px
}
.tudo {
    display: table
}
div.contorno {
    background: #F9F9F9 url(../images/cabecalho-lateral.jpg) no-repeat top;
    border: 1px solid #cccccc;
    padding-top: 30px;
    padding-bottom: 25px;
    -moz-box-shadow: 1px 1px 2px #CFCFCF;
    -webkit-box-shadow: 1px 1px 2px #CFCFCF;
    box-shadow: 1px 1px 2px #CFCFCF
}
hr {
    color: #cccccc
}
p.italicobold {
    font-style: italic;
    font-weight: bold;
    color: #000000
}
p.bold {
    font-weight: bold
}
div.molduraimagens {
    padding: 50px
}
#molduraimagem {
    padding: 8px;
    border: 1px solid #cccccc;
    margin-bottom: 8px;
    margin-left: 4px;
    box-shadow: 3px 3px 1px #505050
}
#molduraimagem:hover {
    padding: 8px;
    border: 1px solid #ffffff;
    margin-bottom: 8;
    margin-left: 4px;
    box-shadow: 3px 3px 1px #505050
}
#molduralogo {
    padding: 4px;
    border: 1px solid #cccccc
}
#molduramini {
    padding: 4px;
    border: 1px solid #cccccc
}
img.molduramini {
    width: 75px
}
#previewfoto {
    padding: 4px;
    border: 1px solid #cccccc;
    margin-top: 10px
}
#campos {
    width: 100%;
    border: 1px solid #c0c0c0;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #F9F9F9;
    margin-bottom: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font: 14px/24px 'Open Sans', sans-serif
}
select.campos {
    width: 100%;
    border: 1px solid #c0c0c0;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #F9F9F9;
    margin-bottom: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font: 14px/24px 'Open Sans', sans-serif
}
select.camposmini {
    width: 75px;
    border: 1px solid #c0c0c0;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #F9F9F9;
    margin-bottom: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font: 14px/24px 'Open Sans', sans-serif
}
input.campos {
    width: 100%;
    border: 1px solid #c0c0c0;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #F9F9F9;
    margin-bottom: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font: 14px/24px 'Open Sans', sans-serif
}
textarea.campos {
    width: 100%;
    border: 1px solid #c0c0c0;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #F9F9F9;
    margin-bottom: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font: 14px/24px 'Open Sans', sans-serif
}
#captcha {
    width: 25%;
    border: 1px solid #c0c0c0;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #F9F9F9;
    margin-bottom: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font: 14px/24px 'Open Sans', sans-serif
}
label.campos {
    font-size: 16px;
    font-family: 'Oswald', sans-serif
}
label.camposmini {
    font-size: 16px;
    font-family: 'Oswald', sans-serif
}
input.camposfile {
    margin: 5px;
    width: 100%
}
p.campos {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    color: #000000
}
p.campos-B {
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    color: #000000
}
p.campos-C {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    color: #000000
}
.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 25px
}
.strike > span {
    position: relative;
    display: inline-block
}
.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 25%;
    width: 9999px;
    height: 1px;
    background: #F99021
}
.strike > span:before {
    right: 100%;
    margin-right: 15px
}
.strike > span:after {
    left: 100%;
    margin-left: 15px
}
.strikeB {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 25px
}
.strikeB > span {
    position: relative;
    display: inline-block
}
.strikeB > span:before,
.strikeB > span:after {
    content: "";
    position: absolute;
    top: 25%;
    width: 9999px;
    height: 1px;
    background: #ffffff
}
.strikeB > span:before {
    right: 100%;
    margin-right: 15px
}
.strikeB > span:after {
    left: 100%;
    margin-left: 15px
}
hr. {
    display: block;
    border: none;
    height: 10px;
    background: url('../images/separador-01.png') center repeat
}
img.molduramap {
    border: 1px solid #c1c1c1;
    padding: 5px
}
div.subrodapecontorno {
    border: 1px solid #cccccc;
    padding: 5px
}
div.preview {
    color: red;
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 10px
}
p.nota {
    font-size: 12px;
    text-align: left;
    color: #000000
}
iframe.imageupload {
    margin-bottom: 30px;
    border: 1px dashed #c0c0c0;
    margin-bottom: 10px;
    overflow: auto
}
iframe {
    overflow: auto;
    border: none
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}
input[type=checkbox]:not(old),
input[type=radio]:not(old) {
    width: 28px;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer
}
input[type=checkbox]:not(old) + label,
input[type=radio]:not(old) + label {
    display: inline-block;
    margin-left: -28px;
    padding-left: 28px;
    background: url('images/checks.png') no-repeat 0 0;
    line-height: 24px;
    cursor: pointer
}
input[type=checkbox]:not(old):checked + label {
    background-position: 0 -24px
}
input[type=radio]:not(old):checked + label {
    background-position: 0 -48px
}
.card {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
    border-radius: 4px
}
.card-wrapper {
    border-radius: 4px
}
.card-image {
    width: 100%
}
.card-image img {
    width: 100%;
    border-radius: 4px 4px 0 0
}
.card-info {
    padding: 10px 16px;
    color: rgb(33, 25, 34);
    text-align: left;
    font-size: 10px
}
.cards {
    margin: auto
}
.card {
    width: 100px;
    overflow: hidden;
    opacity: 0
}
.card--loaded {
    opacity: 1
}
@media (max-width: 600px) {
    .card {
        width: 90%
    }
}
.wrap {
    overflow: hidden
}
.ias_loader,
.ias_trigger {
    text-align: center;
    margin: 30px 0 40px
}
.ias_trigger a:link,
.ias_trigger a:visited {
    width: 150px;
    border: 1px solid #F99021;
    background: #F99021;
    display: inline-block;
    font: 16px/30px 'Open Sans', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer
}
.ias_trigger a:hover,
.ias_trigger a:active {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    cursor: pointer
}
table.programa {
    width: 100%;
    border: solid 1px #ddd
}
td.programacabecalho {
    background-color: #F99021;
    padding-top: 5px;
    padding-bottom: 5px
}
td.programaprograma-a {
    background-color: #F3F3F3;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: solid 1px #ddd;
    width: 30px
}
td.programaprograma-b {
    background-color: #F9F9F9;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: solid 1px #ddd
}
p.programacabecalho {
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Oswald', sans-serif
}
p.programaprograma {
    color: #000000;
    font-size: 12px
}
p.programahorario {
    color: #000000;
    font-size: 12px;
    width: 120px
}
p.programaorador {
    color: #000000;
    font-size: 12px;
    font-weight: bold
}
td.programaorador {
    background-color: #FFFFFF;
    border-left: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd
}
td.programaoradorB {
    background-color: #FFFFFF;
    border-left: solid 1px #ddd;
    border-bottom: solid 1px #ffffff;
    border-top: solid 1px #ddd
}
div.tabresponsiva {
    overflow: auto
}
p.logo {
    text-align: center;
    padding: 20px
}
a {
    outline: none
}
div.fundors {
    background-color: #FFFFFF;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -webkit-transition: 0.3s all ease;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 25px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    min-height: 300px
}
div.fundors:hover {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background-color: #FFFFFF;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -webkit-transition: 0.3s all ease;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 25px;
    opacity: 1.0;
    filter: alpha(opacity=100);
    min-height: 300px
}
tr.rate-a {
    background-color: #F3F3F3;
    transition: all 0.3s
}
tr.rate-a:hover {
    background-color: #FCFF00
}
tr.rate-b {
    background-color: #F9F9F9;
    transition: all 0.3s
}
tr.rate-b:hover {
    background-color: #FCFF00
}
td.rate-a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px
}
td.rate-b {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px
}
td.rate-fixoA {
    min-width: 200px
}
td.rate-fixoB {
    min-width: 130px
}
div.rate {
    overflow: auto
}
div.rateB {
    overflow: auto;
    background-color: #F9F9F9;
    padding: 20px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    max-width: 85%;
    border: 1px solid #eeeeee
}
div.termoscondicoes {
    overflow: auto;
    max-height: 400px;
    margin-bottom: 50px
}
div.MostraPerfilC {
    overflow: hidden;
    -webkit-transition: max-height 1.5s cubic-bezier(0, 1.05, 0, 1);
    -moz-transition: max-height 1.5s cubic-bezier(0, 1.05, 0, 1);
    transition: max-height 1.5s ease cubic-bezier(0, 1.05, 0, 1);
    max-height: 60px;
    font-size: 10px;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px
}
div.MostraPerfilC:hover {
    -webkit-transition: max-height 2s ease;
    -moz-transition: max-height 2s ease;
    transition: max-height 2s ease;
    max-height: 400px;
    font-size: 10px;
    background-color: #ffffd8;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px
}
.ch-grid {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%
}
.ch-grid:after,
.ch-item:before {
    content: '';
    display: table
}
.ch-grid:after {
    clear: both
}
.ch-grid li {
    width: 80px;
    height: 80px;
    display: inline-block;
    margin: 5px
}
.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
.ch-img-1 {
    background-image: url(../images/t-PaulaRibeiro.jpg)
}
.ch-img-2 {
    background-image: url(../images/t-RuiSousa.jpg)
}
.ch-img-3 {
    background-image: url(../images/JoseBraga.jpg)
}
.ch-img-4 {
    background-image: url(../images/t-SaraRuela.jpg)
}
.ch-img-5 {
    background-image: url(../images/t-PriscilaPatatas.jpg)
}
.ch-info {
    position: absolute;
    background: rgba(63, 147, 147, 0.8);
    width: inherit;
    height: inherit;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden
}
.ch-info p {
    color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 10px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-transition: all 1s ease-in-out 0.1s;
    -moz-transition: all 1s ease-in-out 0.1s;
    -o-transition: all 1s ease-in-out 0.1s;
    -ms-transition: all 1s ease-in-out 0.1s;
    transition: all 1s ease-in-out 0.1s
}
.ch-info p a {
    display: block;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    padding-top: 4px;
    font-family: 'Open Sans', Arial, sans-serif
}
.ch-info p a:hover {
    color: #fff222;
    color: rgba(255, 242, 34, 0.8)
}
.ch-item:hover {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1)
}
.ch-item:hover .ch-info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}
.ch-item:hover .ch-info p {
    opacity: 1
}
img.redessociais {
    padding-right: 4px
}
img.redessociais:hover {
    padding-right: 4px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: hand
}
div.nacionalidade {
    overflow: hidden;
    background-color: #FFFFFF;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    color: #FFFFFF;
    padding-left: 25px
}
div.nacionalidade:hover {
    overflow: hidden;
    background-color: #FFFFFF;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    color: #000000
}
div.fotohotel {
    padding-left: 5px
}
div.conferenciahotel {
    padding: 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #c1c1c1;
    background-color: #F9F9F9;
    margin-bottom: 35px
}
div.conferenciahotel:hover {
    padding: 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #c1c1c1;
    background-color: #FCFF00;
    margin-bottom: 35px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -moz-box-shadow: 1px 1px 2px #CFCFCF;
    -webkit-box-shadow: 1px 1px 2px #CFCFCF;
    box-shadow: 1px 1px 2px #CFCFCF
}
div.hotel {
    padding: 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #c1c1c1;
    background-color: #FFFFFF;
    margin-bottom: 35px
}
div.eventosextra {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
    padding-bottom: 35px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #c1c1c1;
    margin-bottom: 20px; 
	background-position: 50% 95%;
	transition: .65s;
}

div.eventosextra:hover {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
    padding-bottom: 35px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #c1c1c1;
	background: #F9F9F9 url(../images/mais2.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
    margin-bottom: 20px;	
}

div.uploadfotos {
    padding: 50px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #c0c0c0;
    width: 50%
}
.success {
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #c0c0c0;
    width: 50%;
    margin-bottom: 20px;
    background-color: #f0ffc0
}
.message {
    font-size: 18pt;
    font-weight: bold;
    display: block;
    position: relative;
    vertical-align: middle;
    color: white
}
.alert-close {
    background-color: #f0ffc0;
    color: #000000;
    cursor: pointer;
    position: absolute;
    right: 11px;h
    text-align: center;
    top: 9px;
    -webkit-transition: color 0.2s ease-in-out;g
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    width: 22px
}
img.zoom {
    cursor: url(images/zoom-in.html), auto
}
#zoom {
    cursor: url(images/zoom-in.html), auto
}
div.extraevents {
    overflow: auto;
    height: 100px;
}
.collapseextra  {
    color: #000000;
    display: block;
    cursor: pointer;

}
.collapseextra  + input {
    display: none
}
.collapseextra  + input + * {
    display: none
}
.collapseextra + input:checked + * {
    display: block;
}
p.menurefe {
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    color: #000000;
}
div.menu {
	margin-top: 10px;
	margin-bottom: 10px;
    padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #c0c0c0;
	width: 80%;
	background-color: #FFFFFF;
}
div.desativacontador {
    font-size: 19px;
    font-family: 'Oswald', sans-serif;
    color: #F99021;
    padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #c0c0c0;
	width: 100%;
	background-color: #F9F9F9;
}
div.respostafeedback {
	font: 14px/24px 'Open Sans', sans-serif;
    font-style: italic;
    padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #c0c0c0;
	width: 80%;
	background-color: #F9F9F9;
	margin-left: 20px;
	margin-bottom: 20px;
}

span.readmore
{
    color: #F99021;
	font-weight: bold;
}

.sponsor-wrapper {
	background:rgba(0,0,0,.01);
	padding:10px;
	margin:10px;
	text-align:center;
	height:85px;
	line-height:85px;
	position:relative;
	display:block;
}

.sponsor-img {
	position:absolute;
	width:50%;
	top:0px;
	left:0px;
	bottom:0px
}

.sponsor-img img {
	max-height: 85px;
	max-width: 120px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%)!important;	
}

.sponsor-descr {
	position:absolute;
	width:50%;
	left:50%;
	top:0px;
	bottom:0px;
	right:0px;
}

.sponsor-descr .name {
	position:absolute;
	width:100%;
	left:0px;
	right:0px;
	top:0px;
	bottom:50%;
}

.sponsor-descr .package {
	position:absolute;
	width:100%;
	left:0px;
	right:0px;
	top:50%;
	bottom:0px;
}

.sponsor-descr .package img {
	max-height: 20px;
	/*position:absolute;
	top:40%;
	left:30%;
	transform:translate(-50%,-50%)!important;	*/
}

.sponsor-descr .name h5 {
	font-size:18px!important;
	margin-top:22px!important;
	text-align:left!important;
}

.sponsor-wrapper:hover{
	background-color: #e5e5e5;
}