/******************************/
/*     01. General Styles     */
/******************************/
body,
html {
    width: 100%;
    height: 100%; 
}

body, p {
	color: #630CEF;
	font: 300 0.875rem/1.375rem "cera_pro_bold", sans-serif;
}

.p-large {
	font: 300 1rem/1.625rem "cera_pro_bold", sans-serif;
}

h1 {
	font: 700 2.5rem/3rem "cera_pro_bold", sans-serif;
}

h2 {
	font: 700 2rem/2.25rem "cera_pro_bold", sans-serif;
}

h3 {
	font: 700 1.75rem/2rem "cera_pro_bold", sans-serif;
}

a, a:hover {
	color: #fff;
}

@font-face{ 
	font-family: 'cera_pro_bold';
	src: url('https://grido.com.ar/cybermonday/landing/webfonts/cera_pro_bold-webfont.eot');
	src: url('https://grido.com.ar/cybermonday/landing/webfonts/cera_pro_bold-webfont.eot?#iefix') format('embedded-opentype'),
	     url('https://grido.com.ar/cybermonday/landing/webfonts/cera_pro_bold-webfont.woff') format('woff'),
	     url('https://grido.com.ar/cybermonday/landing/webfonts/cera_pro_bold-webfont.ttf') format('truetype'),
	     url('https://grido.com.ar/cybermonday/landing/webfonts/cera_pro_bold-webfont.svg#webfont') format('svg');
}


.mark-dd {
  margin-top: 0px;
  position: absolute;
  margin-left: -300px;
}


.mark-f {
	background-color: #D8D800;
padding-top: 40px;
padding-bottom: 30px;
border-radius: 0px;
z-index: 99;
margin-top: 10px;
}

.button-solid {
	display: inline-block;
	height: 3rem;
	padding-right: 3rem;
	padding-left: 3rem;
	border: 1px solid #01acaa;
	border-radius: 25px;
	background-color: #01acaa;
	color: #fff;
	font: 700 1rem/2.75rem "cera_pro_bold", sans-serif;
	transition: all .3s ease;
}

.button-solid:hover {
	border: 1px solid #fff;
	background-color: transparent;
	text-decoration: none;
}


.form-group {
	position: relative;
	margin-bottom: 1.375rem;
	vertical-align: top;
}

.form-group.has-error.has-danger {
	margin-bottom: 0.625rem;
}

.form-group.has-error.has-danger .help-block.with-errors ul {
	margin-top: 0.375rem;
}

.label-control {
	position: absolute;
	top: 0.75rem;
	left: 1.75rem;
	color: #595680;
	opacity: 0.8;
	font: 300 0.875rem/1.375rem "cera_pro_bold", sans-serif;
	cursor: text;
	transition: all 0.2s ease;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.label-control {
		top: 0.75rem;
	}
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control {
	top: 0.125rem;
	opacity: 1;
	font-size: 0.75rem;
	font-weight: 700;
}

.form-control-input {
	display: block; /* needed for proper display of the label in Firefox, IE, Edge */
	width: 100%;
	height: 3rem;
	padding-top: 1rem;
	padding-bottom: 0rem;
	padding-left: 1.75rem;
	border: 1px solid #fff;
	border-radius: 0rem;
	background-color: #fff;
	color: #3b454d;
	font: 300 0.875rem/1.75rem "cera_pro_bold", sans-serif;
	transition: all 0.2s;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.form-control-input {
		padding-top: 1rem;
		padding-bottom: 0.5rem;
	}
}

.form-control-input:focus {
	border: 1px solid #ededf3;
	outline: none; /* Removes blue border on focus */
	box-shadow: 0 0.5rem 0.5rem -0.375rem #494649;
}

.form-control-input:hover {
	border: 1px solid #ededf3;
	box-shadow: 0 0.5rem 0.5rem -0.375rem #494649;
}

.checkbox {
	font: 400 0.75rem/1.25rem "cera_pro_bold", sans-serif;
}

input[type='checkbox'] {
	vertical-align: -15%;
	margin-right: 0.375rem;
}

/* IE10+ hack to raise checkbox field position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	input[type='checkbox'] {
		vertical-align: -9%;
	}
}

.form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 3rem;
	border: 1px solid #6908C3;
	border-radius: 0rem;
	background-color: #6908C3;
	color: #fff;
	/*font: 700 0.875rem/1.75rem "cera_pro_bold", sans-serif;*/
	cursor: pointer;
	transition: all 0.2s;
	font-size: 30px;
    font-weight: bold;
}

