/**
 * ****************************************************************************
 * Syte - Sites Synap Digital
 * Copyright 2021-2021 - https://synap.com.br
 * ************************************************************************* */
/**
 * ****************************************************************************
 * index
 * - tipografia
 * - global
 * - top
 * - header
 * - - nav
 * - - slider
 * - main
 * - - sec-home
 * - - sec-about
 * - - sec-services
 * - - sec-articles
 * - - sec-contacts
 * - - sec-model
 * - footer
 * ************************************************************************* */

/**
 * ****************************************************************************
 * tipografia
 * ************************************************************************* */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

body,
p {
  text-align: justify;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #dbdbdb;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 36px;
  line-height: 48px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

.alert .icon {
  margin-right: 15px;
}

/**
 * ****************************************************************************
 * global
 * ************************************************************************* */
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
}

a:link,
a:visited {
  text-decoration: none;
}

a {
  color: inherit;
  transition: 0.2s ease;
}

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

/**
 * ****************************************************************************
 * header top
 * ************************************************************************* */
.top {
  padding: 10px 0;
  background: #ffb600;
  position: relative;
}

.top-row-contacts {
  padding: 0;
}

.top-row-contacts-left {
  padding: 0;
}

.top-row-contacts-left-logo img {
  width: auto;
  height: 50px;
}

.top-row-contacts-right {
  float: right;
}

.top-ul-box {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

@media (max-width: 767px) {
  .top-ul-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
}

.top-ul-box li {
  position: relative;
  float: left;
  margin-left: 0;
  border-right: 1px solid #dedede;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 25px;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .top-ul-box li {
    border: 0;
    text-align: center;
    margin: 0;
    padding: 0 20px;
    margin-top: 10px;
  }
}

@media (max-width: 400px) {
  .top-ul-box li {
    border: 0;
    text-align: center;
    margin: 0;
    flex: 0 0 100%;
    margin-top: 15px;
  }
}

.top-ul-box li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.top-ul-box li.last {
  border-right: 0;
}

.top-ul-box li .top-box span.info-icon {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin: 2px 5px 0 0;
  position: relative;
}

.top-box-content {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  flex-direction: column;
}

.top-box-content-title {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: normal;
}

.top-box-content-subtitle {
  margin: 0;
  line-height: normal;
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

.top-box {
  padding: 0;
}

.top-social {
  font-size: 30px;
  padding: 0.5rem;
}

.top-social-icon {
  padding: 0;
}

/**
 * ****************************************************************************
 * header nav
 * ************************************************************************* */
.navbar-fixed {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(251, 255, 0) !important;
  border-left: 3px solid #ffb600;
  text-transform: uppercase;
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(255, 255, 251) !important;
  border-left: 3px solid #ffffff;
}

/**
 * ****************************************************************************
 * carousel
 * ************************************************************************* */
/*-- Main slide --*/
.banner-carousel .banner-carousel-item {
  height: 500px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 991px) {
  .banner-carousel .banner-carousel-item {
    height:350px;
  }
}

@media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 450px;
  }
}

.slider-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.slide-title-box {
  font-size: 16px;
  line-height: 39px;
  background: #ffb600;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 10px;
}

.slide-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0 10px;
}

