/*
	Theme Name: Versa
	Author: Caio Pereira
	Author URI: https://www.evercodeweb.com.br
	Description: Template criado em WordPress por Evercode Web exclusivamente para a Versa.
	Version: 1.0
*/

@font-face {
    font-family: 'Tex Gyre';
	font-style: normal;
	font-display: swap;
    font-weight: 400;
    src: url('../evercode/fonts/texgyreschola-regular.eot');
    src: url('../evercode/fonts/texgyreschola-regular.eot?#iefix') format('embedded-opentype'),
         url('../evercode/fonts/texgyreschola-regular.woff2') format('woff2'),
         url('../evercode/fonts/texgyreschola-regular.woff') format('woff'),
         url('../evercode/fonts/texgyreschola-regular.ttf') format('truetype'),
         url('../evercode/fonts/texgyreschola-regular.svg#tex_gyre_scholaregular') format('svg');
}

@font-face {
    font-family: 'Tex Gyre';
	font-style: normal;
    font-weight: 700;
	font-display: swap;
    src: url('../evercode/fonts/texgyreschola-bold.eot');
    src: url('../evercode/fonts/texgyreschola-bold.eot?#iefix') format('embedded-opentype'),
         url('../evercode/fonts/texgyreschola-bold.woff2') format('woff2'),
         url('../evercode/fonts/texgyreschola-bold.woff') format('woff'),
         url('../evercode/fonts/texgyreschola-bold.ttf') format('truetype'),
         url('../evercode/fonts/texgyreschola-bold.svg#tex_gyre_scholabold') format('svg');
}

@font-face {
  font-family: 'Work Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('../evercode/fonts/work-sans-regular.eot');
  src: local(''),
       url('../evercode/fonts/work-sans-regular.eot?#iefix') format('embedded-opentype'),
       url('../evercode/fonts/work-sans-regular.woff2') format('woff2'),
       url('../evercode/fonts/work-sans-regular.woff') format('woff'),
       url('../evercode/fonts/work-sans-regular.ttf') format('truetype'),
       url('../evercode/fonts/work-sans-regular.svg#WorkSans') format('svg');
}

@font-face {
  font-family: 'Work Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url('../evercode/fonts/work-sans-700.eot');
  src: local(''),
       url('../evercode/fonts/work-sans-700.eot?#iefix') format('embedded-opentype'),
       url('../evercode/fonts/work-sans-700.woff2') format('woff2'),
       url('../evercode/fonts/work-sans-700.woff') format('woff'),
       url('../evercode/fonts/work-sans-700.ttf') format('truetype'),
       url('../evercode/fonts/work-sans-700.svg#WorkSans') format('svg');
}

/* EVERCODE */

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  scroll-behavior: smooth;
}

