/*
Theme Name: sbdcv
Theme URI: https://sbdcv.org.br/themes/sbdcv/
Author: Marcos Tavares
Author URI: https://itarget.com.br/
Description: Our 2021 
O tema padrão é projetado para mostrar o poder do editor de blocos. Ele apresenta estilos personalizados para todos os blocos padrão e é construído de forma que o que você vê no editor se pareça com o que você verá em seu site.
Requires PHP: 7.2.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sbdcv
*/

* {
    font-family: fira-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
}
html{
	overflow-x:hidden;
}

body{
	overflow:hidden;
	/*font: 15px/23px 'Open Sans', Segoe UI, Arial, sans-serif;*/
    font-family: fira-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
	color:#3e474c;
}

body.boxed-layout{
	background-color:#3d5e93;
	background-size:cover;
	background-attachment:fixed;
}
a {
    color: #253786;
    text-decoration: inherit;
    font-weight: 700;
}
a:hover {
    color: #c6242b;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Fira Sans', sans-serif;
}
.h4, h4 {
    font-size: 1rem;
}
h2 {
    font-weight: 800;
    font-family: 'Fira Sans', sans-serif;
}
#preloader {
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center; 
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: 'Fira Sans', sans-serif;
    line-height: 29px;
    line-height: 28px;
    font-weight: 500;
}
ol, ul {
   
    padding-left: 1rem;
}

/* ==================================== */
		      /* HEADER */
/* ==================================== */
.admin-bar #header{
    margin-top:32px;
}
#header {
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
}

#header .container{
	padding:0;
	width:auto;
}

#header.sticky-header{
	position:fixed;
}

#header.sticky-header .container{
	padding:0 15px;
	width:1170px;
}

.boxed-layout #header.sticky-header{
	left:auto;
	right:auto;
} 

/* Header Principal */

#main-header {
    padding-left: 5000px;
    padding-right: 5000px;
    margin-left: -5000px;
    margin-right: -5000px;
    background: #f5f5f5;
    color: #e2eaf2;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 5000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    box-shadow: 0px 2px 5px -2px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0px 2px 5px -2px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.65);
}

.sticky-header-on.boxed-layout #main-header{
	padding-left:15px;
	padding-right:15px;
	margin-left:-30px;
	margin-right:-15px;
}
.boxed-layout #main-header{
	padding-left:30px;
	padding-right:30px;
	margin-left:-30px;
	margin-right:-30px;
}
#main-header .botoes .btn-primary {
    color: #fff;
    background-color: #c6242b;
    border-color: #c6242b;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 18px;
    display: flex;
    align-items: center;
	font-weight: 800;
	padding-right: 10px;
    padding-left: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
}
#main-header .botoes .btn-primary:hover {
    background-color: #d4151f;
    border-color: #c6242b;
}
#main-header .botoes .btn-outline-success {
    border: 1px solid #198754;
    background-color: #198754;
    color: #f0f1f2;
}

#main-header .botoes .btn-primary i {
    color: #ffffff;
    line-height: 20px;
    margin-right: 5px;
    font-size: 16px;
}

#main-header .botoes .btn-logado {
    border: 0;
    background-color: transparent!important;
    color: #221e1f;
    font-size: 14px;
}
#main-header .botoes .btn-logado i {
    color: #221e1f;
}
#logo{
	 display: flex;
	 align-items: center;
}
.site-logo {
    padding: 10px 0;
}
.user_card {
	height: 400px;
	width: 350px;
	margin-top: auto;
	margin-bottom: auto;
	background: #dcddde;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;

}
.brand_logo_container {
	position: absolute;
	top: 40px;
	border-radius: 50%;
	text-align: center;
}
.brand_logo_container i {
    font-size: 68px;
}
.brand_logo {
	height: 150px;
	width: 150px;
	border-radius: 50%;
	border: 2px solid white;
}
.form_container {
	margin-top: 100px;
}

.form_container .alert {
    width: 238px;
    text-align: center;
    padding: 10px;
}

