@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

* {
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.titulo {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 12px;
}
body {
	background-image: linear-gradient(to bottom, #cfd9df 0%, #e2ebf0 100%);
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
}
a{
	text-decoration: none;
}
.sowertec{
	width: 100%;
}
.sowertec img{
	width: 100%;
}
.news-aa img{
	width: 100%;
}
.boton{
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
.boton:hover{
	box-shadow: inset 180px 0 0 0 #000000;
}

.sowertec-tab{
  width: 100%;
margin: 0 0 20px;
}
.sowertec-tab .nav-item {
  background: #8b8b8b;
  color: #fff;
  margin: 0px 2px;
  text-align: center;
  text-transform: uppercase;
  flex: 8;
}
.sowertec-tab .active{
    background: #09569f;
}
.sowertec-tab .active a{
    color: #fff;
}
.sowertec-tab .nav-item .active:after {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    overflow: hidden;
    content: "";
    width: 0;
    height: 0;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    border-top: 20px solid #09569f;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.sowertec-tab a {
  background: #8b8b8b;
  padding: 20px 0;
  min-height: 65px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
      position: relative;
}
.sowertec-new-item {
    border: 1px solid rgba(255,255,255,.1);
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-column-gap: 1px;
    grid-row-gap: 5px;
    background: #eee;
    margin: 0 0 5px;
    border-top: 2px solid #065769;
    border-bottom: 2px solid #065769;
}
.show .active{
    background: #09569f;
    color: #ffffff;
}
.show .active h4{
    color: #ffffff;
}
.sowertec-new-item:hover{
    background: #09569f;
}
.sowertec-new-item:hover{
    color: #ffffff;
}
.sowertec-new-item:hover h4{
    color: #ffffff;
}
.sowertec-new-hour {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sowertec-new-data {
    width: 100%;
}
.sowertec-new-data a {
  grid-template-columns: 2fr 5fr;
  color: #313131;
  padding: 0;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: stretch;
}
.sowertec-new-data a .thumb {
    display: block;
    background: #8b8b8b;
    height: 150px;
}
.sowertec-new-data a p.programa-name {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0;
}

#CHAT {
	height: 900px;
	width: 670px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.search-block {
    display: none;
    position: absolute;
    z-index: 90;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    padding: 0;
    transition: opacity 1s ease-out;
}
nav {
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  position: absolute;
  box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, 0.5);
  left: -18em;
  top: 0;
  height: 100%;
  padding-right: 0.2em;
  padding-top: 2em;
  z-index: 20;
  transition: all 0.3s ease;
}

nav.show {
  left: 0;
}

.menu {
  list-style: none;
  line-height: 42px;
  margin: 2em auto;
  /*outline: 1px solid red*/
  padding-left: 0;
  width: 15em;
}
.menu li {
  box-shadow: 3px 0 #6403fe inset;
  padding-left: 1em;
  margin-bottom: 5px;
  transition: all 0.5s;
  /*outline: 1px solid green*/
}
.menu li:hover {
  box-shadow: 18em 0 #6403fe inset;
}
.menu a {
	color: #fff;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  transition: all 0.5s;
}
.menu a:hover {
  margin-left: 1em;
  transition: all 0.3s;
  text-decoration: none;
	color: #fff;
}


.icon-size-25 {
    height: 25px;
    width: 25px;
    display: block;
}
.icono-google-menu {
    background: url(../img/googleplay-menu.svg);
    background-repeat: no-repeat;
}
.icono-appstore-menu {
    background: url(../img/appstore-menu.svg);
    background-repeat: no-repeat;
}
.icono-facebook-menu {
    background: url(../img/facebook-menu.svg);
    background-repeat: no-repeat;
}
.icono-twitter-menu {
    background: url(../img/twitter-menu.svg);
    background-repeat: no-repeat;
}
.icono-search-menu {
    background: url(../img/search-menu.svg);
    background-repeat: no-repeat;
}
.blob {
	background: black;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);

	height: 20px;
	width: 20px;
	transform: scale(1);
	animation: pulse-black 2s infinite;
float: left;margin-right: 6px;}


.gradiente{
  background: rgb(8 128 154 / 78%);
  background: linear-gradient(45deg, rgb(23 0 215 / 55%) 0%, rgb(255 115 0 / 70%) 100%);
}
.gradiente1{
  background: rgb(8 128 154 / 78%);
  background: linear-gradient(45deg, rgb(23 0 215 / 55%) 0%, rgb(98 255 0 / 56%) 100%);
}
.gradiente2{
  background: rgb(8 128 154 / 78%);
  background: linear-gradient(45deg, rgb(18 0 173 / 69%) 0%, rgb(16 159 202 / 72%) 100%);
}
.gradiente3{
  background: rgb(8 128 154 / 78%);
  background: linear-gradient(45deg, rgb(16 3 117 / 87%) 0%, rgb(255 0 165 / 52%) 100%);
}
.gradiente4{
  background: rgb(8 128 154 / 78%);
  background: linear-gradient(45deg, rgb(255 235 59 / 60%) 0%, rgb(72 50 145 / 62%) 100%);
}
.gradiente_cat{
  background: rgb(8 128 154 / 78%);
  background: linear-gradient(359deg, rgb(0 0 0 / 90%) 00%, rgb(255 255 255 / 0%) 50%);
}
.fechador{
  font-size: 13px;
}
.noticiaimg {
    max-height: 200px;
}
.items-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
}
.items-list .item {
    overflow: hidden;
    border-radius: 4px 0;
    background: #fff;
    border: 1px solid #bcbcbc;
}
.items-list .item:nth-child(1), .items-list .item:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 3;
}
.item .data {
    padding: 10px;
}

