@import url('https://fonts.googleapis.com/css?family=Carme');
@import url('https://fonts.googleapis.com/css?family=Cambay');
@import url('https://fonts.googleapis.com/css?family=Spinnaker');

body {
	min-width: 320px;
	font-family: 'Carme', sans-serif;

}

.content {
	position: relative;
	background-color: #ffffff;
}
.row {
	margin: 0;
}
.head-box{
	padding: 0;
	height: 100vh;
}
.header{
  position: fixed;
  top: 0;
  z-index: 21;
  background: #e41a12;
  opacity: 0.9;
  width: 100%;
  padding: 20px 50px;
  text-align: center;
}
.hashtag span{
    font-size: 20px;
    color: #ffffff;
    float: right;
}
.hashtag span:hover, .hashtag span:active, .hashtag span:focus{
	text-decoration: none;
}

.logo-header img {
    width: 220px;
    float: left;
}
a.header:hover{
	text-decoration: none;
}

/*.title {
  position : absolute;
  top: 30%;
  left: 5%;
}*/
.title-section{
	text-align: center;
	margin-bottom: 4%;
}
.title-section span{
	font-size: 17px;
	color: #333333;
	text-align: center;
}

h1, h2 {
  margin : 0;
}

h1 {
	margin-top: 0;
	font-family: 'Carme',sans-serif;
	color: #dc4546;
	font-size: 60px;	
  padding-left : 5%;
  padding-right : 5%;
  font-weight : bold;
  text-transform : uppercase;
  animation : translate1 2s 1;
  animation-fill-mode: forwards;
}

h2 {
	font-size: 40px;
	font-weight: 600;
	    animation: translate1 2s 1;
    animation-fill-mode: forwards;
}

h3{
  color: #dc4546;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  margin-bottom: 1%;
}

@keyframes translate1{
	0% { opacity : 0; padding-left : 10%; }
	20% { opacity : 0; padding-left : 10%; }
	65% { opacity : 0; padding-left : 10%; }
	80% { opacity : 1; padding-left : 5%; }
  	100% { opacity : 1; padding-left : 5%; }

}
@keyframes translate2{
	  0% { opacity : 0; padding-left : 70%; }	
	  21% { opacity : 0; padding-left : 70%; } 
	  64% { opacity : 0; padding-left : 70%; }   
	  82% { opacity : 1; padding-left : 50%; }  
	  100% { opacity : 1; padding-left : 50%; }
}

.hero{
	background: url('../img/hero-2.jpg');
	background-size: cover;
	background-position-x: center;
  	background-repeat: no-repeat;
	width: 100%;
	height: 105vh;
	padding: 10% 10%;
}

.rrss-head {
    position: relative;
    margin: 15% 0;
    z-index: 5;
    cursor: pointer;
}
.rrss-head ul, .rrss-foot ul{
	list-style: none;
	text-align: center;
	padding: 0;
}
.rrss-head ul li{
	float: left;
	margin: 5px 10px;
}
.rrss-head li i, .rrss-foot li i{
	font-size: 30px;
	color: #ffffff;
	background: #dc4546;
	border-radius: 50%;
}
.rrss-head li i:hover, .rrss-foot li i:hover{
-webkit-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.3);
box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.3);
background: #e41a12;
}

i.fa-facebook{
	padding: 12px 19px;
}
i.fa-twitter{
	padding: 12px 13px;
}
i.fa-linkedin{
	padding: 12px 15px;
}
i.fa-whatsapp {
    padding: 12px 15px;
}
i.fa-envelope {
	font-size: 26px!important;
	padding: 14px 14px;
}

.logo{
	width: 300px;
	text-align: center;
  padding: 20px;
}

.section {
	padding: 14% 0px;
}
div#sec11 {
    padding: 5% 0!important;
}

.section h4 {
	font-size: 40px;
	text-transform: uppercase;
	text-align: center
}

.article {
	padding: 50px 0;
}

/* GRAPHIC INFO SOURCES */
.info-source {
	margin-top: 14%;
	text-align: center;
	display: block;
	clear: both;
	font-family: 'Carme', sans-serif;
	font-size: 11px;
	color: #999999;
	font-style: italic;
}
#sec6 .info-source{
	padding: 40px;
}
#sec8 .info-source{
	margin-left: 16%;
}
#sec4 .info-source{
	margin-top:10%;
}
.info-source span {
	display: inline-block;
	margin-right: 5px;
	font-weight: bold;
}

@media (max-width: 768px) {
	.tab-content .info-source {
		position: absolute;
		bottom: -80px;
		right: 0;
		font-size: 12px;
	}
}

/* sources section 3 */
.demo-container .info-source{
	position: absolute;
	bottom: -30px;
	left: 0;
}

@media (max-width: 992px) {
	.info-source {
		width: 100%;
		text-align: center;
	}
}


/* GRP POR G MEDIATICOS */

.remote-img{
	text-align: center;
	position: relative;
	top:-30px;
}

.remote-img .mando {
    width: 16%;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
}
.remote-img ul{
	list-style: none;
	font-size: 0;
	margin: 0;
	padding: 0;
}

.remote-box {
	position: absolute;
	top: 50px;
	width: 200px;
	left: calc(50% - 100px);
	left: -webkit-calc(50% - 100px);
	left: -moz-calc(50% - 100px);
}

.btn-remote, .btn-remote2,.btn-remote3,.btn-remote4{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 3px solid #3a7b7f;
}
.btn-remote5{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 3px solid #3a7b7f;
}
.remote li, .remote2 li, .remote3 li, .remote4 li, .remote5 li{
	/*float: left;*/
	display: inline-block;
	margin: 8px 3px;
}

ul.remote:hover li {
	background: #0d84ce;
}
ul.remote2:hover li{
	background: #ff8701;
}
ul.remote3:hover li{
	background: #00b000;
}
ul.remote4:hover li{
	background: #c34a43;
}
.remote5 li:hover{
	background: #f15642;
}
.remote5 li:nth-child(2):hover{
	background: #7ab800;
}
.remote li{
	background: rgba(13, 132, 206, 0.6);
}
.remote2 li{
	background: rgba(255, 135, 1, 0.60);
}
.remote3 li{
	background: rgba(0, 176, 0, 0.6);
}
.remote4 li{
	background: rgba(195, 74, 67, 0.6);
}
.remote5 li{
	background: rgba(241, 86, 66, 0.6);
}
.remote5 li:nth-child(2){
	background: rgba(122, 184, 0, 0.6);
}

.lines-group{
	margin-left: 18%;
}

.line svg {
	width: 113px;
	display: block;
	height: 50px;
	top: 32px;
	left: 388px;
	position: absolute;
}

.line2 svg {
	width: 113px;
	display: block;
	height: 50px;
	top: 80px;
	right: 388px;
	position: absolute;
}
.line3 svg {
	width: 113px;
	display: block;
	height: 50px;
	top: 125px;
	left: 388px;
	position: absolute;
}
.line4 svg {
	width: 113px;
	display: block;
	height: 50px;
	top: 170px;
	right: 388px;
	position: absolute;
}
.line5 svg {
	width: 190px;
	display: block;
	height: 100px;
	top: 247px;
	left: 387px;
	position: absolute;
}
.line6 svg {
	width: 190px;
	display: block;
	height: 100px;
	top: 260px;
	right: 343px;
	position: absolute;
}
/* ---------- Path ---------- */
.line path, .line2 path, .line3 path, .line4 path {
  stroke: white;
  stroke-width: 2px;
  stroke-dasharray: 113;
  stroke-dashoffset: 113;
  animation: path 3s alternate 1 forwards;
}

