

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

/*****PADRÃO******/

@charset "utf-8";

/***** ESTRUTURA *****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    font-family: sans-serif;
}

body {
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    overflow-x: hidden;
    max-width: 100%;
    background: #;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
}

ol,
ul {
    list-style: none;
    font-family: sans-serif;
}

blockquote,
q {
    quotes: none;
    font-family: sans-serif;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: sans-serif;
}

*,
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
    outline: none;
    box-shadow: none;
    /*-webkit-appearance:none;*/
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.clear {
    clear: both;
}

.inline>li {
    display: inline-block;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

img {
    border: 0 none;
}


/* ------------ CSS DE SELEÇÃO ------------ */

::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}


/* ----------- BARRA DE ROLAGEM ----------- */

::-webkit-scrollbar {
    background: #fff;
    width: 2px;
}

::-webkit-scrollbar-thumb {
    background: #666;
    -webkit-border-radius: 6px;
}


/* @media(max-width:767px){} */


/* @media(min-width:768px){} */


/* @media(min-width:992px){} */


/* @media(min-width:1200px){} */


/* ------------ DIV CENTRALIZADA ------------ */

.row-centered {
    text-align: center;
    margin-top: 10px;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}


/* ------------ REUTILIZAVEL ------------ */

.transition,
.transition:link,
.transition:active,
.transition:focus,
.transition:visited,
.transition:hover {
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.semPadding {
    padding: 0;
}

.marginAuto {
    margin-right: auto;
    margin-left: auto;
}

.w100 {
    width: 100%;
}

.w90 {
    width: 90%;
}

@media (max-width: 1350px) {
    .w90 {
        width: 95%;
    }
}

@media (max-width: 991px) {
    .w90 {
        width: 90%;
    }
}


/*****FIM-PADRÃO******/

.titulo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 30px;
}

@media (max-width: 450px) {
    .titulo {
        font-size: 27px;
        margin-bottom: 30px;
    }
    h2.titulo {
        font-size: 23px;
    }
    p {
        font-size: 14px;
    }
}

@media (max-width: 350px) {
    .titulo {
        font-size: 26px;
        margin-bottom: 30px;
    }
    h2.titulo {
        font-size: 22px;
    }
    p {
        font-size: 14px;
    }
}

.txt {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}

h2,
h3,
h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.btn-padrao {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    width: 200px;
    padding: 18px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-color: #6f6f6f;
    background-color: #6f6f6f;
    display: block;
}

.btn-padrao:hover {
    color: #fff;
    background-color: #929292;
    border-color: #929292;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(80, 80, 80, 0.5);
    box-shadow: 2px 2px 10px 0 rgba(80, 80, 80, 0.5);
}

.topo {
    height: 300px;
    color: #fff;
    padding-top: 178px;
    background-size: cover;
}

.bgTopo {
    background-color: #ccc;
}

.topo.topoSrv {
    height: 250px;
       padding-top: 150px;
}

.topo .titulo {
    color: #000;
    text-align: center;
    line-height: 45px!important;
}

.topo .titulo+p {
    text-transform: uppercase;
    text-align: center;
        color: 000;
}

@media (max-width: 991px) {
    .topo {
        height: 300px;
        color: #fff;
        padding-top: 150px;
    }
    .topo.topoSrv {
        height: 300px;
        padding-top: 160px;
    }
    .topo.topoNot {
        height: auto;
        padding: 0;
    }
    .topo.topoNot .col {
        margin: 160px 0 60px;
    }
}

@media (max-width: 767px) {
    .topo.topoNot .col {
        margin: 130px 0 60px;
    }
}


/* ------------ Inicio NAVBAR ------------ */

.navbar.navbar-fixed-top {
    background: transparent;
}

.navbar.navbar-fixed-top,
.navbar-nav li {
        height: 100px;
    background-color: #ccc;
    padding-bottom: 124px;
}

.navbar-nav li {
    padding: 15px 15px;
}

.navbar-nav li>a,
.navbar-nav li>a:link,
.navbar-nav li>a:visited {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #000000;
    background: transparent;
    border-bottom: 2px solid transparent;
    padding: 5px 2px;
    margin-top: 50px;
}

