
.newsletterfix input[type="email"] {
    background-color: #ffffff !important;
    color: #656565 !important;
    border: 1px solid #ffffff !important;
}
.newsletterfix input[type="email"]::placeholder {
    color: #9b9b9b !important;
}

.botaoflutuantedowhatsapp {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 64px;
    height: 64px;
    background-color: #4aae20;
    border: 5px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    display: flex;
    box-shadow: 0 5px 10px rgba(0,0,0,0.25);
    z-index: 999;
}
.botaoflutuantedowhatsapp a {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    color: #ffffff;
    line-height: 54px;
    font-size: 32px;
}

#paginacao {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}
#paginacao a {
	position: relative;
	display: block;
	padding: 0px 15px;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	margin: 0 5px;
	color: #30373f;
	background-color: #f6f4f5;
	border: 1px solid #f6f4f5;
}
#paginacao a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #106eea;
	border-color: #106eea;
	z-index: 2;
}
#paginacao a + a {
	margin-left: 7px;
}
#paginacao .active {
	color: #fff;
	text-decoration: none;
	background-color: #106eea;
	border-color: #106eea;
	z-index: 2;
}

.botaodentrodomenu {
    background-color: #009cf7;
    border-radius: 4px;
    padding: 2px 10px;
    margin: 0;
    line-height: 32px;
    color: #ffffff !important;
    transition: 0.25s;
}
.botaodentrodomenu:hover {
    background-color: #22aeff;
}

.linhabotao {
    display: flex;
    justify-content: center;
    margin-bottom: -10px;
}
.linhabotao a {
    position: relative;
    color: #ffffff;
    background-color: #106eea;
    border-radius: 4px;
    padding: 10px 20px;
    margin: 0 5px;
    line-height: 22px;
}
.linhabotao.napostagem {
    margin: 20px 0 0 0;
}

.readon.menor {
    padding: 4px 24px;
    text-transform: none;
}

.grecaptcha-badge {
    display: none !important;
}

.textarea-fix {
    min-height: 70px;
    max-height: 450px;
}

.custom-header-btn {
    display: block !important;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 16px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    border: 2px solid #34c759;
    background: #34c759;
    color: #ffffff;
}

.custom-header-btn:hover {
    border-color: #2eb34f;
    background: #2eb34f;
    color: #ffffff;
}

.mobile-menu {
    color: white;
}