body {
    color: #333;
    font: 13px/15px 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6em;
}
a {
    color: #00a9c6;
    text-decoration: none;
}
a:hover {
    color: #666;
    text-decoration: none;
}

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;
}
img{
    max-width: 100%;
}
p {
    font-size: 1em;
    line-height: 1.7em;
    margin-bottom: 1.7em;
}
.heading {
    position: relative;
    text-align: left;
    margin-bottom: 30px;
    font-size: 33px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #000000;
    padding:5px;
}
.heading::after{
    position: absolute;
    width: 200px;
    height: 4px;
    bottom: -10px;
    border-radius: 0;
    left: 0;

    -webkit-transform: translate(-50%,-50%);
    transform: translate(0,-50%);
    background: #1e71b8;
    content: "";
}
.heading.white{
    color: #FFF;
}
.heading span{
    color: #2D807E;
}

.spacer {
    padding: 3em 0;
}

.btn-default {
    color: #ccc;
    border: 1px solid #aaa;
}

.btn-primary {
    color: #fff;
    background: #319680;
    height: 45px;
    width: 100%;
    outline: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #f3c024;
    box-shadow: none;
}
.topbar {
    background: url(../images/lines.png);
    height: 5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.navbar-nav{
    display: flex;
    justify-content:flex-end;
    margin-top: 40px;
    width: 100%;
}
.navbar-inverse .navbar-collapse{
    text-align: center;

    border-color: #fff;
}
.navbar-inverse .logo{
    text-align: left;
}
.navbar-inverse .logo img{
    max-width: 100%;
}
.navbar-nav>li{
    margin: 0px;
    border-right: 1px solid #fff;
    padding-right: 30px;
}
.navbar-nav>li>a {
    font-size: 1em;
    line-height: 30px;

    padding:15px 0 0px;
}

.navbar-inverse {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    border-bottom: 0;
    border: 0px;
    border-radius: 0px;
    padding: 5px 0px;
    border-bottom: 5px solid #1d71b8;
    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:#1d71b8;
}
.navbar-inverse .navbar-nav>li>a {
    color: #282828;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 0px;
    font-weight: 500;
    padding-top: 0px;
}

.navbar-nav li:last-child{
    border-right: 0px;
    padding-right: 0px;
    margin-right: 0px;
}
#head, .carousel {
    margin-top: 0px;
    position: relative;
}
#home {
    border-bottom: 5px solid #1e71b8;
}

/*validate form*/

.form_hint, .required_notification {
    font-size: 11px;
}
.required_notification {
    color: #d45252;
    margin: 5px 0 0 0;
    display: inline;
    float: right;
}
.validate_form input:focus, .validate_form textarea:focus {
    background: #fff;
    border: 1px solid #555;
    box-shadow: 0 0 3px #aaa;
}
/* .validate_form input:required, textarea:required {
    background:#ebebeb;
    } */
    ::-webkit-validation-bubble-message {
        padding: 1em;
    }
    .validate_form input:focus:invalid, .validate_form textarea:focus:invalid {
        /* when a field is considered invalid by the browser */
        background: #fff url(../images/invalid.png) no-repeat 98% center;
        box-shadow: 0 0 3px #d45252;
        border-color: #b03535
    }
    .validate_form input:required:valid, .validate_form textarea:required:valid {
        /* when a field is considered valid by the browser */
        background: #fff url(../images/valid.png) no-repeat 98% center;
        box-shadow: 0 0 5px #5cd053;
        border-color: #28921f;
    }
    .form_hint {
        background: #d45252;
        border-radius: 3px 3px 3px 3px;
        color: white;
        margin-left: 8px;
        padding: 1px 6px;
        z-index: 999;
        /* hints stay above all other elements */
        position: absolute;
        /* allows proper formatting if hint is two lines */
        display: none;
    }
    .form_hint::before {
        content: "\25C0";
        /* left point triangle in escaped unicode */
        color: #d45252;
        position: absolute;
        top: 1px;
        left: -6px;
    }
    .validate_form input:focus+.form_hint {
        display: inline;
    }
    .validate_form input:required:valid+.form_hint {
        background: #28921f;
    }

    /* change form hint color when valid */

    .validate_form input:required:valid+.form_hint::before {
        color: #28921f;
    }

    /* 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: #b2d235;
        border: 1px solid  #b2d235;

    }
    .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:#fff;
        color: #fff;
        font-size: 1em;
    }

    .gototop {
        position: fixed;
        bottom: 20px;
        width: 40px;
        height: 40px;
        line-height: 30px;
        text-align: center;
        right: 20px;
        background-color: #3b496899;
        border: solid 2px #3b4968;
        color: #ffffff;

    }
    .gototop:hover {    color: #3b4968; background: #fff;}
    .gototop i {
        line-height: 33px;
    }


    /*menu fixo*/

    .navbar-fixed-top.menu-fixo {
        top: 0px;

    }
    .menu-fixo ul.navbar-nav{
        margin-top: 10px;
    }

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

    .menu-fixo .navbar-inverse .navbar-nav>li>a{
        font-size: 14px;
    }

    .menu-fixo .navbar-inverse .logo img{
        max-width: 150px;
        margin-top: 5px;
    }
    .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: #1d71b8;
    }
    .navbar-fixed-top.menu-fixo a:hover{
        color: #1d71b8;
    }
    .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: #b2d235;
    outline: 0;
}
.navbar-fixed-top.menu-fixo .infos-menu{
    padding-top: 0px;

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

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

/*contact*/

.overlay-map {
    background: transparent;
    position: relative;
    width: 100%;
    height: 250px;
    z-index: 1;
    top: 250px;
    margin-top: -250px;
}
#contact {
    color: white;
}
#contact h2, #contact p {
    margin: 0;
}
#contact h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 2em;
}
#contact .parallax-home {
    font-size: 42px;
    font-weight: bold;
    display: block;
    line-height: 40px;
}
#contact .spacer {
    padding: 3em 0;
}
#contact .spacer.em {
    padding: 2em 0;
}
#contact .contact-bg {
    position: relative;
    display: block;
}
#contact .contact-bg i {
    color: rgba(149, 179, 114, 0.25);
    position: absolute;
    top: 34%;
    font-size: 8em;
    left: 50%;
    transform: translate(-50%, -50%);
}
#map {
    width: 100%;
    height: 300px;
}

