@charset "utf-8";
/* CSS Document */

.entry-header{
    display: none;
    overflow: hidden;
}


.header-topo {
	background-color: #ea5e12;
}

.social-profile {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    transition: 0.4s;
}

.header-top-area {
    padding: 20px 0;
    border-bottom: 1px solid #8a949d;
}

.header-top-info span {
	font-family: 'Inter', sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    margin-right: 40px;
}

.header-top-info span i {
    font-size: 14px;
    color: #ffffff;
    margin-right: 5px;
}

.f-right {
    text-align: right;
}

.header-icon a {
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    margin-left: 15px;
    transition: 0.3s;
}

.header-icon a:hover {
    color: #b2a075;
}

.header-icon span {
	font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 300;
	text-transform: uppercase;
    color: #ffffff;
}

.menu-2 {
    padding: 20px 0;
}

.header-top-button a.a-btn {
    background: #253549;
    font-size: 18px;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    padding: 16px 28px;
    border-radius: 5px;
    margin-right: 13px;
	display:inline-block;
}

.header-top-button a.a-btn:hover {
	text-decoration: none;
}

.a-btn i {
    font-size: 14px;
	margin-right: 2px;
	transition: 0.3s;
	position: relative;
	bottom: 1px;
}

/*
Menu
==================*/

.logo .main-logo {
	display: block;
    width: 140px;
    padding: 7px 0;
}

.logo .sticky-logo {
  width: 140px;
  padding: 7px 0;
}

.logo img {
	max-height: 195px;
}

img {
	max-width: 100%;
	height: auto;
}

.sticky-logo {
	display: none;
}

.sticky .sticky-logo {
	display: block;
}

.sticky .main-logo {
	display:none;
}

.sticky .como-posso-ajudar a {
    margin: 21px 0;
}

.hd-sec {
	background: transparent;
	/*position: absolute;*/
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	margin-bottom: -25px;
	margin-top: 5px;
}

.logo {
	/*padding: 10px 0;*/
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.alinhamento-menu {
	text-align: right;
}

.menu {
    position:relative;
	text-align: center;
}

.main-menu {
	display: inline-block;
	text-align: left;
	margin-right: 0;
}

.main-menu ul {
    margin : 0;
    padding : 0;
    position : relative;
}

.main-menu ul li {
	display: inline-block;
	padding: 0;
	position: relative;
}

.main-menu ul li.active{
	position:relative
}

.main-menu ul li a {
    font-family: 'Inter', sans-serif;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 19px 20px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
}

/*.main-menu ul li a {
	font-family: 'nunitoregular';
	color: #1e1e1e;
	display: block;
	font-size: 16px;
	padding: 46px 10px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}*/

.sticky .main-menu ul li a {
	padding: 19px 15px;
}

.sticky .main-menu ul ul li a {
    line-height: 120%;
    padding: 10px 17px;
    color: #555;
    border-bottom: 1px solid 
    #ccc;
}

.sticky .main-menu ul ul {
    background: #fff none repeat scroll 0 0;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 107px !important;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	z-index: 99999;
	transition: all 0.3s ease 0s;
	border-top: 2px solid #1fade4;
}

.main-menu ul li ul:hover .main-menu ul li a{
  background: #fafafa;
}

.main-menu ul li a:hover {
	transition : all 0.4s 0s ease;
	color: #b2a075;
    background: transparent;
}

.main-menu ul .current_page_item a {
    color: #fff;
}

.main-menu ul li ul .current_page_item a {
    color: #fff !important;
    background: #1fade4;
    border-radius: 0;
}

.main-menu ul ul {
	background: #fff none repeat scroll 0 0;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 108px;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	z-index: 99999;
	transition: all 0.3s ease 0s;
	border-top: 2px solid #1fade4;
	-webkit-box-shadow: 0px 0px 14px -10px #000000;
    box-shadow: 0px 0px 14px -10px #000;
}

.main-menu ul ul li {
	float : none;
	width : 220px;
}

.main-menu ul ul li ul {
	visibility: hidden !important;
}

.main-menu ul ul li i {
	float: right;
}

.main-menu ul ul li:hover ul{
	visibility: visible !important;
	top : -1px;
	transition: all 0.3s ease 0s;
	opacity:1;	
}

.main-menu ul ul li a {
	font-family: 'nunitoregular';
    line-height: normal;
    padding: 10px 17px;
    color: #555;
    border-bottom: 1px solid #ccc;
    text-transform: none;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

.main-menu ul ul li:last-child a{
	border-bottom:0px;
}

.main-menu ul ul li a:hover {
	color:#fff;
	background:#1fade4;
	border-top-color: #1fade4;
	border-radius: 0;
}

.sticky .main-menu ul ul li a:hover {
	color:#fff;
	background:#1fade4;
	border-top-color: #1fade4;
	border-radius: 0;
}

.main-menu ul ul ul {
	left : 100%;
	transition: all 0.3s ease 0s;
	opacity:0;
	border-top:0px;
	border-bottom:1px solid #f1c40f
}

.main-menu ul li:hover ul {	
 visibility: visible;
 transition: all 0.4s ease 0s; 
 opacity: 1;
 top:108px; 
}

.main-menu ul li a i {
margin-left : 6px;
}

.animation{
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  border-top: 0;
  background-color: #0c1f2d;
  transition: all 0.3s ease 0s;
  opacity: 0.9;
}

.sticky .main-menu ul .current_page_item a{
	color: #fff;
}

.sticky .main-menu ul li a{
	color: #fff;
}

.sticky .main-menu ul li a:hover {
	color: #b2a075;
}

.sticky #menu-item-9 {
	background-color: #0c1f2d;
}

#menu-item-9 a:hover {
	color: #b2a075;
}

