.flotante{
	position: fixed;
	top: 180px;
	z-index: 1000;
    left: 0;
}

.texto_responsive:before{
  content: attr(data-fulltext);
}

@media (max-width:1367px) {
    .texto_responsive:before {
        content: attr(data-desktoptext);
    }
}

@media (max-width:991px) {
    .texto_responsive:before {
        content: attr(data-tablettext);
    }
    .flotante-none{
        display: none;
    }
}

@media (max-width:720px){
    .texto_responsive:before {
        content: attr(data-phonetext);
    }
}

@media (max-width:480px){
    .texto_responsive:before {
        content: attr(data-reliquiatext);
    }
}

#anydesk{
	background: #EF443B;
	padding: 7px 7px;
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
    height: 54px;
	transition: all .4s ease;
}
#anydesk:hover{
	background: #B20710;
}

#ticket{
	background: #FF8C03;
	padding: 10px 15px;
    color: #fff;
	text-decoration: none;
    height: 40px;
    transition: all .4s ease;
    border-radius: 0 4px 0 0;
}
#ticket:hover{
	background: #D64700;
}

.flotante-soporte{
	position: fixed;
	bottom: 0px;
	z-index: 1000;
    left: 0;
}

.flotanteizquierda{
    display: table-cell;
    padding-right: 10px;
    font-size: 16px;
}

.flotantederecha{
    display: table-cell;
    font-size: 14px;
    color: #ffffff;
    vertical-align: top;
    padding-right: 5px;
    margin: 0;
    background: none;
    line-height: 24px;
}









