@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
select {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  font-size: 14px;
}

body, html, p, address {
  font-family: "Open Sans", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #262626;
}

p, span, address, label {
  color: #808b8b;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 21px;
}

ol, ul {
  margin: 0;
  padding: 0;
}
ol li, ul li {
  color: #000;
  font-weight: 400;
}

ul li {
  list-style: none;
}

.line {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  width: 1185px;
  margin: 0 auto;
}

.full-wrapper .center {
  width: 1102px;
}

.textcenter {
  text-align: center;
}

iframe {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 400;
  margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
  font-weight: inherit;
}

strong {
  font-weight: 700;
}

/* ALINHAMENTO DAS IMAGENS */
.alignnone {
  margin: 0px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.align-center {
  text-align: center;
  display: block;
}

@media screen and (max-width: 1185px) {
  .center, .full-wrapper .center {
    width: 93%;
  }
}
::-webkit-input-placeholder {
  color: #bababa;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-style: normal;
}

:-moz-placeholder {
  color: #bababa;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-style: normal;
}

::-moz-placeholder {
  color: #bababa;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-style: normal;
}

:-ms-input-placeholder {
  color: #bababa;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-style: normal;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=submit] {
  border: none;
  color: #fff;
  padding: 12px 35px;
  font-size: 1.55em;
  font-weight: bold;
  background-color: orange;
  width: auto;
  margin: 0 auto;
  border-radius: 100px;
}
input[type=submit]:hover {
  background-color: #e69500;
}

.select-wrapper {
  position: relative;
  text-align: center;
}
.select-wrapper:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  border-top: 7px solid #838e8e;
  right: 25px;
  top: 31px;
  position: absolute;
  pointer-events: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

label {
  color: #2c53a0;
  font-size: 1.2em;
}

input[type=text],
input[type=email],
input[type=search],
input[type=tel],
input[type=password],
input[type=date],
select,
textarea, .wpcf7-form-control-wrap.arquivo {
  padding: 22px;
  margin-bottom: 0;
  width: 100%;
  background-color: #f7f9f9;
  border: 1px solid #ced3d3;
  color: #595959;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  border-radius: 17px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=date]:focus,
select:focus,
textarea:focus, .wpcf7-form-control-wrap.arquivo:focus {
  outline: 0;
  background-color: #f2f2f2;
  border: 1px solid #ced3d3;
}

.wpcf7-form-control-wrap.arquivo {
  width: 100%;
}

textarea {
  height: 125px;
  overflow: auto;
  vertical-align: top;
  -webkit-resize: none;
  -moz-resize: none;
  resize: none;
  margin-bottom: 20px;
}

select {
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-appearance: none; /* Remove estilo padrão do Chrome */
  -moz-appearance: none; /* Remove estilo padrão do FireFox */
  appearance: none; /* Remove estilo padrão do FireFox*/
  height: 65px;
  font-family: "Open Sans", sans-serif;
  color: #a0a0a0;
}

div.wpcf7-response-output {
  background-color: #FCF4D4;
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 0;
  padding: 4px 10px;
  width: 100%;
  float: left;
  margin: 0;
  top: 20px;
  position: relative;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  top: -19px;
  font-size: 0.9em;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  margin: 0;
  text-align: center;
  top: 20px;
  position: relative;
}

.col6 {
  width: 50%;
  display: inline-block;
  margin-right: 0;
  float: left;
  margin-bottom: 10px;
}
.col6:nth-of-type(1), .col6:nth-of-type(3), .col6:nth-of-type(5), .col6:nth-of-type(7) {
  padding-right: 15px;
}
.col6:nth-of-type(2), .col6:nth-of-type(4), .col6:nth-of-type(6), .col6:nth-of-type(8) {
  padding-left: 15px;
}

.col12 {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

::-webkit-input-placeholder {
  color: #919b9b;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

:-moz-placeholder {
  color: #919b9b;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

::-moz-placeholder {
  color: #919b9b;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

:-ms-input-placeholder {
  color: #919b9b;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.formulario {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #e5eae9;
  margin-top: 115px;
}
.formulario .center {
  position: relative;
}
.formulario .center:after {
  content: "";
  right: -61px;
  top: -177px;
  width: 200px;
  height: 225px;
  position: absolute;
  background: url(../../src/images/gota-verde.png) no-repeat center top;
  z-index: 2;
  background-size: cover;
}
.formulario .description {
  color: #808b8b;
  margin-bottom: 45px;
  font-size: 1.25em;
}

.wrapper-form {
  display: block;
  width: 850px;
  margin: 0 auto;
}

.search-top {
  display: inline-block;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}
.search-top .title {
  display: inline-block;
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 20px;
  line-height: 40px;
}
.search-top #searchform {
  display: inline-block;
  vertical-align: middle;
}
.search-top .wrapper {
  margin: 0 auto;
  width: 800px;
  text-align: center;
}
.search-top input[type=text] {
  width: 265px;
  height: 48px;
  background-color: #eceae8;
  padding: 0;
  padding-top: 5px;
  padding-left: 25px;
  border-radius: 0;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border: none;
  font-size: 12px;
  vertical-align: top;
}
.search-top input[type=submit]:hover {
  opacity: 0.85;
}

@media screen and (max-width: 1185px) {
  .search-top {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .search-top .wrapper {
    width: 100%;
  }
  .search-top .wrapper .title {
    font-size: 1.6em;
    margin-bottom: 20px;
    line-height: 30px;
    width: 100%;
    margin-right: 0;
  }
  input[type=text],
  input[type=email],
  input[type=search],
  input[type=tel],
  input[type=password],
  input[type=date],
  select,
  textarea, .wpcf7-form-control-wrap.arquivo {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .formulario {
    padding-right: 30px;
    padding-left: 30px;
  }
  .formulario .center:after {
    right: -80px;
    top: -180px;
    transform: scale(0.4);
  }
}
@media screen and (max-width: 850px) {
  .wrapper-form {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  input[type=text],
  input[type=email],
  input[type=search],
  input[type=tel],
  input[type=password],
  input[type=date],
  select,
  textarea {
    padding: 15px;
  }
  .formulario {
    margin-top: 70px;
  }
  .col6 {
    width: 100%;
  }
  .col6:nth-of-type(1), .col6:nth-of-type(3) {
    padding-right: 0;
  }
  .col6:nth-of-type(2), .col6:nth-of-type(4) {
    padding-left: 0;
  }
}
@media screen and (max-width: 850px) {
  input[type=submit] {
    font-size: 1em;
  }
}
select {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}

header.principal-header {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #fff;
}
header.principal-header .wrapper-header {
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: top;
  display: inline-block;
  width: 100%;
}
header.principal-header .wrapper-menu {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
}
header.principal-header .wrapper-logo {
  width: 33%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
header.principal-header .wrapper-logo .logo {
  width: 105px;
  height: 61px;
  margin: 0 auto;
  text-indent: -99999px;
}
header.principal-header .wrapper-share {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
  text-align: right;
}
header.principal-header .wrapper-share .redes-sociais {
  text-align: right;
}
header.principal-header .wrapper-share .redes-sociais ul li:first-child {
  margin-left: 0;
}
header.principal-header .wrapper-share .redes-sociais ul li a {
  text-indent: 999999px;
}

@media screen and (max-width: 1185px) {
  header.principal-header .wrapper-logo {
    width: 200px;
  }
}
@media screen and (min-width: 560px) {
  header.principal-header .wrapper-logo .logo {
    background: url(../../src/images/logo-felipe-moura-brasil.png) no-repeat center center;
  }
}
@media screen and (max-width: 560px) {
  header.principal-header .wrapper-logo .logo {
    width: 50px;
    height: 29px;
    background: url(../../src/images/logo-felipe-moura-brasil-small.png) no-repeat center center;
  }
}
@media screen and (min-width: 1185px) {
  .menu-item-has-children a {
    padding-right: 20px;
  }
  .menu-item-has-children:after {
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid #00b0a0;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    content: "";
    right: 0;
    top: 5px;
  }
}
.nav-item {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.05s ease-in-out;
  -moz-transition: 0.05s ease-in-out;
  -o-transition: 0.05s ease-in-out;
  transition: 0.05s ease-in-out;
  cursor: pointer;
  z-index: 99999999;
  padding: 10px;
  display: block;
  top: 60px;
  background: #fff;
  width: 65px;
  height: 46px;
}
.nav-item.open .tap-mobile {
  display: block;
}
.nav-item .tap-mobile {
  height: 100vh;
  width: 100vw;
  position: absolute;
  content: "";
  top: 44px;
  right: -30px;
  display: none;
}
.nav-item i {
  position: absolute;
  left: -1px;
  top: 28px;
  right: 0;
  font-style: normal;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 10px;
  display: block;
}
.nav-item span {
  display: block;
  position: absolute;
  height: 5px;
  width: 40px;
  background: #000;
  opacity: 1;
  left: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.nav-item span:nth-child(1) {
  top: 10px;
}
.nav-item span:nth-child(2), .nav-item span:nth-child(3) {
  top: 19px;
}
.nav-item span:nth-child(4) {
  top: 28px;
}
.nav-item.open span:nth-child(1) {
  top: 13px;
  width: 0%;
  left: 50%;
}
.nav-item.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-item.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-item.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.rmm {
  width: 230px;
  position: fixed;
  left: -230px;
  top: 0;
  z-index: 9999999999999;
  height: 100%;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: left 0.35s linear, opacity 0.25s linear;
  -moz-transition: left 0.35s linear, opacity 0.25s linear;
  -ms-transition: left 0.35s linear, opacity 0.25s linear;
  transition: left 0.35s linear, opacity 0.25s linear;
  background: #0d0d0d;
  overflow: auto;
  padding: 0;
}
.rmm.open {
  left: 0;
}
.rmm .menu {
  margin: 0px;
  padding: 0;
}
.rmm .menu li {
  width: 100%;
  margin-left: 0;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.rmm .menu li:last-child {
  border-bottom: 0;
}
.rmm .menu li .sub-menu li:hover a {
  color: #fff;
  background-color: #415f59;
}
.rmm .menu li .sub-menu li:last-child {
  border-bottom: none;
}
.rmm .menu li .sub-menu li a {
  font-size: 13px;
  color: #dddc00;
}
.rmm .menu li .sub-menu li a:focus {
  color: #fff;
}
.rmm .menu li.menu-item-active a:before {
  display: none;
}
.rmm .menu li a {
  width: 100%;
  padding: 10px;
  display: inline-block;
  margin: 0;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rmm .menu li a:hover {
  text-decoration: none;
  color: #fff;
}

.wrapper-menu {
  vertical-align: middle;
  display: inline-block;
}

.menu-multinivel {
  float: right;
}
.menu-multinivel .menu {
  margin: 0;
  padding: 0;
}
.menu-multinivel .menu li {
  display: inline-block;
  margin-left: 40px;
  position: relative;
}
.menu-multinivel .menu li:last-child .sub-menu {
  left: inherit;
  right: 0;
}
.menu-multinivel .menu li:last-child .sub-menu li {
  text-align: right;
}
.menu-multinivel .menu li .icon-submenu {
  position: absolute;
  right: -16px;
  top: -5px;
  width: 25px;
  height: 27px;
  background: url(../../src/images/icon-bottom.png) no-repeat right center;
  cursor: pointer;
  filter: invert(40%);
  z-index: 2;
}
.menu-multinivel .menu li .icon-submenu.active {
  background: url(../../src/images/icon-top.png) no-repeat right center;
}
.menu-multinivel .menu li:first-child {
  margin-left: 0;
}
.menu-multinivel .menu li:hover a {
  color: #dddc00;
}
.menu-multinivel .menu li:hover a:after {
  display: block;
}
.menu-multinivel .menu li a {
  color: #dddc00;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25em;
  padding-bottom: 10px;
  position: relative;
}
.menu-multinivel .menu li a:hover {
  text-decoration: none;
}
.menu-multinivel .menu li a:after {
  height: 3px;
  background-color: #415f59;
  width: 100%;
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  display: none;
}
.menu-multinivel .menu .sub-menu {
  width: 170px;
  z-index: 9;
  margin-top: 0px;
  margin: 0;
  padding: 0;
  top: 25px;
  background-color: #e4e9e8;
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 8px 8px 20px rgba(51, 51, 51, 0.38);
}
.menu-multinivel .menu .sub-menu.sub-menu-show {
  display: block;
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  padding: 0;
  background-color: #595959;
  border: none;
  width: 100%;
  white-space: normal;
}
.menu-multinivel .menu .sub-menu li {
  text-align: left;
  width: 100%;
  margin: 0;
  background-color: transparent;
}
.menu-multinivel .menu .sub-menu li.menu-item-has-children:after {
  position: absolute;
  right: 10px;
  border-style: solid;
  border-color: #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  content: "";
  top: 12px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.menu-multinivel .menu .sub-menu li:hover.menu-item-has-children:after {
  border-color: #fff;
}
.menu-multinivel .menu .sub-menu li:hover .sub-menu {
  display: block;
  top: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #415f59;
  left: 170px;
}
.menu-multinivel .menu .sub-menu li:hover .sub-menu li {
  border-bottom: 1px solid #fff;
}
.menu-multinivel .menu .sub-menu li:hover .sub-menu li:hover {
  background-color: #37504b;
}
.menu-multinivel .menu .sub-menu li:hover .sub-menu li.menu-item-has-children:after {
  border-color: #fff;
}
.menu-multinivel .menu .sub-menu li:hover .sub-menu li:last-child {
  border-bottom: none;
}
.menu-multinivel .menu .sub-menu li:hover .sub-menu li:hover .sub-menu {
  display: block;
  position: absolute;
  left: 170px;
}
.menu-multinivel .menu .sub-menu li.menu-item-active a:before {
  display: none;
}
.menu-multinivel .menu .sub-menu li.menu-item-has-children .icon-submenu {
  right: 0px;
  top: 0px;
  width: 100%;
  height: 44px;
  filter: invert(0%);
  background-position: right center;
  border-right: 8px solid transparent;
}
.menu-multinivel .menu .sub-menu li .sub-menu {
  display: none;
}
.menu-multinivel .menu .sub-menu li .sub-menu.sub-menu-show {
  display: block;
  background-color: #4c4c4c;
}
.menu-multinivel .menu .sub-menu li .sub-menu.sub-menu-show li {
  white-space: initial;
  background-color: #c4c300;
}
.menu-multinivel .menu .sub-menu li .sub-menu.sub-menu-show li:hover {
  background-color: #b4b300;
}
.menu-multinivel .menu .sub-menu li .sub-menu.sub-menu-show li a {
  font-size: 0.9em;
  padding-left: 25px;
  padding-right: 25px;
}
.menu-multinivel .menu .sub-menu li .sub-menu li .sub-menu {
  display: none;
}
.menu-multinivel .menu .sub-menu li .sub-menu li .sub-menu.sub-menu-show {
  display: block;
  background-color: #2d2828;
}
.menu-multinivel .menu .sub-menu li:last-child {
  border-bottom: none;
}
.menu-multinivel .menu .sub-menu li:last-child:hover a:before {
  display: none;
}
.menu-multinivel .menu .sub-menu li:hover {
  background: #415f59;
}
.menu-multinivel .menu .sub-menu li:hover a {
  color: #fff;
}
.menu-multinivel .menu .sub-menu li a {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 7px;
  padding-bottom: 6px;
  font-size: 1.1em;
  color: #415f59;
  font-weight: 300;
}
.menu-multinivel .menu .sub-menu li a:after {
  display: none;
}
.menu-multinivel ul ul {
  display: none;
  position: absolute;
  top: 40px;
}
.menu-multinivel ul ul li {
  float: none;
  width: 170px;
  text-align: left;
}
.menu-multinivel ul ul li:last-child {
  border-bottom: none;
}
.menu-multinivel ul ul li:hover a {
  text-decoration: none;
}
.menu-multinivel ul ul li ul {
  left: 170px;
  top: 0;
}
.menu-multinivel ul ul li a {
  padding: 5px 10px;
}
.menu-multinivel li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.menu-multinivel li a {
  display: block;
}

@media screen and (min-width: 1185px) {
  .menu-multinivel ul li:hover > ul {
    display: block; /* show sub menus when hovering over a parent */
    z-index: 9;
  }
  .menu li:hover .sub-menu {
    display: block;
  }
}
@media screen and (max-width: 1185px) {
  .menu li .icon-submenu {
    right: 12px;
    top: 8px;
    filter: invert(0%);
    width: 100%;
    background-position: right center;
  }
  .menu .sub-menu {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .menu .sub-menu.sub-menu-show-mobile {
    position: initial;
    border-top: 0;
    width: 100%;
    display: block;
  }
  .menu .sub-menu li {
    white-space: initial;
  }
  .menu .sub-menu li.menu-item-has-children:after {
    display: none;
  }
  .menu .sub-menu li a {
    color: #dddc00;
  }
  .menu .sub-menu li:hover {
    background-color: #aaa900;
  }
  .menu .sub-menu li:hover .sub-menu {
    display: none;
  }
  .menu .sub-menu li:hover .sub-menu li:hover .sub-menu {
    display: none;
  }
  .menu .sub-menu li.menu-item-has-children .icon-submenu {
    right: 5px;
    top: -3px;
    filter: invert(100%);
  }
  .menu .sub-menu li .sub-menu {
    display: none;
  }
  .menu .sub-menu li .sub-menu.sub-menu-show-mobile {
    display: block;
    position: inherit;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: none;
    border-top: 1px solid #fff;
  }
  .menu .sub-menu li .sub-menu.sub-menu-show-mobile li {
    white-space: initial;
    display: block;
    background-color: #37504b;
  }
  .menu .sub-menu li .sub-menu.sub-menu-show-mobile li a {
    color: #fff;
  }
  .menu .sub-menu li .sub-menu.sub-menu-show-mobile li:hover .sub-menu-show-mobile {
    display: block;
    position: initial;
    left: 0;
    width: 100%;
  }
  .menu .sub-menu li .sub-menu.sub-menu-show-mobile li:hover .sub-menu-show-mobile li a {
    background-color: #304742;
  }
  .menu .sub-menu li .sub-menu.sub-menu-show {
    display: none;
  }
}
.btn {
  border-radius: 30px;
  display: inline-block;
  padding: 15px 30px;
  font-weight: 800;
  text-align: center;
}
.btn:hover {
  text-decoration: none;
}

.btn--orange {
  background-color: #eb8129;
  color: #fff;
  box-shadow: 20px 17px 20px 0px rgba(235, 129, 41, 0);
  font-size: 1.3em;
}
.btn--orange:hover {
  background-color: #ce6813;
  color: #fff;
}

.btn--big {
  font-weight: bold;
  font-size: 1.8em;
  padding: 10px 30px;
}

.btn--white {
  background-color: #fff;
  color: #000;
  border-radius: 0;
}

.btn--small {
  padding: 5px 10px;
  font-size: 1em;
  font-weight: bold;
}

@media screen and (max-width: 580px) {
  .btn--big {
    font-size: 1.2em;
  }
}
/**
 * Swiper 6.4.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pagination {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.pagination .navigation ul li {
  display: inline-block;
  line-height: 25px;
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: top;
}
.pagination .navigation ul li:hover span.current {
  color: #fff;
}
.pagination .navigation ul li:hover span.current:hover {
  color: #fff;
}
.pagination .navigation ul li:hover a {
  color: #fff;
}
.pagination .navigation ul li .page-numbers {
  display: inline-block;
  vertical-align: top;
  color: #818c8c;
  border: 1px solid #818c8c;
  padding: 5px 7px;
  font-weight: bold;
}
.pagination .navigation ul li .page-numbers.next, .pagination .navigation ul li .page-numbers.prev {
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.pagination .navigation ul li .page-numbers.next:hover, .pagination .navigation ul li .page-numbers.prev:hover {
  background-color: #1a1a1a;
}
.pagination .navigation ul li .page-numbers.next span, .pagination .navigation ul li .page-numbers.prev span {
  font-size: 19px;
  color: #fff;
}
.pagination .navigation ul li .page-numbers:hover {
  color: #333;
  text-decoration: none;
}
.pagination .navigation ul li .page-numbers:hover span {
  color: #fff;
}
.pagination .navigation ul li span {
  display: inline-block;
  text-transform: uppercase;
  vertical-align: top;
  height: 100%;
  font-weight: bold;
}
.pagination .navigation ul li span.current {
  padding: 7px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  border: 1px solid transparent;
}
.pagination .navigation ul li span.current:hover {
  color: #333;
}

.posts .text .group-share h2 {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1em;
}

.group-share {
  padding: 20px;
  background-color: #f5f5f5;
  margin-bottom: 30px;
}
.group-share h2 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.group-share .share-post {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.group-share .share-post li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}
.group-share .share-post li.icon-facebook {
  background-color: #49619d;
}
.group-share .share-post li.icon-facebook:hover {
  background-color: #41568c;
}
.group-share .share-post li.icon-twitter {
  background-color: #00ade9;
}
.group-share .share-post li.icon-twitter:hover {
  background-color: #009ad0;
}
.group-share .share-post li.icon-whatsapp {
  background-color: #13a740;
}
.group-share .share-post li.icon-whatsapp:hover {
  background-color: #109037;
}
.group-share .share-post li.icon-linkedin {
  background-color: #1683bb;
}
.group-share .share-post li.icon-linkedin:hover {
  background-color: #1373a4;
}
.group-share .share-post li.icon-link {
  background-image: url(https://www.felipemourabrasil.com/wp-content/themes/felipe-moura/src/images/sprite.png);
  background-position: -129px 0px;
  width: 24px;
  height: 24px;
}
.group-share .share-post li.icon-link span {
  text-indent: -99999px;
  float: left;
}
.group-share .share-post li.icon-link .copiedtext {
  position: absolute;
  left: 0;
  top: 3px;
  text-align: center;
  opacity: 0;
  color: #000;
  transition: all 0.5s;
  width: 100px;
}
.group-share .share-post li.icon-link.copied .copiedtext {
  opacity: 1;
  left: 15px;
}
.group-share .share-post li.icon-link a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.group-share .share-post li a {
  text-decoration: none;
  padding: 2px 30px;
  display: inline-block;
}
.group-share .share-post li a span {
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 1185px) {
  .group-share .share-post li {
    margin-right: 3px;
  }
  .group-share .share-post li a {
    padding: 2px 9px;
  }
  .group-share .share-post li a span {
    font-size: 9px;
  }
}
.widget {
  margin-bottom: 30px;
}
.widget ul li {
  list-style: disc inside;
  margin-bottom: 10px;
}
.widget ul li:last-child {
  margin-bottom: 0;
}

.widget_categories ul li {
  list-style: none;
  display: inline-block;
}
.widget_categories ul li:hover a {
  text-decoration: none;
  background-color: #2c53a0;
}
.widget_categories ul li a {
  background-color: #000;
  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.85em;
}

.widget-newsletter {
  background-color: #ebebeb;
  padding: 15px;
  border-top: 5px solid #2c53a0;
}
.widget-newsletter .wpcf7 .ajax-loader {
  top: 9px;
}
.widget-newsletter input[type=submit] {
  margin-top: 5px;
}
.widget-newsletter .wpcf7-form div.wpcf7-response-output {
  bottom: 55px;
  top: inherit;
  font-size: 10px;
  padding: 2px;
  margin: 0;
  border: none;
  text-align: center;
}
.widget-newsletter .wpcf7-form.sent div.wpcf7-response-output {
  background-color: #6c946f;
  color: #fff;
}
.widget-newsletter .wpcf7-form.invalid div.wpcf7-response-output {
  background-color: #ecdada;
}
.widget-newsletter input[type=email] {
  background: #fff url(../../src/images/icon-email-black.png) no-repeat center left;
  padding-left: 38px;
}
.widget-newsletter p {
  margin-bottom: 0;
}
.widget-newsletter .widget-title {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1.1em;
}
.widget-newsletter .description-sidebar {
  font-size: 1em;
  line-height: 19px;
  display: inline-block;
}

.widget_mais_vistos ul li {
  list-style: none;
}
.widget_mais_vistos ul li .img-post {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}
.widget_mais_vistos ul li .img-post .no-thumb {
  border: 1px solid #2c53a0;
}
.widget_mais_vistos ul li .text {
  display: inline-block;
  width: 60%;
  vertical-align: middle;
  padding-left: 20px;
}
.widget_mais_vistos ul li .text .line {
  text-align: right;
}
.widget_mais_vistos ul li .text .title-post {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 1.15em;
  display: inline-block;
}

.is-provider-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.is-provider-youtube .wp-block-embed__wrapper iframe,
.is-provider-youtube .wp-block-embed__wrapper object,
.is-provider-youtube .wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.posts .group-icon {
  padding-left: 40px;
  position: relative;
}
.posts .group-icon.icon-video:before {
  background-image: url(https://www.felipemourabrasil.com/wp-content/themes/felipe-moura/src/images/sprite.png);
  background-position: -30px -85px;
  width: 30px;
  height: 30px;
}
.posts .group-icon.icon-audio:before {
  background-image: url(https://www.felipemourabrasil.com/wp-content/themes/felipe-moura/src/images/sprite.png);
  background-position: 0px -85px;
  width: 30px;
  height: 30px;
}
.posts .group-icon:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
}
.posts .info-post {
  display: inline-block;
  width: 100%;
}
.posts .info-post span a {
  text-decoration: none;
}
.posts .info-post span a:hover {
  text-decoration: underline;
}
.posts .info-post span a.title-category {
  text-decoration: none;
}
.posts .info-post span a.title-category:hover {
  text-decoration: underline;
}
.posts .list-tags {
  margin-bottom: 20px;
}
.posts .list-tags li {
  display: inline-block;
  background-color: #f2f2f2;
  margin-right: 10px;
  margin-bottom: 10px;
}
.posts .list-tags li:hover a {
  text-decoration: none;
  background-color: #2c53a0;
  color: #fff;
  border: 1px solid transparent;
}
.posts .list-tags li a {
  text-decoration: none;
  padding: 2px 15px;
  border: 1px solid #777;
  display: inline-block;
}
.posts h3.title-tag {
  font-family: "Open Sans", sans-serif;
}
.posts .related-posts h3 {
  font-family: "Open Sans", sans-serif;
}
.posts .related-posts ul li {
  list-style: disc inside;
  margin-bottom: 5px;
}
.posts .related-posts ul li a {
  text-decoration: none;
}
.posts .related-posts ul li:last-child {
  margin-bottom: 0;
}
.posts .wrapper-breadcrumb {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}
.posts .wrapper-breadcrumb span.breadcrumb {
  font-size: 13px;
  position: relative;
  padding-left: 22px;
}
.posts .wrapper-breadcrumb span.breadcrumb span {
  font-size: inherit;
}
.posts .wrapper-breadcrumb span.breadcrumb span span a {
  color: #000;
  font-weight: bold;
}
.posts .wrapper-breadcrumb span.breadcrumb span span span a {
  color: inherit;
}
.posts .wrapper-breadcrumb span.breadcrumb a {
  font-size: inherit;
  text-decoration: none;
}
.posts .wrapper-breadcrumb span.breadcrumb:before {
  content: "";
  left: 0;
  top: 0px;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(https://www.felipemourabrasil.com/wp-content/themes/felipe-moura/src/images/sprite.png);
  background-position: -110px -67px;
  width: 16px;
  height: 16px;
}
.posts p,
.posts ol li,
.posts ul li {
  font-size: 1em;
  line-height: 21px;
}
.posts p {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.posts .wp-caption-text {
  font-size: 12px;
  padding: 5px;
}
.posts #gallery-1 .gallery-item {
  margin: 0 !important;
}
.posts .gallery {
  margin-bottom: 30px !important;
}
.posts a {
  text-decoration: underline;
}
.posts a:hover {
  color: #2c53a0;
}
.posts ol {
  margin-left: 15px;
}
.posts ol, .posts ul {
  margin-top: 0;
  margin-bottom: 30px;
}
.posts h2, .posts h3, .posts h4, .posts h5, .posts h6 {
  color: #000;
  margin-bottom: 5px;
  font-family: "Playfair Display", serif;
  font-weight: 800;
}
.posts table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
.posts td, .posts th {
  border: 1px solid #333;
  text-align: left;
  padding: 8px;
  color: #000;
  font-size: 0.9em;
}
.posts tr th {
  color: #000;
}
.posts tr:first-child td {
  color: #000;
  background-color: #333;
}
.posts tr:nth-child(even) {
  background-color: transparent;
}
.posts blockquote {
  font-family: Georgia, serif;
  font-style: italic;
  width: 450px;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #000;
  width: 100%;
  background-color: #f2f2f2;
  margin-bottom: 30px;
}
.posts blockquote p {
  padding-bottom: 0;
  line-height: 21px;
  padding-top: 20px !important;
}
.posts blockquote:before {
  display: block;
  content: "“";
  font-size: 80px;
  position: absolute;
  left: -5px;
  top: -10px;
  color: #000;
}
.posts blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.posts blockquote cite:before {
  content: "— ";
}

@media screen and (max-width: 1185px) {
  .widget_mais_vistos ul li .text .title-post {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 800px) {
  .sidebar {
    width: 315px;
    margin: 0 auto;
  }
}
.cookie-notice {
  background-color: #101010;
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 99999999;
}
.cookie-notice .center {
  position: relative;
}
.cookie-notice span {
  display: inline-block;
}
.cookie-notice .notice-text {
  width: 85%;
  display: inline-block;
  vertical-align: middle;
}
.cookie-notice .notice-text a {
  color: #fff;
  text-decoration: underline;
}
.cookie-notice .notice-text a:hover {
  color: #2c53a0;
}
.cookie-notice .notice-text span {
  color: #fff;
  font-size: 14px;
  padding-right: 25px;
}
.cookie-notice .notice-buttons {
  width: 15%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.cookie-notice .notice-buttons .btn-cookie {
  padding: 5px;
}
.cookie-notice .btn-cookie {
  display: inline-block;
  background-color: #2c53a0;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  width: 100%;
}
.cookie-notice .btn-cookie:hover {
  background-color: #213e78;
}
.cookie-notice .center {
  position: relative;
}

@media screen and (max-width: 800px) {
  .cookie-notice {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cookie-notice .notice-text,
  .cookie-notice .notice-buttons {
    width: 100%;
    text-align: center;
  }
  .cookie-notice .notice-text span {
    padding-right: 0;
  }
  .cookie-notice .close-cookie {
    right: 0;
  }
  .cookie-notice .btn-cookie {
    margin-top: 10px;
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  .cookie-notice .notice-text span {
    font-size: 11px;
    line-height: 16px;
  }
}
.bg-modal-video {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  display: none;
}

.close-modal-video {
  width: 35px;
  height: 35px;
  background-color: #fff;
  color: #000;
  position: absolute;
  right: 0;
  top: -35px;
  line-height: 32px;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
  z-index: 9999;
}
.close-modal-video:hover {
  background-color: #000;
  color: #fff;
}

.conteudo-modal-video {
  height: 100%;
}
.conteudo-modal-video .loader-fake {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.conteudo-modal-video .loader-fake .centro {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}

.modal-video {
  height: 100vh;
  width: 100%;
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.modal-video iframe {
  vertical-align: top;
}
.modal-video .wrapper-modal-video {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}
.modal-video .wrapper-modal-video .center-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.modal-video .wrapper-modal-video .center-wrapper .content {
  text-align: center;
  background-color: #fff;
  margin: 0 auto;
  display: inline-block;
  width: 40%;
  z-index: 99999999;
  padding: 0px;
  position: relative;
}

@keyframes loader-effect {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-effect {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loader-effect div {
  animation: loader-effect 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.loader-effect div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #365063;
  margin: -4px 0 0 -4px;
}
.loader-effect div:nth-child(1) {
  animation-delay: -0.036s;
}
.loader-effect div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.loader-effect div:nth-child(2) {
  animation-delay: -0.072s;
}
.loader-effect div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.loader-effect div:nth-child(3) {
  animation-delay: -0.108s;
}
.loader-effect div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.loader-effect div:nth-child(4) {
  animation-delay: -0.144s;
}
.loader-effect div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.loader-effect div:nth-child(5) {
  animation-delay: -0.18s;
}
.loader-effect div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.loader-effect div:nth-child(6) {
  animation-delay: -0.216s;
}
.loader-effect div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.loader-effect div:nth-child(7) {
  animation-delay: -0.252s;
}
.loader-effect div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.loader-effect div:nth-child(8) {
  animation-delay: -0.288s;
}
.loader-effect div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@media screen and (max-width: 1185px) {
  .modal-video .wrapper-modal-video .center-wrapper .content {
    width: 50%;
  }
}
@media screen and (max-width: 965px) {
  .modal-video {
    overflow: auto;
  }
  .modal-video .wrapper-modal-video .center-wrapper .content {
    width: 95%;
    height: auto;
    padding: 5px;
  }
}
@media screen and (max-width: 600px) {
  #video .content {
    background-color: transparent;
  }
  .modal-video iframe.video-iframe {
    height: 180px;
  }
  .modal-video .wrapper-modal-video .center-wrapper .content.video-content {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .modal-video iframe.video-iframe {
    height: 280px;
  }
}
@media screen and (max-width: 450px) {
  .modal-video iframe.video {
    height: 210px;
  }
}
.open-modal-form-js {
  cursor: pointer;
}
.open-modal-form-js:hover {
  opacity: 0.95;
}

.bg-modal-form {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  display: none;
}

.close-modal-form {
  width: 35px;
  height: 35px;
  background-color: #fff;
  color: #000;
  position: absolute;
  right: 0;
  top: -35px;
  line-height: 32px;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
  z-index: 9999;
}
.close-modal-form:hover {
  background-color: #000;
  color: #fff;
}

.conteudo-modal-form {
  height: 100%;
}

.modal-form {
  height: 100vh;
  width: 100%;
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.modal-form .formWrapper {
  padding: 20px;
  display: inline-block;
}
.modal-form .wrapper-modal-form {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}
.modal-form .wrapper-modal-form .center-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.modal-form .wrapper-modal-form .center-wrapper .content {
  text-align: center;
  background-color: #fff;
  margin: 0 auto;
  display: inline-block;
  width: 50%;
  z-index: 99999999;
  padding: 0px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.modal-form .wrapper-modal-form .center-wrapper .content:before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../../src/images/list.png") repeat;
}
.modal-form .wrapper-modal-form .center-wrapper .content h2 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 0;
}
.modal-form .wrapper-modal-form .center-wrapper .content span.wpcf7-not-valid-tip {
  right: 10px;
  top: 10px;
  font-size: 0.7em;
}
.modal-form .wrapper-modal-form .center-wrapper .content .wpcf7-form.sent .wpcf7-response-output {
  background-color: #56845a;
  color: #fff;
}
.modal-form .wrapper-modal-form .center-wrapper .content .wpcf7 .ajax-loader {
  bottom: 25px;
  right: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
}
.modal-form .wrapper-modal-form .center-wrapper .content .wpcf7 form .wpcf7-response-output {
  margin: 0;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  top: inherit;
  padding: 5px;
  border: none;
}

@media screen and (max-width: 1185px) {
  .modal-form .wrapper-modal-form .center-wrapper .content {
    padding-top: 30px;
  }
  .modal-form .wrapper-modal-form .center-wrapper .content .cols-form {
    padding-left: 0;
    padding-right: 0;
  }
  .modal-form .wrapper-modal-form .center-wrapper .content .cols-form .col-12 {
    text-align: center;
  }
}
@media screen and (max-width: 965px) {
  .modal-form {
    overflow: auto;
  }
  .modal-form .wrapper-modal-form .center-wrapper .content {
    width: 95%;
    height: auto;
  }
  .modal-form .wrapper-modal-form .center-wrapper .content h2 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 600px) {
  #form .content {
    background-color: transparent;
  }
  .modal-form .wrapper-modal-form .center-wrapper .content.form-content {
    width: 100%;
  }
}
.icon-share {
  display: inline-block;
  vertical-align: middle;
  background: url(../../src/images/share.svg) no-repeat transparent center;
  width: 30px;
  height: 25px;
  cursor: pointer;
  position: relative;
}
.icon-share.active .content-share {
  display: block;
}
.icon-share i {
  text-indent: -9999px;
  float: left;
}
.icon-share .content-share {
  border: 1px solid #c7c7c7;
  position: absolute;
  left: 0;
  top: -75px;
  width: 400px;
  box-shadow: 0px 0px 6px #ccc;
  display: none;
  z-index: 2;
}
.icon-share .content-share .group-share {
  margin-bottom: 0;
  padding: 8px;
}
.icon-share .content-share .group-share .title-share {
  color: #565656;
  font-size: 12px;
  margin-bottom: 5px;
  display: inherit;
  font-weight: bold;
}
.icon-share .content-share .group-share .share-post {
  width: 100%;
}
.icon-share .content-share .group-share .share-post li {
  margin-right: 0;
  width: 25%;
  float: left;
}
.icon-share .content-share .group-share .share-post li a {
  padding: 0px;
  margin: 0;
  width: 100%;
  text-align: center;
}
.icon-share .content-share .group-share .share-post li a span {
  font-size: 0.8em;
  width: 100%;
}

.bg-modal-share {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: blue;
  z-index: 1;
  display: none;
}
.bg-modal-share.active {
  display: block;
}

.redes-sociais {
  display: inline-block;
  vertical-align: middle;
}
.redes-sociais.redes-sociais-cinza ul {
  background-color: transparent;
}
.redes-sociais.redes-sociais-cinza ul li {
  border: none;
  background-color: transparent;
  margin-left: 0;
  border-radius: 0;
  margin-bottom: 15px;
  position: relative;
}
.redes-sociais.redes-sociais-cinza ul li:hover a {
  opacity: 0.8;
}
.redes-sociais.redes-sociais-cinza ul li.icon-whatsapp a:before {
  background-image: url(https://www.felipemourabrasil.com/wp-content/themes/felipe-moura/src/images/sprite.png);
  background-position: -60px -85px;
  width: 24px;
  height: 24px;
}
.redes-sociais.redes-sociais-cinza ul li.icon-facebook a:before {
  background-image: url(https://www.felipemourabrasil.com/wp-content/themes/felipe-moura/src/images/sprite.png);
  background-position: -129px -72px;
  width: 24px;
  height: 24px;
}
.redes-sociais.redes-sociais-cinza ul li.icon-linkedin a:before {
  background-image: url(https://www.felipemourabrasil.com/wp-content/themes/felipe-moura/src/images/sprite.png);
  background-position: -129px -48px;
  width: 24px;
  height: 24px;
}
.redes-sociais.redes-sociais-cinza ul li.icon-twitter a:before {
  background-image: url(https://www.felipemourabrasil.com/wp-content/themes/felipe-moura/src/images/sprite.png);
  background-position: -84px -85px;
  width: 24px;
  height: 24px;
}
.redes-sociais.redes-sociais-cinza ul li.icon-link a:before {
  background-image: url(https://www.felipemourabrasil.com/wp-content/themes/felipe-moura/src/images/sprite.png);
  background-position: -129px -24px;
  width: 24px;
  height: 24px;
}
.redes-sociais.redes-sociais-cinza ul li a {
  background-color: transparent;
  width: 24px;
  height: 24px;
}
.redes-sociais.redes-sociais-cinza ul li:hover {
  border: none;
}
.redes-sociais ul li {
  display: inline-block;
  margin-left: 10px;
  border: 7px solid #2c53a0;
  border-radius: 100%;
  background-color: #000;
}
.redes-sociais ul li:hover {
  border: 7px solid #3768c8;
}
.redes-sociais ul li.icon-podcast a:before {
  background-image: url(https://www.felipemourabrasil.com/wp-content/themes/felipe-moura/src/images/sprite.png);
  background-position: -129px -96px;
  width: 16px;
  height: 16px;
}
.redes-sociais ul li.icon-facebook a:before {
  background-image: url(https://www.felipemourabrasil.com/wp-content/themes/felipe-moura/src/images/sprite.png);
  background-position: -73px -66px;
  width: 16px;
  height: 16px;
}
.redes-sociais ul li.icon-twitter a:before {
  background-image: url(https://www.felipemourabrasil.com/wp-content/themes/felipe-moura/src/images/sprite.png);
  background-position: -73px -50px;
  width: 16px;
  height: 16px;
  top: 15px;
  left: 13px;
}
.redes-sociais ul li.icon-instagram a:before {
  background-image: url(https://www.felipemourabrasil.com/wp-content/themes/felipe-moura/src/images/sprite.png);
  background-position: -94px -67px;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 12px;
}
.redes-sociais ul li.icon-youtube a:before {
  background-image: url(https://www.felipemourabrasil.com/wp-content/themes/felipe-moura/src/images/sprite.png);
  background-position: -108px -85px;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 12px;
}
.redes-sociais ul li a {
  width: 25px;
  height: 25px;
  display: inline-block;
  text-indent: -999999px;
  border-radius: 100%;
  position: relative;
  background-color: #000;
}
.redes-sociais ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}

@media screen and (max-width: 800px) {
  .redes-sociais ul li {
    border: 4px solid #2c53a0;
    margin-right: 5px;
    margin-left: 0;
  }
  .redes-sociais ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 400px) {
  .icon-share .content-share {
    width: 300px;
  }
}
@media screen and (max-width: 340px) {
  .icon-share .content-share {
    width: 280px;
  }
}
.banner {
  text-align: center;
}

body.page-template-modelo-biografia .biografia .itens-biografia .item-show .image,
body.page-template-modelo-biografia .biografia .itens-biografia .item-show .text {
  width: 100%;
}
body.page-template-modelo-biografia .biografia .itens-biografia .item-show .text p {
  text-align: left;
}

.biografia {
  margin-top: 30px;
  margin-bottom: 80px;
}
.biografia .itens-biografia .swiper-slide {
  background-color: #F1F1F1;
}
.biografia .itens-biografia .swiper-slide:nth-child(odd) {
  background-color: #fff;
}
.biografia .itens-biografia .swiper-slide:nth-child(odd) .item-show .text {
  background-color: #2c53a0;
}
.biografia .itens-biografia .item {
  vertical-align: top;
  text-align: center;
  min-height: 325px;
  position: relative;
}
.biografia .itens-biografia .item .top {
  padding-top: 60px;
  height: 50%;
}
.biografia .itens-biografia .item .top .image-logo {
  min-height: 80px;
  position: relative;
}
.biografia .itens-biografia .item .top .image-logo img {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}
.biografia .itens-biografia .item .top h2 {
  font-size: 1.1em;
  font-weight: bold;
}
.biografia .itens-biografia .item .bottom {
  border-top: 4px solid #b6c1d9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 25px;
}
.biografia .itens-biografia .item .bottom .icon {
  background-image: url(https://www.felipemourabrasil.com/wp-content/themes/felipe-moura/src/images/sprite.png);
  background-position: -94px -35px;
  width: 33px;
  height: 32px;
  margin: 0 auto;
  position: relative;
  bottom: 18px;
}
.biografia .itens-biografia .item .bottom .year-bio {
  font-weight: bold;
  color: #333;
  font-size: 1.5em;
}
.biografia .itens-biografia .item-show ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.biografia .itens-biografia .item-show ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.biografia .itens-biografia .item-show ::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.biografia .itens-biografia .item-show ::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
.biografia .itens-biografia .item-show ::-webkit-scrollbar-thumb:active {
  background: #000000;
}
.biografia .itens-biografia .item-show ::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.biografia .itens-biografia .item-show ::-webkit-scrollbar-track:hover {
  background: #666666;
}
.biografia .itens-biografia .item-show ::-webkit-scrollbar-track:active {
  background: #333333;
}
.biografia .itens-biografia .item-show ::-webkit-scrollbar-corner {
  background: transparent;
}
.biografia .itens-biografia .item-show.active .image,
.biografia .itens-biografia .item-show.active .text {
  display: block;
}
.biografia .itens-biografia .item-show.active .top,
.biografia .itens-biografia .item-show.active .bottom {
  display: none;
}
.biografia .itens-biografia .item-show:hover .image, .biografia .itens-biografia .item-show:hover .text {
  display: block;
}
.biografia .itens-biografia .item-show:hover .top, .biografia .itens-biografia .item-show:hover .bottom {
  display: none;
}
.biografia .itens-biografia .item-show .image {
  display: none;
}
.biografia .itens-biografia .item-show .text {
  padding: 20px;
  height: 200px;
  overflow: auto;
  text-align: left;
  display: none;
  background-color: #244484;
}
.biografia .itens-biografia .item-show .text.expand {
  height: 325px;
}
.biografia .itens-biografia .item-show .text p {
  padding-top: 0;
  margin-top: 0;
  color: #fff;
}
.biografia .itens-biografia .item-show .text ul, .biografia .itens-biografia .item-show .text ol {
  margin-bottom: 20px;
}
.biografia .itens-biografia .item-show .text ul li, .biografia .itens-biografia .item-show .text ol li {
  color: #fff;
}
.biografia .itens-biografia .item-show .text ol {
  margin-left: 15px;
}
.biografia .itens-biografia .item-show .text a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.biografia .itens-biografia .item-show .text a:hover {
  text-decoration: none;
}
.biografia .itens-biografia .item-show .text h2, .biografia .itens-biografia .item-show .text h3, .biografia .itens-biografia .item-show .text h4, .biografia .itens-biografia .item-show .text h5, .biografia .itens-biografia .item-show .text h6 {
  margin-bottom: 0;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .itens-biografia {
    width: 480px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .itens-biografia {
    width: 100%;
  }
  .biografia .itens-biografia .item .bottom .year-bio {
    font-size: 1em;
  }
}
.podcasts {
  margin-top: 65px;
  margin-bottom: 40px;
}
.podcasts.podcasts-relacionados {
  margin-top: 10px;
}
.podcasts.podcasts-relacionados .item .image {
  width: 100%;
}
.podcasts.podcasts-relacionados .item .text h2 {
  text-decoration: none;
}
.podcasts.podcasts-relacionados .item:hover a {
  text-decoration: none;
}
.podcasts .itens-podcasts {
  background-color: #000;
}
.podcasts .item .icon-date {
  color: #fff;
  font-size: 10px;
  padding-left: 15px;
  position: relative;
}
.podcasts .item .icon-date:before {
  content: "";
  left: 0;
  top: 5px;
  position: absolute;
  background-image: url(https://www.felipemourabrasil.com/wp-content/themes/felipe-moura/src/images/sprite.png);
  background-position: -44px -115px;
  width: 10px;
  height: 9px;
}
.podcasts .item:hover .text {
  background-color: #2c53a0;
}
.podcasts .item:hover .text:before {
  background-color: #000;
}
.podcasts .item .image {
  position: relative;
}
.podcasts .item .image .category {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 2;
  width: 35px;
  height: 35px;
  border-radius: 100%;
}
.podcasts .item .image .category a {
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 100%;
  background-color: rgba(44, 83, 160, 0.7);
  position: relative;
  text-indent: -99999px;
}
.podcasts .item .image .category a:hover {
  background-color: rgba(44, 83, 160, 0.85);
}
.podcasts .item .image .category a:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
}
.podcasts .item .image .category a.icon-category-youtube:before {
  background-image: url(https://www.felipemourabrasil.com/wp-content/themes/felipe-moura/src/images/sprite.png);
  background-position: -94px 0px;
  width: 35px;
  height: 35px;
}
.podcasts .item .image .category a.icon-category-podcast:before {
  background-image: url(https://www.felipemourabrasil.com/wp-content/themes/felipe-moura/src/images/sprite.png);
  background-position: -38px -50px;
  width: 35px;
  height: 35px;
}
.podcasts .item .text {
  background-color: #000;
  padding: 20px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.podcasts .item .text:hover {
  text-decoration: none;
}
.podcasts .item .text:before {
  content: "";
  left: 0;
  top: 0;
  width: 100px;
  height: 4px;
  position: absolute;
  background-color: #2c53a0;
}
.podcasts .item .text h2 {
  color: #fff;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
  font-weight: 800;
}
.podcasts .item .text p {
  color: #fff;
  line-height: 15px;
  padding-top: 0;
  margin-top: 0;
  display: inline-block;
}

@media screen and (max-width: 1185px) {
  .posts {
    padding-left: 10px;
    padding-right: 10px;
  }
  .posts .podcasts .item .image {
    margin-bottom: 0;
  }
  .posts .podcasts .item .text {
    padding: 20px;
  }
}
@media screen and (max-width: 800px) {
  .itens-podcasts {
    width: 480px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .itens-podcasts {
    width: 100%;
  }
}
select {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}

.footer-fmb {
  background-color: #000;
}
.footer-fmb .wpcf7 form .wpcf7-response-output {
  margin: 0;
  width: auto;
  float: right;
  border: none;
}
.footer-fmb .wpcf7 input[type=email] {
  background-color: inherit;
}
.footer-fmb .wpcf7 span.wpcf7-not-valid-tip {
  right: 10px;
  top: 7px;
  font-size: 0.9em;
}
.footer-fmb .cols {
  padding-top: 45px;
  padding-bottom: 15px;
}
.footer-fmb .cols .col {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  padding-right: 50px;
}
.footer-fmb .cols .col .widget {
  margin-bottom: 0;
}
.footer-fmb .cols .col .widget form {
  float: right;
  width: 300px;
}
.footer-fmb .cols .col .widget h2, .footer-fmb .cols .col .widget h3, .footer-fmb .cols .col .widget h4, .footer-fmb .cols .col .widget h5, .footer-fmb .cols .col .widget h6 {
  color: #fff;
  margin-bottom: 0;
  font-weight: normal;
}
.footer-fmb .cols .col .widget:last-child {
  padding-bottom: 20px;
}
.footer-fmb .cols .col p .btn--white {
  color: #000;
  text-decoration: none;
}
.footer-fmb .cols .col p .btn--white:hover {
  background-color: #333;
  color: #fff;
}
.footer-fmb .cols .col p a {
  text-decoration: underline;
  color: #fff;
}
.footer-fmb .cols .col p a:hover {
  text-decoration: none;
}
.footer-fmb .cols .col .redes-sociais ul li {
  margin-left: 0;
  margin-right: 5px;
}
.footer-fmb .cols .col .wpcf7 .ajax-loader {
  position: absolute;
  right: 110px;
  bottom: 2px;
}
.footer-fmb .cols .col:nth-of-type(3n) {
  text-align: right;
  padding-right: 0;
}
.footer-fmb .cols .col:nth-of-type(3n) .redes-sociais ul li a {
  text-indent: 99999px;
}
.footer-fmb .copyright {
  background-color: #111;
  padding: 7px;
}
.footer-fmb .copyright .link-site {
  color: #fff;
  float: right;
  font-size: 0.9em;
}
.footer-fmb .copyright span {
  color: #fff;
  font-size: 0.9em;
}
.footer-fmb .copyright span a {
  color: inherit;
  text-decoration: underline;
}
.footer-fmb .logo {
  margin-top: 5px;
  margin-bottom: 15px;
}
.footer-fmb ul.menu li {
  position: relative;
  list-style: none;
}
.footer-fmb ul.menu li:before {
  content: "-";
  left: 0;
  top: 0;
  position: absolute;
  color: #fff;
}
.footer-fmb ul.menu li a {
  padding-left: 10px;
}
.footer-fmb ul li a {
  color: #fff;
  font-size: 0.9em;
}
.footer-fmb ol {
  margin-left: 15px;
  margin-bottom: 20px;
}
.footer-fmb ol li {
  color: #fff;
  font-size: 0.9em;
}
.footer-fmb ol li a {
  font-size: inherit;
}
.footer-fmb h4 {
  color: #fff;
  font-weight: bold;
  font-size: 1.08em;
  margin-bottom: 20px;
}
.footer-fmb p {
  color: #fff;
  position: relative;
}
.footer-fmb ::-webkit-input-placeholder {
  color: #fff;
  font-size: 1em;
}
.footer-fmb :-moz-placeholder {
  color: #fff;
  font-size: 1em;
}
.footer-fmb ::-moz-placeholder {
  color: #fff;
  font-size: 1em;
}
.footer-fmb :-ms-input-placeholder {
  color: #fff;
  font-size: 1em;
}
.footer-fmb input[type=email],
.footer-fmb input[type=text],
.footer-fmb input[type=password],
.footer-fmb input[type=tel] {
  background-color: transparent;
  border-radius: 0;
  padding: 9px 25px;
  font-size: 0.9em;
  color: #fff;
}
.footer-fmb input[type=email] {
  background: url("../../src/images/icon-email.png") no-repeat center left;
  padding-left: 38px;
}
.footer-fmb form {
  text-align: right;
}
.footer-fmb input[type=submit] {
  border-radius: 0;
  padding: 5px 10px;
  font-size: 1em;
  background-color: #fff;
  color: #000;
}
.footer-fmb input[type=submit]:hover {
  background-color: #333;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .footer-fmb .copyright {
    text-align: center;
  }
  .footer-fmb .copyright .link-site {
    float: none;
    margin-top: 10px;
    display: inline-block;
  }
  .footer-fmb .copyright span {
    display: inline-block;
    width: 100%;
  }
  .footer-fmb form {
    text-align: left;
  }
  .footer-fmb form p {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .footer-fmb .cols {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 45px;
  }
  .footer-fmb .cols .col {
    width: 50%;
  }
  .footer-fmb .cols .col .wpcf7 form {
    float: left;
  }
  .footer-fmb .cols .col .wpcf7 form .wpcf7-response-output {
    float: left;
    top: 5px;
  }
  .footer-fmb .cols .col .wpcf7 .ajax-loader {
    right: inherit;
  }
  .footer-fmb .cols .col:nth-of-type(3n) {
    text-align: left;
  }
}
@media screen and (max-width: 560px) {
  .footer-fmb .cols .col {
    width: 100%;
  }
  .footer-fmb .cols .col .widget form {
    width: 100%;
  }
}
.posts .info-post {
  margin-bottom: 30px;
}
.posts .text.text-full {
  width: 100%;
  padding-left: 0;
}
.posts p {
  text-align: justify;
}

body.single .group-share .share-post li {
  background-color: #fff;
}
body.single .group-share .share-post li.icon-link {
  background-color: transparent;
}
body.single .group-share .share-post li.icon-link:hover {
  background-color: transparent;
  opacity: 0.7;
}
body.single .group-share .share-post li.icon-link a {
  border: none;
}
body.single .group-share .share-post li:hover {
  background-color: #333;
}
body.single .group-share .share-post li:hover a span {
  color: #fff;
}
body.single .group-share .share-post li a {
  padding: 2px 25px;
  border: 1px solid #333;
}
body.single .group-share .share-post li a span {
  color: #333;
  font-size: 0.95em;
}

.fixed-share {
  position: sticky;
  top: 0;
  width: 42px;
}
.fixed-share ul {
  padding: 5px;
  position: absolute;
  left: -65px;
  top: 0px;
  width: 35px;
}
.fixed-share ul li {
  position: relative;
}
.fixed-share ul li.copied .copiedtext {
  left: 35px;
  opacity: 1;
  transition: all 0.5s;
}
.fixed-share ul li .copiedtext {
  position: absolute;
  left: 0px;
  width: 100px;
  color: #fff;
  text-indent: 0;
  font-style: normal;
  background-color: #333;
  text-align: center;
  font-size: 10px;
  padding: 3px;
  opacity: 0;
  transition: all 0.5s;
}

body.single .group-share .share-post li a {
  padding: 2px 10px;
}
body.single .group-share .share-post li a span {
  font-size: 0.8em;
}

@media screen and (max-width: 520px) {
  body.single .group-share {
    padding: 15px;
  }
  body.single .group-share .share-post li {
    margin-bottom: 8px;
  }
}
.posts .comments .logged-in-as a {
  text-decoration: none;
}
.posts .post-comments {
  margin: 0;
  margin-bottom: 0px;
  margin-top: 30px;
}
.posts .post-comments li {
  display: inline-block;
}
.posts .post-comments li .comment-body {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.posts .post-comments li .comment-body .comment-meta {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}
.posts .post-comments li .comment-body .comment-meta a {
  text-decoration: none;
  font-size: inherit;
  color: #bababa;
}
.posts .post-comments li .comment-body p {
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 12px;
}
.posts .post-comments li .comment-body img {
  vertical-align: middle;
  margin-right: 10px;
}
.posts .post-comments li .comment-body .fn, .posts .post-comments li .comment-body .says {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.posts .post-comments li .comment-body .fn a, .posts .post-comments li .comment-body .says a {
  text-decoration: none;
  font-size: inherit;
}
.posts .post-comments li .children {
  margin-left: 0;
  margin-bottom: 0;
}
.posts .post-comments li .children li .comment-body {
  padding-left: 20px;
}
.posts .post-comments .comment-reply-link {
  background-color: #2c53a0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 2px 10px;
  display: inline-block;
  margin-top: 0px;
  font-size: 12px;
}
.posts .post-comments .comment-reply-link:hover {
  background-color: #27498c;
}

.comment-respond {
  border-top: 5px solid #2c53a0;
  padding: 20px;
  background-color: #ebebeb;
}
.comment-respond h3 {
  color: #000;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
}
.comment-respond h3.comment-reply-title small {
  margin-left: 10px;
}
.comment-respond h3.comment-reply-title small a {
  text-decoration: none;
  font-weight: normal;
}
.comment-respond label {
  font-weight: bold;
  font-size: 12px;
}
.comment-respond p {
  padding-bottom: 0;
}
.comment-respond p.comment-form-cookies-consent {
  margin-bottom: 15px;
  text-align: left;
}
.comment-respond p.comment-form-cookies-consent label {
  color: #000;
  font-weight: normal;
}
.comment-respond .col-comments p {
  width: 33%;
  display: inline-block;
}

@media screen and (max-width: 1185px) {
  .comment-respond .col-comments p {
    width: 100%;
    margin-bottom: 10px;
  }
}
select {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}

.center-two {
  width: 1600px;
  margin: 0 auto;
}

body.page-template-modelo-lp {
  background-color: #1a58af;
}

div.flex {
  display: flex;
  align-items: center;
}
div.flex span.wpcf7-not-valid-tip {
  color: yellow;
  top: -30px;
  left: 0;
}
div.flex .wpcf7-form-control-wrap {
  width: 75%;
  vertical-align: top;
  margin-bottom: 0;
}
div.flex .wpcf7 {
  position: relative;
}
div.flex .wpcf7:before {
  position: absolute;
  content: "";
  background: url(../../src/images/seta.png) no-repeat;
  height: 76px;
  width: 34px;
  top: -41px;
  left: -30px;
}
div.flex .wpcf7 .ajax-loader {
  margin: 0 auto;
  position: absolute;
  display: block;
}
div.flex .wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0.2em 1em;
  width: 490px;
  text-align: center;
  padding: 8px;
  background-color: transparent;
  color: #fff;
  line-height: 19px;
}
div.flex div.col-1-text {
  width: 43%;
  padding-left: 40px;
}
div.flex div.col-1-text h1 {
  font-size: 63px;
  color: #fcc621;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
}
div.flex div.col-1-text h2 {
  color: #fff;
  font-size: 70px;
  font-weight: bold;
}
div.flex div.col-1-text .text-one p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 0px;
  margin-top: 0;
}
div.flex div.col-1-text .analise {
  padding-bottom: 15px;
  width: 50%;
}
div.flex div.col-1-text .analise p {
  font-size: 25px;
  color: #fff;
  width: auto;
  background-color: #c52c2c;
  padding: 6px 10px;
  margin-bottom: -13px;
  display: inline-block;
}
div.flex div.col-1-text .analise .mb-15 {
  margin-bottom: -15px;
  line-height: 24px;
  font-size: 19px;
}
div.flex div.col-1-text .analise .p-width {
  line-height: 24px;
  font-size: 19px;
}
div.flex div.col-1-text form.form-mail {
  display: flex;
  width: 81%;
}
div.flex div.col-1-text form p {
  padding-bottom: 0;
  margin-bottom: 0;
}
div.flex div.col-1-text p.p-form {
  color: #fff;
  font-size: 24px;
  font-weight: bolder;
  padding-top: 5px;
  font-style: italic;
  padding-bottom: 10px;
  width: 75%;
  line-height: 30px;
  margin-top: 5px;
}
div.flex div.col-1-text ::-webkit-input-placeholder {
  color: #fff;
  text-align: center;
  font-size: 19px;
}
div.flex div.col-1-text :-moz-placeholder {
  color: #fff;
  text-align: center;
  font-size: 19px;
}
div.flex div.col-1-text ::-moz-placeholder {
  color: #fff;
  text-align: center;
  font-size: 19px;
}
div.flex div.col-1-text :-ms-input-placeholder {
  color: #fff;
  text-align: center;
  font-size: 19px;
}
div.flex div.col-1-text .form-total {
  position: relative;
  width: 92%;
}
div.flex div.col-1-text .form-total input[type=submit] {
  background-color: #c52c2c;
  color: #fff;
  border: 1px solid #c5a338;
  padding: 10px;
  font-size: 17px;
  font-weight: bold;
  border-left: 0px;
  height: 46px;
}
div.flex div.col-1-text .form-total input[type=email] {
  background-color: transparent;
  border: 1px solid #c5a338;
  color: #fff;
  border-right: 0px;
  height: 46px;
  text-align: center;
}
div.flex div.col-2-img {
  width: 57%;
}
div.flex div.col-2-img div.img-felipe-moura {
  display: flex;
  align-items: flex-end;
  height: 100vh;
  margin-left: 0;
}
div.flex div.col-2-img div.img-felipe-moura div.img img {
  max-height: 100%;
}

.bg-total {
  height: 100vh;
}

.font-sans h1, .font-sans h2, .font-sans h3, .font-sans h4, .font-sans p, .font-sans span {
  font-family: "Open Sans", sans-serif;
}

@media screen and (min-width: 1024px) {
  .bg-total {
    background: url("../../src/images/banner-lp.jpg") no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 1600px) {
  .center-two {
    width: 1185px;
  }
  .col-1-text {
    padding-left: 90px;
  }
  div.flex div.col-1-text .analise .mb-15,
  div.flex div.col-1-text .analise .p-width {
    font-size: 15px;
  }
}
@media screen and (max-width: 1370px) {
  div.flex div.col-1-text {
    width: 55%;
    padding-left: 35px;
  }
  div.flex div.col-2-img {
    width: 60%;
  }
  div.flex div.col-2-img div.img-felipe-moura {
    margin-left: -20px;
  }
}
@media screen and (max-width: 1185px) {
  .center-two {
    width: 100%;
  }
  body div.flex div.col-2-img div.img-felipe-moura {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  div.flex {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    text-align: center;
  }
  div.flex div.col-1-text {
    padding-left: 0;
  }
  div.flex div.col-1-text p.p-form {
    padding-top: 5px;
  }
  div.flex div.col-1-text h1 {
    font-size: 52px;
    padding-bottom: 6px;
  }
  div.flex div.col-1-text .text-one p {
    font-size: 18px;
    line-height: 33px;
    padding-bottom: 12px;
    width: 100%;
  }
  div.flex div.col-1-text .analise {
    margin: 0 auto;
  }
  div.flex div.col-1-text .analise p {
    font-size: 18px;
  }
  div.flex div.col-1-text .analise .mb-15 {
    margin: 0 auto;
    margin-bottom: 9px;
  }
  div.flex div.col-1-text .analise .p-width {
    margin: 0 auto;
    margin-bottom: 9px;
  }
  div.flex div.col-1-text p.p-form {
    font-size: 18px;
  }
  div.flex div.col-1-text .form-total {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  div.flex div.col-1-text .form-total .p-form {
    width: 100%;
    text-align: center;
    padding-top: 0px;
    margin-bottom: 0;
  }
  div.flex div.col-1-text .form-total:before {
    top: 33px;
    left: 55px;
  }
  div.flex div.col-2-img div.img-felipe-moura {
    height: auto;
    margin: 0 auto;
    margin-right: -74px;
    margin-left: 23px;
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .wpcf7-form {
    position: relative;
  }
  .wpcf7-form:before {
    top: -34px;
    left: -15px;
  }
}
@media screen and (max-width: 800px) {
  .bg-total {
    position: relative;
    background: url("../../src/images/banner-lp-mobile.jpg") no-repeat left top;
  }
  div.flex div.col-1-text {
    width: 100%;
    padding-left: 0;
    padding: 0 26px;
  }
  div.flex div.col-1-text .form-total {
    padding-bottom: 50px;
  }
  div.flex div.col-1-text .analise .p-width {
    width: 90%;
  }
  div.flex div.col-1-text .analise .mb-15 {
    width: 90%;
  }
  div.flex div.col-2-img div.img-felipe-moura {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 620px) {
  .wpcf7-form:before {
    top: -34px;
    left: -20px;
  }
  div.flex span.wpcf7-not-valid-tip {
    top: -21px;
    left: -90px;
  }
  div.flex .wpcf7:before {
    top: -21px;
    left: -6px;
  }
  div.flex .wpcf7 .ajax-loader {
    left: -20px;
    top: 10px;
  }
  div.flex div.col-1-text ::-webkit-input-placeholder {
    font-size: 12px;
  }
  div.flex div.col-1-text :-moz-placeholder {
    font-size: 12px;
  }
  div.flex div.col-1-text ::-moz-placeholder {
    font-size: 12px;
  }
  div.flex div.col-1-text :-ms-input-placeholder {
    font-size: 12px;
  }
  div.flex div.col-1-text h1 {
    font-size: 35px;
  }
  div.flex div.col-1-text p.p-form {
    font-size: 13px;
    padding-bottom: 0;
  }
  div.flex div.col-1-text .analise {
    width: 355px;
  }
  div.flex div.col-1-text .analise p {
    padding: 4px 10px;
  }
  div.flex div.col-1-text .analise .mb-15, div.flex div.col-1-text .analise .p-width {
    font-size: 14px;
    line-height: 19px;
    width: auto;
  }
  div.flex div.col-1-text form .wpcf7-response-output {
    width: 100%;
  }
  div.flex div.col-1-text .text-one p {
    font-size: 15px;
    line-height: 21px;
  }
}
@media screen and (max-width: 430px) {
  div.flex div.col-1-text .analise {
    width: 70%;
  }
  div.flex .wpcf7:before {
    top: -21px;
    left: -20px;
  }
}
* {
  font-family: "Open Sans", sans-serif;
}

body.home .wrapper-right {
  display: none;
}

body.home .wrapper-left {
  width: 100%;
}

.content-midia {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

.midia {
  background: #EDEAEA;
  padding: 60px 0;
}
.midia .line-1 {
  padding: 49px 0px 0 47px;
  position: relative;
}
.midia .line-1 .position:before {
  content: "";
  width: 29px;
  height: 29px;
  background: url(../../src/images/aspas.png) no-repeat transparent;
  top: 15px;
  left: 0;
  z-index: 2;
  position: absolute;
  display: none;
}
.midia .line-1:before {
  content: "";
  width: 29px;
  height: 29px;
  background: url(../../src/images/aspas.png) no-repeat transparent;
  top: 57px;
  left: 0;
  z-index: 2;
  position: absolute;
}
.midia .line-1 p {
  color: #333333;
  font-size: 31px;
  line-height: 39px;
  margin: 0;
}
.midia .line-1 p span {
  font-weight: 600;
  color: #333333;
}
.midia .line-2 {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0;
  column-gap: 0;
  height: 100%;
  padding-left: 15px;
  overflow: hidden;
}
.midia .line-2 img {
  box-shadow: inset #000 0px -77px 292px 28px;
}
.midia .links {
  position: absolute;
  top: -500px;
  box-shadow: inset #000 0px -77px 292px 28px;
  padding: 5px 21px 24px;
  width: 100%;
  height: 100%;
  transition: top ease-in 0.4s;
}
.midia .links.animate {
  top: 0;
}
.midia .links .one-platform {
  margin-top: 5px;
  margin-bottom: 5px;
}
.midia .platforms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.midia .platforms a.plataform__item {
  padding: 27px;
}
.midia .platforms a.btn-plataform {
  padding: 22px;
  border: 0;
  height: 42px;
}
.midia .platforms a.btn-plataform.size {
  background-size: 90% !important;
}
.midia .platforms a.btn-plataform.text-btn {
  padding: 14px 0 14px 53px;
}
.midia .platforms a.btn-plataform.text-btn span {
  color: #fff;
  font-weight: 600;
}
.midia .platforms a.btn-plataform:hover {
  opacity: 0.7;
}
.midia .text-plataform {
  color: #fff;
  font-weight: 600;
}
.midia .btn-principal {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  padding: 8px 13px;
  font-weight: 600;
}
.midia .btn-principal:hover {
  text-decoration: none;
}
.midia .total {
  height: 222px;
  position: relative;
}
.midia .total .content-text {
  position: relative;
  box-shadow: inset #000 0px -87px 59px -34px;
  top: -230px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  padding-left: 20px;
  cursor: pointer;
}
.midia .line {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  overflow: hidden;
}
.midia .line .category {
  background: #E64040;
  color: #fff;
  font-weight: 700;
  padding: 3px 11px;
  border: 2px solid #E64040;
  margin: 0;
}
.midia .line .text-category {
  display: flex;
}
.midia .line h3 {
  margin: 16px 0 29px 0;
  color: #FFFFFF;
  font-weight: 700;
}

.mobile {
  display: none;
}

@media screen and (max-width: 1194px) {
  .midia .line-1 {
    padding: 13px 0px 0px 31px;
  }
  .midia .line-1:before {
    top: 21px;
  }
  .midia .line {
    padding-left: 0;
  }
  .midia .line-2 {
    padding-left: 0;
  }
}
@media screen and (max-width: 1138px) {
  .content-midia {
    grid-template-columns: 1fr 1fr;
  }
  .midia .total .content-text {
    top: -230px;
    height: 100%;
    margin: 0 auto;
  }
  .midia .total {
    margin: 0 auto;
  }
  .midia .line-1 {
    display: flex;
    justify-content: center;
    padding: 13px 0px 0px 0px;
  }
  .midia .line-1:before {
    display: none;
  }
  .midia .line-1 .position {
    padding-left: 35px;
    position: relative;
  }
  .midia .line-1 .position:before {
    content: "";
    width: 29px;
    height: 29px;
    background: url(../../src/images/aspas.png) no-repeat transparent;
    top: 9px;
    left: 0;
    z-index: 2;
    position: absolute;
    display: block;
  }
}
.move-right {
  float: right;
  font-weight: 600;
  font-size: 16px;
  display: none;
}

@media screen and (max-width: 802px) {
  .content-midia {
    white-space: nowrap;
    overflow: auto;
    display: block;
    width: 100%;
  }
  .move-right {
    display: block;
  }
  .midia .line {
    display: inline-block;
    width: 379px;
    margin-right: 25px;
  }
  .midia .line-2 {
    height: 222px;
  }
  .midia .line-1 {
    display: none;
  }
  .mobile {
    display: block;
    margin-bottom: 40px;
  }
  .mobile p {
    color: #333333;
    font-size: 31px;
    line-height: 39px;
    font-weight: 600;
  }
  .mobile p span {
    font-weight: bold;
    color: #333333;
  }
  .midia .line-1 .position {
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 400px) {
  .midia .line {
    margin-left: 0px;
  }
}
.fmb-alert {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 14px;
  margin-bottom: 0px;
}
.fmb-alert p {
  color: #000;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  background: #fff;
  padding: 0 15px;
  margin: 0;
}

span.title-item.position-title {
  display: flex;
  align-items: center;
}

.image-icon {
  margin-right: 10px;
}

.more-notices {
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  font-size: 1em;
  background-color: #2c53a0;
  font-weight: bold;
  margin-top: 15px;
  border-bottom: 2px solid transparent;
}
.more-notices:hover {
  text-decoration: none;
  background-color: #efefef;
  color: #2c53a0;
  border-bottom: 2px solid #2c53a0;
}

body .menu-desktop {
  width: 100%;
  height: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 999999999;
  background-color: #fff;
  -webkit-transition: left 0.35s linear, opacity 0.25s linear;
  -moz-transition: left 0.35s linear, opacity 0.25s linear;
  -ms-transition: left 0.35s linear, opacity 0.25s linear;
  transition: left 0.35s linear, opacity 0.25s linear;
}
body .menu-desktop.active {
  left: 0;
  -webkit-transition: left 0.35s linear, opacity 0.25s linear;
  -moz-transition: left 0.35s linear, opacity 0.25s linear;
  -ms-transition: left 0.35s linear, opacity 0.25s linear;
  transition: left 0.35s linear, opacity 0.25s linear;
}
body .menu-desktop:before {
  width: 300px;
  height: 100%;
  top: 0;
  position: absolute;
  content: "";
  background: url("../../src/images/list-item.jpg") repeat;
}
body .menu-desktop .copy {
  color: #000;
}
body .menu-desktop .copy a {
  color: inherit;
  text-decoration: underline;
}
body .menu-desktop .close-menu {
  color: #000;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 20px;
}
body .menu-desktop .close-menu:hover {
  opacity: 0.8;
}
body .menu-desktop .close-menu span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 1.6em;
  margin-right: 10px;
}
body .menu-desktop .close-menu i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-size: 40px;
  width: 50px;
  height: 50px;
  line-height: 42px;
  text-align: center;
  background-image: url(https://www.felipemourabrasil.com/wp-content/themes/felipe-moura/src/images/sprite.png);
  background-position: -50px 0px;
  width: 44px;
  height: 44px;
  text-indent: -99999px;
}
body .menu-desktop .redes-sociais {
  margin-top: 30px;
  margin-bottom: 30px;
}
body .menu-desktop .redes-sociais ul li a {
  text-indent: 999999px;
}
body .menu-desktop ul.menu li {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
body .menu-desktop ul.menu li:hover a {
  text-decoration: none;
  background-color: #2c53a0;
}
body .menu-desktop ul.menu li:last-child {
  margin-bottom: 0;
}
body .menu-desktop ul.menu li a {
  color: #fff;
  padding: 5px 30px;
  display: inline-block;
  background-color: #000;
  font-size: 2.2em;
}
body .menu-desktop .menu-table {
  display: table;
  height: 100%;
  width: 100%;
  text-align: right;
  padding-right: 50px;
}
body .menu-desktop .menu-table-cell {
  display: table-cell;
  vertical-align: middle;
}
body .menu-topo .center {
  position: relative;
}
body .menu-topo .center .searchform {
  position: absolute;
  right: 0;
  top: 0;
  margin-bottom: 0;
  width: 210px;
  transition: width 0.5s;
}
body .menu-topo .center .searchform.desactive {
  width: 50px;
  transition: width 0.5s;
}
body .menu-topo .center .searchform.desactive input[type=text] {
  opacity: 0;
}
body .menu-topo .center .searchform input[type=text] {
  height: 41px;
  padding-left: 20px;
  border: none;
}
body .menu-topo .center .searchform input[type=submit].btn-search {
  top: 2px;
}
body.home .wrapper-right {
  padding-bottom: 0;
}
body.home .posts .item {
  margin-bottom: 40px;
}
body.home .posts .item:last-child {
  margin-bottom: 0;
}
body.home .posts .btn-default, body.category .posts .btn-default, body.archive .posts .btn-default, body.search .posts .btn-default, body.page-template-modelo-postagens .posts .btn-default {
  text-decoration: none;
}
body.home .posts .btn-default:hover, body.category .posts .btn-default:hover, body.archive .posts .btn-default:hover, body.search .posts .btn-default:hover, body.page-template-modelo-postagens .posts .btn-default:hover {
  color: #fff;
}
body.home .posts .item .image .category-post a, body.category .posts .item .image .category-post a, body.archive .posts .item .image .category-post a, body.search .posts .item .image .category-post a, body.page-template-modelo-postagens .posts .item .image .category-post a {
  text-decoration: none;
}
body.home .posts .item:hover .image .category-post a, body.category .posts .item:hover .image .category-post a, body.archive .posts .item:hover .image .category-post a, body.search .posts .item:hover .image .category-post a, body.page-template-modelo-postagens .posts .item:hover .image .category-post a {
  text-decoration: none;
}
body.home .posts h2 a, body.category .posts h2 a, body.archive .posts h2 a, body.search .posts h2 a, body.page-template-modelo-postagens .posts h2 a {
  text-decoration: none;
}
body.home .posts .info-post, body.category .posts .info-post, body.archive .posts .info-post, body.search .posts .info-post, body.page-template-modelo-postagens .posts .info-post {
  margin-bottom: 0;
}
body input[type=text],
body input[type=tel],
body input[type=email],
body textarea {
  border-radius: 0;
  padding: 10px;
  background-color: #fff;
  color: #000;
  font-size: 1em;
}
body input[type=text]:focus,
body input[type=tel]:focus,
body input[type=email]:focus,
body textarea:focus {
  background-color: #fff;
  border: 1px solid #2c53a0;
}
body ::-webkit-input-placeholder {
  color: gray;
  font-size: 12px;
}
body :-moz-placeholder {
  color: gray;
  font-size: 12px;
}
body ::-moz-placeholder {
  color: gray;
  font-size: 12px;
}
body :-ms-input-placeholder {
  color: gray;
  font-size: 12px;
}
body input[type=submit] {
  background-color: #2c53a0;
  border-radius: 0;
  font-size: 1em;
  padding: 10px 30px;
}
body input[type=submit]:hover {
  background-color: #27498c;
}

.pagination {
  margin-top: 20px;
}

.videos {
  margin-bottom: 30px;
}

.cols-form .col-12 {
  width: 97%;
  margin: 0 auto;
}
.cols-form .col-4 {
  width: 32.09%;
  display: inline-block;
}
.cols-form .col-4 .wpcf7-form-control-wrap {
  margin-bottom: 5px;
}

.container-page-contato {
  text-align: center;
}
.container-page-contato .col-12 {
  position: relative;
}
.container-page-contato .wpcf7 .ajax-loader {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25px;
  top: inherit;
  position: absolute;
}
.container-page-contato .content-page {
  padding-bottom: 30px;
}

.content-page {
  padding-bottom: 50px;
}
.content-page .posts h1 {
  margin-bottom: 20px;
}

.formulario-page {
  background-color: #ebebeb;
  border-top: 5px solid #2c53a0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.formulario-page .wpcf7 form .wpcf7-response-output {
  margin: 0;
  margin-bottom: 15px;
}
.formulario-page span.wpcf7-not-valid-tip {
  right: 5px;
  top: 12px;
  font-size: 0.7em;
}
.formulario-page p {
  margin-top: 0;
  padding-top: 0;
}
.formulario-page h2 {
  margin-bottom: 0;
  font-weight: bold;
}

.no-post {
  font-size: 1em;
}

header.principal-header {
  overflow: hidden;
}

.menu-topo {
  border-top: 1px solid #cfcfd0;
  border-bottom: 1px solid #cfcfd0;
  background-color: #f7f7f9;
}
.menu-topo span {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 17px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  background-color: #2c53a0;
  margin-right: 80px;
  font-size: 1em;
  position: relative;
}
.menu-topo span:after {
  width: 13px;
  height: 20px;
  position: absolute;
  right: -3px;
  top: 13px;
  content: "";
  background-color: #2c53a0;
  transform: rotate(40deg);
}
.menu-topo ul {
  display: inline-block;
  vertical-align: middle;
}
.menu-topo ul li {
  display: inline-block;
  margin-right: 55px;
  position: relative;
}
.menu-topo ul li:last-child {
  margin-right: 0;
}
.menu-topo ul li:before {
  content: "»";
  left: -14px;
  top: -9px;
  position: absolute;
  color: #95b3f9;
  font-size: 23px;
}
.menu-topo ul li a {
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
}

.wrapper-left {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 28px;
}

.banner-atualize {
  margin-bottom: 40px;
}

.wrapper-right {
  width: 24.5%;
  margin-left: 3%;
  display: none;
  vertical-align: top;
  padding-bottom: 50px;
}

.searchform {
  position: relative;
  margin-bottom: 30px;
}
.searchform ::-webkit-input-placeholder {
  color: #000;
  text-transform: uppercase;
}
.searchform :-moz-placeholder {
  color: #000;
  text-transform: uppercase;
}
.searchform ::-moz-placeholder {
  color: #000;
  text-transform: uppercase;
}
.searchform :-ms-input-placeholder {
  color: #000;
  text-transform: uppercase;
}
.searchform input[type=text] {
  height: 46px;
  padding-left: 20px;
}
.searchform input[type=submit].btn-search {
  position: absolute;
  right: 0;
  background-color: transparent;
  background: url("../../src/images/icon-search.png") no-repeat center right;
  text-indent: -99999px;
  float: right;
  top: 5px;
}

.ao-vivo {
  margin-bottom: 30px;
  background-color: #ebebeb;
  display: inline-block;
  width: 100%;
}
.ao-vivo:hover {
  text-decoration: none;
  background-color: #f2f2f2;
}
.ao-vivo .group {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.ao-vivo .group span {
  width: 100%;
  display: inline-block;
}
.ao-vivo .group .live {
  background-color: #e64040;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 20px;
  font-size: 0.85em;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ao-vivo .group .live i {
  font-style: normal;
  position: relative;
}
.ao-vivo .group .live i:before {
  content: "";
  position: absolute;
  left: -25px;
  background-image: url(https://www.felipemourabrasil.com/wp-content/themes/felipe-moura/src/images/sprite.png);
  background-position: 0px -115px;
  width: 22px;
  height: 22px;
}
.ao-vivo .group .descr {
  background-color: #000;
  color: #fff;
  font-size: 0.9em;
}
.ao-vivo .text {
  display: inline-block;
  vertical-align: middle;
  width: 78%;
  padding-left: 10px;
}
.ao-vivo .text h2 {
  margin-bottom: 0;
  color: #151515;
  font-family: "Playfair Display", serif;
  font-weight: 800;
}
.ao-vivo .link {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.ao-vivo .link span {
  position: relative;
  color: #2c53a0;
  font-weight: bold;
  font-size: 0.9em;
}
.ao-vivo .link span:before {
  content: "";
  left: -15px;
  top: 3px;
  position: absolute;
  background-image: url(https://www.felipemourabrasil.com/wp-content/themes/felipe-moura/src/images/sprite.png);
  background-position: -34px -115px;
  width: 10px;
  height: 11px;
}

.title {
  width: 100%;
  background: url("../../src/images/list.png") repeat;
  margin-bottom: 20px;
  position: relative;
  margin-top: 50px;
}
.title span.more-title {
  position: absolute;
  right: 6px;
  top: 6px;
}
.title span.more-title a {
  font-size: 11px;
  padding: 2px 10px;
  border: 1px solid #cccccc;
  background-color: #fff;
  color: #757575;
}
.title span.more-title a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #000;
}
.title span.title-item {
  background-color: #000;
  color: #fff;
  padding: 6px 15px;
  display: inline-block;
  font-weight: 600;
  font-size: 0.95em;
}
.title .group-nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 100%;
}
.title .group-nav .swiper-button-prev {
  left: 10px;
  right: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  top: 29px;
  background-color: #fff;
  opacity: 1;
}
.title .group-nav .swiper-button-next {
  background-color: #fff;
  width: 20px;
  height: 20px;
  top: 29px;
  opacity: 1;
  border: 1px solid #cccccc;
}
.title .group-nav .swiper-button-prev:after, .title .group-nav .swiper-button-next:after {
  font-size: 10px;
  color: #565a5b;
}

body p {
  color: #222222;
  font-size: 0.9em;
  line-height: 19px;
}

.line-share .icon-share {
  float: left;
  margin-top: 10px;
}
.line-share .btn-default {
  float: right;
}

.btn-default {
  background-color: #efefef;
  color: #2c53a0;
  font-weight: bold;
  font-size: 0.9em;
  padding: 7px 42px;
  border-bottom: 2px solid #2c53a0;
}
.btn-default.btn--white {
  background-color: #fff;
}
.btn-default:hover {
  text-decoration: none;
  color: #fff;
  background-color: #2c53a0;
  border-bottom: 2px solid #fff;
}

.destaque {
  margin-bottom: 20px;
  background-color: #f2f2f2;
}
.destaque .image {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.destaque .image img {
  vertical-align: top;
}
.destaque .text {
  display: inline-block;
  vertical-align: top;
  width: 52%;
  padding: 20px;
  padding-bottom: 15px;
  padding-top: 31px;
}
.destaque .text h2 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 27px;
  color: #000000;
  line-height: 25px;
  margin: 15px 0;
}
.destaque .text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #222222;
  margin-bottom: 59px;
}

.posts .item {
  margin-bottom: 30px;
}
.posts .item:last-child {
  margin-bottom: 0;
}
.posts h1 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin-bottom: 10px;
}
.posts .image {
  display: inline-block;
  vertical-align: top;
  width: 38%;
  position: relative;
}
.posts .image:hover .category-post {
  background-color: #27498c;
}
.posts .image .category-post {
  position: absolute;
  left: 0;
  top: 15px;
  background-color: #2c53a0;
  padding-left: 20px;
  padding-right: 20px;
}
.posts .image .category-post:hover a {
  text-decoration: none;
}
.posts .image .category-post a {
  color: #fff;
}
.posts .text {
  display: inline-block;
  vertical-align: top;
  width: 62%;
  padding-left: 20px;
}
.posts .text h2 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin-bottom: 15px;
}

.video {
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
}
.video:hover .image:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.video .image {
  position: relative;
}
.video .image.image-default-youtube {
  height: 129px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.video .image:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.video .image .play {
  position: absolute;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  background-image: url(https://www.felipemourabrasil.com/wp-content/themes/felipe-moura/src/images/sprite.png);
  background-position: 0px 0px;
  width: 50px;
  height: 50px;
}
.video .title-video {
  border-top: 2px solid #e64040;
  background-color: #000;
  text-align: center;
  padding: 10px;
}
.video .title-video h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 19px;
}

.no-thumb {
  border: 1px solid #2c53a0;
  display: inline-block;
}

.info-post {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  color: #767676;
  font-weight: 700;
}
.info-post a {
  color: #8f95ab;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: bold;
}
.info-post span {
  font-weight: 400;
  font-size: 15px;
}
.info-post span a {
  font-weight: 400;
  font-size: 15px;
}
.info-post span a.title-category {
  color: #8f95ab;
  font-weight: bold;
}
.info-post .date-post {
  font-size: 15px;
  color: #767676;
  font-weight: 700;
  font-style: normal;
}

h2, h3, h4, h5, h6 {
  line-height: 25px;
}

@media screen and (max-width: 1185px) {
  .menu-topo {
    display: none;
  }
  .nav-item {
    top: 23px;
    right: 15px;
    position: absolute;
    width: 48px;
  }
  header.principal-header .wrapper-share {
    display: none;
  }
  header.principal-header .wrapper-logo {
    width: 100%;
  }
  header.principal-header .wrapper-menu {
    position: absolute;
    right: 0;
    top: -10px;
  }
  body .menu-desktop ul.menu li a {
    font-size: 1.5em;
  }
  body .menu-desktop:before {
    width: 40px;
  }
  .menu-topo ul {
    padding-left: 15px;
    padding-right: 15px;
  }
  .menu-topo span {
    margin-right: 0;
  }
  .menu-topo ul li {
    margin-right: 25px;
  }
  .ao-vivo .text {
    width: 65%;
  }
  .ao-vivo .text h2 {
    font-size: 1.2em;
    line-height: 19px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cols-form {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cols-form .col-4 {
    width: 32%;
  }
  .cols-form .col-12 {
    width: 97%;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  body .menu-desktop .conteudo {
    padding-left: 50px;
  }
  body .menu-desktop .copy {
    font-size: 12px;
  }
  body .menu-desktop .menu-table {
    padding-right: 15px;
  }
  .wrapper-left {
    width: 100%;
  }
  .wrapper-right {
    width: 100%;
    margin-left: 0;
  }
  .group-recentes {
    width: 405px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .posts .item .image,
  .posts .item .text {
    width: 100%;
    padding-left: 0;
  }
  .posts .item .image {
    margin-bottom: 10px;
  }
  .menu-topo {
    text-align: center;
    padding-bottom: 10px;
  }
  .menu-topo ul li {
    margin-right: 20px;
  }
  .menu-topo span {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .menu-topo span:after {
    width: 13px;
    height: 20px;
    position: absolute;
    right: 0;
    top: inherit;
    content: "";
    background-color: #2c53a0;
    transform: rotate(45deg);
    left: 0;
    margin: 0 auto;
    bottom: -6px;
  }
  .cols-form .col-4, .cols-form .col-12 {
    width: 100%;
    text-align: left;
  }
  .ao-vivo .text {
    padding-bottom: 10px;
  }
  .ao-vivo .group .live {
    width: 100%;
  }
}
@media screen and (max-width: 585px) {
  .destaque {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .destaque .image, .destaque .text {
    width: 100%;
  }
  .wrapper-left .more-notices {
    margin: 0 auto;
  }
  body.home .wrapper-left {
    display: flex;
    flex-direction: column;
  }
  .ao-vivo .text {
    width: 100%;
    padding-left: 0;
    text-align: center;
    padding-top: 10px;
  }
  .ao-vivo .link {
    width: 100%;
    padding-bottom: 10px;
  }
  .ao-vivo .group {
    width: 100%;
  }
  .ao-vivo .group span {
    width: 50%;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 405px) {
  .destaque {
    width: 100%;
  }
  .destaque .image {
    width: 100%;
  }
  .destaque .text {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .group-recentes {
    width: 100%;
  }
  .sidebar {
    width: 100%;
  }
}

/*# sourceMappingURL=global.css.map */
