@charset "UTF-8";
/* CSS Document */



body{
	margin:0;
	padding:0;
	font-family: 'Lato', sans-serif;
	font-size:17px;
	color:#5a5a5a;
	
}

*{
	box-sizing:border-box;
}

.wrapper{
	margin:0;
	padding:0;
	font-size:1rem;
	color:#000;
}

*{
	box-sizing:border-box;
	
}



ul, li{
list-style:none;
margin:0;
padding:0;
}


p{
	margin:0px 0px 40px 0px;
	line-height:1.5;
	font-size:18px;
	font-size:1.125rem;
}


figure{
	padding:0px;
	margin:0px;
}


a, a:hover{
	text-decoration:none;
	color:#000;
	
}


.wrapper{
	background:url(images/back.jpg) no-repeat top center;
	
}

.aCenter{
	text-align:center;
}

#headEspecial{
	 height: 80px;
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
    width: 100%;
	
	
}


blockquote{
	font-style:italic;
	font-size:42px;
	font-weight:300;
	color:#560000;
	margin:0px;
}




.upper{
	text-transform:uppercase;
}


.navMicro{
	max-width:990px;
	width:100%;
	margin:0 auto;
	position:relative;
	height:110px;
	box-sizing:border-box;
	
	}
	
	
	.aRight{
		text-align:right;
		clear:both;
	}
	
	.aLeft{
		text-align:left;
		clear:both;
	}
	
	
	.maxWidth{
		max-width:1024px;
		width:100%;
		margin:0px auto;
	}
	
	.row{
		vertical-align:top;
		display:inline-block;
	}
	
	.row2{
		width:49%;
		
		
	}
	
	
	.row3{
		width:33%;
	}
	
	
	.row4{
	width:24%;	
	
		}
		
	.row1{
		width:66%;
	}
	
	
	.fLeft{
		float:left;
		
	}
	
	
	.fRight{
		float:right;
		margin-left:30px;
	
	}
	

#headEspecial span{
	position:absolute;
	
	
}

#headEspecial .logo1 a, #headEspecial .logo2 a{
		text-indent:-10000px;
		display:block;
		pointer-events: none; 
		cursor:pointer;
}

#headEspecial .logo1{
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	font-size:13px;
	text-transform:uppercase;
	font-weight:400;
	color:#000;
	top:15px;
	left:10px;
	
}

#headEspecial .logo1 a{
	background: url("images/sprite.png") no-repeat scroll -10px top / 177px auto transparent;
 background: url("images/sprite.svg") no-repeat scroll -10px top / 177px auto transparent;
    height: 40px;
    width: 177px;
    z-index: 100;
	
}

#headEspecial .logo1 strong{
	color:#560000;
	font-weight:700;
}

#headEspecial .logo2{
	top:18px;
	right:10px;
	
}


#headEspecial .logo2 a{
	 background: transparent url("images/logo1.png") no-repeat scroll center top / 58px auto;
    height: 64px;
    width: 58px;
	
}




#contentEspecial{
	width:100%;
	text-align:left;
	overflow:hidden;
margin-top:710px;
	
}

	
article a{
	color:#ea530e !important;
	text-decoration:underline;
}


article, figure {
    display: inline-block;
    vertical-align: top;
    width: 49%;
	padding:40px;
	
}


p a{
	color:#560000;
	font-weight:700;
}



h1, h3{
font-family: 'Kaushan Script', cursive;
color:#560000;

}



figure img{
	width:100%;
}





.headSection{
	background:url(images/img01.jpg) no-repeat center center;
	background-size:cover;
	color:#fff;
	padding:170px 0px;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	
}

.headSection h1, .headSection h2{
	padding:0px 15px;
}


h1{
	font-size:90px;
	line-height:1;
	margin:20px 0px !important;
}




h2{
	text-transform:uppercase;
	color:#5a5a5a;
	font-size:25px;
	font-weight:300;
}



h3{
	font-size:42px;
	margin:10px 0px;
	line-height:1;
}

.destacado{
	background-color:#f7e2e6;
	padding:50px 0px;
	margin:60px auto;
}


.appLinks li{
	display:inline-block;
	margin:0px 15px;
}

.appLinks li a{
	text-indent:-10000px;
	width:113px;
	height:32px;
	display:block;
	background-image:url(images/app-logo.gif);
	background-repeat:no-repeat;
}


.appLinks li:first-child a{
	background-position:top center;

}

.appLinks li:last-child a{
	background-position:bottom center;

}

/*****************ESTILOS RELATIVOS AL CAROUSEL***********/


#slides{
  position:relative;
  overflow:hidden;
  height:100%;
  margin:0 auto;
  padding:0 100px;
}

