@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
@import url(topo2021.css);

a:hover,
a:active,
a:focus {
    outline: 0;
}

body {
    font-family: 'PT Sans', sans-serif;
    color: #333;
}

.news {
    background: #eaeaea;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #26324d;
}

.news h4 {
    font-size: 55px;
    font-weight: 700;
}

.news p {
    font-size: 20px;
}

.news input {
    margin-top: 40px;
}

.news input[type="text"],
.news input[type="email"] {
    color: #333;
    border: 1px solid black;
    padding: 10px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    border-radius: 2px;
}

.news input[type="submit"] {
    background: #38a0de;
    color: #fff;
    border: 0;
    padding: 10px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    border-radius: 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
}

.banner-contato {
    width: 100%;
    height: 245px;
    background-image: url('../img/bkg-contato.jpg');
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-contato .titulo {
    padding-top: 70px;
}

.banner-contato .titulo h1 {
    color: #fff;
    border-left: 5px solid #fff;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 35px;
}

.blue {
    color: #fff;
    font-size: 15px;
    padding: 30px 0;
    margin-bottom: 30px;
    /*background: #3ca2df;
	background: #515557;*/
    background: url(../img/bkg-barra-azul.png) no-repeat top center;
}

.blue a {
    font-weight: 700;
    color: #fff;
}

.blue a:hover {
    text-decoration: none;
    color: #075f8a;
}

.blue p {
    margin: 13px 0 0 0;
}

.blue span {
    margin: 0 10px;
    display: inline-block;
}

.serv-home {
    margin-bottom: 50px;
}

.serv-home h1 {
    color: #006199;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.serv-home h2 {
    color: #3ca2df;
    font-size: 26px;
    margin: 0;
}

.serv-home h2 span {
    font-weight: 700;
    font-size: 32px;
}

.serv-home p {
    color: #827471;
    border-left: 3px solid #d4ebf8;
    padding: 10px 0 10px 50px;
    font-size: 16px;
    text-align: justify;
}

.blog {
    background: #f5f5f5;
    padding-bottom: 40px;
}

.blog h2 {
    color: #213456;
    font-weight: 700;
    font-size: 25px;
    padding: 10px 0;
}

.blog h3 {
    color: #00163e;
    font-size: 20px;
}

.blog a.mais {
    border: 2px solid #00163e;
    padding: 0px 30px;
    font-size: 20px;
    color: #00163e;
}

.blog a:hover {
    text-decoration: none;
}

.bkg-cinza {
    margin: 40px 0;
}

.bkg-cinza form {
    margin: 20px 0;
}

.bkg-cinza button {
    position: absolute;
    border: 0;
    color: #757575;
    top: 15px;
    right: 20px;
    font-size: 27px;
    background: none;
}

.bkg-cinza h2 {
    font-size: 40px;
    font-weight: 700;
    color: #00163e;
    border-left: 2px solid #359fde;
    padding-left: 15px;
}

.blog.lista,
.blog.interna {
    background: #fff;
}

.blog.lista .noticia,
.blog.interna .noticia {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}

.blog.interna img {
    margin: 10px auto;
    display: block;
}

.blog .sidebar .categorias ul {
    border-left: 2px solid #001e42;
}

.blog .sidebar .categorias a {
    color: #4c4c4c;
    font-size: 20px;
    padding-left: 10px;
}

.blog .col-md-8 p {
    color: #00163e;
    font-size: 18px;
}

.serv ul>li {
    list-style-type: none;
}

.serv ul>li::before {
    content: '\25C6';
    color: #1877f2;
    padding-right: 5px;
}

/*********** destaques*********/

.destaques .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 360px;
    opacity: 0;
    transition: .5s ease;
    background-color: #334b68;
}

.destaques a:hover .overlay {
    opacity: 0.8;
}

.destaques .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

section.clientes {
    margin-bottom: 60px;
}

section.clientes h1 {
    color: #00629a;
    font-weight: 700;
    font-size: 45px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 60px;
    background: url(../img/bkg-tit-clientes.png) repeat-x center center;
}

