/* Libro de Reclamaciones */
body:not(.home).ComplaintsBook .entry-header {
	margin-bottom: 0;
}
.ComplaintsBook .entry-header h1 {
	margin: 0;
	color: #000;
	font-weight: bold;
	font-size: 34px;
	text-align: center;
}
.libroReclamacionesTitle {
	margin: 10px 0 45px 0;
	color: #707070;
	font-weight: 500;
	font-size: 22px;
	text-align: center;
}
.bookSection {
	padding: 4% 5%;
	margin: 0px 0px 5% 0px;
	border: 1px solid #707070;
}
.bookSection {
	display: flex;
    flex-flow: row wrap;
}
.bookSection h2 {
	flex-basis: 100%;
	color: #50ac47;
	font-size: 18px;
	font-weight: bold;
}
.bookSection h2.firstElement {
	margin-top: 0;
}
.bookSection p {
	flex-basis: 100%;
	margin: 0px;
}
.bookSection p.form-row-first, 
.bookSection p.form-row-last {
	width: auto;
	flex-basis: 48.5%;
}
.bookSection p.form-row-first {
	margin-right: 1.5%;
}
.bookSection p.form-row-last {
	margin-left: 1.5%;
}
.bookSection .wpcf7-not-valid-tip {
    text-align: right;
    font-size: 12px;
}
.bookDisclaimer {
	margin: 0px 5px 5% 5px;
}
.bookDisclaimer label {
	display: inline-block;
	margin: 8px 0px;
	color: #646464;
	font-size: 14px;
}
.bookSubmit {
	position: relative;
	text-align: right;
}
.bookSubmit .wpcf7-submit {
	margin: 0px;
    padding: 12px 50px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    background-color: #50ac47;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    color: #fff;
    border: none;
    border-radius: 5px;
}
.bookSubmit .wpcf7-spinner {
	position: absolute;
    right: 10px;
    top: 12px;
    margin: 0px;
}
.libroReclamacionesForm .wpcf7 form.invalid .wpcf7-response-output {
	padding: 10px 15px;
	border: 2px solid #50ac47;
	font-size: 12px;
}

@media only screen and (max-width: 767px) { 
	.bookSection p.form-row-first, 
	.bookSection p.form-row-last {
		width: auto;
		flex-basis: 100%;
	}
	.bookSection p.form-row-first {
		margin-right: 0;
	}
	.bookSection p.form-row-last {
		margin-left: 0;
	}
	.bookSubmit {
		text-align: center;
	}
	.bookSubmit .wpcf7-spinner {
	    right: auto;
	    margin-left: -35px;
	}
}
@media only screen and (max-width: 480px) { 
	.bookSection input[type=text], 
	.bookSection input[type=email], 
	.bookSection input[type=tel], 
	.bookSection input[type=number], 
	.bookSection input[type=password], 
	.bookSection select, .bookSection textarea {
    	padding: 11px 10px;
    }
}