.slides_container figure{
  width:100%;
 color:#560000;
}

.slides_container{
  padding:0 !important;
  margin:0 !important;
  display:table;
 

}

.slides_container .item{
  display:table;
}

.slides_container figure{
  width:100%;
  height:auto;
  margin:0px !important;
  padding:0px !important;
  display:table;
}


.slides_control{
  width:100% !important;
  max-width:1000px !important;
  margin:0 auto;
  /*height:450px;*/
  display:table;
}

.pagination{

}

.pagination{
	text-align:center !important;
	margin:20px auto;
	display:table;
	
}

.pagination li{
	text-indent:-10000px;
	display:inline-block;
	width:20px;
	height:20px;
	margin:0px 8px;
	border:1px solid #560000;
	border-radius:50%;
	text-align:left;
}


.pagination .current{
	background-color:#560000;
}

.pagination li a{
	display:block;
	width:100%;
	height:100%;
}

figcaption{
	text-align:center;
	padding-left:20px;
}

#slides .row{
	vertical-align:middle !important;
}

figcaption strong{
	text-transform:uppercase;
	display:block;
	background:url(images/backfig.png) no-repeat center top;
	padding-top:40px;
	margin-bottom:10px;
}

#slides .prev,  #slides .next{
  text-indent:-10000px;
  display:block;
  width:75px;
  height:75px;
  position:absolute;
  top:50%;
  margin-top:-25px;
  z-index:1000;
  
  background-size:175px !important;
  
 
}

#slides .prev{
  left:30px;
  background:url(images/sprite.png) no-repeat 20px -155px;
  background:url(images/sprite.svg) no-repeat 20px -155px;
}

#slides .next{
  right:30px;
  background: url(images/sprite.png) no-repeat -120px -155px;
 background: url(images/sprite.svg) no-repeat -120px -155px;
}
/********/



#footEspecial ul{
	padding:0px;
}




#footEspecial{
	margin:0 auto;
	text-align:center;
	padding-bottom:50px;
	color:#000;
	
}

#footEspecial ul li{
	display:inline-block;
	border:1px solid #fff;
	margin:0px 5px;
	width:50px;
	height:50px;
	padding:5px;
	vertical-align:bottom;
	
}


#footEspecial ul li a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	
}


#footEspecial ul li a{
	display:block;
	text-decoration:none;
}

#footEspecial h3 a{
	background: url("images/sprite.png") no-repeat scroll center top / 250px auto rgba(0, 0, 0, 0);
	background: url("images/sprite.svg") no-repeat scroll center top / 250px auto rgba(0, 0, 0, 0);
    box-sizing: border-box;
    height: 62px;
    margin: 20px auto;
    text-indent: -10000px;
	display:block;
	
	filter: brightness(1000%) grayscale(100%);
	-webkit-filter: brightness(1000%) grayscale(100%);
	-moz-filter: brightness(1000%) grayscale(100%);
	-o-filter: brightness(1000%) grayscale(100%);
	
}
















#footEspecial{
	background-color:#560000;
	color:#fff;
	padding-top:50px;
	margin-top:50px;
}

#footEspecial a{
	color:#fff;
	padding-bottom:10px;
	
}

#footEspecial ul{
	margin:20px auto !important;
}


#footEspecial ul li.fb a{
	background:url("images/sprite.png") no-repeat scroll 5px -150px / 210px auto;
	background:url("images/sprite.svg") no-repeat scroll 5px -150px / 210px auto;
	


}


#footEspecial ul li.tw a{
	background:url("images/sprite.png") no-repeat scroll -35px -118px / 170px auto;
	background:url("images/sprite.svg") no-repeat scroll -35px -118px / 170px auto;
	
}

#footEspecial ul li.gplus a{
background:url("images/sprite.png") no-repeat scroll -100px -135px / 190px auto;	
	background:url("images/sprite.svg") no-repeat scroll -100px -135px / 190px auto;

}

#footEspecial ul li.whatsapp a{
	background:url("images/sprite.png") no-repeat scroll -153px -132px / 190px auto;
	background:url("images/sprite.svg") no-repeat scroll -153px -132px / 190px auto;

}



#footEspecial ul li.whatsapp{
	display:none;
}

#footEspecial h4, #footEspecial h5{
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	font-size:16px;
	margin:0px;
	
}








#footEspecial li.fb a{
	background:#314a7e url(images/sprite.png) no-repeat 25px -145px;
	background:#314a7e url(images/sprite.svg) no-repeat 25px -145px;
	background-size:230px;
}

