* { 
	outline: none!important;
	font-family: 'Exo 2', sans-serif;
	/* scroll-behavior: smooth; */
}

.container {
	width: 1300px!important;
}

a:active, 
a:checked,
a:focus, 
a:hover { 
	outline: none!important; 
	text-decoration: none;
}

body { 
	font-family: 'Exo 2', sans-serif;
	margin: 0;
	background-size: 100% auto;
	padding: 0;
}

.clear { 
	clear:both;
}

.none {
	display: none!important;
}

img { 
	max-width:100%!important; 
	height:auto; 
}

/* Alinhamentos de Conteúdo */

.aligncenter,
.alignleft,
.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	text-align: center;
    font-size: 12px;
	margin: 10px 0 0 0;
}

/* FONTES */

a { 
	text-decoration:none!important; 
}

a:hover { 
	text-decoration:none; 
}

p, span, li {
	color: #3B393C;
	font-size: 15px;
	line-height: 180%;
}

/* Slick Slider */

.slick-disabled {
	opacity: 0.6!important;
}

/*********************************************
** Breadcrumb
*********************************************/

.bread-crumbs-pagina {
	padding: 10px 0;
    margin: 0;
    float: left;
    width: 100%;
	background: none;
}

.bread-crumbs-pagina #breadcrumbs {
	margin: 0;
	color: #726F8E!important;
	font-size: 14px;
	font-weight: normal;
}

.bread-crumbs-pagina #breadcrumbs span {
	color: #726F8E!important;
	font-size: 14px;
}

.bread-crumbs-pagina #breadcrumbs a {
	color: #726F8E!important;
	font-size: 14px;
}

.bread-crumbs-pagina #breadcrumbs .breadcrumb_last {
	color: #726F8E!important;
	font-size: 14px;
	font-weight: bold;
}

/*********************************************
** Hover Zoom
*********************************************/

.hoverZoom {
	transition: all 0.1s linear;
}

.hoverZoom:hover {
	transform: scale(1.04);
}

/*********************************************
** Botão
*********************************************/

.boxLink {
	float: left;
	text-align: left;
	width: 100%;
}

.boxLink.center {
	text-align: center;
}

.boxLink a {
	display: inline-block;
	cursor: pointer;
}

.boxLink.full a {
	width: 100%;
}

.boxLink a .styleBotaoInterno {
	background: #32DAD8;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 100px;
}

.boxLink.secundario a .styleBotaoInterno {
	background: #373C53;
}

.boxLink a .styleBotaoInterno span {
	color: #373C53;
}

.boxLink.secundario a .styleBotaoInterno span {
	color: #F2F2F2;
}

.boxLink a .styleBotaoInterno i {
	color: #373C53;
    font-size: 20px;
    margin-left: 10px;
}

.boxLink.secundario a .styleBotaoInterno i {
	color: #32DAD8;
}

@media (max-width: 1200px) {

	.container {
		width: 100%!important;
	}

}

@media (max-width: 768px) {



}