body {
    color: #333;
    font: 13px/15px 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6em;
    background: #fff;
    position: relative;
}
img{
    max-width: 100%;
}
a {
    color: #00a9c6;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
a:hover {
    color: #666;
}

h1, h2, h3, h4 {
    margin: 0;
    line-height: 1em;
}
h1 {
    font: 700 5em 'Roboto', sans-serif;
    margin: 0.25em 0;
    text-transform: uppercase;
}
h2 {
    font: 300 2.5em 'Roboto', sans-serif;
    margin-bottom: 1.5em;
}
h3 {
    font: 300 2em 'Roboto', sans-serif;
    margin: 2em 0 1em 0;
}
h4 {
    font: 300 1.5em 'Roboto', sans-serif;
    margin-bottom: 1em;
}
h4 i {
    margin-right: 0.5em;
}
p {
    font-size: 1em;
    line-height: 1.7em;
    margin-bottom: 1.7em;
}
.heading {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    font-size: 38px;
    font-weight: bold;
    color: #2F2C55;
    padding: 5px;
}

span.subtitle{
    color: #2F2C55;
    text-align: center;
    display: block;
    font-size: 14px;
    margin-bottom: 3em;
}
span.subtitle.white{
    color: #fff;
}
.heading.white{
    color: #FFF;
}
.heading span{
    color: #2D807E;
}

.spacer {
    padding: 3em 0;
}


.navbar-nav{
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
    width: 100%;
}
.navbar-inverse .navbar-collapse{
    text-align: center;
    padding: 10px 0px;
    border-color: #fff;
}
.navbar-inverse .logo{
    text-align: left;
}
.navbar-inverse .logo img{
    max-width: 100%;
}
.navbar-inverse .logo a{
    display: block;
    text-align: center;
}
.navbar-nav>li{
    margin: 0px 20px;
}
.navbar-nav>li>a {
    font-size: 1em;
    line-height: 30px;

    padding:15px 0 0px;
}
.navbar-nav>li.active a{
    color: #fff;
}

.navbar-inverse {
    background: #fff;
    border-bottom: 1px solid whitesmoke;
    border-radius: 0px;
    padding: 0px;
    border-top: 0px;
    margin-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}
.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:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color:#fff;
}
.navbar-inverse .navbar-nav>li>a {
    color: #2F2C55;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    margin-top: 0px;
    font-weight: bold;
    padding: 5px 0px;
}


#head, .carousel {
    margin-top: 8em;
    position: relative;
}
#home {

    position: relative;

    font-family: 'Open Sans', sans-serif;
}

#home h1{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
#home h2{
    font-size: 21px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}

#home .absolute-center{
    top: 55%;
}


.absolute-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*about*/

.about.spacer {
    padding-left: 4em;
    padding-right: 4em;
    padding-bottom: 0;
}
.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;
}

.carousel-indicators li{
    width: 15px;
    height: 15px;
}

.carousel-indicators .active{
    width: 17px;
    height: 17px;
    background-color: #b2d235;
    border: 1px solid  #b2d235;

}
.carousel-indicators li {
    background-color:  #fff;
    border: 1px solid  #fff;
}
.carousel-indicators {
    bottom: 0;
}


/*contact*/

.contactform textarea, .contactform input {
    width: 100%;
    padding: 1em;
    border: 1px solid #ccc;
    margin-bottom: 1em;
    border-radius: 0;
    outline: none;
}



/*menu fixo*/

.navbar-fixed-top.menu-fixo {
    top: 0px;
    background: #000000bd;
}



.navbar-fixed-top .navbar-brand img {

}
.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:#127785;
}

