html,body{
	font-family:sans-serif;
	font-size:16px;
	height:100%;
	margin:0;
	padding:0;
	width:100%; 
}

#main{
	height:100%;
	position:relative;
	width:100%;
}

.panel{
	box-sizing:border-box;
	position:absolute;
}

.panel .content{
	background: rgba(0, 0, 0, .75);
	border-radius: 0%;
	font-size:40px;
	font-weight:bold;
	height: 100%;
	overflow:hidden;
}

.pl{
	height:100%;
	left:0;
	padding: 2rem 1rem 2rem 2rem;
	top:0;
	width:50%;
}

.prt{
	height:50%;
	left:50%;
	padding: 2rem 2rem 1rem 1rem;
	top:0;
	width:50%;
}
.prb{
	height:50%;
	left:50%;
	padding: 1rem 2rem 2rem 1rem;
	top:50%;
	width:50%;
}

.panel img{
	width:100%;
	max-height: 100%;
}

.flexslider{
	border-color:red;
	border:0;
	height: 100%;
	margin: 0;
}

#srb1{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc578+0,fb9d23+100;Orange+3D+%233 */background: #ffc578; /* Old browsers */background: -moz-linear-gradient(top, #ffc578 0%, #fb9d23 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to right, #FF5722 0%,#FF5722 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */}

#srb2{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc578+0,fb9d23+100;Orange+3D+%233 */
background: #ffc578; /* Old browsers */
background: -moz-linear-gradient(top, #ffc578 0%, #fb9d23 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #2196F3 0%,#00acee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */
}
.srb .slides, .srb .slides li{
	height:100%;
}
#timedate{
	color:#fff;
	width: 70%;
	/* top:50%; */
	font-weight:bold;
	/* position:absolute; */
	/* margin-top:-80px; */
	text-align:center;
	font-size:80px;
	/* text-shadow: 0 5px 10px #13001d; */
	margin: 7rem auto;
}
.time{
		color: #CDDC39;
		padding-bottom:1rem;
		border-bottom: 1px solid #ff3d00;
}

.visitantes{
	border-top: 1px solid #ffc774;
	font-size:25px;
	/* width:70%; */
	margin:0 auto;
	padding-top: 1rem;
	text-transform:uppercase;
	color: #f3f3f3;
}

.weather-icon{
	width:auto;
}

#weather span{
	color:#662e85;
}


#fullscreen{
	position:fixed;
	height:100%;
	width:100%;
	z-index:5;
	top: 0;
	left: 0;
	display: none;
}

.slides, .sl li{
	height:100%;
}

.srt, .srt .flex-viewport, .srt .slides, .srt li{
	max-height:100%;
	height: 100%;
}