.line6 path, .line5 path{
	stroke: white;
	stroke-width: 2px;
	stroke-dasharray: 159;
	stroke-dashoffset: 190;
	animation: path 3s alternate 1 forwards;
}


@keyframes path {
  from {
    stroke-dashoffset: 100;
  }
  
  to {
    stroke: #697a7b;
    fill: rgba(0,0,0,0.25);
    stroke-dashoffset: 0;
  }
}

/* circulos */

.wrapper {
  width: 80px;
  /* Set the size of the progress bar */
  height: 80px;
  position: absolute;
  /* Enable clipping */
  clip: rect(0px, 100px, 100px, 85px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
}

.circle1{
	left: 350px;
	top: 72px;
}
.circle1 img{
	z-index: 1;
	width: 100%;
    position: absolute;
    left: 0;
}
.circle2{
	left: 350px;
	top: 166px;
}
.circle2 img{
	z-index: 1;
	position: absolute;
	left: 8px;
	top: 10px;
	width: 80%;
}
.circle3{
	right: 270px;
	top: 118px;
}
.circle3 img{
	z-index: 1;
	position: absolute;
	left: 8px;
	top: 10px;
	width: 80%;
}
.circle4{
	right: 270px;
	top: 212px;
}
.circle4 img{
	z-index: 1;
	width: 100%;
    position: absolute;
    left: 0;
}
.circle5{
	left: 350px;
	top: 336px;
}
.circle5 img{
	z-index: 1;
	width: 100%;
  position: absolute;
  left: 0;
}
.circle6{
	right: 270px;
	top: 336px;
}
.circle6 img{
	z-index: 1;
	width: 100%;
  position: absolute;
  left: 0;
}

/* Set the sizes of the elements that make up the progress bar */
.circle {
  z-index: 999;
  width: 80px;
  height: 80px;
  border: 2px solid #697a7b;
  border-radius: 75px;
  position: absolute;
  clip: rect(0px, 60px, 100px, 0px);
  margin: auto;
  left: 0;
  right: 0;
}

div[data-anim~=base] {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  /* Only run once */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /* Hold the last keyframe */
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  /* Linear animation */
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}

.wrapper[data-anim~=wrapper] {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  /* Complete keyframes asap */
  -webkit-animation-delay: 625ms;
          animation-delay: 625ms;
  /* Wait half of the animation + the delay of the other two animations*/
  -webkit-animation-name: close-wrapper;
          animation-name: close-wrapper;
  /* Keyframes name */
}

.circle[data-anim~=left] {
  -webkit-animation-duration: 750ms;
          animation-duration: 750ms;
  /* Full animation time */
  -webkit-animation-name: left-spin;
          animation-name: left-spin;
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}

.circle[data-anim~=right] {
  -webkit-animation-duration: 375ms;
          animation-duration: 375ms;
  /* Half animation time */
  -webkit-animation-name: right-spin;
          animation-name: right-spin;
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}

/* Rotate the right side of the progress bar from 0 to 180 degrees */
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@keyframes right-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
/* Rotate the left side of the progress bar from 0 to 360 degrees */
@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes left-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Set the wrapper clip to auto, effectively removing the clip */
@-webkit-keyframes close-wrapper {
  to {
    clip: rect(auto, auto, auto, auto);
  }
}
@keyframes close-wrapper {
  to {
    clip: rect(auto, auto, auto, auto);
  }
}
.r-counter{
	position: absolute;
	font-weight: 600;	
}
.remote-counter1{
	font-size: 17px;
	color: #333333;
	top: 48px;
	left: 180px;
}
.remote16-counter1{
	font-size: 14px;
	color: #ababab;
	top: 78px;
	left: 180px;
}

.remote-counter2{
	font-size: 17px;
	color: #333333;
	top: 138px;
	left: 180px;
}
.remote16-counter2{
	font-size: 14px;
	color: #ababab;
	top: 168px;
	left: 180px;
}

.remote-counter3{
	font-size: 17px;
	color: #333333;
	top: 88px;
	right: 180px;
}
.remote16-counter3{
	font-size: 14px;
	color: #ababab;
	top: 118px;
	right: 180px;
}

.remote-counter4{
	font-size: 17px;
	color: #333333;
	top: 186px;
	right: 180px;
}
.remote16-counter4{
	font-size: 14px;
	color: #ababab;
	top: 216px;
	right: 180px;
}
.remote-counter5{
	font-size: 17px;
	color: #333333;
	top: 312px;
	left: 180px;
}
.remote16-counter5{
	font-size: 14px;
	color: #ababab;
	top: 342px;
	left: 180px;
}
.remote-counter6{
	font-size: 17px;
	color: #333333;
	top: 312px;
	right: 180px;
}
.remote16-counter6{
	font-size: 14px;
	color: #ababab;
	top: 342px;
	right: 180px;
}

line-pul {
  stroke: #ababab;
  stroke-width: 3;
  stroke-linecap: round;
}

line-mov {
  stroke: #ababab;
  stroke-width: 3;
  stroke-linecap: round;
}

/* SPOTS */
.spots-tv{
	margin: 0 auto;
}
.spots-tv>div{
	text-align: center;
	float: left;
	width: 300px;
	height: 300px;
    background: #fff;
    border-radius: 50%;
    padding: 30px;
    margin: 30px;
    -webkit-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.1);
}
.spots-tv>div:hover{
	background: rgb(232, 232, 232);
	border: 20px rgba(58, 123, 127, 0.1);
	-webkit-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.2);
}
.spots-tv .tv-lineal{
	width: 100%;
    padding: 56px 20px;
}
.spots-tv .win, .spots-tv .second, .spots-tv .third{
	position: relative;
}
.spots-tv .second, .spots-tv .third{
	margin-top:10%;
}
.tv-logo{
	position: absolute;
	width: 60%;
	left: 20%;
	top: 33%;
}

/* PLAY BUTTONS*/
.video-play-button, .video-play-button2, .video-play-button3 {
  position: absolute;
  z-index: 10;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video-play-button:before, .video-play-button2:before, .video-play-button3:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after, .video-play-button2:after, .video-play-button3:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #dc4546;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.video-play-button:hover:after, .video-play-button2:hover:after, .video-play-button2:hover:after {
  background-color: #da0528;
}
.video-play-button span, .video-play-button2 span, .video-play-button3 span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-overlay, .video-overlay2, .video-overlay3 {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
.video-overlay.open, .video-overlay2.open, .video-overlay3.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}
.video-overlay-close, .video-overlay-close2, .video-overlay-close3 {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.video-overlay-close:hover, .video-overlay-close2:hover, .video-overlay-close3:hover {
  color: #fa183d;
}
.video-overlay iframe, .video-overlay2 iframe, .video-overlay3 iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
.spot-counter{
	color:#424247;
	font-size: 37px;
	font-weight: 600;
	vertical-align: middle;
	line-height: 20px;
}

.spot-counter span {
    font-size: 21px;
}

/* FIRST SECTION */

.highcharts-legend-item{
	font-family: 'Carme', sans-serif;
	font-size: 16px;
}
.tab-content {
	height: 350px;
}
.box {
	display: table;
	width: 100%;
	height: 300px;
}
.box-content {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.box-content span {
	font-family: 'Carme', sans-serif;
	font-size: 42px;
	line-height: 40px;
}
.box-content p {
	font-family: 'Carme', sans-serif;
	font-size: 20px;
	margin-top: 5px;
	text-transform: uppercase;
}
.nav-tabs{
	border: none;
}
#bar-chart {
	/*height: 380px;*/
	width: 100%;
	position: relative;
}
#bar-chart * {
	box-sizing: border-box;
}
#bar-chart .graph {
	height: 400px;
	position: relative;
}
#sec8 #bar-chart .graph .nav {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 8%;
}

