/*
Theme Name: M de Maria
Theme URI: http://mdemaria.co/
Author: Janine Duarte
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bsb_ca
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 bsb_ca is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
0.0 - Grid
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
	5.3 - Sub-Menus
	5.4 - Header
	5.5 - Footer
6.0 - Accessibility
7.0 - Alignments
8.0 - Homepage
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Modelos
	10.3 - Comments
	10.4 - Portfolio
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
12.0 - Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
0.0 - M de Maria Standard CSS
--------------------------------------------------------------*/

.aligncenter {
	text-align: center;
}
.alignleft{
	text-align: left;
}
.alignright{
	text-align: right;
}
.alignjustify{
	text-align:
}
.fullwidth {
	max-width: 100%;
}
.nopadding{
	padding: 0px!important;
}
.nopadding-left{
	padding-left: 0px;
}
.nopadding-right{
	padding-right: 0px;
}
.show-mobile{
	display: none;
}
.show-desk{

}
.absolute{
	position: absolute;
}
.white{
	background-color: #ffffff!important;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white, a.white{
	color: #ffffff!important;
	background-color: transparent!important;
}
.big {
	font-size: 1.5em;
}
.small {
	font-size: 0.8em;
}
.white-font {
	color: #ffffff;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}

/*--------------------------------------------------------------
0.0 - Grid
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/

.menu .active>a {
    background: #1779ba;
    color: #fefefe;
}

/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

a {
	color: #333333; /*color detail*/
	text-decoration: none !important;
}
a:focus, a:hover {
	color: #777777; /*color detail darked*/
}
a:visited {
	color: #333333; /*color detail faded*/
}

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/

html, body, p, h1, h2, h3, h4, h5, h6 {
	color: #212222;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none !important;
	color: #212222;
}

