/* 
Theme Name: Ó! Serviços Criativos v2.1
Theme URI: http://www.oservicoscriativos.com
Author: http://www.oservicoscriativos.com
Author URI: http://www.oservicoscriativos.com
Description: Tema desenvolvido pela Ó! Serviços Criativos. Versão 2.1.10 com limpeza de assets, estrutura HTML e compatibilidade do navbar.
Version: 2.1.4
License: All Rights Reserved
License URI: http://www.oservicoscriativos.com
*/

/* Consolidated CSS — appended (readable) */
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    color: #5a5a5a;
    font-family: 'Montserrat', 'Arial', 'Helvetica', sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  display: inline;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
  font-weight: bolder;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body.logged-in .noselect {
    -webkit-touch-callout: auto !important;
    -webkit-user-select: auto !important;
    -khtml-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

body.logged-in * {
    user-select: text !important;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
}


.parallax {
  perspective: 1px;
  /*height: 100vh;*/
  overflow-x: hidden;
  overflow-y: auto;
}
.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.parallax__layer--base {
  transform: translateZ(0);
}
.parallax__layer--back {
  transform: translateZ(-1px);
}

img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.consultores-thumb {
  border-radius: 50%;
}

#signup_submit {
    float: left;
}

.recent-posts li {
  display: inline-block;
  float: left;
}

ul.blog-feed-list {
  list-style-type: none;
  margin-top: 2em;
}

.jp-relatedposts-post-title {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.jp-relatedposts-headline h3 {
	letter-spacing: 0px;
}

/* Contact Form 7 General Customization */

* input:active {
	border-color: rgb(254, 209, 54)
}

div.wpcf7-validation-errors {
  /*max-width: 25%;*/
  margin-left: auto;
  margin-right: auto;
}

div.wpcf7-mail-sent-ok {
  color: #70db70;
  border-color: #70db70;
  /*max-width: 25%;*/
  margin-left: auto;
  margin-right: auto;
}

span.wpcf7-not-valid-tip {
  margin-top: 15px;
  color: #fed136;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 option
{
	background-color: #fff;
  	/*width: 50%;*/
    color: #666666;

    /*width: 100%;*/
    height: 50px;
    border-radius: 5px;
    border:none;
    border: 1px solid #ccc;
    margin-top: 15px;
    padding: 10px;
}

.wpcf7 textarea {
  height: 250px;
}

.wpcf7 input[type="submit"] {
  text-transform: uppercase;
  /*width: 100%;*/
  border: none;
  height: 50px;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  /*background-color: #5cb85c;*/
}

.wpcf7 input[type="submit"]:hover {
  text-transform: uppercase;
  border-bottom:;
  height: 50px;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
}

.wpcf7 p {
  margin-top: 20px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.wpcf7 option p {

}

.wpcf7-mail-sent-ok {
  color: #398f14;
}

.wpcf7-validation-errors {
  color: #fed136;
  border: 2px solid #fed136;
}

div.wpcf7-validation-errors {
  color: #fed136;
  border: 2px solid #fed136;
}

/* Contact Form eBook Páginas Comuns */


/* End of Contact Form 7 Customization */


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
    margin-top: 2.4em;
}

.sub-menu {
	margin-left: 15px;
	}

#logo {
width: 250px;
height: auto;
margin-top: .5em;
}

.navbar-brand {
width: 200px;
margin-right: 25px;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.btn-margin-left {
    margin-left: 3px;
}
.btn-margin-right {
    margin-right: 3px;
}
.navbar navbar-inverse navbar-static-top {
    background-color: blue;
}

.admin-bar .navbar-fixed-top {
    margin-top: 30px;
  	height: 7.5em;
}
/*
.btn-primary {
  background-color: #152951;
  border-color: #152951;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.btn-primary:hover {
  border-color: #0a1429;
  color: #fff;
  background-color: #0a1429;
}

.btn-primary:active:focus {
  border-color: #0a1429;
  color: #fff;
  background-color: #0a1429;
}

.btn-primary:focus {
  border-color: #0a1429;
  color: #fff;
  background-color: #0a1429;
}*/

/* WordPress Login Screen Customization */

#login {
    width: 280px;
    padding: 5% 0 0;
    margin: auto;
}

body.login {
  background: #fff;
}

.login #backtoblog a, .login #nav a, .login h1 a {
  color: #5a5a5a;
font-family: 'Lato', sans-serif;
font-size: 1.2em;
}

.login h1 a:hover {
  color: #5a5a5a;
}

.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {
  color: #fff;
  background-color: #000;
  border: none;
}*/

.wp-core-ui .button-primary {
  color: #fff;
  background-color: #000;
  border: none;
  text-shadow: none;
  box-shadow: none;
}
 body.login div#login h1 a {
  	background-image: url('http://oservicoscriativos.com/home/wp-content/themes/oservicoscriativos/logo.png');
height: 75px;
background-size: 75px;
width: 75px;
}

#loginform {
	background-color: rgba(255, 255, 255, 0.5);
  	padding: 25px;
  	border-radius: 6px;
}

.login form {
	background-color: rgba(255, 255, 255, 0.5);
  	padding: 25px;
  	border-radius: 6px;
}

#loginform p {
	padding: 5px;
}

#loginform label {
	margin-bottom: 10px;
}

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
	background-color: #519bde;
	border: none;
	color: #fff;
	text-shadow: none;
	text-transform: uppercase;
	font-weight: bold;
  	font-family: 'Lato', sans-serif;
	font-size: 13px;
	background: #519bde;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* End of WordPress Login Screen Customization */

/* WordPress Page and Post Title Customization */

.wordpress-title {
    margin-top: 65px;
}

/* WordPress Gate Page Post Title Customization */

.wordpress-title {
    margin-top: 5em;
    border-bottom: 2px solid #eee;
    max-width: 75%;
}

/* End of WordPress Gate Page Post Title Customization */

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

.shadow {
  -webkit-box-shadow: 0px 1px 9px 2px rgba(0,0,0,0.32);
  -moz-box-shadow: 0px 1px 9px 2px rgba(0,0,0,0.32);
  box-shadow: 0px 1px 9px 2px rgba(0,0,0,0.32);
}

