/**
*
* Carregamento das Webfonts do Google
*/
@import url( 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap' );


/**
*
* Customização para MS IE11, caso necessário
*/
@media all and (-ms-high-contrast:none), (-ms-high-contrast: active) {

}


/**
*
* Customização do MS Edge
*/
@supports (-ms-ime-align:auto) {

}


/**
*
* Configurações gerais do CSS
* Comece editando por aqui
*/
html, body {
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
p {
	font-family: 'Roboto', sans-serif;;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
body {
	font-family: 'Roboto', sans-serif;;
}
*:hover {
	text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
h1 {
	font-family: 'Roboto', sans-serif;;
	font-weight: 500;
	font-size: 40px;
}
h2 {
	font-family: 'Roboto', sans-serif;;
	font-weight: 700;
	font-size: 22px;
}
h3 {
	font-family: 'Roboto', sans-serif;;
	font-weight: 500;
	font-size: 20px;
}
h4 {
	font-family: 'Roboto', sans-serif;;
	font-weight: 500;
	font-size: 18px;
}
h5 {
	font-family: 'Roboto', sans-serif;;
	font-weight: 500;
	font-size: 16px;
}
h6 {
	font-family: 'Roboto', sans-serif;;
	font-weight: 500;
	font-size: 10px;
}

/**
 * 
 * Oculta o recaptcha
 */
.grecaptcha-badge {
	display: none !important;
}

/**
 *
 * Slider página inicial
 */
#slider-esquerdo {
	height: calc( 100vh - 80px );
	background: #051629;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14% 6%;
	text-align: center;
}
#slider-esquerdo img {
    background: #051629;
    width: 100%;
    max-width: 260px;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 0 25px;
}
#slider-esquerdo hr {
	border: 1px solid #395366;
    position: inherit;
    margin-top: -15px;
    margin-bottom: 40px;
}
#slider-esquerdo h2 {
	font-size: 40px;
    line-height: 44px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Roboto';
}
#slider-esquerdo p {
	color: #A8B1BA;
	padding: 0 6%;
	margin-bottom: 50px;
}
#slider-esquerdo a {
	font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #395366;
    padding: 15px 40px;
}
#slider-esquerdo a:hover {
	text-decoration: none;
	background: #395366;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#slider-direito {
	height: calc( 100vh - 80px );
}
#slider-direito .palavraSlider {
    position: absolute;
    left: 45px;
    top: 15%;
}
#slider-direito .palavraSlider p {
    font-size: 138px;
    font-weight: 900;
    text-transform: uppercase;
    word-break: break-word;
    line-height: 113px;
    color: rgba(103, 186, 255, 0.6);
}
#slider-direito .cliqueRolagem {
	width: 140px;
    height: 140px;
    background: #67BAFF;
    padding: 10px;
    position: absolute;
    bottom: 70px;
    left: 70px;
    box-shadow: 0 0 10px rgba(5,22,41,0.3);
}
#slider-direito .cliqueRolagem p {
	font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
}
#slider-direito .cliqueRolagem i {
	position: absolute;
    bottom: 15px;
    left: 15px;
    color: #000;
    animation-name: animacaoBolada;
   	animation-duration: 0.5s;
   	animation-timing-function: ease;
   	animation-delay: 0.5s;
   	animation-iteration-count: infinite;
   	animation-direction: alternate;
   	animation-play-state: running;
}
@keyframes animacaoBolada {
   0%   { 
      bottom: 30px;
   }
   100% { 
      bottom: 15px;
   }
}
#home .owl-dots {
    position: absolute;
    right: 51%;
    bottom: 1%;
}
#home .owl-nav {
    display: none !important;
}



/**
 *
 * Menu principal
 */
#menu {
	background: #F3F3F3;
	height: 80px;
	display: flex;
	align-items: center;
}
#menuEscondido {
	background: #F3F3F3;
    height: 80px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 100;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#menu .custom-logo-link, #menuEscondido .custom-logo-link {
	width: 100%;
	max-width: 134px;
	height: auto;
}
#menu #navegacao, #menuEscondido #navegacao {
	display: flex;
	justify-content: flex-end;
}
#menu #navegacao ul#menu-menu-1, #menuEscondido #navegacao ul#menu-menu-2 {
	display: inline-flex;
	list-style: none;
	margin-bottom: 0;
}
#menu #navegacao ul#menu-menu-1 li.menu-item, #menuEscondido #navegacao ul#menu-menu-2 li.menu-item {
	margin: 0 2px;
}
#menu #navegacao ul#menu-menu-1 li.menu-item a, #menuEscondido #navegacao ul#menu-menu-2 li.menu-item a {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #0F1923;
	padding: 10px 20px;
}
#menu #navegacao ul#menu-menu-1 li.menu-item a:hover, #menuEscondido #navegacao ul#menu-menu-2 li.menu-item a:hover {
	background: #005A9E;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#menu #navegacao ul#menu-menu-1 .current-menu-item a, #menuEscondido #navegacao ul#menu-menu-2 .current-menu-item a {
	background: #005A9E;
	padding: 10px 22px;
    color: #fff !important;	
}
#menu #navegacao ul#menu-menu-1 li.menu-item:last-child a, #menuEscondido #navegacao ul#menu-menu-2 li.menu-item:last-child a {
	border: 1px solid #005A9E;
	padding: 9px 22px; 
	color: #005A9E !important;
}
#menu #navegacao ul#menu-menu-1 li.menu-item:last-child a:hover, #menuEscondido #navegacao ul#menu-menu-2 li.menu-item:last-child a:hover  {
	border: 1px solid #005A9E;
	padding: 9px 22px; 
	color: #fff !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


