.label-checkbox {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 0 1rem 1rem 0;
	cursor: pointer;
	padding: 0;
	height: auto;
	width: auto;
	vertical-align: inherit;
	transition: color 0.3s ease-in-out;
}
.label-checkbox input[type="checkbox"] {
	appearance: checkbox !important;
	line-height: 1.5;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	margin-right: 0.1rem;
	margin-bottom: 0.1rem;
	outline: 0 solid red;
	box-shadow: 0 0 0.5rem 0 rgba(34, 34, 34, 0);
	transition: box-shadow 0.3s ease-in-out;
}
.label-checkbox input[type="checkbox"]:hover,
.label-checkbox input[type="checkbox"]:focus {
	box-shadow: 0 0 0.5rem 0 rgba(34, 34, 34, 0.5);
}

/* Para politica de cookies*/
a.btn-green {
	display: inline-block;
}

/* CSS contacto contenido  --------------------------------------------------------*/
.contacto-contenido {
    padding: var(--padding-60) var(--padding-30);
    margin: 0;
    margin-bottom: var(--padding-60);
    background-color: #DDE1E1;
    width: 100%;
    height: auto;
}

.contacto-contenido p {
    margin-bottom: var(--padding-10);
}

.contacto-contenido p:last-child {
    margin-bottom: 0;
}

.contacto-contenido-wrapper {
    max-width: 1560px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: flex;  
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: var(--padding-60);
}

.contacto-contenido-form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-basis: 48%;
    gap: var(--padding-30);
}

.contacto-contenido-map {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex-basis: 48%;
    border-radius: var(--padding-10);
}

.contacto-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
}

/*
.contacto-form .btn-main {
    align-self: flex-end;
    width: 100%;
}
*/
.contacto-form legend {
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: var(--padding-6);
}

.form-footer {
    display: flex;
    justify-content: flex-end;
    align-self: stretch;
    margin: 0;
    gap: var(--padding-10);
}

input.input-form {
    display: block;
    width: 100%;
    padding: 0;
    color: #000;
    margin: 0;
    margin-right: 0.0;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border: 0;
    cursor: pointer;
    border-radius: var(--padding-10);
}

.form-input {
    font-size: 1.1rem;
    line-height: 1.2;
    border: 0;
    border-radius: var(--padding-10);
    border: 0;
    padding: var(--padding-10);
    width: 100%;
    height: auto;
    white-space: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    outline: 0;
    box-shadow: 0;
    transition: background-color 0.2s ease-in-out;
    margin-bottom: var(--padding-10);
}

.form-input:hover,
.form-input:focus,
.form-input:active {
    background-color: #eaeaea;
}

.form-input::-webkit-input-placeholder {
    color: #4D5B5B;
}

.form-input::-moz-placeholder {
    color: #4D5B5B;
}

.form-input:-ms-input-placeholder {
    color: #4D5B5B;
}

.form-input::placeholder {
    color: #4D5B5B;
}

.contacto-form abbr {
    color: #940000;
}

.contacto-form textarea {
    font-size: 1.1rem;
    line-height: 1.2;
    border: 0;
    border-radius: var(--padding-10);
    border: 0;
    padding: var(--padding-10);
    width: 100%;
    height: 100%;
    outline: 0;
    white-space: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0;
    background-color: #fff;
    transition: background-color 0.2s ease-in-out;
    margin-bottom: var(--padding-20);
}

.contacto-form textarea:hover,
.contacto-form textarea:focus,
.contacto-form textarea:active {
    background-color: #eaeaea;
}

.contacto-form textarea::-webkit-input-placeholder {
    color: #75808A;
    font-weight: normal;
}

.contacto-form textarea::-moz-placeholder {
    color: #75808A;
    font-weight: normal;
}

.contacto-form textarea:-ms-input-placeholder {
    color: #75808A;
    font-weight: normal;
}

.contacto-form textarea::placeholder {
    color: #75808A;
    font-weight: normal;
}
