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: 20px;
    font-size: 40px;
    font-weight: normal;
    text-transform: uppercase;
    color: #48515b;
}



.heading:after {
    position: absolute;
    width: 350px;
    max-width: 350px;
    height: 1px;
    bottom: -5px;
    border-radius: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #33cccc;
    content: "";
}

.heading.mini {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 24px !important;
    font-weight: 300;
}

.heading.mini:after {
    position: absolute;
    width: 350px;
    max-width: 350px;
    height: 1px;
    bottom: -5px;
    border-radius: 0;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-100%, -50%);
    background: #33cccc;
    content: "";
}
}

span.subtitle {
    color: #282828;
    text-align: center;
    display: block;
    font-size: 14px;
    margin-bottom: 2em;
    width: fit-content;
}

span.subtitle.white {
    color: #fff;
}

.heading.white {
    color: #FFF;
}


.spacer {
    padding: 3em 0;
}

.navbar-fixed-top.menu-fixo .navbar-nav {
    margin-top: 25px;
}

.navbar-nav {
    display: flex;
    margin-top: 20px;
    text-align: right;
    width: 100%;
    justify-content: flex-end;
}

.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 {
    line-height: 30px;
    padding: 0px 0 0px;
    color: #14265A;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

.navbar-nav>li.active a {
    color: #00B2C7;
}

.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: 'Roboto', sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    margin-top: 0px;
    font-weight: bold;
    padding: 5px 0px;
}


#head,
.carousel {
    margin-top: 0em;
    position: relative;
}

#home {
    background-color: #fff;
    margin-top: 65px;
    position: relative;

    font-family: 'Roboto', sans-serif;
}

#home h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    color: #fff;
    text-align: center;
}

#home h2 {
    margin-top: 30px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    color: #fff;
    text-align: center;
    line-height: 45px;
}

#home h2 b {
    font-family: 'Lobster', cursive;
    font-size: 70px;
    text-transform: none;
    font-weight: 100;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.absolute-center.left-center li {
    margin-bottom: 10px;
}

.absolute-center.left-center li a {

    display: block;
    border-radius: 35px;
}

.absolute-center.left-center li a:hover img {
    filter: grayscale(100%);
}

.absolute-center.left-center img {
    width: 40px;
}

.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;
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: 15px;
    margin-left: 15px;
}

/* .navbar-fixed-top.menu-fixo{
    background: #00427e;
}
*/
.navbar-fixed-top.menu-fixo .infos-menu {
    margin-top: 1em;
}

/*menu fixo*/

.navbar-fixed-top.menu-fixo .logo img {
    width: 75%;
    float: left;
}



.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: #9e7b64;
}

.navbar-fixed-top a:hover,
.navbar-fixed-top.menu-fixo a:hover {
    color: #fff !important;
}

.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 {
    margin-top: -10px;
}

.navbar-fixed-top.menu-fixo .navbar-nav>li>a:active,
.navbar-fixed-top.menu-fixo .navbar-nav>li>a:focus {
    color: #00B2C7 !important;
    outline: 0;
    background: transparent;
}

.logo {
    padding: 0px;
}

.logo img {
    margin: 0 auto;
    display: block;
}

.navbar-fixed-top.menu-fixo .infos-menu .telefone a {
    color: #006970;
}

/* .navbar-fixed-top.menu-fixo .logo img{
height: 60px;
}
*/

/*contact*/

.nav>li>a:hover,
.nav>li>a:focus {
    background: transparent;
}

.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: #48515b;
    padding: 6px 11px;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #000;
    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: #33cccc;
    box-shadow: 1px 1px 1px #00000042;
}

.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;
}



#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: normal;
    margin: 0;
    padding: 15px;
}

#about {
    background-color: #fff;
}

#about p {
    font-size: 14px;
}

.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: #fff;
    border-color: #c3c3c3;

    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: #113953;
    border: 1px solid #113953;
    text-decoration: none;
}

.buttonvejamais:hover {
    text-decoration: none;
    color: #fff;
    background-color: #e2c12d;
    border: 1px solid #e2c12d;
}

.portfolio-interno {
    margin-top: 110px;
}

.portfolio-interno #portfolio {
    min-height: 100vh;
    margin-top: 60px;
}

.infos-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 2em;
}

