/*
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
*/

.circle-item {
  clip-path: circle(100px, 100px, 100px);
  clip-path: circle(100px at center);
}

.backback { background: rgb(0, 178, 214) url("img/backback.png"); }

.hovicon {
  display: inline-block;
  font-size: 45px;
  line-height: 90px;
  cursor: pointer;
  margin: 20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
  color: rgb(0, 0, 0);
}
.hovicon.small {
  font-size: 20px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  margin: 7px;
}
.hovicon.mini {
  font-size: 15px;
  line-height: 32px;
  width: 30px;
  height: 30px;
  margin: 7px;
}
.hovicon.auto-width {
  width: auto;
  height: auto;
  padding: 15px;
}
.hovicon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.hovicon:before {
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
/* Effect 1 */
.hovicon.effect-1 {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.hovicon.effect-1:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}
/* Effect 1a */
.hovicon.effect-1.sub-a:hover {
  background: rgb(0, 0, 0);
  color: #41ab6b;
}
.hovicon.effect-1.sub-a:hover i {
  color: #41ab6b;
}
.hovicon.effect-1.sub-a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 1b */
.hovicon.effect-1.sub-b:hover {
  background: rgba(0, 0, 0, 1);
  color: #41ab6b;
}
.hovicon.effect-1.sub-b:hover i {
  color: #41ab6b;
}
.hovicon.effect-1.sub-b:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.hovicon.effect-1.sub-b:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 2 */
.hovicon.effect-2 {
  color: #eea303;
  box-shadow: 0 0 0 3px rgb(8, 7, 7);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.hovicon.effect-2:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: rgb(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
/* Effect 2a */
.hovicon.effect-2.sub-a:hover,
.hovicon.effect-2.sub-a:hover i {
  color: #eea303;
}
.hovicon.effect-2.sub-a:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
/* Effect 2b */
.hovicon.effect-2.sub-b:hover:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
  -moz-transition: -moz-transform 0.4s, opacity 0.2s;
  transition: transform 0.4s, opacity 0.2s;
}
.hovicon.effect-2.sub-b:hover,
.hovicon.effect-2.sub-b:hover i {
  color: rgb(12, 5, 5);
}
/* Effect 3 */
.hovicon.effect-3 {
  box-shadow: 0 0 0 4px rgb(0, 0, 0);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.hovicon.effect-3:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: rgb(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
}
/* Effect 3a */
.hovicon.effect-3.sub-a,
.hovicon.effect-3.sub-a i {
  color: #f06060;
}
.hovicon.effect-3.sub-a:hover,
.hovicon.effect-3.sub-a:hover i {
  color: rgb(0, 0, 0);
}
.hovicon.effect-3.sub-a:hover:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
/* Effect 3b */
.hovicon.effect-3.sub-b,
.hovicon.effect-3.sub-b i {
  color: rgb(0, 0, 0);
}
.hovicon.effect-3.sub-b:hover,
.hovicon.effect-3.sub-b:hover i {
  color: #f06060;
}
.hovicon.effect-3.sub-b:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.hovicon.effect-3.sub-b:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 4 */
.hovicon.effect-4 {
  width: 92px;
  height: 92px;
  box-shadow: 0 0 0 4px rgb(0, 0, 0);
}
.hovicon.effect-4.small {
  width: 45px;
  height: 45px;
}
.hovicon.effect-4.mini {
  width: 30px;
  height: 30px;
}
.hovicon.effect-4.sub-a {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.hovicon.effect-4:before {
  line-height: 92px;
}
.hovicon.effect-4:after {
  top: -4px;
  left: -4px;
  padding: 0;
  z-index: 10;
  border: 4px dashed rgb(0, 0, 0);
}
.hovicon.effect-4:hover {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  color: rgb(0, 0, 0);
}
.hovicon.effect-4:hover i {
  color: rgb(0, 0, 0);
}
/* Effect 4b */
.hovicon.effect-4.sub-b:hover {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.hovicon.effect-4.sub-b:hover:after {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Effect 5 */
.hovicon.effect-5 {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
  overflow: hidden;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.hovicon.effect-5:after {
  display: none;
}
.hovicon.effect-5:hover {
  background: rgb(0, 0, 0);
  color: #702fa8;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
}
.hovicon.effect-5:hover i {
  color: #702fa8;
}
.hovicon.effect-5.sub-a:hover:before {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  -moz-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
.hovicon.effect-5.sub-b:hover:before {
  -webkit-animation: toLeftFromRight 0.3s forwards;
  -moz-animation: toLeftFromRight 0.3s forwards;
  animation: toLeftFromRight 0.3s forwards;
}
@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toLeftFromRight {
  49% {
    -moz-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
.hovicon.effect-5.sub-c:hover:before {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
.hovicon.effect-5.sub-d:hover:before {
  -webkit-animation: toBottomFromTop 0.3s forwards;
  -moz-animation: toBottomFromTop 0.3s forwards;
  animation: toBottomFromTop 0.3s forwards;
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
/* Effect 6 */
.hovicon.effect-6 {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.hovicon.effect-6:hover {
  background: rgba(255, 255, 255, 1);
  color: #64bb5d;
}
.hovicon.effect-6:hover i {
  color: #64bb5d;
}
.hovicon.effect-6:hover:before {
  -webkit-animation: spinAround 2s linear infinite;
  -moz-animation: spinAround 2s linear infinite;
  animation: spinAround 2s linear infinite;
}
/* Effect 7 */
.hovicon.effect-7 {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.hovicon.effect-7:hover,
.hovicon.effect-7:hover i {
  color: #fff;
}
.hovicon.effect-7:after {
  top: -8px;
  left: -8px;
  padding: 8px;
  z-index: -1;
  opacity: 0;
}
/* Effect 7a */
.hovicon.effect-7.sub-a:after {
  box-shadow: 0 0 0 rgb(0, 0, 0);
  -webkit-transition: opacity 0.2s, box-shadow 0.2s;
  -moz-transition: opacity 0.2s, box-shadow 0.2s;
  transition: opacity 0.2s, box-shadow 0.2s;
}
.hovicon.effect-7.sub-a:hover:after {
  opacity: 1;
  box-shadow: 3px 3px 0 rgb(0, 0, 0);
}
.hovicon.effect-7.sub-a:before {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
.hovicon.effect-7.sub-a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 7b */
.hovicon.effect-7.sub-b:after {
  box-shadow: 3px 3px rgba(255, 255, 255, 1);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  -moz-transition: opacity 0.2s, -moz-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
}
.hovicon.effect-7.sub-b:hover:after {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.hovicon.effect-7.sub-b:before {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
.hovicon.effect-7.sub-b:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 8 */
.hovicon.effect-8 {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}
.hovicon.effect-8:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.hovicon.effect-8:hover {
  background: rgba(255, 255, 255, 0.05);
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  color: #fff;
}
.hovicon.effect-8:hover i {
  color: #fff;
}
.hovicon.effect-8:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
/* Effect 9 */
.hovicon.effect-9 {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.hovicon.effect-9:after {
  top: 0;
  left: 0;
  padding: 0;
  box-shadow: 0 0 0 3px #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
/* Effect 9a */
.hovicon.effect-9.sub-a:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  opacity: 0.5;
}
.hovicon.effect-9.sub-a:hover {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 1);
  color: #fff;
}
.hovicon.effect-9.sub-a:hover i {
  color: #fff;
}
/* Effect 9b */
.hovicon.effect-9.sub-b:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.hovicon.effect-9.sub-b:hover {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
  color: #fff;
}
.hovicon.effect-9.sub-b:hover i {
  color: #fff;
}

.btn-big {
  padding: 10px 0px;
  min-width: 64px;
}

/* 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;
}

.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;
}

.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;
}

.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 {
  width: 24px;
  height: 24px;
  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;
}

.jumbotron .small {
  color: #6c757d !important;
}

/* .raleway { font-family: Impact, Charcoal, sans-serif !important; font-weight: 800 !important; } */
.raleway {
  font-family: Impact, Charcoal, sans-serif !important;
  font-weight: 800 !important;
}

.page-header .title {
  color: #fff;
}
.page-header h4 {
  color: #fff;
}
.page-header.header-small {
  height: 610px;
}
.page-header.header-small.header-single {
  height: 45vh;
  min-height: 45vh;
}
.page-header {
  height: 100vh;
  background-position: 50%;
  background-size: cover;
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
}

.bg-header-home {
  background: rgb(0, 178, 214) url("img/backback.png");
}

.jumbotron {
  margin-bottom: 0rem !important;
  padding: 2rem 2rem 0 !important;
  background: rgb(0, 178, 214) url("img/backback.png");
}

.main {
  margin-top: -35px;
}

.main-raised {
  margin-top: 20px;
  background-image: linear-gradient(to bottom, #fff, #eee);
}

.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: 10px;
}

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;
  height: 22px;
  -webkit-line-clamp: 1;
}

.ellipsis-two {
  max-height: 2.6em;
  line-height: 1.3em;
  height: 42px;
  -webkit-line-clamp: 2;
}

.ellipsis-three {
  max-height: 3.8em;
  line-height: 1.3em;
  height: 62px;
  -webkit-line-clamp: 3;
}

.card-body {
  font-size: 14px;
  padding-bottom: 10px !important;
}

.card-header {
  font-size: 14px;
}

.btn.btn-loto {
  width: 45px;
  height: 45px;
}

.btn-fav {
  height: auto;
  max-width: 90%;
  max-height: 90%;
}

.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;  } */

a.menu-sm {
  line-height: 24px !important; /* font-size: 0.9rem !important; */
}

.border {
  border-color: rgba(0, 0, 0, 0.15);
}

.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,
h1,
h2,
h3 {
  margin-top: 0px;
  font-size: 1.769rem;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none !important;
}

.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 {
  font-size: 16px !important;
}

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);
}

.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: #f65962;
  border-color: #f65962;
}
.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-blue {
  color: #0099cc !important;
}
.text-indigo {
  color: #6610f2 !important;
}
.text-purple {
  color: #6f42c1 !important;
}
.text-pink {
  color: #e83e8c !important;
}
.text-red {
  color: #ff0000 !important;
}
.text-orange {
  color: #fd7e14 !important;
}
.text-yellow {
  color: #ffc107 !important;
}
.text-green {
  color: #28a745 !important;
}
.text-teal {
  color: #20c997 !important;
}
.text-cyan {
  color: #17a2b8 !important;
}
.text-white {
  color: #fff !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;
}

/* class="btn btn-space btn-secondary btn-sm bg-yellow text-dark"  */
.bg-blue {
  background-color: #0099cc !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: #181818 !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 !important;
  }
  .page-header.header-small {
    height: 780px;
  }
}





//@import url(//fonts.googleapis.com/css?family=League+Gothic);
//@import url(//fonts.googleapis.com/css?family=Roboto);

body {
	background: #ededed;
  }
  
  .notificationx {
	background-color: #555;
	color: white;
	text-decoration: none;
	padding: 15px 26px;
	position: relative;
	display: inline-block;
	border-radius: 2px;
  }
  
  .notificationx:hover {
	background: red;
  }
  
  .notificationx .badgex {
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 5px 10px;
	border-radius: 50%;
	background: red;
	color: white;
  }

.mask  {
	-webkit-mask-image: url(../img/fade.svg);
	-webkit-mask-repeat: no-repeat;
}

.header-content {
	padding: 25px;
}

.footer-content {
	padding: 25px;
}

.body-content {
	padding: 25px;
}

.btn-outline-gray {
    color: #6c757d;
    border-color: #ddd;
}

h1, h2, h3 {
    margin-top: 0px;
    word-spacing: 0.1em;
    line-height: 1.2;
    font-weight: 600;
	//font-family: "League Gothic";
	font-family: Roboto,Arial,sans-serif;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;	
}

.ellipsis-two {
	-webkit-line-clamp: 2;
}

.ellipsis-three {
	-webkit-line-clamp: 3;
}

.header-content h1 {
	font-size: 50px;
}

.header-content h2 {
	font-size: 40px;
}

.logo {
	width: .75em;
}

small, .small {
    font-size: 75%;
}

.header-content h1  span {
	font-weight: 700;
}

.floating { 
	animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

@keyframes floating {
	0% { transform: translate(0,  0px); }
	50%  { transform: translate(0, 15px); }
	100%   { transform: translate(0, -0px); }   
}

a:visited {
	color: #551a8b !important;
}

body {
	padding: 0;
	background-color: #dee1e7;
	height: auto;
	min-height: 100%;
	margin: 0;
	font-family: Roboto,Arial,sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.428571;
	text-align: left;
}

.main {
	background-color: #fff;
	border-radius: 5px;
	padding: 20px;
	
}

.main-raised {
	border-radius: 5px;
	padding: 20px;
	background-image: linear-gradient(to bottom, #fff, #dee1e7);
}
.main-degraded {
	border-radius: 5px;
	padding: 20px;
	background-image: linear-gradient(to top, #fff, #dee1e7);
}

.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;
}

@media (min-width: 576px) {
	.container {
		max-width: 100%;
	}

}

@media (min-width: 768px) {
	.container {
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 100%;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1440px;
	}
}

@media screen and (max-width: 576px) {

	.container {
		max-width: 100%;
	}	
	.header-content {
		padding: 10px;
	}
	.footer-content {
		padding: 10px;
	}
	.body-content {
		padding: 10px;
	}	

	.main-raised {
		padding: 15px;
	}
	.main-degraded {
		padding: 15px;
	}
}

.roboto {
	font-family: Roboto, Arial, sans-serif;
	font-size: 4.5em;
	font-weight: 100;
	line-height: 1;
}