/*
Theme Name: M de Maria
Theme URI: http://mdemaria.co/
Author: Crisálida
Author URI: https://www.instagram.com/crisalida.ds/
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 - Buttons
	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;
}

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

.orbit-container {
    height: 100%!important;
    width: 100% !important;
}

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


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

.menu .active>a, .menu .current-menu-item a{
    background: transparent !important;
    color: #fff !important;
		font-family: 'montserratblack' !important;
}

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

a {
	color: #333333; /*color detail*/
}
a:focus, a:hover {
	color: #777777; /*color detail darked*/
	-webkit-transition: background-color .25s ease-out,color .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out;
}
a:visited {
	color: #333333; /*color detail faded*/
}

/*********************
P STYLES
*********************/

p {
		font-family: 'arialregular';
    margin-bottom: 1rem;
    font-size: 1.125em;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
		color: #2f4259;
}

.content ul li, .content ol li {
		font-family: 'arialregular';
    font-size: 1.125em;
		color: #2f4259;
}

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

html, body, p, h1, h2, h3, h4, h5, h6, ul, li, ol, label{
	color: #2f4259;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1{
	font-family: 'montserratbold';
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	font-size: 3.37em;
}

h2{
	font-family: 'montserratbold';
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	font-size: 1.64em;
}

h3{
	font-family: 'montserratbold';
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	font-size: 1.25em;
}

h4{
	font-family: 'montserratbold';
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	font-size: 1.18em;
}

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

h6{
	font-family: 'montserratmedium';
	font-size: 0.875em;
}

label{
	font-family: 'montserratbold' !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2rem !important;
    font-size: 1rem !important;
}


/*********************
BUTTON
*********************/
.button {
	font-family: 'montserratbold';
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	font-size: 0.75em;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: .85em 3em;
  -webkit-appearance: none;
  border: 0px;
  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: #2f4259;
  color: #fff;
}
.button:focus, .button:hover {
    background-color: #142138;
    color: #fff;
}
.button.bt-white{
	background-color: #fff;
	color: #2f4259;
	border: 1px solid transparent;
}

.button.bt-white:focus, .button.bt-white:hover {
    background-color: transparent;
    color: #fff;
		border: 1px solid #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: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #2f4259 !important;
    border-radius: 0px !important;
    background-color: transparent !important;
    box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
		font-family: 'arialregular' !important;
		line-height: 1.6;
		text-rendering: optimizeLegibility;
		color: #2f4259 !important;
		font-size: 1em;
    font-weight: 400;
    -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;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
   	color: #2f4259 !important;
		font-family: 'arialregular' !important;
}

.wpforms-field-container input, .wpforms-field-container textarea{
	color: #fff !important;
	border-color: #fff !important;
}

.wpforms-field-container input::-webkit-input-placeholder, .wpforms-field-container textarea::-webkit-input-placeholder {
   	color: #fff !important;
		font-family: 'arialregular' !important;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label{
	display: none !important;
}

.wpforms-field-container textarea{
	height: 139px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	text-align: right;
	margin-bottom: 0px !important;
}

div.wpforms-container-full {
    margin-bottom: 0px;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0px 0px 14px 0px !important;
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus,
div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:focus{
	background-color: #3a6049;
	border: 0px;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
		font-family: 'montserratbold' !important;
		text-transform: uppercase !important;
		letter-spacing: 0.2rem !important;
		font-size: 0.75em !important;
		padding: .85em 3em !important;
		border: 0px !important;
		border-radius: 0 !important;
		-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: #447257 !important;
		color: #fff !important;

}

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

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

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

.arial{
  font-family: 'arialregular';
}

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

.arial-bold{
  font-family: 'arialbold';
}

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

.arial-bold-italic{
  font-family: 'arialbold_italic';
}

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

.arial-italic{
  font-family: 'arialitalic';
}

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

.mont-black{
  font-family: 'montserratblack';
}

@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: 'montserratextrabold';
    src: url('/fonts/montserrat-extrabold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.mont-extra{
  font-family: 'montserratextrabold';
}

@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: '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-semi{
  font-family: 'montserratsemibold';
}

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



/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
div.wpforms-container-full .wpforms-form .wpforms-field-label{
	color: #fff !important;
	margin-bottom: 14px !important;
}


/*--------------------------------------------------------------
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
--------------------------------------------------------------*/

.top-bar, .top-bar ul {
    background-color: transparent;
    padding: 0px;
    margin: 0px;
		display: initial;
}

header.header{
	position: relative;
}

.midias-flutuantes {
    position: absolute;
    background-color: #447257;
    right: 0;
    z-index: 11111;
    top: 200px;
    display: grid;
    padding: 0px 8px;
}

.midias-flutuantes a{
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 5px 0px 5px 0px;
}

.midias-flutuantes a:last-child{
	border-bottom: 0px;
}

div#header-home {
    position: fixed !important;
    width: 100%;
    background-color: rgb(47 66 89 / 0.88);
    border-bottom: 1px solid #fff;
    padding: 10px 0px;
    position: relative;
    z-index: 1;
    margin-bottom: -46px;
    display: -webkit-box;
		z-index: 1111;
}

