h5 {
	display: inline;
	font-size: 13px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: initial;
}

ul {
	list-style-type: none;
}

body {
	min-width: 600px;
}

textarea:focus {
	background-color: #792A35;
	color: white;
}

input {
	align-items: flex-start;
	text-align: center;
	cursor: pointer;
	color: white;
	padding: 0px 0px 0px;
	border: 0px outset buttonface;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	background-color: white;
	box-sizing: border-box;
}

.tk-museo-sans {}

.header {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
}

.logo-header {
	display: initial;
	float: left;
	position: relative;
	top: 30px;
}

.descr-header {
	float: right;
	position: relative;
	top: 50px;
}

.descr-header li h5 {
	line-height: 20px;
	position: relative;
	left: 10px;
	font-weight: 600;
}

.section-banner {
	background-color: #F1F1F2;
	width: 100%;
	height: 400px;
	box-shadow: 1px 0px 11px -3px grey;
}

.banner {
	position: relative;
	top: 80px;
}

.banner div div div img {
	margin-left: auto;
	margin-right: auto;
}

.section-formulario {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.titulo-section-formulario {
	margin-top: 100px;
	font-size: 34px;
	color: #792A35;
}

.subtitulo-section-formulario {
	font-size: 21px;
	color: #58585B;
}

.formulario-top-izq, .formulario-bot-izq {

}

.formulario-bot-dxa, .formulario-top-dxa {

}

.textarea-formulario {
	width: 300px;
	height: 36px;
	display: block;
	margin: 0px 0px 10px 0px;
	border-style: none;
	border-radius: 0px;
	background-color: rgb(225, 225, 225);
	outline: none;
	resize: none;
}

.ul-formulario {
	position: relative;
	left: 100px;
	bottom: 84px;
}

.boton-enviar {
	position: relative;
	top: 20px;
	left: 40px;
	background-image: url("../images/boton.svg");
	width: 227px !important;
	height: 78px;
}

.section-info {
	margin-top: 100px;
	background-color: #F1F1F2;
	min-height: 620px;
	box-shadow: 1px 0px 11px -3px grey;
}

.info {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.section-info-h5 {
	font-size: 18px;
	color: #58585B;
	font-weight: 500;
}

.section-info-h5-2 {
	font-size: 18px;
	color: #792A35;
	font-weight: 500;
}

.section-info-lista {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18px;
	color: #58585B;
	font-weight: 500;
	list-style-type: square;	
}

.section-info-lista-2 {
	margin-top: 55px;
	margin-bottom: 55px;
	font-size: 18px;
	color: #792A35;
	font-weight: 500;
	list-style-type: square;	
}

.footer {
	width: 100%;
	height: 150px;
	background-color: #792A35;
}

.contenedor-footer {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.descr-footer {
	position: relative;
	top: 26px;
	left: 66px;
	color: white;
}

.descr-footer li {
	line-height: 25px !important;
}

.logo-footer {
	position: relative;
	top: 35px;
	float: left;
}

.rayita-footer {
	float: left;
	position: relative;
	top: 30px;
	left: 60px;
}

.logo-cometa-footer {
	float: right;
}

.footer-2 {
	float: right;
	position: relative;
	top: 11px;
}

.footer-2 h5 {
	color: white;
	margin-right: 15px;
}