@charset 'UTF-8';

@font-face{font-family:'FontAwesome';src:url('font/fontawesome-webfont.eot?v=4.0.1');src:url('font/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'),url('font/fontawesome-webfont.woff?v=4.0.1') format('woff'),url('font/fontawesome-webfont.ttf?v=4.0.1') format('truetype'),url('font/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}

/*
	Dopetrope 2.5 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
.clear{clear:both;}

.clear{
	margin-bottom:20px;}
	
.page_container {
	padding-bottom:1px;
	background:#FFF;
}	
	
	#main_slider {padding-bottom:10px;	
}
	
	
.header{
	background:url(../images/header.png) no-repeat 0px 0px;
	background-size: contain;
	width:100%;
	height:500px;	
	min-height:50%;
	position: relative;
}

	
	*
	{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding:0;
		margin:0;
	}

	body
	{
	font-family: 'Signika', sans-serif;
	font-weight: 300;
	background: #000;
	color: #3c3c3c;
	}



	strong, b
	{
		color: #252122;
		font-weight: 700;
	}
	
	h1,  h4, h5, h6
	{
		font-family: 'Signika', sans-serif;
		color: #252122;
		font-weight: 900;
	}
	
	h7{
		font-family: 'Amatic SC', cursive;
		color: #fff;
		font-weight: 900;
		font-size:50px;
		text-shadow: 0.02em 0.02em 0.02em #908579;
	}
	h2{
		font-family: 'Amatic SC', cursive;
		color: #000;
		font-weight: 900;
		font-size:90px;
	}
	
   
	
	h3	{
		color: #252122;
		font-weight: 900;
		font-family: 'Signika', sans-serif;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
		}

	a
	{
		color: #d52349;
		text-decoration: underline;
	}
	
		a:hover
		{
			text-decoration: none;
		}

	.major
	{
	position: relative;
	text-align: center;
	border-top: solid 1px #ccc;
	top: 1em;
	}

		.major h2
		{
	font-size: 18px;
	background: #fff;
	position: relative;
	top: -0.65em;
	display: inline;
	margin: 0;
	padding: 0 1em 0 1em;
		}

	.byline
	{
		font-family: 'Amatic SC', cursive;
		display: block;
		font-size:24px;
		
	}
	
	form
	{
	}
	
		form input,
		form select,
		form textarea
		{
			-webkit-appearance: none;
		}
			
	br.clear
	{
		clear: both;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1.5em;
	}
	
	section,
	article
	{
	margin-bottom: 0px;
	}
	
	section1,
	article1
	{
	margin-bottom: 0px;
	}
	
		section > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child
		{
	margin-bottom: 10;
		}

	/* Actions */

		.actions
		{
		}

	/* Box */
	
	.box p
		{
			text-align:justify;
			line-height:1.4em;
			}

		.box
		{
			
			background: #ffffff;
			border-bottom: solid 1px #ccc;
		}
		
			.box .image-full
			{
				position: relative;
				width: auto;
			}

	/* Button */
		
		.button
		{
			display: inline-block;
			text-decoration: none;
			cursor: pointer;
			border: 0;
			font-family: 'Source Sans Pro';
			border-radius: 0px;
			background: #000;
			color: #fff !important;
			font-weight: 700;
			outline: 0;
			-moz-transition: background-color .25s ease-in-out;
			-webkit-transition: background-color .25s ease-in-out;
			-o-transition: background-color .25s ease-in-out;
			-ms-transition: background-color .25s ease-in-out;
			transition: background-color .25s ease-in-out;
		}

			.button:hover
			{
				background: #e53359;
			}
			
			.button:active
			{
				background: #c51349;
			}
		
			.button.alt
			{
				background: #252122;
			}

				.button.alt:hover
				{
					background: #353132;
				}
				
				.button.alt:active
				{
					background: #151112;
				}
		
			.button.fa
			{
				xpadding-left: 1em !important;
			}
			
				.button.fa:before
				{
					opacity: 0.35;
					position: relative;
					top: 0.05em;
					margin-right: 0.75em;
				}

	/* Icon */

		.icon48
		{
			display: inline-block;
			width: 48px;
			height: 48px;
			background-image: url('images/icons48.png');
			text-indent: -9999px;
		}
		
			.icon48-1	{ background-position:	0px 0px;		}
			.icon48-2	{ background-position:	-48px 0px;		}
			.icon48-3	{ background-position:	-96px 0px;		}
			.icon48-4	{ background-position:	-144px 0px;		}
			.icon48-5	{ background-position:	-192px 0px;		}
			.icon48-6	{ background-position:	-240px 0px;		}
			.icon48-7	{ background-position:	-288px 0px;		}
			.icon48-8	{ background-position:	-336px 0px;		}
			.icon48-9	{ background-position:	-384px 0px;		}
			.icon48-10	{ background-position:	-432px 0px;		}

		.icon64
		{
			display: inline-block;
			width: 64px;
			height: 64px;
			background-image: url('images/icons64.png');
			text-indent: -9999px;
		}
		
	
	/* Image */

		.image
		{
			display: inline-block;
			outline: 0;
		}
		
			.image img
			{
				display: block;
				width: 100%;
			}

		.image-centered
		{
			display: block;
			margin: 0 0 2em 0;
		}

			.image-centered img
			{
				margin: 0 auto;
				width: auto;
			}

		.image-full
		{
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}
		
		.image-left
		{
			float: left;
			margin: 0 2em 2em 0;
		}

	/* Is-* */
	
		.is-post
		{
		}
	
	/* List */

		ul.contact
		{
		}

			ul.contact li
			{
				position: relative;
				border-top: solid 1px #ddd;
				padding: 1.3em 0 1.3em 7em;
			}

				ul.contact li h3
				{
					position: absolute;
					left: 0;
					top: 1.3em;
					font-size: 1.1em;
				}

				ul.contact li p
				{
					margin: 0;
				}
			
			ul.contact li:first-child
			{
				padding-top: 0;
				border-top: 0;
			}
			
			
			.first p{
				font-family:'Amatic SC', cursive;
				 }
				
			.middle p{
				font-family:'Amatic SC', cursive;
				font-size:24px; }
			.last p{
				font-family:'Amatic SC', cursive; }

				ul.contact li:first-child h3
				{
					top: 0;
				}
	
		ul.dates
		{
		}
		
			ul.dates li
			{
				position: relative;
				border-top: solid 1px #ddd;
				padding: .5em 0 1.3em 6.75em;
				
			}

			ul.dates .date
			{
	display: block;
	position: absolute;
	left: 0;
	top: 17px;
	background-color: #e32526;
	height: 3.5em;
	text-align: center;
	color: #fff;
	line-height: 1em;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 5px;
	padding: 0.5em 0.75em 0 1em;
			}

				/*ul.dates .date:after
				{
					content: '';
					position: absolute;
					bottom: 0;
					right: -1.2em;
					border-left: solid 1.25em #d52349;
					border-top: solid 1.8em transparent;
					border-bottom: solid 1.8em transparent;
				}*/
			
				ul.dates .date strong
				{
					display: block;
					font-size: 1.75em;
					padding-top: 0.15em;
				}
				
			ul.dates h3
			{
				font-size: 3em;
			}
				
			ul.dates p
			{
				margin: 0;
				
				
				
			}

			ul.dates li:first-child
			{
				border-top: 0;
				padding-top: 0;
			}
			
				ul.dates li:first-child .date
				{
					top: 0;
				}

		ul.default
		{
		}
		
		ul.divided
		{
		}
		
			ul.divided li
			{
				border-top: solid 1px #ddd;
				padding: 1em 0 1em 0;
			}
			
			ul.divided li:first-child
			{
				border-top: 0;
				padding-top: 0;
			}
		
		ul.links
		{
		}
		
		ul.social
		{
			overflow: hidden;
		}

			ul.social li
			{
				display: inline-block;
			}

			ul.social li:first-child
			{
				margin-left: 0;
			}

			ul.social li a
			{
				display: inline-block;
				width: 3em;
				height: 3em;
				text-align: center;
				border-radius: 5px;
				background: #888;
				-moz-transition: background-color .25s ease-in-out;
				-webkit-transition: background-color .25s ease-in-out;
				-o-transition: background-color .25s ease-in-out;
				-ms-transition: background-color .25s ease-in-out;
				transition: background-color .25s ease-in-out;
			}
			
				ul.social li a:before
				{
					color: #fff;
					font-size: 2em;
					line-height: 1.5em;
				}
			
		

	
	
	
	.video iframe {
	width:100%;
	min-height:480px;
}

.video h7{
	margin-left:100px;}
	
	
	/* Pennant */

		.pennant
		{
			position: relative;
			display: inline-block;
			background-color: #d52349;
			width: 9em;
			padding: 1.5em 0 0.5em 0;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
		}
		
			.pennant:after
			{
				content: '';
				position: absolute;
				bottom: -1.98em;
				left: 0;
				border-top: solid 2em #d52349;
				border-left: solid 4.5em transparent;
				border-right: solid 4.5em transparent;
			}
		
			.pennant span
			{
				display: block;
				margin: 0 auto;
			}
			
				.pennant span:before
				{
					font-size: 4.5em;
					color: #fff;
				}

			.pennant-alt
			{
				background-color: #252122;
			}
			
				.pennant-alt:after
				{
					border-top-color: #252122;
				}

			.pennant-alt2
			{
				background-color: #827a7c;
			}
			
				.pennant-alt2:after
				{
					border-top-color: #827a7c;
				}

	#banner
	{
	}

		#banner a
		{
			text-decoration: none;
			outline: 0;
		}

		#banner header
		{
			background-color: #252122;
			background-color: rgba(34,30,31,0.98);
			text-align: center;
		}
		
			#banner header h2
			{
				color: #fff;
				font-weight: 700;
			}
			
			#banner header .byline
			{
				color: #fff;
				padding: 0;
				font-style: normal;
			}
			
		#banner .image-full
		{
			margin: 0;
		}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
		position: relative;
		background: #000;
		border-bottom: solid 1px #ccc;
	}



#header-wrapper1
	{
		position: relative;
		background: #fff;
		border-bottom: solid 1px #ccc;
	}
	
		#header-wrapper:before
		{
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			background: url('images/bg02.png');
			z-index: 0;
			opacity: 0.5;
			
		}
		
		#header-wrapper:after
		{
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width:100%;
			background: url('images/bg01.png');
			background-size: 100% 100%;
			z-index: 0;
			opacity: .3;
		}

		#header-wrapper > .container
		{
			position: relative;
			z-index: 1;
		}
	
	#main-wrapper
	{
		position: relative;
		background: #f7f7f7 url(images/bg2.jpg);
	}

		#main-wrapper:before
		{
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			background: url('images/bg01.png');
			background-size: 100% 100%;
			z-index: 0;
			opacity: 0.1;
		}
		
		#main-wrapper .major
		{
		}
		
			#main-wrapper .major h2
			{
				background: #fff;
				width:100%; 
			}
	
	#footer-wrapper
	{
		background-image:url(../images/back_footer.png);
		background-repeat:no-repeat;
		
		width:100%;
		position: relative;
		color: #fff;
		background-color:#000;
	}
	
	#footer-wrapper-adr
	{
		background-image:url(../images/back_footer1.png);
		background-repeat:no-repeat;
		
		width:100%;
		position: relative;
		color: #fff;
		background-color:#000;
	}

		#footer-wrapper:before
		{
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			
			background: url('images/bg01.png');
			background-size: 100% 100%;
			z-index: 0;
			opacity: .6;
		}
	
		#footer-wrapper a
		{
			color: #c5c4c4;
			font-family:'Amatic SC', cursive;
		}
		
		#footer-wrapper h2,
		#footer-wrapper h3,
		#footer-wrapper h4,
		#footer-wrapper h5,
		#footer-wrapper h6,
		#footer-wrapper strong,
		#footer-wrapper b
		{
			color: #fff;
		}

		#footer-wrapper h1 a, 
		#footer-wrapper h2 a, 
		#footer-wrapper h3 a, 
		#footer-wrapper h4 a, 
		#footer-wrapper h5 a, 
		#footer-wrapper h6 a
		{
			color: inherit;
		}

		#footer-wrapper ul.contact li
		{
			border-top-color: #353434;
			border-top-color: rgba(255,255,255,0.05);
		}

		#footer-wrapper ul.dates li
		{
			border-top-color: #353434;
			border-top-color: rgba(255,255,255,0.05);
		}

		#footer-wrapper ul.divided li
		{
			border-top-color: #353434;
			border-top-color: rgba(255,255,255,0.05);
		}
				
/*********************************************************************************/
/* Intro                                                                         */
/*********************************************************************************/

	#intro
	{
		text-align: center;
		width:100%;
		
	}
	
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{	
		text-align: center;
	}
	
		#copyright .links
		{
			display: inline-block;
			background: #000;
			border-radius: 5px;
			margin: 0;
		}
		
		#copyright .links a
		{
			font-family:Verdana, Geneva, sans-serif;}


/*********************************************************************************/
/* Redes Sociales                                                                     */
/*********************************************************************************/
		

#FloatingSocialLinks {
    position: fixed; 
	z-index:2000;
    left: 0; 
    -webkit-transition: 0.3s ease ;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;  
    top:30%;
}
#FloatingSocialLinks .floatingsociallink {
    height: 30px; 
    width: 30px; 
    -webkit-transition: 0.3s ease ;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease; 
