.wpcf7-form {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: stretch;
    width: 800px !important;
    max-width: 100% !important;
    margin: 20px auto !important;
}
.wpcf7-form .form-header {
	font-weight: 700 !important;
	font-size: 20px !important;
	border-bottom: 1px solid white !important;
	margin-bottom: 20px !important;
	padding-bottom: 10px !important;
}
.wpcf7-form .form-section {
	margin-bottom: 50px !important;
}
.wpcf7-form .form-section .form-row {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom: 15px !important;
}
.wpcf7-form .form-section .form-row > p {
	flex: 1;
	padding: 0 !important;
	margin: 1% !important;
	margin-bottom: 20px !important;
	min-width: 250px;
}

.wpcf7-form label {
	user-select: none;
}
.wpcf7-form .wpcf7-form-control-wrap {
	display: block !important;
	width: 100% !important;
}

.wpcf7-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.wpcf7-form select,
.wpcf7-form textarea {
	border: 3px solid #ccc !important;
	background-color: white !important;
	padding: 10px !important;
	width: 100% !important;
	max-width: 100% !important;
	color: black !important;
}
.wpcf7-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):hover,
.wpcf7-form select:hover,
.wpcf7-form textarea:hover,
.wpcf7-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
	border-color: #1e73be !important;
}
.wpcf7-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.wpcf7-form select {
	height: auto !important;
}
.wpcf7-form textarea {
	resize: vertical;
}
.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
	margin-right: 5px !important;
}
.wpcf7-form input[type="checkbox"]::after,
.wpcf7-form input[type="radio"]::after {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	outline: 1px solid var(--producto-color-destacado);
	border: 2px solid white;
	background-color: white;
	transition: .3s;
}
.wpcf7-form input[type="checkbox"]:checked::after,
.wpcf7-form input[type="radio"]:checked::after {
	content: "";
	background-color: var(--producto-color-destacado);
	transition: .3s;
}
.wpcf7-form input[type="radio"]::after {
	border-radius: 50%;
}

.wpcf7-form input[type="submit"] {
	background-color: #1e73be !important;
	border: 2px solid #1e73be !important;
	color: white !important;
	cursor: pointer;
	padding: 5px 35px !important;
	font-size: 18px !important;
	transition: .3s !important;
}
.wpcf7-form input[type="submit"]:not(:disabled):hover {
	background-color: white !important;
	color: #1e73be !important;
	transition: .3s !important;
}
.wpcf7-form input[type="submit"]:disabled {
	opacity: .5;
}























































































/* Estilos antiguos */
/*
form.wpcf7-form.sent > :not(.wpcf7-response-output) {
	display: none;
}
#iw-formulario-principal input:not([type="checkbox"]), #iw-formulario-principal textarea {
	width: 100% !important;
	max-width: none;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form .select2 {
	border: 1px solid black;
	margin-top: 5px;
}
.wpcf7-form label {
	margin: 10px 0;
}
.wpcf7-form .datos-1 label, .wpcf7-form .datos-2 label, .wpcf7-form .datos-3 label {
	display: inline-block !important;
	width: 48%;
	vertical-align: top;
}
.wpcf7-form .select2 {
	width: 100% !important;
}
.wpcf7-form .wpcf7-form-control-wrap {
	display: block;
	margin-top: -1px !important;
	width: 100% !important;
}
.wpcf7-form > div {
	display: flex;
	flex-wrap: wrap;
}
.wpcf7-form > div > * {
	margin: 15px;
}
.wpcf7-form > div > span {
	width: 100%;
	margin: 40px 0 10px;
	color: black;
	font-weight: 800;
	text-decoration: underline;
}
.wpcf7-form > div:nth-of-type(2) > label {
	width: 45%;
}
.wpcf7-form > div:nth-of-type(3) > label {
	width: 30%;
}
.wpcf7-form > div:nth-of-type(4) > label {
	width: 30% !important;
}
.wpcf7-form > div:nth-of-type(4) .wpcf7-list-item {
	width: 100%;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.wpcf7-form > div:nth-of-type(5) > label {
	width: 100%;
}
.wpcf7-form > div:nth-of-type(5) textarea {
	width: 100%;
	max-width: none;
	resize: vertical;
}
.wpcf7-form > div:nth-of-type(5) input {
	max-width: none;
	width: 100%;
}
.wpcf7-form > div:nth-of-type(5) input[type="checkbox"] {
	display: inline !important;
	width: initial !important;
}
.wpcf7-form > p label:nth-of-type(2) {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wpcf7-form > p label:nth-of-type(2) > b {
	width: 100%;
}
.wpcf7-form > p label:nth-of-type(2) > .wpcf7-form-control-wrap {
	width: 50% !important;
}
.wpcf7-form br{display: none;}
.wpcf7-form select{width: 100% !important;}
*/