h1{
	font-size: 1.875em;
	font-family: 'montserratlight';
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

h2{
	font-size: 1.5625em;
	font-family: 'montserratmedium';
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

h3{
	font-size: 1.375em;
	font-family: 'montserratsemibold';
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

h4{
	font-size: 1.25em;
	font-family: 'montserratsemibold';
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

h5{
	font-size: 1.125em;
	font-family: 'montserratbold';
	text-transform: uppercase;
	letter-spacing: 0.05rem;
}

h6{
	font-size: 0.75em;
	font-family: 'montserratsemibold';
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, .page-title span,
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
	text-transform: uppercase;
	font-family: 'montserratbold';
}

p {
		font-family: 'montserratregular';
    margin-bottom: 1rem;
    font-size: 1.25em;
    text-rendering: optimizeLegibility;
		color: #002638;
		line-height: 1.4em;
}

.content-p-big p {
    color: #212222;
    font-size: 1.375em;
    line-height: 1.4em;
}

.content p b{
	font-family: 'montserratsemibold';
	color: #212222;
}


/*********************
BUTTON
*********************/
.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: 12px 30px;
    -webkit-appearance: none;
    border: 0px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #a3337f;
    color: #fff !important;
		font-size: 0.75em;
		font-family: 'montserratsemibold';
		text-transform: uppercase;
		letter-spacing: 0.1rem;
}
.button:focus, .button:hover {
    background-color: #862868;
    color: #fff;
}

/*********************
CAMPOS
*********************/
[type=color], [type=date], [type=datetime-local],
[type=datetime], [type=email], [type=month], [type=number],
[type=password], [type=search], [type=tel], [type=text],
[type=time], [type=url], [type=week], textarea {
    display: block;
    box-sizing: none;
    width: 100%;
    height: 33px;
    margin: 0 0 1rem;
    padding: 7px;
    border: 0px;
    border-radius: 0;
    background-color: #f1f1f1;
    box-shadow: none;
    font-family: 'montserratlight';
    font-size: 0.875rem;
    font-weight: 400;
    color: #212222;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[type=color]::-webkit-input-placeholder, [type=date]::-webkit-input-placeholder, [type=datetime-local]::-webkit-input-placeholder,
[type=datetime]::-webkit-input-placeholder, [type=email]::-webkit-input-placeholder, [type=month]::-webkit-input-placeholder, [type=number]::-webkit-input-placeholder,
[type=password]::-webkit-input-placeholder, [type=search]::-webkit-input-placeholder, [type=tel]::-webkit-input-placeholder, [type=text]::-webkit-input-placeholder,
[type=time]::-webkit-input-placeholder, [type=url]::-webkit-input-placeholder, [type=week]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
   color: #212222 !important;
	 font-family: 'montserratlight';
}


/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

.raleway {
	font-family: 'Raleway', sans-serif;
}

@font-face {
    font-family: 'montserratbold';
    src: url('/fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.mont-bold{
  font-family: 'montserratbold';
}

@font-face {
    font-family: 'montserratlight';
    src: url('/fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.mont-light{
  font-family: 'montserratlight';
}

@font-face {
    font-family: 'montserratmedium';
    src: url('/fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.mont-medium{
  font-family: 'montserratmedium';
}

@font-face {
    font-family: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.mont{
  font-family: 'montserratregular';
}

@font-face {
    font-family: 'montserratsemibold';
    src: url('/fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.mont-bold{
  font-family: 'montserratsemibold';
}


/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/



/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/



/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/




/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
nav.main-navigation li > a{
	color: black;
}

nav.main-navigation li:hover > a{
	color: gray;
}
nav.main-navigation ul li a {
    padding: 20px;
}

/*--------------------------------------------------------------
5.3 Sub-Menus
--------------------------------------------------------------*/



/*--------------------------------------------------------------
5.4 Header
--------------------------------------------------------------*/
.fixed-container {
    max-width: 1280px !important;
    margin: 0 auto;
}

header{
	border-top: 23px solid #a3337f;
	padding-bottom: 70px;
	background-color: #fff;
}

.button-blog {
    font-size: 1.25em;
    font-family: 'montserratlight';
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.button-blog {
    font-size: 1.25em;
    font-family: 'montserratlight';
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    text-align: center;
    background-color: #e25310;
    border-bottom: 13px solid #fab71d;
    width: 154px;
    float: right;
    margin-top: -23px;
    margin-bottom: 0px;
    color: #fff;
    padding: 10px;
		-webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
}

.button-blog:hover{
	background-color: #fab71d;
	border-bottom: 13px solid #e25310;
}

/*--------------------------------------------------------------
5.5 Footer
--------------------------------------------------------------*/
.menu-midias i {
    color: #fff;
    border: 2px solid #a3337f;
    background-color: #a3337f;
    border-radius: 100%;
    padding: 10px 9px;
    text-align: center;
    width: 44px;
    height: 44px;
    margin: 0px 5px;
    font-size: 1.2em;
}

.menu-midias i:hover, .menu-midias i:focus {
    background-color: transparent !important;
		color: #a3337f;
		-webkit-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out;
}

.menu-midias a{
	text-decoration: none;
}

.menu-midias a:nth-child(2) i{
	background-color: #00adda;
	border: 2px solid #00adda;
}

.menu-midias a:nth-child(2) i:hover, .menu-midias a:nth-child(2) i:focus{
	color: #00adda;
}

.menu-midias a:nth-child(3) i{
	background-color: #fab71d;
	border: 2px solid #fab71d;
}

.menu-midias a:nth-child(3) i:hover, .menu-midias a:nth-child(3) i:focus{
	color: #fab71d;
}

.menu-midias a:nth-child(4) i{
	background-color: #e25310;
	border: 2px solid #e25310;
}

.menu-midias a:nth-child(4) i:hover, .menu-midias a:nth-child(4) i:focus{
	color: #e25310;
}

div#footer-1 {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fff;
}

div#footer-1 .coluna-midias,
div#footer-1 .coluna-form {
    margin-top: 20px;
}

div#footer-1 .coluna-midias .t1, div#footer-1 .coluna-form .t1 {
    font-size: 1.56em;
		color: #002638;
		margin-bottom: 14px;
}

div#footer-1 .coluna-midias .t1 span, div#footer-1 .coluna-form .t1 span{
	font-size: 0.6875em;
}

form.wpcf7-form {
    display: flex;
}

input.wpcf7-form-control.wpcf7-submit.button {
    background-color: #e25310;
    height: 33px;
    padding: 9px;
		letter-spacing: 0px;
		font-family: 'montserratregular';
}

input.wpcf7-form-control.wpcf7-submit.button:hover, input.wpcf7-form-control.wpcf7-submit.button:focus{
	background-color: #fab71d;
}

.wpcf7-not-valid-tip {
	font-size: 16px;
}

span.wpcf7-spinner{
	display: none;
}

div#footer-1 .coluna-form {
    padding-left: 56px !important;
}

div#inner-footer {
    background-color: #e32b57;
    padding-top: 14px;
    padding-bottom: 10px;
}

div#inner-footer h6{
	margin-bottom: 0px;
	color: #fff;
	font-family: 'montserratregular';
	font-size: 0.625em;
	text-transform: inherit;
	letter-spacing: 0px;
}

div#inner-footer h6 a{
	color: #fff;
}

div#inner-footer h6 a:hover{
	color: #fff;
	font-weight: bold;
}

