@charset "UTF-8";

/* EMPRESA CSS Document */
/* primary: #be1521; */
/* secondary: #838383; */

/* FONTS */

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.eot');
    src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff'),
        url('fonts/Roboto-Bold.ttf') format('truetype'),
        url('fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light.eot');
    src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Light.woff2') format('woff2'),
        url('fonts/Roboto-Light.woff') format('woff'),
        url('fonts/Roboto-Light.ttf') format('truetype'),
        url('fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Cn';
    src: url('fonts/Roboto-BoldCondensed.eot');
    src: url('fonts/Roboto-BoldCondensed.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-BoldCondensed.woff2') format('woff2'),
        url('fonts/Roboto-BoldCondensed.woff') format('woff'),
        url('fonts/Roboto-BoldCondensed.ttf') format('truetype'),
        url('fonts/Roboto-BoldCondensed.svg#Roboto-BoldCondensed') format('svg');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.eot');
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff'),
        url('fonts/Roboto-Regular.ttf') format('truetype'),
        url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Medium.eot');
    src: url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Medium.woff2') format('woff2'),
        url('fonts/Roboto-Medium.woff') format('woff'),
        url('fonts/Roboto-Medium.ttf') format('truetype'),
        url('fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-display: swap;
}

/* GENERAL */
html, body {
	
}

html {
	font-size: 16px;
}

body {
	font: 300 1rem/1.4 'Roboto', Arial, sans-serif;
	color: #262626;
	text-align: center;
}

::moz-selection {
	background: #be1521;
	background: rgba(190, 21, 33, .4);
}

::selection {
	background: #be1521;
	background: rgba(190, 21, 33, .4);
}

h1,.h1 {font-size: 2.1rem;}
h2,.h2 {font-size: 1.7rem;}
h3,.h3 {font-size: 1.4rem;font-weight: 300;}
h4,.h4 {font-size: 1.1rem;}
h5,.h5 {
	font-size: 0.8rem;
	color: #666;
	font-weight: 300;
	text-decoration: underline;
}

h6 {font-weight: 500;}

.base{font-size: 1rem!important;}
.xxs{font-size: .75em!important;}
.xs{font-size: .9em!important;}
.xl{font-size: 4.5rem !important;}
.xxl{font-size: 6.5rem !important;}

.bold{font-weight: 600!important;}
.medium{font-weight: 500!important;}
.regular{font-weight: 400!important;}
.light{font-weight: 300!important;}
.condensed{
	font-weight: 600;
	font-family: 'Roboto Cn';
}




b, strong {
	font-weight: 500;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: 0 0 0 30px rgba(190, 21, 33, .4) inset;
	transition: background-color 5000s ease-in-out 0s;
}

.z-index-1{z-index: 1!important;}
.z-index-2{z-index: 2!important;}
.z-index-3{z-index: 3!important;}
.z-index-4{z-index: 4!important;}
.z-index-5{z-index: 5!important;}

a,
a:hover,
a:focus,
a:active {
	color: inherit;
	text-decoration: none;
	outline: 0;
}

.coloured,
.text-primary {
	color: #be1521 !important;
}

.bg-primary {
	background-color: #be1521 !important;
}

.text-secondary {
	color: #313130 !important;
}

.bg-secondary {
	background-color: #838383 !important;
}

.btn {
	font-weight: 300;
	font-size: 1.125rem;
	line-height: 1.2em;
	border-radius: 2.5rem;
	padding: .9rem 3rem;
	cursor: pointer;
}

.btn-primary {
	color: #fff !important;
	background: #be1521;
	border-color: #be1521;
}

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	color: #be1521 !important;
	background: #fff;
	border-color: #be1521;
	outline: 0;
	box-shadow: 0 0 0 0;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0;
}

.btn-secondary {
	color: #313130 !important;
	background-color: #fff;
	border-color: #313130;
}

.btn-secondary:hover,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
	color: #fff !important;
	background-color: #313130;
	border-color: #fff;
	outline: 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0 0;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}

.btn-white{
	color: #fff !important;
	background: transparent;
	border-color: #fff;
}

.btn-white:hover,
.btn-white.focus,
.btn-white:focus,
.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active:focus,
.btn-white:not(:disabled):not(.disabled):active:focus {
	color: #be1521 !important;
	background-color: #fff;
	border-color: #fff;
	outline: 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0 0;
}

.btn-white:not(:disabled):not(.disabled).active:focus,
.btn-white:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}

.btn-red{
	color: #fff !important;
	background: #be1521;
	border-color: #be1521;
}

.btn-red:hover,
.btn-red.focus,
.btn-red:focus,
.btn-red:not(:disabled):not(.disabled).active,
.btn-red:not(:disabled):not(.disabled):active,
.btn-red:not(:disabled):not(.disabled).active:focus,
.btn-red:not(:disabled):not(.disabled):active:focus {
	color: #be1521 !important;
	background-color: transparent;
	border-color: #be1521;
	outline: 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0 0;
}

.btn-red:not(:disabled):not(.disabled).active:focus,
.btn-red:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}

.btn-grey{
	color: #fff !important;
	background: #838383;
	border-color: #838383;
}

.btn-grey:hover,
.btn-grey.focus,
.btn-grey:focus,
.btn-grey:not(:disabled):not(.disabled).active,
.btn-grey:not(:disabled):not(.disabled):active,
.btn-grey:not(:disabled):not(.disabled).active:focus,
.btn-grey:not(:disabled):not(.disabled):active:focus {
	color: #838383 !important;
	background-color: #fff;
	border-color: #838383;
	outline: 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0 0;
}

.btn-grey:not(:disabled):not(.disabled).active:focus,
.btn-grey:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}


.btn-lightGrey{
	color: #313130 !important;
	background: #eaeaea;
	border-color: #eaeaea;
}

.btn-lightGrey:hover,
.btn-lightGrey.focus,
.btn-lightGrey:focus,
.btn-lightGrey:not(:disabled):not(.disabled).active,
.btn-lightGrey:not(:disabled):not(.disabled):active,
.btn-lightGrey:not(:disabled):not(.disabled).active:focus,
.btn-lightGrey:not(:disabled):not(.disabled):active:focus {
	color: #eaeaea !important;
	background-color: #313130;
	border-color: #313130;
	outline: 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0 0;
}