.navbar-inverse .navbar-nav>li.active>a::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #127785;
    content: '';
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
.navbar-fixed-top.menu-fixo a:hover{
    color: #127785;
}
.navbar-fixed-top.menu-fixo .navbar-brand img {

    width: 100px;
}
.navbar-fixed-top.menu-fixo .navbar-right {

}
.navbar-fixed-top.menu-fixo .navbar-nav>li>a {
    font-size: 16px;
}
.navbar-fixed-top.menu-fixo .navbar-nav>li>a:active,
.navbar-fixed-top.menu-fixo .navbar-nav>li>a:focus{
    color: #127785;
    outline: 0;
}
.navbar-fixed-top.menu-fixo .infos-menu{
    padding-top: 0px;

}
.navbar-fixed-top.menu-fixo .infos-menu .telefone a{
    color: #006970;
}

/* .navbar-fixed-top.menu-fixo .logo img{
height: 60px;
}
*/

/*contact*/

.overlay-map {
    background: transparent;
    position: relative;
    width: 100%;
    height: 250px;
    z-index: 1;
    top: 250px;
    margin-top: -250px;
}
#contact {
    color: white;
}
#contact h2, #contact p {
    margin: 0;
}
#contact h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 2em;
}
#contact .parallax-home {
    font-size: 42px;
    font-weight: bold;
    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;
}



/*formulário de contato */


.form-control {
    height: 45px;
    border-radius: 2px;
}


#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;
}

.services ul li p {
    padding: 0;
    text-align: left;
}
.services ul li h4 {
    color: #699881;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
}




/*
* ############################## POPUP ####################################
*/



#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:0px;
    top:-40px;
    background: #fff;
    padding:5px 5px 5px 15px;
    cursor:pointer;
}
#popup-close * {
    vertical-align: middle;
}
#popup-img {
    display:block;
}






.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: bold;
    font-size: 16px;

}
.noticias-lista li a:hover {
    text-decoration: none;
    background: #40fe9c;
}
.noticias-lista{
    padding:0px;
}
.noticias-lista h2 {
    font-size: 18px;
    font-weight: bold;
    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: #eeeeee;
}
.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: 0px 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: 0px;
    border-left: 0;
    padding: 0px;
    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: #ffffff;
    padding: 6px 11px;
    color:  #127785;
    border-radius: 3px;
    border: 1px solid  #127785;
    box-shadow: 1px 1px 1px rgba(76, 163, 161, 0.41);
    margin: 2px;

}
.paginacao a.pagination:hover{
    text-decoration: none;
}
.paginacao .pagination.active{
    color: #ffffff;
    border:1px solid #fff;
    background: #2F2C55;
    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: 0px 15px 15px 0px;
}
.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 0px;
    position: relative;
}

.noticia_individual h2{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}
.noticia_individual h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #b1b1b1;
    margin-bottom: 10px;
    margin-top: 0px;
}
.noticia_individual .Noticia-C{
    margin-top: 30px;
    line-height: 1.5em;
    font-size: 16px;
    padding-bottom: 100px;
}



#myCarousel .carousel-inner .item{
        height: 70vh!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: normal;
    margin: 0;
    padding: 15px;
}

#about{
    padding-top: 35px;
    background-color: #fff;
}
#about .sobre-individual{
    padding-top: 3em;

}
#about .sobre-individual img{
    max-width: 100%;

}
.modal-dialog.modal-md{
    width: 900px;
}


.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: #3c3c3c;
    position: relative;
    padding: 0px;

    color: #404040;
}
#top-infos .infos-right{
    padding:  5px 0px;
}
#top-infos a{
    color: #fff;
    font-weight: 300;
    font-size: 18px;

}

#top-infos a.media{
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#top-infos a.media:hover{
    background: #512929;
}
#top-infos a.media:hover i{
    color: #fff;
}
#top-infos a.media{
    background: #fff;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    line-height: 24px;
    display: inline-block;
    margin-top: 0px;
    text-align: center;
    vertical-align: middle;
}
#top-infos a.media i{
    color: #646464;
}
#top-infos .logo a{
    position: absolute;
    background: #fff;
    padding: 15px 25px;
    z-index: 30;
    border-radius: 0px 1px 35px 35px;
    box-shadow: 0px 0px 5px -3px #7d7d7d;
}