/**
 *
 * HOME Serviços
 */
#home-servicos {
	padding: 60px 0;
}
#home-servicos h3 {
	font-size: 26px;
	line-height: 35px;
	font-weight: 600;
	color: #0F1923;
	text-align: center;
	text-transform: uppercase;
}
#home-servicos p {
	text-align: center;
	color: #878787;
}
#home-servicos .servicos-destaque {
    background: #F3F3F3;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    text-align: center;
}
#home-servicos .servicos-destaque img {
	margin-bottom: 10px;
}
#home-servicos .servicos-destaque h2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 35px;
	text-transform: uppercase;
}
#home-servicos .servicos-destaque:hover {
	background: #005A9E;
/*	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;*/
}
#home-servicos .servicos-destaque:hover img {
	filter: brightness(5);
}
#home-servicos .servicos-destaque:hover h2 {
	color: #fff;
/*    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;*/
}
#home-servicos .servicos-destaque .link-servicos-destaque {
	margin: 10px 0;
}
#home-servicos .servicos-destaque .link-servicos-destaque a {
	font-size: 12px;
    padding: 10px 25px;
    background: #005A9E;
    color: #fff;
    text-transform: uppercase;
}
#home-servicos .servicos-destaque .link-servicos-destaque a:hover {
	text-decoration: none;
    box-shadow: 0 0 10px rgba(200,200,200,0.2);
}
#home-servicos .servicos-destaque:hover a {
	background: #67BAFF;
}
#home-servicos .btn-todos a {
	font-size: 12px;
    padding: 10px 25px;
    background: #005A9E;
    color: #fff;
    text-transform: uppercase;
}
#home-servicos .btn-todos a:hover {
    background: #67BAFF;
	text-decoration: none;
    box-shadow: 0 0 10px rgba(200,200,200,0.2);
}


/**
 *
 * HOME Quem somos
 */
#quem-somos {
	padding: 0;
	background-color: #051629;
}
#quem-somos .ladoEsquerdo {
	padding: 60px 0 40px 0;
}
#quem-somos h3 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
	width: 100%;
}
#quem-somos p {
	font-size: 14px;
	font-weight: 400;
	color: #C0C5C8;
	line-height: 20px;
	width: 100%;
}
#quem-somos .link-quem-somos {
	padding: 15px 0;
}
#quem-somos .link-quem-somos a {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
    padding: 10px 25px;
    border: 1px solid #395366;
}
#quem-somos .link-quem-somos a:hover {
	text-decoration: none;
    background: #395366;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#quem-somos .img50 {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
}

/**
 *
 * HOME Contadores
 */
#contadores {
	padding: 60px 0;
}
#contadores h2 {
	font-size: 26px;
	font-weight: 600;
	line-height: 32px;
	color: #0F1923;
	text-transform: uppercase;
}
#contadores p {
	line-height: 22px;
	color: #878787;
	text-align: center;
}
#contadores .boxContadores {
	border: 6px solid #F3F3F3;
	padding: 30px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
#contadores .boxContadores h3 {
	width: 100%;
    text-align: center;
    font-size: 39px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 41px;
    color: #005A9E;
}
#contadores .boxContadores p {
	font-size: 16px;
    line-height: 15px;
    margin-bottom: 0;
    color: #051629;
    text-transform: uppercase;
    font-weight: 600;
}


/**
 *
 * HOME Depoimentos
 */
#depoimentos {
	padding: 60px 0;
	background: #F3F3F3;
}
#depoimentos h2 {
	font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    color: #0F1923;
    text-transform: uppercase;
}
#depoimentos p {
    line-height: 22px;
    color: #878787;
    text-align: center;
}
#depoimentos .boxDepoimentos {
	background: #fff;
    padding: 50px 35px;
    height: 100%;
}
#depoimentos .boxDepoimentos .imagem-autor img {
	width: 100%;
	max-width: 75px;
	height: auto;
    border-radius: 50px;
}
#depoimentos .boxDepoimentos .imagem-empresa img {
    max-height: 55px;
    width: auto !important;
    max-width: 150px;
}
#depoimentos .boxDepoimentos .imagem-empresa {
    min-height: 55px;
    margin-bottom: 15px;
}
#depoimentos .boxDepoimentos p {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 22px;
    min-height: 110px;
}
#depoimentos .boxDepoimentos span.nome {
    display: block;
	font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #0F1923;
    padding-top: 10px;
}
#depoimentos .boxDepoimentos span.cargo, #depoimentos .boxDepoimentos span.empresa {
	font-size: 14px;
    line-height: 22px;
    color: #878787;
    display: block;
    font-style: italic;
}
.boxDepoimentos .box-infos {
    display: flex;
    gap: 15px;
    align-items: center;
}

#depoimentos .owl-dots {
	margin-top: 30px;
}
#depoimentos .owl-theme .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	border: 1px solid #005A9E;
	background: #F3F3F3;
	outline: none;
}
#depoimentos .owl-theme .owl-dots .owl-dot:hover span {
	background: #005A9E;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#depoimentos .owl-theme .owl-dots .owl-dot.active span {
	background: #005A9E;
}


/**
 *
 * HOME Blog
 */