.form-control-submit-button:hover {
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
}

/* Form Success And Error Message Formatting */
#msgSubmit.h3.text-center.tada.animated,
#msgSubmit.h3.text-center {
	margin-bottom: 0;
	color: #f9f9fc;
	font: 400 1.125rem/1rem "cera_pro_bold", sans-serif;
}

.help-block.with-errors {
	color: #fff;
	font-size: 0.75rem;
	line-height: 1.125rem;
}

.help-block.with-errors ul {
	margin-bottom: 0;
}
/* end of form success and error message formatting */

/* FadeIn Animation From Animate.css Used For Morphtext */
@-webkit-keyframes fadeIn {
	from {
	  opacity: 0;
	}
  
	to {
	  opacity: 1;
	}
}
  
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation: fadeIn 0.6s;
	animation: fadeIn 0.6s;
}
/* end of fadein animation from animate.css used for morphtext */


/*************************/
/*     02. Preloader     */
/*************************/
.spinner-wrapper {
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #8034f7;
}

.spinner {
	position: absolute;
	top: 50%; /* centers the loading animation vertically one the screen */
	left: 50%; /* centers the loading animation horizontally one the screen */
	width: 3.75rem;
	height: 1.25rem;
	margin: -0.75rem 0 0 -2rem; /* is width and height divided by two */ 
	text-align: center;
}

.spinner > div {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 100%;
	background-color: #fff;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% { 
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% { 
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}


/**********************/
/*     03. Header     */
/**********************/
header {
	background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('../images/header-background.jpg') center center repeat;
	background-size: cover;
	background-color: #ffffff;
	text-align: center;
}

header .logo-and-details-wrapper {
	margin-bottom: 3rem;
}

header .logo-img {
	margin-top: 3rem;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1rem;
	width: 390px;
	height: 148px;
}

header .logo-txt {
	display: inline-block;
	margin-top: 3.5rem;
	margin-bottom: 1rem;
	font: 700 3rem/2rem "cera_pro_bold", sans-serif;
	text-decoration: none;
}

header .contact-details {
	margin-right: 0.5rem;
}

header .contact-details .fas {
	margin-right: 0.5rem;
	margin-left: 0.5rem;
	color: #01acaa;
}

header .header-content {
	margin-bottom: 0;
	padding-bottom: 2rem
}

header .countdown {
	margin-bottom: 2.5rem;
	color: #D8D800;
	font: 600 3rem/1.5rem "cera_pro_bold", sans-serif;
}

header .countdown #clock .counter-number {
	display: inline-block;
	margin-top: 1rem;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
	padding: 1rem 0.2rem 0.25rem 0.5rem;
	background-color: transparent;
}

header .countdown #clock .separator {
	margin-top: 2rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	display: inline-block;
	height: 2rem;
	vertical-align: top;
}

header .countdown #clock .timer-text {
	font: 300 0.75rem/1rem "cera_pro_bold", sans-serif;
	text-align: center;
}

header h1 {
	margin-bottom: 0.75rem;
}

header .p-heading {
	margin-bottom: 1.75rem;
}

header .list-unstyled {
	margin-bottom: 1.75rem;
}

header .list-unstyled .fas {
	margin-right: 0.5rem;
	margin-left: 0.75rem;
}

header .social-links-container {
	padding-bottom: 1.5rem;
}

header .social-links-container .fa-stack {
	margin-right: 0.25rem;
	margin-left: 0.25rem;
}

header .social-links-container .fa-stack.fa-lg {
	font-size: 1.5rem;
}

header .social-links-container .fa-stack a .fa-stack-1x {
	color: #fff;
	opacity: 0.8;
	transition: opacity .3s ease;
}

header .social-links-container .fa-stack a .fa-stack-2x {
	color: #d61f3a;
	opacity: 0.8;
	transition: opacity .3s ease;
}