.login_btn {
	width: 100%;
	background: #c6242b !important;
	color: white !important;
}
.login_btn .spinner-border {
    width: 1.5rem;
    height: 1.5rem;
}
.login_btn:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.login_container {
	padding: 0;
}
.input-group-text {
	background: #c6242b !important;
	color: white !important;
	border: 0 !important;
	height: 38px;
	border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #c6242b !important;
}
.cx-botoes-associados a.btn-associado {
    display: grid;
    background-color: #f2f2f2;
    padding: 20px;
    width: 303px;
    margin: 10px;
    align-items: center;
    justify-content: center;
}
.cx-botoes-associados  a.btn-associado i.fas {
    font-size: 40px;
}
/* ==================================== */
		      /* NAVIGATOR */
/* ==================================== */
div#main-menu nav {
	padding-top: 0;
    padding-bottom: 0;
	min-height: 82px;
}
div#main-menu nav .nav-item .nav-link {
    color: #000000;
    padding: 0.95rem 0.65rem;
    font-family: 'Lato';
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
}
div#main-menu nav li.nav-item {

}
div#main-menu nav a.nav-link:hover, 
div#main-menu nav a.nav-link:hover span, 
div#main-menu nav .nav-item.dropdown a.nav-link:hover,
div#main-menu nav .nav-item.dropdown a.nav-link:hover span {
    background-color: #ffffff26;
    color: #c6242b;
}
div#main-menu nav .nav-item .nav-link,
div#main-menu nav .nav-item .nav-link span{
    color: #000000;
    padding:2.19rem 0.32rem;
    color: #030303;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Fira Sans', sans-serif;
    line-height: 24px;
    font-size: 14px;
    cursor: pointer;
}
div#main-menu nav .nav-item.dropdown:hover .dropdown-menu {
    display: block; 
	margin: 0;
    border:0;
    border-radius:0;
    box-shadow: -2px 8px 17px 3px rgb(0 0 0 / 24%);
    z-index: 10;
    top:70%;
}
.dropdown-item {
    font-size: 12px;
}
div#main-menu nav .nav-item a {
	font-weight: 600;
    font-family: 'Lato';
    text-transform: uppercase;
    padding: 5px 18px;
    font-family: 'Fira Sans', sans-serif;
    line-height: 24px;
    font-size: 14px;
}
div#main-menu nav .nav-item.dropdown a,
div#main-menu nav .nav-item.dropdown a span {
    color: #030303;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Fira Sans', sans-serif;
    line-height: 24px;
    font-size: 14px;
}
div#main-menu nav .nav-item.dropdown a:hover,
div#main-menu nav .nav-item.dropdown a:hover span {
    background-color: transparent;
	color: #c6242b;
}
div#main-menu .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-end;
}
div#main-menu .navbar-collapse {
    align-items: center;
    width: auto;
}

.cx-pesquisa {
	justify-content: end;
}

.cx-pesquisa input {
	border: 0;
	border-radius: 0;
	border-top-left-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem;
	background-color: #ffffff;
	color: rgb(49, 49, 49);
}
.cx-pesquisa .btn-pesquisa {
    border: 0;
    border-radius: 0;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background-color: #ffffff;
    color: #c6242b;
}
.cx-pesquisa input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgb(44, 44, 44);
	opacity: 1; /* Firefox */
}
.cx-pesquisa input:focus {
	border:0;
	box-shadow: inherit;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cx-pesquisa input:focus ~ .btn-pesquisa {
	background-color: rgb(255, 255, 255);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cx-pesquisa input:focus ~ .btn-pesquisa i {
	color: #006cb8;
}
.box-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 11;
    background-color: #000000d9;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.mobile .sidebar {
    background-color: #f3f3f3!important;
}
a.nav-link.p-3.px-lg-2.active {
    color: #253786;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid;
    display: flex;
    padding: 0ju;
    padding: 0;
    justify-content: center;
    align-items: center;
    margin: 10px auto 0;
}
/** pesquisa de **/ 

div#cx-find {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
}
.close-find {
    position: absolute;
    z-index: 12;
    font-size: 43px;
    right: 20px;
    top: 20px;
    display: none;
    cursor: pointer;
}
/* ==================================== */
		      /* BOX LINKS */