div#header-1{
	position: fixed !important;
	width: 100%;
	margin-top: -67px;
	z-index: 1111;
	background-color: #2f4259;
	padding: 10px 0px;
}

body.page-template div#inner-content {
    margin-top: 67px;
}

body.home.page-template div#inner-content {
    margin-top: 0px;
}

div#header-1 .logo {
	width: 171px;
}

div#header-1 .coluna-menu, div#header-1 .menu-gtranslate {
    margin-top: 13px;
}

ul#menu-top-menu-1 .menu-item a, .menu>li>a {
    padding: 0px 10px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'montserratsemibold';
    letter-spacing: 0.18rem;
    font-size: 0.7em;
}

ul#menu-top-menu-1 .menu-item:first-child a{
	padding-left: 0px;
}

ul#menu-top-menu-1 .menu-item:last-child a{
	padding-right: 0px;
}

.menu-gtranslate a{
	color: #fff;
	text-transform: uppercase;
	font-family: 'montserratextrabold';
	letter-spacing: 0.18rem;
	font-size: 0.7em;
}

.menu-gtranslate a::before{
	content: '| ';
}

.menu-gtranslate a:first-child::before{
	content: '';
}


/*--------------------------------------------------------------
5.5 Footer
--------------------------------------------------------------*/
div#inner-footer {
    padding-top: 10px;
    padding-bottom: 7px;
		background-color: #447257;
}

div#inner-footer p {
    font-size: 0.5em;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #fff;
		letter-spacing: 0.1rem;
}

div#inner-footer a {
    padding-bottom: 2px;
    border-bottom: 1px solid #fff;
    color: #fff;
}

div#footer-1 {
    background-image: url(/images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
		position: relative;
}

div#footer-1 .coluna-relativa{
	position: relative;
}

.scrollToTop {
    background-color: #447257;
    padding: 10px 15.02px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: -70px;
		z-index: 1;
}

.scrollToTop:hover {
	background-color: #3a6049;
}

div#footer-1 h1, div#footer-1 h2, div#footer-1 h3, div#footer-1 h4,
div#footer-1 h5, div#footer-1 h6, div#footer-1 p, div#footer-1 a{
	color: #fff !important;
}

div#footer-1 .t1 {
    font-size: 0.625em;
}

div#footer-1 .item{
	font-size: 0.625em;
	letter-spacing: 0.2rem;
	text-transform: uppercase;

}

div#footer-1 .item.email{
	margin-bottom: 0px;
}

div#footer-1 .menu-gtranslate {
    margin-top: 16px;
}

.footer {
	margin-top: 0em;
}



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







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






/*--------------------------------------------------------------
8.0 Homepage
--------------------------------------------------------------*/
#content #inner-content {
    padding: 0px;
}

div#home-1 {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 480px;
    padding-top: 46px;
}

div#home-1 .coluna-logo {
    margin-top: 135px;
    /*margin-bottom: 135px;*/
}

div#home-2 .bloco-1{
    background-color: #2f4259;
}

div#home-2 .bloco-2{
    background-color: #447257;
}

div#home-2 h1, div#home-2 h2, div#home-2 h3, div#home-2 h4, div#home-2 h5, div#home-2 p{
	color: #fff !important;
}

