.sala-prensa--login {
	background-image: url('https://suzuki-auto.s3.eu-west-1.amazonaws.com/auto19/img/prensa/bg-login-prensa.jpg');
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: right;
}
.box-section--prensa {
	width: 100%;
	max-width: 1200px;
	margin: 4em auto 0;
	padding: 2rem;
	color: white;
}
.box-section--prensa h1, .box-section--prensa .mod-login--prensa h2 {
	font-family: "suzuki-headline";
	text-transform: uppercase;
	line-height: 2.5rem;
	font-size: 3.2rem;
	margin-bottom: 1.5rem;
}
.box-section--prensa h1 {
	margin-bottom: 5rem;
}
.box-section--prensa h1 span, .box-section--prensa .mod-login--prensa h2 span {
	font-family: "suzuki-headline";
	text-transform: uppercase;
	font-size: 1.5rem;
}
.mod-login--prensa {
	width: 100%;
	max-width: 575px;
	background-color: white;
	padding: 3rem 3rem 1.5rem;
	margin-bottom: 2rem;
}
.mod-login--prensa h2, .mod-login--prensa p, .mod-login--prensa li, .mod-login--prensa a {
	color: #999999;
}
.mod-login--prensa p {
	font-size: 0.875rem;
}
.mod-login--prensa ul {
	margin: 2rem 0;
}
.mod-login--prensa li {
	margin: 1.5rem 0;
	font-size: 1rem;
	position: relative;
	padding-left: 52px;
}
.mod-login--prensa li::before {
	content: '';
	background-image: url('https://suzuki-auto.s3.eu-west-1.amazonaws.com/auto19/img/prensa/icon-check.png');
	width: 27px;
	height: 28px;
	display: block;
	position: absolute;
	top: -7px;
	left: 0;
}
.list-checksPrensa {
	display: none;
}
.mod-login--prensa button {
	width: 100%;
	text-align: center;
	display: block;
	background-color: #01334c;
	color: white;
	border: 0;
	font-family: "suzuki-headline";
	text-transform: uppercase;
	padding: 1rem;
	font-size: 1.875rem;
	margin: 2.5rem 0;
	position: relative;
	cursor: pointer;
}
.mod-login--prensa .btn-prensaLogin--entrar {
	width: 92%;
	height: 64px;
    position: relative;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    justify-content: center;
    align-content: center;
}
.mod-login--prensa button span {
	font-family: "suzuki-headline";
}
.btn-prensaLogin--entrar span {
	display: block;
	transform: skew(-14deg,0);
}
.btn-prensaLogin--entrar::before {
	content: '';
    position: absolute;
    top: 0;
    width: 0;
	height: 0;
	border-top: 64px solid transparent;
    border-bottom: 0px solid transparent;
	border-right: 10px solid #01334c;
	left: -10px;
}
.btn-prensaLogin--entrar::after {
	content: '';
    position: absolute;
    top: 0;
    width: 0;
	height: 0;
	border-top: 27px solid transparent;
    border-bottom: 37px solid transparent;
    border-left: 38px solid #01334c;
    left: 99.7%;
}
.mod-login--prensa .input-box {
	margin: 2.85rem 0;
}
.mod-login--prensa .input-box input {
	border-color: #01334c;
}
.mod-login--prensa .text-pass {
	display: block;
	text-align: center;
	color: #01334c;
}