.navbar-nav li.active>a,
.navbar-nav li.active>a:link,
.navbar-nav li.active>a:visited,
.navbar-nav li>a:hover,
.navbar-nav li>a:active,
.navbar-nav li>a:focus {
    border-color: #000000;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-brand {
    margin-top: 30px;
}

.navbar-brand>.logo1 {
    display: block;
    width: 190px;
}

.navbar-brand>.logo2 {
    display: none;
}

#topo.navegando .navbar-brand>.logo1 {
    display: none;
}

#topo.navegando .navbar-brand>.logo2 {
    display: block;
}

#topo.navegando .navbar.navbar-fixed-top,
#topo.navegando .navbar-nav li {
    height: 80px;
}

#topo.navegando .navbar.navbar-fixed-top {
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3) !important;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3) !important;
}

#topo.navegando .navbar.navbar-fixed-top,
#topo.navegando .navbar-nav li {
    height: 80px;
    background-color: #fff;
    padding-bottom: 0px;
}

#topo.navegando .navbar-nav li>a,
#topo.navegando .navbar-nav li>a:link,
#topo.navegando .navbar-nav li>a:visited {
    color: #000;
    margin-top: 10px;
}

#topo.navegando .navbar-nav li.active>a,
#topo.navegando .navbar-nav li.active>a:link,
#topo.navegando .navbar-nav li.active>a:visited,
#topo.navegando .navbar-nav li>a:hover,
#topo.navegando .navbar-nav li>a:active,
#topo.navegando .navbar-nav li>a:focus {
    border-color: #000;
}

#topo.navegando .navbar-brand {
    margin-top: 0px;
    padding-top: 8px;
}

#topo.navegando .navbar-brand>img {
    height: 65px;
}

.idadeOrmec {
    color: #fff;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    z-index: 10;
    top: -63px;
    left: 260px;
    font-size: 37px;
    font-weight: 800;
    display: none;
}

.idadeOrmec span {
    font-size: 15px;
    text-transform: uppercase;
}

#topo.navegando .idadeOrmec {
    color: #000;
    top: -46px;
    left: 190px;
    font-size: 32px;
    line-height: 13px;
}

#topo.navegando .idadeOrmec span {
    font-size: 12px;
}

@media (max-width: 991px) {
    .idadeOrmec {
        /* display: none; */
    }
    #topo.navegando .idadeOrmec {
        color: #000;
        top: -30px;
        left: 120px;
        font-size: 25px;
        line-height: 10px;
    }
    .idadeOrmec {
        color: #000;
        position: relative;
        font-family: 'Open Sans', sans-serif;
        z-index: 10;
        top: -35px;
        left: 122px;
        font-size: 20px!important;
        font-weight: 800;
    }
    #topo.navegando .idadeOrmec span {
        font-size: 10px;
        margin-top: 0px;
        display: block;
    }
    .idadeOrmec span {
        font-size: 10px;
        margin-top: -8px;
        display: block;
    }
}


/* ------------ Inicio FORÇAR MENU MOBILE ------------ */