#blogHome {
	padding: 60px 0;
}
#blogHome h2 {
	font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    color: #0F1923;
    text-transform: uppercase;
}
#blogHome p {
	line-height: 22px;
    color: #878787;
    text-align: center;
}
#blogHome img {
	width: 100%;
	height: auto;
}
#blogHome .blogInfos h2 {
	font-size: 22px;
	line-height: 28px;
	color: #0F1923;
	margin: 10px 0;
	text-align: left;
	text-transform: unset;
}
#blogHome .blogInfos p {
	color: #878787;
	text-align: left;
}
#blogHome .lerBlogHome {
	margin-top: 30px;
}
#blogHome .lerBlogHome a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #395366;
    border: 1px solid #395366;
    padding: 8px 30px;
}
#blogHome .lerBlogHome a:hover {
	background: #395366;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


/**
 *
 * HOME Newsletter
 */
#newsletter {
	display: none;
/* 	padding: 60px 0; */
}
#newsletter h3 {
	font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}
#newsletter p {
	color: #fff;
	margin-bottom: 0;
}
#newsletter span.wpcf7-form-control-wrap, #newsletter input[type="email"], #newsletter input[type="submit"] {
	width: 100%;
}
#newsletter input[type="email"] {
	height: 45px;
    margin-right: -2px;
    border: none;
    padding: 0 20px;
    font-size: 14px;
}
#newsletter input[type="email"]::placeholder {
	color: #BFBFBF;
}
#newsletter input[type="submit"] {
    width: 100%;
	background: #67BAFF;
    border: 1px solid #67BAFF;
    height: 45px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
#newsletter input[type="submit"]:hover {
	background: #005A9E;
	border: 1px solid #005A9E;
}


/**
 *
 * HOME Mapa
 */
#mapaHome {
	margin-bottom: -7px;
}


/**
 *
 * SOBRE Header / CSS também utilizado em demais páginas internas
 */

 #rmp_menu_trigger-388 .responsive-menu-pro-inner, #rmp_menu_trigger-388 .responsive-menu-pro-inner::before, #rmp_menu_trigger-388 .responsive-menu-pro-inner::after {
    background-color: #f3f3f3;
}
#rmp_menu_trigger-388.is-active .responsive-menu-pro-inner, #rmp_menu_trigger-388.is-active .responsive-menu-pro-inner::before, #rmp_menu_trigger-388.is-active .responsive-menu-pro-inner::after {
    background-color: #f3f3f3;
}
#rmp_menu_trigger-388:not(.is-active):hover .responsive-menu-pro-inner, #rmp_menu_trigger-388:not(.is-active):hover .responsive-menu-pro-inner::before, #rmp_menu_trigger-388:not(.is-active):hover .responsive-menu-pro-inner::after {
    background-color: #f3f3f3;
}
#headerInterno {
    background: #051629;
}
#headerInternoElements {
    padding: 60px 0 10px 0;
}
#headerInternoElements h2 {
    font-size: 38px;
    font-weight: 600;
    color: #FFF;
    line-height: 43px;
    text-transform: uppercase;
	width: 100%;
}
#headerInternoElements p {
    font-size: 14px;
    font-weight: 400;
    color: #C0C5C8;
    line-height: 20px;
}
#headerInternoElements .breadcrumbsInterno {
    margin-top: 30px;
    display: flex;
    align-items: center;
}
#headerInternoElements .breadcrumbsInterno a {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #FFF;
    text-transform: uppercase;
}
#headerInternoElements .breadcrumbsInterno a:hover {
    color: #67BAFF;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#headerInternoElements .breadcrumbsInterno i {
    margin: 0 10px;
    color: #B9BEC3;
}
#headerInternoElements .breadcrumbsInterno span {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #67BAFF;
    text-transform: uppercase;    
}
#headerInterno .img50 {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
}


/**
 *
 * SOBRE Quem somos
 */
#sobreQuemSomos {
    padding: 60px 0;
    background: #F3F3F3;
}
#sobreQuemSomos .ladoEsquerdo {
    display: flex;
    justify-content: center;
    align-items: center;
}
#sobreQuemSomos .ladoEsquerdo h2 {
    color: #004E91;
    text-align: right;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
}
#sobreQuemSomos .ladoEsquerdo img {
    width: 100%;
    height: auto;
}
#sobreQuemSomos .ladoDireito h2 {
    font-size: 26px;
    line-height: 35px;
    color: #0F1923;
    text-transform: uppercase;
}
#sobreQuemSomos .ladoDireito p {
    line-height: 22px;
    color: #6F6F6F;
}


/**
 *
 * SOBRE Missão Visão Valores
 */
#missaoVisao {
    padding: 50px 0;
}
#missaoVisao .conteudoValores {
    display: flex;
}
#missaoVisao .ladoEsquerdo img {
    width: 70%;
    height: auto;
    margin-top: 25px;
}
#missaoVisao .ladoEsquerdo h3 {
    line-height: 35px;
    margin-top: 15px;
    color: #0F1923;
    text-transform: uppercase;
    font-weight: 600;
}
#missaoVisao .ladoEsquerdo p {
    line-height: 22px;
    color: #878787
}
#missaoVisao .ladoDireito img {
    width: 100%;
    height: auto;
}


/**
 *
 * SOBRE Nossa História
 */
#nossaHistoria {
    padding: 50px 0;
    background: #051629;
}
#nossaHistoria h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
    color: #FFF;
    text-transform: uppercase;
}
#nossaHistoria p {
    line-height: 22px;
    color: #C0C5C8;
}
.linha-tempo-scroll {
	overflow-x: auto;
    padding-bottom: 15px;
}
.linha-tempo-scroll::-webkit-scrollbar {
	height: 8px; /* altura da barra */
}

