body {
    color: #333;
    font: 13px/15px 'Oxygen', sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6em;
}
a {
    color: #00a9c6;
    text-decoration: none;
}
a:hover {
    color: #666;
}

h1, h2, h3, h4 {
    margin: 0;
    line-height: 1em;
}
h1 {
    font: 700 5em 'Oxygen', sans-serif;
    margin: 0.25em 0;
    text-transform: uppercase;
}
h2 {
    font: 300 2.5em 'Oxygen', sans-serif;
    margin-bottom: 1.5em;
}
h3 {
    font: 300 2em 'Oxygen', sans-serif;
    margin: 2em 0 1em 0;
}
h4 {
    font: 300 1.5em 'Oxygen', 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: 0;
 font-size: 20px;
 text-transform: uppercase;
 font-family: 'Oxygen', sans-serif;
 font-weight: bold;
 color: #974d44;
 padding: 20px;
}


.spacer {
    padding: 6em 0;
}
.btn {
    border: none;
    border-radius: 0;
    padding: 1em 4em;
    background: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}
.btn:hover, .btn:active {
    color: #fff;
}
.btn-default {
    color: #ccc;
    border: 1px solid #aaa;
}
.btn-default:hover, .btn-default:active {
    background: rgba(0, 0, 0, 0.8);
}
.btn-primary {
    color: #fff;
    background: #319680;
    height: 45px;
    width: 100%;
    outline: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #f3c024;
    box-shadow: none;
}
.topbar {
    background: url(../images/lines.png);
    height: 5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.navbar-nav{
    display: flex;
    justify-content:space-around;
    width: 100%;
}
.navbar-inverse .navbar-collapse{
    text-align: center;

    border-color: #fff;
}
.navbar-inverse .logo img{
    max-width: 100%;
}
.navbar-nav>li{
    display: block;
    height: 30px;
}
.navbar-nav>li>a {
    font-size: 1em;
    line-height: 30px;

    padding:15px 0 0px;
}

.navbar-inverse {
    background: #fffae6;
    font-family: 'Oswald', sans-serif;
    border-bottom: 0;
    border: 0px;
    border-radius: 0px;
    height: 60px;
    padding: 3px 0px;
    margin-bottom: 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:#a26e25;
}
.navbar-inverse .navbar-nav>li>a {
    color: #974d44;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0px;
    font-weight: bold;
  /*   margin-left: 30px;
  margin-right: 30px; */
  padding-top: 0px;
}
#head, .carousel {
    margin-top: 0px;
    position: relative;
}
#home {}



/* change form hint arrow color when valid */


/*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;
}

/*testimonials*/

.partners img {
    float: left;
    margin: 0 75px 30px 0;
}
.testimonails {
    min-height: 195px;
}
.testimonails img {
    margin-top: 5px;
}
.testimonails span {
    color: #888;
}
.testimonails span b {
    font-weight: 400;
}
.carousel-indicators li{
    width: 15px;
    height: 15px;
}

.carousel-indicators .active{
    width: 17px;
    height: 17px;
    background-color: #974d44;
    border: 1px solid  #974d44;

}
.carousel-indicators li {
    background-color:  #fff;
    border: 1px solid  #fff;
}
.carousel-indicators {
    bottom: 0;
}

/*works*/

#works {
    /* padding-top: 6em;*/
}
#works figcaption a {
    border: 1px solid #fff;
    margin-top: 1em;
    display: inline-block;
    color: #fff;
    padding: 0 2em;
}
#works figcaption a:hover {
    text-decoration: none;
    padding: 0 3em;
}

/*works*/


/*team*/

.team figure {
    width: 100%;
}
.team img {
    width: 100%;
}
.team b {
    font-size: 1.2em;
    display: block;
}
.team a i.fa {
    color: #fff;
    font-size: 2em;
}
.team a i.fa:hover {
    color: #E89F10;
}
.highlight-info {
    background: url(../images/lab.jpg) center fixed;
    background-size: cover;
    color: #fff;
}
.highlight-info .overlay {}
.highlight-info h4 {
    color: #fff;
    margin: 0.5em 0 0 0;
}

/*about us*/


/*contact*/

.contactform textarea, .contactform input {
    width: 100%;
    padding: 1em;
    border: 1px solid #ccc;
    margin-bottom: 1em;
    border-radius: 0;
    outline: none;
}