.site-footer-copy.copyright {
    text-align: right;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/







/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/






/*--------------------------------------------------------------
8.0 Homepage
--------------------------------------------------------------*/

div#lp-banner .fixed-container{
	position: relative;
}

div#lp-banner img {
    position: absolute;
    left: -60px;
    width: 636px;
    top: 21px;
}

div#lp-banner {
    background-image: url(/images/fundo-f1.png);
    background-size: cover;
    background-position: top center;
    background-repeat: repeat-y;
    height: 665px;
}

div#lp-banner .coluna-content {
    margin-top: 195px;
}

div#lp-sobre-1 {
    margin-top: 70px;
    margin-bottom: 70px;
}

div#lp-sobre-2 {
    margin-bottom: 50px;
		background-color: #f1f1f1;
		padding-top: 70px;
		padding-bottom: 70px;
}

div#lp-sobre-1 .coluna-slide, div#lp-sobre-2 .coluna-slide{
	margin-top: 30px;
}

div#lp-sobre-1 .coluna-slide .t1, div#lp-sobre-2 .coluna-slide .t1{
	margin-bottom: 24px;
}

div#lp-sobre-1 .foto, div#lp-sobre-2 .foto {
    width: 100%;
}

div#lp-sobre-2 .coluna-content {
    position: relative;
    height: 500px;
}

div#lp-sobre-2 .coluna-content .box-content {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

div#lp-sobre-2 .coluna-content .box-content p:last-child{
	margin-bottom: 0px;
}

#servico-carrossel {
    width: 103%;
}

#servico-carrossel .container {
    width: 100%;
    margin-left: -23px;
}

#servico-carrossel .one-slide {
    height: 274px;
    margin: 0px 7px !important;
		position: relative;
		padding: 18px;
		border-radius: 0px;
}

#servico-carrossel .one-slide.cor-0 {
	background-color: #00adda;
}

#servico-carrossel .one-slide.cor-1 {
	background-color: #e25310;
}

#servico-carrossel .one-slide.cor-2 {
	background-color: #a3337f;
}

#servico-carrossel .one-slide.cor-3 {
	background-color: #009d8f;
}

#servico-carrossel .one-slide h5{
	color: #fff;
}

#servico-carrossel .one-slide p{
	color: #fff;
	font-size: 16px;
}

#servico-carrossel .one-slide .box-content{
	position: relative;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

#servico-carrossel .one-slide .box-content a {
    color: #fff;
    text-decoration: underline !important;
}

#servico-carrossel .seta-1, #servico-carrossel .seta-2 {
    width: 26px;
}

.carousel-controls .control {
  top: 50% !important;
}

.slick-slide img {
    padding: 0px 7px !important;
    width: auto !important;
}

