/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 01 2025 | 09:18:44 */
/* Añade aquí tu código CSS.

Por ejemplo:
.ejemplo {
    color: red;
}

Para mejorar tu conocimiento sobre CSS, echa un vistazo a https://www.w3schools.com/css/css_syntax.asp

Fin del comentario */ 

.form-work .container-input span > input, .form-work .container-input span > textarea{
	width: 100%;
	padding: 1.5rem 2rem;
	background: transparent;
	border: 1px solid #a39075;
	color: #000;
}

.form-work .container-input span > input::placeholder, .form-work .container-input span > textarea::placeholder{
	color: #a39075;
}
/*
.form-work .container-input span > input[type="file"]{
	border:none;
	padding: 0;
} */

form div.btn-send-form input.theme-btn:hover{
	color: #315a56;
	border: 2px solid #ffffff;
    background: #ffffff;
}

form div.btn-send-form input.theme-btn{
    font-weight: 700;
	background: #152d35;
    border: 2px solid #152d35;
    color: #fff;
}