body{
	margin: 0;
	padding-left: 0px !important;
    padding-right: 0px !important;
}

.light { 
font-weight: 300;
}
.regular { 
font-weight: 400;
}
.semibold { 
font-weight: 600;
}

.font-14{font-size: 14px}
.font-15{font-size: 15px}
.font-18{font-size: 18px}
.font-20{font-size: 20px}
.font-50{font-size: 50px}

        
.Bt_WhatsFunil {
	font-family: 'Open Sans';
    width: 100%;
    height: 60px;
    border-radius: 50%;
    background: #1b9efd;
    cursor: pointer;
    font-size: 35px;
    color: #fff;
    overflow: hidden;
}

.Bt_WhatsFunil i{
	left: 15px;position: absolute;top: 4px;
	margin-top: 9.4px;
}

.Bt_WhatsFunil body {

margin: 0
}

.icoCloseWht{
	display: none;
}

.WhatsFunildeVendas{
    overflow: hidden;
    font-family: 'Open Sans';


}

 
 @media only screen and (min-width: 650px) {
  
  .WhatsFunildeVendas {
    /* max-width: 400px; */
    margin: auto;
/*
    background: #f9fafb;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 33px 0 rgba(0, 0, 0, 0.12);
*/
margin-top: 10px;

  }
  
  
   .circle_Foto {
 margin-left: 152px !important; 
 }



}



.Box_Whats{
	font-family: 'Open Sans';
	position: fixed;
    z-index: 2147483004;
    bottom: 92px;
    right: 20px;
    width: 376px;
    height: 50px;
    border-radius: 10px;
    background: #f9fafb !important;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 33px 0 rgba(0, 0, 0, 0.12);
    flex-direction: column;
    box-sizing: border-box;
    /* padding: 0px 16px 55px; */
    min-height: calc(100% - 100px);
    overflow: hidden;
    
    
    }
 
 
 @media only screen and (max-width: 600px) {
  .Box_Whats {
       min-height: calc(100% - 98px);
    min-width: calc(100% - 40px);
  }
  
 .Box_Whats{
    width: 337px !important;
} 
  
}
    
.Box_InnerColor{
	font-family: 'Open Sans';

	box-sizing: border-box;
	padding: 1px 25px 22px 25px;
	  background-repeat: no-repeat !important;
  background-size: cover !important;

}


.Box_InnerColor img {
  opacity: 0.5 !important;
}

.Box_InnerColor h2, .Box_InnerColor p {
	color:#fff;
}


.Box_InnerColor h2{
	margin-block-end: 5px;
	font-size: 25px;
}
.Box_InnerColor p{
	margin-block-start: 5px;
}

$speed: 1.5s;
$color: rgb(random(200), random(200), random(200));

  
.motionblur {
  position: relative;
  width: 30px * 3;
  height: 30px;
  animation: slide $speed cubic-bezier(0.445, 0.050, 0.550, 0.950) infinite alternate;
}   


.ContentWhats, .ContentWhatsOut{
	padding: 9px 18px 14px 18px;
    margin-top: -20px;
    zoom: 0.9;
    height: 185px;
    
    }


.whtsFunil-card {
    padding: .16rem;
    border-radius: 8px;
    box-shadow: 0 0.1rem 0.1rem 0 rgb(0 0 0 / 7%);
    background-color: #fff;
    transition-delay: .2s;
    border: 1px solid #fbfbfb;
    height: 174px;
}

.whtsFunil-card p{
	font-size: 15px;
    color: #696969;
}


.circle_Foto{
	width: 100px;
	height: 100px;
	border-radius: 100px;
	    -webkit-box-shadow: -1px 3px 9px -6px rgba(0,0,0,1.6);
    -moz-box-shadow: -1px 3px 9px -6px rgba(0,0,0,1.6);
    box-shadow: -1px 3px 9px -6px rgba(0,0,0,1.6);
    margin: auto;
    background-color: #fff;
    margin-top: -56px;
    position: absolute;
    margin-left: calc(50% - 72px);
    
    }


.circle_FotoArquivo{
	height: 86px;
	border-radius: 100px;
    margin: auto;
    border: solid 2px #edf1f5;
    background-size: cover;
}