.seta-1.slick-arrow {
    float: left;
    margin-left: -40px;
    margin-top: 161px;
}

.seta-2.slick-arrow {
    float: right;
    margin-right: -40px;
    margin-top: -208px;
}

div#lp-galeria {
	margin-bottom: 50px;
}

div#lp-galeria .t1 {
    margin-bottom: 30px;
}





/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget_block {
    background-color: #fff;
    padding: 33px;
		margin-bottom: 30px;
}

.wp-block-heading {
    font-size: 1.3em;
		margin-bottom: 24px;
}

.wp-block-image {
    margin-bottom: 34px;
}

.wp-widget-group__inner-blocks p:last-child {
    margin-bottom: 0px;
}




/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
body.blog, body.single, body.error404, body.search, body.archive{
    background-color: #f1f1f1;
}

div#blog-index {
    padding-top: 20px;
}

div#post-content {
    background-color: #fff;
    padding: 33px;
    margin-bottom: 30px;
}

div#post-content .button {
    margin-bottom: 0px;
    float: right;
}

.wp-block-categories li {
    display: flex;
}

.wp-block-categories-list li:last-child a{
	margin-bottom: 0px;
}

.wp-block-categories-list li a {
		width: 100%;
    background-color: #a3337f;
		border: 2px solid #a3337f;
    color: #fff;
    text-align: center;
		letter-spacing: 0.1rem;
    padding: 22px 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
		-webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
}

.post-categoria {
    background-color: #a3337f;
    float: right;
    color: #fff;
    width: 265px;
    padding: 7px 6px 4px 6px;
    text-align: center;
    margin-top: -33px;
    margin-bottom: 0px;
		border: 2px solid #a3337f;
		-webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
}

.post-categoria:hover, .post-categoria:focus{
	background-color: transparent !important;
	color: #a3337f;
}

article:nth-child(1) .post-categoria,
article:nth-child(6) .post-categoria,
.wp-block-categories-list li:nth-child(1) a,
.wp-block-categories-list li:nth-child(6) a,
.wp-block-categories-list li:nth-child(12) a{
    background-color: #00adda;
		border: 2px solid #00adda;
}

article:nth-child(1) .post-categoria:hover, article:nth-child(1) .post-categoria:focus,
article:nth-child(6) .post-categoria:hover, article:nth-child(6) .post-categoria:focus,
.wp-block-categories-list li:nth-child(1) a:hover,  .wp-block-categories-list li:nth-child(1) a:focus,
.wp-block-categories-list li:nth-child(6) a:hover,  .wp-block-categories-list li:nth-child(6) a:focus,
.wp-block-categories-list li:nth-child(12) a:hover,  .wp-block-categories-list li:nth-child(12) a:focus{
	background-color: transparent !important;
	color: #00adda;
}

article:nth-child(1) div#post-content .post-autor-nome,
article:nth-child(1) div#post-content .post-data,
article:nth-child(6) div#post-content .post-autor-nome,
article:nth-child(6) div#post-content .post-data{
	color: #00adda;
}

article:nth-child(2) .post-categoria,
.wp-block-categories-list li:nth-child(2) a,
.wp-block-categories-list li:nth-child(7) a,
.wp-block-categories-list li:nth-child(13) a{
    background-color: #e25310;
		border: 2px solid #e25310;
}

article:nth-child(2) .post-categoria:hover, article:nth-child(2) .post-categoria:focus,
.wp-block-categories-list li:nth-child(2) a:hover, .wp-block-categories-list li:nth-child(2) a:focus,
.wp-block-categories-list li:nth-child(7) a:hover,  .wp-block-categories-list li:nth-child(7) a:focus,
.wp-block-categories-list li:nth-child(13) a:hover,  .wp-block-categories-list li:nth-child(13) a:focus{
	background-color: transparent !important;
	color: #e25310;
}

article:nth-child(2) div#post-content .post-autor-nome,
article:nth-child(2) div#post-content .post-data{
	color: #e25310;
}

