@font-face {
  font-family: 'Museo Sans';
  src:  url('museosans/MuseoSans-100.otf') format('opentype');
  font-weight: 100;  			
}

@font-face {
  font-family: 'Museo Sans';
  src:  url('museosans/MuseoSans-300.otf') format('opentype');
  font-weight: 300;  			
}

@font-face {
  font-family: 'Museo Sans';
  src:  url('museosans/MuseoSans-300Italic.otf') format('opentype');
  font-weight: 300;  			
  font-style: italic;
}

@font-face {
  font-family: 'Museo Sans';
  src:  url('museosans/MuseoSans-500.otf') format('opentype');
  font-weight: 500;  			
}

@font-face {
  font-family: 'Museo Sans';
  src:  url('museosans/MuseoSans-700.otf') format('opentype');
  font-weight: 700;  			
}

@font-face {
  font-family: 'Museo Sans';
  src:  url('museosans/MuseoSans-700Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;  			
}

@font-face {
  font-family: 'Museo Sans';
  src:  url('museosans/MuseoSans-900.otf') format('opentype');
  font-weight: 900;  			
}

* {
	margin: 0;
	padding: 0;
	font-family: 'Museo Sans', sans-serif;
	text-decoration: none;
}

p {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
} 

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

body {
	position: relative;
}

.wrapper {
	padding: 20px;
}

.topNavigation {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	color: #fff;
}

.topNavigation .topbox {
	padding: 5px 10px;
}

.topNavigation .forSelect {
	cursor: pointer;
}

.topNavigation .forSelect:hover {
	color: #C2F4FF;
}


.topNavigation .forSelect:hover img {
	filter: opacity(0.3) drop-shadow(0 0 0 #C2F4FF);
}

.topNavigation img {
	max-height: 29px;
	margin-right: 5px;
}

.topNavigation .container {
	padding: 20px;
}

.topNavigation .container, .topNavigation .container .clima, .topNavigation .container .transito, 
.topNavigation .container .redes {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;	
	display: flex;
	align-items: center;
}

.topNavigation .container .redes div { 
	margin: 0 10px;
}

.topNavigation .container .redes i {
	font-size:  24px;
}

.bgHome {
	background-size: cover;
	background-repeat: no-repeat;	
	position: relative;	
}

.rockola {
	width: 100%;	
	max-width: 1090px;
	margin: auto;	
	position: relative;
}

.rockola img {
	width: 100%;
	height: auto;
	display: block;
}

.playerContainer {
    position: absolute;
    top: 50%;
    left: 50%;    
    transform: translate(-50%, 65%);
    width: 100%;
    max-width: 313px;
    min-height: 135px;
}

.player {
	text-align: center;	
	width: 100%;
	color: #fff;
}

.player .programa {
	font-weight: 700;
	font-size: 22px;
	height: 27px;
	overflow: hidden;
}


.player .sonando {
	font-weight: 300;
	font-size: 20px;
	height: 27px;
	overflow: hidden;
}

.noshow {
	display: none;
}

.botonera {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;	
	display: flex;
	align-items: center;
	justify-content: center;	
	max-height: 45px;
	margin-top: 15px;	
}

.botonera div {
    margin: 0 3px;
}

.botonera .anterior {
	max-width: 40px;
	padding: 10px;
	cursor: pointer;
}

.botonera .play {	
	max-width: 60px;
	cursor: pointer;
} 

.botonera .sonido {
	max-width: 30px;
	padding: 10px;
	position: relative;
	cursor: pointer;
}

.playerContainer .volumen {
	padding-top: 20px;
	display: flex;
	justify-content: center;
}

.playerContainer .volumen input[type="range"] {
	display: none;
}

.playerContainer .volumen input[type="range"].active {
	display: block;
/*	position: absolute;
    right: 0;
    top: 0;	*/
}

.

input[type="range"],
input[type="range"]::-webkit-slider-runnable-track,
input[type="range"]::-webkit-slider-thumb {
/*    -webkit-appearance: slider-vertical;
    width: 3px;
    height: 3em;
    margin: -7px;*/
    -webkit-appearance: none;
    appearance: none;
}

input[type="range"]::-webkit-slider-thumb {  
  background: #fff;  
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-radius: 50%;  
  margin-top: -7px;
  cursor: ew-resize;
}

input[type="range"]::-moz-range-thumb {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  border-radius: 50%;
}

input[type="range"]::-ms-thumb {
  background-color: #fff;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-radius: 50%;
}

input[type="range"]::-webkit-slider-runnable-track {
  background-color: #fff;
  height: 3px;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  outline: none;
}

input[type="range"]::-moz-range-track {
  background-color: #777;
  height: 3px;
}

input[type="range"]::-ms-track {
  background-color: #777;
  height: 3px;
}

input[type="range"]::-ms-fill-lower {
  background-color: HotPink;
}

input[type="range"]::-ms-fill-upper {
  background-color: #fff;
}

@media screen and (min-width: 1360px) {
	.rockola {
		max-width: 740px;
	}
	.playerContainer {	    
	    top: 42%;
	    max-width: 215px;
	}	
	.playerContainer .volumen {
		padding-top:10px;	    
	}

	.player .programa {
		font-size: 18px;
	}

	.botonera {		
		margin-top: 5px;
	}

	.botonera .play {
		max-width: 50px;
	}	
    
}
@media screen and (min-width: 1440px) {
	.rockola {
		max-width: 910px;
	}
	.playerContainer {
	    top: 47%;
	    max-width: 303px;
	}    
}
@media screen and (min-width: 1600px) {

	.rockola {
	    max-width: 1056px;
	}

	.playerContainer {
    	top: 52%
    }
    
}
@media screen and (min-width: 1920px) {

	.rockola {
	    max-width: 1108px;
	}

	.playerContainer {
    	top: 51%
    }
    
}

.bgWhite {	
	background-color: #fff;	
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.bgWhite .punta {
    width: 30px;
    height: 30px;
    background-color: #fff;
    z-index: 999;
    display: inline-block;
    margin-top: -22px;
    margin-left: 85px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

@media only screen and (min-width:1370px) {
	.bgWhite {	
		position: initial;
	}
}

@media only screen and (max-width:640px) {
	.bgWhite {	
		position: initial;
	}
	.bgWhite .punta {
		margin-left: 25px;
	}
}

.boxes {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;	
	display: flex;
	align-items: stretch;
	justify-content: space-evenly;
}

.boxes .wrapper {
	padding: 0 6em;
	position: relative;
}

.boxes .box:nth-child(2) {
	border-left:  1px solid #C2F4FF;
	border-right:  1px solid #C2F4FF;
}

.box {
    width: 33% !important;
    margin: auto;
}

.box .estado {
	color: #5390f0;
	font-weight: 300;
	font-size:  18px;
	text-transform: uppercase;
}

.box .programa {
	color: #1f3678;
	font-weight: 900;
	font-size:  24px;

}

.box .horario {
	color: #1f3678;
	font-weight: 100;
	font-size:  24px;
}

.box .arrow-prev, .box .arrow-next {
	position: absolute;
	top: 50px;
	display: none;
}

.box .arrow-prev {
	transform: rotate(180deg);
	left: 20px;
}

.box .arrow-next {	
	right: 20px;	
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
	background-image: url(../img/bg_modal.png);
	background-size: cover;
	background-repeat: no-repeat;	
    margin: auto;
    padding: 20px;
    box-shadow: 4px 4px 4px #144866;
    width: 80%;
    max-width: 1240px;
    position: relative;
}

.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 15px;    
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.titular {
	display: flex;
	justify-content: space-between;	
	align-items: center;	
}

.titular .logo_blue {
	max-width: 100px;
}

.titular .logo_blue img {
	width: 100%;
	height: auto;
}

.titular h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
}


.apps {
	position: absolute;
	bottom: 150px;
	right: 20px;	
}

.apps .links {
	display: flex;
	align-items: center;
}

.apps .links .apple, .apps .links .google {

	margin: 0 10px;
}

.climaGrid .wrap {
	padding: 10px;
}

.climaGrid .grilla {
    display: grid;
    grid-template-columns: repeat(4,minmax(130px,1fr));    
    grid-gap: 15px;	
}

.grilla .dia .icono {	
	max-width: 100px;
}

.grilla .icono img {
	margin: auto;
	max-width: 100%;
}

.grilla .dia0.dia .icono {	
	max-width: initial;
	text-align: center;
	margin-bottom: 45px;
}

.grilla .dia0 {
	  grid-column: span 1;
    grid-row: span 2;
}

.grilla .dia {
	background-color:rgba(97, 194, 234, 0.5);
	box-shadow: 1px 6px 8px #105366;
	color: #fff;
	text-transform: uppercase;
}

.grilla .dia .wrap {
	padding: 10px 20px;
}

.grilla .dia h3 {
	font-size: 26px;
	font-weight: 500;
	line-height: 30px;
}

.grilla .dia p {
	font-weight: 500;
	font-size: 22px;
	padding: 0;
	margin: 0;
}

.grilla .dia h4 {
    font-size: 20px;
    font-weight: 300;
}

.grilla .dia .sep {
	width: 100%;
	height: 1px;
	background-color:#b9e0f3;
	margin: 5px 0;
}

@media only screen and (max-width:640px) {

	.bgHome {
		padding-top: 10em;
	}

	.wrapper {
		padding: initial;		
	}

	.boxes {
		display: block;
	}	

	.boxes .wrapper {
		padding: 20px 20px 20px 45px;
	}
	
	.box {
    width: 100% !important;
  }

	.boxes .box:nth-child(2) {
		border: 0;
	}	

	.box .arrow-prev, .box .arrow-next {
		display: block;
	}

	.topNavigation .container {
		padding: 5px;
	}

	.topNavigation .topbox {
		padding: 5px;
	}

	.topNavigation .container .redes div {
		margin:  0 5px;
	}

	.bghome {
		display: flow-root;
    	align-content: baseline;
	}

	.player .programa {
		font-size: 17px;		
	}

	.player .sonando {
		font-size: 13px;		
	}

	.playerContainer {
	    transform: translate(-51%, 15%);
	    max-width: 165px;
	}

	.playerContainer .volumen {
		padding-top: 10px;
	}

	.botonera {
		margin-top: 5px;
	}

	.botonera .play {
    	max-width: 40px;
	}

	.botonera .anterior {
    	max-width: 25px;	
    }

    .botonera .sonido {
    	max-width: 20px;	
    }

    .player .programa, .player .sonando {
    	height: 17px;
    }

	.climaGrid .wrap {
		padding: 0;
	}

	.climaGrid .grilla {
		grid-template-columns: repeat(4,minmax(80px,1fr));
		grid-gap: 6px;
		grid-auto-rows: auto;
	}

	.grilla .dia {
		margin: 0;
	}

	.grilla .dia .wrap {
		padding: 10px 8px;
	}

	.grilla .dia0.dia .icono {
	  max-width: initial;
   	width: 100%;
  }

  .grilla .dia h3 {
  	font-size: 13px;
  	font-weight: 300;
  	line-height: 17px;
  }

  .grilla .dia h4 {
  	font-size: 12px;
  }

  .grilla .dia .sep {
  	margin: 7px 0;
  }

  .grilla .dia p {
  	font-size: 8px;
  }

  .grilla .dia .icono {
  	width: 36px;
  }

	.modal-content {
		width: 90%;
    	padding: 10px;
	}

	.titular h2 {
		font-size: 18px;
	}

	.titular .logo_blue {
    	max-width: 50px;
	}

	.apps {		
		left: 50%;
    transform: translate(-50%, 0);
	}

}