@media(max-width:991px) {
    .navbar-brand {
        float: left;
        max-width: 50%;
    }
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0 !important;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        width: 100%;
    }
    .navbar {
        width: 100%;
        height: 70px;
        background: #fff;
    }
    .navbar-collapse {
        width: 100%;
        background: #fff;
        margin-top: 0px;
    }
    .navegando .navbar-collapse {
        margin-top: 0px;
    }
    .navbar .container {
        width: 100%;
        padding: 0px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block !important;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 20px 0px 0px 0px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


/* ------------ Fim FORÇAR MENU MOBILE ------------ */

@media (max-width: 991px) {
    .navbar.navbar-fixed-top,
    #topo.navegando .navbar.navbar-fixed-top {
        background: #fff;
        height: 60px;
        padding-bottom: 0px;
    }
    .navbar-toggle .icon-bar,
    #topo.navegando .navbar-toggle .icon-bar {
        background: #000;
    }
    nav .container-fluid.w90 {
        width: 100%;
        padding: 0;
    }
    nav .container-fluid>.navbar-collapse,
    nav .container-fluid>.navbar-header,
    nav .container>.navbar-collapse,
    nav .container>.navbar-header {
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-brand,
    #topo.navegando .navbar-brand {
        margin-top: 0px;
        padding-top: 8px;
    }
    .navbar-brand>img,
    #topo.navegando .navbar-brand>img {
        height: 40px;
    }
    #topo.navegando .navbar-brand>.logo1,
    .navbar-brand>.logo1 {
        display: none;
    }
    #topo.navegando .navbar-brand>.logo2,
    .navbar-brand>.logo2 {
        display: block;
    }
    .navbar .navbar-collapse.collapse,
    .navbar .navbar-collapse.collapse.in {
        margin: 0 !important;
        box-shadow: 0 3px 4px 0 rgba(136, 136, 136, 0.63);
    }
    .navbar-nav li,
    #topo.navegando .navbar-nav li {
        padding: 0;
        height: 40px;
    }
    .navbar-nav li>a,
    .navbar-nav li>a:link,
    .navbar-nav li>a:visited,
    #topo.navegando .navbar-nav li>a,
    #topo.navegando .navbar-nav li>a:link,
    #topo.navegando .navbar-nav li>a:visited {
        color: #000;
        padding: 5px 2px;
        margin-top: 0;
        text-align: center;
    }
    .navbar-nav li.active>a,
    .navbar-nav li.active>a:link,
    .navbar-nav li.active>a:visited,
    .navbar-nav li>a:hover,
    .navbar-nav li>a:active,
    .navbar-nav li>a:focus,
    #topo.navegando .navbar-nav li.active>a,
    #topo.navegando .navbar-nav li.active>a:link,
    #topo.navegando .navbar-nav li.active>a:visited,
    #topo.navegando .navbar-nav li>a:hover,
    #topo.navegando .navbar-nav li>a:active,
    #topo.navegando .navbar-nav li>a:focus {
        border-color: #000;
    }
}


/* ------------ Fim NAVBAR ------------ */


/* ------------ Inicio BANNER ------------ */

.bg-box {
/*    background: rgba(69, 77, 99, 0.80);*/
    padding: 10px 8px 0 20px;
    height: auto;
    bottom: 0;
    position: relative;
}

.bg-rotate {
    position: absolute;
    top: 1100px;
    right: -45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 71px 0 0 45px;
    border-color: transparent transparent transparent #ec3235;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #ec3235;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}


}
.banner {
    background-color: #6f6f6f;
    color: #fff;
}
.banner,
.banner .item {
    height: 940px;
    max-height: 100vh
}
.banner .item {
    background-size: cover;
}
.banner .box {
    bottom: 0;
    position: absolute;
}
.banner .titulo {
    text-transform: uppercase;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 50px;
    letter-spacing: -1px;
    margin-bottom: 0px;
    color: #fff;
        text-shadow: 1px 1px 7px #000;
}
.banner .txtBanner {
    text-align: center;
    margin-bottom: 30px;
}
.banner a {
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1380px) {
    .banner,
    .banner .item {
        height: 830px;
    }
}
@media (max-width: 1199px) {
    .banner,
    .banner .item {
        height: 730px;
    }
}
@media (max-width: 991px) {
    .banner,
    .banner .item {
        height: 660px;
    }
    
    .banner .box {
/*        margin-top: 250px;*/
    }
}
@media (max-width: 767px) {
    .banner,
    .banner .item {
        height: 500px;
    }
    
    .banner .box {
/*        margin-top: 160px;*/
    }
    
    .banner .titulo {
        font-size: 27px;
        line-height: 35px;
        letter-spacing: -1px;
        margin-bottom: 30px;
    }
}
@media (max-width: 450px) {
    .banner,
    .banner .item {
        height: 374px;
    }
    
    .banner .box {
/*        margin-top: 160px;*/
    }
    
    .banner .titulo {
        font-size: 21px;
        line-height: 35px;
        letter-spacing: -1px;
        margin-bottom: 30px;
    }
    
    .banner .box {
    /* margin-top: 658px; */
    height: 78px;
    margin-left: -15px;
    width: 105% !important;
    left: 0;
    }
    
    .banner .txtBanner {
        display: none;
    }
}