/*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 */


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


#sendContact{
    background:  url('../../libs/images/bg-contato2.png');
    background-size: cover;
    padding-bottom: 10em;
}
#sendContact img{
    display: block;
}
#sendContact .infos{
    padding: 5em;
}
#sendContact .infos p {
    font-size: 15px;
}
.texture {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../images/grunge-dark.png");
    z-index: 1;
}
#myCarousel video {
    width: 100vw;
}
.logo-banner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 2;
}
.logo-banner img {
    width: 70%;
    margin: 0 auto;
    display: block;
}
.grid figure img {
    width: 100%;
}
#basicModal .modal-footer button {
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.55;
    width: 50%;
    border-radius: 0;
    color: #fff;
    background-color: 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: #b2d235;
    box-shadow: 1px 1px 1px rgba(76, 163, 161, 0.41);
}

.back_news{
    position: fixed;
    z-index: 99;
    left: 0;
    top: 50%;    
    width: 200px;
}
.back_news a{
    background: #6b7676;
    text-transform: uppercase;
    padding: 7px 20px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    text-align: center;
    display: block;
    border-radius: 0px 15px 15px 0px;
}
.back_news a:hover{
    text-decoration: none;
}
.back_news a i{
    -webkit-transform: rotate(222deg);
    -moz-transform: rotate(222deg);
    -o-transform: rotate(222deg);
    transform: rotate(225deg);
    border: 2px solid #fff;
    border-radius: 100%;
    height: 35px;
    width: 35px;    
    margin-top: 8px;
    line-height: 33px;
    float: left;
}
.noticia_individual {
    min-height: 500px;
    background: #fff;
    padding: 30px;
    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;
    color: #b1b1b1;
    margin-bottom: 10px;
    margin-top: 0px;
}
.noticia_individual .Noticia-C{
    margin-top: 30px;
    line-height: 1.5em;
    font-size: 16px;
    padding-bottom: 100px;
}

.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: 90vh!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;
    padding-bottom: 0em;
}
#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: #ececec;
    position: relative;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    color: #404040;
}
#top-infos .infos-right{
    padding: 5px 0px;
}
#top-infos .infos-right ul{
    margin-bottom: 0px;
}
#top-infos .infos-right ul li{
    padding-right: 0px;
}
#top-infos a{
    color: #282828;
    font-weight: 500;
    font-size: 14px;
}
#top-infos a.last{
  background: #1e71b8;
  color: #fff;  
  padding: 10px;
}
#top-infos a.last:hover{
    text-decoration: none;
    background: #231f20;
}
#top-infos a.media{
    background: #000;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    line-height: 22px;
    display: inline-block;
    margin-top: 0px;
    text-align: center;
    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{

}

