@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%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizelegibility;
	-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;
}



/*  =DEFAULT & BASIC STYLES
	========================================================================== */
html,
body {
	font: 300 62.5%/1 "Roboto Condensed", Roboto, Helvetica, Arial, sans-serif;
}

html.bodyAlt {
	font-size: 55%;
}

body {
	background: #fff;
	color: #231f20;
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
}

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;
}

.semana .calendario .fecha:before,
.semana .calendario .fecha:after,
.semana:before,
.semana:after,
.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: " ";
}

.semana .calendario .fecha:after,
.semana:after,
.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: 100%;
	width: 1200px;
}

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



.hb {
	position: relative;
	z-index: 1;
}

.hb::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.33);
	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);
}

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

.hb:active {
	-webkit-transition: transform 0.1s linear;
	-moz-transition: transform 0.1s linear;
	-ms-transition: transform 0.1s linear;
	-o-transition: transform 0.1s linear;
	transition: transform 0.1s linear;
	-webkit-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-o-transform: translateY(1px);
	transform: translateY(1px);
}

.cVerde {
	color: #0A75B6;
}

.cNegro {
	color: #000;
}

/* label {
		margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: middle;
		text-align: start !important;
	} */

label {
	display: inline-block;
	font-size: 1.6em;
	color: #000;
	/* margin-bottom: .2rem; */
	margin-bottom: .3rem;
	/* font-weight: bold; */
}

/*  ==========================================================================
	HEADER 
	========================================================================== */
.header {
	/* background: #0A75B6; */
	background: #E1001A;
	-webkit-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.5);
	box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.5);
	/* position: fixed; */
	/* top: 0; */
	/* left: 0; */
	/* right: 0; */
	/* z-index: 1000; */
}

.header>.container {
	z-index: 1000;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 1em auto;
	max-width: 220px;
}



/*  ==========================================================================
	CONTENIDO 
	========================================================================== */
.main {
	text-align: center;
	/* padding-top: 2.6em; */
}

section {
	padding: 1em 0;
}

section.intro {
	padding: 0;
}

.bgSection {
	position: relative;
}

h3,
h2 {
	color: #7e6354;
	font: bold 3.4em/1.117 "Roboto", sans-serif;
	text-align: center;
}

h2.mb0,
h3.mb0 {
	margin-bottom: 0;
}



h3 {
	color: #0A75B6;
	font-size: 1.2em;
}

.txt {
	font-size: 1.8em;
	line-height: 1.5;
}

.txt .fzLg {
	font-size: 1.2em;
}

.txt small {
	font-size: 0.9em;
}

.taj {
	text-align: justify;
	-ms-text-align-last: center;
	text-align-last: center;
}

.txt p,
p.txt {
	margin-bottom: 1em;
}


/*  Preparate
	========================================================================== */
#preparate {
	display: block;
	text-align: center;
	width: 100%;
	margin-top: -7em;
}



.counter-newsletter {
	padding: 0;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;

	/* margin-top: -2px; */
	/* background-color: #DF0727; */


}

.contador {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* background-color: #0A75B6; */
	background-color: #DF0727;
	color: #fff;
	padding: 2em;
	text-align: center;
	width: 100%;

	padding-top: 12em !important;
}


/*  Contador
	========================================================================== */


#contador {
	font-family: Roboto, sans-serif;
	width: 100%;
	text-align: center;
	display: block;
	padding-bottom: 1em;
}

#contador h3 {
	font-size: 6em;
	font-weight: 400;
	color: #fff;
	/* letter-spacing: -0.055em; */

	margin-bottom: 3rem;

	/* color: #ffffff; */
	/* font-size: 3rem; */
	/* margin-bottom: 2rem; */
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

#clockdiv div {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	padding: 1rem;
	min-width: 100px;

	/* font-family: 'Arial', sans-serif; */
}


