body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  font-weight: 300;
}

img {
  max-width: 100%;
}

#main_content {
  padding-top: 16px;
}

.ad-banner {
  text-align: center;
  margin-bottom: 24px;
  margin-right: -15px;
  margin-left: -15px;
}

.ad-space {
  margin: 15px auto;
  text-align: center;
}

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

div.noti_banner {
  width: 100% !important;
}

.row.box-shadow {
  box-shadow: 0 12px 24px 0 #e3e6ed;
  border-radius: 3px;
}

.article-progress {
  float: right;
  margin: 20px 20px 20px 0;
  width: 40px;
  height: 40px;
  right: 45px;
}

.h1-title {
  color: #777777;
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px;
}

.hide {
  display: none;
}

body.scrolDisabled {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

.hidden-element {
  display: none;
}

#mundo-custom-read-more {
  margin-bottom: 15px;
  display: inline-block;
}

.navbar {
  background-size: 140%, 5px;
  background-repeat: no-repeat;
  background-color: #312841;
  padding: 4px 16px 4px 16px;
  background-position-y: 56px;
  background-position-x: center;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.3);
}
.navbar.open {
  box-shadow: 0 2px 24px 0 #000000;
}
.navbar.open .navbar-toggler {
  color: #7f6eb0;
}
.navbar * {
  color: #ffffff;
  text-decoration: none;
  border: 0;
  box-shadow: none;
}
.navbar .navbar-brand {
  padding-top: 3px;
  padding-bottom: 7px;
  width: 108px;
}
.navbar .navbar-brand span {
  font-size: 15px;
}
.navbar .navbar-brand span:before {
  margin: 0;
}
.navbar .navbar-toggler {
  outline: 0;
  border: 0;
  box-shadow: none;
  position: relative;
  top: -1px;
  font-size: 16px;
  color: #ffffff;
  padding-right: 4px;
}
.navbar .navbar-toggler:hover {
  color: #7f6eb0;
}
.navbar .navbar-toggler.collapsed {
  color: #ffffff !important;
}
.navbar .navbar-toggler .icon-menu {
  color: inherit;
}
.navbar:after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background-image: url(/public/img/header-border-bottom-glow.png);
  position: absolute;
  top: 62px;
  left: 0;
  -webkit-filter: blur(19.7px);
  filter: blur(19.7px);
  background-size: 140%, 10px;
  /* background-position: 0,0; */
  background-repeat: no-repeat;
}
.navbar .navbar-collapse {
  margin-top: 30px;
}
.navbar .navbar-collapse a {
  text-decoration: none;
}
.navbar .navbar-collapse a:hover {
  color: inherit;
}
.navbar .navbar-collapse .navbar-nav {
  text-align: center;
  font-size: 17px;
}
.navbar .navbar-collapse .navbar-nav .change-country {
  margin-bottom: 15px;
}
.navbar .navbar-collapse .navbar-nav .change-country a {
  font-size: 14px;
  margin-right: 32px;
}
.navbar .navbar-collapse .navbar-nav .change-country a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 11px;
  background-image: url(/public/img/es.png);
  background-size: contain;
  margin-right: 4px;
}
.navbar .navbar-collapse .navbar-nav .change-country a:nth-child(2):before {
  background-image: url(/public/img/en.png);
}
.navbar .navbar-collapse .navbar-nav .change-country a:last-child {
  margin-right: 0;
}
.navbar .navbar-collapse .navbar-nav .change-country a:last-child:before {
  background-image: url(/public/img/br.png);
}
.navbar .navbar-collapse .navbar-nav .active {
  color: #7f6eb0;
}
.navbar .navbar-collapse .navbar-nav .active * {
  color: #7f6eb0;
}
.navbar .navbar-collapse .navbar-nav .nav-link {
  padding: 0.6rem 1rem;
}
.navbar .navbar-collapse .navbar-nav .dropdown {
  text-indent: 8px;
}
.navbar .navbar-collapse .navbar-nav .dropdown.show > a {
  color: #7f6eb0;
}
.navbar .navbar-collapse .navbar-nav .dropdown .dropdown-toggle:after {
  font-size: 13px;
}
.navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
  background-color: transparent;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu > li {
  padding: 0.3rem 0;
}

