/*body {font-family: Arial, Helvetica, sans-serif;}*/



/*.container {
  padding: 20px;
  background-color: #f1f1f1;
} */

/*.input_registro_news input[type=text], input[type=email], input[type=submit] {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}*/

#frmNews {
  border: 3px solid #f1f1f1;
  font-family: Arial;
}

/* Estilo para poner el texto del placeholder en */
/* los INPUT que sean de tipo date */
.input_registro_news input[type="date"]::before {
	/*color: #999999;*/
	color: #6d6d6d;
	content: attr(placeholder);
}
.input_registro_news input[type="date"] {
	color: #ffffff;
}
.input_registro_news input[type="date"]:focus,
.input_registro_news input[type="date"]:valid {
	color: #000000;
	/*color: #666666;*/
	/*color: #ffffff;*/
}
.input_registro_news input[type="date"]:focus::before,
.input_registro_news input[type="date"]:valid::before {
	content: "" !important;
}

.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
.icon {
  padding: 10px;
  background: dodgerblue;
  color: white;
  min-width: 50px;
  text-align: center;
  font-size: 20px;
  border-radius: 5px 0 0 5px;
}
.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
  border-radius: 0 5px 5px 0;
}

}
.input-field:focus {
  border: 2px solid dodgerblue;
}
/* Set a style for the submit button */
.btn {
  background-color: #4CAF50;
  color: white;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.8;
}

.btn:hover {
  opacity: 1;
}

/* Clase para un radio input con botones */
.switch-field {
	display: flex;
	/*margin-bottom: 36px;*/
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	/*line-height: 1;*/
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
	margin-bottom: 0px;
	/*padding-top: 11px;*/
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #a5dc86;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

/* On screens that are 600px wide or less */
@media screen and (max-width: 600px) {
	.logo-header { 
		padding: 0px;
		display: none !important;
		visibility: hidden;
	}
	
	.search-header { 
		visibility: hidden;
	}
	.header-middle {
		padding-top: 15px !important;
		display: none !important;
		visibility: hidden !important;
	}
}


/*.input_registro_news input[type=checkbox] {
  margin-top: 16px;
}*/

/*input[type=submit] {
  background-color: #4CAF50;
  color: white;
  border: none;
}*/

/*input[type=submit]:hover {
  opacity: 0.8;
}*/