/*lightbox*/
.lightRecordarPass {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 999999;
	background-color: rgba(0, 0, 0, 0.65);
}
.box-lightRecordarPass {
	background-color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2rem;
	width: 85%;
	max-width: 800px;
}
.close--btn {
	border: 0;
    background: none;
    position: absolute;
    top: 10px;
	right: 10px;
	cursor: pointer;
}
.box-lightRecordarPass h4 {
	margin: 2rem 0;
	font-size: 2rem;
	font-family: "suzuki-headline";
}
.box-lightRecordarPass p {
	margin-bottom:1rem;
	font-size: 1rem;
}
.box-lightRecordarPass form {
	margin-top: 2.5rem;
}
.btn-lightbox button {
	text-align: center;
	display: inline-block;
	background-color: #999999;
	color: #01334c;
	border: 0;
	font-family: "suzuki-headline";
	text-transform: uppercase;
	font-weight: bold;
	padding: 1rem 2rem;
	font-size: 1em;
	margin: 1rem auto;
}
.btn-lightbox--blue button {
	background-color: #01334c;
	color: white;
}
@media only screen and (min-width: 480px) {
	.box-section--prensa {
		padding: 2rem 3rem;
	}
}
@media only screen and (min-width: 768px) {
	.box-section--prensa {
		padding: 2rem 4rem;
		margin-top: 8em;
		margin-bottom: 4em;
	}
}
@media only screen and (min-width: 1024px) {
	.sala-prensa--login {
		background-position-x: -67rem;
	}
	.box-section--prensa {
		padding: 2rem 5rem;
	}
	.mod-login--prensa {
		width: 48%;
	}
	.mod-login--prensa:first-child {
		order: 2;
		align-self: flex-start;
    	padding-bottom: 3rem;
	}
	.mod-login--prensa:nth-child(2) {
		order: 1;
	}
	.list-checksPrensa {
		display: block;
	}
	.box-section--prensa h1 {
		padding-left: 3rem;
		margin-bottom: 2rem;
	}
	
}
@media only screen and (min-width: 1441px) {
	.sala-prensa--login {
		background-position-x: center;
	}
}

.salaPrensa-headMain .cabecera-main--absolute.welcomeUser p a {
    font-family: "suzuki-headline";
    text-transform: uppercase;
}
.salaPrensa-headMain {
    margin-top: 136px;
    margin-bottom: 4rem;
}
.salaPrensa-headMain .cabecera-main--absolute.welcomeUser {
	top: -3.2rem;
	text-align: right;
}
.salaPrensa-headMain .cabecera-main--absolute {
    bottom: -37px;
}
.salaPrensa-headMain .cabecera-main--absolute.welcomeUser p {
    font-size: 1em;
}
body.actualidad .filtro-noticias__btn {
    display: inline-block;
}
.cabecera-main .filtro-noticias {
    position: relative;
	margin-top: 1rem;
	top: 8px!important;
}
.salaPrensa-headMain .cabecera-main--absolute.campoBusqueda {
	position: relative;
    padding-left: 0;
    top: -6px;
}
.salaPrensa-headMain .cabecera-main--absolute.welcomeUser {
	position: relative;
	top: 0;
    text-align: left;
    left: 50%;
    transform: translate(-50%);
	width: 100%;
	padding-left: 0;
}
[class*='salaPrensa--'] .titular--v1 {
	font-size: 3.5em;
	margin-bottom: 1.5rem;
}
.salaPrensa-headMain {
    margin-top: 95px;
    margin-bottom: 2rem;
}
.notFrontPrensa .listaNoticias .h3 {
    top: 0;
}
.cabecera-interior__slide-texto {
    margin-bottom: 0.5em;
    font-size: 0.875rem;
}
.cabecera-interior__slide-titulo {
	font-size: 1.5rem;
}
@media only screen and (min-width: 48em) {
	.cabecera-interior__slide-content {
		max-width: 100%;
	}
	.cabecera-interior__slide-texto {
		margin-bottom: 0.5em;
		font-size: 1rem;
	}
	.cabecera-interior__slide-titulo {
		font-size: 2rem;
	}
}	
@media only screen and (min-width: 64em) {
	.cabecera-interior__slide-content {
		max-width: 45%;
	}
	.salaPrensa-headMain .cabecera-main--absolute.welcomeUser {
		position: absolute;
		top: -9.25rem;
		text-align: right;
		left: inherit;
		transform: none;
		right: 0;
		width: auto;
		padding-left: 0;
		display: inline-block;
		z-index: 160;
	}
	.salaPrensa-headMain {
		margin-top: 150px;
		margin-bottom: 0;
	}
	[class*='salaPrensa--'] .titular--v1 {
		font-size: 8em;
		margin-bottom: 1.5rem;
		/* top: -5rem; */
		position: relative;
	}
	.salaPrensa-headMain .cabecera-main--absolute.campoBusqueda {
		position: absolute;
		padding-left: 0;
		top: -6rem;
		z-index: 160;
	}
	.cabecera-main .filtro-noticias {
		position: absolute;
		margin-top: 1rem;
		top: 3.25rem!important;
		text-align: right;
	}
	.notFrontPrensa .listaNoticias .h3 {
		margin-top: 0rem;
	}
}		
.salaPrensa--home .cabecera-interior--slider.container {
    margin-top: 3.5rem;
}
.displayMediaFiles {
    justify-content: initial;
}
.displayMediaFiles .chexBoxWrap--img {
	margin: 0.25rem;
}
.wrapNoticia-single .noticia--imgWrap {
	justify-content: initial;
}
.wrapNoticia-single .noticia--imgWrap .noticia--img {
	margin: 0.25rem;
	width: 100%;
}
@media only screen and (min-width: 48em) {
	.displayMediaFiles .chexBoxWrap--img {
		width: 47%;
	}
	.wrapNoticia-single .noticia--imgWrap .noticia--img {
		width: 45%;
	}
}	
@media only screen and (min-width: 64em) {
	.displayMediaFiles .chexBoxWrap--img {
		width: 31%;
	}
	.wrapNoticia-single .noticia--imgWrap .noticia--img {
		width: 30.5%;
	}
}
#mylightboxDescargar .box-lightRecordarPass {
	width: 45%;
	max-width: 600px;
	padding: 2rem 2rem 3rem 2rem;
}
#lbox-download {
	/*display: flex;
    justify-content: space-around;
    align-items: center;*/
}
#lbox-download .btn_zip {
	text-align: center;
    display: block;
    background-color: #01334c;
    color: white;
    border: 0;
    font-family: "suzuki-headline";
    text-transform: uppercase;
    padding: 1rem 1.5rem 0.75rem 1.25rem;
    font-size: 1rem;
}
#lbox-download .btn_zip i {
	margin: 0 0.5rem 0 0;
}
#lbox-download .dropbox-saver {
	display: block;
	text-align: center;
	padding: 1px 7px 5px 3px;
	height: 25px;
    padding-top: 10px;
    padding-bottom: 2px;
    margin-top: 1rem;
}
#lbox-download div {
    width: 100%!important;
    display: block;
}
#lbox-download iframe {
    width: 100%!important;
    margin: 0px!important;
    left: 0px!important;
    height: 29px!important;
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
}
#lbox-download iframe .save-to-drive-image {
    float: none!important;
    margin-left: 5px;
    margin-top: 6px;
    position: relative;
    margin-right: 8px;
}
#lbox-download iframe .save-to-drive-text {
    display: inline-block;
    margin-left: -3px;
    position: relative;
    vertical-align: super!important;;
}
.formMisDatosPrensa #formMisDatos {
	margin-top: 2rem;
}