.btn-lightGrey:not(:disabled):not(.disabled).active:focus,
.btn-lightGrey:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}

input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
textarea,
textarea.form-control,
select,
select.form-control,
form button:not(.btn) {
	font: inherit;
	color: #000;
	height: 2rem;
	line-height: 2rem;
	background: #fff;
	margin-bottom: 1.4rem;
	padding: 0 .5rem;
	border-radius: 0;
	border: 1px solid #000;
}

input[type="datetime"],
input[type="datetime-local"],
input[type="date"] {
	min-width: 120px;
}

input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
textarea:focus,
textarea.form-control:focus,
select:focus,
select.form-control:focus,
form button:focus:not(.btn) {
	outline: 0;
	-webkit-box-shadow: 0 0 6px #000;
	box-shadow: 0 0 6px #000;
}

button:focus {
	outline: 0;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	margin-bottom: 0;
}

s {
	color: #e9322d;
}

option {
	font-weight: inherit;
}

input[type="file"],input[type="checkbox"],input[type="radio"]{float:left;width:0.1px;height:0.1px;opacity:0;overflow:hidden;margin:0;padding:0}
input[type="file"]+label{color:#fff;min-width:40px;height:40px;background:#666 url(../img/small-cloud-upload-symbol.svg) 5px center no-repeat;border-color:#666;cursor:pointer;display:inline-block;vertical-align:middle;overflow:hidden;margin-bottom:1rem;padding:.5rem .5rem .5rem 3rem !important;opacity:.8}
input[type="file"]:focus+label,input[type="file"]+label:hover,input[type="file"].has-focus+label{opacity:1}

input[type="checkbox"]+label,
input[type="radio"]+label {
	display: block;
	cursor: pointer;
	position: relative;
	padding-left: 2rem;
	margin-bottom: 1.4rem;
	text-align: left;
}

input[type="checkbox"]+label svg,
input[type="radio"]+label svg {
	position: absolute;
	top: 0px;
	left: 0px;
}

input[type="checkbox"]+label svg path,
input[type="radio"]+label svg circle {
	fill: none;
	stroke: #838383;
	stroke-width: 2;
}

input[type="checkbox"]+label svg polyline,
input[type="radio"]+label svg polyline {
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-dasharray: 18px;
	stroke-dashoffset: 18px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

input[type="checkbox"]:checked+label svg path,
input[type="radio"]:checked+label svg circle {
	fill: #838383;
}

input[type="checkbox"]:checked+label svg polyline,
input[type="radio"]:checked+label svg polyline {
	stroke-dashoffset: 0;
}

textarea,
textarea.form-control,
select[multiple],
select[size] {
	resize: vertical;
	line-height: 1.4;
	height: 150px;
}

input.error {
	border: 1px solid #e9322d;
}

label.error,
.error-message {
	color: #e9322d;
	text-align: left;
}

input[type="checkbox"]+label+label.error,
input[type="radio"]+label+label.error {
	top: 0;
	left: 0;
	float: left;
}

.dinamic_label {
	position: relative;
	padding-top: 1rem;
}

.dinamic_label label {
	position: absolute;
	top: 0;
	font-size: .7rem;
	opacity: 1;
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.2s ease-out;
}

.dinamic_label input:placeholder-shown + label {
	opacity: 0;
	-ms-transform: translateY(1rem);
	transform: translateY(1rem);
}

.alert {
	margin-bottom: 0;
	border-radius: 0;
	cursor: pointer;
}

.g-recaptcha{display:inline-block;margin:1rem auto}
iframe{border:0 !important}
figure{margin:0 auto}
figure img,figure svg,figure video{width:100%}
.google-maps{position:relative;padding-bottom:35%;height:0;overflow:hidden}
.google-maps iframe{position: absolute;top:0;left:0;width:100% !important;height:100% !important}
.valign{width:0;display:inline-block;vertical-align:middle;height:100%}
.valign+.inline{width:100%;display:inline-block;vertical-align:middle;}

.video_responsive {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video_responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.scrolltop {
	display: none;
	position: fixed;
	bottom: 3vw;
	right: 3vw;
	width: 10vw;
	height: 10vw;
	z-index: 99;
	background: #000;
	padding: 3vw;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: .5;
	cursor: pointer;
}

.scrolltop svg {
	width: 100%;
	height: 100%;
}

.scrolltop svg * {
	fill: #fff !important;
}


#ventajas figure { max-width: 120px; }

/** HEADER */
header,
.menu-header {
	padding: 1rem 0;
	position: sticky;
	top: 0;
	z-index: 40;
	background-color: #fff;
}

header {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
	z-index: 999;
}

header .logo {
	width: auto;
	text-align: center;
}

header .logo a,
header .logo img,
header .logo svg {
	width: 100%;
	max-width: none;
	height: auto;
}

#show_menu_alt {
	position: absolute;
	top: 0;
	right: 15px;
	width: 1.5rem;
	height: 1.5rem;
}

#show_aside figure {
	width:24px;
}

.menu-header .logo {
	max-width: 150px;
	position: relative;
	z-index: 50;
	padding-top: 1rem;
}

header .enlaces_center .arrow{
	width: 12px;
	margin-left: 3px;
	height: 12px;
}

header .enlaces_center .enlace{
	padding: .5rem;
	display: block;
	font-size: 1.125rem;
	cursor: pointer;
	transition: color ease .5s;
}

header .enlaces_center .enlace:hover,
header .enlaces_center .enlace:hover svg *{
	color: #be1521;
	fill:  #be1521!important;
}
.premium-link{
	color: goldenrod;
	font-weight: bolder;
}

header .button_submenu{
	position: relative;
}

header .button_submenu:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 30px 20px;
	border-color: transparent transparent #be1521 transparent;
	position: absolute;
	left: 50%;
	top: 350%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity ease .3s;
}

header .button_submenu.active:after,
header .user_options.active:after{
	opacity: 1;
}

header .icons figure{
	width: 40px;
	margin: 0 7px;
	cursor: pointer;
	position: relative;
}

header .icons figure .back,
svg .back{
	opacity: 0 !important;
	transition: opacity ease .8s;
}

header .icons figure:hover .back,
header .icons figure.active .back,
svg:hover .back{
	opacity: 0.33!important;
}