.linha-tempo-scroll {
    scrollbar-color: #67baff #051629;
	scrollbar-width: thin;
}
.row.flex-nowrap {
	flex-wrap: nowrap;
}
#nossaHistoria .linhaTempo {
    display: flex;
}
#nossaHistoria .linhaTempo h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    color: #FFF;
}
#nossaHistoria .linhaTempo p {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    font-style: italic;
    color: #fff;
}
#nossaHistoria .linhaTempo p strong {
    font-weight: 600;
}
#nossaHistoria .linhaTempo hr.hrLinhaTempo {
    border: 1px solid #FFF;
    width: 150%;
}
#nossaHistoria .linhaTempo hr:last-child {
    width: 100% !important;
}
#nossaHistoria .linhaTempo span.dotLinha {
    width: 12px;
    height: 12px;
    color: #051629;
    position: absolute;
    display: flex;
    background: #67BAFF;
    border-radius: 20px;
    left: 35px;
    top: 38px;
}


/**
 *
 * SOBRE Conheça Serviços
 */
#conhecaServicos {
    padding: 30px 0;
}
#conhecaServicos h3 {
    font-size: 22px;
    font-weight: 600;
    color: #0F1923;
    line-height: 26px;
    text-transform: uppercase;
    width: 65%;
    margin-bottom: 0;
}
#conhecaServicos a {
    line-height: 27px;
    font-weight: 400;
    color: #FFF;
    background: #67BAFF;
    padding: 12px 40px;
}
#conhecaServicos a i {
    padding-left: 10px; 
}
#conhecaServicos a:hover {
    background: #051629;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/**
 *
 * FACILIDADES
 */
#facilidades {
    padding: 60px 0;
}
#facilidades .entry-content ul li {
	margin-bottom: 10px;
}


/**
 *
 * SERVIÇOS O que oferecemos
 */
#oferecemos {
    padding: 60px 0 0 0;
}
#oferecemos h2, #facilidades h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
}
#oferecemos p {
    line-height: 22px;
    text-align: center;
    color: #878787;
    margin-bottom: 50px;
}
#oferecemos .boxServicos {
    display: flex;
    justify-content: center;
    border: 1px solid rgba(112, 112, 112, 0.15);
    padding: 30px 15px;
    height: 100%;
}
#oferecemos .boxServicos .thumbServicos {
    text-align: center;
    margin: -75px 0 15px 0;
}
#oferecemos .boxServicos h2 {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    margin-top: 20px;
	padding: 0 10px;
}
#oferecemos .boxServicos a {
    color: #0F1923;
}
#oferecemos .boxServicos a:hover {
    color: #67BAFF;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#oferecemos .boxServicos p {
    font-size: 12px;
    line-height: 20px;
    color: #878787;
    padding: 0 25px;
    margin: 15px 0 0 0;
}
#oferecemos .boxServicos .linkServico {
	margin-top: 25px;
    display: flex;
    justify-content: center;
}
#oferecemos .boxServicos .linkServico a {
	font-size: 12px;
    color: #395366;
    text-transform: uppercase;
    border: 1px solid #395366;
    padding: 10px 30px;
}
#oferecemos .boxServicos .linkServico a:hover {
    color: #fff;
    text-transform: uppercase;
    background: #67BAFF;
    border: 1px solid #67BAFF;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


/**
 *
 * BLOG
 */
#blog {
    padding: 60px 0;
}
#blog img {
    width: 100%;
    height: auto;
}
#blog h2 {
    line-height: 28px;
    margin: 10px 0;
}
#blog h2 a {
    color: #0F1923;
}
#blog a:hover {
    color: #67BAFF;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#blog p {
    line-height: 24px;
    color: #878787;
    margin-bottom: 10px;
}
#blog .leiaMais {
    margin: 20px 0 30px 0;
}
#blog .leiaMais a {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    color: #395366;
    border: 1px solid #395366;
    padding: 8px 30px;
}
#blog .leiaMais a:hover {
    background: #395366;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#blog .pagination {
    margin-top: 30px;
}
#blog .pagination .page-numbers {
    display: flex;
    width: 33px;
    height: 33px;
    border: 1px solid #3A5466;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #3A5466;
    margin-right: 12px;
}
#blog .pagination .current {
    background: #67BAFF;
    border: 1px solid #67BAFF;
    color: #FFF;
}
#blog .pagination .page-numbers:hover {
    background: #67BAFF;
    border: 1px solid #67BAFF;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;    
}


/**
 *
 * SINGLE
 */