.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 {
    background: #fff;
    z-index: 25;
    top: 0px;
    position: fixed;
    border-bottom: 5px solid #33cccc;
    padding: 10px;
    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 .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 h3 {
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    color: #F58634;
    font-weight: bold;
}

#contato .buttonvejamais.btncontato {

    float: right;
}


.noticias {
    margin-top: 1em;
}

.noticias .individual {
    position: relative;
    margin-bottom: 30px;
    display: block;
}

.noticias .individual:hover {
    text-decoration: none;
}


.noticias .individual img,
.noticias .individual h2,
.noticias .individual p {
    padding: 0;
}

.noticias .individual img {

    border-radius: 20px;
}

.noticias .individual span {
    color: #9e9e9e;
    font-weight: bold;
    font-size: 12px;
    text-transform: capitalize;
    display: block;
    margin-top: 10px;
}

.noticias .individual p {
    color: #282828;
    font-size: 14px;
    margin-top: 10px;
}

.noticias .individual h2 {
    font-size: 18px;
    color: #48515b;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
    height: 50px;
    overflow: hidden;
}

.noticias .individual span.button-leiamais {
    color: #33cccc;
    display: block;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0px;
}

.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: #BDBDBD;
    font-size: 16px;
    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;
}

.conteudo {
    min-height: 90vh;
    padding-top: 7em;
}

h2.heading-interno {
    /*    font-family: 'Lobster', cursive; */
    font-weight: bold;
    background: #cccccc;
    margin-bottom: 0px;
    padding: 20px;
    color: #48515b;
    font-size: 50px;
}

.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;

}





#escolha .heading {
    background: #b2d235;
    padding: 25px;
    padding-bottom: 35px;
}

#escolha .heading::after {
    background: #000000;
    bottom: 25px;
}




#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;
}



.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;

}

.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: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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;
}

#clientes {
    padding: 15px 0px;
}

#servicos .panel-body img {
    border-radius: 100%;
}

#servicos {
    padding: 2em 0;
    padding-bottom: 5em;
    background: #99cccc;
    border-bottom: 30px solid #42505b;
}

#servicos .individual a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    border-radius: 0;
    margin-bottom: 10px;
}

#servicos .individual a:hover {
    text-decoration: none;
    cursor: pointer;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#servicos img {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1em;
    border-radius: 20px 20px 0 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%;
}





.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: 15px;
    font-weight: normal;
    background: #fff;
    color: #6d7986;
    height: auto;
    font-size: 12px;
    padding-bottom: 2em;
    padding-top: 70px;
    border-radius: 20px;
    margin-top: -70px;
}

#servicos h2.internal {
    color: #6d7986;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    padding: 0px 10px;
    height: 40px;
    overflow: hidden;
}

#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;
}

.border-out {
    border: 2px dashed #f58634;
    display: inline-block;
    padding: 3px;
    border-radius: 80px;
}

.border-out:hover {
    border: 2px dashed #89D4F3;
}

.fale-conosco-button {
    display: block;
    background-color: #F58634;
    color: #fff;
    font-size: 15px;
    text-transform: none;
    padding: 10px 45px;
    border: 0px;
    font-weight: 600;
    text-align: center;
    border-radius: 80px;
}

.noticias .border-out {
    border: 2px dashed #89D4F3;
    display: inline-block;
    padding: 3px;
    border-radius: 80px;
}

.noticias .border-out:hover {
    border: 2px dashed #f58634;
}

.fale-conosco-button.blue {
    display: block;
    background-color: #89D4F3;
    color: #fff;
    font-size: 15px;
    text-transform: none;
    padding: 10px 45px;
    border: 0px;
    font-weight: 600;
    text-align: center;
    border-radius: 80px;
}

.fale-conosco-button.blue:hover,
.fale-conosco-button.blue:focus,
.border-out:hover .fale-conosco-button.blue {
    text-decoration: none;
    background-color: #F58634;
    color: #fff;
}



.fale-conosco-button:hover,
.fale-conosco-button:focus,
.border-out:hover .fale-conosco-button {
    text-decoration: none;
    background-color: #89D4F3;
    color: #fff;
}

footer {
    background: url('../images/0b17a55f-d445-4257-a254-6b1b8c7170bd.png');
    height: 610px;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 1em;
    position: relative;
    background-position: bottom;
}




footer a {
    color: #12265a;
    margin-top: 5px;
}