/* ------------ Fim BANNER ------------ */

/* ------------ Inicio A EMPRESA ------------ */
.empresa .btn-padrao {
    margin-top: 80px;
}
.txt-empresa {
    max-width: 480px;
    margin: 130px 0 0 100px;
}
.empresa li {
    height: 200px;
    padding: 20px 20px 20px 150px;
    color: #000;
    background-repeat: no-repeat;
    background-position: 60px center;
}
.empresa li:nth-child(1) {
    background-color: #ccc;
    background-image: url('../img/qualidade.png');
}
.empresa li:nth-child(2) {
    background-color: rgba(204, 204, 204, 0.74);
    background-image: url('../img/premiacao.png');
}
.empresa li:nth-child(3) {
    background-color: rgba(217, 217, 217, 0.75);
    background-image: url('../img/colaboradores.png');
}
.empresa li:nth-child(4) {
    background-color: rgba(227, 227, 227, 0.65);
    background-image: url('../img/clientes.png');
}
.empresa li h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0;
    color: #000;
}
.empresa li p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
@media (max-width: 1199px) {
    .empresa li {
        padding: 20px 20px 20px 130px;
        background-position: 40px center;
    }
    
    .empresa li h3 {
        margin: 16px 0;
    }
}
@media (max-width: 1110px) {
    .txt-empresa {
        margin: 100px 0 0 100px;
    }
    
    .empresa li {
        padding: 20px 20px 20px 130px;
        background-position: 40px center;
    }
    
    .empresa li h3 {
        margin: 16px 0;
    }
}
@media (max-width: 991px) {
    .txt-empresa {
        max-width: 100%;
        margin: 0;
        padding: 80px 20px;
    }
    
    .empresa li {
        height: auto;
    }
}
@media (max-width: 450px) {
    .empresa li {
        padding: 20px 20px 30px 80px;
        background-position: 10px center;
    }
}

/* ------------ Fim A EMPRESA ------------ */

/* ------------ Inicio SERVIÇOS ------------ */
.servicos {
    min-height: 100vh;
    padding: 90px 0;
    background: #f1f1f1;
}
.servicos .titulo {
    color: #626262;
}
@media (max-width: 767px) {
    .servicos .txt {
        padding-bottom: 50px;
    }
    
    .btn-padrao {
        margin-top: 30px;
    }
}
#owl-demo .item {
    padding: 30px 0px;
    margin: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.carousel-servicos {
    cursor: move;
}
.serv-prev,
.serv-next {
    position: absolute;
    z-index: 50;
}
.serv-prev {
    background: url('../img/prev.png') center center;
    background-size: cover;
    width: 21px;
    height: 31px;
    top: 50%;
    left: -1%;
}
.serv-prev:hover {
    cursor: pointer;
}
.serv-next {
    background: url('../img/next.png') center center;
    background-size: cover;
    width: 21px;
    height: 31px;
    top: 50%;
    right: -1%;
}
.serv-next:hover {
    cursor: pointer;
}
.cardServico {
    color: #000;
    padding: 0px;
    margin: 0;
    box-sizing: border-box;
    border: 15px solid transparent;
    -webkit-border-radius: 10px 10px 7px 7px;
    -moz-border-radius: 10px 10px 7px 7px;
    border-radius: 10px 10px 7px 7px;
    min-height: 430px;
}
.pageServico .cardServico {
    color: #000;
    padding: 0px;
    margin: 0;
    box-sizing: border-box;
    border: 15px solid transparent;
    -webkit-border-radius: 10px 10px 7px 7px;
    -moz-border-radius: 10px 10px 7px 7px;
    border-radius: 10px 10px 7px 7px;
    min-height: 540px;
}
.pageServico .subPadrao {
    padding: 15px 0 40px;
}
.cardServico img {
    border-radius: 7px 7px 0 0;
}
.boxServico {
    padding: 20px 30px;
    background: #fff;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
    min-height: 215px;
}
.nmServico {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    min-height: 70px;
    padding: 5px 0 5px 0;
    color: #272727;
}
.descServico {
    font-size: 15px;
    letter-spacing: 0;
    color: #666666;
    padding-bottom: 30px;
    height: 85px;
}
.maisDet,
.maisDet:link,
.maisDet:visited {
    font-size: 17px;
    font-weight: 300;
}
.maisDet i,
.maisDet:link i,
.maisDet:visited i {
    font-size: 8px;
}
.maisDet,
.maisDet:link,
.maisDet:visited,
.maisDet i,
.maisDet:link i,
.maisDet:visited i {
    color: #ffbd0a;
    vertical-align: middle;
}
.maisDet:hover,
.maisDet:focus,
.maisDet:active,
.maisDet:hover i,
.maisDet:focus i,
.maisDet:active i {
    color: #666 !important;
}
.servicos.internaSrv {
    min-height: auto;
}
#owl-estrutura .owl-buttons {
    text-align: center;
}
#owl-estrutura .owl-buttons>div {
    width: 50px;
    display: inline-block;
    margin: 0 auto;
}
.internaSrv .row .col-md-7 {
    padding: 0 40px;
}
.internaSrv #owl-estrutura {
    max-width: 580px;
    margin: 0 auto;
}
.internaSrv #owl-estrutura .owl-prev,
.internaSrv #owl-estrutura .owl-next {
    position: absolute;
    z-index: 50;
    background-size: cover;
    background-repeat: no-repeat;
    width: 21px;
    height: 31px;
    text-indent: -99999;
    top: 50%;
}
.internaSrv #owl-estrutura .owl-prev {
    background-image: url('../img/prev.png');
    left: -30px;
}
.internaSrv #owl-estrutura .owl-prev:hover,
.internaSrv #owl-estrutura .owl-next:hover {
    cursor: pointer;
}
.internaSrv #owl-estrutura .owl-next {
    background-image: url('../img/next.png');
    right: -30px;
}
@media (max-width: 600px) {
    .servicos.internaSrv {
        padding: 60px 0;
    }
}
.servicos.internaSrv p {
    margin-bottom: 0px;
    text-align: justify;
}
.internaSrv li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

