body {
    color: #333;
    font: 13px/15px 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6em;
}

img {
    max-width: 100%
}

a {
    color: #00a9c6;
    text-decoration: none
}

a:hover {
    color: #666
}

h1,
h2,
h3,
h4 {
    margin: 0;
    line-height: 1em
}

h1 {
    font: 700 5em 'Montserrat', sans-serif;
    margin: .25em 0;
    text-transform: uppercase
}

h2 {
    font: 300 2.5em 'Montserrat', sans-serif;
    margin-bottom: 1.5em
}

h3 {
    font: 300 2em 'Montserrat', sans-serif;
    margin: 2em 0 1em
}

h4 {
    font: 300 1.5em 'Montserrat', sans-serif;
    margin-bottom: 1em
}

h4 i {
    margin-right: .5em
}

p {
    font-size: 1em;
    line-height: 1.7em;
    margin-bottom: 1.7em
}

.heading {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    font-size: 26pt;
    text-transform: uppercase;
    color: #152432;
    font-weight: 500;
    padding: 5px;
}

/* .heading::after {
    position:absolute;
    width:120px;
    height:2px;
    bottom:-5px;
    border-radius:0;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    background:#000;
    content:""
    } */

.heading.white {
    color: #FFF
}

.heading span {
    color: #2D807E
}

.spacer {
    padding: 3em 0
}

.btn {
    border: none;
    border-radius: 0;
    padding: 1em 4em;
    background: rgba(0, 0, 0, 0.5);
    text-transform: uppercase
}

.btn:hover,
.btn:active {
    color: #fff
}

.btn-default {
    color: #ccc;
    border: 1px solid #aaa
}

.btn-default:hover,
.btn-default:active {
    background: rgba(0, 0, 0, 0.8)
}

.btn-primary {
    color: #fff;
    background: #319680;
    height: 45px;
    width: 100%;
    outline: none
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #f3c024;
    box-shadow: none
}

.topbar {
    background: url(../images/lines.png);
    height: 5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.navbar-nav {
    display: flex;
    justify-content: flex-start;

    width: 100%
}

.navbar-inverse .navbar-collapse {
    text-align: center;
    padding: 10px 0;
    border-color: #fff;
    padding-bottom: 0;
}

.navbar-inverse .logo {
    text-align: left
}

.navbar-inverse .logo img {
    max-width: 100%
}

.navbar-nav>li {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-nav>li.active {
    background: #152432;
}

.navbar-nav>li.active a {
    color: #fff;
}

.navbar-nav>li>a {
    font-size: 1em;
    line-height: 30px;

    color: #fff;
    padding: 15px 0 0
}

.navbar-inverse {
    background: transparent;
    border-bottom: 0;
    border: 0;
    border-radius: 0;
    padding: 5px 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.menu-fixo .navbar-nav>.active>a,
.menu-fixo .navbar-nav>.active>a:hover,
.menu-fixo .navbar-nav>.active>a:focus {
    background: none
}



.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 0;
    font-weight: 300;
    padding-top: 0
}

.navbar-nav li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0
}

#head,
.carousel {
    margin-top: 0;
    position: relative
}

#home {
    position: relative;
    background: #152432;
}

#home .absolute-center {
    left: initial;
    transform: initial;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.form_hint,
.required_notification {
    font-size: 11px
}

.required_notification {
    color: #d45252;
    margin: 5px 0 0;
    display: inline;
    float: right
}

.validate_form input:focus,
.validate_form textarea:focus {
    background: #fff;
    border: 1px solid #555;
    box-shadow: 0 0 3px #aaa
}

.validate_form input:required,
textarea:required {
    background: #ebebeb
}

::-webkit-validation-bubble-message {
    padding: 1em
}

.validate_form input:focus:invalid,
.validate_form textarea:focus:invalid {
    background: #fff url(../images/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 3px #d45252;
    border-color: #b03535
}

.validate_form input:required:valid,
.validate_form textarea:required:valid {
    background: #fff url(../images/valid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f
}

.form_hint {
    background: #d45252;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    margin-left: 8px;
    padding: 1px 6px;
    z-index: 999;
    position: absolute;
    display: none
}

.form_hint::before {
    content: "\25C0";
    color: #d45252;
    position: absolute;
    top: 1px;
    left: -6px
}

.validate_form input:focus+.form_hint {
    display: inline
}

.validate_form input:required:valid+.form_hint {
    background: #28921f
}

.validate_form input:required:valid+.form_hint::before {
    color: #28921f
}


.services ul li {
    color: #999;
    padding-right: 15px;
    padding-left: 15px
}

.services ul li span {
    line-height: 2em;
    margin-bottom: 25px;
    display: inline-block;
    border: 5px solid #6f9c86;
    font-weight: 300;
    width: 8em;
    border-radius: 100%;
    padding: 20px;
    position: relative;
    height: 8em
}

.services ul li span i {
    font-size: 3em
}

.services ul li span b {
    display: block;
    font-size: 1em;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -15%);
    font-weight: 300
}

.partners img {
    float: left;
    margin: 0 75px 30px 0
}

.testimonails {
    min-height: 195px
}

.testimonails img {
    margin-top: 5px
}

.testimonails span {
    color: #888
}

.testimonails span b {
    font-weight: 400
}


.carousel-indicators .active {

    background-color: #b2d235;
    border: 1px solid #b2d235
}

.carousel-indicators li {
    background-color: #fff;
    border: 1px solid #fff
}

.carousel-indicators {
    bottom: 0
}

#works figcaption a {
    border: 1px solid #fff;
    margin-top: 1em;
    display: inline-block;
    color: #fff;
    padding: 0 2em
}

#works figcaption a:hover {
    text-decoration: none;
    padding: 0 3em
}

.team figure {
    width: 100%
}

.team img {
    width: 100%
}

.team b {
    font-size: 1.2em;
    display: block
}

.team a i.fa {
    color: #fff;
    font-size: 2em
}

.team a i.fa:hover {
    color: #E89F10
}

.highlight-info {
    background: url(../images/lab.jpg) center fixed;
    background-size: cover;
    color: #fff
}

.highlight-info h4 {
    color: #fff;
    margin: .5em 0 0
}

.contactform textarea,
.contactform input {
    width: 100%;
    padding: 1em;
    border: 1px solid #ccc;
    margin-bottom: 1em;
    border-radius: 0;
    outline: none
}

footer .footer-infos {
    background: #b5b5b5;
    border-bottom: 3px solid #fff;
    padding: 5px;
    text-align: center
}

footer .footer-infos p {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px
}

footer .footer-logo {
    background: #B60D72;
    border-bottom: 5px solid #fff;
    position: relative;
    height: 60px
}

footer .footer-logo a {
    background: #fff;
    border-radius: 100%;
    box-shadow: 1px 1px 3px 0 #a5a5a5;
    display: table;
    padding: 34px
}

footer .footer-logo a:hover,
footer .footer-logo a:visited,
footer .footer-logo a:active {
    text-decoration: none
}

footer .footer-logo .fa {
    background: #000;
    color: #fff;
    width: 30px;
    margin-right: 10px;
    line-height: 30px;
    height: 29px;
    text-align: center;
    border-radius: 100%
}

