/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,600;0,800;1,400&display=swap');

*{
		margin: 0;
		padding: 0;
		list-style: none;
		text-decoration: none;
		border: none;
		outline: none;
		box-sizing: border-box;
	}
a{text-decoration: none;
color: #fff;}

a:active{text-decoration: none;
color: #fff;}
a:hover{text-decoration: none;
color: #fff;}
a:focus{text-decoration: none;
color: #fff;}
	body{
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 600;
	}
	#contenedor{
		padding: 0px;
	}
	#menu{
		width: 100%;
		height: 130px;
		margin: 0 auto;
		background: #800000;
		color: #fff;		
	}
	#premio{
		width: 100%;
		
		height: auto;
		background: #fff;
		margin: 0 auto;
	}
	#logo{
		float: left;
		padding-left: 20px;
		padding-top: 20px;
	}
	#itemmenu{
		float: left;
		font-size: 18px;
		margin-right: 10px;
		font-weight: 600;
		height: 35px;
		color:#fff;
		padding-top: 8px;
		padding-left: 10px;
		-webkit-transition: color ease .3s;
		-moz-transition: color ease .3s;
		-o-transition: color ease .3s;
		transition: color ease .3s;
	}
	#itemmenu:hover{
		color: #fff;
	}

	#separacion{
		border-bottom: 6px solid #920600;
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
	}
	#holdmenu{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#920600+1,6d0000+100 */
		width: 100%;
		max-width: 1300px;
		height: auto;
		min-height: 35px;
		margin: 0 auto;
		padding-left: 15px;
		background: #3a3a3a; /* Old browsers */
	}
	#principalholder{
		width: 100%;
		max-width: 1100px;
		height: 400px;
		margin: 0 auto;
	}
	.principal1{
		width: 50%;
		height: 400px;
		background: rgb(190,47,47);
		background: -moz-radial-gradient(circle, rgba(190,47,47,1) 0%, rgba(128,0,0,1) 27%, rgba(48,0,0,1) 86%);
		background: -webkit-radial-gradient(circle, rgba(190,47,47,1) 0%, rgba(128,0,0,1) 27%, rgba(48,0,0,1) 86%);
		background: radial-gradient(circle, rgba(190,47,47,1) 0%, rgba(128,0,0,1) 27%, rgba(48,0,0,1) 86%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#be2f2f",endColorstr="#300000",GradientType=1);
		float: left;
		display: block;
	}
	.principal1ver{
		width: 600px;
		height: 338px;
		background: rgb(190,47,47);
		background: -moz-radial-gradient(circle, rgba(190,47,47,1) 0%, rgba(128,0,0,1) 27%, rgba(48,0,0,1) 86%);
		background: -webkit-radial-gradient(circle, rgba(190,47,47,1) 0%, rgba(128,0,0,1) 27%, rgba(48,0,0,1) 86%);
		background: radial-gradient(circle, rgba(190,47,47,1) 0%, rgba(128,0,0,1) 27%, rgba(48,0,0,1) 86%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#be2f2f",endColorstr="#300000",GradientType=1);
		float: left;
		display: block;
		margin-right: 5px;
	}
	.nprincipal{
		width: 100%;
		height: 400px;
		background: rgb(190,47,47);
		background: -moz-radial-gradient(circle, rgba(190,47,47,1) 0%, rgba(128,0,0,1) 27%, rgba(48,0,0,1) 86%);
		background: -webkit-radial-gradient(circle, rgba(190,47,47,1) 0%, rgba(128,0,0,1) 27%, rgba(48,0,0,1) 86%);
		background: radial-gradient(circle, rgba(190,47,47,1) 0%, rgba(128,0,0,1) 27%, rgba(48,0,0,1) 86%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#be2f2f",endColorstr="#300000",GradientType=1);
		float: left;
		display: block;
	}
	.nprincipalver{
		width: 600px;
		height: 338px;
		background: rgb(190,47,47);
		background: -moz-radial-gradient(circle, rgba(190,47,47,1) 0%, rgba(128,0,0,1) 27%, rgba(48,0,0,1) 86%);
		background: -webkit-radial-gradient(circle, rgba(190,47,47,1) 0%, rgba(128,0,0,1) 27%, rgba(48,0,0,1) 86%);
		background: radial-gradient(circle, rgba(190,47,47,1) 0%, rgba(128,0,0,1) 27%, rgba(48,0,0,1) 86%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#be2f2f",endColorstr="#300000",GradientType=1);
		float: left;
		display: block;
	}
	.principal2{
		width: 50%;
		height: 400px;
		background: #f98;
		float: left;
	}
	#tituloppal{
		position: absolute;
		bottom: 0px;
		width: 100%;
		height: auto;
		color: #fff;
		background: rgb(29,29,29);
		background: -moz-linear-gradient(0deg, rgba(29,29,29,0.8981967787114846) 28%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(0deg, rgba(29,29,29,0.8981967787114846) 28%, rgba(0,0,0,0) 100%);
		background: linear-gradient(0deg, rgba(29,29,29,0.8981967787114846) 28%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d1d",endColorstr="#000000",GradientType=1);
		padding: 10px;
		display: block;
		font-weight: 600;
		font-size: 22px;
		text-transform: uppercase;
		overflow: hidden;
		left: 0px;
	}
	#noticiappal2{
		width: 50%;
		height: 50%;
		background: #000;
		float: left;
		position: relative;
	}
	#tituloppal2{
	position: absolute;
	bottom: 1px;
	width: 70%;
	height: 80px;
	color: #fff;
	padding: 10px;
	padding-top: 20px;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	overflow: hidden;
	left: 0px;
		font-weight: 600;
	}
	.cuanto{
		font-size: 12px;
		color: #fff;
		background: #800000;
		padding: 3px;
		margin: 3px 6px;
		display: inline-block;
		top: 10px;
		left: 10px;
		text-transform: uppercase;
	}
	.cuanto2{
		font-size: 18px;
		color: #ff9090;
		background: rgba(52,0,0,0.7);
		border-radius: 6px;
		padding: 6px;
		margin: 3px 6px;
		display: inline-block;
		top: 10px;
		left: 10px;
	}
	#secundariasholder{
		width: 100%;
		max-width: 1100px;
		height: auto;
		margin: 0px auto;
		margin-top: 20px;
	}
	#secundariasholderleft{
		width: 70%;
		height: auto;
		margin-top: 0px;
		float: left;
		padding-right: 0px;
	}
	#secundariasholderleft2{
		width: 70%;
		height: auto;
		margin-top: 20px;
		float: right;
	}
	#secundariasholderright{
		width: 30%;
		height: auto;
		float: left;
		padding-top: 0px;
	}
	#secundariasholderright2{
		width: 30%;
		height: auto;
		float: right;
		padding-top: 20px;
	}
	#secundaria1{
		width: 50%;
		height: 100px;
		overflow: hidden;
		padding-right: 10px;
		padding-top: 0px;
		color: #000;
		float: left;
	}
	#secundaria1b{
		width: 33.3%;
		height: 400px;
		overflow: hidden;
		padding-right: 10px;
		padding-top: 0px;
		color: #000;
		float: left;
	}
	#secundaria2{
		width: 50%;
		height: 200px;
		padding-right: 10px;
		padding-top: 0px;
		color: #000;
		float: left;
		margin-top: 10px;
	}
	#secundaria2b{
		width: 50%;
		height: auto;
		padding-left: 10px;
		padding-top: 0px;
		color: #000;
		float: left;
		margin-bottom: 10px;
	}
	#secundariafoto{
		width: 30%;
		height: 100px;
		position: relative;
		/*border: 3px solid rgba(144,6,8,0.40);*/
	}
	#secundaria2foto{
		width: 40%;
		height: 100px;
		float: left;
		border-radius: 5px;
		margin-right: 5px;
	}
	titulosecundaria2{
		width: 60%;
		height: 100px;
		overflow: hidden;
		color: #000;
		float: left;
	}
	#secundariaresumen{
		color: #555;
		font-size: 16px;
		padding: 5px;
		overflow: hidden;
		font-weight: 600;
	}
	#tituloppalsec{
		position: absolute;
		bottom: 0px;
		width: 100%;
		height: auto;
		color: #fff;
		background: rgb(57,57,57);
		background: -moz-linear-gradient(0deg, rgba(57,57,57,0.8981967787114846) 28%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(0deg, rgba(57,57,57,0.8981967787114846) 28%, rgba(0,0,0,0) 100%);
		background: linear-gradient(0deg, rgba(57,57,57,0.8981967787114846) 28%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#393939",endColorstr="#000000",GradientType=1);
		padding: 10px;
		display: block;
		font-size: 22px;
		text-transform: uppercase;
		overflow: hidden;
		left: 0px;
		float: left;
	}
	#bannerppal{
		margin: 0 auto;
		width: 50%;
		max-width: 950px;
		text-align: center;
		float: left;
	}
	#bannersecundario{
		width: 100%;
		max-width: 350px;
		display: inline-block;
		margin-bottom: 0px;
	}

	.search {
	  position: relative;
	  color: #fff;
	  font-size: 18px;
		clear: left;
	}

	.search input {
		width: 100%;
		font-size: 14px;
		color:#fff;
		height: 38px;
		margin-bottom: 20px;
	  background: #fff;
	  border: 3px solid rgba(255,255,255,1); 
	  border-radius: 5px;
	  box-shadow: 0 0 3px #ccc, 0 0px 15px  inset;
	}
	::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #444;
    opacity: 1; /* Firefox */
}
	.search input { text-indent: 32px; }
	.search .fa-search { 
	  position: absolute;
	  top: 10px;
	  left: 10px;
	  cursor: pointer;
	}

	
	
	.progress-bar {
	  height: 5px;
	  width: 0;
	  background: #FF0004;
	  position: absolute;
	}
	.progress-bar2 {
	  height: 5px;
	  width: 100%;
	  background: #920600;
	  position: relative;
	}
	#animales{
		padding-bottom: 50px;
		width: 100%;
		height: auto;
		background: url(../images/fondo.animal2.jpg);
		background-size: cover;
		background-repeat: no-repeat;
	}
	#animaleslimite{
		width: 100%;
		max-width: 1100px;
		height: auto;
		margin: 0 auto;
	}
	#animaltituloppal{
		padding-top: 20px;
		padding-bottom: 10px;
		font-size: 30px;
		color: #fff;
		text-align: center;
	}
	#animalesfoto{
		width: 50%;
		height: 300px;
		float: left;
	}
	#animalesnotaholder{
		width: 50%;
		height: 300px;
		overflow: hidden;
		padding: 10px;
	}
	#animalestitulo{
		font-size: 24px;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 15px;
	}
	#animalesresumen{
		font-size: 18px;
		color: #e9e9e9;
	}
	
	.encuesta{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#920600+1,6d0000+100 */
		background: #920600; /* Old browsers */
		background: -moz-linear-gradient(top,  #920600 1%, #6d0000 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #920600 1%,#6d0000 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #920600 1%,#6d0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#920600', endColorstr='#6d0000',GradientType=0 ); /* IE6-9 */
		border-radius: 15px;
	}
	
	#secundariasmainholder{
		padding: 0px; 
		height: auto;
		color: #fff;
		font-size: 24px;
	}
	
	.imagenpremio{
		clear: left; 
		max-width: 455px; 
		float: left;
	}
	
	#cargarmas{
		width:100%;
		height: auto;
		font-size: 30px;
		background:#A80002;
		color: #fff;
		margin: 10px auto;
		text-align: center;
		padding: 10px;
		border-radius: 15px;
		cursor: pointer;
	}
	#noticiaholder{
		width: 100%;
		font-size: 30px;
		color: #350100;
		height: auto;
		display: block;
	}
	#titulonoticia{
		padding-left: 50.5%;
	}
	#resumennoticia{
		padding-top: 15px;
		font-size: 18px;
		color: #000;
	}


	#regresar{
		position: fixed; 
		bottom: -50px; left:50%; 
		margin-left: -50px; 
		background: #000; 
		color: #fff; 
		border-radius: 50%; 
		width: 100px; 
		height: 100px; 
		padding-top: 5px; 
		text-align: center;
		cursor: pointer;
		opacity: .7;
		-webkit-transition: all ease .3s;
		-moz-transition: all ease .3s;
		-o-transition: all ease .3s;
		transition: all ease .3s;
	}
	#regresar:hover{
		width: 160px;
		height: 160px;
		opacity: .95;
		margin-left: -80px;
		padding-top: 20px;
		bottom: -80px;
		background: #4F0001;
	}
	#comparte{
		display: inline-block; 
		margin-top: 15px;
	}