@media (max-width: 991px) {
  .slide-title {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .slide-title {
    font-size: 16px;
  }
}

.slide-sub-title {
  font-style: normal;
  font-size: 60px;
  line-height: 58px;
  margin: 20px 0;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.slide-sub-title-small {
  font-style: normal;
  font-size: 36px;
  line-height: 58px;
  margin: 20px 0;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}

@media (max-width: 991px) {
  .slide-sub-title {
    font-size: 46px;
  }

  .slide-sub-title-small {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .slide-sub-title {
    font-size: 30px;
    line-height: 30px;
  }

  .slide-sub-title-small {
    font-size: 22px;
    line-height: 30px;
  }
}

.slider-text {
  display: table;
  vertical-align: bottom;
  color: #fff;
  padding-left: 40%;
  width: 100%;
  padding-bottom: 0;
  padding-top: 20px;
}

.slider-text .slide-head {
  font-size: 36px;
  color: #0052a5;
  position: relative;
}

.slider-img {
  display: block;
  position: absolute;
  top: -80px;
  left: 20%;
  width: 314px;
  max-height: 100%;
}

.slider-img img {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
}

.slider.btn {
  margin: 15px 5px 0;
  border: 2px solid transparent;
}

@media (max-width: 575px) {
  .slider.btn {
    font-size: 12px;
  }
}

.slider.border {
  background: none;
  border: 2px solid #ffb600 !important;
}

.slider.border:hover {
  background: #ffb600;
  border: 2px solid transparent;
}

/* Carousel control */
.banner-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  text-shadow: none;
  transition: all 0.25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}

@media (max-width: 575px) {
  .banner-carousel .carousel-control {
    display: none !important;
  }
}

.banner-carousel .slick-dots {
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 60px;
}

.slick-dots li button::before {
  font-size: 12px;
}

.slick-dots li button:hover:before,
.slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffb600;
}

.slick-slide {
  outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
  left: 20px;
}

.banner-carousel .carousel-control.right {
  right: 20px;
}

.banner-carousel .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 58px;
  width: 60px;
  height: 60px;
  font-size: 22px;
  border-radius: 0;
  transition: all 500ms ease;
}

.banner-carousel .carousel-control i:hover {
  background: #ffb600;
  color: #fff;
}

/*-- Animation */
.banner-carousel [data-animation-in] {
  opacity: 0;
}

/* slick Box slider */
.box-slider-content {
  top: 50%;
  padding: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .box-slider-content {
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}

.box-slider-text {
  background: #111;
  background: rgba(0, 0, 0, 0.65);
  display: inline-block;
  padding: 20px 30px;
  max-width: 650px;
}

.box-slide-title {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-title {
    font-size: 16px;
  }
}

.box-slide-sub-title {
  font-size: 30px;
  margin: 8px 0 10px;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-sub-title {
    font-size: 20px;
  }
}

.box-slide-description {
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-description {
    font-size: 15px;
  }
}

.box-slider-text .btn {
  padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls {
  margin: -20px;
}

/**
 * ****************************************************************************
 * sec-call-to-action
 * ************************************************************************* */
.sec-call-to-action-box {
  position: relative;
  margin-top: -50px;
  background: #ffb600;
}

.sec-call-to-action-box-text {
  color: #fff;
  margin: 0;
  padding: 15px;
  line-height: normal;
  font-size: 32px;
  text-transform: uppercase;
}
.sec-call-to-action-box-title {
  color: #fff;
  margin: 0;
  line-height: 36px;
  font-size: 18px;
  text-transform: uppercase;
}

/**
 * ****************************************************************************
 * sec-home
 * ************************************************************************* */
.sec-home {
  padding-top: 6rem;
}

.sec-home h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}

.sec-home p {
  font-size: 1.2rem;
  font-weight: 100;
}

/**
 * ****************************************************************************
 * sec-about
 * ************************************************************************* */
.sec-about {
  padding-top: 6rem;
}

.sec-about h3 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.sec-about-placeBox {
  position: relative;
  max-width: 405px;
  height: 540px;
  margin: 0 auto;
  background: #000;
  margin-top: 30px;
}

.sec-about-placeBox-text {
  position: relative;
  max-width: 405px;
  height: 300px;
  margin: 0 auto;
  background: #000;
  margin-top: 30px;
}

.sec-about-imgBx {
  width: 100%;
  height: 100%;
}

.sec-about-imgBx img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sec-about .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: baseline;
  align-items: flex-center;
}

.sec-about-placeBox-text .content h3 {
  position: relative;
  margin: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
  text-align: justify;
}

.sec-about-placeBox-text .content h3 span {
  font-size: 0.75rem;
  font-weight: 500;
}

/**
 * ****************************************************************************
 * sec-services
 * ************************************************************************* */
.sec-services {
  padding: 20px;
  padding-top: 100px;
}

/**
 * ****************************************************************************
 * sec-articles
 * ************************************************************************* */
.sec-articles {
  padding-top: 6rem;
}

.sec-articles-latest-post {
  position: relative;
}

.sec-articles-latest-post-media .img-fluid {
  height: 20rem;
}

.sec-articles-latest-post .sec-articles-post-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 600;
}