body {
  color: #5a5a5a;
    font-family: 'Montserrat', 'Arial', 'Helvetica', sans-serif
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* SendPress Customization */
pre {
  background-color: transparent;
  border: none;
}

.sendpress {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  background-color: transparent;
  border: none;

}

input[type="hidden"] {
  display: none;
}

.sendpress-signup-form {
  background-color: transparent;
}

.signup-fields-bottom {
  display: none;
}

.sp-email {
  text-align: center;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}


/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.btn-margin-left {
    margin-left: 3px;
}
.btn-margin-right {
    margin-right: 3px;
}

.navbar navbar-inverse navbar-static-top {
    background-color: blue;
}

/* VIDEO */

iframe {
  max-width: 100%;
}

.ytp-title {
  display: none;
}
/* END OF VIDEO */

/* AREA DO PROFISSIONAL - CURSANDO */

.painel-modulos {
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}


/* WordPress Blog Layout Customization */

.blog-post-single {
  margin-top: 75px;
  max-width: 60%;
}

.blog-body-text p {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
      margin-bottom: 1.8em;
  line-height: 1.4em;
  /*text-align: justify;*/
  	font-family: 'Lato', Arial, sans-serif;
  font-size: 20px;
  font-weight: lighter;
}

.blog-body-text a {
  color: #152951;
  text-decoration: none;
}

.blog-body-text a:hover {
  border-bottom: 3px solid #eee;
  background-color: #eee;

}

.site-content a {
  border-bottom: 3px solid #152951;
  color: #152951;
  text-decoration: none;
}

.site-content a:hover {
  border-bottom: 3px solid #eee;
  background-color: #eee;

}

a.btn.btn-primary {
    background-color: #000;
  	border:none;
}

a.btn.btn-primary:hover {
    background-color: #152951;
  	border:none;
}


.site-content {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  line-height: 25px;
  /*text-align: justify;*/
  	font-family: 'Lato', Arial, sans-serif;
  font-size: 1.8em;
  font-weight: lighter;
  margin-bottom: 4em;
}

.body ul li p {
	font-size: 14px;
}

.site-content p {
	line-height:  30px;
    margin-bottom: 1.8em;
}

.thumbnail .caption {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: lighter;
}

.blog-body-text {
  	line-height: 2em;
}

.footer-blog {
  color: #000;
  margin-top: -50px;
  margin-bottom: -25px;
  text-decoration: none;
  /* Fixed footer */
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}

.footer-blog a {
  color: #000;
}

.footer-blog a:hover {
  color: #1a1a1a;
}

.post-meta-info {
  padding-top: 15px;
  margin-left: 15px;
  margin-right: auto;
  display: inline;
}

.post-meta-info a {
  text-decoration: none;
  color: #222;
  color: #152951;
  font-size: 1em;
}

.cursos {
    margin-top: 100px;
}

.cursomed {
    min-height: 750px;
}

.post-featured-image {
    /*background-image: url(../img/posicionamento.jpg);*/
    max-width: 100%;
    background-size: 100%;
    height: 500px;
    margin-top: -100px;
    min-width: 100%;
    -webkit-box-shadow: 0px 1px 9px 2px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 1px 9px 2px rgba(0,0,0,0.32);
    box-shadow: 0px 1px 9px 2px rgba(0,0,0,0.32);
}

.post-title {
    margin-top: -50px;
    color: #222;
    /*padding: 25px 0px 45px 50px;*/
    padding-top: 4em;
    padding-bottom: .5em;
    padding-left: 0px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    color: #152951;
    /*background-color: #222;*/
    /*-webkit-box-shadow: 0px 1px 9px 2px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 1px 9px 2px rgba(0,0,0,0.32);
    box-shadow: 0px 1px 9px 2px rgba(0,0,0,0.32);*/
}

.post-title h1 {
	/*font-family: "Noticia Text", Times New Roman, Times, serif;*/
    color: #152951;
}

.post-content {
    margin-top: 15px;
    font-size: 18px;
}

.post-header-title {
  max-width: 70%;
  font-size: 4.5em;
  font-weight: bolder;
  letter-spacing: -3px;
  margin-bottom: 15px;
}

.post-meta {
  padding-top: 15px;
  color: #152951;
}

.author-meta {
	border: 1px solid #eee;
    border-radius: 5px;
  	padding: 1em;
    margin-left: auto;
    margin-right: auto;
  	margin-top: 2em;
  	margin-bottom: 2em;
    max-width: 100%;

}

.author-photo img {
    max-width: 75px;
    height: auto;
    margin-right: 25px;
    border-radius: 50%;
    display: inline-block;
}

.author-name {
  margin-top: -10px;
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    margin-top: .5em;
    /*padding-top: 15px;
    padding-left: 115px;*/
  color: #152951;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.author-info {
    /*font-weight: 100;
    padding-left: 115px;*/
}

.author-info p {
  font-weight: lighter;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  max-width: 80%;
}


/*.archive-content {
  color: #fff;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background:

  linear-gradient(
        rgba(21, 41, 81, 0.8),
        rgba(32, 72, 142, 0.8)
      )
}*/

.post-featured-image {
  color: #fff;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background:

  linear-gradient(
        rgba(21, 41, 81, 0.8),
        rgba(32, 72, 142, 0.8)
      )
}

.excerpt {
  color: #fff;
  font-family: "bree-serif",'Noticia Text', Georgia, Times, serif;
  color:
  color: #222;
  max-width: 60%;
  font-size: 16px;
  margin-bottom: 0px;
  padding-top: 1em;
  /*background-color: rgba(0, 0, 0, 0.6);
  padding: 5px;
  max-width: inherit;
  display: inherit;*/
}

.archive-content {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10em;
  padding-bottom: 10em;

}

.post-archive-title-container {
    margin-top: 9em;
  margin-bottom: 1em;
}

article h2 a {
  color: #fff;
  font-family: "bree-serif",'Noticia Text', Georgia, Times, serif;
  font-size: 60px;
  line-height: 50px;
  font-weight: bolder;
  margin-bottom: 40px;
  letter-spacing: -5px;
  background-color: none
}

article h2 a:active {
  text-decoration:none;
}

article h2 a:active {
  text-decoration:none;
}

/*.post-archive-title-container {
  padding-top: 8em;
  padding-bottom: 2em;
}*/

article {
  display: inline-block;
  padding-top: 10em;
}

.archive-post-featured-image {
  border-bottom: none;
}

article p {
  display: inline-block;
}

article a {
  text-decoration: none;
  color: #222;
}

article a:hover {
  color: #262626;
}

article a:active {
  text-decoration: none;
}

article a, p {
  line-height: 16px;
}

article a p {
  color: #000;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 5px;
  display: grid;
}

.post-archive-title a {
	color: #f2f2f2;
      font-family: "Noticia Text", Georgia, Times, serif;
}

.post-archive-title a:hover {
	color: #fff;
}

.post-archive-author {
  color: #fff;
  background-color: #DAA520; /*rgba(0, 0, 0, 1);*/
  padding: 5px;
  display: inline-block;
  background-size: contain;
  border-radius: 5px;
      margin-top: 1.5em;
}

.post-archive-date {
  color: #fff;
  background-color: #DAA520; /*rgba(0, 0, 0, 1);*/
  padding: 5px;
  display: inline-block;
  border-radius: 5px;
}

.post-archive-category {
  color: #fff;
  background-color: #DAA520; /*rgba(0, 0, 0, 1);*/
  padding: 5px;
  display: inline-block;
  border-radius: 5px;
}

.post-archive-category a {
  color: #fff;
}

.post-archive-category a:hover {
  color: #eee;
}

{
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 18px;
  line-height: normal;
  margin-top: 10px;
}

.posts-index {
	background-color:#152951;
}

.posts-index-container select {
    border-radius: 5px;
    color: #192951;
    padding: .5em;
  	margin-top: 1em;
  	display: block;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (min-width: 0\0) {
  select {
    background: none;
    padding: 5px;
  }
}

.posts-index-container {
  	color: #fff;
	padding-top: 2em;
	padding-bottom: 2em;

}


.posts-index li {
  list-style-type: none;
  	margin-top: .5em;
    margin-bottom: .5em;
}

.posts-index a {
  	color: #fff;
	font-size: 1em;
}

/*.post-archive-category {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px;
  border-left: 1px solid #ccc;
  display: inline-block;;
}

.archive-post-featured-image {
  height: 300px;
}

/* Comments Form Customization */
/* End of Comments Form Customization */

/* End of WordPress Blog Layout Customization */

/* Landing Page Google AdWords */
/*.layer {
    background-color: rgba(50, 50, 50, 0.6);
    width: 100%;
    height: 100%;
}*/

.big-title-landing-page {
  margin-top: -20x;
  min-width: 100%;
  min-height: 100%;
  background:url(http://www.rfmediatraining.com.br/wp-content/uploads/2016/02/IMG_0317-1.jpg);
  background-size: cover;
  rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  padding-top: 100px;
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.1);

  -webkit-box-shadow: inset 0px 0px 197px 200px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 0px 197px 200px rgba(0,0,0,0.5);
  box-shadow: inset 0px 0px 197px 200px rgba(0,0,0,0.5);

}
  .big-title-landing-page-2 {
    margin-top: -20x;
    min-width: 100%;
    min-height: 100%;
    background:url(http://www.rfmediatraining.com.br/wp-content/uploads/2016/02/IMG_0383.jpg);
    background-size: cover;
    rgba(0, 0, 0, 0.5);
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    padding-top: 100px;


    -webkit-box-shadow: inset 0px 0px 197px 200px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 0px 197px 200px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 197px 200px rgba(0,0,0,0.5);

}

.big-title-landing-page-3 {
  margin-top: -20x;
  min-width: 100%;
  min-height: 100%;
  background:url(http://www.rfmediatraining.com.br/wp-content/uploads/2016/02/IMG_0451.jpg);
  background-size: cover;
  rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  padding-top: 100px;


  -webkit-box-shadow: inset 0px 0px 197px 200px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 0px 197px 200px rgba(0,0,0,0.5);
  box-shadow: inset 0px 0px 197px 200px rgba(0,0,0,0.5);

}

.big-title-landing-page-4 {
  margin-top: -20x;
  min-width: 100%;
  min-height: 100%;
  background:url(http://www.rfmediatraining.com.br/wp-content/uploads/2016/02/IMG_0550.jpg);
  background-size: cover;
  rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  padding-top: 100px;


  -webkit-box-shadow: inset 0px 0px 197px 200px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 0px 197px 200px rgba(0,0,0,0.5);
  box-shadow: inset 0px 0px 197px 200px rgba(0,0,0,0.5);

}

.download-ebook-title {
  margin-top: -20x;
  min-width: 100%;
  min-height: 100%;
  background-color: #333;
  /*background:url();
  background-size: cover;
  rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-repeat: no-repeat;*/
  padding-bottom: 100px;
  padding-top: 100px;
}

.landing-big-title {
  text-align: center;
  color: #fff;
  /*line-height: 40px;
  letter-spacing: -3px;*/
}

.big-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  max-width: 40%;
  font-size: 3em;
  line-height: 30px;
  letter-spacing: -3px;
}

.text-section {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 100px;
  min-height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fed136;
}

.landing-page-text {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 24px;
  line-height: normal;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 65%;
  text-align: center;
}

.how-it-works-section {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 100px;
  min-height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #eee;
}

.contact-section {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 100px;
  min-height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.ul.landing-page-text {
  margin-right: auto;
  margin-left: auto;
}

.how-it-works li {
  display: inline-block;
}

.etapa-mt {
  border: 10px solid #eee;
  border-radius: 50%;
}

.li-mt-features {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  list-style: none;
  background-color: #ccc;
  padding: 15px;
}

.li-mt-features-text {
  margin-top: 50px;
  list-style: none;
  padding: 15px;
  padding-left: none;
}

.iframe-landing {
  margin-top: 50px;
  margin-bottom: 50px;
}

#wpcf7-f1120-p1117-o1 {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}

#wpcf7-f1127-p1117-o1.wpcf7-response-output, .wpcf7-display-none, .wpcf7-validation-errors {
  /*margin-left: auto;
  margin-right: auto;*/
  text-align: center;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

div.wpcf7-validation-errors {
  /*max-width: 25%;*/
  margin-left: auto;
  margin-right: auto;
}

div.wpcf7-mail-sent-ok {
  color: #70db70;
  border-color: #70db70;
  /*max-width: 25%;*/
  margin-left: auto;
  margin-right: auto;
}

/*.wpcf7-response-output {

  text-align: center;
}

.wpcf7-display-none{

  text-align: center;
}

.wpcf7-validation-errors{

  text-align: center;
}*/


span.wpcf7-not-valid-tip {
  margin-top: 15px;
  color: #fed136;
}

/*.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    /*background-color: #eee;
    color: #666666;
    width: 50%;
    max-width: 100%;
    height: 50px;
    border-radius: 5px;
    border:none;
    /*border: 1px solid #ccc;
    margin-top: 15px;
    padding: 10px;
    font-size: 18px;
}*/

.wpcf7 textarea {
  height: 250px;
}

.wpcf7 input[type="submit"] {
  text-transform: uppercase;
  font-weight: bolder;
  border: none;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  background-color: #DAA520;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.wpcf7 input[type="submit"]:hover {

    background-color: #4b9363;

}

/*.wpcf7 input[type="submit"]:active {
  	-webkit-box-shadow: inset 2px 2px 10px 5px rgba(228,175,1,1);
	-moz-box-shadow: inset 2px 2px 10px 5px rgba(228,175,1,1);
	box-shadow: inset 2px 2px 10px 5px rgba(228,175,1,1);
}*/

  div.wpcf7 img.ajax-loader {
  	display: block;
	margin-top: 10px;
	display: none;
  }


.wpcf7 p {
  margin-top: 20px;
}

.wpcf7-mail-sent-ok {
  color: #398f14;
}

.wpcf7-validation-errors {
  color: #fed136;
  border: 2px solid #fed136;
}

div.wpcf7-validation-errors {
  color: #fed136;
  border: 2px solid #fed136;
  width: inherit;
}

.ebook-btn {
  margin-top: 15px;
  border-color: #fedb67;
  text-transform: uppercase;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #fed136;
}

.ebook-btn:hover {
  margin-top: 15px;
  border-color: #fedb67;
  text-transform: uppercase;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #fec301;
}

/* Landing Page Conversão */

/* Formulário Imagem #wpcf7-f1231-o1 */

#wpcf7-f1231-o1 div.wpcf7-mail-sent-ok {
	max-width: 100%;
}

#wpcf7-f1231-o1 div.wpcf7-response-output {
	max-width: 100%;
}

#wpcf7-f1231-o1 input[type="text"] {
	background-color: #fff;
 	width: 100%;
}

#wpcf7-f1231-o1 input[type="email"] {
	background-color: #fff;
 	width: 100%;
}

/* Formulário Vídeo #wpcf7-f1207-o1 */

#wpcf7-f1207-o1 div.wpcf7-mail-sent-ok {
	max-width: 100%;
}

#wpcf7-f1207-o1 div.wpcf7-response-output {
	max-width: 100%;
}

#wpcf7-f1207-o1 input[type="text"] {
	background-color: #fff;
 	width: 100%;
}

#wpcf7-f1207-o1 input[type="email"] {
	background-color: #fff;
 	width: 100%;
}

/* Formulário Diagnóstico Gratuito */