#top-infos .logo img{
    max-width: 150px;
}
.navbar-fixed-top .navbar-collapse .navbar-nav li.logo{

}

.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;
}


footer .footer-text p{
    margin: 0;
    padding: 10px 0px;
    font-size: 16px;
    line-height: 1em;
}
footer .footer-text p span{
    font-size: 14px;
}
footer .footer-text .icons{
    text-align: center;
    padding: 10px 0px 0 0px;
    font-size: 18px;
}
footer .footer-text .icons i{
    background: #fff;
    height: 40px;
    width: 40px;
    color: #111111;
    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: bold;
    text-align: center;
    height: 70px;
    overflow: hidden;
}
.services .individual h3:first-child{
    margin-top: 0px;
}
.produtos .individual {
    height: 60px;
}
.produtos p{
    font-weight: 300;
    font-size: 15px;
}
.produtos p i{
    color: rgba(94, 196, 173, 0.66);
}

.services img{
}
#pets img{
    border: 1px solid #dcd5ce;
}
span.glossario{
    display: block;
    font-size: 10px;
    padding: 0;
    margin: 0;
}
.desenvolvido{
}



.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: 0px;
}



.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: white;
    font-size: 20px;
    font-weight: bold;
    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: 0px;
    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: 0.5px;
}
.form-control-feedback{
    top: 0px;
    color: #949494;
}


.top-fixed{
    background: #3b4968;
    color: #fff;
    padding: 10px 0px;
}



.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;
    margin-bottom: 20px;
    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: #127785;
    border: 1px solid #127785;
    text-decoration: none;
}

.buttonvejamais:hover{
    text-decoration: none;
    color:#127785;
    background-color: #fff;
    border:  1px solid #127785;
}

.portfolio-interno{
    margin-top: 110px;
}
.portfolio-interno #portfolio{
    min-height: 100vh;
    margin-top: 60px;
}

.infos-menu{
    padding-top: 0px;
    margin-top: 0em;
}

.infos-menu .telefone a{
    font-size: 21px;
    font-weight: bold;
    color: #333;
}
.infos-menu .telefone a:hover{
    color: #006970;
    text-decoration: none;
}

#projetos{
    background-color: #939393;
}

#projetos .individual{
    padding: 0px;
}

.contato-interno{
    background: #fff;
}


hr{
    border-top: 2px solid #eee;
}

.navbar-fixed-top{
    z-index: 25;
    top: 0px;
    position: fixed;
    right: 0;
    left: 0;
}

/* .navbar-wrapper{
box-shadow: 0px -1px 2px 1px #cccccc;
}
*/
input, button, select, textarea{
    border: 1px solid #bfbfbf;
}

#produtos .tabs-produtos{
    background: #EDEDEE;
    padding: 15px 10px;
    border: 0px;
    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: 0px;
}
#produtos .tabs-produtos li.active a{
    color: #ff9801;
}

#produtos .tabs-produtos li a{

    line-height: 1;
    font-weight: normal;

    padding: 15px 0px;
    border-bottom: 1px dotted;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    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:hover{

}
#produtos .tabs-produtos li.active a img{
    filter: brightness(0) invert(1);
}

.modal-header{
    border-bottom: 0px;
}

.produto-modal-individual .descricao-produto{
    padding-right: 30px;
}
.produto-modal-individual a{
    border: 1px solid #ddd;
}
.produto-modal-individual h2{
    font-weight: bold;
    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: 0px;
}


.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{

}

#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{
    padding-top: 1em;
    font-size: 18px;
}

#contato .form-contato{
    margin-bottom: 3em;
}

#contato .buttonvejamais.btncontato{

    float: right;
}