header .icons figure figcaption{
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 60%;
	color: #fff;
	font-weight: 500;
	font-size: .7rem;
	line-height: 2;
	height: 20px;
	width: 20px;
	-ms-transform: translate(25%,25%);
	transform: translate(25%,25%);
}

header .user_options{
	position: relative;
}

header .user_options .options{
	position: absolute;
	left: 50%;
	top: 147%;
	z-index:1;
	transform: translateX(-50%);
	width: 150px;
	padding: 1.5rem .5rem;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	display: none;
}

header .user_options .options p{
	margin-bottom: .75rem;
	opacity: .9;
	font-weight: 300;
	transition: all ease .1s;
	margin: 0;
}

header .user_options .options p:hover{
	opacity: 1;
	font-weight: 500;
}

header .user_options .options a{
	display: block;
	padding: .5rem 0;
}

#button-buscador-inteligente {
	position: relative;
	z-index: 2;
}

#buscador-inteligente {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 1;
	width: 1px;
	height: 100%;
	background-color: #f1f1f1;
	border-radius: 20px;
	border: 0;
	margin: 0;
	-ms-transform: scale(0);
	transform: scale(0);
	transition: width .5s linear, transform .1s linear .5s;
}

#buscador-inteligente.show {
	-ms-transform: scale(1);
	transform: scale(1);
	transition: width .5s linear;
}

#buscador-inteligente.show,
#buscador-int {
	width: 50vw;
}

#buscador-int {
	display: none;
	position: absolute;
	top: 110%;
	left: auto;
	right: 10px;
	background-color: #fff;
	z-index: 3;
}

#buscador-int:not(:empty) {
	height: 70vh;
	overflow: auto;
}

#buscador-int a:fist-of-type {
	color: #be1521;
	border: 0;
}

.item-buscador {
	text-align: left;
	padding: 1rem 2rem;
}

a:not(last-child) > .item-buscador {
	border-bottom: 1px solid #ededed;
}

.item-buscador p {
	margin-bottom: 0;
	font-size: .7rem;
}

.item-buscador figure{
	width: 100px !important;
	margin: 0 !important;
}

.item-buscador figure img{
	width: 100% !important;
	height: auto !important;
}

.item-buscador img + p {
	color: #be1521;
	font-weight: 600;
	margin-bottom: 1rem;
}

.item-buscador p:last-child {
	min-height: 2.8rem;
}

.item-buscador:hover {
	background-color: rgba(190, 21, 33, .4);
}

/** MENU */
.main_nav a:hover,
.main_nav a.active {
	background-color: #5b0b15;
}

#menuab{
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100vw;
	z-index: 1010;
	background-color: #232322;
	display: none;
	overflow: auto;
}

#menuab .closeMenu {
	width: 35px;
	margin: 0 7px;
	cursor: pointer;
}

#menuab .menu-header{
	background-color: transparent;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#menuab .menu-header .logo *{
	fill: #838383 !important;
}

#menuab .darkBack + .container {
	padding-top: 6rem;
	padding-bottom: 3rem;
}

#menuab .izq h3{
	margin: 0;
	width: 10px;
	font-weight: 300;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	position: relative;
	letter-spacing: 4rem;
}

#menuab .izq h3 span{
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#menuab .izq {
	border-right: solid 1px #838383;
}

#menuab .dch {
	color: #fff;
	font-size: 1.375rem;
}


#menuab .dch strong{
	text-transform: uppercase;
	font-weight: 600;
	color: #d82133;
}

#menuab .nav-link{
	cursor: pointer;
	display: block;
	width: auto;
	padding: .5rem;
	position: relative;
	transition: all ease .5s;
}

#menuab .nav-link:hover{
	color: #fff;
}

#menuab .nav-link::after {
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		background: #fff;
		transition: all ease .3s;
		transform: scaleX(0);
		transform-origin: left center;
		position: absolute;
		left: 0;
		top: 100%;
}

#menuab .nav-link:hover::after,
#menuab .nav-link.active::after  {
		transform: scaleX(.3);
}


#menuab .nav-sublink{
	padding-left: 1.5rem;
	font-weight: 100;
}

#menuab .social_icon{
	width: 35px;
	margin-top: 15px;
	display: block;
}

#menuab .social_icon g{
	opacity: 1!important;
}


#publicaciones_menu{
	z-index: 101;
	position: fixed;
	left: 0;
	width: 100vw;
	padding: 3.5rem 0;
	color: #fff;
	display: none;
}

#publicaciones_menu.alt{
	margin-top: 8rem;
	padding-bottom: 11rem;
}

#publicaciones_menu .overflow{
	overflow: auto;
	height: 100%;
}

#publicaciones_menu h3{
	text-transform: uppercase;
	font-size: 1.375rem;
	margin-bottom: 1.7rem;
}

#publicaciones_menu .btn,
.buttons-category .btn{
	padding-left: .5rem;
	padding-right: .5rem;
	width: 100%;
	margin-bottom: 2rem;
	font-size: 1rem;
}
#publicaciones_menu hr{
	margin-top: 1.5rem;
	margin-bottom: 3rem;
	border-top: solid 1px rgba(255,255,255,.4);

}
#publicaciones_menu .closeMenu{
	max-width: 35px;
	cursor: pointer;
	-ms-transform: translateY(-.5rem);
	transform: translateY(-.5rem);
}

#publicaciones_menu .closeMenu svg *{
	fill: #fff !important;
}

.animate {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden; /* Chrome and Safari */
	-moz-backface-visibility: hidden; /* Firefox */
	-ms-backface-visibility: hidden; /* Internet Explorer */
}

/** FOOTER */
footer {
	background: #313130;
	color: #fff;
	padding: 3rem 0;
	font-size: 1rem;
}

footer .logo{
	max-width: 150px;
	margin: 0 auto;
	margin-left: 0;
}
footer .logo svg * {
	fill: #fff !important;
}

footer h3{
	font-size: 1rem;
}

footer input#mail_newsletter{
	background-color: rgba(255,255,255,.1);
	border: none;
	font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.2em;
    padding: .7rem 1rem;
    height: auto;
    color: #fff;
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

/** CONTENT */
section:not(.main_container) {
	padding: 3.5rem 0;
}

#banner {
	width: 100%;
	height: calc(65vh - 2rem);
	min-height: 500px;
}