footer .spacer {
    padding: 1em 0
}

footer {
    background-color: #fff;
    color: #152432;
    font-size: 1em;
    padding: 3em 0;
    padding-bottom: 1em;
}

.gototop {
    position: fixed;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    right: 20px;
    background-color: #3b496899;
    border: solid 2px #3b4968;
    color: #fff
}

.gototop:hover {
    color: #3b4968;
    background: #fff
}

.gototop i {
    line-height: 33px
}

.navbar-fixed-top.menu-fixo {
    top: 0;
}


.navbar-fixed-top.menu-fixo .logo {
    display: none;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #ffffff;
    font-weight: bold;
}

/* .navbar-fixed-top.menu-fixo a:hover {
    color:#b2d235
    } */

.navbar-fixed-top.menu-fixo .navbar-brand img {
    width: 100px
}

/* .navbar-fixed-top.menu-fixo .navbar-nav>li>a:active,.navbar-fixed-top.menu-fixo .navbar-nav>li>a:focus {
    color:#b2d235;
    outline:0
}
*/
.navbar-fixed-top.menu-fixo .infos-menu {
    padding-top: 0;
    margin-top: -1px;
    background: #152432b0;
}

.navbar-fixed-top.menu-fixo .navbar-collapse {
    padding: 0px;
}

.navbar-fixed-top.menu-fixo .navbar-inverse {
    padding: 0px;
}

.navbar-fixed-top.menu-fixo .infos-menu .telefone a {
    color: #006970
}

.overlay-map {
    background: transparent;
    position: relative;
    width: 100%;
    height: 250px;
    z-index: 1;
    top: 250px;
    margin-top: -250px
}

#contact {
    color: #fff
}

#contact h2,
#contact p {
    margin: 0
}

#contact h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 2em
}

#contact .parallax-home {
    font-size: 42px;
    font-weight: 700;
    display: block;
    line-height: 40px
}

#contact .spacer {
    padding: 3em 0
}

#contact .spacer.em {
    padding: 2em 0
}

#contact .contact-bg {
    position: relative;
    display: block
}

#contact .contact-bg i {
    color: rgba(149, 179, 114, 0.25);
    position: absolute;
    top: 34%;
    font-size: 8em;
    left: 50%;
    transform: translate(-50%, -50%)
}

#map {
    width: 100%;
    height: 300px
}

.packages .package {
    background: #fff;
    margin-top: 25px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-align: center;
    border: solid 1px #79a14b;
    overflow: hidden
}

.packages .package .package-header {
    height: 57px;
    color: #79a14b;
    line-height: 57px;
    background: 0
}

.packages .package .package-header h5 {
    color: #79a14b;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 65px;
    margin: 0;
    letter-spacing: .08em
}

.packages .package .price {
    line-height: 120px;
    height: 100px;
    color: #fff;
    font-weight: 400
}

.packages .package .price h4 {
    font-size: 50px;
    color: #79a14b;
    position: relative;
    line-height: normal;
    background: #79a14b;
    display: block;
    height: 90px;
    margin: 0 auto;
    border-radius: 100%;
    width: 90px
}

.packages .package .price h4 img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute
}

.packages .package .price .period {
    line-height: normal;
    color: #999
}

.packages .package ul {
    padding: 0;
    margin-bottom: 20px
}

.packages .package ul li {
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
    margin: auto;
    border-bottom: 1px dotted #ccc
}

.packages .package ul li i {
    font-size: 13px;
    margin-right: 5px
}

.packages .package .btn {
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.55;
    width: 80%;
    border-radius: 0;
    color: #79a14b;
    background-color: #fff;
    border: 1px solid #79a14b
}

.packages .package .btn:hover {
    background: #79a14b;
    color: #fff
}

.packages .package.best-value {
    margin-top: 0
}

.packages .package.best-value .package-header {
    height: 72px;
    padding-top: 17px;
    height: 82px !important
}

.packages .package.best-value .package-header h5 {
    font-weight: 700;
    line-height: 29px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.packages .package.best-value .package-header .meta-text {
    font-size: 13px;
    line-height: 15px
}

.form-control {
    height: 45px;
    border-radius: 2px
}

#sendContact {
    background: url(../../libs/images/bg-contato2.png);
    background-size: cover;
    padding-bottom: 10em
}

#sendContact img {
    display: block
}

#sendContact .infos {
    padding: 5em
}

#sendContact .infos p {
    font-size: 15px
}

.texture {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/grunge-dark.png);
    z-index: 1
}

#myCarousel video {
    width: 100vw
}

.logo-banner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 2
}

.logo-banner img {
    width: 70%;
    margin: 0 auto;
    display: block
}

.grid figure img {
    width: 100%
}

#basicModal .modal-footer button {
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.55;
    width: 50%;
    border-radius: 0;
    color: #fff;
    background-color: #79a14b;
    border: 1px solid #79a14b
}

#basicModal .modal-footer button:hover {
    color: #79a14b;
    background-color: #fff;
    border: 1px solid #79a14b
}

.services ul li p {
    padding: 0;
    text-align: left
}

.services ul li h4 {
    color: #699881;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    font-size: 14px
}

#popup {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACXBIWXMAAC4jAAAuIwF4pT92AAAADUlEQVR4nGNhYGC4CQAA8gDeU/CYhAAAAABJRU5ErkJggg==);
    width: 100%;
    height: 100%;
    z-index: 100;
    min-height: 770px
}

#popup-box {
    width: 600px;
    margin: 140px auto 0;
    text-align: center;
    border: 2px solid #999;
    box-shadow: 0 0 20px 5px #fff
}

#popup-box .popup-fundo {
    width: 100%
}

#popup-close {
    position: absolute;
    color: #000;
    right: 0;
    top: -40px;
    background: #fff;
    padding: 5px 5px 5px 15px;
    cursor: pointer
}

#popup-close * {
    vertical-align: middle
}

#popup-img {
    display: block
}

.logo-banner .form-control {
    border-radius: 0;
    border: 0
}

.logo-banner .button-banner {
    width: 100%;
    background: #1eaa65;
    border: 0;
    padding: 15px
}

.logo-banner {
    color: #fff;
    padding: 90px;
    text-align: center
}

.logo-banner h2 {
    font-size: 50px;
    margin: 10px;
    font-weight: 700;
    padding: 0
}

.logo-banner h3 {
    font-size: 40px;
    padding: 0;
    margin: 0;
    font-weight: 400
}

.logo-banner p {
    margin: 0;
    font-size: 20px
}

.logo-banner .bottom {
    margin-top: 30px;
    margin-bottom: 30px
}

#lz_overlay_eyecatcher {
    display: none
}

.noticias-lista li {
    list-style: none;
    margin-bottom: 30px
}

.noticias-lista li a {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #548d87;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 16px
}

.noticias-lista li a:hover {
    text-decoration: none;
    background: #40fe9c
}

.noticias-lista {
    padding: 0
}

.noticias-lista h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #282828;
    margin-top: 20px;
    height: 44px;
    overflow: hidden
}

.noticias-lista p {
    font-size: 16px;
    color: #282828;
    line-height: 1.3em;
    height: 120px
}