/* ==================================== */

.box-link {
	padding: 20px 40px 20px 20px;
	display: block;
	background: #006cb8;
    border-radius: 10px;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    padding: 18px 10px 15px 50px;
    position: relative;
    min-height: 75px;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
	font-size: 24px;
	text-decoration: none;
}
h4.post-title a {
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    line-height: 24px;
    font-size: 13px;
    text-transform: uppercase;
}
.box-link h4{
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
}

.box-link p {
    color: #ced6e7;
    margin-top: 0;
    font-size: 13px;
    margin-bottom: 0;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
}
.box-link.hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: #006cb8 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-position: -17px 5px;
    z-index: -1;
    background-size: 85px;
}
.box-link.eventos:before {
	background-image: url(./assets/css/svgs/calendar-alt-regular.svg);
}
.box-link.webnair:before {
	background-image: url(./assets/css/svgs/play-circle-regular.svg);
}
.box-link.ebook:before {
	background-image: url(./assets/css/svgs/book-reader-solid.svg);
}
@-webkit-keyframes 	 {
	from { color: #006cb8 }
	to { color: #ec8d1c;}
  }
  
  .webnair {
	-webkit-animation-name: webnair;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
	-webkit-animation-duration: 1s;
  }
/* ==================================== */
		      /* SLICK SLIDER */
/* ==================================== */
.wrapper {
    margin-top: 130px;
}
.grid-destques {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.grid-item {
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
}
.grid-destques .grid-item {
    position: relative; 
    border: 0;
    background-color: #f2f2f2;
}
.grid-destques .grid-item:nth-child(1) { 
    grid-row: 1 / 3;
    grid-column: 4 / 1;
    height: 340px;
    display: grid;
}
.grid-destques .grid-item.min-banner .min-slider-bg{
    position: relative; 
    width: 100%;
    height: 100%;
    background-size: cover;
}
.grid-destques .grid-item:nth-child(4) { 
    grid-row: 1 / 3;
}
.grid-destques-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
    height: 155px;
}
.grid-destques-2 .grid-item {
    position: relative; 
    background-color: #f7f7f7;
}

.slider-full .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	opacity:0;
	transition: all 1s ease-in-out;
}
.slider-full  .slick-initialized {
    opacity:1;
}
.slider-full  .slider  .item {
	transition: all .5s ease-in-out;
	display: block;
	background-color: #e2e2e2;
}
.slider-full   .slider .item {
	opacity:1;
	transition: all linear 1s;
}
.slider-full .slick-slide-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 101%;
    width: 100%;
    padding-top: 35.7%;
    /* height: 100%; */
}
.slider  .item.loaded {
    opacity:1;
}
.slider .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slider-full .slick-dots {
	bottom: 20px;;
}
.slider-full .slick-dots li button:before {
	font-size: 14px;
}
.slider-full .slick-dots li.slick-active button:before {
    opacity: .75;
    color: rgb(255, 255, 255);
}
.grid-destques-2 .grid-item .min-slider-bg,
.grid-destques-2 .grid-item a .min-slider-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
}

/* ==================================== */
		      /* ÚTEIS */
/* ==================================== */
.flex-row {
	display: flex;
	flex-wrap: wrap;
}
.flex-row > [class*='col-'] {
	display: flex;
	flex-direction: column;
}
.flex-row.row:after, 
.flex-row.row:before {
	display: flex;
}
/* ==================================== */
		      /* DIV LINKS RÁPIDOS */
/* ==================================== */
.links-rapidos {
    padding: 30px 0;
}

/* ==================================== */
		      /* SECTION LOCALIZADOR */