#banner > img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#banner h2{
	line-height: 1;
	margin-bottom: 2rem;
}
#banner h3{
	font-size: 1.5rem;
	font-weight: 100;
	margin-bottom: 0;
}

#banner .tarifa{
	position: relative;
	max-width: 600px;
	margin: 0 auto 0;
	padding: 2rem 1.5rem 3rem;
}
#banner .tarifa:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	mix-blend-mode: multiply;
	background-color: #be1521;
}
#banner .tarifa h1{
	font-size: 2.75rem;
	margin-bottom: 2rem;
	line-height: 1.1;
}
#banner .tarifa h1 span{
	font-size: .6em;
}
#banner .tarifa .precio{
	font-weight: 100!important;
}
#banner .tarifa .precio .pre{
	font-size: 1.5rem;
	margin-bottom: 0;
}
#banner .tarifa .precio h2{
	font-size: 6.3rem;
	line-height: 1;
	margin: 0;
}
#banner .tarifa .precio h2 small{
	font-size: .5em;
}
#banner .tarifa .precio h2 + p{
	font-size: 1.5rem;
	margin-bottom: 2rem;
}

#seleccion figure{
	max-width: 350px;
}
#seleccion ul{
	list-style-image: url("../img/list.svg");
	padding-left: 1.4em
}
#seleccion ul li {
	padding-left: .25em
}

.caracteristica + .caracteristica {
	padding-top: 8rem!important;
}
.caracteristica figure{
	max-width: 300px;
}

.caracteristica figure.big{
	max-width: 600px;
}
.caracteristica h4{
	margin-bottom: 1rem;
}

.caracteristica p{
	font-weight: 100;
	margin-bottom: 0;
}


.social a {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.social a:not(:last-child) {
	margin-right: .5rem;
}

.social a img,
.social a svg {
	display: block;
	width: 32px;
	height: 32px;
}

.slider_galeria{
	margin-bottom: 3rem;
}
.slider_galeria .carousel-inner .carousel-item>img {
	width: 100%;
}

.slider_galeria .carousel-caption {
	position: absolute;
	bottom: 10%;
	left: 10%;
	width: 80%;
	max-width: 400px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: left;
}

.slider_galeria .carousel-caption .caption1 {
	font-weight: 500;
	font-size: 3.5rem;
	line-height: 1;
	color: #fff;
	padding-top: 2rem;
}

.slider_galeria .carousel-caption .caption2 {
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 1.3;
	color: #fff;
	margin-top: 1rem;
}

.slider_galeria .carousel-control-next,
.slider_galeria .carousel-control-prev {
	width: 5%;
}

.slider_galeria .carousel-indicators {
	position: absolute;
	width: 200px;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 10px;
	padding: 0;
	margin: 0;
	background-color: rgba(255,255,255,.4);
	border-radius: 50px;
}

.slider_galeria .carousel-indicators li {
	height: 10px;
	background-color: #fff;
	margin: 0 !important;
    background-clip: initial !important;
    border: none;
    text-indent: -999px;
    cursor: pointer;
	border-radius: 50px;
    opacity: 0;
}

.slider_galeria .carousel-indicators li.active {
	background-color: #fff;
	opacity: 1 !important;
}

.slider_galeria .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23292b2c' viewBox='0 0 8 8'><path d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/></svg>");
}

.slider_galeria .carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23292b2c' viewBox='0 0 8 8'><path d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/></svg>");
}