footer a:hover {
    text-decoration: none;
}

footer ul {
    margin-bottom: 0px;
    text-align: right;
}

footer .assinatura {
    text-align: left;
    display: block;
    color: #12265a;
    margin-top: 4px;
    font-size: 10px;
    text-transform: uppercase;
}


.entre-contato-rodape h2 {
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: bold;
}

#home .fale-conosco-button {
    border: 0px;
    width: fit-content;
    margin: 0 auto;
}


#contato .form-contato a {
    display: block;
    color: #003f82;
    font-size: 14px;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.social-links-fixed {
    position: fixed;
    left: 10px;
    bottom: 15%;
    z-index: 400;

}

.social-links-fixed ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.social-links-fixed ul a {
    background: #e1e1e1;
    display: block;
    width: 35px;
    height: 35px;
    box-shadow: 0px 1px 3px #23232345;
    text-align: center;
    line-height: 34px;
    color: #333;
    margin-bottom: 10px;
    border-radius: 100%;
}

.social-links-fixed ul a i {
    font-size: 20px;
    vertical-align: middle;
}

.social-links-fixed ul a:hover {
    background: #123953;
    color: #fff;
}


.infos-top-menu {
    text-align: right;
    padding-top: 10px;
}

.infos-top-menu a {
    font-size: 16px;
    font-weight: bold;
    color: #123953;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

#videos {
    background: #f2f2f2;
}

.ver-videos {
    display: block;
    background-color: #113953;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    border-radius: 0;
    margin-bottom: 10px;
}

.ver-videos:hover {
    text-decoration: none;
    cursor: pointer;
    color: #113953;
    background-color: #e2c12d;
}

#videos i {
    color: #113953;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#videos .individual {
    margin-bottom: 2em;
}

#videos .individual:hover {
    opacity: 0.8;
}

#contato i {
    color: #e2c12d;
    float: left;
    width: 35px;
    height: 35px;
}

#contato .social-links i {
    color: #113953;
}

#caracteristicas {
    background: #ffffff;
    color: #70747f;
}

#caracteristicas .individual img {
    margin: 0 auto;
    display: block;
}

#caracteristicas .individual p {
    text-align: center;
}

/* #caracteristicas .text-heart{
    line-height: 3em;
    display: block;
    } */

#caracteristicas .text-heart img {
    width: 15px;
    margin-right: 10px;
}

#informacoes .infos-individual {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    text-align: center;
    color: #014282;
    font-weight: bold;
    text-transform: uppercase;
}

#informacoes {
    padding: 2em;
}

#informacoes .infos-individual img {
    width: 15px;
    margin-right: 10px;
}

#informacoes .infos-individual .individual {
    margin-left: 15px;
    margin-right: 15px;
}

#diferenciais {
    background-color: #F8F1E7;
}

#diferenciais .individual {
    padding: 1em;
    background-color: #fa9db7;
    border-radius: 30px 30px 30px 30px;
}

#diferenciais .all:nth-child(even) .individual {
    background-color: #89D4F3;
}

#diferenciais .individual .texto-ind {
    border: 2px dashed #fff;
    color: #3F4D75;
    padding: 2em;
    text-align: center;
    border-radius: 30px;
}

.fancybox.no-gutters {
    margin-bottom: 0;
    padding: 0px;
}



.text-heart {
    text-align: center;
    color: #B5B6BA;
    width: 50%;
    margin: 0px auto;
    margin-bottom: 30px;
}



.tabs-sobre .nav-tabs {
    border: 2px dashed #88D3F2;
    border-radius: 80px;
    display: table;
    margin: 0 auto;
    margin-top: 2em;
}

.tabs-sobre .nav-tabs>li.active>a,
.tabs-sobre .nav-tabs>li.active>a:hover,
.tabs-sobre .nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #88D3F2;
    border-radius: 80px;
    border: 0;
    border-bottom-color: none;
    margin: 5px;
    font-weight: bold;
}

.tabs-sobre .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0;
    border-radius: 4px 4px 0 0;
    margin: 5px;
    color: #88D3F2;
    font-weight: bold;
}

.tabs-sobre h3 {
    margin: 0px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #12265a;
}



.coks-acepts {
    position: fixed;
    z-index: 999;
    bottom: 0px;
    width: 100%;
}