/* ------------ Fim SERVIÇOS ------------ */

/* ------------ Inicio UNIDADES ------------ */
.unidades {
    padding: 100px 0;
}
.unidades .txt-unidades {
    padding-right: 50px;
    margin-top: 150px;
}
.unidades .txt-unidades p {
    margin-bottom: 50px;
}
.unidades li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 40px;
}
@media (max-width: 1199px) {
    .unidades {
        padding: 80px 0;
    }
    
    .unidades .txt-unidades {
        padding-right: 50px;
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .unidades {
        padding: 80px 0;
    }
    
    .unidades .txt-unidades {
        padding-right: 30px;
        margin-top: 0;
    }
    
    .unidades .txt-unidades p {
        margin-bottom: 30px;
    }
    
    .unidades li {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .unidades .container {
        padding: 0 40px;
    }
    
    .unidades .txt-unidades {
        margin-bottom: 40px;
    }
}
@media (max-width: 400px) {
    .unidades .container {
        padding: 0 15px;
    }
    
    .unidades .txt-unidades {
        padding-right: 0;
    }
}

/* ------------ Fim UNIDADES ------------ */

/* ------------ Inicio NOTICIAS HOME 454D63; ------------ */
.noticias {
    background-color: #cccccc;
    background-size: cover;
    color: #000;
    padding: 50px 0;
}
.noticias.pageNoticias {
    height: auto;
    padding-top: 120px;
    background-color: #F7F7F7;
    padding-bottom: 80px;
    background-attachment: fixed;
    color: #000;
}
.pageNoticias .topo {
    padding-top: 64px;
    height: 238px;
}
@media(max-width: 1919px) {
    .banner .box {
/*        margin-top: 658px;*/
        height: 78px;
        margin-left: -15px;
        width: 105%;
    }
}
@media (max-width: 1024px) {
    .banner .box {
/*        margin-top: 620px;*/
    }
}
@media (max-width: 1366px) {
    .bg-box {
        height: 78px;
        width: 115%;
        margin-left: -15px;
    }
}
@media (max-width: 991px) {
    .noticias.pageNoticias {
        padding-top: 150px;
    }
    
    .pageNoticias .topo {
        height: 170px;
    }
}
.noticias .boxNoticias {
    margin-top: 320px;
    max-width: 450px;
    float: right;
    text-align: justify;
    position: relative;
    z-index: 10;
    right: -100px;
}
.noticias .thumbNot {
    display: inline-block;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
    border: none !important;
}
.noticias.pageNoticias .thumbNot {
    height: 400px;
}
.noticias .thumbNot a {}
.noticias a:hover .thumbNot {
    -webkit-filter: saturate(0);
    filter: saturate(0);
    opacity: 0.9;
}
.noticias .titNot {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    top: 165px;
    padding-left: 10px;
}
@media (max-width: 1600px) {
    .noticias .thumbNot {
        height: 210px;
        margin: 0;
    }
    
    .noticias .titNot {
        font-size: 23px;
        top: 125px;
        padding-left: 10px;
    }
    
    .noticias .boxNoticias {
        margin-top: 230px;
    }
}
@media (max-width: 1380px) {
    .noticias .thumbNot {
        height: 190px;
        margin: 0;
        padding-left: 5px;
    }
    
    .noticias .titNot {
        font-size: 20px;
        top: 110px;
        padding-left: 10px;
    }
    
    .noticias .boxNoticias {
        margin-top: 210px;
    }
}
@media (max-width: 1199px) {
    .noticias .thumbNot {
        height: 400px;
        padding-left: 5px;
    }
    
    .noticias .titNot {
        font-size: 20px;
        top: 310px;
        padding-left: 10px;
    }
    
    .noticias .boxNoticias {
        margin-top: 120px;
    }
    
    .noticias .boxNoticias {
        margin: 60px 0 60px 20px;
        max-width: 450px;
        float: none;
        text-align: justify;
        z-index: 10;
        right: 0;
    }
}
@media (max-width: 767px) {
    .noticias .thumbNot {
        height: 340px;
        width: 100%;
    }
    
    .noticias .titNot {
        font-size: 20px;
        top: 290px;
        padding-left: 20px;
    }
}
@media (max-width: 450px) {
    .noticias .thumbNot {
        height: 270px;
    }
    
    .noticias .titNot {
        top: 220px;
    }
}

/* pageNoticias */
.noticias.pageNoticias .thumbNot .titNot {
    top: 295px;
}
@media (max-width: 1600px) {
    .noticias.pageNoticias .thumbNot {
        height: 300px;
    }
    
    .noticias.pageNoticias .thumbNot .titNot {
        top: 210px;
    }
}
@media (max-width: 767px) {
    .noticias.pageNoticias .thumbNot {
        height: 290px;
        width: 100%;
    }
}

/* ------------ Fim NOTICIAS HOME ------------ */

/* ------------ Inicio CONTATOS HOME ------------ */
.contato {
    height: 550px;
    background: url(imagens/mapa.jpg) , center no-repeat;
    background-size: cover;
}
@media (max-width: 991px) and (min-width: 768px) {
    .contato {
        margin-bottom: 50px;
    }
}
.boxContatos {
    position: relative;
    top: -20px;
    background: #fff;
    width: 430px;
    height: 350px;
    padding: 40px;
    -webkit-box-shadow: 1px 1px 20px 0px rgba(181, 181, 181, 0.5);
    box-shadow: 1px 1px 20px 0px rgba(181, 181, 181, 0.5);
}
@media (max-width: 991px) {
    .boxContatos {
        top: 80px;
        background: #fff;
        width: auto;
        height: 550px;
        padding: 40px;
    }
}
@media (max-width: 767px) {
    .boxContatos {
        top: 0;
        width: auto;
        height: 550px;
        padding: 40px;
    }
}
.boxContatos h2 {
    color: #6f6f6f;
    font-size: 25px;
    margin-bottom: 15px;
}
.boxContatos h2+p {
    font-size: 14px;
    font-weight: 400;
    color: #838383;
    line-height: 17px;
    margin-bottom: 20px;
}
.boxContatos h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #222222;
    letter-spacing: 0;
}
.boxContatos .cols {
    padding: 30px 10px 30px 70px;
}
.boxContatos .cols:not(.tel) {
    border-bottom: 1px solid #ccc;
}
.boxContatos .mail {
    background: url('../img/mail.jpg') left -11px center no-repeat;
}
.boxContatos .end {
    background: url('../img/ender.jpg') left -11px center no-repeat;
}
.boxContatos .tel {
    background: url('../img/tel.jpg') left -11px center no-repeat;
}
.boxContatos a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
}