.noticias-lista p.semresultado {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.noticias-lista span.data {
    color: #828181;
    text-transform: uppercase;
    font-size: 14px;
    height: 30px;
    display: block
}

.background {
    background: #eee
}

.noticias-lista .bg-noticias {
    display: block;
    padding: 15px;
    background: #fff;
    position: relative
}

.noticias-lista .noticias-padding {
    padding: 20px
}

.imagemTitulo.noticias {
    background: #548d87;
    height: auto;
    padding: 20px;
    margin-top: 100px
}

.paddingSearch {
    padding: 0 100px
}

.paddingSearch .selectpicker {
    width: 100%;
    padding: 15px;
    border: 1px solid #fff;
    background: 0;
    color: #fff;
    font-size: 16px
}

.paddingSearch .selectpicker option {
    color: #282828
}

.paddingSearch input[type="text"] {
    background: 0;
    color: #fff;
    font-size: 16px;
    border-top: 0;
    border-left: 0;
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    box-shadow: none
}

.paddingSearch input[type="text"]::-webkit-input-placeholder {
    color: #fff
}

.paddingSearch input[type="text"]::-moz-placeholder {
    color: #fff
}

.paddingSearch input[type="text"]::-ms-input-placeholder {
    color: #fff
}

.paddingSearch input[type="text"]::-moz-placeholder {
    color: #fff
}

.paddingSearch button {
    background: 0;
    border: 0;
    color: #fff;
    padding: 0
}

.paginacao {
    text-align: center
}

.paginacao a.pagination {
    background: #fff;
    padding: 6px 11px;
    color: #577315;
    border-radius: 3px;
    border: 1px solid #577315;
    box-shadow: 1px 1px 1px rgba(76, 163, 161, 0.41);
    margin: 2px
}

.paginacao a.pagination:hover {
    text-decoration: none
}

.paginacao .pagination.active {
    color: #fff;
    border: 1px solid #fff;
    background: #89070a;
    box-shadow: 1px 1px 1px rgba(76, 163, 161, 0.41)
}

.back_news {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 50%;
    width: 200px
}

.back_news a {
    background: #6b7676;
    text-transform: uppercase;
    padding: 7px 20px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    text-align: center;
    display: block;
    border-radius: 0 15px 15px 0
}

.back_news a:hover {
    text-decoration: none
}

.back_news a i {
    -webkit-transform: rotate(222deg);
    -moz-transform: rotate(222deg);
    -o-transform: rotate(222deg);
    transform: rotate(225deg);
    border: 2px solid #fff;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    margin-top: 8px;
    line-height: 33px;
    float: left
}

.noticia_individual {
    min-height: 500px;
    background: #fff;
    padding: 30px;
    position: relative
}

.noticia_individual h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px
}

.noticia_individual h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #b1b1b1;
    margin-bottom: 10px;
    margin-top: 0
}

.noticia_individual .Noticia-C {
    margin-top: 30px;
    line-height: 1.5em;
    font-size: 16px;
    padding-bottom: 100px
}

.sobreTitle {
    color: #699881;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px
}

.sobreEnd p {
    color: #999;
    margin-top: 5px
}

.background.noticias {
    min-height: 70vh
}

.glossarioInd a {
    color: #333
}

.glossarioInd .sigla_glossario {
    text-transform: capitalize;
    font-weight: 700;
    margin: 0
}

.glossarioInd {
    border-bottom: 1px dotted rgba(187, 187, 187, 0.51);
    margin-bottom: 20px
}

.titlePrincipal {
    padding: 0;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5em
}

#myCarousel .carousel-inner .item {
    height: 100vh !important;
    background-position: 50% 0 !important;
    background-repeat: repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important
}

#myCarousel .carousel-inner .item a {
    width: 100%;
    height: 100%;
    display: block
}

.carousel.carousel-fade .item {
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    opacity: 0
}

.carousel.carousel-fade .active.item {
    opacity: 1
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0)
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1
}

.carousel.carousel-fade .carousel-control {
    z-index: 3
}

.faixa-banner-bottom {
    position: relative;
    background: #282828;
    border-top: 5px solid #fff;
    display: block
}

.faixa-banner-bottom img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.faixa-banner-bottom p {
    text-align: right;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 15px
}

#about {
    background-color: #fff;
}

#about .sobre-individual {
    padding-top: 3em
}

#about .sobre-individual img {
    max-width: 100%
}

.modal-dialog.modal-md {
    width: 900px
}

#pets a {
    color: #333
}

#pets a:hover {
    text-decoration: none
}

#pets h2 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    height: 45px;
    margin-top: 10px;
    overflow: hidden
}

.modalFilhotes h3 {
    padding: 0;
    margin: 0;
    text-align: center;
    font-weight: 400
}

.navbar-fixed-top .navbar-collapse .navbar-nav li.logo a {
    margin: 0;
    height: auto;
    padding: 0
}

.navbar-fixed-top .navbar-collapse.navbar-nav .logo img {
    max-width: 100%
}

#top-infos .logo {
    position: relative;
    display: flex
}

#top-infos {
    background-color: #152432;
    position: relative;
    padding: 0;
    color: #404040
}

#top-infos .infos-right {
    padding: 5px 0
}

#top-infos a {
    color: #fff;
    font-weight: 300;
    font-size: 18px
}

#top-infos a.media {
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

#top-infos a.media:hover i {
    color: #fff
}




#top-infos a.media i {
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    margin: 0px 3px;
}

#top-infos .logo a {
    position: absolute;
    background: #fff;
    padding: 15px 25px;
    z-index: 30;
    border-radius: 0 1px 35px 35px;
    box-shadow: 0 0 5px -3px #7d7d7d
}

#top-infos .logo img {
    max-width: 150px
}

.navbar-fixed-top.menu-fixo .navbar-collapse .navbar-nav li.logo {
    padding: 10px;
    transform: matrix(0.8, 0, 0, 0.8, 0, -10)
}

.navbar-fixed-top.menu-fixo .navbar-collapse .navbar-nav li.logo img {
    width: 100px
}

#servicos h2 {
    margin-bottom: 20px
}

#servicos p {
    font-weight: 300;
    font-size: 15px
}

footer .footer-text p {
    margin: 0;
    padding: 10px 0;
    font-size: 16px;
    line-height: 1em
}

footer .footer-text p span {
    font-size: 14px
}

footer .footer-text .icons {
    text-align: center;
    padding: 10px 0 0;
    font-size: 18px
}

footer .footer-text .icons i {
    background: #fff;
    height: 40px;
    width: 40px;
    color: #111;
    text-align: center;
    line-height: 45px;
    border-radius: 100%
}

.menu-button {
    position: relative;
    top: -100px;
    display: block
}

#pets p {
    font-weight: 300;
    font-size: 14px
}

.services {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5em
}

.services .individual h3 {
    font-size: 16px;
    color: #40476b;
    margin-top: 10px;
    font-weight: 700;
    text-align: center;
    height: 70px;
    overflow: hidden
}

.services .individual h3:first-child {
    margin-top: 0
}

.produtos .individual {
    height: 60px
}

.produtos p {
    font-weight: 300;
    font-size: 15px
}