article:nth-child(3) .post-categoria,
.wp-block-categories-list li:nth-child(3) a,
.wp-block-categories-list li:nth-child(8) a,
.wp-block-categories-list li:nth-child(14) a{
    background-color: #fab71d;
		border: 2px solid #fab71d;
}

article:nth-child(3) .post-categoria:hover, article:nth-child(3) .post-categoria:focus,
.wp-block-categories-list li:nth-child(3) a:hover, .wp-block-categories-list li:nth-child(3) a:focus,
.wp-block-categories-list li:nth-child(8) a:hover,  .wp-block-categories-list li:nth-child(8) a:focus,
.wp-block-categories-list li:nth-child(14) a:hover,  .wp-block-categories-list li:nth-child(14) a:focus{
	background-color: transparent !important;
	color: #fab71d;
}

article:nth-child(3) div#post-content .post-autor-nome,
article:nth-child(3) div#post-content .post-data{
	color: #fab71d;
}

article:nth-child(4) .post-categoria,
.wp-block-categories-list li:nth-child(4) a,
.wp-block-categories-list li:nth-child(9) a,
.wp-block-categories-list li:nth-child(15) a {
    background-color: #e32b57;
		border: 2px solid #e32b57;
}

article:nth-child(4) .post-categoria:hover, article:nth-child(4) .post-categoria:focus,
.wp-block-categories-list li:nth-child(4) a:hover, .wp-block-categories-list li:nth-child(4) a:focus,
.wp-block-categories-list li:nth-child(9) a:hover,  .wp-block-categories-list li:nth-child(9) a:focus,
.wp-block-categories-list li:nth-child(15) a:hover,  .wp-block-categories-list li:nth-child(15) a:focus{
	background-color: transparent !important;
	color: #e32b57;
}

article:nth-child(4) div#post-content .post-autor-nome,
article:nth-child(4) div#post-content .post-data{
	color: #e32b57;
}

article:nth-child(5) .post-categoria,
.wp-block-categories-list li:nth-child(5) a,
.wp-block-categories-list li:nth-child(10) a,
.wp-block-categories-list li:nth-child(16) a{
    background-color: #7592c9;
		border: 2px solid #7592c9;
}

article:nth-child(5) .post-categoria:hover, article:nth-child(5) .post-categoria:focus,
.wp-block-categories-list li:nth-child(5) a:hover, .wp-block-categories-list li:nth-child(5) a:focus,
.wp-block-categories-list li:nth-child(10) a:hover,  .wp-block-categories-list li:nth-child(10) a:focus,
.wp-block-categories-list li:nth-child(16) a:hover,  .wp-block-categories-list li:nth-child(16) a:focus{
	background-color: transparent !important;
	color: #7592c9;
}

article:nth-child(5) div#post-content .post-autor-nome,
article:nth-child(5) div#post-content .post-data{
	color: #7592c9;
}

div#post-content .post-autor-img {
    width: 62px;
    height: 62px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    float: left;
}

div#post-content .post-data {
    float: right;
    margin-top: 24px;
		font-size: 0.8125em;
}

div#post-content .post-autor-nome {
    text-transform: uppercase;
    float: left;
    margin-top: 24px;
    margin-left: 14px;
		font-size: 0.8125em;
}

div#post-content .coluna-top {
    margin-top: 30px;
		margin-bottom: 14px;
}

div#post-content .post-titulo {
    color: #002638;
		margin-bottom: 14px;
}

div#post-content .content img.alignright {
    float: right;
		margin: 0px 0px 14px 14px;
}

div#post-content .content img.alignleft {
    float: left;
    margin: 0px 14px 14px 0px;
}

