.item {
	margin: 0;
	padding-left: 0.9375em;
	padding-right: 0.9375em
}

.item {
	width: 100%
}

.item.container {
	padding-left: 0;
	padding-right: 0
}

.full {
	max-width: 100%
}





.header__banner {
	padding: 0;
	position: relative
}

.header__banner:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: 
  		radial-gradient(120rem 280% at 50% 50%, transparent 0, #780707 60%, #780707 80%, #5e0808 100%),
  		radial-gradient(120rem 280% at 50% 50%, transparent 0, #ae1616 60%, #780707 80%, #5e0808 100%);

}

.header__title {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: white;
	z-index: 20;
	font-family: "Amaranth", sans-serif;
	font-size: 1em;
	width: 100%;
	text-align: center;
	margin-top: 0
}

@media screen and (min-width:640px) {
	.header__title {
		font-size: 2em
	}
}

.header__title p {
	display: none
}

@media screen and (min-width:640px) {
	.header__title p {
		display: block
	}
}




.h1 {
	font-size: 2.2em;
	font-family: 'PT Sans Narrow', sans-serif
}

.h2 {
	font-size: 1.8em;
	font-family: 'PT Sans Narrow', sans-serif
}

.h3 {
	font-size: 1.2em
}

img {
	width: 100%;
	height: 100%
}

.main-form {
	margin: 2em auto;
	background: white;
	border-radius: 5px;
	-webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12)
}

.main-form__formulario {
	color: #b85151
}

.main-form__formulario input,
.main-form__formulario textarea {
	margin: .3em 0 1.5em 0;
	padding: .5em;
	width: 100%;
	border: none;
	border-radius: 2px;
	border-bottom: 1px solid #b85151
}

.main-form__formulario button {
	width: 100%;
	background: #b85151;
	padding: .8em 0;
	color: white;
	font-size: 1.2em;
	margin-bottom: 1em;
	border: 1px solid white;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-radius: 5px
}

.main-form__formulario button:hover {
	background: white;
	border: 1px solid #b85151;
	color: #b85151
}

.main-form__formulario--subtitle1 {
	color: #b85151;
	text-align: center
}

.main-form__contact {
	background: #b85151;
	color: white;
	border-radius: 0px 5px 5px 0;
	-webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12)
}

.main-form__contact--subtitle2 {
	color: white;
	text-align: center!important
}

.main-form__contact--img {
	display: block;
	width: 50%;
	margin: auto;
	padding-bottom: 1em
}

.main-form__contact--subtitle {
	color: #b85151;
	text-align: center
}

.main-form__contact--list {
	list-style: none
}

.main-form__contact--list i {
	color: #f9f4f4
}

.main-form__contact--list li {
	padding: .2em 0;
	color: #f0e3e3
}

.main-form__contact--list li ul {
	list-style: none;
	padding: .3em 1.5em
}

.main-contact__form {
	margin: auto
}


*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body {
	margin: 0;
	font-family: "Arsenal", sans-serif;
	background: #fbf4e7
}

img {
	max-width: 100%;
	height: auto
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: underline
}