.main-wrapper.home {
  padding-top: 16px !important;
}
.main-wrapper.home .card {
  margin-bottom: 10px;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0 12px 24px 0 #e3e6ed;
  box-shadow: 0 12px 24px 0 #e3e6ed;
  border: 0;
  min-height: 260px;
  max-height: 420px;
}
.main-wrapper.home .card a:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
}
.main-wrapper.home .card:last-child {
  margin-bottom: 0 !important;
}
.main-wrapper.home .card.degrade:after {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(29, 29, 39, 0), rgba(42, 33, 59, 0.9));
}
.main-wrapper.home .card.full {
  margin-bottom: 10px;
}
.main-wrapper.home .card.full .card-content {
  position: relative;
  z-index: 3;
  padding: 1.5rem;
  padding-top: 190px;
}
.main-wrapper.home .card.full .card-content .card-category {
  font-size: 14px;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
}
.main-wrapper.home .card.full .card-content .card-title {
  font-size: 22px;
  color: #ffffff;
  margin: 0;
}
.main-wrapper.home .card.full .card-content .card-title * {
  text-decoration: none;
  color: inherit;
}
.main-wrapper.home .card.full .card-content .card-title *:hover {
  color: inherit;
}
.main-wrapper.home .card.video {
  max-height: 400px;
}
.main-wrapper.home .card.video .loader {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 50%;
  margin-left: -32px;
}
.main-wrapper.home .card.video .play-video {
  position: absolute;
  top: 95px;
  margin-top: -50px;
  left: 50%;
  margin-left: -50px;
  z-index: 4;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-image: url(/public/img/play-icon.svg);
  box-shadow: 0 7px 14px 0 #7f6eb0, inset 0 -4px 0 0 rgba(0, 0, 0, 0.2);
}
.main-wrapper.home .card.video .card-content {
  margin-top: 190px;
  padding: 24px 24px 12px;
  background-image: linear-gradient(to right, rgba(42, 33, 59, 0.3), rgba(42, 33, 59, 0.7));
  position: relative;
  z-index: 3;
}
.main-wrapper.home .card.video .card-content .card-title {
  font-size: 20px;
  color: #ffffff;
  margin: 0;
}
.main-wrapper.home .card.video .card-content .card-title * {
  text-decoration: none;
  color: inherit;
}
.main-wrapper.home .card.video .card-content .card-title *:hover {
  color: inherit;
}
.main-wrapper.home .card.video .card-content .card-views {
  font-size: 14px;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
}
.main-wrapper.home .card.quiz .card-top-photo {
  height: 173px;
  display: block;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.main-wrapper.home .card.quiz .card-content-background {
  background-image: linear-gradient(143deg, #443aa2, #c96dd8);
  padding: 0 8px 8px;
  position: relative;
  z-index: 3;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.main-wrapper.home .card.quiz .card-content-background .card-content {
  background-color: #ffffff;
  position: relative;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0 0 3px 3px;
  padding: 32px 16px;
}
.main-wrapper.home .card.quiz .card-content-background .card-content:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #ffffff;
  top: -8px;
  left: 0;
  position: absolute;
  border-radius: 3px 3px 0 0;
}
.main-wrapper.home .card.quiz .card-content-background .card-content .icon-quiz-container {
  background-color: #a74fa0;
  width: 56px;
  height: 56px;
  border-radius: 100px;
  display: block;
  position: absolute;
  top: -8px;
  margin-top: -28px;
  left: 50%;
  margin-left: -28px;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.18);
}
.main-wrapper.home .card.quiz .card-content-background .card-content .icon-quiz-container .icon-quiz {
  color: #ffffff;
}
.main-wrapper.home .card.quiz .card-content-background .card-content .icon-quiz-container .icon-quiz:before {
  width: auto;
  margin: 0;
  font-size: 67px;
  position: relative;
  left: -8px;
  top: -4px;
}
.main-wrapper.home .card.quiz .card-content-background .card-content .quiz-text {
  font-size: 16px;
  color: #a74fa0;
  text-align: center;
  font-weight: 500;
  margin-bottom: 6px;
  position: relative;
  top: -7px;
}
.main-wrapper.home .card.quiz .card-content-background .card-content .card-title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #4a4a4a;
}
.main-wrapper.home .card.quiz .card-content-background .card-content button {
  box-shadow: 0 7px 14px 0 rgba(167, 79, 160, 0.4);
  background-color: #a74fa0;
  padding: 13px 45px;
  border-radius: 100px;
  color: #ffffff;
}
.main-wrapper.home .card.post:after {
  content: none;
}
.main-wrapper.home .card.post .card-top-photo {
  height: 173px;
  display: block;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.main-wrapper.home .card.post .card-body {
  padding: 1.5rem;
}
.main-wrapper.home .card.post .card-body .card-category {
  font-size: 14px;
  text-align: left;
  color: #9b9b9b;
}
.main-wrapper.home .card.post .card-body .card-title {
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  color: #4a4a4a;
  margin-bottom: 8px;
}
.main-wrapper.home .card.post .card-body .card-title a {
  color: inherit;
  text-decoration: none;
}
.main-wrapper.home .card.post .card-body .card-title a:hover {
  color: inherit;
}
.main-wrapper.home .card.post .card-body p {
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #9b9b9b;
  margin: 0;
}

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.main-wrapper .post-category {
  color: #333333;
  opacity: 0.6;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.main-wrapper .post-category a {
  color: #333333;
  opacity: 1;
}
.main-wrapper .post-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.14;
  color: #333333;
  margin-bottom: 10px;
}
.main-wrapper .content-author-share .post-author {
  position: relative;
  display: block;
  width: 100%;
  z-index: 10;
  margin-top: 10px;
  font-size: 13px;
}
.main-wrapper .content-author-share .post-author .published-by {
  line-height: 1;
  font-weight: 700;
}
.main-wrapper .content-author-share .post-sharing {
  position: relative;
  z-index: 10;
}
.main-wrapper .content-author-share .post-sharing .theChampFacebookBackground {
  margin-left: 0;
}
.main-wrapper .content-author-share .post-sharing .theChampFacebookBackground ss {
  background-position: left;
}
.main-wrapper .content-author-share .post-sharing .theChampFacebookBackground span {
  color: #fff;
  font-style: initial;
  padding-left: 60px;
  line-height: 48px;
  font-size: 18px;
  font-weight: 300;
}
.main-wrapper .post-content {
  font-size: 18px;
  line-height: 1.63;
}
.main-wrapper .post-content strong, .main-wrapper .post-content b {
  font-weight: 500;
}
.main-wrapper .post-content img {
  width: 100%;
  height: auto;
}
.main-wrapper .wp-caption .wp-caption-text {
  font-size: 12px;
  text-align: left;
  color: #9b9b9b;
  display: block;
  margin-bottom: 10px;
}
.main-wrapper .gallery-item {
  margin-bottom: 16px;
}
.main-wrapper .gallery-item .gallery-title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 1.24;
}
.main-wrapper .gallery-item .image-credits {
  font-size: 12px;
  text-align: left;
  color: #9b9b9b;
  display: block;
  margin-bottom: 10px;
}
.main-wrapper .gallery-item .gallery-item-description {
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  color: #333333;
}
.main-wrapper .pagination_gallery {
  position: relative;
  margin-bottom: 48px;
}
.main-wrapper .pagination_gallery .count {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: auto;
  margin-top: -10px;
  width: 65px;
  margin-left: -32px;
  text-align: center;
  font-size: 14px;
}
.main-wrapper .pagination_gallery .next {
  float: right;
  width: calc(50% - 43px);
  margin-right: 6px;
  border-radius: 4px;
  background-color: #e33625;
  box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  padding: 12px 0;
}
.main-wrapper .pagination_gallery .next * {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
.main-wrapper .pagination_gallery .prev {
  float: left;
  width: calc(50% - 43px);
  margin-left: 6px;
  border-radius: 4px;
  background-color: #e33625;
  box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  padding: 12px 0;
}
.main-wrapper .pagination_gallery .prev * {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
.main-wrapper .pagination_gallery .next,
.main-wrapper .pagination_gallery .prev {
  position: relative;
}
.main-wrapper .pagination_gallery .next a:before,
.main-wrapper .pagination_gallery .prev a:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
}
.main-wrapper .custom-links .related-links-header {
  color: #666;
  text-align: left;
  font-size: 11px;
  margin-bottom: 10px;
}
.main-wrapper .custom-links a {
  width: 100%;
  background-color: #FFFFFF;
  border: none;
  padding: 20px;
  text-decoration: none;
  color: #1C5CE8;
  font-size: 18px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: color 0.3s, box-shadow 0.3s, transform 0.3s;
  display: block;
  margin-bottom: 15px;
  font-weight: 800;
}
.main-wrapper .custom-links a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid orange;
  margin-left: 10px;
}
.main-wrapper .custom-links a:hover {
  color: #00BFFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
  text-decoration: underline;
}

