
/*Estilos generales*/

html{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px;
	color: #666;
	font-family: Lato;
    font-size: 16px;
    font-weight: normal;
    height: 100%;
	width: 100%;
	min-width: 320px;
	background: rgba(34, 53, 102, 1);
}

a,
a:link, 
a:active, 
a:visited , 
a:hover{
	text-decoration: none;
    border: none;
    outline: none;
    color: inherit;
}

i.icon{
	display: inline-block;
	width: 32px;
	height: 32px;
}

i.icon img,
.mainFooter .socialContainer .socialIcon img{
	width: 100%;
	height: 100%;
}

.clickable{
	cursor: pointer;
}

.mainContainer{
	width: 100%;
}

.mainHeader .logo{
	height: 100%;
}

.mainHeader .logo img{
	height: 100%;
}

.mainHeader .header-icons-container{
	height: 60px;
	width: calc(100% - 64px);
	position: fixed;
	top: 0;
	left: 0;
}

.mainHeader .header-icons-container figure {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: inherit;
	width: 33%;
	min-width: 100px;
}

.mainHeader #mainMenu{
	background: #E82A33;
	opacity: 0.9;
}

.mainHeader #mainMenu ul.navbar-right > li:hover,
.mainHeader #mainMenu ul.navbar-right > li.active{
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 20px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.3) inset;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}

.mainHeader #mainMenu ul.navbar-right > li a,
.mainHeader #mainMenu ul.dropdown-menu > li a{
	margin-top: 20px;
	font-size: 20px;
	color: #eee;
	background: transparent;
}

.mainHeader #mainMenu .dropdown-toggle{
	color: #eee;
}

.mainHeader #mainMenu .dropdown-menu{
	color: #eee;
	background: #E82A33;
	opacity: 0.9;
}

.mainSection section{
	background: #eee;
}

.mainSection section > .page-header:first-child{
	margin: 0;
	border: none;
}

.mainSection section > .page-header h1{
	padding: 12px;
	background-color: rgba(34, 53, 102, 1);
	color: #eee;
	font-style: italic;
	height: 74px;
}

.mainSection section > .page-header .title-icons-container{
	height: 74px;
	width: 100%;
	position: absolute;
	text-align: right;
	top: 0;
	left: 0;
}

.mainSection section > .page-header .title-icons-container figure,
.mainSection section > .page-header .title-icons-container a {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: inherit;
	width: 300px;
	display: inline-block;
}

.mainSection #modalPromociones .gallery-target{
	background-image: url('../resources/images/ofertas/oferta.jpg');
	background-size: contain;
	width: 100%;
	max-width: 1200px;
	height: 800px;
	max-height: 100%;
}

.mainSection .scroll-arrow{
	display: block;
	position: fixed;
	bottom: 20px;
	right: 0px;
	opacity: 0.9;
	z-index: 1000;
	text-shadow: 1px 1px #aaa;
	background: rgba(255, 255, 255, 0.4);
	padding: 0 20px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}

.mainSection .scroll-arrow:hover{
	background: rgba(255, 255, 255, 0.9);
}

.mainSection .scroll-arrow span{
	display: inline-block;
}

.mainSection .scroll-arrow span:first-child{
	font-size: 24px;
	position: relative;
	top: -12px;
}

.mainSection .scroll-arrow .glyphicon{
	font-size: 50px;
}

.mainFooter .flexslider{
	margin: 0;
	background: #fff;
	overflow: hidden;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.mainFooter .flexslider h3{
	padding-left: 12px;
}

.mainFooter .flexslider li{
	margin: 12px;
}

.mainFooter .glyphicon{
	font-size: 20px;
	margin-right: 1em;
}

.mainFooter .contacto{
	font-size: 14px;
	color: #ddd;
	margin-top: 120;
	padding: 40px 80px 20px;
	width: 100%;
	background: rgba(34, 53, 102, 1);
}

.mainFooter .contacto h3{
	color: #5bc0de;
}

.mainFooter .contacto .col-sm-4{
	border-left: 1px dotted #999;
}

.mainFooter .ceceFooter{
	font-size: 12px;
	text-shadow: 1px;
}

.gallery-item{
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat; 
	background-position: center;
}

.gallery-item.gallery-item-sm{
	height: 128px;
}

.gallery-item.gallery-item-md{
	height: 300px;
}

.gallery-item.gallery-item-lg{
	height: 400px;
}

.gallery-item.gallery-item-xl{
	height: 600px;
}
	
.gallery-target{
	height: 600px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat; 
	background-position: center;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.8);
}