#blogSingle {
    padding: 60px 0;
}
#blogSingle .widget-wrapper {
    margin-bottom: 20px;
}
#blogSingle .widget-wrapper .widget-title {
    font-size: 14px;
    line-height: 35px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0F1923;
}
#blogSingle .widget-wrapper .urlCompartilhar a {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #65747E;
    color: #65747E;
    margin-right: 7px;
}
#blogSingle .widget-wrapper .urlCompartilhar a:hover {
    border: 1px solid #67BAFF;
    background: #67BAFF;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#blogSingle .widget-wrapper .categoriaPost a {
    display: flex;
    width: 100%;
    border: 1px solid #65747E;
    justify-content: center;
    font-size: 13px;
    line-height: 18px;
    padding: 7px 0;
    margin-bottom: 5px;
    color: #65747E;
}
#blogSingle .widget-wrapper .categoriaPost a:hover {
    background: #67BAFF;
    border: 1px solid #67BAFF;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#blogSingle .widget-wrapper .wpcf7-form-control-wrap {
	width: 100%;
}
#blogSingle .widget-wrapper .wpcf7-form-control-wrap input[type="text"], #blogSingle .widget-wrapper .wpcf7-form-control-wrap input[type="email"] {
	width: 100%;
	margin-bottom: 5px;
	border: 1px solid #65747E;
	padding: 5px 10px;
}
#blogSingle .widget-wrapper .wpcf7-form-control-wrap input[type="text"]::placeholder, #blogSingle .widget-wrapper .wpcf7-form-control-wrap input[type="email"]::placeholder {
    font-size: 13px;
    line-height: 18px;
    color: #65747E;
}
#blogSingle .widget-wrapper #assinarNewsBlog {
	width: 100%;
    min-width: 100%;
    margin-top: 2px;
    padding: 5px 0;
    background: #65747E;
    border: none;
    color: #fff;
}
#blogSingle .widget-wrapper #assinarNewsBlog:hover {
	background: #67BAFF;
	text-decoration: none;
	cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#blogSingle .conteudo span.data {
    font-size: 16px;
    line-height: 35px;
    color: #0F1923;
}
#blogSingle .conteudo h1.title {
    font-size: 36px;
    line-height: 42px;
    color: #0F1923;
    font-weight: 600;
    margin: 0 0 10px 0;
}
#blogSingle .conteudo img {
    width: 100%;
    height: auto;
    margin: 5px 0 20px 0;
}
#blogSingle .conteudo p {
    font-size: 16px;
    line-height: 28px;
    color: #878787;
    font-weight: 300;
}
#blogSingle ul {
    color: #878787;
    font-weight: 300;
}
#blogSingle .conteudo blockquote p {
    font-size: 20px;
    line-height: 30px;
    color: #0F1923;
    padding-right: 60px;
    margin: 20px 0 20px 20px;
    font-style: italic;
    font-weight: 400;
    quotes: "“" "”" "‘" "’";
}
#blogSingle .conteudo blockquote p:before {
    content: open-quote;
}
#blogSingle .conteudo blockquote p:after {
    content: close-quote;
}
#blogSingle .conteudo hr {
    margin: 30px 0 15px 0;
}


/**
 *
 * SINGLE Serviços
 */
#servicoSingle {
    padding: 60px 0;
}
#servicoSingle .widget-wrapper {
    margin-bottom: 20px;
}
#servicoSingle .widget-wrapper .widget-title {
    font-size: 14px;
    line-height: 35px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0F1923;
}
#servicoSingle .widget-wrapper ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
#servicoSingle .widget-wrapper ul li a {
    font-size: 14px;
    color: #051629;
    background: #f3f3f3;
    padding: 12px 5px 12px 15px;
    border-left: 5px solid #005A9E;
    margin-bottom: 5px;
    display: flex;
    width: 100%; 
}
#servicoSingle .widget-wrapper ul li a:hover {
    color: #FFF;
    background: #67BAFF;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#servicoSingle .conteudo h1.title {
    font-size: 36px;
    line-height: 42px;
    color: #0F1923;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
#servicoSingle .conteudo img {
    width: 100%;
    height: auto;
    margin: 5px 0 20px 0;
}
#servicoSingle .conteudo p {
    font-size: 16px;
    line-height: 28px;
    color: #878787;
    font-weight: 300;
}
#servicoSingle .conteudo blockquote p {
    font-size: 20px;
    line-height: 30px;
    color: #0F1923;
    padding-right: 60px;
    margin: 20px 0 20px 20px;
    font-style: italic;
    font-weight: 400;
    quotes: "“" "”" "‘" "’";
}
#servicoSingle .conteudo blockquote p:before {
    content: open-quote;
}
#servicoSingle .conteudo blockquote p:after {
    content: close-quote;
}
#servicoSingle .conteudo hr {
    margin: 30px 0 15px 0;
}


/**
 *
 * BLOG Publicações relacionadas
 */
#relatedPosts {
    padding: 50px 0;
    background: #F3F3F3;
}
#relatedPosts h3 {
    font-size: 23px;
    line-height: 31px;
    font-weight: 600;
    text-transform: uppercase;
}
#relatedPosts a:hover img {
	transform: scale(1.05);
}
#relatedPosts img {
    width: 100%;
    height: auto;
    margin: 0px 0 10px 0;
}
#relatedPosts h2 {
    font-size: 16px;
    line-height: 22px;
}
#relatedPosts h2 a {
    color: #0F1923;
}
#relatedPosts h2 a:hover {
    color: #67BAFF;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


/**
 *
 * CONTATO
 */
#contato {
    padding: 60px 0;
}
#contato h2 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
    text-transform: uppercase;
}
#contato p {
    line-height: 22px;
    color: #878787;
    margin-bottom: 20px;
}
#contato p, #contato form label {
    line-height: 22px;
    color: #878787;
}
#contato .wpcf7 {
    padding-right: 15px;
}
#contato input[type="text"], #contato input[type="email"], #contato select {
    border: 1px solid #EBEBEB;
    padding: 10px 20px;
    font-size: 12px;
    color: #B1B1B1;
    width: 100%;
    margin-bottom: 15px;
}
#contato form #mensagemContato {
    border: 1px solid #EBEBEB;
    padding: 10px 20px;
    font-size: 14px;
    color: #B1B1B1;
    width: 100%;
    margin-bottom: 15px;    
}
#contato input[type="submit"] {
    font-size: 12px;
    line-height: 22px;
    padding: 8px 25px;
    font-weight: 400;
    color: #fff;
    background: #67BAFF;
    border: none;
    text-transform: uppercase;
}
#contato form a {
    display: flex;
    border: 1px solid #65747E;
    width: 38px;
    height: 38px;
    color: #65747E;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