.circle_FotoArquivo_bg{
    width: 90px;
    height: 90px;
    border-radius: 100px;
    
    background-image: var(--wpr-bg-4d1d60f0-ea73-4725-99f0-b951e0958d81);
    background-size: cover;
    margin-top: 5px;
    position: absolute;
    margin-left: 5px;
}

.gradientPurple{
background: rgb(2,100,255);
background: linear-gradient(90deg, rgba(2,100,255,0.8015581232492998) 0%, rgba(1,255,205,1) 47%, rgba(0,198,255,1) 100%);
}


.Spin_icoCloseWht {
    animation-name: spin;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(90deg);
    }
}



.Spin_icoCloseWhtC {
    animation-name: spin;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}
@keyframes spin {
    from {
        transform:rotate(90deg);
    }
    to {
        transform:rotate(0deg);
    }
}




.content-formWhats h2{
	margin-block-end: 5px;
	margin-block-start: 5px;
	font-size: 20px;
	margin-top: 42px;
}
.JobWhats{
	font-size: 14px;
    color: #868e9a;
}


.Content-FormWhats{
	padding: 7px 19px;
	

}


@media screen and (max-width: 650px) {
.Content-FormWhats{
	width: inherit !important;
	margin: 10px !important;
	padding: 0px !important;

}


}

.Content-BoxFormType{
	margin-bottom: 10px;
}

.Content-FormWhats label {
    display: table ;
    max-width: 100% !important;
    font-size: 14px;
    color: #62646f;
    margin-bottom: 3px !important;
    
   font-weight: bolder ;
}

.Content-BoxFormType input {
    background-color: #fff ;
    border: 1px solid #e4e7ea ;
    border-radius: 0 ;
    box-shadow: none;
    color: #565656;
    height: 38px;
    max-width: 100%;
    padding: 7px 12px;
    transition: all .3s linear 0s;
    width: 100%;
    font-size: 14px ;
    line-height: 1.42857143;
    font-weight: 100;
    font-family: 'Open Sans'  ;
}


.Content-BoxFormType textarea {
    background-color: #fff;
    border: 1px solid #e4e7ea;
    border-radius: 0;
    box-shadow: none;
    color: #565656;
    max-width: 100%;
    padding: 7px 12px;
    transition: all .3s linear 0s;
    width: 100%;
    font-size: 14px !important;
    line-height: 1.42857143;
    font-weight: 100;
    font-family: 'Open Sans'  !important;
}


.Content-BoxFormType select {
    background-color: #fff;
    border: 1px solid #e4e7ea;
    border-radius: 0 ;
    box-shadow: none;
    color: #565656;
    height: 38px;
    max-width: 100%;
    padding: 7px 12px;
    transition: all .3s linear 0s;
    width: 100%;
    font-size: 14px !important;
    line-height: 1.42857143;
    font-weight: 100;
    font-family: 'Open Sans'  !important;
}



.SendWhatsFunil {
    background-color: #4dcc7d;
    width: 100%;
    padding: 14px;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    margin-top: 10px;
    cursor: pointer;
}


.whats-btn {
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0 0.03rem;
}

.brandFunildeVendas{
	padding: 10px;
	
}

.SocialWhats{
    margin-left: 295px;
    margin-top: 5px;
    float: right;
    width: 83px
    }


.SocialWhats i{
	margin-right: 8px;
	zoom: 1.1;
}

.SocialWhats a{
	color: #56617d
}

.imgWhatsBg{
	height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center 15px;
}


.DescriptionWidget{
    width: 270px;
    border-radius: 12px;
    background-color: rgba(255,255,255,.98);
    box-shadow: 0 4px 30px 0 rgba(0,0,0,.1);
    -webkit-font-smoothing: antialiased;
    padding: 13px;
    position: fixed;
    bottom: 90px;
    right: 23px;
    font-size: 13px;
    font-family: 'Open Sans';
    z-index: 2147483003;
    }
    
 .closeDescription {
	 
right: -5px;
    height: 20px;
    width: 20px;
    background-color: #000000;
    border-radius: 30px;
    position: absolute;
    top: -5px;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;	 
	 
 }
 
 .CallWhatsFunil{
	 cursor: pointer;
 }
 
 
 #recaptcha {
    height: 114px;
    padding-top: 45px;
}

#rc-anchor-container {
    border-radius: 8px !important;
}