@charset "UTF-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
  margin-bottom:-10%;	
}
[class*="col-"] {
  float: left;
  padding: 10px;
  width: 100%;
}

.pauta_digital{
	margin-top:0%;
}

.semana_en_las_redes_comscore {
	
	color:black;
	font-family:"HelveticaNeue-Medium";
	font-size:.9em;
	font-weight: normal;
	margin:5% auto 5%;
	padding:0% 7.5%;
	text-align: left;

}

.proyectos_especiales_ciclismo_cuadro_rojo_audiencias{
	display:none;
}

.semana_en_redes_comscore{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:85%;
	height: auto;
	margin:10% auto 0%;
	object-fit: cover;
	
	-webkit-box-shadow: 0px 0px 31px -12px rgba(69,69,69,1);
	-moz-box-shadow: 0px 0px 31px -12px rgba(69,69,69,1);
	box-shadow: 0px 0px 31px -12px rgba(69,69,69,1);
	
		border-radius: 13px 13px 13px 13px ;
		/*-moz-border-radius: 24px 24px 24px 24px;
		-webkit-border-radius: 24px 24px 24px 24px;*/
		border: 0px solid #000000;	
}


@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-0{ width:4.17%;}
  .col-s-1-1{width:13.89%;}	
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-2-2 {width: 15.27%;}	
  .col-s-2-1 {width: 20%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
	
	.semana_en_las_redes_comscore {
	color:black;
	font-family:"HelveticaNeue-Medium";
	font-size:1.0em;
	font-weight: normal;
	margin:5% auto 5%;
	padding:0% 10%;
	text-align: left;

	}
	
		.proyectos_especiales_ciclismo_cuadro_rojo_audiencias{
    background-color: #E91B25;
    height: 35%;
    position: absolute;
    margin-left: 0%;
    left: 50%;
    width: 50%;
    -webkit-box-shadow: 5px 10px 18px rgb(88 88 88);
    box-shadow: 5px 10px 18px #888888;
    z-index: -10;
    display: block;
	margin-top:0%;	
	}
	
	.semana_en_redes_comscore {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:80%;
	height: auto;
	margin:10% auto 5%;
		
	-webkit-box-shadow: 0px 0px 31px -12px rgba(69,69,69,1);
	-moz-box-shadow: 0px 0px 31px -12px rgba(69,69,69,1);
	box-shadow: 0px 0px 31px -12px rgba(69,69,69,1);
	
		border-radius: 24px 24px 24px 24px;
		/*-moz-border-radius: 24px 24px 24px 24px;
		-webkit-border-radius: 24px 24px 24px 24px;*/
		border: 0px solid #000000;	
}
	
}



@media only screen and (min-width: 1024px) {
  /* For desktop: */
  .col-0{ width:4.17%;}
  .col-1 {width: 8.33%;}
  .col-1-1{width:13.89%;}
  .col-2 {width: 16.66%;}
  .col-2-2 {width: 15.27%;}
  .col-2-1 {width: 20%;}
  .col-3 {width: 25%;}
  .col-4-1 {width: 32.4%;}	
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}

.semana_en_las_redes_comscore {
	
	color: black;
    font-family:"HelveticaNeue-Medium";
    font-size: 1.5em;
    font-weight:normal;
    margin: 35% auto 1%;
    text-align: left;
    width: 100%;
	background-color:transparent;	
	
	}
	
	.proyectos_especiales_ciclismo_cuadro_rojo_audiencias {
    background-color: #E91B25;
    height: 50%;
    position: absolute;
    margin-left: 15%;
    right: 0%;
    width: 30%;
    -webkit-box-shadow: 5px 10px 18px rgb(88 88 88);
    box-shadow: 5px 10px 18px #888888;
    z-index: 0;
    display: block;
	margin-top:-5%;
}
	
	.semana_en_redes_comscore {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:80%;
	height: auto;
	margin:10% 5% 5% 20%;
	-webkit-box-shadow: 0px 0px 31px -12px rgba(69,69,69,1);
	-moz-box-shadow: 0px 0px 31px -12px rgba(69,69,69,1);
	box-shadow: 0px 0px 31px -12px rgba(69,69,69,1);
	
		border-radius: 24px 24px 24px 24px;
		/*-moz-border-radius: 24px 24px 24px 24px;
		-webkit-border-radius: 24px 24px 24px 24px;*/
		border: 0px solid #000000;
}
	
	
	
}