/*
Theme Name: Caos Organizado
Author: Luan Oliveira
Author URI: https://wpcaos.com.br
Description: Caos organizado com blocos do Wordpress
Version: 1.0
*/

* {
	box-sizing:border-box;
}

img {
	max-width:100%;
}
.fluentform,.fluentform .ff-btn-submit {
	font-family:'Jost',sans-serif;
}

.fluentform.ff-default  .ff_btn_style.ff-btn-submit {
	width:100%;
	border:1px solid #edc473;
	font-size:18px;
	font-weight:600;
	line-height:1;
    background: linear-gradient(90deg, rgb(237, 196, 115) 0%, rgb(248, 233, 169) 49%, rgb(232, 183, 96) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	border-radius:0;
	padding:16px;
}

.fluentform .ff-el-input--label {
	color:#ffffff;
	font-family:'Jost',sans-serif;
	font-size: 16px;
	margin-bottom:5px;
}

.fluentform.ff-default .ff-el-form-control {
	background: #D9D9D9;
	border:1px solid #D9D9D9;
	background: #D9D9D9;
	border-radius:0;
	color:#000000;
	font-size: 16px;
}

.fluentform.ff-default .ff-el-form-control:focus {
	outline-style:none;
	background: #D9D9D9;
	border-color:#E8B760;
}

.fluentform.ff-default input.ff-el-form-control::placeholder {
  color: #8A8989;
  opacity: 1;
}

.fluentform.ff-default .ff-message-success {
	border:1px solid white;
	color:#ffffff;
	font-family:'Jost',sans-serif;
	font-size:18px;
	line-height:1.5;
}

.fluentform.ff-default .ff-message-success a {
	color:#ffffff;
	text-decoration:underline;
}

.fluentform.ff-default .ff-message-success a:hover {
	color:#ffffff;
	text-decoration:none;
}

html {
	scroll-behavior: smooth
}

.float-whats {
	width:80px;
	position:fixed;
	z-index:10;
	bottom:32px;
	right:32px;
	height:80px;
}