/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 13 2024 | 19:44:40 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 01 2024 | 17:17:34 */
:root {
	--indicador: Estilos;
}

#contacto_flotante {
	position: fixed;
	z-index: 9999;
	right: 8vw;
	top: 5vw;
	width: auto;
}
#registro label{
	width: 100%;
	font-size: 28px;
	color: white;
	font-family: "Unbounded", Sans-serif;
	margin-bottom: 1em;
}
#registro label input {
	border-radius: 0;
	background: transparent;
	border: none;
	border-bottom: 2px solid #dbd9d3;
	color: white;
	padding: 0;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
}
#registro label input:focus {
	box-shadow: none;
	outline: none;
}
#registro .wpcf7-acceptance span {
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
}
#registro .wpcf7-not-valid-tip {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	padding-top: 6px;
}
#registro input[type="submit"] {
	display: block;
	margin: 0 0 0 auto;
	font-family: "Unbounded", Sans-serif;
	font-size: 22px;
	background: white;
	border: none;
	color: black;
	padding: 0.5em 1.5em;
}
#registro input[type="submit"]:disabled {
	background: gray;
}
#registro .wpcf7-acceptance label {
	cursor: pointer;
}
#registro .wpcf7-acceptance input[type="checkbox"] {
	display: none;
}
#registro .wpcf7-acceptance input + span {
	position: relative;
	padding-left: 30px;
}
#registro .wpcf7-acceptance input + span:before {
	content: '';
	width: 20px;
	height: 20px;
	background: white;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	transition: box-shadow .5s ease;
	border: 2px solid white;
}
#registro .wpcf7-acceptance input:checked + span:before {
	box-shadow: 0 0 0 5px black inset;
}
#registro > div {
	max-width: 520px
}
#registro h4 {
	line-height: 1.5;
}

.vecindario_box h4{
	padding-left: 100px;
	position: relative;
	margin-bottom: .5em;
}
.vecindario_box ul {
	padding-left: 60px;
	margin-left: 40px;
	list-style: none;
	border-left: 1px solid black;
}

.vecindario_box h4:before {
	content: '';
	width: 40px;
	height: 30px;
	position: absolute;
	background: url(https://residente.com.co/wp-content/uploads/2024/02/slash@2x.webp) no-repeat center;
	background-size: contain;
	left: 15px;
}
.vecindario_box ul li {
	margin-bottom: .5em;
}
.wpcf7-response-output {
    font-size: 1rem;
    background: black;
    color: white;
    border: none !important;
    padding: 4px 8px !important
}
@media (max-width: 1366px) {
	#contacto_flotante {
		right: 15px;
		top: 45px;
	}
}
@media (max-width: 1200px) {
	.vecindario_box h4{
	padding-left: 60px;
	}
	.vecindario_box ul {
		padding-left: 40px;
		margin-left: 20px;

	}

	.vecindario_box h4:before {

		width: 30px;
		height: 20px;
		left: 10px;
	}
}
@media (max-width: 768px) {
	.vecindario_box h4{
		padding-left: 40px;
	}
	.vecindario_box ul {
		padding-left: 30px;
		margin-left: 10px;
	}

	.vecindario_box h4:before {

		width: 30px;
		height: 20px;
		left: 10px;
	}
}