/* ==================================== */
section.localizador {
    background-color: #fefefe;
    border-top: 1px solid #f2f2f2;
    position: relative;
    position: relative;
    background-color: #221e1f;
    -webkit-box-shadow: 0px 0px 24px -7px rgb(0 0 0 / 30%);
    box-shadow: 0px 0px 24px -7px rgb(0 0 0 / 9%);
}
.wrapp-localizador {
	background-color: #fefefe;
    padding: 50px 20px;
}
section.localizador {
    background: #fefefe;
}
div#result-localizador .card {
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
}
section.localizador input, section.localizador select {
    border-radius: 10px;
}
section.localizador .btn-primary {
    color: #ffffff;
	background-color: #c6242b;
    border-color: #c6242b;
    border-radius: 25px;
    width: 38px;
    height: 38px;
    padding: 0;
    margin: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.localizador .btn-primary  .spinner-border {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
}
section.localizador .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #221e1f;
    border-color: #221e1f;
}
section.localizador .page-link {
    color: #221e1f;
}
section.localizador .page-link:hover {
    color: #c6242b;
}
section.localizador .dtr-control {
    padding: 1.5rem 0;
 }
.page-id-548 h5 {
    line-height: 31px;
    margin-bottom: 30px;
}
.page-id-548 h5 a {
    color: #c6242b;
}

button.btn.btn-primary i {
    margin-left: 4px;
	font-size: 18px;
}
.title-section {
    text-align: center!important;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: 800;
    font-size: 26px;
} 
ul.pdfs-download {
    list-style: none;
}

ul.pdfs-download li a {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.pdfs-download li a span {
    margin-right: 16px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
}
ul.pdfs-download li i {
    font-size: 40px;
    color: #e40f17;
}
ul.pdf-direrizes {
    padding: 0;
    list-style: none;
}
ul.pdf-direrizes li {
    padding: 10px 0;
}
ul.pdf-direrizes li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Fira Sans', sans-serif;
    line-height: 24px;
    font-size: 14px;
}
ul.pdf-direrizes li a i {
    margin-right: 15px;
    font-size: 35px;
    color: #c6242b;
}
/*.table>thead>tr>th {
    display: none;
}*/

section.localizador tbody h3 {
    font-size: 16px;
    color: #253786;
}
section.localizador tbody h3 span {
    font-weight: 600;
    font-size: 15px;
    color: #666666;
}
section.localizador tbody p {
    font-weight: 600;
    font-size: 15px;
    color: #666;
    margin-bottom: 0;
    line-height: 17px;
}
th.sorting_asc {
    padding: 0;
    border: 0;
    text-indent: -99999px;
    height: 1;
}
td.dtr-control.sorting_1 {
    padding: 1.5rem 0;
}
/* ==================================== */
		      /* EVENTOS */
/* ==================================== */
section.section-destaque {
    background-color: #f2f5f7;
	padding: 60px 0 40px;
}
section.eventos-nacionais, section.aulas-previas {
    background-color: #fff;
}
.cx-eventos h2 {
    font-size: 22px;
    font-weight: 800;
    color: #006cb8;
}
.cx-eventos .btn-primary {
    color: #ffffff;
    background-color: #ec8d1c;
    border-color: #ec8d1c;
}
section.noticias-destaques {
    background-image: url(https://iweb04.itarget.com.br/itarget.com.br/newclients/sbdcv/wp-content/uploads/2021/04/01_bg_interna.jpg);
    background-repeat: no-repeat;
    background-position: top center;
	background-attachment: fixed;
    background-size: auto;
	padding: 40px 0;
}
.slider-noticias .item {
    padding-bottom: 26%;
    position: relative;
    display: block;
    padding: 0 0 0 15px;
    outline: none;
}
.slider-noticias .item h3 {
    font-size: 20px;
}
.item.slick-slide a {
    text-decoration: none;
}
.slider-noticias .item .image-dtq {
	display: block;
	width: 100%;
	height:1px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 70%;
}
.lazy.post-image {
    min-height: 1px;
    padding-top: 57%;
    background-size: 100%;
    background-position: center;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}

.cx-title {
    text-align: right;
}
section.section-destaque .btn-primary {
    color: #fff;
    background-color: #c6242b;
    border-color: #c6242b;
    font-weight: 800;
}
}
section.section-destaque .btn-primary:hover {
    color: #fff;
    background-color: #c6242b;
    border-color: #c6242b;
}
section.section-destaque {
    padding: 40px 0;
}
section.section-destaque .card-footer a {
    color: #777777;
    font-weight: 600;
}
section.noticias-destaques {
    background-color: #ffffff;
    padding: 50px 0 40px;
}
section.noticias-destaques .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff6e;
    background-clip: border-box;
    border: 0;
    border-radius: .25rem;
	height: 100%;
    word-wrap: break-word;