.noticias {
    margin-top: 1em;
}
.noticias .individual {
    position: relative;
    margin-bottom: 30px;
}
.noticias .individual .descricao{
    margin: 0;

}

.noticias .individual .imagem-noticia{
    overflow: hidden;
}
.noticias .individual .imagem-noticia img{
    height: fit-content;
    max-width: none;
    width: fit-content;
}
.noticias .individual a{
    display: block;
    background: #fff;
    padding: 14px;
}
.noticias .leiamais{
    border: 0;
    color: #b2d235;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    background: #fff;
    padding: 0px;
}
/* .noticias a{
display: block;
background: #fff;

} */
.noticias a.buttonvejamais{
    background-color: #512929;
    display: table;
    border-color: #512929;
    margin-bottom: 3em;
    font-size: 14px;
}

.noticias a.buttonvejamais:hover{
    background-color: #fff;
    color: #512929;
    border-color: #512929;
}
.noticias h3.title{
    padding: 0px;
    margin: 0;
    text-align: left;
    font-weight: 700;
    clear: both;
    height: 45px;
    color: #127785;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    margin-top: 10px;
    text-transform: none;
    margin-bottom: 5px;
}
.noticias h3.title span{
    color: #000;
    font-weight: bold;
}
.noticias  p{
    margin: 0;
    color:#95989A;
    text-align: left;
    height: 90px;
    overflow: hidden;
}
.noticias .data{
    background:#512929;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 15px;
}
.noticias .data span{
    display: block;
    font-size: 16px;
}


#noticias-principal {
    padding: 3em 0;

    background: url('../images/bg-blog1.jpg')
}

.conteudo{
    min-height: 90vh;
    padding-top: 5em;
}

.nav-colour{
    background:#127785;
    color: #fff;
}
.nav-colour a{
    color: #fff;

}
.nav-colour a:first-child{
    margin-right: 20px;
}
.nav-colour a:hover, .nav-colour a:focus{
    color: #2F2C55;
}
span.buttonvejamais {
    text-align: center;
    margin-bottom: 20px;
    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: #6e0a07;
    border-color: #6e0a07;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 7px 40px;
    line-height: 1.55;
    display: table;
    font-weight: bold;
    color: #fff;
    border-radius: 0;
    text-decoration: none;
}
.form-contato .buttonvejamais:hover{
    background-color: #fff;
    border-color: #6e0a07;
    color: #6e0a07;
}




.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: 0px;
}

.carousel-indicators {
    position: absolute;
    background: #00000085;
    left: 0;
    padding: 15px 0px;
    margin-bottom: 0px;
    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: 0px;
}
.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;

    padding-bottom: 0px;
    text-align: center;
    margin-bottom: 0px;
    padding: 20px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
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;

}



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: 0px 20px;
}

#escolha .heading{
    background: #b2d235;
    padding:  25px;
    padding-bottom: 35px;
}

#escolha .heading::after{
    background:  #000000;
    bottom: 25px;
}


#about h3{

    text-transform: uppercase;
    font-size: 20px;
    padding: 0px;
    margin-top: 1em;
    margin-bottom: 10px;
    font-weight: bold;
}

#escolha h3{

    margin: 0px;
    font-weight: bold;
    margin-top: 5px;
    color: #fff;
}
#escolha img{
    float: left;
    margin-right: 20px;
}
#escolha p{
    height: 70px;
    color: #fff
}

#escolha{
    background: #3a3f4c;
    padding: 3em 0px;
    margin: 3em 0;
    margin-top: 0px;
    background-repeat: no-repeat;
}

#enviar-contato{
    background: url(../../libs/images/bg-entrar-contato.png) center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 0px;
}

#enviar-contato .heading{
    color: #fff;
}

#enviar-contato h3{
    text-align: center;

    margin: 0px;
    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: 0.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: 0px 10px 10px 0;
    margin-left: -10px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
}