.produtos p i {
    color: rgba(94, 196, 173, 0.66)
}

#pets img {
    border: 1px solid #dcd5ce
}

span.glossario {
    display: block;
    font-size: 10px;
    padding: 0;
    margin: 0
}

.mobile-only {
    display: none !important
}

.mobile-none {
    display: block !important
}

.produtos-background {
    background: url(../images/racao-bg.jpg) no-repeat right bottom;
    background-size: 430px
}

.fancybox {
    margin-bottom: 30px
}

.barra-fotos {
    margin-top: 0
}

.services a {
    font-size: 18px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative
}

.services img {
    text-align: center;
    margin: 0 auto;
    display: block
}

.services a span {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    left: 50%;
    transform: translate(-50%, -50%)
}

.services a:hover img {
    opacity: 1
}

.services .overback {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    height: 100%;
    background: rgba(74, 92, 68, .23);
    width: 100%;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600
}

#myModalExames img {
    margin: 0 auto;
    display: block
}

#myModalExames form {
    padding: 50px 100px
}

.form-group {
    position: relative
}

#myModalExames button {
    float: right;
    background: #d30471;
    border: 0;
    color: #fff;
    padding: 5px 10px;
    display: block
}

.form-control {
    border-radius: 0 !important;
    box-shadow: none;
    background: #ebebeb;
    border-color: #ebebeb;
    font-weight: 200;
    letter-spacing: .5px
}

.form-control-feedback {
    top: 0;
    color: #949494
}

.top-fixed {
    background: #3b4968;
    color: #fff;
    padding: 10px 0
}

#servicos {
    background: #e8eaec
}

#servicos a {
    background-color: transparent;
    color: #333;
    text-decoration: none
}

#servicos a img {
    text-align: center
}

.flex-wrap-center,
.flexDiv.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-wrap-center {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#portfolio {
    background: #e8eaec
}

#portfolio .individual {
    margin-bottom: 20px
}

.top-fixed i {
    font-size: 1.5em;
    vertical-align: middle;
    margin-right: 5px;
    color: #fff
}

.top-fixed a {
    color: #fff;
    text-decoration: none
}

.buttonvejamais-spacer {
    padding: 3em
}

.buttonvejamais {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 10px 40px;
    font-size: 18px;
    line-height: 1.55;
    display: table;
    margin: 0 auto;
    font-weight: bold;
    border-radius: 0;
    color: #fff;
    background-color: #89070a;
    border: 1px solid #89070a;
    border-radius: 30px;
    text-decoration: none
}

.buttonvejamais:hover {
    text-decoration: none;
    color: #89070a;
    background-color: #fff;
    border: 1px solid #89070a
}

.portfolio-interno {
    margin-top: 110px
}

.portfolio-interno #portfolio {
    min-height: 100vh;
    margin-top: 60px
}

.infos-menu {
    padding-top: 0;
    margin-top: 20px;
    background: #15243238;
}

.infos-menu .telefone a {
    font-size: 21px;
    font-weight: 700;
    color: #333
}

.infos-menu .telefone a:hover {
    color: #006970;
    text-decoration: none
}

#projetos {
    background-color: #939393
}

#projetos .individual {
    padding: 0
}

.contato-interno {
    background: #fff
}

hr {
    border-top: 2px solid #eee
}

.navbar-fixed-top {
    z-index: 25;
    top: 0;
    position: fixed;
    right: 0;
    left: 0
}

input,
button,
select,
textarea {
    border: 1px solid #bfbfbf
}

#produtos .tabs-produtos {
    background: #EDEDEE;
    padding: 15px 10px;
    border: 0;
    border-radius: 5px
}

#produtos .tabs-produtos span {
    display: block;
    color: #95989a;
    font-weight: 700;
    font-size: 14px;
    margin: 15px;
    border-bottom: 1px solid #e4e4e4
}

#produtos .tabs-produtos li {
    display: block;
    float: none;
    margin-bottom: 0
}

#produtos .tabs-produtos li.active a {
    color: #ff9801
}

#produtos .tabs-produtos li a {
    line-height: 1;
    font-weight: 400;
    padding: 15px 0;
    border-bottom: 1px dotted;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    font-size: 18px;
    color: #95989a
}

#produtos .tabs-produtos li a:hover {
    background: transparent;
    color: #ff9801
}

#produtos .tabs-produtos li a i {
    color: #95989a
}

#produtos .tabs-produtos li a:hover i {
    color: #ff9801
}

#produtos .tabs-produtos li img {
    padding-right: 10px
}

#produtos .tabs-produtos li i {
    float: right
}

#produtos .tabs-produtos li.active a {
    background: transparent;
    color: #ff9801
}

#produtos .tabs-produtos li.active a i {
    color: #ff9801
}

#produtos .tabs-produtos li.active a img {
    filter: brightness(0) invert(1)
}

.modal-header {
    border-bottom: 0
}

.produto-modal-individual .descricao-produto {
    padding-right: 30px
}

.produto-modal-individual a {
    border: 1px solid #ddd
}

.produto-modal-individual h2 {
    font-weight: 700;
    font-size: 20px;
    color: #95989a
}

.produto-modal-individual span {
    display: block
}

.produto-modal-individual input {
    display: block;
    padding-left: 10px
}

.produto-modal-individual .btn.btn-default {
    margin-top: 15px;
    width: 100%;
    padding: 0
}

.list-produtos .individual {
    text-align: center;
    margin-bottom: 5em
}

.list-produtos .individual img {
    margin: 0 auto;
    display: block;
    max-width: 100%
}

.list-produtos .individual p {
    color: #95989a;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    height: 50px
}

.list-produtos .individual .span-button,
.list-produtos .individual a.span-button {
    background-color: #083697;
    color: #fff;
    padding: 10px 15px;
    -webkit-box-shadow: 1px 1px 1px rgba(58, 58, 58, .56);
    box-shadow: 1px 1px 1px rgba(58, 58, 58, .56);
    margin: 0 auto;
    display: table
}

.list-produtos .individual a:hover {
    text-decoration: none;
    cursor: pointer
}

.list-produtos .individual a:hover .span-button {
    background-color: #b2d235
}

#contato .infos-contato i {
    color: #b2d235;
    height: 40px;
    float: left;
    margin-right: 15px;
    display: inline-block
}

.middle-boot {
    margin: 0 auto;
    display: block;
    float: none
}

#contato .form-contato {
    font-size: 18px;
    margin-bottom: 3em;
    color: #fff;
}

#contato .buttonvejamais.btncontato {
    float: right
}

.noticias .individual {
    position: relative;
    margin-bottom: 30px
}

.noticias .individual img {
    border-radius: 8px;
}

.noticias .individual .descricao {
    margin: 25px 0
}

.noticias .leiamais {
    border: 0;
    color: #b2d235;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    background: #fff;
    padding: 0
}

.noticias a {
    display: block;
    background: #fff
}

.noticias a.buttonvejamais {
    background-color: #152432;
    display: table;
    border-color: #152432;
    margin-bottom: 3em;
    font-size: 14px
}

.noticias a.buttonvejamais:hover {
    background-color: #fff;
    color: #152432;
    border-color: #152432
}

