@charset "utf-8";
/*@font-face {
	font-family: Adelle;
	src: url("../typo/Adelle.eot") /* EOT file for IE *
}
@font-face {
	font-family: Adelle;
	src: url("../	typo/Adelle.ttf") /* TTF file for CSS3 browsers *
}*/
@font-face {
   font-family: "Adelle";
   src: url("../typo/AdelleSansSAGE.eot");
   src: url("../typo/AdelleSansSAGE.eot?#iefix") format("embedded-opentype"),
        url("../typo/AdelleSansSAGE.woff") format("woff"),
        url("../typo/AdelleSansSAGE.ttf") format("truetype"),
        url("../typo/AdelleSansSAGE.svg#AdelleSansSAGE") format("svg");
}


@font-face {
   font-family: "Lorimer";
   src: url("../typo/LorimerBoldItalic.otf");
   src: url("../typo/LorimerBoldItalic.otf?#iefix") format("embedded-opentype"),
        url("../typo/LorimerBoldItalic.woff") format("woff"),
        url("../typo/LorimerBoldItalic.ttf") format("truetype"),
        url("../typo/LorimerBoldItalic.svg#LorimerBoldItalic") format("svg");
}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family:Arial, Helvetica, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color:#fff;
	color:#333333;
	overflow-x:hidden;;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


header{

}

.blue{
	color: #A7FAEF;
}

.max-960{
	max-width: 960px;
	margin:auto;
	position: relative;
}

.contact-data {
	font-size: 20px;
	padding: 10px 0 20px;
}
.introductorio {
	font-size: 20px;
    font-style: italic;
	padding: 40px 0 20px 0;
	margin: 0 auto;
	text-align: center;
}

/*Header*/

#header-content{
	background: url("../images/headerbg.png");
	padding: 30px 30px 15px;
	background-size: cover;
	background-position: center;
}

header.max-960 img.nuevaGeneracion {
    position: absolute;
    right: 20px;
    bottom: 20px;
}


#header-content h1{
	font-size: 43px;
	font-family: 'Lorimer', Arial;
	font-weight: 300;
	color:#FBFBFB;
	text-align: left;
    text-transform: uppercase;
}
#header-content h2{
	font-size: 30px;
	font-family: 'Lorimer', Arial;
	font-weight: 300;
	color:#00dc00;
	text-transform: uppercase;
}

#event-wrap{
	padding: 25px 40px 20px;
	background-color: #E6E6E6;
}
.promotion {
	background-color: #ed6b06;
	padding: 10px 30px;
	color:#FFFFFF;

}
.p-limitadas {
	background-color: #073460;
	font-size: 16px;
    font-style: italic;
    padding: 14px 0 16px 0;
    margin: 0 auto;
    text-align: center;
	color: #ffffff;

}
.logo{
	width: 72px;
	margin-bottom: 15px;
	background: url("../images/logoSage.png");
}

/*Header end*/

/*Main*/
#calendar-title{
	background-color: #073460;
	color:#FFFFFF;
	text-align: center;
	padding: 10px 0px;
	font-family: 'Lorimer', Arial;
	text-transform: uppercase;
	font-size: 24px;
}


/*Days*/

.day-name{
	width: 182px;
	float: left;
	text-align: center;
	color:#fff;
	padding: 5px;
	background-image: url(../images/titleBg.png);
	background-repeat: no-repeat;
	font-family: 'Lorimer', Arial;
	text-transform: uppercase;
}

.week .row, .week-uneven .row	{
	margin-right: 0px;
	margin-left: 0px;
}

.week{
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	clear: both;
	background-color: #FBFBFB;
	border-bottom: 1px solid #E6E6E6;
}

.day{
    width: 181px;
    float: left;
    background: white;
    height: 250px;
    border: 3px solid #e6e6e6;
}
.day3{
    width: 181px;
    float: left;
    background: white;
    height: 305px;
    border: 3px solid #e6e6e6;
}
.day4{
    width: 181px;
    float: left;
    background: white;
    height: 380px;
    border: 3px solid #e6e6e6;
}

.height0 .day{
	height: 100px;

}

.height2 .day{

	float: left;
}

.height3 .day{
	height: 320px;
}

.height4 .day{
	height: 380px;
}

.sep{
	height: 4px;
    border-bottom: 1px solid #92d0ec;
}

.day:last-child{
	border-right: 0px;
}

.number {
	font-family: 'Lorimer', 'Arial';
    display: inline-block;
    width: 35px;
    background: #004b87;
    height: 35px;
    text-align: center;
    color: white;
    line-height: 35px;
}

.number.active {
	background: #a40769;
}




.day-number{
	font-family: 'Lorimer', 'Arial';
	font-size: 32px;
	color: #003349;
	font-weight: bold;
	padding: 10px;
}

.day-content{
	padding: 5px 10px;
}

.day-content h3 {
	font-family: 'Lorimer', 'Arial';
	text-transform: uppercase;
	font-size: 15px;
}

.day-content p{
	font-family: 'Adelle', Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
	color: #2c2a29;
}


.day-content a{
	color: #ce0058;
	font-size:13px;
	display:block;
	line-height:16px;
}


.day-name-mobile{
	display: none;
	font-family: 'Lorimer', 'Arial';
	font-size: 13px;
	color: #777777;
	font-weight: bold;
	/*padding: 10px;*/


}