.newsletter-container {
  margin-bottom: 25px;
}

.newsletter-form {
  position: relative;
  padding: 1rem;
  padding-top: 27px;
  background-color: #1f1f2b;
  background-image: url(/public/img/header-border-bottom.png);
  background-repeat: repeat-x;
  background-position: top;
  min-height: 250px;
  margin-left: 24px;
  margin-right: 24px;
}
.newsletter-form label {
  color: #dddddd;
  letter-spacing: 1px;
  width: 75%;
  margin-top: 8px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 100;
}
.newsletter-form .mundo-logo {
  background-image: url(/public/img/mundo-white.png);
  background-repeat: no-repeat;
  background-size: 110px;
  display: block;
  width: 213px;
  height: 48px;
}
.newsletter-form .mundo-text {
  font-size: 32px;
  color: #ffffff;
  line-height: 31px;
}
.newsletter-form .mundo-text span {
  color: #67e47e;
}
.newsletter-form .email {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 2px;
}
.newsletter-form .submit {
  display: block;
  width: 70%;
  border-radius: 4px;
  background-color: #e33625;
  box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2);
  font-size: 20px;
  padding: 10px 0;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  margin: 25px auto 0;
  border: 0;
}
.newsletter-form .subscribe-sent, .newsletter-form .subscribe-already {
  display: none;
  color: #dddddd;
  letter-spacing: 1px;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 100;
}
.newsletter-form .alert-text {
  display: none;
  color: #dddddd;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 100;
}
.newsletter-form .alert {
  border: 2px solid #ff0000;
}