color: #777777;
font-family: 'Fira Sans', sans-serif;
font-weight: 600;
}
h4.post-title a {
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    line-height: 24px;
}
section.noticias-destaques .card-footer {
    display: flex;
    justify-content: space-between;
}
section.noticias-destaques .card-footer .post-meta {
    display: none;
}
@media (max-width: 576px) { 
	.cx-title {
		text-align: center;
		margin-bottom: 15px;
	}
	.slider-noticias .item {
		padding: 0;
		margin-bottom: 15px;
	}
	.slider-noticias .item a {
		font-size: 20px;
		text-decoration: inherit;
	}
}
/* ==================================== */
		      /* PÁGINAS */
/* ==================================== */
section.subpage-header {
    margin: 94px 0 0;
    padding: 40px 0 38px;
    background-image: url(https://iweb04.itarget.com.br/itarget.com.br/newclients/sbavc/wp-content/uploads/2021/06/cropped-arteria-placa-imagem.jpg);
    color: #fff;
    text-align: center;
    list-style: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    -webkit-transform-style: preserve-3d;
    /* transform-style: preserve-3d; */
    outline: 0;
}
section.subpage-header:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #02020269;
    z-index: -1;
    content: "";
}
section.subpage-header .site-title {
   
}
span#breadcrumbs span span,
span#breadcrumbs span span a {
    color:#fff;
    font-weight: bold;
    font-family: 'Fira Sans', sans-serif;
}
section.content {
    padding: 40px 0;
    min-height: 400px;
}
/* ==================================== */
		      /* FOOTER */
/* ==================================== */
.wrapp-localizador h3 {
    color: #253786;
    font-weight: 700;
}
#footer{
	-webkit-transform: translateZ(0px);
	position:relative;
	position:relative;
	background-color:#221e1f;
}

#main-footer, 
#lower-footer {
    margin-left: -5000px;
    margin-right: -5000px;
    padding-left: 5000px;
    padding-right: 5000px;
    background: #f9f9f9;
    color: #253786;
    -webkit-transform: translateZ(0px);
    transition: margin 0.3s, padding 0.3s;
    -webkit-transition: margin 0.3s, padding 0.3s;
    -moz-transition: margin 0.3s, padding 0.3s;
}

.boxed-layout #main-footer,
.boxed-layout #lower-footer{
	padding-left:30px;
	padding-right:30px;
	margin-left:-30px;
	margin-right:-30px;
}

#main-footer>.row>div:before,
#main-footer>.row>div:after {
	content:"";
	display:table;
}
#main-footer>.row>div:after {
	clear:both;
}
#main-footer>.row>div {
	zoom:1;
}

#main-footer{
	padding-top:50px;
	padding-bottom:30px;
	-webkit-transform: translateZ(0px);
}

#main-footer h4 {
    margin-top: 0;
    margin-bottom: 22px;
    color: #c6242b;
    font-size: 19px;
    font-weight: 800;
}

#main-footer p {
    color: #989898;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Fira Sans', sans-serif;
    line-height: 24px;
    font-size: 16px;
}

p.contato_text a {
    margin: 2px;
}

/* redes sociais */

.contato_text {
	margin-bottom: 10px;
}
.contato_text span, .contato_text i {
	color:#253786;
}
.contato_text a i.fab, .contato_text i.fa {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    background-color: #00000000;
    margin-right: 0;
    border-radius: 25px;
    border: 1px solid #253786;
}

p.contato_text.d-flex.flex-row.bd-highlight.mb-3 a {
    margin-right: 10px;
}