.navbar-fixed-top.menu-fixo .navbar-collapse .navbar-nav li.logo{
    padding: 10px;
    transform: matrix(0.8, 0, 0, 0.8, 0, -10);
}

.navbar-fixed-top.menu-fixo .navbar-collapse .navbar-nav li.logo img{

    width: 100px;
}
#servicos h2{
    margin-bottom: 20px;

}
#servicos p{
    font-weight: 300;
    font-size: 15px;
}

footer .footer-text p{
    margin: 0;
    padding: 10px 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-family: 'Roboto', 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-none{
    display: block!important;
}
.mobile-only{
    display: none!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;

    font-size: 12px;
}
.form-control-feedback{
    top: 0px;
    color: #949494;
}


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

#servicos{
    background: #e8eaec;
    padding-top: 2em;
    padding-bottom: 2em;
}

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



.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: bold;
    text-transform: uppercase;
    padding: 10px 40px;
    font-size: 14px;
    line-height: 1.55;
    display: table;
    margin: 0 auto;
    color: #fff;
    background-color: #4b4b4b;
    border: 1px solid #4b4b4b;
    border-radius: 0;
    text-decoration: none;
}

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

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

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

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

#projetos{
    background-color: #939393;
}

#projetos .individual{
    padding: 0px;
}

.contato-interno{
    background: #fff;
}


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

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

.navbar-wrapper{
    box-shadow: none;
}

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;
    font-family: 'Roboto', sans-serif;
    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{
    background-color: #eaeaea;
}

#contato .infos-contato i{
    color: #b2d235;
    height: 40px;
    float: left;
    margin-right: 15px;
    display: inline-block;;
}

.middle-boot{
    margin: 0 auto;
    display: block;
    float: none;
}
#contato .form-contato{
    font-size: 18px;
}



#contato .buttonvejamais.btncontato{

    float: right;
}


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

}

.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;
    border: 1px solid #a8a9ad;
    padding: 5px;

}
.noticias a:hover span{
    background-color: #4b4b4b;
}
.noticias span{
    display: block;
    background: #1e71b8;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    margin-top: 10px;
}
.noticias h3.title{
    padding: 5px 0px;
    margin: 0;
    text-align: left;
    font-weight: 700;
    clear: both;
    height: 45px;
    color: #101010;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 10px;
}
.noticias  p{
    margin: 0;
    color:#95989A;
    text-align: left;
    height: 90px;
    overflow: hidden;
}
.noticias .data{
    background:#b2d235;
    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;
    padding-bottom: 2em;    
    margin-top: 8em;
}

.nav-colour{
    height: 10px;
    background:linear-gradient(to right, #92cd00 0, #92cd00 33%, #72941e 33%, #72941e 66%, #587315 66%, #587315 100%);
}

a.buttonvejamais {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 40px;
    font-size: 14px;
    line-height: 1.55;
    display: table;
    margin: 0 auto;
    color: #fff;
    background-color: #4b4b4b;
    border: 1px solid #4b4b4b;
    border-radius: 0;
    text-decoration: none;
}

.list-produtos .title-heading .heading::after{
    content: none;
}
.form-contato .buttonvejamais{
    background-color: #1e71b8;
    border-color: #1e71b8;
    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: #4b4b4b;
    border-color: #4b4b4b;
    color: #fff;
}


#about .unidade-nome{
    background: #1e71b8;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 20px;
    margin: 0 auto;
    display: block;
    text-align: center;

}

.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;
    font-family: 'Roboto', 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], .simulador button{
    background: #0058a3;
    border: solid #0058a3;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    height: 43px;
    width: 100%;
}

.simulador input[type=submit]:hover , .simulador button:hover{
    background: #b2d235;
    border: solid #b2d235;

}

.assinatura{
    background-color: #fff;
    text-align: center;
    color: #0058a3;
    font-size: 10px;
    padding-top: 2px;
}
.assinatura a{
    color: #b2d235;
    font-size: 10px;
}
.assinatura a:hover{
    color:#0058a3;
}

footer ul li{
    display: inline-block;

}

footer ul{
    margin: 30px auto;
    display: table;
}