div#home-2 .bloco-1 .t1, div#home-2 .bloco-2 .t1{
	margin-bottom: 2rem;
}

div#home-2 .bloco-1 .content, div#home-2 .bloco-2 .content {
    margin-bottom: 10px;
    display: -webkit-box;
}

/*div#home-2 .bloco-1 p, div#home-2 .bloco-2 p{
	font-size: 1.3em;
}*/

div#home-2 .bloco-1, div#home-2 .bloco-2, div#home-2 .bloco-4{
	position: relative;
}

div#home-2 .bloco-1 .box-content, div#home-2 .bloco-2 .box-content {
    min-height: 455px;
    position: relative;
}

div#home-2 .bloco-1 .box-centered, div#home-2 .bloco-2 .box-centered {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

div#home-2 .bloco-4{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
}

div#home-2 .bloco-4 .box-content {
    min-height: 910px;
    position: relative;
}

div#home-2 .bloco-4 .box-centered {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

div#home-2 .bloco-4 .t1{
	margin-bottom: 0px;
}

.orbit, .orbit-container {
    position: relative;
    margin-bottom: -29px;
}

.orbit-bullets {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    top: -40px;
}

.orbit-bullets button {
    width: 13px;
    height: 13px;
    margin: .5rem;
    border-radius: 50%;
    background-color: hsl(0deg 0% 100% / 42%);
}

.orbit-bullets button.is-active, .orbit-bullets button:hover {
    background-color: #fff;
}



/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/






/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
/* REDES */
div#redes-1 h1, div#redes-1 h2, div#redes-1 h3, div#redes-1 h4,
div#redes-1 h5, div#redes-1 h6, div#redes-1 p, div#redes-1 a{
	color: #fff !important;
}

div#redes-1{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
}

div#redes-1 .box-content {
		min-height: 586px;
    position: relative;
}

div#redes-1 .box-centered {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

div#redes-2 .bloco {
    padding-top: 30px;
    padding-bottom: 30px;
}

div#redes-2 .row-0 {
    background-color: #f1f1f1;
}

div#redes-2 .content li:last-child, div#redes-2 .content p:last-child, div#redes-2 .content :last-child{
	margin-bottom: 0px;
}

/* CONTATO */
div#contato-1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}

.midias {
    display: inline-flex;
}

.midias a {
    padding: 6px;
}

.midias a:first-child{
	padding-left: 0px;
}

.midias a:last-child{
	padding-right: 0px;
}

div#contato-1 .item.email {
    margin-bottom: 0px;
}
div#contato-1 .item {
    font-size: 0.625em;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

/*div#midias a:first-child{
	padding-left: 0px;
}*/

div#midias a:focus i, div#midias a:hover i, div#midias a i{
 	color: #FFF;
}

div#contato-1 h1, div#contato-1 h2, div#contato-1 h3, div#contato-1 h4,
div#contato-1 h5, div#contato-1 h6, div#contato-1 p, div#contato-1 a{
	color: #fff !important;
}


article#content-not-found {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* SOBRE */

div#sobre-1 h1, div#sobre-1 h2, div#sobre-1 h3, div#sobre-1 h4,
div#sobre-1 h5, div#sobre-1 h6, div#sobre-1 p, div#sobre-1 a{
	color: #fff !important;
}

div#sobre-1{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

div#sobre-1 .box-content {
		min-height: 397px;
    position: relative;
}

div#sobre-1 .box-centered {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

div#sobre-1 .content p:last-child{
	margin-bottom: 0px;
}

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

div#sobre-2 .row-colunas{
	margin-bottom: 30px;
}

div#sobre-2 .row-titulo i {
    color: #2f4259;
    background-color: #fff;
    padding: 10px 13px;
    border-radius: 100%;
    display: -webkit-inline-box;
    bottom: -18px;
		margin-bottom: -18px;
    position: relative;
}


div#sobre-2 .row-titulo .t1{
	margin-bottom: 0px;
}

.timeline__item:after {
    background-color: #447257 !important;
    border: 0px !important;
    height: 13px !important;
    width: 13px !important;
}

.timeline--horizontal .timeline-divider {
    background-color: #447257 !important;
    height: 3px !important;
}