body {
  font-family: 'Work Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  margin: 0;
  padding: 0;
  vertical-align: top;
  border: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

article,
aside,
div,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
html,
img,
label,
nav,
span,
strong {
  vertical-align: top;
  margin: 0;
  padding: 0;
  border: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

img,
amp-img {
  max-width: 100%;
  height: auto;
}

.hidden {
  display: none;
}

.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.container {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 15px;
}

.textcenter {
  text-align: center;
}

.sflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flexcenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexend {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.justifycenter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justifyspacebetween {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.flexwrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.icon {
  width: 48px;
  height: 48px;
  fill: #fff;
}

.icon-sm {
  max-width: 30px;
  max-height: 22px;
  fill: #979797;
  margin-right: 7.5px;
}

.no-fill {
  fill: none;
}

.header-social {
  margin-left: 60px;
}

.header-social .icon {
  fill: #23318e;
  width: 30px;
  height: 30px;
}

.header-social a {
  font-size: 0;
  margin-right: 20px;
}

.header-social a:last-child {
  margin-right: 0;
}

.widgets ul {
  padding: 0 0 0 7px;
  list-style: none;
}

.widgets li {
  position: relative;
  padding-left: 10px;
}

.widgets li:before {
  content: "";
  border-color: transparent #111;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: inline-block;
  height: 0;
  width: 0;
  top: .8em;
  right: 100%;
  position: absolute;
}

.widgets a {
  text-decoration: none;
  font-weight: 700;
  margin: 5px 0;
  display: inline-block;
}

.video-container,
.wp-block-embed__wrapper {
  position: relative;
  padding: 30px 0 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

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

@media (min-width:769px) {
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  nav {
    top: inherit
  }
}

/* END EVERCODE */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Tex Gyre', Georgia, cursive;	
}

.with-line:after {
	content: '';
	display: block;
	width: 125px;
	height: 5px;
	background: #ff9900;
	margin-top: 6px;
}

.grey-background {
	background: #f4f4f4;
}

mark {
	background-color: #fe9a38;
    color: inherit;
}

a {
  color: #23318e;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #094f7b;
  line-height: 1.15;
}

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

.btn {
  display: inline-block;
  background: #fe9900;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 30px;
  margin: 0 auto;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 50px;
}

.btn a {
  color: #1c4f7c;
}

.btn a:hover,
a.btn:hover {
  text-decoration: none;
}

.btn-o {
  background: #fff;
  color: #fe9900;
  border: 2px solid #fe9900;
}

.btn-o a {
  color: #fff;
}

.btn-gold {
  color: #ac8a56;
}

.btn-blue {
  color: #1c4f7c;
  border-color: #1c4f7c;
}

/**
 * Header
 */

.header {
  padding: 15px 0;
}

.header.header-white {
  background: #fff;
}

.header .header-wrapper {
  text-align: center;
}

.header .menu .btn {
  background: #56ae27;
  padding: 5px 30px;
  font-size: 0.9em;
}

.header .menu .btn a {
  margin: 0;
  color: #fff;
}

.logo a {
  text-align: left;
}

.home .logo svg {
  fill: #094f7b;
}

.header.header-white .logo svg,
.logo svg {
  fill: #094f7b;
}

.logo img {
  max-width: 215px;
}

.logo button {
  background: 0;
  border: 0;
}

.header-wrapper .nav-menu {
  display: none;
}

.header-wrapper .nav-menu.open {
  display: block;
}

.header-wrapper .nav-menu.open .menu a {
  color: #094f7b;
}

.header-wrapper .nav-menu.open .menu li {
  width: 100%;
  margin: 10px 0;
}

.header ul.menu {
  padding: 0;
  list-style: none;
}

.header ul.menu li {
  display: inline-block;
}

.header .menu a {
	font-weight: 700;
    text-decoration: none;
    font-size: 0.95em;
    color: #094f7b;
    border: 1px solid transparent;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.header .menu .current-page-item a {
  border-radius: 40px;
  border: 1px solid #fff;
  padding: 2.5px 15px;
  line-height: 1;
}

.header .menu .fale a {
  background: #fff;
  border: 1px solid #fe9900;
  color: #fe9900;
  border-radius: 50px;
  padding: 7.5px 20px;
}

/**
 * Home
 */

.home section.inicio-home,
.page section.inicio-home,
.single section.inicio-home {
	padding: 35px 0;
}

.home .inicio-home h1 {
  font-size: 2.25em;
  max-width: 615px;
  margin: 0 auto 0 0;
  color: #fff;
  line-height: 1;
}

.home .inicio-home h1+p {
  font-size: 1.375em;
  color: #fff;
  max-width: 670px;
  margin: 15px auto 0 0;
}

.inicio-home .btn {
  margin-top: 30px;
}

.archive .inicio-home h1 {
  margin-bottom: 0;
  text-transform: none
}

.home section,
section.contato-home {
  padding: 60px 0 20px;
}

.home h2,
.contato-home h2 {
  color: #094f7b;
  margin: 0 auto 40px;
  font-size: 2rem;
}

/* servicos */

.section-servicos {
	background: #f4f4f4;
}

.servicos-list {
	margin: 0 -10px;
}

.servicos-list__item {
	width: 50%;
	padding: 0 10px;
	margin-bottom: 20px;
	text-decoration: none;
}

.servicos-list__item:hover {
	text-decoration: none;
}

.servicos-list__inner {
	text-align: center;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
    height: 100%;
	-webkit-transition: 200ms box-shadow ease;
	transition: 200ms box-shadow ease;
	will-change: box-shadow;
}

.servicos-list__item:hover .servicos-list__inner {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.servicos-list__inner h3 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.servicos-list__inner p {
	color: #3c3c3c;
	display: inline;
}

/* clientes */

.client-card {
	min-height: 150px;	
}

.client-card__image {
	max-width: 165px;
    margin: 0 auto;
}

/**
 * Page
 */

.page-header {
	padding: 60px 0;
}

.page-header h1 {
	color: #fff;
	font-size: 2.5em;
}

.servico-header {
	padding: 60px 0 40px;
}

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

.page .page-content {
  padding: 30px 0;
}

.page .title-container .title-container__inner {
  border-color: #fff
}

.single section {
	padding: 20px 0;
}
.single h2 {
	margin: 0 auto 40px
}

/* Busca */

.home section.busca-home {
  padding: 0;
  height: 450px;
}

.home .busca-home form {
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  padding: 25px 40px;
  border-radius: 15px;
}

.home .busca-home label,
.home .busca-home select,
.home .busca-home button {
  display: block;
  width: 100%;
}

.qda-select,
.home .busca-home select.qda-select,
.simulador-container select.qda-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2217%22%20height%3D%2210%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.464523.511438c.638987-.655937%201.528597-.707412%202.309747%200L8.50174%206.02219%2014.2292.511438c.7812-.707412%201.6722-.655937%202.3068%200%20.639.654462.598%201.760442%200%202.375202-.595.61475-6.88086%206.62114-6.88086%206.62114-.14968.15568-.32909.2795-.52751.36406C8.92921%209.95641%208.71584%2010%208.50027%2010c-.21558%200-.42894-.04359-.62736-.12816-.19842-.08456-.37783-.20838-.52751-.36406%200%200-6.28292-6.00639-6.880877-6.62114-.599421-.61476-.638991-1.72074%200-2.375202z%22%20fill%3D%22%2345ad07%22%2F%3E%3C%2Fsvg%3E') rgb(255, 255, 255) no-repeat calc(100% - 10px);
}

.home .busca-home select,
.home .busca-home button {
  height: 40.5px;
  background: #fff;
  font-family: inherit;
  border: 0;
  border-radius: 8px;
  font-size: 16px;
  padding: 7.5px 15px 10px;
  margin-top: 7.5px;
}

.home .busca-home button {
  background: #45ad07;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.home .busca-home option {
  line-height: 1;
}

/* Beneficios */

.home .beneficios {
  padding: 0;
  background: 0;
  color: #02648f;
  margin-top: -185px;
}

.beneficios-lista__item {
  margin-bottom: 20px;
}

.beneficios-lista__inner {
  padding: 30px;
  background: #fff;
  box-shadow: 10px 10px 0px #22a1dc;
}

.beneficios-lista h3 {
  font-size: 1.5em;
}

/* Blog home */

.blog-home__container article {
  padding: 20px;
  border: 1px solid #d9d9d9;
  margin-bottom: 20px;
}

.blog-home article a {
  color: #094f7b;
  position: relative;
  text-decoration: none;
  color: #444;
  border-radius: 6px;
}

.blog-home article h3 {
  font-size: 1.875em;
  margin-bottom: 15px;
  font-weight: 700;
}

.blog-home article .article-meta {
  padding: 50px 30px;
  z-index: 1;
  color: #fff;
}

.blog-home__meta {
  margin-top: 20px;
  color: #094f7b;
}

/**
 * Footer
 */

.footer h3,
.footer h4,
.footer h5 {
  color: #fff;
}

.footer {
  color: #fff;
  background: #094f7b;
}

.footer .footer-middle {
  padding: 50px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer-middle h4 {
  font-size: 1.15em;
  text-transform: uppercase;
}

.footer .footer-middle ul {
  padding: 0;
  list-style: none;
  margin: 20px 0;
}

.footer .footer-middle ul li {
  line-height: 1.2;
  margin-bottom: 7.5px;
}

.footer .footer-middle a {
  color: #fff;
  text-decoration: none;
}

.footer address {
	font-style: normal;
	margin-top: 40px;
}

.footer .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer-bottom a {
  color: #fff;
}

.footer .footer-bottom p {
  margin: 0;
}

.footer .footer-social {
  display: inline-block;
  margin-top: 20px;
}

.footer .footer-social a {
  color: #cbcfd4;
  text-decoration: none;
  width: 45%;
  display: inline-block;
}

.footer .footer-social a:last-child {
  margin-right: 0;
}

.footer .footer-social-container {
  margin-top: 60px;
}

.footer .footer-logo img {
  max-width: 150px;
}

.footer .footer-logo p {
  margin: 0;
  font-size: 1.275em;
  padding-left: 30px;
  line-height: 1.15;
  max-width: 245px;
  font-weight: 700;
}

.footer .footer-top {
  padding: 50px 0;
}

.footer .footer-top h4 {
  font-size: 1.375em;
}

.footer .footer-top ul {
  padding: 0;
  list-style: none;
  margin: 20px 0;
}

.footer .footer-top ul li {
  line-height: 1.2;
  margin-bottom: 7.5px;
}

.footer .footer-top a {
  color: #cbcfd4;
  text-decoration: none;
}

.footer .footer-social a {
  font-size: 0;
  width: 48px;
  margin-right: 15px;
}

.footer .footer-social a:last-child {
  margin-right: 0;
}

/**
 * Map
 */

.map {
  font-size: 0;
}

.map iframe {
  width: 100%;
}

/**
 * Sidebar
 */

.sidebar-form {
  padding: 30px 25px;
  border-radius: 16px;
  background: #23318e;
}

.sidebar-form h4 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
  font-size: 1.1em;
}

.sidebar-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 15px;
}

.sidebar-form .wpcf7-form p {
  margin: 0;
}

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 0.8em;
}

.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-acceptance-missing {
  background: #fffef0;
  font-size: 0.9em;
}

.wpcf7 div.wpcf7-response-output {
  margin: 15px 0 0;
}

/**
 * Contato home
 */

.contato-home {
  padding-bottom: 20px;
}

.contato-home .wpcf7 {
  max-width: 600px;
  margin: 0 auto;
}

.contato-home input.wpcf7-submit {
  background: #183866;
  color: #fff;
  border: 0;
  font-family: inherit;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin: 20px 0 0 auto;
  padding: 10px 40px;
  cursor: pointer;
  width: initial;
}

.contato-home label {
  font-size: 15px;
  text-transform: uppercase;
}

.contato-home .wpcf7 p {
  margin: 0;
}

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

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  padding: 15px 12px;
  margin-top: 2.5px;
  font-family: inherit;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c4c4c4;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c4c4c4;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #c4c4c4;
}

/*select option:first-child {
    background: #ddd;
	color: #c4c4c4;
}

select:not(:checked) {
	color: #c4c4c4;
}

select:checked {
	color: #3c3c3c;
}

select:not(:checked) option:not(:checked) {
	color: #c4c4c4;
}

select:not(:checked) option:checked {
	color: #3c3c3c;
}*/

select:not(:checked) {
    color: #c4c4c4;
}

select:checked {
    color: #3c3c3c;
}

option:not(:checked) { 
    color: #c4c4c4;
}

option:checked { 
    color: #3c3c3c;
}

.contato-home .wpcf7 .input,
.contato-home .wpcf7 .input {
  width: calc(50% - 15px);
}

/**
 * Equipe
 */

.equipe-card {
  width: 100%;
  margin-bottom: 20px;
}

.equipe-card__inner {
  padding: 20px;
  border: 1px solid #d9d9d9;
}

.equipe-card__image img {
  max-width: 90px;
}

.equipe-card__meta {
  padding-left: 30px;
  display: inline-block;
  color: #094f7b;
}

.equipe-card__meta p {
  font-style: italic;
}

.equipe-card__meta a {
  text-transform: uppercase;
  text-decoration: none;
  float: right;
}

/**
 * Depoimentos
 */

.section-depoimentos {
  background: #f4f4f4;
  padding-bottom: 60px;
}

.single-servico .section-depoimentos {
	background: #fff;
}

.single-servico .section-depoimentos h2 {
	margin: 0 auto 20px;
}

.depoimentos-lista {
  margin: 0 auto;
}

.depoimento-card {
	padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.depoimento-card img {
  max-width: 150px;
  max-height: 150px;
}

.depoimento-card .depoimento-info p {
  font-style: italic;
  font-size: 0.85em;
}

.depoimento-info h5 {
    margin: 5px 0 10px;
    color: #444;	
}

.depoimento-img {
  margin-right: 20px;
}

.section-depoimentos .owl-item {
  padding: 20px;
}

/**
 * Owl Carousel
 */

.owl-carousel.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40%;
  left: -60px;
  display: flex;
  align-items: center;
  border: 0px solid black;
}

.owl-carousel.owl-theme .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40%;
  right: -60px;
  display: flex;
  align-items: center;
  border: 0px solid;
}
@media(max-width: 600px){
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
		display: none!important;
	}
}