#clockdiv div>strong:before,
#clockdiv div>strong:after {
	display: table;
	content: " ";
}

#clockdiv div>strong:after {
	clear: both;
}

#clockdiv {
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	font-weight: 300;
	text-align: center;
	position: relative;
}

#clockdiv>div {
	padding: 0;
	display: block;
	float: left;

	padding: 1rem;
}

#clockdiv>div+div {
	/* margin-left: 0.5em; */
	margin-left: 2.5em;
}

#clockdiv>div+div strong {
	position: relative;
}

#clockdiv>div+div strong::before {
	position: absolute;
	display: inline-block;
	/* content: ':'; */
	left: -0.125em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 0.8em;
	font-weight: 900;
	animation: seconds 1s ease-out infinite;
}

@keyframes seconds {
	0% {
		opacity: 0.75;
	}

	66% {
		opacity: 1;
	}

	100% {
		opacity: 0.75;
	}
}

#clockdiv div>strong {
	color: #fff;
	font-family: inherit;
	font-size: 8em;
	font-weight: 900;
	line-height: 1.2;
	width: 2em;
	display: block;
	text-align: center;
}

#clockdiv div>small {
	color: #fff;
	display: block;
	font-family: inherit;
	/* font-size: 3em; */
	font-size: 2em;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;


	/* font-size: 0.9rem; */
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 0.5rem;
}


@media screen and (max-width:1310px) {


	#clockdiv div>strong {

		/* font-size: 7em; */
	}
}

@media screen and (max-width:1250px) {
	#contador h3 {
		font-size: 5em;
		margin-bottom: .5em;
	}

	#clockdiv div>strong {
		font-size: 7em;
	}

	#clockdiv div>small {
		font-size: 2em;
	}

	#clockdiv div>strong {

		font-size: 7em;
	}
}

@media screen and (max-width:1100px) {
	#contador h3 {
		font-size: 5em;
		margin-bottom: .5em;
	}

	#clockdiv div>strong {
		font-size: 6em;
	}

	#clockdiv div>small {
		font-size: 1.5em;
	}
}

@media screen and (max-width:991px) {
	#contador h3 {
		font-size: 6em !important;
		font-weight: 400;
		color: #fff;
		letter-spacing: -0.055em;
	}

	#clockdiv>div+div {
		/* margin-left: 0; */
		/* margin-left: 1em; */
		margin-left: 1.5em;
	}

	#clockdiv div>strong {
		font-size: 8em;
	}

	#clockdiv div>small {
		font-size: 1.5em;
	}

	.newsletter__form {
		margin-left: auto;
		margin-right: auto;

		text-align: start;
	}

	.contador {
		padding: 2em !important;
	}
}

@media screen and (max-width:579px) {
	#clockdiv div>strong {
		font-size: 7em;
	}

	#clockdiv div>small {
		font-size: 1.8em;
	}

	#clockdiv>div+div {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#clockdiv div {
		min-width: 81px;
	}

	#contador h3 {
		margin-bottom: 2.5rem;
	}
}

@media screen and (max-width:479px) {
	#clockdiv div>strong {
		font-size: 5.6em;
	}

	#clockdiv div>small {
		font-size: 1.7em;
	}
}

@media screen and (max-width:379px) {
	#clockdiv div>strong {
		font-size: 4.5em;
	}

	#clockdiv div>small {
		font-size: 1.6em;
	}
}



.dib {
	display: inline-block;
}

.vam {
	vertical-align: middle;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 4.5em;
	color: #000000;
}

h3.subtitulo {
	color: #0A75B6;
	font-size: 2.4em;
	font-weight: 400;
}



/*  ==========================================================================
	FOOTER 
	========================================================================== */
.footer {
	background: #fff;
	color: #000;
	text-align: center;
	padding: 0;
	position: relative;
	z-index: 1;
}

.footer--negro {
	background: #262424;
}



.footer__logos {
	clear: both;
	margin: 0 auto 2em;
	text-align: center;
}