#contato form a:hover {
    border: 1px solid #67BAFF;
    background: #67BAFF;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;   
}
#contato .contatoDireito {
    padding-top: 108px;
}
#contato .contatoDireito i {
    display: flex;
    width: 38px;
    height: 38px;
    background: #67BAFF;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
}
#contato .contatoDireito p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}
#contato .btnTrabalhe {
    margin-top: 5px;
}
#contato .btnTrabalhe a {
    font-size: 14px;
    font-weight: 500;
    color: #395366;
    border: 1px solid #395366;
    padding: 10px 30px;
    text-transform: uppercase;
}
#contato .btnTrabalhe a:hover {
    color: #FFF;
    text-transform: uppercase;
    border: 1px solid #67BAFF;
    background: #67BAFF;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


/**
 *
 * PÁGINA 404
 */
#page404 {
    height: 100vh;
    background: #051629;
}
#page404 .ladoEsquerdo {
    padding: 250px 0;
}
#page404 img {
    background: #051629;
    width: 100%;
    max-width: 260px;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 0 25px;
    display: flex;
}
#page404 hr {
    border: 1px solid #395366;
    position: inherit;
    margin-top: -15px;
    margin-bottom: 40px;
}
#page404 .ladoEsquerdo p.ops {
    font-size: 132px;
    font-weight: 600;
    text-align: center;
    line-height: 132px;
    color: #fff;
}
#page404 .ladoEsquerdo h3 {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
#page404 .ladoEsquerdo .btn404 {
    text-align: center;
    margin: 60px 0;
}
#page404 .ladoEsquerdo .btn404 a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #395366;
    padding: 15px 40px;
}
#page404 .ladoEsquerdo .btn404 a:hover {
    text-decoration: none;
    background: #395366;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
}
#page404 .ladoEsquerdo p.copyright {
    text-align: center;
    font-size: 12px;
    color: #395366;
}
#page404 .ladoEsquerdo p.copyright a {
    color:  #F3F3F3;
}
#page404 .ladoEsquerdo p.copyright a:hover {
    color: #67BAFF;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
}
#page404 .ladoEsquerdo .redesSociais404 {
    display: flex;
    justify-content: center;
}
#page404 .ladoEsquerdo .redesSociais404 a {
    display: flex;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #FFF;
    margin: 0 5px
}
#page404 .ladoEsquerdo .redesSociais404 a:hover {
    color: #67BAFF;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
}


/**
 *
 * ARQUIVO
 */
#arquivos {
    padding: 60px 0 0 0;
}
#arquivos h2 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
    text-transform: uppercase;
}
#arquivos p {
    line-height: 22px;
    color: #878787;
    margin-bottom: 0;
}




/**
 *
 * RODAPÉ
 */
#footer {
	padding: 80px 0;
}
#footer img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
#footer h5 {
	color: #fff;
    text-transform: uppercase;
}
#footer p {
	font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    margin:  17px 0;
}
#footer .botaoRodape {
	margin-top: 25px;
}
#footer .botaoRodape a {
	font-size: 12px;
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
    border: 1px solid #65747E;
    padding: 13px 35px;
}
#footer .botaoRodape a:hover {
    color: #FFF;
    text-transform: uppercase;
    border: 1px solid #67BAFF;
	background: #67BAFF;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#footer .widget-wrapper .widget-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
}
#footer .widget-wrapper .menu-rodape-1-container ul, #footer .widget-wrapper .menu-rodape-2-container ul {
	list-style: none;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
#footer .widget-wrapper .menu-rodape-1-container ul li, #footer .widget-wrapper .menu-rodape-2-container ul li {
	margin-bottom: 5px;
}
#footer .widget-wrapper .menu-rodape-1-container ul li a, #footer .widget-wrapper .menu-rodape-2-container ul li a {
	color: #fff;
	display: flex;
	align-items: center;
}
#footer .widget-wrapper .menu-rodape-1-container ul li a:before, #footer .widget-wrapper .menu-rodape-2-container ul li a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f054';
    margin-right: 5px;
    font-size: 8px;
    color: #67BAFF;
}
#footer .widget-wrapper .menu-rodape-1-container ul li a:hover, #footer .widget-wrapper .menu-rodape-2-container ul li a:hover {
	color: #67BAFF;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#footer .widget-wrapper .widget-informacoes p.enderecoFooter, #footer .widget-wrapper .widget-informacoes p.telPrincipalFooter, #footer .widget-wrapper .widget-informacoes p.telSecundarioFooter, #footer .widget-wrapper .widget-informacoes p.mailFooter {
	margin: 0;
}
#footer .widget-wrapper .widget-informacoes p a {
	color: #FFF;
}
#footer .widget-wrapper .widget-informacoes p a:hover {
    color: #67BAFF;
   	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#footer .widget-wrapper .widget-informacoes p.enderecoFooter {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