.widget.recommended-posts {
  margin-bottom: 33px;
}
.widget.recommended-posts .widget-header {
  margin-bottom: 10px;
}
.widget.recommended-posts .widget-header h2,
.widget.recommended-posts .widget-header h3,
.widget.recommended-posts .widget-header h4 {
  text-align: center;
  font-weight: 500;
  color: #333333;
  font-size: 24px;
}
.widget.recommended-posts .widget-content .article {
  margin-bottom: 25px;
}
.widget.recommended-posts .widget-content .article .article-category {
  font-size: 14px;
  text-align: left;
  color: #a74fa0;
}
.widget.recommended-posts .widget-content .article .article-title h3,
.widget.recommended-posts .widget-content .article .article-title h4,
.widget.recommended-posts .widget-content .article .article-title h5 {
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 500;
}
.widget.recommended-posts .widget-content .article .article-title h3 *,
.widget.recommended-posts .widget-content .article .article-title h4 *,
.widget.recommended-posts .widget-content .article .article-title h5 * {
  color: #4a4a4a;
  text-decoration: none;
}

footer {
  padding: 24px 0;
  background-color: #1e1e29;
}
footer a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}
footer .item {
  text-align: center;
  margin-bottom: 4px;
}
footer .item.social {
  padding-top: 20px;
  margin-bottom: 20px;
}
footer .item.social a {
  color: #7f6eb0;
  font-size: 21px;
}
footer .item.social a i {
  width: auto;
}
footer .item.social a i:before {
  margin: 0;
}
footer .item.social a.pin {
  position: relative;
  top: 1px;
}
footer .item.social a:nth-child(1) {
  margin-right: 15px;
}
footer .item.social a:nth-child(2) {
  margin-right: 15px;
}
footer .item.text {
  color: #4f4f6e;
  font-size: 14px;
}