footer h2{

    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

footer p{
    margin:  0px;
}

footer a.media{
    background: #fff;
    display: inline-block;
    margin-right: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 46px;
    border-radius: 100%;
    color: #000 ;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
footer a.media:hover{
    background: #ffcb05;
    color: #000;
}

footer .logo-rodape{
    display: block;
    width: 50%;
    margin-bottom: 10px;
}

footer .siga-medias .heading{
    margin-bottom: 10px;
}
footer .siga-medias{
    text-align: left;
    float: left;
}
footer .siga-medias a{
    margin-top: 0px;
}
footer .siga-medias span{
    text-align: left;
    float: left;
    margin-right: 10px;
}
footer .menu-rodape{
    margin-top: 2em;
}
footer .fa-2x{
    font-size: 1.5em;
}
.form-contato img{
    float: left;
    margin-right: 20px;
}

.cotacoes-topo{
    color: #fff;
}

.cotacoes-topo ul{
    margin: 0px;
    padding: 0px;
}

.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: 0px;
}



/* Effect 21: borders slight translate */
.navbar-inverse .navbar-nav>li>a{
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}


.navbar-inverse .navbar-nav>li>a::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #127785;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.navbar-inverse .navbar-nav>li>a::before {
    top: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.navbar-inverse .navbar-nav>li>a::after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #127785;
}

.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);
}

#home{
    background-color: #000;
}
#myVideo {

    z-index: 2;
    opacity: 0.5;
}

#home .form-control, #home .form-control:active, #home .form-control:focus{
    box-shadow: none;
    background: transparent;
    border-color: #fff;
    color: #fff;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0px 2px;
    font-weight: 200;
    letter-spacing: 0.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;
}


.slick-prev:before, .slick-next:before{
    color: #750907!important;
}

.abra-sua-conta{
    background: #3a3f4c;
    color: #fff;
    padding: 7px 15px;
    font-weight: bold;
    border-radius: 7px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.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: 0.8;
}
#acesso-restrito .videos img{
    max-width: 100%;
}
#acesso-restrito h2{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
/* FANCY COLLAPSE PANEL STYLES */
.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: #ffffff;
    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: bold;
    text-transform: uppercase;
}
#depoimentos img{
    border-radius: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
#depoimentos h2{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
}
#depoimentos .texto{
    text-align: center;
}
#depoimentos .vejamais-depoimentos{
    text-align: center;
    display: block;
    font-weight: bold;
    color: #512929;
}

#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: bold;
    font-size: 24px;
}
#aplicativo p{
    color: #fff;
}

.floating-button{
    position: fixed;
    bottom: 150px;
    font-size: 16px;
    z-index: 1;
    font-weight: bold;
    right: 0;
    background: #296d38;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px 0px 0px 10px;
}

.floating-button a{
    color: #fff;
}

.floating-button:hover{
    background: #512929;
}

#produtos .nav-tabs>li{
    width: 100%;
    border: 1px solid #dddddd;
}
#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: 0px;
}
#produtos .nav-tabs>li.active{
    background: #512929;
}
#produtos .nav-tabs>li.active a{
    background: #512929;
    color: #fff;
}
#produtos .nav-tabs>li:hover{
    background: #eeeeee;
}
#produtos .nav-tabs>li.active:hover{
    background: #512929;
}
#produtos .tab-pane h2{
    font-weight: bold;
    font-size: 20px;
    color: #512929;
}


/* CSS DAS PAGINAS QUE ESTÃO NO PAINEL  */

#produtos-investimento .nav-pills>li+li{
    margin-left: 0px;
}
#produtos-investimento .nav-pills li a {
    background: #828282;
    color: #fff;
    padding: 15px;
}
#produtos-investimento .nav-pills li a h2{
    font-weight: bold;
    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: #7c0707;
}