div#post-content img.wp-post-image {
    margin-bottom: 14px;
}
.content img {
  margin-bottom: 14px;
}
.content .gallery img {
  margin-bottom: 7px;
  border: 0px !important;
}
.content .gallery .gallery-item {
    padding: 0px 7px;
    display: inline-grid;
    margin-bottom: 14px;
}
.content .gallery.gallery-columns-1 .gallery-item {
    width: 100%;
}
.content .gallery.gallery-columns-2 .gallery-item {
    width: 50%;
}
.content .gallery.gallery-columns-3 .gallery-item {
    width: 33%;
}
.content .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
}
.content .gallery.gallery-columns-5 .gallery-item {
    width: 20%;
}
.content .gallery.gallery-columns-6 .gallery-item {
    width: 16%;
}
.content .gallery.gallery-columns-7 .gallery-item {
    width: 14%;
}
.content .gallery.gallery-columns-8 .gallery-item {
    width: 12%;
}
.content .gallery.gallery-columns-9 .gallery-item {
    width: 11%;
}
.content .gallery br {
    display: none;
}
.content .gallery-caption {
    color: #000;
    font-family: 'FuturaBT-LightItalic';
    margin-bottom: 1rem;
    font-size: 0.75em;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    text-align: center;
    padding: 0px 14px;
}
.content .gallery {
    margin-left: -7px;
    margin-right: -7px;
}
.content.wp-caption {
    background: transparent !important;
    padding: 0px !important;
    margin-bottom: 24px;
}

/* --------------- Related Posts -------------- */
.relatedposts {
	font-size: 0.8em;
	background-color: olive;
	font-family: Arial, sans-serif;
	text-transform:uppercase;
}

.relatedthumb a {
	color :#333;
	text-decoration: none;
	display:block;
	padding: 4px;
	width: 130px;
	line-height:15px;
	margin-bottom:15px;
	}

.relatedthumb a:hover {
	background-color: #ffede9;
	color: #000;
	}

/* --------------- END Related Posts -------------- */

/*============== Pagination ============ */

.pagination {
    clear: both;
    padding: 0;
    position: relative;
    font-size: 16px;
    line-height: 13px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    display: inline-block;
		font-family: 'montserratmedium';
}

.pagination span, .pagination a {
    display: block;
    margin: 4px 6px 4px 0px;
    padding: 7px 0px;
    text-decoration: none;
    width: auto;
    background: transparent;
    text-align: center;
    color: #000;
    font-family: 'montserratmedium';
    font-size: 16px;
    text-transform: uppercase;
    border: none;
}

.pagination a:hover {
    color: #a3337f;
    background: transparent;
    border: none;
    -webkit-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
    border: 0px;
}

.pagination .current {
    font-family: 'montserratmedium';
    padding: 7px 0px;
    margin: 4px 6px 4px 0px;
    background: transparent;
    color: #212222;
    border: none;
		text-decoration: underline;
    font-size: 16px;
}

.pagination li:first-child, .pagination li:last-child {
    display: inline-flex;
}

.page-navigation {
    margin-top: 0px;
    margin-bottom: 0px;
}

.pagination a, .pagination span, .pagination span {
    display: inherit;
}

.pagination a:after, .pagination span:after, .pagination .current:after {
    content: ',';
}
/*============== END Pagination ============ */

form.search-form {
    display: inline-flex;
}

form.search-form input.search-field {
    width: 300px;
    background-color: #fff;
    height: 40px;
}

div#page-error {
    margin-top: 100px;
    margin-bottom: 50px;
}

h1.archive-title, div#archive-header {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
10.2 Modelos
--------------------------------------------------------------*/





/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10.4 Portfolio
--------------------------------------------------------------*/


/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/





/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/





/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/






/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
13 Media Queries
--------------------------------------------------------------*/

@media screen and (min-width: 1920px) and (max-width: 2000000px) {

}

@media screen and (min-width: 601px) and (max-width: 1024px) {

/* === CSS aqui === */

	.content-p-big p {
		font-size: 1.1em;
	}

	p {
		font-size: 1em;
	}

	h1 {
		font-size: 1.6em;
	}

	h2{
		font-size: 1.4em;
	}

	h3{
		font-size: 1.2em;
	}

	h4{
		font-size: 1.15em;
	}

	h5{
		font-size: 1.1em;
	}

	.wp-block-categories-list li a {
    font-size: 0.7em;
	}

	div#lp-banner img {
    position: absolute;
    left: -164px;
    width: 536px;
    top: 106px;
	}

	.seta-2.slick-arrow {
    margin-top: -134px;
	}

	.seta-1.slick-arrow {
    margin-top: 98px;
	}

}