#bar-chart .graph .nav {
	margin-top: 50px;
	margin-bottom: 20px;
}

#bar-chart .graph .nav li {
	margin: 0;
	text-align: center;
}
#bar-chart .graph .nav li .btn-bars1 {
	position: relative;
	padding: 5px 10px;
	z-index: 1;
	margin: 0;
	border: 2px solid #666666;
	border-radius: 5px;
	color: #666666;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
#bar-chart .graph .nav li .btn-bars2 {
	position: relative;
	padding: 5px 10px;
	z-index: 1;
	margin: 0;
	border: 2px solid #666666;
	border-radius: 5px;
	color: #666666;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
#bar-chart .graph .nav li.active .btn-bars1 {
	background:  #666666;
	color: #fff;
}
#bar-chart .graph .nav li.active .btn-bars2 {
	background:  #666666;
	color: #fff;
}

#bar-chart .graph .nav li a:before,
#bar-chart .graph .nav li a:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
#bar-chart .graph .nav li .btn-bars1:before {
	background: #666666;
}
#bar-chart .graph .nav li .btn-bars2:before {
	background: #666666;
}

#bar-chart .graph .nav li .btn-bars1:after {
	background: #666666;
}
#bar-chart .graph .nav li .btn-bars2:after {
	background: #666666;
}
#bar-chart .graph .nav li a:hover:before,
#bar-chart .graph .nav li a:hover:after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
#bar-chart .graph .nav li a::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}
#bar-chart .graph .nav li a:hover {
	background: transparent;
	color: #fff;
}
#bar-chart .graph .nav li.active .btn-bars1:hover {
	background: #666666;
	color: #fff;
}
#bar-chart .graph .nav li.active .btn-bars2:hover {
	background: #666666;
	color: #fff;
}
#bar-chart .graph .nav li.active a:hover:before,
#bar-chart .graph .nav li.active a:hover:after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#bar-chart .bars {
	height: 350px;
	position: absolute;
	width: 100%;
	z-index: 10;
}
#bar-chart .bar-group {
	display: block;
	float: left;
	height: 100%;
	position: relative;
	width: 100%;
}
#bar-chart .bar-group:last-child {
	margin-right: 0;
}
#bar-chart .bar-group .bar {
	position: absolute;
	bottom: 0;
	visibility: hidden;
	cursor: pointer;
	width: 5%;
	height: 0;
	box-shadow: 1px 0 2px rgba(0, 0, 0, 0.15);
	border: none;
	border-radius: 3px 3px 0 0;
	margin-left: -2.5%;
	background-color: #3a7b7f;
	text-align: center;
	-webkit-animation: animate-height;
	-moz-animation: animate-height;
	animation: animate-height;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out
	animation-duration: 0.4s;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
#bar-chart .bar-group .bar span {
	position: absolute;
	top: -50px;
	right: 4px;
	line-height: 18px;
	text-transform: uppercase;
	display: block;
	color: #5fc6cd;
	font-size: 16px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#bar-chart .bar-group .bar-1 {
	left: 15%;
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
#bar-chart .bar-group .bar-2 {
	left: 25%;
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
#bar-chart .bar-group .bar-3 {
	left: 35%;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
#bar-chart .bar-group .bar-4 {
	left: 45%;
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
#bar-chart .bar-group .bar-5 {
	left: 55%;
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}
#bar-chart .bar-group .bar-6 {
	left: 65%;
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}
#bar-chart .bar-group .bar-7 {
	left: 75%;
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}
#bar-chart .bar-group .bar-8 {
	left: 85%;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
#bar-chart ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#bar-chart .x-axis {
	bottom: 30px;
	position: absolute;
	text-align: center;
	width: 100%;
	margin-left: 10%;
}
#bar-chart .x-axis li {
	float: left;
	font-size: 11px;
	width: 10%;
}
#bar-chart .x-axis li:last-child {
	margin-right: 0;
}
#bar-chart .y-axis {
	position: absolute;
	text-align: right;
	width: 100%;
}
#bar-chart .y-axis li {
	border-top: 1px solid #ddd;
	display: block;
	height: 50px;
	width: 100%;
}

#bar-chart .bar-group .bar .no-data {
    top: -56px;
    right: -25px;
    text-align: left;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

#bar-chart .y-axis li:last-child {
	height: 0;
}
#bar-chart .y-axis li span {
	display: block;
	margin: -10px 0 0 -60px;
	padding: 0 10px;
	width: 40px;
}
.x-axis li span,
.y-axis li span {
	color:#3a7b7f;
	font-weight: bold;
	font-size: 14px;
}

@-moz-keyframes animate-height {
	0% {
		height: 0;
	}
	100% {
		visibility: visible;
	}
}
@keyframes animate-height {
	0% {
		height: 0;
	}
	100% {
		visibility: visible;
	}
}

#horizontal-chart {
	height: 380px;
	width: 90%;
	position: relative;
	margin: 50px auto 200px;
}
#horizontal-chart * {
	box-sizing: border-box;
}
#horizontal-chart .graph {
	height: 400px;
	position: relative;
	margin-bottom: 200px;
}
#horizontal-chart .graph .nav {
	margin-top: 10px;
}
#horizontal-chart .graph .nav li {
	margin: 0;
	text-align: center;
}
#horizontal-chart .graph .nav li .btn-bars1 {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 5px 10px;
	border: 2px solid #666666;
	border-radius: 5px;
	color: #666666;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
#horizontal-chart .graph .nav li .btn-bars2 {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 5px 10px;
	border: 2px solid #666666;
	border-radius: 5px;
	color: #666666;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
#horizontal-chart .graph .nav li.active .btn-bars1 {
	background:  #666666;
	color: #fff;
}
#horizontal-chart .graph .nav li.active .btn-bars2 {
	background:  #666666;
	color: #fff;
}

#horizontal-chart .graph .nav li a:before,
#horizontal-chart .graph .nav li a:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
#horizontal-chart .graph .nav li .btn-bars1:before {
	background: #666666;
}
#horizontal-chart .graph .nav li .btn-bars2:before {
	background: #666666;
}

#horizontalhorizontal-chart .graph .nav li .btn-bars1:after {
	background: #666666;
}
#horizontalhorizontal-chart .graph .nav li .btn-bars2:after {
	background: #666666;
}
#horizontalhorizontal-chart .graph .nav li a:hover:before,
#horizontalhorizontal-chart .graph .nav li a:hover:after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
#horizontalhorizontal-chart .graph .nav li a::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}
#horizontalhorizontal-chart .graph .nav li a:hover {
	background: transparent;
	color: #fff;
}
#horizontalhorizontal-chart .graph .nav li.active .btn-bars1:hover {
	background: #666666;
	color: #fff;
}
#horizontalhorizontal-chart .graph .nav li.active .btn-bars2:hover {
	background: #666666;
	color: #fff;
}
#horizontalhorizontal-chart .graph .nav li.active a:hover:before,
#horizontalhorizontal-chart .graph .nav li.active a:hover:after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#horizontalhorizontal-chart .bars {
	height: 350px;
	position: absolute;
	width: 100%;
	z-index: 10;
}
#horizontal-chart .bar-group {
	display: block;
	float: left;
	height: 100%;
	position: relative;
	width: 100%;
}
#horizontal-chart .bar-group:last-child {
	margin-right: 0;
}
#horizontal-chart .bar-group .bar {
	position: absolute;
	bottom: 0;
	visibility: hidden;
	cursor: pointer;
	width: 5%;
	height: 0;
	box-shadow: 1px 0 2px rgba(0, 0, 0, 0.15);
	border: none;
	border-radius: 3px 3px 0 0;
	margin-left: -2.5%;
	background-color: #3a7b7f;
	text-align: center;
	-webkit-animation: animate-height;
	-moz-animation: animate-height;
	animation: animate-height;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out
	animation-duration: 0.4s;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
