/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: SPOT - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);
@import 'https://fonts.googleapis.com/css?family=Oxygen';
@import url("webfonts/Century/stylesheet.css");


/* OVERALL ASPECT */

body {
  background-color: #d7cdc3;
   /*font-family: Century !important;*/
   font-family: 'Oxygen', sans-serif;
    font-weight: 300;
    font-size: 16px;

	

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
    margin-top: 0px;
	font-style: Century;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Century";
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #333333;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
	font-weight: bold;
	font-size: 14px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	height: 124px;
	text-transform: uppercase;
}

.navbar-inverse {

}

.muda_cor a
{
	color:#2e2820 !important;
	font-size: 14px !important;
}

.muda_cor a:hover {
	background: rgba(46,40,32,0.5) !important;
	color:#fff !important;
}

.muda_cor_active {
	background: rgba(46,40,32,0.5)!important;
	color:#fff !important;
}



.navbar-inverse .navbar-nav > .active > a {
	background: #ff7878;
}

.navbar-inverse .navbar-brand {
	color: #999999;
	font-weight: bolder;
	font-size: 22px;
	letter-spacing: 1px;
}

.navbar-inverse .navbar-brand i {
	color: #ff7878;
	font-size: 18px;
	letter-spacing: 1px;
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../../imagens/fundo_home1.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:10px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 587px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#headerwrap h1 {
	margin-top: 100px;
	color: white;
	font-size: 70px;
	font-weight: 300;
	letter-spacing: 3px;
}

#headerwrap h2 {
	color: white;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* Dark Grey Wrap */
#dg {
	background: #e0e0e0;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

#dg h4 {
	font-weight: 700;
}

/* Light Grey */
#lg {
	background: #ebebeb;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

#lg h4 {
	font-weight: 700;
}


/* Red Wrap */
#r {
	background: #ff7878;
	padding-top: 35px;
	padding-bottom: 35px;
}

#r h4 {
	color: white;
	font-weight: 700;
}

#r p {
	color: white;
}

/* Blue Wrap */

#blue {
	background: #3498db;
	padding-top: 35px;
	padding-bottom: 35px;
}

#blue h4 {
	color: white;
	font-weight: 700;
}

#blue p {
	color: white;
}



/* Footer Wrap */
#f {
	background: #1a1b20;
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto;
}


/****** SECTIONS *****/

.w {
	padding-top: 35px;
}

.w h4 {
	font-weight: 700;
}

.w i {
	color: #ff7878;
	font-size: 30px;
}


.wb {
	padding-top: 35px;
	margin-bottom: 0px;
}

.wb h4 {
	font-weight: 700;
}

.desc {
	padding-top: 35px;
}

.desc h4 {
	font-weight: 700;
}

.desc i {
	color: #ff7878;
	font-size: 12px;
	padding: 5px;
}

/***** MODAL CONTACT *****/
.modal-content {
	border-radius: 0px;

}

.modal-header {
	background: #bdbdbd;
	color: white;
}

.modal-header h4 {
	font-weight: 700;
}

.modal-body {
	background: #f2f2f2;
    font-family: "Century";
    font-weight: 300;
    font-size: 16px;
    color: #555;
}

.modal-footer {
	background: #f2f2f2;
	margin-top: 0px; 
}

/* ==========================================================================
   Pricing Tables
   ========================================================================== */
   
.pricing-option {
    padding-bottom: 40px;
}

.pricing-option .pricing-top {
    position: relative;
    background: #222;
    color: white;
    text-align: center;
    font-weight: bold;

    padding: 40px 20px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pricing-option .pricing-top .special-label {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1abc9c;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0;
}

.special .pricing-top {
    background: black;
}

.pricing-option .pricing-edition {
    text-transform: uppercase;
    display: block;
    font-size: 25px;
    letter-spacing: 8px;
}

.pricing-option .price {
    display: inline-block;
    position: relative;
}

.pricing-option .price sup {
    position: absolute;
    top: 50px;
    left: -10px;
    font-size: 24px;
}

.pricing-option .price .price-amount {
    font-size: 108px;
    letter-spacing: -4px;
}

.pricing-option .price small {
    position: relative;
    left: -10px;
    font-size: 18px;
}

.pricing-option ul {
    list-style: none;
    margin: 0;
    background: #eee;
    text-align: center;
    padding-left: 0px;
}

.pricing-option ul li {
    border-bottom: solid 1px #e1e1e1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricing-option .pricing-signup {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 10px;
    color: white;
    background: #1abc9c;
}

.pricing-option .pricing-signup:hover {
    background: #ff7878;
}

.logo {
float: left;
    width: 20%;
    margin-left: 11em;
	position:relative;
}


.logoTopo
{
	position:absolute !important;
	z-index:10000;
	right: 0;
    left: 0;
	top:0px;
	width: 227px;
	height:82px;
	display: block;
	 -webkit-box-shadow: 6px 1px 19px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 1px 19px -5px rgba(0,0,0,0.75);
box-shadow: 6px 1px 19px -5px rgba(0,0,0,0.75);

	
}

.box {
  padding: 50px 30px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
.destHome {
  margin-top: -150px;
 
  
}

.btTopHomeA
{
	background: rgba(45,77,116, 0.84);
	line-height: 70px;
	text-align: center;
	font-size:22px;
	font-weight:bold;
	color:#FFF;
	text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.33);
	
}

.btTopHomeB
{
	background: rgba(255,255,255, 0.84);
	line-height: 70px;
	text-align: center;
	font-size:22px;
	font-weight:bold;
	color:#006099;
	text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.33);
	
}