#wpcf7-f1437-o1 input[type="text"] {
	background-color: #fff;
 	width: 100%;
}

#wpcf7-f1437-o1 input[type="email"] {
	background-color: #fff;
 	width: 100%;
}

#wpcf7-f1437-o1 textarea {
	background-color: #fff;
 	width: 100%;
}

#wpcf7-f1437-o1 input[type="submit"] {
	width: 100%;
}


/* End of Landing Page Google AdWords */

/* Landing Page 2 Col Convert */

body lp-body {
	padding-top: 0px;
}

.big-title-lp2col-convert-header {
  margin-top: -20x;
  min-width: 100%;
  background-size: cover;
  rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  padding-top: 20em;
  -webkit-box-shadow: inset 0px 0px 197px 200px rgba(255,255,255,0.9);
  -moz-box-shadow: inset 0px 0px 197px 200px rgba(255,255,255,0.9);
  box-shadow: inset 0px 0px 197px 200px rgba(255,255,255,0.9);
}

.lp2col-big-title {
  /*padding-top: 50px;
  padding-bottom;*/
  text-align: center;
  color: #000;
  margin-top: -8em;
}


/*.big-title {
  padding-bottom: 50px;

}*/

.lp2coltitlehr hr {
  background-color: #DAA520;
  color: #000;
  width: 60%;
  border: none;
  margin-top: 10px;
  height: 5px;
}

.lp2col-pagecontent {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* Apenas em desktop */
@media (min-width: 992px) {
  /* garante que as colunas fiquem lado a lado com o mesmo contexto de stacking */
  .lp2col-pagecontent {
    display: flex;
    align-items: flex-start;
    gap: 30px; /* ajuste à sua necessidade */
  }

  /* mantém grid bootstrap porém com flexbox mais previsível */
  .lp2col-pagecontent > .col-md-8 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .lp2col-pagecontent > .col-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  /* torna o box do formulário "grudado" ao rolar */
  .lp2col-convert-form .form-box-lp2col-convert {
    position: -webkit-sticky; /* safari */
    position: sticky;
    top: 90px; /* distância do topo (ajuste conforme header fixo) */
  }
}

/* estilos base do form (mantêm cor e sombra sempre) */
.lp2col-convert-form .form-box-lp2col-convert {
  background: #ffffff; /* cor do fundo */
  box-shadow: 0 6px 20px rgba(0,0,0,0.12); /* sombra padrão */
  border-radius: 8px;
  transition: box-shadow .18s ease, transform .18s ease;
}

/* maior margem / espaçamento quando o form fica "sticky" */
@media (min-width: 992px) {
  .lp2col-convert-form {
    margin-top: 24px; /* margem normal da coluna direita */
  }

  /* quando colar na viewport, aumentamos visualmente o espaçamento/top */
  .lp2col-convert-form .form-box-lp2col-convert.sticky {
    /* top controlado pelo JS via variável topSpacing, mas aqui definimos fallback/visual */
    box-shadow: 0 10px 30px rgba(0,0,0,0.14);
    transform: translateZ(0); /* força camada para suavizar render */
  }

  /* estado preso ao final do container (não vaza) */
  .lp2col-convert-form .form-box-lp2col-convert.stuck-bottom {
    position: absolute !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    transform: none !important;
  }
}


.lp2col-convert-content {
  max-width: 80%;
}

.title1-lp2col-convert {
	max-width: 60%;
}

.title1-lp2col-convert h3 {
  margin-top: 0px;
  max-width: 60%;
  letter-spacing: -1px;
  font-weight: lighter;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #000;
}


.title2-lp2col-convert h1 {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
  font-weight: bolder;
  padding-bottom: 20px;
  color: #000;
}

.title2-lp2col-convert {
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
  border-width: 70%;
}

.text1-lp2col-convert p {
    line-height: 1.5em;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: lighter;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
}


.img-mockup-lp2col-convert img {
  max-width: 90%;
}

.video-lp2col-convert {

}

.title3-lp2col-convert h3 {
  font-weight: bolder;
  color: #000;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
}

.title3-lp2col-convert {
  margin-top: 30px;
  letter-spacing: -2px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
  border-width: 70%;
}


.text2-lp2col-convert p {
  line-height: 1.5em;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: lighter;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.topics-lp2col-convert {
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0px 1px 9px 2px rgba(0,0,0,0.32);
  padding: 25px;
}

.topics-lp2col-convert p {
  line-height: 30px;
  font-size: 25px;
  letter-spacing: -1px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}

.topics-lp2col-convert ul {
  -webkit-padding-start: 0px;
  /*margin-left: 25px;*/
	    font-family: 'Lato', Arial, Helvetica, sans-serif;
}

.topics-lp2col-convert li {
    list-style: disc;
    list-style-type: none;
    font-size: 1.2em;
  	font-weight: lighter;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
  }

.topics-lp2col-convert li:before {
  content: "\e089";
  font-family: 'Glyphicons Halflings';
  font-size: 18px;
  /*float: left;*/
  margin-right: 10px;
  line-height: 30px;
  /*margin-left: -17px;*/
  color: #54ab56;
}

.lp2col-convert-form {
  max-width: 80%;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0px 1px 9px 2px rgba(0,0,0,0.32);
}


.form-box-lp2col-convert
#wpcf7-f1127-o1.wpcf7, #wpcf7-f1231-o1  input[type="text"],
#wpcf7-f1127-o1.wpcf7, #wpcf7-f1231-o1  input[type="email"],
#wpcf7-f1127-o1.wpcf7, #wpcf7-f1231-o1  textarea {
  /*width: 100%;*/
  background-color: #fff;
}

.form-box-lp2col-convert > .ebook-btn {
  max-width: 100%;
  word-wrap: break-word;
  }


.form-title-lp2col-convert {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  border-spacing: 20px;
  background-color: #000;
  color: #fff;
}

.form-title-lp2col-convert h3 {
  /*margin: 20px;
  padding: 20px;
  max-width: 90%;*/
  letter-spacing: -1px;
  font-weight: bolder;
  padding-bottom: 10px;
}

.form-subtitle-lp2col-convert p {
  	font-family: 'Lato', Arial, sans-serif;
    padding: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 95%;
    font-weight: lighter;
    padding-bottom: 10px;
}

.form-lp2col-convert {
    padding: 20px;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -5em;
}

/* LP Agradecimento */

.big-title-thank-you-header {
  margin-top: -20x;
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
  rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  padding-top: 50px;
  -webkit-box-shadow: inset 0px 0px 197px 200px rgba(255,255,255,0.9);
  -moz-box-shadow: inset 0px 0px 197px 200px rgba(255,255,255,0.9);
  box-shadow: inset 0px 0px 197px 200px rgba(255,255,255,0.9);
}

/* LP Content Acess */

.c-a-default-content-section {
	background-color: #eee;
	padding-top: 50px;
	padding-bottom: 100px;

}

.c-a-main-title h1 {
  	height: 50px;
  	max-width: 80%;
  	text-align: center;
	margin-right: auto;
  	margin-left: auto;
}

.c-a-main-title {
  	margin-bottom: 50px;
  	height: 100%;
  	max-width: 80%;
  	text-align: center;
	margin-right: auto;
  	margin-left: auto;
}

.c-a-img img {
	/*margin-top: 25px;*/
	max-width: 100%;
}

.c-a-video {

			}

.c-a-sharing-links {
  font-size: 18px;
  margin-top: 25px;
  height: 100%;
  /*display: none;*/
}


.c-a-convert-form {
  max-width: 100%;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0px 1px 9px 2px rgba(0,0,0,0.32);
}

.c-a-content-info {
  /*margin-top: 25px;*/
  margin-bottom: 25px;
  font-weight: lighter;
  font-family: "bree-serif",'Noticia Text', Georgia, Times, serif;
  font-size: 18px;
  line-height: 22px;

}

.c-a-form-column {

}

.c-a-content-column {

}

.c-a .lp2col-convert-content {
	max-width: 100%;
}

/* ---------- RELATED PROJECTS (estilos focados, não tocam no resto do tema) ---------- */

/* container */
.related-projects { margin-top: 2.5em; }

/* lista flex */
.related-projects-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* item: imagem como background + altura fixa (ajuste a altura conforme quiser) */
.related-project-item {
  position: relative;
  width: 220px;
  height: 140px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ddd;
  transition: transform 0.22s ease, border-color 0.18s ease;
  display: block;
}

.related-project-item:hover {
  transform: translateY(-4px);
  border-color: #bbb;
}

/* overlay suave para escurecer sem criar retângulo extra */
.related-project-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.28); /* ajuste a opacidade para mais/menos escurecimento */
  pointer-events: none;
  transition: background 0.22s ease;
  z-index: 1;
}

/* hover só eleva o card e escurece levemente a overlay */
.related-project-item:hover {
  transform: translateY(-4px);
  border-color: #bbb;
}
.related-project-item:hover::before {
  background: rgba(0,0,0,0.36);
}

/* link cobre todo o item; texto por cima da overlay */
.related-project-item a {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  padding: 1em;
  box-sizing: border-box;
}

/* título/legenda */
.related-project-title {
  display: block;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  text-shadow: 0 2px 6px rgba(0,0,0,0.45);
}

/* remove qualquer background azul em hovers globais — escopo pequeno */
.related-projects a,
.related-projects a:link,
.related-projects a:visited,
.related-projects a:focus,
.related-projects a:hover {
  color: inherit;
  -webkit-text-fill-color: inherit;
  text-decoration: none;
  background: transparent !important;
  outline: none !important;
}

.related-projects-list {
	margin-top: .5em;
}

span.related-project-title {
    color: #fff;
    font-size: 1em;
    text-transform: capitalize;
}

/* responsividade: full width em telas pequenas */
@media (max-width: 640px) {
  .related-project-item { 
    width: 100%; 
    height: 160px;
  }
  .related-projects-list { 
    gap: 10px; 
  }
	
	.related-project-item {
  width: 100%; 
  height: auto; /* Ajusta a altura para uma visualização mais fluida */
}

}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 768px) {
	.lp2col-convert-form{max-width: 100%;margin-top: 50px;}
  .homepage-content{width: 100%;}
}

@media (min-width: 768px) {
.carousel-caption .btn {margin-top: 15px;}
  .carousel-caption a.btn btn-lg btn-primary { margin-top: 25px;}
  .carousel-caption h1{font-size: 24px;font-weight: bolder;z-index: 5; margin-bottom: 15px;}
/* Navbar positioning foo */
  .navbar-wrapper {margin-top: 20px;}
  .navbar-wrapper .container {padding-right: 15px;padding-left: 15px;}
  .navbar-wrapper .navbar {padding-right: 0;padding-left: 0;}
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {border-radius: 4px;}
  /* Bump up size of carousel content */
  .carousel-caption p {margin-bottom: 20px;font-size: 21px;line-height: 1.4;}
  .featurette-heading {font-size: 50px;}
  /* Landing Page Mobile Settings */
  .lp2col-convert-content {max-width: 100%;}
  .c-a-form-column {margin-top: 50px;}
  .header-logo-lp2col-convert img {max-width: 50px;margin-right: auto;margin-left: auto;}
  .lp2col-convert-form {max-width: 100%;margin-top: 50px;}
  .title1-lp2col-convert {max-width: 90%}
  .homepage-content {width: 100%;}
/* End of Landing Page Mobile Settings */
}/* end of @media (min-width: 768px) */