#horizontal-chart .bar-group .bar span {
	position: absolute;
	top: -50px;
	right: 4px;
	line-height: 18px;
	text-transform: uppercase;
	display: block;
	color: #5fc6cd;
	font-size: 16px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#horizontal-chart .bar-group .bar-1 {
	left: 15%;
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
#horizontal-chart .bar-group .bar-2 {
	left: 25%;
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
#horizontal-chart .bar-group .bar-3 {
	left: 35%;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
#horizontal-chart .bar-group .bar-4 {
	left: 45%;
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
#horizontal-chart .bar-group .bar-5 {
	left: 55%;
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}
#horizontal-chart .bar-group .bar-6 {
	left: 65%;
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}
#horizontal-chart .bar-group .bar-7 {
	left: 75%;
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}
#horizontal-chart .bar-group .bar-8 {
	left: 85%;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
#horizontal-chart ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#horizontal-chart .x-axis {
	bottom: 30px;
	position: absolute;
	text-align: center;
	width: 100%;
	margin-left: 10%;
}
#horizontal-chart .x-axis li {
	float: left;
	font-size: 11px;
	width: 10%;
}
#horizontal-chart .x-axis li:last-child {
	margin-right: 0;
}
#horizontal-chart .y-axis {
	position: absolute;
	text-align: right;
	width: 100%;
}
#horizontal-chart .y-axis li {
	border-top: 1px solid #ddd;
	display: block;
	height: 50px;
	width: 100%;
}

#horizontal-chart .bar-group .bar .no-data {
    top: -56px;
    right: -25px;
    text-align: left;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

#horizontal-chart .y-axis li:last-child {
	height: 0;
}
#horizontal-chart .y-axis li span {
	display: block;
	margin: -10px 0 0 -60px;
	padding: 0 10px;
	width: 40px;
}

#horizontal-bars .single-point {
	top: 3%;
	right: -150px;
}

@media (max-width: 768px) {
	#bar-chart {
		/*height: 380px;*/
		width: 100%;
		position: relative;
		margin: 100px 20px 350px 50px;
	}
	#bar-chart .bar-group .bar span {
		top: -40px;
		right: -6px;
		font-size: 13px;
	}
	.x-axis li span,
	.y-axis li span {
	    font-size: 11px;
	}
	.x-axis li {
		-webkit-transform: rotate(-30deg);
		-moz-transform: rotate(-30deg);
		-ms-transform: rotate(-30deg);
	    transform: rotate(-30deg);
	}
	#bar-chart .y-axis li span {
	    margin: -10px 0 0 -50px;
	}
	#bar-chart .graph .nav {
	    position: absolute;
	    bottom: -230px;
	    width: 100%;
	    border-bottom: none;
	}
  #sec8 #bar-chart .graph .nav{
    bottom: -190px;
  }
  #sec3 #bar-chart .graph .nav {
    bottom: -130px;
    margin-left: 30px;
  }
	#bar-chart .graph .nav li {
	    margin-bottom: 10px;
	}
	#bar-chart .graph .nav li a{
	    padding: 5px;
	}
	#horizontal-bars .single-point {
	    top: auto;
	    bottom: 30%;
	    right: 5%;
	    left: auto;
	}
}

@media (max-width: 630px) {
	#bar-chart .bar-group .bar span {
		right: -12px;
	}
}


/* % OCUPACION */

#tv1{
	font-size: 16px;
	font-family: 'Carme',sans-serif;
}

.highcharts-tooltip{
	width: 300px;
}


/* SECOND SECTION */
.rent-animation {
	overflow: hidden;
	background: #ddd;
	border-radius: 50%;
	width: 275px;
	height: 275px;
	padding: 0;
}

#hands {
	margin-top: 62.5px;
	height: 150px;
}

#hands #hand1{
	-webkit-animation: handLeft 4s ease-in;
	animation: handLeft 4s ease-in infinite;
}

#hands #hand2{
	-webkit-animation: handRight 4s ease-in;
	animation: handRight 4s ease-in infinite;
}

#hands #keys{
	-webkit-animation: keys 4s ease-in;
	animation: keys 4s ease-in infinite;
}

@keyframes handLeft {
	0%{
		-webkit-transform: translateX(-400px);
		-moz-transform: translateX(-400px);
		transform: translateX(-400px);
	}
	25%{
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);

	}
	75%{
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
	100%{
		-webkit-transform: translateX(-400px);
		-moz-transform: translateX(-400px);
		transform: translateX(-400px);
	}

}
@keyframes handRight {
	0%{
		-webkit-transform: translateX(400px);
		-moz-transform: translateX(400px);
		transform: translateX(400px);
	}
	25%{
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);

	}
	75%{
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
	100%{
		-webkit-transform: translateX(410px);
		-moz-transform: translateX(410px);
		transform: translateX(410px);
	}
}
@keyframes keys {
	0%{
		-webkit-transform: translate(-400px,0);
		-moz-transform: translate(-400px,0);
		transform: translate(-400px,0);
	}
	25%{
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		transform: translate(0,0);
	}
	40%{
		-webkit-transform: translate(0,130px);
		-moz-transform: translate(0,130px);
		transform: translate(0,130px);
	}
	75%{
		-webkit-transform: translate(0,130px);
		-moz-transform: translate(0,130px);
		transform: translate(0,130px);
	}
	100%{
		-webkit-transform: translate(410px,130px);
		-moz-transform: translate(410px,130px);
		transform: translate(410px,130px);
	}

}
.box-content.rent-total {
	margin-top: 10%;
}

.box-content.rent-total p {
	font-family: 'Carme', sans-serif;
	font-size: 18px;
	color: #002E5E;
}

@media (max-width: 768px) {
	.buildings {
		display: none;
	}
}

/*============================
Flot chart with checkboxes
============================*/
input {
	font-size: 18px;
}

input[type=checkbox] {
	margin: 7px;
}
.demo-container {
	position: relative;
	width: 100%;
	height: 450px;
	padding: 20px 15px 15px 15px;
	margin: 50px auto 30px auto;
	border: none;
	padding: 10px 15px 15px 15px;
	margin: 0 auto;
	background: transparent;
}
.demo-placeholder {
	float: left;
	width: 75%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
}
.legend table {
	border-spacing: 5px;
}
#choices {
	padding: 0 0 0 15px;
	float: left;
	width: 25%;
}
#choices label {
	text-transform: uppercase;
}
.choices {
	padding: 0 0 0 15px;
	float: left;
	width: 25%;
}
.choices label {
	text-transform: uppercase;
}
input[type=checkbox] {
	display: none;
}
.checkbox:before {
	display: block;
	content: "Compara";
	font-family: 'Carme', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
}
.checkbox label {
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin: 15px 0 0 0;
	font-size: 13px;
}
.checkbox label:before {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 0;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background-color: #0099FF;
}

input[type=checkbox]:checked + label:before {
	content: "\2714";
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 15px;
}