/*contact*/
footer .footer-infos {
    background: #b5b5b5;
    border-bottom: 3px solid white;
    padding: 5px;
    text-align: center;


}
footer .footer-infos p{
    margin: 0;    
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}
footer .footer-logo{
    background: #B60D72;
    border-bottom: 5px solid #fff;
    position: relative;
    height: 60px;
}
footer .footer-logo a{
    background: #fff;
    border-radius: 100%;
    box-shadow: 1px 1px 3px 0px #a5a5a5;
    display: table;
    padding: 34px;
}

footer .footer-logo a:hover, footer .footer-logo a:visited, footer .footer-logo a:active{
    text-decoration: none;
}
footer .footer-logo .fa{
    background: #000;
    color: #fff;
    width: 30px;
    margin-right: 10px;
    line-height: 30px;
    height: 29px;
    text-align: center;
    border-radius: 100%;
}

footer .spacer {
    padding: 1em 0;
}
footer {
    background-color:#4a3c3a;
    color: #fff;
    font-size: 1em;
}
footer .logo{

}
footer .logo img{

}
footer .logo a{
  float: right;
  top: -47px;
  position: relative;
}

footer a {
    color: #fff;
    margin: 5px;
    text-transform: uppercase;
}

footer img{
    max-width: 100%;
}
.gototop {
    position: fixed;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    right: 20px;
    background-color: #3b496899;
    border: solid 2px #3b4968;
    color: #ffffff;

}
.gototop:hover {    color: #3b4968; background: #fff;}
.gototop i {
    line-height: 33px;
}


/*menu fixo*/

.navbar-fixed-top.menu-fixo {
    top: 0px;


}
.navbar-fixed-top.menu-fixo .navbar-inverse{
    border-radius: 0px;
}

.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: #974d44;
}
.navbar-fixed-top.menu-fixo a:hover{
    color: #974d44;
}
.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 {
/* 
    line-height: 25px;
    font-size: 15px;
    padding: 0; */
}
.navbar-fixed-top.menu-fixo .navbar-nav>li>a:active,
.navbar-fixed-top.menu-fixo .navbar-nav>li>a:focus{
    color: #974d44;
}
.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: 500px;
}

/*SOLUCOES*/

.packages .package {
    background: #fff;
    margin-top: 25px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-align: center;
    border: solid 1px rgb(121, 161, 75);
    overflow: hidden;
}
.packages .package .package-header {
    height: 57px;
    color: rgb(121, 161, 75);
    line-height: 57px;
    background: 0;
}
.packages .package .package-header h5 {
    color: rgb(121, 161, 75);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    line-height: 65px;
    margin: 0;
    letter-spacing: .08em;
}
.packages .package .price {
    line-height: 120px;
    height: 100px;
    color: #fff;
    font-weight: 400;
}
.packages .package .price h4 {
    font-size: 50px;
    color: rgb(121, 161, 75);
    position: relative;
    line-height: normal;
    background: rgb(121, 161, 75);
    margin-bottom: 0;
    display: block;
    height: 90px;
    margin: 0 auto;
    border-radius: 100%;
    width: 90px;
}
.packages .package .price h4 img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.packages .package .price .period {
    line-height: normal;
    color: #999;
}
.packages .package ul {
    padding: 0;
    margin-bottom: 20px;
}
.packages .package ul li {
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
    margin: auto;
    border-bottom: 1px dotted #ccc;
}
.packages .package ul li i {
    font-size: 13px;
    margin-right: 5px;
}
.packages .package .btn {
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.55;
    width: 80%;
    border-radius: 0;
    color: rgb(121, 161, 75);
    background-color: #fff;
    border: 1px solid rgb(121, 161, 75);

}
.packages .package .btn:hover {
    background: rgb(121, 161, 75);
    color: #fff;
}
.packages .package.best-value {
    margin-top: 0;
}
.packages .package.best-value .package-header {
    height: 72px;
    padding-top: 17px;
    height: 82px !important;
}
.packages .package.best-value .package-header h5 {
    font-weight: bold;
    line-height: 29px;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.packages .package.best-value .package-header .meta-text {
    font-size: 13px;
    line-height: 15px;
}

/*formulário de contato */




#sendContact{
    background:  url('../../libs/images/bg-contato2.png');
    background-size: cover;
    padding-bottom: 10em;
}
#sendContact img{
    display: block;
}
#sendContact .infos{
    padding: 5em;
}
#sendContact .infos p {
    font-size: 15px;
}
.texture {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../images/grunge-dark.png");
    z-index: 1;
}
#myCarousel video {
    width: 100vw;
}
.logo-banner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 2;
}
.logo-banner img {
    width: 70%;
    margin: 0 auto;
    display: block;
}
.grid figure img {
    width: 100%;
}
#basicModal .modal-footer button {
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.55;
    width: 50%;
    border-radius: 0;
    color: #fff;
    background-color: rgb(121, 161, 75);
    border: 1px solid rgb(121, 161, 75);

}
#basicModal .modal-footer button:hover {
    color: rgb(121, 161, 75);
    background-color: #fff;
    border: 1px solid rgb(121, 161, 75);
}
.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;
}





