/*
Theme Name: Avada
Description: The #1 selling theme of all time that allows you to build virtually any design style.
Author: ThemeFusion
Theme URI: http://avada.theme-fusion.com/
Author URI: http://themeforest.net/user/ThemeFusion
Version: 5.9.1
License: Themeforest Split Licence
License URI: -
Text Domain: Avada
*/

/* Classes needed by Theme Check */
.wp-caption-text,
.gallery-caption,
.bypostauthor {
}

/*** Botão flutuante - Whatsapp ***/
.btn-whatsapp{
	background-color: #45a35f;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	position: fixed;
    bottom: 35px;
    right: 35px;
	color: #fff;
	text-align: center;
	font-size: 35px;
    padding: 12px 0 0 0.5px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0,0.4);
	z-index: 999999;
	line-height: 100%;
}

.btn-whatsapp:hover{
	background-color: #54c574;
}

.btn-whatsapp:hover,
.btn-whatsapp:active{
	color: #fff;
}

/*** LGPD ***/
#lgpd{
	display: none;
	position: fixed;
	bottom: 0;
	z-index: 999999999;
	background-color: rgba(255,255,255,0.98);
	width: 100%;
	padding: 8px;
}

#lgpd p.texto{
	margin-left: 20px;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	line-height: 140%
}

#lgpd p.texto a{
	text-decoration: underline;
	color: #424248;
}

#lgpd .col-md-2{
	position: relative;
}

#lgpd .btn-aceitar{
    position: relative;
    display: block;
    text-align: center;
    outline: 0;
    border: 0;
	border-radius: 0;
	padding: 8px 10px;
    background-color: #4e9a06;
    color: #fff;
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    width: 100%;
    max-width: 170px;
	line-height: 160%;
	margin-top: 14px;
}

#lgpd .btn-aceitar:hover{
    background-color: #5c6260;
}

@media only screen and (max-width: 800px){
	.btn-whatsapp{
		bottom: 30px;
		right: 30px;
	}
	
	#lgpd .btn-aceitar{
		margin: 14px auto;
	}
}