@charset "UTF-8";

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/RobotoCondensed-Regular-webfont.eot');
    src: url('../fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('../fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('../fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/RobotoCondensed-Bold-webfont.eot');
    src: url('../fonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('../fonts/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
         url('../fonts/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedlight';
    src: url('../fonts/RobotoCondensed-Light-webfont.eot');
    src: url('../fonts/RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoCondensed-Light-webfont.woff') format('woff'),
         url('../fonts/RobotoCondensed-Light-webfont.ttf') format('truetype'),
         url('../fonts/RobotoCondensed-Light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
  margin: 0;
}
html, body {
  /*height: 100%;*/
  background: #eee;
  margin: 0;
  padding: 0;
}
body{
  font-family: 'roboto_condensedregular', sans-serif;
  font-weight: normal;
}

#wrapper {
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

a {
	color:#0081c3;
}

.page-wrap {
	left: auto;
	margin: 0 auto;
	max-width: 1920px;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	width: 100%;
	z-index: 1;
}

#wrapper {
    width: 100%;
	min-height: 100%;
}
.mobile,.slicknav_menu{
	display: none;
}
header{
	background-color: #ffffff;
	position: relative;
	z-index: 999;
}
.header_menu_container{
	display: none;
	height: 0;
}
.vodafone-triangle {
    height: 33px;
    left: 0;
    position: absolute;
    width: 63px;
    z-index: 1;
}
.logo{
	margin: 0;
	position: relative;
    z-index: 11;
}

.logo-img {
	width: 140px;
    height: auto;
}

@media only screen and (min-width: 768px ) {
	.logo-img {
		top: auto;
	}
}

.header_menu li:nth-child(4){
    display: none;
}
.header_menu li:nth-child(5){
    display: none;
}

#cookie-law {
background: #ffffff;
opacity: 0.9;
margin: 0px auto;
padding: 15px 25px;
font-family: 'roboto_condensedregular', arial, sans-serif;
font-size: 0.85rem;
position: absolute;	
z-index: 100;
left: 0;
right: 0;
color: #074487;
bottom: 0;
border:1px solid #074487;	
}
#cookie-law #rejectCookies {
text-indent: -9999em;
background: url(../images/iconoclose.png) no-repeat;
width: 20px;
height: 20px;
cursor: pointer;
position: absolute;
top: 5px;
right: 5px;
}
.text-cookie-banner p {
   max-width: 900px;
   text-align: center;
   margin: 0 auto;
}
#menu {
    float: right;
    height: 100%;
    margin: 0 auto;
    position: relative;
    right: auto;
    text-align: right;
    top: auto;
    width: 74%;
}
#menu li {
    display: inline-block;
    text-align: left;
    height: .5rem;
    vertical-align: bottom;
	width: auto
}

.menu_salir {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #252527;
}
.menu_salir_container {
    margin: 0 auto;
    max-width: 1060px;
    text-align: right;
}
.text_menu {
    color: #00226a;
    text-transform: none;
    font-size: 1rem;
    letter-spacing: -1px;
    position: relative;
	margin-left: 6px;
	vertical-align: middle;
	padding-bottom: 7px;
}

@media only screen and (min-width: 1099px) {
	.top-menu {
		margin-right: 1.25rem;
	}
}

.top-menu-link-salir {
    position: relative;
    top: 20px;
    z-index: 1;
    color: #f6f6f6;
    text-transform: uppercase;
    text-decoration: none;
    right: 10px;
}
.top-menu-link{
	font-family: 'roboto_condensedboldbd', sans-serif;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	line-height: 2.8rem;
	text-transform: uppercase;
}
.top-menu-link .icon {
    width: 14px;
    position: relative;
	top: 3px;
}
.top-menu:last-child {
    margin-right: 0px !important;
}
.top-menu.current a {
	border-bottom: 2px solid black;
	/*line-height: 2.5rem;*/
}
.top-menu a {
	font-size: .8rem;
	padding: 10px 0;
}

