@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates|Montserrat:400,500,700|Roboto:400,700&display=swap');

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,		
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, textarea, select, button,
header, section, article, footer, aside, figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration:none;
	color:inherit;
	background-color:transparent;
	}
strong {
	font-weight: bold;
	}
:focus {
	outline:0;
	}
body{
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
del {
	text-decoration: none;
}
html {
	font-size: 62.5%;
    height: 100%;
	overflow-x: hidden;
	min-width: 300px;
}
body {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size:100%;
	line-height:1;
	color:#000;
	height:100%;
	background: #f1f1f1;
	overflow-x:hidden;
	overflow-y:scroll;
	min-width: 300px;
}
strong {
	font-weight: 700;
}
:focus {
	outline: 1px rgba(255,255,255,.5) dashed;
}
h1 {
	position: absolute;
}
/* Magnific popup */
.mfp-bg {
	min-width: 320px;
}
.mfp-container {
	padding: 32px 8px;
	min-width: 320px;
}
.mfp-close {
	margin-right: 0!important;
	right: 35px;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}
.content {
	font-size: 1rem;
	padding: 0 2rem;
}
.block {
	font-size: 1rem;
	box-sizing: border-box;
	padding: 0 .8rem;
	min-height: 1px;
	text-align: left;
	direction: ltr!important;
}
.col > *:last-child {
	margin-bottom: 0!important;
}
.bt {
	display: inline-block;
	line-height: 3rem;
	padding: 0 1.5rem;
	text-transform: uppercase;
	font-weight: 600;
	background: #000;
	color: #fff;
	font-size: 1rem;
	border-radius: 2rem;
	cursor: pointer;
	transition: all 150ms ease;
}
.btO {
	background: transparent;
	box-shadow: inset 0 0 0 1px #000;
	color: #000;
}
.btI {
	width: 3rem;
	text-align: center;
	padding: 0;
}
.sliderWrapper {
	position: relative;	
}
#banner-wrapper .content {
	position: relative;
	min-height: 30rem;
	background: rgba(248,80,50,1);
	background: -moz-linear-gradient(45deg, rgba(248,80,50,1) 0%, rgba(207,122,240,1) 33%, rgba(246,41,12,1) 97%, rgba(231,56,39,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(248,80,50,1)), color-stop(33%, rgba(207,122,240,1)), color-stop(97%, rgba(246,41,12,1)), color-stop(100%, rgba(231,56,39,1)));
	background: -webkit-linear-gradient(45deg, rgba(248,80,50,1) 0%, rgba(207,122,240,1) 33%, rgba(246,41,12,1) 97%, rgba(231,56,39,1) 100%);
	background: -o-linear-gradient(45deg, rgba(248,80,50,1) 0%, rgba(207,122,240,1) 33%, rgba(246,41,12,1) 97%, rgba(231,56,39,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(248,80,50,1) 0%, rgba(207,122,240,1) 33%, rgba(246,41,12,1) 97%, rgba(231,56,39,1) 100%);
	background: linear-gradient(45deg, rgba(248,80,50,1) 0%, rgba(207,122,240,1) 33%, rgba(246,41,12,1) 97%, rgba(231,56,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=1 );
}
#footer {
	background: #fff;
	padding: 4.5rem 0 0;
}
#footer .row:nth-child(1) {
	padding-bottom: 3.9rem;
	border-bottom: solid 1px #E9E9F5;
	margin-bottom: 4rem;
}
#footer .row:nth-child(1) p {
	font-size: 1.8rem;
	position: relative;
	padding-left: 11rem;
}
#footer .row:nth-child(1) p i {
	position: absolute;
	left: 2rem;
	top: 0;
	font-size: 5rem;
}
#footer .row:nth-child(1) p span {
	display: block;
	font-size: 2.5rem;
	margin-top: .7rem;
	letter-spacing: -.01em;
}
#footer .row:nth-child(1) p span a {
	font-size: 2.5rem;
}
#footer .social {
	padding-top: .75rem;
}
#footer .social li {
	display: inline-block;
	margin-left: .5rem;
}
#footer .social li a {
	font-size: 3.2rem;
}
#footer .row:nth-child(2) {
	font-family: 'Roboto';
}
#footer svg {
	max-width: 100%;
	width: 14.6rem;
}
#footer .row:nth-child(2) .col + .col {
	padding-top: 1.7rem;
}
#footer .row:nth-child(2) ul,
#footer .row:nth-child(2) p {
	font-size: 1.4rem;
	line-height: 2.1rem;
}




