.tit_contactanos {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #5e7e8a;
}

.sub_title_contacto {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #5e7e8a;
	margin-bottom: 40px;
}

.lista_formu  {
	padding-left: 0 !important;
}

.lista_formu li {
	list-style: none;
	margin-bottom: 12px;
}

.style-4 input[type="text"] {
  width: 85%;
  padding: 12px;
  border: 1px solid #d1d1d1;
  transition: box-shadow 0.3s, border 0.3s;
}
.style-4 input[type="text"]:focus,
.style-4 input[type="text"].focus {
  border: solid 1px #5e7e8a;
}
.btnSubmit {
	width: 85%;
	background-color: #1ca7dc;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 12pt;
	color: white;
	text-align: center;
	border: 1px solid #1ca7dc;
	padding: 8px;
	margin-bottom: 20px; 
}
.btnSubmit:hover {
	background-color: white;
	border: 1px solid #1ca7dc;
	color: #1ca7dc;
	transition: .5s;
}

.texto_up {
	position: absolute;
	top: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1.6em;
	padding: 0 50px 0 10px;
	color: #fbf2e0;
	text-shadow: 2px 1px #5f5953;
}

.texto_up span {
	font-size: 1.4em;
}

.texto_down {
	position: absolute;
	bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1.6em;
	padding: 0 50px 0 10px;
	color: #fbf2e0;
	text-shadow: 2px 1px #5f5953;
}

.texto_down span {
	font-size: 1.4em;
}
.texto_down a {
	text-decoration: none;
	color: #1ca7dc;
	text-shadow: 0 0 transparent;
}



/*CAMBIO ESTILO POR BOOSTRAP*/
.cambio_estilo_por_bootstrap {
	font-weight: 400 !important;
}