/* ------------ Fim CONTATOS HOME ------------ */

/* ------------ Inicio RODAPÉ ------------ */
.rodape {
    padding-top: 20px;
    padding-bottom: 10px;
}
@media (max-width: 991px) {
    .rodape {
        padding-top: 80px;
        padding-bottom: 30px;
    }
}
.rodape .copy {
    padding-top: 60px;
}
.rodape .copy p {
    font-size: 14px;
    font-weight: 400;
    color: #838383;
}
@media (max-width: 767px) {
    .rodape .copy p {
        margin-bottom: 20px;
    }
}
.rodape .copy p b {
    font-weight: 700;
}

/* .rodape li:first-child {
	margin-bottom: 25px;
} */
.rodape li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    line-height: 23px;
}

/* ------------ Fim RODAPÉ ------------ */

/* Inico PAGINA A EMPRESA */
.missao {
       padding: 80px 0;
    background: #f3f3f3;
}
.missao .cols {
    padding: 10px 30px;
    text-align: justify;
}
.missao .cols h4 {
    text-transform: uppercase;
}
@media (max-width: 991px) and (min-width: 768px) {
    .missao .container {
        width: 95%;
    }
    
    .missao .cols {
        padding: 10px;
    }
    
    .missao .cols h4 {
        font-size: 16.7px;
    }
}
@media (max-width: 767px) {
    .missao .container {
        width: 90%;
    }
    
    .missao .cols {
        padding: 20px 10px;
    }
    
    .missao .cols h4 {
        font-size: 16.7px;
    }
}
.missao .cols h4:before {
    content: "";
    position: relative;
    top: 60px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #000;
    display: none;
}
.missao .cols p {
    margin-top: 40px;
}
.missao.seguranca {
    padding: 200px 0;
    color: #000;
}
.missao.seguranca .cols h4 {
    font-size: 25px;
    color: #999;
}
.missao.seguranca .cols p {
    font-size: 18px;
}
.missao.seguranca .cols h4:before {
    background: #000;
}
.missao.seguranca .cols {
    padding: 10px 50px;
    text-align: justify;
}
@media (max-width: 991px) {
    .missao.seguranca {
        padding: 150px 0;
    }
}
@media (max-width: 720px) {
    .missao.seguranca {
        padding-bottom: 60px;
    }
    
    .missao.seguranca .inline li {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
    }
}
.historia {
    padding: 140px 0;
    background: url('../img/bg-noticias.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}
.estrutura {
    padding: 60px 0;
    background: url('../img/bg-noticias.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.estrutura .titulo,
.estrutura p {
    text-align: left;
    color: #fff;
}

/* .estrutura .titulo {
	margin-top: 100px;
} */
.estrutura .titulo:after {
    content: "";
    position: absolute;
    top: 50px;
    left: 17px;
    width: 50px;
    height: 2px;
    background: #fff;
    display: block;
}
.estrutura p {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .historia {
        padding: 80px 0;
    }
    
    .historia p {
        text-align: justify;
    }
}
@media (max-width: 767px) {
    .estrutura #owl-estrutura img {
        margin: 0 auto;
    }
    
    .estrutura .titulo {
        margin-top: 20px;
    }
    
    .estrutura .titulo:after {
        top: 55px;
    }
}
@media (max-width: 450px) {
    .estrutura {
        padding: 10px 0 40px 0;
    }
    
    .estrutura p {
        margin-top: 30px;
    }
}

/* Fim PAGINA A EMPRESA */

/* Inicio NOTICIA */
.noticia {
    padding-top: 130px;
}
@media (max-width: 1199px) {
    .noticia .container {
        width: 90%;
    }
}
@media (max-width: 767px) {
    .noticia .container {
        width: 95%;
    }
}
.noticia .txtNot p {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    color: #2d2d2d;
    text-align: justify;
    margin-top: 25px;
}
.noticia article .blocoTexto {
    padding: 0 50px 50px 10px;
}
.noticia article .titNoticia {
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-bottom: 5px;
}
.noticia article time {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #6a6e90;
    line-height: 25px;
}
.noticia article .imgNoticia {
    float: left;
    width: 500px;
    max-width: 50%;
    margin-right: 50px;
    margin-bottom: 40px;
}
.noticia article footer {
    height: 80px;
    line-height: 80px;
}
.noticia article footer i {
    font-size: 23px;
    color: #000;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 40px;
}
.noticia article footer .facebook:hover i {
    background: #3B5998;
    border-color: #3B5998;
}
.noticia article footer .twitter:hover i {
    background: #1b95e0;
    border-color: #1b95e0;
}
.noticia article footer .gPlus:hover i {
    background: #DB4437;
    border-color: #DB4437;
}
@media (max-width: 1199px) and (min-width: 768px) {
    .noticias.pageNoticias {
        padding-top: 80px;
        padding-bottom: 20px;
    }
    
    .noticia article .imgNoticia {
        margin-right: 25px;
        margin-bottom: 17px;
    }
}
@media (max-width: 767px) {
    .noticia article .imgNoticia {
        float: none;
        width: 100%;
        max-width: 100%;
        margin-right: 25px;
        margin-bottom: 17px;
    }
    
    .noticia article .blocoTexto {
        padding: 0 0 50px 0;
    }
}

/* Fim NOTICIA */
.contatos {
    height: auto;
    padding: 100px 0;
    background-color: #f7f7f7;
}
.contatos .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(200, 200, 200, 0.6);
    webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(200, 200, 200, 0.6);
    border-color: #ffffff;
}
.contatos .boxContatos {
    position: relative;
    top: 0;
    background: #fff;
    width: 430px;
    height: 255px;
    padding: 0px 40px;
}
.contatos .form-control {
    height: 45px;
}
.contatos textarea.form-control {
    resize: none;
    height: 165px;
}
.contatos input[type="file"] {
    padding-top: 12px;
}
.certificacoes {
    padding: 100px 0 80px 0;
}
.certificacoes .col-sm-4 {
    padding: 0 25px;
}
.certificacoes .col-sm-4 h4 {
    margin-bottom: 25px;
}
.certificacoes img {
    -webkit-box-shadow: 2px 2px 13px 3px rgba(80, 80, 80, 0.5);
    box-shadow: 2px 2px 13px 3px rgba(80, 80, 80, 0.5);
}
@media (max-width: 991px) {
    .certificacoes {
        padding: 150px 0;
    }
}
@media (max-width: 720px) {
    .certificacoes {
        padding-bottom: 60px;
    }
    
    .certificacoes .inline li {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
    }
}
.qualidade {
    padding: 90px 0;
    background-color: #f3f3f3;
}
.qualidade p {
    margin-bottom: 50px;
}
.qualidade .thumb {
    margin-top: 50px;
    padding: 20px;
}
.qualidade .thumb p {
    margin: 30px auto 0 auto;
    // max-width: 450px;
}
@media (max-width: 767px) {
    .qualidade p {
        margin-bottom: 0;
    }
    
    .qualidade .thumb {
        margin-top: 50px;
        padding: 0 20px;
    }
    
    .qualidade .thumb p {
        max-width: 767px;
    }
}
.premios {
    padding: 100px 0;
}
.premios .row {
    padding-bottom: 50px;
}
.premios .titulo {
    margin: 30px 0;
}
@media (max-width: 991px) {
    .premios .row {
        padding-bottom: 60px;
    }
    
    .premios .titulo {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .premios {
        padding: 100px 0 0px 0;
    }
    
    .premios img {
        max-width: 400px;
        width: auto;
        margin: 0 auto 30px auto;
    }
    
    .premios .row {
        text-align: center;
        padding-bottom: 80px;
    }
    
    .premios .titulo:before {
        left: 50%;
        margin-left: -25px;
    }
}
@media (max-width: 420px) {
    .premios img {
        max-width: auto;
        width: 100%;
        margin: 0 auto 30px auto;
    }
    
    .premios .titulo {
        font-size: 19px;
    }
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 20px;