@media screen and (max-width: 600px) {

/* === CSS aqui === */
	.show-mobile{
		display: inherit;
	}
	.show-desk{
		display: none;
	}

	.gallery.gallery-columns-1 .gallery-item, .gallery.gallery-columns-2 .gallery-item, .gallery.gallery-columns-3 .gallery-item, .gallery.gallery-columns-4 .gallery-item,
	.gallery.gallery-columns-5 .gallery-item, .gallery.gallery-columns-6 .gallery-item, .gallery.gallery-columns-7 .gallery-item, .gallery.gallery-columns-8 .gallery-item,
	.gallery.gallery-columns-9 .gallery-item{
			width: 100% !important;
	}

	.button-blog {
    font-size: 1em;
    width: 120px;
    margin-bottom: 30px;
	}

	div#lp-banner {
    background-image: none;
    height: auto;
    background-color: #f1f1f1;
	}

	div#lp-banner .coluna-content {
    margin-top: 50px;
    margin-bottom: 50px;
	}

	header {
    padding-bottom: 50px;
	}

	.content-p-big p {
    font-size: 1.1em;
	}

	p {
    font-size: 1em;
	}

	h1 {
    font-size: 1.6em;
	}

	h2{
		font-size: 1.4em;
	}

	h3{
		font-size: 1.2em;
	}

	h4{
		font-size: 1.15em;
	}

	h5{
		font-size: 1.1em;
	}

	div#lp-sobre-1 .coluna-slide .t1, div#lp-sobre-2 .coluna-slide .t1 {
    text-align: center;
	}

	#servico-carrossel .seta-1{
		width: 16px;
	}

	#servico-carrossel .seta-2 {
    width: 16px;
	}

	#servico-carrossel {
    width: 114%;
	}

	.control.prev.slick-arrow {
    left: 0px;
	}

	.control.next.slick-arrow {
    right: 0px;
	}

	div#lp-sobre-2 .coluna-content .box-content {
    position: relative;
    top: 0;
    width: auto;
    transform: none;
	}

	div#lp-sobre-2 .coluna-content {
    position: relative;
    height: auto;
    margin-bottom: 14px;
	}

	.slick-slider-wrapper .slick-slider .slick-arrow {
    width: 16px;
	}

	.seta-1.slick-arrow {
    float: left;
    margin-left: -22px;
    margin-top: 36px;
	}

	.seta-2.slick-arrow {
    float: right;
    margin-right: -22px;
    margin-top: -67px;
	}

	div#lp-galeria {
    margin-bottom: 0px;
	}

	div#footer-1 .coluna-logo img {
    width: 50%;
	}

	div#footer-1 .coluna-midias .t1, div#footer-1 .coluna-form .t1 {
    text-align: center;
	}

	.menu-midias {
    text-align: center;
	}

	div#footer-1 .coluna-form {
    padding-left: 0px!important;
	}

	.menu-midias i {
    padding: 5px 4px;
    width: 30px;
    height: 30px;
    font-size: 1em;
	}

	div#footer-1 {
    padding-bottom: 10px;
	}

	div#inner-footer h6 {
    text-align: center;
	}

	.post-categoria {
    width: 126%;
    margin-left: -33px;
    margin-right: -33px;
	}

	div#post-content .coluna-top {
    margin-top: 14px;
    margin-bottom: 14px;
	}

	div#post-content .button {
    width: 100%;
	}

	.coluna-posts.nopadding-left {
    padding-right: 0px;
    margin-bottom: 30px;
	}

	div#sidebar1 {
    padding-left: 0px;
	}

	form.search-form input.search-field {
    width: 246px;
	}

}