/*Footer*/

#calendar-footer1{

	background-color: #FFFFFF;
	padding:0 0 33px 0;
	text-align: center;
	color: #003349;
	font-weight: normal;
	font-size: 17px;;
}

#calendar-footer1 a{


	color: #ce0058;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 45px;
}

#calendar-footer1 .lead{
	margin:10px 10px 0px 10px;
}



/*Footer end*/

@media all and (max-width: 980px){

	.max-960 {
		background: #003349;
	}
	.week{
		background-color: white;
	}

	.week-uneven{
		background-color: white;
	}

	/*Header*/
	.logo{
		margin-top:20px;
	}
	#header-content{
		background: #003349;
		/*background-size: cover;*/
		height: auto;
	}
	#header-content h1 {
		font-size:30px;
	}
	#header-content h2 {
		font-size:20px;
	}
	#header-content {
		padding: 8px 30px;
	}

	/*Header end*/

	/*Main*/
	.event-box{
		width: 100%;
		text-align: center;
	}
	.info{
		padding:0px;
		border:0px;

	}

	.day, .height2 .day, .height3 .day{
		width: 100%;
		height: auto;
		min-height: 80px;
		/*border-bottom: 1px dashed white;*/
	}

	.day{
		border-bottom: 1px solid #DBDBDB;

	}


	.height0 .day,.height1 .day,.height2 .day,.height3 .day,.height4 .day{

		height: auto;;

	}


.day-number{
		float: left;
		font-size: 25px;
		width: 70px;
		text-align: center;
	}

	.day-content{
		float: left;
		padding: 10px;
		padding-top: 15px;
        max-width:60%;
	}

	.day-name{
		display: none;
	}

	.day-name-mobile{
		display: block;
		/*float: right;*/
	}




	/*Main end*/

	/*Footer*/

	#calendar-footer1 p{
		font-size:15px;
		line-height: 18px;
	}

	#calendar-footer2 a{
		font-size:15px;
		/*line-height: 18px;*/
	}

	/*Footer end*/


}
@media all and (max-width: 767px){

	header.max-960 img.nuevaGeneracion {
		position: relative;
    	margin: 24px 42px 0;
	}

	/*Main*/
	#event-wrap{
		padding:0px 15px 15px 15px;
	}
	.event{
		/*padding:0px;*/
		/*border-bottom:2px dotted grey;*/
	}
	.event-box{
		font-size:12px	;
	}
	.event-box h4{
		font-size:14px	;
	}

	.days .button-mobile{
		padding: 9px 5px;
		margin-top: 12px;
		font-size: 13px;
	}
	/*Main End*/


	/*Footer*/
	.contact-data{
		display: block;
		text-align: center;
		/*margin-top: 1px;*/
	}
	#calendar-footer1 p{
		font-size:13px;
	}

	#calendar-footer1 p.lead{
		font-weight: bold;
	}

	#calendar-footer2 a{
		font-size:13px;
		/*line-height: 18px;*/
	}
	.calendar-footer1, .calendar-footer2{
		padding: 10px;
	}

    .icons-wrap, .logo-wrap{
        text-align: center;
        margin: 10px 0px;
    }
	/*Footer End*/
}
@media all and (max-width: 550px){

	#header-content {
  padding: 5px 15px;
  text-align: left;
}

	.logo{
	  display: block;
  float: right;
  margin: 10px 0px;
	}
	#header-content h1 {
		font-size:25px;
		text-align:left;;
	}
	#header-content h2 {
		font-size:15px;
		text-align: left;
	}
}

@media all and (max-width: 450px){
	.event-box{
		text-align: left;
	}

	.days{
		padding: 0px;
	}
}

/*COOKIES*/

.hidden {display: none !important;}

#cookie-banner{background-color:#f4f4f4;color:rgba(0,0,0,.85);padding: 20px 0;border-bottom:1px solid #d6d6d6; height: 103px;}
#cookie-banner .container .cookie{display:flex;justify-content:space-between;}
#cookie-banner .container .header{position:relative;font-size:1.1em;}
#cookie-banner .container .header .close-icon{float:right;}
#cookie-banner .container .section{font-size:1.4rem;}
#cookie-banner .container .section a:not(.button-primary):not(.button-block-primary):not(.button-secondary):not(.button-block-secondary):not(.button-tertiary):not([role=tab]):not(.button){text-decoration:underline;}
#cookie-banner .container .close-button a{padding-top:5px;}#cookie-overlay{position:fixed;height:100%;width:100%;display:none;background-color:rgba(0,0,0,.6);top:0;z-index:17;}

#cookie-banner h4 {
	font-size: 24px;
 	padding:10px 0;}

#cookie-banner p {font-size: 12px;}


#cookie-banner .container .close-button{align-self:center;padding-left:10px;}

.button-secondary { color: #ce0058!important;
    background-color: transparent;
    border-radius: 40px;
	border:1px solid #d6d6d6;
	position: relative;
    display: inline-block;
    margin: 0;
    word-wrap: normal;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: 0 0;
    transition: all .25s;
    text-decoration: none;
    }

  a {color:#ce0058;}

    @media only screen and (max-width: 768px){
  	#cookie-banner {height:135px;}
  }