@charset "utf-8";
/* CSS Document */

#btn-modal{
	display: none;
}
/* funcionamiento de la ventana modal*/

#btn-modal:checked ~ .modal_wrap{
	display: flex;
}

.modal_wrap{
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;	
}

.mensaje-modal{
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	width: 90%;
	max-width: 400px;
	padding: 30px 20px 15px;
}

.mensaje-modal h3{
	margin-top: -6px;
	font-size: 24px;
	
}

.x-error{
	font-weight: 900;
	font-size: 18px;
	margin-left: 10px;
}

.mensaje-modal hr {
	border-bottom: solid 1px #5A6064;
	margin-top: 6px;
	margin-bottom: 24px;
}

.mensaje-modal p{
	margin-bottom: 9px;
}

#btnClose {
	float: right;
	margin-top: 12px;
	cursor: pointer;
	padding: 10px 20px;
}

#btnClose2 {
	float: right;
	margin-top: 12px;
	cursor: pointer;
}

.tituloventana{
	font-family: 'open_sansregular', sans-serif;
	font-size: 37px;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 22px;
	line-height: 44px;
	color: #FF0000;
}
h6{
	text-align: center;
	font-size: 15px;
	margin-bottom: -10px;
	color: #FF0000;
}

h5{
	font-size: 15px;
	line-height: 1.5;
	color: #606060;
}

.formulario-contacto{
	width: 90%;
	max-width: 650px;
	margin: auto;
	padding: 0px 10px 20px 10px;
	color: #5A6064;
	/*background-color: #ededed;*/
	/*text-align: center;
	align-content: center;*/
}

#formulario-contacto h4{
	text-align: center;
	margin-bottom: 14px;
}

#formulario-contacto h1{
	text-align: center;
	margin-bottom: 14px;
}

.form-contacto{
	display: flex;
	flex-direction: column;
}

.boton-form{
	width: 180px;
	margin-top: 32px;
	margin-bottom: 20px;
	border: none;
	border-radius: 2px;
	background-color: #FF0000;
	color: #fff;
	padding: 7px 20px 7px 20px;
	cursor: pointer;
}

.boton-form:hover{
	background-color: #626161;
}

.tipotxtform{
	font-size: 12px;
	font-family: Segoe, "open_sansitalic", Verdana, "sans-serif";
}

.h1-modal{
	margin-top: 0px;
	margin-bottom: 22px;
}

.vinculo1{
	text-align: right;
	margin-top: 24px;
}

#politica{
	margin: 0px;
	padding: 9px 15px;
	background-color: #15F807;
	width: 14px;
}

input {
	margin: 12px;
	padding: 6px;
	width: 600px;
	border: none;
	margin-bottom: 5px;
	border-radius: 2px;
	color:#5A6064;
}

input [type="submit"]{
	margin-bottom: 20px;
	border: none;
	border-radius: 2px;
	background-color: #FF0000;
	color: #fff;
	padding: 4px 20px 4px 20px;
}

textarea {
	margin: 12px;
	padding: 6px;
	max-width: 600px;
	min-height: 150px;
	max-height: 150px;
	border: none;
	margin-bottom: 5px;
	border-radius: 2px;
	color:#5A6064;
}

input, select, textarea{
	width: 90%;
	max-width: 356px;
	padding: 6px;
    border: none;
	border-bottom: solid 2px #5A6064;
	padding-bottom: 8px;
    outline: 0;
    font: normal 16px/100% "open_sanslight", Verdana, Tahoma, sans-serif;
    background:#FFFFFF;
	color: #FF0000;
}

form label{
	margin-left: 15px;
	margin-top: 26px;
	line-height: 11px;
	color:#5A6064; 
}

form select{
	width: 90%;
	max-width: 250px;
	margin-left: 12px;
	margin-top: 12px;
	margin-bottom: 20px;
	border: solid 1px #5A6064;
	border-radius: 2px;
	padding: 4px 20px 4px 20px;
	color:#5A6064;
	color: #ff0000;
	cursor: pointer;
}

.desabilitado {
	color: #ff0000;
	color: #f98687;
}
.habilitado{
	color:#5A6064;
}

form hr{
	width: 90%;
	max-width: 356px;
	margin-left: 12px;
}

.checkbox-cls{
	max-width: 14px;
}

#centrado-form {}

.formu_txt{
	font-family: 'open_sanslight', sans-serif;
	font-size: 16px;
	margin-top: 22px;
	margin-bottom: 6px;
	margin-left: 12px;
	color: #000;
}

#form-noticias{
	width: 90%;
	max-width: 356px;
	padding: 12px 14px 11px 20px;
	margin: 21px 0px -10px 12px;
    border: none;
	background: rgba(255,0,0,0.15);
	border-radius: 2px;
}

.form-noticias{
	font-family: 'open_sanslight', sans-serif;
	font-size: 16px;
	text-align: justify;
}

.checkbox-cls2{
	margin: 0px;
	padding: 0px;
	margin-left: -15px;
	margin-right: 10px;
	max-width: 14px;
}

.checkbox-cls2+label:hover {
	outline: #FF0000;
	border: 1px solid #ff0000;
}

.popup-modal{
	line-height: 28px;
}