.item .data h5 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
}
.affix {
    top: 70px;
    z-index: 1 !important;
    position: sticky;
    height: 100%;
}
.page-link {
    color: #09569f;
}
.page-item.active .page-link {
    background-color: #09569f;
    border-color: #09569f;
}

.animation {
	overflow: hidden;
}
.animation img{
  -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.animation:hover img{
    transform: scale(1.05);
}
.btn_play_cancion {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  background-color: #ff1902;
  border-radius: 50%;
  color: #363636;
  padding-left: 2px;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 400ms ease;
  z-index: 2;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  box-shadow: 0px 0px 10px;
}
.btn_play_cancion i {
  font-size: 28px;
  color: white;
}
.bloque-cancion:hover .btn_play_cancion {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 400ms ease;
  z-index: 100;
}
.bloque-cancion a{
  position: relative;
}
.radius-fig{
  border-radius: 10px 10px;
}
.radius-figalt{
  border-radius: 15px 0px;
}
.rv-box_title {
    background: linear-gradient(135deg,#e21c34,#500b28);
}
.na-box_title {
    background: linear-gradient(135deg,#fec501,#ff6802);
}
.rc-box_title {
    background: linear-gradient(135deg,#cf2e2e,#510101);
}
.nc-box_title {
    background: linear-gradient(135deg,#c42a03,#420c12);
}
.am-box_title {
    background: linear-gradient(90deg,#002063,#7600a2);
}
.ca-box_title {
    background: linear-gradient(90deg,#47b9de,#00819c);
}
.r-box_title{
  background: #e21c34;
}

.pie {
	margin-top: -10px;
	    border: solid 5px #6403fe;
	    transform: rotate(-8deg);
}
.pie p{
    margin-bottom:5px;
}
@keyframes pulse-black {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
.blob.white {
	background: white;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
	animation: pulse-white 2s infinite;
}
@keyframes pulse-white {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
.blob.red {
	background: rgba(255, 82, 82, 1);
	box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
	animation: pulse-red 2s infinite;
}
@keyframes pulse-red {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
	}
}
.blob.orange {
	background: rgba(255, 121, 63, 1);
	box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
	animation: pulse-orange 2s infinite;
}
@keyframes pulse-orange {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
	}
}
.blob.yellow {
	background: rgba(255, 177, 66, 1);
	box-shadow: 0 0 0 0 rgba(255, 177, 66, 1);
	animation: pulse-yellow 2s infinite;
}
@keyframes pulse-yellow {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
	}
}
.blob.blue {
	background: rgba(52, 172, 224, 1);
	box-shadow: 0 0 0 0 rgba(52, 172, 224, 1);
	animation: pulse-blue 2s infinite;
}
@keyframes pulse-blue {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
	}
}
.blob.green {
	background: rgba(51, 217, 178, 1);
	box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
	animation: pulse-green 2s infinite;
}
@keyframes pulse-green {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
	}
}
.blob.purple {
	background: rgba(142, 68, 173, 1);
	box-shadow: 0 0 0 0 rgba(142, 68, 173, 1);
	animation: pulse-purple 2s infinite;
}
@keyframes pulse-purple {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(142, 68, 173, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(142, 68, 173, 0);
	}
}