.bloque_codigo_promocional{
	position: relative;
	overflow: hidden;
	padding: 3rem 0; 
	background: #800f19;
	background: -moz-linear-gradient(left,  #800f19 0%, #be1521 25%, #ff1f3a 50%, #be1521 75%, #800f19 100%);
	background: -webkit-linear-gradient(left,  #800f19 0%,#be1521 25%,#ff1f3a 50%,#be1521 75%,#800f19 100%);
	background: linear-gradient(to right,  #800f19 0%,#be1521 25%,#ff1f3a 50%,#be1521 75%,#800f19 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800f19', endColorstr='#800f19',GradientType=1 );
}

.bloque_codigo_promocional h1{
	color: #fff;
}

.bloque_codigo_promocional input,
.bloque_codigo_promocional h1,
.bloque_codigo_promocional button{
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}

.bloque_codigo_promocional input{
	background-color: rgba(0,0,0,.3);
	border: none;
	font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.2em;
    padding: .7rem 1rem;
    text-align: center;
    height: auto;
    color: #fff;
    width: 100%;
}

.bloque_codigo_promocional:before,
.bloque_codigo_promocional:after{
	content: url('../img/fondo_circulos.svg');
	position: absolute;
	width: 400px;
	z-index: 0;
	right: -5%;
	bottom: -10%;
}

.bloque_codigo_promocional:before{
	width: 550px;
	left: -5%;
	top: -10%;
	right: auto;
	bottom: auto;
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.bloque_codigo_promocional ::-webkit-input-placeholder{color:#fff}
.bloque_codigo_promocional :-moz-placeholder{color:#fff}
.bloque_codigo_promocional ::-moz-placeholder{color:#fff}
.bloque_codigo_promocional :-ms-input-placeholder{color:#fff}

.category_menu a{
	display: block;
	padding: .5rem 2rem;
	font-weight: 300;
	color: #838383 !important;
	position: relative;
	cursor: pointer;
}

.category_menu a:hover,
.category_menu a.active{
	color: #be1521 !important;
}

.category_menu a::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #be1521;
    transition: all ease .3s;
    transform: scaleX(0);
    transform-origin: center;
    position: absolute;
    left: 0;
    top: 100%;
}

.category_menu a:hover::after,
.category_menu a.active::after  {
    transform: scaleX(.5);
}

.content-items .slides_items-container{
	padding: 10px;
}
.content-items h4{
	font-size: 1.375rem;
	margin-bottom: 1.2em;
}

.content-items .item,
.grid_titulares .item{
	position: relative;
	overflow: hidden;
	border: solid 1px #eaeaea;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0);
	transition: all ease .75s;
}

.content-items .item:hover,
.grid_titulares .item:hover{
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.25);
}

.content-items .item .pd{
	padding: 1rem;
}

.content-items p{
	margin-bottom: 0;
}

.content-items p + p{
	font-size: 1rem;
}

.content-items .circle_precio{
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 80px;
	border-radius: 60%;
	-ms-transform: translate(30%, -30%);
	transform: translate(30%, -30%);
	-webkit-box-shadow: -2px 2px 4px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: -2px 2px 4px 0px rgba(0,0,0,0.35);
	box-shadow: -2px 2px 4px 0px rgba(0,0,0,0.35);
}

.content-items .precio{
	color: #fff;
	font-size: .95rem;
	text-align: right;
	font-weight: 500;
	position: absolute;
	right: 2%;
	top:3%;
	line-height: 1em;
}

.content-items .precio span{
	font-weight: 300;
	font-size: .9em;
}

.promociones_banner .banner{
	padding-top: 20%;
}

.alcance h1{
	font-size: 2.5rem;
	color: #000;
	margin-bottom: 3rem;
}

.alcance h1 span,
.alcance p{
	color: #fff;
}

.alcance p{
	margin-bottom: 2rem;
}

.banner.micro_banner{
	height: 300px;
	background: #be1521 no-repeat center;
	background-size: cover;
	color: #fff;
}


.filtering form{
	background-color: #eaeaea;
	padding: .5rem 1rem;
	border-radius: 3rem;
}

.filtering form input,
.filtering form button{
	border: none !important;
	display: block;
	width: 100%;
	height: auto;
	background-color: transparent !important;
	margin: 0 !important;
}

.filtering form button{
	max-width: 40px;
	padding: 0;
	border-radius: 60%;
}

.filtering form button svg *{
	fill: #989897!important;
}

.filtering form button svg .back{
	display: none;
}

.filtering .filters {
	margin-bottom: 5rem;
}

.filtering .filters .btn{
	margin-bottom: 30px;
	font-size: 1rem;
	padding-left: .5rem;
	padding-right: .5rem;
	width: 100%;
}

.grid_items .item,
.grid_titulares .item{
	margin-bottom: 30px;
}

.breadcrumbs{
	text-transform: uppercase;
	color: #838383;
	margin-bottom: 2rem;
}

.publicacion_details{
	color: #838383;
	font-size: 1rem;
}

.publicacion_details h2{
	font-weight: 100;
}

.publicacion_details .intro{
	margin-top: 3rem;
	font-size: 1.25rem;
}

.publicacion_details .offers{
	padding-top: 2rem;
	padding-bottom: 2rem;
	display: none;
}

.publicacion_details .offer {
	border: solid 1px #c1c1c1;
	padding: .5rem .1rem;
}

.publicacion_details .offer p{
	font-size: .9rem;
	margin: 0 auto;
}

.publicacion_details .offer .precio{
	font-size: 1.2em;
}

.publicacion_details .offer figure{
	max-width: 25px;
	margin-top: 1rem;
}

.publicacion_details .offer figure .back{
	display: none;
}

.publicacion_details .btn{
	width: 100%;
	padding-left: .5rem;
	padding-right: .5rem;
}

.regala_publicacion{
	background-color: #eaeaea;
	display: none;
}

.regala_publicacion input,
.regala_publicacion select,
.regala_publicacion textarea{
	height: auto;
	width: 100%;
	line-height: 1.2;
	padding: .7rem;
	background-color: #d6d6d6;
	border: none;
}

.select-css {
    display: block;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.2;
	padding: .7rem;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #838383;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23838383%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
    display: none;
}
.select-css:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 6px #000;
    box-shadow: 0 0 6px #000;
}
.select-css option {
    font-weight:normal;
}

#modalCarrito .modal-content{
	padding: 2rem 1rem;
}
#modalCarrito figure{
	max-width: 50px;
	margin-bottom: 1rem;
}
#modalCarrito .btn{
	padding-left: .5rem;
	padding-right: .5rem;
}

.grid_titulares .item .pd{
	padding: 1rem;
}

.grid_titulares .item p{
	font-size: 1rem;
}

.grid_titulares .item .pre-titular p{
	font-size: .9rem;
}

.grid-titulares .item h3{
	font-size: 1.5rem;
}


.toggleCalendario{
	max-width: 35px;
	cursor: pointer;
	position: relative;
}

.toggleCalendario .back{
	opacity: 0!important;
	transition: opacity ease .5s;
}

.toggleCalendario:hover .back{
	opacity: .27!important;
}
.toggleCalendario .datepicker_square{
	position: absolute;
	right: 0;
	top: 90%;
	width: auto;
	z-index: 30;
	display: none;
}

.toggleCalendario .datepicker_square .linea_vert{
	height: 50px;
	width: 0;
	border-left: solid 2px #be1521;
	margin-right: 16px;
	margin-left: auto;
}

.toggleCalendario .datepicker{
	width: auto;
	background-color: #fff;
	padding: 1.5rem;
	border: solid 2px #be1521;
}

.datepicker a{
	padding: 0;
}

.datepicker .ui-datepicker-prev, .datepicker .ui-datepicker-next {
    text-indent: 100%;
    width: 30px;
    height: 1rem;
    overflow: hidden;
    background: url(../img/icons/calendar_arrow.svg) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    padding: 0;
}

.datepicker .ui-datepicker-prev{
	float: left;
}

.datepicker .ui-datepicker-next{
	float:right;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.datepicker .ui-datepicker-title{
	margin-bottom: 1rem;
}

.datepicker th {
	padding: 5px 6px;
}


.datepicker .ui-state-default{
	color: #1c1c1b!important;
}

.datepicker .ui-datepicker-unselectable.ui-state-disabled .ui-state-default{
	color: #c1c1c1 !important;
}

.datepicker .ui-state-default.ui-state-active{
	color: #be1521!important;
}


.titular_details h3{
	color: #1c1c1b;
	margin-top: 3rem;
}

.canjea_codigo .banner{
	height: 85vh;
	position: relative;
	color: #fff;
}
.canjea_codigo .banner .botones_top .btn:not(.visible){
	opacity: .4;
}
.canjea_codigo .banner .botones_top .btn:hover{
	opacity: 1!important;
}
.canjea_codigo .banner .fondo{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background: #fff no-repeat center;
}
.canjea_codigo .banner .fondo_papel{
	display: none;
}

.canjea_codigo .banner input,
.canjea_codigo .banner button{
	width: 350px;
}

.canjea_codigo .banner .btn-red:hover,
.canjea_codigo .banner .btn-red.focus,
.canjea_codigo .banner .btn-red:focus,
.canjea_codigo .banner .btn-red:not(:disabled):not(.disabled).active,
.canjea_codigo .banner .btn-red:not(:disabled):not(.disabled):active,
.canjea_codigo .banner .btn-red:not(:disabled):not(.disabled).active:focus,
.canjea_codigo .banner .btn-red:not(:disabled):not(.disabled):active:focus{
	color: #fff!important;
}

.canjea_codigo .banner input,
.canjea_codigo .banner select{
	background-color: transparent;
	border: solid 1px #fff;
	height: auto;
	text-align: center;
	padding: 1rem .5rem;
	color: #fff;
	line-height: 1.2;
}

.canjea_codigo .banner ::-webkit-input-placeholder{color:#fff}
.canjea_codigo .banner :-moz-placeholder{color:#fff}
.canjea_codigo .banner ::-moz-placeholder{color:#fff}
.canjea_codigo .banner :-ms-input-placeholder{color:#fff}

.canjea_codigo .banner .content_papel{
	display: none;
}

.canjea_codigo .tarjeta{
	max-width: 600px;
	margin: 0 auto 2rem;
}

.canjea_codigo .tarjeta_regalo p{
	max-width: 300px;
	margin-bottom: 2rem;
}

.canjea_codigo section {
	padding: 7rem 0;
}

.canjea_codigo h1{
	font-weight: 600;
	font-size: 3.125rem;
	text-transform: uppercase;
}

.canjea_codigo .regala_publicacion textarea{
	height: 200px;
}




.estaticos {
	text-align: left;
	padding: 4rem 0;
}

.estaticos h1:not(:first-child),
.estaticos h2:not(:first-child) {
	margin-top: 4rem;
}

.estaticos p,
.estaticos li {
	text-align: justify;
	font-size: 1rem;
}

.estaticos p,
.estaticas ul,
.estaticos ol {
	margin-bottom: 2rem;
}

.estaticos img,
.estaticos svg,
.estaticos video {
	max-width: 100%;
}

[class*="shape-content-"] {
	position: relative;
	padding-left: 55px;
	margin-top: 25px;
	margin-bottom: 20px;
}

[class*="shape-content-"]:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -25px;
	width: 44px;
	height: 51px;
	background: url('../img/marker.png') center center no-repeat;
	color: #fff;
	font-size: 30px;
	line-height: 51px;
	text-align: center;
}

.shape-content-a:before {content: 'A'}
.shape-content-b:before {content: 'B'}
.shape-content-c:before {content: 'C'}
.shape-content-d:before {content: 'D'}
.shape-content-e:before {content: 'E'}
.shape-content-f:before {content: 'F'}
.shape-content-g:before {content: 'G'}
.shape-content-h:before {content: 'H'}
.shape-content-i:before {content: 'I'}
.shape-content-j:before {content: 'J'}
.shape-content-k:before {content: 'K'}
.shape-content-l:before {content: 'L'}
.shape-content-m:before {content: 'M'}
.shape-content-n:before {content: 'N'}
.shape-content-ñ:before {content: 'Ñ'}
.shape-content-o:before {content: 'O'}
.shape-content-p:before {content: 'P'}
.shape-content-q:before {content: 'Q'}
.shape-content-r:before {content: 'R'}
.shape-content-s:before {content: 'S'}
.shape-content-t:before {content: 'T'}
.shape-content-u:before {content: 'U'}
.shape-content-v:before {content: 'V'}
.shape-content-w:before {content: 'W'}
.shape-content-x:before {content: 'X'}
.shape-content-y:before {content: 'Y'}
.shape-content-z:before {content: 'Z'}
.shape-content-1:before {content: '1'}
.shape-content-2:before {content: '2'}
.shape-content-3:before {content: '3'}
.shape-content-4:before {content: '4'}
.shape-content-5:before {content: '5'}
.shape-content-6:before {content: '6'}
.shape-content-7:before {content: '7'}
.shape-content-8:before {content: '8'}
.shape-content-9:before {content: '9'}
.shape-content-0:before {content: '0'}

.errorpage {
	padding: 80px 0;
}

.errorpage figure {
	max-width: 500px;
	margin: 0 auto;
}


/** LOGIN */
.login-page {
	height: 100%;
}

.login-page form {
	max-width: 250px;
	margin: 0 auto;
}

.login-page input,
.login-page button {
	width: 100%;
}

.forgot-pass {
	margin-top: 1.5rem;
	font-size: .8rem;
}

.forgot-pass + .forgot-pass {
	margin-top: .3rem;
}


/** COOKIES */
.show_cookies {
	position: fixed;
	top: auto;
	bottom: -300px;
	left: auto;
	right: 30px;
	width: calc(100% - 60px);
	z-index: 99;
	font-weight: 300;
	font-size: .8rem;
	text-align: left;
	text-transform: none;
	background: #fff;
	color: #000;
	border: 3px solid #be1521;
	padding: 20px;
	-webkit-transition: all .8s cubic-bezier(.2,.45,.42,1.28);
	transition: all .8s cubic-bezier(.2,.45,.42,1.28);
}

.show_cookies.mostrar {
	bottom: 30px;
}

.show_cookies.ocultar {
	display: none;
}

.show_cookies>div {
	display: inline-block;
	vertical-align: middle;
}

.show_cookies>div:first-child {
	width: 58%;
	padding-right: 10px;
	border-right: 1px solid #be1521;
}

.show_cookies>div.cookies_actions {
	width: 40%;
	padding-left: 10px;
	text-align: center;
}

.show_cookies>div.cookies_actions button {
	background: #be1521;
	color: #fff;
	line-height: 50px;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
	padding: 0 20px;
	margin: 0 0 5px;
	border: 0;
	outline: 0;
	cursor: pointer;
}

.show_cookies>div.cookies_actions a {
	display: block;
	color: #000;
	font-size: .7rem;
	text-decoration: none;
}

.show_cookies>div.cookies_actions a:hover {
	text-decoration: underline;
}


/** RECAPTCHA */
.grecaptcha-badge {
	z-index: 999;
	right: -386px !important;
}

.grecaptcha-badge.show {
    right: -186px !important;
}

/* 5ª COLUMNA. 12/5 = 2.4 (.col-2.4) */
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-2dot4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}




.issues-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.issue{
    margin: 0.3vmin;
}

.issuePromoted
{
	width: 230px;
    height: 325px;
}


.prePromoted
{
	font-size: 1.4rem;
}


/*
* Media promoted issue heigh fix
*/

@media screen and (max-height: 1318px){

	.issuePromoted
	{
		width: 148px;
		height: 210px;
	}
}

@media screen and (max-height: 1143px){
	#banner .tarifa h1{
		font-size: 2rem;
		margin-bottom: 1rem;
		line-height: 0.5;
	}
	#banner .tarifa h1 span{
		font-size: .3em;
	}
	#banner .tarifa .precio{
		font-weight: 70!important;
	}
	#banner .tarifa .precio h2{
		font-size: 3.3rem;
	}
}

@media screen and (max-height: 1000px){
	.issuePromoted
	{
		width: 123px;
		height: 170px;
	}
	.prePromoted{
		margin-bottom: -7px;
	}
}


@media (min-width: 540px) {
	.col-sm-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 720px) {
	.col-md-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 960px) {
	.col-lg-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 1140px) {
	.col-xl-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}



@media(max-width: 1461px) {
	.purchase{
		top: 100px;
	}
	.details{
		top: 150px;
	}
}

@media(max-width: 1150px){
	.chooseframe,.carritoframe{
		width: 45%;
	}
}
@media(max-width: 1000px){

	.chooseframe,.carritoframe{
		width: 55%;
		padding: 25px;
	}
	#menu-seleccion-prensa{
		display: none;
	}
	#menu-seleccion-revistas{
		display: none;
	}
	#menu-seleccion-extras{
		display: none;
	}
	.menu-seleccion{
		right: -140px;
	}
}