img {
	transition: all 0.3s ease-out 0s;
}

.sticky .logo img{
	width: 125px;
	/*margin: 0 auto;*/
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

/*
Contato
===================*/

.ajuste-borda .wpcf7-form{
    box-shadow: none !important;
}

.wpcf7-form{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    /*padding: 40px 30px 20px;*/
    background-color: #fff;
    /*border-radius: 6px;
    box-shadow: -2px 2px 6px 1px rgba(0,0,0,.05);
    box-sizing: border-box;*/
}

.wpcf7 .wpcf7-submit {
    font-family: 'Open Sans', sans-serif !important;
	color: #fff !important;
	text-transform: uppercase !important;
	padding: 0px 26px !important;
	display: block !important;
	font-weight: normal !important;
	font-size: 16px !important;
	background-color: #B2A075 !important;
	border-radius: 5px !important;
	border: 2px solid transparent !important;
	width: 130px !important;
	text-align: center !important;
	margin: 0 auto !important;
}

.wpcf7 .wpcf7-submit:hover {
    background: #0C1F2D !important;
	color: #fff !important;
    transition: all 0.4s ease 0s !important;
}

.wpcf7-form input {
    border: 1px solid #dadada !important;
    color: #d2d2d2 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: normal !important;
    height: 55px !important;
    outline: medium none !important;
    padding-left: 20px !important;
	padding-right: 20px !important;
    width: 100%;
    border-radius: 5px !important;
}

.wpcf7-form .centralizar label span {
    font-family: 'Open Sans', sans-serif !important;
    display: inline-block !important;
    font-size: 14px !important;
    margin-right: 5px !important;
    color: #878787 !important;
}

.wpcf7-form select {
    -webkit-appearance: auto !important;
    border: 1px solid #dadada !important;
    color: #454545 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: normal !important;
    outline: medium none !important;
    padding-left: 20px !important;
	padding-right: 20px !important;
    width: 100%;
    height: 55px !important;
    border-radius: 5px !important;
}

.wpcf7-form .centralizar input {
    font-family: 'Open Sans', sans-serif !important;
    border: 1px solid #dadada !important;
    color: #454545 !important;
    height: 12px !important;
    outline: medium none !important;
    padding-left: 20px !important;
    width: 17px !important;
}

.wpcf7-form textarea {
    border: 1px solid #dadada;
    color: #454545 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    height: 40px;
    max-height: 180px;
    max-width: 100%;
    min-height: 160px;
    outline: medium none;
    padding: 12px 20px;
    resize: none;
    width: 100%;
    border-radius: 5px !important;
}

.wpcf7-form label {
    margin-bottom: 25px;
    text-align: left;
    width: 100%;
	font-size: 13px;
	color: #9d9d9e;
}

.formulario_contato .wpcf7-form input[type=file] {
    width: 100% !important;
    height: auto !important;
}

.wpcf7-form input[type=checkbox] {
    width: 15px;
    height: 15px !important;
}

.wpcf7-form input[type=radio] {
    width: 15px;
    height: 15px!important;
    margin-left: 5px;
    margin-top: 16px;
}

.wpcf7-form .wpcf7-list-item-label {
    color: #1e1e1e;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
	text-transform: uppercase;
}

/* Blog */

.sidebar .widget_search .search-field {
    height: 55px !important;
    border-radius: 10px 0 0 10px;
    border: 1px solid #f4f4f4;
    background-color: #ffffff;
    padding-left: 20px;
}

.sidebar .widget_search .search-submit {
    font-family: 'Roboto-Regular';
    font-size: 12px;
    position: absolute;
    border-radius: 0 10px 10px 0;
    height: 55px !important;
    border: 1px solid #f4f4f4;
    background-color: #1fade4;
    color: #fff;
}

.page-title {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 22px;
    color: #7A7A7A;
    margin-bottom: 10px;
}

.post-thumbnail img {
    border-radius: 20px;
}

.widget:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    height: 3px;
    background-color: #1fade4;
}