#produtos-individual .form-investir{

}
#produtos-individual .form-investir h2, #plataformas .form-investir h2{
    margin-bottom: 1em;
    font-weight: bold;

}
#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: bold;
}
#produtos-individual .texto-banner{

}
.rodape-fixo h3{
    position: relative;
    z-index: 2;
}
.rodape-fixo span{
    background: #fff;
    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: 0px;
}

#produtos-investimento h2, #plataformas h2{
    font-weight: bold;
    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;
}
#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: 0px;
    padding: 0px;
    border-right: 0px;
    border-left: 0px;
    font-weight: 200;
    letter-spacing: 0.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: #770907;
    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: bold;
}
#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 #910a0c;
    border-radius: 0px;
}
#plataformas .nav-pills>li>a{
    color: #3a3f4c;
    font-style: italic;
    padding: 10px 15px 10px 0px;
    margin: 0px 20px 0px 0px;
    white-space: nowrap;
}
#plataformas .nav li{
    margin-bottom: 0px;
    display: inline-flex;
}

/* width */
#plataformas ::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

/* Track */
#plataformas ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#plataformas ::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
#plataformas ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#montante_acu{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #900a0c;
}

.principal-title{
    margin-bottom: 0px;
    padding-top: 2em;
    font-weight: 400;
    font-size: 35px!important;
    line-height: 1.11;
    letter-spacing: .4px;
}
#quemsomos_btg{
    background: url('../images/bg-valores.jpg') bottom;
    background-size: cover;
    color: #fff;
}
#quemsomos_btg .item{
    padding: 5em 0;
}

#quemsomos_btg .carousel-indicators{
    background:  transparent;
}
#quemsomos_btg .text-title{
    font-weight: 400;
    font-size: 50px;
    line-height: 1.12;
    letter-spacing: 6px;
    text-transform: uppercase
}
#quemsomos_btg .p{
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .2px;
}
.carousel-indicators .active{
    background-color: #900a0c;
    border: 1px solid #900a0c;
}

.carousel-inner>.item>img{
    z-index: 2;
    opacity: 0.5;
}

.menu-fixo .navbar-inverse .logo a img{
    width: 65%;
    float: left;
}

#modalidades{
    padding-top: 2em;
}

#modalidades a{
    display: block;
    position: relative;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 5em;
}

#modalidades .yellow-ball{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffcb05;
    width: 230px;
    height: 230px;
    border-radius: 100%;
    z-index: -1;
    box-shadow: 0px 3px 6px #00000029;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}
#modalidades a:hover .yellow-ball{
    background: #929292;
}
#modalidades .yellow-ball-text{
    font-size: 45px;
    position: absolute;
    line-height: 1em;
    word-break: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0px 3px 6px #00000029;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-style: italic;
}

#modalidades a:hover {
    moz-transform: scale(1.1);
    /* -webkit-transform: scale(1.1); */
    transform: scale(1.1);
    text-decoration: none;
}

#modalidades a:hover img{
    moz-transform: none;
    /* -webkit-transform: none; */
    transform: none;
}

#modalidades .button-yellow-ball{
    text-align: center;
    font-size: 20px;
    background: #ffcb05;
    display: table;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    padding: 15px 25px;
    margin: 10px auto;
    box-shadow: 0px 3px 6px #00000029;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#modalidades a:hover .button-yellow-ball{
    background: #000;
}

#estrutura{
    padding-top: 2em;
}

#estrutura .button-estrutura-conheca{
    background: #ffcb05;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    padding: 12px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#estrutura .button-estrutura-conheca:hover{
    text-decoration: none;
    background: #000;
}





#accordion .card-header h4:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    content: "\f106";   
    float: right; 
    color: #000;
    font-size: 20px;
}
#accordion .card-header.collapsed h4:after {
    /* symbol for "collapsed" panels */
    content: "\f107"; 
    color: #FFCB05;
}


#servicos .panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #ECECEC;
    border-radius: 100px;
}