@media(max-width: 768px) {
	.chooseframe,.carritoframe{
		width: 65%;
	}
	.desktop_only { display: none};

	.purchase{
		top: 100px;
	}
	.details{
		top: 150px;
	}

	/* contenido */
	.conte-blanco-int .conte100rojo {
		width: 94%;
		margin-left: 2.99683%;
	}

	.cuadro-interior1 .img-interior {
		float: left;
		margin-top: 15px;
		margin-right: 0;
		margin-left: 15.39164%;
	}
	/* fin contenido */

	
}

@media(max-width: 620px) {

	.issuePromoted
	{
		width: 123px;
		height: 170px;
	}
	
	.chooseframe,.carritoframe{
		width: 85%;
	}

	.desktop_only { display: none};

	.button-capa{
		top: 96%;
	}
	.purchase{
		left: 0px;
		top: auto;
		bottom: 0;
	}
	.details{
		left: 120px;
		top: auto;
		bottom: 0;
	}

	/* contenido */
	#principal .conte-blanco .conte-blanco-int {
		font-size: 1.5em;
	}

	.conte-blanco-int .conte100rojo {
		width: 90%;
		margin-left: 5%;
	}

	.cuadro-interior1 .img-interior {
		float: none;
		width: 60%;
		margin-top: 0;
		margin-right: auto;
		margin-left: auto;
	}
	/* fin contenido */

	
}

