body {
    color: rgb(0,0,0) !important;
       font-size: 15px;
       font-family: 'Comfortaa', cursive !important;
	-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
       
background: rgba(226,226,226,1);
background: -moz-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226,226,226,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(237,237,237,1) 100%);
background: linear-gradient(to right, rgba(226,226,226,1) 0%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ededed', GradientType=1 );

}


  .font-large{
    font-size: 24px;
    margin:30px;
    transition: 0.2s all ;
  }

  .font-large>a{
    color: rgb(51, 51, 51) !important;
    transition: 0.5s ease-in-out ;
  }

  .font-large>a:hover{
    background-color: transparent !important;
    font-size: 38px;
    transition: 0.5s ease-in-out ;
  }


a[href^="tel"] {
  color: rgb(51,51,51) !important; /* Inherit text color of parent element. */
	font-weight: 700 !important;
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

p{
color: rgb(51,51,51) !important;
}

span{
color: rgb(51,51,51) !important;
}

label{
font-size: small;
color: rgb(51,51,51) !important;
}

.whatsapp>a{
  text-align: center;
  font-size: 30px;
  color: green !important;
  margin: 0%;
  
}

.nome-atendente{
  font-size: large;
  font-weight: 700;
	color: rgb(51,51,51) !important;
}

.telefone{
  font-size: medium;
	color: rgb(51,51,51) !important;
}

.coluna-icones{
  text-align: center;
}

.redondo {
    border-radius: 50%;
    -webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.21);
-moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.21);
box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.21);
  }

  .redondo-atendente {
    border-radius: 50%;
	max-width: 80px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
  }

.tops{
  position: relative;
  top: -60px;
}

.profile-picture {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  height: auto;
  
  background: #333;
  max-width: 100px;
 
  }

.profile-name {
      text-align: center;
      padding: 30px;
      color: #333;
      font-weight: 700;
      font-size: 20px;
  }

.links {
  text-align: center;
  margin-top: 5px;
  padding: 10px;
  border: 1px solid white;
  border-width: 2px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #333;
  border-radius: 10px;
  text-decoration: none;
  }

a {
    text-decoration: none;
    color: #f5b70c !important;
    transition: color 1s; 
}

.bottom-text {
  text-align: justify;
  margin-top: 40px;
  font-size: 12px;
  font-weight: 100;
  width: 90% ;
  color: rgb(51, 51, 51) !important;
}


a:hover {
    color: rgb(51,51,51) !important;
    background: #fff;
}



