/******************  News Slider Demo-1 *******************/

.bbb_slider_nav
{
  margin-top: 27px
}

.bbb_slider_container
{
  margin-top: 15px
}

.bbb_nav
{
  display: inline-block;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  margin-right: 16px;
}

.bbb_nav:last-child
{
  margin-right: 0px
}

.bbb_nav i
{
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.bbb_nav:hover i
{
  color: #474747
}

.post-equipe
{
    margin: 0 10px;
    box-shadow: 0 1px 2px rgba(13, 19, 31, 0.3);
    border: 1px solid white;
}
@media only screen and (max-width: 601px)
{
  .post-equipe
  {
    margin-top: 30px;
  }
}

.post-equipe .post-img
{
    overflow: hidden;
    display: block;
}

.post-equipe .post-img img
{
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}

.post-equipe:hover .post-img img
{
    transform: scale(1.1);
}

.post-equipe .gerente
{
  z-index: 20 !important;
	position: absolute;
  padding-left: 20px;
  padding-top: 240px;
  
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 17px;
	text-transform: uppercase;
  color: white
}

.post-equipe .email, .post-equipe .telefone
{
  z-index: 15;
	position: absolute;
  padding-left: 20px;
  padding-right: 10px;
    
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  color: #34aad9;
}

.post-equipe .email
{
  padding-top: 260px;
}

.post-equipe .telefone
{
  /* padding-top: 278px; */
  padding-top: 330px;
}

.post-equipe span a
{
    background-color: #f08800;
    padding: 10px 13px 14px 13px;
    color: white;
    text-decoration: none;

    font-family: "Antonio", sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: white;

    transition: all 0.5s ease;

	  z-index: 3;
	  position: absolute;
	  margin-top: 270px;
}

.post-equipe span a:hover
{
    background-color: #ad6200;
}

.equipe .owl-carousel .owl-item img 
{
    display: initial;
    width: auto;
}