#footer .widget-wrapper .widget-informacoes p.enderecoFooter:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f3c5';
    margin-right: 5px;
    font-size: 12px;
    color: #67BAFF;
}
#footer .widget-wrapper .widget-informacoes p.telPrincipalFooter:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f095';
    margin-right: 5px;
    font-size: 12px;
    color: #67BAFF;
}
#footer .widget-wrapper .widget-informacoes p.telSecundarioFooter a {
	margin-left: 18px;
}
#footer .widget-wrapper .widget-informacoes p.mailFooter:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0e0';
    margin-right: 5px;
    font-size: 12px;
    color: #67BAFF;
}
#footer .sociaisFooter {
	margin: 25px 0;
	display: flex;
}
#footer .sociaisFooter a {
	display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #fff;
    border: 1px solid #65747E;
}
#footer .sociaisFooter a:hover {
	background: #67BAFF;
    border: 1px solid #67BAFF;
    text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/**
 *
 * Copyright
 */
#copyright {
	padding: 18px 0;
	background: #051629;
}
#copyright p {
    font-size: 12px;
    line-height: 16px;
    color: #65747E;
    margin-bottom: 0;
}
#copyright p a {
	color: #FFF;
	font-weight: 400;
	margin-left: 2px;
}
#copyright p a:hover {
	color: #67BAFF;
    text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#copyright ul#menu-menu-3 {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}
#copyright ul#menu-menu-3 li {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    padding: 0 10px;
    text-transform: uppercase;
}
#copyright ul#menu-menu-3 li:last-child {
	padding-right: 0;
}
#copyright ul#menu-menu-3 li a {
	color: #B9BEC3;
}
#copyright ul#menu-menu-3 li a:hover {
	color: #67BAFF;
    text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


/**
 *
 * CF7 HOME Newsletter
 */
#newsletter .wpcf7-response-output {
    border: none !important;
    margin: 10px 0 0 0;
    padding: 0;
    color: #FFF;
}
#newsletter .wpcf7-not-valid-tip {
    display: none !important;
}


/**
 *
 * CF7 CONTATO
 */
#contato .wpcf7-response-output {
    border: none !important;
    margin: 10px 0 0 0;
    padding: 0;
    color: #051629;   
}
#contato .wpcf7-not-valid-tip {
    display: none !important;
}


/**
 *
 * BOTÃO VOLTAR AO TOPO
 */
#btn-top{
    opacity: 0;
    display: block;
    position: fixed;
    bottom: 5%;
    width: 100%;
    z-index: 10;
}

#btn-top img{
    position: absolute;
    width: 40px;
    height: 40px;
    right: 3%;
    bottom: 0;
    cursor: pointer;
}

#btn-top.active{
    opacity: 1;
}

#btn-top.active img{
    animation: 1.5s ease-out 0s 1 slideInFromTop;
}