.destHome2 {
  margin-top: -80px;
  height: 80px;
}

.destEmpresa {
  margin-top: -148px;
  height: 80px;
}

.destContato {
  margin-top: -80px;
  height: 80px;
}

.bgAzulHome
{	
	background: rgba(45,77,116, 0.84);

}

.bgBrancoContato
{	
	background: rgba(255,255,255, 0.84);

}

.fullW 
{
	width:100%;	
}

.btTopHomeAFix
{
	float:left;
	background: rgba(45,77,116, 0.84);
	width: 160px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.33);
	
}

.btTopHomeAFix a {
	color:#FFF;
	}


.btTopHomeBFix
{
	float:left;
	background: rgba(255,255,255, 0.84);
	width: 160px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size:16px;
	font-weight:bold;
	color:#006099;
	text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.33);
	
}

.btTopHomeBFix a {
	color:#006099;
	}


.txtDestHome
{
	float:left;
	width: auto;
	
	line-height: 80px;
	text-align: left;
	padding-left:30px;
	font-size:17px;
	font-weight:bold;
	color:#FFF;
	text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.33);
	
}

.txtDestEmpresa
{
	float:left;
	width: auto;
	
	line-height: 80px;
	text-align: left;
	padding-left:14px;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.33);
	
}


.txtDestContato
{
	float:left;
	width: auto;
	
	line-height: 80px;
	text-align: left;
	padding-left:14px;
	font-size:20px;
	font-weight:bold;
	color:#343331;
	text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.33);
	
}

.footerH
{
	color:#7e8a96;
	font-size: 24px;
}

.footerBTel
{
	color:#fff;
	font-size:30px;
	text-align:center;
	margin-left: -40px;
}

.footerM
{
	color:#fff;
	font-size:14px;
	
}

.ModalLink
{
	color:#7e8a96;
	font-size:14px;
	
}

.btnMod {
	
	background:#f79b12;
	color:#FFF;
	border-radius: 0px;
	
	
	}
	
.txtFormFotter
{
	color:#7e8a96;
	font-size: 12px;
}

.footerCopy
{
	color:#fff;
	font-size: 12px;
	padding-top:10px;
	padding-bottom:10px;
	background: #0a0a0c;
}

#headerwrapEmpresa {
	
	margin-top: -30px;
	padding-top:10px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 587px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}




		#EmpresaParallax { 
			background: url(../../imagens/fundo_empresa1.jpg) 50% 0 fixed;
			background-size: cover;
	        background-attachment:fixed;
			height: 587px;  
			margin: 0 auto; 
			margin-top: -30px;
		    width: 100%; 
		    position: relative; 
		    box-shadow: inset 0 0 50px rgba(0,0,0,0.8);
		    padding: 100px 0;
		}
		
		
		#Expo2016Parallax { 
			background: url(../../imagens/fundo_expo2016.jpg) 50% 0 fixed;
			background-size: cover;
	        background-attachment:fixed;
			height: 587px;  
			margin: 0 auto; 
			margin-top: -30px;
		    width: 100%; 
		    position: relative; 
		    box-shadow: inset 0 0 50px rgba(0,0,0,0.8);
		    padding: 100px 0;
		}		
		
		
#headerwrapContato {
	background: url(../../imagens/contato_fundo.jpg) no-repeat center top;
	margin-top: -30px;
	padding-top:10px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 587px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}		
		
.txtBlack
{
color:#000;	
}	

.bgCinza
{
	background: #e0e0e0;
	padding-top: 20px;
	padding-bottom: 20px;	
}