@media (min-width: 992px) {
  .featurette-heading {margin-top: 120px;}
	.carousel-caption h1 {font-size: 24px;font-weight: bolder;z-index: 5;}
  .homepage-content {width: 100%;}
/* Landing Page Mobile Settings */
  .lp2col-convert-content {max-width: 90%;}
  .c-a-form-column {margin-top: 50px;margin-top: 50px;}
  .header-logo-lp2col-convert img {    max-width: 50px;
    margin-bottom: 2em;;margin-right: auto;margin-left: auto;}
/* End of Landing Page Mobile Settings */
} /* End of @media (min-width: 992px)*/

@media (max-width: 768px) {
  /* Landing Page Mobile Settings */
  .lp2col-convert-content {max-width: 100%;}
  .c-a-form-column {margin-top: 50px;margin-top: 50px;}
  .lp2col-convert-form {max-width: 100%;}
  .title1-lp2col-convert {max-width: 90%}
  /* End of Landing Page Mobile Settings */
  .btn-mobile {margin-left: 15px;}
  .big-title {margin-left: auto;margin-right: auto;max-width: 250px;font-size: 2em;line-height: 1.2em;letter-spacing: -1px;}
  .big-title h3 {font-family: 'Georgia', serif; margin-left: auto;margin-right: auto;max-width: 250px; font-size: 1em;line-height: .8em;letter-spacing: -1px;}
  .landing-page-text {font-family: Georgia, serif;font-style: italic;font-size: 16px;line-height: normal;margin-top: 10px;margin-left: auto;margin-right: auto;max-width: 65%;   text-align: center;}
  .wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 textarea{
  background-color: #fff;color: #666666;width: 50%;max-width: 100%;height: 50px;border-radius: 5px;/*border: 1px solid #ccc*/;margin-top: 15px;padding: 10px;font-size: 18px;}
  .wpcf7 textarea {height: 125px;}
} /*End of @media (max-width: 768px)*/

@media (max-width: 480px) {
  .homepage-content {max-width: 100%;margin-left: auto;margin-right: auto;}
  .carousel-caption h1 {font-size: 24px;font-weight: bolder;z-index: 5;}
  /* Landing Page Mobile Settings */
  .lp2col-convert-content {max-width: 100%;}
  .c-a-form-column {
  margin-top: 50px;}
  .header-logo-lp2col-convert img {max-width: 75px;margin-right: auto;margin-left: auto;}
  .lp2col-convert-form {max-width: 100%;margin-top: 50px;}
  .title1-lp2col-convert {max-width: 90%;}
  /* End of Landing Page Mobile Settings */
  .btn-mobile {margin-left: 15px;}
  .carousel-caption h1 {font-size: 24px;font-weight: bolder;z-index: 5;}
}/* End of @media (max-width: 480px) */

@media (min-width: 768px) {
  .homepage-content {max-width: 100%; margin-left: auto;margin-right: auto;}
  .sidebar {position:fixed; top: 51px; bottom: 0; left: 0;  z-index: 1000; display: block; padding: 20px; overflow-x: hidden; overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ background-color: #404040;}
  /* Navbar positioning foo */
  .navbar-wrapper {margin-top: 20px;}
  .navbar-wrapper .container {padding-right: 15px;padding-left: 15px;}
  .navbar-wrapper .navbar {padding-right: 0;padding-left: 0;}
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {border-radius: 4px;}
  /* Bump up size of carousel content */
  .carousel-caption p {margin-bottom: 20px;font-size: 21px;line-height: 1.4;}
  .carousel-img {}
  .featurette-heading {font-size: 50px;}
} /* End of @media (min-width: 768px) */

@media (min-width: 992px) {
  .featurette-heading {margin-top: 120px;}
}

@media (max-width: 768px) {
  .btn-mobile {margin-left: 15px;}
}

@media (max-width: 480px) {
  .btn-mobile {margin-left: 15px;}
  .carousel-caption {paddding-bottom: 40px;}
  .carousel-caption p {font-size: 12px}
  .carousel-caption p a {text-align: center;font-size: 10px;}
}

/* End of RESPONSIVE CSS */

/* WordPress Blog Layout Customization */

.posts-nav a {
  text-decoration: none;
  color: #2e2d2c;
  margin-top: 3em;
  font-family: 'Open Sans', sans-serif;
  padding-right: 0.5em;
  transition: color 0.25s ease, text-decoration-color 0.25s ease;
}

.posts-nav a:hover {
  color: #000; /* leve escurecimento */
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.3); /* sublinhado discreto */
}

.posts-nav.container {
    margin-right: auto;
    margin-left: auto;
    margin-top: 3em;
    margin-bottom: 3em;
    max-width: 100%;
}

.posts-nav.container > .col-md-6 {
	padding: 0px;
}

/* WordPress Client Area Layout Customization */

body {
  padding-top: 50px;
  font-family: "Montserrat", "Arial", "Helvetica";
}

/*body p {
  line-height: 30px;
  text-align: justify;
  font-family: "bree-serif",'Noticia Text', Georgia, serif;
  font-size: 22px;
  font-weight: lighter;
}*/

/*body ul li p {
  line-height: 30px;
  /*text-align: justify;*/
  /*font-family: "bree-serif",'Noticia Text', Georgia, serif;
  font-size: 22px;
  font-weight: lighter;
} */

.painel-modulos {
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
}

.btn-margin-right-dashboard {
    margin-right: 25px;
}

.btn-margin-left-dashboard {
    margin-left: 15px;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
  /*margin-top: 10px;*/
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 2opx;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
      color: #eee;
    font-weight: 700;
}
.nav-sidebar > .active > a {
  color: #fff;
  background-color: #707070;
}

.nav-sidebar > .active > a:hover {
    color: #eee;
    background-color: #282828;
}

.nav-sidebar > li > a:hover {
    color: #eee;
    background-color: #282828;
}

.nav-sidebar > .active > a:focus {
    color: #101010;
    background-color: #282828;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {

.main {
    padding-right: 40px;
    padding-left: 40px;
  }

.main .page-header {
  margin-top: 0;
}

  .homepage-content {
	  width: 100%;
		  }

}

/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

/* End of WordPress Client Area Layout Customization */

/* WordPress active menu item custom style */

.current-menu-item > a {
    background-color: #e7e7e7;
}

/* WordPress Menu and Dropdown Customization */


@media (min-width:768px) {

.homepage-content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
	.sub-menu {
		display: none;
		position: absolute;
		background: #e7e7e7;
		padding: 10px 15px;
		width: 200px;
  		-webkit-box-shadow: 0px 0px 22px 1px rgba(0,0,0,0.16);
   		-moz-box-shadow: 0px 0px 22px 1px rgba(0,0,0,0.16);
    	box-shadow: 0px 0px 22px 1px rgba(0,0,0,0.16);
	}

	li:hover .sub-menu {
		display: block;
	}

}

.sub-menu li {
	margin-bottom: 10px;
	list-style: none;
}

.sub-menu li:last-child {
	margin-bottom: 0;
}

.sub-menu a  {
	color: #999;
	text-decoration: none;
}

.sub-menu a:hover  {
	color: #737373;
}

.current-menu-item > a, .current-menu-parent > a {
	background: transparent;
}
.current-menu-parent li a {
	background: inherit;
}
.current-menu-parent .current-menu-item a {
	color: #595959;
	font-weight: bold;
}

/* WordPress Menu and Dropdown Customization */

/* Carousel WordPress Integration Customization */

/*#home-page-carousel {
  margin-bottom: 50px;
}

.carousel {
  max-height: 600px;
  margin-bottom: 50px;
}

#home-page-carousel img {
  max-width: 100%;
  max-height: 500px;
}

.featured-image img,
.portfolio-piece img,
.portfolio-image img {
	max-width: 100%;
}*/

.prev-next {
	font-size: 24px;
	margin-top: 30px;
	text-align: right;
}

/*.carousel-caption-title {
  margin-top: -100px;
  margin-bottom: 200px;
  padding-top: 100px;
  color: #fff;
  font-size: 40px;
  font-weight: bolder;
  letter-spacing: -4px;
  text-align: center;
  z-index: 5;
    padding-bottom: 80px;
}*/

.carousel {
  height: 500px;
  margin-bottom: 60px;
  margin-top: -20px;
}

.carousel .item {
	-webkit-box-shadow: inset -200px -200px 96px 200px rgba(0,0,0,0.55);
-moz-box-shadow: inset -200px -200px 96px 200px rgba(0,0,0,0.55);
box-shadow: inset -200px -200px 96px 200px rgba(0,0,0,0.55);
	}

.carousel-caption h1 {
  font-size: 50px;
  font-weight: bolder;
  letter-spacing: -4px;
  line-height: 50px;
  z-index: 5;
}

.carousel-caption p {
  z-index: 5;
}

.carousel-caption {
  margin-bottom: 125px;
}

.carousel .item {
    height: 500px;
    background-color: #777;
  }

.carousel-inner > .item > img {
    position: relative;
    background-size: cover;
  	background-position: center center;
    /*min-width: 100%;
    height: 100%;*/
  }

.carousel-inner > .item {
	  	-webkit-box-shadow: inset 0px 0px 250px 200px rgba(0,0,0,0.6);
		-moz-box-shadow: inset 0px 0px 250px 200px rgba(0,0,0,0.6);
		box-shadow: inset 0px 0px 250px 200px rgba(0,0,0,0.6);
	}

.carousel-control {
  padding-bottom: 50px;
}

/* CUSTOMIZE THE CAROUSEL
--------------------------------------------------

/* Carousel base class
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption
.carousel-caption {
  z-index: 5;
    padding-bottom: 80px;
}

/* Declare heights because of positioning of img element
.carousel .item {
  height: 500px;
  background-color: #777;
}

.carousel-inner > .item > img {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
/* COMEÇE A APRENDER AGORA
-------------------------------------------------- */

.cpa {
    min-width: 100%;
}

.cta-icon {
    font-size: 5em;
}

/* ASSINE NOSSA NEWSLETTER
-------------------------------------------------- */

.newsletter-input {
    max-width: 300px;
    align-self: center;
    margin-right: auto;
    margin-left: auto;
}



/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* BLOG FEED */

.featimgpost {
    max-width: 50px;
}

li.thumbfix.span12 + li { margin-left : 0px; }
li.thumbfix.span6:nth-child(2n + 3) { margin-left : 0px; }
li.thumbfix.span4:nth-child(3n + 4) { margin-left : 0px; }
li.thumbfix.span3:nth-child(4n + 5) { margin-left : 0px; }
li.thumbfix.span2:nth-child(6n + 7) { margin-left : 0px; }
li.thumbfix.span1:nth-child(12n + 13) { margin-left : 0px; }


.thumbnail {


}

/* REGISTER */

.register-icon {
    color: mediumseagreen;
}

/* FOOTER
------------------------------------------------- */

.footer {
  /* Fixed footer */
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
    /*padding-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    min-height: 100px;*/
}

.footer-color-default {
  background-color: #eee;
  padding-top: 25px;
  padding-bottom: 15px;
  color: #222;
  /* Fixed footer
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here
  height: 60px;*/
}

.footer-color-default a {
  color: #222;
}

.footer-color-default a:hover {
  color: #5a5a5a;
}

.footer-color-blog {
  background-color: #222;
  padding-top: 25px;
  padding-bottom: 15px;
  color: #fff;
}

.footer-color-blog a {
  color: #b3b3b3;
}

.footer-color-blog a:hover {
  color: #fff;
}

/*FRONTPAGE*/

.homepage-content  {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

* {
  -webkit-padding-start: 0px;
  }


  /* Image sizes and alignments */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
    max-width: 97.5%;
    width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

/*FRONTPAGE*/

ul#menu-menu-principal {
    margin-top: 1.8em;
	    margin-left: 1.8em;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
  	width: auto;
    font-size: 18px;
    line-height: 20px;
}

hr.destaque-titulos {
	border: none;
    height: 4px;
    margin-top: -35px;
    margin-bottom: 60px;
    width: 100px;
    color: #E8AA2E;
    background-color: #DAA520;
}

.rp-big-title {
      top: 100%;
      width: 100%;
}

.rp-big-title-content {
	padding-top: 15em;
  	padding-bottom: 15em;
	  color: #fff;
}

.big-title-text h1 {
	margin-bottom: 2em;
  font-size: 2em;
}

.big-title-text p {
	font-size: 1.3em;
	line-height: 1.2em;
  	font-family: "Noticia Text", Times, Times New Roman, serif;
	margin-top: 2em;
	margin-bottom: 2em;
	max-width: 55%;
}

.section-content {
	padding-top: 5em;
	padding-bottom: 5em;
}



.titulo-historia {
  	color: #152951;
	margin-bottom: 3em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}

.historia > .section-content {
  	margin-left: auto;
	margin-right: auto;
	max-width: 60%;
   	padding-top: 8em;
  	padding-bottom: 8em;
}

.areas-de-atuacao {
	background-color: #eee;
}

.area-de-atuacao-title {
	margin-bottom: 4em;
  	color: #152951;
}

.atuacao-section-content {
  	margin-left: auto;
  	margin-right: auto;
  	max-width: 80%;
  	padding-top: 9em;
  	padding-bottom: 9em;
}

.row-atuacao {
  	margin-left: auto;
  	margin-right: auto;
  	max-width: 80%;
	text-align: center;
}

.section-content {
	margin-left: auto;
  	margin-right: auto;
  	max-width: 80%;
  	padding-top: 8em;
  	padding-bottom: 8em;
}

h2.titulo-areas-de-atuacao {
 display: block;
  color: #152951;
}

.boletim-informativo {
  	color: #fff;
	background-color: #152951;
	text-align: center;
	background:

	linear-gradient(
		  rgba(31, 61, 122, 1),
		  rgba(21, 41, 81, 1)
		);
  }

.boletim-informativo input{
	margin-top: 1em;
}

.boletim-informativo input[name="email"]{
	max-width: 40%;
	margin-left: auto;
  	margin-right: auto;
}


.na-imprensa {
  	max-width: 80%;
  	margin-left: auto;
  	margin-right: auto;
    padding-top: 4em;
  	padding-bottom: 4em;
}

.na-imprensa h1 {
	color: #152951;
		}

.logos-na-imprensa img {
	max-width: 90%;
    margin-left: auto;
  	margin-right: auto;
}

.titulo-na-imprensa {
	text-align: center;
	margin-bottom: 4em;
}

.conteudo-na-imprensa {
	padding-top: 9em;
  	padding-bottom: 9em;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.respiro {
	padding-top: 2em;
}

.clippings-nav {
	display: inline-block;
}

ul.post-categories {
    margin-top: 1em;
    margin-bottom: 1em;
}

.post-categories {
    margin-left: 0px;
    padding-left: 0px;
}

.post-categories a {
    /*margin-bottom: .5em;
    padding: .3em;
    border-radius: 5px;
    border: 1px solid;
    color: #152951;
    font-size: 1.2em;
    font-family: sans-serif;*/
}

.post-categories li {
	list-style-type: none;
  	margin-top: 1.5em;
  	margin-bottom: 1em;
  	display: inline;
}

.blog-feed {
  background-color: #eee;
	padding-top: 4em;
  	padding-bottom: 4em;
}

.blog-feed-list-item li {
	height: 5em;
}

.clippings-title-container {
    min-height: 6.5em;
}


.thumbnail.blog-feed-list-thumb {
    height: 15em;
}

	li.blog-feed-list-item.col-sm-6.col-md-4 {
    height: 14em;
    margin-bottom: 2em;
    margin-top: 2em;
}

h3.clippings-title {
margin-top: 1em;
}

.blog-feed-press {
  background-color: #fff;
	padding: 2em;
	padding-top: 2em;
  	padding-bottom: 2em;
	border: 1px solid #eee;
	border-radius: 5px;

}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
}

.thumbnail.imprensa {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
  height: 16em;
}


.blog-feed.thumbnail {
	min-height: 550px;
}

.titulo-blog {
	color: #152951;
  	text-align: center;
}

.contato {
	color: #fff;
	background-color: #152951;
	background:

	  linear-gradient(
			rgba(31, 61, 122, 1),
			rgba(21, 41, 81, 1)
		  );
 }


.btn-parceiros {
	margin-top: 1.8em;
}

.footer-color-default h3{
color: #152951;
}

.footer-color-default p {
    color: #5a5a5a;
    font-family: 'Lato', Arial, sans-serif;
}

.footer-color-default a{
color: #5a5a5a;
}

.navbar-default .navbar-nav>li>a {
    color: #5a5a5a;
	font-size: 1.2em;
}

.titulo-contato {
	margin-bottom: 4em;
}

.contato-content {
	text-align: center;
}

.row-contato {
	text-align: left;
}

/*.navbar-fixed-top {
    height: 6em;
}*/

.container-navbar {
	height: 4.5em;
}


.perfil-parentoni img {
-webkit-box-shadow: 0px 0px 18px -1px rgba(0,0,0,0.38);
-moz-box-shadow: 0px 0px 18px -1px rgba(0,0,0,0.38);
box-shadow: 0px 0px 18px -1px rgba(0,0,0,0.38);

}

.section-content p {
	font-family: "Noticia Text", Times, Times New Roman, serif;
  	font-size: 1.2em;
  	line-height: 1.2em;
  	text-align: justify;
}

.big-title-text p {
	font-family: "Noticia Text", Times, Times New Roman, serif;
  	font-size: 1.2em;
  	line-height: 1.2em;
  	text-align: justify;
}

.btn-gold {
  color: #fff;
  background-color: #DAA520;
}


.btn-gold:hover {
  color: #fff;
  background-color: #b1871b;
}

a.btn.btn-historia.btn-primary.btn-lg {
    margin-top: 2em;
}

/*a #menu-menu-principal.nav.navbar-nav {
	border-bottom: 3px solid #DAA520;
}*/

.sub-menu a {
    color: #152951;
    text-decoration: none;
  font-size: 1em;
}

.sub-menu a:hover {
    color: #1f3d7a;
	border-bottom: 1px solid #1f3d7a;
    text-decoration: none;
}

/*.navbar-default .navbar-nav>li>a:hover  {
	  	 color: #1f3d7a;
	border-bottom: 2px solid #1f3d7a;
	  }*/

.bg-desde {
	background-color: #1a3365;
}

.desde.container {
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center;
    font-family: "Noticia Text", Times, Times New Roman, serif;
}

.desde.container h3 {
	    font-family: "Noticia Text", Times, Times New Roman, serif;
		color: #DAA520;
		letter-spacing: 0px;
  }

.telefones {
	margin-top: 2em;
  	margin-bottom: 2em;
}

.telefones h3{
  	letter-spacing: 0px;
  	font-weight: normal;
}

.icone-telefones {
	margin-top: -8px
}

/*.topbar {
background-color: #eee;
    font-size: 1em;
    padding-top: 1.2em;
  	padding-bottom: 2em;
    position: fixed;
    height: 4em;
    width: 100%;
    top: 0;
}*/

/*.topbar p {
	font-size: .8em
	padding: .3em;
}

.navbar-fixed-top {
    margin-top: 50px;
}*/


img.perfil-parentoni {
    max-width: 90%;
}

img.img-circle {
    margin-top: 2em;
}

.navbar-default .navbar-nav>li>a {
    color: #152951;
    font-size: 1em;
}

img.logos-na-imprensa {
    max-width: 100%;
}

#wpcf7-f84-o1.wpcf7 input[type="text"],
#wpcf7-f84-o1.wpcf7 input[type="email"],
#wpcf7-f84-o1.wpcf7 select,
#wpcf7-f84-o1.wpcf7 option
{
	background-color: #fff;
  	/*width: 80%;*/
    color: #666666;
    height: 50px;
    border-radius: 5px;
    border: none;
    /*border: 1px solid #ccc;*/
    margin-top: 15px;
    padding: 10px;
}

#wpcf7-f84-o1.wpcf7 input
{
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;

}

form.wpcf7-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 190%;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #1f3d7a;
    background-color: transparent;
}