.logo-banner .form-control{
    border-radius: 0;border: 0;
}
.logo-banner .button-banner{
    width: 100%;
    background: #1eaa65;
    border: 0;
    padding: 15px;
}
.logo-banner {
    color: #fff;
    padding: 90px;
    text-align: center;
}
.logo-banner h2{
    font-size: 50px;
    margin: 10px;
    font-weight: bold;
    padding: 0;
}
.logo-banner h3{
    font-size: 40px;
    padding: 0;
    margin: 0;
    font-weight: normal;
}
.logo-banner p{
    margin: 0;
    font-size: 20px;
}
.logo-banner .bottom {
    margin-top: 30px;
    margin-bottom: 30px;
}


#lz_overlay_eyecatcher{
    display: none;
}



.noticias-lista li{
    list-style: none;
    margin-bottom: 30px;

}
.noticias-lista li a{
    position: absolute;
    right: 0;
    bottom: 0;
    background: #548d87;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 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:  #577315;
    border-radius: 3px;
    border: 1px solid  #577315;
    box-shadow: 1px 1px 1px rgba(76, 163, 161, 0.41);
    margin: 2px;

}
.paginacao a.pagination:hover{
    text-decoration: none;
}
.paginacao .pagination.active{
    color: #ffffff;
    border:1px solid #fff;
    background: #974d44;
    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: 16px;
    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{

    border: 2px solid #fff;
    border-radius: 100%;
    height: 35px;
    width: 35px;    
    margin-top: 0px;
    line-height: 33px;
    float: left;
}
.noticia_individual {
    min-height: 500px;
    background: #fff;
    padding: 30px;
    position: relative;
}
/*.palavrasChaves{
position: absolute;
bottom: 20px;   
color: #bfbfbf;
}
.faceDescription{
position: absolute;
bottom: 40px; 
}*/
.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{

    line-height: 1.5em;
    font-size: 16px;
    padding-bottom: 100px;
}

.sobreTitle{
    color: #699881;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.sobreEnd p{
    color: #999;
    margin-top: 5px;
}
.background.noticias {
    min-height:70vh;
}

.glossarioInd a{
    color: #333;
}
.glossarioInd .sigla_glossario{
    text-transform: capitalize;
    font-weight: bold;
    margin: 0;
}
.glossarioInd{
    border-bottom: 1px dotted rgba(187, 187, 187, 0.51);
    margin-bottom: 20px;
}
.titlePrincipal{
    padding: 0;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5em;
}



#myCarousel .carousel-inner .item{
    height: 100vh!important;
    background-position: 50% 0!important;
    background-repeat: repeat!important;
    background-attachment: fixed!important;
    background-size: cover!important;
}

#myCarousel .carousel-inner .item a{
    width: 100%;
    height: 100%;
    display: block;
}
.carousel.carousel-fade .item {
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    opacity:0;
}

.carousel.carousel-fade .active.item {
    opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}

.carousel.carousel-fade .carousel-control {
    z-index: 3;
}

.faixa-banner-bottom{
    position: relative;
    background: #282828;
    border-top: 5px solid #fff;
    display: block;
}
.faixa-banner-bottom img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.faixa-banner-bottom p{
    text-align: right;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 15px;
}

