.section-bg-color .sppb-addon-articles .sppb-addon-section-right >a:before {
  color: rgba(0,0,0,0.2);
}
.section-bg-color .sppb-addon-articles .sppb-addon-section-right >a:hover:before {
  color: #fff;
}
.recommended-news.sppb-addon-articles .sppb-addon-section-right >a:before {
  color: #4a4a4a;
}
.recommended-news.sppb-addon-articles .sppb-addon-section-right >a:hover:before {
  color: #fff;
}
.sppb-addon-articles .sppb-addon-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  display: inline-block;
}
.sppb-addon-articles .sppb-addon-section-right {
  display: inline-block;
  float: right;
}
.sppb-addon-articles .sppb-addon-section-right >a {
  position: relative;
  text-indent: -9999px;
}

.sp-module-content .latestnews > li > a > span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}

.sp-module .latestnews > div:last-child, .sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews > div > a, .sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}


.latestnews > div,  .latestnews > div {
  width: 100%;
  display: flex;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
.latestnews > div:last-child,  .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.latestnews > div > a, .latestnews > div > a {
  font-size: 13px;
  color: #6c6d8b;
}
.latestnews > div .article-list-img, .latestnews > div .article-list-img {
  flex: 1 0 68px;
  max-width: 68px;
  margin-right: 15px;
}
.latestnews > div .article-list-img a img, .latestnews > div .article-list-img a img {
  width: 100%;
  height: 68px;
}
.latestnews > div .latest-post-content-wrap, .latestnews > div .latest-post-content-wrap {
  flex: 1 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  margin-top: -7px;
}
.latestnews > div .latest-post-content-wrap .latest-post-title a, .latestnews > div .latest-post-content-wrap .latest-post-title a {
  font-size: 14px;
  color: #212121;
  font-weight: 700;
  height: 1.5em;
}
.latestnews > div .latest-post-content-wrap .latest-post-title a:hover, .latestnews > div .latest-post-content-wrap .latest-post-title a:hover {
  color: #f83f51;
}
.latestnews > div .latest-post-content-wrap .latest-post-info span.category-date, .latestnews > div .latest-post-content-wrap .latest-post-info span.category-date {
  color: #686868;
  font-size: 14px;
  font-weight: 400;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
    /* margin: 0 0 30px; */
    padding: 20px 30px 20px;
    font-size: 22px;
    font-weight: 700;
    /* border: 1px solid #f3f3f3; */
    background: #f83f51;
    color: #fff;
}
#sp-left .sp-module .latestnews>div, #sp-right .sp-module .latestnews>div {
    /* padding-bottom: 10px; */
    /* margin-bottom: 10px; */
    border-bottom: 1px solid #e8e8e8;
    padding: 20px;
}




.sppb-addon-articles .sppb-addon-section-right >a:before {
  content: "\f054";
  font-family: fontawesome;
  font-size: 16px;
  color: #e5e5e5;
  text-indent: 1px;
  position: absolute;
  right: 0;
  width: 36px;
  height: 36px;
  border: 3px solid;
  text-align: center;
  line-height: 33px;
  border-radius: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sppb-addon-article .sppb-img-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.sppb-addon-article .sppb-img-wrapper img {
  /*-webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  */
  border-radius: 20px;
}
.sppb-addon-article .sppb-img-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
  /*-webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  */
}
.sppb-addon-article .sppb-img-wrapper:after {
  content: "\f1ea";
  font-family: fontawesome;
  font-size: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  /*-webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 10;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  */
}
.sppb-addon-article:hover .sppb-img-wrapper:before {
  opacity: 1;
}
.sppb-addon-article:hover .sppb-img-wrapper:after {
  /*-webkit-transition-delay: .15s;
  transition-delay: .15s;
  font-size: 50px;
  opacity: 1;
  */
}
.sppb-addon-article:hover .sppb-img-wrapper img {
  /*-webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  */
}
.sppb-addon-article .sppb-meta-category a {
  color: #949494;
  text-transform: uppercase;
  font-weight: 400;
}
.sppb-addon-article .sppb-article-title {
  margin: 5px 0 30px;
}
.sppb-addon-article .sppb-article-title a {
  color: #000;
  line-height: 1.25;
}
.sppb-addon-article.leading-item .sppb-article-title {
  margin: 5px 0 25px;
}
.sppb-addon-article.leading-item .sppb-article-introtext {
  margin-bottom: 53px;
}
.sppb-addon-article .sppb-readmore {
  color: #000;
}
.sppb-addon-article .sppb-article-introtext {
  margin-bottom: 40px;
  font-size: 16px;
}
.sppb-addon-article .sppb-article-meta {
  line-height: 1.3;
}
.sppb-addon-article .sppb-article-meta >span {
  color: #949494;
  font-size: 14px;
}
.video-articles .sppb-post-share-social, .destaque-articles .sppb-post-share-social {
  display: inline-block;
  float: right;
  font-size: 16px;
  margin-top: -6px;
  overflow: hidden;
}