.noticias h3.title {
    padding: 0;
    margin: 0;
    text-align: left;
    font-weight: 700;
    clear: both;
    height: 45px;
    color: #152432;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 10px
}

.noticias p {
    margin: 0;
    color: #95989A;
    text-align: left;
    height: 90px;
    overflow: hidden
}

.noticias .data {
    background: #152432;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border-radius: 8px;
}

.noticias .data span {
    display: block;
    font-size: 16px
}

#blog {
    background: #fff
}

#contato.conteudo,
#simulador.conteudo,
#equipe.conteudo,
#depoimentos.conteudo {
    padding-top: 15em;
}

.conteudo {
    min-height: 90vh;
    background: #1f2932;
}

.conteudo h2 {
    color: #fff;
}

.nav-colour {
    height: 10px;
    background: linear-gradient(to right, #92cd00 0, #92cd00 33%, #72941e 33%, #72941e 66%, #587315 66%, #587315 100%)
}

span.buttonvejamais {
    text-align: center;
    font-weight: 400;
    text-transform: none;
    letter-spacing: .1em;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 1.55;
    display: table;
    margin: 0 auto;
    border-radius: 0;
    color: #fff;
    background-color: #6e0a07;
    border: 1px solid #6e0a07;
    border-radius: 30px;
    text-decoration: none
}

.list-produtos .title-heading .heading::after {
    content: none
}

.form-contato .buttonvejamais {
    background-color: #ebebeb;
    border-color: #152432;
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 7px 40px;
    line-height: 1.55;
    display: table;
    border-radius: 20px;
    font-weight: 700;
    color: #152432;
    text-decoration: none;
}

.form-contato .buttonvejamais:hover {
    background-color: #152432;
    border-color: #152432;
    color: #fff
}

.content-absolute {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.simulador {
    padding: 30px;
    background: rgba(255, 255, 255, 0.89)
}

.simulador .form-group {
    margin-bottom: 0
}

.carousel-indicators {
    position: absolute;
    background: #00000085;
    left: 0;
    padding: 15px 0;
    margin-bottom: 0;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none
}

.simulador.envia-email .simulador-calculo input {
    width: 100%;
    padding: 10px;
    height: 43px
}

.paddingNone {
    padding: 0
}

.simulador.envia-email .form-group {
    margin-bottom: 15px
}

.simulador.envia-email .dropdown-toggle span {
    text-transform: initial
}

h4.title-simulador {
    background: #b2d235;
    line-height: initial;
    text-align: center;
    margin-bottom: 0;
    padding: 20px;
    color: #fff;
    font-size: 30px;
    font-weight: 700
}

h4.title-simulador::after,
h4.title-simulador::before {
    content: none
}

.simulador select {
    width: 100%;
    padding: 10px;
    background-color: #fff
}

.simulador input[type=submit],
.simulador button {
    background: #0058a3;
    border: solid #0058a3;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    height: 43px;
    width: 100%
}

.simulador input[type=submit]:hover,
.simulador button:hover {
    background: #b2d235;
    border: solid #b2d235
}

.assinatura {
    background-color: #152432;
    text-align: center;
    color: #fff;
    font-size: 10px;
    padding: 20px
}

.assinatura p {
    margin-bottom: 0px;
    margin-top: 10px;
}

.assinatura a {
    color: #fff;
    font-size: 10px
}

.assinatura a:hover {
    color: #fff
}

footer .menu-rodape ul {
    margin: 0;
    padding: 0;
    text-align: center
}

footer .menu-rodape ul li a {
    text-transform: uppercase;
    color: #282828
}

footer .menu-rodape ul li a:hover {
    text-decoration: none;
    color: #512929
}

footer .menu-rodape ul li {
    padding: 0 20px
}

#escolha .heading {
    background: #b2d235;
    padding: 25px;
    padding-bottom: 35px
}

#escolha .heading::after {
    background: #000;
    bottom: 25px
}

#about h3 {
    text-transform: uppercase;
    font-size: 20px;
    padding: 0;
    margin-top: 1em;
    margin-bottom: 10px;
    font-weight: 700
}

#escolha h3 {
    margin: 0;
    font-weight: 700;
    margin-top: 5px;
    color: #fff
}

#escolha img {
    float: left;
    margin-right: 20px
}

#escolha p {
    height: 70px;
    color: #fff
}

#escolha {
    background: #152432;
    padding: 3em 0;
    margin-top: 0;
    background-repeat: no-repeat
}

#enviar-contato {
    background: url(../../libs/images/bg-entrar-contato.png) center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 0
}

#enviar-contato .heading {
    color: #fff
}

#enviar-contato h3 {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px
}

#enviar-contato .form-control {
    border-radius: 10px !important;
    box-shadow: none;
    background: #fff;
    border-color: transparent;
    font-weight: 200;
    letter-spacing: .5px
}

#enviar-contato .form-group {
    margin-top: 1px
}

#enviar-contato .form-group.middle {
    width: 60%;
    display: inline-block;
    margin-top: 1px
}

#enviar-contato button {
    text-transform: uppercase;
    height: 45px;
    background: #b2d236;
    border-color: #b2d236;
    border-radius: 0 10px 10px 0;
    margin-left: -10px;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px
}

footer h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700
}

footer p {
    margin: 0
}

footer a.media {
    background: #152432;
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 46px;
    border-radius: 100%;
    color: #fff;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

footer a.media:hover {
    background: #3a3f4c;
    color: #fff
}

footer .siga-medias .heading {
    margin-bottom: 10px
}

footer .siga-medias {
    text-align: center
}

footer .menu-rodape {
    margin-top: 4em
}

footer .fa-2x {
    font-size: 1.5em
}

.form-contato img {
    float: left;
    margin-right: 20px
}

#servicos .individual a {
    padding: 20px;
    background: #fff;
    display: block;
    border: 1px solid #d0d0d0;
    box-shadow: 1px 2px 3px 1px #dedede;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

#servicos .individual a p {
    height: 60px;
    font-size: 12px;
    font-weight: 700;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 20px
}

#servicos .individual a:hover span {
    text-decoration: none;
    color: #b2d235;
    background-color: #fff;
    border: 1px solid #b2d235
}

#servicos .individual a:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.cotacoes-topo {
    color: #fff
}

.cotacoes-topo ul {
    margin: 0;
    padding: 0
}

.cotacoes-topo ul li {
    margin-top: 7px;
    list-style: none;
    margin-right: 30px;
    font-size: 12px;
    display: inline-block
}

.cotacoes-topo ul li:last-child {
    margin-right: 0
}

.navbar-inverse .navbar-nav>li>a {
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s
}




.navbar-inverse .navbar-nav>li>a:hover::before,
.navbar-inverse .navbar-nav>li>a:focus::before,
.navbar-inverse .navbar-nav>li>a:hover::after,
.navbar-inverse .navbar-nav>li>a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px)
}


#myVideo {
    z-index: 2;
    opacity: .5
}

#home h2 {
    color: #fff;
    font-size: 27pt;
    text-transform: uppercase;
}

