/*
Theme Name: Dominicana.do
Theme URI: http://www.dominicana.do
Author: Jorge Castillo
Author URI: http://ziport.com
Description: Dominicana.do ¡Lo Tiene Todo!
Version: 5.0
*/

.backback { background: rgb(0, 178, 214) url("img/backback.png"); padding: 2rem !important; border-radius: 4px; }

.card {
  background-color: #fff;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 0 4px 0 rgb(0 0 0 / 4%);
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 4%);
  border-width: 0;
  border-radius: 3px;
  display: block;
}

.custom-width .modal-content,
.custom-width .modal-dialog {
  /* width: 800px; */
}

html {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.imgh {
  position: relative;
  text-align: center;
  color: white;
}

.bb-portadas-left {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.bb-imagenes-left {
  position: absolute;
  bottom: -2px;
  left: 10px;
}

body {
  color: #000;
  background-color: #dee1e7;
    padding: 0;
    height: auto;
    min-height: 100%;

    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

    text-align: left;    
}

.btn-big {
  padding: 10px 0px;
  min-width: 64px;
}

.logo-color {
  background-image: url("img/dominicana.do-color.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 30px;
}

.nav-top {
  top: 0;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.btn-circle {
  text-align: center;
  padding: 3px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.btn-circle > i {
  margin: 0;
  border-radius: 50px;
  width: 58px;
  height: 58px;
}

.opacity-0 {
  opacity: 0 !important;
}
.opacity-1 {
  opacity: 0.1 !important;
}
.opacity-2 {
  opacity: 0.2 !important;
}
.opacity-3 {
  opacity: 0.3 !important;
}
.opacity-4 {
  opacity: 0.4 !important;
}
.opacity-5 {
  opacity: 0.5 !important;
}
.opacity-6 {
  opacity: 0.6 !important;
}
.opacity-7 {
  opacity: 0.7 !important;
}
.opacity-8 {
  opacity: 0.8 !important;
}
.opacity-9 {
  opacity: 0.9 !important;
}
.opacity-10 {
  opacity: 1 !important;
}

ul {
  padding-inline-start: 20px;
}

/*
.jumbotron { padding: 2rem 2rem; }
.jumbotron-footer { background-color: #fff; border-radius: .3rem; padding: 2rem 2rem; }

.bg-header-home { background:  rgb(0, 178, 214) url("img/backback.png") }
.page-header .title { color: #fff; }
.page-header h4 { color: #fff; }
.page-header.header-small { height: 50vh;  min-height: 45vh; } 
.page-header.header-small.header-single { height: 45vh;  min-height: 45vh; } 
.page-header { height: 100vh;  margin: 0; padding: 0; border: 0; display: flex; }

.header-text { margin-top: 50px; }
.header-text h1, .header-text p { text-shadow: 1px 1px #000 !important; } 

.main-raised { margin-top: -95px; background-image: linear-gradient(to bottom, #fff, #fff, #dee1e7); }
*/

.list-group-item {
  border: 1px solid rgb(0 0 0 / 30%);
}

.list-group-item:last-child {
  padding-bottom: 20px;
}

.main-raised {
  background-image: linear-gradient(to bottom, #fff, #fff, #dee1e7);
}

.main-lower {
  background-image: linear-gradient(to bottom, #dee1e7, #fff, #fff);
}

.image-disable {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.float-center {
  margin: 0px auto 0px auto !important;
  text-align: center !important;
}

a:hover {
  /* color:#FE0024 !important; text-decoration: underline !important; */
}

.underline {
  text-decoration: underline !important;
}

.trendy {
  color: #fe0024 !important;
}

a:visited {
  color: #551a8b !important;
}

.logo-color {
  background-image: url("img/dominicana.do-color.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 30px;
}

::selection {
  background: #fe0024 !important;
  color: FFFFFF !important;
}
::-moz-selection {
  background: #fe0024 !important;
  color: FFFFFF !important;
}

small,
.small {
  font-size: 85%;
}

.small-xs {
  font-size: 9px;
}

small a,
.small a {
  color: #6c757d !important;
}

.be-top-header .page-title .small {
  line-height: 5px;
  font-size: 55%;
}

.ellipsis {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
}

.ellipsis-one {
  max-height: 1.3em;
  line-height: 1.3em;
  -webkit-line-clamp: 1;
}

.ellipsis-two {
  max-height: 2.6em;
  line-height: 1.3em;
  -webkit-line-clamp: 2;
}

.ellipsis-three {
  max-height: 4em;
  line-height: 1.4em;
  -webkit-line-clamp: 3;
}

h3.ellipsis-three {
  font-size: 1.3rem;
}

.card {
  margin-bottom: 0px;
}

.card-body {
  font-size: 14px;
  padding: 10px;
}

.card-header-divider:last-child {
  border-bottom: 0px;
}

.card-header {
  font-size: 14px;
}

.card-header {
  margin: 0 !important;
  padding: 1rem !important;
}

.btn.btn-loto {
  width: 45px;
  height: 45px;
}

.btn-fav {
  width: 60px;
  height: auto;
  min-width: 58px;
  min-height: 58px;
}

.be-icons-nav > li.dropdown > a .indicator {
  background-color: #fe0024;
}

.shadow-xs {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.modal-body {
  padding: 10px 10px 10px;
}

.logo-color {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 60px;
}

.logo-big {
  background-image: url("img/dominicana.do-color.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
}

/* .be-top-header .be-navbar-header .navbar-brand { background-image: url("img/dominicana.do-color.svg") !important; width:100% !important;  } */

.nav-top {
  top: 20px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1040;
}

a.menu-sm {
  line-height: 24px !important; /* font-size: 0.9rem !important; */
}

.border {
  border-color: rgba(0, 0, 0, 0.15) !important;
}

.data-info .indicator {
  font-size: 2.5rem;
  margin-right: 7px;
  line-height: 24px;
  vertical-align: middle;
}

.data-info .indicator-equal {
  color: #fbbc05;
}

.data-info .indicator-positive {
  color: #34a853;
}

.data-info .indicator-negative {
  color: #ea4335;
}

.border-equal {
  border: 3px solid #fbbc05 !important;
}

.border-positive {
  border: 3px solid #34a853 !important;
}

.border-negative {
  border: 3px solid #ea4335 !important;
}

.invisible {
  display: none !important;
}

.page-head {
  padding-top: 10px !important;
}

.be-top-header .be-icons-nav {
  margin-right: 0px;
}

h1,
h2,
h3 {
  margin-top: 0px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
}
h4,
h5,
h6 {
  margin-top: 0px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
}

.h1,
.h2,
.h3 {
  margin-top: 0px !important;
  font-size: 1.2rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  color: #000 !important;
}
.h4,
.h5,
.h6 {
  margin-top: 0px !important;
  font-size: 1.5rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  color: #000 !important;
}

/* a h3.tendencia, a h4.tendencia { color: #0066CC; } */
a:visited h3.tendencia,
a:visited h4.tendencia {
  color: #551a8b !important;
}

.supersize a {
  margin: 0px;
  padding: 0px;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 600;
  color: #000;
  font-style: italic;
  vertical-align: text-top;
  top: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none !important;
  color: #000 !important;
}

h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #000 !important;
}

a:hover.trends {
  text-decoration: none !important;
}

.badge a {
  color: #000 !important;
}

.badge {
  line-height: 2.1 !important;
}

.badge {
  color: #000 !important;
  background-color: #fff !important;
  border: transparent;
  border: 1px solid #d9d9d9;
}

.badge-el-dia,
.badge-el-dia a {
  color: #fff !important;
  background-color: #e36423 !important;
  border: transparent;
}
.badge-cristian-caricaturas-el-dia,
.badge-cristian-caricaturas-el-dia a {
  color: #fff !important;
  background-color: #e36423 !important;
  border: transparent;
}
.badge-primicias,
.badge-primicias a {
  color: #000 !important;
  background-color: #fff !important;
  border: transparent;
}
.badge-nuria-piera,
.badge-nuria-piera a {
  color: #fff !important;
  background-color: #3e6fb3 !important;
  border: transparent;
}
.badge-listin-diario,
.badge-listin-diario a {
  color: #000 !important;
  background-color: #fbbc05 !important;
  border: transparent;
}
.badge-diario-libre,
.badge-diario-libre a {
  color: #fff !important;
  background-color: #157751 !important;
  border: transparent;
}
.badge-el-caribe,
.badge-el-caribe a {
  color: #fff !important;
  background-color: #38a9db !important;
  border: transparent;
}
.badge-el-nuevo-diario,
.badge-el-nuevo-diario a {
  color: #fff !important;
  background-color: #e01c2b !important;
  border: transparent;
}
.badge-acento,
.badge-acento a {
  color: #fff !important;
  background-color: #f81616 !important;
  border: transparent;
}
.badge-deportes,
.badge-deportes a {
  color: #fff !important;
  background-color: #343a40 !important;
  border: transparent;
}
.badge-periodico-hoy,
.badge-periodico-hoy a {
  color: #fff !important;
  background-color: #4f94df !important;
  border: transparent;
}
.badge-el-nacional,
.badge-el-nacional a {
  color: #fff !important;
  background-color: #c12735 !important;
  border: transparent;
}
.badge-cdn,
.badge-cdn a {
  color: #fff !important;
  background-color: #c92127 !important;
  border: transparent;
}
.badge-mas-vip,
.badge-mas-vip a {
  color: #fff !important;
  background-color: #bf1b23 !important;
  border: transparent;
}
.badge-actualidad-rt,
.badge-actualidad-rt a {
  color: #000 !important;
  background-color: #6ec702 !important;
  border: transparent;
}
.badge-internacional,
.badge-internacional a {
  color: #000 !important;
  background-color: #6ec702 !important;
  border: transparent;
}
.badge-infobae,
.badge-infobae a {
  color: #fff !important;
  background-color: #f98300 !important;
  border: transparent;
}
.badge-farandula,
.badge-farandula a {
  color: #fff !important;
  background-color: #ff00cc !important;
  border: transparent;
}
.badge-luminariastv,
.badge-luminariastv a {
  color: #fff !important;
  background-color: #ff00cc !important;
  border: transparent;
}
.badge-youtube,
.badge-youtube a {
  color: #fff !important;
  background-color: #ff0000 !important;
  border: transparent;
}
.badge-twitter,
.badge-twitter a {
  color: #fff !important;
  background-color: #00c3f3 !important;
  border: transparent;
}

.badge-noticias-sin,
.badge-noticias-sin a {
  color: #fff !important;
  background-color: #003366 !important;
  border: transparent;
}

.modal-header .close {
  font-size: 2.5rem;
}

.nav-links .page-numbers {
  display: inline-block;
  background-color: #fff;
  padding: 14px 18px;
  text-align: center;
  float: left;
  margin-left: -1px;
  border: 1px solid #d2d2d2;
}

.phone {
}

hr.dashed {
  border-top: dashed #e3e3e3 1px;
}

.modal-header {
  padding: 10px;
}

.modal-footer {
  padding: 10px;
}

.h5,
h5 {
  font-size: 1.2rem;
}

.banner {
  max-width: 250px;
  max-height: 250px;
}

.item-img {
  position: relative;
}

.item-img img {
  width: 100%;
  height: auto;
}

.img-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("img/yt-transparent.png") no-repeat center center;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  /*transition:all 0.3s ease-in-out;*/
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.btn-circle > i {
  background: #e5e9ed;
  width: 60px;
  height: 60px;
  padding: 18px 0;
  font-size: 24px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 6px;
  line-height: normal;
}

.item-img:hover > a .img-hover {
  opacity: 0.7;
  background: url("img/yt.png") no-repeat center center;
}

.text-red a {
  color: #ff3300 !important;
}

.red-bg {
  background-color: #ff3300 !important;
}

.red-bg a {
  color: #fff !important;
}

.red-bg .text-secondary {
  color: #fff !important;
}

.title-father {
  position: relative;
  text-align: center;
}

.title-bottom-left {
  width: 85%;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.title-bottom-left,
.title-bottom-left a {
  color: #fff !important;
  text-shadow: 1px 1px #000;
}

.text-shadow,
.text-shadow a,
.header-text h1,
.header-text p {
  text-shadow: 1px 1px #000 !important;
}

.icon-large {
  font-size: 250% !important;
}

.page-head {
  display: block !important;
}

ol {
  padding-inline-start: 20px !important;
}

.page-head-title {
  margin-top: 0px;
}

.header-icon {
  font-size: 95px !important;
}

@media (min-width: 992px) {
  .hadsense {
    height: 90px !important;
    max-height: 90px !important;
  }
}

@media (min-width: 1200px) {
  .hadsense {
    height: 90px !important;
    max-height: 90px !important;
  }
}

.btn-danger {
  color: #fff;
  background-color: #ff3300;
  border-color: #ff3300;
}

.be-content-full {
  margin-left: 0 !important;
}

.be-content {
  margin-left: 0 !important;
}

.title-bgcolor {
  background-color: rgba(0, 0, 0, 0.2);
  line-height: 1.2;
}

a.title-white {
  color: #fff !important;
  text-shadow: 1px 1px #000 !important;
}

a:hover.title-white {
  color: #fe0024 !important;
  text-decoration: none !important;
}

.card-border-off {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.panel-header {
  background: rgb(0, 178, 214) url("img/backback.png");
  color: #fff;
  margin-bottom: 0rem;
  padding: 15px 0 25px 0 !important;
  text-shadow: 1px 1px #000;
  border-radius: 3px 3px 0 0;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.panel-playa {
  background-size: cover;
  background-color: rgb(104, 123, 142);
  background-image: url("img/playa.jpg");
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  margin-bottom: 0rem;
  padding: 15px 0 25px 0 !important;
  text-shadow: 1px 1px #000;
  border-radius: 3px 3px 0 0;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.panel-movie {
  background-size: cover;
  background-color: rgb(104, 123, 142);
  background-image: url("img/movie.jpg");
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  margin-bottom: 0rem;
  padding: 15px 0 25px 0 !important;
  text-shadow: 1px 1px #000;
  border-radius: 3px 3px 0 0;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.panel-pizza {
  background-size: cover;
  background-color: rgb(
    104,
    123,
    142
  ); /* background-image: url("img/pizza.jpg"); */
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  margin-bottom: 0rem;
  padding: 15px 0 25px 0 !important;
  text-shadow: 1px 1px #000;
  border-radius: 3px 3px 0 0;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.footer {
  border-top: 1px solid #e3e3e3;
  background-color: #ccc;
}

.article-container {
  width: auto;
  height: auto;
  margin: -40px 20px 0 20px;
  position: relative;
  background: #fff;
  padding: 10px;
}

.post {
  width: auto;
  height: auto;
  background: #fff;
}

.totalpoll-share {
  margin-top: 0 !important;
  padding: 0 !important;
}

.wp-embed {
  border-radius: 0 0 3px 3px;
  border: none !important;
}

.btn-instagram {
  color: #fff;
  background-color: #8134AF;
  border-color: #8134AF;
}
.btn-whatsapp {
  color: #fff;
  background-color: #1d9e11;
  border-color: #1d9e11;
}
.btn-facebook {
  color: #fff;
  background-color: #2d5f9a;
  border-color: #2d5f9a;
}
.btn-twitter {
  color: #fff;
  background-color: #00c3f3;
  border-color: #00c3f3;
}
.btn-issuu {
  color: #fff;
  background-color: #ff6633;
  border-color: #ff6633;
}
.btn-white {
  color: #4285f4;
  background-color: #fff;
  border-color: #4285f4;
}

.color-facebook {
  color: #3b5998 !important;
}
.color-instagram {
  /* background: -webkit-linear-gradient(#405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80 ); -webkit-background-clip: text; -webkit-text-fill-color: transparent; */
}
.color-instagram {
  color: #e1306c;
}
.color-twitter {
  color: #00acee !important;
}
.color-youtube {
  color: #ff0000 !important;
}
.color-linkedin {
  color: #0077b5 !important;
}

.text-instagram {
  color: #ff3300;
}
.text-blue {
  color: #0099cc !important;
}
.text-blue-dark {
  color: #003366 !important;
}
.text-indigo {
  color: #6610f2 !important;
}
.text-purple {
  color: #6f42c1 !important;
}
.text-pink {
  color: #e83e8c !important;
}
.text-red {
  color: #ff0000 !important;
}
.text-fire {
  color: #ff3300 !important;
}
.text-orange {
  color: #fd7e14 !important;
}
.text-yellow {
  color: #fbbc05 !important;
}
.text-green {
  color: #28a745 !important;
}
.text-teal {
  color: #20c997 !important;
}
.text-cyan {
  color: #17a2b8 !important;
}
.text-white {
  color: #fff !important;
}
.text-black {
  color: #000 !important;
}
.text-gray {
  color: #6c757d !important;
}
.text-gray-lite {
  color: #eeeeee !important;
}
.text-gray-dark {
  color: #343a40 !important;
}
.text-dark {
  color: #181818 !important;
}
.text-google {
  color: #4285f4 !important;
}
.text-bg {
  color: #c3c9d5 !important;
}

.icons-navbar {
  font-size: 1.5rem !important;
}

.fs-150 {
  font-size: 150%;
}
.fs-200 {
  font-size: 200%;
}
.fs-250 {
  font-size: 250%;
}
.fs-300 {
  font-size: 300%;
}
.fs-350 {
  font-size: 350%;
}
.fs-400 {
  font-size: 400%;
}
.fs-450 {
  font-size: 450%;
}
.fs-500 {
  font-size: 500%;
}

/* class="btn btn-space btn-secondary btn-sm bg-yellow text-dark"  */
.bg-blue {
  background-color: #0099cc !important;
}
.bg-blue-dark {
  background-color: #003366 !important;
}
.bg-blue-darker {
  background-color: #113355 !important;
}
.bg-indigo {
  background-color: #6610f2 !important;
}
.bg-purple {
  background-color: #6f42c1 !important;
}
.bg-pink {
  background-color: #e83e8c !important;
}
.bg-red {
  background-color: #ff0000 !important;
}
.bg-orange {
  background-color: #fd7e14 !important;
}
.bg-yellow {
  background-color: #ffc107 !important;
}
.bg-green {
  background-color: #28a745 !important;
}
.bg-teal {
  background-color: #20c997 !important;
}
.bg-cyan {
  background-color: #17a2b8 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-gray {
  background-color: #6c757d !important;
}
.bg-gray-dark {
  background-color: #343a40 !important;
}
.bg-dark {
  background-color: #333333 !important;
}

.b-blue {
  border: 1px solid #0099cc !important;
}
.b-indigo {
  border: 1px solid #6610f2 !important;
}
.b-purple {
  border: 1px solid #6f42c1 !important;
}
.b-pink {
  border: 1px solid #e83e8c !important;
}
.b-red {
  border: 1px solid #ff0000 !important;
}
.b-orange {
  border: 1px solid #fd7e14 !important;
}
.b-yellow {
  border: 1px solid #ffc107 !important;
}
.b-green {
  border: 1px solid #28a745 !important;
}
.b-teal {
  border: 1px solid #20c997 !important;
}
.b-cyan {
  border: 1px solid #17a2b8 !important;
}
.b-white {
  border: 1px solid #fff !important;
}
.b-gray {
  border: 1px solid #6c757d !important;
}
.b-gray-dark {
  border: 1px solid #343a40 !important;
}
.b-dark {
  border: 1px solid #181818 !important;
}

@media (min-width: 992px) {
  .container {
    max-width: 998px;
  }
  .mb-8 {
    margin-bottom: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1272px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1440px;
  }
}

@media (max-width: 767.98px) {
  .be-top-header .be-right-navbar {
    border-bottom: 1px solid #ff0000 !important;
    background-color: #ff3300 !important;
  }
}

@media screen and (max-width: 576px) {
  .be-scroll-top {
    display: none !important;
  }
  .be-top-header .be-right-navbar {
    border-bottom: 1px solid #ff0000 !important;
    background-color: #ff3300 !important;
  }
  .v-thumb {
    width: 40% !important;
    float: left !important;
    padding-right: 5px;
  }
  .v-text {
    width: 60% !important;
    padding: 0 0 0 5px !important;
    position: relative;
    float: right !important;
  }
  .p-icon {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .panel-playa {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .article-container {
    width: auto;
    height: auto;
    margin: 0px;
    position: relative;
    background: #fff;
    padding: 10px;
  }
  /* .article-container p { margin-bottom: 0;  } */
  .page-header.header-small {
    height: 490px;
  }
}

/* a:active.navbar-icon i {
  color: #ff3300;
} */

.card.twitter-post, .card.twitter-post h3, .card.twitter-post .color-twitter, .card.twitter-post a {
  color: #fff !important;
  background-color: #00acee !important;
 }
 
 .card.twitter-post .badge-twitter {
  color: #00acee !important;
  background-color: #fff !important; 
 }

 .card.youtube-post, .card.youtube-post h3, .card.youtube-post .color-youtube, .card.youtube-post a {
  color: #fff !important;
  background-color: #ff0000 !important;
 }
 .card.youtube-post .badge-youtube {
  color: #ff0000 !important;
  background-color: #fff !important;   
 }
 
.card.instagram-post, .card.instagram-post h3, .card.instagram-post .color-instagram, .card.instagram-post a {
  color: #fff !important;
  background-color: #8134AF !important;
}

.card.twitter-post a:visited h3.tendencia, .card.youtube-post a:visited h3.tendencia, .card.instagram-post a:visited h3.tendencia {
  color: #fff !important;
}

a:visited h3.tendencia, {
  color: #000 !important;
}