/* 5 Column */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* 5 Column */

.voltar-ao-topo {
    font-size: 1.5em;
    color: #5a5a5a;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.voltar-ao-topo:hover {
	color: #152951
	  -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	  
}



ul.nav.navbar-nav.nav-phones.pull-right {
    max-width: 20%;
    margin-top: 1.8em;
}

.nav-phones a {
   font-size: 1.2em;
   color: #152951;
   letter-spacing: -0.5px;
}

.nav.navbar-nav.nav-phones.navbar-right {
    margin-top: 1.5em;
  margin-left: 0px;
}

.nav-phones {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	max-width: 20%;
}

  .celular:before {
  content:"\e145";
  font-family: 'Glyphicons Halflings';
  font-size: .8em;
  margin-right: .2em
}

  .fixo:before {
  content:"\e182";
  font-family: 'Glyphicons Halflings';
  font-size: .8em;
  margin-right: .2em
}


 .celular, .fixo {
  margin-right: .2em;
  letter-spacing: -.5px;
  display: block;
  color: #fff;
}

 .fixo {margin-top: .3em;}


 .celular-header:before {
  content:"\e145";
  font-family: 'Glyphicons Halflings';
  font-size: 18px;
  margin-right: .2em
}

.fixo-header:before {
  content:"\e182";
  font-family: 'Glyphicons Halflings';
  font-size: 18px;
  margin-right: .2em
}