section.clientes h1 span {
    background: #fff;
    display: inline-block;
    padding: 0 20px;
}

section.clientes .item {
    width: 170px;
}

section.clientes .item .borda {
    background: #fff;
    border: 5px solid #ebf5fc;
    padding: 10px;
    margin-bottom: 20px;
}

section.clientes .item img {
    margin: 0;
    background: #ebf5fc;
    width: 170px;
}

section.clientes .item img {
    padding-top: 22px;
}

footer {
    padding-top: 90px;
    padding-bottom: 15px;
    color: #3d3d3d;
    font-size: 16px;
    background: #fff;
}

footer p {
    font-size: 20px;
}

footer a {
    color: #3d3d3d;
    font-weight: 700;
}

footer a:hover {
    color: #26324e;
    text-decoration: none;
}

footer a i {
    font-size: 30px;
    margin-right: 20px;
}

footer li {
    margin-bottom: 10px;
}

footer input[type=text],
footer input[type=email] {
    color: #333;
    border: 0;
    padding: 10px;
    width: 200px;
    display: block;
    margin-bottom: 10px;
    border-radius: 2px;
}

footer input[type=submit] {
    color: #fff;
    border: 0;
    border-radius: 3px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 700;
    background: #293863;
}

footer hr {
    border-color: #182953;
}

footer .ico-redes img {
    margin-left: 10px;
    margin-right: 10px
}

footer .copy {
    border-top: 1px solid #3d3d3d;
    margin-top: 70px;
    padding-top: 10px;
    color: #3d3d3d;
    margin-bottom: 0;
}

footer .copy p {
    font-size: 14px;
}