.pagination {
  text-align: center;
  min-height: 60px;
  margin-top: 20px;
  padding-bottom: 20px;
}
.pagination ul {
  padding: 0;
  margin: 0 auto;
}
.pagination ul li {
  float: left;
  height: 40px;
  display: block;
}
.pagination ul li a, .pagination ul li span {
  margin-right: 2px;
  background-color: #ff4e5a;
}
.pagination ul li .page-numbers {
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  display: block;
  padding: 5px 12px;
  font-weight: 700;
  -webkit-box-shadow: 0 5px 0 0 #e4414d;
  box-shadow: 0 5px 0 0 #e4414d;
}
.pagination ul li .current {
  background-color: #484871;
  color: #FFF;
  margin-right: 3px;
  -webkit-box-shadow: 0 5px 0 0 #414165;
  box-shadow: 0 5px 0 0 #414165;
}
.pagination .main-pagination {
  display: inline-block;
  margin: 0 auto;
}
.pagination .main-pagination a {
  background-color: #ff4e5a;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  display: block;
  padding: 5px 50px;
  font-weight: 700;
  -webkit-box-shadow: 0 5px 0 0 #dc3843;
  box-shadow: 0 5px 0 0 #dc3843;
}

._404 {
  margin-bottom: 96px;
}
._404 .single-content h1 {
  font-size: 30px;
}
._404 .single-content h2 {
  font-size: 27px;
  color: #a74fa0;
}
._404 .single-content h4 {
  padding: 25px 0 0;
  font-weight: 300;
  font-size: 17px;
}
._404 .single-content h4 a {
  color: #a74fa0;
}
._404 .single-content ul {
  margin: 0;
  padding: 10px 0 0;
}
._404 .single-content ul li {
  padding: 2px;
  list-style: none;
  line-height: 1;
  font-weight: 500;
  font-size: 16px;
}
._404 .single-content ul li a {
  color: #a74fa0;
}
._404 .single-content .img {
  width: 250px;
  margin: 0 auto;
}
._404 .single-content .link {
  padding: 20px 0 15px 0;
}
._404 .content {
  overflow: hidden;
}
._404 .content > .box-shadow {
  box-shadow: none;
}

.fb-login-box {
  z-index: 1100;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 5px;
  margin: 50px auto 0;
  display: none;
}
.fb-login-box .fb-container {
  width: 350px;
  background: white;
  border-radius: 5px;
  margin: 10px auto 0;
  padding: 15px;
  padding-top: 21px;
  background-color: #ffffff;
  background-image: url(/public/img/header-border-bottom.png);
  background-repeat: repeat-x;
  background-position: top;
}
.fb-login-box .mundo-logo {
  background-image: url(/public/img/mundo-black.png);
  background-repeat: no-repeat;
  background-size: 110px;
  display: block;
  width: 111px;
  height: 48px;
  margin: 0 auto;
}
.fb-login-box ul {
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 0;
}
.fb-login-box ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fb-login-box .thechamp-title {
  text-align: center;
  color: #000000;
}
.fb-login-box .theChampLogin {
  display: inline-block;
  float: inherit;
  margin: 0 auto;
  width: 50px;
  height: 50px;
}
.fb-login-box .the_champ_login_container {
  margin: 15px auto 0;
  width: 165px;
  height: 50px;
  cursor: pointer;
}
.fb-login-box .login-fb {
  color: #ffffff;
  float: inherit;
  display: block;
  padding: 0px;
  margin-top: -44px;
  margin-left: 55px;
  cursor: pointer;
}