.sb-search{
			position: fixed;
			top: 0;
			right: 10px;
			z-index: 1;
			opacity: .75;
			border-radius: 5px;
		}
		.sb-search:hover{
			opacity: 1;
		}
		.sb-icon-search {
			background: transparent;
			border-radius: 5px;
		}
		.sb-search.sb-search-open,
		.no-js .sb-search {
			width: 95%;
		}

.icono{
	width: 20px;
	height: 20px;
}
.icono2{
	width: 30px;
	height: 20px;
}

.iconotx{
			padding-left:0px;
		}
.iconotx2{
			padding-left:0px;
		}
.logo{
	display: inline-block; width: auto; float: left;
}
.fecha{
	text-align: right; padding-top: 80px;
}
#pie{
	width: 100%;
	height: auto;
	padding: 30px;
	background: #401c1a;
}
#pieholder{
	margin: 0 auto;
	color:#F88183;
	max-width: 1100px;
}
#logopie{
	max-height: 100px;
}
#redes{
	font-size: 30px;
	color: #fff;
}
iframe{
	max-width: 1000px;
	min-height: 550px;
}
	/*cuando queda en el limite de pagina 1400px;*/
	@media screen and (min-width:1400px){
		
		#pieholder{
			max-width: 1300px;
		}
		#holdmenu{
			max-width: 1300px;
		}
		#resumennoticia{
			font-size: 24px;
		}
		#premio{
			max-width: 1300px;
		}
		#principalholder{
			max-width: 1300px;
		}
		#separacion{
			max-width: 1300px;
		}
		#secundariasholder{
			max-width: 1300px;
		}
		#secundariafoto{
			height: 300px;
		}
		#secundaria2foto{
			height: 150px;
		}
		#secundaria1{
			height: 500px;
		}
		#secundariasmainholder{
			height: 503px;
		}
		#animaleslimite{
			max-width: 1300px;
		}
	}
	
	
	@media screen and (max-width:1050px){
		iframe{
	min-height: 450px;
}
		#secundaria1b{
			width: 50%;
		}
		.principal1ver{
			width: 100%;
			height: 338px;
			margin-bottom: 130px;
		}
		.nprincipalver{
			width: 100%;
			height: 460px;
		}
		#secundariasholder{
			clear: left;
		}
		
		
		#resumennoticia{
			padding-left: 0px;
			font-size: 22px;
			color: #000;
		}
		#titulonoticia{
			padding-left: 0px;
		}
		
		#principal2{
			margin-top: 30px;
		}
		#logo{
			float: none;
			margin: 0 auto;
			text-align: center;
			display: block;
		}
		#holdmenu{
			float: none;
			margin: 0 auto;
			text-align: center;
			display: inline-block;
		}
		
		#premio{
			display: inline-block;
			margin: 0 auto; 
			text-align: center;
		}
		.principal1{
			width: 100%;
		}
		.principal2{
			width: 100%;
			margin-bottom: 30px;
		}
		#secundariasholderleft{
			float: none;
			width: 100%;
			padding-right: 0px;
		}
		#secundariasholderright{
			float: none;
			width: 100%;
			height: auto;
			text-align: center;
		}
		#secundariasholderleft2{
			float: none;
			width: 100%;
		}
		#secundariasholderright2{
			float: none;
			width: 100%;
			height: auto;
			text-align: center;
			clear: both;
		}
		#bannersecundario{
			max-width: 250px;
			margin: 0 auto;
			text-align: center;
		}
		
		
		
		.search input {
			margin-top: 20px;
		}
		.progress-bar {
			display: none;
		}
		.progress-bar2 {
			display: none;
		}
		.search .fa-search {
			top:30px;
		}
		
		#animalesfoto{
			width: 100%;
			float: none;
		}
		#animalesnotaholder{
			width: 100%;
			height: auto;
		}
		.imagenpremio{
			margin: 0px;
			float: none;
		}
		.principal1ver{
			margin-bottom: 130px;
		}
		
	}
	@media screen and (max-width:700px){
		.principal1ver{
			margin-bottom: 0px;
		}
		
		.nprincipalver{
			height: 338px;
		}
		.nprincipal{
			height: 338px;
		}
		.principal1{
			height: 338px;
		}
}
	@media screen and (max-width:600px){
		iframe{
	min-height: 350px;
}
		#noticiappal2{
			width: 100%;
			height: 338px;
		}
		.principal2{
			height: auto;
		}
		
		#secundaria1{
			width: 100%;
			margin-top: 10px;
		}
		#logopie{
			max-height: 60px;
		}
		#pieholder{
			text-align: center;
			margin: 0 auto;
		}
		#titulonoticia{
			text-align: center;
		}
		#resumennoticia{
			text-align:justify;
			padding: 10px;
		}
		#titulonoticia{
			padding:5px;
		}
		
		#titulosecundaria2{
			float: none;
			width: 100%;
		}
		#secundaria2foto{
			float:none;
			width: 100%;
			height: 150px;
		}
		#contenedor{
			padding: 0px;
		}
		#secundaria2{
			padding: 0px 5px;
		}
		#secundaria2b{
			padding: 0px 5px;
		}
		.logo{
			float: none;
		}
		.fecha{
			text-align: center; padding-top: 5px; padding-bottom: 10px;
		}
		
	}
	@media screen and (max-width:500px){
		iframe{
	min-height: 220px;
}
		#secundaria1b{
			width: 100%;
		}
		.nprincipalver{
			height: 220px;
		}
		.principal1ver{
			height: 220px;
		}
		.nprincipal{
			height: 220px;
		}
		.principal1{
			height: 220px;
		}
		#tituloppal{
			font-size: 15px;
		}
		#noticiappal2{
			height: 220px;
			margin-top: 10px;
		}
	}
.catego{
	padding-bottom: 5px;
	margin: 0px auto;
	background: #fff; 
	color:#000; 
	margin-top: 25px; 
	text-align: center;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 800;
}
.vermas{
	padding: 10px;
	display: inline-block;
	max-width: 1300px;
	height: 50px;
	background: #800000;
	color: #fff;
	clear: both;
	text-align: center;
	margin: 30px auto;
	text-transform: uppercase;
	padding-top: 15px; 
}
#vidd{
	height: 215px; 
	clear: both;
}
@media screen and (min-width:1050px){
	#vidd{
	height: 215px; 
	clear: both;
}
}
@media screen and (min-width:1400px){
	#vidd{
	height: 255px; 
	clear: both;
}
	
}
#noticiasextra{
	width: 47%;
	float: left;
}
@media screen and (max-width:750px){
	#noticiasextra{
		width: 95%;
		float: none;
	}
	
}