/*  float: left;  */
    background-repeat: no-repeat; 
    background-position: center; 
}
#FloatingSocialLinks .floatingsociallink:hover {
    width: 70px;
}
#FloatingSocialLinks .mail {
    background-color: #000; 
    background-image: url(../images/btn_mail.png)
}
#FloatingSocialLinks .facebook {
    background-color: #000; 
    background-image: url(../images/btn_facebook.png)
}
#FloatingSocialLinks .vimeo {
    background-color: #000; 
    background-image: url(../images/btn_vimeo.png)
}

#FloatingSocialLinks .twitter {
    background-color: #000; 
    background-image: url(../images/btn_twitter.png)
}
 
#FloatingSocialLinks .inner-floatingsociallink {
    width: 100%; 
    height: 100%; 
}

/*********************************************************************************/
/* Flecha Arriba                                                                     */
/*********************************************************************************/
	

.ir-arriba {
	
	display:none;
	padding:20px;
	background:#e32526;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	z-index:2000;
	bottom:9px;
	right:9px;
}




/*----start-pagenation-----*/
.pagenation{
	text-align: center;
}
.pagenation ul li{
	display:inline-block;
}
.pagenation ul li a{
	background: #000;
	padding: 10px;
	cursor: pointer;
	border: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: #FFF;
	outline: none;
	text-transform: uppercase;
	display: block;
	font-size: 0.875em;
}
.pagenation ul li a:hover{
	color: #888;
}
.pagenation ul li:last-child{
	padding-left:1em;
}