footer .copy img {
    filter: brightness(20%);
    filter: drop-shadow(0px 0px 0px 0px #3d3d3d)
}

footer .footer-mobile {
    background: #f6f6f6;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .footer-mobile h4 {
    color: #1c203a;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

footer .footer-mobile p {
    font-size: 14px;
    text-transform: uppercase;
}

footer .footer-mobile h5 {
    color: #1c203a;
    font-size: 14px;
    font-weight: 700;
}

footer .contato-mobile {
    border: 1px solid #d6d6da;
    border-radius: 3px;
}

footer .contato-mobile li {
    margin-top: 10px;
    color: #1c203a;
    font-size: 14px;
    font-weight: 700;
}

footer .footer-mobile i {
    color: #1c203a;
    font-size: 35px;
    font-weight: 700;
}

footer .footer-mobile .ico-redes img {
    margin-left: 10px;
}

footer .copy-mobile {
    background: #1c203a;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer .copy-mobile p {
    font-size: 10px;
    color: #4955a7;
}

.video-home-m h1 {
    font-size: 20px !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #1c203a;
    font-weight: 700;
}

section .servicos-mobile h1 {
    color: #001940;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-weight: 400 !important;
}

section .servicos-mobile p {
    /*font-size: 12px;*/
    margin-bottom: 0;
    /*color: #001940;*/
    padding: 0 !important;
    text-align: left !important;
}

.botao {
    color: #fff;
    background: #38a0de;
    padding: 10px 35px;
    border: 0 !important;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    margin-top: 15px;
}

.mod-contato i {
    font-size: 80px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.mod-contato {
    color: #26324d;
    margin-bottom: 50px;
}

.internas .contato h2 {
    font-size: 51px;
    color: #27334e;
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 29%;
    position: relative;
    height: 0;
    margin-left: 18px;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 90%;
    width: 100%;
    position: absolute;
}

.form-cidade {
    padding-left: 0 !important;
}

.form-estado {
    padding-right: 0 !important;
    padding-bottom: 20px;
}

.form .form-control {
    color: #3d3d3d;
    background-color: #fff;
    background-image: none;
    border: 1px solid #3d3d3d;
    border-radius: 0px;
}

.form .form-control::-moz-placeholder {
    color: #3d3d3d;
}

section.internas .form input[type="submit"] {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 80px;
    border-radius: 0px;
}

section.internas .form textarea {
    margin-bottom: 25px;
}

/*****************************************************/

.banner-orcamento {
    background: url('../img/banner-orcamento.jpg') no-repeat top center !important;
}

.banner-trabalhe {
    background: url('../img/banner-trabalhe.jpg') no-repeat top center !important;
}

.banner-interna {
    padding: 60px 0;
    background: rgb(234, 242, 246);
    background: -moz-linear-gradient(top, rgba(234, 242, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(234, 242, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(234, 242, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eaf2f6', endColorstr='#ffffff', GradientType=0);
}

.banner-interna article {
    border-left: 3px solid #d4ebf8;
    padding-left: 20px;
}

.banner-interna h1 {
    font-size: 30px;
    color: #006199;
    text-transform: uppercase;
    font-weight: 700;
}

.banner-interna p {
    font-size: 26px;
    line-height: 26px;
    color: #3ca2df;
}

section.internas {
    color: #827471;
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 22px;
}

section.internas .form-control {
    height: auto;
    padding: 10px;
    padding-left: 30px;
    margin: 0 0 20px;
    resize: none;
    border: 1px solid #3d3d3d;
    border-radius: 0px;
}

section.internas input[type=submit] {
    color: #fff;
    border: 0;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 3px;
    background: #38a0de;
}

section.internas .cta-orcamento {
    background: #f2f2f2;
    padding: 5px 30px 20px;
    text-align: center;
}

section.internas .cta-orcamento h3 {
    color: #001940;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

section.internas .cta-orcamento p {
    margin-top: 50px;
}

section.internas .cta-orcamento a {
    color: #fff;
    border: 0;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 130px;
    border-radius: 3px;
    background: #38a0de;
}

section.internas .cta-orcamento a:hover {
    text-decoration: none;
}

/* Hide the file input using
opacity */

[type=file] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
}

[type=file]+label {
    border: 1px solid #CCC;
    border-radius: 3px;
    text-align: left;
    padding: 10px;
    width: 150px;
    margin: 0;
    left: 0;
    position: relative;
}

[type=file]+label {
    text-align: center;
    /* Decorative */
    background: #293863;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    width: 100%;
}

[type=file]+label:hover {
    background: #3399ff;
}

section.internas form p {
    color: #293863;
    font-size: 14px;
    float: right;
    margin-top: 10px;
}

section.internas form p b {
    font-size: 20px;
}

section.servicos {
    padding: 10px 0;
    /*	background: #f9f9f9; */
}

section.servicos h1 {
    color: #001940;
    font-size: 25px;
    text-transform: initial;
    font-weight: 700;
    margin: 0 0 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    /*    border-left: 2px solid #359fde;*/
    /*padding-left: 25px;*/
    text-align: center;
}

section.servicos p {
    padding: 0 40px;
    text-align: center;
}

section.servicos .visible-md-block.visible-lg-block p {
    padding: 0 40px;
    text-align: left;
}

section.servicos .item {
    margin-right: 24px;
    padding: 30px 0px;
    padding-top: 10px;
}

section.servicos .item article {
    padding-bottom: 2px;
    /* -webkit-box-shadow: 10px 10px 28px -12px rgba(99, 118, 133, 1);
    -moz-box-shadow: 10px 10px 28px -12px rgba(99, 118, 133, 1);
    box-shadow: 10px 10px 28px -12px rgba(99, 118, 133, 1); */
    margin-bottom: 40px;
    min-height: 325px;
    border: 1px solid rgba(99, 118, 133, 1);
    border-radius: 5px;
    overflow:hidden;
}

section.servicos .item article .img-responsive {
    margin: 0 auto;
}

section.servicos .item article h2 {
    padding: 0 15px;
    font-size: 15px;
    color: #223d5b;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

section.servicos .item article p {
    padding-left: 15px;
    ;
    font-size: 14px;
    color: #a0a0a0;
}

.lista-material article {
    padding: 2px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    background: #fff;
}

.lista-material article img {
    border-radius: 2px;
    margin: 0 auto;
}

.lista-material article h2 {
    padding: 0 15px;
    font-size: 15px;
    color: #0076b0;
    font-weight: 700;
}

.interna-contato h2 {
    margin-top: 0;
    color: #3ca2df;
}

.interna-contato p.dif {
    color: #293863;
    font-size: 14px;
}

.interna-contato p.dif strong {
    font-size: 20px;
}

/*****************************************************************************************************/

/* =WordPress Core
-------------------------------------------------------------- */

section.internas .alignnone {
    margin: 5px 20px 20px 0;
}

section.internas .aligncenter,
section.internas div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

section.internas .alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

section.internas .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

section.internas a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

section.internas a img.alignnone {
    margin: 5px 20px 20px 0;
}

section.internas a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

section.internas a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

section.internas .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

section.internas .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

section.internas .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

section.internas .wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

section.internas .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

section.internas .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

section.internas .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

section.internas .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
}

.fb-btn {
    width: auto;
    height: 50px;
    padding: 15px 70px 15px 10px;
    background-color: #3a559f;
    position: fixed;
    top: calc(50% - 25px);
    left: -80px;
    z-index: 1000;
    border-radius: 0 40px 40px 0;
    transition: all .2s;
}

.fb-btn:hover {
    left: 0;
    background-color: rgba(58, 85, 159, .8);
}

.fb-btn .fb-icon {
    width: 50px;
    height: 50px;
    background: url(../img/facebook.png) no-repeat 5px;
    background-size: 24px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1001;
    border-radius: 0 40px 40px 0;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
.video-home h2{
	color: #00629a;
	font-size: 30px;
	font-weight: 700;
	margin-top: 60px;
	text-transform: uppercase;
}
*/

.video-home h2 {
    color: #001940;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 60px 0 20px;
}

.video-home p {
    /*font-size: 20px;
	line-height: 26px
	*/
    text-align: justify;
}

/**************************************************************************************************/

@media (max-width: 768px) {

    .blue,
    .serv-home,
    .blue .text-right {
        text-align: center;
    }

    .serv-home {
        margin-bottom: 20px;
    }

    .serv-home p {
        border-left: 0;
        font-size: 16px;
        padding: 10px;
        text-align: center;
        margin-top: 30px;
    }

    #sticky.stick {
        position: relative;
    }

    /* .owl-pagination{
		display: none;
	} */
    .blue img {
        width: 25px;
        height: 25px;
    }

    .map-responsive {
        margin-bottom: 20px;
    }

    .form-estado {
        padding-left: 0px;
    }

    .form-cidade {
        padding-right: 0px;
    }

    body {
        margin-top: 0;
    }

    footer .img-responsive {
        margin-left: auto;
        margin-right: auto;
    }

    footer {
        text-align: center;
        padding-bottom: 0;
        padding-top: 0px;
    }

    footer input[type="text"],
    footer input[type="email"] {
        margin: 0 auto 10px;
    }

    footer .text-right {
        text-align: center !important;
        margin-top: 20px;
    }

    body {
        /*padding-top: 50px;*/
        text-align: justify;
    }

    .servicos h2 {
        margin-top: 0 !important;
    }

    .tipos-servicos {
        margin-bottom: 0 !important;
        padding-top: 18px !important;
        padding-bottom: 0px !important;
        background: none !important;
    }

    .banner {
        border-top: 10px solid #001940;
        background: #001940;
    }

    */ section.servicos .item article p {
        padding: 0;
    }

    .owl-buttons {
        display: block;
    }

    section.clientes h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    section.clientes {
        margin-bottom: 20px;
    }

    section.servicos .item {
        padding: 0px;
        padding-top: 30px;
        margin-right: 0;
    }

    section.servicos .item article h2:after {
        display: none;
    }

    section.servicos .item article h2 {
        color: #373b52;
        padding: 8px 2px;
        font-size: 18px;
    }

    section.clientes h1 {
        color: #373b52;
        font-weight: 400;
        font-size: 25px;
        background: none;
    }

    section.clientes .item {
        background: #fff0 !important;
        margin-left: 10px;
        height: 150px;
        width: 150px;
    }

    @media (min-width: 650px) {
        section.clientes .item {
            margin-left: 15px;
        }
    }

    @media (min-width: 700px) {
        section.clientes .item {
            margin-left: 40px;
        }
    }

    .banner-interna {
        padding: 20px 0;
    }

    .banner-interna h1 {
        font-size: 22px;
    }

    .banner-interna p {
        font-size: 18px;
        line-height: 20px;
    }

    .banner-interna article {
        border-left: 0;
        padding-left: 0;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #001940;
    }

    #owl-demo3.owl-theme .owl-controls {
        margin-top: -30px !important;
        position: absolute !important;
        margin-left: 150px !important;
    }

    #owl-demo3.owl-theme img {
        width: 100%;
    }

    .lista-noticias .row+.row,
    .lista-noticias .row .c:last-of-type {
        display: none;
    }

    section.internas .cta-orcamento h3 {
        font-size: 25px;
    }

    section.internas .cta-orcamento a {
        font-size: 25px;
        padding: 10px 50px;
    }

    .bloco-politica-de-privacidade ul {
        padding-left: 20px;
    }

    .bloco-politica-de-privacidade li {
        padding-right: 15px !important;
        margin-bottom: 10px !important;
    }

    .bloco-politica-de-privacidade p {
        padding-right: 15px !important;
    }

    .bloco-politica-de-privacidade .container.internas {
        padding-left: 15px !important;
    }

    .bloco-politica-de-privacidade .banner-title {
        background-image: url("../img/banner-privacidade-mobile.jpg") !important;
        height: 100px !important;
    }

    .bloco-politica-de-privacidade h1 {
        text-align: center;
    }

    .bloco-politica-de-privacidade figure {
        text-align: center;
    }

}

.contato-m img {
    float: left;
    margin-right: 5px;
}

.contato-m {
    background: url('../img/div-menu.png') no-repeat;
    background-position-y: 7px;
}

.contato-m a {
    font-size: 13px;
    color: #1c203a !important;
    font-weight: 700;
}

/*----- Toggle Button -----*/

.toggle-nav {
    display: none;
}

/*----- Search -----*/

.search-form {
    float: right;
    display: inline-block;
}

.search-form input {
    width: 200px;
    height: 30px;
    padding: 0px 8px;
    float: left;
    border-radius: 2px 0px 0px 2px;
    font-size: 13px;
}

.search-form button {
    height: 30px;
    padding: 0px 7px;
    float: right;
    border-radius: 0px 2px 2px 0px;
    background: #66a992;
    font-size: 13px;
    font-weight: 600;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    color: #fff;
}

/*----- Responsive -----*/

@media screen and (max-width: 970px) {
    .search-form input {
        width: 120px;
    }
}

/* paginação */

.owl-theme .owl-controls .owl-page span {
    border-radius: 10px;
    width: 14px;
    height: 14px;
    background: none;
    border: 3px solid #889eb7;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #889eb7;
}

@media(max-width: 768px) {
    .owl-theme .owl-controls .owl-buttons div {
        font-size: 17px;
        border-radius: 20px;
        width: 24px;
        padding: 5px 10px;
    }
}

/************ Contato *************/

.internas .contato {
    margin-top: -50px;
    width: 100%;
}

.onde-estamos {
    background: #eee;
    color: #27334e;
    margin-bottom: -20px;
}

.onde-estamos h2 {
    font-weight: 800;
    font-size: 45px;
}

.onde-estamos h3 {
    border-bottom: 2px solid #27334e;
    font-weight: 800;
}

.onde-estamos .localizacoes {
    margin-top: 30px;
}

.onde-estamos .localizacoes span {
    margin-left: 15px;
}

@media(max-width: 768px) {
    .internas .contato h2 {
        font-size: 40px;
    }

    .internas .contato form {
        padding: 15px;
        padding-top: 0px;
    }

    section.internas form p {
        float: left;
    }

    .onde-estamos h2 {
        font-size: 35px;
    }
}

/*******************************/

/* @media(max-width: 768px){
	.lista-noticias .col-md-4:nth-child(3){
		visibility: hidden;
	}
} */

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first {
    border: 2px solid #00163e;
    padding: 4px;
    margin: 0 3px;
    color: #00163e;
    font-size: 16px;
}

.wp-pagenavi .current {
    background: #00163e;
    color: #fff;
}

.serv li {
    padding: 2px 0;
}

.serv li a {
    color: #213456;
    font-size: 16px;
    font-weight: bold;
}

@media(max-width: 768px) {
    .bkg-cinza h2 {
        font-size: 25px;
        text-align: left;
    }

    /*.bkg-cinza button {
        top: -6px;
    }*/
    section.servicos .item article p {
        padding: 0 15px;
    }

    #owl-destaque img {
        width: 100%;
        height: auto;
    }

    section.servicos h1 {
        text-align: center;
        margin: 0 auto 10px;
        width: 190px;
        padding: 0;
    }

    section.servicos .item img {
        width: 100%;
        height: auto;
    }

    section.servicos .item article {
        box-shadow: none;
    }

    #owl-demo .item {
        height: 300px;
    }

    .blog a.mais {
        margin-left: 7px;
    }

    footer a {
        color: #fff;
        font-weight: 400;
    }
}

.mail {
    padding-top: 28px;
    padding-bottom: 18px;
}

.mail p {
    color: #000033;
    padding-left: 18px;
}

.mailrolagem {
    color: #fff;
    padding-top: 21px;
}

.numbers {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.numbers p {
    margin: 0;
    padding-left: 12px;
    color: #000033;
    line-height: 23px;
}

.numbersrolagem {
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.numbersrolagem p {
    margin: 0;
    padding-left: 10px;
    color: #fff;
    line-height: 23px;
}

.bemvindorolagem {
    font-size: 16px;
}

.bemvindorolagem p {
    margin: 0;
}

.toporolagem {
    font-size: 13px;
    border-bottom: 1px solid #3b7cf5;
}

.toporolagem p {
    color: #fff;
}

.wp-pagenavi {
    text-align: center;
}

.post-categories {
    padding: 0;
    padding-left: 15px;
}

.post-categories li {
    list-style-type: none;
}

.post-categories a {
    color: #359fde;
    font-size: 20px;
}

.noticia h3 {
    padding: 0px 15px;
    font-weight: bold;
}

/*****************************************/
.bloco-politica-de-privacidade .banner-title {
    background-image: url("../img/banner-privacidade.jpg");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:top center;
    width: 100%;
    height: 200px;
}

.bloco-politica-de-privacidade h1 {
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 700;
    color: #535353;
    line-height: 45px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.bloco-politica-de-privacidade h4 strong {
    font-family: 'PT Sans';
    font-size: 18px;
    font-weight: 700;
    color: #535353;
    line-height: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.bloco-politica-de-privacidade figure img {
    margin: 15px
}

.bloco-politica-de-privacidade p {
    font-family: 'PT Sans';
    font-size: 16px;
    font-weight: 400;
    color: #535353;
}

.bloco-politica-de-privacidade li {
    font-family: 'PT Sans';
    font-size: 16px;
    font-weight: 400;
    color: #535353;
    padding-right: 33%;
    margin-bottom: 10px;
}

.bloco-politica-de-privacidade .container.internas {
    padding-left: 15px;
}

/*****************************************/
.servicos .tipos-servicos .visible-md-block h1 {
    text-transform: uppercase;
    position: relative;
    top: -26px;
    background: #fff;
    padding: 10px 30px;
}

.servicos .tipos-servicos .title-line {
    text-align: center;
    display: inline-block;

}

.servicos .tipos-servicos .box .line {
    background-color: #001940;
    width: 100%;
    height: 4px;
}

/*****************************************/