.sec-articles-latest-post .sec-articles-post-title a {
  color: #a7a7a7;
}

.sec-articles-latest-post .sec-articles-post-title a:hover {
  color: #ffb600;
}

.sec-articles-latest-post-meta {
  font-size: 13px;
  text-transform: uppercase;
}

.sec-articles-latest-post .sec-articles-post-body {
  padding: 20px 0 5px;
}
/**
 * ****************************************************************************
 * sec-contact
 * ************************************************************************* */
.sec-contact {
  padding: 20px;
  padding-top: 100px;
  border: #ffb600;
  border-style: inset;
}

/**
 * ****************************************************************************
 * sec-model
 * ************************************************************************* */
.sec-model {
  padding: 20px;
  padding-top: 100px;
}

/**
 * ****************************************************************************
 * sec-psicoterapia
 * ************************************************************************* */
.sec-psicoterapia {
  padding-top: 6rem;
}

.sec-psicoterapia-box {
}

.sec-psicoterapia-image-wrapper {
  margin-bottom: 30px;
}

.sec-psicoterapia-box-img {
}

.sec-psicoterapia-info {
  margin-left: 30px;
}

@media (max-width: 1200px) {
  .sec-psicoterapia-info {
    margin-left: 15px;
  }
}

.sec-psicoterapia-info h3 {
  font-size: 16px;
}

.sec-psicoterapia-box-title {
  font-size: 16px;
  margin: 0 0 10px;
}

.sec-psicoterapia-box-title a {
  color: #dedede;
}

.sec-psicoterapia-box-title a:hover {
  color: #ffb600;
}

.sec-psicoterapia-ul-box {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

.sec-psicoterapia-ul-box li {
  position: relative;
  float: left;
  margin-left: 0;
  border-right: 1px solid #dedede;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 25px;
  margin-right: 25px;
}

.sec-psicoterapia-ul-box li a:hover {
  color: #ffb600;
}

.sec-psicoterapia-box {
}

.sec-psicoterapia-box-content {
  margin-left: 62px;
  margin-bottom: 30px;
}
.sec-psicoterapia-box-content h3 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 28px;
}

.sec-psicoterapia-box-content-title {
}

.sec-psicoterapia-box-content-subtitle {
}

/**
 * ****************************************************************************
 * footer
 * ************************************************************************* */
.footer {
  padding: 80px 0 60px;
  background-color: #0d0d0d;
  color: #999;
}

.footer-box {
  border: 0;
}

.footer-box-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #fff;
  border-left: 3px solid #ffb600;
}
.footer-p {
  font-size: 14px;
}

.footer-socials {
  margin-top: 15px;
}

.footer-socials ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -13px;
}

.footer-socials ul li {
  display: inline-block;
}

.footer-socials ul li a i {
  display: block;
  font-size: 26px;
  color: #999;
  transition: 400ms;
  padding: 10px 13px;
}

.footer-socials ul li:hover {
  color: rgb(238, 45, 45);
}

.footer-working-hours {
  padding-right: 10px;
}

.footer-working-hours .text-right {
  padding-right: 30px;
  float: right;
}

.footer-list-arrow li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px 0;
}

.footer-list-arrow li:last-child {
  border-bottom: 0;
}

.footer-list-arrow li a,
.footer-list-arrow li:before {
  color: #747474;
}

.footer-list-arrow li:hover a,
.footer-list-arrow li:hover {
  color: #ffb600;
}

.articles-post-image {
  height: 20rem;
}

/**
 * ************************************************************************* 
 * ************************************************************************* 
 * ************************************************************************* */

/* News Listing
================================================== */
.post {
  border-bottom: 1px solid #dadada;
  padding: 0 0 30px;
  margin: 0 0 45px;
}

.post.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.post-body {
  padding: 20px 0;
}

.entry-header .entry-title {
  font-size: 24px;
  margin: 5px 0 15px;
  position: relative;
  line-height: 34px;
  text-transform: capitalize;
}

.entry-header .entry-title a {
  color: #e78a8a;
}

.entry-header .entry-title a:hover {
  color: #ffb600;
}

.post-single .entry-header .entry-title {
  font-size: 28px;
}