.celular-header, .fixo-header {
  margin-right: .2em;
  letter-spacing: -.5px;
  display: block;
}

.text-adress {
  margin-top: .8em;
  margin-bottom: .8em;
 }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background-color: #f8f8f8;
  border: none;
}

.nav-phones li {
	margin-left: 1em;
  	color:
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 select, .wpcf7 option {
    background-color: #fff;
    /*width: 50%;*/
    color: #666666;
    width: 100%;
    height: 4em;
    border-radius: 5px;
    border: none;
    border: 1px solid #ccc;
    /*margin-top: 15px;*/
    /*padding: 10px;*/
    /*width: 100%;*/
    margin-top: 1em;
}

input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel.cel{
    background-color: #fff;
    width: 50%; 
    color: #666666;
    width: 100%;
    height: 4em;
    border-radius: 5px;
    border: none;
    border: 1px solid #ccc;
     margin-top: 15px; 
    padding: 10px; 
     width: 100%; 
    margin-top: 1em;
}

  .wpcf7 textarea {
  height: 150px;
  width: 100%;
  border: 1px solid #ccc;
	}

label {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: 'montserrat', Arial, Heveltica, Sans-serif;
}

.wpcf7 input[type="submit"] {
    text-transform: uppercase;
    font-weight: bolder;
    border: none;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    width: 82%;
    background-color: #5eb37a;
    width: 100%;
    margin-top: 1em;
}

.formulario-boletim {
	width: 50%;
    margin-right: auto;
    margin-left: auto;
}

.redes-sociais {
	margin-bottom: .8em;
}

.contact-form {
    width: 100%;
}

.navbar-header {
    height: 5em;
}

.text-adress p {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
	}

/* Ajustes mobile */


@media (max-width: 768px) {

.site-content {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    line-height: 25px;
    /* text-align: justify; */
    font-family: "bree-serif",'Noticia Text', Georgia, serif;
    font-size: 20px;
    font-weight: lighter;
}

.site-content p {
    margin-bottom: 1.8em;
    font-size: .8em;
    line-height: 1.2em;
}

label {
text-align: center;
  width: 100%;
}

.post-title {
	margin-right: 0;
  	margin-left: 0;
  	max-width: 90%
}

.author-info p {
  font-size: .5em;
    line-height: 1em;
    margin: 0;
    max-width: 100%;
}

.archive-content {
      padding-top: 5em;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}


.col-lg-15 {
	margin-right: auto;
  	margin-left: auto;
  	width: 100%;

}

.col-lg-15 > .img-circle {
	margin-right: auto;
  	margin-left: auto;
}

.blog-post-single {
    margin-top: 75px;
    max-width: 80%;
}

.author-name {
	font-size: 1em;
  	margin-top: .5em;

}

  .wpcf7 input[type="submit"] {
    text-transform: uppercase;
    font-weight: bolder;
    border: none;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    width: 100%;ß
}

.wpcf7 input[type="email"]  {
    width: 100%;
}

  .rp-big-title-content {
    padding-top: 6em;
    padding-bottom: 3em;
    color: #fff;
    margin-right: auto;
    margin-left: auto;
    max-width: 90%;
}

  .big-title-text p {
	  max-width: 90%;
	  text-align: left;
  }

.historia > .section-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding-top: 3em;
    padding-bottom: 3em;
}

.section-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding-top: 3em;
    padding-bottom: 3em;
}

.col-md-4.foto {
	margin-bottom: 1em;
}

.col-md-8.texto p {
	text-align: left;
}

.section-content p {
    font-family: "Noticia Text", Times, Times New Roman, serif;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: left;
}

.text-adress p {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
	}

.na-imprensa {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2em;
    padding-bottom: 2em;
}

.conteudo-na-imprensa {
    padding-top: 3em;
    padding-bottom: 3em;
}

.nav-phones {
    margin-top: 0;
    max-width: 100%;
    margin-bottom: 1em;
  	margin-left: 1em;
}

.contato-telefones a {
	text-decoration: none;
  	color: #fff;
}

/* Ajustes Post - Mobile*/

.post-featured-image {
	height; 20em;
}

.blog-post-single {
    margin-top: 1em;
}

h1.post-header-title {
    font-size: 2.5em;
}

.post-title {
    margin-top: -0px;
    color: #222;
    padding: 25px 0px 45px 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-left: 0;
    margin-right: 0;
    background-color: transparent;
}

.post-meta {
    padding-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.post-meta-info a {
    text-decoration: none;
    color: #222;
    font-size: 1em;
}

.post-meta-info {
     padding-top: 0px;
     margin-left: 0px;
   margin-right: 0px;
    display: inline;
    max-width: 59%;
}

div.post-featured-image {
	height: 20em;
}

.blog-body-text p {
  	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4em;
    font-family: "bree-serif",'Noticia Text', Georgia, serif;
    font-size: .8em;
    font-weight: lighter;
}


}


img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

p.wp-caption-text {
    font-size: .8em;
    line-height: 1em;
    margin-top: .5em;
    font-style: italic;
}

p.wp-caption-text .gallery-caption {
    font-size: .8em;
    line-height: 1em;
    margin-top: .5em;
    font-style: italic;
}

.gallery-caption {
    font-size: .8em;
    line-height: 1em;
    margin-top: .5em;
    font-style: italic;
}

img {border:0}
/*
@media (max-width: 765px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}*/

img[class*="align"], img[class*="wp-image-"] {
    height: auto;
    max-width: 100%;
}

.wp-caption .alignleft {
    margin: 1em;
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

.nav.navbar-nav.nav-phones.navbar-right {
    margin-top: 1.5em;
    margin-left: 2.5em;
}

}

@media (max-width: 768px)

li.col-lg-15 {
    width: 30%;
}

}

/* Estilo Home */


html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
hr {
  border-color: #eee;
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: white;
}
p a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
 	color: #337ab7;
    -webkit-box-shadow: inset 0 -4px 0 #c6e4ff;
    -moz-box-shadow: inset 0 -4px 0 #c6e4ff;
    box-shadow: inset 0 -4px 0 #c6e4ff;
}
  


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
	
.bg-primary {
 /* background-color: #F05F40;
	*/padding-top: 12em;
}
	
.bg-dark {
  background-color: #222222;
  color: white;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
section {
  padding: 100px 0;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
      height: 6.5em;
}
.navbar-default .navbar-header .navbar-brand {
  color: #F05F40;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #F05F40;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #F05F40 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover {
    color: #5a5a5a;
}
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #F05F40;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #eb3812;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #F05F40;
  }
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/header.jpg');
  text-align: center;
  color: white;
}
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

/* PROJETOS PORTFÓLIO */

.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 1;
  display: block;
  background: rgba(0, 0, 0, 0.71);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

/* a:hover,
a:focus {
  color: #0089ff;
  background-color: #c6e4ff; */
} 
 */
.related-services a:hover,
.related-services a:focus {
  background: none !important;
  background-color: transparent !important;
}

li.related-servico-item {
    text-decoration: none;
    list-style: none;
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.35),  /* camada preta semi-transparente */
      rgba(0, 0, 0, 0.35)
    ),
    var(--bg-image, none);  /* imagem de fundo vem do inline style PHP */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    display: inline-block;
    width: auto;
    padding: 1em;
    border: 1px solid #eee;
    margin: 1em .5em 1em 0;
    border-radius: 5px;
}

.related-servicos-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Cada serviço */
.related-servico-item {
  display: inline-flex;
  align-items: flex-end; /* título no canto inferior */
  justify-content: center;
  background: rgba(0, 0, 0, 0.35); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: auto;              /* se quiser que o fundo siga o texto */
  min-width: 200px;         /* tamanho mínimo */
  height: 120px;            /* altura do retângulo */
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

/* Escurece levemente o fundo no hover */
.related-servico-item:hover {
  border-color: #aaa;
  transform: translateY(-3px);
}

/* Link e texto */
.related-servico-item a {
  color: #fff;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
/*   font-size: 1rem; */
  display: block;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.35);  overlay leve para legibilidade */
  padding: 1em;
  border-radius: 8px;
  transition: background 0.3s ease;
}

/* Efeito no hover do link */
.related-servico-item a:hover {
/*   background: rgba(0, 0, 0, 0.55); */
}

/* Texto dentro do link */
.related-servico-title {
  display: block;
  text-align: center;
  color: #fff;
}


/* ---------------------------
   BLOCO DE ESTILO LIMPO — sem azul no hover dos links
   --------------------------- */

.related-servico-link {
  color: #333;                   /* cor normal do texto */
  text-decoration: none;         /* remove sublinhado */
  background: transparent;       /* remove fundo azul de foco */
  border: 1px solid #eee;        /* borda padrão do card */
  border-radius: 6px;
  display: flex;                 /* organiza thumbnail + texto */
  align-items: center;
  padding: 0.8em 1em;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.related-servico-link:link,
.related-servico-link:visited {
  color: #333;
  text-decoration: none;
}

.related-servico-link:hover,
.related-servico-link:focus,
.related-servico-link:active {
  background-color: #e6e6e6;     /* cinza mais escuro no hover */
  border-color: #ccc;            /* borda mais evidente */
  color: #111;                   /* texto levemente mais escuro */
  text-decoration: none;         /* garante sem sublinhado */
  outline: none;                 /* remove contorno azul */
}

/* se quiser deixar o texto e a miniatura sempre herdando a cor */
.related-servico-link * {
  color: inherit;
  text-decoration: none;
}

a.related-servico-link:hover {
  color: #111;
}

/* Aplica SOMENTE dentro da div.related-services nas páginas single do CPT 'projetos' */
body.single-projetos .related-services a:hover,
body.single-projetos .related-services a:focus {
  color: inherit !important;                /* mantém a cor do texto, elimina o azul */
  -webkit-text-fill-color: inherit !important; /* hack para iOS/Safari */
  background-color: transparent !important; /* remove fundo azul de foco */
  text-decoration: none !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

/* === Restaurar aparência do LI e garantir que o A não desenhe fundo no hover === */

body.single-projetos .related-servicos-block li.related-servico-item,
body.single-projetos .related-services li.related-servico-item {
  /* restaura o "retângulo" do item */
  background-color: #ffffff;        /* cor de fundo do card */
  border: 1px solid #eee;          /* borda visível */
  border-radius: 6px;              /* cantos arredondados */
  padding: 0.5em 0.8em;            /* espaçamento interno */
  margin: 4px;                     /* espaço entre itens */
  display: inline-block;           /* mantém ajuste ao conteúdo */
  vertical-align: middle;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04); /* leve sombra se quiser */
  transition: border-color 0.18s ease, background-color 0.18s ease;
}

/* Garante que o link dentro NÃO desenhe background nem box-shadow no hover/focus */
body.single-projetos .related-servicos-block li.related-servico-item a,
body.single-projetos .related-services li.related-servico-item a {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  color: inherit !important;
  text-decoration: none !important;
  display: inline-flex;     /* mantém thumb + texto alinhados */
  align-items: center;
  gap: 12px;
  padding: 0;               /* deixamos o padding no li, não no a, para preservar o retângulo */
}

/* Mesmo no hover do link, não pintar o fundo; alteramos apenas a borda do LI se quiser efeito */
body.single-projetos .related-servicos-block li.related-servico-item a:hover,
body.single-projetos .related-services li.related-servico-item a:hover,
body.single-projetos .related-servicos-block li.related-servico-item a:focus,
body.single-projetos .related-services li.related-servico-item a:focus {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
}

/* Efeito visual de hover: só muda a borda / sombra do LI (não o fundo) */
body.single-projetos .related-servicos-block li.related-servico-item:hover,
body.single-projetos .related-services li.related-servico-item:hover {
  border-color: #ccc;
  /* opcional: manter fundo branco, ou usar leve overlay:
     background-color: rgba(230,230,230,0.04); */
}

/* garante miniatura dimensionada sem afetar o cartão */
body.single-projetos .related-servicos-block .related-servico-thumb img,
body.single-projetos .related-services .related-servico-thumb img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}