@media(max-width: 480px) {

	
	.chooseframe,.carritoframe{
		width: 95%;
		padding: 15px;

	}
	.carritoframe .carritoprices table tr td{
		font-size: 0.8em;
	}

	.desktop_only { display: none};

	/* aviso cookies */
	.cookillian-alert {
		font-size: 12px;
		line-height: 1em;
	}
}

/** Iphone 6 es 375px */
@media(max-width: 350px) {

	.issuePromoted
	{
		width: 100px;
		height: 131px;
	}
	.chooseframe,.carritoframe{
		width: 100%;
	}
	.carritoframe .carritoprices table tr td{
		font-size: 0.8em;
	}
	.chooseOptionA, .chooseOptionB{
		font-size: 0.8em;
	}
	.carritoframe .chooseOptionA img{
		display: none;
	}
}
@media(max-width: 360px) {
	.desktop_only { display: none};

	.errorframe {
		background-color: white;
		color: black;
		font-size: 1.3em;
		border: 2px solid rgb(193, 42, 58);
		padding: 30px;
		border-radius: 10px;
		display: none;
		position: fixed;
		top: 50%;
		left:  50%;
		z-index: 300;
		margin-right: auto;
		margin-left: auto;
	}

	.errorframe .errorclose
	{
		background-color: rgb(193, 42, 58);
		color: white;
		padding: 3px 5px 3px 5px;
		border: 0;
		cursor: pointer;
		width: 100px;
		margin-right: auto;
		margin-left: auto;
		position: absolute;
		bottom: 20px;
		right: 30px;
		border-radius: 5px;
		float:right;

	}

	.infoframe {
		background-color: white;
		color: black;
		font-size: 1.3em;
		border: 2px solid rgb(193, 42, 58);
		padding: 30px;
		border-radius: 10px;
		display: none;
		position: fixed;
		top: 120px;
		left: 0px;
		z-index: 300;
		margin-right: auto;
		margin-left: auto;
	}

	.infoframe .infoclose
	{
		background-color: rgb(193, 42, 58);
		color: white;
		padding: 3px 5px 3px 5px;
		border: 0;
		cursor: pointer;
		width: 100px;
		margin-right: auto;
		margin-left: auto;
		position: absolute;
		bottom: 20px;
		right: 30px;
		border-radius: 5px;
		float:right;

	}

	.infoframe .infosubmit
	{
		background-color: #48db57;
		color: white;
		padding: 3px 5px 3px 5px;
		border: 0;
		cursor: pointer;
		width: 100px;
		margin-right: auto;
		margin-left: auto;
		position: absolute;
		bottom: 20px;
		left: 30px;
		border-radius: 5px;
		float:left;
		display: block;
	}

	
}


/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 */
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}