/* Meta */
.post-meta {
  padding-bottom: 10px;
}

.post-meta a {
  color: #a7a7a7;
}

.post-meta a:hover {
  color: #ffb600;
}

.post-meta span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #dadada;
  line-height: 12px;
  display: inline-block;
}

.post-meta i {
  color: #bbb;
  margin-right: 3px;
}

.post-meta .post-comment {
  border-right: 0;
}

.post-meta .post-comment .comments-link {
  margin-left: 5px;
}

.post-footer .btn.btn-primary {
  font-size: 12px;
  margin-top: 10px;
}

/* Pagination */
.paging {
  margin-bottom: -5px;
}

.pagination li a {
  border-radius: 0 !important;
  margin-right: 8px;
  color: #7c7c7c;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > li > a:hover {
  color: #fff;
  background: #ffb600;
  border: 1px solid transparent;
}

/* News Single
================================================== */
.tags-area {
  margin: 20px 0;
}

.post-tags a {
  border: 1px solid #dadada;
  color: #7c7c7c;
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
  margin-left: 3px;
}

.post-tags a:hover {
  background: #ffb600;
  color: #fff;
  border: 1px solid transparent;
}

/* Post social */
.post-social-icons > li {
  display: inline-block;
}

.post-social-icons a i {
  margin-left: 5px;
  font-size: 12px;
  width: 28px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}

.post-social-icons a i.fa-facebook-f {
  background: #41578a;
}

.post-social-icons a i.fa-twitter {
  background: #64bae2;
}

.post-social-icons a i.fa-google-plus {
  background: #c0343d;
}

.post-social-icons a i.fa-linkedin {
  background: #3397b6;
}

/* Author box */
.author-box {
  border: 1px solid #dadada;
  padding: 20px 20px 15px;
  margin: 20px 0;
}

.author-img img {
  width: 110px;
  height: 110px;
  margin-right: 30px;
}

.author-info h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.author-info h3 span {
  font-size: 12px;
  color: #999;
  border-left: 1px solid #afafaf;
  padding-left: 10px;
  margin-left: 10px;
  font-weight: 500;
}

/* Comments area */
.comments-area {
  margin: 40px 0;
}

.comments-list .comment-content {
  margin: 15px 0;
}

.comments-list .comment-reply {
  color: #a7a7a7;
  font-weight: 400;
}

.comments-list .comment-reply:hover {
  color: #ffb600;
}

.comments-counter {
  font-size: 18px;
}

