@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
a {
	text-decoration: none;
}

/*GENERALES*/
*,
*:after,
*:before {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.animado,
a {
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.caja {
	width: 90%;
	margin: auto;
	max-width: 1300px;
}
html,
body {
	width: 100%;
	height: 100%;
	color: #6d6e71;
}
body {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
}
h2,
h3,
a {
	color: #d8262f;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 1em;
}
.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flexBottom {
	align-items: flex-end;
}
.col2 {
	width: 48%;
}
.inline {
	display: inline;
	vertical-align: middle;
}
/*INTRO*/
#intro {
	width: 100%;
	max-width: 1300px;
	margin: auto;
}
#intro img {
	display: block;
	width: 100%;
}
/*INvierte*/
#invierteData{
	padding: 2em 0;
}
#invierteData h1{
	text-align: center;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 3px solid #d8262f;
}
.icons{
	justify-content: space-around;
	margin-bottom: 2em;
}
.icons.center{
	justify-content: center;
}
.icons.center .icon:first-child{
	margin-right: 4em;
}
.icon{
	width: 24%;
	text-align: center;
	margin-bottom: 2em;
}
.icon img{
	display: block;
	margin: auto;
	width: 50%;
	margin-bottom: .5em;
}
.icon span{
	font-weight: bold;
}
.icon h3{
	margin-bottom: .5em;
}

/* INSTRUCCIONES */
#instrucciones {
	text-align: center;
	margin-bottom: 3em;
}
#instrucciones h2{
	font-size: 1.5em;
}
.rojo {
	display: inline-block;
	background: #d8262f;
	padding: 1em;
	color: #fff;
	font-size: 1.4em;
	margin-top: 1em;
}
.circulos{
	list-style: none
}
.circulos li{
	margin-bottom: .5em;
}
.circulos li::before{
	content:"";
	width: 15px;
	height: 15px;
	background: url(../svg/circulo.svg) no-repeat 50% 50%;
	background-size: 7px 7px;
	display: inline-block;
	vertical-align: middle;
	transform: translate(0,-10%)
}
.statement{
	color: #6d6e71;
	font-weight: normal;
	margin-top: 3em;
}
.statement span{
	display: block;
	color: #d8262f;
}
/* FORM */
#form {
	padding: 2em 0;
}
input[type="text"] {
	width: 100%;
	display: block;
	margin-bottom: 1em;
	height: 40px;
	font-family: "Montserrat", sans-serif;
	font-size: 1em;
	border: 1px solid #dcdcdc;
	padding: 5px;
}
textarea {
	width: 100%;
	display: block;
	margin-bottom: 1em;
	height: 100px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	resize: none;
	padding: 5px;
	border: 1px solid #dcdcdc;
}
button {
	border: none;
	background: #d8262f;
	color: #fff;
	font-size: 1em;
	margin: 2em 0;
	padding: 0.5em 1em;
}
.direccion {
	padding-bottom: 150px;
}
.content p {
	margin-bottom: 0.4em;
}
.content a {
	display: block;
	font-size: 1.2em;
	margin-bottom: 0.3em;
}
.logo {
	display: block;
	width: 100px;
}
#legal{
	margin-bottom: 1em;
}
/*GRACIAS*/
#gracias{
	width: 100%;
	height: 100vh;
	background: url(../img/graciasBk.png) 50% 50%;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #FFF;
}
.imgGracias{
	display: block;
	max-width: 150px;
	margin: auto;
	margin-bottom: 1em;
}
@media screen and (max-width: 1200px) {
	header {
		background: red;
	}
}

@media screen and (max-width: 1024px) {
	header {
		background: green;
	}
}

@media screen and (max-width: 768px) {
	header {
		background: blue;
	}
	/* GENERALES */
	.col2 {
		width: 100%;
		margin-bottom: 1em;
	}
	.flexBottom {
		justify-content: flex-start;
		align-items: flex-start;
	}
	.direccion {
		padding-bottom: 0;
	}
	section {
		padding: 1em 0 !important;
	}
	#meses {
		display: block;
	}
	.mes {
		text-align: center;
		width: 100%;
		padding: 0 1em;
		margin: auto;
		margin-bottom: 2em;
	}
}

@media screen and (max-width: 600px) {
	header {
		background: cyan;
	}
}

@media screen and (max-width: 480px) {
	header {
		background: magenta;
	}
	/* GENERALES */
	.icons{
		justify-content: space-around;
		margin-bottom: 0em;
	}
	.icon {
		width: 100%;
	}
	.icons.center .icon:first-child{
		margin-right: 0;
	}
}

@media screen and (max-width: 320px) {
	header {
		background: yellow;
	}
}