.timeline__content {
    background-color: transparent !important;
    border: 0px !important;
    border-radius: 0px !important;
    color: #333 !important;
    padding: 0px !important;
    text-align: center;
}

.timeline__content p {
	font-size: 0.75em !important;
	color: #434343 !important;
}

.timeline--horizontal .timeline__item .timeline__content:after, .timeline__content:before {
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
		display: none !important;
}

.timeline--horizontal .timeline__item {
    padding: 0 0 10px !important;
}

.timeline--horizontal .timeline__item--bottom {
    padding: 20px 0 0 !important;
}

.timeline-nav-button--next {
	background-color: transparent !important;
    background-image: url(/images/arrow-2.svg);
    background-size: 30%;
    background-position: center;
    background-repeat: no-repeat;
    border: none !important;
}

.timeline-nav-button--prev {
	background-color: transparent !important;
    background-image: url(/images/arrow-1.svg);
    background-size: 30%;
    background-position: center;
    background-repeat: no-repeat;
    border: none !important;
}

.timeline-nav-button:disabled {
    opacity: .0 !important;
}

div#linha-do-tempo {
    background-image: url(/images/sobre-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
}

.timeline__item.timeline__item--top .t1 {
    display: none;
}

.timeline__item.timeline__item--bottom .t2 {
    display: none;
}

div#sobre-3 {
	background-color: #f1f1f1;
	padding-top: 50px;
	padding-bottom: 50px;
}

div#sobre-3 .coluna-perfil img {
    width: 221px;
    border-radius: 100%;
    margin-bottom: 20px;
}

div#sobre-3 .coluna-perfil .t1 {
    padding: 0px 50px;
    margin-bottom: 15px;
}

div#sobre-3 #midias i{
	padding: 0px 5px;
	color: #2f4259;
}

div#sobre-3 #midias a:hover i{
	color: #447257;
}

div#sobre-3 h4{
	font-size: 1em;
}

div#sobre-3 .row-sobre{
	margin-bottom: 50px;
}

/* SERVIÇOS */
div#servicos-1 {
    background-color: #447257;
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
}

div#servicos-1 h1, div#servicos-1 h2, div#servicos-1 h3, div#servicos-1 h4,
div#servicos-1 h5, div#servicos-1 h6, div#servicos-1 p, div#servicos-1 a{
	color: #fff !important;
}

div#servicos-1 .box-content {
    min-height: 286px;
    position: relative;
}

div#servicos-1 .box-centered {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

/*div#servicos-1 p{
	font-size: 1.3em !important;
}*/

div#div#servicos-1 .content p:last-child{
	margin-bottom: 0px;
}

div#servicos-2{
	padding-top: 50px;
	padding-bottom: 50px;
}

div#servicos-2 .t1, div#servicos-3 .t1{
		margin-bottom: 0px;
}

div#servicos-2 .desc, div#servicos-3 .desc{
	margin-bottom: 0px;
}

div#servicos-2 .bloco, div#servicos-3 .bloco{
	margin-top: 30px;
	margin-bottom: 30px;
}

div#servicos-2 .bloco img{
    width: 108px;
    border-radius: 100%;
    margin-bottom: 14px;
    background-color: #f1f1f1;
}

div#servicos-3{
	padding-top: 50px;
	padding-bottom: 50px;
	/*background-color: #f1f1f1;*/
}

div#servicos-3 .bloco img{
    width: 108px;
    border-radius: 100%;
    margin-bottom: 14px;
    background-color: #fff;
}


div#cta{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 50px;
	padding-bottom: 50px;
}

div#cta h1, div#cta h2, div#cta h3, div#cta h4,
div#cta h5, div#cta h6, div#cta p, div#cta a{
	color: #fff !important;
}

/*div#cta.box-content {
    min-height: 246px;
    position: relative;
}

div#cta .box-centered {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}*/

div#cta .t1{
	margin-bottom: 0px;
}

/* --------------- 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:20px 0;
position:relative;
font-size:11px;
line-height:13px;
width: 450px;
margin: 0 auto;
margin-bottom: 20px;
}
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
.pagination a:hover{
color:#fff;
background: #3279BB;
}
.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}
/*============== END Pagination ============ */


