/*
Theme Name: Instante Now
Theme URI: https://instantenow.com/
Description: Instante Now
Version: 1.0
Author: The Black
*/

@charset "UTF-8";

:root {
  --accent-color: #004AAD;
}

body {
  font-family:'Open Sans', sans-serif;
  font-size: 14px;
  color: #2C3241;
  line-height: 1.3;
}

a {
  color: #2C3241;
  -webkit-transition: opacity .2s, color .2s;
  -o-transition: opacity .2s, color .2s;
  transition: opacity .2s, color .2s;
}

a:hover {
  opacity: 1;
  color: var(--accent-color);
  text-decoration: none;
}

img {
  max-width: 100%;
}

label {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
}

.font-style {
	font-family: 'Alumni Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

.bg-style {
	background-color: #FFFFFF;
}

.form-group {
  margin-bottom: 30px;
}

.form-control {
  height: 48px;
  padding: 12px 15px;
  font-family:'Open Sans', sans-serif;
  font-size: 18px;
}

.form-control::-webkit-input-placeholder {
  color: rgba(44, 50, 65, 0.6);
}

.form-control::-ms-input-placeholder {
  color: rgba(44, 50, 65, 0.6);
}

.form-control::placeholder {
  color: rgba(44, 50, 65, 0.6);
}

.form-control:focus {
  border-color: #626ED5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(98, 110, 213, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(98, 110, 213, 0.25);
}

textarea.form-control {
  height: auto;
}

.btn {
  padding: 11px 28px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.34;
}

.btn-primary {
  background: #626ED5;
  border: 1px solid #626ED5;
}

.btn-primary:hover {
  background: #4e5bd0;
}

.btn-secondary {
  background: none;
  border: 1px solid #EBEBEB;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 4px 6px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 4px 6px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  color: #2C3241;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: #3a49ca;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(98, 110, 213, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(98, 110, 213, 0.5);
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.container {
  max-width: 1097px;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.socials-item {
  padding: 10px;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.socials-item:hover {
  opacity: .7;
}

.dropdown-toggle:after {
  width: 9px;
  height: 6px;
  margin-left: 6px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA5IDYiPiAgPHBvbHlnb24gZmlsbD0iIzJDMzI0MSIgcG9pbnRzPSI1OC40NCAxMC41IDYxLjUgMTMuNTkgNjQuNTYgMTAuNSA2NS41IDExLjQ1MSA2MS41IDE1LjUgNTcuNSAxMS40NTEiIG9wYWNpdHk9Ii41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTcgLTEwKSIvPjwvc3ZnPg==);
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  vertical-align: 2px;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}

.dropdown-item {
  position: relative;
  padding: 10px 15px 10px 30px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.dropdown-item:not(:last-child) {
  border-bottom: 1px solid #E9EAEC;
}

.dropdown-item:first-child, .dropdown-item:last-child {
  border-radius: 0;
}

.dropdown-item:hover {
  color: #626ED5;
}

.dropdown-item:active {
  background: #f8f9fa;
}

.dropdown-item.active {
  background: rgba(242, 242, 242, 0.3);
  color: #626ED5;
  z-index: 2;
}

.dropdown-item.active:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  bottom: -1px;
  width: 3px;
  background: #89C5CC;
}

.dropdown-menu.show {
  display: none;
}

.navbar-expand-lg {
  padding: 0;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 64px;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.3px;
}

.navbar-type {
  margin-left: 12px;
  padding: 3px 0 0 13px;
  border-left: 1px solid rgba(44, 50, 65, 0.2);
  opacity: 0.7;
  font-size: 24px;
}

.navbar-type:hover {
  opacity: .7;
}

.navbar-toggler {
  padding: 10px;
  /*border: solid #E9EAEC;*/
  border-width: 0 0 0 1px;
  border-radius: 0;
}

.navbar-toggler:before, .navbar-toggler:after,
.navbar-toggler span {
  display: block;
  width: 18px;
  height: 2px;
  background: #808080;
  -webkit-transition: width .2s, -webkit-transform .2s;
  transition: width .2s, -webkit-transform .2s;
  -o-transition: transform .2s, width .2s;
  transition: transform .2s, width .2s;
  transition: transform .2s, width .2s, -webkit-transform .2s;
}

.navbar-toggler:before, .navbar-toggler:after {
  content: '';
}

.navbar-toggler span {
  margin: 3px 0;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler[aria-expanded="true"]:before {
  -webkit-transform: translateY(5px) rotate(45deg);
  -ms-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"]:after {
  -webkit-transform: translateY(-5px) rotate(45deg);
  -ms-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}

.navbar-collapse {
  margin: 0 -15px;
  padding: 10px 0;
  border-top: 1px solid #E9EAEC;
}

.navbar-nav {
  margin-left: auto;
}

.navbar-nav .nav-link {
  padding: 10px 15px;
}

.nav {
  padding-top: 4px;
}

.nav-link {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.nav-link.active {
  color: #626ED5;
}

.indicator {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.indicator-position {
  width: 0;
  height: 3px;
  background: #89C5CC;
}

.share {
  margin-left: auto;
}

.share-title {
  opacity: 0.7;
  font-size: 18px;
  text-align: center;
}

.share-btn {
  width: 100%;
  margin: 10px 0 0;
  padding: 7px 12px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 4px 6px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 4px 6px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  font-size: 15px;
  color: white;
}

.share-btn:hover, .share-btn:active, .share-btn:focus {
  color: white;
}

.share-twitter {
  background: #00C2F3;
}

.share-facebook {
  background: #2C609B;
}

.share-icon, .share-label {
  display: inline-block;
  vertical-align: middle;
}

.share-icon {
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.share-post {
  margin-bottom: 30px;
}

.header {
  width: 100%;
  /*-webkit-box-shadow: 0 4px 16px 0 rgba(44, 50, 65, 0.08);
  box-shadow: 0 4px 16px 0 rgba(44, 50, 65, 0.08);*/
  z-index: 89;
}

.header-article {
  display: none;
  margin: auto;
  font-size: 20px;
  opacity: .7;
}

.header .share {
  display: none;
}

.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-preview {
  margin-right: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}

.user-pic {
  display: block;
  width: 100%;
  border-radius: 50%;
}

.user-name {
  font-weight: 700;
}

.user-meta {
  opacity: .7;
}

.section-blog {
  padding: 48px 0 42px;
}

.section-featured {
  padding: 5px 0 0px;
}

.section-content {
  padding: 20px 0;
}

.section-more {
  padding: 44px 0 14px;
  background: #F8F9FA;
}

.section-more h2{

}

.section-more img{
  border-radius: 8px;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}

.section-gray {
  background: #F8F9FA;
}

.section-head {
  padding: 48px 0;
  border-bottom: 1px solid #E9EAEC;
  text-align: center;
	
}

.section-title {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.11111;
}

.section-about {
  margin-top: 20px;
  opacity: 0.7;
  font-size: 22px;
  line-height: 1.33333;
}

.section-body {
  padding: 48px 0;
}

.card {
  position: relative;
  margin-bottom: 30px;
  background: none;
  border: none;
  border-radius: 0;
}

.card:not(:first-child):before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  height: 1px;
  background: #E9EAEC;
}

.card-preview {
  display: block;
}

.card-preview:hover:enabled {
  opacity: .7;
}

.card-pic {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-meta {
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .7px;
}

.card-title,
.section-more .crp_title {
  display: inline-block;
  margin-bottom: 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.23;
  vertical-align: top;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

.section-more .crp_title{
  font-size: 16px;
  margin-bottom:0;
}

.card-text,
.section-more .crp_excerpt {
  margin-bottom: 5px;
  opacity: 0.7;
  font-size: 16px;
}

.card-author{
  font-size:11px;
  text-transform:uppercase;
  color:#7e7e7e;
}

.card-user {
  margin-top: auto;
}

.card-featured .card-pic{
  margin-bottom: 0;
}
.card-featured .card-category{
  margin-bottom: 0;
  margin-top: 12px;
}

.center {
  max-width: 754px;
  margin: 0 auto;
}

.content {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.45455;
}

.content h1,
.content h2,
.content h5,
.content h6 {
  margin-bottom: 22px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8em;
  font-weight: 700;
}
.content h3 {
  margin-bottom: 22px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3em;
  font-weight: 500;
}
.content h4 {
  margin-bottom: 22px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 300;
}

.content h1 + figure,
.content h2 + figure,
.content h3 + figure,
.content h4 + figure,
.content h5 + figure,
.content h6 + figure {
  margin-top: 38px;
}

.content p {
  margin-bottom: 24px;
}

.content * + h1,
.content * + h2,
.content * + h3,
.content * + h4,
.content * + h5,
.content * + h6 {
  margin-top: 48px;
}

.content figure {
  margin: 34px 0;
}

.content figure:last-child {
  margin-bottom: 0;
}

.content figure img {
  display: block;
  max-width: 100%;
}

.content figure a {
  color: #2C3241;
}

.content figcaption {
  margin-top: 14px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.333;
}

.content a {
  color: #5A5AE5;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.content a:hover {
  opacity: .7;
  text-decoration: none;
}

.content ul,
.content ol {
  margin: 32px 0;
  padding: 0;
  list-style-position: inside;
}

.content ul li:not(:last-child),
.content ol li:not(:last-child) {
  margin-bottom: 24px;
}

.content ul {
  list-style: none;
}

.content blockquote {
  position: relative;
  margin: 34px 0;
  padding: 24px 20px 52px 36px;
  border-bottom: 5px solid #0185D0;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 4px 6px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 4px 6px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  font-style: italic;
}

.content blockquote:before {
  content: "“";
  position: absolute;
  top: 20px;
  left: 10px;
  opacity: 0.3;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.content blockquote p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.36;
}

.content blockquote p:first-letter {
  margin-left: 8px;
}

.content .user {
  margin: 22px 0 0 -16px;
  font-size: 18px;
  line-height: 1.3;
}

.content .user-name,
.content .user-meta {
  display: inline;
  font-family: 'Open Sans', sans-serif;
}

.content .user-meta {
  margin-left: -4px;
  font-weight: 400;
}

.content .twitter-share {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.content .twitter-share-button {
  display: block;
}

.content .btn{
  background-color: #00e169;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 25px;
    margin-top: 15px;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 4px 6px 0 rgb(0 0 0 / 5%), inset 0 1px 0 0 rgb(255 255 255 / 10%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 4px 6px 0 rgb(0 0 0 / 5%), inset 0 1px 0 0 rgb(255 255 255 / 10%);
    transition: all .3s ease 0s;
}

.content .btn:hover{
  background-color: #00c16d!important;
  opacity: 1!important;

}

.tip {
  margin: 34px -15px;
  padding: 30px 15px;
  background: #EFF7FF;
}

.tip-title {
  margin-bottom: 24px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.07px;
  text-transform: uppercase;
  line-height: 1.2;
}

.written {
  margin: 44px 0;
  text-align: center;
}

.written-preview {
  width: 150px;
  margin: 0 auto 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}

.written-pic {
  display: block;
  border-radius: 50%;
}

.written-label {
  margin-bottom: 3px;
  opacity: 0.6;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.6;
  text-transform: uppercase;
}

.written-author {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.23077;
}

.written-about {
  opacity: 0.7;
  font-size: 20px;
  line-height: 1.4;
}

.menu {
  border: solid #E9EAEC;
  border-width: 1px 0;
  text-align: center;
}

.menu-list {
  margin: 0 -15px;
}

.menu-link {
  display: block;
  padding: 18px 15px;
  font-family: PTSans-Bold;
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 1.71429;
  text-transform: uppercase;
}

.menu-link:not(:last-child) {
  border-bottom: 1px solid #E9EAEC;
}

.footer {
  padding: 44px 0 32px;
  text-align: center;
	background-color: #f8f9fa;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 14px;
  font-family: 'Open Sans', sans-serif;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -0.4px;
}

.footer-about {
  max-width: 585px;
  margin: 10px auto 22px;
  opacity: 0.9;
  font-size: 13px;
  line-height: 1.33333;
}

.footer-nav {
  
}

.footer-nav a{
  margin-top: 24px;
  margin: 0 10px;
  opacity: .6;
}

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

.subscribe {
  margin-bottom: 18px;
}

.subscribe-content {
  margin-top: 16px;
  opacity: .6;
}

.subscribe .form-group {
  margin: 0 0 10px;
}

.subscribe .btn {
  width: 100%;
}

.posts-pagination {
  text-align: center;
  width: 100%;
  margin-top: 60px;
}

.posts-pagination .pagination{
  display: block;
}

.posts-pagination .pagination .btn{
  margin: 0 2px;
}

.posts-pagination .pagination .btn:hover{
  background: #001CD4;
}

.posts-pagination .pagination .page-numbers.dots{
  margin: 0 10px;
  color: #ccc;
  font-size: 20px;
}


.contacts {
  max-width: 560px;
  margin: 0 auto;
}

.hero-home{
  margin-bottom: 40px;
}

.hero-home h1 b{
  color: #198AD7;
}

@media (min-width: 768px) {
  .section-more .crp_title {
    font-size: 22px;
    margin-bottom: 0;
  }
  .share, .share-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .share-title {
    margin: 0 8px 0 0;
    font-size: 20px;
    text-align: right;
  }
  .share-btn {
    width: auto;
    margin: 0 0 0 12px;
  }
  .section-blog {
    padding: 80px 0 70px;
  }
  .section-featured {
    padding: 25px 0 0 0;
  }
  .section-content {
    padding: 15px 0 74px;
  }
  .section-more {
    padding: 70px 0 0;
  }
  .section-head {
    padding: 72px 0;
  }
  .section-title {
    font-size: 54px;
  }
  .section-about {
    font-size: 24px;
  }
  .section-body {
    padding: 100px 0;
  }
  .card:not(:first-child):before {
    display: none;
  }
  .card {
    margin-bottom: 70px;
  }
  .section-more .card {
    margin-bottom:40px;
  }
  
  .card-top .card-body {
    padding-right: 55px;
  }
  .card-top .card-title {
    font-size: 2em;
    margin-bottom: 12px;
  }
  .content * + h1,
  .content * + h2,
  .content * + h3,
  .content * + h4,
  .content * + h5,
  .content * + h6 {
    margin-top: 40px;
  }
  .content figure {
    margin: 38px 0;
  }
  .content ul,
  .content ol {
    padding-left: 32px;
    border-left: 6px solid #F5D875;
  }
  .content blockquote {
    margin: 38px 0;
    padding: 30px 30px 25px 55px;
  }
  .content blockquote:before {
    font-size: 58px;
  }
  .content blockquote p {
    font-size: 28px;
  }
  .content .user {
    margin: 26px 0 0;
    padding-right: 100px;
  }
  .content .twitter-share {
    right: 20px;
    bottom: 20px;
  }
  .tip {
    margin: 38px 0;
    padding: 30px 30px 36px;
  }
  .tip-title {
    margin-bottom: 28px;
  }
  .written {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 70px 0;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .written-preview {
    margin: 0 30px 0 0;
  }
  .menu {
    padding: 12px 0;
  }
  .menu-list {
    margin: 0;
  }
  .menu-link:not(:last-child) {
    border: none;
  }
  .menu-link {
    display: inline-block;
    margin: 0 8px;
    padding: 10px;
  }
  .footer-nav {
  }
  .subscribe-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .subscribe .form-group {
    margin: 0 10px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 316px;
    flex: 0 0 316px;
  }
  .subscribe .btn {
    width: auto;
  }
  
}

@media (hover: none) {
  .dropdown-menu.show {
    display: block;
  }
}

@media (hover: hover) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (min-width: 992px) {
  .dropdown-menu {
    left: -8px;
    width: 222px;
    padding: 10px 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
  }
  .dropdown-item {
    padding: 10px 20px;
  }
  .navbar-brand {
    min-height: 70px;
  }
  .navbar-toggler {
    height: 70px;
  }
  .navbar-collapse {
    margin: 0;
    padding: 0;
    border: none;
  }
  .navbar-nav {
    padding-top: 4px;
  }
  .nav-item {
    margin: 0 10px;
  }
  .nav-link {
    padding: 11px;
  }
  .share-post {
    display: none;
  }
  .header-state-article .header-article {
    display: block;
  }
  .header-state-article .navbar-nav {
    display: none;
  }
  .header-state-share .header-article {
    display: none;
  }
  .header-state-share .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-state-share .navbar-nav,
  .header-state-share .socials {
    display: none;
  }
  .content .figure-large {
    position: relative;
    left: 50%;
    width: calc(100vw - 30px);
    max-width: 1140px;
    margin: 70px 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}


.sidebar-section {     
    margin-bottom: 2rem;
    padding: 20px;
}

.sidebar.sticky-top {
    top:10px;
}

.adunit{
  text-align:center;
  margin-right:auto;
  margin-left:auto;
}

.adunit.top-article{
  margin-top: 20px;
  margin-bottom: 20px;
}


@media (max-width: 760px) { 
  .adunit.mobile:before {
    font-size: 10px;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    text-align: center;
    width: 100%;
    content: "PUBLICIDADE";
    color: #555;
    display: block;
    font-weight: 400;
  }
  .adunit.desktop{
    display:none;
  }
  .mobile-screen {
	min-height: calc(100vh - 108px);
	display: flex;
	align-items: flex-start;
	padding-top: 20px;
  }
}


@media (min-width: 768px) { 
  .adunit.desktop:before {
    font-size: 9px;
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
    text-align: center;
    width: 100%;
    content: "PUBLICIDADE";
    color: #8b8a8a;
    display: block;
    font-weight: 300;
    letter-spacing: 0.6px;
    font-family: "PT Sans";
  }
  .adunit.mobile{
    display:none;
  }
}

#webdinheiro_d_anchor{
  position:fixed!important;
  left:50%!important;
  width: 730px!important;
  height:92px!important;
  text-align;center!important;
  margin:0px 0px 0px -365px!important;
}




/*
 * Default WP Alignment Classes
 *****************************************************************************/

.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}
/* Estilo personalizado para o aviso no footer */
.footer-aviso {
  max-width: 600px; /* Ajuste conforme necessário */
  margin: 20px auto; /* Espaçamento acima/abaixo e centralizado horizontalmente */
  text-align: center; /* Centraliza o texto dentro do contêiner */
  padding: 10px 15px; /* Espaçamento interno */
  background-color: #f9f9f9; /* Cor de fundo clara */
  border-radius: 8px; /* Bordas arredondadas */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Sombra leve para destaque */
}
/* Estilos personalizados para o card de crédito */
.cardCartao {
    width: 335px;
    height: 335px;
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 6px 15px 1px rgba(0,0,0,0.17);
    box-shadow: 0px 6px 15px 1px rgba(0,0,0,0.17);
    margin-top: 3rem;
    margin-bottom: 6rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #FFF;
    text-align: center;
    display: block;
}

.cardCartao h4 {
    font-size: 14px;
    color: #7a7a7a;
    margin-bottom: 8px;
    margin-top: 10px;
    line-height: unset;
}

.cardCartao h3 {
    font-size: 19px !important;
    color: #000;
    text-transform: uppercase !important;
    margin-bottom: 0;
    line-height: unset;
    margin-top: unset;
}

.cardCartao ul {
    padding-left: 0;
    margin-bottom: 0;
}

.cardCartao ul > li {
    font-size: 11px;
    color: #000;
    display: inline-block;
    margin: unset;
    margin-right: 10px;
    list-style-type: none;
    padding-left: 0;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    background: none;
}

.cardCartao ul > li > i {
    font-size: 18px;
    color: #7BDB53;
    margin-top: 2px;
    float: left;
}

.cardCartaoImg {
    width: 231px;
    height: 140px;
    margin-top: 6px;
    margin-left: 42px;
    margin-bottom: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.cardCartao a {
    width: 241px;
    font-size: 15px;
    color: #FFF !important;
    font-weight: 700 !important;
    background: red !important;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 10px;
    margin-top: 10px;
    -webkit-box-shadow: 0px 6px 15px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 6px 15px 1px rgba(0,0,0,0.3);
}

.cardCartao a:hover {
    text-decoration: none;
}


.header-search {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.search-toggle {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #2C3241;
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
}

.search-toggle:hover {
  color: var(--accent-color);
}

.search-toggle:focus {
  outline: 0;
}

.search-container {
  position: absolute;
  top: 100%;
  right: 0px;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
}

.search-container.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.search-form {
  display: flex;
  align-items: center;
}

.search-field {
  width: 280px;
  padding: 10px 15px;
  border: 1px solid #E9EAEC;
  border-radius: 6px;
  font-size: 14px;
  transition: all 0.2s ease;
}

.search-field:focus {
  outline: none;
  border-color: var(--accent-color);
}

@media (max-width: 768px) {
  .search-container {
    right: 0;
    left: 0;
  }
  
  .search-field {
    width: 100%;
  }

  .navbar-collapse {
    margin: 0;
    position: absolute;
    min-width: 100%;
    left: 0;
    top: 70px;
    background: #FFF;
  }
}


/* Author Box - Variação Moderna Alternativa */
.section-author {
  margin: 4rem 0 3rem;
}

.author-box {
  border-radius: 8px;
  background: #f8fafc;
  box-shadow: none;

}

.author-title {
  color: #4a5568;
  font-size: 0.8rem;
  letter-spacing: 1.5px;
  margin-bottom: 1.25rem !important;
  position: relative;
  padding-left: 1rem;
}

.author-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  width: 3px;
  background: #4299e1;
  border-radius: 3px;
}

.author-name {
  color: #1a202c;
  font-weight: 700;
  font-size: 1.25rem;
  position: relative;
  display: inline-block;
}

.author-name:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #4299e1;
}

.author-bio p {
  color: #4a5568;
  line-height: 1.75;
  font-size: 0.95rem;
  padding-right: 1rem;
}

.rounded-circle {
  border: 2px solid #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

