/* Enter Your Custom CSS Here */
.topbar ul li{
padding-bottom:7px !important;
}
.topbar ul li a:hover{
		font-weight: 900;
    color: #fff;
  transition: all 0.2s ease-in-out !important;
}

.topbar ul li a{
    color: #ccdbeb;
    float: right;
    font-size: 14px;
    line-height: 1.4;
  	padding-left: 5px !important;
  transition: all 0.2s ease-in-out !important;
}


.barra-mobile-datos{
	padding-bottom:15px;
  border-top: 1px solid #00faf9;
    padding-top: 10px;
}

.barra-mobile-datos .social {
    float: none;
    margin-left: 0px;
    padding: 0px 0px 15px 0px;
    text-align:center;
}

.barra-mobile-datos .datos-h {
    display: inline-block;
    float: none;
    margin-left: 5%;
    width: auto;
}

.barra-mobile-datos .datos-h ul li, ul li a, ol li, ol li a {
    color: #fff;
    font-size: 14px;
  line-height: 24px;
  list-style:none;
}

.barra-mobile-datos .datos-h i{
color:#fff;
  font-size:20px;
}

.responsive-logo {
    display: table;
    margin: 0 auto;
    padding: 30px 20px 15px 20px;
    text-align: center;
}


/*-------------------------------------------------*/

#wacht-baixo-round a {
    margin-right:5px;
}
#wacht-baixo-round .icono_chat_whatsapp{
top: 38% !important;
}

.icono_chat_whatsapp{
position: fixed;
    z-index: 9999;
    right: 0;
    float: right;
    top: 38% !important;
    margin-top: -25px;
    cursor: pointer;
    min-width: 50px;
    max-width: 150px;
    color: #fff;
    text-align: center;
    padding: 17px 5px 17px 5px !important;
    margin: 0 auto 0 auto;
    background: #20B038;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 50px;
  font-size: 35px !important;
}
.icono_chat_whatsapp:hover{
width:auto !important;
}
.texto_chat_whatsapp{
background:#fff !important;
  max-width:250px !important;
width: 180px !important;
color: #333 !important;
  transition: all 0.2s ease-in-out !important;
  margin-right:60px !important;
      border-radius: 50px 50px 0px 50px !important;
      transform: translateX(265px);
}

.texto_chat_whatsapp:hover{
  transition: all 0.2s ease-in-out !important;
  width: 220px !important;
}

#wacht-baixo-round:hover > .texto_chat_whatsapp{
transition: all 0.5s ease-in-out !important;
  transform: translateX(0px);
  width: 180px !important;
}


@media screen and (max-width: 650px){
#whatnowbutton {
    display: block;
    position: fixed;
    text-decoration: none;
    z-index: 2147483648;
    width: 50%;
    left: 50%;
    bottom: 0;
    height: 60px;
    border-top: 1px solid #32ba47;
    border-bottom: 1px solid #4bc75a;
    text-shadow: 0 1px #2ab540;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 120%;
    overflow: hidden;
    padding-right: 20px;
    background: #29b540;
    display: flex;
    justify-content: center;
    align-items: center;
}
}