.top-menu:hover:not(.current):not(.special) a {
	border-top: 2px solid black;
}

.top-menu.special {
	padding: 0;
	position: relative;
	left: -6px;
}

.top-menu.special a {
	background-color: #FFEA28;
	margin-left: 10px;
	position: relative;
	padding: 10px 20px 10px 14px;
	transition: all .2s ease-in-out;
}

.top-menu.special a:hover {
	background-color: rgb(137, 137, 137);
	color: white;
}

.top-menu.special a:after {
	-moz-transform: skew(-7deg);
	-ms-transform: skew(-7deg);
	-o-transform: skew(-7deg);
	-webkit-transform: skew(-7deg);
	background: #fde828;
	border-bottom: 2px solid #fde828;
	border-top: 2px solid #fde828;
	content: '';
	display: block;
	height: 3.75rem;
	left: -6px;
	position: absolute;
	top: -2px;
	transform: skew(-7deg);
	transition: all .2s ease-in-out;
	width: 30px;
	z-index: 1;
}
.top-menu.special a:before {
	-moz-transform: skew(-7deg);
	-ms-transform: skew(-7deg);
	-o-transform: skew(-7deg);
	-webkit-transform: skew(-7deg);
	background: #fde828;
	border-bottom: 2px solid #fde828;
	border-top: 2px solid #fde828;
	content: '';
	display: block;
	height: 3.75rem;
	right: -3px;
	position: absolute;
	top: -2px;
	transform: skew(-7deg);
	transition: all .2s ease-in-out;
	width: 30px;
	z-index: 1;
}
.top-menu.special a span {position: relative;z-index: 2;}

.top-menu.special a:hover:after, .top-menu.special a:hover:before {
	background-color: rgb(137, 137, 137);
	border-color: rgb(137, 137, 137);
}

#header_menu_container {
	margin: 0 auto;
    max-width: 1090px;
    /*overflow: hidden;*/
    position: relative;
    width: 100%;
}

#menu .first, #menu .second, #menu .third, #menu .fourth, #menu .fifth {
    height: auto;
    position: relative;
    position: relative;
    text-align: center;
    top: auto;
}
.top-menu-link {
	/*line-height: 2.5rem;*/
	line-height: 19px;
}
#menu .first {
	width: auto;	
}
@media only screen and (min-width: 768px) {
	#menu .first {
		padding: 0;
	}
}
#menu .second, #menu .third, #menu .fourth, #menu .fifth {
	width:auto;
}
.top-menu.fifth .top-menu-link {
    padding-top: 10px;
}
.top-menu.sixth.mobile {
    display: none !important;
}
.content {
    padding-bottom: 70px;
}
.fa.fa-user-o {
    padding-right: 10px;
}

.title_section {
    height: 80px;
    background-color: #00b9b9;
    position: relative;
}
.title_section p:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 10px #00b9b9;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
.title_section p {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 18px;
}
.text-title {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding-left: 2px;
    margin-top: 10px;
}

.title_page {
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin-top: 3rem;
}
.title_page hr {
	display: none;
	position: absolute;
	width: 100%;
	top: 1.6rem;
	border: 1px solid #ffa500;
	z-index: 0;
}

.title_page h2 {
	font-family: 'roboto_condensedlight', sans-serif;	
	font-weight: normal;
	font-size: 24px;
	padding: 1rem 0;
	width: 90%;
	margin: 0 auto;
}
.title_page h2.slogan {
    font-size: 20px;
    margin: .5rem auto 1rem;
}

@media only screen and (min-width: 768px) {
	.title_page h2 {
		font-size: 32px;
		padding: .5rem 0;
		width: 100%;
	}
}

.title_page h3 {
	/*background-color: #eee;*/
	color: #09090b;    
	display: inline-block;	
	font-family: 'roboto_condensedbold', sans-serif;
	font-size: 28px;
	font-weight: normal;
	padding: 0 1rem 1rem;
	position: relative;
	top: .5rem;
	z-index: 1;	
}