/*--------------------------------------------------------------
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: 601px) and (max-width: 1024px) {

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

	.orbit, .orbit-container {
	    position: relative;
	    margin-bottom: -16px;
	}

	.orbit-bullets {
    top: -24px;
	}

	div#header-1 {
    padding: 10px 10px;
	}

	div#header-1 .coluna-menu, div#header-1 .menu-gtranslate {
    margin-top: 9px;
	}

	div#servicos-1 .coluna-img {
    display: none;
	}

	div#redes-1 .button {
    padding: .85em 1.4em;
	}

	div#redes-1 .box-content {
    min-height: auto;
	}

	div#redes-1 .box-centered {
    position: relative;
    width: 100%;
    top: auto;
    transform: none;
	}

	div#contato-1 .nopadding-left {
    padding-right: 0px;
	}

	div#contato-1 .nopadding-right {
    padding-left: 0px;
	}

	div#contato-1 .coluna-content{
		margin-bottom: 30px;
	}

}

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

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

	.timeline__content .t1 {
	    display: inherit;
	}

	.timeline__content .t2 {
	    display: none;
	}

	div#header-1 .coluna-menu, div#header-1 .menu-gtranslate {
    margin-top: 7px;
	}

	div#header-home .coluna-menu .aligncenter{
		text-align: left !important;
	}

	div#header-1 .menu-gtranslate, div#header-home .menu-gtranslate {
    padding-right: .625rem !important;
	}

	div#header-1 .coluna-logo {
		padding-left: .625rem !important;
	}

	.nopadding-left {
    padding-left: .625rem;
	}

	.nopadding-right{
    padding-right: .625rem;
	}

	div#home-1 {
    min-height: 350px;
	}

	div#home-1 .coluna-logo {
    margin-top: 108px;
	}

	.midias-flutuantes {
    top: 170px;
		display: none;
	}

	div#off-canvas {
    background-color: #2f4259;
    padding-top: 15px;
	}

	div#off-canvas ul li {
    padding: 10px 5px;
	}

	div#off-canvas .midias a {
    color: #fff;
	}

	div#off-canvas .midias {
	    padding-left: 14px;
	}

	.orbit, .orbit-container {
    margin-bottom: -18px;
	}

	div#home-2 .bloco-4 .box-content {
    min-height: 455px;
	}

	div#footer-1 img.logo {
    width: 50%;
    margin-bottom: 24px;
	}

	div#footer-1 .alignright{
		text-align: center !important;
	}

	div#inner-footer, div#inner-footer .alignright {
    text-align: center !important;
	}

	div#inner-footer p {
    margin-bottom: 4px;
	}

	div#inner-footer .columns{
		padding: 0px 14px;
	}

	.timeline:not(.timeline--horizontal):before {
    background-color: #447257 !important;
    margin-left: -3px !important;
    width: 3px !important;
	}

	.timeline.timeline--mobile.timeline--loaded {
    margin-left: -40px;
	}

	div#sobre-3 .row-sobre .coluna-sobre .content{
    margin-top: 50px;
	}

	div#sobre-3 .coluna-formacoes{
		margin-bottom: 50px;
	}

	div#sobre-3 .coluna-formacoes, div#sobre-3 .coluna-experiencias{
		padding: 0px;
	}

	div#servicos-1 .box-centered {
    position: relative;
    width: 100%;
    top: auto;
    transform: none;
	}

	div#servicos-1 .box-content {
	    min-height: auto;
	    position: relative;
	    padding: 50px 25px;
	}

	div#servicos-1 .coluna-img {
    min-height: auto;
    position: relative;
    padding: 0px;
	}

	div#servicos-2 .bloco img, div#servicos-3 .bloco img {
    width: 81px;
	}

	div#redes-1 .box-centered {
    position: relative;
    width: 100%;
    top: auto;
    transform: none;
	}

	div#redes-1 .box-content {
    min-height: auto;
    position: relative;
    margin-bottom: 50px;
	}

	.button {
		line-height: 1.5em;
	}

	div#redes-2 .row-0 {
    background-color: #fff;
	}

	div#redes-2 {
    margin-top: 30px;
    margin-bottom: 30px;
	}

	div#redes-1 .button {
    padding: .85em 1.5em;
	}

	div#contato-1 .coluna-content{
		margin-bottom: 50px;
	}

}