/* end of projetos portfolio */




.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #F05F40;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
/*.btn-primary {
  color: white;
  background-color: #F05F40;
  border-color: #F05F40;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ee4b28;
  border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #F05F40;
  border-color: #F05F40;
}
.btn-primary .badge {
  color: #F05F40;
  background-color: white;
}*/
.btn {
    font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
    border: none;
    border-radius: 5px;
    font-weight: lighter;
    text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}

#logo {
width: 200px;  
}

.admin-bar .navbar-fixed-top {
    margin-top: 30px;
    height: 7.5em;
    background: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
    background-color: #fff;
    border: none;
}
	
.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
    color: #000;
  	font-family: 'Lato', Arial, sans-serif;
}

@media (min-width: 768px) {
.navbar-default {
    background-color: #fff;
    border-color: #fff;
  height: 7em;
}
 }

  ul#menu-menu-principal {
    margin-top: 1.6em;
    margin-left: 1.8em;
}
  
   ul.servicos > li {
	list-style-type: none;
}
ul.projetos {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

  
  
     ul.projetos > li {
	padding: 0px;
	list-style-type: none;
}
  
.projetos ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: none;
}

section#portfolio {
    text-align: center;
}

.portfolio-section-title {
	margin-bottom: 2em;
}

.clientes > ul {
    margin-top: 2em;
    margin-bottom: 2em;
    list-style-type: none;
    list-style: none;
}

.clientes-li li {
list-style-type: none;
      list-style: none;
}

.clientes-li img {
 	max-width: 150px;
}

li.col-md-3.clientes-li {
  display: inline-block;
  transition: transform 0.3s ease;
}

li.col-md-3.clientes-li:hover {
  transform: scale(1.05);
}
	
.parceiros ul {
    margin-top: 2em;
    margin-bottom: 2em;
    list-style-type: none;
      list-style: none;
}

.parceiros-li img {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

ul.clientes {
    list-style: none;
  	margin-top: 2em;
	margin-bottom: 2em;
  height: 100%;
}

ul.parceiros {
    list-style: none;
  	margin-top: 2em;
	margin-bottom: 2em;
    height: 100%;
  margin-left: 20%;
    margin-right: 20%;

}

.bg-dark h2 {
		margin-top: 2em;
  	margin-bottom: 2em;
}

.parceiros-div.container.text-center {
    margin-top: 3em;
}

.servicos-titulo {
    height: 4em;
    margin-bottom: 1em;
    font-weight: lighter;
    color: #000;
}

section.bg-primary {
    color: #fff;
    background:  linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 100%), url('https://estudio-o.com.br/home/wp-content/uploads/2025/11/bg_site_projetos.png');
  	background-size: cover;
	
}


.parceiros-div.container.text-center {
    display: none;
}

ul {
    margin-left: 0px;
    padding-left: 0px;
}

/* Infos Legais */

.infos-legais {
	font-style: italic;
  	color: #b3b3b3;
}
	
.infos-legais.noselect {
    font-size: .8em;
  font-style: italic; 
}


.infos-legais.noselect p {
    font-size: .8em;
    font-style: italic;
    color: #b7b6b6;
}

/* Infos Legais */

@media screen and(max-width:768px){
  img#logo {
    max-width: 35px;
    margin-top: 0em;
}
}

.blog-body-text li {

    margin-bottom: 1.5em;

}

.post-title h1 {
    color: #393939;
}

.servicos-template-default.single.single-servicos {
  margin-top: -10em;
}

ul.servicos {
    list-style-type: none;
}

.clientes-li img {
    max-width: 250px;
}

.portfolio-box.imagem-artistas.portfolio-child {
    height: 350px;
    max-width: 100%;
}

.header-image {
    max-width: 100%;       /* nunca ultrapassa o container */
    display: flex;
    justify-content: flex-start; /* ou center se quiser centralizar */
    align-items: flex-start;
    /* overflow: hidden;      opcional: corta qualquer excesso */
}
/* Desktop */
img.estudio-o-thumb {
    width: 120%;
    height: auto;
    margin-left: -10%;
}

/* Mobile (<768px) */
@media (max-width: 767px) {
    img.estudio-o-thumb {
        width: 150%;        /* ainda maior para efeito visual */
        margin-left: -25%;  /* ajusta para tela menor */
    }
}


/* .col-lg-6.header-image {
	background-image: url('https://estudio-o.com.br/home/wp-content/uploads/2025/10/linkedin-profile-header-1200-x-800-px-1.png');
	  background-repeat: no-repeat;
  background-position: right;
  background-size: contain; /* or contain, auto, specific size */
} */

/* =========================================================
   INÍCIO: FORÇA - Seções full-screen (Sobre, Serviços, Clientes)
   (substituído por versão robusta com --vh + fallback)
   ========================================================= */

/* Aplicação apenas em desktop para não atrapalhar mobile */
@media (min-width: 992px) {

  /* todas as seções que queremos full-screen */
  #about,
  #servicos,
  #clients {
    /* min-height com variável dinâmica --vh (setada por JS) */
    min-height: calc( (var(--vh, 1vh) * 100) - var(--top-offset, 0px) ) !important;
    height: calc( (var(--vh, 1vh) * 100) - var(--top-offset, 0px) ) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    position: relative !important;
    z-index: 1 !important;
    overflow: hidden !important; /* evita jumps por conteúdo absoluto */
  }

  /* ajustes internos */
  #about .container,
  #servicos .container,
  #clients .container {
    max-width: 1200px !important;
    width: 100% !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  #about .row,
  #servicos .row,
  #clients .row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    gap: 30px !important;
  }

  /* largura das colunas do hero */
  #about .col-lg-6 { flex: 0 0 50% !important; max-width: 50% !important; }
  #about .header-image { flex: 0 0 50% !important; max-width: 50% !important; text-align: right !important; }

  /* tipografia do hero */
  #about .section-heading { font-size: 2.8rem !important; line-height: 1.05 !important; margin: 0 0 12px 0 !important; }
  #about .text-faded { font-size: 1.15rem !important; opacity: 0.95 !important; }

  /* evita que elementos fixos do tema (navbar/adminbar) cortem a seção */
  .navbar-wrapper,
  .navbar-fixed-top {
    z-index: 2;
  }

}

/* MOBILE: deixa comportamento normal (não força full-screen) */
@media (max-width: 991px) {
  #about, #servicos, #clients {
    min-height: auto !important;
    height: auto !important;
    padding: 60px 20px !important;
  }
  /* #about .section-heading { font-size: 1.6rem !important; } */
  /* #about .text-faded { font-size: 1rem !important; } */
}

/* =========================================================
   FIM: FORÇA - Seções full-screen
   ========================================================= */





/* =========================================================
   v2.1.3 — Bootstrap 5 definitivo + compatibilidade legado
   ========================================================= */

a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
.btn:focus:not(:focus-visible),
.navbar-toggler:focus:not(:focus-visible),
.form-control:focus:not(:focus-visible) {
    outline: none !important;
    box-shadow: none !important;
}

.navbar.fixed-top,
.navbar-fixed-top { z-index: 1030; }
.navbar.bg-white,
.navbar-default { background-color: #fff !important; border-color: transparent !important; }

.container-navbar {
    min-height: 4.5em;
    display: flex;
    align-items: center;
}

.navbar-brand {
    display: block;
    width: auto;
    height: auto;
    min-height: 70px;
    padding: 12px 15px;
    line-height: normal;
}

.navbar-brand > img,
.navbar-logo-estudio-o {
    display: block !important;
    width: auto;
    max-width: 210px;
    height: auto;
    max-height: 74px;
}

#navbar.navbar-collapse { flex-grow: 1; }
#navbar .navbar-nav,
ul#menu-menu-principal {
    margin-top: 0;
    margin-left: auto;
    align-items: center;
}
#navbar .navbar-nav > li,
#navbar .navbar-nav > .menu-item { display: block; }
#navbar .navbar-nav > li > a,
#navbar .navbar-nav > .menu-item > a {
    display: block;
    padding: 0.5rem 0.9rem;
    color: #5a5a5a;
    text-decoration: none;
}
#navbar .navbar-nav > li > a:hover,
#navbar .navbar-nav > .menu-item > a:hover { color: #000; text-decoration: none; }
.navbar-toggler { border: 0; }

.pull-right { float: right !important; }
.pull-left { float: left !important; }
.img-responsive { display: block; max-width: 100%; height: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x, 1.5rem) * .5);
    padding-left: calc(var(--bs-gutter-x, 1.5rem) * .5);
}
.col-xs-15 { flex: 0 0 auto; width: 20%; }
@media (min-width: 576px) { .col-sm-15 { flex: 0 0 auto; width: 20%; } }
@media (min-width: 768px) { .col-md-15 { flex: 0 0 auto; width: 20%; } }
@media (min-width: 992px) { .col-lg-15 { flex: 0 0 auto; width: 20%; } }

.collapse.in { display: none !important; }
.collapse.show { display: block !important; }
.navbar-collapse.collapse.show { display: flex !important; }

ul.projetos {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
}

