/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

@font-face
{
	font-family: "Chery Din";
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/CHERY/Imagen%20chery/tipograf%C3%ADas/regular/DINPro-Regular.eot");
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/CHERY/Imagen%20chery/tipograf%C3%ADas/regular/DINPro-Regular.eot#amocristalab") format("embedded-opentype"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/CHERY/Imagen%20chery/tipograf%C3%ADas/regular/DINPro-Regular.woff") format("woff"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/CHERY/Imagen%20chery/tipograf%C3%ADas/regular/DINPro-Regular.ttf") format("truetype");
}

@font-face
{
	font-family: "Din Bold Italic";
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/CHERY/Imagen%20chery/tipograf%C3%ADas/bold%20ita/DINPro-CondensedBoldItalic.eot");
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/CHERY/Imagen%20chery/tipograf%C3%ADas/bold%20ita/DINPro-CondensedBoldItalic.eot#amocristalab") format("embedded-opentype"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/CHERY/Imagen%20chery/tipograf%C3%ADas/bold%20ita/DINPro-CondensedBoldItalic.woff") format("woff"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/CHERY/Imagen%20chery/tipograf%C3%ADas/bold%20ita/DINPro-CondensedBoldItalic.ttf") format("truetype");
}

@font-face
{
	font-family: "Din Black";
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/CHERY/Imagen%20chery/tipograf%C3%ADas/regular/DINPro-Black.eot");
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/CHERY/Imagen%20chery/tipograf%C3%ADas/regular/DINPro-Black.eot#amocristalab") format("embedded-opentype"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/CHERY/Imagen%20chery/tipograf%C3%ADas/regular/DINPro-Black.woff") format("woff"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/CHERY/Imagen%20chery/tipograf%C3%ADas/regular/DINPro-Black.ttf") format("truetype");
}

@font-face {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 200;
	src: local('Helvetica'), local('Helvetica'), url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/CHERY/Imagen%20chery/tipograf%C3%ADas/Helvetica.ttf") format('truetype');
}














/*****************************************/
/* Generales */
/*****************************************/

body {
	line-height: 1;
	scroll-behavior: smooth;
	font-family: Open Sans, sans-serif;
	color: #636466;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Din Black, serif;
	font-weight: 900;
	color: #c1272d;
	font-size: 3em;
}
.scrolling {
	position: relative;
}

#cuarto{
	display: none!important;
}

/*****************************************/
/* Magnetic */
/*****************************************/

/*****************************************/
/* Formularios */
/*****************************************/
.formularios {
	margin: 0 !important;
}
.form form {
	z-index:9;
	width: 500px;
	margin: auto;
	max-width: 90vw;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: relative;
}

}
form fieldset .hs-form-field .input .hs-input {
	padding: 0.67em;
	border: 1px solid #D5D7E6;
	border-radius: 2px;
	font-size: 0.9em;
	color: #636466;
	outline: none;
	width: calc(100% - 1.34em - 2px);
	transition: all 0.2s ease;
	background: transparent;
}
form fieldset .hs-form-field .input > select.hs-input {
	width: 100% !important;
}
form fieldset .hs-form-field .input .hs-input:focus {
	border: 1px solid ;
	color: #c1272d;
	transition: all 0.2s ease;
}
.input .hs-input.invalid.error {
	border: 1px solid red;
	color: red;
	transition: all 0.2s ease;
}
label.hs-error-msg:before, .hs_error_rollup .hs-error-msgs li:before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f12a";
	padding-right: 5px;
}
.hs-button {
	display: block;
	cursor: pointer;
	outline: none;
	background: #c1272d;
	border-radius: 2px;
	color: white;
	font-size: 0.9em;
	width: 119px;
	text-transform:uppercase;
}
.hs-button:hover {
	background: #636466;
	border: 1px solid #636466;
	transition: all 0.2s ease;
}
form label {
	margin: 0.67em 0;
	display: block;
}
ul.no-list.hs-error-msgs.inputs-list {
	font-size: 0.7em;
	color: red;
	padding:0;
	list-style:none;
}
ul.inputs-list {
	padding: 0;
	list-style: none;
}