.coks-acepts .alert-warning {
    margin-bottom: 0px;
    border-radius: 0px;
}

.coks-acepts .link-concordar {
    border: 1px solid;
    border-radius: 3px;
    display: block;
    margin-top: -25px;
    text-align: center;
    padding: 10px 20px;
}



#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100vh;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

.sidebar-nav {
    position: absolute;
    top: 20px;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in;

}

/* .sidebar-nav li:first-child a {
color: #fff;
background-color: #1a1a1a;
} */
.sidebar-nav li:before {
    background-color: #33cccc;
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    color: #fff !important;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav>.sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

.hamburger {
    position: fixed;
    top: 27px;
    z-index: 999;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 15px;
    background: transparent;
    border: none;
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none;
}

.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    border-radius: 10px;
    width: 100%;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #33cccc;
}

.hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}

.hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
    /*  top: 0;
-webkit-transition: all .35s ease-in-out; */
}

.hamburger.is-closed:hover .hamb-bottom {
    /* bottom: 0;
-webkit-transition: all .35s ease-in-out; */
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #33cccc;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}

.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}

.hamburger.is-open .hamb-middle {
    display: none;
}

.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}

.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;

}

.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;

}

.barra_menu_mobile {
    position: fixed;
    z-index: 999;
    display: none;
    width: 100%;
    height: 70px;
    background-color: #313c59;
}

.barra_menu_mobile img {
    width: 35px;
    float: right;
    margin-top: 18px;
    margin-right: 20px;
}


.absolute-center.left-center {
    left: 30px;
    z-index: 9;
    position: fixed;
}


.has-sub {
    color: #3cc;
    margin-top: 25px;
    font-weight: bold;
    font-size: 16px;
}

.has-sub .sub-has {
    display: none;
    position: absolute;
    width: 50px;
}

.has-sub .sub-has a {
    color: #0babdf;
    margin-top: 10px;
    display: block;
}


.has-sub .sub-has a:hover {
    color: #3cc !important;
}

.has-sub:hover {
    cursor: pointer;
}

.has-sub:hover .sub-has {
    display: block;
}

.translate-site {
    position: absolute;
    top: 10px;
    right: 40px;
}


.flexDiv {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.flexDiv .individual {
    width: 20%;
    position: relative;
}



#cursos .flexDiv .individual {
    margin-top: 30px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#cursos .flexDiv .individual:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

}

#cursos .flexDiv img {
    margin: 0 auto;
    display: block;
}

#cursos .flexDiv .texto {
    text-align: center;
    background: #47515b;
    color: #48515b;
    font-size: 12px;
    margin: 0px 20px;
    border-radius: 15px;
    margin-top: -70px;
    padding: 15px;
    padding-top: 75px;
    height: 270px;

}

#cursos .flexDiv a:hover {
    text-decoration: none;
}

#cursos .flexDiv .texto.curso-38 {
    background: #b6bbd6;
}

#cursos .flexDiv .texto.curso-39 {
    background: #e7acc4;
}

#cursos .flexDiv .texto.curso-40 {
    background: #cba29a;
}

#cursos .flexDiv .texto.curso-41 {
    background: #cba6ca;
}

#cursos .flexDiv .texto.curso-42 {
    background: #95c1ac;
}

#cursos .individual.curso-destaque-38 {
    background: #b6bbd6;
    border-radius: 10px;
    margin-bottom: 1em;
}

#cursos .individual.curso-destaque-39 {
    background: #e7acc4;
    border-radius: 10px;
    margin-bottom: 1em;
}

#cursos .individual.curso-destaque-40 {
    background: #cba29a;
    border-radius: 10px;
    margin-bottom: 1em;
}

#cursos .individual.curso-destaque-41 {
    background: #cba6ca;
    border-radius: 10px;
    margin-bottom: 1em;
}

#cursos .individual.curso-destaque-42 {
    background: #95c1ac;
    border-radius: 10px;
    margin-bottom: 1em;
}

.more-info {
    background: #48515b;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    display: table;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 12px;
    margin-top: -20px;
    font-weight: bold;
}

.more-info:hover {
    color: #fff;
    text-decoration: none;
    background: #33cccc;
}

#cursos .flexDiv .individual:hover .more-info {
    color: #fff;
    text-decoration: none;
    background: #33cccc;
}