#servicos .panel-group .panel {
    margin-bottom: 0;
    background: transparent;
    border: 0px;
    box-shadow: none;
}

#servicos .panel-heading{
    padding: 0px;
}

#servicos .panel-heading a{
    display: block;
    background: #FFCB05;
    padding: 10px 15px;
    border: 1px solid #ECECEC;
    color: #000;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 100px;
}

#servicos .panel-heading a h4{
    font-size: 16px;
    font-weight: bold;
}
#servicos .panel-heading a:hover{
    text-decoration: none;
}


#servicos .panel-heading a.collapsed{
    background: #fff;
}

#servicos .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
    box-shadow: none;
    border: 0px;
}


.menu-fixo .navbar-inverse{
    padding: 0px 0px;
}

.menu-fixo .navbar-inverse .navbar-collapse{
    padding: 5px 0px 0px;
}

.horario-aulas{
    position: fixed;
    color: #fff;
    text-transform: uppercase;
    top: 50%;
    right: -85px;
    transform: rotate(-90deg);

}


.horario-aulas a{
    color: #000;
    background: #FFCB05;
    font-size: 16px;
    border-radius: 15px 15px 0px 0px;
    padding: 18px 20px 10px;
}
.horario-aulas a:hover{
    text-decoration: none;
    background: #000;
    color: #fff;

}
.telefone-menu{
    text-align: right;
    float: right;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin-top: 8px;
}

.no-lateral-padding{
    padding-left: 0px;
    padding-right: 0px;
}
.no-bottom-margin{
    margin-bottom: 0px;
}



.btn-default{
    text-align: center;
    font-size: 20px;
    background: #ffcb05;
    display: table;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    padding: 15px 25px;
    margin: 10px auto;
    box-shadow: 0px 3px 6px #00000029;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-default:hover{
    background: #000;
    text-decoration: none;
    color: #fff;
}

#treino{
    background: url('../images/bg-treino2.png');
    background-size: cover;
    border-top: 10px solid #ffcb05ad;
    border-bottom: 10px solid #ffcb05ad;
}

#treino h2{
    font-size: 70px;
    color: #ffcb05;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.7em;
}

#treino .treino-interno{
    padding: 10em;
    text-align: center;
}

#treino h4{
    color: #fff;
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 2em;
    text-transform: uppercase;
}

#servicos .panel-body img{
    border-radius: 100%;
}
#servicos{
    padding: 2em 0;
}


#programas{
    background: url('../images/bg-programas.png');
    background-size: cover;
    padding: 4em 0 6em 0;
    text-align: center;
    color: #fff;
}
#programas img{
    display: block;
    margin: 0 auto;
    border-radius: 100%;
}

.justify-content-center{
    display: flex;
    justify-content: center;
}

#programas .title-programas{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1em;
    text-transform: uppercase;
    margin: 15px 0px;
    height: 45px;
    overflow: hidden;
}
#programas .subtitle{
    color: #fff;
}
#programas .internal{
    border: 1px solid #fff;
    padding: 2em;
}

#programas .text-programas{
    height: 100px;
    overflow: hidden;
    display: block;

}

.load{
    width: 100%;
    z-index: 9999;
    overflow: hidden;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: #fffffff0;
}

.loading_open{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.load img{
    position: absolute;
    top: 30%;
    left: 40%;
}

.menu-interno{
    top: 0px;
    background: #000000bd;
}

.menu-interno .logo a img {
    width: 65%;
    float: left;
}

.menu-interno .navbar-nav>li>a {
    font-size: 16px;
}

.menu-interno .navbar-inverse .navbar-collapse  {
    padding: 5px 0px 0px;
}

.menu-interno .navbar-inverse{
    padding: 0px;
}

.time-days{
    background: #ffcb05;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
}

.semana-title{
    margin-bottom: 0px;
    background: #404040;
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
    color: #fff;
    text-align: center;

}


#servicos .individual .topo{
    background-image: linear-gradient(to right, #2F2C55 , #127785);
    color: #fff;
    font-size: 14px;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
}

#servicos .individual .corpo{
    box-shadow: 0px 1px 4px #0000001f;
    border-radius: 10px;
}