.bgCinzaTransp
{
	background: rgba(224,224,224,0.70);
	padding-top: 20px;
	padding-bottom: 20px;	
}

		#EmpresaParallax2 { 
			background: url(../../imagens/fundo_empresa2.jpg) 50% 0 fixed;
			background-size: cover;
	        background-attachment: fixed;
			
			height: auto;  
			margin: 0 auto; 
			margin-top: -30px;
		    width: 100%; 
		    position: relative; 
		    box-shadow: inset 0 0 50px rgba(0,0,0,0.8);
		    padding: 10px 0;
		}
		
		
.bodyProdutos
{

	background:url(../../imagens/fundo_prod.jpg);
	background-size: cover;
	background-attachment:fixed;
	background-position: bottom;
}		

.nomeCats 
{
	font-size: 24px;
	color: #fff;
	font-weight:bold;
	text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.33);
	border-bottom: 4px solid #fff;
-webkit-box-shadow: 8px 7px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 8px 7px 10px 0px rgba(0,0,0,0.75);
box-shadow: 8px 7px 10px 0px rgba(0,0,0,0.75);
	
	
}


#seguraDrop
{
	width:100%;
	height: 70px;

	position:fixed;
	bottom: 0px;
	background: rgba(45,77,116, 0.84);	
}

.catsTexto
{
	font-size: 16px;
	color: #fff;
	font-weight:bold;
	text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.33);
}

.seguraProds
{
	
	margin-top: 20px;
	background: rgba(255,255,255, 0.90);
	border: 1px dashed rgba(0,0,0, 0.20);
}

.seguraProds .img-responsive
{
 
    margin: 0 auto;
}	

.sombraTxt
{
text-shadow: 3px 3px 4px rgba(0, 0, 0, 1);
}


.topoBSombra{
	border-top: 3px solid #fff !important;
	border-bottom: 3px solid #fff !important;
	-webkit-box-shadow: inset 0px 5px 6px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    inset 0px 5px 6px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         inset 0px 5px 6px 0px rgba(50, 50, 50, 0.75);
	padding-bottom: 0px !important;
}


.formuTop {
	font-size: 15px;
	color: #005da9;
	font-weight:bold;
	
	}

.alter_input
{
	height: 24px;
	font-size: 12px;
	padding: 6px 6px;
	-webkit-box-shadow: inset 0px 5px 6px 0px rgba(0, 0, 0, 0.40);
	-moz-box-shadow:    inset 0px 5px 6px 0px rgba(0, 0, 0, 0.40);
	box-shadow:         inset 0px 5px 6px 0px rgba(0, 0, 0, 0.40);
}

.alter_bt {
	border-radius: 10px;
	border: 3px solid #FFF;
	background-color: #1d4389;
	-webkit-box-shadow: inset 0px 5px 6px 0px rgba(0, 0, 0, 0.40);
	-moz-box-shadow:    inset 0px 5px 6px 0px rgba(0, 0, 0, 0.40);
	box-shadow:         inset 0px 5px 6px 0px rgba(0, 0, 0, 0.40);
	-webkit-box-shadow:  0px 5px 6px 0px rgba(0, 0, 0, 0.40);
	-moz-box-shadow:     0px 5px 6px 0px rgba(0, 0, 0, 0.40);
	box-shadow:          0px 5px 6px 0px rgba(0, 0, 0, 0.40);
	padding: 2px 2px;
	font-size: 12px;
	
}

.header_n {
	background:url(../../imagens/bg_header.jpg);
	background-size: cover;
	background-attachment:fixed;
	background-position: bottom;
}

.branco_top
{
	width: auto; 
	height:auto; 
	background:rgba(255,255,255,0.80); 
	padding-bottom: 71px;
}

.linha_destaque {
	background:url(../../imagens/bg_dest.png);
	border-top: 3px solid #fff !important;
	border-bottom: 3px solid #fff !important;
	-webkit-box-shadow: inset 0px 5px 6px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    inset 0px 5px 6px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         inset 0px 5px 6px 0px rgba(50, 50, 50, 0.75);
	/* margin-top: 71px; */
	margin-right: 0px !important;
	

}

.row_semMargem
{
	margin-left: 0px ;
	margin-right: 0px ;
}

.txt_destaque {
	padding: 10px 0px 10px 30px;
	font-size: 35px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
	color: #fff;
	font-weight:700;
}

.home_dir
{
	/*background: #073487;
	-webkit-box-shadow: inset 1px 1px 10px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    inset 1px 1px 10px 5px rgba(50, 50, 50, 0.5);
	box-shadow:         inset 1px 1px 10px 5px rgba(50, 50, 50, 0.5);
	min-height: 590px;
	*/
	min-height: 590px;
	/*border-left: 2px solid #908981;*/
}