/*****************************************/
/* Header */
/*****************************************/
#header > div > .row-fluid {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2em 3em;
	width: calc(100% - 6em);
}

.logo > div, .logo-modelo > div {
	display: flex;
	align-items: center;
	justify-content: center;
}



/*****************************************/
/* Footer */
/*****************************************/

#footer > div > .row-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	max-width: 80vw;
	margin: 1em auto;
}

#footer > div > .row-fluid img {
	max-width: 180px !important;
	z-index: 100;m
}

#footer .logo div, #footer .logo span,
#footer .logo-maresa div, #footer .logo-maresa span {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-flex > div > .row-fluid {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

input[type="submit"] {
	-webkit-appearance: none;
}

@media (max-width: 476px){
	#footer > div > .row-fluid {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		max-width: 80vw;
		margin: 5em auto;
		position: relative;
		margin-top: 144px;
	}
	#parent.dw_timer_section1 .timer-divs div {
		font-size: 30px !important;
	}
}

/*****************************************/
/* Animaciones */
/*****************************************/
@keyframes delay_1s {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes delay_1s {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-moz-keyframes delay_1s {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-ms-keyframes delay_1s {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}


@keyframes salida_delay_1s {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@-webkit-keyframes salida_delay_1s {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@-moz-keyframes salida_delay_1s {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@-ms-keyframes salida_delay_1s {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

/*****************************************************************/
@keyframes resaltar {
	from {
		background: ;
	}
	to {
		background: transparent ;
	}
}
@-webkit-keyframes resaltar {
	from {
		background: ;
	}
	to {
		background: transparent ;
	}
}
@-moz-keyframes resaltar {
	from {
		background: ;
	}
	to {
		background: transparent ;
	}
}
@-ms-keyframes resaltar {
	from {
		background: ;
	}
	to {
		background: transparent ;
	}
}

/*******************************/
@keyframes muted_after {
	0% {
		transform: scale(5);
		opacity: 0;
	}
	90% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}
@-webkit-keyframes muted_after {
	0% {
		transform: scale(5);
		opacity: 0;
	}
	90% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}
@-moz-keyframes muted_after {
	0% {
		transform: scale(5);
		opacity: 0;
	}
	90% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}
@-ms-keyframes muted_after {
	0% {
		transform: scale(5);
		opacity: 0;
	}
	90% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}

/************************************/

@keyframes text_down {
	0% {
		opacity: 0;
		transform: translateX(0px) translateY(-50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0px) translateY(0px);
	}
}

/*************************************/
/* Landing Lanzamientos */
/*************************************/

body.landing.lanzamiento {
	background: black;
	color: white;
}
.header-container-wrapper {
	position: relative;
	z-index: 20;
}
.contenedor-hero {
	position: relative;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 3em;
	min-height: calc(100vh - 141px - 6em)!important;
	overflow: hidden;
}
.video-hero {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
	z-index: 0;
	height: 100%;
}
.video-hero video {
	height: 100%;
	position: absolute;
	margin: auto;
	right: 0;
	left: 0;
}

.video-hero div{
	height: 100%;
	width: 100vw;
}

.archivo-video{
	position:relative;
}

h3.super-title {
	position: relative;
	font-size: 3em;
	width: 80%;
	margin: auto auto 2em auto;
	text-align: center;
	min-width: 350px;
}
.hero-header p {
	position: relative;
	text-align: center;
	font-size: 1.5em;
	margin: 0 auto;
	width: 80%;
	max-width: 900px;
}
.contador.contenedor {
	font-size: 2em;
}
.contador.contenedor > div {
	padding: 0 1em;
}
.contador.contenedor div#contadorday div {
	padding-left: 0 !important;
}
.contador.contenedor .text {
	font-size: 2em;
	text-align: center;
}
.contador.contenedor .num {
	font-size: 1em;
	text-align: center;
}

.contenedor-hero .form form .hs-input {
	padding: 0.8em 1.5em;
	line-height: 12px;
	margin: 0;
	font-size: 12px;
	background: transparent;
	color: white;
	border-image-slice: 1;
	border-width: 1px;
	border-image-source: linear-gradient(to right, #c11c23, transparent);
}
.contenedor-hero .form form .hs-input::placeholder {
	color: white;
}
.contenedor-hero .form form .hs-button.primary.large {
	padding: 0.8em 1em;
	border: 1px solid #c11c23;
	background: #c11c23;
	color: white;
	line-height: 12px;
	font-size: 14px;
	border-radius: 0;
}

.flex-containers {
	position: relative;
}
.flex-block-img-text > div > .row-fluid {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1250px;
	margin: auto;
	max-width: 80vw;
	min-height: 50vh;
	position: relative;
}
h2.box-a, h2.box-b {
	font-size: 3em;
}
h2.box-a {
	font-weight: normal;
	margin-bottom: 0;
}
h2.box-b {
	font-size: 5em;
	margin-top: 0.25em;
}
.reverse h2.box-a, .reverse h2.box-b {
	text-align: right;
}
.reverse .link {
	float: right;
}
.link {
	display: inline-block;
	padding: 1px;
	background: linear-gradient(
		90deg
		, #c11c23, transparent);
}
a.magnetic-3 {
	padding: .8em 1.5em;
	margin: 0;
	background: transparent;
	color: white;
	background: black;
	text-decoration: none;
	display: inline-block;
}
.flex-img {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
	height: 100%;
	width: 100% !important;
}

.contenedor-form .form form .hs-input {
	padding: 0.8em 1.5em;
	line-height: 12px;
	margin: 0;
	font-size: 12px;
	background: transparent;
	color: white;
	border-image-slice: 1;
	border-width: 1px;
	border-image-source: linear-gradient(to right, #c11c23, transparent);
}
.contenedor-form .form form .hs-input::placeholder {
	color: white;
}
.contenedor-form .form form .hs-button.primary.large {
	padding: 0.8em 1em;
	border: 1px solid #c11c23;
	background: #c11c23;
	color: white;
	line-height: 12px;
	font-size: 14px;
	border-radius: 0;
}
.contenedor-form h3.super-title-2 {
	text-align: center;
}

@media (max-width: 768px) {
	div#contador .num {
		font-size: 0.5em;
	}
	h2.box-b {
		font-size: 4em;
	}
	h3.super-title {
		font-size: 2.8em;
	}
}
@media (max-width: 476px) {
	div#contador {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	div#contador > div {
		margin: 0.5em auto;
		width: calc(50% - 2em);
	}
	h3.super-title {
		font-size: 2.5em;
	}
}


/*********************************************************/

body.landing.lanzamiento.video_hero #header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 100vw;
}

body.landing.lanzamiento.video_hero .form form .hs-button.primary.large {
	padding: 0.8em 1em;
	border: 1px solid #c11c23;
	background: #c11c23;
	color: white;
	line-height: 12px;
	font-size: 14px;
	border-radius: 0;
}
body.landing.lanzamiento.video_hero .form form .hs-input {
	padding: 0.8em 1.5em;
	line-height: 12px;
	margin: 0;
	font-size: 12px;
	background: transparent;
	color: white;
	border-image-slice: 1;
	border-width: 1px;
	border-image-source: linear-gradient(to right, #c11c23, transparent);
}
body.landing.lanzamiento.video_hero .form form .hs-input::placeholder {
	color: white;
}
/* formulario 2 */
input.hs-button.primary.large {
	padding: 0.8em 1em;
	border: 1px solid #c11c23;
	background: #c11c23;
	color: white;
	line-height: 12px;
	font-size: 14px;
	border-radius: 0;
}
input{
	padding: 0.8em 1.5em;
	line-height: 12px;
	margin: 0;
	font-size: 12px;
	background: transparent;
	color: white;
	border-image-slice: 1;
	border-width: 1px;
	border-color: #c11c23;
}
body.landing.lanzamiento.video_hero .form form .hs-input::placeholder {
	color: white;
}
/* Fin formulario 2 */

.video_background h1 {
	color: white;
}

body.landing.lanzamiento.mini a.magnetic-3 {
	transform: translateY(0px);
	text-transform: uppercase;
	background: transparent;
	color: #c11c23;
}

body.landing.lanzamiento.video_hero .flex-block-img-text {
	min-height: 80vh !important;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
body.landing.lanzamiento.video_hero .flex-block-img-text .flex-text {
	width: 100%;
}
body.landing.lanzamiento.video_hero .flex-block-img-text .flex-img {
	display: flex;
	align-items: center;
}

body.landing.lanzamiento.video_hero .disclaimer > div {
	width: 768px;
	margin: 4em auto;
}

@media (max-width: 600px) {
	body.landing.lanzamiento.video_hero .video-hero {
		min-height: unset !important;
	}
	body.landing.lanzamiento.video_hero .video-hero video, body.landing.lanzamiento.video_hero .video-hero {
		position: relative;
		top: unset;
		left: unset;
		transform: translate(0,0);
		min-height: unset;
		height: auto;
		min-width: auto;
		width: 100%;
	}
	body.landing.lanzamiento.video_hero .flex-block-img-text>div>.row-fluid {
		min-height: 50vh !important;
		flex-direction: column;
	}
	.video_background h1, .reverse h2.box-a, .reverse h2.box-b, h2.box-b, h2.box-a {
		font-size: 2em;
	}
	body.landing.lanzamiento.video_hero .flex-block-img-text {
		min-height: 50vh !important;
	}
	body.landing.lanzamiento.video_hero .flex-block-img-text .flex-img {
		position: relative;
		left: unset;
		top: unset;
		transform: translate(0,0);
		z-index: 1;
	}
	body.landing.lanzamiento.video_hero .flex-block-img-text.reverse>div>.row-fluid {
		flex-direction: column-reverse;
	}
	body.landing.lanzamiento.video_hero .form form {
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: column;
		min-height: 90px;
		align-items: center;
	}
	body.landing.lanzamiento.video_hero .flex-block-img-text .flex-img img {
		max-width: unset !important;
		width: 200%;
		transform: translateX(-45%);
	}
	body.landing.lanzamiento.video_hero .flex-block-img-text.reverse .flex-img img {
		transform: translateX(-0%);
	}
}


/************************************************/

body.landing.lanzamiento.video_hero .flex-block-img-text {
	position: relative;
}
body.landing.lanzamiento.video_hero .flex-block-img-text .row-fluid-wrapper.row-depth-2.row-number-2 {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
body.landing.lanzamiento.video_hero .flex-block-img-text .row-fluid-wrapper.row-depth-2.row-number-2 > .row-fluid {
	height: 100%;
}

body.landing.lanzamiento.video_hero .flex-block-img-text .row-fluid-wrapper.row-depth-2.row-number-2 > .row-fluid .flex-img.img2 img {
	position: absolute;
	top: 0;
	right: 0;
	left: unset;
	transform: unset;
	height: 100% !important;
	width: auto !important;
	object-fit: contain;
}

body.landing.lanzamiento.video_hero .flex-block-img-text .row-fluid-wrapper.row-depth-2.row-number-1 {
	position: relative;
	z-index: 2;
}

@media (max-width: 768px) {

	body.landing.lanzamiento.video_hero .flex-block-img-text {
		position: relative;
		flex-direction: column;
		min-height: unset;
	}
	body.landing.lanzamiento.video_hero .flex-block-img-text .row-fluid-wrapper.row-depth-2.row-number-2 {
		position: relative;
		height: auto;
		width: auto;
	}
	body.landing.lanzamiento.video_hero .flex-block-img-text .row-fluid-wrapper.row-depth-2.row-number-2>.row-fluid .flex-img.img2 img {
		position: relative;
		top: unset;
		left: unset;
		max-width: 100% !important;
	}
	body.landing.lanzamiento.video_hero .flex-block-img-text>div>.row-fluid {
		min-height: unset !important;
	}

	body.landing.lanzamiento.video_hero .flex-block-img-text .row-fluid-wrapper.row-depth-2.row-number-1 p.subtitulo-detalle-chery {
		font-size: 26px;
	}
	body.landing.lanzamiento.video_hero .flex-block-img-text .row-fluid-wrapper.row-depth-2.row-number-1 h2.titulo-detalle-chery {
		font-size: 34px;
	}
	.banner-bottom {
		font-size: 36px;
	}
}
@media screen and (max-width: 425px) {
	.banner-bottom {
		font-size: 36px;
	}
}