#home .form-control,
#home .form-control:active,
#home .form-control:focus {
    border-radius: 0 !important;
    box-shadow: none;
    background: transparent;
    border-color: #fff;
    border-top: 0;
    color: #fff;
    padding: 0;
    border-right: 0;
    border-left: 0;
    font-weight: 200;
    letter-spacing: .5px
}

#home .form-control::-webkit-input-placeholder {
    color: #fff
}

#home .form-control::-moz-placeholder {
    color: #fff
}

#home .form-control::-ms-input-placeholder {
    color: #fff
}

#home .form-control::-moz-placeholder {
    color: #fff
}

#home button {
    background: #8ea8c4;
    font-size: 14px;
    margin-top: 10px;
    color: #373e51;
    font-weight: 400;
    float: left;
    border-radius: 5px;
    border: 0;
    padding: 7px 20px
}

.slick-prev:before,
.slick-next:before {
    color: #750907 !important
}

.abra-sua-conta {
    background: #3a3f4c;
    color: #fff;
    padding: 7px 15px;
    font-weight: 700;
    border-radius: 7px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.abra-sua-conta:hover {
    text-decoration: none;
    background: #770907;
    color: #fff
}

#acesso-restrito .arquivos .panel-body a {
    color: #000
}

#acesso-restrito .name-video {
    text-align: center;
    color: #000
}

#acesso-restrito .logout-button {
    text-align: center;
    display: block;
    color: red
}

#acesso-restrito .various {
    display: block;
    position: relative
}

#acesso-restrito .various i {
    color: red;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

#acesso-restrito .videos a:hover {
    text-decoration: none
}

#acesso-restrito .videos a:hover img {
    opacity: .8
}

#acesso-restrito .videos img {
    max-width: 100%
}

#acesso-restrito h2 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

.fancy-collapse-panel .panel-default>.panel-heading {
    padding: 0
}

.fancy-collapse-panel .panel-heading a {
    padding: 12px 35px 12px 15px;
    display: inline-block;
    width: 100%;
    background-color: #512929;
    color: #fff;
    position: relative;
    text-decoration: none
}

.fancy-collapse-panel .panel-heading a:after {
    font-family: "FontAwesome";
    content: "\f147";
    position: absolute;
    right: 20px;
    font-size: 20px;
    font-weight: 400;
    top: 50%;
    line-height: 1;
    margin-top: -10px
}

.fancy-collapse-panel .panel-heading a.collapsed:after {
    content: "\f196"
}

#depoimentos .mais-depoimentos {
    margin: 30px auto;
    padding: 10px 20px;
    display: table;
    color: #fff;
    background: #512929;
    font-weight: 700;
    text-transform: uppercase
}

#depoimentos img {
    border-radius: 100%;
    text-align: center;
    margin: 0 auto;
    display: block
}

#depoimentos h2.title {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 20pt;
    text-transform: uppercase;
}


#depoimentos .texto {
    text-align: left;
    height: 90px;
    overflow: hidden;
}

#depoimentos .buttonvejamais {
    background-color: #152432;
    display: table;
    border-color: #152432;
    margin-bottom: 3em;
    margin-top: 3em;
    font-size: 14px;
}

#depoimentos .buttonvejamais:hover {
    background-color: #fff;
    color: #152432;
    border-color: #152432;
}

#depoimentos .vejamais-depoimentos {
    background: #152432;
    display: inline-block;
    padding: 10px 15px;
    margin-top: 10px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border: 1px solid #152432;
    margin-right: 10px;
}

#depoimentos .vejamais-depoimentos:hover {
    text-decoration: none;
    background: #fff;
    color: #152432;
    border-color: #152432;
}

#aplicativo {
    background: url(../../libs/images/bg-apps.png);
    background-position: bottom;
    background-size: repeat-x;
    margin-top: 10em;
    margin-bottom: -6em
}

#aplicativo .text-links {
    padding-top: 8em
}

#aplicativo h3 {
    color: #fff;
    font-weight: 700;
    font-size: 24px
}

#aplicativo p {
    color: #fff
}

.floating-button {
    position: fixed;
    bottom: 150px;
    font-size: 16px;
    z-index: 1;
    font-weight: 700;
    right: 0;
    background: #296d38;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px 0 0 10px
}

.floating-button a {
    color: #fff
}

.floating-button:hover {
    background: #512929
}

#produtos .nav-tabs>li {
    width: 100%;
    border: 1px solid #ddd
}

#produtos .nav-tabs>li a {
    color: #512929
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: 0
}

#produtos .nav-tabs>li.active {
    background: #512929
}

#produtos .nav-tabs>li.active a {
    background: #512929;
    color: #fff
}

#produtos .nav-tabs>li:hover {
    background: #eee
}

#produtos .nav-tabs>li.active:hover {
    background: #512929
}

#produtos .tab-pane h2 {
    font-weight: 700;
    font-size: 20px;
    color: #512929
}

#produtos-investimento .nav-pills>li+li {
    margin-left: 0
}

#produtos-investimento .nav-pills li a {
    background: #828282;
    color: #fff;
    padding: 15px
}

#produtos-investimento .nav-pills li a h2 {
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: center
}

#produtos-investimento .nav-pills li a h3 {
    font-size: 16px;
    height: 65px;
    overflow: hidden
}

#produtos-investimento .nav-pills li.active a {
    background: #314751
}

#produtos-investimento .texto {
    color: #fff;
}

#produtos-investimento .rodape-fixo {
    color: #fff;
}

#produtos-individual .form-investir h2,
#plataformas .form-investir h2 {
    margin-bottom: 1em;
    font-weight: 700
}

#produtos-individual .conteudo-banner,
#plataformas .conteudo-banner {
    margin-top: 5em
}

#produtos-individual .absolute-center,
#plataformas .absolute-center {
    color: #fff
}

#produtos-individual .produto-nome,
#plataformas .produto-nome {
    font-size: 35px;
    line-height: 1.2em;
    margin-bottom: 20px;
    font-weight: 700
}

.rodape-fixo h3 {
    position: relative;
    z-index: 2
}

.rodape-fixo span {
    background: #1f2932;
    font-size: 20px;
    padding-right: 20px
}

.rodape-fixo h3::before {
    border-top: 1px solid #000;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1
}

#produtos-investimento .nav-pills {
    display: flex;
    justify-content: center
}

.nav-pills>li+li {
    margin-left: 0
}

#produtos-investimento h2,
#plataformas h2 {
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px
}

#equipe {
    margin-top: 2em
}

#equipe h2 {
    margin-bottom: 10px
}

#equipe .subtitle {
    text-align: center;
    display: block;
    margin-bottom: 20px;
    color: #fff;
}

#equipe .multiple-items,
#equipe .multiple-items-mobile {
    text-align: center;
    padding: 30px
}

#equipe .multiple-items img,
#equipe .multiple-items-mobile img {
    margin: 0 auto;
    display: block
}

.form-investir .form-control {
    border-radius: 0 !important;
    box-shadow: none;
    background: transparent;
    border-color: #fff;
    border-top: 0;
    padding: 0;
    border-right: 0;
    border-left: 0;
    font-weight: 200;
    letter-spacing: .5px
}

.form-investir input[type="text"]::-webkit-input-placeholder {
    color: #fff
}

