.rompelinks {
    pointer-events: none;
    cursor: default;
    background-color: #232323;
}


.btn-wsp {
    position: fixed;
    width: 55px;
    height: 55px;
    line-height: 55px;
    bottom: 30px;
    right: 30px;
    background: #0df053;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
    transition: all 0.4s;
}


.btn-wsp:hover{ 
    text-decoration: none;
    color: #0df053;
    background: #fff;
}


.floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }    
}

/* Blur */
.hover07{
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover07:hover {
	-webkit-filter: blur(0);
	filter: blur(0);
}


.sobretodo{
    background-image: url(/IMG/fondits2.png);
    min-height: 100vh;
    background-size: cover;
}

.contraer:hover {transition:all .5s ease-in-out;-webkit-transform:scale(0.9);transform:scale(0.9);}
.contraer {overflow:hidden;
    transition:all .5s ease-in-out;}