#about{
    padding-top: 35px;
}
#about .sobre-individual{
    padding-top: 3em;

}
#about .sobre-individual img{
    max-width: 100%;

}
.modal-dialog.modal-md{
    width: 900px;
}


#pets a{
    color: #333;
}
#pets a:hover{
    text-decoration: none;
}
#pets h2{
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    height: 45px;
    margin-top: 10px;
    overflow: hidden;

}
.modalFilhotes h3{
    padding: 0;
    margin: 0;
    text-align: center;
    font-weight: 400;
}

.navbar-fixed-top .navbar-collapse .navbar-nav li.logo a{
    margin: 0;
    height: auto;
    padding: 0;
}
.navbar-fixed-top .navbar-collapse.navbar-nav .logo img{

    max-width: 100%;
}

#top-infos .logo{
    position: relative;
    display: flex;
}

#top-infos{
    background-color: #974d44;
    position: relative;
    padding: 0px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
}
#top-infos .infos-right{
    padding:  5px 15px;
}
#top-infos a{
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}
#top-infos a.text{
    font-size: 14px;
    margin-right: 14px;
}
#top-infos a.media i{
    font-weight: bold;
}
#top-infos a.media{
    background: #fff;
    border-radius: 100%;
    height: 21px;
    width: 21px;
    line-height: 19px;
    margin-right: 5px;
    display: inline-block;
    margin-top: 0px;
    text-align: center;
    color: #974d44;
    vertical-align: middle;
}
#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{
    top: -65px;
}

.navbar-fixed-top.menu-fixo .navbar-collapse .navbar-nav li.logo{

}

.navbar-fixed-top.menu-fixo .navbar-collapse .navbar-nav li.logo img{


}
#servicos h2{
    margin-bottom: 20px;

}
#servicos p{
    font-weight: 300;
    font-size: 15px;
}

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:-200px;
    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-family: 'Oswald', sans-serif;
 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;
}
.mobile-none {
    display: block;
}
.produtos-background{
    background: url(../images/racao-bg.jpg) no-repeat right bottom;
    background-size: 430px;
}

.fancybox{
    margin-bottom: 30px;    
}
.barra-fotos{
    margin-top: 0px;
    padding: 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{
  box-shadow: none;
  height: 34px;
  border-color: #d3d3d3;
  border-radius: 8px;
  background: #f2f2f2;
  font-size: 12px;
  color: #9a9a9a;
}

.form-control-feedback{
    top: 0px;
    color: #949494;
}


.top-fixed{
    background: #3b4968;
    color: #fff;
    padding: 10px 0px;
}

#servicos{
    background: #e8eaec;
}

#servicos a{
    background-color: transparent;
    color: #333;
    text-decoration: none;
}
#servicos a img{
    text-align: center;
}

.flex-wrap-center, .flexDiv.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-wrap-center {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#portfolio{
    background: #e8eaec;
}
#portfolio .individual{
    margin-bottom: 20px;
}

.top-fixed i{
    font-size: 1.5em;
    vertical-align: middle;
    margin-right: 5px;
    color: #fff;

}

.top-fixed a{
    color: #fff;
    text-decoration: none;
}
.buttonvejamais-spacer{
    padding:  3em;
}
.buttonvejamais{
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 10px 40px;
    font-size: 13px;
    line-height: 1.55;
    display: table;
    margin: 0 auto;
    font-weight: bold;
    border-radius: 0;
    color: #fff;
    background-color: #974d44;
    border: 1px solid #974d44;
    border-radius: 8px;
    text-decoration: none;
}



.buttonvejamais:hover{
    text-decoration: none;
    color:#974d44;
    background-color: #fff;
    border:  1px solid #974d44;
}

.portfolio-interno{
    margin-top: 110px;
}
.portfolio-interno #portfolio{
    min-height: 100vh;
    margin-top: 60px;
}

.infos-menu{
    padding-top: 0px;
    margin-top: 1em;
}

.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 0px 5px -3px #7d7d7d;
}

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: #974d44;
}

#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: 15px;
    color: #95989a;
}
#produtos .tabs-produtos li a:hover{
    background: transparent;
    color: #974d44;
}
#produtos .tabs-produtos li a i{
    color: #95989a;
}
#produtos .tabs-produtos li a:hover i{
    color: #974d44;
}
#produtos .tabs-produtos li img{
    padding-right: 10px;
}
#produtos .tabs-produtos li i{
    float: right;
}