#footEspecial li.tw a{
	background:#339dc3 url(images/sprite.png) no-repeat -35px -145px;
	background:#339dc3 url(images/sprite.svg) no-repeat -35px -145px;
	background-size:230px;
}


#footEspecial li.gplus a{
	background:#dc4335 url(images/sprite.png) no-repeat -105px -145px;
	background:#dc4335 url(images/sprite.svg) no-repeat -105px -145px;
	background-size:230px;
	border-bottom:none;
}


#footEspecial li.whatsapp{
	display:none;
}

@media all and (max-width:1024px){
	#specialNav{
	position:fixed;
	left:0px !important;
	right:0px !important;
	margin:0 auto;
	bottom:0px !important;
	top:auto !important;
	text-align:center;
	display:table;
	width:200px !important;
	border:1px solid #fff;
	
}

#specialNav li{
	display:table-cell;
	vertical-align:bottom;
	
}



p, h1, h2, h3, blockquote{
	padding:0px 20px;
}


#specialNav li{
	height:50px;
	width:50px;
	
}

#specialNav li a{
	display:block;
	height:50px;
	width:50px;
	border-bottom:none !important;
	border-right:1px solid #fff;
	
}


#specialNav li.player a{
	padding-top:0px;
	background:#5eb9ba url(images/sprite.png) no-repeat -52px -49px;
	background:#5eb9ba url(images/sprite.svg) no-repeat -52px -49px;
	background-size:150px;
	height:50px;
	width:50px;
	text-indent:-10000px;
}



#specialNav li.fb a{
	background:#314a7e url(images/sprite.png) no-repeat 15px -120px !important;
	background:#314a7e url(images/sprite.svg) no-repeat 15px -120px !important;
	background-size:200px;
}

#specialNav li.tw a{
	background:#339dc3 url(images/sprite.png) no-repeat -32px -120px !important;
	background:#339dc3 url(images/sprite.svg) no-repeat -32px -120px !important;
	background-size:200px;
}


#specialNav li.gplus a{
	background:#dc4335 url(images/sprite.png) no-repeat -88px -120px !important;
	background:#dc4335 url(images/sprite.svg) no-repeat -88px -120px !important;
	background-size:200px;
}




#specialNav li.whatsapp{
	display:none;
}


  .finalLogos li{
	   width:20% !important;
  }
  
  .finalLogos li a{
	  background-size:100% !important;
	  height:150px !important;
	  width:100% !important;
  }
  

.finalLogos li:nth-child(2) a{
	background-size:70% !important;

}

}


@media all and (max-width:900px){
	
.fRight{
	margin:20px 0px;
	
}

.row1, .row2, .row3, .row4, .row5{
	width:100%;
	display:block;
}


h1{
	font-size:60px;
}


#slides .row2{
	width:49% !important;
	display:inline-block !important;
}

}





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


 .wrapper{
	background:url(images/back2.jpg) no-repeat top center;
	
}

  
#contentEspecial{
	
margin-top:400px;
	
}
  
#headEspecial .logo1 a {
    background: transparent url("images/sprite.svg") no-repeat scroll -10px top / 147px auto;
    height: 40px;
    width: 147px;
    z-index: 100;
}


h2{
	font-size:20px;
}
  
}



@media all and (max-width:639px){
	
	#headEspecial .logo2 {
    right: 10px;
    top: 10px;
}
	
	
	#slides{
		padding:20px 0px;
	}
	
	#slides .row2{
	width:100% !important;
	display:block !important;
}
	
	
	#slides img.row2{
		width:214px !important;
		height:auto;
		text-align:center;
		margin:0 auto;
	}
	
	
	#slides .item, #slides figcaption{
		margin:20px 0px;
	}
	
	 #slides figcaption{
		 padding-bottom:20px;
		 margin-bottom:50px;
	 }


#footEspecial ul li.whatsapp{
	display:inline-block;
	}
	
	p {
    margin: 0 0 20px;
}
	


#contentEspecial section {
    margin: 20px auto;
}	


.headSection{
	padding:80px 0px;
	

}


#specialNav{
	width:250px;
}


#specialNav li.whatsapp{
	display:table-cell !important;
}


#specialNav li.whatsapp a{
	background:#000 url(images/sprite.png) no-repeat -138px -118px !important;
	background:#000 url(images/sprite.svg) no-repeat -138px -118px !important;
	background-size:200px;
	display:block;
	
}


blockquote{
	font-size:30px;
}


}


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


h1{
	font-size:32px;
	font-size:2rem;
}




}


@media all and (max-width:420px){
	
#headEspecial .logo1 a {
    background: transparent url("images/sprite.svg") no-repeat scroll -10px top / 117px auto;
    height: 40px;
    width: 117px;
    z-index: 100;
}





}