.sppb-addon-article .sppb-post-share-social a {
  color: #ccc;
  margin-right: 0px;
  display: inline-block;
}
.sppb-addon-article .sppb-post-share-social .sppb-post-share-social-others {
  display: inline-block;
  margin-right: -78px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.sppb-addon-article .sppb-post-share-social .share-button {
  width: 20px;
  color: #ccc;
  overflow: hidden;
  float: right;
  z-index: 10;
  position: relative;
  background: #fff;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sppb-addon-article .sppb-post-share-social .share-button.active+.sppb-post-share-social-others {
  margin-right: 0;
  opacity: 1;
  visibility: visible;
}
.sppb-addon-article .sppb-post-share-social .share-button:hover,
.sppb-addon-article .sppb-post-share-social .share-button.active {
  color: #999;
}
.layout-featured .sppb-addon-article.leading-item {
  margin-bottom: 10px;
  overflow: hidden;
}
.layout-featured .sppb-addon-article.leading-item .sppb-img-wrapper {
  width: 58%;
  float: left;
}
.layout-featured .sppb-addon-article.leading-item .sppb-article-details {
  width: 42%;
  float: left;
  padding-left: 50px;
  margin-top: 25px;
}
.layout-featured .sppb-addon-article.leading-item .sppb-article-details .sppb-meta-category {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.layout-featured .sppb-addon-article.leading-item .sppb-article-details .sppb-article-title {
  font-size: 28px;
  font-weight: bold;
}
.layout-default .sppb-addon-article {
  margin-bottom: 12px;
  border-bottom: none;
  padding-bottom: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.layout-default .sppb-addon-article:hover {
  border-bottom-color: #fff;
}
.layout-default .sppb-addon-article .sppb-meta-category a,
.layout-default .sppb-addon-article .sppb-article-title a,
.layout-default .sppb-addon-article .sppb-article-meta >span {
  color: #464646;

}

.layout-default .sppb-addon-article .sppb-readmore, .article-list .article .readmore a{

padding: 15px 30px 15px 30px;
border-radius: 50px;
font-weight: 500;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
   
    border-radius: 30px !important;
    
}
.article-list .article {
    margin-bottom: 30px;
    padding: 20px 20px 47px 20px !important;
    border:  none !important;
    border-bottom: 1px solid #f5f5f5 !important;
    /* border-radius: 3px; */
}
.article-introtext{
  padding-bottom: 30px;
}
.layout-default .sppb-addon-article .sppb-article-title {
     margin: 13px 0 20px;
    font-size: 23px;
}
.layout-default .sppb-addon-article .sppb-post-share-social a {
  color: #6224E5;
    background: #5DCEF8;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    padding: 8px 0px 0px 8px;
    margin-left: 5px;
}
.layout-default .sppb-addon-article .sppb-post-share-social a:hover {
  color: #fff;
}
.layout-default .sppb-addon-article .sppb-post-share-social .share-button {
  color: #fff;
}
.layout-default .sppb-row>div:nth-child(3n+1) {
  clear: left;
}
.layout-default.recommended-news .sppb-row>div:nth-child(3n+1) {
  clear: none;
}
.layout-business .sppb-addon-article.intro-item:hover .sppb-img-wrapper:after {
  font-size: 30px;
}
.layout-business .sppb-addon-article.intro-item .sppb-img-wrapper {
  margin-bottom: 15px;
}
.layout-business .sppb-addon-article.intro-item .sppb-article-title {
  font-size: 16px;
  margin-bottom: 20px;
}
.layout-business .sppb-addon-article.intro-item .sppb-article-title a {
  line-height: 1.6;
}
.layout-business .leading-item.sppb-addon-article .sppb-img-wrapper {
  margin-bottom: 30px;
}
.layout-business .intro-item.sppb-addon-article {
  margin-bottom: 40px;
}
.layout-technology .sppb-addon-article {
  display: table;
}
.layout-technology .sppb-addon-article:hover .sppb-img-wrapper:after {
  font-size: 30px;
}
.layout-technology .sppb-addon-article .sppb-img-wrapper {
  width: 40%;
  display: table-cell;
}
.layout-technology .sppb-addon-article .sppb-article-details {
  width: 60%;
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
}
.layout-technology .sppb-addon-article .sppb-article-details .sppb-article-title {
  margin-bottom: 15px;
}
.layout-technology .sppb-addon-article .sppb-article-details .sppb-article-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 60px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
}
.layout-technology .sppb-addon-article .sppb-article-details .sppb-article-meta {
  margin: 0;
}
.layout-technology .sppb-addon-article .sppb-article-details .sppb-article-meta >span {
  line-height: 1;
}
.recommended-news.sppb-addon-articles .sppb-addon-article {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.recommended-news.sppb-addon-articles .sppb-addon-article .sppb-img-wrapper {
  margin-bottom: 10px;
}
.recommended-news.sppb-addon-articles .sppb-addon-article .sppb-meta-category a,
.recommended-news.sppb-addon-articles .sppb-addon-article .sppb-readmore,
.recommended-news.sppb-addon-articles .sppb-addon-article .sppb-article-meta >span {
  color: #949494;
}
.recommended-news.sppb-addon-articles .sppb-addon-article .sppb-article-title {
  font-size: 22px;
}
.recommended-news.sppb-addon-articles .sppb-addon-article .sppb-post-share-social a {
  color: #949494;
}
.recommended-news.sppb-addon-articles .sppb-addon-article .sppb-post-share-social .share-button {
  color: #949494;
  background-color: #363636;
}
.layout-featured.layout-featured-2 .sppb-addon-article.leading-item {
  margin-bottom: 35px;
}
.layout-featured.layout-featured-2 .sppb-addon-article .sppb-img-wrapper {
  width: 100%;
  float: inherit;
  margin-bottom: 10px;
}
.layout-featured.layout-featured-2 .sppb-addon-article .sppb-article-details {
  width: 100%;
  float: inherit;
  padding-left: 0;
  margin-top: 0;
}
.layout-featured.layout-featured-2 .sppb-addon-article .sppb-article-details .sppb-meta-category {
  font-size: 14px;
  margin-bottom: 0;
}
.layout-featured.layout-featured-2 .sppb-addon-article .sppb-article-details .sppb-article-title {
  font-size: 26px;
  margin-bottom: 15px;
}
.layout-featured.layout-featured-2 .sppb-addon-article.intro-item .sppb-article-details .sppb-article-title {
  font-size: 18px;
}
.layout-featured.layout-featured-2 .sppb-addon-article.intro-item .sppb-article-title a {
  line-height: 1.4;
}
.destaque-articles .sppb-addon-article.leading-item .sppb-img-wrapper {
    width: 58%;
    float: right;
}
.video-articles .sppb-addon-article.leading-item .sppb-img-wrapper {
    width: 58%;
    float: left;
}
.video-articles .sppb-addon-article.leading-item .sppb-img-wrapper:before, .destaque-articles .sppb-addon-article.leading-item .sppb-img-wrapper:before {
  display: none;
}
.video-articles .sppb-addon-article.leading-item .sppb-img-wrapper:after {
  content: "";
  top: 43%;
  left: 43%;
  bottom: 0;
  width: 113px;
  height: 116px;
  line-height: 100px;
  font-size: 35px;
  opacity: 1;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.destaque-articles .sppb-meta-category a, .destaque-articles .sppb-article-title a, .destaque-articles .sppb-article-meta >span {
    color: #6224E5 !important;
    font-size: 35px;
    font-weight: 800;
}
.destaque-articles .sppb-addon-article .sppb-post-share-social .share-button {
    color: #f7f7f7;
    background: #f7f7f7;
}
.destaque-articles .sppb-article-meta {
    margin: -5px 11px 5px !important;
}
.destaque-articles .sppb-addon-article.leading-item .sppb-article-details {
    width: 42%;
    float: left;
    padding-left: 10px;
    margin-top: 0px;

}
.video-articles .sppb-addon-article.leading-item .sppb-article-details {
    width: 42%;
    float: left;
    padding-left: 50px;
    margin-top: 0px;

}
.sp-tab-modules .tabs_buttons {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 10px;
}
.sp-tab-modules .tabs_buttons ul.tabs_container li.tab {
  font-size: 16px;
  color: #949494;
  padding: 0 45px 0 0 !important;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sp-tab-modules .items_mask {
  margin-top: 20px;
}
.sp-tab-modules .items_mask .tab-padding {
  padding: 0 !important;
}
.sp-tab-modules .items_mask .tab-padding >div>div {
  margin-bottom: 30px;
  overflow: hidden;
  display: table;
}
.sp-tab-modules .items_mask .tab-padding >div>div:hover .article-list-img a:before {
  opacity: 1;
}
.sp-tab-modules .items_mask .tab-padding >div>div:hover .article-list-img a:after {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
  font-size: 30px;
  opacity: 1;
}
.sp-tab-modules .items_mask .tab-padding .article-list-img {
  width: 35%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.sp-tab-modules .items_mask .tab-padding .article-list-img img {
  width: 100%;
}
.sp-tab-modules .items_mask .tab-padding .article-list-img a {
  display: block;
}
.sp-tab-modules .items_mask .tab-padding .article-list-img a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sp-tab-modules .items_mask .tab-padding .article-list-img a:after {
  content: "\f04b";
  font-family: fontawesome;
  font-size: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 10;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sp-tab-modules .items_mask .tab-padding .news365-news-title {
  font-size: 16px;
  width: 65%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 25px;
}
.sppb-addon-articles-slider .sppb-addon-title {
  margin-top: 0;
}
.sppb-addon-articles-slider .sppb-addon-article.item .sppb-img-wrapper {
  margin-bottom: 15px;
  display: block;
}
.sppb-addon-articles-slider .sppb-addon-article.item .sppb-img-wrapper:after {
  content: "\f083";
}
.sppb-addon-articles-slider .sppb-addon-article.item .sppb-article-details .sppb-category-icon {
  color: #949494;
  font-size: 16px;
  margin-right: 10px;
}
.sppb-addon-articles-slider .sppb-addon-article.item .sppb-article-details .sppb-meta-category a {
  color: #000;
}
.sppb-addon-articles-slider .sppb-addon-article.item .sppb-article-details .article-title {
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 0;
}
.sppb-addon-articles-slider .sppb-addon-article.item .sppb-article-details .article-title a {
  color: #949494;
}
.sppb-addon-articles-slider .sppb-addon-article.item .sppb-article-details .sppb-article-introtext {
  font-size: 14px;
}
.sppb-addon-articles-slider .owl-prev,
.sppb-addon-articles-slider .owl-next {
  text-indent: -999px;
  position: relative;
  background: none !important;
  overflow: hidden;
  position: absolute;
  top: -90px;
  right: 30px;
}
.sppb-addon-articles-slider .owl-prev:before,
.sppb-addon-articles-slider .owl-next:before {
  content: "\f104";
  font-family: fontawesome;
  color: #e5e5e5;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sppb-addon-articles-slider .owl-prev:hover:before,
.sppb-addon-articles-slider .owl-next:hover:before {
  color: #b2b2b2;
}
.sppb-addon-articles-slider .owl-next {
  right: 0;
}
.sppb-addon-articles-slider .owl-next:before {
  content: "\f105";
}
.sppb-addon-articles-slider .owl-dots .owl-dot span {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.artilces-headline-wrapper {
  border-bottom: 1px solid #ededed;
  padding: 0 0 20px;
}
.sppb-addon-articles-headline.sppb-addon-articles-slider .sppb-addon-article.item .sppb-article-details .sppb-meta-category a {
  color: #949494;
}
.sppb-addon-articles-headline.sppb-addon-articles-slider .sppb-addon-article.item .sppb-article-details .article-title a {
  font-size: 16px;
}
.sppb-addon-articles-headline.sppb-addon-articles-slider .sppb-addon-title {
  display: inline-block;
}
.sppb-addon-articles-headline.sppb-addon-articles-slider .customNavigation {
  display: inline-block;
  margin-left: 20px;
}
.sppb-addon-articles-headline.sppb-addon-articles-slider a.sppbSlideNext,
.sppb-addon-articles-headline.sppb-addon-articles-slider a.sppbSlidePrev {
  color: #949494;
  font-size: 24px;
  cursor: pointer;
}
.sppb-addon-articles-headline.sppb-addon-articles-slider .sppbSlidePrev {
  margin-right: 10px;
}
.contact-info .sppb-addon-title {
  margin-bottom: 30px;
  text-transform: uppercase;
  border-bottom: 1px solid #e9eaed;
  padding-bottom: 15px;
}
.contact-info .sppb-addon-content {
  font-size: 16px;
  margin-bottom: 30px;
}

.sppb-ajaxt-contact-form .field-left, .sppb-ajaxt-contact-form .field-right{
  width: 50%;
  padding-right: 30px;
}
.sppb-ajaxt-contact-form .sppb-form-group {
 
  padding-left: 0px;
  padding-right: 0px;
 
}
/*
.sppb-ajaxt-contact-form .sppb-form-group {
  width: 33.3333%;
  padding-right: 20px;
  float: left;
}

.sppb-ajaxt-contact-form .sppb-form-group:nth-child(3) {
  padding-right: 0;
}
.sppb-ajaxt-contact-form .sppb-form-group:nth-child(4) {
  width:50%;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 40px;
}
*/
iframe {
    border-radius: 27px;
}
#sp-header.full-header {
   
    background: url("http://qualifio.org.br/casasegura/homolog/images/site/elemento-head.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -107px 100%;
}
.sppb-ajaxt-contact-form button {
  float: right;
  background: transparent !important;
  border: 1px solid #fff;
  border-radius: 2.25rem;
  padding: 15px 39px 15px 39px;
  cursor: pointer;
  color: #5DCEF8 !important;
}


.video-articles .sppb-addon-article.leading-item .sppb-img-wrapper:after, .j2store-add-to-cart .j2store-cart-button, .j2store-view-back-button a, .k2AccountPage .submit-btn button {
    

    background-image: url(icone-de-video.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.main-slider-item .item {
  min-height: 560px;
}
.main-slider-item-2 .item {
  min-height: 390px;
}
.main-slider-item-2 .item .post-overlay-content .post-title.lg {
  font-size: 30px;
}
.main-slider-item-2 .owl-dots {
  top: 10px;
  transform: translateY(0);
}
.main-slider-item-2 .owl-dots .owl-dot {
  display: inline-block;
  margin: 0px 3px;
  background: #fff;
}
.main-slider-item-2 .owl-dots .owl-dot.active {
  margin-left: 0;
  position: relative;
  top: 2px;
}
.img-height-190 .sppb-addon-article .sppb-img-responsive {
  min-height: 190px;
}
.ts-overlay-article .nspArt .nspImageWrapper:before, .ts-overlay-article .sppb-addon-article > a:before, .ts-overlay-article .item:before, .ts-overlay-article .gkNspPM-VideoList .gkItem .gkImageWrap:before, .widget-popular-post .nspArts .nspArt .nspImageWrapper:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
}
.more-news-slider-item .ts-overlay-article {
  margin-bottom: -60px;
}
.more-news-slider-item .sppb-addon-title:before {
  background: #fff;
}
.more-news-slider-item .nspPagination li {
  background: #fff;
}
/* heilight content box */
.ts-box-heighlights .nspArt .nspHeader, .ts-box-heighlights .nspArt .nspInfo {
  background: #d72924;
  margin: 0;
  padding: 0 20px;
}
.ts-box-heighlights .nspArt .nspHeader {
  padding-top: 15px;
  padding-bottom: 10px;
}
.ts-box-heighlights .nspArt .nspInfo {
  padding-bottom: 20px;
  color: #fff;
}
.ts-box-heighlights .nspArt .nspInfo .nspCategory {
  top: auto;
  bottom: 100px;
  margin-left: 15px;
  height: 24px;
  padding: 5px 10px 5px 20px;
}
.ts-box-heighlights .nspArt .nspInfo .nspCategory:after {
  border-style: solid;
  border-width: 24px 0 0 18px;
  border-color: transparent transparent transparent #d72924;
  position: absolute;
  right: -18px;
  top: 0;
  content: '';
}
.ts-box-heighlights .nspArt:nth-child(1) .nspHeader, .ts-box-heighlights .nspArt:nth-child(1) .nspInfo, .ts-box-heighlights .nspArt:nth-child(1) .nspInfo .nspCategory {
  background: #4ab106;
}
.ts-box-heighlights .nspArt:nth-child(1) .nspInfo .nspCategory:after {
  border-color: transparent transparent transparent #4ab106;
}
.ts-box-heighlights .nspArt:nth-child(2) .nspHeader, .ts-box-heighlights .nspArt:nth-child(2) .nspInfo, .ts-box-heighlights .nspArt:nth-child(2) .nspInfo .nspCategory {
  background: #ff5575;
}
.ts-box-heighlights .nspArt:nth-child(2) .nspInfo .nspCategory:after {
  border-color: transparent transparent transparent #ff5575;
}
.ts-box-heighlights .nspArt:nth-child(3) .nspHeader, .ts-box-heighlights .nspArt:nth-child(3) .nspInfo, .ts-box-heighlights .nspArt:nth-child(3) .nspInfo .nspCategory {
  background: #ffaf31;
}
.ts-box-heighlights .nspArt:nth-child(3) .nspInfo .nspCategory:after {
  border-color: transparent transparent transparent #ffaf31;
}
.ts-box-heighlights .nspArt:nth-child(4) .nspHeader, .ts-box-heighlights .nspArt:nth-child(4) .nspInfo, .ts-box-heighlights .nspArt:nth-child(4) .nspInfo .nspCategory {
  background: #007dff;
}
.ts-box-heighlights .nspArt:nth-child(4) .nspInfo .nspCategory:after {
  border-color: transparent transparent transparent #007dff;
}
.hot-topics-slider .ts-box-heighlights {
  margin-bottom: -40px;
}
  .post-lg-title .sppb-addon-article > h3 {
    font-size: 26px;
  }
  .post-lg-title .sppb-addon-article > h3 {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 30px;
}
  .featured-post .sppb-addon-article img {
    min-height: 240px;
  }
  .featured-post .sppb-addon-article img {
  min-height: 500px;
}
.featured-post-box .ts-overlay-article .sppb-meta-category a {
  bottom: 112px;
  top: auto;
}
.ts-overlay-article .nspArt .nspHeader {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding: 50px 40px;
  bottom: 0;
  margin-bottom: 0;
  z-index: 1;
}
.ts-overlay-article .nspArt .nspHeader a {
  color: #fff;
}
.ts-overlay-article .nspArt .nspInfo {
  margin-bottom: 0;
}
.ts-overlay-article .nspArt .nspInfo .nspDate {
  position: absolute;
  left: 40px;
  right: 0;
  bottom: 20px;
  color: #d2d2d2;
  font-size: 12px;
  z-index: 1;
}
.ts-overlay-article .nspArt .nspImageWrapper {
  position: relative;
}
.ts-overlay-article .sppb-addon-article {
  position: relative;
}
.ts-overlay-article .sppb-addon-article > a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  margin-bottom: 0;
  border-radius: 10px;
}
.ts-overlay-article .sppb-article-info-wrap {
    margin-top: -18px !important;
   
}
.ts-overlay-article .sppb-addon-article > a img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: 0;

}
.ts-overlay-article .sppb-addon-article:hover > a img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);

}
.ts-overlay-article .sppb-addon-article h3 {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding: 50px 30px;
  bottom: 0;
  margin-bottom: 0;
  z-index: 1;
  text-align: left;
}
.post-md-title .sppb-addon-article h3{
      padding: 14px 30px !important;
}

.post-md-title h3 a {
   font-size: 21px !important;
   line-height: 25px !important;
   
}
.ts-overlay-article .sppb-addon-article h3 a {
  color: #fff !important;
  font-weight: bold;
  font-size: 28px;
}
.ts-overlay-article .sppb-addon-article .sppb-article-meta {
  height: 0;
}
.ts-overlay-article .sppb-addon-article .sppb-article-meta .sppb-meta-date {
  position: absolute;
  left: 28px;
  right: 0;
  bottom: 20px;
  color: #d2d2d2;
  font-size: 12px;
  z-index: 1;
  margin-bottom: 3px;
}
.ts-overlay-article .sppb-addon-article .sppb-article-meta > span {
  display: block;
  margin-bottom: 0;
}
.ts-overlay-article .item {
  min-height: 200px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  
}
.ts-overlay-article .item .post-overlay-content {
  position: absolute;
  bottom: 0;
  padding: 30px;
  z-index: 1;
}
.ts-overlay-article .item .post-overlay-content .post-title a {
  color: #fff;
}
.ts-overlay-article .item .post-overlay-content .post-title.lg {
  font-size: 36px;
  margin-bottom: 15px;
  color: #fff;
}
.ts-overlay-article .item .post-overlay-content .post-meta-info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ts-overlay-article .item .post-overlay-content .post-meta-info li {
  display: inline-block;
  margin-right: 25px;
}
.ts-overlay-article .item .post-overlay-content .post-meta-info li a {
  color: #fff;
}
.ts-overlay-article .item .post-overlay-content .post-meta-info li i {
  margin-right: 5px;
}
.ts-overlay-article .item .post-overlay-content .post-meta-info li.active {
  color: #d72924;
}
.ts-overlay-article .item .post-overlay-content .post-meta-info li:last-child {
  margin-right: 0;
}
.ts-overlay-article .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
}
.ts-overlay-article .owl-nav .owl-prev, .ts-overlay-article .owl-nav .owl-next {
  font-size: 14px;
  background: #00386c !important;
  color: #fff;
  width: 28px;
  height: 28px;
  display: inline-block;
  position: relative;
  margin: 0;
  outline: none;
}
.ts-overlay-article .owl-nav .owl-prev:hover, .ts-overlay-article .owl-nav .owl-next:hover {
  color: #d72924;
}
.ts-overlay-article .owl-nav .owl-prev:before {
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0;
  width: 1px;
  height: 15px;
  background: #406a91;
  content: '';
  margin: auto;
}
.ts-overlay-article .owl-dots {
  position: absolute;
  right: 30px;
  top: 50%;
  bottom: 0;
  /* height: 100%; */
  margin: auto;
  z-index: 1;
  transform: translateY(-30%);
}
.ts-overlay-article .owl-dots .owl-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  opacity: 1;
  margin: 8px 0px;
  background: #fff;
  opacity: 0.5;
}
.ts-overlay-article .owl-dots .owl-dot.active {
  width: 10px;
  height: 10px;
  opacity: 1;
  margin-left: -2px;
}
.ts-overlay-article .gkNspPM-VideoList {
  margin: 0 -15px;
}
.ts-overlay-article .gkNspPM-VideoList .gkItem {
  overflow: hidden;
  padding: 0 15px;
}
.ts-overlay-article .gkNspPM-VideoList .gkItem figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 35px 35px 20px;
}
.ts-overlay-article .gkNspPM-VideoList .gkItem figcaption h3 {
  font-size: 15px;
  font-weight: 500;
  padding: 8px 0;
}
.ts-overlay-article .gkNspPM-VideoList .gkItem figcaption h3 a {
  color: #fff;
}
.ts-overlay-article .gkNspPM-VideoList .gkItem figcaption strong {
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 400;
}
.ts-overlay-article .gkNspPM-VideoList .gkItem:hover figcaption {
  background: transparent;
}
.ts-overlay-article .nspArt .nspImageWrapper:before, .ts-overlay-article .sppb-addon-article > a:before, .ts-overlay-article .item:before, .ts-overlay-article .gkNspPM-VideoList .gkItem .gkImageWrap:before, .widget-popular-post .nspArts .nspArt .nspImageWrapper:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 52, 80, 0.95) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 52, 80, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 52, 80, 0.95) 100%);
  /*opacity: 1;*/
  border-radius: 10px;
}
.more-news-slider-item .ts-overlay-article {
  margin-bottom: -60px;
}
.featured-post-box .ts-overlay-article .sppb-meta-category a {
  bottom: 112px;
  top: auto;
}
#offcanvas-toggler>.fa{
  color: #fff !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul>li a, .offcanvas-menu .offcanvas-inner .sp-module ul>li span {
    color: #fff !important;
}
.offcanvas-menu {
    background-color: #6224E5 !important;
    color: #fff !important;
}