.sidebar .rpwwt-widget a {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #616161;
}

.sidebar .rpwwt-widget a:hover {
    text-decoration: none !important;
    color: #1fade4;
}

.sidebar .rpwwt-post-date {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #9b9b9b;
}

.ajuste-paginacao-interna .nav-links {
    float: left;
    margin: 30px 0;
    padding-top: 30px;
    width: 100%;
}

.nav-previous{
    float: left;
    width: 45%;
    text-align: left;
}

.nav-previous a:hover{
    text-decoration: none;
}

.nav-next a:hover{
    text-decoration: none;
}

.nav-next{
    float: right;
    width: 45%;
    text-align: right;
}

.nav-previous .meta-nav {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #616161;
    display: block;
    margin-bottom: 5px;
}

.nav-previous .post-title {
    font-family: 'Roboto-Regular';
    font-weight: 600;
    font-size: 14px;
    color: #2D4F7A;
    text-transform: none;
    line-height: 1.4;
}

.nav-next .meta-nav {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #616161;
    display: block;
    margin-bottom: 5px;
}

.nav-next .post-title {
    font-family: 'Roboto-Regular';
    font-weight: 600;
    font-size: 14px;
    color: #2D4F7A;
    text-transform: none;
    line-height: 1.4;
}

.sidebar li {
    list-style: none outside none;
}

.widget {
    position: relative;
    padding: 40px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 40px;
    background-color: #FBFBFB;
}

.widgettitle {
    font-family: 'Roboto-Regular';
    font-weight: 600;
    font-size: 22px;
    color: #2D4F7A;
    margin: 0 0 15px;
}

.widget .tagcloud a {
    font-family: 'Roboto-Regular';
    font-weight: 500;
    font-size: 15px !important;
    display: inline-block;
    line-height: 1;
    padding: 6px 10px;
    margin: 0 5px 5px 0;
    border-radius: 6px;
    color: #ffffff;
    background-color: #1fade4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.widget .tagcloud a:hover {
    background-color: #2D4F7A;
    text-decoration: none;
}