ul.servicos li { text-align: center; }
ul.servicos li:nth-child(3n+1) { text-align: left; }
ul.servicos li:nth-child(3n+2) { text-align: center; }
ul.servicos li:nth-child(3n+3) { text-align: right; }

.big-title-lp2col-convert-header { min-height: auto !important; }

@media (min-width: 992px) {
    .navbar-expand-lg #navbar.navbar-collapse { display: flex !important; }
    .navbar-expand-lg #navbar .navbar-nav,
    .navbar-expand-lg ul#menu-menu-principal { flex-direction: row; }
}

@media (max-width: 991.98px) {
    .container-navbar { display: flex; min-height: 58px; }
    .navbar-brand { min-height: 58px; padding-top: 10px; padding-bottom: 10px; }
    .navbar-brand > img,
    .navbar-logo-estudio-o { max-width: 170px; max-height: 52px; }
    #navbar { flex-basis: 100%; }
    #navbar .navbar-nav,
    ul#menu-menu-principal { margin: 0; padding: 0.75rem 0; align-items: stretch; }
    #navbar .navbar-nav > li > a,
    #navbar .navbar-nav > .menu-item > a { padding: 0.75rem 0; }
    ul.servicos li { text-align: center !important; }
}

/* =========================================================
   v2.1.4 — Correção dos grids da home em Bootstrap 5
   Mantém BS5, mas remove forçamentos fullscreen/flex que quebravam listas em grid.
   ========================================================= */

@media (min-width: 992px) {
  #servicos,
  #clients {
    min-height: auto !important;
    height: auto !important;
    display: block !important;
    align-items: initial !important;
    justify-content: initial !important;
    padding: 80px 0 !important;
    overflow: visible !important;
  }

  #servicos .row,
  #clients .row,
  #portfolio .row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 0 !important;
    width: auto !important;
  }
}

ul.servicos,
ul.projetos,
ul.clientes,
ul.parceiros {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  list-style: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

ul.servicos {
  margin: 0 auto !important;
}

ul.projetos {
  margin: 0 !important;
}

ul.servicos > li,
ul.projetos > li,
ul.clientes > li,
ul.parceiros > li {
  float: none !important;
  list-style: none !important;
  box-sizing: border-box !important;
}

/* Serviços: 3 colunas desktop, 2 tablet, 1 mobile */
ul.servicos > li {
  flex: 0 0 auto !important;
  width: 100% !important;
  padding-left: calc(var(--bs-gutter-x, 1.5rem) * .5) !important;
  padding-right: calc(var(--bs-gutter-x, 1.5rem) * .5) !important;
}

@media (min-width: 768px) {
  ul.servicos > li { width: 50% !important; }
}

@media (min-width: 992px) {
  ul.servicos > li { width: 33.333333% !important; }
}

/* Projetos/portfolio: 3 colunas desktop, 2 tablet, 1 mobile */
ul.projetos > li.portfolio-parent {
  flex: 0 0 auto !important;
  width: 100% !important;
  padding: 0 !important;
}

@media (min-width: 768px) {
  ul.projetos > li.portfolio-parent { width: 50% !important; }
}

@media (min-width: 992px) {
  ul.projetos > li.portfolio-parent { width: 33.333333% !important; }
}

/* Clientes: 4 colunas desktop, 2 tablet, 1 mobile */
ul.clientes {
  justify-content: center !important;
  gap: 0 !important;
}

ul.clientes > li.clientes-li {
  flex: 0 0 auto !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 1rem !important;
}

@media (min-width: 576px) {
  ul.clientes > li.clientes-li { width: 50% !important; }
}

@media (min-width: 768px) {
  ul.clientes > li.clientes-li { width: 25% !important; }
}

ul.clientes > li.clientes-li img {
  max-width: 180px !important;
  width: auto !important;
  height: auto !important;
}

/* =========================================================
   v2.1.6 — Correção específica do grid de portfolio na home
   Mantém Bootstrap 5 e evita que os cards empilhem apenas títulos.
   ========================================================= */

.home ul.projetos,
body.home ul.projetos,
body.front-page ul.projetos {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.home ul.projetos > li.portfolio-parent,
body.home ul.projetos > li.portfolio-parent,
body.front-page ul.projetos > li.portfolio-parent {
  display: block !important;
  float: none !important;
  position: relative !important;
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

@media (min-width: 768px) {
  .home ul.projetos > li.portfolio-parent,
  body.home ul.projetos > li.portfolio-parent,
  body.front-page ul.projetos > li.portfolio-parent {
    width: 50% !important;
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
}

@media (min-width: 992px) {
  .home ul.projetos > li.portfolio-parent,
  body.home ul.projetos > li.portfolio-parent,
  body.front-page ul.projetos > li.portfolio-parent {
    width: 33.333333% !important;
    flex-basis: 33.333333% !important;
    max-width: 33.333333% !important;
  }
}

.home ul.projetos > li.portfolio-parent > a,
body.home ul.projetos > li.portfolio-parent > a,
body.front-page ul.projetos > li.portfolio-parent > a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  text-decoration: none !important;
}

.home .portfolio-box.imagem-artistas.portfolio-child,
body.home .portfolio-box.imagem-artistas.portfolio-child,
body.front-page .portfolio-box.imagem-artistas.portfolio-child {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 350px !important;
  height: 350px !important;
  margin: 0 !important;
  overflow: hidden !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* =========================================================
   v2.1.7 — Ajustes header, Poppins e animações sutis
   ========================================================= */

html { scroll-behavior: smooth; }

body {
  font-family: 'Poppins', Arial, sans-serif !important;
  opacity: 0;
  transition: opacity 280ms ease-out;
}

body.page-loaded { opacity: 1; }

.navbar,
.navbar * {
  font-family: 'Poppins', Arial, sans-serif !important;
}

.navbar-brand {
  display: flex !important;
  align-items: center !important;
  min-height: 70px;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.navbar-brand > img,
.navbar-logo-estudio-o {
  display: block !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  align-self: center !important;
}

#navbar .navbar-nav > li > a,
#navbar .navbar-nav > .menu-item > a,
ul#menu-menu-principal > li > a,
.navbar-nav .nav-link {
  color: #000 !important;
  text-transform: uppercase !important;
  font-weight: 500;
  letter-spacing: 0.02em;
}

#navbar .navbar-nav > li > a:hover,
#navbar .navbar-nav > .menu-item > a:hover,
ul#menu-menu-principal > li > a:hover,
.navbar-nav .nav-link:hover {
  color: #000 !important;
  opacity: 0.72;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 520ms ease-out, transform 520ms ease-out;
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body,
  .reveal-on-scroll {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* =========================================================
   v2.1.7 FINAL — Poppins global + loader de transição
   ========================================================= */
html,
body,
button,
input,
textarea,
select,
.navbar,
.navbar-nav,
h1, h2, h3, h4, h5, h6,
p,
a,
li,
span {
  font-family: 'Poppins', Arial, sans-serif !important;
}

body {
  opacity: 1 !important;
}

#page-transition {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 420ms ease, visibility 420ms ease;
  pointer-events: none;
}

#page-transition img {
  width: 86px;
  height: auto;
  display: block;
  opacity: 0.95;
  transform: scale(1);
  transition: transform 420ms ease, opacity 420ms ease;
}

body.page-loaded #page-transition {
  opacity: 0;
  visibility: hidden;
}

body.page-loaded #page-transition img {
  opacity: 0;
  transform: scale(0.96);
}

/* =========================================================
   v2.1.8 — Home full-fold sections + anchor-safe transition
   ========================================================= */
body.home #about,
body.home #servicos,
body.home #clients,
body.home #contato {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100 - var(--top-offset, 0px));
  display: flex;
  align-items: center;
}

body.home #about > .container,
body.home #servicos > .container,
body.home #clients > .container,
body.home #contato > .container,
body.home #clients > .clientes-div,
body.home #clients > .parceiros-div {
  width: 100%;
}

body.home #about,
body.home #servicos,
body.home #clients,
body.home #contato {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  body.home #about,
  body.home #servicos,
  body.home #clients,
  body.home #contato {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

/* =========================================================
   v2.1.9 — Full-fold apenas em Serviços e Clientes
   Mantém o grid intacto: flex somente na section, nunca no ul/li.
   ========================================================= */
body.home #servicos,
body.home #clients {
  min-height: 100vh !important;
  min-height: 100dvh !important;
  display: flex !important;
  align-items: center !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  height: auto !important;
  overflow: visible !important;
}

body.home #servicos > .container,
body.home #clients > .clientes-div,
body.home #clients > .parceiros-div,
body.home #clients > .container {
  width: 100% !important;
}

@media (max-width: 767px) {
  body.home #servicos,
  body.home #clients {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}

/* =========================================================
   v2.1.10 — Polylang flags + correção navbar mobile BS5
   ========================================================= */

/* Substitui as flags base64 do Polylang por SVGs mais nítidos */
.lang-item a img {
    display: none !important;
}

.lang-item a::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 16px;
    margin-right: 6px;
    vertical-align: -3px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.08);
}

.lang-item-pt a::before { background-image: url("https://flagcdn.com/br.svg"); }
.lang-item-es a::before { background-image: url("https://flagcdn.com/es.svg"); }
.lang-item-en a::before { background-image: url("https://flagcdn.com/gb.svg"); }

@media (max-width: 991.98px) {
    /* Evita que o menu mobile abra transparente durante a animação do Bootstrap */
    .navbar .container-navbar {
        flex-wrap: wrap;
    }

    #navbar.navbar-collapse,
    #navbar.navbar-collapse.collapsing,
    #navbar.navbar-collapse.collapse.show {
        width: 100%;
        flex: 0 0 100%;
        flex-basis: 100%;
        max-width: 100%;
        background: #fff !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        justify-content: flex-start !important;
        box-shadow: 0 14px 24px rgba(0,0,0,.06);
    }

    /* No mobile o collapse precisa ser block, não flex; flex fazia o menu “pular” para a direita */
    #navbar.navbar-collapse.collapse.show {
        display: block !important;
    }

    #navbar.navbar-collapse.collapsing {
        display: block !important;
        overflow: hidden;
    }

    #navbar .navbar-nav,
    ul#menu-menu-principal {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 12px 16px 0 16px !important;
        align-items: stretch !important;
        text-align: left;
        background: #fff !important;
    }

    #navbar .navbar-nav > li,
    #navbar .navbar-nav > .menu-item,
    ul#menu-menu-principal > li {
        width: 100%;
    }

    #navbar .navbar-nav > li > a,
    #navbar .navbar-nav > .menu-item > a,
    ul#menu-menu-principal > li > a {
        display: block;
        width: 100%;
        padding: 12px 0 !important;
        text-align: left;
    }
}

/* v2.2.1 - Ajuste solicitado: container do navbar sem padding lateral */
.container.container-navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
