<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">form[name="formfurlwsp"] textarea { 
	width: 100%; margin-bottom: 0; 
	padding: .6rem .7rem; 
	-webkit-transition: all .3s ease-in-out; 
	transition: all .3s ease-in-out; 
	border: 1px solid #55595c; 
	border-radius: 3px; 
	color: #55595c; 
	font-size: 1rem; 
} 

form[name="formfurlwsp"] button[type="submit"] {
	width: 100%; 
	color: #000000; 
	background-color: #FFFFFF; 
	background-image: none; 
	border-style: solid; 
	border-width: 4px 4px 4px 4px; 
	border-color: #000000; 
	font-weight:bold; font-size: 24px;
	cursor: pointer;
}

.elementor-element.elementor-element-0dbdbdc.elementor-widget.elementor-widget-raven-form { 
	display:none; 
	position:absolute; 
	height:1px; 
}


/* sobre resultado*/
#idfResult {
	display:flex;
	flex-direction:column;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:center;
	align-content:center;
	/*height:100vh;*/ /*Este valor lo puedes omitir si la altura de tu componente esta definida*/
}

#idfItem {
	order:0;
	flex:0 1 auto;
	align-self:auto;
	height:auto;
	width:auto;
	border: 1px solid #000;
	padding: 20px;
	text-align: center;
	margin-top: 24px;
}

#idfbttn {
	width: 100%; 
	height: 45px;
	text-align: center;
	background: red;
	background-color: #FFFFFF; 
	background-image: none; 
	border-style: solid; 
	border-width: 4px 4px 4px 4px; 
	border-color: #000000;
}

#idfbttn div {
	width: 100%; 
	height: auto;
	text-align: center;
	margin-top: -4px;
}


#idfbttn a.idfbttnotro {
	width: 100%; 
	color: #000000; 
	height: auto;
	text-align: center;	
	font-weight:bold; 
	font-size: 24px;
}



#idfbttnWsp {
    width: 100%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #2ecc71;
}


#idfbttnWsp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    padding: .67rem 1.2rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 0;
    border-radius: 3px;
    background-color: #2ecc71;
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
}

</pre></body></html>