@media (min-width: 960px) {
	.col {
		display: inline-block;
		vertical-align: top;
	}
	.col1 {width: 8.333%;}
	.col2 {width: 16.666%;}
	.col3 {width: 25%;}
	.col4 {width: 33.333%;}
	.col5 {width: 41.666%;}
	.col6 {width: 50%;}
	.col7 {width: 58.333%;}
	.col8 {width: 66.666%;}
	.col9 {width: 75%;}
	.col10 {width: 83.333%;}
	.col11 {width: 91.666%;}
	.col12 {width: 100%;}
	#header nav {
		position: relative;
		padding: 4.3rem 0 1rem;
		line-height: 3.2rem;
		background: #fff;
		border-radius: 0 0 2rem 2rem;
		font-size: 0;
		clear: both;
	}
	#header nav:after {
		content: '';
		position: absolute;
		left: 10%;
		right: 10%;
		bottom: 0;
		height: 5rem;
		border-radius: 100%;
		box-shadow: 0 0 1rem 0 rgba(0,0,0,.2);
		z-index: -1;
	}
	#bt_menu {
		display: block;
		float: left;
		width: 7rem;
		line-height: 3.2rem;
		color: #29abe2;
		font-size: 1rem;
		position: relative;
		z-index: 10;
	}
	#menu {
		display: inline-block;
		padding-left: 7.5rem;
		font-size: 1rem;
		text-align: left;
		width: 100%;
		box-sizing: border-box;
		margin-left: -7rem;
	}
	#menu > li {
		display: inline-block;
		position: relative;
	}
	#menu > li + li {
		margin-left: 4rem;
	}
	#menu > li > ul {
		padding: 2rem;
		position: absolute;
		z-index: 100;
		left: -2rem;
		top: 100%;
		background: #fff;
		visibility: hidden;
		opacity: 0;
		transition: all 150ms ease;
	}
	#menu > li:hover > ul {
		visibility: visible;
		opacity: 1;
	}
	#menu li a.dd:after {
		font-family: "amacar-icons";
		font-style: normal;
		font-weight: normal;
		speak: none;
		display: inline-block;
		text-decoration: inherit;
		width: 1em;
		margin-right: .2em;
		text-align: center;
		font-variant: normal;
		text-transform: none;
		line-height: 1em;
		margin-left: .2em;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\e822';
		position: absolute;
		right: -1.8em;
		font-size: .9rem;
		top: 50%;
		transform: translateY(-42%);
		color: #991E22;
	}
	#menu li a {
		font-size: 1.6rem;
		display: block;
		position: relative;
		transition: color 0.2s;
	}
	#menu li a:hover {
		color: #991E22;
	}
	#menu li.menuOfertas {
		float: right;
		margin-right: 1.4rem;
	}
	#megaMenu > div > ul > li ul {
		position: absolute;
		left: 85%;
		display: block;
	}
	#megaMenu .buscadorWrapper {
		display: none;
	}
	#megaMenu .userWrapper {
		display: none;
	}
	article#cuenta .tab-content.pass p.field,
	article#cuenta .tab-content.datos p.field {
		display: inline-block;
		width: 48%;
	}
	article#cuenta .tab-content.pass p.field:nth-child(odd),
	article#cuenta .tab-content.datos p.field:nth-child(odd) {
		margin-left: 4%
	}
}