element.style {
}
#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
    margin-top: 0;
}
#sp-left .sp-module, #sp-right .sp-module {
    margin-top: 50px;    
    padding: 0px !important;
    
}
.cat-children{display: none;}
@media (min-width: 992px) and (max-width: 1200px) {
    .featured-post .sppb-addon-article img {
    min-height: 435px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
    .featured-post-box .ts-overlay-article .sppb-meta-category a {
    bottom: 90px;

  }
    #top1 {
    display: none;
  }
  .destaque-articles .sppb-addon-article.leading-item .sppb-article-details {
    width: 100%;
    float: none;
    padding-left: 10px;
    margin-top: 0px;

}
.video-articles .sppb-addon-article.leading-item .sppb-article-details {
    width: 100%;
    float: none;
    padding-left: 50px;
    margin-top: 0px;

}
.destaque-articles .sppb-addon-article.leading-item .sppb-img-wrapper {
    width: 100%;
    float: none;
}
.video-articles .sppb-addon-article.leading-item .sppb-img-wrapper {
    width: 100%;
    float: none;
}
.video-articles .sppb-addon-article.leading-item .sppb-img-wrapper:after, .j2store-add-to-cart .j2store-cart-button, .j2store-view-back-button a, .k2AccountPage .submit-btn button{
  top: 93px;
  left: 143px;
 background-size: 69px;
  }
    .layout-featured .sppb-addon-article.leading-item .sppb-article-details .sppb-article-title {
    font-size: 21px;
  }
    .sppb-addon-article .sppb-post-share-social .sppb-post-share-social-others{
    display: none;
  }
    .layout-default .sppb-addon-article .sppb-readmore{
    padding: 10px 20px 10px 20px;
  }
  .destaque-articles .sppb-article-meta {
    margin: -5px -7px 5px !important;
}
.sppb-ajaxt-contact-form .field-left, .sppb-ajaxt-contact-form .field-right{
  width: 100%;
  padding-right: 30px;
}
  }
  @media (max-width: 767px) {
      .featured-post .sppb-addon-article img {
    min-height: 240px;
  }
  #sp-top1 {
    display: none;
  }
    .destaque-articles .sppb-addon-article.leading-item .sppb-article-details {
    width: 100%;
    float: none;
    padding-left: 10px;
    padding-top: 10px;
    margin-top: 0px;

}
.video-articles .sppb-addon-article.leading-item .sppb-article-details {
    width: 100%;
    float: none;
    padding-top: 10px;
    padding-left: 10px;
    margin-top: 0px;

}
.destaque-articles .sppb-addon-article.leading-item .sppb-img-wrapper {
    width: 100%;
    float: none;
}
.video-articles .sppb-addon-article.leading-item .sppb-img-wrapper {
    width: 100%;
    float: none;
}
.video-articles .sppb-addon-article.leading-item .sppb-img-wrapper:after, .j2store-add-to-cart .j2store-cart-button, .j2store-view-back-button a, .k2AccountPage .submit-btn button{
 top: 85px;
 left: 124px;
 background-size: 69px;
  }
  .layout-featured .sppb-addon-article.leading-item .sppb-article-details .sppb-article-title, .destaque-articles .sppb-meta-category a, .destaque-articles .sppb-article-title a, .destaque-articles .sppb-article-meta >span {
    font-size: 21px;
  }
  .layout-default .sppb-addon-article .sppb-readmore{
    padding: 10px 20px 10px 20px;
  }
  .sppb-addon-article .sppb-post-share-social .sppb-post-share-social-others{
    display: none;
  }
  .destaque-articles .sppb-article-meta {
    margin: -5px -7px 5px !important;
}
.sppb-ajaxt-contact-form .field-left, .sppb-ajaxt-contact-form .field-right{
  width: 100%;
  padding-right: 30px;
}
  }