label[for="idVivienda libre"]:before {
	content: "";
	background-color: #0099FF;
}

label[for="idVivienda protegida"]:before {
	content: "";
	background-color: #FF6600;
}

label[for="idVivienda de segunda mano"]:before {
	content: "";
	background-color: #002E5E;
}

@media (max-width: 768px) {
	.demo-placeholder {
		float: left;
		width: 100%;
		height: 100%;
		font-size: 14px;
		line-height: 1.2em;
	}
	.demo-container .single-point {
	    top: 3% !important;
    	right: 5% !important;
	}
	#choices {
		padding: 50px 0 0 15px;
		float: left;
		width: 100%;
	}
}

/*============================
Others Flot Charts
============================*/

.graphics-legend {
	background: #eee;
	border-radius: 2px;
	padding: 5px;
}
.graphics-legend ul {
	margin: 0;
}
.graphics-legend ul li {
	font-size: 12px;
}

/*============================
Illustration with animation
============================*/

/* CADENAS */
.cade-logs{
	float: left;
	width: 6%;
}
.cade-logs ul{
	list-style: none;
}

.cade-logs img{
	width: 50px;
	margin: 7px 70px 7px 100px;
}
/* CAMPAÑAS */

.camp-bubble{
	margin-top: 4%;
}
.camp-bubble > div{
	text-align: center;
	float: left;
	width: 33%;
	height: auto;
}

.camp-counter{
	color: #fff;
    font-weight: 100;
    font-size: 28px;
    width: 120px;
    height: 120px;
    background: #848484;
    padding: 38px 15px 38px;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 24px;
}
.camp-counter span {
    font-size: 17px;
    line-height: 10px;
}

/* CUOTA GRUPOS*/

#sec4 .single-point {
    right: 140px;
}
.container-2 {
  text-align: center;
}
.group-chart {
  margin: 1% 4%;
  position: relative;
  display: inline-block;
  color: #999;
  font-size: 20px;
  text-align: center;
}
.group-chart figcaption {
  padding: 50px;
  width: 50px;
  height: 50px;
  border: 20px solid #f0f0f0;
  border-radius: 100px;
  line-height: 50px;
}
.group-chart img {
  position: absolute;
}

/* END Container styles */

/* Colors for the circles and positions for the graphics */
.atres-c {
	width: 88px;
	top: 28px;
	left: 26px;
  	z-index: 2;
}

.atres-c + svg .outer {
  stroke: #ff8701;
}

.mod-tele, .g-cuatro{
    width: 101px;
    top: 20px;
    left: 20px;
}

.mod-tele + svg .outer {
  stroke: #0d84ce;
}

.atres-a {
	width: 88px;
	top: 28px;
	left: 26px;
}

.atres-a + svg .outer {
  stroke: #00b000;
}

.g-cuatro + svg .outer {
  stroke: #c34a43;
}

.tve {
	width: 75px;
    top: 50px;
    left: 32px;
}

.tve + svg .outer {
  stroke: #25aff1;
}

.movis {
	width: 106px;
	top: 16px;
	left: 17px;
}

.movis + svg .outer {
  stroke: #7ab800;
}

.pulsa {
	width: 90px;
    top: 25px;
    left: 25px;
}

.pulsa + svg .outer {
  stroke: #f15642;
}

.g-forta {
	width: 125px;
    top: 20px;
    left: 10px;
}

.g-forta + svg .outer {
  stroke: #0077aa;
}

.group-chart svg {
  position: absolute;
  top: 0;
  left: 0;
}

.outer {
  fill: transparent;
  stroke: #333;
  stroke-width: 20;
  stroke-dasharray: 534;
  transition: stroke-dashoffset 1s;
  -webkit-animation-play-state: running;
  
  /* firefox bug fix - won't rotate at 90deg angles */
  -moz-transform: rotate(-89deg) translateX(-190px);
}

.group-chart:hover .outer {
  stroke-dashoffset: 534 !important;
  -webkit-animation-play-state: paused;
}
/* END Circle colors and graphic positions */


/* Set the initial values for the animation */
.group-chart[data-percent='18'] .outer {
  stroke-dashoffset: 440;
  -webkit-animation: show18 2s;
  animation: show18 2s;
}

.group-chart[data-percent='17'] .outer {
  stroke-dashoffset: 446;
  -webkit-animation: show17 2s;
  animation: show17 2s;
}

.group-chart[data-percent='9'] .outer {
  stroke-dashoffset: 489;
  -webkit-animation: show9 2s;
  animation: show9 2s;
}

.group-chart[data-percent='11'] .outer {
  stroke-dashoffset: 478;
  -webkit-animation: show11 2s;
  animation: show11 2s;
}

.group-chart[data-percent='16'] .outer {
  stroke-dashoffset: 451;
  -webkit-animation: show16 2s;
  animation: show16 2s;
}

.group-chart[data-percent='12'] .outer {
  stroke-dashoffset: 473;
  -webkit-animation: show12 2s;
  animation: show12 2s;
}

.group-chart[data-percent='7'] .outer {
  stroke-dashoffset: 499;
  -webkit-animation: show7 2s;
  animation: show7 2s;
}

.group-chart[data-percent='2'] .outer {
  stroke-dashoffset: 526;
  -webkit-animation: show2 2s;
  animation: show2 2s;
}
/* END set initial animation values */

/* Keyframes for the initial animation */
@-webkit-keyframes show18 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 440;
  }
}

@keyframes show18 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 446;
  }
}

@-webkit-keyframes show17 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 440;
  }
}

@keyframes show17 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 446;
  }
}

@-webkit-keyframes show9 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 489;
  }
}

@keyframes show9 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 489;
  }
}

@-webkit-keyframes show11 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 478;
  }
}

@keyframes show11 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 478;
  }
}

@-webkit-keyframes show16 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 451;
  }
}

@keyframes show16 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 451;
  }
}

@-webkit-keyframes show12 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 473;
  }
}

@keyframes show12 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 473;
  }
}

@-webkit-keyframes show7 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 499;
  }
}

@keyframes show7 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 499;
  }
}

@-webkit-keyframes show2 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 526;
  }
}

@keyframes show2 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 526;
  }
}


/* COUNTERS */

.counter {
	color:#424247;
	margin: 5px 0;
	font-size: 18px;
	font-weight: 600;
	vertical-align: middle;
}
.count-2{
	color: #b7b8c7;
    font-size: 18px;
}

/*RANKING */
#sec11 .title-section {
    margin-bottom: 2%;
}
.tv-ranking-box{
	width: 100%;
	text-align: center;
	position: relative;
}
.tv-ranking-box .tv-box{
	width: 50%;
}
.program-img1, .program-img3{
	position: absolute;
	width: 14%;
}
.program-img2{
	position: absolute;
	width: 10%;
}
.program-img1{
	left: 44%;
	top: 18%;
}
.program-img2{
	left: 30%;
	top: 25%;
}
.program-img3{
	top: 18%;
	right: 27%;
}
.program-txt1, .program-txt2, .program-txt3 {
	position: absolute;
}
.program-txt1{
	left: 31%;
    bottom: 34%;
}
.program-txt2{
	left: 44%;
    bottom: 34%;
}
.program-txt3{
	bottom: 34%;
    right: 30%;
}
/*FOOTER*/

