/*
 *	Custom WPForms CSS file + aviso privacidad en formulario
 *	Author: Daniel Prol
 *	Author URI: http://www.acuarel.es/
 *	Version: 1.0
 **/
::placeholder {
	color:    #681e1e;
	font-family: inherit;
	opacity:1;
}


/*WPFORMS*/
.wpforms-container{
	--linea-normal:#71787c;
	--accent-acuarelnew7:#f5ad34;
	--negro-acuarelnew7:#242e35;
	--color-texto: #8b9091;
}


.wpforms-field-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	/*border:2px dashed #c00 !important;*/
}

div.wpforms-container .wpforms-field.wpforms-field-text,
div.wpforms-container .wpforms-field.wpforms-field-textarea{
	flex-basis: 100%;
}
div.wpforms-container .wpforms-field.half{
	flex-basis:48% !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 5px 0;
}

@media (max-width: 640px){
	div.wpforms-container .wpforms-field.half{
		flex-basis:100% !important;
	}
}

div.wpforms-container .wpforms-field input[type=text],
div.wpforms-container .wpforms-field input[type=email],
div.wpforms-container .wpforms-field select,
div.wpforms-container .wpforms-field textarea{
	font-size: 16px;
	height: 1.5em;
	line-height: normal !important;;
	font-weight: normal;
	text-align: left;
	padding: 1em 1em;
	outline: none;
	color: var(--color-texto) !important;
   appearance:none;
	background: #fff;
	background-image: none;
	border: 1px solid var(--accent-acuarelnew7) !important;
    border-radius: 0 !important;
    transition: all 0.3s ease;
}
div.wpforms-container .wpforms-field input[type=date]{
	font-size: 16px;
	height: 34px;
	line-height: normal !important;;
	font-weight: normal;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;

	outline: none;
	color: var(--color-texto) !important;
	appearance:none;
	background: #fff;
	background-image: none;
	border: 1px solid var(--linea-normal);
}

div.wpforms-container .wpforms-field input.hasDatepicker{
    text-align: center !important;
}

div.wpforms-container .wpforms-field textarea{resize:none; height:12em;}

div.wpforms-container .wpforms-field input[type=text]:not(.wpforms-error):focus,
div.wpforms-container .wpforms-field input[type=email]:not(.wpforms-error):focus,
div.wpforms-container .wpforms-field input[type=date]:not(.wpforms-error):focus,
div.wpforms-container .wpforms-field textarea:not(.wpforms-error):focus{
	border: 1px solid var(--negro-acuarelnew7) !important;
}

div.wpforms-field-container .wpforms-field label.wpforms-error {
	display:none !important;
}


div.wpforms-container .wpforms-field div.wpforms-field-limit-text{display:none !important;}

/* div.wpforms-container-full .wpforms-form ul,
div.wpforms-container-full .wpforms-form ul li  */

.wpforms-container .wpforms-form ul.privacidade{
	list-style-type: disc !important;
	list-style-position: inside !important;
	padding: 0!important;
    margin: 20px 0!important;
    margin-bottom: 30px!important;
}

div.wpforms-container-full .wpforms-form ul.privacidade,
div.wpforms-container-full .wpforms-form ul.privacidade li {
	list-style-type: disc !important;
	list-style-position: inside !important;
	padding-left:20px !important;
	font-size:14px !important;
}

div.wpforms-container-full .wpforms-form ul.privacidade li:first-child{
	color:var(--negro-acuarelnew7) !important;
	list-style: none !important;
	font-weight: bold !important;
	font-weight:22px !important;
	padding-left:0 !important;
}
div.wpforms-container-full .wpforms-form ul.privacidade li > span{
	display:inline-block !important;;
	font-weight: bold !important;;
	padding-right: 10px !important;;
}
div.wpforms-container-full .wpforms-form ul.privacidade li > a,
div.wpforms-container-full .wpforms-form ul.privacidade li > a:visited{
	color:var(--accent-acuarelnew7) !important;
}

div.wpforms-submit-container{
    text-align: center;
}

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: var(--accent-acuarelnew7) !important;
    /* border: 1px solid var(--linea-normal); */
    color: #fff;
    font-size: 1em;
    padding: 10px 15px;
}




.wpforms-field.full{
    width: 100% !important;
}

.wpforms-field-container select{
    padding: 0 !important;
    padding-left: 16px !important;
}

.wpforms-field input, div.wpforms-container .wpforms-field textarea, div.wpforms-container .wpforms-field select{
    border-color: #ccc !important;
}

.wpforms-field input[type="number"]{
    padding-left: 16px !important;
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
   appearance: textfield;
}

div.wpforms-submit-container{
    text-align: left !important;
}

div.wpforms-submit-container button{
    background-color: transparent !important;
    border: 1px solid #142338 !important;
    color: #142338 !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

div.wpforms-submit-container button:hover{
    border: 1px solid #f1cc00 !important;
    color: #f1cc00 !important;
}

/*
         ____           _                          _       _               _
        |  _ \   _ __  (_) __   __   __ _    ___  (_)   __| |   __ _    __| |
        | |_) | | '__| | | \ \ / /  / _` |  / __| | |  / _` |  / _` |  / _` |
        |  __/  | |    | |  \ V /  | (_| | | (__  | | | (_| | | (_| | | (_| |
        |_|     |_|    |_|   \_/    \__,_|  \___| |_|  \__,_|  \__,_|  \__,_|

*/



p.privacidad-acepta,
label.privacidad-acepta{
	display:block;
	margin-top: 1em;
	border:0px solid;
}
p.privacidad-acepta >span.wpcf7-form-control-wrap,
label.privacidad-acepta >span.wpcf7-form-control-wrap{
	margin-right:5px;
}

ul.privacidade{
	list-style-position: inside;
	font-size:14px;
	padding: 0;
    margin: 20px 0 20px 0;
    margin-bottom: 30px;
}

ul.privacidade li{
	padding-left:20px !important;
}

ul.privacidade li:first-child{
	color:#0e8a2f;;
	list-style: none;
	font-weight: bold;
	padding-left:0 !important;;
}
ul.privacidade li > span{
	display:inline-block;
	font-weight: bold;
	padding-right: 10px;
}