.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background: 0;
}

.owl-carousel.owl-theme .owl-nav .owl-prev span,
.owl-carousel.owl-theme .owl-nav .owl-next span {
  position: absolute;
  font-size: 100px;
  color: #b5b5b5;
}
.owl-carousel .owl-item img {
	filter: grayscale(1);
}

/**
 * Vídeos
 */

.video__container figure {
  position: relative;
}

.video__container figure:after {
  content: '';
  display: block;
  width: 65px;
  height: 65px;
  background: url('https://sites.evercode.srv.br/coreintelligence/wp-content/uploads/2019/12/play-icon.png') no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video__container img {
  border-radius: 6px;
  cursor: pointer;
}

.video__container h3 {
  font-size: 1.1em;
  margin-top: 20px;
}

/**
 * Sobre
 */

.home.sobre section.inicio {
  padding: 300px 0;
}

.sobre-container__left .btn {
  margin-top: 30px;
}

.sobre-container__right {
  margin-top: 60px;
}

/**
 * 
 */

.equipe-lista {
  margin: -250px -30px 50px;
}

.equipe-member {
  width: 50%;
  padding: 0 30px;
}

.equipe-member__inner {
  font-size: 0.9em;
  position: relative;
  font-style: italic;
  padding: 160px 30px 30px;
  background: #fff;
  box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.equipe-member ul {
  list-style: none;
  padding: 0;
}

.equipe-member li {
  padding: 0.3em 0 1em 60px;
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2237%22%20height%3D%2236%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%2221%22%20r%3D%2215%22%20fill%3D%22%23183866%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2214.5%22%20stroke%3D%22%23183866%22%2F%3E%3C%2Fsvg%3E') no-repeat;
  background-position: left top 8px;
}

.equipe-member__inner .equipe-card__image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.equipe-member__inner h3 {
  font-style: normal;
  font-size: 1.45em;
  text-align: center;
  color: #ac8a56;
  margin-bottom: 30px;
}

/**
 * Solucoes
 */

.solucao-card {
  color: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
}

.solucao-card figure {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}

.solucao-card__inner {
  font-size: 0.9em;
  padding: 20px;
  background: linear-gradient(180deg, rgba(97, 156, 53, 0.6) 0%, rgba(36, 84, 0, 0.6) 93.23%);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.post-type-archive-solucao-corporativa .solucao-card__inner {
  background: linear-gradient(180deg, rgba(130, 171, 228, 0.6) 0%, rgba(24, 56, 102, 0.6) 93.23%);
}

/**
 * Single solucao
 */

.single-solucao article .container {
  max-width: 750px;
}

.single-solucao h1 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  padding: 90px 20px;
}

.single-solucao .article-header {
  margin-bottom: 40px;
}

.single-solucao .single-container {
  margin-top: 0;
}

/**
 * Page blog
 */

.blog-lista {
  padding: 40px 0;
}

.blog-lista article {
  margin-bottom: 60px;
}

.blog-lista article figure a {
  font-size: 0;
  display: inline-block;
  margin-right: 30px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}

/**
 * Single post
 */

.single-container {
  margin: 40px 0;
}

.single-content h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
}

.single-post .single-container img {
	border-radius: 5px;
}

.article-header {
  margin-bottom: 20px;
}

.sidebar-related a {
  text-decoration: none;
}

.sidebar-related h4 {
  font-size: 1.5em;
  margin-bottom: 20px;
}

.sidebar-related h5 {
  font-size: 1.1em;
  margin: 0;
	color: #fe9a38;
}

.sidebar-related img {
  max-width: 75px;
}

.sidebar-related .article-meta {
  padding-left: 20px;
}

.sidebar-related article {
  margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c4c4c4;
}

.single-related {
	margin-top: 40px;
}

.single-related h4 {
	font-size: 1.5em;
	margin-bottom: 20px;
	color: #444;
}

.single-related__list {
	margin: 0 -10px;
}

.single-related img {
	width: 100%;
}

.single-related a {
	text-decoration: none;
}

.single-related h5 {
	margin: 15px 0;
	font-size: 1.2em;
}

.single-related__list article {
	padding: 0 10px;
	width: 50%;
	margin-bottom: 20px;
}

/**
 * Curso lista
 */

.curso-lista article {
  margin-bottom: 40px;
  border-radius: 6px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 33.33%, #cfd6de 100%);
  box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.25);
}