.footer__logos img {
	display: inline-block;
	vertical-align: middle;
}

.footer__logos img+img:not(:last-child) {
	margin: 0 2em 1em;
}

.footer__logos img+img:last-child {
	margin: 0 0 1em 2em;
}


.footer__social {
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	padding: 0 2em;
}

.footer__canales a,
.footer__canales,
.footer__conoce_mas {
	display: inline-block;
	vertical-align: middle;
}

.footer__canales {
	text-align: left;
}

.footer__canales a {
	margin-left: 2em;
	margin-right: 2em;
}

.footer__canales img {
	max-height: 27px;
}

.footer__logo-promoweb {
	max-height: 71px;
}

.footer__logo-coope-100 {
	max-width: 150px;
}

.footer__logo-coope {
	max-width: 280px;
}

.footer__logo-logos,
.footer__social,
.footer__logo-promoweb,
.footer__logo-coope {
	display: inline-block;
	vertical-align: middle;
	/* margin-top: 3em; */
	margin-top: 5em;
	margin-bottom: 3em;
}


.footer__bar {
	background: #007637;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	color: #fff;
	font: 600 1.8em/1.2 "Montserrat", sans-serif;
	margin: 0 auto;
	padding: 1em 2em;
	text-align: center;
	position: relative;
	z-index: 2;
}

.footer__bar strong {
	font-weight: bold;
	font-size: 1.2em;
}

.footer__bar a {
	color: #ffed00;
	text-decoration: underline;
}

.footer__bar a:hover {
	text-decoration: none;
}


.style-footer-logo {
	/* width: 507px; */
	width: 200px;
	margin-top: 2rem;
}

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

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


@media only screen and (min-width:992px) {
	.counter-newsletter {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: stretch;

		margin-top: -1px;
	}

	.counter-newsletter .counter {
		flex: 1 1 auto;
		max-width: 66%;
		margin-left: 0;
		margin-right: auto;
	}

	.counter-newsletter .newsletter {
		flex: 0 1 auto;
		/* margin-left: 2%; */
		/* margin-right: 2%; */
		min-width: 400px;
		/* width: 30%; */
		width: 50%;

		/* padding-left: 2%; */
		/* padding-right: 2%; */
	}

	.newsletter__form {
		margin-left: auto;
		margin-right: auto;

		text-align: start;
	}
}

@media only screen and (min-width:1080px) {
	.main {
		text-align: center;
	}

	/* #contador,
	.newsletter {
		display: inline-block;
		width: auto;
		vertical-align: top;
	}
	.newsletter {
		margin-left: 3%;
		max-width: 320px;
	}
	#clockdiv {
		max-width: 410px;
	}
	#clockdiv div {
		margin-bottom: 2%;
		width: 48%;
	}
	#clockdiv div > strong {
		margin: 0 auto;
		width: 1.5em;
	} */
}

@media only screen and (min-width:1560px) {
	.form__note .fz__md {
		font-size: 0.9em;

		text-align: center;
	}
}

@media only screen and (max-width:1299px) {
	.logo {
		max-width: 170px;
	}

	.container {
		width: 960px;
	}
}

@media screen and (max-width:991px) {
	#contador h3 {
		font-size: 3em;
	}

	.container {
		width: 750px;
	}

	.header>.container {
		display: block;
	}

	.logo {
		max-width: 160px;
	}

	#contador {
		padding-bottom: 4em;
	}

	.footer {
		padding-left: 3em;
		padding-right: 3em;
	}

	.logoCoope {
		max-width: 240px;
	}
}