footer .hashtag{
	padding-top: 2px;
}
footer p{
  margin-bottom: 0;
}
.foot-page{
	text-align: center;
  background: #e41a12;
  width: 100%;
  height: auto;
  padding: 2% 3%;
}
.foot-page:hover{
	text-decoration: none;
}
.foot-logo img{
	width: 220px;
	float: left;
}
.foot-logo span{
  font-size: 20px;
  color:#ffffff;
}
.rrss-foot{
	margin:12px 0;
	text-align: center;
}
.rrss-foot ul li{
	margin: 6px 10px;
	display: inline-block;
}

@media (max-width: 1200px) {
	.hero{
		background-size: cover;
	}
	.section {
		padding: 30px 0px 30px;
	}
	.section h4 {
		font-size: 32px;
	}
	#bar-chart .graph .nav li a {
		font-size: 16px;
	}
	/*.title{
		top:20%;
		left: 3%
	}*/
	.title h1{
		font-size: 52px;
	}
	.title h2{
		    font-size: 30px;
	}
	.rrss-head ul li, .rrss-foot ul li {
	    margin: 6px 3px;
	}
	.remote-img .mando {
	    width: 15%;
	}
	.remote li, .remote2 li, .remote3 li, .remote4 li, .remote5 li {
	    margin: 3px 3px;
	}
	.btn-remote, .btn-remote2, .btn-remote3, .btn-remote4 {
	    width: 20px;
	    height: 20px;
	    border: 2px solid #3a7b7f;
	}
	.line svg, .line2 svg, .line3 svg, .line4 svg, .line5 svg, .line6 svg{
		display: none;
	}
	.spots-tv{
		    margin-left: 8%;
	}
	.spots-tv>div {
	    text-align: center;
	    width: 200px;
	    height: 200px;
	    padding: 12px;
	}
}

@media (max-width: 992px) {
	#bar-chart {
		height: 380px;
		width: 80%;
		position: relative;
		margin: 100px auto 200px 50px;
	}
	#bar-chart .bar-group .bar span {
		top: -50px;
		right: -10px;
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.head-box {
	   padding: 0;
	   height: 600px;
	   margin-bottom: 0;
	}
	.hero {
	   background-size: 215%;
	}
	/*.title {
	    top: 30%;
	}*/
	.section h3{
		font-size: 30px;
	}

	.spots-tv>div {
	 text-align: center;
	 width: 160px;
	 height: 160px;
	 padding: 5px;
	}
	footer img {
		width: 60px;
	}
	.article {
		padding: 15px 0;
	}

	.hip {
		margin: 30px 0;
	}
	.content {
		padding-bottom: 0;
	}
	.checkbox label {
	    margin: 15px 15px 0 0;
	}
}


/* THIRTH SECTION */

/*********
calendar
*********/

.icon-wrap {
    position: relative;
    height: 240px;
    width: 240px;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    top: 15%;
}
#calendar-animation .icon-wrap {
    background: #e85e58;
}
.bullet {
    background: white;
    border: 2px solid #f7893b;
    width: 7px;
    height: 7px;
    position: absolute;
    border-radius: 100%;
    z-index: 1;
}
#b1 {
    left: 31px;
    bottom: 29px;
}
#b2 {
    left: 55%;
    bottom: 10%;
}

@keyframes bounce {

    from {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: scale3d(0,0,0);
        transform: scale3d(0,0,0);
    }

    50% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: scale3d(.5,.5,1);
        transform: scale3d(.5,.5,1);
    }

    75% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: scale3d(1.2,1.2,1);
        transform: scale3d(1.2,1.2,1);
    }

    25%, to {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}


#calendar-animation #b1 {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation-delay: 1s;
}

#calendar-animation #b2 {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-delay: 1.5s;
}

#calendar-animation .arrow {
    -webkit-animation-name: animation-width;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-play-state: running;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;


    animation-name: animation-width;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-play-state: running;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;


    width: 0%;
}
#calendar-animation .icon-wrap {
    -webkit-animation-name: animation-bg;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-play-state: running;

    animation-name: animation-bg;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-play-state: running;
    background: #e85e58;
}


@-webkit-keyframes animation-width {
    0%     {width:0%;}
    100.0%  {width: 100%;}
}

@keyframes animation-width {
    0%     {width:0%;}
    100.0%  {width: 100%;}
}

@-webkit-keyframes opacity {
    0%     {opacity: 1;}
    100.0%  {opacity: 0;}
}

@keyframes opacity {
    0%     {opacity: 1;}
    100.0%  {opacity: 0;}
}
#calendar-icon {
    height: 210px;
    width: 175px;
    background: #fafafa;
    position: relative;
    border-radius: 10px;
    top:60px;
  box-shadow: 0px 5px 0px 0px grey;
}
.anillas {
    position: absolute;
    top: -5%;
    width: 98%;
    display: flex;
    justify-content: space-around;
    height: 10%;
    padding: 0 5%;
}
.anilla {
    background: #666;
    border-radius: 6px;
    height: 100%;
    width: 6%;
}
.graph2 {
    background: #e9e9e9; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #e9e9e9 0%,#e9e9e9 15%,#e9e9e9 30%,#d4d6d7 34%,#d4d6d7 100%); 
    background: -webkit-linear-gradient(-45deg, #e9e9e9 0%,#e9e9e9 15%,#e9e9e9 30%,#d4d6d7 34%,#d4d6d7 100%);
    background: linear-gradient(135deg, #e9e9e9 0%,#e9e9e9 15%,#e9e9e9 30%,#d4d6d7 34%,#d4d6d7 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#d4d6d7',GradientType=1 );
    width: 80%;
    height: 30%;
    margin: 10% auto 0;
    box-shadow: -0.15em 0.15em 0 0.1em #bfc0c2;
    position: relative;
}
.arrow-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}
.arrow {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}
.arrow > div {
    height: 4px;
}
#l1 {
   width: 50px;
    background: #2a86ca;
    position: absolute;
    bottom: 0px;
    left: 0;
    transform: rotate(-45deg) translate(5px,-15px);
}
#l2 {
    width: 54px;
    background: #2a86ca;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(28deg) translate(19px,-33px);
}
#l3 {
    width: 50px;
    background: #2a86ca;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-45deg) translate(70px,35px);
}
#l3:after {
        content: "";
    height: 0px;
    width: 0px;
    background: transparent;
    position: absolute;
    border: 10px solid #2a86ca;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    bottom: -9px;
    right: -20px;
    transform: rotate(90deg);
    height: 0;
}
.days {
    display: block;
    width: 81%;
    margin: 12% auto 0;
    height: 35%;
    background: #f1f1f1;
    padding-top: 0px;
    text-align: center;
    border: 1px solid #f1f1f1;
}
.day {
    width: 17%;
    height: 29%;
    box-sizing: border-box;
    background: white;
    display: inline-block;
}
.curl {
    border-radius: 0 0px 10px 10px;
    width: 20%;
    height: 15%;
    position: absolute;
    background: linear-gradient(
            135deg,
            #fff,
            #f3f3f3 45%,
            #e6e6e6 50%,
            #ded9d9 50%,
            #d4d3d3 56%,
            #e0dbdb 62%,
            #f3f3f3 80%,
            #fff 100%
    );
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, .5);
    /* transition: all .5s ease; */
    bottom: 0;
    right: 0;
}
#r3 {
    -webkit-transform-origin: 1315px 500px;
    -webkit-transform: translate(-1118px, -471px) rotate(35deg);
    -webkit-transition-property: -webkit-transform, -webkit-transform-origin;
    -webkit-transition-duration: 1s;
    position: absolute;
    z-index: 2;
}
#p3 {
    width: 1285px;
    height: 1388px;
    overflow: hidden;
}
#p3 > div {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translate(1273px, 506px) rotate(-35deg);
    -webkit-transition-property: -webkit-transform, -webkit-transform-origin, opacity;
    -webkit-transition-duration: 1s;
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, .5);
    width: 285px;
    height: 388px;
    overflow: hidden;
    background: rgb(254,255,255);
    background: -moz-linear-gradient(-45deg, rgba(254,255,255,1) 0%, rgba(234,234,234,1) 35%, rgba(170,170,170,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(254,255,255,1) 0%,rgba(234,234,234,1) 35%,rgba(170,170,170,1) 100%);
    background: linear-gradient(135deg, rgba(254,255,255,1) 0%,rgba(234,234,234,1) 35%,rgba(170,170,170,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#aaaaaa',GradientType=1 );
}
.icon-animation {
    height: 400px;
}
.remote-gif img{
	   width: 85%;
    margin-top: -20px;
}
#sec1 .legend li{
	float: left;
	margin-right: 20px;
	list-style: none;
}
#sec10 .legend li{
	float: left;
	margin-right: 20px;
	list-style: none;
}
.legend{
	margin: 0 auto;
    display: inline-block;
    margin-top: 20px;
}
.rank {
    background: rgb(232, 232, 232);
    padding: 10% 19%;
    border-radius: 50%;
}
#sec11 ul{
	float: right;
	margin-right: 30px;
}
.rank p {
    font-size: 26px;
    color: #424247;
    margin-bottom: 0;
}
.rank:after {
     background: rgb(232, 232, 232);
    content: "";
    height: 20px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    		transform: rotate(45deg);
    width: 20px;
    bottom: -10px;
    left: 44%;
}
.rank-data{
	width: 200px;
	text-align: center;
	margin-left: 23%;
	z-index: 19;
}
.tv1-ranking, .tv2-ranking, .tv3-ranking{
	position: relative;
	width: 33%;
	float: left;
}
.tv1-ranking .marco-tv, .tv2-ranking .marco-tv, .tv3-ranking .marco-tv{
	width: 100%;
	z-index: 18;
	position: relative;
}
.tv-img-ranking{
	position: absolute;
	top: 197px;
	left: 43px;
	width: 77%;
	z-index: 1;
}
.tv-program{
	position: relative;
	z-index: 19;
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
	color: #333;
}
.tv-program span{
	white-space: nowrap;
}
.tv-title-program{
    position: absolute;
    bottom: 10px;
}