.curso-lista article figure a {
  display: inline-block;
  height: 100%;
}

.curso-lista article img {
  height: 100%;
}

.curso-lista .article-meta {
  padding: 20px;
}

.curso-lista .article-meta p {
  font-size: 0.9em;
  color: #183866;
}

.curso-lista .article-meta h3 {
  font-size: 1em;
  text-transform: uppercase;
  color: #183866;
}

.curso-lista .article-meta .btn-curso {
  margin: 0 0 0 auto;
  font-size: 0.8em;
  background: #ac8a56;
  color: #fff;
  max-width: fit-content;
  padding: 10px 20px;
}

.cat-item {
  margin-bottom: 5px;
}

input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #a9a9a9;
  border-radius: 5px;
  margin: 0 7.5px 0 0;
}

input[type=checkbox]:checked {
  background: #ac8a56;
}

/**
 * Single curso
 */

.curso-info__item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.3;
  font-size: 0.9em;
  width: 50%;
  margin-bottom: 20px;
  color: #183866;
}

/**
 * CTA
 */

.home section.section-cta {
  background: #01597f;
  color: #fff;
  padding: 60px 0;
}

.section-cta h2 {
  font-size: 2.2em;
  color: #fff;
  margin-bottom: 20px;
}

.section-cta .btn {
  background: #fe9900;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 45px;
}