#produtos .tabs-produtos li.active a{

    background: transparent;
    color: #974d44; 
}
#produtos .tabs-produtos li.active a i{
    color: #974d44;
}
#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: #974d44;
}

#contato .infos-contato i{
    color: #974d44;
    height: 40px;
    float: left;
    margin-right: 15px;
    display: inline-block;;
}


#contato .infos-contato img{
    color: #974d44;
    width: 25px;
    float: left;
    margin-right: 15px;
    display: inline-block;;
}


.middle-boot{
    margin: 0 auto;
    display: block;
    float: none;
}
#contato .form-contato{
    padding-top: 3em;
}

#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: 0px 0px;
   padding: 10px 15px;
}

.noticias .leiamais{
    border: 0;
    color: #974d44;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    background: #fff;
    padding: 0px;
}
.noticias a{
    display: block;
    background: #e0e0e0;

}
.noticias a.buttonvejamais{
    background-color: #974d44;
    display: table;
    text-transform: none;
    border-color: #974d44;
    margin-bottom: 0em;
    border-radius: 8px;
    font-size: 13px;
    font-weight: bold;
}

.noticias a.buttonvejamais:hover{
    background-color: #fff;
    color: #974d44;
    border-color: #974d44;
}
.noticias h3.title{
   padding: 7px 0px;
   margin: 0;
   text-align: left;
   font-weight: 700;
   clear: both;
   height: 30px;
   color: #974d44;
   font-size: 16px;
   overflow: hidden;
}
.noticias  p{
    margin: 0;
    color:#3a3a3a;
    text-align: left;
    height: 90px;
    overflow: hidden;
}
.noticias .data{
    background:#974d44;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 15px;
}
.noticias .data span{
    display: block;
    font-size: 16px;
}


#blog {
    background: #fff;
}

.conteudo{
    min-height: 90vh;
}

.nav-colour{
    height: 10px;
    background:linear-gradient(to right, #92cd00 0, #92cd00 33%, #72941e 33%, #72941e 66%, #587315 66%, #587315 100%);
}

span.buttonvejamais {
    text-align: center;
    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: #974d44;
    border: 1px solid #974d44;
    border-radius: 30px;
    text-decoration: none;
}

.list-produtos .title-heading .heading::after{
    content: none;
}
.form-contato .buttonvejamais{
    background-color: #974d44;
    border-color: #974d44;
    font-size: 13px;
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 10px 40px;
    line-height: 1.55;
    display: table;
    font-weight: bold;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
}
.form-contato .buttonvejamais:hover{
    background-color: #fff;
    border-color: #974d44;
    color: #974d44;
}




.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: #b28e42;
    left: 0;
    padding: 0px 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;
}
.paddingNone{
    padding: 0px;
}
.simulador.envia-email .form-group {
    margin-bottom: 15px;
}
.simulador.envia-email .dropdown-toggle span{
    text-transform: initial;
}
h4.title-simulador{
    background: #974d44;
    line-height: initial;
    font-family: 'Oswald', sans-serif;
    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]{
    background: #0058a3;
    border: solid #0058a3;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.simulador input[type=submit]:hover{
    background: #974d44;
    border: solid #974d44;

}

.assinatura{
    background-color: #4a3c3a;
    text-align: center;
    color: #ffffff;
    font-size: 10px;
    padding-right: 20px;
    padding-top: 2px;
}
.assinatura a{
    color: #974d44;
    font-size: 10px;
}
.assinatura a:hover{
    color:#0058a3;
}

footer ul li{
    display: inline-block;

}

footer ul{
    margin: 15px 0;
    display: table;
}

footer ul li a{
    text-decoration: none;
    padding-right:  20px;
    padding-left: 10px;
}
footer ul li a:hover{
    color: #974d44;
    text-decoration: none;
}

.disable-language  {
    cursor: not-allowed;
    pointer-events: none;
    cursor: default;
}
.disable-language img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.slick-gallery{
    background-color: #ededed;
}

#contato{
    margin-top: -30px;
}

.informacoesnutricionais{
    margin-top: 2em;
}

.tabela-nutricional {
    max-width: 50%;
    margin: 0 auto;
    display: block;
}