.form-investir input[type="text"]::-moz-placeholder {
    color: #fff
}

.form-investir input[type="text"]::-ms-input-placeholder {
    color: #fff
}

.form-investir input[type="text"]::-moz-placeholder {
    color: #fff
}

.form-investir input[type="mail"]::-webkit-input-placeholder {
    color: #fff
}

.form-investir input[type="mail"]::-moz-placeholder {
    color: #fff
}

.form-investir input[type="mail"]::-ms-input-placeholder {
    color: #fff
}

.form-investir input[type="mail"]::-moz-placeholder {
    color: #fff
}

.produtos-menu a {
    cursor: pointer
}

.produtos-menu .has-sub {
    display: none;
    position: absolute;
    width: max-content;
    padding: 0;
    background: #fff;
    box-shadow: 1px 2px 4px #000000ad
}

.produtos-menu .has-sub li {
    list-style: none;
    text-align: left
}

.produtos-menu .has-sub li:hover {
    background: #152432;
    cursor: pointer
}

.produtos-menu .has-sub li:hover a {
    color: #fff
}

.produtos-menu .has-sub li a {
    color: #000;
    display: block;
    padding: 10px 20px
}

.produtos-menu .has-sub li a:hover {
    text-decoration: none
}

.produtos-menu:hover .has-sub {
    display: block
}

.tradingview-widget-copyright,
.button--top-1S0GQVCO- {
    display: none !important
}

.tradingview-widget-container {
    height: auto !important
}

.cotacoes-topo .tv-ticker-item-tape {
    display: inline-flex;
    flex: 0 0 auto;
    overflow: hidden;
    padding: 5px 0;
    font-size: 16px;
    color: #fff;
    background: #fff;
    box-sizing: border-box;
    height: 35px
}

#plataformas .nav>li>a:hover,
#plataformas .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent
}

#plataformas .banner-topo {
    background: url(../../libs/images/padrao_banner2.jpg.png);
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    height: 100vh
}

#plataformas ul {
    display: flex;
    overflow-x: scroll;
    overflow-y: initial
}

#plataformas .tab-content {
    margin-top: 2em
}

#plataformas .tab-content h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 700
}

#plataformas .nav-pills>li.active>a,
#plataformas .nav-pills>li.active>a:hover,
#plataformas .nav-pills>li.active>a:focus {
    background-color: transparent;
    border-bottom: 5px solid #fff;
    border-radius: 0
}

#plataformas .nav-pills>li>a {
    color: #3a3f4c;
    font-style: italic;
    padding: 10px 7px 10px 7px;
    margin: 0 20px 0 0;
    white-space: nowrap
}

#produtos {
    padding-top: 15em;
}

#plataformas .nav li {
    margin-bottom: 0;
    display: inline-flex
}

#plataformas ::-webkit-scrollbar {
    width: 10px;
    height: 5px
}

#plataformas ::-webkit-scrollbar-track {
    background: #f1f1f1
}

#plataformas ::-webkit-scrollbar-thumb {
    background: #888
}

#plataformas ::-webkit-scrollbar-thumb:hover {
    background: #555
}

#montante_acu {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #fff
}

.principal-title {
    margin-bottom: 0;
    padding-top: 2em;
    font-weight: 400;
    font-size: 35px !important;
    line-height: 1.11;
    letter-spacing: .4px;
    text-transform: uppercase;
}

#quemsomos_btg {
    background: url(../images/bg-valores1.jpg) bottom;
    background-size: cover;
    color: #fff;
    background-position: center;
}

#quemsomos_btg .item {
    padding: 5em 0
}

#quemsomos_btg .carousel-indicators {
    background: transparent
}

#quemsomos_btg .text-title {
    font-weight: bold;
    font-size: 34pt;
    line-height: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#quemsomos_btg p {
    height: 75px;
}

#quemsomos_btg .p {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .2px
}

.carousel-indicators .active {
    background-color: #0663ba;
    border: 1px solid #0663ba
}

#exTab1 {
    margin-top: 2em
}

#exTab1 .nav-pills {
    display: flex;
    justify-content: center
}

#exTab1 .nav-pills>li.active>a,
#exTab1 .nav-pills>li.active>a:hover,
#exTab1 .nav-pills>li.active>a:focus {
    background-color: #4d565f
}

#exTab1 .nav-pills>li>a {
    color: #fff;
    text-transform: uppercase
}

#exTab1 .nav-pills>li.active>a {
    color: #fff
}


#home #myCarousel .absolute-center a {
    background: #152432;
    display: initial;
    padding: 10px 15px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-right: 10px;
}

#home #myCarousel .absolute-center a:first-of-type {
    background: #fff;
    color: #152432;
}

#home #myCarousel .absolute-center a:hover {
    text-decoration: none;
    background: #fff;
    color: #152432;
}


#home #myCarousel .absolute-center a:first-of-type:hover {
    background: #152432;
    color: #fff;
}



#oqueencontrar {}

#oqueencontrar h3 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: 1em;
}

#oqueencontrar img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

#bancos {
    background: #152432;
}

#bancos h2.heading {
    color: #fff;
    text-align: left;
}


#premiacoes {

    background: url('../images/st12 copiar.png')no-repeat left center, url('../images/st12.png') no-repeat right center;
    color: #fff;
    background-color: #152432;
}

#premiacoes h2 {
    color: #fff;

}

.banner-centro {
    background: url('../images/bg-centro2.png') no-repeat center;
    padding: 10em;
    background-size: cover;
}

.banner-centro h2 {
    color: #fff;
    padding-bottom: 20px;
}



#numeros .texto {
    text-align: center;
    color: #fff;
    padding: 20px 10px;
}

#numeros .heading {
    color: #fff;
    padding-bottom: 20px;

}




#numeros .heading:after {
    content: none;
}

#numeros .small-type {
    text-align: center;
    display: block;
    font-size: 20pt;
    position: relative;
    margin-top: 10px;
    color: #fff;
}

#numeros {
    background: #152432;
    overflow: hidden;
}

#shiva {
    text-align: center;
}

.count {

    color: white;
    font-weight: bold;
    font-size: 60pt;
}

#talkbubble {
    width: 120px;
    height: 80px;
    background: red;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    float: left;
    margin: 20px;
}

#talkbubble:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 26px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 26px solid red;
    border-bottom: 13px solid transparent;
}

.linker {
    font-size: 20px;
    font-color: black;
}

#contato-rodape {
    background: #152432;
}

#contato-rodape h2 {
    color: #fff;
    margin-bottom: 10px;
}

#contato-rodape span {
    color: #fff;
    text-align: center;
    font-size: 13pt;
    display: block;
    font-weight: bold;
    margin-bottom: 1em;
}

#contato-rodape .form-control {
    background: transparent;
    border-top: 0;
    border-right: 0px;
    border-left: 0px;
    padding-left: 5px;
    font-weight: bold;
    color: #fff;
}

#contato-rodape textarea {
    width: 100%;
    background: transparent;
    border-top: 0;
    border-right: 0px;
    border-left: 0px;
    padding-left: 5px;
    font-weight: bold;
    color: #fff;
}