footer ul li a{
    text-decoration: none;
    border-right: 1px solid #fff;
    padding-right:  20px;
    padding-left: 10px;
}
footer ul li a:hover{
    color: #b2d235;
    text-decoration: none;
}

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

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


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

#escolha h3{
    margin: 0px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;
}
#escolha img{
    float: left;
    margin-right: 20px;
}
#escolha p{
    text-transform: uppercase;
    height: 70px;
}

#escolha{
    background: url(../../libs/images/escolha-bg3.png);
    background-size: cover;
    
    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;
    font-size: 24px;
}

#enviar-contato .form-control{
    border-radius: 10px !important;
    box-shadow: none;
    background: #fff;
    border-color: transparent;
    font-family: 'Roboto', sans-serif;

}
#enviar-contato .form-group{
    margin-top: 1px;
}
#enviar-contato .form-group.middle{
    width: 60%;
    display: inline-block;
    margin-top: 1px;
}

#enviar-contato button{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    height: 45px;
    background: #b2d236;
    border-color: #b2d236;
    border-radius: 0px 10px 10px 0;
    margin-left: -10px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
}

footer{
    padding: 20px 0px;
    border-top: 45px solid #4b4b4b;
}

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

footer p{
    margin:  0px;
}
#contato a{
    color: #333;
}
footer a.media{
    background: #b2d236;
    display: inline-block;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 53px;
    border-radius: 100%;
    color: #191919;
}


.form-contato img{
    float: left;
    margin-right: 20px;
}

#servicos .individual span.destaque{
    position: absolute;
    top: 0;
    text-transform: uppercase;
    padding: 5px;
    background: #b2d236;
    color: #fff;
    font-weight: bold;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}
#servicos .individual a:hover span.destaque{
    background:  #b2d236!important;
    color: #fff!important;
}
#servicos .individual a{
    position: relative;
    padding:15px;
    background: #fff;
    display: block;
    border: 1px solid #d0d0d0;
    box-shadow: 1px 2px 3px 1px #dedede;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#servicos .individual a p{
  height: 43px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 20px;
}
#servicos .individual a:hover span{
    text-decoration: none;
    color: #b2d235;
    background-color: #fff;
    border: 1px solid #b2d235;
}

#servicos .individual img{
   filter: brightness(5%);
   opacity: 0.6;
   -moz-transition: all 0.3s;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   margin-top: 20px;
}
#servicos .individual a:hover img{
   filter: brightness(100%);
   opacity:1;
}
#servicos .individual a:hover{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.suport{
    background: #4371d3;
    color: #fff;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 20px;
}

.diferenciais{
    display: flex;
    justify-content: space-around;
}
.diferenciais li{
    text-align: center;
    border: 10px solid #bbd556;
    border-radius: 100%;
    height: 150px;
    margin-right: 20px;
    width: 150px;
    padding-top: 35px;
    font-weight: bold;
}
span.icon{
    width: 48px;
    display: block;
    margin-bottom: 10px;
}
.licencas{
    display: flex;
    justify-content: space-between;
}
.licencas li{
    text-align: center;
    font-weight: bold;
}


#depoimentos .mais-depoimentos{
    margin: 30px auto;
    padding: 10px 20px;
    display: table;
    color: #fff;
    background: #b2d235;
    font-weight: bold;
    text-transform: uppercase;
}
#depoimentos img{
    border-radius: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
    border: 1px solid #eaeaea;
}
.content h3{
    margin-top: 0px;
}
#depoimentos h2{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
}
#depoimentos span.nome_empresa{
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
#depoimentos .texto{
    text-align: center;
}
#depoimentos .vejamais-depoimentos{
    text-align: center;
    display: block;
    font-weight: bold;
    color: #000;
}


.formulario-servico.banner-fo input[type="text"]::-webkit-input-placeholder{
    color: #fff;
}
.formulario-servico.banner-fo input[type="text"]::-moz-placeholder{
    color: #fff;
}
.formulario-servico.banner-fo input[type="text"]::-ms-input-placeholder{
    color: #fff;
}
.formulario-servico.banner-fo input[type="text"]::-moz-placeholder{
    color: #fff;
}

.formulario-servico.banner-fo input[type="email"]::-webkit-input-placeholder{
    color: #fff;
}
.formulario-servico.banner-fo input[type="email"]::-moz-placeholder{
    color: #fff;
}
.formulario-servico.banner-fo input[type="email"]::-ms-input-placeholder{
    color: #fff;
}
.formulario-servico.banner-fo input[type="email"]::-moz-placeholder{
    color: #fff;
}