/**
 * Owl Carousel
 */

.owl-carousel.owl-theme .owl-nav .owl-prev span,
.owl-carousel.owl-theme .owl-nav .owl-next span {
	color: #ff9900;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff9900;
}

@media(min-width: 769px) {
  .home .inicio-home h1 {
    line-height: 1.15;
  }

  .logo img {
    max-width: 352px;
  }

  .logo button {
    display: none;
  }

  .header-wrapper .nav-menu {
    display: block;
  }

  .header .menu a {
    margin-right: 25px;
  }

  .header .menu li:last-child a {
    margin-right: 0;
  }

  .busca-home .field-group {
    width: 25%;
    padding: 0 12.5px;
    height: 74px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }

  .sidebar {
    width: 300px;
    max-width: 100%;
  }

  .beneficios-lista {
    margin: 0 -20px;
  }

  .beneficios-lista__item {
    width: 25%;
    padding: 0 20px;
  }

  .beneficios-lista__inner {
    min-height: 270px;
  }

  .sobre-container__left,
  .sobre-container__right {
    width: 50%;
  }

  .sobre-container__left {
    padding-right: 60px;
  }

  .sobre-container__right {
    margin-top: 0;
  }

  .contato-home__left,
  .contato-home__right {
    width: 50%;
  }

  .contato-home__left {
    padding-right: 60px;
  }

  .contato-home__right .flex {
    margin: 0 -10px;
  }

  .contato-home__right .flex .wpcf7-form-control-wrap {
    width: 50%;
    padding: 0 10px;
  }

  .footer-top .footer-item {
    width: 25%;
    padding: 0 20px;
  }

  .title-container {
    margin-bottom: 60px;
  }

  .equipe-container {
    margin: 0 -30px;
  }

  .equipe-card {
    width: 50%;
    padding: 0 30px;
    margin-bottom: 40px;
  }

  .equipe-card__inner {
    padding: 20px 60px;
  }

  .blog-home__container article {
    padding: 20px 60px;
    margin-bottom: 40px;
  }

  .blog-home__meta {
    padding-left: 60px;
  }

  .video-lista {
    margin: 0 -20px;
  }

  .video__container {
    width: 33.3333%;
    padding: 0 20px;
  }

  .solucao-lista {
    margin: 0 -10px;
  }

  .solucao-card {
    width: 33.3333%;
    padding: 0 10px;
  }

  .curso-info__item {
    padding: 20px 40px;
    width: 25%;
    border-right: 1px solid #183866;
  }

  .curso-info__item:last-child {
    border-right: 0;
  }

  .single-content {
    padding-right: 60px;
  }

  .footer-middle {
    margin: 0 -20px;
  }

  .footer-middle .footer-item {
    width: 25%;
    padding: 0 20px;
  }

  .footer .footer-social-container {
    margin-top: 0;
  }

  .cta .cta-left {
    padding-right: 80px;
  }

  .blog-home__meta {
    margin-top: 0;
  }
	
	.servicos-list {
		margin: 0 -30px;
	}

	.servicos-list__item {
		width: 33.3333%;
		padding: 0 30px;
		margin-bottom: 60px;
	}
	
	.servicos-list__image img {
		max-width: 80px;
	}
	
	.single-related__list {
		margin: 0 -20px;
	}

	.single-related__list article {
		padding: 0 20px;
	}
	.home section.inicio-home,
	.page section.inicio-home,
	.single section.inicio-home {
		padding: 150px 0;
	}
	.home .inicio-home h1 {
		font-size: 3.25em;
	}

}