.home_esq
{
	/*
	background: #fff;
	min-height: 590px;
	*/
	min-height: 590px;
	border-right: 2px solid #908981;
	
}

.baloes
{

	width: 180px;
	height: 120px;
	/* background: #1e90ff; */
	border-radius: 4px 4px 4px 4px;
	-webkit-clip-path: polygon(74% 0, 74% 40%, 84% 49%, 74% 57%, 74% 100%, 0 100%, 0% 70%, 0% 35%, 0 0);
	clip-path: polygon(74% 0, 74% 40%, 84% 49%, 74% 57%, 74% 100%, 0 100%, 0% 70%, 0% 35%, 0 0);
	-webkit-box-shadow: -6px 0px 10px 0px rgba(50, 50, 50, 0.38);
	-moz-box-shadow:    -6px 0px 10px 0px rgba(50, 50, 50, 0.38);
	box-shadow:         -6px 0px 10px 0px rgba(50, 50, 50, 0.38);
}	

.dia_dir{
	
	font-size: 16px;
	color: #524d41;
	font-weight:bold;
	
	}


.txt_dir{
	
	font-size: 14px;
	color: #524d41;
	
	}
	
.preto_rodape{
	min-height: 152px;
	background: #000;	
}

.txt_rodape1{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	
}		




.navbar-brand {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}


.segura_camera {
	width:100% !important;
	margin-left:0px; 
	margin-right:0px; 
	padding-left:0px; 
	padding-right:0px; 
	
	-webkit-box-shadow: 0px 10px 30px 2px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 10px 30px 2px rgba(50, 50, 50, 0.5);
box-shadow:         0px 10px 30px 2px rgba(50, 50, 50, 0.5);
	}
	
.segura_tops {
	/* width:100% !important;
	margin-left:0px; 
	margin-right:0px; 
	padding-left:0px; 
	padding-right:0px; 
	*/
	
	-webkit-box-shadow: 0px 10px 30px 2px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 10px 30px 2px rgba(50, 50, 50, 0.5);
box-shadow:         0px 10px 30px 2px rgba(50, 50, 50, 0.5);
	}	
	
	
	
.vid {
    position: relative;
    padding-bottom: 40.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.navbar2
{
	width: 100%;
	height: 60px;
	background: #000;
	position:fixed;
	top:0px;
	z-index: 1000;
}

.nav_Link_esq
{
	color: #eaba0e;
	display:block;
	line-height: 60px;
	float:left;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	
	
}

.nav_Link_esq:hover
{
	color: #fff;
	
	
}

.nav_Link_dir
{
	color: #eaba0e;
	display:block;
	line-height: 60px;
	float:right;
	padding-left: 20px;
	padding-right: 0px;
	font-size: 16px;
	
	
}

.nav_Link_dir:hover
{
	color: #fff;
}

.navbar2_act
{
	color: #fff;
}

.caixa_depoimento
{
	background: rgba(244,243,241, 0.50);
	
	padding: 40px 40px;
	/* margin-left: 20px;
	margin-right: 60px;
	*/
	border-left: 4px solid #a9a39c;
	border-top: 1px solid #a9a39c;
	border-right: 1px solid #a9a39c;
	border-bottom: 1px solid #a9a39c;
	
	
}

.segura_selo
{
	position:absolute;
	/*width: 125px;*/
	width: 90px;
	height: 90px;
	z-index:1000;
	left: 0px;
	top: 129px;
}

.segura_selo2
{
	position:absolute;
	/*width: 125px;*/
	width: 90px;
	height: 90px;
	z-index:1000;
	right: 0px;
	top: 100px;
}



@media (max-width: 1180px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

.top_face
{
	position:absolute;
	left:10px;
	top:-10px;
	
	font-size: 40px !important;
	padding-bottom:10px;
}

.top_face a
{
	color:#21355f;
	
	font-size: 40px !important;
}



.top_face a:hover {

	color:#fff !important;
}

.segura_whats {
	position: fixed;
	z-index: 100;
	width: 95px;
	height: 86px;
	right: 20px;
	bottom: 20px;
}
.segura_whats img
{
	width: 95px;
	height: 86px;
}

@media (max-width: 1180px) {
.segura_whats {
	position: fixed;
	z-index: 100;
	width: 40px;
	height: 40px;
	right: 10px;
	bottom: 10px;
}
.segura_whats img
{
	width: 40px;
	height: 40px;
}
}