.title_page h3::after {
    background: #f36f21;
    bottom: 0;
    content: '';
    height: 5px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

@media only screen and (min-width: 768px) {
	.title_page h3 {		
		font-size: 36px;
		position: relative;
		top: 0;
		padding: 0 2rem 1rem;
	}
}

.points_header {
	font-size: 20px;
	left: auto;  
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	position: absolute;
	right: auto;
	text-align: center;
	top: -1.5rem;
	width: 100%;
}
.points_header i {
  color: #0081c3;
  margin-right: 0;
  position: relative;
  top: -2px;
}
@media only screen and (min-width: 768px) {
  .points_header {
	text-align: right; 
	top: -0.75rem;
	right: 1rem;	
  }
  .points_header i {
	margin-right: 1rem;
  }
}

@media only screen and (min-width: 1024px) {
	.points_header {
	  right: 0;	
	}
  }

#points_table {
	margin-top: 1.5rem;
}

.title_page.title_finish_reddish {
    border: 1px solid #0081c3;
    padding: 20px 30px !important;
    box-sizing: border-box;
    margin-bottom: 30px;
    text-align: center;
    width: 90%;
    margin-top: 30px;
}  
.title_page.title_finish_reddish h3 {
    text-align: center;
    margin-bottom: 17px;
	font-size: 35px;
	color: #0081c3;
}