@media only screen and (max-width:767px) {

	#preparate img {
		transform: scale(0.6);
	}

	.container {
		width: 460px;
	}


	h2 {
		font-size: 3em;
	}

	h3 {
		font-size: 3.2em;
	}

	.cft h2 {
		font-size: 11em;
	}



	.logoCoope {
		float: none;
		display: block;
		margin: 0 auto;
		max-width: 300px;
		text-align: center;
	}

	.counter-newsletter {
		margin-top: -3px !important;
	}

	#contador h3 {
		font-size: 4.5em !important;
		font-weight: 400;
		color: #fff;
		letter-spacing: -0.055em;
	}

	#clockdiv div>strong {
		font-size: 5em;
	}

	#clockdiv div>small {
		font-size: 1.5em;
	}
}

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

	.style-footer-logo {
		width: 450px;
		margin-top: 0;
	}

	h2 {
		font-size: 2.2em;
	}

	h3 {
		font-size: 2.5em;
	}

	.newsletter__form {
		max-width: 94%;
		margin-left: auto;
		margin-right: auto;
	}

	#contador h3 {
		font-size: 3em !important;
		font-weight: 400;
		color: #fff;
		/* letter-spacing: -0.055em; */

		letter-spacing: 0.1em;
	}

	#clockdiv div>strong {
		font-size: 3.3em;
	}

	#clockdiv div>small {
		font-size: 1.2em;
	}

	.contador {
		padding: 2.5em !important;
	}

	#clockdiv {
		padding-bottom: 1rem;
	}
}



.pieFinanciacion {
	padding: 0 2em;
	text-align: center;
}

.pieFinanciacion img {
	display: block;
	margin: 0 auto 2em;
}


@media (min-width:768px) {
	.mobile {
		display: none !important;
	}
}

@media (max-width:767px) {
	.desktop {
		display: none !important;
	}
}