.widget ul {
    padding: 0;
    margin: 0;
}

.widget .cat-item a {
    font-family: 'Roboto-Regular';
    font-weight: 600;
    font-size: 15px !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
    color: #2D4F7A;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 20px 0px rgb(40 40 40 / 11%);
    box-shadow: 0px 5px 20px 0px rgb(40 40 40 / 11%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.widget .cat-item {
    margin-bottom: 11px;
}

.widget .rpwwt-widget img {
    border-radius: 10px;
}

.tags {
    margin: 25px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.tags a {
    font-family: 'Roboto-Regular';
    font-size: 16px;
    color: #1fade4;
    padding-right: 3px;
}

.tags .color-heading {
    font-family: 'Roboto-Regular';
    font-size: 16px;
    color: #2D4F7A;
}

.pagina-interna-single-blog {
    margin: 50px 0;
}

.pagina-interna-single-blog .breadcrumbs_title h1, .pagina-interna-single-blog .breadcrumb {
    text-align: center;
}

.titulo-post {
    font-family: 'Roboto-Regular';
    font-weight: 500;
    font-size: 30px;
    color: #7A7A7A;
    margin: 25px 0;
}

.container-post {
    padding: 26px;
}

.container-post .titulo-post-noticias {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 20px;
    color: #7A7A7A;
    margin-top: 0;
}

.container-post p {
    font-family: 'Roboto-Regular';
    color: #A7A7A7;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
}

.container-post .p-post-meta {
    font-family: 'Roboto-Regular';
    color: #A7A7A7;
    font-size: 12px;
    font-weight: 300;
}

.imagem-post img {
    border-radius: 20px;
    border: 1px solid #efefef;
}

.apresentacao-post {
    background: #ffffff none repeat scroll 0 0;
    position: relative;
    transition: all 0.3s ease 0s;
	margin-bottom: 60px;
	border-radius: 20px;
}

.apresentacao-post:hover {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
    transition: all 0.3s ease 0s;
}

.sc_button{
	font-family: 'Roboto-Regular';
    color: #1FADE4;
    text-transform: uppercase;
    padding: 0;
    font-weight: 500;
    font-size: 15px;
    margin-top: 5px;
    text-align: left;
	-webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.sc_button:hover{
	color: #2D4F7A;
    text-decoration: none;
}

.nav-links a{font-family: 'Open Sans';}

.nav-links{font-size:0.8571em;font-weight:bold;margin:60px 0;text-align:center;text-transform:uppercase;}

.nav-links .page-numbers.current{background-color:#1fade4;color:#ffffff;}

.nav-links .page-numbers{color:#006c7e;}

.nav-links .page-numbers{display:inline-block;height:4.3333em;line-height:4.3333em;margin-right:0.2em;text-align:center;width:4.3333em;border-radius: 50px;}

.nav-links .next:hover, .nav-links .prev:hover{background-color:#2D4F7A;color:#fff; text-decoration: none;}

.nav-links .page-numbers:hover{background-color:#2D4F7A;color:#fff; text-decoration: none;}


@media(max-width:1024px) {
	.logo .main-logo {
		margin-top: 0;
		width: 100px;
	}
	
	.main-menu ul li a {
		font-size: 14px;
		padding: 19px 20px;
	}
	
	.sticky .main-menu ul li a {
		padding: 33px 7px;
	}
	
	.como-posso-ajudar a {
        padding: 16px 15px !important;
    }
    
    .como-posso-ajudar a {
        margin: 21px 0;
    }
}



@media(max-width:990px) {
    .header-top-button{
        display: none;
    }
    
	.logo .main-logo {
		margin-top: 0;
	}
	
	.mean-container a.meanmenu-reveal {
		margin-top: -52px;
	}
	
	.como-posso-ajudar a {
		margin: 20px 0 !important;
	}
	
	.f-right {
      display: none;
    }
    
    .f-left {
      float: none !important;
    }
    
    .hd-sec {
      overflow: auto !important;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    
    .logo-image{
        text-align: center;
    }
    
    .header-contact-info {
      padding: 10px 0 !important;
    }

    #menu-item-9 {
      background-color: #0c1f2d !important;
    }
    
    .sticky #menu-item-9 {
    	background-color: #0c1f2d;
    }
    
    #menu-item-9 a:hover {
    	color: #fff !important;
    }

}

@media(max-width:767px) {
    .header-top-button{
        display: none;
    }
    
	.logo .main-logo {
		margin-top: 0;
	}
	
	.como-posso-ajudar a {
		margin: 18px 0 !important;
	}
	
	.mean-container a.meanmenu-reveal {
		margin-top: -52px;
	}
	
	.sticky .logo img {
		width: 92px;
	}
	
	.logo {
    	padding: 5px 0;
	}
	
	.social-profile {
        display: none;
    }
    
    .wpcf7 .wpcf7-submit {
    	margin-left: 0;
    }
}

@media(max-width:600px) {
    .header-top-button{
        display: none;
    }
    
    .header-top-info span {
      font-size: 13px;
      margin-right: 0;
    }
    
    .header-icon span {
      font-size: 11px;
    }
    
	.social-profile {
        display: none;
    }
    
    .info-contato-topo span {
        font-size: 13px !important;
    }
    
    .alinhamento-whatsapp {
        text-align: left !important;
    }
    
    .logo .main-logo {
        margin-top: 0px;
    }
    
    .como-posso-ajudar a {
        margin: 24px 0 !important;
    }
    
    .header-topo .topo-imagem {
        background: #f46708 !important;
    }
    
    .alinhamento-menu {
        text-align: left !important;
		padding-left: 30px;
    }
    
    .mean-container a.meanmenu-reveal {
        margin-top: -52px;
    }
	
	.zerar-padding {
		padding-right: 0;
	}
	
	.logo {
		padding: 6px 0;
	}
	
	.sticky .logo {
		padding: 6px 0;
	}
	
	.header-topo {
		border-top: 0 !important;
	}
}

@media(max-width:520px) {
	.social-profile {
        display: none;
    }
    
    .info-contato-topo span {
        font-size: 13px !important;
    }
    
    .alinhamento-whatsapp {
        text-align: left !important;
    }
    
    .logo .main-logo {
        margin-top: 0px;
    }
    
    .como-posso-ajudar a {
        margin: 24px 0 !important;
    }
    
    .header-topo .topo-imagem {
        background: #f46708 !important;
    }
    
    .alinhamento-menu {
        text-align: left !important;
		padding-left: 5px;
    }
    
    .mean-container a.meanmenu-reveal {
        margin-top: -52px;
    }
	
	.zerar-padding {
		padding-right: 0;
	}
	
	.logo {
		padding: 6px 0;
	}
	
	.sticky .logo {
		padding: 6px 0;
	}
	
	.header-topo {
		border-top: 0 !important;
	}
	
	
	
}

@media(max-width:480px) {
	.social-profile {
        display: none;
    }
    
    .info-contato-topo span {
        font-size: 13px !important;
    }
    
    .alinhamento-whatsapp {
        text-align: left !important;
		padding-left: 5px;
    }
    
    .logo .main-logo {
        margin-top: 0px;
    }
    
    .como-posso-ajudar a {
        margin: 15px 0 !important;
    }
	
	.zerar-padding {
		padding-right: 0;
	}
	
	.logo {
		padding: 6px 0;
	}
	
	.sticky .logo {
		padding: 6px 0;
	}
	
	.header-topo {
		border-top: 0 !important;
	}
	
    
}


    