.form-custom label {
    width: 100%;
}
.form-custom label span.wpcf7-form-control-wrap {
    margin-bottom: 16px;
    display: block;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 150px;
}
input.wpcf7-form-control.btn-custom {
    color: #fff;
    background-color: #c6242b;
}
/* Menu Widget */
.menu-container{
	padding:0;
}

.menu{
	list-style:none;
	margin:0;
	padding:0;
}

.menu li{
	position:relative;
	margin:0 0 13px;
}

.menu li a {
    color: #989898;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Fira Sans', sans-serif;
    line-height: 24px;
    font-size: 16px;
}

.menu li a:hover, .menu li a:hover:before {
    color: #253786;
}
.menu li a:hover{
    text-decoration: underline;
}
/* Footer Secundário */

#lower-footer {
    border-top: 1px solid #f7f7f7;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transform: translateZ(0px);
    background-color: #f4f5ff;
}

#lower-footer .social-buttons{
	margin:8px 10px 0!important;
	overflow:hidden;
}

.copyright {
    color: #253786;
    padding-top: 13px;
    margin: 0;
    font-size: 13px;
    font-family: 'Fira Sans', sans-serif;
}
/* Back to Top */

#button-to-top {
    background: #f2f2f2;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 24px;
    padding-top: 7px;
    color: #c6242b;
    border-top: 1px solid #f3f7fa;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: background 0.3s, color 0.2s;
    -webkit-transition: background 0.3s, color 0.2s;
    -moz-transition: background 0.3s, color 0.2s;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
}

#button-to-top:hover{
	background:#63b2f5;
	color:#fff;
	border-top-color:#7cc5f8;
	border-bottom-color:#579dd9;
}
.redes-sociais {
	margin-left:5px;
}
.redes-sociais ul {
	text-align: right;
    padding: 0;
    margin: 0;
}

.redes-sociais ul li {
    display: inline-block;
    list-style: outside none none;
    padding: 0 5px 0 0;
}

.redes-sociais ul li a {
    background: #f0f1f2 none repeat scroll 0 0;
    border-radius: 50%;
    color: #253786;
    display: block;
    height: 32px;
    padding-top: 0;
    text-align: center;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #253786;
}
.redes-sociais ul li a:hover {
    background-color: #253786;
    color: #fff;
}
.redes-sociais ul li a.twitter:hover {
    background-color: #29a4d9;
    color: #fff;
    border: 1px solid #29a4d9;
}
.redes-sociais ul li a.instagram:hover {
    background-color: #c32e99;
    color: #fff;
    border: 1px solid #c32e99;
}
.redes-sociais ul li a.facebook:hover {
    background-color: #395693;
    color: #fff;
    border: 1px solid #395693;
}

a.selo {
    float: right;
}


@media (min-width: 1280px) and (max-width: 1366px) { 
    div#main-menu nav .nav-item .nav-link, div#main-menu nav .nav-item .nav-link span,
    div#main-menu nav .nav-item.dropdown a, div#main-menu nav .nav-item.dropdown a span {
        font-size: 12px;
    }
    .grid-destques-2 .grid-item .min-slider-bg,
    .grid-destques-2 .grid-item a .min-slider-bg {
        position: relative;
        width: 100%;
        height: 100%;
        background-size: 100%;
        text-align: center;
        background-position: center center;
    }
    .grid-destques .grid-item:nth-child(1) {
        grid-row: 1 / 3;
        grid-column: 4 / 1;
        height: 305px;
    }
    .grid-destques .grid-item .min-slide-bg {
        position: relative;
        width: 100%;
        height: 100%;
        background-size: 100%;
        text-align: center;
        background-position: center center;
    }
    #main-header .container {
        max-width: auto!important;
        max-width: 99%;
    }
   
}