#servicos .individual .texto{
    padding: 20px;
    height: 120px;
    overflow: hidden;
    color: #2F2C55;
    font-size: 12px;
}

#servicos .individual .button-saiba-mais{
    background: #2F2C55;
    width: 100%;
    display: block;
    text-align: center;
    border-bottom: 3px solid #127785;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}

#servicos .individual .button-saiba-mais:hover{
    text-decoration: none;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #127785;
    border-bottom: 3px solid #2F2C55;
}

.entre-contato-rodape{
    background: #2F2C55;
    color: #fff;
    padding: 3em 0px;
}
.entre-contato-rodape .fale-conosco-button:hover{
    background-color: #676767;
}

#links-acesso{

}

#links-acesso #tab-links-uteis .nav{
    display: flex;
    justify-content: center;
    margin-bottom: 2em;
}

#links-acesso #tab-links-uteis .nav li.active a{
    background-color: #127785;
    color: #fff;
}
#links-acesso #tab-links-uteis .nav li{
    text-align: center;
}
#links-acesso #tab-links-uteis .nav li a{
    border: 3px solid #127785;
    color: #127785;
    font-weight: bold;
}


#links-acesso #tab-links-uteis .nav li a:hover, #links-acesso #tab-links-uteis .nav li a:focus{
    background-color: #127785;
    color: #fff;
}

#links-acesso #tab-links-uteis .tab-content{
    border: 2px solid #F3F3F3;
    padding: 0px 15px;
}

#links-acesso #tab-links-uteis .tab-content a{
    display: block;
    font-weight: bold;
    color: #676767;
    padding: 15px 0px;
}
#links-acesso #tab-links-uteis .tab-content a i{
    color: #127785;
    vertical-align: middle;
    margin-right: 5px;
}

#links-acesso #tab-links-uteis .tab-content .row .col-md-4:nth-child(4),
#links-acesso #tab-links-uteis .tab-content .row .col-md-4:nth-child(5),
#links-acesso #tab-links-uteis .tab-content .row .col-md-4:nth-child(6),
#links-acesso #tab-links-uteis .tab-content .row .col-md-4:nth-child(10),
#links-acesso #tab-links-uteis .tab-content .row .col-md-4:nth-child(11),
#links-acesso #tab-links-uteis .tab-content .row .col-md-4:nth-child(12)
{
    background-color: #F5F5F5;
}

.fale-conosco-button{
    display: block;
    background-color: #127785;
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0px 3px 6px #00000036;
    border-radius: 5px;
}

.fale-conosco-button:hover,
.fale-conosco-button:focus
{
    text-decoration: none;
    background-color: #2F2C55;
    color: #fff;
}

footer .spacer {
    padding: 1em 0;
}
footer {
    background-color:#fff;
    color: #2F2C55;
    font-size: 1em;
    padding: 3em 0px 10px;
}


footer .heading{
    text-transform: none;
    font-size: 30px;
    margin-bottom: 0px;
    text-align: left;
}

footer span.subtitle{
    text-align: left;
    padding: 0px 5px;
    font-size: 12px;
}

footer a{
    color: #2F2C55;
    display: block;
    margin-top: 5px;
}
footer a:hover{
    text-decoration: none;
}

footer big{
    font-weight: bold;
    font-size: x-large;
}

footer .assinatura {
    text-align: center;
    display: block;
    color: #BFBFBF;
    font-size: 10px;
    text-transform: uppercase;
}

footer hr{
    margin-bottom: 10px;
}

.entre-contato-rodape h2{
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: bold;
}

#home .fale-conosco-button{
    border: 0px;
    width: 100%;

}