/** MEDIA QUERIES **/
@media (min-width: 500px) {
	header .button_submenu:after { top: 250%; }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.canjea_codigo .banner { height: 85vh; }
	.scrolltop { margin-top:-10px; }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#publicaciones_menu .closeMenu { -ms-transform: translateY(.5rem); transform: translateY(.5rem); }
	#menuab { position: fixed; height: 100vh; }
	#menuab .darkBack > .container { padding-top: 3rem; padding-bottom: 3rem; }
	section:not(.main_container) { padding-top: 4rem; padding-bottom: 4rem; }
	.item-buscador p { font-size: 1.125rem }
	.scrolltop { bottom:5vw;right:5vw;width:5vw;height:5vw;padding:1vw; }
	.populares art, .legalAdvertiment, .estrecho { padding-left: 4rem; padding-right: 4rem; }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	section:not(.main_container) { padding-top: 6rem; padding-bottom: 6rem; }
	#show_menu_alt { display: none; }
	header { height: calc(2rem + 45px) !important; overflow: visible !important; }
	header .logo {max-width: 150px; height: auto; }
	header .logo a, header .logo img, header .logo svg { width: 100%; height: auto; }
	header .button_submenu:after { top: 120%; }
	#publicaciones_menu .closeMenu { -ms-transform: translateY(1rem); transform: translateY(1rem); }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#buscador-inteligente.show, #buscador-int { width: 730px; }
	.populares art, .legalAdvertiment, .estrecho { padding-left: 8rem; padding-right: 8rem; }
}
@media (max-width: 1200px) {
	header .icons figure{width: 33px;}
	header .logo{width: 110px;}
}
@media (max-width: 992px) {
	header .enlaces_center .enlace{font-size: 1rem;}
	header .button_submenu:after{display: none;}
	header .icons figure{width: 32px;}
	#buscador-inteligente.show, #buscador-int{max-width: 440px;}
	.botones_top .btn{width: 100%;}

}

@media (max-width: 768px){
	#buscador-inteligente{top:137%;right:auto;left:200%;transition: width .3s linear, transform .1s linear .3s;}
	#buscador-int{right:auto;left:200%;top:180%;-ms-transform:translateX(-80%);transform:translateX(-80%);width: calc(100vw - 30px);max-width: 540px;}
	#buscador-inteligente.show{-ms-transform:scale(1) translateX(-80%);transform:scale(1) translateX(-80%);transition: width .3s linear;width: calc(100vw - 30px);max-width: 540px;}
	header{transition: padding-bottom ease .3s;transition-delay: .3s;}
	header.pd{padding-bottom: calc(1rem + 42px);transition-delay: 0s;}
	.canjea_codigo .tarjeta_regalo p{margin: 0 auto 2rem;}
	#banner{height: calc(90vh - 2rem);}
	#banner h2{font-size: 2.5rem!important;}
	#banner h2 .xxl{font-size: 3.5rem!important;}
	#banner .tarifa .precio h2{font-size: 6rem!important;}
	#ventajas figure{max-width: 100px;}
}


@media(max-width: 620px) {
	.banner > img {height: 100px;width: auto;max-width: none;}
	#publicaciones_menu{height:100vh!important;top:0!important;padding:1.5rem 0;z-index:999;}
	
}

@media(max-width: 576px){

	header .logo{width: 85px;}
	header .icons figure {width: 28px;}
	aside{transform: scaleX(0);-ms-transform: scaleX(0);transition: all ease .3s;transform-origin: center left;-ms-transform-origin: center left;position: fixed!important;left: 0;z-index: 10;height: 100%;}
	aside.visible{transform: scaleX(1);-ms-transform: scaleX(1);}
	#buscador-inteligente.show,#buscador-int{width: 90vw;}
	#menuab .social_icon{display: inline-block;margin: 15px 10px 0;}
	.btn,.softbutton,.softbutton-read,.chooseOptionA,.chooseOptionB{padding:.5rem 1rem;width:100%;}
	.category_menu{padding: 0 0 1rem!important;}
	.wrapper_search {width: 100%;}
	.button-capa {border-top-left-radius: 6px;border-bottom-left-radius: 6px;}
	.bx-wrapper .bx-controls{display: none;}
	.bx-wrapper {padding-left: 0!important;padding-right: 0!important;}
	#publicaciones_menu .btn {margin-bottom:1.5rem;}
	.buttons-category .btn{margin-bottom:1rem;padding: .7rem 15px;}
	.buttons-category .button_cats_r:first_child .btn,
	.buttons-category .button_cats_p:first_child .btn{margin-top:1rem;border-top: solid 1px #cecece;}
	#publicaciones_menu .overflow {height: calc(100% - 1.5rem);}
	.menu-header .logo{display: none;}
	#menuab .darkBack + .container{padding-top: 4rem;}
	#buscador-int:not(:empty){height:56vh;}
	.banner{max-height:130px;}
	.banner > img{height: 200px;}
	.banner figcaption h1{font-weight: 500;font-size: 1.5rem;}
	.toggleCalendario .datepicker_square{left: 50%;right: auto;width: 95vw;-ms-transform: translateX(-50%);transform: translateX(-50%);}
	.toggleCalendario .datepicker{width: 100%;padding: 1rem;}
	.toggleCalendario .datepicker_square .linea_vert {height: 20px;margin-right: calc(50% - 1px);}
	.populares art, .legalAdvertiment{font-size:.7rem;text-align: justify;padding: 0;}
	.capa, .capa-aniadir, .detalles-micarpeta{background-color: #be1521;}
	.category_menu figure{width: 30px;margin: 0 auto;}
	.category_menu a:not(.btn){padding: .5rem;}
	header .button_submenu.active:after, header .user_options.active:after{display: none;}
	.canjea_codigo .banner{height: auto;min-height: 85vh}
	.canjea_codigo h1{font-size: 2rem;}
	.bg-img{padding: 3rem 0;height: auto;}
	.item-capa figure,
	.conte-img-item1 figure{max-height:225px;}
	.inputTextFiltro{border-radius: 0 !important;}
	.category_menu a:not(.btn):not(.ui-datepicker-next):not(.ui-datepicker-prev){padding: .5rem 0;margin-bottom: 2rem;}


	#banner{height: calc(98vh - 2rem);}
	#banner h2{margin-bottom: 1rem;font-size: 2rem!important;}
	#banner h3{font-size: 1.15rem;}
	#banner .tarifa{padding: 2rem 1rem;margin-top: 2rem;max-width: 100%;}
	#banner .tarifa h1{font-size: 2.35rem;margin-bottom: 1rem;}
	#banner .tarifa .precio h2{font-size: 6rem!important;}

}

@media(max-width: 370px){
	header .icons figure{margin: 0 3px;}
}