@keyframes slideInFromTop {
    0% {
        transform: translateY(-1500%);
        opacity: 0;
    }
    20% {
        opacity: 0.6;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
#btn-top.active:hover img.gotop{
    -webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
    filter: grayscale(50%);
}



/**
*
* Media Querys
* Tamanhos definidos de acordo com as viewports do Bootstrsp
*/
@media screen and (min-width: 1200px) {  /* Resoluções de tela acima de 1200px */

}
@media screen and (max-width: 1499px) {  /* Resoluções de tela até 1199px */
    #slider-esquerdo h2 {
        font-size: 32px;
        line-height: 38px;
    }

    #slider-direito .palavraSlider {
        position: absolute;
        left: 20px;
        top: 8%;
    }
    #slider-direito .palavraSlider p {
        font-size: 92px;
        font-weight: 600;
        text-transform: uppercase;
        word-break: break-word;
        line-height: 80px;
        color: rgba(103, 186, 255, 0.6);
    }
    #slider-direito .cliqueRolagem {
        width: 125px;
        height: 125px;
        background: #67BAFF;
        padding: 10px;
        position: absolute;
        bottom: 40px;
        left: 40px;
        box-shadow: 0 0 10px rgba(5,22,41,0.3);
    }
    #mapaHome iframe {
        height: 300px !important;
    }
}
@media screen and (max-width: 1199px) {
    #slider-direito .palavraSlider p {
        font-size: 92px;
        line-height: 74px;
        margin-top: 50px;
        font-weight: 900;
    }
    #slider-esquerdo h2 {
        font-size: 24px;
        line-height: 28px;
    }
    #contadores .boxContadores h3 {
        font-size: 34px;
        line-height: 36px;
    }
    #copyright ul#menu-menu-2 li {
        padding: 0 10px;
    }
    #conhecaServicos h3 {
        font-size: 22px;
        line-height: 26px;
        width: 110%;
    }
    #oferecemos .boxServicos h2 {
        font-size: 14px;
        line-height: 20px;
    }
    #nossaHistoria .linhaTempo hr.hrLinhaTempo {
        width: 160%;
    }
    #copyright ul#menu-menu-3 li {
    	padding: 0 10px;
    }
}
@media screen and (max-width: 991px) {  /* Resoluções de tela até 991px */
    #responsive-menu-wrapper {
        margin-top: 50px !important;
    }
    ul#responsive-menu {
        text-transform: uppercase;
        font-family: 'Roboto';
    }
    #slider-direito-mb {
        height: calc( 100vh - 80px );
        background: rgba(5, 22, 41, 0.8);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10%;
        text-align: center;
    }
    #slider-direito-mb img {
        width: 100%;
        max-width: 260px;
        height: auto;
        margin: 0 auto;
        position: relative;
        padding: 10px 0 30px 0;
    }
    #slider-direito-mb h2 {
        font-size: 26px;
        line-height: 26px;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 20px;
        font-family: 'Roboto';
    }
    #slider-direito-mb p {
        color: #A8B1BA;
        padding: 0 6%;
        margin-bottom: 40px;
    }
    #slider-direito-mb a {
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        border: 1px solid #395366;
        padding: 15px 40px;
    }
    #slider-direito-mb a:hover {
        text-decoration: none;
        background: #395366;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #slider-direito-mb a.servicosSliderHome {
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        border: 1px solid #67BAFF;
        background: #67BAFF;
        padding: 30px 15px;
    }
    #home .owl-dots {
        right: 46%;
    }
    #home-servicos .servicos-destaque img {
        width: 100%;
        height: auto;
        max-width: 66px;
        height: auto;
    }
    #home-servicos .servicos-destaque h2 {
        font-size: 14px;
    }
    #contadores h2 {
        text-align: center;
    }
    #contadores .boxContadores h3 {
        font-size: 28px;
        line-height: 32px;
    }
    #depoimentos .owl-theme .owl-nav {
        display: none;
    }
    #newsletter h3, #newsletter p, #conhecaServicos h3 {
        text-align: center;
    }
    #headerInternoMd {
        padding: 40px 0;
        text-align: center;
    }
    #headerInternoMd h2 {
        font-size: 38px;
        font-weight: 600;
        color: #FFF;
        line-height: 43px;
        text-transform: uppercase;
    }
    #headerInternoMd p {
        font-size: 14px;
        font-weight: 400;
        color: #C0C5C8;
        line-height: 20px;
    }
    #headerInternoMd .breadcrumbsInterno {
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #headerInternoMd .breadcrumbsInterno a {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        color: #FFF;
        text-transform: uppercase;
    }
    #headerInternoMd .breadcrumbsInterno a:hover {
        color: #67BAFF;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #headerInternoMd .breadcrumbsInterno i {
        margin: 0 10px;
        color: #B9BEC3;
    }
    #headerInternoMd .breadcrumbsInterno span {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        color: #67BAFF;
        text-transform: uppercase;    
    }
    #sobreQuemSomos .ladoEsquerdo h2 {
        font-size: 28px;
        line-height: 32px;
    }
    #missaoVisao .ladoEsquerdo img {
        width: 70%;
        height: auto;
        margin: 0 0 0 30%;   
    }
    #nossaHistoria .linhaTempo h4 {
        font-size: 16px;
        line-height: 18px;
    }
    #nossaHistoria .linhaTempo span.dotLinha {
        top: 29px;
    }
    #blog {
        padding: 60px 0 15px 0;
    }
    #contato .contatoDireito {
        padding-top: 128px;
    }
    #footer img {
        width: 60%;
        height: auto;
    }
    #responsive-menu-container #responsive-menu-search-box, #responsive-menu-container #responsive-menu-additional-content, #responsive-menu-container #responsive-menu-title {
    	padding: 0px 5% 30px 5% !important;
 		margin-top: -16px !important;
    }
    #responsive-menu-wrapper li.menu-item-type-custom {
    	border: 1px solid #f1f1f1;
    	width: 80% !important;
    	margin: 5%;
    	text-align: center;
    }
    button#responsive-menu-button {
        top: calc( 100vh - 70px );
    }
}
@media screen and (max-width: 767px) {  /* Resoluções de tela até 767px */
    #home-servicos .servicos-destaque h2 {
        font-size: 18px;
        word-break: break-word;
        text-align: left;
        line-height: 20px;
    }
    #contadores h2, #blogHome h2, #newsletter h3, #conhecaServicos h3 {
        font-size: 22px;
        line-height: 28px;
    }
    #depoimentos h2 {
        text-align: center;
        font-size: 22px;
        line-height: 28px;
    }
    #depoimentos .carouselDepoimentos {
        margin-left: 0;
    }
    #depoimentos .boxDepoimentos {
        padding: 25px;
    }
    #depoimentos .boxDepoimentos p {
        width: 100%;
    }
    #blogHome .lerBlogHome {
        margin-top: 20px;
    }
    #home-servicos .servicos-destaque {
        justify-content: left;
        padding: 30px 10%; 
        margin-top: 20px;
    }
    #nossaHistoria .linhaTempo h4 {
        font-size: 20px !important;
        line-height: 20px !important;
        text-align: right;
        padding-right: 10px;

    }
    #nossaHistoria .linhaTempo .bordaLinha {
        border-right: 1px solid #fff;
    } 
    #nossaHistoria .linhaTempo p {
        text-align: left !important;
    }
    #nossaHistoria .linhaTempo span.dotLinha {
        position: absolute;
        top: 10%;
        left: 96%;
    }
    #conhecaServicos a {
        font-size: 14px;
        padding: 10px 20px;
    }
    #contato .contatoDireito {
        padding-top: 50px;
    }
    #footer {
        padding: 60px 0 20px 0;
    }
}
@media screen and (max-width: 575px) {  /* Resoluções de tela até 575px */
    #sobreQuemSomos .ladoDireito p {
        text-align: center;
    }
    #missaoVisao .ladoEsquerdo img {
        width: 100%;
        height: auto;
    }
    #oferecemos .boxServicos h2 {
        font-size: 18px;
    }
    #home .owl-dots {
        right: 40%;
    }
}
@media screen and (max-width: 475px) {  /* Resoluções de tela até 475px */
    #slider-direito-mb {
        padding: 11% 7%;
    }
}
@media screen and (max-width: 430px) {  /* Resoluções de tela até 475px */
    #copyright p {
        font-size: 10px;
        line-height: 12px;
    }
}