/*css de pere*/
body{
    /*background-size: "contain;
    background: url("../images/frentpere.jpg") scroll;*/
    text-align: center;
   
    }
.nav-link{rounded }    
h1{
font-family:'Alfa Slab One';
}
.w3{margin-left:10px;margin-right:10px;max-width:300px}
/*   redes sociales*/
.fa {
    font-size: 40px;
    color:black;
    padding-left: 2%;
  }
.fa:hover {
    opacity: 0.7;
}
/*banner primoweb
*************************************************/
.copyprimo{
    font-family:'Lobster Two';
    font-weight:900;
    font-size: 0.7em;
    height:1,5em;
    color: white;                
    background-color: rgb(0, 0, 0);
    position: center;
}
.mySlides {
    display:none;
    max-width:150px;
}
/*boton flotante whatsapp
*************************************************/
.botonlok{
        background-color: #58f34ae6;        
        position: fixed;
        z-index: 999;
        border-radius: 50%;
        bottom: 15px;
        right: 15px;
        padding: 15px;
        transition: ease 0.3s;
        animation: efecto 1.2s infinite;
    }
    .container-boton:hover{
        transform: scale(1.1);
        transition: 0.3s;
    }
    .boton{
        width: 50px;
        transition: ease 1s;
    }
    @keyframes efecto{
        0%{
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.85);
        }
        100%{
            box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
        }
    }
    
    