.camp-bubble img {
    width: 70%;
}
#sec7 .points-container.points-enlarged.points-pulsing {
    /* text-align: right; */
    position: absolute;
    right: 0;
}
#sec9 .points-container.points-enlarged.points-pulsing {
    /* text-align: right; */
    position: absolute;
    right:0;
}

#sec1, #sec2, #sec3, #sec4, #sec5, #sec6, #sec7, #sec8, #sec9, #sec10,#sec11{
	position: relative;
}

#sec9 .close-info {
    position: fixed;
    top: 0;
    right: 0;
    height: 44px;
    width: 44px;
}

/* mobile */
	.remote-counter1-xs, .remote-counter2-xs, .remote-counter3-xs, .remote-counter4-xs,.remote-counter5-xs, .remote-counter6-xs{
		font-size: 15px;
		color: #333333;
	}
	.remote16-counter1-xs, .remote16-counter2-xs, .remote16-counter3-xs, .remote16-counter4-xs, .remote16-counter5-xs, .remote16-counter6-xs{
		font-size: 14px;
		color: #ababab;
	}

	.line-xs, .line2-xs, .line3-xs, .line4-xs, .line5-xs, .line6-xs{
		height: 200px
	}
	.top{
		margin-top: 50px;
		margin-bottom: 12px;
	}
	.mando-xs {
	    width: 30%;
	    position: relative;
	}
	.remote-box-xs {
	    position: absolute;
	    top: 90px;
	    left: -15px;
	}
	.circle1-xs img, .circle2-xs img, .circle3-xs img, .circle4-xs img, .circle5-xs img, .circle6-xs img, .circle7-xs img  {
	    width: 100%;
	}

@media (max-width: 1560px) and (min-width: 1170px){
	.legend {
	   margin-top: 0px;
	}
	.foot-page {
	   background: #e41a12;
	   width: 100%;
	   height: auto;
	   padding: 2% 10%;
	}
}
@media (max-width: 1400px) {
   .section {
    padding: 12% 0px;
  }
  .title-section {
    margin-bottom: 60px;
  } 
}
@media (max-width: 1200px){
  .rank-data {
    margin-left: 16%;
  }
  .section {
    padding: 8% 0px;
  }
}

@media (max-width: 992px) {
	.title{
		margin-top: 20%;
	}
	.legend {
	  margin-top: 80px !important;
	}
	.container {
		width: 100%;
	}
	.rank:after {
		display: none;
	}
	.tv-img-ranking {
	    left: 35px;
	}
	#sec9 .points-container.points-enlarged.points-pulsing {
	   right: 40px;
	   top: 150px;
	}
	#sec7 .points-container.points-enlarged.points-pulsing {
	    right: 60px;
	}
	.line-xs, .line2-xs, .line3-xs, .line4-xs, .line5-xs, .line6-xs {
	    height: 160px;
	}
	.remote-counter1-xs, .remote-counter2-xs, .remote-counter3-xs, .remote-counter4-xs, .remote-counter5-xs, .remote-counter6-xs {
	    font-size: 20px;
	}
	.remote16-counter1-xs, .remote16-counter2-xs, .remote16-counter3-xs, .remote16-counter4-xs, .remote16-counter5-xs, .remote16-counter6-xs {
		font-size: 16px;
	}
	#sec1 .single-point{
    top:100px;
  }
  .spots-tv>div {
    width: 185px;
    height: 185px;
  }
  .tv-program{
    font-size: 16px;
    width: 100%;
  }
  .tv-title-program{
    padding-left: 30px;
    padding-right: 30px;
    bottom: -30px;
  }
  #sec11 .info-source{
    padding-top: 40px;
  }
  .tv-logo{
    top: 40%;
  }
  .nav-tabs>li{
    width: 45%;
  }
}