.salaPrensa--noticias--interior .listaNoticias .container {
    padding-right: 0;
}
.wrapNoticia-single .wrapNoticia-single--izqda {
	flex: 0 0 100%;
}
.wrapNoticia-single .wrapNoticia-single--dcha {
	flex: 0 0 100%;
}
.wrapNoticia-single .wrapNoticia-single--izqda .cuerpoNoticia {
    columns: 1;
	line-height: 1.5;
	column-gap: 3.5rem;
}
.wrapNoticia-single .noticia--imgWrap .noticia--img {
    height: auto;
}
.wrapNoticia-single .headerNoticia-rrss {
    margin-bottom: 1.5rem;
}
.wrapNoticia-single .noticia--imgWrap .noticia--img {
    width: 46%;
}
.wrapNoticia-single .wrapNoticia-single--izqda-100 {
	flex: 0 0 100%!important;
}
@media only screen and (min-width: 48em) {
	.wrapNoticia-single .wrapNoticia-single--izqda {
		flex: 0 0 67%;
	}
	.wrapNoticia-single .wrapNoticia-single--dcha {
		flex: 0 0 31%;
	}
	.headerNoticia-titular {
		flex: 0 0 67%;
	}
	.wrapNoticia-single .noticia--imgWrap .noticia--img {
		width: 44%;
	}
}
@media only screen and (min-width: 64em) {
	.wrapNoticia-single .noticia--imgWrap .noticia--img {
		height: 70px;
	}
	.wrapNoticia-single .noticia--imgWrap .noticia--img {
		width: 30.5%;
	}
}
@media only screen and (min-width: 1200px) {
	.salaPrensa--noticias--interior .listaNoticias .container {
		padding-right: 2em;
	}
	.wrapNoticia-single .wrapNoticia-single--izqda .cuerpoNoticia {
		columns: 2;
	}
	.headerNoticia-titular {
		flex: 0 0 70%;
	}
}