.welcome span {
    color: #0081c3;
    font-size: 30px;
    padding-left: 7px;
}
.btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 1em auto;
	max-width: 235px;
	width: 100%;
	text-decoration: none;
	padding: 12px 22px;
	font-size: 20px;
	border: none;
}
.btn.submit {    
    color: #ffffff;       
    background-color: #0081c3;    
}
.fa.fa-angle-right {
    font-weight: bold;
    font-size: 25px;
    padding-left: 11px;
}
.button {
    margin: 15px auto;
    height: 65px;
    text-align: center;
}
.wrap-title{
	display: inline-block;
	width: 100%;
	background-color: #000000;
	color: #ffffff;
	padding-bottom: 14px;
    padding-top: 16px;
	text-transform: uppercase;
	font-family: 'roboto_condensedregular', arial, serif;
	font-size: 18px;
	text-align: center;
	letter-spacing: 9px;
	position: relative;
}
.wrap-title img{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	opacity: 0.7;
}
.wrap-title div{
	position: relative;
	z-index: 2;
}
.wrap-title span{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-family: 'roboto_condensedregular', arial, serif;
	font-size: 49px;
	letter-spacing: initial;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*** Footer dec **/

/** Generales */

.inPart {
    display: block;
    margin: 0 auto;
    max-width: 1090px;
}

.scaleScroll {
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.serviceBox, .linkBox {
	margin-right: 1%;
    display: table;
    float: left;
    text-align: center;
    width: 19%;
}

.bluePart .tableLink {
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.bluePart .containerMobile {
	margin: 0 auto;
	max-width: 750px;
	overflow: hidden;
	width: 100%;
}
@media only screen and (min-width: 769px ) {
	.containerMobile .serviceBox {
		width: 32.33%;
	}
}

.altura {
    /*height: 190px;*/
}

.linebreak {
    background: #e7e6e6;
    clear: both;
    display: block;
    height: 1px;
    margin: 15px auto;
    max-width: 1090px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

/** Blue style */

.bluePart {
    background: #0082C3;
    overflow: hidden;
    padding: 15px 0;
    position: relative;
}

.bluePart .inPart {
    height: 47px;
}

.bluePart a {
    color: #fff;
    text-decoration: none;
}

.bluePart a span.subtitle {
    border-bottom: none;
    color: white;
    font-weight: 100;
    text-transform: none;
}

.bluePart .pictoServices {
    background: transparent url(https://www.decathlon.pt/ecpt/static/2018/img/sprites-icone-hp-23012018_footer.png) 0 0 no-repeat;
    display: table-cell;
    float: right;
    height: 60px;
    vertical-align: middle;
    width: 63px;
}

[id="click-collect"] {background-position: 0px -235px;}
[id="find-store"] {background-position: 0px -125px;}
[id="free-returns"] {background-position: 0px -290px;;}
[id="paiement"] {background-position: 0px -180px;}
[id="funding"] {background-position: 0 0;}

.bluePart a span.labelService {
    /*font-family: 'Roboto Condensed', sans-serif;*/
    color: #ffffff;
    display: table-cell;
    font-size: 13px;
    font-weight: 700;
    padding-left: 7px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

/** Grey style */

.greyPart {
    background: #F4F3F3;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}

.linkBox {
	margin: 0 1% 0 0%;
	min-height: 170px;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 19%;
}

.linkBox span {
    color: #0082C3;
    display: block;
    font-family: 'roboto_condensedbold', arial, serif;
    margin: 0 0 7px;
}

.linkBox a {
	color: #393939;
    display: block;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}

.linkBox a, .linkBox span {
	font-size: 13px;
    padding: 0 0 0 1px;
}

.linkBox a:hover {color: #0081c3;}

.linkBox:after, .newsletterPart:after, .great:after, .socialPart:after {
    background: #e7e6e6;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    z-index: 1;
}

@media only screen and (max-width: 1090px ) {
	.bluePart .inPart {height: auto;}
	.greyPart .containerMobile {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
		padding: 0 10px;
		width: 100%;
	}
}

/*** FOOTER **/

@media only screen and (min-width: 769px ) {
	html, body {
		height: 100%;
	}
	.page-wrap::after {
		clear: both;
		content: "";
		display: block;
	    height: 402px;
	}

	footer {
		min-height: 402px;
		margin-top: -402px;
	}
}

@media only screen and (min-width: 1091px ) {

	.page-wrap::after {
	    height: 359px;
	}

	footer {
		min-height: 359px;
		margin-top: -359px;
	}
}

@media only screen and (max-width: 768px ) {
	.bluePart .pictoServices {
	    background-size: 100% auto;
	    height: 40px;
	    width: 43px;
	}
	.serviceBox {
		display: block;
		margin: 0 0 4px;
		width: 100%;
	}
	.bluePart .pictoServices, .bluePart .labelService {
		display: block;
		float: left;
	}
	.serviceBox:last-child {margin-bottom: 0;}
	.bluePart .pictoServices[id="click-collect"] {background-position: 0 -136px;}
	.bluePart .pictoServices[id="find-store"] {background-position: 0 -69px;}
	.bluePart .pictoServices[id="free-returns"] {background-position: 0 -169px;;}
	.bluePart .pictoServices[id="paiement"] {background-position: 0 -103px;}
	.bluePart .pictoServices[id="funding"] {background-position: 0 0;}

	.linkBox {
	    margin: 0 0 12px;
	    min-height: inherit;
	    width: 100%;
	}
	.linkBox:last-child {margin-bottom: 0;}
	.linkBox a {
		border-right: 1px solid #bbb;
		display: inline-block;
		margin-right: 10px;
		padding: 3px 10px 3px 0;
		padding-right: 10px;
	}
	.linkBox a:last-child {
		border-right: 0 none;
		margin-right: 0;
		padding-right: 0;
	}

	.content {
	    padding-bottom: 30px;
	}
}

footer {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #F4F3F3;
	box-sizing: border-box;
	
	overflow: hidden;
  	
  	position: relative;
  	z-index: 2;
}

footer ul{
	display: inline-block;
	position: relative;	
	width: auto;
	padding-left: 0;
	text-align: center;
	margin: 0 auto;
}

footer li{
	display: inline-block;
    text-align: center;
    width: auto;
    padding-top: 0;
    margin: 0 0.5rem;
    padding-bottom: 0;
}

footer li a{
	color: #393939;
	display: block;
	text-decoration: none;
	font-size: 13px;
	font-weight: 400;
	padding: 0.25rem 0;
}
footer li a:hover {
	color: #0081c3;
	/*text-decoration: underline;*/
}
footer li span {
    position: relative;
}
.contain_section {
    width: 100%;
    max-width: 900px;
    margin: auto;
    display: table;
}
.img_title_section {
    width: 24%;
    text-align: right;
    display: inline-block;
}
.img_title_section img {
    position: relative;
    top: 1px;
}
.text_title_section {
    width: 75%;
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
}

.wrapfooter {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
    width: 100%;
    max-width: 1090px;  
	margin:0 auto;
	text-align: center;
}
.wrap_error{
	width: 90%;
	max-width: 900px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.error{
	color: red;
	font-family: roboto_condensedbold;
	font-weight: 700;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.wrap-advice{
	background-color: #7e7e7e;
	padding-left: 10%;
	padding-right: 10%;
	color:  #ffffff;
	display: table;
	width: 80%;
}
.wrap-advice .name-points-content{
	display: table-cell;
	text-align: left;
	width: 50%;
	padding-top: 12px;
	padding-bottom: 12px;
}
.wrap-advice .modify-mycount-content{
	display: table-cell;
	text-align: right;
	width: 50%;
}
.name-points-content{
	font-size: 16px;
}
.name-points-content span{
	font-weight: 700;
}
.name-points-content .separator{
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 300;
}
.wrap-advice .modify-content,
.wrap-advice .my-count-content{
	display: inline-block;
}
.wrap-advice .modify-content{
	padding-right: 20px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}
.fa-pencil-square-o{	
	padding-right: 10px;
}
.wrap-advice .my-count-content{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}
.wrap-advice .modify-content a,
.wrap-advice .my-count-content a{
	color: #ffffff;
	text-decoration: none;
}
.wrap-advice .modify-content a:hover,
.wrap-advice .my-count-content a:hover {
	text-decoration: underline;
}

.slicknav_menu {
	display: inline-block;
	float: right;
	left: auto;
	position: relative;
	text-align: center;
	text-align: right;
	top: auto;
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.slicknav_icon { 
		position: relative;
	}
}

@media only screen and (min-width: 1100px) {
	.slicknav_menu {
		display: none;
	}
}

@media screen and (max-width: 1099px) {
	header {
	    height: auto;
	    background-image: none;
	}
	.header_logo {
		left: 0.625rem;
		position: absolute;
		top: 0;
	}
	#menu{
		display: none;
	}	
	.logo {
	    top: auto;
	    left: auto;
	}
	.logo-img {
    	width: 145px;
	}
	.vodafone-triangle {
	    height: 24px;
	}
	.desktop{
		display: none;
	}
	.mobile{
		display: block;
	}
	.top-menu.sixth.mobile {
	    display: block !important;
	}		
	.mobile.logo{
		display: inline-block;
		text-align: left;
		width: auto;
	}

	.mobile.logo {display: block;}

	#header_menu_container{
		float: right;
	}
	.slicknav_menutxt{
		color: transparent;
	}	
	.slicknav_icon {
	    color: #333333;
	    font-size: 1.6rem;
		line-height: 0.9;
	}
	.slicknav_btn{
		display: inline-block;
		height: 29px;
		padding-top: 1.125rem;
		padding-right: 0.625rem;
		position: relative;
		text-decoration: none;
		width: 40px;
	}
	.slicknav_nav {
	    background-color: #eeeeee;
	    list-style-type: none;
	    padding-left: 0;
	    padding-right: 0;
	    position: absolute;
	    right: 0;
	    top: 63px;
	    width: 100%;
	    z-index: 3;
	}
	.slicknav_nav a {
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#eee),color-stop(50%,#f7f7f7),to(#f6f6f6));
	    background: -webkit-linear-gradient(top,#eee 0,#f7f7f7 50%,#f6f6f6 100%);
	    background: linear-gradient(to bottom,#eee 0,#f7f7f7 50%,#f6f6f6 100%);
	    padding: 1rem 0.625rem;
	}
	.slicknav_nav a i, .slicknav_nav a span {
		display: inline-block;
	    margin: 0 0.5rem 0 0;
	    vertical-align: middle;
	}
	.top-menu i {
		display: inline-block!important;
	}
	.top-menu.special a:before,.top-menu.special a:after {
		display: none;
	}
	.top-menu.current a {
		border: 0;
	}
	.top-menu {
	    border-bottom: 1px solid #cccccc;
	}
	.top-menu.first {
	    border-top: 1px solid #cccccc;
	}
	.top-menu-link-salir {
	    top: 4px;
	    padding: 10px 5px;
	    color: #333333;
	    font-size: 12px;
	}
	.slicknav_btn li{
		display: inline-block;
		width: 100%;
	}
	.top-menu-link{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #333333;
		display: inline-block;
		font-size: 15px;
		padding: 0.625rem;
		text-align: left;
		width: 100%;
	}
	.top-menu.special {left: auto;}
	.top-menu.special a {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		background-image: none;
		box-sizing: border-box;
		display: block;
		margin: 0;
		padding: 1rem 0.625rem;
		width: 100%;
	}
	.top-menu.special a::after {display: none;}
	
	.first {
	    border-left: none;
	}
	.text_title_section {
	    width: 50%;
	}
	.text-title {
	    padding: 0 18px;
	}
	.img_title_section {
	    width: 47%;
	    position: relative;
		top: 24px;
	}
	.img_title_section img{
		width: 130px;
	}
	.wrapfooter {
	    position: relative;
	}
	.image_bottom, .image_footer{
		left: 0;	
		background-color: #262161;	
	}
	.image_footer {
	    top: 0px;
	}
	 #inner-content {
	    text-align: left !important;
	    width: 90% !important;
	    top: -22px !important;
	}
	#inner-content img {
	    width:70% !important;
	    max-width: 300px;
	}
	.contain_section {
	    position: relative;
	    top: -41px;
	}
	.title_section p {
		font-size: 22px;
		margin-left: 4px;
		line-height: 22px;
	}
	.menu_salir {
	    background-color: #ffffff;
	    /*border-bottom: 1px solid #eeeeee;*/
	}
	
}

.header_logo {
	float: left;
	padding: 11px 0;
}

.header_logo a {display: block;}

.chosen-container-single .chosen-single {
	background: #FFF !important;
}
.chosen-container-single .chosen-search input[type="text"] {
	background: none !important;
}
.chosen-container-single .chosen-search i {
	margin-left: .75rem;
}
.changes_table_length {
	margin-bottom: 10px;
}

/*** Div general header**/

.header_wrapper {
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 63px;
	overflow: hidden;
	padding: 0;
}

/** Icono menu */

.top-menu i {
	background: transparent url('../images/sprite-menu.png') no-repeat scroll 0 0;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-size: auto 400%;
	display: block;
    height: 20px;
    margin: 0 auto;
    width: 20px;
}
.top-menu i.menu__home {background-position: -20px -40px;background}
.top-menu i.menu__catalog {background-position: -20px -20px;}
.top-menu i.menu__account {background-position: -20px -60px;}
.top-menu i.menu__login {background-position: -20px 0;}
.top-menu span {
    display: block;
    font-size: 0.75rem;
}
.top-menu.logout i {
	background: none;
	display: block;
	line-height: 1.5;
}

.top-menu.special a:hover i.menu__account {
	background-position: -40px -60px;
}

.top-menu.special a:hover i.menu__login {
	background-position: -40px 0;
}

@media only screen and (max-width: 1090px) {
	.header_wrapper {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		/*padding: 0.625rem;*/
		min-height: 63px;
		overflow: inherit;
		width: 100%;
	}
}

@media only screen and (min-width: 1091px) {
    .header_menu_container{
        display: none;
    }
    .header_wrapper {
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .header_logo, .other-menu{
        overflow: inherit;
    }
    .view-desktop:after {
    color:red;
    font-size: 26px;
    }
    .other-menu{
        min-width: 1090px;
        top: -43px;
        text-align: left;
        position: relative;
    }
    
    .vodafone-triangle {
	    display: block;
	    height: 90px;
	    left: -10011px;
	    position: absolute;
	    top: 21px;
	    width: 9983px;
	    z-index: 10;
	}
    
    .headerError{
    height: 165px;
    }
    .other-menu{
        display:none;
    }
   
    .top-menu{
		font-size: 20px;		
    }
    .top-menu a {
		color: #333333;
		border-top: 2px solid transparent;
		border-bottom: 2px solid transparent;
		font-family: 'roboto_condensedbold', sans-serif;		
	}
    
    .view-desktop{
        display: inline-block;
    }
}
@media screen and (min-width:931px) and (max-width: 1099px){
	
	.vodafone-triangle {
	    height: 24px;
	}
	.desktop{
		display: none;
	}
	.mobile{
		display: block;
	}
	
}

.btn-white {
	background: #fff;
	color: #0081c3;
	border: 1px solid #0081c3;
}

.bg-white {
	background: #fff;
}

.text-italic {
    font-style: italic;
}

.text-uppercase {
    text-transform: uppercase;
}

.no-text-decoration {
	text-decoration: none;
}

.color-normal {
    color: #000;
}

.color-blue {
    color: #0082c3;
}

.text-left {
    text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
    text-align: right;
}

.text-blue {
	color: #0081c3;
}

.bg-blue {
	background-color: #FFEA28;
	color: #333;
}

.bg-blue:hover {background-color: #FDD835;}

.btn.submit.bg-orange {    
    -webkit-box-sizing: border-box;
    background-color: #FFEA28;
    box-sizing: border-box;
    color: #333;
    display: block;
    font-size: 20px;
    height: auto;
    margin: 0 auto 1rem;
    max-width: 260px;
    padding: 1rem 0.5rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: auto;
    width: 100%;
}

.bg-orange span {
    display: block;
}

.btn.submit.bg-orange:hover {
	background-color: #FDD835;
}

.invisible {
	opacity: 0;
}

.circle {
	border-radius: 50%;
}

.display-none {
	display: none !important;
}

.text-transform-none {
	text-transform: none;
}

.width-auto {
	width: auto;
}

.no-max-width {
	max-width: none;
}

.disabled {
	opacity: .5;
	cursor: default;
}

.adl-modal {
	max-width: 350px;
}

.adl-modal-body {
	font-family: 'roboto_condensedlight', sans-serif;
}

.adl-modal-body ul {
	padding-left: 1rem;
}

.adl-modal .adl-modal-header .adl-modal-close {
	color: #0081c3;
}

/** MODAL */

.c-modal {
	background-color: rgba(0,0,0,0.85);
    color: #fff;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.c-modal__content {
	background-color: #FFF;
	border: 1px solid #0076b4;
	max-width: 500px;
	position: relative;
	margin: 2rem auto 0;
	width: 94%;
}
.c-modal__title {
	background-color: #0076b4;
	color: #FFF;
	padding: 0.625rem 2.25rem 0.625rem 0.625rem;
	position: relative;
	text-align: left;
}

.c-modal__title h2 {
	color: #FFF
}

.c-modal__title span {
	color: rgba(255,255,255,0.8);
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	right: 0.625rem;
	top: 0.625rem;
}
.c-modal__title span:hover {
	color: rgba(255,255,255,1);
}

.c-modal__body {
    color: #000;
    padding: 0.75rem;
    text-align: center;
}

.c-modal__button {
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.c-modal__button .btn {display: inline-block;text-transform: uppercase;}


@media only screen and (max-width: 1099px ) {
	.c-modal__content {margin-top: 3%;}
}