/*<css-9513>*/ .icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #2e7d32; /* verde */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; /* color del ícono */
    font-size: 22px;
  }

.fila-boton2{
	display:none !important;
}

@media (max-width: 991px) {
	.fila-boton1{
		display:none !important;
	}
	
	.fila-boton2{
		display:block !important;
	}
	
}
/*</css-9513>*/