.menu-lateral{
    margin-top: 5em;
}
.menu-lateral li a{
    display: block;
    padding: 10px 20px;
    background: #f9f9f9;
    color: #303030;
    border-left: 3px solid #313131;
    border-bottom: 1px solid #ececec;
}
.menu-lateral li a:hover, .menu-lateral li a.active{
    text-decoration: none;
    border-left: 3px solid #b3ce4c;
    background: #d8d5d5;

}
.formulario-servico.banner-fo .form-control{
    border-radius: 0 !important;
    box-shadow: none;
    background: transparent;
    border-color: #fff;
    border-top: 0px;
    padding: 0px;
    color: #fff;
    border-right: 0px;
    border-left: 0px;
    font-weight: 200;
    letter-spacing: 0.5px;
}
.formulario-servico h2{
    margin-bottom: 1em;
    text-align: left;
    font-size: 24px;
    color: #98b740;
    margin-top: 2em;
    font-weight: bold;
}
#home .absolute-center{
    top: 75%;
}
.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.conteudo-banner {
    margin-top: 5em;
    color: #fff;
    display: flex;
    text-align: left;
}
.conteudo-banner .servico-nome {
    font-size: 50px;
    line-height: 1.2em;
    margin-bottom: 20px;
    font-weight: bold;
}
.conteudo-banner .texto-banner{
    font-size: 18px;
}

.bg-banner-topo{
    background: #000;
    position: relative;
}

.title-rol{
    position: relative;
}
.conteudo-banner .absolute-content{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}

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

#about .individual{
    margin-bottom: 1em;
}

#oquefazemos{
    background: #eaeaea;
}




.coks-acepts {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 5;
}

.coks-acepts .alert-warning {
    background-color: #fff;
}
.coks-acepts .default-btn {
    background: #015cb9;
    display: inline-block;
    margin-top: 2em;
    border-radius: 8px;
    padding: 0.7em 3em;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#cobertura h2.title{
    font-weight: bold;
    font-size: 20px;
    color: #1d71b8;
    margin-bottom: 20px;
}


#cobertura h2.title-res{
    margin: 0px;
    font-size: 15px;
    color: #949494;
    margin-top: 10px;
}

#cobertura h2.title.usinagem{

}


.has-sub .sub-has{
    display: none;
    position: absolute;
    background: #fff;
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    text-align: left;
    width: max-content;
    box-shadow: 0px 3px 6px #e0e0e0;
}
.has-sub .sub-has li{

}
.has-sub .sub-has li:hover{
    background: #231f20;
}
.has-sub .sub-has li:hover a{
    color: #fff;
}
.has-sub .sub-has li a{
    padding: 8px 15px;
    display: block;
    color: #1e71b8;
    text-transform: uppercase;
}
.has-sub:hover > ul.sub-has{
    display: block;

}


#portfolio{}
#portfolio .content .interno img{
    padding: 30px;
}
#portfolio .content .interno span.nome-interno{
    background: #1e71b8;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    display: block;
}
#portfolio .content .interno{
    background: #f5f2f2;
    position: relative;
    margin-bottom: 2em;
    display: block;
}
#portfolio .content .interno:hover > .bg-hidden{
 /*    display: block; */
 opacity: 1;
 transition: all .2s linear;

}
#portfolio .content .interno .bg-hidden{
    /*     display: none; */
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: #1e71b8;
    position: absolute;
    color: #fff;
    width: 100%;
    height: -webkit-fill-available;
    top: 0;
    padding: 20px;


}
#portfolio hr{
    border-top: 1px solid #eee;
    margin-top: 15px;
    margin-bottom: 15px;
}
#portfolio .content .interno .nome-bg{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
}


#oquefazemos .oquefazemos-class img{
    border-radius: 100%;
    border: 10px solid #1d71b8;
    width: 100%;
}

#about ul.list-inline{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-flow: wrap;
}

#about ul.list-inline li{
    align-self: baseline;
    font-weight: bold;
    padding: 0px 1em;
    margin-bottom: 3em;
    width: 19%;
}

#oquefazemos span.individual{
   background: #1e71b8;
   color: #fff;
   margin-bottom: 1em;
   padding: 10px 20px;
   height: 100px;
   border-radius: 8px;
   display: flex;
   align-self: center;
   justify-content: center;
   align-items: center;
   font-size: 16px;
   font-weight: 500;
}