.no-results  h1.entry-title,
.search-results h1.entry-title {
    font-size: 22px;
    text-align: center;
    padding-bottom: 40px;
}
.search-results .input-groupn
.no-results .input-group {
    justify-content: center;
}
.no-results .page-title,
.search-results .page-title {
    font-size: 22px;
}
@media (max-width: 576px) { 
    #header {
        z-index: 1000;
        position: inherit;
        display: none;
    }
    nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.fixed-top.main-navigation.d-xl-none {
        background-color: #253786!important;
    }
    .mobile .botoes {
        padding: 0 15px 15px 15px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .mobile .btn-associado {
        line-height: 25px;
        width: 100%;
        background-color: #253786;
        border: 1px solid #253786;
    }
    .mobile .menu li a {
        color: #253786;
        display: block;
        padding: 0 0 0 20px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        font-family: 'Fira Sans', sans-serif;
        line-height: 24px;
        font-size: 16px;
    }
    .mobile .redes-sociais ul li a {
        background: #253786 none repeat scroll 0 0;
        border-radius: 50%;
        color: #f0f1f2;
    }
    .img-fluid { 
        max-width: 100%;
        height: auto;
        padding: 10px 0 0;
    }
    a.logotipo {
        display: block;
        margin: 56px auto 20px;
        text-align: center;
    }
    .wrapper {
        margin-top: 0;
    }
	section.localizador h3 {
		color: #fff;
		font-size: 18px;
		padding-bottom: 20px;
		text-align: center;
	}
	section.localizador input, section.localizador select {
		margin-bottom: 15px;
	}
	section.localizador .btn-primary {
		width: 100%;
	}
	.table body tr td:nth-child(3),
	.table body tr td:nth-child(3){
		display: none;
	}
    .site-logo {
        text-align: center;
        margin-bottom: 30px;
        width: 160px;
        margin: 0 auto;
    }
   
    #main-footer h4 {
        margin-top: 0;
        margin-bottom: 22px;
        color: #c6242b;
        font-size: 19px;
        font-weight: 800;
        text-align: center;
    }
    .contato_text {
        margin-bottom: 10px;
        margin-top: 35px;
        display: flex;
        justify-content: center;
    }
    .contato_text a i.fab, .contato_text i.fa {
        text-align: center;
        margin: 0 5px;
    }
    #main-footer p {
        color: #989898;
        text-align: center;
    }
    .menu li a:before {
        content: " ";
    }
    #lower-footer {
        text-align: center;
    }
	.box-link {
		margin-top: 15px;
	}
    .grid-destques {
        display:inherit;
        height: auto;
        min-height: 100px;
    }
    .grid-destques .grid-item {
        margin-bottom: 20px;
        background-color: #ffffff;
        margin: 15px;
    }
    .grid-destques .grid-item:nth-child(1) {
        grid-row: inherit;
        grid-column: 1;
        margin: 0 0 50px;
    }
    .grid-destques .grid-item:nth-child(1) {
        grid-row: 1 / 3;
        grid-column: 4 / 1;
        height: auto;
    }
    .grid-destques .grid-item.min-banner .min-slider-bg {
        position: relative;
        width: auto;
        height: 100%;
        background-size: cover;
        padding-top: 50%;
    }
    .grid-destques-2 .grid-item.min-banner .min-slider-bg {
        position: relative;
        width: auto;
        height: 100%;
        background-size: 100%;
        padding-top: 22%;
        border: 1px solid #253786;
    }
    .slider-full .slick-dots {
       /* bottom: -36px;*/
    }
    .slider-full .slick-dots li.slick-active button:before {
        opacity: .75;
        color: rgb(37 55 134);
    }
    .grid-destques-2 {
        display: inherit;
        grid-gap: 20px;
        margin-top: 0;
        height: auto;
    }
    .grid-destques-2 .grid-item {
        margin-bottom: 20px;
        border: 0;
        background-color: transparent;
        margin: 15px;
    }

    section.subpage-header {
        margin: 0;
        padding: 40px 0;
    }
    .widget ul.menu li a {
        padding: 15px;
        background-color: #253786;
        color: #fff;
        text-align: center;
        border-radius: 5px;
    }
    .widget ul.menu li a:before {
        content: normal;
    }
    .widget .contato_text a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    a.selo {
        float: inherit;
        margin: 10px 0;
        display: block;
    }
    
}
li#search-12 {
    display: none;
}