.repeat-top h2 {
    font-weight: bold;
    color: #48515b;
    font-size: 24px;
    margin-bottom: 10px;
}

.repeat-top p {
    font-size: 14px;
}

#cursos .repeat-top .more-info {
    display: inline;
    background: #48515b;
    border-radius: 20px;
    padding: 15px 30px;
}

.repeat-top a:hover {
    text-decoration: none;
}

.repeat-top a:hover img {
    text-decoration: none;
    cursor: pointer;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#cursos .repeat-top .more-info:hover {
    background: #33cccc;
    cursor: pointer;
}

#cursos .repeat-top .more-info.encerradas {

    background: #c1c1c1 !important;

}

#cursos .repeat-top.second-color {
    /*  position: relative; */
}

#cursos .repeat-top.second-color .img-curso img {
    position: absolute
}

#cursos .repeat-top.second-color .img-curso {
    position: relative;
}

#cursos .repeat-top.second-color.curso-38 {
    background: #b6bbd6;
}

#cursos .repeat-top.second-color.curso-39 {
    background: #e7acc4;
}

#cursos .repeat-top.second-color.curso-40 {
    background: #cba29a;
}

#cursos .repeat-top.second-color.curso-41 {
    background: #cba6ca;
}

#cursos .repeat-top.second-color.curso-42 {
    background: #95c1ac;
}

#cursos .repeat-top .more-info.curso-38 {
    background: #9a5959;
    border-radius: 10px;
}

#cursos .repeat-top .more-info.curso-39:hover {
    background: #ee2575;
}

#cursos .repeat-top .more-info.curso-38 {
    background: #00c3c1;
    border-radius: 10px;
}

#cursos .repeat-top .more-info.curso-41 {
    background: #92278f;
    border-radius: 10px;
}

#cursos .repeat-top .more-info.curso-41:hover {
    background: #cba6ca;
    border-radius: 10px;
}

#cursos .repeat-top .more-info.curso-40 {
    background: #01562d;
    border-radius: 10px;
}

#cursos .repeat-top .more-info.curso-40:hover {
    background: #95c1ac;
}

#cursos .repeat-top .more-info.curso-40 {
    background: #9a5959;
    border-radius: 10px;
}

.repeat-top {
    padding-bottom: 4em;
}

.repeat-top.second-color {
    padding-bottom: 0px;
}

.cabecalho.interno.navbar-fixed-top {
    background: #48515b;
    border-bottom: 5px solid #ffffff;
}

.cabecalho.interno.navbar-fixed-top .hamburger.is-closed .hamb-top,
.cabecalho.interno.navbar-fixed-top .hamburger.is-closed .hamb-middle,
.cabecalho.interno.navbar-fixed-top .hamburger.is-closed .hamb-bottom {
    background-color: #fff;
}

.cabecalho.interno.navbar-fixed-top .has-sub {
    color: #fff;
}

span.title {
    width: 75%;
    float: left;
    display: block;
}

#eventos .individual {
    border: 1px solid #ccc;
}

#eventos .flexDiv .individual {
    width: 33.3%;
}

#eventos .flexDiv .individual .interno {

    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
}

#eventos span.nome {
    display: block;
    font-weight: bold;
    color: #48515b;
}

#eventos span.data {
    display: block;
    color: #33cccc;
    font-weight: bold;
    font-size: 12px;
}

#eventos span.texto {
    display: block;
    color: #8c8c8c;
    margin-top: 10px;
}

h2.interno {
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
    color: #56bebf;
}

p.interno {
    color: #9da1b7;
    text-align: left;
}


a.interno {
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
    color: #9da1b7;
    display: block;
}


.absolute-footer a {
    display: block;
    font-size: 18px;
    color: #fff;
}

.absolute-footer {
    position: absolute;
    top: 40%;
    width: 550px;
    left: 50%;
    transform: translate(-50%, -50%);
}


.absolute-footer img {
    width: 20px;
}

.counters {
    color: #515a63;
    padding-top: 5em;
}

.counters .individual {
    text-align: center;
}

.counters .count {
    font-size: 60px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
}

.counters .plus {
    font-size: 50px;
    margin-top: 1.5em;
    width: 100%;
}

.counters #shiva {
    display: inline-block;
}

.counters h2 {
    font-size: 14px;
    font-weight: bold;
}