header .social-links-container .fa-stack a:hover .fa-stack-1x {
	opacity: 1;
}

header .social-links-container .fa-stack a:hover .fa-stack-2x {
	opacity: 1;
	color: #01acaa;
}



@media (min-width: 300px)	{
	
	.mts {
	margin-top:0px;
}
}

@media (max-width: 360px)	{
	
.mark-dd {
  margin-top: 15px;
  position: inherit;
  margin-left: 0px;
}
}
@media (max-width: 375px)	{
	
.mark-dd {
  margin-top: 15px;
  position: inherit;
  margin-left: 0px;
}
}
@media (max-width: 414px)	{
	
.mark-dd {
  margin-top: 15px;
  position: inherit;
  margin-left: 0px;
}
}

@media (max-width: 768px)	{
	.mark-dd {
  margin-top: 15px;
  position: inherit;
  margin-left: 0px;
}
.img-fluid2 {
  max-width: 100%;
  height: auto;
}

}

/*****************************/
/*     04. Media Queries     */
/*****************************/	
/* Min-width width 768px */
@media (min-width: 768px)	{
	
	/* General Styles */
	h1 {
		font: 700 2.75rem/3.5rem "cera_pro_bold", sans-serif;
	}
	/* end of general styles */
	
	/* Header */
	.mts {
    margin-top: 750px;
}
	header {
		position: relative;
		width: 100%;
		height: 100vh;
		min-height: 50rem;
	}
	
	
	header .logo-and-details-wrapper {
		position: absolute;
		right: 0;
		left: 0;
		margin-bottom: 0;
	}
	

	header .logo-img {
		float: left;
		margin-top: 25px;
		margin-left: 0px;
	}

	header .logo-txt {
		float: left;
		margin-top: 2.25rem;
		margin-left: 2rem;
	}

	header .contact-details {
		float: right;
		margin-top: 2.5rem;
		margin-right: 2rem;
	}

	header .header-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100vh;
		min-height: 50rem;
		margin-bottom: 0;
		padding-bottom: 1.5rem;
	}

	header .countdown {
		font: 600 3.5rem/1.75rem "cera_pro_bold", sans-serif;
	}

	header .countdown #clock .counter-number {
		margin-right: 0.6rem;
		margin-left: 0.7rem;
		padding: 0.1rem 0.1rem 0.1rem 0.1rem;
	}

	header .countdown #clock .timer-text {
		font: 300 1rem/1rem "cera_pro_bold", sans-serif;
	}

	header .form-group {
		display: inline-block;
	}

	header .form-control-input {
		display: inline-block;
		width: 44rem;
		/*border-top-right-radius: 0;
		border-bottom-right-radius: 0;*/
	}

	header .form-control-submit-button {
		padding-right: 1.9rem;
		padding-left: 1.8rem;
		/*border-top-left-radius: 0;
		border-bottom-left-radius: 0;*/
	}

	header .help-block.with-errors,
	header .form-message {
		position: absolute;
		right: 0;
		left: 0;
		width: 100%;
		margin-top: 0.25rem;
	}

	header .help-block.with-errors {
		left: 3.5rem;
	}

	header #msgSubmit.h3.text-center.text-error {
		margin-top: 1.75rem;
	}

	header #msgSubmit.h3.text-center.text-confirmation {
		margin-top: 0;
	}

	header .social-links-container {
		position: absolute;
		right: 0;
		bottom: 0rem;
		left: 0;
	}
	/* end of header */
}
/* end of min-width width 768px */


/* Min-width width 992px */
@media (min-width: 992px) {
	
	/* General Styles */
	.p-heading {
		width: 84%;
		margin-right: auto;
		margin-left: auto;
	}
		.mts {
	margin-top:115px;
}

	h1 {
		font: 700 3.25rem/3.5rem "cera_pro_bold", sans-serif;
	}
	/* end of general styles */

	/* Header */
	header .header-content {
		padding-bottom: 3rem;
	}
	/* end of header */
}
/* end of min-width width 992px */


/* Min-width width 1200px */
@media (min-width: 1200px) {
	
	/* General Styles */
	.p-heading {
		width: 74%;
	}
	/* end of general styles */
}
/* end of min-width width 1200px */