/*  Info Section  */
.info{
    width: 100%;
    overflow: hidden;
    background: #3b3b3b;
}

.info_pic{
    display: block;
    width: 100%;
    height: 405px;
    float: left;
    background: url('../images/RC_600ml.png') no-repeat;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.info_details{
    display: block;
    width: 40%;
    height: 245px;
    float: left;
    padding: 80px 0;
}

.info_details h3{
    color: #fff;
    font-family: "lato_bold", arial;
    font-size: 30px;
    font-weight: bold;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 560px;
    margin: 0 0 3.333333333333333% 40px;
    letter-spacing: 1px;
    line-height: 40px;
}

.info_details p{
	color: #ededed;
	font-family: "lato_regular", arial;
	font-size: 16px;
	max-width: 560px;
	margin: 0 0 3.333333333333333% 40px;
	letter-spacing: 1px;
	line-height: 18px;
}

.info_details a{
    color: #fff;
    font-family: "lato_regular", arial;
    font-size: 16px;
    margin: 0 0 0 40px;
    text-decoration: none;
}

.info_details a span{
    margin-left: 10px;
}


/*---start-slider-with-grid-section----*/
.grids-slider-grid-row1-grid1{
	background: #000;
	margin-top: 1em;
	width: 30%;
	float: left;
	padding: 5.76em 0;
	cursor:pointer;
}
.grids-slider-grid-row1-grid1 p{
	font-size: 2.5em;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Amatic SC', cursive;
	width: 49%;
	margin: 0 auto;
}
.grids-slider-grid-row1-grid1 p span{
	height: 30px;
	width: 15px;
	display: inline-block;
	background: url(../images/image-sprit.png) no-repeat -679px -6px;
	vertical-align: middle;
	margin-left: 0.4em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/*---strart-grids-slider-grid-row1-slider----*/
.grids-slider-grid-row1-slider{
	float: right;
	width: 68.7%;
	margin-top: 1em;
}

.grids-slider-grid-row1-grid1 {
		padding: 3.9em 0;
	}






@media screen and (max-width: 768px) {


h7{
		font-family: 'Amatic SC', cursive;
		color: #fff;
		font-weight: 900;
		font-size:24px;
		text-shadow: 0.02em 0.02em 0.02em #908579;
	}
.cabeza img{
	width:100%;}	

.videonoticias iframe{
	width:100%;}
			
			
.info_pic,
    .info_details{
        width: 100%;
    }

    .info_details{
        height: auto;
        padding: 40px 0;
    }

    .info_details h3,
    .info_details p,
    .info_details a{
	max-width: 90%;
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 0px;
    }	
  
}


@media screen and (max-width: 480px) {

ul.dates h3
			{
				font-size: 1em;
			}
	
.videonoticias iframe{
	width:100%;}
	
	
.cabeza img{
	width:100%;}
	
.video h7{
	margin-left:10px;}
	
	
	.grids-slider-grid-row1-grid1 {
		padding:2em 0;
		width:100%;
		float:none;
	}
	.grids-slider-grid-row1-grid1 p {
		font-size: 2em;
		text-align:center;
		width: 58%;
	}
	.grids-slider-grid-row1-slider {
		float: none;
		width: 100%;
		margin-top: 1em;
	}
	.grids-slider-grid-row1 {
		margin-top: 2em;
	}	

.info_pic{
    display: block;
    width: 100%;
    height: 200px;
    float: left;
    background: url('../images/RC_600ml.png') no-repeat;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}


}




@media only screen and (max-width: 320px) and (min-width:240px) {
	
	
ul.dates h3
			{
				font-size: 1em;
			}
	
.grids-slider-grid-row2-grid1,.grids-slider-grid-row2-grid2,.grids-slider-grid-row2-grid2{
		width:100%;
		float:none;
		margin-right:0px;
		margin-left:0px;
	}
	.subscribe-box {
		width:100%;
		float:none;
		min-height: 173px;
	}
	.subscribe-box input[type="submit"] {
		font-size: 0.8em;
	}
	.subscribe-box input[type="text"] {
		width: 88.5%;
		-webkit-appearance:none;
	}
	.grids-slider-grid-row1-grid1 {
		padding:1.5em 0;
		width:100%;
		float:none;
	}
	.grids-slider-grid-row1-grid1 p {
		font-size:1.5em;
		text-align:center;
		width: 100%;
	}
	.grids-slider-grid-row1-slider {
		float: none;
		width: 100%;
		margin-top: 1em;
	}
	.grids-slider-grid-row1 {
		margin-top: 2em;
	}	
	
	.first img{
		width:20px;}
	
}