body {
	font-family: 'Jost', sans-serif;
	font-size: 18px;
	line-height: 1.42857143;
	color: #010101;
	background-color: #F9F9F9;
}

img {
	border: 0px;
}

.clear {
	clear: both;
}

::selection {
	background: #19893D;
	color: #fff;
	text-shadow: none;
}

a, a:hover {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


/* jota css */
.validarInputError {
    border: 2px solid red!important;
    color: red!important;
}
.header{
	position: relative;
	background-color: #19893D;
	padding: 30px 0;
	background-image: url("img/bg_top.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #fff;
	margin-bottom: 40px;
}
.enlace_ayuda a{
	position: absolute;
	color: #fff;
	font-size: 15px;
	right: 10px;
	top: 10px;
}
.logo_herecu{
	text-align: center;
	margin-bottom: 10px;
}
.header h1{
	font-size: 30px;
	text-align: center;
	margin-top: 20px;
	font-weight: 700;
}


@media (max-width: 400px){
	.header h1{
		font-size: 25px;
	}
}
.footer{
	border-top: 1px solid #c7c7c7;
	padding: 25px;
	margin-top: 40px;
}
.foot_copy{
	display: flex;
    align-items: center;
	font-size: 15px;
	color: #010101;
}
.foot_copy img{
	margin-left: 15px;
}
.enlaces_footer{
	font-size: 15px;
	color: #010101;
}
.enlaces_footer a{
	color: #010101;
}
.enlaces_footer a:hover{
	color: #19893D;
	text-decoration: none;
}
@media (max-width: 730px){
	.footer{
		padding: 15px;
	}
	.colfooter .col, .colfooter .col-auto, .foot_copy{
		width: 100%;
		text-align: center;
		display: block;
	}
}
.titulo_pasos{
	font-size: 26px;
	color: #5f5f63;
	font-weight: 5300;
	margin-bottom: 16px;
}
.titulo_pasos span{
	color: #000;
}
.select_vivienda a{
	display: block;
	border-radius: 10px;
	border: 2px solid #e1e1e1;
	height: 378px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
	color: #f9f9f9;
	font-size: 26px;
	font-weight: 500;
}
.select_vivienda a:hover{
	border: 2px solid #19893D;
}
.select_vivienda a img{
	object-fit: cover;
	width: 100%;
	height: 378px;
}
.select_vivienda a span{
	display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 30px;
    padding-bottom: 20px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(155deg, rgba(0,0,0,0) 66%, rgba(0,0,0,0.6881127450980392) 100%);
	background: -webkit-linear-gradient(155deg, rgba(0,0,0,0) 66%, rgba(0,0,0,0.6881127450980392) 100%);
	background: linear-gradient(155deg, rgba(0,0,0,0) 66%, rgba(0,0,0,0.6881127450980392) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.img_vi{
	text-align: center;
	margin: 35px 0;
}
.img_vi img{
	max-width: 100%;
	height: auto;
}
.form_vivienda label, .form_vivienda{
	font-size: 18px;
	color: #5f5f63;
	font-weight: 500;
	display: block;
}
.form_vivienda label span{
	font-size: 13px;
	color: #000;
}
.form_vivienda input[type=number], .form_vivienda input[type=text], .form_vivienda textarea{
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	color: #19893D;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	padding: 8px 10px;
	margin-bottom: 20px;
}
.form_vivienda textarea{
	height: 140px;
}
.m_2{
	position: relative;
}
.m_2 span{
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 20px;
	color: #d2d2d2;
}
.form_vivienda input[type=number]:focus, 
.form_vivienda input[type=number]:hover,
.form_vivienda select:focus,
.form_vivienda select:hover, 
.form_vivienda input[type=text]:focus,
.form_vivienda input[type=text]:hover,
.form_vivienda textarea:focus,
.form_vivienda textarea:hover{
	border: 1px solid #19893D;
	outline: none;
}
.form_vivienda select{
	width: 100px;
	font-size: 18px;
	font-weight: 500;
	color: #19893D;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	padding: 6px 10px;
	margin-bottom: 20px;
}

/* radio personalizados */

.form_checks{
	margin-bottom: 20px;
}
.form_checks label > input[type="radio"], .form_checks label > input[type="checkbox"]{
  display: none;
}
.form_checks label > input[type="radio"] + *::before, .form_checks label > input[type="checkbox"] + *::before{
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 22px;
  height: 22px;
  margin-right: 0.3rem;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  border-color: #e1e1e1;
  background: #f2f2f2;
    position: relative;
    top: -3px;
}
.form_checks label > input[type="radio"]:checked + *, .form_checks label > input[type="checkbox"]:checked + * {
  color: #19893D;
}
.form_checks label > input[type="radio"]:checked + *::before, .form_checks label > input[type="checkbox"]:checked + *::before {
  background: radial-gradient(#19893D 0%, #19893D 40%, transparent 50%, transparent);
  border-color: #19893D;
}
.form_checks label > input[type="radio"] + *, .form_checks label > input[type="checkbox"] + * {
    display: inline-block;
	font-size: 18px;
	color: #19893D;
}
.form_checks > label {
	margin-top: 10px;
}
.form_checks_inline label{
	display: inline-block;
	margin-right: 10px;
}
.buttons_cont{
	text-align: right;
	margin-top: 20px;
}
.buttons_cont a{
	display: inline-block;
	background: #19893D;
	padding: 8px 40px;
	color: #fff;
	font-size: 23px;
	border-radius: 7px;
	margin-bottom: 10px;
}
.buttons_cont a span{
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url("img/vivienda/siguiente.png") no-repeat center center;
	position: relative;
	top: 2px;
}
.buttons_cont a:hover{
	background: #235818;
	text-decoration: none;
}
.buttons_cont a.anterior{
	background: #9a9a9a;
	margin-right: 10px;
}
.buttons_cont a.anterior:hover{
	background: #19893D;
}
.buttons_cont a.anterior span{
	background: url("img/vivienda/anterior.png") no-repeat center center;
}
@media (max-width: 400px){
	.buttons_cont a{
		padding: 8px 20px;
	}
}
a.select_opciones{
	font-size: 18px;
	color: #5f5f63;
	font-weight: 500;
	margin-bottom: 25px;
	display: block;
}
.img_opciones{
	height: 288px;
	border: 2px solid #e1e1e1;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 7px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.img_opciones img{
	height: 288px;
	width: 100%;
	object-fit: cover;
}
a.select_opciones:hover, a.select_opciones.opcion_seleccionada{
	color: #19893D;
	text-decoration: none;
}
a.select_opciones:hover .img_opciones{
	border-color: #19893D; 
}
a.select_opciones.opcion_seleccionada .img_opciones{
	border-color: #19893D; 
	-webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.23);
	-moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.23);
}
.label_notengoclaro label > input[type="radio"] + *, .form_checks label > input[type="checkbox"] + * {
	color: #5f5f63;
}
.img_cocina{
	height: 400px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 27px;
}
.img_cocina img{
	height: 400px;
	width: 100%;
	object-fit: cover;
}
.leido{
	font-size: 15px;
}
.leido a{
	color: #19893D;
}
.gracias{
	text-align: center;
	font-size: 18px;
	padding: 50px 0;
	color: #2f3146;
	font-weight: 500;
}
.gracias span{
	display: block;
	font-size: 25px;
	font-weight: 700;
}