.comments-counter a {
  color: #323232;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

.comments-list .comment {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.comments-list .comment.last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comments-list img.comment-avatar {
  width: 84px;
  height: 84px;
  margin-right: 30px;
}

@media (max-width: 575px) {
  .comments-list img.comment-avatar {
    width: 40px;
    height: 40px;
    margin-right: 25px;
  }
}

.comments-list .comment-author {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  font-size: 16px;
  color: #a7a7a7;
}

.comments-list .comment-date {
  color: #959595;
  margin-bottom: 5px;
  font-size: 12px;
}

@media (max-width: 575px) {
  .comments-list .comment-date {
    float: none !important;
    display: inline-block;
  }
}

.comments-reply {
  list-style: none;
  margin: 0 0 0 70px;
}

@media (max-width: 767px) {
  .comments-reply {
    margin: 0;
    padding: 0;
  }
}

.comments-form {
  margin-bottom: 0;
}

.comments-form .title-normal {
  margin-bottom: 20px;
}

.comments-form .btn.btn-primary {
  margin-top: 20px;
}

/* Sidebar
================================================== */
.sidebar .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  text-transform: uppercase;
  border-left: 3px solid #ffb600;
}

/* Widget common */
.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar-left .widget {
  margin-right: 20px;
}

.sidebar-right .widget {
  margin-left: 20px;
}

.sidebar .widget.box {
  padding: 25px;
}

.widget.box.solid {
  background: #f2f2f2;
}

.widget.box.red {
  background: #ec483b;
  color: #fff;
}

.widget.box.red .widget-title {
  color: #fff;
}

.widget ul li {
  line-height: 30px;
}

.sidebar .widget ul li a {
  color: #a7a7a7;
}

.sidebar .widget ul li a:hover {
  color: #ffb600;
}

.sidebar .widget ul li i {
  margin-right: 5px;
}

.sidebar .btn {
  font-weight: 700;
  font-size: 12px;
  margin-top: 15px;
  padding: 10px 25px;
}

/* Sidebar nav */
.sidebar ul.nav-tabs {
  border: 0;
}

.sidebar ul.nav-tabs li {
  width: 100%;
}

.sidebar ul.nav-tabs li a {
  color: #a7a7a7;
  border-radius: 0;
  padding: 15px 0;
  padding-left: 0;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  display: block;
  transition: 400ms;
}

.sidebar ul.nav-tabs li.active a,
.sidebar ul.nav-tabs li:hover a {
  color: #ffb600;
}

.sidebar ul.nav-tabs li {
  color: #a7a7a7;
  line-height: normal;
}

.sidebar ul.nav-tabs li:last-child a {
  border-bottom: 0;
}

/* Service menu */
.sidebar ul.service-menu li {
  width: 100%;
}

.sidebar ul.service-menu li a {
  background-color: #f4f4f4;
  padding: 15px 20px;
  border: 0;
  margin-bottom: 8px;
  position: relative;
  transition: 400ms;
  display: block;
}

.sidebar ul.service-menu li.active a,
.sidebar ul.service-menu li:hover a {
  background: #ffb600;
  color: #fff;
  cursor: pointer;
}

/* Recent News */
.widget.recent-posts .widget-title {
  margin-bottom: 35px;
}

.widget.recent-posts ul li {
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
  margin-bottom: 17px;
}

.widget.recent-posts ul li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget.recent-posts .posts-thumb img {
  margin-right: 15px;
  width: 90px;
  height: 70px;
}

.widget.recent-posts .posts-thumb-livro img {
  margin-right: 15px;
  width: 50px;
  height: 70px;
}

.widget.recent-posts .post-info .entry-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}

.widget.recent-posts .post-info .entry-title a {
  color: #a7a7a7;
  display: inline-block;
}

.widget.recent-posts .post-info .entry-title a:hover {
  color: #ffb600;
}

.widget.recent-posts .post-date {
  font-weight: 400;
  color: #999;
  text-transform: capitalize;
}

/* Widget tags */
.widget-tags ul > li {
  float: left;
  margin: 3px;
}

.sidebar .widget-tags ul > li a {
  border: 1px solid #dadada;
  color: #a7a7a7;
  display: block;
  font-size: 14px;
  padding: 3px 15px;
  transition: all 0.3s ease 0s;
}

.sidebar .widget-tags ul > li a:hover {
  background: #ffb600;
  color: #fff;
  border: 1px solid transparent;
}

/* espaço mulher
================================================== */

.image-ebook {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.msg-sucesso {
  margin-top: 15rem;
  padding-bottom: 15rem;
}

.contact-clean {
  background: #000;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .contact-clean {
    padding: 20px 0;
  }
}

.contact-clean form {
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .contact-clean form {
    padding: 30px;
  }
}

.contact-clean h2 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 36px;
  color: inherit;
}

.contact-clean .form-group:last-child {
  margin-bottom: 5px;
}

.contact-clean form .form-control {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  outline: none;
  color: inherit;
  padding-left: 12px;
  height: 42px;
}

.contact-clean form .form-control:focus {
  border: 1px solid #b2b2b2;
}

.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
  resize: none;
}

.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: none !important;
}

.contact-clean form .btn:hover {
  opacity: 1;
}

.contact-clean form .btn:active {
  transform: translateY(1px);
}

.contact-clean form .btn-primary {
  background-color: #000000;
  margin-top: 15px;
  color: #fff;
}

.btn-buy {
  margin-top: .5rem;
  margin-bottom: 2rem;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  background-color: #ff9100;
}

.btn-buy:hover {
  opacity: 1;
  background-color: #ffe015;
}

.btn-buy:active {
  transform: translateY(1px);
}


/* ******************************************************** Vídeo Section */
.sec_header_media01 {
  color: rgb(50, 50, 50);
}

.sec_header_media01-img {
  width: 70%;
  display: block;
  clear: both;
}

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

  .sec_header_media01-img {
    width: 90%;
  }

}