@media (max-width: 768px){
    body{
  overflow: auto;
  }
	.header {
	    padding: 16px 0px;
	}
	.hastag-header {
	    font-size: 20px;
	    color: #ffffff;
	}
	.hero {
	    background-position-x: 65%;
	    background-position-y: 13%;
	    background-size: 160%;
	    padding: 30% 30% 0 3%;
	    height: 100%;
	    background-color: #dee5eb;
	}
	.title {
	    margin-top: 0;
	}
	.info-source{
		margin-top: 10px!important;
	}
	.head-box {
	    height: 560px;
	}
	.title h2 {
	    color: #424247;
	}
	.remote-img .mando {
	    width: 40%;
	}
	.remote-img {
	    text-align: left;
	    overflow: hidden;
	}
	.remote-box {
	    left: calc(33% - 100px);
	    left: -webkit-calc(33% - 100px);
	    left: -moz-calc(33% - 100px);
	}
	.line-xs, .line2-xs, .line3-xs, .line4-xs, .line5-xs, .line6-xs {
	    height: 200px;
	    width: 33%;
	}
	.remote-counter1-xs, .remote-counter2-xs, .remote-counter3-xs, .remote-counter4-xs, .remote-counter5-xs, .remote-counter6-xs {
	    font-size: 16px;
	}
	.circle1-xs, .circle2-xs, .circle3-xs, .circle4-xs, .circle5-xs, .circle6-xs, .circle7-xs {
	   padding: 25px;
	}

	.cade-logs img {
	    margin: 7px 70px 7px 0px;
	}
	.spots-tv {
	    margin-left: 8%;
	}
	.video-play-button, .video-play-button2, .video-play-button3 {
	    -webkit-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-10%);
	}
	.spot-counter {
	    margin: -31px;
	}
	#bar-chart .graph {
	    height: auto;
	}
	.cade-logs {
	    width: 10%;
	}
	#horizontal-chart .graph .nav li {
	    margin: 10px 0;
	    text-align: center;
	}
	.camp-bubble > div {
	    width: 100%;
	}
	.camp-bubble img{
		width: 40%;
	}
	.program-img1, .program-img3{
		width: 40%;
		position: inherit;
	}
	.program-img2{
		width: 30%;
		position: inherit;
	}
	.tv-program{
		font-size: 16px;
	}
  .tv-title-program {
    width: 100%;
  }

	.foot-page {
	    background: #e41a12;
	    padding: 5% 0;
	}
	.rrss-foot ul li {
	    margin: 6px 10px;
	    float:none;
	    display: inline-block;
	}
	.foot-hashtag span {
	    font-size: 20px;
	    text-align: center;
	}
	#bar-chart {
	    margin: 100px auto 200px 30px;
	}
	.number-xs {
	    color: #424247 !important;
	    left: 79px !important;
	}
	.title h1 {
	    color: #424247;
	}
	#sec7 .single-point {
	    top: -4px;
	    right: -40px;
	}
	#sec4 .single-point {
	    right: 50px;
	}
	.tv-img-ranking{
		left: 26px;
		top: 160px;
	}
	.rank{
		padding: 10px 19px;
	}
	.rank-data {
	    width: 175px;
	    margin-left: 9%;
	}
	.rank p {
    font-size: 20px;
	}
	.top{
		margin-bottom: 50px;
	}
	#sec1 .single-point {
	    top: 130px;
	}
  .legend {
    margin-top: 0 !important;
  }
  .title-section {
    margin-bottom: 20px;
  }
}
@media (min-width: 560px) and (max-width: 768px){
  .second.fadeIn.col-md-4.col-sm-12.col-xs-12{
  margin-top: 24%;
  }
}
@media (max-width: 767px) {
	.whatsapp.visible-xs {
    	display: inline-block!important;
	}
}

@media (max-width: 560px){
	.hero{
		padding: 49% 14% 0 3%;
	}
	.rank-data {
	    width: 160px;
	    margin-left: 0;
	}
	.logo-header img, .foot-logo img {
	    width: 160px;
	    margin-top: 5px;
	}
}

@media (max-width: 480px){
	.header {
	    padding: 16px 0px;
	}
	.hastag-header {
	    font-size: 20px;
	    color: #ffffff;
	}
	.hero {
	    background-position-x: 65%;
	    background-position-y: 13%;
	    background-size: 160%;
	    /* height: auto; */
	    padding: 50% 0 0 0;
	    height: 100%;
	    background-color: #dee5eb;
	}
	.head-box {
	    height: 560px;
	}
	.section h3 {
	    font-size: 25px;
	    margin-bottom: 5%;
	}
	.title-section span {
	    font-size: 14px;
	}
	.title h1 {
		font-size: 35px;
		margin-top: 40px;
		margin-left: 24px;
	}
	.title h2 {
	    color: #424247;
	    margin-right: 55px;
	    font-size: 24px;
	}
	.remote-img .mando {
	    width: 40%;
	}
  .nav-tabs>li {
    width: 100%;
  }
	.remote-img {
	    text-align: left;
      top:0;
	}
	.top{
		padding-left: 0;
	}
	.remote-box {
	    left: calc(33% - 100px);
	    left: -webkit-calc(33% - 100px);
	    left: -moz-calc(33% - 100px);
	}
	.single-point > a {
	    top: 50px;
	}
	#sec1 .single-point > a {
	   top: 180px;
	   right: 30px;
	}
	.spots-tv>div {
		width: 160px;
		height: 160px;
	}
	.spots-tv {
	    margin-left: 21%;
	}
	.tv-logo {
	    width: 70%;
	    left: 16%;
	    top: 40%;
	}
	.video-play-button, .video-play-button2, .video-play-button3 {
	    -webkit-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-10%);
	}
	.line-xs, .line2-xs, .line3-xs, .line4-xs, .line5-xs, .line6-xs {
	    height: 180px;
	    width: 30%;
	    padding: 13px;
	}
	.circle1-xs, .circle2-xs, .circle3-xs, .circle4-xs, .circle5-xs, .circle6-xs, .circle7-xs {
	   padding: 6px;
	}
	#bar-chart .graph .nav{
		margin-left: 13%;
	}
	.legend {
		padding: 0;
		margin-top: 20px!important;
	}
  #sec1 .legend{
    margin-top: 0!important;
  }
	.spot-counter {
	    margin: -40px;
	    font-size: 26px;
	}
	.spot-counter span {
	    font-size: 18px;
	}
	#bar-chart .graph {
	    height: auto;
	}
	.cade-logs {
	    width: 10%;
	}
	#horizontal-chart .graph .nav li {
	    margin: 10px 0;
	    text-align: center;
	}
  #sec8 .info-source {
    bottom: -213px;
    left: 20px;
    margin-left: 0;
  }
	.camp-bubble > div {
	    width: 100%;
	}
	.tv-ranking-box{
		width: 50%;
	}
	.foot-page {
	    background: #e41a12;
	    padding: 4% 0;
	}
	.foot-hashtag span {
	    font-size: 20px;
	    text-align: center;
	}
	.rrss-foot li i{
		font-size: 20px;
	}
	.rrss-foot ul li {
	    margin: 6px 6px;
	}
	.rrss-foot i.fa-facebook {
	    padding: 8px 13px;
	}
	.rrss-foot i.fa-twitter {
	    padding: 9px 10px;
	}
	.rrss-foot i.fa-linkedin, .rrss-foot i.fa-whatsapp {
	    padding: 9px 11px;
	}
	.rrss-foot i.fa-envelope {
    font-size: 18px!important;
    padding: 9px 9px;
	}
	#bar-chart {
	    margin:30% 0 ;
	}
	.number-xs {
	    color: #424247 !important;
	    left: 79px !important;
	}
	.title h1 {
	    color: #424247;
	}
	.tv1-ranking, .tv2-ranking, .tv3-ranking {
	    width: 100%;
	}
	.tv1-ranking .marco-tv, .tv2-ranking .marco-tv, .tv3-ranking .marco-tv{
		top: -24px;
	}
  .tv-title-program {
    width: 100%;
    bottom: 22px;
  }
	.tv-img-ranking {
    left: 33px;
    top: 150px;
    width: 79%;
	}
  .tv-program {
    font-size: 14px;
  }
	.rank-data {
	  margin-left: 24%;
    margin-bottom: 20px;
	}
  #sec11 .info-source {
      padding-top: 0;
  }
	#sec9, #sec4{
		margin-top: 60px;
	}
	#sec1 .single-point{
		top:-25px;
	}
	#sec2 .single-point{
		top:8%;
	}
	#sec5 .single-point {
	    top: -55px;
	}
	#sec6 .single-point{
		top:10%;
	}
	#sec4 .single-point {
	    left: 44px;
	    top: -50px;
	}
	#sec7 .single-point {
		top: -60px;
		right: -40px;
	}
	#sec9 .single-point {
	    top: -17px;
	}
	#sec11 .single-point{
		top:5%;
	}
}