@-webkit-keyframes fade-in-fwd {
	0% {
		-webkit-transform: translateZ(-80px);
		transform: translateZ(-80px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes fade-in-fwd {
	0% {
		-webkit-transform: translateZ(-80px);
		transform: translateZ(-80px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.intro {
	-webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.1s both;
	animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.1s both;
}

#contador {
	-webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
	animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
	/* background: #; */
}

.newsletter {
	-webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
	animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;

	/* background-color: rgba(223, 7, 39, 0.1); */
	background-color: rgba(223, 7, 39, 0.057);
	backdrop-filter: blur(8px);
	/* border-radius: 0.75rem; */
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);


}

.newsletter--sent {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.newsletter--sent .newsletter__form {
	flex: 0 1 auto;
	margin-top: auto;
	margin-bottom: auto;
}

.banner {
	-webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.5s both;
	animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.5s both;
}




.form {
	max-width: 360px;
	/* max-width: 100%; */
	margin: 4% auto 7%;
}

.form__row {
	/* margin-bottom: 1em; */
	margin-bottom: 2em;
	-webkit-animation: fadeIn 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: fadeIn 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	position: relative;
}

.form__row:nth-of-type(2) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.form__row:nth-of-type(3) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.form__row:nth-of-type(4) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.form__row:nth-of-type(5) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.form__row:nth-of-type(5) .form__field {
	/* -webkit-animation-delay: 0.5s; */
	/* animation-delay: 0.5s; */
	padding-left: 3px !important;
	font-size: calc(0.10vw + 1.52em);
}

.form__row:nth-of-type(6) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.form__status,
.form__note {
	font-size: calc(0.65vw + 1.4em);
	/* margin-bottom: 0.5em; */

	text-align: center;
	font-weight: bold;
	color: #606060 !important;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	line-height: 1.3em;

}

.form__status.success {
	color: #009232;
	font-weight: 900;
	text-align: center;
	width: 100%;
	margin-top: 25%;
}

@media (max-width:991px) {
	.form__status.success {
		margin-top: 3em;
	}

	#contador {
		-webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
		animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
		/* background: #; */
		margin-top: -10px;
	}

	.newsletter {
		-webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
		animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;

		/* background-color: rgba(223, 7, 39, 0.1); */
		/* background-color: rgba(223, 7, 39, 0.057); */

		background: linear-gradient(to bottom, rgba(223, 7, 39, 0.057), #FFFFFF);
		backdrop-filter: blur(8px);
		/* border-radius: 0.75rem; */
		box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);


	}
}

.form__status.error {
	color: #b00606;
}

.buttons {
	/* padding-top: 1em; */
	padding-top: 2em;
}

.form__field {
	background: rgba(255, 255, 255, 0.1);
	/* border: 1px solid #0A75B6; */
	border: 1px solid #606060;
	margin: 0 auto;
	display: block;
	/* border-radius: 0.3em; */
	border-radius: 0.2em;
	color: #000;
	font-size: 1.65em;
	font-size: calc(0.25vw + 1.52em);
	padding: 0.35em 1em;
	-webkit-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	width: 100%;
}

.form__field:focus {
	outline: none;
	-webkit-transform: scale(1.025);
	-ms-transform: scale(1.025);
	transform: scale(1.025);
}

.form span.error {
	background: #b00606;
	border-radius: 0.3em 0 0.3em 0;
	color: #fff;
	font-size: 1.5em;
	font-weight: 400;
	font-size: calc(0.3125vw + 1em);
	padding: 0.2em 0.33em;
	position: absolute;
	right: 0;
	bottom: 0;
	letter-spacing: 0;
}

.buttons {
	font-size: 0.8em;
}

.btn {
	background: none;
	border: none;
	cursor: pointer;
	display: block;
	margin-left: auto;
	margin-right: auto;
	/* width: 100%; */

	/* display: inline !important; */
	width: 50%;
	/* margin: 0 auto !important; */
	/* text-align: center !important; */

	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.btn:active,
.btn:focus {
	outline: none;
}

.btn: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);
	text-decoration: none;
}


.btn {
	/* background: #0A75B6; */
	border-radius: 0.4rem;
	-webkit-box-shadow: 0 0.26em 0.08em -0.2em rgba(0, 0, 0, 0.5);
	box-shadow: 0 0.26em 0.08em -0.2em rgba(0, 0, 0, 0.5);
	font-size: 3em;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	padding: 0.25em 0.75em;
	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;

	display: block;
	margin: 0 auto;

	background-color: rgba(223, 7, 39, 1.057);
}

.btn:focus,
.btn:active {
	outline: none;
}

.btn:active {
	opacity: 0.7;
}

.btn:hover {
	-webkit-transform: scale(1.025);
	-ms-transform: scale(1.025);
	transform: scale(1.025);
	-webkit-filter: contrast(1.1) brightness(1.1);
	filter: contrast(1.1) brightness(1.1);
	-webkit-box-shadow: 0 0.8em 0.25em -0.6em rgba(0, 0, 0, 0.5);
	box-shadow: 0 0.8em 0.25em -0.6em rgba(0, 0, 0, 0.5);
}


.btn:active {
	-webkit-transition: transform 0.1s linear, box-shadow 0.1s linear;
	-moz-transition: transform 0.1s linear, box-shadow 0.1s linear;
	-ms-transition: transform 0.1s linear, box-shadow 0.1s linear;
	-o-transition: transform 0.1s linear, box-shadow 0.1s linear;
	transition: transform 0.1s linear, box-shadow 0.1s linear;
	-webkit-transform: translateY(0.2em);
	-ms-transform: translateY(0.2em);
	-o-transform: translateY(0.2em);
	transform: translateY(0.2em);
	-webkit-box-shadow: 0 0.4em 0.125em -0.3em rgba(0, 0, 0, 0.75);
	box-shadow: 0 0.4em 0.125em -0.3em rgba(0, 0, 0, 0.75);
}



.form__field.invalid:focus,
.form__field.invalid {
	background-color: rgba(238, 0, 0, 0.3);
	outline: 1px dashed #f00;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0.1;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0.1;
	}

	100% {
		opacity: 1;
	}
}