<style>

.float{

position:fixed;

width:60px;

height:60px;

bottom:40px;

right:40px;

background-color:#25d366;

color:#FFF;

border-radius:50px;

text-align:center;

  font-size:30px;

box-shadow: 2px 2px 3px #999;

  z-index:100;

}



.my-float{

margin-top:16px;

}



</style>

<div class="banner">

  <div class="flexslider">

   <ul>

    <li>

      <img src="img/banner01.jpg"/>

      <p class="info-banner titulo">Cabronita pression bass</p>

    </li>

   </ul>

  </div>

</div>





/* COR PRINCIPAL */

:root{

--cor-principal: #ffffff;

}

    

/* DESKTOP FUNDO */

@media screen and (min-width:768px) {

.secao-banners {

background-image: url(#);

background: #fff !important;

margin-top: 152px!important;

background-repeat: no-repeat;

background-position: center top;

}}

    

/* MOBILE FUNDO */

@media screen and (max-width:767px) {

body {

background-image: url(#) !important;

background: #fff !important;

background-repeat: no-repeat !important;

background-size: 130% !important;

background-position: top !important;

}}