#contato-rodape .form-control:focus {
    box-shadow: none;
    border: 1px solid #fff;
    border-radius: 5px;
}

#contato-rodape textarea::-webkit-input-placeholder {
    color: #fff;
    font-size: 13px;
}

#contato-rodape textarea:-ms-input-placeholder {
    color: #fff;
    font-size: 13px;
}

#contato-rodape textarea::placeholder {
    color: #fff;
    font-size: 13px;
}

#contato-rodape textarea::-moz-placeholder {
    color: #fff;
    font-size: 13px;
}

#contato-rodape textarea:-moz-placeholder {
    color: #fff;
    font-size: 13px;
}


#contato-rodape .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

#contato-rodape .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

#contato-rodape .form-control::placeholder {
    color: #fff;
}


#contato-rodape .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

#contato-rodape .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

#equipe .infos {
    color: #fff;
    text-align: center;
    margin-top: 10px;
}


.coks-acepts {
    position: fixed;
    z-index: 999;
    bottom: 0px;
    width: 100%;
}

.coks-acepts .alert-warning {
    margin-bottom: 0px;
    border-radius: 0px;
    border: 0px;
    background: rgb(100, 88, 98);
    color: #fff;
    font-size: 14px;
}

.coks-acepts .alert-warning a {
    color: rgb(241, 214, 0);
}

.coks-acepts .link-concordar {
    border: 1px solid;
    border-radius: 3px;
    display: block;
    text-align: center;
    padding: 10px 20px;
}


#contato-rodape button {
    background: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: bold;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
}

#contato-rodape button:hover {}

#plataformas {
    color: #fff;
}



.menu-top-produtos {
    background-color: #727272;
}

.conteudo-item {
    min-height: 90vh;
    background: #fff;
    margin-top: 14.5em;
    border-bottom: 3em solid #152432;
}

.breadcrumb>li+li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='%23ccc' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
}

.no-gutters {
    padding: 0;
}

.conteudo-item #primeiro {
    background-color: #152432;
    display: block;
    position: relative;
}

.conteudo-item .breadcrumb-list {
    background-color: #fff;
    display: block;
    position: relative;
}

.conteudo-item .breadcrumb-list .breadcrumb {
    background-color: transparent;
    padding-left: 0;
    margin-bottom: 0px;
}

.conteudo-item .breadcrumb .breadcrumb-item a {
    color: #152432;
    font-weight: 600;
}



.conteudo-item .breadcrumb>li {
    font-size: 12px;
}

.conteudo-item #primeiro h1 {
    text-transform: none;
    color: #fff;
    font-size: 3em;
}

.conteudo-item #primeiro h2 {
    color: #fff;
    font-size: 1.5rem;
}

.align-center {
    display: flex;
    align-items: center;
}

.conteudo-item .default-button {
    background-color: #ffffff;
    display: inline-flex;
    border-color: #ffffff;
    font-size: 14px;
    color: #152432;
    padding: .7em 2em;
    border-radius: 10px;
    font-weight: bold;
}

.conteudo-item .default-button:hover {
    background-color: #5e6164;
    color: #fff;
}

.conteudo-item #segundo p {
    font-size: 16px;
    font-weight: 500;
}

.conteudo-item #segundo {
    padding: 3em;
}

.conteudo-item #terceiro {
    padding-bottom: 5em;
    padding-top: 2em;
    background: #f5f5f6;
}


.conteudo-item h3 {
    font-size: 24px;
    font-weight: 500;
}

.conteudo-item p.subtitle {
    font-size: 14px;
}

.conteudo-item .individual {
    display: flex;
    position: relative;
    flex-direction: column;
    background-color: #fff;
    border: solid 1px #d7dbdf;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
    height: 100%;
}

.conteudo-item #terceiro .row,
.conteudo-item #quarto .row,
.conteudo-item #sexto .row {
    display: flex;
    flex-direction: row;
}

.conteudo-item .bottom {
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.conteudo-item .bottom span {
    font-size: 14px;
    border-bottom: 1px solid #d7dbdf;
    padding-bottom: 1em;
    margin-bottom: 1em;
    font-weight: 600;

}


.conteudo-item .bottom p {
    font-weight: 400;
    font-size: 13px;
    margin: 0;
}

.conteudo-item #terceiro .default-button,
.conteudo-item #quinto .default-button {
    margin-top: 3em;
    background: #152432;
    color: #fff;
}

.conteudo-item #terceiro .default-button:hover,
.conteudo-item #quinto .default-button:hover {
    background-color: #5e6164;
    color: #fff;
}

.conteudo-item #quarto {
    padding-bottom: 5em;
    padding-top: 2em;

}

.conteudo-item span.detail {
    background: #d0ebdf;
    margin-bottom: 3em;
    display: inline-block;
    font-size: 12px;
    padding: .5em 1em;
    border-radius: 30px;
}


.conteudo-item #quinto {
    background: #f5f5f6;
    padding: 5em;
}

.conteudo-item #quinto img {
    border-radius: 5px;
}

.conteudo-item #quinto .default-button {
    margin-top: 0 !important;
}


.conteudo-item #sexto {
    background-color: #152432;
    padding-top: 7em;
    position: relative;
    padding-bottom: 6em;
}

.conteudo-item #sexto h3,
.conteudo-item #sexto p {
    color: #fff;
}


.conteudo-item #sexto.especial span {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 16px;
    box-sizing: border-box;
    display: flex;
    line-height: 150%;
}

.conteudo-item #sexto.especial .individual {
    display: flex;
    flex-direction: column;
    padding: 24px;
    height: 100%;
}

.conteudo-item #sexto.especial .individual p {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 1em;
}

.conteudo-item #sexto.especial .default-button {
    margin-top: 3em;
}



.conteudo-item #sexto.especial .img-especial {
    position: absolute;
    top: 0;
    width: 100%;
}

.conteudo-item #sexto.especial .img-especial img {
    -webkit-mask-image: linear-gradient(to bottom, #152432 50%, transparent 90%);
    mask-image: linear-gradient(to bottom, #152432 50%, transparent 90%);
}

.conteudo-item #sexto.especial h3,
.conteudo-item #sexto.especial p.subtitle {
    z-index: 0;
    position: relative;
}


.conteudo-item #setimo .contrato {
    background-color: #152432;
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 32px;
}

.conteudo-item #setimo {
    margin-top: 5em;
    margin-bottom: 5em;
}

.conteudo-item #setimo .contrato h3 {
    margin-top: 0;
}

.panel-default>.panel-heading {
    padding: 0;
}

.panel-title>a {
    display: block;
    height: 100%;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
}

/* seta */
.panel-title>a:after {
    content: "\f078";
    /* ícone chevron-down */
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .3s ease;
}

/* quando aberto */
.panel-title>a:not(.collapsed):after {
    transform: translateY(-50%) rotate(180deg);
}

.panel-group .panel {
    border-bottom: 1px solid #00000029;
    display: flex;
    flex-direction: column;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.panel-default>.panel-heading {
    background-color: #fff;
}

.panel-title>a {
    font-size: 16px;
    padding: 24px 8px;
    font-weight: 600;

}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0;
    padding: 0 8px;
    padding-bottom: 24px;
    font-size: 14px;
}