@charset "UTF-8";

/*  RESET
	========================================================================== */
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, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

b, strong {
	font-weight: bold;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

html {
	font-family: sans-serif;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.25em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

pre {
	overflow: auto;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

legend {
	border: 0;
	padding: 0;
}

optgroup {
	font-weight: bold;
}

td, th {
	padding: 0;
}

a {
	background: transparent;
	text-decoration: none;
}

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

::selection {
	background: #6a6a6a;
	color: #f5f5f5;
	text-shadow: 1px 1px 1px #060606;
}

::-moz-selection {
	background: #6a6a6a;
	color: #f5f5f5;
	text-shadow: 1px 1px 1px #060606;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.5;
	font-family: inherit;
}

:-moz-placeholder {
	color: inherit;
	opacity: 0.5;
	font-family: inherit;
}

::-moz-placeholder {
	color: inherit;
	opacity: 0.5;
	font-family: inherit;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 0.5;
	font-family: inherit;
}

button, .btn:hover {
	cursor: pointer;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



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


/*  DEFAULT & BASIC STYLES
	========================================================================== */
html,
body {
	font: 400 62.5%/1 Montserrat, sans-serif;
}

body {
	background: #fff;
	color: #000;
	font-size: 100%;
}

main,
header,
section,
footer,
nav,
.container,
a {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.container:before,
.container:after,
nav:before,
nav:after,
main:before,
main:after,
header:before,
header:after,
section:before,
section:after,
footer:before,
footer:after,
.cf:before,
.cf:after {
	display: table;
	content: " ";
}

.container:after,
nav:after,
main:after,
header:after,
section:after,
footer:after,
.cf:after {
	clear: both;
}

.container {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	width: 100%;
}

img {
	display: inline-block;
	height: auto !important;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}


.dib {
	display: inline-block;
}



.dfc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


/*  ==========================================================================
	CONTENT 
	========================================================================== */

.header {
	background: #0070b4;
	border-bottom: 4em solid #dc3142;
	padding: 2em 0;
}

.navbar {
	display: block;
	margin: 0 0 0 auto;
	text-align: right;
}

.navbar a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.navbar a:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.navbar a+a {
	margin-left: 1em;
}

.navbar a img {
	display: block;
	max-height: 4.1em;
	width: auto !important;
}




.section--intro {
	background: url('../images/bg-intro.png') no-repeat center center #fff;
	border: 0.8em solid #fff;
	border-left: none;
	border-right: none;
	padding: 7em 0;
	text-align: center;
}

.logo {
	margin: 0 auto 1em;
	max-width: 80%;
}

.logo img {
	display: block;
}

.intro-legales {
	font: 1.934em/1.2 "HelveticaNeueLTStdCn", sans-serif;
	margin-bottom: 1em;
}


.btn {
	background: #d81f29;
	background: rgba(216, 31, 41, 0.75);
	color: #fff;
	display: inline-block;
	font-weight: bold;
	font-size: 4.421em;
	line-height: 1;
	padding: 0.3em 3em;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.btn::before,
.btn {
	-webkit-border-radius: 0.5em 0 0.5em 0;
	-moz-border-radius: 0.5em 0 0.5em 0;
	border-radius: 0.5em 0 0.5em 0;
}

.btn::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.9, 0.1, 1);
	transform: scale3d(0.9, 0.1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity .4s;
	transition: transform 0.4s, opacity .4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.btn:hover {
	background: #d81f29;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.btn:focus,
.btn:active,
.btn:active {
	outline: none;
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}

.btn::after {
	content: '';
	position: absolute;
	top: -50%;
	right: -50%;
	bottom: -50%;
	left: -50%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(229, 172, 142, 0)));
	background: -o-linear-gradient(top, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
	background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
	-webkit-transform: rotateZ(60deg) translate(-7.5em, 10em);
	-ms-transform: rotate(60deg) translate(-7.5em, 10em);
	transform: rotateZ(60deg) translate(-7.5em, 10em);
	-webkit-transition: visibility 0.1s ease-out, opacity 0.1s ease-out;
	-moz-transition: visibility 0.1s ease-out, opacity 0.1s ease-out;
	-ms-transition: visibility 0.1s ease-out, opacity 0.1s ease-out;
	-o-transition: visibility 0.1s ease-out, opacity 0.1s ease-out;
	transition: visibility 0.1s ease-out, opacity 0.1s ease-out;
	opacity: 0;
	visibility: hidden;
}

.btn:hover::after {
	opacity: 1;
	visibility: visible;
}

.btn:hover::after,
.btn:focus::after {
	-webkit-animation: shine 0.5s forwards;
	animation: shine 0.5s forwards;
}

@-webkit-keyframes shine {
	100% {
		-webkit-transform: rotateZ(60deg) translate(3em, -14em);
		transform: rotateZ(60deg) translate(3em, -14em);
	}
}

@keyframes shine {
	100% {
		-webkit-transform: rotateZ(60deg) translate(3em, -14em);
		transform: rotateZ(60deg) translate(3em, -14em);
	}
}






.section--contacto {
	background: #58b2e0;
	color: #fff;
	padding-bottom: 4em;
}

.section--contacto .dfc {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.contacto-titulo {
	background: url('../images/bg-titulo-oficinas.png') center top transparent;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	color: #112e8f;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	font-size: 2.364em;
	font-weight: bold;
	line-height: 1;
	margin: 0 auto 2em;
	padding: 0.8em 3em 2.7em;
	position: relative;
	top: -0.1em;
	text-align: center;
	text-transform: uppercase;
}

.contacto-titulo--atencion-online {
	background-image: url('../images/bg-titulo-contacto.png');
}


.contacto-medios,
.oficina {
	border-left: 0.2em solid #fff;
	display: inline-block;
	padding-left: 1.5em;
	vertical-align: top;
}

.oficina {
	width: 49%;
}

.oficina__titulo {
	background: url('../images/icon-ubicacion.png') no-repeat left 0.2em transparent;
	-webkit-background-size: auto 1.44em;
	-moz-background-size: auto 1.44em;
	-o-background-size: auto 1.44em;
	background-size: auto 1.44em;
	color: #112e8f;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -0.1px;
	letter-spacing: -0.01em;
	margin: 0 auto 1em;
	padding-left: calc(23px + 0.2em);
	text-transform: uppercase;
}

.oficina__datos {
	color: #fff;
	font-size: 1.7em;
	line-height: 1.2;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.oficina__subtitulo {
	font-weight: bold;
	display: block;
}

.oficina__datos+.oficina__datos {
	margin-top: 0.5em;
}


.contacto-logo {
	max-width: 300px;
}

.contacto-logo img {
	display: block;
	margin-bottom: 2em;
}

.contacto-telefono {
	background: url('../images/icon-telefono-2x.png') no-repeat 0.33em 0.2em transparent;
	-webkit-background-size: auto 3em;
	-moz-background-size: auto 3em;
	-o-background-size: auto 3em;
	background-size: auto 3em;
	font-weight: bold;
	margin: 0 auto 1.6em;
	padding-left: calc(20px + 1.5em);
}

.telefono--lg {
	color: #112e8f;
	font-size: 2.611em;
	text-transform: uppercase;
}

.contacto-social,
.contacto-email,
.telefono-horario {
	font-size: 1.382em;
}


.contacto-email {
	margin-bottom: 1.1em;
}

.link,
.contacto-email a {
	color: #fff;
	display: block;
}

.contacto-social a,
.contacto-email img,
.contacto-email span {
	display: inline-block;
	vertical-align: middle;
}

.contacto-email img {
	max-width: 27px;
	margin-right: 0.3em;
}


.link,
.contacto-social a {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.contacto-social a {
	margin-left: 0.5em;
}

.link:hover,
.contacto-social a:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.contacto-social img {
	max-width: 27px;
}

.link span,
.link:hover,
.link {
	text-decoration: underline;
}


.container--center {
	text-align: center;
}

.contacto-medios {
	width: 100%;
}

.contacto__boton {
	margin-bottom: 2em;
}

.btn--sm {
	border-radius: 0.25em;
	font-size: 3em;
	padding: 0.6em 1em;
}


.footer {
	background: #f7f7f7;
	color: #000;
	padding-top: 5em;
}

.footer .dfc {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	align-items: flex-start;
}

.footer__coopeviajes,
.footer__enlaces-interes {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-bottom: 5em;
}

.footer-title {
	color: #112E8F;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.footer-list li {
	background: url('../images/icono-flecha-derecha.png') no-repeat left 0.175em transparent;
	-webkit-background-size: auto 1em;
	-moz-background-size: auto 1em;
	-o-background-size: auto 1em;
	background-size: auto 1em;
	color: #000;
	display: block;
	font-size: 1.4em;
	line-height: 1.5;
	margin-bottom: 0.5em;
	padding-left: calc(14px + 0.1em);
}

.footer-list li a {
	color: #000;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.footer-list li a.dib {
	display: inline;
}

.footer-list li a:hover {
	color: #112E8F;
}




.lightbox-titulo {
	border-bottom: 1px solid #ddd;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.25em;
	padding-bottom: 0.25em;
}

.lightbox-texto {
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1.2;
}

.lightbox-texto p {
	margin-bottom: 1em;
}

.btn--lightbox {
	font-size: 1.5em;
}



.footer-logos {
	margin: 0 auto 7em;
	text-align: center;
	width: 100%;
}

.footer-logos span,
.footer-logos a {
	display: inline-block;
	vertical-align: middle;
}

.footer-logos span+a,
.footer-logos span+span,
.footer-logos script+a,
.footer-logos a+a {
	margin-left: 2em;
}

.footer-logos span img,
.footer-logos a img {
	max-height: 6em;
	width: auto !important;
}

.footer-logos .logo-lg img {
	max-height: 10em;
}




.footer-legales {
	background: #0061a3;
	color: #fff;
	font-size: 1.4em;
	line-height: 1.5;
	font-weight: bold;
	padding: 1.5em 1em 2.5em;
	text-align: center;
}






.footer-suscribite {
	background: #ea364c none repeat scroll 0 0;
	border-top: 1px solid #fff;
	bottom: 0;
	color: #fff;
	font-size: 1.2em;
	left: 0;
	position: fixed;
	right: 0;
	padding: 0.4em 1em;
	text-align: center;
	z-index: 9000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer-suscribite:hover {
	background: #ec4d61;
}

.footer-suscribite a {
	color: #fff;
	display: block;
}

.footer-suscribite .footerBarFixedBtn::before,
.footer-suscribite .footerBarFixedBtn {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.footer-suscribite .footerBarFixedBtn {
	background: #0061a3;
	-webkit-border-radius: 0 0.8em 0 0.8em;
	-moz-border-radius: 0 0.8em 0 0.8em;
	border-radius: 0 0.8em 0 0.8em;
	font-weight: 500;
	margin-left: 0.5em;
	font-size: 0.9em;
	padding: 0.25em 1em;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	letter-spacing: -0.25px;
	letter-spacing: -0.025em;
	z-index: 1;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}

.footer-suscribite:hover .footerBarFixedBtn {
	background: #007fd6;
}

.footer-suscribite .footerBarFixedBtn,
.footer-suscribite .fa,
.footer-suscribite .footerBarFixedBtn:hover,
.footer-suscribite .footerBarFixedBtn:hover .fa {
	color: #fff;
}

.footer-suscribite::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.35, 1, 1);
	transform: scale3d(0.35, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity .4s;
	transition: transform 0.4s, opacity .4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.footer-suscribite:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*  ==========================================================================
	MEDIA QUERIES 
	========================================================================== */

@-ms-viewport {
	width: device-width;
}


@media only screen and (min-width:580px) {
	.footer-suscribite .tttSm {
		text-transform: lowercase;
	}

	.footer-suscribite .tttSm+.hideSm {
		margin-left: 0.2em;
	}
}

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

	.contacto-medios,
	.oficinas,
	.contacto-titulo {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-ms-flex-item-align: start;
		align-self: flex-start;
		width: 62%;
	}

	.container--center .contacto-titulo {
		margin-bottom: 1em;
	}

	.oficinas {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.contacto-medios,
	.contacto-titulo--atencion-online {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 36%;
	}

	.contacto-medios {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
}

@media only screen and (min-width:1920px) {
	.section--intro {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

@media only screen and (max-width:1199px) {
	.btn--sm {
		font-size: 2.7em;
	}
}

@media only screen and (max-width:1099px) {
	.container {
		max-width: 750px;
	}

	.section--contacto .container {
		text-align: center;
	}

	.section--contacto .dfc {
		display: block;
	}

	.oficinas {
		margin-bottom: 6em;
	}

	.contacto-medios,
	.oficina {
		text-align: left;
	}

	.contacto-titulo {
		padding-left: 2em;
		padding-right: 2em;
		width: auto;
	}

	.container--center .contacto-titulo {
		padding-left: 1em;
		padding-right: 1em;
	}

	.contacto-titulo--atencion-online {
		margin-right: 1.8em;
	}
}

@media only screen and (max-width:767px) {
	.container {
		max-width: 560px;
	}

	.header {
		border-bottom-width: 3em;
		padding: 1.5em 0;
	}

	.section--intro {
		padding: 5em 0;
	}

	.logo {
		max-width: none;
	}

	.btn {
		font-size: 3.7em;
	}

	.btn--sm {
		font-size: 2em;
	}

	.btn--lightbox {
		font-size: 2.45em;
	}

	.contacto-titulo--atencion-online {
		margin-right: auto;
		margin-bottom: 1em;
	}
}

@media only screen and (max-width:579px) {
	.container {
		max-width: 460px;
	}

	.header {
		border-bottom-width: 2em;
		padding: 1em 0;
	}

	.navbar a img {
		max-height: 3em;
	}

	.section--intro {
		padding: 3.5em 0;
	}

	.logo {
		margin-bottom: 0.5em;
	}

	.intro-legales {
		font-size: 1.6em;
	}

	.btn {
		font-size: 3em;
	}

	.btn--lightbox {
		font-size: 2em;
	}

	.btn--sm {
		font-size: 2.4em;
	}

	.contacto-titulo {
		margin-bottom: 1em;
	}

	.footer-suscribite .hideSm {
		display: none;
	}

	.footer .dfc {
		justify-content: flex-start;
	}

}

@media only screen and (max-width:479px) {
	.container {
		max-width: 310px;
	}

	.intro-legales {
		font-size: 1.9em;
	}

	.btn {
		font-size: 3em;
		padding-left: 1em;
		padding-right: 1em;
	}

	.btn--lightbox {
		font-size: 2em;
	}

	.btn--sm {
		font-size: 2.1em;
	}

	.contacto-titulo {
		font-size: 2em;
		margin-bottom: 0.5em;
		padding: 0.6em 2em 2.7em;
	}

	.oficina {
		margin-bottom: 2em;
		width: 100%;
	}

	.footer__coopeviajes,
	.footer__enlaces-interes {
		min-width: 240px;
	}

	.footer-suscribite {
		letter-spacing: -0.5px;
		letter-spacing: -0.05em;
	}
}